:root {
  --ink: #07151f;
  --ink-soft: #0d2432;
  --forest: #123b53;
  --forest-deep: #071f2e;
  --paper: #f1eee6;
  --paper-deep: #e4e8e8;
  --stone: #aeb8bd;
  --gold: #c7a76a;
  --rust: #8b4d63;
  --white: #fbfaf6;
  --line: rgba(7, 21, 31, 0.18);
  --display: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--rust); color: var(--white); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,0.16);
  transition: background 220ms ease, height 220ms ease;
}
.site-header.is-scrolled {
  height: 72px;
  background: rgba(5, 18, 27, 0.94);
  backdrop-filter: blur(14px);
}
.brand,
.footer-brand {
  justify-self: start;
  display: inline-flex;
  flex-direction: column;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 0.92;
}
.brand span:last-child,
.footer-brand span:last-child { color: var(--gold); }
.site-nav { display: flex; align-items: center; gap: clamp(1.4rem, 2.6vw, 3rem); }
.nav-collaborate { display: none; }
.site-nav a {
  position: relative;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.4rem;
  height: 1px;
  background: var(--gold);
  transition: right 180ms ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after { right: 0; }
.header-buy {
  justify-self: end;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(255,255,255,0.45);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}
.header-buy:hover,
.header-buy:focus-visible { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  padding: 9rem max(5vw, 2rem) 5rem;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 20%, rgba(31, 92, 128, 0.52), transparent 29%),
    linear-gradient(120deg, #07151f 0%, #0a2636 52%, #050f17 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, black, transparent 64%);
}
.hero-noise {
  position: absolute;
  width: 58vw;
  height: 58vw;
  left: -35vw;
  bottom: -42vw;
  border: 1px solid rgba(196,160,100,.3);
  border-radius: 50%;
  box-shadow: 0 0 0 7vw rgba(196,160,100,.025), 0 0 0 14vw rgba(196,160,100,.02);
}
.hero-copy { position: relative; z-index: 2; max-width: 770px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.5rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow > span { width: 42px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--rust); }
.eyebrow.light { color: #ddc080; }
.hero h1,
.section-heading h2,
.guide h2,
.value h2,
.responsible h2,
.about h2,
.work h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.86;
}
.hero h1 { font-size: clamp(4.2rem, 8.8vw, 9.1rem); }
h1 em,
h2 em { color: var(--gold); font-weight: 400; }
.hero-intro {
  max-width: 660px;
  margin: 2.1rem 0 0;
  color: rgba(250,248,241,.76);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.75;
}
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.25rem; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 0.8rem 1.25rem;
  border: 1px solid transparent;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}
.button:hover,
.button:focus-visible { transform: translateY(-2px); }
.button:disabled { opacity: .62; cursor: not-allowed; }
.button:disabled:hover { transform: none; }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover,
.button-primary:focus-visible { background: var(--white); }
.text-link {
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255,255,255,.4);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-stats { display: flex; gap: clamp(1.7rem, 3vw, 3.5rem); margin: 3rem 0 0; }
.hero-stats div { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.24); }
.hero-stats dt { font-family: var(--display); font-size: clamp(1.55rem, 2.5vw, 2.25rem); line-height: 1; color: var(--white); }
.hero-stats dd { margin: 0.35rem 0 0; color: rgba(255,255,255,.52); font-size: 0.68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual { position: relative; z-index: 2; justify-self: center; width: min(100%, 540px); }
.hero-frame {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 0.72;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 38px 85px rgba(0,0,0,.38);
}
.hero-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(4,12,19,.05) 35%, rgba(4,12,19,.8) 100%);
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.04); }
.field-marker {
  position: absolute;
  z-index: 2;
  top: 1.4rem;
  left: 1.4rem;
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .6rem;
  background: rgba(5,18,27,.88);
  color: var(--white);
}
.field-marker span { font-size: .58rem; letter-spacing: .15em; }
.field-marker strong { color: var(--gold); font-family: var(--display); font-size: 1rem; }
.image-note { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.3rem; margin: 0; color: rgba(255,255,255,.76); font-family: var(--display); font-size: 1.05rem; font-style: italic; }
.hero-seal {
  position: absolute;
  z-index: 4;
  top: 1.35rem;
  right: 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  padding: .7rem .8rem .62rem;
  border: 1px solid rgba(199,167,106,.78);
  background: rgba(7,21,31,.9);
  color: var(--white);
  text-align: center;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 32px rgba(0,0,0,.28);
}
.hero-seal span { color: var(--gold); font-size: .5rem; font-weight: 800; letter-spacing: .17em; }
.hero-seal strong { margin-top: .1rem; font-family: var(--sans); font-size: .72rem; letter-spacing: .14em; line-height: 1.1; }
.scroll-cue {
  position: absolute;
  z-index: 3;
  left: 5vw;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: .7rem;
  color: rgba(255,255,255,.48);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .15em;
}
.scroll-cue i { width: 54px; height: 1px; background: rgba(255,255,255,.34); }

.manifesto { padding: clamp(5rem, 10vw, 10rem) max(5vw, 2rem); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2rem 7vw; align-items: end; margin-bottom: 4rem; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading h2,
.guide h2,
.value h2,
.responsible h2,
.about h2,
.work h2 { font-size: clamp(3.2rem, 6vw, 6.8rem); }
.section-heading > p:last-child { max-width: 590px; margin: 0 0 .4rem; color: #4d5961; font-size: 1.02rem; }
.story-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: repeat(2, minmax(270px, 33vw)); gap: 1rem; }
.story-card { position: relative; min-height: 300px; overflow: hidden; background: var(--ink); color: var(--white); }
.story-card-wide { grid-row: 1 / 3; }
.story-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.story-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(4,11,18,.94), rgba(4,11,18,0) 62%); }
.story-card:hover img { transform: scale(1.025); }
.story-card-copy { position: absolute; z-index: 2; inset: auto 1.4rem 1.3rem; }
.story-card-copy span { color: var(--gold); font-size: .64rem; font-weight: 800; letter-spacing: .14em; }
.story-card-copy h3 { margin: .35rem 0 0; font-family: var(--display); font-size: clamp(1.65rem, 2.5vw, 2.6rem); font-weight: 500; line-height: 1; }
.story-card-copy p { max-width: 420px; margin: .6rem 0 0; color: rgba(255,255,255,.68); font-size: .88rem; }

.guide {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(4rem, 9vw, 10rem);
  padding: clamp(6rem, 10vw, 10rem) max(5vw, 2rem);
  overflow: hidden;
  background: var(--forest-deep);
  color: var(--white);
}
.guide::before {
  content: "";
  position: absolute;
  inset: 0 55% 0 0;
  opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 50px 50px;
}
.guide-art { position: relative; width: min(85%, 470px); margin-inline: auto; }
.guide-cover {
  position: relative;
  z-index: 3;
  aspect-ratio: .707;
  overflow: hidden;
  color: var(--white);
  box-shadow: 22px 32px 70px rgba(0,0,0,.46);
  transform: rotate(-2deg);
}
.guide-cover img { width: 100%; height: 100%; object-fit: cover; }
.guide-cover-original { aspect-ratio: auto; }
.guide-cover-original img { height: auto; }
.guide-cover-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(5,16,24,.05), rgba(5,16,24,.3) 38%, rgba(5,16,24,.97) 100%); }
.guide-cover-brand { position: absolute; top: 1.6rem; left: 1.6rem; font-size: .66rem; font-weight: 800; letter-spacing: .18em; }
.guide-cover-copy { position: absolute; left: 1.6rem; right: 1.6rem; bottom: 3.1rem; }
.guide-cover-copy p { margin: 0 0 .5rem; color: var(--gold); font-size: .58rem; font-weight: 800; letter-spacing: .2em; }
.guide-cover-copy h3 { margin: 0; max-width: 100%; font-family: var(--display); font-size: clamp(2.8rem, 3.9vw, 3.5rem); font-weight: 500; line-height: .8; letter-spacing: -.055em; }
.guide-cover-copy h3 .cover-title-line { display: block; }
.guide-cover-copy h3 .cover-title-line:last-child { font-size: .81em; letter-spacing: -.045em; }
.guide-cover-copy > span { display: block; margin-top: 1.2rem; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.45); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.guide-cover-footer { position: absolute; left: 1.6rem; bottom: 1.1rem; font-size: .5rem; letter-spacing: .12em; color: rgba(255,255,255,.6); }
.guide-shadow { position: absolute; inset: 2rem -1.5rem -1rem 2.5rem; background: #d9cfbd; box-shadow: 0 25px 50px rgba(0,0,0,.28); }
.guide-shadow-one { z-index: 1; transform: rotate(5deg); }
.guide-shadow-two { z-index: 2; transform: rotate(1.8deg); background: #eee8dc; }
.page-count {
  position: absolute;
  z-index: 5;
  right: -4.1rem;
  bottom: 2rem;
  min-width: 172px;
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .9rem 1rem;
  background: var(--rust);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(0,0,0,.25);
}
.page-count strong { font-family: var(--display); font-size: 2.8rem; line-height: 1; }
.page-count span { font-size: .62rem; font-weight: 700; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }
.guide-copy { position: relative; z-index: 2; max-width: 780px; }
.guide-lead { max-width: 680px; margin: 2rem 0 2.4rem; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.guide-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.guide-features li { min-height: 90px; display: flex; gap: 1rem; align-items: center; padding: 1rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.guide-features li:nth-child(odd) { padding-left: 0; border-right: 1px solid rgba(255,255,255,.16); }
.guide-features strong { color: var(--gold); font-family: var(--display); font-size: 2.5rem; font-weight: 400; line-height: 1; }
.guide-features span { color: rgba(255,255,255,.75); font-size: .83rem; line-height: 1.45; }
.guide-checklist { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.guide-checklist span { padding: .36rem .65rem; border: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.64); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.purchase-row { display: flex; align-items: center; gap: 2rem; margin-top: 2rem; }
.price { display: flex; flex-direction: column; min-width: 120px; }
.price span { color: rgba(255,255,255,.5); font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price strong { margin-top: .15rem; font-family: var(--display); font-size: 2.35rem; font-weight: 500; line-height: 1; }
.button-rust { background: var(--rust); color: var(--white); }
.button-rust:hover,
.button-rust:focus-visible { background: #a45d75; }
.checkout-note { margin: 1rem 0 0; color: rgba(255,255,255,.4); font-size: .68rem; letter-spacing: .03em; }

.value { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 720px; }
.value-quote { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 9rem); overflow: hidden; background: var(--rust); color: var(--white); }
.quote-mark { position: absolute; top: -4rem; left: 2rem; color: rgba(255,255,255,.1); font-family: var(--display); font-size: 22rem; line-height: 1; }
.value-quote blockquote { position: relative; margin: 0; font-family: var(--display); font-size: clamp(2rem, 3.5vw, 4rem); font-style: italic; line-height: 1.12; letter-spacing: -.035em; }
.value-quote > p { position: relative; margin: 2rem 0 0; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.value-details { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 9rem); }
.value-details h2 { font-size: clamp(3rem, 5vw, 5.5rem); }
.detail-list { margin-top: 3rem; border-top: 1px solid var(--line); }
.detail-list article { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.detail-list article > span { color: var(--rust); font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.detail-list h3 { margin: 0; font-family: var(--display); font-size: 1.35rem; font-weight: 500; }
.detail-list p { margin: .3rem 0 0; color: #56626a; font-size: .9rem; }

.responsible { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding: clamp(5rem, 9vw, 9rem) max(5vw, 2rem); background: var(--paper-deep); }
.responsible-title > span { color: var(--rust); font-size: .68rem; font-weight: 800; letter-spacing: .16em; }
.responsible h2 { margin-top: 1rem; font-size: clamp(3rem, 5vw, 5.8rem); }
.responsible-copy { align-self: end; max-width: 590px; }
.responsible-copy p { margin: 0 0 1.8rem; color: #4f5c64; font-size: 1.05rem; }
.dark-link { border-color: rgba(7,21,31,.35); }

.about { position: relative; min-height: 780px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; padding: clamp(6rem, 10vw, 10rem) max(5vw, 2rem); background: var(--ink); color: var(--white); }
.about::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(30deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 36px 36px; }
.about-number { position: relative; z-index: 1; color: transparent; font-family: var(--display); font-size: clamp(17rem, 37vw, 39rem); font-weight: 700; line-height: .6; letter-spacing: -.18em; -webkit-text-stroke: 1px rgba(196,160,100,.25); transform: translateX(-8%); user-select: none; }
.about-copy { position: relative; z-index: 2; max-width: 750px; }
.about-copy > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.66); }
.about-copy h2 { margin-bottom: 2rem; }
.social-links { margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.16); }
.social-links a { display: grid; grid-template-columns: 110px 1fr auto; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.16); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.social-links a span { color: rgba(255,255,255,.43); font-weight: 500; text-transform: none; }
.social-links a b { color: var(--gold); }

.work { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; padding: clamp(6rem, 10vw, 10rem) max(5vw, 2rem); background: var(--gold); }
.work h2 { font-size: clamp(3.2rem, 6vw, 6.7rem); }
.work h2 em { color: var(--rust); }
.work-copy > p:not(.eyebrow) { max-width: 750px; font-size: 1.04rem; }
.work-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2rem; }
.work-tags span { padding: .45rem .7rem; border: 1px solid rgba(7,21,31,.42); font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.work-action { align-self: end; padding: 2rem; border-top: 1px solid rgba(7,21,31,.5); border-bottom: 1px solid rgba(7,21,31,.5); }
.work-action p { margin: 0 0 1.4rem; font-family: var(--display); font-size: 1.6rem; line-height: 1.3; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover,
.button-dark:focus-visible { background: var(--rust); }

.site-footer { padding: 4rem max(5vw, 2rem) 2rem; background: #030a10; color: var(--white); }
.footer-brand { font-size: clamp(2.2rem, 5vw, 5rem); line-height: .82; letter-spacing: -.02em; font-family: var(--display); font-weight: 500; }
.site-footer > p { margin: 2rem 0 4rem; color: rgba(255,255,255,.46); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.42); font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 1.4rem; }
.footer-bottom a:hover,
.footer-bottom a:focus-visible { color: var(--gold); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.reveal.reveal-delay { transition-delay: 120ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .header-buy { grid-column: 2; }
  .hero { grid-template-columns: 1fr .72fr; gap: 3rem; }
  .hero h1 { font-size: clamp(4.5rem, 8.7vw, 7rem); }
  .hero-seal { right: 1rem; }
  .guide { gap: 5rem; }
  .page-count { right: -2rem; }
  .value { grid-template-columns: 1fr; }
  .value-quote,
  .value-details { min-height: 610px; }
  .about { grid-template-columns: .7fr 1.3fr; }
  .work { grid-template-columns: 1fr; }
  .work-action { max-width: 560px; }
}

@media (max-width: 760px) {
  .site-header { height: 68px; padding-inline: 1.1rem; }
  .header-buy { display: none; }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    color: inherit;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem;
    background: rgba(5,15,23,.99);
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 1rem .2rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 8rem 1.25rem 5rem;
  }
  .hero h1 { font-size: clamp(4rem, 19vw, 6.3rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hero-stats { gap: 1rem; justify-content: space-between; }
  .hero-stats div { padding-left: .7rem; }
  .hero-stats dt { font-size: 1.55rem; }
  .hero-stats dd { font-size: .55rem; }
  .hero-visual { width: 86%; margin-inline: auto; }
  .hero-frame { margin: 0; }
  .hero-seal { top: .9rem; right: .9rem; min-width: 100px; padding: .62rem .68rem .55rem; }
  .scroll-cue { display: none; }
  .manifesto,
  .guide,
  .responsible,
  .about,
  .work { padding-left: 1.25rem; padding-right: 1.25rem; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading h2,
  .guide h2,
  .value h2,
  .responsible h2,
  .about h2,
  .work h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .story-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .story-card,
  .story-card-wide { grid-row: auto; min-height: 410px; }
  .guide { grid-template-columns: 1fr; gap: 5.5rem; }
  .guide-art { width: 78%; }
  .page-count { right: -1.25rem; }
  .guide-features { grid-template-columns: 1fr; }
  .guide-features li:nth-child(odd) { border-right: 0; padding-left: 1rem; }
  .purchase-row { align-items: stretch; flex-direction: column; gap: 1rem; }
  .purchase-row .button { width: 100%; }
  .value-quote,
  .value-details { min-height: auto; padding: 5rem 1.25rem; }
  .responsible { grid-template-columns: 1fr; }
  .about { min-height: auto; grid-template-columns: 1fr; }
  .about-number { position: absolute; inset: auto auto 5% -8%; font-size: 24rem; opacity: .6; }
  .about-copy { grid-column: 1; }
  .social-links a { grid-template-columns: 90px 1fr auto; gap: .5rem; }
  .work-action { padding-inline: 0; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  .brand { font-size: .72rem; }
  .hero h1 { font-size: 17vw; }
  .hero-stats dd { max-width: 80px; }
  .field-marker { top: .75rem; left: .75rem; gap: .35rem; padding: .36rem .45rem; }
  .field-marker span { font-size: .48rem; }
  .field-marker strong { font-size: .82rem; }
  .hero-seal { top: .75rem; right: .75rem; min-width: 88px; padding: .5rem .52rem .45rem; }
  .hero-seal span { font-size: .42rem; }
  .hero-seal strong { font-size: .62rem; }
  .image-note { left: 1.1rem; right: 1.1rem; bottom: 1rem; font-size: .95rem; }
  .guide-art { width: 83%; transform: translateX(-3%); }
  .page-count { right: -1.1rem; min-width: 150px; }
  .guide-cover-brand { top: 1.15rem; left: 1.15rem; }
  .guide-cover-copy { left: 1.15rem; right: 1.15rem; bottom: 2.75rem; }
  .guide-cover-copy h3 { font-size: clamp(2.25rem, 11.5vw, 2.65rem); }
  .guide-cover-copy > span { margin-top: .9rem; padding-top: .65rem; font-size: .62rem; }
  .guide-cover-footer { left: 1.15rem; bottom: .9rem; font-size: .43rem; }
  .story-card { min-height: 360px; }
  .social-links a { grid-template-columns: 1fr auto; }
  .social-links a span { grid-row: 2; }
  .social-links a b { grid-row: 1 / 3; grid-column: 2; align-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Scotsman Travels — company-wide platform */
.brand span:first-child,
.footer-brand span:first-child { color: var(--white); }

.header-buy { white-space: nowrap; }

.hero.hero-company {
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
}
.hero-company .hero-frame { aspect-ratio: .82; }
.hero-company .hero-frame img { object-position: center; }
.hero-company .hero-intro { max-width: 720px; }
.hero-company .hero-seal { background: rgba(7,21,31,.9); color: var(--white); }

.section-shell { padding: clamp(5rem, 9vw, 9rem) max(5vw, 2rem); }
.section-shell-dark { background: var(--ink); color: var(--white); }
.section-shell-forest { background: var(--forest-deep); color: var(--white); }
.section-kicker {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0 0 1.2rem;
  color: var(--rust);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.section-kicker::before { content: ""; width: 40px; height: 2px; background: currentColor; }
.section-shell-dark .section-kicker,
.section-shell-forest .section-kicker { color: var(--gold); }
.section-title {
  max-width: 1050px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.1rem, 6.5vw, 7.2rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .88;
}
.section-title em { color: var(--gold); font-weight: 400; }
.section-title-sm { font-size: clamp(2.7rem, 5vw, 5.8rem); }
.section-lead {
  max-width: 750px;
  margin: 1.8rem 0 0;
  color: #4d5961;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}
.section-shell-dark .section-lead,
.section-shell-forest .section-lead { color: rgba(255,255,255,.66); }

.worlds-head,
.business-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 3rem 7vw;
  align-items: end;
  margin-bottom: 3.6rem;
}
.worlds-head .section-kicker,
.business-head .section-kicker { grid-column: 1 / -1; margin-bottom: -.8rem; }
.worlds-head p:last-child,
.business-head p:last-child { margin: 0 0 .4rem; color: #505d65; }
.section-shell-dark .business-head p:last-child { color: rgba(255,255,255,.62); }

.world-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.world-card {
  position: relative;
  min-height: clamp(390px, 45vw, 630px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}
.world-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 300ms ease;
}
.world-card-food img { object-position: center top; }
.world-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3,11,17,.95), rgba(3,11,17,.12) 68%);
}
.world-card:hover img,
.world-card:focus-visible img { transform: scale(1.035); filter: saturate(1.07); }
.world-card-copy { position: relative; z-index: 2; width: 100%; padding: clamp(1.4rem, 3vw, 2.5rem); }
.world-card-copy > span { color: var(--gold); font-size: .64rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.world-card-copy h3 { margin: .45rem 0 .7rem; font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4.4rem); font-weight: 500; line-height: .92; }
.world-card-copy p { max-width: 510px; margin: 0; color: rgba(255,255,255,.72); }
.world-card-copy b { display: inline-block; margin-top: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.45); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

.business-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.business-card { min-height: 330px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.2); }
.business-card:last-child { border-right: 0; }
.business-card > span { color: var(--gold); font-family: var(--display); font-size: 2.4rem; }
.business-card h3 { margin: 3.5rem 0 .8rem; font-family: var(--display); font-size: 2rem; font-weight: 500; line-height: 1; }
.business-card p { color: rgba(255,255,255,.61); font-size: .92rem; }
.business-card a { display: inline-block; margin-top: 1rem; color: var(--gold); border-bottom: 1px solid rgba(196,160,100,.55); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.guide-feature {
  display: grid;
  grid-template-columns: minmax(330px, .86fr) minmax(0, 1.14fr);
  gap: clamp(4rem, 9vw, 10rem);
  align-items: center;
}
.guide-mini-art { position: relative; width: min(76%, 430px); margin-inline: auto; }
.guide-mini-art .guide-cover { transform: rotate(-2.5deg); }
.guide-mini-copy .section-title { max-width: 770px; }
.guide-mini-copy .guide-facts { margin: 2rem 0; }
.guide-facts { display: flex; flex-wrap: wrap; gap: .6rem; }
.guide-facts span { padding: .45rem .7rem; border: 1px solid rgba(7,21,31,.28); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.founder-grid {
  display: grid;
  grid-template-columns: minmax(270px, .7fr) minmax(0, 1.3fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}
.founder-photo {
  position: relative;
  max-width: 500px;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.16);
}
.founder-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.founder-photo::after { content: "SCOTLAND · STORIES · PEOPLE"; position: absolute; right: -1rem; bottom: -1rem; padding: .6rem .8rem; background: var(--rust); font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.founder-copy p:not(.section-kicker) { max-width: 720px; color: rgba(255,255,255,.66); }

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr);
  gap: 3rem;
  align-items: end;
  padding: clamp(4rem, 8vw, 8rem) max(5vw, 2rem);
  background: var(--gold);
}
.cta-band h2 { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 6.5vw, 7rem); font-weight: 500; line-height: .88; letter-spacing: -.055em; }
.cta-band h2 em { color: var(--rust); }
.cta-band div:last-child { justify-self: end; }
.cta-band p { max-width: 480px; margin: 0 0 1.3rem; }

/* Interior pages */
.page-hero {
  position: relative;
  min-height: 78svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 10rem max(5vw, 2rem) 5rem;
  background: var(--forest-deep);
  color: var(--white);
}
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-food > img { object-position: center top; }
.page-hero-food h1 span,
.page-hero-food h1 em { display: block; white-space: nowrap; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,17,25,.97) 0%, rgba(5,17,25,.74) 50%, rgba(5,17,25,.28) 100%), linear-gradient(to top, rgba(5,17,25,.74), transparent 55%); }
.page-hero-copy { position: relative; z-index: 2; max-width: 1050px; }
.page-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(4.3rem, 9vw, 10rem); font-weight: 500; letter-spacing: -.065em; line-height: .78; }
.page-hero h1 em { color: var(--gold); }
.page-hero p:not(.section-kicker) { max-width: 690px; margin: 1.8rem 0 0; color: rgba(255,255,255,.74); font-size: clamp(1rem, 1.35vw, 1.16rem); }

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 3rem 8vw;
  align-items: end;
}
.intro-grid .section-lead { margin-bottom: .4rem; }
.intro-grid blockquote { margin: 0; padding: 2rem 0 0; border-top: 1px solid var(--line); font-family: var(--display); font-size: clamp(1.6rem, 2.5vw, 2.7rem); font-style: italic; line-height: 1.15; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 3.5rem; border-top: 1px solid var(--line); }
.service-card { min-height: 285px; padding: 1.7rem 1.8rem 2rem 0; border-bottom: 1px solid var(--line); }
.service-card:not(:nth-child(3n)) { border-right: 1px solid var(--line); padding-right: 1.8rem; margin-right: 1.8rem; }
.service-card > span { color: var(--rust); font-size: .65rem; font-weight: 850; letter-spacing: .15em; }
.service-card h3 { margin: 3rem 0 .7rem; font-family: var(--display); font-size: clamp(1.7rem, 2.5vw, 2.45rem); font-weight: 500; line-height: 1; }
.service-card p { margin: 0; color: #56636b; font-size: .9rem; }
.section-shell-dark .service-grid,
.section-shell-dark .service-card,
.section-shell-forest .service-grid,
.section-shell-forest .service-card { border-color: rgba(255,255,255,.18); }
.section-shell-dark .service-card p,
.section-shell-forest .service-card p { color: rgba(255,255,255,.62); }
.section-shell-dark .service-card > span,
.section-shell-forest .service-card > span { color: var(--gold); }

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 700px;
  background: var(--paper-deep);
}
.split-feature-media { min-height: 520px; }
.split-feature-media img { width: 100%; height: 100%; object-fit: cover; }
.split-feature-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.split-feature-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5.5vw, 6rem); font-weight: 500; letter-spacing: -.05em; line-height: .9; }
.split-feature-copy p { color: #4d5961; }
.split-feature-copy ul { margin: 1.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.split-feature-copy li { padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: .79rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--rust); color: var(--white); }
.proof-strip div { min-height: 190px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.24); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { display: block; font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4.5rem); font-weight: 500; line-height: 1; }
.proof-strip span { display: block; margin-top: .7rem; color: rgba(255,255,255,.72); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.section-shell-muted { background: var(--paper-deep); }
.case-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  gap: 2rem 7vw;
  align-items: end;
  margin-bottom: 3rem;
}
.case-section-head .section-kicker { grid-column: 1 / -1; margin-bottom: -.7rem; }
.case-section-head > p:last-child { margin: 0 0 .35rem; color: #526069; }
.case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.case-card {
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.24);
}
.case-card:last-child { grid-column: span 2; }
.case-grid-even .case-card:last-child { grid-column: auto; }
.case-card > span {
  color: var(--rust);
  font-size: .6rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.case-card h3 {
  margin: auto 0 .8rem;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.2vw, 2.25rem);
  font-weight: 500;
  line-height: .98;
}
.case-grid-even .case-card h3 { margin-top: 1rem; }
.case-card p { margin: 0; color: #53616a; font-size: .86rem; }
.case-link {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1rem;
  padding-bottom: .18rem;
  border-bottom: 1px solid rgba(7,21,31,.34);
  color: var(--ink);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.case-link b { color: var(--rust); transition: transform 180ms ease; }
.case-link:hover,
.case-link:focus-visible { border-color: var(--rust); color: var(--rust); }
.case-link:hover b,
.case-link:focus-visible b { transform: translate(2px, -2px); }
.case-grid-single { grid-template-columns: minmax(0, 1fr); max-width: 960px; }
.case-grid-single .case-card,
.case-grid-single .case-card:last-child { grid-column: 1; min-height: 240px; }
.case-grid-single .case-card h3 { margin-top: 3rem; }

.process-list { counter-reset: steps; margin-top: 3.5rem; border-top: 1px solid rgba(255,255,255,.18); }
.process-step { counter-increment: steps; display: grid; grid-template-columns: 90px minmax(180px, .55fr) minmax(280px, 1fr); gap: 2rem; padding: 1.8rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-step::before { content: "0" counter(steps); color: var(--gold); font-family: var(--display); font-size: 2rem; }
.process-step h3 { margin: .3rem 0 0; font-family: var(--display); font-size: 1.55rem; font-weight: 500; }
.process-step p { margin: .3rem 0 0; color: rgba(255,255,255,.6); }

.product-main {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: clamp(4rem, 9vw, 10rem);
  align-items: center;
}
.product-main .guide-art { width: min(78%, 480px); }
.product-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3.3rem, 6vw, 6.7rem); font-weight: 500; letter-spacing: -.055em; line-height: .86; }
.product-copy > p { max-width: 720px; color: rgba(255,255,255,.67); }
.product-copy .guide-features { margin-top: 2rem; }
.guide-preview-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 4rem); max-width: 1080px; margin: 3rem auto 0; }
.guide-preview-page { min-width: 0; margin: 0; }
.guide-preview-open { display: block; color: var(--white); background: var(--ink); }
.guide-preview-open img { width: 100%; height: auto; }
.guide-preview-action { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 52px; padding: .9rem 1rem; font-size: .875rem; font-weight: 700; }
.guide-preview-open:hover .guide-preview-action { text-decoration: underline; text-underline-offset: .2em; }
.guide-preview-page figcaption { padding-top: 1.25rem; }
.guide-preview-page h3 { margin: 0; font-family: var(--display); font-size: 1.75rem; font-weight: 500; line-height: 1.15; }
.guide-preview-page figcaption p { margin: .65rem 0 0; color: #46555f; }
.guide-reviews { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); margin-top: 3rem; }
.guide-review { display: flex; flex-direction: column; min-width: 0; margin: 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.28); }
.review-stars { color: var(--gold); font-size: 1.125rem; letter-spacing: .12em; }
.guide-review blockquote { margin: 1.25rem 0 2rem; font-family: var(--display); font-size: clamp(1.6rem, 2.5vw, 2.5rem); line-height: 1.25; }
.guide-review blockquote p { margin: 0; }
.guide-review figcaption { display: flex; flex-direction: column; gap: .2rem; margin-top: auto; font-size: .875rem; }
.guide-review figcaption strong { font-size: 1rem; }
.guide-review .review-source { margin-top: .35rem; color: rgba(255,255,255,.7); font-size: .8125rem; }
@media (max-width: 760px) {
  .guide-preview-grid, .guide-reviews { grid-template-columns: minmax(0, 1fr); }
}
.coming-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: 3rem; }
.coming-card { min-height: 300px; padding: 2rem; background: var(--paper-deep); border-top: 4px solid var(--rust); }
.coming-card span { color: var(--rust); font-size: .64rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.coming-card h3 { margin: 4rem 0 .8rem; font-family: var(--display); font-size: 2rem; font-weight: 500; line-height: 1; }
.coming-card p { color: #53616a; font-size: .9rem; }

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 3rem 8vw;
  align-items: end;
  padding: clamp(5rem, 9vw, 9rem) max(5vw, 2rem);
  background: var(--gold);
}
.contact-panel h2 { margin: 0; font-family: var(--display); font-size: clamp(3.3rem, 6vw, 7rem); font-weight: 500; letter-spacing: -.055em; line-height: .86; }
.contact-panel h2 em { color: var(--rust); }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: .9rem; }
.contact-actions a:not(.button) { border-bottom: 1px solid rgba(7,21,31,.42); font-size: .76rem; font-weight: 800; letter-spacing: .08em; }

.media-kit-card { display: grid; grid-template-columns: 1fr auto; gap: 1rem; align-items: center; margin-top: 2rem; padding: 1.3rem; border: 1px solid var(--line); }
.media-kit-card strong { display: block; font-family: var(--display); font-size: 1.35rem; font-weight: 500; }
.media-kit-card span { color: #58656d; font-size: .78rem; }

.newsletter-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: 3rem 8vw;
  align-items: end;
  padding: clamp(5rem, 9vw, 9rem) max(5vw, 2rem);
  overflow: hidden;
  background: var(--ink-soft);
  color: var(--white);
}
.newsletter-band::before {
  content: "LETTER";
  position: absolute;
  right: -1.5rem;
  top: -2.8rem;
  color: transparent;
  font-family: var(--display);
  font-size: clamp(7rem, 18vw, 18rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(199,167,106,.13);
  pointer-events: none;
}
.newsletter-copy,
.newsletter-form { position: relative; z-index: 1; }
.newsletter-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.1rem, 5.8vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .87;
}
.newsletter-copy h2 em { color: var(--gold); }
.newsletter-copy > p:last-child { max-width: 650px; margin: 1.7rem 0 0; color: rgba(255,255,255,.66); }
.newsletter-form { padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.newsletter-label { display: block; margin-bottom: .55rem; color: var(--gold); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.newsletter-field { display: flex; gap: .7rem; }
.newsletter-field input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 0;
  padding: .95rem 1rem;
  background: rgba(255,255,255,.06);
  color: var(--white);
  font: inherit;
}
.newsletter-field input::placeholder { color: rgba(255,255,255,.42); }
.newsletter-field input:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
.newsletter-field .button { flex: 0 0 auto; border: 0; cursor: pointer; }
.newsletter-consent { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; margin-top: 1rem; color: rgba(255,255,255,.6); font-size: .72rem; line-height: 1.45; }
.newsletter-consent input { width: 1rem; height: 1rem; margin: .12rem 0 0; accent-color: var(--gold); }
.newsletter-note { margin: .75rem 0 0; color: rgba(255,255,255,.42); font-size: .68rem; }
.newsletter-note a { color: var(--gold); border-bottom: 1px solid rgba(196,160,100,.55); }
.newsletter-embed { min-height: 19rem; }
.newsletter-embed .ml-form-embedContainer,
.newsletter-embed .ml-form-embedWrapper { width: 100% !important; max-width: none !important; }

.site-footer-nav { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin: 2rem 0 4rem; }
.site-footer-nav a { color: rgba(255,255,255,.56); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-footer-nav a:hover,
.site-footer-nav a:focus-visible { color: var(--gold); }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: auto 1fr auto; gap: 1rem; }
  .site-nav { gap: 1.1rem; }
  .site-nav a { font-size: .67rem; }
  .hero.hero-company { grid-template-columns: 1fr .72fr; }
  .case-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    grid-column: 3;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    color: inherit;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: absolute;
    top: 71px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem max(4vw, 1.2rem) 1.4rem;
    background: rgba(5,15,23,.99);
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .85rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav .nav-collaborate { display: block; }
  .header-buy { grid-column: 2; }
  .hero.hero-company { grid-template-columns: 1fr .72fr; }
  .worlds-head,
  .business-head,
  .case-section-head { grid-template-columns: 1fr; }
  .worlds-head .section-kicker,
  .business-head .section-kicker,
  .case-section-head .section-kicker { grid-column: 1; }
  .business-grid { grid-template-columns: 1fr; }
  .business-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .business-card:last-child { border-bottom: 0; }
  .business-card h3 { margin-top: 1.8rem; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-card:not(:nth-child(3n)) { border-right: 0; margin-right: 0; }
  .service-card:nth-child(odd) { border-right: 1px solid var(--line); margin-right: 1.5rem; }
  .section-shell-dark .service-card:nth-child(odd),
  .section-shell-forest .service-card:nth-child(odd) { border-color: rgba(255,255,255,.18); }
  .coming-grid { grid-template-columns: 1fr; }
  .coming-card { min-height: 240px; }
  .coming-card h3 { margin-top: 2.5rem; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-toggle { grid-column: 2; }
  .header-buy { display: none; }
  .site-nav { top: 67px; }
  .hero.hero-company { grid-template-columns: 1fr; }
  .hero-company .hero-visual { width: 92%; }
  .world-grid,
  .guide-feature,
  .founder-grid,
  .cta-band,
  .intro-grid,
  .split-feature,
  .product-main,
  .contact-panel { grid-template-columns: 1fr; }
  .world-card { min-height: 460px; }
  .guide-mini-art { width: 76%; }
  .founder-photo { width: 82%; }
  .cta-band div:last-child { justify-self: start; }
  .page-hero { min-height: 72svh; padding: 8rem 1.25rem 3.5rem; }
  .page-hero-copy { width: 100%; min-width: 0; }
  .page-hero h1 { max-width: 100%; font-size: clamp(3.25rem, 13vw, 5rem); line-height: .82; }
  .page-hero-food .page-hero-copy { padding-right: .35rem; }
  .page-hero-food h1 { font-size: clamp(2.45rem, 10.3vw, 4.15rem); letter-spacing: -.045em; line-height: .86; }
  .page-hero p:not(.section-kicker) { max-width: 100%; }
  .section-shell { padding-left: 1.25rem; padding-right: 1.25rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card,
  .service-card:not(:nth-child(3n)),
  .service-card:nth-child(odd) { min-height: auto; padding: 1.5rem 0; margin: 0; border-right: 0; }
  .service-card h3 { margin-top: 1.4rem; }
  .split-feature { min-height: auto; }
  .split-feature-media { min-height: 460px; }
  .split-feature-copy { padding: 4rem 1.25rem; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .process-step { grid-template-columns: 56px 1fr; gap: 1rem; }
  .process-step p { grid-column: 2; }
  .product-main .guide-art { width: 76%; }
  .contact-panel { padding-left: 1.25rem; padding-right: 1.25rem; }
  .newsletter-band { grid-template-columns: 1fr; padding: 5rem 1.25rem; }
  .newsletter-field { flex-direction: column; }
  .newsletter-field .button { width: 100%; }
  .cta-band h2,
  .contact-panel h2,
  .split-feature-copy h2 { font-size: clamp(2.8rem, 12.5vw, 4.25rem); }
}

@media (max-width: 430px) {
  .world-card { min-height: 390px; }
  .section-title { font-size: 12.2vw; }
  .founder-photo { width: 92%; }
  .process-step { grid-template-columns: 46px 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card,
  .case-card:last-child { grid-column: 1; min-height: 230px; }
  .case-card h3 { margin-top: 3rem; }
}

/* Content must remain readable if animation support is delayed or unavailable. */
.reveal,
.reveal.reveal-delay,
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Reader journeys, buyer help and enquiries */
.sponsor-strip { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; padding: 3rem max(5vw, 2rem); background: var(--forest-deep); color: var(--white); border-top: 1px solid rgba(255,255,255,.2); }
.sponsor-strip .section-kicker { color: var(--gold); }
.sponsor-strip h2 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 500; line-height: 1.1; }
.sponsor-strip p:not(.section-kicker) { max-width: 650px; margin: 1rem 0 0; color: rgba(255,255,255,.74); }
.sponsorship-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: start; gap: clamp(3rem, 7vw, 7rem); }
.sponsorship-layout .section-title { font-size: clamp(2.7rem, 4.7vw, 5rem); }
.sponsorship-details { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.28); }
.sponsorship-details h3 { margin: 0; font-family: var(--display); font-size: 1.8rem; font-weight: 500; line-height: 1.15; }
.sponsorship-details ul { padding-left: 1.2rem; margin-block: 1.5rem; }
.sponsorship-details li { padding: .3rem 0 .3rem .3rem; }
.sponsorship-details p { color: rgba(255,255,255,.74); }
.sponsorship-details .button { margin-top: 1rem; }
@media (max-width: 1040px) { .sponsorship-layout { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 760px) { .sponsor-strip { grid-template-columns: minmax(0, 1fr); padding-inline: 1.25rem; } .sponsor-strip .button { justify-self: start; } }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid currentColor; outline-offset: 4px; }
main [id] { scroll-margin-top: 110px; }
input, select, textarea { font: inherit; }
button { cursor: pointer; }
.hero-product-note { max-width: 590px; margin: 1.4rem 0 0; color: rgba(255,255,255,.75); font-size: .94rem; }
.audience-note { margin: 1.2rem 0 0; color: rgba(255,255,255,.64); font-size: .8rem; }
.hero-stats dd { max-width: 160px; font-size: .78rem; line-height: 1.45; letter-spacing: .035em; }
.proof-note { max-width: 820px; margin: 0 0 2.5rem; font-size: .85rem; color: #505d65; }
.site-nav a { font-size: .875rem; letter-spacing: .065em; }
.site-nav a[aria-current="page"] { color: var(--gold); }
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-footer-nav a { padding-block: .5rem; font-size: .875rem; letter-spacing: .065em; }
.button, .text-link, .header-buy, .case-link { font-size: .875rem; }
.case-card p, .service-card p, .business-card p { font-size: 1rem; }
.case-card > span, .section-kicker, .eyebrow { font-size: .8rem; }
.checkout-note, .newsletter-note { color: rgba(255,255,255,.72); font-size: .875rem; line-height: 1.6; }
.checkout-help { font-size: .94rem; }
.checkout-help a, .faq-list a, .inline-link, .help-content a:not(.button):not(.text-link), .small-note a { text-decoration: underline; text-underline-offset: .2em; }
.checkout-help span { margin-inline: .5rem; }
.reader-next { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .45fr); gap: 3rem; align-items: end; }
.inline-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem 1.5rem; margin-top: 2rem; }
.reader-next .inline-actions { align-items: flex-start; flex-direction: column; }
.newsletter-embed { min-height: 0; }
.newsletter-status, .newsletter-label { font-size: .875rem; }
.newsletter-status:empty { display: none; }
.newsletter-fallback { margin-top: 1.3rem; }
.faq-list { max-width: 1050px; margin-top: 3rem; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 1.3rem .5rem 1.3rem 0; font-size: 1.05rem; font-weight: 700; cursor: pointer; }
.faq-list details > div { max-width: 780px; padding: 0 1.8rem 1.2rem; }
.faq-list p { margin: 0; }
.faq-list details[open] summary { color: var(--rust); }
.brief-section { align-items: start; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
.brief-section h2 { font-size: clamp(2.8rem, 5vw, 5.3rem); }
.brief-section > div > p { max-width: 560px; }
.brief-section .contact-actions { margin-top: 2rem; }
.brief-section .contact-actions a { font-size: .94rem; letter-spacing: 0; border: 0; overflow-wrap: anywhere; }
.brief-fields { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 1.3rem; }
.brief-form label, .brief-result label { display: block; font-size: .94rem; font-weight: 700; }
.brief-form label span { font-weight: 400; }
.brief-form input, .brief-form select, .brief-form textarea, .brief-result textarea { width: 100%; min-width: 0; margin-top: .5rem; padding: .8rem; border: 1px solid #665332; border-radius: 0; background: var(--white); color: var(--ink); font-size: 1rem; }
.brief-form select { min-height: 52px; }
.brief-form input::placeholder, .brief-form textarea::placeholder { color: #56616a; opacity: 1; }
.brief-form textarea, .brief-result textarea { resize: vertical; min-height: 150px; }
.brief-wide { grid-column: 1 / -1; }
.brief-note { font-size: .875rem; line-height: 1.6; }
.brief-result { margin-top: 2rem; padding-top: 1.4rem; border-top: 1px solid #665332; }
.brief-result .inline-actions { margin-top: 1rem; }
.utility-button { min-height: 44px; padding: .6rem .9rem; border: 1px solid currentColor; background: transparent; color: inherit; font-size: .94rem; }
.utility-button:hover { background: rgba(7,21,31,.08); }
.copy-status { font-size: .875rem; overflow-wrap: anywhere; }
.copy-status:empty { display: none; }
.help-hero { padding-top: 11rem; padding-bottom: 5rem; }
.help-jumps { display: flex; flex-wrap: wrap; gap: .6rem 1.5rem; margin-top: 2.5rem; }
.help-jumps a { padding-block: .6rem; text-decoration: underline; text-underline-offset: .25em; }
.help-content > p:not(.section-kicker), .details-copy { max-width: 850px; }
.help-steps { max-width: 850px; padding-left: 1.5rem; margin-top: 3rem; }
.help-steps li { padding: .2rem 0 1.4rem .6rem; }
.help-content h3 { font-family: var(--display); font-weight: 500; font-size: 1.6rem; line-height: 1.15; margin-bottom: .7rem; }
.help-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 2.5rem; margin-top: 3rem; }
.help-contact-grid article { border-top: 1px solid var(--line); }
.contact-email { overflow-wrap: anywhere; }
.details-copy { margin-top: 3rem; }
.details-copy h3 { margin-top: 2rem; }
.small-note { font-size: .875rem; }

@media (max-width: 1040px) {
  .site-nav { top: 100%; max-height: calc(100svh - 86px); overflow-y: auto; }
  .site-header:not(.nav-ready) { position: relative; height: auto; grid-template-columns: 1fr; gap: 1.5rem; padding-block: 1.5rem; background: var(--ink); }
  .site-header:not(.nav-ready) .menu-toggle { display: none; }
  .site-header:not(.nav-ready) .site-nav { position: static; display: flex; width: 100%; max-height: none; padding: 0; }
  .site-header:not(.nav-ready) .header-buy { grid-column: 1; }
  .reader-next, .brief-section { grid-template-columns: 1fr; }
  .reader-next .inline-actions { flex-direction: row; align-items: center; }
  .help-contact-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .media-kit-card { grid-template-columns: 1fr; }
  .media-kit-card .button { justify-self: start; }
}
@media (max-width: 760px) {
  .hero-stats { align-items: flex-start; gap: .6rem; }
  .hero-stats > div { min-width: 0; flex: 1; }
  .hero-stats dd { max-width: none; font-size: .78rem; }
  .hero-actions .button { max-width: 100%; }
  .brief-fields { grid-template-columns: 1fr; }
  .brief-wide { grid-column: 1; }
  .brief-section { gap: 2.5rem; }
  .help-hero { padding-top: 8rem; }
  .inline-actions { align-items: flex-start; }
  .faq-list details > div { padding-inline: 0; }
  .site-header.is-scrolled { height: 68px; }
}
