@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

/* ============================================================
   CZR STUDIO
   Cormorant Garamond + Manrope
   Centered, immersive, story-driven
   ============================================================ */

:root {
    --black:      #0A0A0A;
    --cream:      #F5F0E8;
    --white:      #FAF8F3;
    --dark-text:  #1a1a1a;
    --red:        #8B2500;
    --blue:       #5f7496;
    --green:      #758f6f;
    --amber:      #B8860B;
    --stone:      #8C8278;
    --surface:    #0F0E0D;
    --surface-2:  #1A1917;
    --surface-3:  #252420;
    --line:       rgba(255,255,255,0.1);
    --mat-red:    #d7b1a8;
    --mat-blue:   #b7c6d9;
    --mat-green:  #bdcbb6;
    --mat-sand:   #eadfce;
    --mat-paper:  #f3ecdf;

    --font-display: 'Cormorant Garamond', 'Georgia', serif;
    --font-body:    'Manrope', 'Helvetica Neue', sans-serif;

    --ease: cubic-bezier(0.25, 0, 0, 1);

  /* DNA-TOKENS-START — auto-generated, do not edit manually */
  --tok-mood: luxury;
  --tok-type-display-weight: 700;
  --tok-type-display-tracking: -0.03em;
  --tok-type-hero-size-max: 9rem;
  --tok-type-hero-size-min: 4rem;
  --tok-type-h2-size-max: 5.5rem;
  --tok-type-h2-size-min: 2.8rem;
  --tok-type-body-size: 0.95rem;
  --tok-type-body-line-height: 1.85;
  --tok-type-eyebrow-tracking: 0.28em;
  --tok-type-eyebrow-size: 0.6rem;
  --tok-space-section-v: clamp(8rem, 16vw, 16rem);
  --tok-space-section-h: clamp(1.5rem, 4vw, 5rem);
  --tok-space-component-v: clamp(3rem, 6vw, 6rem);
  --tok-space-gap: 1px;
  --tok-surface-radius: 0;
  --tok-surface-border-alpha: 0.04;
  --tok-surface-card-hover: var(--surface);
  --tok-accent-line-width: 1px;
  --tok-accent-dot-size: 4px;
  --tok-accent-red-alpha-bg: 0;
  /* DNA-TOKENS-END */
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; max-width: 100%; scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.85;
    color: var(--white);
    background: var(--black);
    -webkit-font-smoothing: antialiased;
    position: relative;
}
body::before,
body::after {
    content: "";
    position: fixed;
    inset: auto;
    width: 38rem;
    height: 38rem;
    border-radius: 0;
    pointer-events: none;
    z-index: -1;
    filter: blur(80px);
    opacity: 0.14;
}
body::before {
    top: -12rem;
    right: -10rem;
    background: radial-gradient(circle, rgba(184,134,11,0.55) 0%, rgba(184,134,11,0) 70%);
}
body::after {
    bottom: -14rem;
    left: -10rem;
    background: radial-gradient(circle, rgba(139,37,0,0.55) 0%, rgba(139,37,0,0) 72%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button,
a,
img,
canvas {
    border-radius: 0;
}

/* TYPOGRAPHY — Bodoni Moda headlines, Raleway body */
h1, h2, h3 {
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
}
h1 { font-size: clamp(3.2rem, 7vw, 7.5rem); font-weight: 700; }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.5rem); }
h3 { font-size: clamp(1.4rem, 2.5vw, 2.2rem); }
h4 {
    font-family: var(--font-display);
    font-size: clamp(1.1rem, 1.5vw, 1.4rem);
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.kicker {
    display: block;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--stone);
    margin-bottom: 1.5rem;
}
.center-block { text-align: center; }

/* LAYOUT */
.container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.5rem, 4vw, 4rem); }
.narrow { max-width: 680px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
section { width: 100%; overflow: hidden; }

.section-dark { background: var(--black); color: var(--white); padding: clamp(6rem, 12vw, 12rem) 0; }
.section-warm { background: var(--cream); color: var(--dark-text); padding: clamp(6rem, 12vw, 12rem) 0; }

/* ANIMATIONS */
@keyframes fadeIn { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scrollDown { 0% { transform: scaleY(0); transform-origin: top; } 100% { transform: scaleY(1); transform-origin: top; } }
@keyframes beamShiftA { from { transform: rotate(10deg) translateX(0); opacity: 0.35; } to { transform: rotate(15deg) translateX(2vw); opacity: 0.58; } }
@keyframes beamShiftB { from { transform: rotate(-16deg) translateX(0); opacity: 0.28; } to { transform: rotate(-22deg) translateX(-2vw); opacity: 0.48; } }
@keyframes beamShiftC { from { transform: rotate(2deg) translateX(0); opacity: 0.18; } to { transform: rotate(7deg) translateX(1vw); opacity: 0.32; } }

.reveal {
    opacity: 0; transform: translateY(24px);
    transition: opacity 1s var(--ease), transform 1s var(--ease);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   NAV
   ============================================================ */
#main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(10,10,10,0.72);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(22px);
    transition: background 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
#main-nav.scrolled {
    background: rgba(10,10,10,0.9);
    border-color: rgba(255,255,255,0.12);
    box-shadow: 0 10px 30px rgba(0,0,0,0.24);
}
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    padding: 0 clamp(1.5rem, 4vw, 4rem);
    max-width: 1200px;
    margin: 0 auto;
}
.logo {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.3rem;
    color: var(--white);
    letter-spacing: 0.08em;
}
.nav-links {
    display: flex;
    gap: 1.6rem;
    align-items: center;
}
.lang-wrapper {
    position: relative;
    flex-shrink: 0;
}
.nav-links a, .nav-quiet {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--white);
    opacity: 0.5;
    transition: opacity 0.3s, color 0.3s;
}
.nav-links a:hover,
.nav-links a.active {
    opacity: 1;
    color: var(--white);
}

/* WhatsApp CTA */
.wa-icon { display: inline-block; vertical-align: middle; flex-shrink: 0; }
.wa-cta {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5em;
    background: #25D366 !important;
    color: #fff !important;
    opacity: 1 !important;
    padding: 0.52em 1.15em !important;
    border-radius: 0;
    font-size: 0.6rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    transition: background 0.3s !important, transform 0.3s !important;
    border: none !important;
}
.wa-cta:hover {
    background: #1DA851 !important;
    transform: translateY(-1px);
}

/* Language dropdown */
.lang-btn {
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.12);
    cursor: pointer;
    padding: 0.36em 0.74em;
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--white);
    transition: border-color 0.3s;
    display: flex;
    align-items: center;
    gap: 0.4em;
}
.lang-btn:hover { border-color: rgba(255,255,255,0.35); }
.lang-btn svg { opacity: 0.5; transition: transform 0.2s; }
.lang-btn[aria-expanded="true"] svg { transform: rotate(180deg); }

.lang-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #161513;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 0;
    min-width: 140px;
    list-style: none;
    opacity: 0; pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.2s, transform 0.2s;
    z-index: 200;
    overflow: hidden;
}
.lang-dropdown.open { opacity: 1; pointer-events: all; transform: translateY(0); }
.lang-dropdown li {
    padding: 0.55em 0.9em;
    font-family: var(--font-body); font-size: 0.6rem; font-weight: 500;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: rgba(255,255,255,0.45); cursor: pointer;
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
}
.lang-dropdown li:hover { color: var(--white); background: rgba(255,255,255,0.05); }
.lang-dropdown li.active { color: var(--white); }

/* Mobile lang pills */
.lang-pills {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.5rem;
}
.lang-pill {
    background: none;
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.4);
    cursor: pointer;
    padding: 0.4em 0.8em;
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    transition: all 0.2s;
}
.lang-pill.active, .lang-pill:hover { border-color: rgba(255,255,255,0.4); color: var(--white); }

/* Instagram footer icon */
.footer-insta {
    display: inline-flex !important; align-items: center; gap: 0.5em;
}
.footer-insta-label { display: none; }

/* RTL support for Arabic */
[dir="rtl"] .nav-inner { flex-direction: row-reverse; }
[dir="rtl"] .hero-content { text-align: right; }
[dir="rtl"] .hero-points li,
[dir="rtl"] .story-note-list li,
[dir="rtl"] #faq details {
    text-align: right;
}
[dir="rtl"] .lang-dropdown { right: auto; left: 0; }


/* Hamburger */
.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-direction: column;
    gap: 6px;
}
.hamburger span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--white);
    transition: transform 0.3s, opacity 0.3s;
}
.hamburger.open span:first-child { transform: rotate(45deg) translate(3px, 5px); }
.hamburger.open span:last-child { transform: rotate(-45deg) translate(3px, -5px); }

/* Mobile nav */
.mobile-nav {
    display: none;
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(184,134,11,0.18), transparent 30%),
        rgba(10,10,10,0.96);
    z-index: 99;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s;
}
.mobile-nav.open { display: flex; opacity: 1; pointer-events: all; }
.mobile-nav a {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--white);
}
.mobile-nav a:hover { color: var(--red); }
.wa-mobile { color: #25D366 !important; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    padding: 7rem 0 6.5rem;
    --mouse-x: 50%;
    --mouse-y: 50%;
    --parallax-x: 0px;
    --parallax-y: 0px;
}
.hero-deep-space {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.14) 0, rgba(255,255,255,0) 18%),
        radial-gradient(circle at 80% 16%, rgba(184,134,11,0.12) 0, rgba(184,134,11,0) 22%),
        radial-gradient(circle at 72% 72%, rgba(139,37,0,0.12) 0, rgba(139,37,0,0) 24%),
        radial-gradient(circle at 32% 74%, rgba(255,255,255,0.08) 0, rgba(255,255,255,0) 18%),
        linear-gradient(180deg, #030406 0%, #08090d 38%, #090a10 100%);
    transform: translate3d(calc(var(--parallax-x) * -0.16), calc(var(--parallax-y) * -0.16), 0) scale(1.08);
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(255,255,255,0.12), rgba(255,255,255,0) 18%),
        linear-gradient(110deg, rgba(6,7,12,0.84) 0%, rgba(6,7,12,0.18) 46%, rgba(6,7,12,0.82) 100%),
        linear-gradient(to top, rgba(7,8,14,0.92), rgba(7,8,14,0.18));
    z-index: 1;
}
.hero-noise {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 18% 24%, rgba(255,255,255,0.12) 0 1px, transparent 1.2px),
        radial-gradient(circle at 62% 20%, rgba(255,255,255,0.09) 0 1px, transparent 1.2px),
        radial-gradient(circle at 78% 64%, rgba(255,255,255,0.1) 0 1px, transparent 1.2px),
        radial-gradient(circle at 30% 76%, rgba(255,255,255,0.08) 0 1px, transparent 1.2px);
    background-size: 320px 320px, 420px 420px, 360px 360px, 460px 460px;
    z-index: 1;
    opacity: 0.7;
}
.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.hero-particles {
    opacity: 0.8;
}
.hero-cursor {
    position: absolute;
    top: var(--mouse-y);
    left: var(--mouse-x);
    width: 14rem;
    height: 14rem;
    border: 1px solid rgba(245,240,232,0.22);
    background:
        radial-gradient(circle at center, rgba(245,240,232,0.16), rgba(245,240,232,0) 62%);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0.75;
    mix-blend-mode: screen;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.25s ease-out;
}
.hero-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: clamp(2rem, 4vw, 4rem);
    align-items: end;
    transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
}
.hero-content {
    max-width: 760px;
    text-align: left;
    transform: translate3d(calc(var(--parallax-x) * 0.45), calc(var(--parallax-y) * 0.45), 0);
}
.hero-content .kicker {
    color: rgba(255,255,255,0.35);
}
.hero-content h1 {
    color: var(--white);
    margin-bottom: 1.5rem;
    max-width: 10ch;
}
.hero-sub {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    font-weight: 300;
    opacity: 0.76;
    max-width: 38ch;
    margin: 0 0 2rem;
}

/* Hero WhatsApp button */
.wa-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6em;
    background: #25D366;
    color: #fff;
    padding: 0.95em 1.7em;
    border-radius: 0;
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
}
.wa-hero:hover {
    background: #1DA851;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(37,211,102,0.18);
}
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9rem;
}
.hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    padding: 0.9em 1.35em;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.18);
    color: var(--white);
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: border-color 0.3s, background 0.3s, transform 0.3s;
}
.hero-secondary:hover {
    border-color: rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.05);
    transform: translateY(-2px);
}
.hero-points {
    display: grid;
    gap: 0.75rem;
    margin-top: 2rem;
    max-width: 34rem;
}
.hero-points li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255,255,255,0.76);
    font-size: 0.8rem;
    line-height: 1.65;
}
.hero-points li::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    background: linear-gradient(135deg, var(--amber), #fff1c2);
    box-shadow: 0 0 0 4px rgba(184,134,11,0.12);
    flex-shrink: 0;
}
.service-icon {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border: 1px solid rgba(26,26,26,0.14);
    background: rgba(255,255,255,0.45);
    color: var(--dark-text);
}
.service-icon svg {
    width: 1.2rem;
    height: 1.2rem;
}
.service-icon-dark {
    border-color: rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.03);
    color: rgba(255,255,255,0.82);
}
.hero-panel {
    padding: clamp(1.5rem, 3vw, 2.25rem);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04)),
        rgba(15,14,13,0.72);
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 50px rgba(0,0,0,0.22);
    transform: translate3d(calc(var(--parallax-x) * -0.3), calc(var(--parallax-y) * -0.3), 0);
}
.hero-panel-kicker {
    display: block;
    font-size: 0.62rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 1rem;
}
.hero-panel-title {
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.75rem);
    line-height: 1.35;
    margin-bottom: 1.4rem;
}
.hero-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}
.hero-metric {
    padding: 1rem;
    border-radius: 0;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
}
.hero-metric strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1;
    margin-bottom: 0.55rem;
}
.hero-metric span {
    display: block;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.55;
}
.hero-strip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(10,10,10,0.46);
    backdrop-filter: blur(14px);
}
.hero-strip-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.hero-strip-inner span {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.58);
}

/* Scroll indicator */
.hero-scroll {
    position: absolute;
    bottom: 5.6rem;
    right: clamp(1.5rem, 4vw, 4rem);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}
.scroll-label {
    font-size: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.25);
    writing-mode: vertical-lr;
}
.scroll-line {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
}
.scroll-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--red);
    animation: scrollDown 2s var(--ease) infinite;
}

/* ============================================================
   STORY — what we do
   ============================================================ */
.section-head {
    max-width: 48rem;
    margin: 0 auto clamp(2.2rem, 5vw, 4rem);
}
.section-intro {
    font-size: 0.95rem;
    line-height: 1.8;
    opacity: 0.62;
    max-width: 44rem;
    margin: 1rem auto 0;
}
.story-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}
.story-main {
    max-width: 40rem;
}
#story h2 {
    margin-bottom: 2rem;
    max-width: 11ch;
}
.story-lead {
    font-size: clamp(1.05rem, 1.5vw, 1.2rem);
    font-weight: 400;
    line-height: 1.8;
    opacity: 0.78;
    max-width: 44ch;
    margin: 0 0 1.5rem;
}
#story p {
    font-size: 0.95rem;
    opacity: 0.62;
    max-width: 48ch;
}
.story-note {
    padding: clamp(1.5rem, 3vw, 2.2rem);
    border: 1px solid rgba(26,26,26,0.08);
    border-radius: 0;
    background: rgba(250,248,243,0.5);
    box-shadow: 0 18px 40px rgba(10,10,10,0.06);
}

/* ============================================================
   DIFFERENCE
   ============================================================ */
.difference-section {
    padding-top: 0;
}
.difference-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}
.difference-card {
    padding: 1.8rem;
    border: 1px solid rgba(255,255,255,0.08);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
        rgba(15,14,13,0.86);
}
.difference-label {
    display: block;
    margin-bottom: 1rem;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 1.2rem;
    color: var(--white);
}
.difference-card p {
    color: rgba(255,255,255,0.62);
    font-size: 0.88rem;
    line-height: 1.8;
}
.story-note-kicker {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.64rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(26,26,26,0.48);
}
.story-note-list {
    display: grid;
    gap: 1rem;
}
.story-note-list li {
    display: grid;
    gap: 0.2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(26,26,26,0.08);
}
.story-note-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.story-note-list strong {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-style: italic;
    font-weight: 600;
    color: var(--dark-text);
}
.story-note-list span {
    color: rgba(26,26,26,0.66);
    font-size: 0.88rem;
    line-height: 1.75;
}

/* ============================================================
   VALUES — three pillars
   ============================================================ */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: clamp(3rem, 6vw, 5rem);
}
.value-card {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
        var(--surface);
    padding: clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 3vw, 2.5rem);
    text-align: left;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.08);
    min-height: 100%;
}
.value-num {
    display: block;
    font-family: var(--font-body);
    font-size: 0.55rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: rgba(255,255,255,0.15);
    margin-bottom: 1.5rem;
}
.value-card h3 {
    margin-bottom: 1rem;
    font-style: italic;
}
.value-card p {
    font-size: 0.88rem;
    opacity: 0.62;
    line-height: 1.8;
}

/* ============================================================
   WORK / PORTFOLIO GRID
   ============================================================ */
.work-head {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    align-items: end;
    margin-bottom: clamp(2rem, 4vw, 3.25rem);
}
#work h2 { margin-bottom: 1rem; }
.work-intro {
    max-width: 40rem;
    margin: 0;
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255,255,255,0.72);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.62rem;
    white-space: nowrap;
}
.text-link::after {
    content: "→";
    transform: translateX(0);
    transition: transform 0.3s var(--ease);
}
.text-link:hover::after {
    transform: translateX(4px);
}
.work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.work-item {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    display: block;
    background: var(--surface);
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.08);
}
.work-item img,
.work-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease), filter 0.6s var(--ease);
    filter: brightness(0.8);
}
.work-item:hover img,
.work-item:hover video { transform: scale(1.05); filter: brightness(1); }
.work-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.4rem;
    text-align: left;
    background: linear-gradient(to top, rgba(10,10,10,0.9), rgba(10,10,10,0.12));
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}
.work-cat {
    display: block;
    font-size: 0.5rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.56);
    margin-bottom: 0.25rem;
}
.work-name {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--white);
}
.work-note {
    margin-top: 1.75rem;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.work-note p {
    max-width: 38rem;
    color: rgba(255,255,255,0.62);
    font-size: 0.92rem;
    line-height: 1.8;
}

/* ============================================================
   INTERLUDE
   ============================================================ */
.interlude {
    position: relative;
    min-height: 32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4rem 1.5rem;
}
.interlude-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.interlude-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,10,10,0.5), rgba(10,10,10,0.76));
    z-index: 1;
}
.interlude-card {
    position: relative;
    z-index: 2;
    width: min(100%, 920px);
    padding: clamp(1.8rem, 4vw, 3rem);
    border-radius: 0;
    background: rgba(10,10,10,0.52);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.12);
}
.interlude-text {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3.5vw, 3rem);
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.01em;
    color: var(--white);
    opacity: 0.9;
    text-align: center;
}
.interlude-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.75rem;
}
.interlude-metric {
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,0.12);
    text-align: center;
}
.interlude-metric strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    margin-bottom: 0.25rem;
}
.interlude-metric span {
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.58);
    line-height: 1.6;
}

/* ============================================================
   PROMISE — what you get
   ============================================================ */
#promise h2 { margin-bottom: 0.5rem; }
.promise-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 4vw, 3rem);
    text-align: left;
}
.promise-item {
    padding: 1.6rem 1.7rem;
    border-radius: 0;
    border: 1px solid rgba(26,26,26,0.08);
    background: rgba(250,248,243,0.62);
}
.promise-item h4 { color: var(--dark-text); }
.promise-item p {
    font-size: 0.88rem;
    opacity: 0.58;
    max-width: 30ch;
}
.promise-item .service-icon {
    margin-bottom: 1.1rem;
}

/* ============================================================
   PROCESS
   ============================================================ */
.process-section {
    position: relative;
}
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}
.process-card {
    padding: 2rem;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.08);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
        rgba(15,14,13,0.86);
}
.process-step {
    display: inline-flex;
    margin-bottom: 1.1rem;
    color: rgba(255,255,255,0.4);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-size: 0.58rem;
}
.process-card h3 {
    margin-bottom: 0.8rem;
    font-style: italic;
}
.process-card p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.8;
}

/* ============================================================
   PACKAGES
   ============================================================ */
#offer .narrow { margin-bottom: clamp(2rem, 4vw, 4rem); }
.packages-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}
.pkg {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
        var(--surface);
    padding: clamp(2rem, 4vw, 3rem);
    display: flex;
    flex-direction: column;
    text-align: left;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 0;
}
.pkg-featured {
    background:
        linear-gradient(180deg, rgba(184,134,11,0.14), rgba(255,255,255,0.04)),
        var(--surface-2);
    border-color: rgba(184,134,11,0.35);
    transform: translateY(-0.4rem);
}
.pkg-badge {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    padding: 0.38rem 0.7rem;
    border-radius: 0;
    background: rgba(184,134,11,0.18);
    color: #f3d38c;
    font-size: 0.55rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.pkg-name {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 1.2rem;
    opacity: 0.6;
}
.pkg .service-icon {
    margin-bottom: 1.1rem;
}
.pkg-price {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--white);
    margin-bottom: 1.7rem;
}
.pkg-price small {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 400;
    opacity: 0.4;
}
.pkg-list { flex: 1; margin-bottom: 2rem; }
.pkg-list li {
    font-size: 0.85rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.5);
}
.wa-pkg {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-body);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #25D366;
    opacity: 0.9;
    transition: opacity 0.3s, transform 0.3s;
}
.wa-pkg:hover {
    opacity: 1;
    color: #25D366;
    transform: translateX(4px);
}
.offer-note {
    max-width: 44rem;
    margin: 1.5rem auto 0;
    text-align: center;
    color: rgba(255,255,255,0.55);
    font-size: 0.88rem;
    line-height: 1.8;
}
.offer-includes {
    margin-top: 1.8rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.offer-includes-head {
    max-width: 40rem;
    margin: 0 auto 1.5rem;
    text-align: center;
}
.offer-includes-head .kicker {
    margin-bottom: 0.8rem;
}
.offer-includes-head p {
    color: rgba(255,255,255,0.58);
    font-size: 0.9rem;
    line-height: 1.8;
}
.offer-includes-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.offer-include-item {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.02);
    color: rgba(255,255,255,0.72);
    font-size: 0.84rem;
    line-height: 1.7;
    display: flex;
    align-items: center;
    gap: 0.9rem;
}
.offer-include-item .service-icon {
    margin-bottom: 0;
    flex-shrink: 0;
}

/* ============================================================
   FAQ
   ============================================================ */
#faq { padding: clamp(4rem, 10vw, 8rem) 0; }
#faq .narrow {
    max-width: 760px;
}
#faq details {
    border-bottom: 1px solid rgba(0,0,0,0.08);
    text-align: left;
}
#faq summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.35rem 0;
    cursor: pointer;
    list-style: none;
    font-family: var(--font-display);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    font-weight: 500;
    font-style: italic;
    color: var(--dark-text);
}
#faq summary::-webkit-details-marker { display: none; }
#faq summary::after {
    content: '+';
    font-family: var(--font-body);
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--stone);
    transition: transform 0.3s;
}
#faq details[open] summary::after { transform: rotate(45deg); }
#faq p {
    padding-bottom: 1.25rem;
    font-size: 0.9rem;
    color: var(--dark-text);
    opacity: 0.58;
    max-width: 52ch;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-section { padding: clamp(8rem, 14vw, 14rem) 0; }
.contact-card {
    padding: clamp(2rem, 5vw, 3.5rem);
    border-radius: 0;
    background:
        radial-gradient(circle at top, rgba(184,134,11,0.12), transparent 45%),
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
        rgba(15,14,13,0.9);
    border: 1px solid rgba(255,255,255,0.09);
}
.contact-section h2 { margin-bottom: 1rem; }
.contact-sub {
    font-size: 0.92rem;
    opacity: 0.52;
    margin-bottom: 2rem;
}
.contact-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 2rem;
}
.contact-pills span {
    padding: 0.5rem 0.9rem;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.62);
    font-size: 0.62rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
    background: var(--surface);
    padding: 2rem 0;
    border-top: 1px solid rgba(255,255,255,0.04);
}
.footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.footer-logo {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 0.9rem;
    color: var(--white);
    opacity: 0.4;
    letter-spacing: 0.08em;
}
.footer-nav { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-nav a {
    font-size: 0.55rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.25);
    transition: color 0.3s;
}
.footer-nav a:hover { color: var(--white); }
.footer-copy {
    font-size: 0.55rem;
    color: rgba(255,255,255,0.12);
    margin-top: 0.75rem;
}

/* ============================================================
   CASE STUDY PAGES
   ============================================================ */
.case-hero {
    position: relative; min-height: 60vh;
    display: flex; align-items: flex-end; overflow: hidden; padding-bottom: 4rem;
}
.case-hero img.case-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.case-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.3)); z-index: 1; }
.case-hero-content { position: relative; z-index: 2; padding: 0 clamp(1.5rem, 4vw, 4rem); max-width: 1200px; margin: 0 auto; width: 100%; text-align: left; }
.case-hero-content h1 { font-size: clamp(2.5rem, 5vw, 5rem); color: var(--white); margin-bottom: 0.5rem; }
.case-hero-content .case-meta { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.case-body { max-width: 720px; margin: 0 auto; text-align: left; }
.case-body h2 { font-size: clamp(1.6rem, 3vw, 2.5rem); margin-bottom: 1rem; }
.case-body p { font-size: 0.95rem; line-height: 1.9; margin-bottom: 1.5rem; }

/* ============================================================
   HOMEPAGE EDITORIAL REFRAME
   ============================================================ */
body.homepage {
    color: var(--dark-text);
    background: linear-gradient(180deg, #f6efe3 0%, #efe5d5 100%);
}
body.homepage::before,
body.homepage::after {
    display: none;
}
.homepage .reveal {
    opacity: 1;
    transform: none;
}

.homepage #main-nav {
    background: rgba(247,242,233,0.9);
    border-bottom: 1px solid rgba(10,10,10,0.08);
    box-shadow: 0 12px 30px rgba(10,10,10,0.04);
}
.homepage #main-nav.scrolled {
    background: rgba(247,242,233,0.97);
    border-color: rgba(10,10,10,0.12);
    box-shadow: 0 18px 34px rgba(10,10,10,0.08);
}
.homepage .nav-inner {
    position: relative;
    justify-content: flex-end;
    min-height: 4.5rem;
}
.homepage .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.18em;
    font-size: 0.95rem;
}
.homepage .logo,
.homepage .nav-links a,
.homepage .nav-quiet {
    color: var(--dark-text);
}
.homepage .nav-links {
    margin-left: auto;
    gap: 1rem;
}
.homepage .nav-links a,
.homepage .nav-quiet {
    opacity: 0.7;
    font-size: 0.58rem;
    letter-spacing: 0.18em;
}
.homepage .nav-links a:hover,
.homepage .nav-links a.active {
    color: var(--dark-text);
    opacity: 1;
}
.homepage .wa-cta {
    background: #111 !important;
    color: var(--white) !important;
    padding-inline: 0.95rem !important;
}
.homepage .wa-cta:hover {
    background: #000 !important;
}
.homepage .lang-btn {
    background: rgba(255,255,255,0.66);
    border-color: rgba(10,10,10,0.12);
    color: var(--dark-text);
}
.homepage .lang-btn:hover {
    border-color: rgba(10,10,10,0.32);
}
.homepage .lang-dropdown {
    background: #fff;
    border-color: rgba(10,10,10,0.1);
    box-shadow: 0 16px 30px rgba(10,10,10,0.08);
}
.homepage .lang-dropdown li {
    color: rgba(10,10,10,0.58);
}
.homepage .lang-dropdown li:hover,
.homepage .lang-dropdown li.active {
    color: var(--dark-text);
    background: rgba(10,10,10,0.04);
}
.homepage .hamburger span {
    background: var(--dark-text);
}
.homepage .mobile-nav {
    background: rgba(250,248,243,0.98);
}
.homepage .mobile-nav a {
    color: var(--dark-text);
}
.homepage .wa-mobile {
    color: var(--dark-text) !important;
}
.homepage .lang-pill {
    border-color: rgba(10,10,10,0.12);
    color: rgba(10,10,10,0.58);
}
.homepage .lang-pill.active,
.homepage .lang-pill:hover {
    border-color: rgba(10,10,10,0.36);
    color: var(--dark-text);
}

.homepage .hero {
    align-items: end;
    min-height: 100svh;
    padding: 8rem 0 3.5rem;
    background: #090909;
}
.homepage .hero::before,
.homepage .hero::after {
    content: "";
    position: absolute;
    inset: 0;
}
.homepage .hero::before {
    background:
        linear-gradient(90deg, rgba(8,8,8,0.88) 0%, rgba(8,8,8,0.42) 42%, rgba(8,8,8,0.78) 100%),
        linear-gradient(180deg, rgba(8,8,8,0.08) 0%, rgba(8,8,8,0.52) 100%),
        url("images/hero_atelier.jpg") center center / cover no-repeat;
    transform: scale(1.03);
}
.homepage .hero::after {
    background:
        radial-gradient(circle at 78% 22%, rgba(245,240,232,0.08), transparent 26%),
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0));
}
.homepage .hero-deep-space,
.homepage .hero-overlay,
.homepage .hero-noise,
.homepage .hero-particles,
.homepage .hero-cursor,
.homepage .hero-scroll {
    display: none;
}
.homepage .hero-strip {
    display: none;
}
.homepage .hero-shell {
    position: relative;
    z-index: 2;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: end;
    transform: none;
}
.homepage .hero-content {
    transform: none;
}
.homepage .hero-content .kicker {
    color: rgba(245,240,232,0.6);
}
.homepage .hero-content h1 {
    color: #fff;
    max-width: 8.5ch;
    font-size: clamp(4.1rem, 9vw, 8.4rem);
    margin-bottom: 1rem;
}
.homepage .hero-sub {
    color: rgba(245,240,232,0.78);
    opacity: 1;
    max-width: 34rem;
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    margin-bottom: 2.2rem;
}
.homepage .wa-hero {
    background: rgba(250,248,243,0.94);
    color: #111;
}
.homepage .wa-hero:hover {
    background: #fff;
    color: #111;
    box-shadow: 0 22px 40px rgba(0,0,0,0.24);
}
.homepage .hero-secondary {
    border-color: rgba(245,240,232,0.22);
    background: rgba(255,255,255,0.06);
    color: #fff;
}
.homepage .hero-secondary:hover {
    border-color: rgba(245,240,232,0.42);
    background: rgba(255,255,255,0.1);
}
.homepage .hero-points li {
    color: rgba(245,240,232,0.8);
    gap: 1rem;
}
.homepage .hero-points li::before {
    width: 2rem;
    height: 1px;
    background: rgba(245,240,232,0.5);
    box-shadow: none;
}
.homepage .hero-panel {
    border: 1px solid rgba(245,240,232,0.16);
    background: rgba(245,240,232,0.1);
    box-shadow: 0 28px 60px rgba(0,0,0,0.2);
    color: #fff;
    backdrop-filter: blur(22px);
    transform: none;
}
.homepage .hero-panel-kicker {
    color: rgba(245,240,232,0.54);
}
.homepage .hero-panel-title {
    color: #fff;
}
.homepage .hero-metric {
    background: rgba(255,255,255,0.04);
    border-color: rgba(245,240,232,0.12);
}
.homepage .hero-metric strong {
    color: #fff;
}
.homepage .hero-metric span {
    color: rgba(245,240,232,0.68);
}
.homepage .homepage-rail {
    border-top: 1px solid rgba(10,10,10,0.08);
    border-bottom: 1px solid rgba(10,10,10,0.08);
    background: rgba(255,255,255,0.36);
    backdrop-filter: blur(12px);
}
.homepage .homepage-rail-inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    padding: 0;
}
.homepage .homepage-rail-inner span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.6rem;
    padding: 1rem 1.2rem;
    text-align: center;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(10,10,10,0.68);
    background: rgba(255,255,255,0.28);
}

.homepage #story {
    background: #f7f2e9;
    color: var(--dark-text);
    padding-top: clamp(5rem, 10vw, 8rem);
    padding-bottom: clamp(5rem, 10vw, 8rem);
}
.homepage .story-layout {
    grid-template-columns: 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: stretch;
    max-width: 72rem;
    margin: 0 auto;
    text-align: center;
}
.homepage .story-main {
    padding-top: 0;
    max-width: 52rem;
    margin: 0 auto;
    text-align: center;
}
.homepage #story h2 {
    max-width: 10ch;
    margin: 0 auto 1.25rem;
}
.homepage .story-lead,
.homepage #story p,
.homepage .section-intro {
    color: rgba(10,10,10,0.66);
    opacity: 1;
}
.homepage .story-lead,
.homepage #story p {
    margin-left: auto;
    margin-right: auto;
}
.homepage .story-note {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 28rem;
    padding: clamp(2rem, 4vw, 3rem);
    background: none;
    border: none;
    box-shadow: none;
    overflow: hidden;
    text-align: center;
}
.homepage .story-note::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6,6,6,0.12) 0%, rgba(6,6,6,0.72) 100%),
        url("images/hero_bg_v2.png") center center / cover no-repeat;
    transform: scale(1.02);
}
.homepage .story-note > * {
    position: relative;
    z-index: 1;
}
.homepage .story-note-kicker {
    color: rgba(245,240,232,0.64);
}
.homepage .story-note-list li {
    border-bottom-color: rgba(245,240,232,0.12);
    text-align: center;
}
.homepage .story-note-list {
    max-width: 42rem;
    margin: 0 auto;
}
.homepage .story-note-list strong {
    color: #fff;
}
.homepage .story-note-list span {
    color: rgba(245,240,232,0.74);
}

.homepage #difference {
    background: #fffdf9;
    color: var(--dark-text);
    padding-top: clamp(4.5rem, 8vw, 7rem);
    padding-bottom: clamp(4.5rem, 8vw, 7rem);
}
.homepage #difference .section-head {
    text-align: center;
    margin: 0 auto 2rem;
}
.homepage .difference-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.homepage .difference-card {
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: clamp(1.8rem, 3vw, 2.4rem);
    border: 1px solid rgba(18,18,18,0.08);
    box-shadow: none;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.78), rgba(247,242,233,0.84)),
        #fff;
    text-align: center;
}
.homepage .difference-label,
 .homepage .value-card h3,
.homepage .process-card h3,
.homepage .pkg-name,
.homepage .pkg-price {
    color: inherit;
}
.homepage .difference-card p,
.homepage .difference-label {
    color: #121212;
}
.homepage .difference-card p {
    color: rgba(10,10,10,0.7);
    max-width: 30ch;
    margin: 0 auto;
}

.homepage #values {
    background: #111;
    color: #fff;
    padding-top: clamp(4.5rem, 8vw, 7rem);
    padding-bottom: clamp(4.5rem, 8vw, 7rem);
}
.homepage #values .section-head {
    margin: 0 auto 2rem;
    text-align: center;
}
.homepage .values-grid {
    gap: 1rem;
}
.homepage .value-card {
    min-height: 24rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
        #161616;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: none;
    text-align: center;
}
.homepage .value-card p,
.homepage .offer-note,
.homepage .offer-includes-head p,
.homepage .work-note p {
    color: rgba(245,240,232,0.68);
}
.homepage .value-card p {
    max-width: 28ch;
    margin: 0 auto;
}
.homepage .value-num,
.homepage .pkg-price small {
    color: rgba(245,240,232,0.3);
    opacity: 1;
}
.homepage #work {
    background: #f6f0e6;
    color: var(--dark-text);
    padding-top: clamp(4.5rem, 8vw, 7rem);
    padding-bottom: clamp(4.5rem, 8vw, 7rem);
}
.homepage .work-head {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.25rem;
    text-align: center;
}
.homepage .work-head > div {
    text-align: center;
}
.homepage .work-intro {
    margin: 1rem auto 0;
}
.homepage .text-link {
    color: rgba(10,10,10,0.7);
    justify-content: center;
}
.homepage .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: clamp(18rem, 28vw, 25rem);
    gap: 1rem;
}
.homepage .work-item {
    aspect-ratio: auto;
    border: none;
    background: #d9d2c6;
    min-height: 100%;
}
.homepage .work-item:nth-child(1) {
    grid-column: span 2;
}
.homepage .work-item:nth-child(4) {
    grid-column: span 2;
}
.homepage .work-item img,
.homepage .work-item video {
    filter: none;
}
.homepage .work-caption {
    background: linear-gradient(to top, rgba(10,10,10,0.88), rgba(10,10,10,0.06));
    text-align: center;
}
.homepage .work-note {
    border-color: rgba(10,10,10,0.12);
}
.homepage .work-note p {
    color: rgba(10,10,10,0.66);
    margin: 0 auto;
    text-align: center;
}

.homepage .interlude {
    min-height: 82svh;
    padding: 5rem 1.5rem;
}
.homepage .interlude-bg {
    filter: grayscale(0.12) brightness(0.5) contrast(0.98);
    transform: scale(1.04);
}
.homepage .interlude-overlay {
    background: linear-gradient(180deg, rgba(10,10,10,0.22), rgba(10,10,10,0.6));
}
.homepage .interlude-card {
    width: min(100%, 1120px);
    padding: clamp(2rem, 5vw, 3.5rem);
    background: rgba(10,10,10,0.18);
    border: 1px solid rgba(245,240,232,0.16);
    box-shadow: none;
}
.homepage .interlude-text,
.homepage .interlude-metric strong {
    color: #fff;
}
.homepage .interlude-metric {
    border-top-color: rgba(245,240,232,0.16);
}
.homepage .interlude-metric span {
    color: rgba(245,240,232,0.72);
}

.homepage #promise {
    background: #111;
    color: #fff;
    padding-top: clamp(4.5rem, 8vw, 7rem);
    padding-bottom: clamp(4.5rem, 8vw, 7rem);
}
.homepage #promise .section-intro {
    color: rgba(245,240,232,0.66);
}
.homepage .promise-list {
    gap: 1rem;
}
.homepage .wa-pkg,
.homepage .wa-pkg:hover {
    color: inherit;
}
.homepage .promise-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 20rem;
    background: none;
    border: 1px solid rgba(245,240,232,0.14);
    padding: 2rem;
}
.homepage .promise-item .service-icon {
    margin-bottom: auto;
    background: rgba(255,255,255,0.05);
    border-color: rgba(245,240,232,0.14);
    color: #fff;
}
.homepage .promise-item h4 {
    color: #fff;
    font-size: 1.35rem;
}
.homepage .promise-item p {
    color: rgba(245,240,232,0.72);
    opacity: 1;
    max-width: 30ch;
}

.homepage #process {
    background: #f7f2e9;
    color: var(--dark-text);
    padding-top: clamp(4.5rem, 8vw, 7rem);
    padding-bottom: clamp(4.5rem, 8vw, 7rem);
}
.homepage .process-grid {
    gap: 0;
    border-top: 1px solid rgba(10,10,10,0.12);
}
.homepage .process-card {
    padding: 2rem 2rem 0 0;
    background: none;
    border: none;
    border-right: 1px solid rgba(10,10,10,0.12);
    box-shadow: none;
}
.homepage .process-card:last-child {
    border-right: none;
}
.homepage .process-step {
    margin-bottom: 3rem;
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 5vw, 4rem);
    line-height: 1;
    color: rgba(10,10,10,0.16);
}
.homepage .process-card h3 {
    color: var(--dark-text);
}
.homepage .process-card p {
    color: rgba(10,10,10,0.66);
}

.homepage #offer {
    background: #fffdf9;
    color: var(--dark-text);
    padding-top: clamp(4.5rem, 8vw, 7rem);
    padding-bottom: clamp(4.5rem, 8vw, 7rem);
}
.homepage #offer .narrow {
    text-align: left;
    margin: 0 0 3rem;
}
.homepage .packages-grid {
    gap: 1rem;
}
.homepage .pkg {
    background: #f6f0e6;
    border: none;
    box-shadow: none;
    color: var(--dark-text);
}
.homepage .pkg-featured {
    background: #111;
    color: #fff;
    transform: none;
}
.homepage .pkg-badge {
    background: #f6f0e6;
    color: #111;
}
.homepage .pkg-name {
    color: inherit;
    opacity: 0.6;
}
.homepage .pkg-price {
    color: inherit;
}
.homepage .pkg-list li {
    color: rgba(10,10,10,0.68);
    border-color: rgba(10,10,10,0.08);
}
.homepage .pkg-featured .pkg-list li {
    color: rgba(245,240,232,0.72);
    border-color: rgba(245,240,232,0.12);
}
.homepage .service-icon-dark {
    border-color: rgba(10,10,10,0.12);
    background: rgba(10,10,10,0.04);
    color: currentColor;
}
.homepage .pkg-featured .service-icon-dark {
    border-color: rgba(245,240,232,0.14);
    background: rgba(255,255,255,0.05);
}
.homepage .offer-includes {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top-color: rgba(10,10,10,0.08);
}
.homepage #offer .offer-includes {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.homepage .offer-includes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.homepage .offer-include-item {
    background: #fff;
    border: 1px solid rgba(10,10,10,0.08);
    box-shadow: none;
    color: rgba(10,10,10,0.7);
}
.homepage .offer-note {
    color: rgba(10,10,10,0.62);
}

.homepage #faq {
    background: #f1eade;
    color: var(--dark-text);
}

.homepage #contact {
    background: #111;
    color: #fff;
    padding-top: clamp(5rem, 10vw, 8rem);
    padding-bottom: clamp(5rem, 10vw, 8rem);
}
.homepage .contact-card {
    position: relative;
    overflow: hidden;
    min-height: 28rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: none;
    border: none;
    box-shadow: none;
}
.homepage .contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(10,10,10,0.16), rgba(10,10,10,0.8) 88%),
        url("images/hero_atelier.jpg") center center / cover no-repeat;
    transform: scale(1.03);
}
.homepage .contact-card > * {
    position: relative;
    z-index: 1;
}
.homepage .contact-card .kicker,
.homepage .contact-sub {
    color: rgba(245,240,232,0.76);
    opacity: 1;
}
.homepage .contact-section h2 {
    color: #fff;
}
.homepage .contact-pills span {
    border-color: rgba(245,240,232,0.16);
    color: rgba(245,240,232,0.78);
    background: rgba(255,255,255,0.05);
}
.homepage footer {
    background: #0a0a0a;
}

@media (max-width: 1100px) {
    .homepage .hero-shell,
    .homepage .story-layout,
    .homepage .difference-grid,
    .homepage .values-grid,
    .homepage .promise-list,
    .homepage .packages-grid,
    .homepage .offer-includes-grid {
        grid-template-columns: 1fr;
    }
    .homepage .hero {
        padding-top: 7.5rem;
    }
    .homepage .work-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 16rem;
    }
    .homepage .work-item:nth-child(1),
    .homepage .work-item:nth-child(4) {
        grid-column: span 2;
    }
    .homepage .homepage-rail-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .homepage .process-grid {
        grid-template-columns: 1fr;
    }
    .homepage .process-card {
        border-right: none;
        border-bottom: 1px solid rgba(10,10,10,0.12);
        padding: 2rem 0;
    }
    .homepage .process-card:last-child {
        border-bottom: none;
    }
}
@media (max-width: 640px) {
    .homepage .nav-inner {
        justify-content: space-between;
    }
    .homepage .logo {
        position: static;
        transform: none;
    }
    .homepage .hero {
        min-height: auto;
        padding-top: 6.5rem;
        padding-bottom: 2rem;
    }
    .homepage .hero-content h1 {
        font-size: clamp(3rem, 14vw, 4.9rem);
    }
    .homepage .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .homepage .hero-secondary,
    .homepage .wa-hero {
        width: 100%;
    }
    .homepage .homepage-rail-inner {
        grid-template-columns: 1fr;
    }
    .homepage .homepage-rail-inner span {
        min-height: 3.75rem;
    }
    .homepage .story-note,
    .homepage .promise-item,
    .homepage .contact-card {
        min-height: 22rem;
    }
    .homepage .work-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .homepage .work-item,
    .homepage .work-item:nth-child(1),
    .homepage .work-item:nth-child(4),
    .homepage .work-item:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
        aspect-ratio: 4 / 3;
    }
    .homepage .offer-includes-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
    .hero-shell,
    .story-layout,
    .difference-grid,
    .values-grid,
    .promise-list,
    .process-grid,
    .packages-grid,
    .interlude-metrics,
    .offer-includes-grid {
        grid-template-columns: 1fr;
    }
    .work-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .work-head {
        flex-direction: column;
        align-items: start;
    }
    .pkg-featured {
        transform: none;
    }
    .hero-scroll {
        display: none;
    }
}
@media (max-width: 640px) {
    .nav-links { display: none; }
    .lang-wrapper { display: none; }
    .hamburger { display: flex; }
    .work-grid { grid-template-columns: 1fr; }
    .work-item { aspect-ratio: 16 / 10; }
    .hero {
        padding-top: 6.5rem;
    }
    .hero-cursor {
        display: none;
    }
    .hero-content h1 {
        font-size: clamp(2.7rem, 12vw, 4.4rem);
    }
    .hero-panel-grid {
        grid-template-columns: 1fr;
    }
    .hero-strip {
        position: static;
        margin-top: 2rem;
        background: rgba(255,255,255,0.04);
    }
    .hero-strip-inner {
        justify-content: flex-start;
    }
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-secondary,
    .wa-hero {
        width: 100%;
    }
    .contact-pills {
        justify-content: center;
    }
}

/* ============================================================
   HOMEPAGE HOUSE OVERRIDE
   ============================================================ */
.homepage {
    background: #f6efe3;
    color: #121212;
}
.homepage .reveal {
    opacity: 1;
    transform: none;
}
.homepage .homepage-rail,
.homepage #story,
.homepage #difference,
.homepage #values,
.homepage #work,
.homepage .interlude,
.homepage #promise,
.homepage #process,
.homepage #offer,
.homepage #faq,
.homepage #contact {
    display: none;
}

.homepage #main-nav {
    background: rgba(248,244,237,0.96);
    border-bottom: 1px solid rgba(18,18,18,0.08);
    box-shadow: none;
}
.homepage #main-nav.scrolled {
    background: rgba(248,244,237,0.99);
    box-shadow: none;
}
.homepage .nav-inner {
    min-height: 4.75rem;
    gap: 1.5rem;
}
.homepage .logo {
    position: static;
    transform: none;
    color: #121212;
    font-size: 0.9rem;
    letter-spacing: 0.22em;
}
.homepage .nav-links {
    margin-left: auto;
    gap: 1.2rem;
}
.homepage .nav-links a,
.homepage .nav-quiet {
    color: rgba(18,18,18,0.78);
    font-size: 0.56rem;
    letter-spacing: 0.2em;
}
.homepage .nav-links a:hover,
.homepage .nav-links a.active {
    color: #121212;
}
.homepage .nav-links .nav-start {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.55rem;
    padding: 0 0.95rem;
    background: var(--red);
    border: 1px solid rgba(18,18,18,0.08);
    color: #fffaf3;
    opacity: 1;
}
.homepage .nav-links .nav-start:hover {
    background: #a8391e;
    color: #fffaf3;
}
.homepage .wa-cta {
    background: #121212 !important;
    color: #fff !important;
}
.homepage .lang-btn {
    background: transparent;
    border-color: rgba(18,18,18,0.12);
    color: #121212;
}
.homepage .lang-dropdown {
    background: #fff;
    border-color: rgba(18,18,18,0.12);
    box-shadow: 0 12px 22px rgba(18,18,18,0.06);
}
.homepage .lang-dropdown li {
    color: rgba(18,18,18,0.62);
}
.homepage .lang-dropdown li:hover,
.homepage .lang-dropdown li.active {
    color: #121212;
    background: #f7f2ea;
}
.homepage .hamburger span {
    background: #121212;
}
.homepage .mobile-nav {
    background: rgba(248,244,237,0.99);
}
.homepage .mobile-nav a,
.homepage .wa-mobile {
    color: #121212 !important;
}

.homepage .hero,
.homepage .hero::before,
.homepage .hero::after {
    background: transparent;
}
.homepage .hero {
    min-height: auto;
    align-items: center;
    padding: 9.5rem 0 5rem;
}
.homepage .hero::before,
.homepage .hero::after,
.homepage .hero-deep-space,
.homepage .hero-overlay,
.homepage .hero-noise,
.homepage .hero-particles,
.homepage .hero-cursor,
.homepage .hero-panel,
.homepage .hero-points,
.homepage .hero-scroll,
.homepage .hero-strip {
    display: none !important;
}
.homepage .hero-shell {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 900px;
    margin: 0 auto;
}
.homepage .hero-content {
    max-width: none;
    text-align: center;
}
.homepage .hero-content .kicker {
    color: rgba(18,18,18,0.48);
    margin-bottom: 1.2rem;
}
.homepage .hero-content h1 {
    max-width: 10ch;
    margin: 0 auto 1rem;
    color: #121212;
    font-size: clamp(4rem, 7vw, 7rem);
    line-height: 0.95;
}
.homepage .hero-sub {
    max-width: 38rem;
    margin: 0 auto 1.9rem;
    color: rgba(18,18,18,0.72);
    font-size: 0.98rem;
    line-height: 1.9;
}
.homepage .hero-actions {
    justify-content: center;
    gap: 0.85rem;
}
.homepage .hero-scene {
    margin: 2.2rem auto 0;
    max-width: min(94vw, 88rem);
}
.homepage .hero-scene img,
.homepage .hero-scene video {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border: 1px solid rgba(18,18,18,0.1);
}
.homepage .hero-scene figcaption {
    margin-top: 0.75rem;
    color: rgba(18,18,18,0.5);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: center;
}
.homepage .hero-notes {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-top: 0.85rem;
    color: rgba(18,18,18,0.5);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.homepage .hero-notes span {
    padding: 0.55rem 0.7rem;
    border: 1px solid rgba(18,18,18,0.08);
    background: rgba(255,255,255,0.34);
}
.homepage .hero-notes span:nth-child(1) {
    background: rgba(215,177,168,0.34);
}
.homepage .hero-notes span:nth-child(2) {
    background: rgba(183,198,217,0.42);
}
.homepage .hero-notes span:nth-child(3) {
    background: rgba(189,203,182,0.42);
}
.homepage .wa-hero {
    background: var(--red);
    color: #fffaf3;
    box-shadow: none;
}
.homepage .wa-hero:hover {
    background: #a8391e;
    color: #fffaf3;
    box-shadow: none;
}
.homepage .hero-secondary {
    background: rgba(95,116,150,0.14);
    color: #24344a;
    border-color: rgba(95,116,150,0.28);
}
.homepage .hero-secondary:hover {
    background: rgba(95,116,150,0.22);
    border-color: rgba(95,116,150,0.38);
    color: #24344a;
}

.house-categories,
.house-feature,
.house-method,
.house-pricing {
    padding: clamp(5rem, 8vw, 7.5rem) 0;
}
.house-eyebrow {
    display: block;
    margin-bottom: 0.9rem;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(18,18,18,0.46);
}
.house-title {
    font-size: clamp(2.2rem, 4.4vw, 4.3rem);
    line-height: 1.02;
    color: #121212;
    max-width: 11ch;
    margin: 0 auto 1rem;
}
.house-copy {
    max-width: 42rem;
    margin: 0 auto;
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(18,18,18,0.66);
}
.house-copy strong,
.house-insight p strong,
.house-language p strong,
.house-entry-text strong,
.house-price-copy strong,
.house-offer-note strong {
    font-weight: 700;
    color: #121212;
}

.house-categories {
    background: #f4eee5;
    border-top: 1px solid rgba(18,18,18,0.08);
    border-bottom: 1px solid rgba(18,18,18,0.08);
}
.house-offer-grid {
    margin-top: 2.4rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}
.house-insight-grid {
    margin-top: 2.2rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}
.house-insight {
    padding: 1.4rem 1.2rem;
    border: 1px solid rgba(18,18,18,0.1);
    background: rgba(255,255,255,0.34);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100%;
}
.house-insight-icon,
.house-language-icon {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.95rem;
    border: 1px solid rgba(18,18,18,0.14);
    background: rgba(255,255,255,0.56);
    color: #121212;
    box-shadow: 0 10px 24px rgba(18,18,18,0.06);
}
.house-insight-icon svg,
.house-language-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}
.house-insight:nth-child(3n+1) {
    background: rgba(215,177,168,0.28);
}
.house-insight:nth-child(3n+2) {
    background: rgba(183,198,217,0.34);
}
.house-insight:nth-child(3n) {
    background: rgba(189,203,182,0.34);
}
.house-insight-grid--capabilities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.house-insight-label {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(18,18,18,0.5);
}
.house-insight-title {
    margin-bottom: 0.75rem;
    font-size: 1.06rem;
    line-height: 1.35;
    color: #121212;
}
.house-insight p {
    font-size: 0.84rem;
    line-height: 1.75;
    color: rgba(18,18,18,0.72);
}
.house-offer-grid--niches {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}
.house-pillar {
    padding-top: 1.05rem;
    border-top: 1px solid rgba(18,18,18,0.12);
    text-align: center;
}
.house-pillar-label {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(18,18,18,0.48);
}
.house-pillar-title {
    margin-bottom: 0.8rem;
    font-size: 1.28rem;
    font-style: italic;
    color: #121212;
}
.house-pillar-copy {
    max-width: 30ch;
    margin: 0 auto 1rem;
    font-size: 0.86rem;
    line-height: 1.78;
    color: rgba(18,18,18,0.68);
}
.house-pillar-list {
    display: grid;
    gap: 0.8rem;
    width: 100%;
}
.house-pillar-list li {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(18,18,18,0.08);
    color: rgba(18,18,18,0.74);
    font-size: 0.88rem;
    line-height: 1.8;
}
.house-offer-note {
    margin-top: 2rem;
    max-width: 46rem;
    font-size: 0.92rem;
    line-height: 1.85;
    color: rgba(18,18,18,0.64);
}
.house-categories-grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}
.house-card {
    display: grid;
    gap: 0.7rem;
    color: #121212;
}
.house-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid rgba(18,18,18,0.08);
    background: #fff;
}
.house-card-title {
    display: block;
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-style: italic;
}
.house-card-meta {
    display: block;
    font-size: 0.78rem;
    line-height: 1.6;
    color: rgba(18,18,18,0.62);
}

.house-feature {
    background: #f8f4ed;
    border-bottom: 1px solid rgba(18,18,18,0.08);
}
.house-feature-dark {
    background: #f1ebe1;
}
.house-feature-dark .house-title,
.house-feature-dark .house-copy,
.house-feature-dark .house-eyebrow,
.house-feature-dark .house-thumb figcaption {
    color: inherit;
}
.house-hero-figure {
    margin: 2.4rem 0 0;
}
.house-hero-figure--bleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.house-hero-figure img,
.house-hero-figure video {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.house-hero-figure--bleed img,
.house-hero-figure--bleed video {
    aspect-ratio: 16 / 9;
}
.house-detail-grid,
.house-thumb-grid {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.house-thumb-grid--triple {
    grid-template-columns: 0.82fr 1fr 1fr;
    align-items: stretch;
}
.house-detail {
    padding-top: 0.95rem;
    border-top: 1px solid rgba(18,18,18,0.12);
    text-align: center;
}
.house-detail-label {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(18,18,18,0.5);
}
.house-detail p {
    font-size: 0.84rem;
    line-height: 1.75;
    color: rgba(18,18,18,0.66);
    max-width: 32ch;
    margin: 0 auto;
}
.house-thumb {
    display: grid;
    gap: 0.65rem;
}
.house-thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #fff;
}
.house-thumb video {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #000;
}
.house-thumb--portrait video,
.house-thumb--portrait img {
    aspect-ratio: 3 / 4;
}
.house-thumb figcaption {
    font-size: 0.78rem;
    line-height: 1.6;
    color: rgba(18,18,18,0.62);
}

.house-method {
    background: #fffdf8;
    border-top: 1px solid rgba(18,18,18,0.08);
    border-bottom: 1px solid rgba(18,18,18,0.08);
}
.house-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.4rem;
    margin-top: 2.4rem;
}
.house-timeline::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(18,18,18,0.12);
}
.house-timeline-item {
    position: relative;
    padding: 2.25rem 1.15rem 1.2rem;
    text-align: left;
    border: 1px solid rgba(18,18,18,0.08);
    background: rgba(255,255,255,0.58);
}
.house-timeline-item:nth-child(1) {
    background: rgba(215,177,168,0.22);
}
.house-timeline-item:nth-child(2) {
    background: rgba(183,198,217,0.28);
}
.house-timeline-item:nth-child(3) {
    background: rgba(189,203,182,0.28);
}
.house-timeline-item:nth-child(4) {
    background: rgba(234,223,206,0.72);
}
.house-timeline-item::before {
    content: "";
    position: absolute;
    top: 0.35rem;
    left: 0;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: #121212;
    box-shadow: 0 0 0 0.45rem #fffdf8;
}
.house-timeline-item:nth-child(1)::before {
    background: var(--red);
}
.house-timeline-item:nth-child(2)::before {
    background: var(--blue);
}
.house-timeline-item:nth-child(3)::before {
    background: var(--green);
}
.house-timeline-item:nth-child(4)::before {
    background: #9b7a47;
}
.house-timeline-step {
    display: block;
    margin-bottom: 0.65rem;
    font-family: var(--font-display);
    font-size: 2.2rem;
    line-height: 1;
    color: rgba(18,18,18,0.16);
}
.house-timeline-phase,
.house-timeline-meta {
    display: block;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.house-timeline-phase {
    margin-bottom: 0.75rem;
    color: rgba(18,18,18,0.48);
}
.house-timeline-item h3 {
    margin-bottom: 0.7rem;
    font-size: 1.28rem;
    font-style: italic;
    line-height: 1.2;
    color: #121212;
}
.house-timeline-item p {
    margin-bottom: 1rem;
    color: rgba(18,18,18,0.68);
    font-size: 0.88rem;
    line-height: 1.8;
}
.house-timeline-meta {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(18,18,18,0.08);
    color: rgba(18,18,18,0.5);
}

.house-pricing {
    background: #f8f2e8;
}
.house-language-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}
.house-language {
    padding: 1.35rem 1.4rem;
    border: 1px solid rgba(18,18,18,0.1);
    background: rgba(255,255,255,0.38);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.house-language--red {
    background: rgba(215,177,168,0.32);
}
.house-language--blue {
    background: rgba(183,198,217,0.36);
}
.house-language--green {
    background: rgba(189,203,182,0.36);
}
.house-language--sand {
    background: rgba(234,223,206,0.78);
}
.house-language-label {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(18,18,18,0.48);
}
.house-language p {
    color: rgba(18,18,18,0.68);
    font-size: 0.82rem;
    line-height: 1.7;
}
.house-entry {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
    gap: 1.25rem;
    margin-top: 1.2rem;
    padding: 1.9rem 2rem;
    border: 1px solid rgba(18,18,18,0.12);
    background: rgba(255,255,255,0.48);
    align-items: start;
}
.house-entry--red {
    background: rgba(215,177,168,0.28);
}
.house-entry-label {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(18,18,18,0.48);
}
.house-entry-title {
    margin-bottom: 0.5rem;
    font-size: 1.9rem;
    font-style: italic;
    color: #121212;
}
.house-entry-text {
    max-width: 46rem;
    color: rgba(18,18,18,0.68);
    font-size: 0.9rem;
    line-height: 1.85;
}
.house-entry-side {
    text-align: center;
}
.house-entry-price {
    display: block;
    margin-bottom: 1rem;
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 4vw, 3rem);
    line-height: 1;
    color: #121212;
}
.house-entry-list {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.4rem;
}
.house-entry-list li {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(18,18,18,0.1);
    font-size: 0.82rem;
    line-height: 1.7;
    color: rgba(18,18,18,0.72);
}
.house-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.2rem;
}
.house-price {
    padding: 2rem;
    border: 1px solid rgba(18,18,18,0.12);
    background: rgba(255,255,255,0.45);
    text-align: center;
}
.house-price--sand {
    background: rgba(234,223,206,0.8);
}
.house-price-featured {
    background: rgba(183,198,217,0.42);
    color: #121212;
    border-color: rgba(18,18,18,0.16);
}
.house-price--blue {
    background: rgba(183,198,217,0.42);
}
.house-price--green {
    background: rgba(189,203,182,0.42);
}
.house-price-name {
    display: block;
    margin-bottom: 1rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: inherit;
    opacity: 0.66;
}
.house-price-value {
    display: block;
    margin-bottom: 1.3rem;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1;
    color: inherit;
}
.house-price-value span {
    font-family: var(--font-body);
    font-size: 0.75rem;
    opacity: 0.7;
}
.house-price-copy {
    max-width: 28ch;
    margin: 0 auto 1.2rem;
    color: rgba(18,18,18,0.64);
    font-size: 0.84rem;
    line-height: 1.75;
}
.house-price-list {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.8rem;
}
.house-price-list li {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(18,18,18,0.1);
    font-size: 0.84rem;
    line-height: 1.7;
    color: rgba(18,18,18,0.72);
    text-align: center;
}
.house-price-featured .house-price-list li {
    border-top-color: rgba(18,18,18,0.1);
    color: rgba(18,18,18,0.72);
}
.house-price-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(18,18,18,0.14);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #121212;
    margin: 0 auto;
}
.house-price-featured .house-price-link {
    border-color: rgba(18,18,18,0.14);
    color: #121212;
}
.house-maintenance {
    margin-top: 1.15rem;
    padding: 1.8rem 2rem;
    border: 1px solid rgba(18,18,18,0.12);
    background: rgba(255,255,255,0.42);
    text-align: left;
}
.house-maintenance--red {
    background: rgba(215,177,168,0.26);
}
.house-maintenance-label {
    display: block;
    margin-bottom: 0.9rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(18,18,18,0.48);
}
.house-maintenance-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}
.house-maintenance-title {
    margin-bottom: 0.35rem;
    font-size: 1.55rem;
    font-style: italic;
    color: #121212;
}
.house-maintenance-copy {
    max-width: 48rem;
    color: rgba(18,18,18,0.64);
    font-size: 0.88rem;
    line-height: 1.8;
}
.house-maintenance-price {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    color: #121212;
    white-space: nowrap;
}
.house-maintenance-price span {
    font-family: var(--font-body);
    font-size: 0.75rem;
    opacity: 0.7;
}
.house-maintenance-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin: 1.4rem 0 1.5rem;
}
.house-maintenance-list li {
    padding-top: 0.75rem;
    border-top: 1px solid rgba(18,18,18,0.08);
    color: rgba(18,18,18,0.72);
    font-size: 0.84rem;
    line-height: 1.75;
}
.offer-matrix {
    margin-top: 1.15rem;
    padding: 1.8rem 2rem 2rem;
    border: 1px solid rgba(18,18,18,0.12);
    background: rgba(255,255,255,0.4);
}
.offer-matrix-title {
    margin-bottom: 0.35rem;
    font-size: clamp(1.55rem, 3vw, 2.3rem);
    font-style: italic;
    color: #121212;
}
.offer-matrix-copy {
    max-width: 44rem;
    color: rgba(18,18,18,0.64);
    font-size: 0.88rem;
    line-height: 1.8;
}
.offer-table-wrap {
    margin-top: 1.4rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
}
.offer-table {
    width: 100%;
    min-width: 72rem;
    border-collapse: separate;
    border-spacing: 0;
}
.offer-table th,
.offer-table td {
    padding: 1rem;
    border: 1px solid rgba(18,18,18,0.1);
    vertical-align: top;
    background: rgba(255,255,255,0.34);
}
.offer-table thead th {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: left;
}
.offer-table-corner {
    min-width: 10rem;
    background: rgba(245,240,232,0.92);
    color: rgba(18,18,18,0.58);
}
.offer-table-plan {
    min-width: 11.5rem;
}
.offer-table-plan--red {
    background: rgba(215,177,168,0.22);
}
.offer-table-plan--sand {
    background: rgba(234,223,206,0.74);
}
.offer-table-plan--blue {
    background: rgba(183,198,217,0.36);
}
.offer-table-plan--green {
    background: rgba(189,203,182,0.36);
}
.offer-table-plan-title {
    display: block;
    color: rgba(18,18,18,0.62);
}
.offer-table-plan-price {
    display: block;
    margin-top: 0.5rem;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    color: #121212;
}
.offer-table-rowhead {
    position: sticky;
    left: 0;
    z-index: 1;
    min-width: 10rem;
    background: rgba(245,240,232,0.96);
    color: rgba(18,18,18,0.58);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-align: left;
}
.offer-table p {
    color: rgba(18,18,18,0.72);
    font-size: 0.84rem;
    line-height: 1.7;
}
.offer-table ul {
    display: grid;
    gap: 0.7rem;
}
.offer-table li {
    position: relative;
    padding-left: 1rem;
    color: rgba(18,18,18,0.72);
    font-size: 0.82rem;
    line-height: 1.65;
}
.offer-table li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62rem;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.55;
}

.house-cta {
    position: relative;
    padding: clamp(6rem, 12vw, 9rem) 0;
    background:
        linear-gradient(180deg, rgba(24,18,18,0.18), rgba(24,18,18,0.74)),
        linear-gradient(120deg, rgba(139,37,0,0.2), rgba(95,116,150,0.18) 52%, rgba(117,143,111,0.18)),
        url("images/homepage_cta_room_v2.jpg") center center / cover no-repeat;
    color: #fff;
}
.house-cta .house-eyebrow,
.house-cta .house-copy,
.house-cta .house-title {
    color: #fff;
}
.house-cta .house-copy {
    color: rgba(255,255,255,0.8);
}
.house-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    margin-top: 1.3rem;
    padding: 0.8rem 1.2rem;
    background: rgba(215,177,168,0.92);
    border: 1px solid rgba(255,255,255,0.16);
    color: #121212;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.house-cta-sub {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    margin-top: 0.8rem;
    padding: 0.8rem 1.2rem;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .house-insight-grid,
    .house-offer-grid,
    .house-categories-grid,
    .house-detail-grid,
    .house-thumb-grid,
    .house-timeline,
    .house-language-grid,
    .house-pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .house-thumb-grid--triple {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .house-entry {
        grid-template-columns: 1fr;
    }
    .house-maintenance-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    .homepage .nav-inner {
        justify-content: space-between;
    }
    .homepage .hero {
        padding: 7rem 0 3rem;
    }
    .homepage .hero-content h1 {
        font-size: clamp(2.8rem, 14vw, 4.8rem);
    }
    .homepage .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .homepage .hero-notes {
        gap: 0.5rem;
        font-size: 0.54rem;
    }
    .homepage .hero-scene figcaption {
        font-size: 0.54rem;
    }
    .homepage .hero-secondary,
    .homepage .wa-hero {
        width: 100%;
    }
    .house-insight-grid,
    .house-offer-grid,
    .house-categories-grid,
    .house-detail-grid,
    .house-thumb-grid,
    .house-timeline,
    .house-language-grid,
    .house-pricing-grid {
        grid-template-columns: 1fr;
    }
    .house-timeline::before {
        left: 0.35rem;
        right: auto;
        bottom: 0;
        top: 0.35rem;
        width: 1px;
        height: auto;
    }
    .house-timeline-item {
        padding-top: 0;
        padding-left: 1.8rem;
    }
    .house-timeline-item::before {
        top: 0.2rem;
    }
    .house-insight,
    .house-language,
    .house-price,
    .house-entry,
    .house-maintenance,
    .offer-matrix {
        padding: 1.35rem 1rem;
    }
    .house-insight-icon,
    .house-language-icon {
        width: 2.75rem;
        height: 2.75rem;
        margin-bottom: 0.8rem;
    }
    .house-entry-list li,
    .house-price-list li,
    .house-maintenance-list li {
        text-align: left;
    }
    .house-maintenance-head,
    .house-maintenance-list {
        grid-template-columns: 1fr;
        display: grid;
    }
    .house-maintenance-head {
        gap: 0.8rem;
    }
    .house-maintenance-price {
        white-space: normal;
    }
    .offer-table {
        min-width: 60rem;
    }
    .offer-table th,
    .offer-table td {
        padding: 0.85rem 0.8rem;
    }
    .offer-table-plan-price {
        font-size: 1.25rem;
    }
    .offer-table p,
    .offer-table li {
        font-size: 0.78rem;
    }
}
