/* =========================================================
   Kim Designn — structural match to reference (Kohi)
   Calm · spacious · feminine · editorial.
   Headlines = clean modern sans (Lufga 400, NOT heavy/condensed).
   Serif italic (Fraunces) = soft accent only.
   Pale-blue accent. Dark only in testimonials + footer.
   Real content & assets only.
   ========================================================= */

@font-face { font-family: "Lufga"; src: url("assets/fonts/Lufga-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "Lufga"; src: url("assets/fonts/Lufga-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Lufga"; src: url("assets/fonts/Lufga-Italic.ttf") format("truetype"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Lufga"; src: url("assets/fonts/Lufga-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Lufga"; src: url("assets/fonts/Lufga-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }

:root {
  --paper:   #F8F6F0;
  --ink:     #11100D;
  --muted:   #6E6A63;
  --blue:    #CFEAFA;
  --blue-2:  #BFE3F5;
  --border:  #E3DFD7;
  --dark:    #11100D;
  --on-dark: #F8F6F0;
  --on-dark-muted: #8C887F;

  --sans:  "Lufga", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;

  --t-eyebrow: clamp(0.66rem, 0.62rem + 0.15vw, 0.74rem);
  --t-body:    clamp(0.95rem, 0.92rem + 0.16vw, 1.04rem);
  --t-lead:    clamp(1.2rem, 1.02rem + 0.7vw, 1.7rem);
  --t-h3:      clamp(1.5rem, 1.15rem + 1.5vw, 2.35rem);
  --t-h2:      clamp(1.9rem, 1.3rem + 2.7vw, 3.4rem);
  --t-hero:    clamp(2.5rem, 1.55rem + 4.3vw, 5.3rem);
  --t-mega:    clamp(2.8rem, 0.7rem + 9vw, 10rem);

  --pad-x:   clamp(1.1rem, 4vw, 5rem);
  --gap:     clamp(0.5rem, 1vw, 1rem);
  --radius:  clamp(20px, 2.6vw, 40px);
  --section-y: clamp(5rem, 11vh, 11rem);
  --maxw:    1280px;
  --ease:    cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--sans); font-weight: 400;
  font-size: var(--t-body); line-height: 1.7;
  color: var(--ink); background: var(--paper);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  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: none; cursor: pointer; }
ul { list-style: none; }
::selection { background: var(--blue); color: var(--ink); }

.shell { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--pad-x); }
.eyebrow { font-weight: 500; font-size: var(--t-eyebrow); letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.serif-it { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0; }

/* Pills */
.pill { display: inline-flex; align-items: center; gap: 0.55em; font-weight: 500; font-size: 0.8rem; letter-spacing: 0.01em; padding: 0.85em 1.65em; border-radius: 999px; background: var(--ink); color: var(--paper); border: 1px solid var(--ink); transition: background 0.4s var(--ease), color 0.4s var(--ease); }
.pill::after { content: "→"; transition: transform 0.4s var(--ease); }
.pill:hover { background: transparent; color: var(--ink); }
.pill:hover::after { transform: translateX(3px); }
.pill--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.pill--ghost:hover { background: var(--ink); color: var(--paper); }
.pill--sm { font-size: 0.74rem; padding: 0.6em 1.25em; }
.pill--noicon::after { display: none; }

/* =========================================================
   PRELOADER
   ========================================================= */
.loader { position: fixed; inset: 0; z-index: 200; background: var(--paper); display: flex; align-items: center; justify-content: center; transition: opacity 0.9s ease, visibility 0.9s; }
.loader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.loader__wordmark { text-align: center; position: relative; z-index: 2; }
.loader__w1 { display: block; font-family: var(--sans); font-weight: 400; font-size: clamp(1.8rem, 1.2rem + 2.6vw, 3.2rem); letter-spacing: -0.01em; color: var(--ink); opacity: 0; animation: loaderFadeUp 1s 0.3s var(--ease) forwards; }
.loader__card { position: absolute; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.08); opacity: 0; z-index: 1; }
.loader__card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.55) brightness(1.1) contrast(0.92); }
.loader__card--1 { width: clamp(100px, 14vw, 180px); aspect-ratio: 3/4; top: 14%; right: 22%; transform: rotate(8deg) translateY(30px); animation: cardFloat 1.2s 0.5s var(--ease) forwards; }
.loader__card--2 { width: clamp(90px, 12vw, 160px); aspect-ratio: 4/5; bottom: 18%; left: 10%; transform: rotate(-6deg) translateY(30px); animation: cardFloat 1.2s 0.7s var(--ease) forwards; }
.loader__card--3 { width: clamp(110px, 15vw, 190px); aspect-ratio: 3/4; bottom: 12%; right: 8%; transform: rotate(5deg) translateY(30px); animation: cardFloat 1.2s 0.9s var(--ease) forwards; }
@keyframes loaderFadeUp { to { opacity: 1; transform: translateY(0); } }
@keyframes cardFloat { to { opacity: 1; transform: rotate(var(--r, 0deg)) translateY(0); } }
.loader__card--1 { --r: 8deg; }
.loader__card--2 { --r: -6deg; }
.loader__card--3 { --r: 5deg; }

body.is-loading { overflow: hidden; }

/* =========================================================
   HERO WORD-BY-WORD REVEAL
   ========================================================= */
.hero__word { display: inline-block; opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.hero.is-revealed .hero__word { opacity: 1; transform: none; }
.hero__scroll, .hero__media { opacity: 0; transform: translateY(20px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.hero.is-revealed .hero__scroll { opacity: 1; transform: none; }
.hero.is-revealed .hero__media { opacity: 1; transform: none; }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero__word { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hero__scroll, .hero__media { opacity: 1 !important; transform: none !important; transition: none !important; }
  .loader { display: none !important; }
}

/* =========================================================
   1 — HEADER (logo left · nav centered · CTA right)
   ========================================================= */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 60; display: flex; align-items: center; justify-content: space-between; padding: clamp(0.9rem, 1.5vw, 1.4rem) var(--pad-x); transition: background 0.5s var(--ease), border-color 0.5s, opacity 0.6s var(--ease); border-bottom: 1px solid transparent; opacity: 0; }
.nav.is-visible { opacity: 1; }
.nav.is-scrolled { background: rgba(248, 246, 240, 0.85); backdrop-filter: blur(14px); border-color: var(--border); }
.logo { justify-self: start; line-height: 1; font-family: var(--serif); }
.logo span { display: block; }
.logo__l1 { font-weight: 400; font-size: clamp(1.05rem, 0.9rem + 0.5vw, 1.35rem); letter-spacing: 0.01em; }
.logo__l2 { font-style: italic; font-size: clamp(0.85rem, 0.78rem + 0.35vw, 1.05rem); color: var(--muted); margin-top: -0.12em; }
.nav__mid { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.6rem); }
.nav__mid a { font-size: 0.85rem; font-weight: 400; color: var(--ink); transition: color 0.3s; }
.nav__mid a:hover { color: var(--muted); }
.nav__right { display: flex; align-items: center; gap: 1rem; }
.nav__toggle { display: none; width: 28px; height: 15px; position: relative; }
.nav__toggle span { position: absolute; left: 0; width: 100%; height: 1.5px; background: var(--ink); transition: transform 0.4s var(--ease); }
.nav__toggle span:nth-child(1) { top: 1px; } .nav__toggle span:nth-child(2) { bottom: 1px; }
.nav.is-open .nav__toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav.is-open .nav__toggle span:nth-child(2) { transform: translateY(-6px) rotate(-45deg); }

.menu { position: fixed; inset: 0; z-index: 55; background: var(--paper); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 6rem var(--pad-x) 2rem; gap: 0; opacity: 0; pointer-events: none; transform: translateY(-1.5%); transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); }
.menu.is-open { opacity: 1; pointer-events: auto; transform: none; }
.menu a.menu__link { font-family: var(--sans); font-weight: 600; font-size: clamp(1.6rem, 1.2rem + 2.5vw, 2.2rem); line-height: 1.2; color: var(--ink); letter-spacing: 0.02em; text-transform: uppercase; padding: 0.8rem 0; display: block; }
.menu a.menu__link:hover { opacity: 0.6; }
.menu a.menu__cta { display: block; width: 100%; text-align: center; background: var(--ink); color: var(--paper); font-family: var(--sans); font-weight: 500; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 1.1rem 2rem; border-radius: 60px; margin-top: 2rem; }
.menu a.menu__cta:hover { opacity: 0.85; }
.menu__foot { margin-top: auto; display: flex; flex-direction: column; gap: 0.3rem; }
.menu__foot a { font-size: 0.85rem; font-weight: 400; color: var(--muted); }

/* SHARED SUBPAGE NAV */
.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(248,246,240,0.92); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); padding: 1rem clamp(1.5rem, 4vw, 3rem); display: flex; align-items: center; justify-content: space-between; }
.site-nav__logo { font-family: var(--sans); font-weight: 500; font-size: 1rem; color: var(--ink); line-height: 1; flex-shrink: 0; }
.site-nav__logo small { display: block; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); font-weight: 400; margin-top: 1px; }
.site-nav__links { display: flex; gap: 2rem; align-items: center; }
.site-nav__links a { font-size: 0.8rem; color: var(--muted); transition: color 0.2s; }
.site-nav__links a:hover { color: var(--ink); }
.site-nav__links a.site-nav__pill { font-size: 0.75rem; padding: 0.5rem 1.2rem; background: var(--ink); color: var(--paper); border-radius: 30px; transition: opacity 0.3s; }
.site-nav__pill:hover { opacity: 0.85; }
.site-nav__toggle { display: none; width: 28px; height: 15px; position: relative; cursor: pointer; background: none; border: none; padding: 0; }
.site-nav__toggle span { position: absolute; left: 0; width: 100%; height: 1.5px; background: var(--ink); transition: transform 0.4s var(--ease); }
.site-nav__toggle span:nth-child(1) { top: 1px; }
.site-nav__toggle span:nth-child(2) { bottom: 1px; }
.site-nav.is-open .site-nav__toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-nav.is-open .site-nav__toggle span:nth-child(2) { transform: translateY(-6px) rotate(-45deg); }
.site-nav__mobile { display: none; }
@media (max-width: 768px) {
  .site-nav__links { display: none; }
  .site-nav__toggle { display: block; z-index: 101; }
  .site-nav.is-open {
    position: fixed; inset: 0; z-index: 9999;
    background: var(--paper);
    backdrop-filter: none; -webkit-backdrop-filter: none;
    flex-direction: column; align-items: flex-start; justify-content: flex-start;
    transition: none;
  }
  .site-nav.is-open .site-nav__toggle { position: absolute; top: 1rem; right: clamp(1.5rem, 4vw, 3rem); }
  .site-nav__mobile {
    position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100;
    background: var(--paper);
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
    padding: 6rem var(--pad-x) 2rem; gap: 0;
    opacity: 0; pointer-events: none;
    transform: translateY(-1.5%);
    transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
  }
  .site-nav.is-open .site-nav__mobile { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav__mobile a {
    font-family: var(--sans); font-weight: 600;
    font-size: clamp(1.6rem, 1.2rem + 2.5vw, 2.2rem);
    line-height: 1.2; color: var(--ink); letter-spacing: 0.02em;
    text-transform: uppercase; padding: 0.8rem 0; display: block;
  }
  .site-nav__mobile a:hover { opacity: 0.6; }
  .site-nav__mobile a.site-nav__cta {
    display: block; width: 100%; text-align: center;
    background: var(--ink); color: var(--paper);
    font-family: var(--sans); font-weight: 500;
    font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase;
    padding: 1.1rem 2rem; border-radius: 60px; margin-top: 2rem;
  }
  .site-nav__mobile a.site-nav__cta:hover { opacity: 0.85; }
  .site-nav.is-open ~ main,
  .site-nav.is-open ~ * { overflow: hidden; }
  body:has(.site-nav.is-open) { overflow: hidden; }
}

/* =========================================================
   2 — HERO (calm headline left + full-bleed wide image)
   ========================================================= */
.hero { padding-top: clamp(7.5rem, 17vh, 12rem); }
.hero__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.5rem; }
.hero__title { font-family: var(--sans); font-weight: 400; font-size: var(--t-hero); line-height: 1.04; letter-spacing: -0.018em; color: var(--ink); max-width: 17ch; }
.hero__scroll { display: inline-flex; align-items: center; gap: 0.5rem; font-size: var(--t-eyebrow); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); padding-bottom: 0.5rem; }
.hero__scroll::before { content: "↓"; }
.hero__media { margin-top: clamp(2.2rem, 4.5vw, 3.6rem); width: 100%; height: clamp(220px, 34vw, 440px); overflow: hidden; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; filter: saturate(0.55) brightness(1.08) contrast(0.9); }

/* =========================================================
   3 — STATEMENT ROW
   ========================================================= */
.statement { padding-block: clamp(3.5rem, 7vw, 6rem); }
.statement__inner { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 1.2rem 2.5rem; }
.statement__line { font-size: var(--t-lead); line-height: 1.4; color: var(--ink); max-width: 28ch; }
.statement__note { font-size: var(--t-eyebrow); letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }

/* =========================================================
   4 — LOGO MARQUEE
   ========================================================= */
.marks { padding-block: clamp(3rem, 6vw, 5rem) clamp(4rem, 8vw, 7rem); }
.marks__label { display: block; text-align: center; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.marquee { overflow: hidden; width: 100%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee__track { display: inline-flex; align-items: center; gap: clamp(3rem, 7vw, 7rem); white-space: nowrap; animation: marquee-half 40s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marks__track { animation-name: marquee-third !important; animation-duration: 80s !important; }
.marks__track img { height: clamp(46px, 5.5vw, 72px); width: auto; object-fit: contain; filter: brightness(0); opacity: 0.55; transition: opacity 0.4s var(--ease); }
.marks__track img:hover { opacity: 0.8; }
@keyframes marquee-third { to { transform: translateX(-33.333%); } }
@keyframes marquee-half { to { transform: translateX(-50%); } }

/* =========================================================
   5 — PALE BLUE CARD (vision)
   ========================================================= */
.bluecard { padding-block: clamp(2rem, 4vw, 3.5rem); }
.bluecard__inner { position: relative; background: linear-gradient(155deg, var(--blue) 0%, var(--blue-2) 100%); border-radius: var(--radius); padding: clamp(3rem, 6.5vw, 7rem) clamp(2.8rem, 5.5vw, 6rem); }
.bluecard__top { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 1.5rem; margin-bottom: clamp(2.4rem, 4.5vw, 3.6rem); }
.bluecard__label { display: flex; align-items: center; gap: 0.55rem; }
.bluecard__label .eyebrow { color: var(--ink); opacity: 0.7; }
.bluecard__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ink); }
.bluecard__title { font-family: var(--sans); font-weight: 400; font-size: var(--t-h2); line-height: 1.1; letter-spacing: -0.015em; color: var(--ink); max-width: 22ch; }
.bluecard__grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(2.5rem, 5.5vw, 5rem); margin-top: clamp(2.5rem, 5vw, 4rem); }
.bluecard__body { color: var(--ink); opacity: 0.82; }
.bluecard__body p { margin-bottom: 1.15rem; }
.bluecard__points { margin-top: 1.6rem; display: grid; gap: 0.6rem; }
.bluecard__points li { color: var(--ink); padding-left: 1.5rem; position: relative; opacity: 0.9; }
.bluecard__points li::before { content: "→"; position: absolute; left: 0; }
.bluecard__aside { display: flex; flex-direction: column; gap: 1.8rem; }
.bluecard__aside .serif-it { font-size: var(--t-lead); line-height: 1.35; color: var(--ink); }
.bluecard__aside .pill { align-self: flex-start; }

/* =========================================================
   6 — EXPLORE RECENT PROJECTS (scroll-driven collage)
   ========================================================= */
.erp { position: relative; background: var(--paper); padding-top: clamp(4rem, 8vw, 7rem); padding-bottom: clamp(3rem, 5vh, 5rem); }
.erp__space { height: 450vh; }
.erp__sticky {
  position: sticky; top: 0; height: 100vh; overflow: hidden;
  --card-r: 10px;
}
.erp__title {
  position: absolute; z-index: 30; pointer-events: none;
  top: 18%; left: 50%; transform: translateX(-50%);
  font-family: var(--sans); font-weight: 400;
  font-size: clamp(2.6rem, 1.6rem + 5vw, 6rem);
  line-height: 1.08; letter-spacing: -0.02em;
  color: var(--ink); text-align: center;
  white-space: nowrap;
}
.erp__canvas { position: relative; width: 100%; height: 100%; }
.ec {
  position: absolute; overflow: hidden;
  border-radius: var(--card-r);
  will-change: transform, opacity;
}
.ec img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* =========================================================
   7 — STORY MARQUEE STRIP
   ========================================================= */
.story-strip { background: var(--blue); border-block: 1px dashed rgba(17,16,13,0.18); padding: clamp(1rem, 2vw, 1.6rem) 0; }
.story-strip__marquee { -webkit-mask-image: none; mask-image: none; }
.story-strip .marquee__track { animation-duration: 36s; gap: clamp(1.5rem, 3vw, 2.5rem); }
.story-strip .serif-it { font-size: clamp(1.1rem, 0.9rem + 1vw, 1.8rem); color: var(--ink); }
.story-strip .star { color: var(--ink); opacity: 0.4; }
.erp__cta { display: flex; justify-content: center; padding: clamp(1rem, 2vw, 1.5rem) 0 clamp(1.5rem, 3vw, 2.5rem); background: var(--paper); }

/* =========================================================
   9 — SERVICES (intro + sticky-stacked panels)
   ========================================================= */
.services { padding-block: var(--section-y); }
.services__head { text-align: center; max-width: 720px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.services__head .eyebrow { display: block; margin-bottom: 1.3rem; }
.services__head p { font-size: var(--t-lead); line-height: 1.4; color: var(--ink); }
.panels { display: flex; flex-direction: column; gap: 0; }
.panel { position: sticky; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: var(--blue); border-radius: var(--radius); overflow: hidden; min-height: clamp(360px, 36vw, 500px); box-shadow: 0 -4px 20px rgba(17,16,13,0.06); }
.panel:nth-child(1) { top: clamp(80px, 10vh, 110px); z-index: 1; }
.panel:nth-child(2) { top: clamp(90px, 11vh, 120px); background: var(--blue-2); z-index: 2; }
.panel:nth-child(3) { top: clamp(100px, 12vh, 130px); z-index: 3; }
.panel:nth-child(4) { top: clamp(110px, 13vh, 140px); background: var(--blue-2); z-index: 4; }
.panel__body { padding: clamp(2.8rem, 4.5vw, 5rem) clamp(2.5rem, 4vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
.panel__cat { font-size: var(--t-eyebrow); letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink); opacity: 0.55; margin-bottom: 1.6rem; }
.panel__name { font-family: var(--sans); font-weight: 400; font-size: var(--t-h3); line-height: 1.06; letter-spacing: -0.015em; color: var(--ink); margin-bottom: 1.4rem; }
.panel__desc { color: var(--ink); opacity: 0.8; max-width: 38ch; margin-bottom: auto; line-height: 1.65; }
.panel__link { margin-top: 2.2rem; align-self: flex-start; }
.panel__media { position: relative; overflow: hidden; min-height: 280px; }
.panel__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.panel:hover .panel__media img { transform: scale(1.04); }
.services__all { display: flex; justify-content: center; margin-top: clamp(2.5rem, 5vw, 3.5rem); }

/* =========================================================
   10 — TESTIMONIALS (dark minimal carousel)
   ========================================================= */
.quotes { background: var(--dark); color: var(--on-dark); padding-block: clamp(3rem, 5vw, 5rem); }
.quotes__title { display: block; text-align: center; font-size: var(--t-lead); color: var(--on-dark); margin-bottom: clamp(1.5rem, 3vw, 2.5rem); opacity: 0.9; }
.quotes__viewport { overflow: hidden; }
.quotes__track { display: flex; transition: transform 0.7s var(--ease); will-change: transform; }
.quote { flex: 0 0 100%; padding-inline: clamp(1rem, 5vw, 5rem); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.quote p { font-family: var(--sans); font-weight: 300; font-size: clamp(1rem, 0.85rem + 0.7vw, 1.4rem); line-height: 1.55; letter-spacing: -0.01em; color: var(--on-dark); text-align: center; max-width: 38ch; }
.quote cite { display: block; margin-top: clamp(1.2rem, 2vw, 1.8rem); font-family: var(--serif); font-style: italic; font-size: clamp(0.8rem, 0.72rem + 0.3vw, 0.95rem); color: var(--on-dark); opacity: 0.6; text-align: center; }
.quotes__nav { display: flex; align-items: center; justify-content: center; gap: 1.6rem; margin-top: clamp(1.5rem, 3vw, 2.5rem); }
.quotes__btn { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(248,246,240,0.28); color: var(--on-dark); font-size: 1.1rem; display: grid; place-items: center; transition: background 0.35s var(--ease), color 0.35s var(--ease); }
.quotes__btn:hover { background: var(--on-dark); color: var(--dark); }
.quotes__dots { display: flex; align-items: center; gap: 0.55rem; }
.quotes__dots button { width: 7px; height: 7px; border-radius: 50%; background: rgba(248,246,240,0.3); transition: background 0.3s, transform 0.3s; }
.quotes__dots button.is-active { background: var(--blue); transform: scale(1.35); }

/* =========================================================
   11 — ABOUT (editorial split)
   ========================================================= */
/* ---- QUIZ CTA ---- */
.quiz-cta { background: var(--paper); padding-block: clamp(4rem, 8vw, 7rem); }
.quiz-cta__inner { max-width: 640px; margin: 0 auto; padding-inline: var(--gutter); text-align: center; }
.quiz-cta__pre { display: block; font-size: clamp(1.1rem, 0.9rem + 0.6vw, 1.4rem); margin-bottom: 1.2rem; color: var(--ink); }
.quiz-cta__headline { font-family: var(--sans); font-weight: 800; font-size: clamp(1.4rem, 1.1rem + 1.4vw, 2.2rem); line-height: 1.2; letter-spacing: -0.02em; text-transform: uppercase; color: var(--ink); margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.quiz-cta__subtitle { font-family: var(--sans); font-weight: 400; font-size: clamp(1.1rem, 0.95rem + 0.5vw, 1.5rem); color: var(--ink); margin-bottom: clamp(1.5rem, 3vw, 2rem); }
.quiz-cta__media { max-width: 420px; margin: 0 auto clamp(1.5rem, 3vw, 2.5rem); padding: clamp(0.4rem, 0.8vw, 0.6rem); border: 1.5px dashed rgba(17,16,13,0.3); border-radius: clamp(10px, 1vw, 16px); }
.quiz-cta__media video { width: 100%; display: block; border-radius: clamp(6px, 0.6vw, 10px); }
.quiz-cta__body { text-align: left; margin-bottom: clamp(1.5rem, 2.5vw, 2rem); }
.quiz-cta__body p { font-size: clamp(0.95rem, 0.85rem + 0.4vw, 1.1rem); line-height: 1.65; color: var(--ink); }
.quiz-cta__checklist { text-align: left; margin-bottom: clamp(2rem, 4vw, 3rem); }
.quiz-cta__checklist > p { font-size: clamp(0.95rem, 0.85rem + 0.3vw, 1.05rem); margin-bottom: 0.8rem; color: var(--ink); }
.quiz-cta__checklist ul { list-style: none; padding: 0; }
.quiz-cta__checklist li { padding-left: 1.6rem; position: relative; font-size: clamp(0.95rem, 0.85rem + 0.3vw, 1.05rem); line-height: 1.6; color: var(--ink); margin-bottom: 0.5rem; }
.quiz-cta__checklist li::before { content: "\2714"; position: absolute; left: 0; color: var(--ink); }
.quiz-cta__btn { display: inline-block; padding: clamp(1rem, 1.8vw, 1.3rem) clamp(2.5rem, 5vw, 4rem); background: var(--ink); color: var(--paper); font-family: var(--sans); font-weight: 600; font-size: clamp(0.9rem, 0.8rem + 0.4vw, 1.1rem); letter-spacing: 0.06em; text-transform: uppercase; border-radius: 60px; transition: opacity 0.3s var(--ease); }
.quiz-cta__btn:hover { opacity: 0.85; }

/* ---- ABOUT ---- */
.about { padding-block: var(--section-y); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.about__eyebrow { display: block; margin-bottom: 1.3rem; }
.about__title { font-family: var(--sans); font-weight: 400; font-size: var(--t-h2); line-height: 1.05; letter-spacing: -0.015em; color: var(--ink); margin-bottom: 0.6rem; }
.about__role { font-size: var(--t-eyebrow); letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.6rem; }
.about__lead { color: var(--ink); opacity: 0.82; max-width: 50ch; margin-bottom: 1.4rem; }
.about__list { display: grid; gap: 0.5rem; margin-bottom: 1.6rem; }
.about__list li { color: var(--ink); padding-left: 1.5rem; position: relative; opacity: 0.9; }
.about__list li::before { content: "◦"; position: absolute; left: 0; font-size: 1.4em; line-height: 1; color: var(--muted); }
.about__close { font-family: var(--serif); font-style: italic; font-size: var(--t-lead); color: var(--ink); margin-bottom: 2rem; }
.about__media { border-radius: clamp(6px, 0.8vw, 12px); overflow: hidden; padding: clamp(0.5rem, 1vw, 0.8rem); border: 1.5px dashed rgba(17,16,13,0.35); }
.about__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; border-radius: clamp(4px, 0.5vw, 8px); }

/* =========================================================
   12 — CTA (soft white)
   ========================================================= */
/* ---- BLOG ---- */
.blog { background: #D6EDFB; padding-block: clamp(4rem, 8vw, 7rem); background-image: linear-gradient(rgba(17,16,13,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(17,16,13,0.035) 1px, transparent 1px); background-size: 48px 48px; }
.blog__inner { max-width: 1200px; margin: 0 auto; padding-inline: var(--gutter); }
.blog__title { font-family: var(--sans); font-weight: 800; font-size: clamp(1.4rem, 1.1rem + 1.2vw, 2.2rem); text-align: center; text-transform: uppercase; letter-spacing: -0.02em; margin-bottom: 0.6rem; color: var(--ink); }
.blog__sub { text-align: center; font-size: clamp(0.8rem, 0.72rem + 0.3vw, 0.95rem); color: var(--muted); letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: clamp(2rem, 4vw, 3.5rem); max-width: 600px; margin-left: auto; margin-right: auto; }
.blog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 2.5vw, 2rem); }
.blog__card { display: block; text-decoration: none; color: var(--ink); transition: transform 0.3s var(--ease); }
.blog__card:hover { transform: translateY(-4px); }
.blog__img { padding: clamp(0.4rem, 0.8vw, 0.6rem); border: 1.5px dashed rgba(17,16,13,0.3); border-radius: clamp(8px, 1vw, 14px); margin-bottom: 1rem; }
.blog__img img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; border-radius: clamp(5px, 0.6vw, 10px); }
.blog__tag { display: inline-block; background: #F5EDCF; color: var(--ink); font-size: 0.6rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; padding: 0.3rem 0.75rem; border-radius: 20px; margin-bottom: 0.5rem; }
.blog__card-title { font-family: var(--sans); font-weight: 500; font-size: clamp(0.85rem, 0.78rem + 0.3vw, 1rem); line-height: 1.35; margin-bottom: 0.4rem; }
.blog__excerpt { font-size: clamp(0.75rem, 0.7rem + 0.15vw, 0.82rem); color: var(--muted); line-height: 1.5; opacity: 0.8; }
.blog__cta { display: flex; justify-content: center; margin-top: clamp(1.5rem, 3vw, 2.5rem); }
.blog__cta .pill { font-size: 0.75rem; padding: 0.6rem 1.6rem; letter-spacing: 0.04em; }

/* ---- DARK CTA ---- */
.dark-cta { padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem); background: var(--paper); }
.dark-cta__frame { position: relative; border: 1.5px dashed rgba(17,16,13,0.3); border-radius: clamp(12px, 1.5vw, 20px); overflow: hidden; min-height: clamp(400px, 60vh, 650px); display: flex; align-items: center; justify-content: center; }
.dark-cta__bg { position: absolute; inset: 0; z-index: 0; }
.dark-cta__bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dark-cta__overlay { position: absolute; inset: 0; background: rgba(17, 16, 13, 0.65); }
.dark-cta__content { position: relative; z-index: 1; text-align: center; max-width: 580px; padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 3vw, 2.5rem); }
.dark-cta__label { display: block; font-size: clamp(0.6rem, 0.55rem + 0.2vw, 0.75rem); text-transform: uppercase; letter-spacing: 0.14em; color: rgba(248,246,240,0.6); margin-bottom: 1.2rem; font-weight: 500; }
.dark-cta__title { font-family: var(--sans); font-weight: 700; font-size: clamp(1.6rem, 1.2rem + 1.5vw, 2.8rem); line-height: 1.15; letter-spacing: -0.02em; text-transform: uppercase; color: var(--paper); margin-bottom: 1.2rem; }
.dark-cta__body { font-size: clamp(0.85rem, 0.78rem + 0.3vw, 1rem); line-height: 1.6; color: rgba(248,246,240,0.7); margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.dark-cta__btn { display: inline-block; padding: 0.7rem 1.8rem; background: var(--blue); color: var(--ink); font-family: var(--sans); font-weight: 500; font-size: 0.8rem; letter-spacing: 0.03em; border-radius: 60px; transition: opacity 0.3s var(--ease); }
.dark-cta__btn:hover { opacity: 0.85; }

.cta { padding: var(--section-y) var(--pad-x); text-align: center; }
.cta__inner { max-width: 820px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; gap: 1.4rem; }
.cta__pre { font-size: var(--t-lead); color: var(--muted); }
.cta__title { font-family: var(--sans); font-weight: 400; font-size: var(--t-h2); line-height: 1.08; letter-spacing: -0.015em; color: var(--ink); max-width: 18ch; }
.cta__body { color: var(--muted); max-width: 50ch; }
.cta .pill { margin-top: 0.7rem; }

/* =========================================================
   13 — FOOTER (dark, oversized elegant serif wordmark)
   ========================================================= */
.footer { background: var(--dark); color: var(--on-dark); padding: clamp(3rem, 5vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2rem); overflow: hidden; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(2rem, 4vw, 3rem); }
.footer__hd { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(248,246,240,0.5); }
.footer__hd .dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); margin-right: 0.4rem; }
.footer__email { display: inline-block; margin-top: 0.6rem; font-family: var(--serif); font-style: italic; font-size: clamp(0.85rem, 0.78rem + 0.3vw, 1.05rem); color: var(--on-dark); transition: color 0.3s; }
.footer__email:hover { color: var(--blue); }
.footer__col { justify-self: end; text-align: right; }
.footer__col a { display: block; font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; color: rgba(248,246,240,0.5); padding: 0.28rem 0; transition: color 0.3s; }
.footer__col a:hover { color: var(--on-dark); }
.footer__wordmark { margin-top: clamp(2rem, 4vw, 3rem); text-align: right; line-height: 1; }
.footer__wordmark .w1 { font-family: var(--serif); font-weight: 300; font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem); color: var(--on-dark); letter-spacing: -0.005em; }
.footer__wordmark .w2 { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(2rem, 1.5rem + 2vw, 3.5rem); color: var(--on-dark); margin-left: 0.15em; }
.footer__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem; margin-top: clamp(1.5rem, 3vw, 2rem); padding-top: 1rem; border-top: 1px solid rgba(248,246,240,0.08); font-size: 0.68rem; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(248,246,240,0.25); }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .nav__mid { display: none; }
  .nav__toggle { display: block; }
  .about { grid-template-columns: 1fr; gap: 2.5rem; }
  .about__content { order: 2; }
  .about__media { order: 1; max-width: 460px; }
  .blog__grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .bluecard__grid { grid-template-columns: 1fr; gap: 2rem; }
  .panels { gap: 1.25rem; }
  .panel { position: relative; top: auto !important; grid-template-columns: 1fr; box-shadow: none; }
  .panel__media { min-height: 240px; order: 2; }
  .panel__body { order: 1; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__col { justify-self: start; text-align: left; }
}
@media (max-width: 620px) {
  .erp { padding-bottom: 1rem; }
  .erp__space { height: auto; }
  .erp__sticky { position: relative; height: auto; overflow: hidden; }
  .erp__title { position: relative; top: auto; left: auto; transform: none; font-size: clamp(1.8rem, 1rem + 4vw, 3rem); padding: 3rem var(--pad-x) 2rem; }
  .erp__canvas {
    display: flex;
    gap: 10px;
    padding: 0 var(--pad-x);
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
  }
  .erp__canvas .ec-slide {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .ec { position: static !important; width: auto !important; height: auto !important; aspect-ratio: 4/5; opacity: 1 !important; transform: none !important; }
  .nav__right .pill { display: none; }
  .statement__inner { flex-direction: column; }
  .statement__note { white-space: normal; }
  .footer__base { flex-direction: column; }
  .quiz-cta__inner { padding-inline: 24px; }
}
