:root {
  color-scheme: dark;
  --remote-bg: #090806;
  --remote-surface: #12100c;
  --remote-surface-soft: #1a150f;
  --remote-ink: #fffaf0;
  --remote-muted: #bbae99;
  --remote-gold: #d5ad63;
  --remote-gold-soft: #a98546;
  --remote-line: rgba(213, 173, 99, 0.26);
  --remote-serif: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", Georgia, serif;
  --remote-sans: Avenir, "Avenir Next", Inter, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--remote-ink);
  background: var(--remote-bg);
  font-family: var(--remote-sans);
  line-height: 1.6;
}

body.remote-age-locked {
  overflow: hidden;
}

html.age-confirmed body.remote-age-locked {
  overflow: auto;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--remote-gold);
  outline-offset: 4px;
}

.remote-skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.remote-skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  color: #090806;
  background: var(--remote-gold);
}

.remote-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.remote-age-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  align-content: center;
  gap: 1rem;
  padding: 2rem;
  color: var(--remote-ink);
  background: #090806;
  text-align: center;
}

.remote-age-locked .remote-age-gate {
  display: grid;
}

html.age-confirmed .remote-age-gate {
  display: none;
}

.remote-age-gate img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}

.remote-age-gate p,
.remote-age-gate button,
.remote-age-gate a {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.remote-age-gate p {
  color: var(--remote-gold);
}

.remote-age-title {
  margin: 0.4rem 0 1rem;
  font-family: var(--remote-serif);
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  font-weight: 400;
}

.remote-age-gate button {
  min-width: 15rem;
  min-height: 3.5rem;
  color: var(--remote-bg);
  background: var(--remote-gold);
  border: 1px solid var(--remote-gold);
  cursor: pointer;
}

.remote-age-gate a {
  color: var(--remote-muted);
}

.remote-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(13rem, auto) 1fr auto;
  align-items: center;
  gap: clamp(0.8rem, 1.8vw, 1.8rem);
  min-height: 5.5rem;
  padding: 0.75rem max(1rem, calc((100vw - 1440px) / 2));
  background: rgba(9, 8, 6, 0.86);
  border-bottom: 1px solid var(--remote-line);
  backdrop-filter: blur(18px);
}

.remote-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-block: 0.2rem;
  line-height: 1;
}

.remote-brand img {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
}

.remote-brand span {
  display: grid;
  gap: 0.15rem;
}

.remote-brand strong {
  font-family: var(--remote-serif);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.remote-brand small,
.remote-header nav a,
.remote-eyebrow,
.remote-section-heading > p,
.remote-footer {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.remote-brand small {
  color: var(--remote-gold);
  line-height: 1.2;
}

.remote-header nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: clamp(0.65rem, 1.3vw, 1.35rem);
}

.remote-header nav a {
  position: relative;
  padding-block: 0.45rem;
  color: rgba(255, 250, 240, 0.82);
  font-size: 0.75rem;
}

.remote-header nav a:not(.remote-header-apply)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--remote-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.remote-header nav a:hover::after,
.remote-header nav a:focus-visible::after,
.remote-header nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.remote-header nav a[aria-current="page"] {
  color: var(--remote-gold);
}

.remote-header-apply {
  padding: 0.7rem 1rem;
  color: var(--remote-gold);
  border: 1px solid var(--remote-line);
}

.remote-menu-button {
  position: relative;
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  color: var(--remote-gold);
  background: rgba(9, 8, 6, 0.72);
  border: 1px solid var(--remote-line);
  border-radius: 4px;
  cursor: pointer;
}

.remote-menu-button span:not(.remote-sr-only) {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.15rem;
  height: 1.5px;
  margin: 0;
  background: currentColor;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: margin-top 220ms ease, transform 220ms ease, opacity 180ms ease;
}

.remote-menu-button span:nth-child(1) {
  margin-top: -0.36rem;
}

.remote-menu-button span:nth-child(3) {
  margin-top: 0.36rem;
}

.remote-nav-open .remote-menu-button span:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.remote-nav-open .remote-menu-button span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0);
}

.remote-nav-open .remote-menu-button span:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.remote-theme-switch {
  position: relative;
  display: inline-block;
  width: 5.8rem;
  height: 2.28rem;
  padding: 0;
  overflow: hidden;
  color: #2b352e;
  background:
    radial-gradient(circle at 50% 5%, rgba(255, 255, 255, 0.92), transparent 38%),
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(226, 214, 196, 0.5)),
    #f7f1e8;
  border: 2px solid rgba(156, 115, 43, 0.88);
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 249, 230, 0.72),
    inset 0 0.18rem 0.45rem rgba(255, 255, 255, 0.64),
    inset 0 -0.12rem 0.28rem rgba(75, 48, 17, 0.22),
    0 0.45rem 1.1rem rgba(54, 39, 20, 0.18);
  cursor: pointer;
}

.remote-theme-switch::before {
  content: "";
  position: absolute;
  inset: 0.14rem;
  border: 1px solid rgba(92, 63, 24, 0.4);
  border-radius: inherit;
  pointer-events: none;
}

.remote-switch-track {
  position: absolute;
  inset: 0;
  display: block;
}

.remote-switch-track::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2rem;
  height: 0.76rem;
  background: rgba(128, 96, 54, 0.08);
  border-radius: 999px;
  box-shadow:
    inset 0 0.18rem 0.35rem rgba(96, 70, 36, 0.18),
    inset 0 -0.08rem 0.25rem rgba(255, 255, 255, 0.88);
  transform: translate(-50%, -50%);
}

.remote-switch-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  place-items: center;
  width: 0.96rem;
  height: 0.96rem;
  color: rgba(139, 103, 44, 0.88);
  opacity: 0.62;
  transform: translateY(-50%);
}

.remote-switch-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.remote-switch-icon-sun {
  left: 0.58rem;
  opacity: 1;
}

.remote-switch-icon-moon {
  right: 0.58rem;
  color: rgba(139, 103, 44, 0.82);
}

.remote-switch-knob {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: calc(50% - 0.38rem);
  display: grid;
  place-items: center;
  width: 1.74rem;
  height: 1.74rem;
  background: transparent;
  border-radius: 50%;
  box-shadow:
    0 0.16rem 0.22rem rgba(72, 45, 16, 0.24),
    0 0.5rem 0.86rem rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.remote-switch-knob::after {
  content: "";
  position: absolute;
  inset: -0.16rem;
  z-index: -1;
  background: radial-gradient(circle, rgba(213, 173, 99, 0.34) 0 32%, rgba(213, 173, 99, 0.16) 52%, transparent 74%);
  border-radius: 50%;
  filter: blur(0.1rem);
}

.remote-switch-knob img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.remote-switch-knob-dark {
  opacity: 0;
}

[data-switch-theme="dark"] .remote-theme-switch {
  color: #d5ad63;
  background:
    radial-gradient(circle at 50% 0%, rgba(133, 94, 48, 0.28), transparent 38%),
    linear-gradient(180deg, rgba(44, 30, 21, 0.82), rgba(9, 7, 6, 0.94)),
    #0b0806;
  border-color: rgba(212, 164, 74, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(255, 219, 145, 0.2),
    inset 0 2px 8px rgba(0, 0, 0, 0.72),
    0 8px 22px rgba(0, 0, 0, 0.42);
}

[data-switch-theme="dark"] .remote-theme-switch::before {
  border-color: rgba(238, 193, 110, 0.2);
}

[data-switch-theme="dark"] .remote-switch-track::before {
  background: rgba(0, 0, 0, 0.34);
  box-shadow:
    inset 0 0.18rem 0.35rem rgba(0, 0, 0, 0.72),
    inset 0 -0.08rem 0.18rem rgba(240, 204, 123, 0.1);
}

[data-switch-theme="dark"] .remote-switch-icon {
  color: rgba(213, 173, 99, 0.7);
}

[data-switch-theme="dark"] .remote-switch-icon-sun {
  opacity: 0.4;
}

[data-switch-theme="dark"] .remote-switch-icon-moon {
  color: #f0cc7b;
  opacity: 1;
}

[data-switch-theme="dark"] .remote-switch-knob {
  transform: translate(calc(-50% + 0.76rem), -50%);
}

[data-switch-theme="dark"] .remote-switch-knob-light {
  opacity: 0;
}

[data-switch-theme="dark"] .remote-switch-knob-dark {
  opacity: 1;
}


.mode-switch {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 8.4rem;
  height: 2.5rem;
  padding: 0.15rem;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(38, 31, 23, 0.94), rgba(8, 7, 6, 0.98)),
    #090806;
  border: 2px solid rgba(213, 173, 99, 0.88);
  border-radius: 999px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 219, 145, 0.18),
    inset 0 2px 8px rgba(0, 0, 0, 0.72),
    0 8px 22px rgba(0, 0, 0, 0.34);
}

.mode-switch::before {
  content: "";
  position: absolute;
  inset: 0.18rem;
  z-index: -1;
  border: 1px solid rgba(238, 193, 110, 0.2);
  border-radius: inherit;
  pointer-events: none;
}

.mode-option {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 0;
  color: #d5ad63;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.mode-option + .mode-option {
  border-left: 1px solid rgba(213, 173, 99, 0.25);
}

.mode-option svg {
  width: 1.08rem;
  height: 1.08rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.78;
  transition: opacity 220ms ease;
}

.mode-option[aria-checked="true"] svg {
  opacity: 0;
}

.mode-option::after {
  content: attr(data-label);
  position: absolute;
  top: calc(100% + 0.85rem);
  left: 50%;
  padding: 0.38rem 0.52rem;
  color: #f0cc7b;
  background: rgba(9, 8, 6, 0.96);
  border: 1px solid rgba(213, 173, 99, 0.3);
  border-radius: 3px;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -0.2rem);
  transition: opacity 180ms ease, transform 180ms ease;
}

.mode-option:hover::after,
.mode-option:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.mode-switch-knob {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 16.666%;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: left 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mode-switch[data-active-mode="remote"] .mode-switch-knob {
  left: 50%;
}

.mode-switch[data-active-mode="private"] .mode-switch-knob {
  left: 83.333%;
}

.mode-switch-knob::after {
  content: "";
  position: absolute;
  inset: -0.28rem;
  z-index: -1;
  background: radial-gradient(circle, rgba(213, 173, 99, 0.44) 0 30%, rgba(213, 173, 99, 0.18) 52%, transparent 74%);
  border-radius: 50%;
  filter: blur(0.1rem);
}

.mode-switch-knob img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.remote-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 92svh;
  padding: 8rem clamp(1.25rem, 7vw, 7.5rem) 5rem;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9, 8, 6, 0.97) 0%, rgba(9, 8, 6, 0.82) 43%, rgba(9, 8, 6, 0.24) 76%, rgba(9, 8, 6, 0.46) 100%),
    linear-gradient(180deg, transparent 65%, #090806 100%),
    url("assets/dark-about.webp") 74% center / cover no-repeat;
}

.remote-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 43rem);
}

.remote-eyebrow,
.remote-section-heading > p {
  margin: 0 0 0.9rem;
  color: var(--remote-gold);
}

.remote-hero h1 {
  max-width: 42rem;
  margin: 0;
  font-family: var(--remote-serif);
  font-size: clamp(3.25rem, 7vw, 7rem);
  font-weight: 400;
  line-height: 0.98;
  text-transform: uppercase;
}

.remote-hero-copy {
  max-width: 35rem;
  margin: 1.7rem 0 2rem;
  color: #d5c9b9;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.remote-button {
  display: inline-grid;
  place-items: center;
  min-width: min(100%, 15.5rem);
  min-height: 3.8rem;
  padding: 0.8rem 1.2rem;
  color: #090806;
  background: var(--remote-gold);
  border: 1px solid var(--remote-gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  transition: color 220ms ease, background-color 220ms ease;
}

.remote-button:hover,
.remote-button:focus-visible {
  color: var(--remote-gold);
  background: transparent;
}

.remote-pillars-section {
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 5vw, 5.5rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(102, 71, 35, 0.11), transparent 34rem),
    #080705;
  border-top: 1px solid rgba(213, 173, 99, 0.16);
  border-bottom: 1px solid rgba(213, 173, 99, 0.16);
}

.remote-pillars-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  margin-bottom: clamp(3rem, 6vw, 5.25rem);
}

.remote-pillars-heading::before,
.remote-pillars-heading::after {
  content: "";
  width: clamp(3rem, 8vw, 7.5rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(213, 173, 99, 0.72));
}

.remote-pillars-heading::after {
  transform: scaleX(-1);
}

.remote-pillars-heading h2 {
  margin: 0;
  color: var(--remote-gold);
  font-family: var(--remote-sans);
  font-size: clamp(0.72rem, 1.2vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.36em;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.remote-pillars-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(1rem, 4.2vw, 5rem);
  max-width: 112rem;
  margin-inline: auto;
}

.remote-pillars-section article {
  --pillar-image: url("assets/dark-gallery-corporate.webp");
  --pillar-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(28rem, 35vw, 35rem);
  padding: clamp(2.5rem, 4vw, 4.5rem) clamp(1.5rem, 3vw, 3rem);
  overflow: hidden;
  color: var(--remote-ink);
  background:
    linear-gradient(180deg, rgba(11, 9, 7, 0.72), rgba(9, 8, 6, 0.82)),
    linear-gradient(90deg, rgba(9, 8, 6, 0.34), rgba(9, 8, 6, 0.12)),
    var(--pillar-image) var(--pillar-position) / cover no-repeat;
  border: 1px solid rgba(224, 180, 92, 0.82);
  box-shadow:
    inset 0 0 0 1px rgba(255, 230, 172, 0.05),
    0 1.5rem 3.5rem rgba(0, 0, 0, 0.28);
  text-align: center;
  isolation: isolate;
}

.remote-pillars-section article:nth-child(2) {
  --pillar-image: url("assets/dark-gallery-remote.webp");
  --pillar-position: center;
  min-height: clamp(31rem, 39vw, 39rem);
}

.remote-pillars-section article:nth-child(3) {
  --pillar-image: url("assets/dark-gallery-discipline.webp");
  --pillar-position: center;
}

.remote-pillars-section article::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 1.2rem;
  height: 1.2rem;
  background: linear-gradient(225deg, #e2b966 0 48%, transparent 50%);
  pointer-events: none;
}

.remote-pillars-section article::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: clamp(4rem, 6vw, 6.2rem);
  height: 3px;
  background: linear-gradient(90deg, transparent, #e7bd68 18% 82%, transparent);
  box-shadow: 0 0 0.7rem rgba(213, 173, 99, 0.36);
  pointer-events: none;
  transform: translateX(-50%);
}

.remote-pillars-section svg {
  width: clamp(2.5rem, 4vw, 3.5rem);
  height: clamp(2.5rem, 4vw, 3.5rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
  fill: none;
  stroke: var(--remote-gold);
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 0.6rem rgba(213, 173, 99, 0.18));
}

.remote-pillars-section article > p {
  margin: 0 0 0.8rem;
  color: var(--remote-gold);
  font-size: clamp(0.72rem, 1vw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.remote-pillars-section article h2 {
  margin: 0 0 clamp(1.5rem, 3vw, 2.6rem);
  font-family: var(--remote-serif);
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.05;
}

.remote-pillars-section article > span {
  max-width: 25rem;
  color: var(--remote-muted);
  font-size: clamp(0.95rem, 1.35vw, 1.12rem);
  line-height: 1.85;
}

.remote-services {
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 3.5vw, 4rem);
  background: var(--remote-bg);
  border-bottom: 1px solid var(--remote-line);
}

.remote-services-heading {
  display: grid;
  grid-template-columns: minmax(12rem, 0.7fr) minmax(0, 1.3fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.remote-services-heading > p {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  color: var(--remote-gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.remote-services-heading > p::after {
  content: "";
  width: 2.3rem;
  height: 1px;
  background: var(--remote-gold);
}

.remote-services-heading h2 {
  max-width: 18ch;
  margin: 0;
  font-family: var(--remote-serif);
  font-size: clamp(2.8rem, 5.1vw, 5.5rem);
  font-weight: 400;
  line-height: 0.98;
}

.remote-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.5vw, 1.4rem);
}

.remote-service-card {
  display: grid;
  grid-template-columns: minmax(8.5rem, 0.9fr) minmax(0, 1.1fr);
  min-height: 18rem;
  overflow: hidden;
  background: var(--remote-surface);
  border: 1px solid var(--remote-line);
  border-radius: 6px;
}

.remote-service-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remote-service-card > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(1.15rem, 2vw, 1.8rem);
}

.remote-service-card h3 {
  margin: 0 0 1.25rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.remote-service-card p {
  margin: 0;
  color: var(--remote-muted);
  font-size: 0.9rem;
}

.remote-service-card a {
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--remote-gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.remote-about,
.remote-process,
.remote-apply {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(4.5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem);
}

.remote-about {
  scroll-margin-top: 7rem;
  background: var(--remote-surface-soft);
  border-top: 1px solid var(--remote-line);
  border-bottom: 1px solid var(--remote-line);
}

.remote-about-content {
  max-width: 52rem;
}

.remote-about-content > p {
  max-width: 46rem;
  margin: 0;
  color: var(--remote-muted);
  line-height: 1.8;
}

.remote-about-content > p + p {
  margin-top: 1.25rem;
}

.remote-about-content .remote-about-lead {
  color: var(--remote-ink);
  font-family: var(--remote-serif);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.35;
}

.remote-about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(2.5rem, 5vw, 4rem) 0 0;
  border-top: 1px solid var(--remote-line);
  border-bottom: 1px solid var(--remote-line);
}

.remote-about-facts > div {
  min-width: 0;
  padding: 1.35rem 1.25rem;
  border-left: 1px solid var(--remote-line);
}

.remote-about-facts > div:first-child {
  border-left: 0;
}

.remote-about-facts dt {
  color: var(--remote-gold);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.remote-about-facts dd {
  margin: 0.65rem 0 0;
  color: var(--remote-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.remote-section-heading h2,
.remote-detail-band h2 {
  margin: 0;
  font-family: var(--remote-serif);
  font-size: clamp(2.5rem, 4.8vw, 5rem);
  font-weight: 400;
  line-height: 1.04;
}

.remote-process ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--remote-line);
}

.remote-process li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.2rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--remote-line);
}

.remote-process li > span {
  color: var(--remote-gold);
  font-size: 0.68rem;
  font-weight: 800;
}

.remote-process h3 {
  margin: 0 0 0.35rem;
  font-family: var(--remote-serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.remote-process li p {
  margin: 0;
  color: var(--remote-muted);
}

.remote-detail-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 38rem;
  background: var(--remote-surface);
  border-top: 1px solid var(--remote-line);
  border-bottom: 1px solid var(--remote-line);
}

.remote-detail-band > img {
  width: 100%;
  height: 100%;
  min-height: 38rem;
  object-fit: cover;
}

.remote-detail-band > div {
  align-self: center;
  max-width: 48rem;
  padding: clamp(3rem, 7vw, 7rem);
}

.remote-detail-band > div > p:first-child {
  margin: 0 0 0.9rem;
  color: var(--remote-gold);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.remote-detail-band > div > p:not(:first-child) {
  color: var(--remote-muted);
}

.remote-detail-band ul {
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--remote-line);
}

.remote-detail-band li {
  padding: 0.8rem 0;
  color: #d9cebf;
  border-bottom: 1px solid var(--remote-line);
}

.remote-detail-band li::before {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.75rem;
  background: var(--remote-gold);
  border-radius: 50%;
  vertical-align: middle;
}

.remote-apply {
  background: var(--remote-surface-soft);
}

.remote-section-heading > span {
  display: block;
  max-width: 34rem;
  margin-top: 1.25rem;
  color: var(--remote-muted);
}

.remote-apply form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2.4rem);
  border: 1px solid var(--remote-line);
  background: rgba(9, 8, 6, 0.62);
}

.remote-apply label:not(.remote-consent) {
  display: grid;
  gap: 0.45rem;
  color: var(--remote-gold);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.remote-apply input,
.remote-apply textarea {
  width: 100%;
  color: var(--remote-ink);
  font-size: 1rem;
  line-height: 1.4;
  background: #0b0907;
  border: 1px solid var(--remote-line);
  border-radius: 0;
}

.remote-apply input {
  min-height: 3.2rem;
  padding: 0.65rem 0.8rem;
}

.remote-apply textarea {
  padding: 0.8rem;
  resize: vertical;
}

.remote-form-wide {
  grid-column: 1 / -1;
}

.remote-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--remote-muted);
  font-size: 0.875rem;
  line-height: 1.5;
}

.remote-consent input {
  flex: 0 0 auto;
  width: 1rem;
  min-height: 1rem;
  margin-top: 0.25rem;
  accent-color: var(--remote-gold);
}

.remote-privacy-link {
  color: var(--remote-gold);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.remote-privacy-link:hover,
.remote-privacy-link:focus-visible {
  color: var(--remote-ink);
}

.remote-form-action {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.remote-form-action p {
  margin: 0;
  color: var(--remote-muted);
  font-size: 0.82rem;
}

.remote-form-action p[data-state="success"] {
  color: var(--remote-gold-soft);
}

.remote-form-action p[data-state="error"] {
  color: #d58b78;
}

.remote-form-turnstile {
  width: 100%;
  min-width: 0;
}

.remote-form-turnstile > div,
.remote-form-turnstile iframe {
  max-width: 100%;
}

.form-trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  pointer-events: none;
}

.remote-form-action .remote-button:disabled {
  cursor: wait;
  opacity: 0.62;
}

.remote-boundaries,
.remote-faq {
  scroll-margin-top: 7rem;
  padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.25rem, 7vw, 7.5rem);
}

.remote-hero,
.remote-process,
.remote-detail-band,
.remote-apply {
  scroll-margin-top: 7rem;
}

.remote-boundaries {
  color: var(--remote-ink);
  background:
    linear-gradient(rgba(8, 7, 5, 0.9), rgba(8, 7, 5, 0.9)),
    url("assets/dark-gallery-remote.webp") center 58% / cover;
  border-top: 1px solid var(--remote-line);
  border-bottom: 1px solid var(--remote-line);
}

.remote-boundaries-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid var(--remote-line);
  border-bottom: 1px solid var(--remote-line);
}

.remote-boundaries-grid article {
  min-width: 0;
  padding: clamp(1.4rem, 2.5vw, 2.2rem);
  border-left: 1px solid var(--remote-line);
}

.remote-boundaries-grid article:first-child {
  border-left: 0;
}

.remote-boundaries-grid article > span {
  color: var(--remote-gold);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.remote-boundaries-grid h3 {
  margin: 1rem 0 0;
  font-family: var(--remote-serif);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 400;
}

.remote-boundaries-grid p {
  margin: 0.85rem 0 0;
  color: var(--remote-muted);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.remote-faq {
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  background: var(--remote-surface);
}

.remote-faq-list {
  border-top: 1px solid var(--remote-line);
}

.remote-faq-list details {
  border-bottom: 1px solid var(--remote-line);
}

.remote-faq-list summary {
  position: relative;
  padding: 1.35rem 3rem 1.35rem 0;
  color: var(--remote-ink);
  cursor: pointer;
  list-style: none;
  font-family: var(--remote-serif);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.remote-faq-list summary::-webkit-details-marker {
  display: none;
}

.remote-faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0.15rem;
  width: 1.5rem;
  color: var(--remote-gold);
  content: "+";
  font-family: var(--remote-sans);
  font-size: 1.2rem;
  text-align: center;
  transform: translateY(-50%);
}

.remote-faq-list details[open] summary::after {
  content: "−";
}

.remote-faq-list details p {
  max-width: 44rem;
  margin: -0.2rem 0 1.4rem;
  color: var(--remote-muted);
  line-height: 1.75;
}

.remote-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem clamp(1.25rem, 7vw, 7.5rem);
  color: var(--remote-gold-soft);
  border-top: 1px solid var(--remote-line);
}

.remote-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 1.2rem;
}

.remote-footer a:hover,
.remote-footer a:focus-visible {
  color: var(--remote-gold);
}

@media (max-width: 1100px) {
  .remote-header {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    gap: clamp(0.75rem, 2vw, 1.25rem);
  }

  .remote-menu-button {
    display: grid;
    place-items: center;
    order: 3;
  }

  .remote-theme-switch,
  .mode-switch {
    order: 2;
  }

  .remote-header nav {
    position: fixed;
    top: 5.5rem;
    right: 0;
    left: 0;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 1rem;
    background: rgba(9, 8, 6, 0.97);
    border-bottom: 1px solid var(--remote-line);
    transform: translateY(calc(-100% - 6rem));
    transition: transform 260ms ease;
    backdrop-filter: blur(18px);
  }

  .remote-header nav a {
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--remote-line);
  }

  .remote-header nav .remote-header-apply {
    margin-top: 0.75rem;
    padding: 0.8rem 1rem;
    text-align: center;
  }

  .remote-nav-open .remote-header nav {
    transform: translateY(0);
  }

  .remote-services-grid {
    grid-template-columns: 1fr;
  }

  .remote-service-card {
    grid-template-columns: minmax(14rem, 0.65fr) minmax(0, 1.35fr);
  }

  .remote-pillars-grid {
    gap: 1rem;
  }

  .remote-pillars-section article {
    min-height: 28rem;
    padding-inline: 1.5rem;
  }

  .remote-pillars-section article:nth-child(2) {
    min-height: 31rem;
  }

  .remote-boundaries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .remote-boundaries-grid article:nth-child(3) {
    border-left: 0;
  }

  .remote-boundaries-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--remote-line);
  }
}

@media (max-width: 820px) {
  .remote-header {
    min-height: 4.75rem;
    padding-block: 0;
  }

  .remote-brand img {
    width: 2.8rem;
    height: 2.8rem;
  }

  .remote-brand small {
    font-size: 0.52rem;
    letter-spacing: 0.16em;
  }

  .remote-menu-button {
    width: 2.6rem;
    height: 2.6rem;
  }

  .remote-theme-switch {
    width: 5.35rem;
    height: 2.16rem;
  }

  .mode-switch {
    width: 7.4rem;
    height: 2.2rem;
  }

  .mode-switch-knob {
    width: 1.7rem;
    height: 1.7rem;
  }

  .mode-option svg {
    width: 0.92rem;
    height: 0.92rem;
  }

  .remote-switch-knob {
    left: calc(50% - 0.32rem);
    width: 1.52rem;
    height: 1.52rem;
  }

  [data-switch-theme="dark"] .remote-switch-knob {
    transform: translate(calc(-50% + 0.64rem), -50%);
  }

  .remote-switch-icon {
    width: 0.86rem;
    height: 0.86rem;
  }

  .remote-switch-icon-sun {
    left: 0.52rem;
  }

  .remote-switch-icon-moon {
    right: 0.52rem;
  }

  .remote-header nav {
    top: 4.75rem;
  }

  .remote-hero {
    align-items: end;
    min-height: 88svh;
    padding: 8rem 1.25rem 4rem;
    background:
      linear-gradient(180deg, rgba(9, 8, 6, 0.18) 0%, rgba(9, 8, 6, 0.46) 45%, #090806 92%),
      url("assets/dark-about.webp") 57% top / auto 67% no-repeat,
      #090806;
  }

  .remote-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.8rem);
  }

  .remote-services-heading,
  .remote-about,
  .remote-process,
  .remote-detail-band,
  .remote-apply {
    grid-template-columns: 1fr;
  }

  .remote-services-grid {
    grid-template-columns: 1fr;
  }

  .remote-service-card {
    min-height: 17rem;
  }

  .remote-pillars-section {
    padding: 4.5rem 1.25rem;
  }

  .remote-pillars-heading {
    margin-bottom: 2.75rem;
  }

  .remote-pillars-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 34rem;
  }

  .remote-pillars-section article {
    min-height: 27rem;
    border: 1px solid rgba(224, 180, 92, 0.82);
  }

  .remote-pillars-section article:nth-child(2) {
    min-height: 29rem;
  }

  .remote-pillars-section svg {
    margin-bottom: 1.5rem;
  }

  .remote-process,
  .remote-apply {
    gap: 2.5rem;
  }

  .remote-faq {
    grid-template-columns: 1fr;
  }

  .remote-detail-band > img {
    min-height: 24rem;
  }
}

@media (max-width: 760px) {
  .remote-header {
    gap: 0.75rem;
    padding-inline: 0.5rem;
  }

  .remote-brand {
    gap: 0.62rem;
    padding-block: 0.25rem;
  }
}

@media (max-width: 460px) {
  .remote-header {
    gap: 0.4rem;
    padding-inline: 0.5rem;
  }

  .remote-header-apply {
    padding: 0.55rem 0.7rem;
    font-size: 0.52rem !important;
  }

  .remote-brand strong {
    font-size: 1.15rem;
  }

  .remote-brand {
    gap: 0.45rem;
    padding-block: 0.2rem;
  }

  .remote-brand img {
    width: 2.6rem;
    height: 2.6rem;
  }

  .remote-brand small {
    display: none;
  }

  .remote-theme-switch {
    width: 5rem;
    height: 2.05rem;
  }

  .mode-switch {
    width: 6.5rem;
    height: 2.05rem;
  }

  .mode-switch-knob {
    width: 1.55rem;
    height: 1.55rem;
  }

  .remote-switch-knob {
    left: calc(50% - 0.28rem);
    width: 1.42rem;
    height: 1.42rem;
  }

  [data-switch-theme="dark"] .remote-switch-knob {
    transform: translate(calc(-50% + 0.56rem), -50%);
  }

  .remote-service-card {
    grid-template-columns: 1fr;
  }

  .remote-pillars-heading {
    gap: 0.8rem;
  }

  .remote-pillars-heading::before,
  .remote-pillars-heading::after {
    width: 2rem;
  }

  .remote-pillars-heading h2 {
    max-width: 12rem;
    font-size: 0.68rem;
    letter-spacing: 0.24em;
  }

  .remote-pillars-section article,
  .remote-pillars-section article:nth-child(2) {
    min-height: 25rem;
    padding: 2.25rem 1.35rem;
  }

  .remote-service-card > img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .remote-apply form {
    grid-template-columns: 1fr;
  }

  .remote-about-facts {
    grid-template-columns: 1fr;
  }

  .remote-about-facts > div {
    border-top: 1px solid var(--remote-line);
    border-left: 0;
  }

  .remote-about-facts > div:first-child {
    border-top: 0;
  }

  .remote-boundaries-grid {
    grid-template-columns: 1fr;
  }

  .remote-boundaries-grid article,
  .remote-boundaries-grid article:nth-child(3) {
    border-top: 1px solid var(--remote-line);
    border-left: 0;
  }

  .remote-boundaries-grid article:first-child {
    border-top: 0;
  }

  .remote-form-wide {
    grid-column: auto;
  }

  .remote-form-action,
  .remote-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .remote-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}
