:root {
    color-scheme: light;
    --navy: #073b4c;
    --navy-deep: #052a37;
    --coral: #e85f3a;
    --coral-dark: #b84223;
    --cream: #f8f4ec;
    --sand: #eee5d7;
    --mint: #d9ece8;
    --ink: #102f38;
    --muted: #536b70;
    --line: #bfd1cf;
    --white: #fff;
    --shell: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, summary { font: inherit; }
.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .75rem 1rem; background: #fff; color: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; display: flex; width: 100%; min-height: 5rem; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem max(1rem, calc((100% - var(--shell))/2)); color: #fff; }
.brand { flex: 0 0 auto; font-family: ui-serif, Georgia, serif; font-size: 1.2rem; font-weight: 750; text-decoration: none; }
.brand span { color: #ffd0bd; font-style: italic; }
.header-actions { display: flex; align-items: center; gap: clamp(.5rem, 2vw, 1.4rem); }
.header-link { display: none; font-size: .86rem; font-weight: 700; text-decoration: none; }
.language-switch { display: inline-flex; gap: .2rem; padding: .2rem; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; }
.language-switch a { min-width: 2.75rem; min-height: 2.75rem; display: grid; place-items: center; border-radius: 999px; font-size: .78rem; font-weight: 800; text-decoration: none; }
.language-switch a[aria-current="page"] { background: #fff; color: var(--navy); }
.hero { position: relative; min-height: max(760px, 100svh); display: grid; align-items: center; isolation: isolate; overflow: hidden; color: #fff; }
.hero-media, .hero-veil { position: absolute; z-index: -2; inset: 0; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 60% center; }
.hero-veil { z-index: -1; background: linear-gradient(90deg, rgba(3,29,38,.94) 0%, rgba(3,29,38,.78) 43%, rgba(3,29,38,.3) 78%), linear-gradient(0deg, rgba(3,29,38,.65), transparent 60%); }
.hero-content { padding-block: 8rem 4rem; }
.eyebrow { margin: 0 0 .8rem; color: var(--coral-dark); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero .eyebrow, .section-ink .eyebrow, .final-cta .eyebrow { color: #ffd0bd; }
h1, h2 { margin: 0; font-family: ui-serif, Georgia, serif; font-weight: 750; letter-spacing: -.04em; line-height: .98; text-wrap: balance; }
h1 { max-width: 800px; font-size: clamp(3rem, 10vw, 6.8rem); }
h2 { max-width: 850px; font-size: clamp(2.35rem, 7vw, 4.8rem); }
.hero-line { max-width: 700px; margin: 1.25rem 0 0; font-size: clamp(1.2rem, 2.6vw, 1.65rem); font-weight: 650; line-height: 1.35; text-wrap: balance; }
.hero-body { max-width: 660px; margin: 1rem 0 0; color: rgba(255,255,255,.78); }
.hero-offer { max-width: 670px; display: grid; gap: .15rem; margin-top: 1.4rem; padding: 1rem 1.1rem; border-left: .3rem solid var(--coral); background: rgba(5,42,55,.82); backdrop-filter: blur(8px); }
.hero-offer strong { color: #fff; font-size: clamp(1.5rem, 5vw, 2.25rem); line-height: 1.15; }
.hero-offer span { font-weight: 650; }
.hero-offer .hero-inclusion { color: #fff; font-weight: 500; }
.hero-offer small, .checkout-note { color: rgba(255,255,255,.72); font-size: .86rem; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.35rem; }
.button { min-height: 3.25rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.25rem; padding: .75rem 1.1rem; border: 2px solid transparent; border-radius: .45rem; font-weight: 850; text-decoration: none; }
.button-primary { background: var(--coral); color: #fff; }
.button-primary:hover, .button-coral:hover { background: var(--coral-dark); }
.button-secondary { border-color: rgba(255,255,255,.68); color: #fff; }
.checkout-note { max-width: 620px; margin: 1rem 0 0; }
.section { padding-block: clamp(4.5rem, 10vw, 8rem); }
.lead { max-width: 720px; margin: 1.4rem 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.proof-grid, .photo-grid, .optional-grid, .faq-grid, .split-intro { display: grid; gap: clamp(2.5rem, 6vw, 5.5rem); }
.proof-copy { align-self: center; }
.disclosure { margin-top: 1.4rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.text-link { display: inline-block; margin-top: 1rem; color: var(--coral-dark); font-weight: 850; text-underline-offset: .3rem; }
.menu-preview { display: block; overflow: hidden; border: 1px solid #b8cfcc; border-radius: 1rem; background: #fff; box-shadow: 0 24px 60px rgba(7,59,76,.15); color: var(--ink); text-decoration: none; transform: rotate(1deg); }
.preview-bar { display: flex; gap: .35rem; align-items: center; min-height: 2.6rem; padding: .6rem .8rem; background: var(--navy); color: #fff; }
.preview-bar span { width: .55rem; height: .55rem; border-radius: 50%; background: #ffcfbd; }
.preview-bar b { margin-left: .35rem; font-size: .72rem; }
.menu-preview img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.preview-card { position: relative; display: grid; gap: .3rem; padding: 1.15rem; }
.preview-card span { color: var(--coral-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.preview-card strong { max-width: 70%; font-family: ui-serif, Georgia, serif; font-size: 1.6rem; line-height: 1.05; }
.preview-card b { position: absolute; top: 1.2rem; right: 1.2rem; color: var(--coral-dark); }
.preview-card small { display: block; color: var(--muted); font-size: .6rem; letter-spacing: .1em; text-align: right; }
.section-ink { background: var(--navy); color: #fff; }
.section-ink .lead { color: rgba(255,255,255,.76); }
.split-intro { padding-bottom: clamp(3.5rem, 8vw, 6rem); border-bottom: 1px solid rgba(255,255,255,.2); }
.benefits { padding-top: clamp(3rem, 7vw, 5rem); }
.benefits > h3 { max-width: 560px; margin: 0 0 2rem; font: 700 clamp(1.8rem, 4vw, 2.8rem)/1.05 ui-serif, Georgia, serif; }
.benefit-grid { display: grid; gap: 1px; background: rgba(255,255,255,.18); }
.benefit-grid article { padding: 1.5rem; background: var(--navy); }
.benefit-grid span { color: #ffd0bd; font-size: .75rem; font-weight: 800; }
.benefit-grid h4 { margin: 1rem 0 .5rem; font: 700 1.45rem/1.1 ui-serif, Georgia, serif; }
.benefit-grid p { margin: 0; color: rgba(255,255,255,.68); }
.included h2, .process h2 { margin-bottom: clamp(2.5rem, 7vw, 5rem); }
.check-grid { display: grid; gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.check-grid li { display: grid; grid-template-columns: 2rem 1fr; gap: .5rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.check-grid span { color: var(--coral-dark); font-weight: 900; }
.domain-clarification { max-width: 820px; margin: 2rem 0 0; padding: 1rem; border-left: .3rem solid var(--coral); background: #fff; color: var(--muted); }
.process { background: var(--sand); }
.process-grid { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.process-grid li { padding: 1.5rem; border-top: .25rem solid var(--coral); background: var(--cream); }
.process-grid span { color: var(--coral-dark); font-weight: 900; }
.process-grid h3 { margin: 1.3rem 0 .6rem; font: 750 1.65rem/1.05 ui-serif, Georgia, serif; }
.process-grid p { margin: 0; color: var(--muted); }
.photography { background: #fff; }
.photo-grid picture { align-self: stretch; min-height: 25rem; overflow: hidden; border-radius: 50% 50% 1rem 1rem; }
.photo-grid img { width: 100%; height: 100%; min-height: 25rem; object-fit: cover; }
.photo-note { margin-top: 1.5rem; padding: 1rem; border-left: .25rem solid var(--coral); background: var(--cream); color: var(--muted); }
.optional { background: var(--mint); }
.optional ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #8fb5b0; }
.optional li { padding: .9rem 0; border-bottom: 1px solid #8fb5b0; font-weight: 650; }
.pricing { background: var(--navy-deep); color: #fff; }
.pricing .eyebrow { color: #ffd0bd; }
.pricing-grid { display: grid; gap: 1rem; max-width: 850px; margin-top: 3rem; }
.price-card { padding: clamp(1.5rem, 5vw, 2.5rem); border: 1px solid rgba(255,255,255,.25); border-radius: 1rem; }
.price-card-featured { border-color: #ffcfbd; background: #fff; color: var(--ink); }
.price-card p { margin: 0 0 1rem; color: #ffcfbd; font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-card-featured p { color: var(--coral-dark); }
.price-card strong { display: block; font: 750 clamp(2rem, 6vw, 3.6rem)/1 ui-serif, Georgia, serif; }
.price-card h3 { margin: 1.5rem 0 .4rem; font-size: 1.05rem; }
.price-card span { color: rgba(255,255,255,.7); }
.price-card h4 { margin: 2rem 0 .75rem; font-size: 1rem; }
.price-card ul { display: grid; gap: .55rem; margin: 0; padding-left: 1.25rem; }
.price-card .offer-clarification, .price-card .offer-process { margin: 1.4rem 0 0; color: var(--muted); font-size: .95rem; text-transform: none; letter-spacing: 0; }
.price-card .offer-process { padding-top: 1.2rem; border-top: 1px solid var(--line); font-weight: 650; }
.continuity { max-width: 800px; margin: 2rem 0; color: rgba(255,255,255,.7); }
.comparison .lead { margin-bottom: 2.5rem; }
.comparison-grid { display: grid; gap: 1rem; }
.comparison-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: .75rem; background: #fff; }
.comparison-grid h3 { margin: 0; padding: 1rem; background: var(--navy); color: #fff; font: 750 1.35rem/1.1 ui-serif, Georgia, serif; }
.comparison-grid dl { margin: 0; }
.comparison-grid dl > div { display: grid; gap: .2rem; padding: .8rem 1rem; border-top: 1px solid var(--line); }
.comparison-grid dt { color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.comparison-grid dd { margin: 0; }
.comparison-grid .essential { background: #e9f4f1; }
.comparison-grid .essential dt, .comparison-grid .essential dd { color: var(--navy); font-weight: 800; }
.faq { background: #fff; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 3.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--coral-dark); font-size: 1.5rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: 0; padding: 0 2rem 1rem 0; color: var(--muted); }
.final-cta { background: var(--navy); color: #fff; }
.final-cta .lead { color: rgba(255,255,255,.72); }
.button-coral { margin-top: 2rem; background: var(--coral); color: #fff; }
.email-line { margin-top: 1rem; color: rgba(255,255,255,.7); }
.email-line a { color: #ffd0bd; text-underline-offset: .25rem; }
.site-footer { padding-block: 3rem; background: #031c25; color: #fff; }
.footer-grid { display: grid; gap: 2rem; }
.footer-grid strong { display: block; max-width: 600px; font: 700 clamp(1.5rem, 4vw, 2.4rem)/1.1 ui-serif, Georgia, serif; }
.footer-grid div p { margin: .8rem 0 0; color: #ffd0bd; }
.footer-terms { min-height: 2.75rem; display: inline-flex; align-items: center; margin-top: .75rem; color: #d7e5e2; text-underline-offset: .25rem; }
.footer-privacy-links { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem 1.2rem; }
.footer-privacy-links a, .footer-privacy-links button { min-height: 2.75rem; display: inline-flex; align-items: center; color: #d7e5e2; }
.footer-privacy-links button { border: 0; padding: 0; background: transparent; cursor: pointer; text-decoration: underline; text-underline-offset: .25rem; }
.local-notice { margin: 0; color: rgba(255,255,255,.52); font-size: .8rem; }
.consent-panel[hidden] { display: none; }
.consent-panel { position: fixed; z-index: 500; right: 1rem; bottom: 1rem; left: 1rem; max-width: 38.75rem; border: 1px solid rgba(255,208,189,.55); border-radius: .5rem; background: #031c25; color: #fff; box-shadow: 0 1.1rem 3rem rgba(0,0,0,.34); }
.consent-panel__inner { padding: 1.35rem; }
.consent-panel h2 { margin: 0; font: 700 1.7rem/1.1 ui-serif, Georgia, serif; }
.consent-panel p { margin: .65rem 0 0; color: rgba(255,255,255,.76); }
.consent-panel p a { color: #ffd0bd; text-underline-offset: .2rem; }
.consent-panel__actions { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: 1.1rem; }
.consent-button { min-height: 2.875rem; border: 1px solid #ffd0bd; border-radius: .25rem; padding: .5rem .75rem; cursor: pointer; font-weight: 750; }
.consent-button--primary { background: #ffd0bd; color: #031c25; }
.consent-button--secondary { background: transparent; color: #ffd0bd; }
@media (min-width: 700px) {
    .shell { width: min(calc(100% - 4rem), var(--shell)); }
    .header-link { display: inline; }
    .proof-grid, .photo-grid, .split-intro { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .benefit-grid, .check-grid, .comparison-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .optional-grid, .faq-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
    .footer-grid { grid-template-columns: .45fr 1fr .6fr; align-items: start; }
    .local-notice { text-align: right; }
}
@media (min-width: 1000px) {
    .benefit-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
    .check-grid { grid-template-columns: repeat(3, minmax(0,1fr)); column-gap: 2rem; }
    .comparison-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
@media (max-width: 420px) {
    .site-header { align-items: flex-start; }
    .brand { max-width: 7.5rem; line-height: 1.05; }
    .hero-content { padding-top: 7.5rem; }
    .button { width: 100%; }
    .hero-offer { padding: .9rem; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
