
  :root {
    --ink: #242020; --ink-2: #2C2827; --bone: #E8E3DC;
    --plum: #7B3FA0; --plum-lift: #B98AD9; --deep-plum: #5C2A78;
    --green: #BBB95F; --green-deep: #8F8D3C;
    --rule: rgba(232,227,220,0.11); --accent: #B98AD9;
    --mono: 'IBM Plex Mono', monospace; --serif: 'Fraunces', serif;
  }
  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
  html { scroll-behavior: smooth; background: var(--ink); }
  body { background: var(--ink); color: var(--bone); font-family: var(--mono); font-weight: 400; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
  p { text-wrap: pretty; }
  a { color: var(--plum-lift); text-decoration: none; }
  a:hover { color: var(--green); }

  /* LOAD SCREEN */
  #load-screen { position: fixed; inset: 0; z-index: 9999; overflow: hidden; background: var(--ink); display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 1; transition: opacity 0.62s ease; }
  #load-screen.is-out { opacity: 0; pointer-events: none; }
  #load-screen.is-zoom .load-mark { opacity: 0; transition: opacity 0.18s ease 0.1s; }
  /* the plum pill from the animation's final frame, grown to fill the page */
  .load-pill { position: absolute; background: var(--plum); opacity: 0; transform: scale(1); transform-origin: center center; will-change: transform; }
  #load-screen.is-zoom .load-pill { opacity: 1; transform: scale(40); transition: transform 0.72s cubic-bezier(.66,0,.86,.2), opacity 0.12s linear; }
  .load-mark { position: relative; width: min(92vw, 1500px); aspect-ratio: 1920 / 340; overflow: hidden; }
  .load-mark video { position: absolute; top: 50%; left: 0; width: 100%; height: auto; transform: translateY(-50%); mix-blend-mode: lighten; }
  @media (max-height: 460px) { .load-mark { width: min(92vw, 1050px); } }
  html.is-loading, html.is-loading body { overflow: hidden; }
  @media (prefers-reduced-motion: reduce) { #load-screen { display: none; } }

  /* NAV */
  nav { position: sticky; top: 0; z-index: 100; background: rgba(36,32,32,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--rule); padding: 0 48px; height: 64px; display: flex; align-items: center; justify-content: space-between; }
  .nav-logo { display: block; width: 36px; height: 36px; overflow: hidden; flex-shrink: 0; }
  .nav-logo img { height: 36px !important; width: 36px !important; max-height: 36px !important; max-width: 36px !important; display: block; object-fit: contain; }
  .nav-links { display: flex; gap: 36px; list-style: none; }
  .nav-links a { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(232,227,220,0.6); text-decoration: none; transition: color 0.2s; cursor: pointer; }
  .nav-links a:hover { color: var(--green); }

  .reveal { opacity: 1; transform: none; }
  html.js-reveal .reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.6s ease, transform 0.6s ease; }
  html.js-reveal .reveal.visible { opacity: 1; transform: translateY(0); }
  @media (prefers-reduced-motion: reduce) { html.js-reveal .reveal { opacity: 1; transform: none; } }
  .rule { border: none; border-top: 1px solid var(--rule); margin: 0; }
  .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; }

  /* SECTION SYSTEM — uniform ink ground, separated by surface lift + accent rule bar */
  .sec { position: relative; padding: clamp(72px, 9vw, 118px) 48px; }
  .sec--lift { background: var(--ink-2); }
  .sec--lift::before, .sec--lift::after { content: ''; position: absolute; left: 0; right: 0; height: 1px; background: var(--rule); }
  .sec--lift::before { top: 0; }
  .sec--lift::after { bottom: 0; }
  .sec { --accent: var(--plum-lift); }
  .sec-inner { max-width: 1080px; margin: 0 auto; }

  .sec-head { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 18px; min-width: 0; margin-bottom: clamp(34px, 5vw, 58px); }
  .sec-head .sec-idx { font-family: var(--mono); font-size: 13px; font-weight: 600; letter-spacing: 0.18em; color: var(--green, #BBB95F); flex-shrink: 0; }
  .sec-head .sec-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(232,227,220,0.42); min-width: 0; }
  .sec-head .sec-line { flex: 1 1 60px; min-width: 40px; height: 1px; background: linear-gradient(to right, var(--accent, var(--plum-lift)), rgba(232,227,220,0.08) 70%, transparent); opacity: 0.6; }

  .eyebrow { font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 18px; line-height: 1.6; color: rgba(232,227,220,0.42); }

  .section-headline { font-family: var(--serif); font-optical-sizing: auto; font-size: clamp(30px, 4.4vw, 54px); font-weight: 400; letter-spacing: -0.015em; line-height: 1.04; margin-bottom: 22px; color: var(--bone); text-wrap: balance; }
  .section-headline em { font-style: italic; font-weight: 300; color: var(--accent, var(--plum-lift)); }
  .section-body { font-size: 14px; line-height: 1.85; color: rgba(232,227,220,0.6); }
  .section-body p { margin-bottom: 18px; }
  .section-body p:last-child { margin-bottom: 0; }
  .section-body strong { color: var(--bone); font-weight: 500; }

  /* BUTTONS */
  .btn-primary { display: inline-block; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--bone); background: var(--plum); text-decoration: none; padding: 15px 32px; transition: background 0.25s ease; cursor: pointer; border: none; vertical-align: middle; line-height: 1; }
  .btn-primary:hover { background: var(--deep-plum); color: var(--bone); }
  .btn-green { display: inline-block; font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink); background: var(--green); text-decoration: none; padding: 17px 40px; border: none; cursor: pointer; line-height: 1; transition: background 0.25s ease; }
  .btn-green:hover { background: #CFCD72; color: var(--ink); }
  .btn-ghost, .btn-ghost-light, .btn-ghost-dark { white-space: nowrap; display: inline-block; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(232,227,220,0.62); text-decoration: none; padding: 15px 32px; border: 1px solid rgba(232,227,220,0.2); transition: border-color 0.25s, color 0.25s; cursor: pointer; background: none; vertical-align: middle; line-height: 1; }
  .btn-ghost:hover, .btn-ghost-light:hover, .btn-ghost-dark:hover { border-color: var(--green); color: var(--green); }

  .sec-inner--narrow { max-width: 680px; }
  .inline-code { font-family: var(--mono); font-weight: 600; color: var(--plum-lift); font-size: 0.94em; }

  /* PORTRAIT — plum-tinted */
  .portrait { position: relative; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ink-2); }
  .portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; display: block; filter: saturate(0.62) contrast(1.04) brightness(0.97); }
  .portrait::before { content: ''; position: absolute; inset: 0; background: var(--plum); mix-blend-mode: color; opacity: 0.34; pointer-events: none; }
  .portrait::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(36,32,32,0.42) 0%, rgba(36,32,32,0) 45%); pointer-events: none; }

  /* IMAGE SLOTS */
  .img-slot { position: relative; width: 100%; aspect-ratio: 4 / 3; background: rgba(232,227,220,0.04); border: 1px dashed rgba(232,227,220,0.18); display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .img-slot--portrait { aspect-ratio: 4 / 5; }
  .img-slot span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(232,227,220,0.3); text-align: center; padding: 0 12px; }
  .img-slot img { width: 100%; height: 100%; object-fit: cover; display: block; }

  /* HERO */
  .hero { background: var(--ink); padding: clamp(64px, 8vw, 96px) 48px clamp(60px, 7vw, 84px); border-bottom: 1px solid var(--rule); display: flex; flex-direction: column; align-items: center; position: relative; }
  .hero::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background: linear-gradient(to right, var(--plum) 0%, var(--plum) 50%, var(--green) 50%, var(--green) 100%); }
  .hero-copy { max-width: 940px; margin: 0 auto; width: 100%; text-align: left; min-width: 0; }

  .why-callout { font-family: var(--serif); font-optical-sizing: auto; font-size: clamp(19px, 2.1vw, 26px); font-weight: 400; line-height: 1.28; letter-spacing: -0.012em; color: var(--bone); margin-top: 30px; padding-left: 22px; border-left: 2px solid var(--green); text-wrap: pretty; }
  .why-callout--kicker { margin-top: 14px; color: rgba(232,227,220,0.78); }
  .why-callout--kicker em { font-style: italic; font-weight: 300; color: var(--plum-lift); }

  /* 02 — photo left, copy right */
  .why-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: clamp(32px, 5vw, 68px); align-items: center; }
  .why-photo { min-width: 0; }
  .why-grid .section-body { min-width: 0; }
  .hero-copy .sec-head { margin-bottom: 14px; }
  .hero-ident { font-family: var(--mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(232,227,220,0.42); line-height: 1.9; margin-bottom: 28px; }
  /* animated wordmark — video is plum-on-near-black, so 'lighten' keys the
     background out exactly against ink with no colour shift on the plum */
  .hero-wordmark-anim { display: block; width: clamp(210px, 25vw, 300px); margin-bottom: 20px; }
  .hero-wordmark-video { display: block; width: 100%; height: auto; mix-blend-mode: lighten; }
  .hero-wordmark-anim .hero-wordmark-static { display: none; width: 100%; height: auto; }
  @media (prefers-reduced-motion: reduce) {
    .hero-wordmark-video { display: none; }
    .hero-wordmark-anim .hero-wordmark-static { display: block; }
  }
  @media (max-width: 600px) { .hero-wordmark-anim { width: clamp(180px, 54vw, 230px); margin-bottom: 16px; } }

  .hero-wordmark { width: clamp(170px, 20vw, 232px); height: auto; margin: 0 0 28px; margin-inline-end: auto; display: block; }
  .hero-title { font-family: var(--serif); font-optical-sizing: auto; font-size: clamp(36px, 5vw, 76px); font-weight: 400; line-height: 1.1; letter-spacing: -0.018em; color: var(--bone); margin-bottom: 30px; text-wrap: pretty; }
  .hero-title em { font-style: italic; font-weight: 300; color: var(--plum-lift); }
  .hero-sub { font-family: var(--mono); font-size: clamp(13px, 1.35vw, 16px); line-height: 1.8; color: rgba(232,227,220,0.62); max-width: 620px; margin-top: 22px; }
  .hero-subhead { font-family: var(--serif); font-size: clamp(16px, 2.1vw, 24px); font-weight: 300; font-style: italic; letter-spacing: -0.01em; color: rgba(232,227,220,0.72); margin-bottom: 34px; max-width: 620px; text-wrap: balance; }
  .hero-explainer { font-family: var(--mono); font-size: 13px; line-height: 1.85; color: rgba(232,227,220,0.5); max-width: 560px; margin: 0 auto 40px; text-align: left; border-left: 1px solid var(--green); padding-left: 20px; }
  .hero-explainer code { font-family: var(--mono); font-weight: 600; color: var(--green); }
  .hero-meta { margin-top: 30px; display: flex; gap: 24px; flex-wrap: wrap; }
  .hero-meta span { font-family: var(--mono); font-size: 11px; color: rgba(232,227,220,0.32); letter-spacing: 0.08em; }

  /* 03 — BRACKETS */
  .brackets-copy { max-width: 620px; font-size: 15px; line-height: 1.85; color: rgba(232,227,220,0.66); }
  .brackets-copy p { margin-bottom: 18px; }
  .brackets-copy p:last-child { margin-bottom: 0; }
  .section-body--lead { font-size: 15px; line-height: 1.9; }

  /* 04 — WORK TEASER */
  .teaser-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
  .teaser-card { text-decoration: none; display: block; }
  .teaser-card .img-slot { transition: border-color 0.25s, background 0.25s; }
  .teaser-card:hover .img-slot { border-color: var(--plum-lift); background: rgba(232,227,220,0.07); }
  .teaser-name { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(232,227,220,0.55); margin-top: 12px; transition: color 0.2s; }
  .teaser-card:hover .teaser-name { color: var(--green); }
  .teaser-cta { margin-top: 44px; }

  /* 05 — CTA */
  .cta-section { text-align: center; }
  .cta-headline { font-family: var(--serif); font-optical-sizing: auto; font-size: clamp(28px, 4.6vw, 56px); font-weight: 400; letter-spacing: -0.02em; line-height: 1.06; color: var(--bone); margin-bottom: clamp(32px, 4vw, 44px); text-wrap: balance; }

  /* BRACKET RIG */
  .bracket-rig { display: flex; align-items: center; justify-content: center; gap: clamp(10px, 2vw, 32px); margin: clamp(24px, 4vw, 52px) auto clamp(30px, 4vw, 50px); max-width: 1240px; }
  .rig-arm { font-family: var(--mono); font-weight: 500; font-size: clamp(44px, 15vw, 260px); line-height: 0.82; color: var(--plum-lift); flex-shrink: 0; user-select: none; }
  .rig-slot { flex: 1; min-width: 0; height: clamp(76px, 17vw, 210px); display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .rig-word { font-family: var(--serif); font-optical-sizing: auto; font-style: italic; font-weight: 300; font-size: clamp(18px, 6vw, 96px); line-height: 1.04; letter-spacing: -0.02em; color: var(--bone); white-space: nowrap; opacity: 0; transform: translateY(0.42em); transition: opacity 0.62s cubic-bezier(.22,.61,.36,1), transform 0.62s cubic-bezier(.22,.61,.36,1); }
  .rig-word.in { opacity: 0.92; transform: translateY(0); }
  .rig-word.out { opacity: 0; transform: translateY(-0.34em); }
  @media (prefers-reduced-motion: reduce) { .rig-word { transition-duration: 0.01ms; } }

  /* 03 — WHAT I DO */
  .whatido-inner { max-width: 720px; margin: 0 auto; text-align: center; }
  .whatido-body { font-size: 14px; line-height: 1.9; color: rgba(232,227,220,0.62); margin-bottom: clamp(32px, 5vw, 48px); }
  .whatido-body p { margin-bottom: 18px; }
  .whatido-body p:last-child { margin-bottom: 0; }
  .whatido-headline { font-family: var(--serif); font-optical-sizing: auto; font-size: clamp(28px, 4.6vw, 56px); font-weight: 400; letter-spacing: -0.02em; line-height: 1.06; color: var(--bone); margin-bottom: clamp(32px, 4vw, 44px); text-wrap: balance; }

  /* 04 — GRAVITY */
  .gravity-section { text-align: center; }
  .gravity-section .section-headline { max-width: 940px; margin-left: auto; margin-right: auto; }
  .gravity-body { font-size: 14px; line-height: 1.85; color: rgba(232,227,220,0.6); max-width: 600px; margin: 0 auto; }
  .gravity-callout { font-family: var(--mono); font-size: clamp(13px, 1.7vw, 17px); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); max-width: 640px; margin: 30px auto 38px; line-height: 1.5; }
  .gravity-cta-group { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

  /* 05 — OFFER */
  .offer-inner { max-width: 940px; margin: 0 auto; }
  .offer-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
  .offer-head .offer-intro { font-size: 14px; line-height: 1.8; color: rgba(232,227,220,0.58); margin-top: 4px; }
  .offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
  .offer-item { padding: 34px 28px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); transition: background 0.2s; display: flex; flex-direction: column; position: relative; }
  .offer-item::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: var(--green); transition: width 0.35s ease; }
  .offer-item:hover::before { width: 100%; }
  .offer-item:hover { background: rgba(232,227,220,0.03); }
  .offer-num { font-family: var(--mono); font-size: 13px; font-weight: 600; letter-spacing: 0.12em; color: var(--green); margin-bottom: 12px; }
  .offer-title { font-family: var(--serif); font-size: clamp(19px, 2.1vw, 25px); font-weight: 400; letter-spacing: -0.01em; color: var(--bone); margin-bottom: 12px; }
  .offer-desc { font-size: 12.5px; line-height: 1.75; color: rgba(232,227,220,0.55); flex: 1; }
  .offer-tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--plum-lift); margin-top: 22px; }
  .offer-cta { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 44px; }

  /* CLOSING */
  .closing { background: var(--ink); padding: clamp(80px, 10vw, 128px) 48px; text-align: center; border-top: 1px solid var(--rule); }
  .bracket-wrap { display: inline-flex; align-items: stretch; gap: 12px; }
  .bracket-arm { font-family: var(--mono); font-size: clamp(44px, 7vw, 92px); font-weight: 500; line-height: 1; color: var(--plum-lift); display: flex; align-items: center; flex-shrink: 0; }
  .bracket-inner { font-family: var(--serif); font-optical-sizing: auto; font-size: clamp(22px, 3.4vw, 46px); font-weight: 400; letter-spacing: -0.015em; line-height: 1.1; color: var(--bone); display: flex; align-items: center; }

  /* CONTACT BAR */
  .contact-bar { background: var(--ink-2); border-top: 1px solid var(--rule); padding: 22px 48px; display: flex; justify-content: center; gap: 20px; align-items: center; }
  .contact-bar a, .contact-bar span { font-family: var(--mono); font-size: 12px; letter-spacing: 0.1em; color: rgba(232,227,220,0.6); text-decoration: none; transition: color 0.2s; }
  .contact-bar a:hover { color: var(--green); }

  /* FOOTER */
  footer { background: var(--ink); padding: 40px 48px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; border-top: 1px solid var(--rule); }
  .footer-logo { display: block; width: 120px; height: 24px; overflow: hidden; }
  .footer-logo img { height: 24px !important; width: auto !important; max-width: 120px !important; display: block; }
  .footer-links { display: flex; gap: 24px; list-style: none; }
  .footer-links a { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(232,227,220,0.55); text-decoration: none; transition: color 0.2s; cursor: pointer; }
  .footer-links a:hover { color: var(--green); }
  .footer-copy { font-family: var(--mono); font-size: 10px; color: rgba(232,227,220,0.55); }

  /* MODAL */
  .modal-overlay { position: fixed; inset: 0; background: rgba(16,14,14,0.78); backdrop-filter: blur(4px); z-index: 1000; display: none; align-items: center; justify-content: center; padding: 24px; }
  .modal-overlay.open { display: flex; }
  .modal { background: var(--ink-2); border: 1px solid var(--rule); border-top: 3px solid var(--green); max-width: 520px; width: 100%; padding: 48px 40px; position: relative; max-height: 90vh; overflow-y: auto; }
  .modal-close { position: absolute; top: 18px; right: 18px; background: none; border: none; font-family: var(--mono); font-size: 22px; color: rgba(232,227,220,0.5); cursor: pointer; line-height: 1; padding: 4px; }
  .modal-close:hover { color: var(--green); }
  .modal-eyebrow { font-family: var(--mono); font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--plum-lift); margin-bottom: 12px; }
  .modal-title { font-family: var(--serif); font-size: clamp(24px, 3.2vw, 34px); font-weight: 400; letter-spacing: -0.015em; color: var(--bone); margin-bottom: 10px; line-height: 1.08; }
  .modal-title em { font-style: italic; font-weight: 300; color: var(--plum-lift); }
  .modal-sub { font-size: 13px; line-height: 1.7; color: rgba(232,227,220,0.55); margin-bottom: 28px; }
  label { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(232,227,220,0.45); margin-bottom: 8px; }
  input, textarea { width: 100%; background: rgba(232,227,220,0.05); border: 1px solid var(--rule); color: var(--bone); font-family: var(--mono); font-size: 13px; font-weight: 400; padding: 12px 16px; outline: none; transition: border-color 0.2s; -webkit-appearance: none; margin-bottom: 16px; }
  input:focus, textarea:focus { border-color: var(--green); }
  input::placeholder, textarea::placeholder { color: rgba(232,227,220,0.3); }
  textarea { resize: vertical; min-height: 110px; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .btn-submit { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink); background: var(--green); border: none; padding: 16px 40px; cursor: pointer; transition: background 0.25s ease; width: 100%; }
  .btn-submit:hover { background: #CFCD72; }

  @media (max-width: 900px) {
    nav, .hero, .sec, .closing, .contact-bar { padding-left: 24px; padding-right: 24px; }
    .why-grid { grid-template-columns: 1fr; gap: 30px; }
    .why-photo { max-width: 340px; }
    /* animated wordmark — video is plum-on-near-black, so 'lighten' keys the
     background out exactly against ink with no colour shift on the plum */
  .hero-wordmark-anim { display: block; width: clamp(210px, 25vw, 300px); margin-bottom: 20px; }
  .hero-wordmark-video { display: block; width: 100%; height: auto; mix-blend-mode: lighten; }
  .hero-wordmark-anim .hero-wordmark-static { display: none; width: 100%; height: auto; }
  @media (prefers-reduced-motion: reduce) {
    .hero-wordmark-video { display: none; }
    .hero-wordmark-anim .hero-wordmark-static { display: block; }
  }
  @media (max-width: 600px) { .hero-wordmark-anim { width: clamp(180px, 54vw, 230px); margin-bottom: 16px; } }

  .hero-wordmark { width: clamp(150px, 44vw, 190px); margin-bottom: 22px; }
    .teaser-grid { grid-template-columns: repeat(2, 1fr); }
    .offer-grid { grid-template-columns: 1fr 1fr; }
    footer { padding: 32px 24px; flex-direction: column; align-items: flex-start; }
    .form-row { grid-template-columns: 1fr; }
    .gravity-cta-group { flex-direction: column; align-items: center; }
    .gravity-cta-group .btn-primary, .gravity-cta-group .btn-ghost-dark { width: 100%; max-width: 320px; }
    .section-headline { word-break: break-word; hyphens: auto; }
  }
  @media (max-width: 600px) {
    .nav-links { display: none; }
    .offer-grid { grid-template-columns: 1fr; }
    .hero-title { font-size: clamp(38px, 12vw, 64px); }
    .hero { padding: 56px 20px 52px; }
    .sec { padding-top: 60px; padding-bottom: 60px; }
    .closing { padding-top: 68px; padding-bottom: 68px; }
    .gravity-callout { font-size: clamp(12px, 3.6vw, 15px); }
    .offer-cta { display: flex; flex-direction: column; align-items: center; gap: 12px; }
    .offer-cta .btn-ghost, .offer-cta .btn-primary { width: 100%; max-width: 320px; }
    .modal { padding: 40px 20px; }
    .contact-bar { flex-direction: column; gap: 10px; text-align: center; }
    .section-headline { font-size: clamp(22px, 6vw, 36px); word-break: break-word; hyphens: auto; }
    .bracket-inner { font-size: clamp(18px, 5vw, 28px); }
    .bracket-rig { gap: 8px; }
    .rig-slot { height: auto; min-height: clamp(72px, 24vw, 120px); }
    .rig-word { white-space: normal; text-wrap: balance; }
    .sec-head { margin-bottom: 30px; }
  }

  /* ── WORK: index + case study ── */
  .page-head { padding: clamp(56px, 7vw, 88px) 48px clamp(40px, 5vw, 60px); border-bottom: 1px solid var(--rule); }
  .page-head-inner { max-width: 1080px; margin: 0 auto; }
  .page-title { font-family: var(--serif); font-optical-sizing: auto; font-size: clamp(38px, 6.4vw, 84px); font-weight: 400; line-height: 1; letter-spacing: -0.025em; color: var(--bone); margin-bottom: 18px; }
  .page-title em { font-style: italic; font-weight: 300; color: var(--plum-lift); }
  .page-lede { font-size: 14px; line-height: 1.85; color: rgba(232,227,220,0.6); max-width: 620px; }
  /* reusable inline label for lede paragraphs (e.g. "Emotional tie:") */
  .lede-tag { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green); margin-right: 8px; }

  .page-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
  .page-meta span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(232,227,220,0.5); border: 1px solid var(--rule); padding: 7px 12px; }
  .stat { font-family: var(--mono); font-size: clamp(30px, 4.4vw, 52px); font-weight: 600; letter-spacing: -0.02em; color: var(--green); line-height: 1; margin-bottom: 14px; }

  .work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--rule); }
  .work-card { display: block; text-decoration: none; background: var(--ink); padding: 30px; transition: background 0.25s; }
  .work-card:hover { background: var(--ink-2); }
  .work-card .shot { width: 100%; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-2); margin-bottom: 22px; }
  .work-card .shot img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(0.7); transition: filter 0.3s, transform 0.5s; }
  .work-card:hover .shot img { filter: saturate(1); transform: scale(1.03); }
  .work-card .shot--logo { display: flex; align-items: center; justify-content: center; padding: 30px; border: 1px solid var(--rule); }
  .work-card .shot--logo img { width: auto; height: var(--logo-h-card, 46px); max-width: 78%; max-height: none; object-fit: contain; filter: none; opacity: 0.82; transition: opacity 0.25s; }
  .work-card:hover .shot--logo img { transform: none; filter: none; opacity: 1; }
  .work-card:hover .shot--logo { border-color: var(--plum-lift); background: rgba(232,227,220,0.05); }
  .work-card-stat { font-family: var(--mono); font-size: 22px; font-weight: 600; color: var(--green); letter-spacing: -0.01em; margin-bottom: 10px; }
  .work-card-name { font-family: var(--serif); font-size: 26px; font-weight: 400; color: var(--bone); letter-spacing: -0.012em; line-height: 1.1; margin-bottom: 8px; }
  .work-card-line { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(232,227,220,0.45); }
  .work-card-cta { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--plum-lift); margin-top: 20px; }

  .sec-intro { font-family: var(--mono); font-size: 14px; line-height: 1.85; color: rgba(232,227,220,0.62); max-width: 620px; margin: 0 0 30px; }

  .shot-grid { display: grid; gap: 14px; margin-top: 8px; }
  .shot-grid--2 { grid-template-columns: repeat(2, 1fr); }
  .shot-grid--3 { grid-template-columns: repeat(3, 1fr); }
  .shot-tile { position: relative; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink-2); border: 1px solid var(--rule); }
  .shot-tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .shot-tile--contain { background: #171514; }
  .shot-tile--contain img, .shot-tile--contain video { object-fit: contain; padding: 26px; }
  .shot-note { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(232,227,220,0.35); margin-top: 16px; }

  @media (max-width: 900px) {
    .page-head { padding-left: 24px; padding-right: 24px; }
    .work-grid { grid-template-columns: 1fr; }
    .shot-grid--3 { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 600px) {
    .shot-grid--2, .shot-grid--3 { grid-template-columns: 1fr; }
  }

  /* video + document tiles */
  .shot-tile--video { aspect-ratio: 16 / 9; background: #171514; }
  .shot-tile video { width: 100%; height: 100%; object-fit: cover; display: block; }
  .shot-tile--tall { aspect-ratio: 3 / 4; }

  .doc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .doc-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 190px; padding: 24px; border: 1px solid var(--rule); background: var(--ink-2); text-decoration: none; transition: border-color 0.25s, background 0.25s; }
  .doc-card:hover { border-color: var(--plum-lift); background: rgba(232,227,220,0.05); }
  .doc-kind { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); }
  .doc-name { font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.15; letter-spacing: -0.01em; color: var(--bone); margin: 16px 0 0; }
  .doc-open { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--plum-lift); margin-top: 18px; }
  .doc-card:hover .doc-open { color: var(--green); }
  @media (max-width: 900px) { .doc-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) { .doc-grid { grid-template-columns: 1fr; } }

  /* ad units shown at delivered proportions (source set spans 0.43 to 4.80 AR) */
  .ad-grid { display: flex; flex-wrap: wrap; gap: 14px; align-items: flex-start; }
  .ad-tile { background: #171514; border: 1px solid var(--rule); max-width: 100%; overflow: hidden; }
  .ad-tile video { display: block; width: 100%; height: 100%; object-fit: contain; }
  .ad-tile--tall { height: 420px; }
  .ad-tile--wide { width: 100%; }
  @media (max-width: 600px) { .ad-tile--tall { height: 300px; } }

  /* client logo plate — sources arrive with baked-in backgrounds, so give them a consistent white ground */
  .brand-mark { display: inline-flex; align-items: center; justify-content: center; height: 68px; padding: 12px 20px; background: #fff; margin-bottom: 26px; }
  .brand-mark img { height: 100%; width: auto; max-width: 220px; object-fit: contain; display: block; }
  @media (max-width: 600px) { .brand-mark { height: 56px; padding: 10px 16px; } }

  .teaser-card .logo-plate { width: 100%; aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; padding: 26px; border: 1px solid var(--rule); transition: border-color 0.25s, background 0.25s; }
  .teaser-card .logo-plate img { max-width: 100%; max-height: 74%; width: auto; height: auto; object-fit: contain; display: block; opacity: 0.82; transition: opacity 0.25s; }
  .teaser-card:hover .logo-plate { border-color: var(--plum-lift); background: rgba(232,227,220,0.05); }
  .teaser-card:hover .logo-plate img { opacity: 1; }

  /* wide banner tiles + tall scrolling artwork */
  .shot-tile--banner { aspect-ratio: auto; height: auto; }
  .shot-tile--banner img { height: auto; object-fit: contain; }
  .shot-scroll { max-height: 640px; overflow-y: auto; border: 1px solid var(--rule); background: #fff; }
  .shot-scroll img { width: 100%; height: auto; display: block; }
  .shot-tile--wide16 { aspect-ratio: 16 / 9; }

  /* scroller stretches to its row instead of setting an unmatched cap */
  .shot-scroll--stretch { max-height: none; height: 100%; }
  .shot-tile--square { aspect-ratio: 1 / 1; }
  .shot-tile--5x4 { aspect-ratio: 5 / 4; }
  .shot-tile--4x5 { aspect-ratio: 4 / 5; }
  .shot-tile--16x10 { aspect-ratio: 16 / 10; }

  .doc-embed { width: 100%; height: clamp(520px, 78vh, 900px); border: 1px solid var(--rule); background: #fff; display: block; }
  .doc-embed-note { display: flex; flex-wrap: wrap; gap: 14px; align-items: baseline; justify-content: space-between; margin-top: 12px; }

  /* multi-project case studies */
  .project-head { display: flex; align-items: baseline; gap: 18px; padding-bottom: 22px; border-bottom: 2px solid var(--plum-lift); margin-bottom: clamp(30px, 4vw, 46px); flex-wrap: wrap; }
  .project-idx { font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green); }
  .project-name { font-family: var(--serif); font-size: clamp(26px, 3.6vw, 44px); font-weight: 400; letter-spacing: -0.018em; line-height: 1.05; color: var(--bone); }
  .project-note { font-family: var(--mono); font-size: 13px; line-height: 1.8; color: rgba(232,227,220,0.6); max-width: 620px; flex-basis: 100%; }
  .shot-tile--4x3 { aspect-ratio: 4 / 3; }
  .shot-tile--12x7 { aspect-ratio: 12 / 7; }
  .shot-tile--3x2 { aspect-ratio: 3 / 2; }
  .shot-tile--2x3 { aspect-ratio: 2 / 3; }
  .shot-tile--fb { aspect-ratio: 1200 / 628; }

  /* gallery flow: uniform tile width regardless of count, trailing space instead of stretch */
  .shot-flow { display: flex; flex-wrap: wrap; gap: 14px; }
  .shot-flow > .shot-tile { flex: 0 0 calc((100% - 28px) / 3); }
  .shot-grid--narrow { max-width: 380px; }
  @media (max-width: 900px) { .shot-flow > .shot-tile { flex-basis: calc((100% - 14px) / 2); } }
  @media (max-width: 600px) { .shot-flow > .shot-tile { flex-basis: 100%; } }
  .shot-tile--pullup { aspect-ratio: 677 / 2200; }
  .shot-grid--pair-narrow { max-width: 460px; }
  /* logo already knocked out for dark grounds — no plate needed */
  .brand-mark--bare { background: none; padding: 0; height: auto; }
  /* Files carry different internal padding and aspect, so normalize on the
     measured ink box to give every mark one optical size. */
  .brand-mark--bare img { height: var(--logo-h, 30px); width: auto; max-width: 100%; }
  .logo-gradebox { --logo-h: 70.9px; --logo-h-card: 108.7px; }
  .logo-domo { --logo-h: 48.0px; --logo-h-card: 73.6px; }
  .logo-instructure { --logo-h: 50.9px; --logo-h-card: 78.0px; }
  .logo-swell { --logo-h: 30.0px; --logo-h-card: 46.0px; }
  .logo-activeclass { --logo-h: 38.9px; --logo-h-card: 59.7px; }
  .logo-legacyev { --logo-h: 30.0px; --logo-h-card: 46.0px; }


  /* youtube embeds */
  .video-grid { display: flex; flex-wrap: wrap; gap: 14px; }
  .video-grid > .video-embed { flex: 0 0 calc((100% - 14px) / 2); }
  .video-grid--hero > .video-embed { flex-basis: 100%; }
  .video-embed { position: relative; aspect-ratio: 16 / 9; background: #171514; border: 1px solid var(--rule); overflow: hidden; }
  .video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
  @media (max-width: 900px) { .video-grid > .video-embed { flex-basis: 100%; } }
  @media (max-width: 600px) { .video-grid > .video-embed { flex-basis: 100%; } }
  .shot-grid--half { max-width: calc((100% - 14px) / 2); }
  @media (max-width: 900px) { .shot-grid--half { max-width: 100%; } }

  /* carousel */
  .carousel { position: relative; }
  .carousel-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; flex-wrap: wrap; }
  .carousel-name { font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(232,227,220,0.55); }
  .carousel-count { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--green); }
  .carousel-viewport { overflow: hidden; border: 1px solid var(--rule); background: #171514; }
  .carousel-track { display: flex; transition: transform 0.45s cubic-bezier(.22,.61,.36,1); will-change: transform; }
  .carousel-slide { flex: 0 0 100%; aspect-ratio: 3 / 4; }
  .carousel-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .carousel-nav { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
  .carousel-btn { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; color: rgba(232,227,220,0.7); background: none; border: 1px solid var(--rule); padding: 9px 15px; cursor: pointer; line-height: 1; transition: border-color 0.2s, color 0.2s; }
  .carousel-btn:hover:not(:disabled) { border-color: var(--green); color: var(--green); }
  .carousel-btn:disabled { opacity: 0.3; cursor: default; }
  .carousel-dots { display: flex; gap: 6px; margin-left: 6px; }
  .carousel-dot { width: 7px; height: 7px; padding: 0; border: 1px solid rgba(232,227,220,0.3); background: none; cursor: pointer; border-radius: 50%; transition: background 0.2s, border-color 0.2s; }
  .carousel-dot[aria-current="true"] { background: var(--green); border-color: var(--green); }
  .carousel-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
  @media (max-width: 900px) { .carousel-row { grid-template-columns: 1fr; gap: 34px; } }

  /* BLOG index */
  .posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
  .post-card { position: relative; display: flex; flex-direction: column; padding: 32px 30px 30px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--ink); cursor: pointer; transition: background 0.25s; }
  .post-card::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: var(--green); transition: width 0.35s ease; }
  .post-card:hover::before { width: 100%; }
  .post-card:hover { background: var(--ink-2); }
  .post-shot { width: 100%; aspect-ratio: 3 / 2; overflow: hidden; background: var(--ink-2); margin-bottom: 24px; }
  .post-shot img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; display: block; filter: saturate(0.7); transition: filter 0.3s, transform 0.5s; }
  .post-card:hover .post-shot img { filter: saturate(1); transform: scale(1.03); }
  .post-meta { font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); margin-bottom: 14px; }
  .post-meta span { color: rgba(232,227,220,0.4); }
  .post-title { font-family: var(--serif); font-optical-sizing: auto; font-size: clamp(22px, 2.4vw, 28px); font-weight: 400; letter-spacing: -0.015em; line-height: 1.12; color: var(--bone); margin-bottom: 14px; text-wrap: balance; }
  .post-excerpt { font-family: var(--mono); font-size: 12.5px; line-height: 1.8; color: rgba(232,227,220,0.55); flex: 1; }
  .post-read-more { display: inline-block; font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--plum-lift); text-decoration: none; margin-top: 22px; }
  .post-card:hover .post-read-more { color: var(--green); }
  @media (max-width: 900px) { .posts-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .posts-grid { grid-template-columns: 1fr; } }

  /* BLOG POST */
  .post-hero { padding: clamp(56px, 7vw, 88px) 48px clamp(32px, 4vw, 44px); }
  .post-hero-inner { max-width: 760px; margin: 0 auto; }
  .post-eyebrow { display: flex; flex-wrap: wrap; gap: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(232,227,220,0.42); margin-bottom: 24px; }
  .post-eyebrow a { color: var(--green); text-decoration: none; }
  .post-eyebrow a:hover { color: var(--bone); }
  .post-hero h1 { font-family: var(--serif); font-optical-sizing: auto; font-size: clamp(32px, 5.2vw, 62px); font-weight: 400; letter-spacing: -0.022em; line-height: 1.03; color: var(--bone); text-wrap: balance; }
  .post-author { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(232,227,220,0.55); margin-top: 26px; padding-top: 20px; border-top: 1px solid var(--rule); }
  .post-hero-figure { max-width: 1080px; margin: 0 auto clamp(40px, 5vw, 56px); padding: 0 48px; }
  .post-hero-figure img { width: 100%; height: auto; display: block; border: 1px solid var(--rule); }
  .post-hero-figure figcaption { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(232,227,220,0.35); margin-top: 12px; }

  .article { padding: 0 48px clamp(64px, 8vw, 96px); }
  .article-body { max-width: 680px; margin: 0 auto; font-family: var(--mono); font-size: 15px; line-height: 1.9; color: rgba(232,227,220,0.72); }
  .article-body p { margin-bottom: 26px; }
  .article-body p:last-child { margin-bottom: 0; }
  .article-body strong { color: var(--bone); font-weight: 500; }
  .article-body em { font-style: italic; }
  .article-body a { color: var(--plum-lift); text-decoration: none; border-bottom: 1px solid rgba(185,138,217,0.35); }
  .article-body a:hover { color: var(--green); border-bottom-color: var(--green); }
  .article-body h2 { font-family: var(--serif); font-size: clamp(24px, 3vw, 34px); font-weight: 400; letter-spacing: -0.015em; line-height: 1.15; color: var(--bone); margin: 44px 0 20px; }
  .article-body h3 { font-family: var(--mono); font-size: 13px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green); margin: 40px 0 16px; }
  .article-body ul, .article-body ol { margin: 0 0 26px 22px; }
  .article-body li { margin-bottom: 12px; }
  .article-body img { width: 100%; height: auto; display: block; margin: 32px 0; border: 1px solid var(--rule); }
  .article-body blockquote, .article-body .callout { margin: 34px 0; padding: 26px 28px; background: var(--ink-2); border-left: 2px solid var(--green); }
  .article-body .callout p:last-child, .article-body blockquote p:last-child { margin-bottom: 0; }
  .article-body .closing-question { font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); font-style: italic; font-weight: 300; line-height: 1.2; color: var(--bone); margin: 40px 0; }
  .article-body .post-closer { margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--rule); font-size: 13px; line-height: 1.8; color: rgba(232,227,220,0.5); }
  .article-body .post-closer p { margin-bottom: 0; }

  .post-back { max-width: 680px; margin: 0 auto; padding: 0 48px clamp(56px, 7vw, 80px); }
  .post-back a { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--plum-lift); text-decoration: none; }
  .post-back a:hover { color: var(--green); }

  @media (max-width: 900px) {
    .post-hero, .post-hero-figure, .article, .post-back { padding-left: 24px; padding-right: 24px; }
  }

  .hero-actions { margin-top: 34px; }
  .why-grid .hero-actions { margin-top: 30px; }
  .brackets-copy--after { margin-top: 8px; }

  /* FRAMEWORK PAGE */
  .fw-head { padding-bottom: 24px; }
  .fw-title { font-family: var(--serif); font-optical-sizing: auto; font-size: clamp(30px, 4vw, 58px); font-weight: 400; line-height: 1.12; letter-spacing: -0.018em; color: var(--bone); margin-bottom: 22px; }
  .fw-title em { font-style: italic; font-weight: 300; color: var(--plum-lift); }
  .fw-diagram { max-width: 1020px; margin: 32px auto 0; }
  .fw-svg { width: 100%; height: auto; display: block; font-family: var(--mono); }
  .fw-node { transition: opacity 0.25s ease; cursor: default; }
  .fw-node { outline: none; }
  .fw-svg.is-active .fw-node { opacity: 0.34; }
  .fw-svg.is-active .fw-node.is-on { opacity: 1; }
  .fw-svg .fw-node.is-on .fw-frame { stroke: var(--green); }
  .fw-caption { font-family: var(--mono); font-size: clamp(13px, 1.3vw, 15px); line-height: 1.85; color: rgba(232,227,220,0.62); max-width: 660px; margin: 56px auto 0; }
  .fw-caption strong { color: var(--plum-lift); font-weight: 500; }
  @media (max-width: 640px) { .fw-caption { margin-top: 36px; } }

  /* framework — stacked small-screen version */
  .fw-stack { display: none; }
  @media (max-width: 700px) {
    .fw-svg { display: none; }
    .fw-stack { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
    .fw-stack-center { text-align: center; padding-bottom: 8px; }
    .fw-stack-mark { display: flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--mono); }
    .fw-stack-mark > span { font-size: 96px; font-weight: 300; line-height: 0.72; color: var(--plum-lift); }
    .fw-stack-inner { display: flex; flex-direction: column; align-items: center; gap: 7px; }
    .fw-stack-inner b { font-size: 26px; font-weight: 700; letter-spacing: 0.06em; color: var(--bone); }
    .fw-stack-inner i { font-style: normal; font-size: 11px; letter-spacing: 0.05em; color: rgba(232,227,220,0.6); }
    .fw-stack-inner em { font-style: normal; font-size: 12px; font-weight: 600; letter-spacing: 0.07em; color: var(--green); }
    .fw-stack-dot { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin: 14px auto 0; }
    .fw-card { position: relative; padding: 20px 22px 22px; margin-top: 34px; }
    .fw-card::before { content: ""; position: absolute; top: -34px; left: 50%; width: 1px; height: 34px; background: rgba(232,227,220,0.26); }
    .fw-card .fc { position: absolute; width: 18px; height: 18px; border: 0 solid rgba(232,227,220,0.34); }
    .fw-card .fc-tl { top: 0; left: 0; border-top-width: 1.5px; border-left-width: 1.5px; }
    .fw-card .fc-tr { top: 0; right: 0; border-top-width: 1.5px; border-right-width: 1.5px; }
    .fw-card .fc-br { bottom: 0; right: 0; border-bottom-width: 1.5px; border-right-width: 1.5px; }
    .fw-card .fc-bl { bottom: 0; left: 0; border-bottom-width: 1.5px; border-left-width: 1.5px; }
    .fw-card-label { font-family: var(--mono); font-size: 14px; font-weight: 600; letter-spacing: 0.06em; color: var(--bone); margin-bottom: 10px; }
    .fw-card-b { font-family: var(--mono); font-size: 12px; line-height: 1.7; color: rgba(232,227,220,0.5); }
    .fw-stack-foot { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-align: center; color: rgba(232,227,220,0.34); margin-top: 34px; }
  }

  .cta-sub { font-family: var(--serif); font-optical-sizing: auto; font-style: italic; font-weight: 300; font-size: clamp(16px, 1.9vw, 24px); line-height: 1.35; color: rgba(232,227,220,0.62); margin-top: 18px; margin-bottom: 34px; }
