:root {
  --ink: #131f2e;
  --ink-deep: #0c1622;
  --bg: #f7f4ee;
  --surface: #fffdf8;
  --accent: #cfae6c;
  --accent-soft: #f3e8cf;
  --mint: #e2dbcd;
  --coral: #b68b43;
  --muted: #65707a;
  --line: #ddd7cb;
  --shadow: 0 18px 60px rgba(17, 27, 40, 0.1);
  --sans: "Inter", Arial, sans-serif;
  --serif: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
::selection { background: var(--accent); color: var(--ink-deep); }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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: 18px; top: -80px; z-index: 999; padding: 11px 16px; border-radius: 8px; background: var(--accent); color: var(--ink-deep); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 18px; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; padding: 24px max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid rgba(217,182,108,.42); background: var(--ink); color: #faf7f0; }
.brand { display: inline-flex; align-items: center; width: max-content; color: var(--ink); text-decoration: none; }
.brand img { display: block; width: 260px; height: auto; }
.brand > span:last-child { white-space: nowrap; }
.brand i { color: var(--ink); font-style: normal; font-weight: 400; }
.brand-mark { position: relative; display: inline-block; width: 30px; height: 30px; border: 1.5px solid currentColor; border-radius: 8px; }
.brand-mark span { position: absolute; left: 7px; width: 14px; height: 1.5px; background: currentColor; transform-origin: right; }
.brand-mark span:nth-child(1) { top: 9px; transform: rotate(28deg); }
.brand-mark span:nth-child(2) { top: 14px; }
.brand-mark span:nth-child(3) { top: 19px; transform: rotate(-28deg); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: rgba(250,247,240,.78); text-decoration: none; font-size: 12px; font-weight: 650; transition: color .2s; }
.site-nav a:hover { color: #fff; }
.language-switcher { display: inline-flex; align-items: center; gap: 7px; margin-left: 2px; padding-left: 20px; border-left: 1px solid rgba(250,247,240,.2); color: var(--accent); font-size: 10px; font-weight: 800; }
.language-switcher button { min-width: 30px; padding: 5px 7px; border: 0; border-radius: 6px; background: transparent; color: rgba(250,247,240,.64); font-size: 10px; font-weight: 800; cursor: pointer; transition: background .2s, color .2s; }
.language-switcher button:hover { color: #fff; }
.language-switcher button[aria-pressed="true"] { background: var(--accent); color: var(--ink-deep); }
.site-header .header-cta { justify-self: end; border-color: rgba(217,182,108,.72); background: #08121d; color: #faf7f0; box-shadow: 0 8px 22px rgba(0,0,0,.24); }
.site-header .header-cta:hover { border-color: var(--accent); background: #030a12; color: #fff; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 9px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; cursor: pointer; }
.phone-icon { flex: 0 0 auto; width: 17px; height: 17px; fill: currentColor; }
.button-small .phone-icon { width: 14px; height: 14px; }
.button:hover { transform: translateY(-2px); background: var(--ink-deep); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 0 17px; font-size: 11px; }
.button-lime { border-color: var(--accent); background: var(--accent); color: var(--ink-deep); }
.button-lime:hover { border-color: #c7f34f; background: #c7f34f; }
.button-outline { width: 100%; border-color: var(--line); background: transparent; color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: transparent; }
.button-dark { width: 100%; border-color: var(--ink-deep); background: var(--ink-deep); color: #fff; }

.hero { position: relative; min-height: 780px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr); gap: clamp(50px, 7vw, 100px); align-items: center; max-width: 1240px; margin: 0 auto; padding: 145px 0 78px; }
.hero-copy { position: relative; z-index: 2; max-width: 630px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
.eyebrow-light { color: rgba(255,255,255,.58); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 660px; margin-bottom: 26px; font-size: clamp(54px, 5.5vw, 82px); line-height: .98; letter-spacing: -.06em; font-weight: 750; }
h1 em, h2 em { color: inherit; font-style: normal; font-weight: inherit; }
h1 em { text-decoration: underline; text-decoration-thickness: 10px; text-decoration-color: var(--accent); text-underline-offset: -3px; text-decoration-skip-ink: none; }
.hero-lede { max-width: 570px; margin-bottom: 32px; color: #596571; font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 40px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; place-items: center; width: 35px; height: 35px; margin-left: -8px; border: 2px solid var(--bg); border-radius: 50%; background: var(--mint); color: var(--ink); font-size: 8px; font-weight: 750; }
.avatar-stack span:first-child { margin-left: 0; background: #f0a48b; }
.avatar-stack span:last-child { background: var(--accent); }
.hero-proof > div:last-child { display: flex; flex-direction: column; line-height: 1.35; }
.hero-proof strong { font-size: 11px; }
.hero-proof span { color: var(--muted); font-size: 9px; }
.hero-proof b { color: #d2765c; letter-spacing: 1px; }

.hero-portrait { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 480px; margin: 0; }
.hero-portrait::before { content: ""; position: absolute; top: 62px; left: 50%; width: min(300px, 54%); aspect-ratio: 4 / 5; border-radius: 24px; background: var(--mint); transform: translateX(-50%) rotate(2deg); }
.hero-photo-frame { position: relative; z-index: 2; width: min(260px, 48%); aspect-ratio: 4 / 5; overflow: hidden; border: 5px solid var(--surface); border-radius: 20px; background: var(--surface); box-shadow: var(--shadow); }
.hero-photo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.hero-signature { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: center; margin-top: -9px; transform: rotate(-3deg); }
.hero-signature strong { color: #8a6a35; font-family: "Allura", cursive; font-size: 54px; font-weight: 400; line-height: .82; }
.hero-signature small { margin-top: 6px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.hero-visual { position: relative; min-height: 500px; z-index: 2; }
.hero-visual::before { content: ""; position: absolute; inset: 35px 0 20px 42px; border-radius: 28px; background: var(--mint); }
.main-card { position: absolute; z-index: 2; top: 72px; left: 0; width: min(610px, 96%); padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.dash-topline { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.dash-topline > div { display: flex; flex-direction: column; }
.dash-label { color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.dash-topline strong { margin-top: 4px; font-size: 31px; letter-spacing: -.05em; }
.status-pill { display: flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; background: #eff5ed; font-size: 8px; font-weight: 750; text-transform: uppercase; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: #68a36e; }
.chart { margin-top: 14px; }
.chart svg { display: block; width: 100%; overflow: visible; }
.chart .area { fill: url(#chartFill); }
.chart .line { fill: none; stroke: var(--ink); stroke-width: 3; stroke-linecap: round; }
.chart circle { fill: var(--coral); stroke: var(--surface); stroke-width: 4; }
.chart-labels { display: flex; justify-content: space-between; color: #8d9995; font-size: 7px; font-weight: 700; }
.dash-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 20px; padding-top: 17px; border-top: 1px solid var(--line); }
.dash-metrics div { display: flex; flex-direction: column; }
.dash-metrics span { color: var(--muted); font-size: 8px; }
.dash-metrics strong { font-size: 17px; }
.dash-metrics small { color: #5d8e61; font-size: 7px; font-weight: 750; }
.dash-metrics .neutral { color: #8a7470; }
.floating-card { position: absolute; z-index: 4; display: flex; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: 0 14px 35px rgba(14,36,29,.12); }
.receipt-card { left: -22px; bottom: 5px; align-items: center; gap: 11px; padding: 13px 16px; }
.icon-box { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 8px; background: var(--accent); font-weight: 800; }
.receipt-card div { display: flex; flex-direction: column; line-height: 1.35; }
.receipt-card strong { font-size: 10px; }
.receipt-card div span { color: var(--muted); font-size: 8px; }
.insight-card { right: -2px; top: 24px; flex-direction: column; min-width: 150px; padding: 14px 18px; border-color: var(--ink); background: var(--ink); color: white; }
.insight-card span { color: rgba(255,255,255,.5); font-size: 7px; letter-spacing: .12em; }
.insight-card strong { color: var(--accent); font-size: 23px; }
.insight-card small { color: rgba(255,255,255,.65); font-size: 7px; }
.hero-orbit { display: none; }

.trust-strip { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2.4vw, 36px); padding: 20px 26px; background: var(--ink); color: rgba(255,255,255,.8); white-space: nowrap; overflow: hidden; }
.trust-strip > span { color: var(--accent); font-size: 11px; font-weight: 650; }
.trust-strip strong { font-size: 9px; letter-spacing: .14em; }
.trust-strip i { color: var(--accent); font-style: normal; font-size: 8px; }

.section { padding: 110px max(24px, calc((100vw - 1240px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 48px; }
h2 { margin-bottom: 0; font-size: clamp(42px, 4.2vw, 64px); line-height: 1.02; letter-spacing: -.055em; font-weight: 720; }
h2 em { background: linear-gradient(transparent 64%, var(--accent) 64%); }
.section-heading > p { max-width: 390px; margin-bottom: 4px; color: var(--muted); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; max-width: 940px; margin: 0 auto; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 500px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-number { position: absolute; right: 26px; top: 22px; color: #a7b3ae; font-size: 11px; font-weight: 750; }
.service-icon { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 0 34px; border-radius: 10px; background: var(--accent-soft); font-size: 20px; }
.featured .service-icon { background: #fbe5de; }
.service-card:nth-child(3) .service-icon { background: #dceee8; }
.service-card h3 { margin-bottom: 12px; font-size: 24px; line-height: 1.15; letter-spacing: -.035em; font-weight: 700; }
.service-card > p { color: var(--muted); font-size: 12px; }
.service-card ul, .price-card ul { padding: 0; margin: 20px 0 28px; list-style: none; }
.service-card li, .price-card li { position: relative; margin: 10px 0; padding-left: 21px; font-size: 11px; }
.service-card li::before, .price-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ink); font-weight: 800; }
.service-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; text-decoration: none; }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 150px); background: var(--ink-deep); color: white; }
.process-intro { position: sticky; top: 50px; align-self: start; }
.process h2 em { background: linear-gradient(transparent 64%, rgba(207,174,108,.38) 64%); }
.process-intro > p:not(.eyebrow) { max-width: 450px; margin: 26px 0; color: rgba(255,255,255,.58); font-size: 14px; }
.steps { border-top: 1px solid rgba(255,255,255,.15); }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 22px; min-height: 190px; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.step > span { color: var(--accent); font-size: 11px; font-weight: 750; }
.step h3 { margin-bottom: 10px; font-size: 26px; letter-spacing: -.035em; font-weight: 650; }
.step p { max-width: 520px; margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.pricing { background: var(--surface); }
.pricing-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.pricing-heading .eyebrow { justify-content: center; }
.pricing-heading > p:not(.eyebrow) { margin: 22px auto; color: var(--muted); font-size: 14px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1180px; margin: 0 auto; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 490px; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: 0 7px 0 #e4dfd5; }
.price-card.popular { background: var(--surface); color: var(--ink); border: 2px solid var(--ink); box-shadow: 0 7px 0 var(--accent); }
.popular-badge { align-self: flex-start; margin-bottom: 16px; padding: 6px 10px; border-radius: 6px; background: var(--ink); color: white; font-size: 8px; font-weight: 800; letter-spacing: .04em; }
.plan-name { margin-bottom: 17px; color: #8a6a35; font-size: 9px; font-weight: 750; letter-spacing: .15em; }
.price-card h3 { margin-bottom: 7px; font-size: 23px; letter-spacing: -.035em; font-weight: 750; }
.plan-copy { min-height: 0; margin-bottom: 17px; color: var(--muted); font-size: 11px; }
.popular .plan-copy { color: var(--muted); }
.price-range { margin-bottom: 22px; color: #8a6a35; font-size: 22px; line-height: 1.25; font-weight: 800; letter-spacing: -.025em; }
.price-range span { white-space: nowrap; }
.price-card ul { flex: none; margin: 0 0 28px; padding: 0; border: 0; }
.price-card li { margin: 11px 0; padding-left: 27px; }
.price-card li::before { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 4px; background: var(--ink); color: white; font-size: 9px; line-height: 1; }
.plan-fit { margin: auto 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; line-height: 1.55; }
.pricing-note { margin: 44px 0 0; color: var(--muted); text-align: center; font-size: 11px; }
.pricing-note a { color: var(--ink); font-weight: 700; }

.about { display: block; }
.about-copy { max-width: 860px; margin: 0 auto; }
.about-art { position: relative; min-height: 510px; }
.portrait-shape { position: absolute; inset: 0 9% 5% 0; display: grid; place-items: center; overflow: hidden; border-radius: 28px; background: var(--mint); }
.portrait-lines { position: absolute; inset: -30%; background: repeating-radial-gradient(circle at center, transparent 0 26px, rgba(24,53,45,.08) 27px 28px); }
.portrait-monogram { position: relative; color: var(--ink); font-size: clamp(70px, 10vw, 130px); font-weight: 750; letter-spacing: -.11em; }
.portrait-monogram span { color: var(--ink); font-size: .6em; font-style: normal; font-weight: 400; }
.portrait-brand-mark { position: relative; width: min(230px, 48%); height: auto; border-radius: 28px; box-shadow: 0 18px 45px rgba(17,27,40,.16); }
.about-sticker { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 10px; padding: 19px; width: 155px; height: 120px; border-radius: 18px; background: var(--accent); }
.about-sticker strong { font-size: 35px; font-weight: 750; }
.about-sticker span { font-size: 8px; font-weight: 750; line-height: 1.45; text-transform: uppercase; }
.about-copy h2 { max-width: 660px; }
.about-lede { margin-top: 28px; font-size: 17px; line-height: 1.65; }
.about-copy > p:not(.eyebrow):not(.about-lede) { color: var(--muted); font-size: 14px; }
.signature { margin: 24px 0; color: var(--ink); font-size: 13px; font-weight: 700; }
.about-values { display: flex; gap: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.about-values span { font-size: 10px; font-weight: 700; }
.about-values b { margin-right: 5px; color: #8a6a35; font-size: 10px; }

.testimonials { background: #ece8df; color: var(--ink); }
.testimonial-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.testimonial-heading .eyebrow { justify-content: center; color: var(--muted); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 1180px; margin: 0 auto; }
.quote-card { min-height: 350px; display: flex; flex-direction: column; margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.quote-featured { background: var(--ink); color: white; border-color: var(--ink); }
.stars { color: #cf765d; font-size: 10px; letter-spacing: 2px; }
.quote-featured .stars { color: var(--accent); }
.quote-card > p { margin: 30px 0; font-size: 19px; line-height: 1.45; letter-spacing: -.025em; font-weight: 550; }
.quote-card footer { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.quote-card footer > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--mint); color: var(--ink); font-size: 9px; font-weight: 750; }
.quote-card footer div { display: flex; flex-direction: column; }
.quote-card footer strong { font-size: 10px; }
.quote-card footer small { color: var(--muted); font-size: 8px; }
.quote-featured footer small { color: rgba(255,255,255,.5); }

.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 130px); }
.faq-heading { position: sticky; top: 50px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 17px; line-height: 1.3; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--muted); font-size: 20px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 640px; padding: 0 35px 25px 0; color: var(--muted); font-size: 12px; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(65px, 9vw, 130px); padding: 110px max(24px, calc((100vw - 1240px) / 2)); background: var(--ink-deep); color: white; }
.contact h2 em { background: linear-gradient(transparent 64%, rgba(207,174,108,.38) 64%); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 26px 0; color: rgba(255,255,255,.58); font-size: 14px; }
.contact-details { display: flex; flex-direction: column; gap: 7px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 11px; }
.contact-details a { color: var(--accent); font-weight: 700; text-decoration: none; }
.contact-details span { color: rgba(255,255,255,.48); }
.contact-form { padding: 34px; border-radius: 16px; background: var(--surface); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: flex; flex-direction: column; margin-bottom: 20px; font-size: 9px; font-weight: 750; letter-spacing: .03em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 0; border-bottom: 1px solid #abb7b2; border-radius: 0; padding: 10px 2px; background: transparent; color: var(--ink); outline: none; font-size: 12px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--ink); box-shadow: 0 1px 0 var(--ink); }
.contact-form .button { width: 100%; margin-top: 4px; }
.contact-form .button:disabled { cursor: wait; opacity: .72; }
.form-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: 11px 0 0; color: var(--muted); font-size: 8px; text-align: center; }
.form-success { margin: 11px 0 0; color: #3e7252; font-size: 11px; font-weight: 700; text-align: center; }
.form-success.is-error { color: #a13d38; }

.site-footer { padding: 44px max(24px, calc((100vw - 1240px) / 2)) 22px; background: #0b1620; color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding-bottom: 38px; }
.brand-light { color: white; }
.brand-light img { width: 260px; }
.brand-light i { color: white; }
.footer-top p { max-width: 340px; margin: 0; color: rgba(255,255,255,.45); font-size: 11px; }
.back-top { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; text-decoration: none; }
.footer-certifications { display: flex; align-items: center; justify-content: center; gap: 34px; padding: 24px 0 28px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-certifications-copy { display: grid; gap: 7px; margin: 0; text-align: right; }
.footer-certifications-copy strong { color: rgba(255,255,255,.9); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-certifications-copy span { color: rgba(255,255,255,.42); font-size: 9px; }
.certification-badges { display: flex; align-items: center; gap: 14px; }
.certification-badges img { display: block; width: 112px; height: 112px; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(0,0,0,.24)); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-size: 8px; }
.footer-bottom nav { display: flex; gap: 24px; }
.footer-bottom a { color: rgba(255,255,255,.6); text-decoration: none; }
.footer-bottom > span:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1290px) { .hero { margin: 0 28px; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { position: fixed; inset: 124px 24px auto; display: none; flex-direction: column; align-items: flex-start; padding: 25px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { color: #425164; }
  .site-nav a:hover { color: var(--ink); }
  .language-switcher { width: 100%; margin-left: 0; padding: 18px 0 0; border-top: 1px solid var(--line); border-left: 0; color: #8a6a35; }
  .language-switcher button { color: var(--muted); }
  .language-switcher button:hover { color: var(--ink); }
  .header-cta { display: none; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; justify-self: end; border: 0; padding: 10px; background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: #faf7f0; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-copy { max-width: 740px; }
  .hero-visual { min-height: 540px; width: min(740px, 96%); margin: 0 auto; }
  .hero-portrait { min-height: 480px; width: min(650px, 96%); margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-card { min-height: 470px; padding: 25px; }
  .process, .faq-section, .contact { grid-template-columns: 1fr; }
  .process-intro, .faq-heading { position: static; }
  .about-art { width: min(600px, 100%); }
}

@media (max-width: 800px) {
  .section { padding-top: 82px; padding-bottom: 82px; }
  .service-grid, .pricing-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .service-card, .price-card { min-height: auto; }
  .quote-card { min-height: 300px; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; }
  .footer-certifications { justify-content: flex-start; }
  .footer-certifications-copy { text-align: left; }
  .footer-bottom > span:last-child { text-align: left; }
}

@media (max-width: 560px) {
  .site-header { width: 100%; padding: 18px 20px; }
  .brand img { width: 220px; }
  .site-nav { inset: 104px 18px auto; }
  .hero { min-height: auto; margin: 0; padding: 116px 20px 66px; gap: 38px; }
  h1 { font-size: clamp(48px, 14vw, 66px); }
  h1 em { text-decoration-thickness: 7px; }
  h2 { font-size: 41px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .text-link { width: max-content; }
  .hero-visual { min-height: 355px; width: 100%; }
  .hero-portrait { min-height: 400px; width: 100%; }
  .hero-portrait::before { top: 28px; width: 56%; border-radius: 18px; }
  .hero-photo-frame { width: 50%; border-width: 4px; border-radius: 16px; }
  .hero-signature { margin-top: -6px; }
  .hero-signature strong { font-size: 48px; }
  .hero-visual::before { inset: 28px 0 8px 18px; border-radius: 20px; }
  .main-card { top: 40px; padding: 16px; }
  .dash-topline strong { font-size: 24px; }
  .status-pill { display: none; }
  .chart svg { height: 102px; }
  .dash-metrics { margin-top: 12px; }
  .dash-metrics strong { font-size: 12px; }
  .receipt-card { left: -7px; bottom: -2px; }
  .insight-card { right: -8px; top: -4px; min-width: 132px; }
  .trust-strip { justify-content: flex-start; }
  .trust-strip > span { display: none; }
  .section { padding-left: 20px; padding-right: 20px; }
  .process, .contact { padding-left: 20px; padding-right: 20px; }
  .step { grid-template-columns: 42px 1fr; }
  .about-art { min-height: 390px; }
  .about-sticker { width: 135px; height: 100px; }
  .about-values { flex-direction: column; gap: 9px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 19px; }
  .footer-bottom nav { flex-wrap: wrap; }
  .footer-certifications { align-items: flex-start; flex-direction: column; gap: 16px; }
  .certification-badges img { width: 96px; height: 96px; }
}

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