:root {
    --cream: #F7F4EF;
    --parchment: #EDE8E0;
    --ink: #18160E;
    --muted: #67635C;
    --gold: #B5916A;
    --gold-light: rgba(181,145,106,0.15);
    --gold-pale: rgba(181,145,106,0.06);
    --stone: #4F4B44;
    --gold-text: #82633F;
    --border: rgba(28,26,22,0.11);
    --shadow-sm: 0 2px 16px rgba(28,26,22,0.07);
    --shadow-md: 0 4px 32px rgba(28,26,22,0.10);
    --bordeaux: #5E1F2E;
    --bordeaux-light: rgba(94,31,46,0.08);
  }

  /* ─── GRAIN TEXTURE ─── */
  body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9996;
    opacity: 0.038;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 220px 220px;
  }

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    background: var(--cream);
    color: var(--ink);
    font-family: 'Satoshi', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
  }

  /* ─── SCROLL PROGRESS ─── */
  .scroll-progress {
    position: fixed;
    top: 0; left: 0;
    height: 1px;
    background: var(--gold);
    z-index: 9999;
    width: 0;
    pointer-events: none;
    transition: width 0.08s linear;
  }

  /* ─── CUSTOM CURSOR ─── */
  .cursor-ring {
    position: fixed;
    width: 40px; height: 40px;
    border: 1px solid rgba(28,26,22,0.3);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9998;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: width 0.35s cubic-bezier(0.23,1,0.32,1),
                height 0.35s cubic-bezier(0.23,1,0.32,1),
                border-color 0.35s,
                opacity 0.3s;
  }
  .cursor-ring.active { opacity: 1; }
  .cursor-ring.hovering { width: 64px; height: 64px; border-color: var(--gold); }

  /* ─── NAV ─── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    padding: 22px 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(248,246,242,0.97);
    backdrop-filter: blur(8px);
    border-bottom: 0.5px solid var(--border);
    transform: translateY(0);
    transition: padding 0.5s cubic-bezier(0.16,1,0.3,1),
                background 0.45s ease,
                border-color 0.45s ease,
                transform 0.45s cubic-bezier(0.16,1,0.3,1);
  }
  nav.scrolled { padding: 14px 48px; }

  /* At the top of the page: dark bar, cream type — mirrors the footer */
  nav.at-top {
    background: #0B0A07;
    border-bottom-color: rgba(248,246,242,0.10);
  }
  nav.at-top .nav-logo { color: var(--cream); }
  nav.at-top .nav-logo:hover { opacity: 0.7; }
  nav.at-top .nav-links a { color: rgba(248,246,242,0.72); }
  nav.at-top .nav-links a:hover { color: var(--cream); }
  nav.at-top .nav-links a::after { background: var(--gold); }
  nav.at-top .hamburger span { background: var(--cream); }

  /* Scrolling down: get out of the way */
  nav.nav-hidden { transform: translateY(-100%); }

  .nav-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.015em;
    color: #0F0E09;
    text-decoration: none;
    line-height: 1;
    transition: opacity 0.3s ease;
  }
  .nav-logo:hover { opacity: 0.62; }
  @media (max-width: 700px) { .nav-logo { font-size: 19px; } }

  .nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
  }

  .nav-links a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--stone);
    text-decoration: none;
    position: relative;
    padding-bottom: 2px;
    transition: color 0.3s;
  }

  .nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 0; height: 1px;
    background: var(--gold-text);
    transition: width 0.2s cubic-bezier(0.4,0,0.2,1);
  }

  .nav-links a:hover { color: var(--ink); }
  .nav-links a:hover::after { width: 100%; }

  /* ─── HAMBURGER ─── */
  .hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    padding: 4px;
    background: none;
    border: none;
    z-index: 210;
  }
  .hamburger span {
    display: block;
    height: 1px;
    background: var(--ink);
    transition: transform 0.45s cubic-bezier(0.23,1,0.32,1), opacity 0.3s, width 0.3s;
    transform-origin: center;
  }
  .hamburger span:nth-child(1) { width: 24px; }
  .hamburger span:nth-child(2) { width: 16px; }
  .hamburger span:nth-child(3) { width: 24px; }
  .hamburger.open span:nth-child(1) { width: 24px; transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { width: 24px; transform: translateY(-7px) rotate(-45deg); }

  /* ─── MOBILE NAV OVERLAY ─── */
  .nav-overlay {
    position: fixed;
    inset: 0;
    background: var(--cream);
    z-index: 200;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 100px 36px 60px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
  }
  .nav-overlay.open { opacity: 1; pointer-events: all; }

  .nav-overlay-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 36px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  .nav-overlay.open .nav-overlay-label { opacity: 1; transform: none; transition-delay: 0.02s; }

  .nav-overlay a {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 9vw, 52px);
    font-weight: 300;
    color: var(--ink);
    text-decoration: none;
    letter-spacing: 0.01em;
    padding: 10px 0;
    border-bottom: 0.5px solid var(--border);
    width: 100%;
    display: block;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.45s ease, transform 0.45s ease, color 0.25s;
  }
  .nav-overlay.open a { opacity: 1; transform: none; }
  .nav-overlay.open a:nth-child(2) { transition-delay: 0.06s; }
  .nav-overlay.open a:nth-child(3) { transition-delay: 0.12s; }
  .nav-overlay.open a:nth-child(4) { transition-delay: 0.17s; }
  .nav-overlay.open a:nth-child(5) { transition-delay: 0.22s; }
  .nav-overlay.open a:nth-child(6) { transition-delay: 0.27s; }
  .nav-overlay.open a:nth-child(7) { transition-delay: 0.32s; }
  .nav-overlay a:hover { color: var(--gold); }

  .nav-overlay-foot {
    margin-top: 36px;
    font-size: 11px;
    font-weight: 300;
    color: var(--muted);
    letter-spacing: 0.06em;
    opacity: 0;
    transition: opacity 0.4s ease 0.38s;
  }
  .nav-overlay.open .nav-overlay-foot { opacity: 1; }

  /* ─── HERO ─── */
  .hero {
    min-height: 100dvh;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    position: relative;
    overflow: hidden;
  }

  .hero-text { padding: 120px 0 80px; }

  .hero-eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold-text);
    margin-bottom: 28px;
    display: block;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s ease forwards;
  }

  .hero-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(58px, 7.5vw, 104px);
    font-weight: 400;
    line-height: 0.96;
    color: var(--ink);
    margin-bottom: 32px;
    opacity: 0;
    animation: fadeUp 0.8s 0.4s ease forwards;
  }

  .hero-headline em {
    font-style: italic;
    font-weight: 300;
    color: var(--gold);
  }

  .hero-sub {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    color: var(--stone);
    max-width: 420px;
    margin-bottom: 16px;
    opacity: 0;
    animation: fadeUp 0.8s 0.6s ease forwards;
  }
  .hero-seo-sub {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--muted);
    max-width: 420px;
    margin-bottom: 36px;
    opacity: 0;
    animation: fadeUp 0.8s 0.65s ease forwards;
  }

  .hero-ctas {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeUp 0.8s 0.8s ease forwards;
  }

  .btn-primary {
    display: inline-block;
    padding: 13px 30px;
    background: var(--ink);
    color: var(--cream);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.4s ease, color 0.4s ease;
  }
  .btn-primary:hover { background: var(--gold); }

  .btn-ghost {
    display: inline-block;
    padding: 12px 30px;
    border: 0.5px solid var(--ink);
    color: var(--ink);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    transition: border-color 0.35s ease, color 0.35s ease, background 0.35s ease;
  }
  .btn-ghost:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--cream);
  }

  .hero-right {
    height: 100dvh;
    position: relative;
    background: var(--parchment);
    overflow: hidden;
  }

  .hero-right img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transform: scale(1.2);
    transform-origin: center 12%;
    transition: transform 0.8s cubic-bezier(0.16,1,0.3,1);
  }
  .hero-right:hover img { transform: scale(1.235); }

  .hero-credential {
    position: absolute;
    bottom: 52px;
    left: -1px;
    background: var(--ink);
    padding: 16px 24px;
    z-index: 2;
  }

  .hero-credential p {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cream);
    line-height: 2;
  }
  .hero-credential span { color: var(--gold); }

  /* ─── MARQUEE TICKER ─── */
  .cred-strip {
    background: #14120C;
    padding: 36px 48px;
    border-top: 0.5px solid rgba(248,246,242,0.06);
    
  }
  .cred-strip-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .cred-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
  }
  .cred-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(40px, 5vw, 60px);
    font-weight: 300;
    font-style: italic;
    color: var(--gold);
    line-height: 1;
  }
  .cred-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(248,246,242,0.4);
  }
  .cred-div {
    width: 0.5px;
    height: 48px;
    background: rgba(248,246,242,0.1);
    flex-shrink: 0;
    margin: 0 32px;
  }
  @media (max-width: 600px) {
    .cred-strip { padding: 28px 24px; }
    .cred-div { margin: 0 16px; height: 36px; }
    .cred-number { font-size: 34px; }
  }

  /* ─── SECTION COMMONS ─── */
  section { padding: 100px 48px; }

  .section-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold-text);
    margin-bottom: 20px;
    display: block;
  }

  .section-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.05;
    color: var(--ink);
    margin-bottom: 32px;
  }
  .section-heading em { font-style: italic; font-weight: 300; }

  .divider {
    width: 60px;
    height: 0.5px;
    background: var(--gold);
    margin-bottom: 40px;
  }

  /* ─── INTRO ─── */
  .intro {
    background: var(--parchment);
    background-image: radial-gradient(ellipse at 80% 20%, rgba(181,145,106,0.09) 0%, transparent 60%);
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 72px;
    align-items: stretch;
  }

  .intro-pull {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 400;
    line-height: 1.5;
    color: var(--ink);
    font-style: italic;
    margin-bottom: 32px;
  }

  .intro-body {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
    color: var(--stone);
  }

  .intro-aside {
    position: relative;
    align-self: stretch;
    display: flex;
  }

  /* Premise inverted: the page's second dark beat */
  .intro--dark {
    background: #14120C;
    padding-top: 24px;
    background-image: radial-gradient(ellipse at 78% 18%, rgba(181,145,106,0.13) 0%, transparent 62%);
    align-items: center;
  }
  .intro--dark .section-label { color: rgba(181,145,106,0.9); }
  .intro--dark .intro-pull { color: var(--cream); }
  .intro--dark .intro-body { color: rgba(248,246,242,0.72); font-size: 17px; }
  .intro--dark .intro-body em { color: var(--cream); font-style: italic; }
  .intro--dark .divider { background: rgba(181,145,106,0.45); }
  .intro--dark .intro-aside img { filter: none; }
  .intro--dark .intro-aside::before {
    content: '';
    position: absolute;
    left: -36px; top: 0; bottom: 0;
    width: 0.5px;
    background: linear-gradient(to bottom, transparent, rgba(181,145,106,0.35), transparent);
  }


  .intro-aside img {
    width: calc(100% + 48px);
    height: 100%;
    min-height: 440px;
    margin: 0 -48px 0 0;
    display: block;
    object-fit: cover;
    object-position: center 20%;
    aspect-ratio: auto;
    filter: none;
  }

  /* ─── SERVICES ─── */
  .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 60px;
    border-top: 0.5px solid var(--border);
  }

  .service-item {
    padding: 36px 40px 36px 0;
    border-bottom: 0.5px solid var(--border);
    position: relative;
    cursor: pointer;
    transition: padding-left 0.45s cubic-bezier(0.23,1,0.32,1),
                transform 0.35s cubic-bezier(0.23,1,0.32,1);
  }
  .service-item::after {
    content: '';
    position: absolute;
    left: 0; bottom: -0.5px;
    width: 0; height: 1.5px;
    background: var(--gold-text);
    transition: width 0.4s cubic-bezier(0.23,1,0.32,1);
  }
  .service-item:hover::after { width: 100%; }

  .service-item:nth-child(even) {
    padding-left: 40px;
    padding-right: 0;
    border-left: 0.5px solid var(--border);
  }

  .service-item:hover { padding-left: 12px; transform: translateY(-3px); }
  .service-item:nth-child(even):hover { padding-left: 52px; }
  .service-item--full { grid-column: 1 / -1; padding-right: 0; border-left: none; max-width: 640px; }
  .service-item--full:hover { padding-left: 12px; }

  .service-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    font-weight: 300;
    color: var(--gold-text);
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    display: block;
  }

  .service-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--ink);
    margin-bottom: 10px;
    letter-spacing: 0.02em;
  }

  .service-kw {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: var(--muted);
    margin-bottom: 12px;
    line-height: 1.5;
  }
  .service-desc {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--stone);
  }

  .service-arrow {
    position: absolute;
    top: 36px; right: 0;
    font-size: 18px;
    color: var(--border);
    transition: color 0.35s, transform 0.45s cubic-bezier(0.23,1,0.32,1);
  }
  .service-item:hover .service-arrow { color: var(--gold); transform: translateX(8px); }

  /* ─── SERVICES CTA ─── */
  /* Gucci close: full-bleed dark zone, name as texture, one high-contrast button */
  .services-cta {
    position: relative;
    margin: 96px -48px 0;
    padding: 104px 48px 112px;
    background: #0B0A07;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .services-cta-mark {
    position: absolute;
    left: 0; right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    opacity: 0.13;
    pointer-events: none;
    user-select: none;
  }
  .services-cta-mark text {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 108px;
    fill: var(--cream);
  }
  .services-cta-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 560px;
  }
  .services-cta-text {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(181,145,106,0.95);
    margin-bottom: 20px;
  }
  .services-cta-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 300;
    line-height: 1.18;
    color: #FFFFFF;
    margin-bottom: 38px;
  }
  .services-cta-heading em { font-style: italic; color: rgba(255,255,255,0.78); }
  .services-cta .btn-primary {
    background: var(--cream);
    color: var(--ink);
    border: 0.5px solid var(--cream);
  }
  .services-cta .btn-primary:hover {
    background: transparent;
    color: var(--cream);
    border-color: var(--cream);
  }
  @media (max-width: 700px) {
    .services-cta { margin: 72px -24px 0; padding: 72px 24px 80px; }
  }

  /* ─── ABOUT ─── */
  .about {
    background: var(--ink);
    background-image: radial-gradient(ellipse at 20% 50%, rgba(181,145,106,0.08) 0%, transparent 55%);
    color: var(--cream);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
  }

  .about .section-label { color: var(--gold); }
  .about .section-heading { color: var(--cream); }
  .about .divider { background: var(--gold); }

  .about-body {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(248,246,242,0.7);
    margin-bottom: 28px;
  }

  .about-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.55;
    color: var(--cream);
    border-left: 1px solid var(--gold);
    padding-left: 24px;
    margin: 36px 0;
  }

  .about-right {
    position: relative;
    overflow: hidden;
  }

  .about-right img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.7s cubic-bezier(0.16,1,0.3,1);
  }
  .about-right:hover img { transform: scale(1.03); }

  .about-tag {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: var(--gold);
    padding: 20px 24px;
  }

  .about-tag p {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cream);
    line-height: 2;
  }

  .languages-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 32px;
  }

  .lang-pill {
    padding: 6px 16px;
    border: 0.5px solid rgba(248,246,242,0.2);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: rgba(248,246,242,0.6);
  }

  /* ─── WORK ─── */
  .work-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 60px;
  }

  .case-studies {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
  }

  .case-study {
    background: var(--parchment);
    padding: 44px;
    position: relative;
    overflow: hidden;
    cursor: default;
    transition: background 0.55s ease;
  }
  .case-study:hover { background: var(--ink); }
  .case-study:hover .cs-number,
  .case-study:hover .cs-title,
  .case-study:hover .cs-label { color: var(--cream); }
  .case-study:hover .cs-desc { color: rgba(248,246,242,0.55); }
  .case-study:hover .cs-outcome-bar { background: var(--gold); width: 80px; }

  .cs-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.15em;
    color: var(--gold-text);
    margin-bottom: 28px;
    display: block;
    transition: color 0.3s;
  }

  .cs-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 10px;
    display: block;
    transition: color 0.3s;
  }

  .cs-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 400;
    color: var(--ink);
    margin-bottom: 16px;
    line-height: 1.2;
    transition: color 0.3s;
  }

  .cs-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--stone);
    transition: color 0.3s;
  }

  .case-study--live {
    grid-column: 1 / -1;
    background: var(--ink);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 0;
    overflow: hidden;
  }
  .case-study--live:hover { background: var(--ink); }
  .case-study--live:hover .cs-number,
  .case-study--live:hover .cs-title,
  .case-study--live:hover .cs-label { color: inherit; }
  .case-study--live:hover .cs-desc { color: inherit; }
  .case-study--live:hover .cs-outcome-bar { background: var(--gold); width: 80px; }
  .cs-live-left {
    padding: 56px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .cs-live-left .cs-number { color: var(--gold) !important; margin-bottom: 12px; }
  .cs-live-left .cs-label { color: rgba(248,246,242,0.4) !important; }
  .cs-live-left .cs-title {
    color: var(--cream) !important;
    font-size: 32px;
    margin-bottom: 20px;
  }
  .cs-live-left .cs-desc { color: rgba(248,246,242,0.55) !important; margin-bottom: 32px; }
  .cs-deliverables {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
  }
  .cs-del-item {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(248,246,242,0.3);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .cs-del-item::before {
    content: '';
    display: block;
    width: 16px;
    height: 0.5px;
    background: var(--gold);
    opacity: 0.6;
    flex-shrink: 0;
  }
  .cs-live-right {
    background: #0f0b08;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 48px;
    position: relative;
    overflow: hidden;
    min-height: 420px;
  }
  .cs-live-right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 40%, rgba(181,145,106,0.10) 0%, transparent 70%);
  }
  .cs-brand-preview {
    position: relative;
    text-align: center;
  }
  .cs-brand-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 300;
    font-style: italic;
    color: var(--cream);
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .cs-brand-rule {
    width: 32px;
    height: 0.5px;
    background: var(--gold);
    margin: 0 auto 20px;
    opacity: 0.6;
  }
  .cs-brand-tagline {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(181,145,106,0.55);
    line-height: 1.8;
  }
  .cs-live-link {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    transition: letter-spacing 0.3s ease;
  }
  .cs-live-link:hover { letter-spacing: 0.22em; }
  /* ─── FULL-VIEWPORT WORK SHOWCASE ─── */
  .showcase {
    position: relative;
    margin-top: -100px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 100svh;
    min-height: 520px;
    overflow: hidden;
    background: #000;
    display: block;
  }
  .showcase video {
    position: absolute;
    top: -1%;
    left: 0;
    width: 100%;
    height: 114%;
    object-fit: cover;
    object-position: center 42%;
    display: block;
  }
  .showcase::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6,5,4,0.88) 0%, rgba(6,5,4,0.30) 34%, rgba(6,5,4,0.06) 62%, transparent 100%);
    pointer-events: none;
  }
  .showcase-caption {
    position: absolute;
    left: clamp(24px, 5vw, 72px);
    right: clamp(24px, 5vw, 72px);
    bottom: clamp(36px, 7vh, 76px);
    z-index: 2;
  }
  .showcase-eyebrow {
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(216,181,137,0.95);
    margin-bottom: 16px;
  }
  .showcase-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 5vw, 66px);
    font-weight: 300;
    line-height: 1.12;
    color: #FFFFFF;
    margin: 0 0 14px;
    max-width: 18ch;
  }
  .showcase-note {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(248,246,242,0.62);
  }
  @media (prefers-reduced-motion: reduce) {
    .showcase video { display: none; }
    .showcase { background: #0B0A07; }
  }

  .cs-live-link {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    transition: letter-spacing 0.3s ease;
  }
  .cs-live-link:hover { letter-spacing: 0.22em; }
  .cs-video-figure { position: relative; z-index: 2; width: 100%; margin: 0; }
  .cs-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1280 / 748;
    overflow: hidden;
    background: #000;
    border: 0.5px solid rgba(181,145,106,0.28);
    box-shadow: 0 24px 60px rgba(0,0,0,0.5);
  }
  .cs-video {
    position: absolute;
    top: -6.95%;
    left: 0;
    width: 100%;
    height: 106.95%;
    object-fit: cover;
    display: block;
    background: #000;
  }
  .cs-video-caption {
    margin-top: 14px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(248,246,242,0.34);
    text-align: center;
    line-height: 1.7;
  }
  .cs-rights {
    margin-top: 22px;
    padding-top: 16px;
    border-top: 0.5px solid rgba(248,246,242,0.12);
    font-size: 10.5px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: rgba(248,246,242,0.35);
    max-width: 46ch;
  }
  @media (max-width: 768px) {
    .case-study--live { grid-template-columns: 1fr; }
    .cs-live-right { min-height: 240px; padding: 40px 32px; }
    .cs-live-left { padding: 40px 32px; }
  }

  .cs-outcome-bar {
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 2px;
    background: var(--border);
    margin: 0 44px 28px;
    transition: background 0.3s, width 0.4s ease;
  }

  /* ─── CONSULTING ─── */
  .consulting { background: var(--parchment); }

  .consulting-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
    margin: 48px 0;
  }

  .consult-card {
    background: var(--cream);
    padding: 40px 32px;
    border-top: 2px solid transparent;
    box-shadow: var(--shadow-sm);
    transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s cubic-bezier(0.16,1,0.3,1);
  }
  .consult-card:hover { border-color: var(--gold); box-shadow: var(--shadow-md); transform: translateY(-2px); }

  .consult-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px;
    font-weight: 300;
    color: var(--gold-text);
    opacity: 0.4;
    line-height: 1;
    margin-bottom: 20px;
  }

  .consult-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--ink);
    margin-bottom: 12px;
  }

  .consult-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--stone);
  }

  .consult-card--featured {
    border-top: 2px solid var(--gold);
    position: relative;
  }
  .consult-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 0.5px solid var(--border);
  }
  .consult-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 300;
    color: var(--ink);
    line-height: 1;
  }
  .consult-price-note {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.12em;
    color: var(--muted);
    text-transform: uppercase;
  }
  .consult-book-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: var(--ink);
    color: var(--cream);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .consult-book-btn:hover { background: var(--gold-text); color: var(--cream); }

  .consult-book {
    margin-top: 48px;
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .consult-note {
    font-size: 13px;
    font-weight: 300;
    color: var(--muted);
    font-style: italic;
  }

  /* ─── JOURNAL ─── */
  .journal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 60px;
  }

  .journal-item {
    border-top: 0.5px solid var(--border);
    padding-top: 24px;
    display: block;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.4s ease;
  }
  .journal-item:hover { border-top-color: var(--gold); }
  .journal-item:hover .journal-title { color: var(--gold); }
  .journal-item:hover .journal-read { letter-spacing: 0.26em; }
  .journal-read {
    display: inline-block;
    margin-top: 14px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-text);
    transition: letter-spacing 0.3s ease;
  }

  .journal-cat {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-text);
    margin-bottom: 10px;
    display: block;
  }

  .journal-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--ink);
    line-height: 1.25;
    margin-bottom: 10px;
    transition: color 0.3s ease;
  }

  .journal-excerpt {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: var(--stone);
  }

  .journal-coming {
    display: inline-block;
    margin-top: 14px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--muted);
  }

  /* ─── EDITORIAL BAND ─── */
  .editorial-band {
    position: relative;
    width: 100%;
    height: clamp(340px, 52vh, 560px);
    overflow: hidden;
    background: var(--ink);
  }
  .editorial-band img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    display: block;
    transform: scale(1.02);
    transition: transform 1.2s cubic-bezier(0.16,1,0.3,1);
  }
  .editorial-band:hover img { transform: scale(1.06); }
  .editorial-band::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(24,22,14,0.72) 0%, rgba(24,22,14,0.28) 42%, transparent 68%);
    pointer-events: none;
  }
  .editorial-caption {
    position: absolute;
    left: clamp(24px, 6vw, 88px);
    bottom: clamp(32px, 6vh, 64px);
    z-index: 2;
    max-width: 460px;
  }
  .editorial-eyebrow {
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(181,145,106,0.85);
    margin-bottom: 16px;
  }
  .editorial-line {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(24px, 3.4vw, 42px);
    font-weight: 300;
    line-height: 1.25;
    color: var(--cream);
  }
  .editorial-line em { font-style: italic; color: rgba(247,244,239,0.72); }
  @media (max-width: 600px) {
    .editorial-band::after {
      background: linear-gradient(to top, rgba(24,22,14,0.82) 0%, rgba(24,22,14,0.35) 55%, transparent 100%);
    }
    .editorial-caption { max-width: none; right: 24px; }
  }

  /* ─── FAQ ─── */
  .faq-list { margin-top: 48px; max-width: 820px; }
  .faq-item {
    border-top: 0.5px solid var(--border);
    padding: 0;
  }
  .faq-item:last-child { border-bottom: 0.5px solid var(--border); }
  .faq-q {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(19px, 2.2vw, 24px);
    font-weight: 400;
    color: var(--ink);
    padding: 26px 44px 26px 0;
    cursor: pointer;
    list-style: none;
    position: relative;
    line-height: 1.35;
    transition: color 0.3s ease;
  }
  .faq-q::-webkit-details-marker { display: none; }
  .faq-q::after {
    content: '+';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 300;
    color: var(--gold-text);
    transition: transform 0.35s cubic-bezier(0.16,1,0.3,1);
  }
  .faq-item[open] .faq-q { color: var(--gold); }
  .faq-item[open] .faq-q::after { transform: translateY(-50%) rotate(45deg); }
  .faq-q:hover { color: var(--gold); }
  .faq-a {
    padding: 0 44px 30px 0;
    animation: faqReveal 0.45s cubic-bezier(0.16,1,0.3,1);
  }
  .faq-a p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
    color: var(--stone);
    max-width: 68ch;
  }
  .faq-a em { font-style: italic; color: var(--ink); }
  @keyframes faqReveal {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @media (max-width: 600px) {
    .faq-q { font-size: 18px; padding: 22px 36px 22px 0; }
    .faq-a { padding: 0 0 26px 0; }
    .faq-a p { font-size: 14px; }
  }

  /* ─── TESTIMONIALS ─── */
  .testimonials {
    background: var(--parchment);
    background-image: radial-gradient(ellipse at 50% 100%, rgba(181,145,106,0.1) 0%, transparent 60%);
  }

  .testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    margin-top: 60px;
  }

  .testimonial-card { background: var(--cream); padding: 48px; box-shadow: var(--shadow-sm); }

  .testimonial-mark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 64px;
    line-height: 0.6;
    color: var(--gold-text);
    opacity: 0.3;
    margin-bottom: 20px;
    display: block;
  }

  .testimonial-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
    color: var(--ink);
    margin-bottom: 24px;
  }

  .testimonial-author {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
  }

  /* ─── CONTACT ─── */
  .contact {
    background: var(--ink);
    background-image: radial-gradient(ellipse at 90% 10%, rgba(181,145,106,0.1) 0%, transparent 50%),
                      radial-gradient(ellipse at 10% 90%, rgba(181,145,106,0.06) 0%, transparent 50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
  }

  .contact .section-label { color: var(--gold); }
  .contact .section-heading { color: var(--cream); }

  .contact-body {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(248,246,242,0.6);
    margin-bottom: 32px;
  }

  .contact-details { margin-top: 40px; }

  .contact-detail-row {
    padding: 16px 0;
    border-top: 0.5px solid rgba(248,246,242,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contact-detail-row:last-child { border-bottom: 0.5px solid rgba(248,246,242,0.1); }

  .cd-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(248,246,242,0.3);
  }

  .cd-value {
    font-size: 13px;
    font-weight: 300;
    color: var(--cream);
    letter-spacing: 0.04em;
  }

  .contact-form-side { padding-top: 12px; }

  .form-group { margin-bottom: 20px; }

  .form-label {
    display: block;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(248,246,242,0.4);
    margin-bottom: 8px;
  }

  .form-input,
  .form-textarea {
    width: 100%;
    background: rgba(248,246,242,0.05);
    border: 0.5px solid rgba(248,246,242,0.15);
    padding: 14px 16px;
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: var(--cream);
    outline: none;
    transition: border-color 0.3s;
    -webkit-appearance: none;
  }
  .form-input::placeholder,
  .form-textarea::placeholder { color: rgba(248,246,242,0.2); }
  .form-input:focus,
  .form-textarea:focus { border-color: var(--gold); }

  .form-textarea { resize: vertical; min-height: 120px; }

  .form-submit {
    display: inline-block;
    padding: 14px 36px;
    background: var(--gold-text);
    color: var(--cream);
    border: none;
    font-family: 'Satoshi', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.4s ease;
  }
  .form-submit:hover { background: #c9a47e; }

  /* ─── FOOTER ─── */
  footer {
    background: #000;
    padding: 72px 48px 0;
    border-top: 0.5px solid rgba(248,246,242,0.10);
    display: block;
    text-align: center;
    overflow: hidden;
  }

  .footer-top {
    max-width: 900px;
    margin: 0 auto 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-tagline {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.22em;
    color: rgba(248,246,242,0.5);
    text-transform: uppercase;
    line-height: 1.9;
    text-align: center;
    margin: 0 auto;
  }
  .footer-legal {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 1.85;
    color: rgba(248,246,242,0.32);
    text-transform: none;
    max-width: 62ch;
    margin: 0 auto;
    text-align: center;
  }

  .footer-social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
  }
  .footer-social a {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(248,246,242,0.55);
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
    transition: color 0.3s ease;
  }
  .footer-social a::after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 0; height: 1px;
    background: var(--gold);
    transition: width 0.25s ease;
  }
  .footer-social a:hover { color: var(--cream); }
  .footer-social a:hover::after { width: 100%; }

  /* Gucci-logic wordmark: maximum figure-ground contrast */
  .footer-wordmark {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: visible;
  }
  .footer-wordmark text {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 108px;
    fill: #FFFFFF;
  }

  @media (max-width: 700px) {
    footer { padding: 56px 24px 0; }
    .footer-top { gap: 18px; margin-bottom: 40px; }
  }

  /* ─── BORDEAUX STATEMENT BREAK ─── */
  .statement-break {
    background: #2A0C15;
    padding: 120px 48px 140px;
    position: relative;
    overflow: hidden;
  }
  .statement-break::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 120px;
    background: linear-gradient(to bottom, transparent, #18160E);
    pointer-events: none;
  }
  .statement-break-inner {
    max-width: 900px;
  }
  .statement-deco {
    font-family: 'Cormorant Garamond', serif;
    font-size: 180px;
    line-height: 0.7;
    color: rgba(181,145,106,0.06);
    font-style: italic;
    position: absolute;
    top: 48px; left: 40px;
    pointer-events: none;
    user-select: none;
  }
  .statement-eyebrow {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(181,145,106,0.55);
    margin-bottom: 40px;
    display: block;
  }
  .statement-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(40px, 6.5vw, 88px);
    font-weight: 300;
    font-style: italic;
    line-height: 1.15;
    color: var(--cream);
    margin-bottom: 48px;
    position: relative;
  }
  .statement-rule {
    width: 48px;
    height: 0.5px;
    background: rgba(181,145,106,0.4);
    margin-bottom: 24px;
  }
  .statement-sig {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.22em;
    color: rgba(181,145,106,0.5);
    text-transform: uppercase;
  }
  @media (max-width: 900px) {
    .statement-break { padding: 80px 24px 110px; }
    .statement-deco { font-size: 100px; }
  }

  /* ─── ANIMATIONS ─── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1),
                transform 0.9s cubic-bezier(0.16,1,0.3,1);
  }
  .reveal.visible { opacity: 1; transform: none; }

  /* ─── RESPONSIVE — TABLET ─── */
  @media (max-width: 1100px) {
    .hero { padding: 0 32px; }
    section { padding: 80px 32px; }
    nav { padding: 20px 32px; }
    nav.scrolled { padding: 14px 32px; }
    .about { gap: 60px; }
    .contact { gap: 60px; }
  }

  /* ─── RESPONSIVE — MOBILE ─── */
  @media (max-width: 900px) {
    nav { padding: 18px 24px; }
    nav.scrolled { padding: 13px 24px; }
    .nav-links { display: none; }
    .hamburger { display: flex; }

    section { padding: 72px 24px; }

    /* Full-screen mobile hero */
    .hero {
      display: block;
      position: relative;
      min-height: 100dvh;
      padding: 0;
      overflow: hidden;
    }

    .hero-right {
      display: block;
      position: absolute;
      inset: 0;
      height: 100%;
    }
    .hero-right img {
      object-position: center 18%;
      transform: scale(1.12);
      transform-origin: center 18%;
    }
    .hero-right:hover img { transform: scale(1.12); }

    .hero-right::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to top,
        rgba(14,13,9,0.97) 0%,
        rgba(14,13,9,0.90) 30%,
        rgba(14,13,9,0.66) 52%,
        rgba(14,13,9,0.34) 72%,
        rgba(14,13,9,0.10) 100%
      );
      z-index: 1;
    }

    .hero-text {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      z-index: 2;
      padding: 36px 24px 96px;
    }

    .hero-headline { color: var(--cream); font-size: clamp(42px, 10.5vw, 68px); }
    .hero-sub { color: rgba(248,246,242,0.92); max-width: 100%; }
    .hero-seo-sub { color: rgba(248,246,242,0.78); max-width: 100%; }
    .hero-eyebrow { color: #D8B589; }
    .hero-ctas .btn-primary { background: var(--cream); color: var(--ink); border: 0.5px solid var(--cream); }
    .hero-ctas .btn-primary:hover { background: transparent; color: var(--cream); }
    .hero-ctas .btn-ghost { border-color: rgba(248,246,242,0.85); color: var(--cream); }
    .hero-ctas .btn-ghost:hover { background: var(--cream); border-color: var(--cream); color: var(--ink); }

    .hero-credential {
      position: absolute;
      bottom: 28px; left: 24px;
      z-index: 3;
    }

    /* Intro */
    .intro { grid-template-columns: 1fr; gap: 40px; }
    .intro-aside { display: block; }
    .intro-aside::before { display: none; }
    .intro-aside img {
      margin: 0 -24px;
      width: calc(100% + 48px);
      min-height: 0;
      aspect-ratio: 4/5;
      object-position: center 18%;
    }

    /* Services */
    .services-grid { grid-template-columns: 1fr; }
    .service-item:nth-child(even) { padding-left: 0; border-left: none; }
    .service-item:nth-child(even):hover { padding-left: 12px; }

    /* About */
    .about { grid-template-columns: 1fr; gap: 48px; }
    .about-right { display: block; }
    .about-tag { bottom: -12px; right: -12px; }

    /* Work */
    .work-header { grid-template-columns: 1fr; gap: 32px; }
    .case-studies { grid-template-columns: 1fr; }

    /* Consulting */
    .consulting-grid { grid-template-columns: 1fr; }
    .consult-book { flex-direction: column; align-items: flex-start; gap: 16px; }

    /* Journal */
    .journal-grid { grid-template-columns: 1fr; }

    /* Testimonials */
    .testimonials-grid { grid-template-columns: 1fr; }

    /* Contact */
    .contact { grid-template-columns: 1fr; gap: 48px; }

    /* Footer */
    footer { flex-direction: column; gap: 16px; text-align: center; padding: 28px 24px; }

    /* No cursor ring on touch */
    .cursor-ring { display: none; }
  }

  @media print {
    body { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  }

  /* ─── COOKIE BANNER ─── */
  .cookie-banner {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--ink);
    z-index: 9000;
    padding: 18px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 0.5px solid rgba(248,246,242,0.12);
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
  }
  .cookie-banner.hidden { transform: translateY(110%); }
  .cookie-banner p {
    font-size: 12px;
    font-weight: 300;
    color: rgba(248,246,242,0.6);
    line-height: 1.6;
    max-width: 640px;
  }
  .cookie-banner a { color: var(--gold); text-decoration: none; }
  .cookie-banner a:hover { text-decoration: underline; }
  .cookie-accept {
    flex-shrink: 0;
    padding: 10px 24px;
    background: var(--gold-text);
    color: var(--cream);
    border: none;
    font-family: 'Satoshi', sans-serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
    white-space: nowrap;
  }
  .cookie-accept:hover { background: #c9a47e; }

  /* ─── PRIVACY MODAL ─── */
  .privacy-overlay {
    position: fixed;
    inset: 0;
    background: rgba(28,26,22,0.7);
    z-index: 8000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }
  .privacy-overlay.open { opacity: 1; pointer-events: all; }
  .privacy-modal {
    background: var(--cream);
    max-width: 640px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 48px;
    position: relative;
  }
  .privacy-close {
    position: absolute;
    top: 20px; right: 24px;
    background: none; border: none;
    font-size: 22px; cursor: pointer;
    color: var(--stone);
    line-height: 1;
  }
  .privacy-modal h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px; font-weight: 300;
    color: var(--ink); margin-bottom: 24px;
  }
  .privacy-modal h3 {
    font-size: 11px; font-weight: 500;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--gold-text); margin: 24px 0 8px;
  }
  .privacy-modal p {
    font-size: 13px; font-weight: 300;
    line-height: 1.8; color: var(--stone);
    margin-bottom: 12px;
  }
  .privacy-modal a { color: var(--gold); }

  @media (max-width: 900px) {
    .cookie-banner { flex-direction: column; align-items: flex-start; padding: 18px 24px; }
    .privacy-modal { padding: 32px 24px; }
  }

/* ─── ONWARD LINKS ─── */
.onward { background: var(--parchment); }
.onward-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 32px;
}
.onward-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 32px 28px 28px;
  background: var(--cream);
  text-decoration: none;
  border-top: 2px solid transparent;
  transition: border-color 0.4s ease, transform 0.35s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease;
}
.onward-card:hover {
  border-top-color: var(--gold-text);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.onward-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0.02em;
}
.onward-blurb {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--stone);
  flex: 1;
}
.onward-go {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-text);
  transition: letter-spacing 0.3s ease;
}
.onward-card:hover .onward-go { letter-spacing: 0.28em; }
@media (max-width: 820px) {
  .onward-grid { grid-template-columns: 1fr; }
}

/* Work index: featured card shows the walkthrough still */
.cs-live-right--media {
  position: relative;
  padding: 0;
  min-height: 0;
  background: #000;
  overflow: hidden;
}
.cs-live-right--media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  opacity: 0.92;
  transition: transform 0.8s cubic-bezier(0.16,1,0.3,1), opacity 0.5s ease;
}
.case-study--live:hover .cs-live-right--media img { transform: scale(1.04); opacity: 1; }
.cs-live-right--media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,5,4,0.75) 0%, rgba(6,5,4,0.18) 45%, transparent 75%);
  pointer-events: none;
}
.cs-play {
  position: absolute;
  left: 0; right: 0;
  bottom: 26px;
  z-index: 2;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(248,246,242,0.9);
}
.cs-play::before {
  content: '▶';
  display: inline-block;
  margin-right: 10px;
  font-size: 9px;
  color: var(--gold);
}
