/* Editors Note — self-hosted, licensed via iFonts */
@font-face{
  font-family: "Editors Note";
  src: url("assets/fonts/EditorsNote-Thin.otf") format("opentype");
  font-weight: 200; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "Editors Note";
  src: url("assets/fonts/EditorsNote-ThinItalic.otf") format("opentype");
  font-weight: 200; font-style: italic; font-display: swap;
}
@font-face{
  font-family: "Editors Note";
  src: url("assets/fonts/EditorsNote-Light.otf") format("opentype");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "Editors Note";
  src: url("assets/fonts/EditorsNote-LightItalic.otf") format("opentype");
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face{
  font-family: "Editors Note";
  src: url("assets/fonts/EditorsNote-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face{
  font-family: "Editors Note";
  src: url("assets/fonts/EditorsNote-Italic.otf") format("opentype");
  font-weight: 400; font-style: italic; font-display: swap;
}
/* -------------------------------------------------------------
   Soul on Grey — single-file homepage
   ------------------------------------------------------------- */

:root{
  /* Light cream palette — default for most sections */
  --bg:        #faf8f5;        /* warm cream */
  --bg-2:      #f3efe8;        /* slightly deeper cream */
  --bg-3:      #ebe5dc;        /* card / inset */
  --ink:       #1c1917;        /* near-black warm */
  --ink-soft:  #44403c;
  --accent:    #9a8578;        /* warm greige */
  --muted:     #8a8278;        /* soft grey */
  --highlight: #c6c6c6;        /* dusty blush */
  --rule:      rgba(28,25,23,0.12);

  --serif:  "Editors Note", "Cormorant Garamond", "Times New Roman", serif;  /* display — Light 300 */
  --script: "Editors Note", "Cormorant Garamond", "Times New Roman", serif;  /* paired with italic */
  --sans:   "Comfortaa", system-ui, -apple-system, sans-serif;              /* small UI / eyebrows / body */

  --maxw: 1440px;
  --gutter: clamp(20px, 4vw, 64px);
}

/* Dark palette — applied locally to sections that keep their dark feel */
.theme-dark{
  --bg:        #1a1714;
  --bg-2:      #221d18;
  --bg-3:      #2a2520;
  --ink:       #f0ebe3;
  --ink-soft:  #d8d2c8;
  --accent:    #c4b5a5;
  --muted:     #8a8278;
  --highlight: #d4b8a8;
  --rule:      rgba(240,235,227,0.12);
  background: var(--bg);
  color: var(--ink);
}

*{ box-sizing: border-box; }
html, body{ margin:0; padding:0; }
html{ scroll-behavior: smooth; }

body{
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img{ display:block; max-width:100%; height:auto; }
a{ color: inherit; text-decoration: none; }
button{ font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

/* film grain overlay — animated, scoped to the hero only */
.grain{
  position: absolute; inset: -25%;
  width: 150%; height: 150%;
  pointer-events: none;
  z-index: 3;
  opacity: 0.12;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.94  0 0 0 0 0.92  0 0 0 0 0.89  0 0 0 0.6 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  animation: grain 1.2s steps(6) infinite;
}
@keyframes grain{
  0%   { transform: translate(0,0); }
  10%  { transform: translate(-5%,-3%); }
  20%  { transform: translate(-8%,2%); }
  30%  { transform: translate(3%,-7%); }
  40%  { transform: translate(-2%,5%); }
  50%  { transform: translate(7%,-4%); }
  60%  { transform: translate(-6%,3%); }
  70%  { transform: translate(4%,7%); }
  80%  { transform: translate(-3%,-2%); }
  90%  { transform: translate(5%,4%); }
  100% { transform: translate(0,0); }
}

/* -------------------- shared bits -------------------- */
.eyebrow{
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 400;
}
.script{
  font-family: var(--script);
  font-style: italic;
  color: var(--highlight);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.005em;
}
.serif{
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.005em;
}
.italic{ font-family: var(--script); font-style: italic; font-weight: 400; }

.rule{ height: 1px; background: var(--rule); border: 0; margin: 0; }
.rule--short{ width: 56px; margin: 24px auto; }

/* CTA — minimal, letter-spaced, hairline underline that grows */
.cta{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 14px 0 10px;
  position: relative;
  transition: color .4s ease, gap .4s ease;
}
.cta::after{
  content:"";
  position:absolute; left:0; bottom:0;
  height:1px; width: 100%;
  background: var(--accent);
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.cta:hover{ color: var(--highlight); gap: 22px; }
.cta:hover::after{ transform: scaleX(1); }
.cta .arrow{
  width: 28px; height: 1px;
  background: currentColor;
  position: relative;
}
.cta .arrow::after{
  content:""; position:absolute; right:0; top:-3px;
  width:7px; height:7px;
  border-right:1px solid currentColor;
  border-top:1px solid currentColor;
  transform: rotate(45deg);
}

/* boxed CTA variant */
.cta--box{
  border: 1px solid var(--accent);
  padding: 18px 34px;
  letter-spacing: 0.36em;
}
.cta--box::after{ display:none; }
.cta--box:hover{
  background: var(--accent);
  color: var(--bg);
}

/* -------------------- nav -------------------- */
.nav{
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px var(--gutter);
  transition: background .5s ease, padding .5s ease, border-color .5s ease, color .5s ease;
  border-bottom: 1px solid var(--rule);

  /* default state: solid white header over the white hero */
  background: #ffffff;
  --ink:       #1c1917;
  --ink-soft:  #44403c;
  --accent:    #9a8578;
  --highlight: #9a8578;
  --rule:      rgba(28,25,23,0.12);
  color: var(--ink);
}
.nav.is-scrolled{
  background: rgba(250,248,245,0.88);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  padding: 14px var(--gutter);
  border-bottom-color: var(--rule);

  /* scrolled state: over cream sections \u2014 use light-theme palette */
  --ink:       #1c1917;
  --ink-soft:  #44403c;
  --accent:    #9a8578;
  --highlight: #c6c6c6;
  --rule:      rgba(28,25,23,0.12);
}
.nav__brand{
  display: flex; align-items: center; gap: 16px;
  font-family: var(--serif);
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
}
.nav__brand__word{
  display: inline-block;
  white-space: nowrap;
  font-family: var(--serif);
  font-weight: 100;
  font-style: italic;
  font-size: clamp(26px, 2.1vw, 34px);
  letter-spacing: -0.01em;
  text-transform: none;
  line-height: 1;
  color: currentColor;
  transform: translateY(1px);
}
.nav__brand__word .grey{ color: rgb(196, 181, 165); }
.nav__brand__logo{
  display: block;
  height: 72px;
  width: calc(72px * 4 / 5);   /* watermark is 1080×1350 (4:5) */
  background-color: currentColor;
  -webkit-mask: url("assets/sog-watermark.png") center / contain no-repeat;
  mask: url("assets/sog-watermark.png") center / contain no-repeat;
  transition: background-color 320ms ease, height 500ms ease, width 500ms ease;
}
.nav.is-scrolled .nav__brand__logo{
  height: 56px;
  width: calc(56px * 4 / 5);
}

.nav__links{
  display: flex; gap: 28px;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.nav__links a{ position: relative; padding-bottom: 4px; white-space: nowrap; }
.nav__links a::after{
  content:""; position:absolute; left:0; right:0; bottom:0;
  height:1px; background: var(--accent);
  transform: scaleX(0); transform-origin: left center;
  transition: transform .4s ease;
}
.nav__links a:hover::after{ transform: scaleX(1); }

.nav__cta{
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink);
  border: 1px solid var(--rule);
  padding: 10px 18px;
  transition: border-color .4s ease, color .4s ease;
}
.nav__cta:hover{ border-color: var(--accent); color: var(--highlight); }

@media (max-width: 980px){
  .nav__links{ display: none; }
}

/* -------------------- HERO -------------------- */
.hero{
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.hero__split{
  position: relative;
  z-index: 4;
  flex: 1;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
}
.hero__text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(140px, 18vh, 190px) clamp(28px, 4vw, 76px) clamp(48px, 9vh, 96px);
  background: #ffffff;
}
.hero__media{
  position: relative;
  overflow: hidden;
  background: #14110f;
}
.hero__img{
  position: absolute; inset: 0;
  display: block;
  width: 100%; height: 100%;
  background: #14110f;
}
@keyframes heroBreath{
  from{ transform: scale(1); }
  to  { transform: scale(1.04); }
}
.hero__veil{
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(26,23,20,0.55) 0%, rgba(26,23,20,0.15) 30%, rgba(26,23,20,0.5) 70%, rgba(26,23,20,0.95) 100%),
    radial-gradient(120% 80% at 50% 30%, transparent 0%, rgba(26,23,20,0.55) 100%);
}
.hero__inner{
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(60px, 8vh, 110px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 60px;
}
.hero__eyebrow{
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 36px;
}
.hero__eyebrow .line{
  display: inline-block;
  width: 48px; height: 1px;
  background: var(--accent);
}
.hero__title{
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(50px, 6.6vw, 104px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--ink);
  margin: 0;
  max-width: none;
  white-space: normal;
  text-wrap: balance;
}
.hero__title .line{ display: block; }
.hero__title .line--row{ white-space: nowrap; }
.hero__title .em{
  font-style: italic;
  color: var(--accent);
  font-weight: 300;
}
.hero__sub{
  margin-top: 28px;
  font-family: var(--script);
  font-size: clamp(28px, 3.4vw, 44px);
  color: var(--accent);
  line-height: 1;
  letter-spacing: 0.01em;
}
.hero__meta{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 22px;
  color: var(--ink-soft);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-align: right;
}
.hero__meta .since{ font-family: var(--serif); font-style: italic; text-transform: none; letter-spacing: 0.04em; font-size: 14px; color: var(--accent); }

.hero__actions{
  margin-top: 44px;
  display: flex; gap: 36px; align-items: center;
  flex-wrap: wrap;
}

.hero__scroll{
  position: absolute;
  left: var(--gutter);
  bottom: 28px;
  z-index: 4;
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex; align-items: center; gap: 12px;
}
.hero__scroll .l{
  width: 1px; height: 38px; background: var(--accent);
  position: relative; overflow: hidden;
}
.hero__scroll .l::after{
  content:""; position:absolute; left:0; right:0; top:-38px; height:38px;
  background: var(--bg);
  animation: scrollLine 2.4s ease-in-out infinite;
}
@keyframes scrollLine{
  0%{ transform: translateY(0); }
  100%{ transform: translateY(76px); }
}

@media (max-width: 820px){
  .hero{ min-height: 0; padding-top: 84px; }
  .hero__split{ grid-template-columns: 1fr; min-height: 0; }
  .hero__text{ order: 1; padding-top: clamp(20px, 5vh, 40px); padding-bottom: clamp(28px, 6vh, 48px); }
  .hero__media{ order: 2; min-height: 60vh; }
  .hero__meta{ display:none; }
  .hero__scroll{ display:none; }
}

/* Hero overlays don't block the image-slot underneath */
.hero__veil{ pointer-events: none; }
.hero image-slot{ pointer-events: auto; z-index: 1; }

/* -------------------- SECTIONS general -------------------- */
section{ position: relative; z-index: 4; }
.wrap{ max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

.pad-xl{ padding-top: clamp(110px, 16vh, 200px); padding-bottom: clamp(110px, 16vh, 200px); }
.pad-lg{ padding-top: clamp(80px, 12vh, 140px); padding-bottom: clamp(80px, 12vh, 140px); }

/* -------------------- WHAT WE DO -------------------- */
.philosophy{
  text-align: center;
}
.philosophy .eyebrow{ margin-bottom: 36px; display:inline-block; }
.philosophy__quote{
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.8vw, 52px);
  line-height: 1.25;
  color: var(--ink);
  max-width: 22ch;
  margin: 0 auto;
  letter-spacing: -0.005em;
}
.philosophy__quote .mark{
  font-family: var(--script);
  color: var(--highlight);
  font-style: normal;
  font-size: 1.4em;
  line-height: 0;
  vertical-align: -0.15em;
  margin: 0 0.05em;
}
.philosophy__attr{
  margin-top: 28px;
  font-size: 10px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--muted);
}
.philosophy__copy{
  margin: 72px auto 0;
  max-width: 56ch;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.85;
}
.philosophy__copy p + p{ margin-top: 18px; }

/* -------------------- THE WORK -------------------- */
.work{
  padding-top: clamp(60px, 8vh, 120px);
  padding-bottom: clamp(110px, 16vh, 200px);
}
.work__head{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 64px;
}
.work__head h2{
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(36px, 5.2vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 12px 0 0;
  max-width: 14ch;
}
.work__head h2 .em{ font-style: italic; color: var(--highlight); }
.work__head .meta{
  text-align: right;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
  max-width: 36ch;
  margin-left: auto;
}
.work__head .meta .num{
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 56px;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
}

.work__grid{
  position: relative;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.work__track{
  display: flex;
  gap: 0;
  width: max-content;
  animation: workScroll 48s linear infinite;
}
.work__track > .work__cell{
  margin-right: var(--work-gap, 2px);
}
.work__grid:hover .work__track{ animation-play-state: paused; }
@keyframes workScroll{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); }
}
.work__cell{
  position: relative;
  overflow: hidden;
  background: var(--bg-3);
  flex: 0 0 auto;
  width: clamp(280px, 32vw, 460px);
  aspect-ratio: 4 / 5;
}
.work__cell img,
.work__cell image-slot{
  width: 100%; height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.6s cubic-bezier(.2,.7,.2,1), filter 1.2s ease;
}
.work__cell:hover img{
  transform: scale(1.05);
  filter: grayscale(0) brightness(0.95);
}
.work__cell::after{
  content:"";
  position:absolute; inset:0;
  box-shadow: inset 0 0 80px rgba(0,0,0,0.22);
  pointer-events:none;
}

.work__cell--a, .work__cell--b, .work__cell--c,
.work__cell--d, .work__cell--e, .work__cell--f{
  grid-column: auto; grid-row: auto;
}

.work__caption{
  margin-top: 40px;
  display: flex; align-items: center; justify-content: space-between;
  font-family: var(--serif);
  font-style: italic;
  color: var(--accent);
  font-size: 18px;
}
.work__caption .right{
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

@media (max-width: 820px){
  .work__head{ grid-template-columns: 1fr; }
  .work__head .meta{ text-align: left; margin-left: 0; }
  .work__cell{ width: clamp(220px, 70vw, 360px); }
}

/* -------------------- WHY REAL-TIME -------------------- */
.why{
  background: var(--bg-why, var(--bg-2));
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.why__head{
  text-align: center;
  margin-bottom: 90px;
}
.why__head h2{
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(30px, 4.2vw, 56px);
  margin: 18px 0 0;
  letter-spacing: -0.005em;
}
.why__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
.why__col{
  padding: 60px 40px 20px;
  border-right: 1px solid var(--rule);
  position: relative;
}
.why__col:last-child{ border-right: 0; }
.why__num{
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
  margin-bottom: 90px;
  letter-spacing: 0.02em;
}
.why__title{
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1;
  margin: 0 0 8px;
  letter-spacing: -0.005em;
}
.why__title .em{ font-style: italic; color: var(--highlight); }
.why__sub{
  font-family: var(--script);
  font-size: 28px;
  color: var(--accent);
  margin-bottom: 28px;
  line-height: 1;
}
.why__copy{
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.75;
  max-width: 36ch;
}
@media (max-width: 820px){
  .why__grid{ grid-template-columns: 1fr; }
  .why__col{ border-right: 0; border-bottom: 1px solid var(--rule); padding: 50px 0 40px; }
  .why__col:last-child{ border-bottom: 0; }
  .why__num{ margin-bottom: 50px; }
}

/* -------------------- PRESS BAR -------------------- */
.press{
  background: var(--bg-press, var(--bg));
  text-align: center;
}
.press__eyebrow{
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.4em;
  color: var(--accent);
  margin-bottom: 56px;
  display: inline-block;
}
.press__row{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: clamp(16px, 3vw, 48px);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 64px clamp(16px, 4vw, 56px);
  max-width: 1280px;
  margin: 0 auto;
}
.press__logo{
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(44px, 5.2vw, 64px);
  padding: 0;
  color: #9a8578;
  transition: opacity .5s ease, filter .5s ease;
  opacity: 0.75;
}
.press__logo img,
.press__logo svg{
  height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.press__logo:hover{ opacity: 1; }

/* DWP Insider logo is designed white-on-transparent — invert for cream bg */
.press__logo--invert img{ filter: invert(1); }
.press__sep{
  width: 1px;
  height: 22px;
  background: var(--rule);
  display: inline-block;
}
@media (max-width: 820px){
  .press__row{ flex-wrap: wrap; padding: 28px 0; gap: 24px; }
  .press__logo{ flex: 0 0 calc(50% - 24px); height: 44px; }
  .press__sep{ display: none; }
}

/* -------------------- HOW IT WORKS -------------------- */
.how__head{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 90px;
}
.how__head h2{
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(36px, 5.2vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 14px 0 0;
}
.how__head h2 .em{ font-style: italic; color: var(--highlight); }
.how__head .delivery{
  text-align: right;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 30ch;
  margin-left: auto;
  line-height: 1.6;
}
.how__head .delivery .pill{
  display: inline-block;
  margin-top: 14px;
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 8px 16px;
}

.how__steps{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}
.how__step{
  padding: 0 40px 0 0;
  position: relative;
  border-left: 1px solid var(--rule);
  padding-left: 36px;
}
.how__step:first-child{ border-left: 0; padding-left: 0; }
.how__num{
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(64px, 8vw, 120px);
  line-height: 1;
  color: var(--bg);
  -webkit-text-stroke: 1px var(--accent);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.how__verb{
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.2vw, 40px);
  color: var(--ink);
  line-height: 1.1;
  margin: 0 0 18px;
}
.how__desc{
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.75;
  max-width: 32ch;
}

@media (max-width: 820px){
  .how__head{ grid-template-columns: 1fr; }
  .how__head .delivery{ text-align: left; margin-left: 0; }
  .how__steps{ grid-template-columns: 1fr; gap: 40px; }
  .how__step{ border-left: 0; padding-left: 0; border-top: 1px solid var(--rule); padding-top: 40px; }
  .how__step:first-child{ border-top: 0; padding-top: 0; }
}

/* -------------------- LOVE STORY testimonial -------------------- */
.love{
  position: relative;
  overflow: hidden;
  background: var(--bg-love, #0f0d0b);
}
.love__bg{
  position: absolute; inset: 0;
  display: block;
  width: 100%; height: 100%;
}
.love__veil{
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 80% at 50% 50%, transparent 0%, rgba(15,13,11,0.85) 90%),
    linear-gradient(180deg, rgba(15,13,11,0.6), rgba(15,13,11,0.9));
}
.love__inner{
  position: relative; z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(140px, 22vh, 240px) var(--gutter);
  text-align: center;
}
.love__mark{
  font-family: var(--script);
  color: var(--highlight);
  font-size: 88px;
  line-height: 0.4;
  margin-bottom: 32px;
}
.love__quote{
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(28px, 3.6vw, 50px);
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0;
}
.love__quote .em{ color: var(--highlight); }
.love__attr{
  margin-top: 48px;
  display: inline-flex; flex-direction: column; align-items: center; gap: 8px;
}
.love__attr .names{
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
}
.love__attr .where{
  font-size: 10px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--muted);
}

/* -------------------- BOOK -------------------- */
/* per-section bg backstops (tweakable) */
.philosophy{ background: var(--bg-philosophy, transparent); }
.work{       background: var(--bg-work,       transparent); }
section#press{ background: var(--bg-press, transparent); }
.book{ text-align: center; background: var(--bg-book, transparent); position: relative; overflow: hidden; }

/* -------------------- INSTAGRAM TEASER -------------------- */
.ig{
  background: var(--bg-ig, #1a1714);
  color: #f0ebe3;
  padding: clamp(90px, 13vh, 160px) var(--gutter);
  text-align: center;
  position: relative;
  border-top: 1px solid rgba(240,235,227,0.08);
  border-bottom: 1px solid rgba(240,235,227,0.08);
}
.ig__eyebrow{
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #c4b5a5;
  margin-bottom: 28px;
}
.ig__handle{
  font-family: "Editors Note", var(--serif);
  font-weight: 100;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1;
  letter-spacing: -0.01em;
  margin: 0 0 56px;
  color: #f0ebe3;
}
.ig__grid{
  max-width: 1480px;
  margin: 0 auto 64px;
  column-count: 3;
  column-gap: 14px;
}
.ig__cell{
  position: relative;
  overflow: hidden;
  background: #221d18;
  display: block;
  width: 100%;
  margin: 0 0 14px;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
/* mansory rhythm — varied aspect ratios per tile */
.ig__cell:nth-child(1){ aspect-ratio: 4 / 5; }
.ig__cell:nth-child(2){ aspect-ratio: 1 / 1; }
.ig__cell:nth-child(3){ aspect-ratio: 3 / 4; }
.ig__cell:nth-child(4){ aspect-ratio: 3 / 4; }
.ig__cell:nth-child(5){ aspect-ratio: 4 / 5; }
.ig__cell:nth-child(6){ aspect-ratio: 1 / 1; }
.ig__cell:nth-child(7){ aspect-ratio: 1 / 1; }
.ig__cell:nth-child(8){ aspect-ratio: 4 / 5; }
.ig__cell:nth-child(9){ aspect-ratio: 3 / 4; }
.ig__cell image-slot{
  display: block; width: 100%; height: 100%;
}
.ig__cta{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #f0ebe3;
  padding: 14px 0 8px;
  position: relative;
  transition: color .4s ease, gap .4s ease;
}
.ig__cta::after{
  content:"";
  position: absolute; left: 0; bottom: 0;
  height: 1px; width: 100%;
  background: #c4b5a5;
  transform: scaleX(0.35);
  transform-origin: left center;
  transition: transform .6s cubic-bezier(.2,.7,.2,1);
}
.ig__cta:hover{ color: #d4b8a8; gap: 22px; }
.ig__cta:hover::after{ transform: scaleX(1); }
.ig__cta .arrow{
  width: 28px; height: 1px;
  background: currentColor;
  position: relative;
}
.ig__cta .arrow::after{
  content:""; position:absolute; right:0; top:-3px;
  width:7px; height:7px;
  border-right:1px solid currentColor;
  border-top:1px solid currentColor;
  transform: rotate(45deg);
}
@media (max-width: 980px){
  .ig__grid{ column-count: 2; column-gap: 10px; }
  .ig__cell{ margin-bottom: 10px; }
}
@media (max-width: 560px){
  .ig__grid{ column-count: 2; column-gap: 8px; }
  .ig__cell{ margin-bottom: 8px; }
}

/* -------------------- BOOK watermark -------------------- */
.book__watermark{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: min(720px, 90vw);
  height: auto;
  opacity: 0.45;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none; user-select: none;
  z-index: 0;
}
.book > *:not(.book__watermark){ position: relative; z-index: 1; }
.book h2{
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  margin: 24px 0 18px;
  max-width: 16ch;
  margin-left: auto; margin-right: auto;
}
.book h2 .em{ font-style: italic; color: var(--highlight); }
.book__sub{
  font-family: var(--script);
  font-size: clamp(28px, 3.4vw, 44px);
  color: var(--accent);
  line-height: 1;
  margin: 0 0 12px;
}
.book__copy{
  margin: 28px auto 56px;
  max-width: 48ch;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}
.book__form{
  display: flex;
  gap: 0;
  max-width: 560px;
  margin: 0 auto;
  border-bottom: 1px solid var(--accent);
  align-items: stretch;
}
.book__form input{
  flex: 1;
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.06em;
  padding: 18px 4px;
}
.book__form input::placeholder{ color: var(--muted); }
.book__form button{
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 14px 8px 14px 24px;
  display: inline-flex; align-items: center; gap: 14px;
  transition: color .4s ease, gap .4s ease;
}
.book__form button:hover{ color: var(--highlight); gap: 22px; }
.book__form button .arrow{
  width: 24px; height: 1px; background: currentColor; position: relative;
}
.book__form button .arrow::after{
  content:""; position:absolute; right:0; top:-3px;
  width:7px; height:7px;
  border-right:1px solid currentColor;
  border-top:1px solid currentColor;
  transform: rotate(45deg);
}
.book__fine{
  margin-top: 24px;
  font-size: 10px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--muted);
}

/* -------------------- FOOTER -------------------- */
.footer{
  border-top: 1px solid var(--rule);
  background: var(--bg-footer, #14110f);
  padding: 80px var(--gutter) 36px;
}
.footer__inner{
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.footer__brand{
  display: flex; flex-direction: column; gap: 22px;
}
.footer__logo{
  font-family: var(--serif);
  font-weight: 300;
  font-style: italic;
  font-size: 32px;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1;
}
.footer__logo .grey{ color: var(--accent); }
.footer__tag{
  font-family: var(--script);
  font-size: 24px;
  color: var(--highlight);
  line-height: 1;
}
.footer__about{
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  max-width: 32ch;
  margin-top: 6px;
}

.footer__col h4{
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--accent);
  margin: 0 0 22px;
}
.footer__col ul{ list-style: none; padding: 0; margin: 0; display:flex; flex-direction: column; gap: 12px; }
.footer__col a{
  color: var(--ink-soft);
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: color .3s ease;
}
.footer__col a:hover{ color: var(--highlight); }
.footer__col .small{
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.footer__social{
  display: flex; gap: 14px; margin-top: 10px;
}
.footer__social a{
  width: 38px; height: 38px;
  border: 1px solid var(--rule);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ink-soft);
  transition: all .35s ease;
}
.footer__social a:hover{
  border-color: var(--accent);
  color: var(--highlight);
}
.footer__social svg{ width: 14px; height: 14px; }

.footer__bottom{
  max-width: var(--maxw);
  margin: 64px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
}
.footer__bottom .right{ display: flex; gap: 28px; }

@media (max-width: 820px){
  .footer__inner{ grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer__brand{ grid-column: 1 / -1; }
  .footer__bottom{ flex-direction: column; gap: 16px; text-align: center; }
}

/* -------------------- scroll reveal -------------------- */
.reveal{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.1s cubic-bezier(.2,.7,.2,1), transform 1.1s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--delay, 0ms);
  will-change: opacity, transform;
}
.reveal.is-in{
  opacity: 1;
  transform: translateY(0);
}
.reveal--img{ transform: translateY(40px) scale(1.02); }
.reveal--img.is-in{ transform: translateY(0) scale(1); }

.hero .reveal{
  transform: translateY(40px);
  transition-duration: 1.4s;
}

/* ============================================================
   Type override — italic moments use Fraunces. Gloock has no
   italic glyphs, so any expressive italic must swap families.
   ============================================================ */
.philosophy__quote,
.why__head h2,
.how__verb,
.how__head .delivery,
.work__caption,
.work__head .meta .num,
.why__num,
.hero__meta .since,
.love__quote,
.love__attr .names,
.footer__logo,
.hero__title .em,
.work__head h2 .em,
.why__title .em,
.how__head h2 .em,
.book h2 .em,
.love__quote .em{
  font-family: var(--script);
  font-style: italic;
  font-weight: 400;
}
.how__head .delivery .pill{
  font-family: var(--sans);
  font-style: normal;
  font-weight: 400;
}
.footer__logo .grey{ font-style: italic; }

/* selection */
::selection{ background: var(--highlight); color: var(--bg); }

/* scrollbar */
::-webkit-scrollbar{ width: 8px; }
::-webkit-scrollbar-track{ background: var(--bg); }
::-webkit-scrollbar-thumb{ background: #c8bdb1; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover{ background: var(--accent); }

/* ============================================================
   Editors Note weight override — always render at 100 (Thin)
   Browsers fall the requested 100 back to the loaded Thin face.
   ============================================================ */
.serif, .script, .italic,
.nav__brand,
.hero__title, .hero__title .em,
.philosophy__quote,
.work__head h2, .work__head h2 .em, .work__head .meta .num,
.why__head h2, .why__title, .why__title .em, .why__num,
.how__head h2, .how__head h2 .em, .how__num, .how__verb, .how__head .delivery,
.love__quote, .love__quote .em, .love__attr .names,
.book h2, .book h2 .em,
.footer__logo, .footer__logo .grey,
.work__caption,
.hero__meta .since,
.philosophy__quote .mark{
  font-weight: 100;
}


/* === SHARED MOBILE NAV CSS === */
/* -------------------- MOBILE NAV (shared) -------------------- */
.nav__burger{
  display: none;
  width: 44px; height: 44px;
  align-items: center; justify-content: center;
  position: relative;
  z-index: 1010;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  border: 0;
  margin: -10px;
  padding: 0;
}
.nav__burger .b{
  display: block;
  width: 22px; height: 1px;
  background: currentColor;
  position: relative;
  transition: transform .35s ease, opacity .25s ease, top .35s ease;
}
.nav__burger .b::before,
.nav__burger .b::after{
  content: "";
  position: absolute; left: 0;
  width: 22px; height: 1px;
  background: currentColor;
  transition: transform .35s ease, top .35s ease, opacity .25s ease;
}
.nav__burger .b::before{ top: -7px; }
.nav__burger .b::after{ top: 7px; }
body.is-menu-open .nav__burger .b{ background: transparent; }
body.is-menu-open .nav__burger .b::before{ top: 0; transform: rotate(45deg); }
body.is-menu-open .nav__burger .b::after { top: 0; transform: rotate(-45deg); }

.nav__overlay{
  position: fixed; inset: 0;
  z-index: 1000;
  background: #1a1714;
  color: #f0ebe3;
  display: flex; flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 96px 28px 40px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .55s cubic-bezier(.2,.7,.2,1), transform .55s cubic-bezier(.2,.7,.2,1), visibility .55s;
  overflow-y: auto;
}
body.is-menu-open .nav__overlay{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav__overlay__links{
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column;
  gap: clamp(8px, 2vh, 18px);
  flex: 1;
  justify-content: center;
}
.nav__overlay__links li{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
  transition-delay: 0ms;
}
body.is-menu-open .nav__overlay__links li{ opacity: 1; transform: translateY(0); }
body.is-menu-open .nav__overlay__links li:nth-child(1){ transition-delay: 120ms; }
body.is-menu-open .nav__overlay__links li:nth-child(2){ transition-delay: 200ms; }
body.is-menu-open .nav__overlay__links li:nth-child(3){ transition-delay: 280ms; }
body.is-menu-open .nav__overlay__links li:nth-child(4){ transition-delay: 360ms; }
.nav__overlay__links a{
  display: inline-block;
  font-family: var(--serif);
  font-weight: 100;
  font-style: italic;
  font-size: clamp(48px, 12vw, 88px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: #f0ebe3;
  text-decoration: none;
  transition: color .3s ease, opacity .3s ease;
}
.nav__overlay__links a:hover{ color: #c4b5a5; }
.nav__overlay__links a.is-active{ color: #c4b5a5; }
.nav__overlay__foot{
  display: flex; flex-direction: column; gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(240,235,227,0.14);
  opacity: 0;
  transition: opacity .6s ease;
  transition-delay: 480ms;
}
body.is-menu-open .nav__overlay__foot{ opacity: 1; }
.nav__overlay__foot a{
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #c4b5a5;
}
.nav__overlay__foot small{
  font-size: 10px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #8a8278;
}
body.is-menu-open{ overflow: hidden; }

@media (max-width: 820px){
  .nav__burger{ display: inline-flex; }
  .nav__cta{ display: none; }
  .nav__links{ display: none !important; }
  .nav__brand__logo{ height: 48px !important; width: calc(48px * 4 / 5) !important; }
  .nav__brand__word{ font-size: 22px !important; }
  .nav{ padding-top: 16px !important; padding-bottom: 16px !important; }
}
/* === SHARED MOBILE NAV CSS END === */

/* === MOBILE FINISHING CSS === */
/* Universal — fixed-width hero subs become fluid */
@media (max-width: 820px){
  [class$="hero__sub"], [class*="hero__sub "]{
    width: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-top: clamp(20px, 4vw, 32px) !important;
  }
  [class$="hero__sub"] br, [class*="hero__sub "] br{ display: none; }
}

/* Universal — footer crunch */
@media (max-width: 720px){
  .footer{ padding: 56px 24px 28px; }
  .footer__inner{ grid-template-columns: 1fr !important; gap: 40px; }
  .footer__brand{ grid-column: 1 !important; }
  .footer__logo{ font-size: 28px !important; }
  .footer__tag{ font-size: 20px !important; }
  .footer__about{ font-size: 13px; max-width: 100%; }
  .footer__bottom{
    flex-direction: column !important;
    gap: 12px !important;
    text-align: center !important;
    padding-top: 20px;
    margin-top: 40px;
    font-size: 9.5px !important;
    letter-spacing: 0.24em !important;
  }
  .footer__bottom .right{ gap: 18px; }
}

@media (max-width: 720px){
  /* Hero — bold but fits */
  .hero__title{ font-size: clamp(54px, 14vw, 84px) !important; letter-spacing: -0.02em; }
  .hero__title .line{ display: block; }
  .hero__sub{ font-size: 18px !important; margin-top: 18px !important; }
  .hero{ min-height: 0; }
  .hero__inner{ padding: 0 24px 60px !important; }

  /* Philosophy quote */
  .philosophy__quote{ font-size: clamp(28px, 7vw, 40px) !important; line-height: 1.18 !important; }
  .philosophy{ padding-left: 24px; padding-right: 24px; }

  /* Work / Selected Frames */
  .work__cell{ width: clamp(220px, 78vw, 320px) !important; }
  .work__head{ padding-left: 24px; padding-right: 24px; }
  .work__head h2{ font-size: clamp(34px, 9vw, 52px) !important; line-height: 1.04 !important; }
  .work__head .meta{ font-size: 12px; }

  /* Why */
  .why__head h2{ font-size: clamp(34px, 9vw, 56px) !important; line-height: 1.05 !important; }
  .why{ padding-left: 24px; padding-right: 24px; }

  /* How */
  .how__head h2{ font-size: clamp(34px, 9vw, 52px) !important; line-height: 1.05 !important; }
  .how{ padding-left: 24px; padding-right: 24px; }

  /* Press strip */
  .press__row{ flex-direction: column; gap: 28px !important; padding: 32px 24px !important; }
  .press__logo{ flex: 0 0 auto !important; width: auto; height: 42px !important; }

  /* IG / Follow the story */
  .ig{ padding-left: 24px; padding-right: 24px; }
  .ig__head h2{ font-size: clamp(34px, 9vw, 52px) !important; line-height: 1.05 !important; }
  .ig__grid{ column-count: 2; column-gap: 8px; margin-bottom: 32px; }
  .ig__cell{ margin-bottom: 8px; }

  /* Book your day */
  .book{ padding-left: 24px; padding-right: 24px; }
  .book h2{ font-size: clamp(36px, 9.5vw, 56px) !important; line-height: 1.04 !important; }

  /* Tweaks panel — sit at bottom edge to edge */
  .tweaks-panel, .pf-tweaks, .ab-tweaks, .ct-tweaks{
    right: 12px !important; bottom: 12px !important; left: 12px !important;
    width: auto !important;
    max-height: 70vh !important;
  }
}
@media (max-width: 480px){
  .hero__title{ font-size: clamp(46px, 13vw, 72px) !important; }
  .ig__grid{ column-count: 1 !important; }
}
/* === MOBILE FINISHING CSS END === */
#__tweaks{
      position: fixed; right: 24px; bottom: 24px;
      width: 300px;
      max-height: calc(100vh - 48px);
      overflow-y: auto;
      background: #faf8f5;
      color: #1c1917;
      border: 1px solid rgba(28,25,23,0.12);
      border-radius: 12px;
      box-shadow: 0 18px 60px -20px rgba(0,0,0,0.35), 0 4px 12px -4px rgba(0,0,0,0.18);
      font-family: "Comfortaa", system-ui, sans-serif;
      z-index: 9999;
      padding: 18px 18px 16px;
      display: none;
    }
    #__tweaks.is-open{ display: block; }
    #__tweaks header{
      display:flex; align-items:center; justify-content:space-between;
      margin-bottom: 16px;
    }
    #__tweaks h4{
      margin: 0;
      font-family: "Comfortaa", sans-serif;
      font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
      color: #9a8578; font-weight: 500;
    }
    #__tweaks .x{
      background: none; border: 0; cursor: pointer;
      color: #44403c; font-size: 16px; line-height: 1; padding: 4px;
    }
    #__tweaks .section-title{
      font-size: 10px; letter-spacing: 0.28em; text-transform: uppercase;
      color: #9a8578; margin: 18px 0 12px; font-weight: 500;
    }
    #__tweaks .row label{
      display: flex; justify-content: space-between; align-items: center;
      font-size: 12px; color: #44403c; margin-bottom: 8px;
    }
    #__tweaks .row label .val{
      font-variant-numeric: tabular-nums;
      color: #1c1917; font-weight: 500;
    }
    #__tweaks input[type=range]{
      width: 100%; accent-color: #9a8578; margin: 0;
    }
    #__tweaks .color-row{
      display: grid;
      grid-template-columns: 36px 1fr 78px;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }
    #__tweaks .color-row input[type=color]{
      width: 36px; height: 28px;
      border: 1px solid rgba(28,25,23,0.18);
      border-radius: 4px;
      padding: 0;
      background: transparent;
      cursor: pointer;
    }
    #__tweaks .color-row .name{ font-size: 12px; color: #44403c; }
    #__tweaks .color-row input[type=text]{
      width: 100%;
      font-family: "Comfortaa", monospace;
      font-size: 11px;
      color: #1c1917;
      border: 1px solid rgba(28,25,23,0.14);
      border-radius: 4px;
      padding: 6px 8px;
      background: #fff;
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }
    #__tweaks .color-row input[type=text]:focus{
      outline: none; border-color: #9a8578;
    }

/* finalised design values (baked from Tweaks panel) */
:root{
  --work-gap:-35px;
  --bg-philosophy:#faf8f5;
  --bg-work:#faf8f5;
  --bg-why:#C6C6C6;
  --bg-how:#faf8f5;
  --bg-press:#faf8f5;
  --bg-love:#0f0d0b;
  --bg-book:#faf8f5;
  --bg-footer:#14110f;
  --bg-hero:#C6C6C6;
  --bg-form:#c6c6c6;
}
