:root {
  color-scheme: light;
  --white: oklch(1 0 0);
  --paper: oklch(0.975 0.006 125);
  --paper-2: oklch(0.945 0.012 125);
  --ink: oklch(0.22 0.018 125);
  --muted: oklch(0.44 0.02 125);
  --line: oklch(0.84 0.018 125);
  --olive: oklch(0.43 0.064 126);
  --olive-dark: oklch(0.30 0.046 126);
  --olive-light: oklch(0.70 0.055 126);
  --gold: oklch(0.71 0.105 78);
  --gold-dark: oklch(0.47 0.078 72);
  --error: oklch(0.48 0.17 30);
  --focus: oklch(0.54 0.12 230);
  --shadow: 0 1.5rem 4rem oklch(0.15 0.02 125 / 0.14);
  --page: min(92vw, 84rem);
  --radius-small: 0.35rem;
  --radius: 0.8rem;
  --font: "Aptos", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font); font-size: 1rem; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 6.5vw, 6.6rem); }
h2 { font-size: clamp(2.15rem, 4.2vw, 4.25rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
::selection { color: var(--white); background: var(--olive); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 1000; padding: 0.75rem 1rem; color: var(--white); background: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; width: var(--page); margin: auto; min-height: 6rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: var(--white); border-bottom: 1px solid oklch(1 0 0 / 0.35); }
.site-header.is-scrolled { position: fixed; width: 100%; padding-inline: max(4vw, calc((100vw - 84rem) / 2)); min-height: 4.8rem; color: var(--ink); background: oklch(1 0 0 / 0.94); border-bottom-color: var(--line); box-shadow: 0 0.4rem 1.4rem oklch(0.2 0.02 125 / 0.08); backdrop-filter: blur(14px); animation: header-in 220ms ease-out; }
@keyframes header-in { from { transform: translateY(-100%); } }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; font-size: 1.35rem; font-weight: 750; letter-spacing: -0.04em; text-decoration: none; }
.brand-mark { width: 2rem; height: 1.6rem; display: grid; align-content: center; gap: 0.22rem; }
.brand-mark i { display: block; height: 0.18rem; background: currentColor; border-radius: 99px; }
.brand-mark i:nth-child(1) { width: 45%; margin-left: 27.5%; }
.brand-mark i:nth-child(2) { width: 72%; margin-left: 14%; }
.brand-mark i:nth-child(3) { width: 100%; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2rem); font-size: 0.95rem; font-weight: 620; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -0.4rem; height: 2px; background: var(--gold); transition: right 180ms ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 0.72rem 1rem; color: var(--ink); background: var(--gold); border-radius: var(--radius-small); }
.menu-toggle { display: none; width: 3rem; height: 3rem; padding: 0.65rem; color: inherit; background: transparent; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 0.35rem 0; background: currentColor; }

.hero { position: relative; min-height: max(48rem, 100svh); display: grid; place-items: end start; isolation: isolate; overflow: hidden; color: var(--white); background: var(--olive-dark); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { z-index: -3; object-fit: cover; object-position: 52% center; }
.hero-overlay { z-index: -2; background: linear-gradient(90deg, oklch(0.18 0.035 125 / 0.9) 0%, oklch(0.22 0.04 125 / 0.7) 44%, oklch(0.2 0.02 125 / 0.16) 75%), linear-gradient(0deg, oklch(0.18 0.03 125 / 0.5), transparent 45%); }
.hero-content { width: var(--page); margin: 0 auto; padding: 11rem 0 8rem; }
.hero-content h1 { max-width: 12ch; margin-bottom: 1.5rem; }
.eyebrow { display: flex; gap: 0.7rem; align-items: center; margin-bottom: 1.5rem; color: var(--gold); font-size: 0.78rem; font-weight: 760; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-lead { max-width: 43rem; margin-bottom: 2rem; font-size: clamp(1.15rem, 2vw, 1.55rem); color: oklch(0.95 0.012 125); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; }
.button { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; gap: 0.7rem; padding: 0.78rem 1.2rem; border: 1px solid transparent; border-radius: var(--radius-small); font-weight: 720; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: oklch(0.77 0.11 78); }
.button-ghost { color: var(--white); background: oklch(1 0 0 / 0.07); border-color: oklch(1 0 0 / 0.6); }
.button-outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.hero-note { max-width: 42rem; margin: 1.4rem 0 0; padding-left: 1rem; color: oklch(0.9 0.012 125); font-size: 0.9rem; border-left: 2px solid var(--gold); }
.hero-scroll { position: absolute; right: 4vw; bottom: 2rem; width: 3.2rem; height: 3.2rem; display: grid; place-items: center; color: var(--white); border: 1px solid oklch(1 0 0 / 0.5); border-radius: 50%; text-decoration: none; }

.section { padding: clamp(5.5rem, 10vw, 10rem) max(4vw, calc((100vw - 84rem) / 2)); }
.section-heading { display: grid; grid-template-columns: 4rem minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 4rem); margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-heading > div { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr); gap: 3rem; align-items: end; }
.section-heading h2 { max-width: 13ch; margin: 0; }
.section-heading p:not(.section-number) { max-width: 38rem; margin: 0; color: var(--muted); font-size: 1.08rem; }
.section-number { margin: 0; padding-top: 0.4rem; color: var(--gold-dark); font-size: 0.9rem; font-weight: 800; letter-spacing: 0.08em; }

.intro-section { background: var(--white); }
.service-lines { border-top: 1px solid var(--line); }
.service-lines article { display: grid; grid-template-columns: 4rem minmax(15rem, 0.9fr) minmax(18rem, 1.1fr); gap: clamp(1.5rem, 4vw, 4rem); padding: 2.1rem 0; border-bottom: 1px solid var(--line); }
.service-lines article > span { color: var(--gold-dark); font-weight: 750; }
.service-lines h3, .service-lines p { margin: 0; }
.service-lines p { max-width: 44rem; color: var(--muted); }

.support-section { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 1.1fr); gap: clamp(4rem, 10vw, 10rem); color: var(--white); background: var(--olive-dark); }
.support-copy h2 { max-width: 11ch; }
.support-copy > p:not(.section-number) { max-width: 42rem; color: oklch(0.87 0.025 125); }
.support-copy .section-number { color: var(--gold); }
.text-link { display: inline-flex; gap: 0.5rem; margin-top: 1rem; color: var(--gold); font-weight: 720; text-underline-offset: 0.35rem; }
.resource-list { align-self: center; border-top: 1px solid oklch(1 0 0 / 0.25); }
.resource-list h3 { padding: 1.2rem 0; margin: 0; color: var(--olive-light); font-size: 0.95rem; letter-spacing: 0; }
.resource-list a { display: flex; justify-content: space-between; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid oklch(1 0 0 / 0.16); text-decoration: none; }
.resource-list a:hover { color: var(--gold); }

.process-section { background: var(--paper); }
.process-list { max-width: 70rem; padding: 0; margin: 0 0 0 auto; list-style: none; counter-reset: steps; }
.process-list li { counter-increment: steps; display: grid; grid-template-columns: 4rem minmax(15rem, 0.75fr) minmax(20rem, 1.25fr); gap: 2rem; padding: 1.7rem 0; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li::before { content: "0" counter(steps); color: var(--gold-dark); font-weight: 800; }
.process-list span { color: var(--muted); }

.gallery-section { overflow: hidden; background: var(--white); }
.slit-gallery { min-height: 37rem; display: flex; gap: 0.7rem; }
.gallery-panel { position: relative; flex: 0 1 5rem; min-width: 3.5rem; overflow: hidden; color: var(--white); background-image: linear-gradient(0deg, oklch(0.12 0.02 125 / 0.85), transparent 60%), var(--image); background-size: cover; background-position: center; border: 0; border-radius: 2.6rem; cursor: pointer; transition: flex 600ms cubic-bezier(.2,.8,.2,1), border-radius 350ms ease; }
.gallery-panel.is-active { flex: 1 1 44rem; border-radius: 1rem; }
.gallery-panel > span { position: absolute; left: 1.4rem; bottom: 1.5rem; max-width: 25rem; display: grid; gap: 0.2rem; text-align: left; opacity: 0; transform: translateY(0.8rem); transition: 250ms ease 220ms; }
.gallery-panel.is-active > span { opacity: 1; transform: none; }
.gallery-panel b { font-size: clamp(1.35rem, 2.4vw, 2.3rem); line-height: 1.1; }
.gallery-panel small { color: var(--gold); font-weight: 700; }
.gallery-caption { max-width: 55rem; margin: 1.25rem 0 0; color: var(--muted); }

.consultation-section { display: grid; grid-template-columns: minmax(19rem, 0.7fr) minmax(34rem, 1.3fr); gap: clamp(3rem, 8vw, 8rem); color: var(--white); background: var(--ink); }
.consultation-intro { position: sticky; top: 7rem; align-self: start; }
.consultation-intro .section-number { color: var(--gold); }
.consultation-intro h2 { max-width: 11ch; }
.consultation-intro > p:not(.section-number) { color: oklch(0.86 0.012 125); }
.consultation-intro a { color: var(--gold); }
.price-block { display: flex; align-items: center; gap: 1.3rem; padding: 1.5rem 0; margin: 2rem 0; border-block: 1px solid oklch(1 0 0 / 0.2); }
.price-block > span { color: var(--gold); font-size: clamp(3rem, 6vw, 5.4rem); font-weight: 780; letter-spacing: -0.06em; line-height: 1; }
.price-block small { color: oklch(0.82 0.01 125); line-height: 1.35; }
.free-note { font-size: 0.95rem; }
.form-shell { color: var(--ink); background: var(--white); padding: clamp(1.5rem, 4vw, 3.5rem); border-top: 0.35rem solid var(--gold); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.field { display: grid; gap: 0.45rem; margin-bottom: 1.1rem; }
label, legend { font-weight: 700; }
input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; min-height: 3.2rem; padding: 0.7rem 0.85rem; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-small); }
textarea { resize: vertical; min-height: 8rem; }
input:focus, textarea:focus { border-color: var(--olive); box-shadow: 0 0 0 3px oklch(0.43 0.064 126 / 0.14); outline: 0; }
input[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--error); }
fieldset.is-invalid { padding: 0.8rem; outline: 2px solid var(--error); outline-offset: 0.25rem; }
fieldset { padding: 0; margin: 2.1rem 0; border: 0; }
legend { width: 100%; margin-bottom: 0.85rem; font-size: 1.05rem; }
legend small { margin-left: 0.5rem; color: var(--muted); font-weight: 500; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice { position: relative; display: block; cursor: pointer; }
.choice input { position: absolute; opacity: 0; }
.choice span { min-height: 3.25rem; display: flex; align-items: center; padding: 0.65rem 0.85rem 0.65rem 2.6rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-small); font-weight: 580; line-height: 1.25; }
.choice span::before { content: ""; position: absolute; left: 0.85rem; width: 1rem; height: 1rem; border: 1.5px solid var(--muted); border-radius: 50%; }
.choice input[type="checkbox"] + span::before { border-radius: 0.18rem; }
.choice input:checked + span { color: var(--olive-dark); background: oklch(0.93 0.04 126); border-color: var(--olive); }
.choice input:checked + span::before { border: 0.3rem solid var(--olive); background: var(--white); }
.choice input[type="checkbox"]:checked + span::before { border-width: 1px; background: var(--olive); box-shadow: inset 0 0 0 3px var(--white); }
.choice input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 3px; }
.consent { display: grid; grid-template-columns: 1.25rem 1fr; gap: 0.7rem; margin: 1.4rem 0; align-items: start; font-weight: 500; }
.consent input { width: 1.2rem; height: 1.2rem; margin-top: 0.2rem; accent-color: var(--olive); }
.consent a { color: var(--olive-dark); font-weight: 700; }
.submit-button { width: 100%; justify-content: space-between; min-height: 3.7rem; font-size: 1.05rem; }
.form-help { margin: 0.8rem 0 0; color: var(--muted); font-size: 0.85rem; }
.form-status { display: none; padding: 1rem; margin-bottom: 1.2rem; border-left: 4px solid var(--olive); background: oklch(0.94 0.035 126); }
.form-status.is-visible { display: block; }
.form-status.is-error { border-color: var(--error); background: oklch(0.95 0.035 30); }
.form-status ul { margin-bottom: 0; }
.honeypot { position: absolute; left: -9999px; }

.contact-band { display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: center; padding: 3.5rem max(4vw, calc((100vw - 84rem) / 2)); color: var(--ink); background: var(--gold); }
.contact-band p { margin: 0; font-size: 1.15rem; font-weight: 700; }
.contact-band a { font-size: clamp(1.2rem, 2.4vw, 2rem); font-weight: 760; letter-spacing: -0.03em; text-underline-offset: 0.3rem; }
.site-footer { display: grid; grid-template-columns: 1.6fr 0.7fr 0.7fr; gap: 4rem; padding: 5rem max(4vw, calc((100vw - 84rem) / 2)) 2rem; color: oklch(0.86 0.012 125); background: var(--olive-dark); }
.site-footer .brand { color: var(--white); }
.footer-brand p { max-width: 32rem; margin-top: 1.2rem; }
.site-footer h2 { margin-bottom: 1rem; color: var(--olive-light); font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 0.6rem; }
.site-footer a { text-underline-offset: 0.25rem; }
.footer-button, .text-button { padding: 0; color: inherit; background: none; border: 0; text-decoration: underline; text-underline-offset: 0.25rem; cursor: pointer; }
.copyright { grid-column: 1 / -1; padding-top: 2rem; margin: 1rem 0 0; border-top: 1px solid oklch(1 0 0 / 0.16); font-size: 0.85rem; }

.cookie-banner { position: fixed; z-index: 100; left: 50%; bottom: 1rem; transform: translateX(-50%); width: min(94vw, 72rem); display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 1.3rem; color: var(--ink); background: var(--white); border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin-bottom: 0.25rem; font-size: 1.15rem; }
.cookie-banner p { max-width: 52rem; margin: 0; color: var(--muted); font-size: 0.9rem; }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 0.55rem; }
.cookie-actions .button { min-height: 2.65rem; font-size: 0.88rem; }
.cookie-actions .text-button { width: 100%; color: var(--muted); font-size: 0.82rem; }
.cookie-dialog { width: min(92vw, 38rem); padding: 0; color: var(--ink); border: 0; border-top: 4px solid var(--gold); box-shadow: var(--shadow); }
.cookie-dialog::backdrop { background: oklch(0.12 0.02 125 / 0.72); }
.cookie-dialog form { padding: 1.6rem; }
.dialog-head { display: flex; justify-content: space-between; gap: 1rem; }
.dialog-head h2 { font-size: 1.5rem; }
.dialog-close { width: 2.7rem; height: 2.7rem; background: transparent; border: 1px solid var(--line); cursor: pointer; }
.setting-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.setting-row span { display: grid; }
.setting-row small { color: var(--muted); font-weight: 400; }
.setting-row input { width: 1.4rem; height: 1.4rem; accent-color: var(--olive); }
.dialog-actions { display: flex; justify-content: flex-end; gap: 0.7rem; padding-top: 1rem; }

.reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { display: flex; justify-content: space-between; align-items: center; width: min(92vw, 84rem); padding: 1.4rem 0; margin-inline: auto; border-bottom: 1px solid var(--line); }
.legal-content { width: min(88vw, 52rem); padding: clamp(4rem, 10vw, 8rem) 0; margin-inline: auto; }
.legal-content h1 { max-width: 12ch; margin-bottom: 0.5rem; }
.legal-content h2 { margin-top: 2.5rem; font-size: clamp(1.25rem, 2.4vw, 1.65rem); }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--olive-dark); font-weight: 700; }
.legal-updated { font-size: 0.9rem; }
.legal-note { padding: 1.2rem; margin: 2.5rem 0; color: var(--ink); background: oklch(0.93 0.045 85); border-left: 4px solid var(--gold); }
.legal-table { margin: 1.5rem 0; border: 1px solid var(--line); }
.legal-table > div { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 1rem; padding: 0.9rem; border-bottom: 1px solid var(--line); }
.legal-table > div:last-child { border-bottom: 0; }
.legal-table > div:first-child { background: var(--white); }
.legal-footer { display: flex; justify-content: center; gap: 2rem; padding: 2rem; color: var(--white); background: var(--olive-dark); }
.legal-footer a { color: inherit; }

@media (max-width: 68rem) {
  .site-header { width: 92vw; }
  .site-header.is-scrolled { width: 100%; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 1.2rem; padding: 12vh 8vw; color: var(--white); background: var(--olive-dark); transform: translateX(100%); transition: transform 300ms ease; }
  .main-nav.is-open { transform: none; }
  .main-nav a { font-size: clamp(1.5rem, 5vw, 2.4rem); }
  .main-nav .nav-cta { margin-top: 1rem; color: var(--ink); font-size: 1rem; }
  .section-heading > div { grid-template-columns: 1fr; gap: 1.3rem; }
  .support-section, .consultation-section { grid-template-columns: 1fr; }
  .consultation-intro { position: static; }
  .contact-band { grid-template-columns: 1fr; gap: 0.8rem; }
}

@media (max-width: 48rem) {
  html { scroll-padding-top: 5rem; }
  .site-header { min-height: 5rem; }
  .site-header.is-scrolled { min-height: 4.4rem; }
  .hero { min-height: 47rem; }
  .hero-image { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, oklch(0.17 0.03 125 / 0.88), oklch(0.18 0.03 125 / 0.45)), linear-gradient(0deg, oklch(0.17 0.03 125 / 0.65), transparent); }
  .hero-content { padding: 9rem 0 6rem; }
  .hero-content h1 { font-size: clamp(2.5rem, 12vw, 4.4rem); }
  .hero-scroll { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 0.75rem; }
  .service-lines article, .process-list li { grid-template-columns: 2.2rem 1fr; gap: 1rem; }
  .service-lines article p, .process-list li span { grid-column: 2; }
  .support-section { gap: 3rem; }
  .slit-gallery { min-height: auto; display: grid; grid-auto-flow: column; grid-auto-columns: 82vw; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 0.5rem; }
  .gallery-panel, .gallery-panel.is-active { min-width: 0; min-height: 31rem; flex: none; border-radius: 0.8rem; scroll-snap-align: start; }
  .gallery-panel > span { opacity: 1; transform: none; }
  .form-grid, .choice-grid, .choice-grid-three { grid-template-columns: 1fr; }
  .form-shell { margin-inline: -1.5vw; }
  .site-footer { grid-template-columns: 1fr; gap: 2.5rem; }
  .copyright { grid-column: 1; }
  .cookie-banner { grid-template-columns: 1fr; gap: 1rem; }
  .cookie-actions { justify-content: stretch; }
  .cookie-actions .button { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
