:root {
  --ink: #151816;
  --ink-soft: #252a27;
  --cream: #f3efe7;
  --paper: #faf8f3;
  --white: #fff;
  --gold: #c5a266;
  --gold-dark: #9f7941;
  --pine: #31483e;
  --baikal: #345b73;
  --line: rgba(21, 24, 22, 0.16);
  --line-light: rgba(255, 255, 255, 0.18);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --shell: min(1280px, calc(100vw - 96px));
  --ease: cubic-bezier(.22, .85, .36, 1);
}

[hidden] {
  display: none !important;
}

/* Standalone route example and legal documents */
.document-page,
.route-document-page {
  min-height: 100vh;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
}

.document-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
  border-bottom: 1px solid var(--line);
  padding: 18px clamp(22px, 4vw, 64px);
  background: var(--cream);
}

.document-header > a:last-child,
.document-footer-page a {
  color: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.document-header .brand {
  color: inherit;
}

.legal-document {
  width: min(860px, calc(100% - 44px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 132px) 0;
}

.legal-document h1 {
  max-width: 760px;
  margin: 20px 0 24px;
  font-family: var(--serif);
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.045em;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.legal-document > p {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.legal-document section {
  border-top: 1px solid var(--line);
  margin-top: 36px;
  padding-top: 30px;
}

.legal-document h2 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
}

.legal-document section p,
.legal-document li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.legal-document ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
}

.legal-draft {
  border: 1px solid rgba(185, 131, 69, .45);
  margin: 34px 0;
  padding: 20px 22px;
  background: rgba(185, 131, 69, .08);
}

.legal-draft strong,
.legal-draft span {
  display: block;
}

.legal-draft span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.legal-language-note {
  border-left: 2px solid var(--gold-dark);
  padding: 10px 0 10px 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.document-footer-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding: 28px clamp(22px, 4vw, 64px);
  color: var(--muted);
  font-size: 11px;
}

.route-document-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-color: rgba(255, 255, 255, .2);
  color: var(--cream);
  background: transparent;
}

.sample-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
}

.sample-hero > img,
.sample-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sample-hero > img {
  object-fit: cover;
}

.sample-hero-shade {
  background: linear-gradient(90deg, rgba(8, 10, 9, .76) 0%, rgba(8, 10, 9, .3) 58%, rgba(8, 10, 9, .12) 100%), linear-gradient(0deg, rgba(8, 10, 9, .5), transparent 48%);
}

.sample-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 760px;
  padding-top: 160px;
  padding-bottom: 76px;
}

.sample-hero h1 {
  max-width: 860px;
  margin: 20px 0 24px;
  font-family: var(--serif);
  font-size: clamp(76px, 11vw, 158px);
  font-weight: 400;
  line-height: .78;
  letter-spacing: -.065em;
}

.sample-hero h1 em,
.sample-days h2 em,
.sample-logistics h2 em,
.sample-cta h2 em {
  color: var(--gold);
  font-weight: 400;
}

.sample-hero-inner > p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.55;
}

.sample-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.sample-meta span {
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 99px;
  padding: 10px 15px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.sample-notice {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  background: var(--paper);
}

.sample-notice .shell {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.sample-notice strong {
  flex: 0 0 auto;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.sample-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.sample-days .section-head-row > p {
  max-width: 390px;
}

.days-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 60px;
}

.days-grid article {
  min-height: 290px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 30px;
}

.days-grid article > span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.days-grid h3 {
  max-width: 260px;
  margin: 55px 0 14px;
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  line-height: 1.02;
}

.days-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.days-grid small {
  display: block;
  margin-top: 24px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sample-logistics {
  padding: clamp(80px, 10vw, 140px) 0;
}

.sample-logistics-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(50px, 9vw, 130px);
}

.sample-logistics h2,
.sample-cta h2 {
  margin: 24px 0 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 86px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.045em;
}

.sample-logistics ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sample-logistics li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding: 22px 0;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.4;
}

.sample-logistics li span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.sample-cta {
  padding: clamp(90px, 13vw, 180px) 0;
  text-align: center;
}

.sample-cta .shell {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.sample-cta h2 {
  max-width: 900px;
}

.sample-cta p:not(.eyebrow) {
  margin: 24px 0 32px;
  color: var(--muted);
}

@media (max-width: 820px) {
  .document-header {
    min-height: 72px;
  }

  .document-header .brand small {
    display: none;
  }

  .sample-hero,
  .sample-hero-inner {
    min-height: 680px;
  }

  .sample-hero h1 {
    font-size: clamp(68px, 17vw, 108px);
  }

  .sample-notice .shell,
  .sample-logistics-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .sample-logistics-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .days-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .document-header > a:last-child {
    font-size: 0;
  }

  .document-header > a:last-child::after {
    content: '← На сайт';
    font-size: 9px;
  }

  .legal-document {
    width: min(100% - 30px, 860px);
    padding: 54px 0 80px;
  }

  .legal-document h1 {
    font-size: 38px;
  }

  .document-footer-page {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .sample-hero,
  .sample-hero-inner {
    min-height: 650px;
  }

  .sample-hero-shade {
    background: linear-gradient(0deg, rgba(8, 10, 9, .8) 0%, rgba(8, 10, 9, .22) 86%);
  }

  .sample-hero-inner {
    padding-top: 140px;
    padding-bottom: 46px;
  }

  .sample-hero h1 {
    margin-top: 16px;
    font-size: 61px;
    line-height: .84;
  }

  .sample-hero-inner > p:not(.eyebrow) {
    font-size: 15px;
  }

  .sample-meta {
    gap: 7px;
    margin-top: 24px;
  }

  .sample-meta span {
    padding: 8px 10px;
    font-size: 8px;
  }

  .sample-notice .shell {
    gap: 8px;
  }

  .days-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .days-grid article {
    min-height: auto;
    padding: 25px 22px;
  }

  .days-grid h3 {
    margin-top: 36px;
  }

  .sample-logistics h2,
  .sample-cta h2 {
    font-size: 44px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  color: var(--ink);
  background: var(--gold);
}

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

button,
input,
select {
  font: inherit;
}

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

button {
  color: inherit;
}

img,
svg {
  display: block;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 20px;
  top: -100px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--gold);
  transition: top .2s ease;
}

.skip-link:focus {
  top: 16px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding: 132px 0;
}

.section-dark {
  color: var(--cream);
  background: var(--ink);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .19em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.eyebrow-light {
  color: #e1c897;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-weight: 400;
}

h1,
h2 {
  font-family: var(--serif);
  letter-spacing: -.045em;
}

h1 em,
h2 em {
  font-weight: 400;
}

h1 em {
  color: #dec18a;
}

h2 em {
  color: var(--gold-dark);
}

.section-dark h2 em,
.final-cta h2 em {
  color: #dec18a;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .3s ease, background .3s ease, border .3s ease, transform .3s var(--ease);
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  color: var(--ink);
  background: var(--gold);
}

.button-gold:hover {
  background: #d7b97f;
}

.button-dark {
  color: var(--cream);
  background: var(--ink);
}

.button-dark:hover {
  background: var(--pine);
}

.button-outline {
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}

.button-outline:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--cream);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: gap .3s var(--ease), color .3s ease;
}

.text-link:hover {
  gap: 32px;
  color: var(--gold-dark);
}

.text-link-light {
  color: rgba(255, 255, 255, .82);
}

.text-link-light:hover {
  color: var(--white);
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: var(--white);
  transition: color .35s ease, background .35s ease, border .35s ease, transform .35s ease;
}

.site-header::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, .16);
  content: "";
}

.site-header.scrolled {
  color: var(--ink);
  background: rgba(243, 239, 231, .94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.site-header.scrolled::after {
  background: var(--line);
}

.header-inner {
  display: grid;
  min-height: 82px;
  grid-template-columns: minmax(190px, 1fr) auto auto auto;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: block;
  width: 34px;
  flex: 0 0 34px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .045em;
  line-height: 1;
}

.brand small {
  margin-top: 5px;
  opacity: .64;
  font-size: 8px;
  font-weight: 550;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.main-nav a,
.header-cta {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
}

.main-nav a {
  position: relative;
  opacity: .8;
  transition: opacity .2s ease;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .3s var(--ease);
}

.main-nav a:hover {
  opacity: 1;
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta {
  justify-self: end;
  border-bottom: 1px solid currentColor;
  padding: 9px 0 7px;
  text-transform: uppercase;
}

.site-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.language-switch {
  position: relative;
  display: flex;
  height: 38px;
  align-items: center;
  gap: 4px;
  border: 1px solid currentColor;
  padding: 0 8px;
  color: inherit;
  opacity: .82;
}

.language-icon {
  font-size: 16px;
  line-height: 1;
}

.language-switch select {
  width: 46px;
  height: 36px;
  border: 0;
  padding: 0 14px 0 0;
  color: inherit;
  background: transparent;
  outline: 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .06em;
}

.language-switch select option {
  color: #151816;
  background: #f3efe7;
}

.theme-toggle {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid currentColor;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  opacity: .82;
}

.language-switch:hover,
.theme-toggle:hover {
  opacity: 1;
}

.theme-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-icon-moon { fill: currentColor; stroke: none; }
.theme-icon-sun { display: none; }
html[data-theme="dark"] .theme-icon-moon { display: none; }
html[data-theme="dark"] .theme-icon-sun { display: block; }

.standalone-site-tools {
  position: fixed;
  z-index: 120;
  top: 18px;
  right: 18px;
  display: flex;
  gap: 7px;
  padding: 6px;
  color: var(--cream);
  background: rgba(12, 15, 13, .82);
  border: 1px solid rgba(255, 255, 255, .2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-media,
.hero-shade,
.hero-route {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("https://images.pexels.com/photos/35857645/pexels-photo-35857645.jpeg?auto=compress&cs=tinysrgb&w=2400");
  background-position: center 48%;
  background-size: cover;
  filter: saturate(.72) contrast(1.05);
  transform: scale(1.025);
  animation: heroIn 1.9s var(--ease) both;
}

@keyframes heroIn {
  from { transform: scale(1.11); opacity: .5; }
  to { transform: scale(1.025); opacity: 1; }
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(11, 14, 12, .84) 0%, rgba(11, 14, 12, .49) 44%, rgba(11, 14, 12, .12) 72%),
    linear-gradient(0deg, rgba(11, 14, 12, .68) 0%, rgba(11, 14, 12, .04) 46%, rgba(11, 14, 12, .35) 100%);
}

.hero-route {
  pointer-events: none;
}

.hero-route svg {
  width: 100%;
  height: 100%;
  opacity: .28;
}

.hero-route path {
  fill: none;
  stroke: rgba(255, 255, 255, .66);
  stroke-width: 1;
  stroke-dasharray: 5 8;
}

.hero-route circle {
  fill: var(--gold);
  stroke: rgba(255, 255, 255, .7);
  stroke-width: 2;
}

.hero-inner {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 820px;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 38px 9vw;
  padding-top: 100px;
  padding-bottom: 42px;
}

.hero-copy {
  max-width: 790px;
  align-self: center;
  padding-top: 76px;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 30px;
  font-size: clamp(72px, 8vw, 126px);
  line-height: .82;
}

.hero-lead {
  max-width: 590px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  font-weight: 350;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 34px;
}

.hero-note {
  position: relative;
  max-width: 315px;
  align-self: center;
  border-top: 1px solid rgba(255, 255, 255, .44);
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  margin-top: 100px;
  padding: 24px 0 26px;
  justify-self: end;
}

.hero-note-index {
  color: var(--gold);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-note-title {
  margin: 31px 0 10px;
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.1;
}

.hero-note > p:last-of-type {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  line-height: 1.65;
}

.hero-note a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-foot {
  display: contents;
}

.hero-foot > p {
  max-width: 465px;
  align-self: end;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .63);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  line-height: 1.4;
}

.hero-foot ul {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  align-self: end;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-foot li {
  position: relative;
  padding-left: 11px;
  color: rgba(255, 255, 255, .7);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-foot li::before {
  position: absolute;
  left: 0;
  top: .5em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.section-head-split {
  display: grid;
  grid-template-columns: minmax(180px, .38fr) minmax(420px, 1fr) minmax(250px, .55fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 76px;
}

.section-head-split .eyebrow {
  align-self: start;
  margin-top: 10px;
}

.section-head h2 {
  margin-bottom: 0;
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: .98;
}

.section-intro,
.section-head-row > p {
  margin-bottom: 5px;
  color: rgba(21, 24, 22, .66);
  font-size: 14px;
  line-height: 1.75;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-card {
  position: relative;
  min-height: 350px;
  border-right: 1px solid var(--line);
  padding: 28px 28px 34px;
  transition: color .35s ease, background .35s ease, transform .35s var(--ease);
}

.service-card:last-child {
  border-right: 0;
}

.service-card:hover {
  color: var(--cream);
  background: var(--pine);
  transform: translateY(-8px);
}

.service-number {
  position: absolute;
  top: 27px;
  right: 27px;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .1em;
}

.service-icon {
  width: 50px;
  height: 50px;
  margin: 56px 0 65px;
}

.service-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}

.service-card h3 {
  margin-bottom: 13px;
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.1;
}

.service-card p {
  max-width: 255px;
  margin-bottom: 0;
  opacity: .63;
  font-size: 12px;
  line-height: 1.65;
}

.portrait {
  display: grid;
  min-height: 720px;
  grid-template-columns: 1fr 1fr;
}

.portrait-media {
  min-height: 720px;
  background:
    linear-gradient(rgba(17, 19, 18, .08), rgba(17, 19, 18, .28)),
    url("https://images.pexels.com/photos/34865178/pexels-photo-34865178.jpeg?auto=compress&cs=tinysrgb&w=1600") center/cover;
}

.portrait-copy {
  display: flex;
  min-height: 720px;
  flex-direction: column;
  justify-content: center;
  padding: 78px max(6vw, 70px);
}

.portrait-copy h2 {
  max-width: 610px;
  margin-bottom: 32px;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: .98;
}

.portrait-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 1.75;
}

.preference-list {
  max-width: 650px;
  border-top: 1px solid var(--line-light);
}

.preference-list > div {
  display: grid;
  grid-template-columns: 45px minmax(140px, .7fr) 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  padding: 15px 0;
}

.preference-list span {
  color: var(--gold);
  font-size: 9px;
}

.preference-list strong {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
}

.preference-list small {
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
}

.section-head-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 370px);
  align-items: end;
  gap: 60px;
  margin-bottom: 66px;
}

.section-head-row h2 {
  max-width: 820px;
}

.destination-grid {
  display: grid;
  grid-auto-rows: 335px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.destination-card {
  --image: none;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}

.destination-card::before,
.destination-card::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
}

.destination-card::before {
  background-image: var(--image);
  background-position: center;
  background-size: cover;
  filter: saturate(.68);
  transition: filter .55s ease, transform .75s var(--ease);
}

.destination-card::after {
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 12, 11, .45) 0%, rgba(10, 12, 11, .05) 45%, rgba(10, 12, 11, .76) 100%);
}

.destination-card:hover::before {
  filter: saturate(.92);
  transform: scale(1.055);
}

.destination-card-tall {
  grid-row: span 2;
}

.destination-card-wide {
  grid-column: span 2;
}

.destination-meta {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.destination-card > div:last-of-type p {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .64);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.destination-card h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(35px, 3.3vw, 54px);
  line-height: .95;
}

.card-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: var(--white);
  background: transparent;
  font-size: 17px;
  cursor: pointer;
  transition: color .3s ease, background .3s ease, transform .3s var(--ease);
}

.card-arrow:hover {
  color: var(--ink);
  background: var(--gold);
  transform: rotate(12deg);
}

.destination-more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  padding-top: 28px;
}

.destination-more p {
  margin: 0;
  color: rgba(21, 24, 22, .54);
  font-size: 12px;
}

.routes {
  padding-top: 40px;
  background: var(--paper);
}

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

.route-item {
  display: grid;
  min-height: 250px;
  grid-template-columns: 190px 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  border-bottom: 1px solid var(--line);
  padding: 26px 0;
}

.route-photo {
  --image: none;
  width: 190px;
  height: 190px;
  background-image: var(--image);
  background-position: center;
  background-size: cover;
  filter: saturate(.66);
  transition: filter .45s ease, transform .45s var(--ease);
}

.route-item:hover .route-photo {
  filter: saturate(.95);
  transform: scale(.98);
}

.route-index {
  align-self: start;
  padding-top: 18px;
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .12em;
}

.route-copy {
  display: grid;
  grid-template-columns: minmax(120px, .42fr) minmax(260px, .78fr) minmax(180px, .6fr);
  align-items: center;
  gap: 30px;
}

.route-tags {
  margin-bottom: 0;
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .1em;
  line-height: 1.7;
  text-transform: uppercase;
}

.route-copy h3 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 2.5vw, 39px);
  line-height: 1.02;
}

.route-copy > p:last-child {
  margin-bottom: 0;
  color: rgba(21, 24, 22, .58);
  font-size: 11px;
  line-height: 1.65;
}

.route-item .button {
  min-width: 168px;
}

.quiz-section {
  padding: 132px 0;
}

.quiz-shell {
  display: grid;
  grid-template-columns: minmax(280px, .6fr) minmax(560px, 1.1fr);
  align-items: start;
  gap: 8vw;
}

.quiz-intro {
  position: sticky;
  top: 124px;
}

.quiz-intro h2 {
  max-width: 540px;
  margin-bottom: 32px;
  font-size: clamp(51px, 5.5vw, 79px);
  line-height: .96;
}

.quiz-intro > p:not(.eyebrow) {
  max-width: 480px;
  color: rgba(255, 255, 255, .56);
  font-size: 13px;
  line-height: 1.75;
}

.quiz-time {
  display: flex;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--line-light);
  margin-top: 52px;
  padding-top: 22px;
}

.quiz-time span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 47px;
  line-height: 1;
}

.quiz-time p {
  margin: 0;
  color: rgba(255, 255, 255, .46);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .1em;
  line-height: 1.5;
  text-transform: uppercase;
}

.quiz-card {
  min-height: 610px;
  color: var(--ink);
  background: var(--cream);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .2);
}

.quiz-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 24px 32px;
}

.quiz-top p {
  margin: 0;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.quiz-top p:last-child {
  color: rgba(21, 24, 22, .44);
}

.quiz-top p b {
  color: var(--gold-dark);
  font-weight: 650;
}

.quiz-progress {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
}

.quiz-progress span {
  height: 2px;
  background: rgba(21, 24, 22, .12);
  transition: background .25s ease;
}

.quiz-progress span.active,
.quiz-progress span.complete {
  background: var(--gold-dark);
}

#trip-form {
  display: flex;
  min-height: 536px;
  flex-direction: column;
}

.quiz-step,
.quiz-result {
  display: none;
  padding: 44px 42px 20px;
}

.quiz-step.active {
  display: block;
  animation: stepIn .42s var(--ease) both;
}

@keyframes stepIn {
  from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: translateX(0); }
}

.quiz-question {
  margin-bottom: 30px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 41px);
  line-height: 1.04;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.choice-grid-single {
  grid-template-columns: 1fr;
}

.choice {
  display: flex;
  min-height: 61px;
  align-items: center;
  gap: 15px;
  border: 1px solid rgba(21, 24, 22, .17);
  padding: 13px 16px;
  text-align: left;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border .25s ease, transform .25s var(--ease);
}

.choice:hover {
  border-color: var(--gold-dark);
  transform: translateY(-1px);
}

.choice.selected {
  border-color: var(--ink);
  color: var(--cream);
  background: var(--pine);
}

.choice span {
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .08em;
}

.choice.selected span {
  color: var(--gold);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 16px;
}

.field-grid label > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(21, 24, 22, .62);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.field-grid input,
.field-grid select {
  width: 100%;
  height: 50px;
  border: 0;
  border-bottom: 1px solid rgba(21, 24, 22, .24);
  border-radius: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 13px;
  transition: border .2s ease;
}

.field-grid input:focus,
.field-grid select:focus {
  border-color: var(--gold-dark);
}

.field-grid input::placeholder {
  color: rgba(21, 24, 22, .34);
}

.consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  color: rgba(21, 24, 22, .58);
  font-size: 10px;
  cursor: pointer;
}

.consent input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--pine);
}

.quiz-actions {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: auto;
  padding: 20px 42px 28px;
}

.quiz-back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  padding: 10px 0;
  color: rgba(21, 24, 22, .66);
  background: transparent;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.quiz-back:disabled {
  opacity: .25;
  cursor: default;
}

.quiz-error {
  margin: 0;
  color: #994738;
  font-size: 10px;
  text-align: right;
}

.quiz-submit {
  display: none;
}

.quiz-result {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 54px;
}

.quiz-result.active {
  display: flex;
  animation: stepIn .5s var(--ease) both;
}

.result-mark {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 50%;
  margin-bottom: 28px;
  color: var(--cream);
  background: var(--pine);
  font-size: 22px;
}

.quiz-result h3 {
  max-width: 520px;
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: 44px;
  line-height: 1.02;
}

.quiz-result > p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 32px;
  color: rgba(21, 24, 22, .62);
  font-size: 13px;
  line-height: 1.7;
}

.quiz-restart {
  border-width: 0 0 1px;
  background: transparent;
  cursor: pointer;
}

.process {
  background: var(--paper);
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-line li {
  position: relative;
  min-height: 240px;
  border-right: 1px solid var(--line);
  padding: 27px 30px 36px 0;
}

.process-line li + li {
  padding-left: 30px;
}

.process-line li:last-child {
  border-right: 0;
}

.process-line li::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: var(--gold-dark);
  content: "";
}

.process-line span {
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .12em;
}

.process-line h3 {
  margin: 79px 0 12px;
  font-family: var(--serif);
  font-size: 27px;
}

.process-line p {
  max-width: 235px;
  margin: 0;
  color: rgba(21, 24, 22, .56);
  font-size: 11px;
  line-height: 1.65;
}

.final-cta {
  position: relative;
  display: grid;
  min-height: 690px;
  place-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.final-media,
.final-shade {
  position: absolute;
  inset: 0;
}

.final-media {
  background: url("https://images.pexels.com/photos/8800119/pexels-photo-8800119.jpeg?auto=compress&cs=tinysrgb&w=2200") center 58%/cover;
  filter: saturate(.65);
}

.final-shade {
  background: linear-gradient(90deg, rgba(10, 13, 12, .89) 0%, rgba(10, 13, 12, .56) 53%, rgba(10, 13, 12, .24) 100%);
}

.final-inner {
  position: relative;
}

.final-inner h2 {
  max-width: 900px;
  margin-bottom: 25px;
  font-size: clamp(60px, 7.2vw, 102px);
  line-height: .88;
}

.final-inner > p:not(.eyebrow) {
  max-width: 500px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .64);
  font-size: 14px;
  line-height: 1.7;
}

.site-footer {
  color: var(--cream);
  background: #0c0f0d;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr minmax(260px, .65fr) 1fr;
  align-items: end;
  gap: 50px;
  border-bottom: 1px solid var(--line-light);
  padding: 62px 0 46px;
}

.brand-footer {
  align-self: center;
}

.footer-top > p {
  max-width: 380px;
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  line-height: 1.7;
}

.footer-contact {
  justify-self: end;
  border-bottom: 1px solid var(--line-light);
  padding-bottom: 7px;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 30px;
  color: rgba(255, 255, 255, .36);
  font-size: 9px;
  font-weight: 550;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: rgba(255, 255, 255, .67);
}

html.reveal-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

html.reveal-enabled .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: .09s; }
.delay-2 { transition-delay: .18s; }
.delay-3 { transition-delay: .27s; }

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 56px, 1100px);
  }

  .header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .main-nav {
    display: none;
  }

  .header-cta {
    margin-right: 64px;
  }

  .site-tools {
    justify-self: end;
  }

  .menu-toggle {
    position: absolute;
    right: 28px;
    display: grid;
    width: 38px;
    height: 38px;
    place-content: center;
    gap: 7px;
    border: 0;
    padding: 0;
    color: currentColor;
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 23px;
    height: 1px;
    background: currentColor;
    transition: transform .3s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .main-nav.open {
    position: fixed;
    z-index: -1;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
    padding: 100px max(28px, calc((100vw - var(--shell)) / 2));
    color: var(--cream);
    background: rgba(17, 19, 18, .98);
  }

  .main-nav.open a {
    font-family: var(--serif);
    font-size: 36px;
    font-weight: 400;
  }

  .site-header:has(.main-nav.open) {
    color: var(--cream);
    background: transparent;
  }

  .section-head-split {
    grid-template-columns: .42fr 1.2fr;
  }

  .section-head-split .section-intro {
    grid-column: 2;
    max-width: 650px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-card:nth-child(2) {
    border-right: 0;
  }

  .service-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .route-item {
    grid-template-columns: 150px 50px 1fr;
  }

  .route-photo {
    width: 150px;
    height: 170px;
  }

  .route-copy {
    grid-template-columns: .45fr 1fr;
  }

  .route-copy > p:last-child {
    display: none;
  }

  .route-item .button {
    grid-column: 3;
    width: fit-content;
    margin-top: -20px;
  }

  .quiz-shell {
    grid-template-columns: minmax(260px, .5fr) minmax(500px, 1.1fr);
    gap: 5vw;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: calc(100vw - 42px);
  }

  .section {
    padding: 96px 0;
  }

  .hero,
  .hero-inner {
    min-height: 760px;
  }

  .hero {
    height: 100svh;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }

  .hero-copy {
    align-self: center;
    padding-top: 90px;
  }

  .hero h1 {
    font-size: clamp(66px, 14vw, 104px);
  }

  .hero-note {
    display: none;
  }

  .hero-foot > p {
    display: none;
  }

  .hero-foot ul {
    max-width: 390px;
  }

  .section-head-split,
  .section-head-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-head-split .section-intro {
    grid-column: 1;
  }

  .section-head-row > p {
    max-width: 580px;
  }

  .portrait {
    grid-template-columns: 1fr;
  }

  .portrait-media {
    min-height: 500px;
  }

  .portrait-copy {
    min-height: 0;
    padding: 90px 7vw;
  }

  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .destination-card-tall {
    grid-row: span 1;
  }

  .destination-card-wide {
    grid-column: span 1;
  }

  .quiz-section {
    padding: 96px 0;
  }

  .quiz-shell {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .quiz-intro {
    position: static;
  }

  .quiz-intro > p:not(.eyebrow) {
    max-width: 600px;
  }

  .quiz-time {
    width: 200px;
  }

  .process-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-line li:nth-child(2) {
    border-right: 0;
  }

  .process-line li:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top > p {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-contact {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  html {
    scroll-padding-top: 68px;
  }

  .section {
    padding: 76px 0;
  }

  .header-inner {
    min-height: 68px;
  }

  .header-cta {
    display: none;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .site-tools {
    margin-right: 50px;
    gap: 5px;
  }

  .language-switch {
    height: 34px;
    padding: 0 6px;
  }

  .language-icon {
    display: none;
  }

  .language-switch select {
    width: 38px;
    height: 32px;
    font-size: 9px;
  }

  .theme-toggle {
    width: 34px;
    height: 34px;
  }

  .menu-toggle {
    right: 16px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand small {
    font-size: 7px;
  }

  .hero,
  .hero-inner {
    min-height: 720px;
  }

  .hero-media {
    background-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(11, 14, 12, .82) 0%, rgba(11, 14, 12, .28) 100%),
      linear-gradient(0deg, rgba(11, 14, 12, .78) 0%, rgba(11, 14, 12, .04) 55%, rgba(11, 14, 12, .42) 100%);
  }

  .hero-inner {
    gap: 22px;
    padding-top: 68px;
    padding-bottom: 26px;
  }

  .hero-copy {
    padding-top: 36px;
  }

  .hero h1 {
    margin-bottom: 24px;
    font-size: clamp(60px, 19vw, 82px);
    line-height: .86;
  }

  .hero-lead {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.55;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .hero .button {
    width: 100%;
  }

  .hero-foot ul {
    gap: 8px 12px;
  }

  .hero-route {
    display: none;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 9px;
  }

  .section-head h2,
  .portrait-copy h2,
  .quiz-intro h2 {
    font-size: clamp(43px, 13vw, 59px);
  }

  .section-head-split,
  .section-head-row {
    margin-bottom: 46px;
  }

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

  .service-card {
    min-height: 275px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 25px 22px 30px;
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .service-icon {
    margin: 34px 0 43px;
  }

  .portrait-media {
    min-height: 390px;
  }

  .portrait-copy {
    padding: 76px 20px;
  }

  .preference-list > div {
    grid-template-columns: 34px 1fr;
  }

  .preference-list small {
    display: none;
  }

  .destination-grid {
    grid-auto-rows: 410px;
    grid-template-columns: 1fr;
  }

  .destination-card-wide {
    grid-column: span 1;
  }

  .destination-card h3 {
    font-size: 48px;
  }

  .destination-more {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .routes {
    padding-top: 10px;
  }

  .route-item {
    grid-template-columns: 82px 1fr;
    gap: 17px 20px;
    padding: 24px 0 30px;
  }

  .route-photo {
    width: 82px;
    height: 108px;
    grid-row: 1;
  }

  .route-index {
    display: none;
  }

  .route-copy {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .route-copy h3 {
    font-size: 29px;
  }

  .route-item .button {
    grid-column: 2;
    margin: 0;
  }

  .quiz-section {
    padding: 76px 0;
  }

  .quiz-card {
    min-height: 650px;
  }

  .quiz-top {
    grid-template-columns: auto 1fr auto;
    padding: 20px;
  }

  .quiz-top > p:first-child {
    display: none;
  }

  .quiz-step {
    padding: 34px 20px 16px;
  }

  .quiz-question {
    font-size: 32px;
  }

  .choice-grid {
    grid-template-columns: 1fr;
  }

  .choice {
    min-height: 54px;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .quiz-actions {
    grid-template-columns: auto 1fr;
    padding: 18px 20px 24px;
  }

  .quiz-error {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: left;
  }

  .quiz-next,
  .quiz-submit {
    grid-column: 2;
  }

  .quiz-result {
    padding: 38px 24px;
  }

  .quiz-result h3 {
    font-size: 37px;
  }

  .process-line {
    grid-template-columns: 1fr;
  }

  .process-line li,
  .process-line li + li {
    min-height: 175px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 25px 0 28px;
  }

  .process-line h3 {
    margin: 47px 0 8px;
  }

  .final-cta {
    min-height: 620px;
  }

  .final-media {
    background-position: 60% center;
  }

  .final-inner h2 {
    font-size: clamp(50px, 15vw, 67px);
  }

  .final-inner .button {
    width: 100%;
  }

  .footer-top {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .footer-top > p,
  .footer-contact {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  html.reveal-enabled .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Version 2: product-led "Personal Atlas" experience */

.v2 .hero-media {
  background-image: url("assets/hero-wide.webp");
  background-image: image-set(url("assets/hero-wide.avif") type("image/avif"), url("assets/hero-wide.webp") type("image/webp"));
  background-position: center 52%;
}

.hero-v2 .hero-contours {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-v2 .hero-contours svg {
  width: 100%;
  height: 100%;
  opacity: .2;
}

.hero-v2 .hero-contours path {
  fill: none;
  stroke: rgba(255, 255, 255, .66);
  stroke-dasharray: 4 9;
  stroke-width: 1;
}

.hero-v2 .hero-contours path + path {
  opacity: .4;
}

.hero-v2 .hero-contours circle {
  fill: var(--gold);
  stroke: rgba(255, 255, 255, .68);
  stroke-width: 2;
}

.hero-v2 .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 42px;
  padding-top: 168px;
  padding-bottom: 38px;
}

.hero-v2 .hero-copy {
  width: min(860px, 74vw);
  max-width: none;
  align-self: flex-start;
  padding-top: 28px;
}

.hero-v2 h1 {
  max-width: 850px;
  font-size: clamp(76px, 8.3vw, 132px);
  line-height: .82;
}

.hero-v2 .hero-lead {
  max-width: 690px;
}

.hero-micro {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
  line-height: 1.5;
}

.eyebrow {
  font-size: 12px;
}

.brand small {
  font-size: 10px;
}

.main-nav a,
.header-cta,
.button,
.text-link {
  font-size: 13px;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.hero-trust > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 4px 12px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  padding: 20px 26px 6px 0;
}

.hero-trust > div + div {
  padding-left: 28px;
}

.hero-trust > div:last-child {
  border-right: 0;
}

.hero-trust span {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .1em;
}

.hero-trust strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.hero-trust small {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  line-height: 1.5;
}

.trust-bar {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.trust-bar-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-bar-inner p {
  min-height: 82px;
  border-right: 1px solid var(--line);
  margin: 0;
  padding: 24px 28px;
  color: rgba(21, 24, 22, .57);
  font-size: 11px;
  line-height: 1.55;
}

.trust-bar-inner p:first-child {
  border-left: 1px solid var(--line);
}

.trust-bar-inner span {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.atlas {
  background:
    radial-gradient(circle at 82% 15%, rgba(52, 91, 115, .1), transparent 29%),
    var(--cream);
}

.atlas-workspace {
  display: grid;
  grid-template-columns: minmax(290px, .56fr) minmax(560px, 1.14fr);
  min-height: 720px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 24px 65px rgba(31, 31, 28, .07);
}

.atlas-controls {
  border-right: 1px solid var(--line);
  padding: 36px;
}

.atlas-control {
  border-bottom: 1px solid var(--line);
  padding: 0 0 30px;
  margin-bottom: 30px;
}

.atlas-control-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}

.atlas-control-head span {
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}

.atlas-control-head p {
  margin: 0;
  font-family: var(--serif);
  font-size: 21px;
}

.segment-group {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.segment-group button {
  min-height: 40px;
  border: 1px solid rgba(21, 24, 22, .18);
  padding: 0 13px;
  color: rgba(21, 24, 22, .67);
  background: transparent;
  font-size: 10px;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border .25s ease, transform .25s var(--ease);
}

.segment-group button:hover {
  border-color: var(--gold-dark);
  transform: translateY(-1px);
}

.segment-group button.active {
  border-color: var(--pine);
  color: var(--cream);
  background: var(--pine);
}

.atlas-selection-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: rgba(21, 24, 22, .48);
  font-size: 10px;
  line-height: 1.65;
}

.atlas-selection-note span {
  color: var(--gold-dark);
  font-size: 17px;
}

.atlas-selection-note p {
  margin: 0;
}

.atlas-map-panel {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 28px 32px 32px;
}

.atlas-map {
  position: relative;
  min-height: 295px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(52, 91, 115, .04), transparent);
}

.atlas-map svg {
  width: 100%;
  height: 100%;
  max-height: 295px;
}

.map-shape {
  fill: rgba(52, 91, 115, .075);
  stroke: rgba(52, 91, 115, .34);
  stroke-width: 1.2;
}

.map-line {
  fill: none;
  stroke: rgba(159, 121, 65, .58);
  stroke-dasharray: 5 8;
  stroke-width: 1;
}

.map-marker {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(21, 24, 22, .36);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  transition: color .35s ease, transform .35s var(--ease);
}

.map-marker i {
  width: 8px;
  height: 8px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: rgba(21, 24, 22, .28);
  box-shadow: 0 0 0 1px rgba(21, 24, 22, .18);
}

.map-marker.active {
  z-index: 2;
  color: var(--ink);
  transform: translate(-50%, -50%) scale(1.08);
}

.map-marker.active i {
  background: var(--gold-dark);
  box-shadow: 0 0 0 6px rgba(197, 162, 102, .18);
}

.atlas-result-head {
  display: grid;
  grid-template-columns: 1fr minmax(180px, .7fr);
  gap: 30px;
  padding: 26px 0 18px;
}

.atlas-result-head span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.atlas-result-head h3 {
  margin: 7px 0 0;
  font-family: var(--serif);
  font-size: 30px;
}

.atlas-result-head > p {
  align-self: end;
  margin: 0;
  color: rgba(21, 24, 22, .51);
  font-size: 10px;
  line-height: 1.6;
}

.atlas-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 22px;
}

.atlas-result-card {
  position: relative;
  overflow: hidden;
  min-height: 152px;
  border: 1px solid var(--line);
  padding: 17px;
  background: var(--cream);
  animation: atlasCardIn .45s var(--ease) both;
}

@keyframes atlasCardIn {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}

.atlas-result-card:nth-child(2) { animation-delay: .05s; }
.atlas-result-card:nth-child(3) { animation-delay: .1s; }
.atlas-result-card:nth-child(4) { animation-delay: .15s; }
.atlas-result-card:nth-child(5) { animation-delay: .2s; }
.atlas-result-card:nth-child(6) { animation-delay: .25s; }

.atlas-result-card > span {
  display: flex;
  justify-content: space-between;
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.atlas-result-card h4 {
  margin: 32px 0 8px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.atlas-result-card p {
  margin: 0;
  color: rgba(21, 24, 22, .52);
  font-size: 9px;
  line-height: 1.55;
}

.atlas-custom-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 128px;
  border: 1px solid var(--line);
  padding: 22px 24px;
  background: var(--pine);
  color: var(--cream);
  animation: atlasCardIn .45s var(--ease) .3s both;
}

.atlas-custom-card span {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.atlas-custom-card h4 {
  margin: 8px 0 5px;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
}

.atlas-custom-card p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 10px;
  line-height: 1.55;
}

.atlas-custom-create {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 184px;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, .38);
  padding: 0 18px;
  color: var(--cream);
  background: transparent;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.atlas-custom-create:hover,
.atlas-custom-create:focus-visible {
  border-color: var(--gold-light);
  color: var(--ink);
  background: var(--gold-light);
}

.atlas-apply {
  width: 100%;
}

.case-study {
  padding: 130px 0;
}

.case-study .section-head-row > p {
  color: rgba(255, 255, 255, .52);
}

.flagship-case {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  min-height: 690px;
  border: 1px solid rgba(255, 255, 255, .18);
}

.flagship-media {
  position: relative;
  min-height: 690px;
  overflow: hidden;
}

.flagship-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 15, 14, .08), rgba(13, 15, 14, .55));
  content: "";
}

.flagship-media img,
.mini-case img,
.region-card img,
.human-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flagship-media img {
  filter: saturate(.74);
  transition: filter .6s ease, transform .8s var(--ease);
}

.flagship-case:hover .flagship-media img {
  filter: saturate(.92);
  transform: scale(1.025);
}

.case-badge,
.case-photo-caption {
  position: absolute;
  z-index: 1;
}

.case-badge {
  top: 28px;
  left: 28px;
  padding: 10px 13px;
  color: var(--ink);
  background: var(--gold);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.case-photo-caption {
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .64);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.flagship-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
}

.case-kicker {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.flagship-copy h3 {
  margin: 12px 0 35px;
  font-family: var(--serif);
  font-size: clamp(41px, 4vw, 58px);
  line-height: .98;
}

.case-brief {
  margin: 0 0 35px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.case-brief > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  padding: 14px 0;
}

.case-brief dt {
  color: rgba(255, 255, 255, .43);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.case-brief dd {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
  line-height: 1.65;
}

.case-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.case-actions .text-link {
  border-width: 0 0 1px;
  background: transparent;
  cursor: pointer;
}

.mini-cases {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.mini-case {
  display: grid;
  min-height: 190px;
  grid-template-columns: 190px 1fr;
  grid-template-rows: 1fr auto;
  border: 1px solid rgba(255, 255, 255, .16);
}

.mini-case img {
  grid-row: 1 / span 2;
  filter: saturate(.7);
}

.mini-case > div {
  padding: 24px 25px 8px;
}

.mini-case span {
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mini-case h3 {
  margin: 11px 0 6px;
  font-family: var(--serif);
  font-size: 25px;
}

.mini-case p {
  margin: 0;
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  line-height: 1.6;
}

.mini-case button {
  justify-self: start;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .32);
  margin: 8px 25px 22px;
  padding: 0 0 6px;
  color: rgba(255, 255, 255, .72);
  background: transparent;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.service-output {
  background: var(--paper);
}

.service-output-grid {
  display: grid;
  grid-template-columns: minmax(390px, .76fr) minmax(480px, 1fr);
  align-items: center;
  gap: 9vw;
}

.service-document {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  border: 1px solid var(--line);
  padding: 28px;
  color: var(--cream);
  background: var(--pine);
  box-shadow: 0 30px 70px rgba(35, 48, 42, .2);
  transform: rotate(-1.5deg);
}

.service-document::before {
  position: absolute;
  right: -80px;
  bottom: 70px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  content: "";
}

.document-top,
.document-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .48);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.document-cover {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  margin-top: 24px;
  padding: 82px 0 48px;
}

.document-cover p {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.document-cover h3 {
  margin-bottom: 56px;
  font-family: var(--serif);
  font-size: 43px;
  line-height: 1.02;
}

.document-route {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, .62);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.document-route i {
  width: 38px;
  height: 1px;
  margin: 0 8px;
  background: var(--gold);
}

.document-day {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 8px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  padding: 34px 0;
}

.document-day span {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-size: 8px;
  text-transform: uppercase;
}

.document-day strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.document-day small {
  color: rgba(255, 255, 255, .42);
  font-size: 8px;
}

.document-footer {
  margin-top: 27px;
}

.service-output-copy h2 {
  max-width: 650px;
  margin-bottom: 28px;
  font-size: clamp(48px, 5vw, 72px);
  line-height: .97;
}

.service-output-copy > p:not(.eyebrow) {
  max-width: 570px;
  color: rgba(21, 24, 22, .58);
  font-size: 13px;
  line-height: 1.8;
}

.deliverable-list {
  margin: 36px 0 34px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.deliverable-list li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.deliverable-list > li > span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 700;
}

.deliverable-list strong,
.deliverable-list small {
  display: block;
}

.deliverable-list strong {
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.deliverable-list small {
  color: rgba(21, 24, 22, .48);
  font-size: 9px;
  line-height: 1.55;
}

.formats {
  background: var(--cream);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-card {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  border-right: 1px solid var(--line);
  padding: 30px;
}

.price-card:last-child {
  border-right: 0;
}

.price-card-featured {
  color: var(--cream);
  background: var(--pine);
  transform: translateY(-14px);
  box-shadow: 0 22px 55px rgba(34, 49, 42, .16);
}

.price-card-top {
  display: flex;
  justify-content: space-between;
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price-card-featured .price-card-top {
  color: var(--gold);
}

.price-label {
  position: absolute;
  top: 62px;
  right: 29px;
  padding: 7px 9px;
  color: var(--ink);
  background: var(--gold);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price-card h3 {
  max-width: 260px;
  margin: 70px 0 20px;
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1;
}

.price {
  margin-bottom: 16px;
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 27px;
}

.price-card-featured .price {
  color: var(--gold);
}

.price-lead {
  min-height: 70px;
  margin-bottom: 30px;
  color: rgba(21, 24, 22, .55);
  font-size: 10px;
  line-height: 1.65;
}

.price-card-featured .price-lead {
  color: rgba(255, 255, 255, .55);
}

.price-card ul {
  flex: 1;
  margin: 0 0 32px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.price-card-featured ul {
  border-color: rgba(255, 255, 255, .16);
}

.price-card li {
  position: relative;
  border-bottom: 1px solid var(--line);
  padding: 12px 0 12px 17px;
  color: rgba(21, 24, 22, .63);
  font-size: 10px;
}

.price-card-featured li {
  border-color: rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .65);
}

.price-card li::before {
  position: absolute;
  top: 17px;
  left: 1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-dark);
  content: "";
}

.price-card-featured li::before {
  background: var(--gold);
}

.price-card-featured .button-outline {
  border-color: rgba(255, 255, 255, .4);
  color: var(--cream);
}

.pricing-note {
  max-width: 760px;
  margin: 30px auto 0;
  color: rgba(21, 24, 22, .46);
  font-size: 9px;
  line-height: 1.6;
  text-align: center;
}

.destinations-v2 {
  overflow: hidden;
  padding-top: 80px;
  background: var(--paper);
}

.region-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 31%);
  gap: 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: 22px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-dark) transparent;
}

.region-card {
  position: relative;
  display: flex;
  min-height: 485px;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
  scroll-snap-align: start;
}

.region-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 12, 11, .47), rgba(10, 12, 11, .04) 45%, rgba(10, 12, 11, .78));
  content: "";
}

.region-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  filter: saturate(.7);
  transition: filter .55s ease, transform .75s var(--ease);
}

.region-card:hover img {
  filter: saturate(.95);
  transform: scale(1.045);
}

.region-card > span,
.region-card small {
  color: rgba(255, 255, 255, .7);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.region-card h3 {
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 43px;
}

.region-card button {
  position: absolute;
  right: 22px;
  bottom: 25px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding: 0 0 5px;
  color: var(--white);
  background: transparent;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

.human-service {
  display: grid;
  min-height: 760px;
  grid-template-columns: 1fr 1fr;
}

.human-media {
  min-height: 760px;
  overflow: hidden;
}

.human-media img {
  filter: saturate(.62) contrast(1.03);
}

.human-media-curator img {
  object-position: center 34%;
  filter: saturate(.52) contrast(1.04) sepia(.04);
}

.human-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px max(6vw, 70px);
}

.human-copy h2 {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(50px, 5.5vw, 78px);
  line-height: .98;
}

.human-copy > p:not(.eyebrow) {
  max-width: 570px;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  line-height: 1.8;
}

.human-principles {
  max-width: 650px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  margin: 28px 0 34px;
}

.human-principles > div {
  display: grid;
  grid-template-columns: 35px minmax(150px, .7fr) 1fr;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  padding: 16px 0;
}

.human-principles span {
  color: var(--gold);
  font-size: 8px;
}

.human-principles strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.human-principles small {
  color: rgba(255, 255, 255, .42);
  font-size: 9px;
  line-height: 1.5;
}

.human-copy .button {
  align-self: flex-start;
}

.process-line-v2 li {
  min-height: 220px;
}

.selected-context {
  max-width: 430px;
  border: 1px solid rgba(255, 255, 255, .18);
  margin-top: 30px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, .04);
}

.selected-context:not([hidden]) {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 18px;
}

.selected-context span {
  color: rgba(255, 255, 255, .4);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.selected-context strong {
  grid-column: 1;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.selected-context button {
  grid-column: 2;
  grid-row: 1 / span 2;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  padding: 0 0 5px;
  color: rgba(255, 255, 255, .7);
  background: transparent;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.quiz-hint {
  margin: -18px 0 24px;
  color: rgba(21, 24, 22, .48);
  font-size: 9px;
}

.inline-field {
  display: block;
  margin-top: 22px;
}

.inline-field > span {
  display: block;
  margin-bottom: 7px;
  color: rgba(21, 24, 22, .57);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.inline-field input,
.inline-field select {
  width: 100%;
  height: 48px;
  border: 0;
  border-bottom: 1px solid rgba(21, 24, 22, .24);
  border-radius: 0;
  outline: none;
  background: transparent;
  font-size: 12px;
}

.consent a {
  border-bottom: 1px solid rgba(21, 24, 22, .35);
}

.quiz-submit[disabled] {
  opacity: .6;
  cursor: wait;
}

.booking-link {
  margin-bottom: 22px;
}

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .65fr) minmax(520px, 1fr);
  align-items: start;
  gap: 9vw;
}

.faq-intro {
  position: sticky;
  top: 120px;
}

.faq-intro h2 {
  margin-bottom: 27px;
  font-size: clamp(50px, 5vw, 72px);
  line-height: .98;
}

.faq-intro > p:not(.eyebrow) {
  max-width: 440px;
  color: rgba(21, 24, 22, .55);
  font-size: 11px;
  line-height: 1.75;
}

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

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

.faq-list summary {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr 30px;
  align-items: center;
  gap: 14px;
  padding: 25px 0;
  font-family: var(--serif);
  font-size: 22px;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::after {
  justify-self: end;
  content: "+";
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 300;
  transition: transform .25s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list summary span {
  color: var(--gold-dark);
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
}

.faq-list details p {
  max-width: 650px;
  margin: -4px 0 27px 54px;
  color: rgba(21, 24, 22, .58);
  font-size: 11px;
  line-height: 1.75;
}

.final-cta-v2 .final-media {
  background-image: url("assets/baikal.webp");
  background-image: image-set(url("assets/baikal.avif") type("image/avif"), url("assets/baikal.webp") type("image/webp"));
}

.mobile-sticky-cta {
  display: none;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-light);
  padding: 24px 0;
}

.footer-links nav {
  display: flex;
  gap: 25px;
}

.footer-links a,
.legal-placeholder {
  color: rgba(255, 255, 255, .44);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--cream);
}

.legal-placeholder {
  margin: 0;
  color: rgba(255, 255, 255, .28);
}

@media (max-width: 1180px) {
  .hero-v2 .hero-copy {
    width: min(900px, 88vw);
  }

  .atlas-workspace {
    grid-template-columns: 320px 1fr;
  }

  .atlas-controls {
    padding: 28px;
  }

  .segment-group {
    flex-direction: column;
  }

  .segment-group button {
    width: 100%;
  }

  .atlas-result-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .flagship-case {
    grid-template-columns: 1fr 1fr;
  }

  .flagship-copy {
    padding: 40px;
  }

  .service-output-grid {
    gap: 6vw;
  }

  .region-rail {
    grid-auto-columns: minmax(280px, 42%);
  }
}

@media (max-width: 900px) {
  .hero-v2 .hero-inner {
    padding-top: 145px;
  }

  .hero-v2 .hero-copy {
    width: 100%;
  }

  .hero-trust > div {
    padding-right: 14px;
  }

  .hero-trust > div + div {
    padding-left: 18px;
  }

  .trust-bar-inner {
    grid-template-columns: 1fr;
  }

  .trust-bar-inner p {
    min-height: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 16px 20px;
  }

  .atlas-workspace {
    grid-template-columns: 1fr;
  }

  .atlas-controls {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .segment-group {
    flex-direction: row;
  }

  .segment-group button {
    width: auto;
  }

  .flagship-case {
    grid-template-columns: 1fr;
  }

  .flagship-media {
    min-height: 520px;
  }

  .mini-cases {
    grid-template-columns: 1fr;
  }

  .service-output-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .service-document {
    width: min(100%, 560px);
    justify-self: center;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    border: 0;
    gap: 15px;
  }

  .price-card,
  .price-card:last-child {
    min-height: 0;
    border: 1px solid var(--line);
  }

  .price-card-featured {
    transform: none;
  }

  .price-lead {
    min-height: 0;
  }

  .region-rail {
    grid-auto-columns: minmax(280px, 54%);
  }

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

  .human-media {
    min-height: 560px;
  }

  .human-copy {
    padding: 90px 7vw;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .faq-intro {
    position: static;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

@media (max-width: 680px) {
  body.v2 {
    padding-bottom: 68px;
  }

  .hero-v2,
  .hero-v2 .hero-inner {
    min-height: 790px;
  }

  .hero-v2 .hero-inner {
    padding-top: 108px;
    padding-bottom: 22px;
  }

  .hero-v2 .hero-media {
    background-position: 56% center;
  }

  .hero-v2 h1 {
    font-size: clamp(58px, 17vw, 77px);
    line-height: .86;
  }

  .hero-v2 .hero-lead {
    font-size: 13px;
  }

  .hero-v2 .hero-actions {
    gap: 19px;
  }

  .hero-micro {
    font-size: 9px;
  }

  .hero-trust {
    grid-template-columns: 1fr;
  }

  .hero-trust > div,
  .hero-trust > div + div {
    grid-template-columns: 30px 1fr;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding: 10px 0;
  }

  .hero-trust > div:last-child {
    border-bottom: 0;
  }

  .hero-trust small {
    display: none;
  }

  .trust-bar {
    display: none;
  }

  .atlas-workspace {
    border-inline: 0;
    margin-inline: -16px;
  }

  .atlas-controls,
  .atlas-map-panel {
    padding: 26px 20px;
  }

  .segment-group {
    display: grid;
    grid-template-columns: 1fr;
  }

  .segment-group button {
    width: 100%;
  }

  .atlas-map {
    min-height: 230px;
  }

  .atlas-map svg {
    max-height: 230px;
  }

  .map-marker {
    font-size: 0;
  }

  .map-marker.active {
    font-size: 7px;
  }

  .atlas-result-head h3 {
    font-size: 28px;
  }

  .atlas-results {
    grid-template-columns: 1fr;
  }

  .atlas-result-card {
    min-height: 128px;
  }

  .atlas-result-card h4 {
    margin-top: 22px;
  }

  .case-study {
    padding: 78px 0;
  }

  .flagship-case {
    border-inline: 0;
    margin-inline: -16px;
  }

  .flagship-media {
    min-height: 410px;
  }

  .flagship-copy {
    padding: 42px 20px;
  }

  .flagship-copy h3 {
    font-size: 41px;
  }

  .case-brief > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .case-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mini-case {
    grid-template-columns: 110px 1fr;
  }

  .mini-case h3 {
    font-size: 21px;
  }

  .mini-case p {
    display: none;
  }

  .service-document {
    min-height: 560px;
    padding: 22px;
  }

  .document-cover {
    padding-top: 65px;
  }

  .document-cover h3 {
    font-size: 34px;
  }

  .document-route {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .document-route i {
    width: 1px;
    height: 16px;
    margin: 0 0 0 4px;
  }

  .service-output-copy h2,
  .human-copy h2,
  .faq-intro h2 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .price-card {
    padding: 24px;
  }

  .price-card h3 {
    margin-top: 55px;
  }

  .region-rail {
    grid-auto-columns: 86%;
    margin-right: -16px;
  }

  .region-card {
    min-height: 430px;
  }

  .human-media {
    min-height: 430px;
  }

  .human-copy {
    padding: 76px 20px;
  }

  .human-principles > div {
    grid-template-columns: 30px 1fr;
  }

  .human-principles small {
    display: none;
  }

  .human-copy .button {
    width: 100%;
  }

  .process-line-v2 li {
    min-height: 170px;
  }

  .quiz-intro h2 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .multi-choice,
  .comfort-choices {
    grid-template-columns: 1fr;
  }

  .field-grid {
    gap: 13px;
  }

  .faq-list summary {
    grid-template-columns: 28px 1fr 22px;
    gap: 9px;
    font-size: 19px;
  }

  .faq-list details p {
    margin-left: 37px;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: 9px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 10px 12px 10px 15px;
    color: var(--cream);
    background: rgba(17, 19, 18, .95);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .25);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity .3s ease, transform .3s var(--ease);
  }

  .mobile-sticky-cta.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-sticky-cta div span,
  .mobile-sticky-cta div small {
    display: block;
  }

  .mobile-sticky-cta div span {
    font-family: var(--serif);
    font-size: 15px;
  }

  .mobile-sticky-cta div small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .46);
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
  }

  .mobile-sticky-cta > a {
    padding: 12px 14px;
    color: var(--ink);
    background: var(--gold);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .footer-links nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }
}

/* Conversion, launch-readiness and regional landing pages */
html {
  scroll-behavior: auto;
}

.atlas-ready {
  align-items: center;
  grid-template-columns: 30px 1fr auto;
  gap: 12px;
  border: 1px solid rgba(49, 72, 62, .2);
  margin-top: 22px;
  padding: 14px;
  background: rgba(49, 72, 62, .07);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s var(--ease);
}

.atlas-ready:not([hidden]) {
  display: grid;
}

.atlas-ready.visible {
  opacity: 1;
  transform: translateY(0);
}

.atlas-ready > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--cream);
  background: var(--pine);
  font-size: 12px;
}

.atlas-ready strong,
.atlas-ready small {
  display: block;
}

.atlas-ready strong {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
}

.atlas-ready small {
  margin-top: 3px;
  color: rgba(21, 24, 22, .5);
  font-size: 9px;
}

.atlas-ready button {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 5px;
  color: var(--pine);
  background: transparent;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.offer-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  margin: -26px 0 42px;
}

.offer-facts > div {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 4px 14px;
  border-right: 1px solid var(--line);
  padding: 20px 22px;
}

.offer-facts > div:last-child {
  border-right: 0;
}

.offer-facts span {
  grid-row: 1 / span 2;
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 750;
}

.offer-facts strong {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
}

.offer-facts small {
  color: rgba(21, 24, 22, .5);
  font-size: 9px;
  line-height: 1.5;
}

.region-card > div {
  padding-bottom: 38px;
}

.region-more {
  display: inline-flex;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  margin-top: 9px;
  padding-bottom: 4px;
  color: rgba(255, 255, 255, .72);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.curator-profile {
  align-items: center;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  margin-top: 24px;
}

.curator-profile:not([hidden]) {
  display: grid;
}

.curator-avatar {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 255, 255, .06) center / cover no-repeat;
  font-family: var(--serif);
}

.curator-profile strong,
.curator-profile small {
  display: block;
}

.curator-profile strong {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.curator-profile small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
}

.curator-phone {
  display: inline-block;
  border-bottom: 1px solid rgba(198, 161, 91, .5);
  margin-top: 9px;
  padding-bottom: 3px;
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .04em;
}

.curator-phone[hidden] {
  display: none;
}

.inline-field textarea {
  width: 100%;
  min-height: 86px;
  resize: vertical;
  border: 1px solid rgba(21, 24, 22, .18);
  border-radius: 0;
  outline: none;
  padding: 13px;
  background: rgba(255, 255, 255, .28);
  font: 12px/1.5 var(--sans);
}

.inline-field textarea:focus,
.inline-field input:focus,
.inline-field select:focus {
  border-color: var(--gold-dark);
}

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.case-details > summary,
.deliverable-details > summary,
.price-details > summary {
  display: none;
}

.case-details,
.deliverable-details {
  display: block;
}

.price-details {
  display: block;
  flex: 1;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  border-top: 1px solid var(--line-light);
  padding: 22px 0;
}

.footer-contacts a {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding-bottom: 4px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
}

/* Regional SEO pages */
.direction-page {
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
}

.direction-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 16px clamp(20px, 4vw, 60px);
  color: var(--cream);
}

.direction-header > a:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  padding-bottom: 5px;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.direction-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
}

.direction-hero > img,
.direction-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.direction-hero > img {
  object-fit: cover;
}

.direction-hero::after {
  background: linear-gradient(90deg, rgba(10, 12, 11, .8), rgba(10, 12, 11, .2)), linear-gradient(0deg, rgba(10, 12, 11, .58), transparent 55%);
  content: "";
}

.direction-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 720px;
  padding: 150px 0 72px;
}

.direction-breadcrumbs {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.direction-hero h1 {
  max-width: 950px;
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(78px, 11vw, 150px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -.06em;
}

.direction-hero h1 em {
  color: var(--gold);
}

.direction-hero-lead {
  max-width: 650px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.6;
}

.direction-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.direction-meta span {
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 99px;
  padding: 9px 13px;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.direction-intro,
.direction-season,
.direction-route,
.direction-budget {
  padding: clamp(76px, 9vw, 130px) 0;
}

.direction-two-col {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(50px, 9vw, 130px);
}

.direction-two-col h2,
.direction-route h2,
.direction-budget h2,
.direction-cta h2 {
  margin: 18px 0 0;
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.045em;
}

.direction-copy {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.direction-copy p + p {
  margin-top: 20px;
}

.direction-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 64px;
}

.direction-points article {
  min-height: 210px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px;
}

.direction-points span,
.direction-season-grid span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.direction-points h3 {
  margin: 50px 0 10px;
  font-family: var(--serif);
  font-size: 25px;
}

.direction-points p,
.direction-season-grid p,
.direction-route-card p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.65;
}

.direction-season {
  color: var(--cream);
  background: var(--pine);
}

.direction-season h2 em,
.direction-cta h2 em {
  color: var(--gold);
}

.direction-season-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .16);
  margin-top: 60px;
}

.direction-season-grid article {
  min-height: 220px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  padding: 26px;
}

.direction-season-grid article:last-child {
  border-right: 0;
}

.direction-season-grid h3 {
  margin: 46px 0 10px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.direction-season-grid p {
  color: rgba(255, 255, 255, .58);
}

.direction-route-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 58px;
}

.direction-route-card {
  min-height: 260px;
  border: 1px solid var(--line);
  padding: 25px;
  background: var(--paper);
}

.direction-route-card > span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 750;
}

.direction-route-card h3 {
  margin: 76px 0 12px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.direction-budget {
  background: var(--paper);
}

.direction-budget-card {
  border: 1px solid var(--line);
  padding: 34px;
}

.direction-budget-card strong {
  display: block;
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}

.direction-budget-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.direction-cta {
  padding: clamp(90px, 12vw, 170px) 0;
  color: var(--cream);
  background: var(--ink);
  text-align: center;
}

.direction-cta .shell {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.direction-cta h2 {
  max-width: 900px;
}

.direction-cta p {
  max-width: 580px;
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, .58);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .offer-facts {
    grid-template-columns: 1fr;
  }

  .offer-facts > div,
  .offer-facts > div:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .offer-facts > div:last-child {
    border-bottom: 0;
  }

  .human-media {
    min-height: 390px;
  }

  .direction-two-col {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .direction-points,
  .direction-season-grid {
    grid-template-columns: 1fr 1fr;
  }

  .direction-route-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .v2 .section {
    padding: 62px 0;
  }

  .v2 .section-head-row {
    gap: 18px;
    margin-bottom: 38px;
  }

  .v2 .section-head h2,
  .v2 .section-head-row h2 {
    font-size: clamp(40px, 12.2vw, 53px);
  }

  .atlas-workspace {
    min-height: 0;
  }

  .atlas-controls {
    padding: 20px 16px;
  }

  .atlas-control {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }

  .atlas-control-head {
    margin-bottom: 11px;
  }

  .atlas-control-head p {
    font-size: 18px;
  }

  .segment-group {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .segment-group button {
    min-height: 43px;
    padding: 0 4px;
    font-size: 8px;
    line-height: 1.2;
  }

  .atlas-selection-note {
    display: none;
  }

  .atlas-ready {
    grid-template-columns: 28px 1fr;
    margin-top: 4px;
  }

  .atlas-ready button {
    grid-column: 2;
    justify-self: start;
  }

  .atlas-map-panel {
    padding: 16px;
  }

  .atlas-map {
    display: none;
  }

  .atlas-result-head {
    padding: 6px 0 14px;
  }

  .atlas-result-head h3 {
    font-size: 25px;
  }

  .atlas-result-head > p {
    font-size: 9px;
  }

  .atlas-results {
    gap: 6px;
    margin-bottom: 14px;
  }

  .atlas-result-card {
    display: grid;
    min-height: 96px;
    grid-template-columns: 76px 1fr;
    gap: 5px 12px;
    padding: 13px;
  }

  .atlas-result-card > span {
    grid-row: 1 / span 2;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
  }

  .atlas-result-card h4 {
    margin: 0;
    font-size: 21px;
  }

  .atlas-result-card p {
    font-size: 8px;
  }

  .atlas-custom-card {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 18px;
  }

  .atlas-custom-card h4 {
    font-size: 23px;
  }

  .atlas-custom-card p {
    font-size: 9px;
  }

  .atlas-custom-create {
    width: 100%;
    min-width: 0;
  }

  .case-study {
    padding: 62px 0;
  }

  .flagship-media {
    min-height: 280px;
  }

  .flagship-copy {
    padding: 30px 16px;
  }

  .flagship-copy h3 {
    margin-bottom: 22px;
    font-size: 35px;
  }

  .case-brief {
    margin-bottom: 24px;
  }

  .case-brief > div {
    padding: 10px 0;
  }

  .mini-case {
    min-height: 132px;
  }

  .mini-case > div {
    padding: 17px 16px 5px;
  }

  .mini-case button {
    margin: 5px 16px 15px;
  }

  .service-output-grid {
    gap: 38px;
  }

  .service-document {
    min-height: 390px;
    padding: 18px;
  }

  .document-cover {
    margin-top: 17px;
    padding: 38px 0 26px;
  }

  .document-cover h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .document-day {
    padding: 22px 0;
  }

  .deliverable-list {
    margin: 24px 0;
  }

  .offer-facts {
    margin: -8px 0 26px;
  }

  .offer-facts > div {
    padding: 14px 16px;
  }

  .price-card {
    padding: 20px;
  }

  .price-card h3 {
    margin: 38px 0 14px;
    font-size: 31px;
  }

  .price-card ul {
    margin-bottom: 20px;
  }

  .price-card li {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .region-card {
    min-height: 390px;
  }

  .human-media {
    min-height: 270px;
  }

  .human-copy {
    padding: 54px 20px;
  }

  .human-principles {
    margin: 22px 0 26px;
  }

  .process-line-v2 li {
    min-height: 0;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .faq-grid {
    gap: 28px;
  }

  .faq-list summary {
    padding: 18px 0;
    font-size: 17px;
  }

  .faq-list details p {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .footer-contacts {
    align-items: flex-start;
    flex-direction: column;
  }

  .direction-header {
    min-height: 70px;
  }

  .direction-header .brand small {
    display: none;
  }

  .direction-header > a:last-child {
    font-size: 0;
  }

  .direction-header > a:last-child::after {
    content: "← На сайт";
    font-size: 8px;
  }

  .direction-hero,
  .direction-hero-inner {
    min-height: 650px;
  }

  .direction-hero-inner {
    padding: 130px 0 44px;
  }

  .direction-hero h1 {
    font-size: clamp(62px, 20vw, 82px);
  }

  .direction-hero-lead {
    font-size: 14px;
  }

  .direction-intro,
  .direction-season,
  .direction-route,
  .direction-budget {
    padding: 66px 0;
  }

  .direction-two-col h2,
  .direction-route h2,
  .direction-budget h2,
  .direction-cta h2 {
    font-size: 43px;
  }

  .direction-points,
  .direction-season-grid,
  .direction-route-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .direction-points article,
  .direction-season-grid article,
  .direction-route-card {
    min-height: 0;
    padding: 22px;
  }

  .direction-points h3,
  .direction-season-grid h3,
  .direction-route-card h3 {
    margin-top: 30px;
  }

  .direction-budget-card {
    padding: 24px;
  }

  .case-details > summary,
  .deliverable-details > summary,
  .price-details > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    padding: 13px 0;
    color: inherit;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .08em;
    list-style: none;
    text-transform: uppercase;
    cursor: pointer;
  }

  .case-details > summary::-webkit-details-marker,
  .deliverable-details > summary::-webkit-details-marker,
  .price-details > summary::-webkit-details-marker {
    display: none;
  }

  .case-details > summary span,
  .deliverable-details > summary span,
  .price-details > summary span {
    font-size: 17px;
    font-weight: 300;
    transition: transform .2s ease;
  }

  .case-details[open] > summary span,
  .deliverable-details[open] > summary span,
  .price-details[open] > summary span {
    transform: rotate(45deg);
  }

  .case-details .case-brief,
  .deliverable-details .deliverable-list,
  .price-details ul {
    margin-top: 12px;
  }

  .mini-cases {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 86%;
    grid-template-columns: none;
    overflow-x: auto;
    margin-right: -16px;
    padding-bottom: 8px;
    scroll-snap-type: inline mandatory;
  }

  .mini-case {
    scroll-snap-align: start;
  }

  .human-media {
    display: block;
    min-height: 330px;
    max-height: 390px;
  }

  .human-media-curator img {
    object-position: center 29%;
  }

  .process-line-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-line-v2 li,
  .process-line-v2 li + li {
    min-height: 150px;
    border: 1px solid var(--line);
    margin: 0;
    padding: 18px;
  }

  .process-line-v2 li::before {
    display: none;
  }

  .process-line-v2 h3 {
    margin-top: 30px;
    font-size: 19px;
  }

  .process-line-v2 p {
    font-size: 9px;
  }
}

/* Readability pass — 2026-07-15
   Premium does not mean miniature: supporting copy stays comfortably legible. */
.hero-micro {
  max-width: 680px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.6;
}

.hero-trust > div {
  grid-template-columns: 42px 1fr;
  gap: 6px 14px;
  padding-top: 24px;
  padding-bottom: 10px;
}

.hero-trust span,
.trust-bar-inner span,
.atlas-control-head span,
.atlas-result-head span,
.atlas-result-card > span,
.case-badge,
.case-photo-caption,
.case-kicker,
.case-brief dt,
.mini-case span,
.document-top,
.document-footer,
.document-cover p,
.document-route,
.document-day span,
.deliverable-list > li > span,
.price-card-top,
.price-label,
.region-card > span,
.region-card small,
.region-card button,
.region-more,
.human-principles span,
.selected-context span,
.selected-context button,
.faq-list summary span,
.atlas-ready button,
.offer-facts span,
.direction-header > a:last-child,
.direction-breadcrumbs,
.direction-meta span,
.direction-points span,
.direction-season-grid span,
.direction-route-card > span {
  font-size: 12px;
}

.hero-trust strong {
  font-size: 23px;
}

.hero-trust small {
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.55;
}

.trust-bar-inner p {
  min-height: 106px;
  padding: 27px 30px;
  color: rgba(21, 24, 22, .7);
  font-size: 15px;
  line-height: 1.55;
}

.section-head-row > p,
.service-output-copy > p:not(.eyebrow),
.faq-intro > p:not(.eyebrow),
.direction-copy,
.direction-cta p {
  font-size: 16px;
  line-height: 1.75;
}

.segment-group button {
  min-height: 44px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px;
}

.atlas-selection-note,
.atlas-result-head > p,
.atlas-result-card p,
.atlas-ready small {
  color: rgba(21, 24, 22, .66);
  font-size: 13px;
  line-height: 1.6;
}

.map-marker {
  color: rgba(21, 24, 22, .58);
  font-size: 11px;
}

.atlas-ready strong,
.offer-facts strong {
  font-size: 21px;
}

.offer-facts small {
  color: rgba(21, 24, 22, .68);
  font-size: 13px;
}

.case-brief dd,
.mini-case p,
.mini-case button {
  font-size: 13px;
}

.case-brief dt {
  color: rgba(255, 255, 255, .68);
}

.case-brief dd,
.mini-case p {
  color: rgba(255, 255, 255, .76);
  line-height: 1.65;
}

.document-top,
.document-footer,
.document-day small {
  color: rgba(255, 255, 255, .68);
}

.document-day small {
  font-size: 13px;
  line-height: 1.5;
}

.deliverable-list small,
.price-lead,
.price-card li,
.pricing-note {
  color: rgba(21, 24, 22, .68);
  font-size: 14px;
  line-height: 1.6;
}

.price-card-featured .price-lead,
.price-card-featured li {
  color: rgba(255, 255, 255, .74);
}

.human-copy {
  padding-top: 72px;
  padding-bottom: 72px;
}

.human-copy h2 {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: clamp(52px, 4.8vw, 70px);
}

.human-copy > p:not(.eyebrow) {
  max-width: 610px;
  color: rgba(255, 255, 255, .78);
  font-size: 17px;
  line-height: 1.75;
}

.curator-profile {
  max-width: 610px;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-top: 28px;
  padding: 20px 0;
}

.curator-avatar {
  width: 88px;
  height: 88px;
  border-color: rgba(255, 255, 255, .42);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .22);
}

.curator-profile strong {
  font-size: 32px;
  line-height: 1.05;
}

.curator-profile small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.45;
}

.curator-phone {
  margin-top: 11px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.35;
}

.human-principles {
  margin-top: 30px;
}

.human-principles > div {
  grid-template-columns: 42px minmax(190px, .72fr) minmax(220px, 1fr);
  gap: 16px;
  padding: 20px 0;
}

.human-principles strong {
  font-size: 23px;
  line-height: 1.15;
}

.human-principles small {
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.55;
}

.selected-context strong {
  font-size: 25px;
}

.quiz-hint,
.inline-field > span,
.field-grid label > span,
.consent,
.quiz-back,
.quiz-error,
.quiz-time p,
.quiz-top p,
.choice span,
.process-line span,
.process-line p,
.footer-top > p,
.footer-contacts a {
  font-size: 13px;
}

.quiz-intro > p:not(.eyebrow),
.final-inner > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.7;
}

.choice {
  font-size: 14px;
}

.footer-top > p {
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
}

.quiz-hint {
  color: rgba(21, 24, 22, .66);
}

.inline-field input,
.inline-field select,
.inline-field textarea,
.field-grid input,
.field-grid select {
  font-size: 15px;
}

.field-grid label > span small {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.faq-list details p {
  color: rgba(21, 24, 22, .68);
  font-size: 15px;
  line-height: 1.75;
}

.footer-links a,
.legal-placeholder,
.footer-bottom {
  font-size: 11px;
}

.direction-points p,
.direction-season-grid p,
.direction-route-card p,
.direction-budget-card p {
  font-size: 14px;
  line-height: 1.7;
}

/* Supporting pages use the same legibility standard. */
.document-footer-page,
.document-footer-page a,
.sample-meta span,
.days-grid article > span,
.days-grid small,
.sample-logistics li span,
.sample-cta p:not(.eyebrow) {
  font-size: 13px;
}

@media (max-width: 900px) {
  .trust-bar-inner p {
    min-height: 0;
  }

  .human-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (max-width: 680px) {
  .hero-micro {
    margin-top: 16px;
    font-size: 13px;
  }

  .hero-trust {
    gap: 0;
  }

  .hero-trust > div,
  .hero-trust > div + div {
    grid-template-columns: 34px 1fr;
    gap: 3px 8px;
    padding: 14px 8px 14px 0;
  }

  .hero-trust > div + div {
    padding-left: 10px;
  }

  .hero-trust strong {
    font-size: 18px;
  }

  .hero-trust small {
    display: block;
    font-size: 12px;
    line-height: 1.35;
  }

  .trust-bar-inner p {
    padding: 20px 18px;
    font-size: 14px;
  }

  .segment-group button {
    min-height: 48px;
    padding: 5px 7px;
    font-size: 12px;
  }

  .atlas-result-head > p,
  .atlas-result-card p,
  .atlas-ready small {
    font-size: 12px;
  }

  .atlas-result-card {
    min-height: 116px;
  }

  .case-details > summary,
  .deliverable-details > summary,
  .price-details > summary {
    font-size: 12px;
  }

  .human-copy {
    padding: 52px 20px 58px;
  }

  .human-copy h2 {
    font-size: clamp(46px, 14vw, 60px);
  }

  .human-copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.7;
  }

  .curator-profile {
    grid-template-columns: 76px 1fr;
    gap: 16px;
    padding: 18px 0;
  }

  .curator-avatar {
    width: 76px;
    height: 76px;
  }

  .curator-profile strong {
    font-size: 28px;
  }

  .curator-profile small,
  .curator-phone {
    font-size: 13px;
  }

  .human-principles > div {
    grid-template-columns: 32px 1fr;
    gap: 5px 12px;
    padding: 18px 0;
  }

  .human-principles strong {
    font-size: 21px;
  }

  .human-principles small {
    display: block;
    grid-column: 2;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
  }

  .process-line-v2 p,
  .faq-list details p {
    font-size: 13px;
  }

  .direction-header > a:last-child::after {
    font-size: 12px;
  }
}

/* Final minimum sizes for persistent navigation and mobile conversion UI. */
.brand small,
.price-card-top small,
.footer-links a,
.legal-placeholder,
.footer-bottom {
  font-size: 12px;
}

.mobile-sticky-cta div small {
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
}

.mobile-sticky-cta > a {
  font-size: 12px;
}

.map-marker {
  font-size: 12px;
}

.document-header > a:last-child::after {
  font-size: 12px;
}

/* Site appearance switch */
html[data-theme="dark"] {
  color-scheme: dark;
  --cream: #f3efe7;
  --paper: #171b18;
  --line: rgba(245, 240, 232, .17);
  --gold-dark: #d0ad70;
}

html[data-theme="dark"] body,
html[data-theme="dark"] .atlas,
html[data-theme="dark"] .formats,
html[data-theme="dark"] .document-page,
html[data-theme="dark"] .route-document-page,
html[data-theme="dark"] .document-header {
  color: #f5f0e8;
  background-color: #111412;
}

html[data-theme="dark"] .trust-bar,
html[data-theme="dark"] .service-output,
html[data-theme="dark"] .process,
html[data-theme="dark"] .faq,
html[data-theme="dark"] .atlas-workspace,
html[data-theme="dark"] .atlas-result-card {
  color: #f5f0e8;
  background: #171b18;
}

html[data-theme="dark"] .site-header.scrolled {
  color: #f5f0e8;
  background: rgba(14, 17, 15, .94);
}

html[data-theme="dark"] .language-switch select option {
  color: #f5f0e8;
  background: #171b18;
}

html[data-theme="dark"] .section-dark,
html[data-theme="dark"] .case-study,
html[data-theme="dark"] .quiz-section,
html[data-theme="dark"] .human-service {
  color: #f5f0e8;
  background: #0b0e0c;
}

html[data-theme="dark"] .price-card:not(.price-card-featured),
html[data-theme="dark"] .quiz-card {
  color: #f5f0e8;
  background: #1a1e1b;
}

html[data-theme="dark"] .price-card-featured,
html[data-theme="dark"] .service-document {
  background: #263d32;
}

html[data-theme="dark"] .price-card:not(.price-card-featured) .button-outline,
html[data-theme="dark"] .text-link:not(.text-link-light),
html[data-theme="dark"] .button-outline {
  color: #f5f0e8;
  border-color: rgba(245, 240, 232, .32);
}

html[data-theme="dark"] .price-card:not(.price-card-featured) .button-outline:hover,
html[data-theme="dark"] .button-outline:hover {
  color: #111412;
  background: #f5f0e8;
}

html[data-theme="dark"] .button-dark {
  color: #111412;
  background: #d0ad70;
}

html[data-theme="dark"] .segment-group button,
html[data-theme="dark"] .atlas-ready button,
html[data-theme="dark"] .quiz-back,
html[data-theme="dark"] .quiz-restart,
html[data-theme="dark"] .choice,
html[data-theme="dark"] .quiz-card input,
html[data-theme="dark"] .quiz-card select,
html[data-theme="dark"] .quiz-card textarea {
  color: #f5f0e8;
}

html[data-theme="dark"] .segment-group button.active,
html[data-theme="dark"] .choice.selected {
  color: #fff;
  background: #31483e;
}

html[data-theme="dark"] .quiz-card input,
html[data-theme="dark"] .quiz-card select,
html[data-theme="dark"] .quiz-card textarea {
  border-color: rgba(245, 240, 232, .28);
  background: transparent;
}

html[data-theme="dark"] .quiz-card select option {
  color: #f5f0e8;
  background: #171b18;
}

html[data-theme="dark"] .quiz-hint,
html[data-theme="dark"] .inline-field > span,
html[data-theme="dark"] .field-grid label > span,
html[data-theme="dark"] .price-lead,
html[data-theme="dark"] .service-output-copy > p:not(.eyebrow),
html[data-theme="dark"] .faq-intro > p:not(.eyebrow),
html[data-theme="dark"] .faq-list details p,
html[data-theme="dark"] .process-line p,
html[data-theme="dark"] .atlas-result-head > p,
html[data-theme="dark"] .atlas-result-card p,
html[data-theme="dark"] .atlas-selection-note,
html[data-theme="dark"] .offer-facts small {
  color: rgba(245, 240, 232, .66);
}

html[data-theme="dark"] .atlas-map {
  background: linear-gradient(180deg, rgba(78, 127, 156, .09), transparent);
}

html[data-theme="dark"] .atlas-ready {
  background: rgba(208, 173, 112, .09);
}

html[data-theme="dark"] .faq-list summary,
html[data-theme="dark"] .deliverable-list,
html[data-theme="dark"] .price-details,
html[data-theme="dark"] .offer-facts,
html[data-theme="dark"] .process-line-v2,
html[data-theme="dark"] .trust-bar-inner {
  border-color: rgba(245, 240, 232, .17);
}

html[data-theme="dark"] .legal-document > p,
html[data-theme="dark"] .legal-document section p,
html[data-theme="dark"] .legal-document li,
html[data-theme="dark"] .document-footer-page {
  color: rgba(245, 240, 232, .68);
}

@media (prefers-reduced-motion: reduce) {
  .theme-toggle,
  .language-switch { transition: none; }
}

@media (max-width: 560px) {
  html[data-language="en"] .document-header > a:last-child::after,
  html[data-language="en"] .direction-header > a:last-child::after { content: "← Home"; }
  html[data-language="zh"] .document-header > a:last-child::after,
  html[data-language="zh"] .direction-header > a:last-child::after { content: "← 首页"; }
  html[data-language="de"] .document-header > a:last-child::after,
  html[data-language="de"] .direction-header > a:last-child::after { content: "← Start"; }
  html[data-language="fr"] .document-header > a:last-child::after,
  html[data-language="fr"] .direction-header > a:last-child::after { content: "← Accueil"; }
  html[data-language="es"] .document-header > a:last-child::after,
  html[data-language="es"] .direction-header > a:last-child::after { content: "← Inicio"; }
}

/* Comfortable touch targets on phones without changing the desktop rhythm. */
@media (max-width: 680px) {
  .language-switch {
    height: 44px;
  }

  .language-switch select {
    width: 42px;
    height: 42px;
  }

  .theme-toggle,
  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .site-tools {
    margin-right: 52px;
  }

  .text-link,
  .mini-case button,
  .region-more,
  .region-card button {
    min-height: 44px;
    align-items: center;
  }

  .text-link {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .mini-case button,
  .region-card button {
    display: inline-flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .region-more {
    display: inline-flex;
  }

  .curator-phone,
  .quiz-back,
  .mobile-sticky-cta > a,
  .site-footer a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
}

/* Mobile viewport hardening: notches, iOS form zoom and accidental overflow. */
body {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow-x: clip) {
  body { overflow-x: clip; }
}

@media (max-width: 680px) {
  body.v2 {
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
  }

  .site-header {
    padding-top: env(safe-area-inset-top);
  }

  .mobile-sticky-cta {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(9px, env(safe-area-inset-bottom));
    left: max(10px, env(safe-area-inset-left));
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }

  .button,
  .choice,
  .segment-group button,
  .quiz-next,
  .quiz-submit {
    min-height: 48px;
  }

  .quiz-shell,
  .quiz-card,
  .field-grid,
  .atlas-workspace,
  .flagship-case,
  .service-output-grid,
  .human-grid {
    min-width: 0;
  }
}
