/* PRJ-0059 - public website */
:root {
    --brand: #f5c400;
    --brand-strong: #d9ad00;
    --ink: #151515;
    --ink-soft: #454545;
    --paper: #ffffff;
    --page-bg: #f5f3ed;
    --surface: #ece9e0;
    --line: rgba(21, 21, 21, .16);
    --line-light: rgba(255, 255, 255, .22);
    --radius: 4px;
    --section-y: 104px;
    --font-body: Aptos, Calibri, "Segoe UI", Arial, sans-serif;
    --font-heading: Bahnschrift, "Arial Narrow", Arial, sans-serif;
    --font-button: Bahnschrift, "Arial Narrow", Arial, sans-serif;
    --font-size-base: 18px;
    --font-size-small: 14px;
    --font-size-h1: 76px;
    --font-size-h2: 50px;
    --container: 1240px;
    --header-height: 94px;
    --shadow: 0 24px 70px rgba(15, 15, 15, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 126px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--page-bg); font-family: var(--font-body); font-size: var(--font-size-base); line-height: 1.62; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-heading); font-weight: 700; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3.2rem, 6.4vw, var(--font-size-h1)); }
h2 { font-size: clamp(2.35rem, 4.5vw, var(--font-size-h2)); }
h3 { font-size: clamp(1.45rem, 2vw, 1.85rem); line-height: 1.08; }
p { margin: 0; }
.site-container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; padding-block: var(--section-y); }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 18px; background: var(--brand); color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.section-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; color: var(--ink-soft); font-family: var(--font-button); font-size: .78rem; font-weight: 700; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.section-kicker::before { content: ""; width: 38px; height: 2px; flex: 0 0 auto; background: var(--brand); }
.section-kicker--light { color: rgba(255,255,255,.75); }
.section-heading { margin-bottom: 54px; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); gap: 80px; align-items: end; }
.section-heading--split > p { max-width: 560px; color: var(--ink-soft); }
.section-heading--center { max-width: 850px; margin-inline: auto; text-align: center; }
.section-heading--center .section-kicker { justify-content: center; }
.section-heading--center > p:last-child { max-width: 620px; margin: 26px auto 0; color: rgba(255,255,255,.68); }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 18px; padding: 15px 24px; border: 1px solid transparent; border-radius: var(--radius); font-family: var(--font-button); font-size: .88rem; font-weight: 700; letter-spacing: .04em; line-height: 1.2; text-transform: uppercase; transition: transform .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease; }
.button svg, .header-cta svg, .text-arrow svg, .text-link-large svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .22s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button:hover svg, .text-arrow:hover svg, .text-link-large:hover svg { transform: translateX(4px); }
.button--primary { background: var(--brand); color: var(--ink); }
.button--primary:hover { background: #ffd21a; }
.button--dark { background: var(--ink); color: var(--paper); }
.button--dark:hover { background: #303030; }
.button--ghost { border-color: rgba(255,255,255,.6); color: var(--paper); background: rgba(0,0,0,.16); backdrop-filter: blur(10px); }
.button--ghost:hover { border-color: var(--paper); background: rgba(255,255,255,.1); }
.text-arrow { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; font-family: var(--font-button); font-size: .77rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.text-link-large { display: inline-flex; align-items: center; gap: 15px; margin-top: 34px; border-bottom: 2px solid var(--brand); padding-bottom: 8px; font-family: var(--font-button); font-weight: 700; text-transform: uppercase; }

/* Header */
.site-header { position: sticky; z-index: 200; top: 0; width: 100%; background: var(--paper); transition: box-shadow .22s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 36px rgba(15,15,15,.13); }
.utility-bar { background: var(--ink); color: var(--paper); font-family: var(--font-button); font-size: .72rem; letter-spacing: .07em; text-transform: uppercase; }
.utility-bar__inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.utility-bar a { color: var(--brand); font-weight: 700; }
.header-main { background: var(--paper); }
.header-main__inner { min-height: 82px; display: grid; grid-template-columns: minmax(250px, 1fr) auto auto; align-items: center; gap: 30px; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: 14px; }
.brand-mark { position: relative; width: 42px; height: 42px; flex: 0 0 42px; overflow: hidden; background: var(--brand); }
.brand-mark::before, .brand-mark::after, .brand-mark i, .brand-mark b { content: ""; position: absolute; display: block; background: var(--ink); }
.brand-mark::before { width: 7px; height: 24px; top: 9px; left: 10px; }
.brand-mark::after { width: 7px; height: 24px; top: 9px; right: 10px; }
.brand-mark i { width: 18px; height: 7px; top: 18px; left: 12px; }
.brand-mark b { width: 8px; height: 8px; right: -2px; bottom: -2px; background: var(--paper); transform: rotate(45deg); }
.brand-copy { min-width: 0; display: grid; line-height: 1.05; }
.brand-copy strong { overflow: hidden; font-family: var(--font-heading); font-size: 1.02rem; font-weight: 700; letter-spacing: -.01em; text-overflow: ellipsis; white-space: nowrap; }
.brand-copy small { margin-top: 5px; color: #777; font-family: var(--font-button); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { display: block; }
.nav-list, .mobile-nav-list { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.nav-list a { display: block; padding: 12px 15px; border-bottom: 2px solid transparent; font-family: var(--font-button); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav-list a:hover, .nav-list a[aria-current="page"] { border-color: var(--brand); }
.header-cta { display: inline-flex; min-height: 46px; align-items: center; gap: 10px; padding: 11px 17px; background: var(--brand); border-radius: var(--radius); font-family: var(--font-button); font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.header-cta:hover { background: #ffd21a; transform: translateY(-2px); }
.header-cta svg { width: 17px; height: 17px; }
.menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; padding: 11px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .22s ease, opacity .22s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-panel { position: absolute; top: 100%; left: 0; width: 100vw; max-height: 0; overflow: hidden; opacity: 0; visibility: hidden; pointer-events: none; background: #fff; box-shadow: 0 24px 40px rgba(0,0,0,.16); transition: max-height .28s ease, opacity .2s ease, visibility .2s ease; }
.mobile-panel.is-open { max-height: calc(100vh - 84px); overflow-y: auto; opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-nav-list { display: grid; width: 100%; gap: 0; padding: 16px 24px 6px; }
.mobile-nav-list li { border-bottom: 1px solid var(--line); }
.mobile-nav-list a { display: flex; min-height: 58px; align-items: center; justify-content: space-between; font-family: var(--font-heading); font-size: 1.35rem; font-weight: 700; }
.mobile-nav-list a::after { content: ""; width: 8px; height: 8px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.mobile-nav-list a[aria-current="page"] { color: #806900; }
.mobile-phone { display: flex; align-items: center; justify-content: space-between; margin: 18px 24px 28px; padding: 18px 20px; background: var(--brand); }
.mobile-phone span { font-family: var(--font-button); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mobile-phone strong { font-family: var(--font-heading); font-size: 1.25rem; }

/* Hero */
.hero { position: relative; min-height: min(780px, calc(100vh - 114px)); overflow: hidden; display: grid; align-items: center; color: var(--paper); background: #1a1a1a; }
.hero__image, .page-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,12,.92) 0%, rgba(12,12,12,.7) 52%, rgba(12,12,12,.25) 100%), linear-gradient(0deg, rgba(0,0,0,.4), transparent 60%); }
.hero::after { content: ""; position: absolute; top: 0; right: clamp(18px, 6vw, 110px); width: clamp(80px, 11vw, 180px); height: 68%; border-right: clamp(20px, 3.8vw, 58px) solid rgba(245,196,0,.88); border-bottom: clamp(20px, 3.8vw, 58px) solid rgba(245,196,0,.88); pointer-events: none; }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 90px; align-items: end; padding-block: 105px 120px; }
.hero__copy { max-width: 860px; }
.hero h1 { max-width: 900px; color: var(--paper); }
.hero__lead { max-width: 720px; margin-top: 28px; color: rgba(255,255,255,.78); font-size: clamp(1.08rem, 1.6vw, 1.32rem); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero__rail { display: grid; align-self: stretch; align-content: end; border-left: 1px solid var(--line-light); }
.hero-stat { padding: 22px 0 22px 28px; border-bottom: 1px solid var(--line-light); }
.hero-stat strong { display: block; color: var(--brand); font-family: var(--font-heading); font-size: 2.25rem; line-height: 1; letter-spacing: -.04em; }
.hero-stat span { display: block; margin-top: 7px; color: rgba(255,255,255,.72); font-size: .79rem; letter-spacing: .06em; text-transform: uppercase; }
.hero__scroll { position: absolute; z-index: 3; bottom: 28px; left: 50%; display: grid; justify-items: center; gap: 8px; color: rgba(255,255,255,.66); font-family: var(--font-button); font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.hero__scroll span { width: 1px; height: 34px; background: linear-gradient(var(--brand) 50%, rgba(255,255,255,.25) 50%); background-size: 100% 200%; animation: scrollLine 1.8s ease-in-out infinite; }
@keyframes scrollLine { 0% { background-position: 0 100%; } 100% { background-position: 0 -100%; } }

/* Product cards */
.product-section { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.product-card__link { height: 100%; display: flex; flex-direction: column; overflow: hidden; }
.product-card__media { aspect-ratio: 1.55; margin: 0; overflow: hidden; background: #ddd; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,.61,.36,1), filter .4s ease; }
.product-card__body { min-height: 335px; display: flex; flex-direction: column; padding: 34px; }
.product-card__number { width: fit-content; margin-bottom: 28px; border-bottom: 2px solid var(--brand); color: #6b6b6b; font-family: var(--font-heading); font-size: .82rem; font-weight: 700; }
.product-card h3 { margin-bottom: 18px; }
.product-card p { margin-bottom: 28px; color: var(--ink-soft); font-size: .96rem; }
.product-card:hover img { transform: scale(1.06); filter: saturate(1.08); }
.product-card:hover .text-arrow { color: #806900; }
.section-action { display: flex; justify-content: center; margin-top: 46px; }

/* Experience */
.experience-section { overflow: hidden; background: var(--page-bg); }
.experience-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, .8fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.experience-media { position: relative; min-width: 0; padding: 0 0 60px 48px; }
.experience-media::before { content: ""; position: absolute; z-index: 0; top: 52px; left: 0; width: 68%; height: calc(100% - 28px); background: var(--brand); }
.experience-media__frame { position: relative; z-index: 1; aspect-ratio: .95; overflow: hidden; box-shadow: var(--shadow); }
.experience-media__frame img { width: 100%; height: 100%; object-fit: cover; }
.experience-badge { position: absolute; z-index: 2; right: -28px; bottom: 6px; width: 205px; padding: 26px; background: var(--ink); color: var(--paper); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.experience-badge strong { display: block; color: var(--brand); font-family: var(--font-heading); font-size: 2.5rem; line-height: 1; }
.experience-badge span { display: block; margin-top: 8px; font-size: .74rem; letter-spacing: .07em; text-transform: uppercase; }
.experience-copy { max-width: 600px; }
.rich-copy { display: grid; gap: 18px; margin-top: 30px; color: var(--ink-soft); }

/* Process */
.process-section { overflow: hidden; background: var(--ink); color: var(--paper); }
.process-section::before { content: ""; position: absolute; top: -120px; right: -60px; width: 420px; height: 420px; border: 70px solid rgba(245,196,0,.12); transform: rotate(22deg); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 60px; border-top: 1px solid var(--line-light); }
.process-step { position: relative; min-height: 300px; padding: 50px 38px 36px; border-right: 1px solid var(--line-light); }
.process-step:last-of-type { border-right: 0; }
.process-step__number { position: absolute; top: -18px; left: 38px; min-width: 46px; padding: 7px 10px; background: var(--brand); color: var(--ink); font-family: var(--font-heading); font-size: .78rem; font-weight: 700; text-align: center; }
.process-step h3 { max-width: 260px; color: var(--paper); }
.process-step p { margin-top: 22px; color: rgba(255,255,255,.65); }

/* Benefits */
.benefits-section { background: var(--surface); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-card { min-height: 300px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.48); transition: background .22s ease, transform .22s ease; }
.benefit-card:hover { z-index: 1; background: var(--paper); transform: translateY(-6px); box-shadow: 0 18px 44px rgba(0,0,0,.08); }
.benefit-card > strong { display: block; margin-bottom: 52px; color: #8d7500; font-family: var(--font-heading); font-size: 2.6rem; line-height: 1; }
.benefit-card h3 { min-height: 62px; }
.benefit-card p { margin-top: 18px; color: var(--ink-soft); font-size: .93rem; }

/* CTA */
.contact-banner { padding-block: 0; background: var(--brand); }
.contact-banner__inner { min-height: 330px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; align-items: center; padding-block: 64px; }
.contact-banner__inner h2 { max-width: 850px; }
.contact-banner__inner p:not(.section-kicker) { max-width: 670px; margin-top: 20px; color: rgba(21,21,21,.7); }

/* Inner page hero */
.page-hero { position: relative; min-height: 510px; overflow: hidden; display: grid; align-items: end; color: var(--paper); background: var(--ink); }
.page-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,10,.92), rgba(10,10,10,.5) 65%, rgba(10,10,10,.2)), linear-gradient(0deg, rgba(0,0,0,.6), transparent 75%); }
.page-hero::after { content: ""; position: absolute; right: 8%; bottom: -90px; width: 250px; height: 250px; border: 42px solid rgba(245,196,0,.8); transform: rotate(16deg); }
.page-hero__content { position: relative; z-index: 2; padding-block: 120px 80px; }
.page-hero__content h1 { max-width: 980px; }
.page-hero__content > p:last-child { max-width: 740px; margin-top: 26px; color: rgba(255,255,255,.74); font-size: 1.18rem; }

/* Offer */
.offer-list-section { background: var(--paper); }
.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.offer-card { display: grid; grid-template-columns: 42% minmax(0,1fr); min-height: 360px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); transition: transform .24s ease, box-shadow .24s ease; }
.offer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.offer-card__media { min-height: 100%; margin: 0; overflow: hidden; background: #ddd; }
.offer-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.offer-card:hover img { transform: scale(1.05); }
.offer-card__body { display: flex; flex-direction: column; padding: 30px; }
.offer-card__code { align-self: flex-start; margin-bottom: 32px; border-bottom: 2px solid var(--brand); color: #6e6e6e; font-family: var(--font-heading); font-size: .76rem; font-weight: 700; }
.offer-card__body p { margin-top: 18px; color: var(--ink-soft); font-size: .91rem; }
.offer-card__usage { display: grid; gap: 4px; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); }
.offer-card__usage span { color: #747474; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.offer-card__usage strong { font-size: .88rem; font-weight: 700; }
.delivery-section { overflow: hidden; background: var(--ink); color: var(--paper); }
.delivery-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(400px,1.1fr); gap: 100px; align-items: center; }
.delivery-copy p:not(.section-kicker) { max-width: 600px; margin: 28px 0 34px; color: rgba(255,255,255,.66); }
.delivery-scale { display: grid; grid-template-columns: auto minmax(100px,1fr) auto; align-items: center; gap: 24px; }
.delivery-scale > div:not(.delivery-line) { min-width: 120px; }
.delivery-scale strong { display: block; color: var(--brand); font-family: var(--font-heading); font-size: clamp(3.5rem,7vw,7rem); line-height: .9; letter-spacing: -.06em; }
.delivery-scale span { display: block; margin-top: 12px; color: rgba(255,255,255,.62); font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }
.delivery-line { position: relative; height: 2px; background: rgba(255,255,255,.22); }
.delivery-line::before, .delivery-line::after { content: ""; position: absolute; top: 50%; width: 12px; height: 12px; border: 3px solid var(--brand); background: var(--ink); transform: translateY(-50%) rotate(45deg); }
.delivery-line::before { left: 0; }
.delivery-line::after { right: 0; }
.delivery-line span { width: 62%; height: 100%; margin: 0; background: var(--brand); }
.advice-section { background: var(--page-bg); }
.advice-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.advice-card { position: relative; min-height: 420px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 48px; border: 1px solid var(--line); background: var(--paper); }
.advice-card--large { background: var(--brand); }
.advice-card h2 { max-width: 760px; font-size: clamp(2.2rem,4vw,4.2rem); }
.advice-card p:not(.section-kicker) { max-width: 670px; margin-top: 24px; color: rgba(21,21,21,.68); }
.advice-index { position: absolute; top: 34px; right: 38px; color: rgba(21,21,21,.25); font-family: var(--font-heading); font-size: 3rem; font-weight: 700; }

/* Gallery */
.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: 18px; }
.gallery-card { grid-column: span 4; margin: 0; min-width: 0; }
.gallery-card:nth-of-type(1), .gallery-card:nth-of-type(6) { grid-column: span 7; }
.gallery-card:nth-of-type(2), .gallery-card:nth-of-type(7) { grid-column: span 5; }
.gallery-card:nth-of-type(1) .gallery-card__button, .gallery-card:nth-of-type(2) .gallery-card__button, .gallery-card:nth-of-type(6) .gallery-card__button, .gallery-card:nth-of-type(7) .gallery-card__button { aspect-ratio: 1.55; }
.gallery-card__button { position: relative; width: 100%; aspect-ratio: 1.08; overflow: hidden; padding: 0; border: 0; background: #d5d5d5; cursor: zoom-in; text-align: left; }
.gallery-card__button::after { content: "+"; position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; background: var(--brand); color: var(--ink); font-family: var(--font-heading); font-size: 1.5rem; line-height: 1; opacity: 0; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .35s ease; }
.gallery-card figcaption { position: absolute; inset: auto 0 0; padding: 58px 24px 22px; color: var(--paper); background: linear-gradient(transparent, rgba(0,0,0,.82)); transform: translateY(14px); transition: transform .25s ease; }
.gallery-card figcaption strong { display: block; font-family: var(--font-heading); font-size: 1.5rem; line-height: 1.1; }
.gallery-card figcaption span { display: block; margin-top: 7px; color: rgba(255,255,255,.7); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.gallery-card__button:hover img { transform: scale(1.055); filter: saturate(1.1); }
.gallery-card__button:hover::after { opacity: 1; transform: none; }
.gallery-card__button:hover figcaption { transform: none; }
.lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 42px; background: rgba(5,5,5,.94); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
.lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.lightbox figure { width: min(1100px, 100%); max-height: calc(100vh - 84px); margin: 0; display: grid; gap: 12px; }
.lightbox img { width: 100%; max-height: calc(100vh - 135px); object-fit: contain; }
.lightbox figcaption { color: rgba(255,255,255,.8); text-align: center; }
.lightbox__close { position: absolute; top: 24px; right: 24px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.4); background: transparent; cursor: pointer; }
.lightbox__close::before, .lightbox__close::after { content: ""; position: absolute; top: 22px; left: 12px; width: 22px; height: 2px; background: white; }
.lightbox__close::before { transform: rotate(45deg); }
.lightbox__close::after { transform: rotate(-45deg); }

/* Contact */
.contact-section { background: var(--page-bg); }
.contact-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(420px,1fr); gap: clamp(45px,7vw,100px); align-items: start; }
.contact-details { position: sticky; top: 150px; }
.contact-details > p:not(.section-kicker) { max-width: 620px; margin-top: 24px; color: var(--ink-soft); }
.contact-cards { display: grid; gap: 12px; margin-top: 42px; }
.contact-card { min-width: 0; display: grid; padding: 24px 26px; border: 1px solid var(--line); background: rgba(255,255,255,.65); transition: background .2s ease, border-color .2s ease; }
a.contact-card:hover { border-color: var(--brand-strong); background: var(--paper); }
.contact-card > span, .payment-note > span { color: #737373; font-family: var(--font-button); font-size: .69rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { min-width: 0; overflow-wrap: anywhere; margin-top: 6px; font-family: var(--font-heading); font-size: 1.25rem; line-height: 1.25; }
.contact-card small { margin-top: 8px; color: #777; }
.payment-note { display: grid; gap: 5px; margin-top: 18px; padding: 20px 24px; background: var(--brand); }
.payment-note strong { font-family: var(--font-heading); font-size: 1.2rem; }
.form-panel { padding: clamp(32px,5vw,58px); background: var(--paper); box-shadow: var(--shadow); }
.form-panel > p:not(.section-kicker) { margin-top: 18px; color: var(--ink-soft); }
.contact-form { display: grid; gap: 20px; margin-top: 34px; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.field { display: grid; gap: 8px; }
.field > span { font-family: var(--font-button); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; border: 1px solid #c8c5bd; border-radius: 0; padding: 15px 16px; background: #faf9f6; color: var(--ink); outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.field input { min-height: 52px; }
.field textarea { resize: vertical; min-height: 155px; }
.field input:focus, .field textarea:focus { border-color: #9c7d00; box-shadow: 0 0 0 3px rgba(245,196,0,.22); }
.field input:user-invalid, .field textarea:user-invalid { border-color: #a33232; }
.privacy-check { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: 12px; align-items: start; color: #555; font-size: .82rem; line-height: 1.5; }
.privacy-check input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--brand-strong); }
.privacy-check a { border-bottom: 1px solid currentColor; color: var(--ink); }
.button--submit { width: 100%; margin-top: 4px; border: 0; cursor: pointer; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; margin-top: 22px; padding: 14px 16px; border-left: 4px solid; font-size: .88rem; }
.form-status.is-visible { display: block; }
.form-status--success { border-color: #2e7d32; background: #edf7ed; color: #205c24; }
.form-status--error { border-color: #a33232; background: #fff0f0; color: #7b2222; }
.map-section { background: var(--paper); }
.map-shell { position: relative; min-height: 470px; overflow: hidden; background: #1d1d1d; }
.map-shell::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(30deg, rgba(255,255,255,.16) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.16) 87.5%), linear-gradient(150deg, rgba(255,255,255,.16) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.16) 87.5%); background-size: 70px 122px; }
.map-placeholder { position: relative; z-index: 2; min-height: 470px; display: grid; place-items: center; align-content: center; padding: 40px; color: white; text-align: center; }
.map-placeholder strong { margin-top: 20px; font-family: var(--font-heading); font-size: 2.1rem; }
.map-placeholder p { margin: 4px 0 24px; color: rgba(255,255,255,.66); }
.map-marker { position: relative; width: 54px; height: 54px; border: 14px solid var(--brand); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.map-marker::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--ink); }
.map-shell iframe { position: absolute; z-index: 3; inset: 0; width: 100%; height: 100%; border: 0; }
.faq-section { background: var(--surface); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.1fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 150px; }
.faq-heading > p:not(.section-kicker) { margin-top: 24px; color: var(--ink-soft); }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { min-height: 90px; display: grid; grid-template-columns: minmax(0,1fr) 34px; gap: 24px; align-items: center; padding: 20px 0; cursor: pointer; list-style: none; font-family: var(--font-heading); font-size: 1.32rem; font-weight: 700; line-height: 1.2; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { position: relative; width: 30px; height: 30px; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 14px; left: 5px; width: 20px; height: 2px; background: var(--ink); transition: transform .2s ease; }
.faq-icon::after { transform: rotate(90deg); }
.faq-item[open] .faq-icon::after { transform: rotate(0); }
.faq-answer { padding: 0 64px 28px 0; color: var(--ink-soft); }

/* Footer */
.site-footer { background: #111; color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .45fr .8fr; gap: 80px; padding-block: 76px 66px; }
.brand--footer .brand-copy small { color: rgba(255,255,255,.48); }
.footer-brand p { max-width: 470px; margin-top: 28px; color: rgba(255,255,255,.58); }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-column h2 { margin-bottom: 15px; color: var(--brand); font-family: var(--font-button); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-column a, .footer-column address { color: rgba(255,255,255,.68); font-size: .88rem; overflow-wrap: anywhere; }
.footer-column a:hover { color: var(--brand); }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: .72rem; }
.footer-bottom a:hover { color: var(--brand); }

/* Privacy */
.privacy-page { background: #f4f2ec; }
.privacy-document { width: min(calc(100% - 36px), 920px); margin: 0 auto; padding: 80px 0 110px; }
.privacy-document article { padding: clamp(30px,6vw,72px); background: white; box-shadow: 0 18px 70px rgba(0,0,0,.08); }
.privacy-document h1 { padding-bottom: 28px; border-bottom: 3px solid var(--brand); font-size: clamp(2.5rem,6vw,4.7rem); text-align: center; }
.privacy-content { display: grid; gap: 20px; margin-top: 42px; color: #373737; font-size: 1rem; line-height: 1.75; }
.privacy-content h2 { margin-top: 18px; font-size: 1.48rem; line-height: 1.25; letter-spacing: -.02em; }
.privacy-content p { text-align: left; }
.privacy-content .privacy-date { margin-top: 24px; color: #777; font-size: .86rem; text-align: center; }

/* Reveal animation with progressive enhancement */
.reveal { opacity: 1; transform: none; }
html.reveal-enabled .reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.61,.36,1); }
html.reveal-enabled .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
    :root { --section-y: 86px; --font-size-h1: 66px; --font-size-h2: 45px; }
    .header-main__inner { grid-template-columns: minmax(215px,1fr) auto auto; gap: 16px; }
    .nav-list a { padding-inline: 10px; }
    .hero__grid { grid-template-columns: minmax(0,1fr) 235px; gap: 45px; }
    .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .benefits-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .offer-card { grid-template-columns: 38% minmax(0,1fr); }
    .contact-layout { gap: 48px; }
    .faq-layout { gap: 60px; }
}
@media (max-width: 900px) {
    :root { --section-y: 76px; }
    .site-container { width: min(calc(100% - 36px), var(--container)); }
    .utility-bar { display: none; }
    .header-main__inner { min-height: 76px; grid-template-columns: minmax(0,1fr) auto; }
    .desktop-nav, .header-cta { display: none; }
    .menu-toggle { display: block; justify-self: end; }
    .site-header { position: sticky; }
    .section-heading--split { grid-template-columns: 1fr; gap: 26px; }
    .hero { min-height: 720px; }
    .hero::after { right: -30px; opacity: .7; }
    .hero__veil { background: linear-gradient(90deg, rgba(12,12,12,.92), rgba(12,12,12,.68)), linear-gradient(0deg, rgba(0,0,0,.45), transparent); }
    .hero__grid { grid-template-columns: 1fr; gap: 45px; padding-block: 90px 100px; }
    .hero__copy { max-width: 760px; }
    .hero__rail { grid-template-columns: repeat(3,minmax(0,1fr)); border-left: 0; border-top: 1px solid var(--line-light); }
    .hero-stat { padding: 20px 18px 0 0; border-right: 1px solid var(--line-light); border-bottom: 0; }
    .hero-stat:last-child { border-right: 0; padding-left: 18px; }
    .hero-stat:nth-child(2) { padding-left: 18px; }
    .experience-grid { grid-template-columns: 1fr; }
    .experience-media { max-width: 680px; }
    .process-grid { grid-template-columns: 1fr; border-top: 0; }
    .process-step { min-height: 0; padding: 44px 24px 34px 74px; border-top: 1px solid var(--line-light); border-right: 0; }
    .process-step__number { top: 42px; left: 0; }
    .contact-banner__inner { grid-template-columns: 1fr; gap: 34px; }
    .offer-grid { grid-template-columns: 1fr; }
    .delivery-grid { grid-template-columns: 1fr; gap: 70px; }
    .advice-grid { grid-template-columns: 1fr; }
    .gallery-card { grid-column: span 6; }
    .gallery-card:nth-of-type(n) { grid-column: span 6; }
    .gallery-card:nth-of-type(n) .gallery-card__button { aspect-ratio: 1.1; }
    .contact-layout { grid-template-columns: 1fr; }
    .contact-details { position: static; }
    .faq-layout { grid-template-columns: 1fr; gap: 42px; }
    .faq-heading { position: static; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
    :root { --section-y: 64px; --font-size-base: 17px; }
    html { scroll-padding-top: 90px; }
    .site-container { width: min(calc(100% - 28px), var(--container)); }
    .header-main__inner { min-height: 70px; }
    .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
    .brand-copy strong { font-size: .88rem; }
    .brand-copy small { font-size: .57rem; }
    .menu-toggle { width: 44px; height: 44px; margin-right: -7px; }
    .mobile-panel.is-open { max-height: calc(100vh - 70px); }
    .section-heading { margin-bottom: 38px; }
    .section-kicker { margin-bottom: 18px; }
    .button { width: 100%; min-height: 54px; }
    .hero { min-height: 720px; }
    .hero__image { object-position: 58% center; }
    .hero__grid { gap: 36px; padding-block: 76px 105px; }
    .hero h1 { font-size: clamp(2.8rem,13vw,4.7rem); }
    .hero__lead { margin-top: 22px; font-size: 1rem; }
    .hero__actions { display: grid; margin-top: 30px; }
    .hero__rail { gap: 0; }
    .hero-stat { padding: 16px 8px 0 0; }
    .hero-stat:nth-child(2), .hero-stat:last-child { padding-left: 10px; }
    .hero-stat strong { font-size: 1.55rem; }
    .hero-stat span { font-size: .59rem; line-height: 1.35; }
    .hero__scroll { bottom: 18px; }
    .product-grid { grid-template-columns: 1fr; }
    .product-card__body { min-height: 290px; padding: 28px 24px; }
    .experience-media { padding: 0 0 45px 26px; }
    .experience-media::before { top: 34px; }
    .experience-badge { right: -4px; width: 175px; padding: 20px; }
    .benefits-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: 250px; }
    .contact-banner__inner { min-height: 0; padding-block: 55px; }
    .page-hero { min-height: 450px; }
    .page-hero__content { padding-block: 100px 60px; }
    .page-hero__content h1 { font-size: clamp(2.7rem,13vw,4.7rem); }
    .offer-card { grid-template-columns: 1fr; }
    .offer-card__media { aspect-ratio: 1.55; }
    .offer-card__body { min-height: 310px; }
    .delivery-scale { grid-template-columns: 1fr; gap: 18px; }
    .delivery-line { width: 100%; }
    .delivery-scale > div:not(.delivery-line) { text-align: center; }
    .delivery-scale strong { font-size: 4.6rem; }
    .advice-card { min-height: 370px; padding: 32px 25px; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-card:nth-of-type(n) { grid-column: 1; }
    .gallery-card:nth-of-type(n) .gallery-card__button { aspect-ratio: 1.15; }
    .lightbox { padding: 65px 16px 20px; }
    .lightbox__close { top: 12px; right: 12px; }
    .form-panel { padding: 30px 20px; }
    .form-row { grid-template-columns: 1fr; }
    .contact-card { padding: 21px 18px; }
    .contact-card strong { font-size: 1.04rem; }
    .map-shell, .map-placeholder { min-height: 390px; }
    .faq-item summary { min-height: 78px; font-size: 1.12rem; }
    .faq-answer { padding-right: 42px; }
    .footer-grid { grid-template-columns: 1fr; gap: 42px; padding-block: 60px 48px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { min-height: 100px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; }
    .privacy-document { width: min(calc(100% - 22px), 920px); padding-block: 30px 60px; }
    .privacy-document article { padding: 28px 20px; }
    .privacy-content { margin-top: 32px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    html.reveal-enabled .reveal { opacity: 1; transform: none; }
}
