:root {
    --navy: #0d1b2a;
    --navy-deep: #071321;
    --navy-soft: #152a40;
    --gold: #c89d3c;
    --gold-light: #dfbd69;
    --cream: #f4f1ec;
    --warm-white: #fbfaf7;
    --white: #fff;
    --ink: #152130;
    --muted: #68717c;
    --line: #dedbd4;
    --shadow: 0 24px 70px rgba(13, 27, 42, .12);
    --serif: Georgia, "Times New Roman", serif;
    --sans: "Montserrat", "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 999; padding: 12px 18px; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 16px; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2.35rem, 4.2vw, 4rem); }
h3 { font-size: 1.65rem; line-height: 1.25; }
.eyebrow { margin-bottom: 18px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold-light); }
.lead { font-size: 1.15rem; }
.section-heading { max-width: 760px; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 22px; color: var(--navy); }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); }
.section-heading.centered { margin-inline: auto; text-align: center; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: 2px; font-weight: 750; letter-spacing: .015em; cursor: pointer; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy-deep); background: var(--gold); box-shadow: 0 12px 26px rgba(200, 157, 60, .22); }
.button-gold:hover { background: var(--gold-light); }
.button-navy { color: var(--white); background: var(--navy); }
.button-navy:hover { background: var(--navy-soft); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: .78rem; }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--navy); font-size: .86rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.text-link span { color: var(--gold); transition: transform .25s ease; }
.text-link:hover span { transform: translateX(4px); }
.text-link.light { color: var(--white); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; border-bottom: 1px solid rgba(13,27,42,.12); background: rgba(251,250,247,.96); box-shadow: 0 8px 30px rgba(13,27,42,.06); backdrop-filter: blur(15px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: grid; width: 70px; height: 70px; padding: 5px; overflow: hidden; place-items: center; border: 1px solid rgba(13,27,42,.1); border-radius: 50%; background: var(--white); }
.brand img { width: 100%; height: 100%; border-radius: 50%; object-fit: contain; transform: none; }
.main-nav { display: flex; gap: 28px; align-items: center; color: var(--navy); font-size: .79rem; font-weight: 650; }
.main-nav > a:not(.button) { position: relative; padding: 29px 0; }
.main-nav > a:not(.button)::after { position: absolute; right: 0; bottom: 22px; left: 0; height: 1px; background: var(--gold); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); transition: .25s ease; }

.messages { position: fixed; z-index: 110; top: 98px; right: 0; left: 0; }
.message { max-width: 720px; margin-left: auto; padding: 16px 20px; border-left: 4px solid var(--gold); background: var(--white); box-shadow: var(--shadow); }

.hero { position: relative; min-height: 760px; padding: 160px 0 90px; overflow: hidden; color: var(--navy); background: radial-gradient(circle at 78% 50%, #fff 0, var(--warm-white) 42%, var(--cream) 100%); }
.hero::before { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(13,27,42,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(13,27,42,.055) 1px, transparent 1px); background-size: 64px 64px; content: ""; mask-image: linear-gradient(90deg, transparent, black 80%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; }
.hero-copy h1 { margin-bottom: 28px; }
.hero-copy h1 span { color: #ad8125; }
.hero .eyebrow.light { color: #9a711d; }
.hero-lead { max-width: 680px; margin-bottom: 34px; color: var(--muted); font-size: 1.12rem; }
.hero .text-link.light { color: var(--navy); }
.hero-actions { display: flex; gap: 28px; align-items: center; }
.hero-proof { display: flex; gap: 15px; align-items: center; margin-top: 52px; color: rgba(13,27,42,.58); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-proof i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.hero-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-logo-frame { position: relative; z-index: 2; width: min(430px, 90%); aspect-ratio: 1; padding: 34px; border: 1px solid rgba(200,157,60,.42); border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: 0 24px 80px rgba(13,27,42,.1); }
.hero-logo-frame::before, .hero-logo-frame::after { position: absolute; border-radius: 50%; content: ""; }
.hero-logo-frame::before { inset: 20px; border: 1px dashed rgba(13,27,42,.16); }
.hero-logo-frame::after { inset: 40px; background: #011132; box-shadow: 0 18px 45px rgba(13,27,42,.14); }
.hero-logo-frame img { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: contain; transform: scale(.68); }
.floating-note { position: absolute; z-index: 4; min-width: 170px; padding: 16px 20px; border: 1px solid rgba(13,27,42,.1); background: rgba(255,255,255,.88); box-shadow: 0 18px 50px rgba(13,27,42,.13); backdrop-filter: blur(12px); }
.floating-note strong, .floating-note span { display: block; }
.floating-note strong { color: var(--gold-light); font-family: var(--serif); font-size: 1.12rem; }
.floating-note span { color: var(--muted); font-size: .72rem; }
.note-one { top: 48px; right: -22px; }
.note-two { bottom: 30px; left: -20px; }
.hero-orbit { position: absolute; border: 1px solid rgba(200,157,60,.24); border-radius: 50%; }
.hero-orbit-one { top: 100px; right: -200px; width: 650px; height: 650px; }
.hero-orbit-two { right: 80px; bottom: -370px; width: 760px; height: 760px; }
.scroll-cue { position: absolute; z-index: 3; bottom: 34px; left: 50%; width: 28px; height: 44px; border: 1px solid rgba(13,27,42,.25); border-radius: 20px; }
.scroll-cue span { position: absolute; top: 9px; left: 12px; width: 3px; height: 7px; border-radius: 3px; background: var(--gold); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(15px); opacity: 0; } 100% { opacity: 0; } }

.audience-section { background: var(--cream); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--shadow); }
.audience-card { position: relative; min-height: 440px; padding: 60px; overflow: hidden; }
.audience-person { background: var(--white); }
.audience-company { color: var(--white); background: var(--navy); }
.audience-company h3, .audience-company .text-link { color: var(--white); }
.audience-card .card-number { position: absolute; top: 20px; right: 34px; color: rgba(13,27,42,.06); font-family: var(--serif); font-size: 7rem; line-height: 1; }
.audience-company .card-number { color: rgba(255,255,255,.06); }
.line-icon { width: 62px; height: 62px; margin-bottom: 34px; color: var(--gold); }
.line-icon svg { fill: none; stroke: currentColor; stroke-width: 1.7; }
.audience-card h3 { max-width: 420px; margin-bottom: 18px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.audience-card p:not(.eyebrow) { max-width: 460px; margin-bottom: 32px; color: var(--muted); }
.audience-company p:not(.eyebrow) { color: rgba(255,255,255,.67); }

.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 100px; align-items: center; }
.about-visual { position: relative; min-height: 520px; display: grid; place-items: center; background: linear-gradient(145deg, var(--navy), #18354f); overflow: hidden; }
.about-visual::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(6,19,36,.42)); content: ""; pointer-events: none; }
.about-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.about-photo-placeholder { display: grid; width: 230px; height: 230px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.04); color: var(--gold-light); font-family: var(--serif); font-size: 5rem; }
.experience-card { position: absolute; z-index: 2; right: -30px; bottom: 35px; width: 260px; padding: 22px; background: var(--white); box-shadow: var(--shadow); }
.experience-card strong, .experience-card span { display: block; }
.experience-card strong { color: var(--navy); font-family: var(--serif); font-size: 1.15rem; }
.experience-card span { margin-top: 4px; color: var(--muted); font-size: .76rem; }
.about-copy h2 { margin-bottom: 28px; color: var(--navy); }
.about-copy > p { color: var(--muted); }
.about-copy blockquote { margin: 30px 0; padding: 5px 0 5px 24px; border-left: 2px solid var(--gold); color: var(--navy); font-family: var(--serif); font-size: 1.22rem; font-style: italic; }
.values-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 28px; border-top: 1px solid var(--line); }
.values-row strong, .values-row span { display: block; }
.values-row strong { color: var(--navy); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.values-row span { margin-top: 6px; color: var(--muted); font-size: .75rem; line-height: 1.4; }

.services-section { background: var(--cream); }
.service-group { margin-top: 80px; }
.service-group-heading { display: flex; gap: 24px; align-items: center; margin-bottom: 28px; }
.service-group-heading > span { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); }
.service-group-heading p, .service-group-heading h3 { margin: 0; }
.service-group-heading h3 { color: var(--navy); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.services-grid { display: grid; gap: 16px; }
.services-grid-four { grid-template-columns: repeat(4, 1fr); }
.service-card { display: flex; min-height: 440px; padding: 34px 28px; border-top: 3px solid transparent; background: var(--white); flex-direction: column; transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease; }
.service-card:hover { transform: translateY(-7px); border-color: var(--gold); box-shadow: var(--shadow); }
.service-tag { align-self: flex-start; margin-bottom: 32px; padding: 6px 10px; color: var(--gold); background: rgba(200,157,60,.1); font-size: .65rem; font-weight: 800; letter-spacing: .12em; }
.service-card h4 { min-height: 58px; margin-bottom: 14px; color: var(--navy); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; line-height: 1.2; }
.service-card p { color: var(--muted); font-size: .88rem; }
.service-card ul { margin: 4px 0 28px; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 5px 0 5px 18px; color: #4d5864; font-size: .78rem; }
.service-card li::before { position: absolute; top: 12px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); content: ""; }
.service-card > a { margin-top: auto; color: var(--navy); font-size: .75rem; font-weight: 800; }
.service-card > a span { color: var(--gold); }
.company-services { margin-top: 100px; }
.business-card { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 70px; color: var(--white); background: linear-gradient(125deg, var(--navy-deep), var(--navy-soft)); box-shadow: var(--shadow); }
.business-card h4 { margin-bottom: 22px; font-family: var(--serif); font-size: clamp(2.2rem, 3.4vw, 3.3rem); font-weight: 400; line-height: 1.08; }
.business-card > div:first-child > p:not(.eyebrow) { margin-bottom: 32px; color: rgba(255,255,255,.65); }
.business-list > div { display: grid; grid-template-columns: 36px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.business-list > div > span { color: var(--gold); font-family: var(--serif); }
.business-list p { margin: 0; color: rgba(255,255,255,.58); font-size: .84rem; }
.business-list strong { display: block; color: var(--white); font-size: .88rem; }

.difference-section { background: var(--white); }
.difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.difference-grid article { padding: 34px 0; border-top: 1px solid var(--line); }
.difference-grid span { color: var(--gold); font-family: var(--serif); }
.difference-grid h3 { margin: 20px 0 12px; color: var(--navy); font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.difference-grid p { color: var(--muted); font-size: .9rem; }
.process { display: flex; gap: 20px; align-items: center; margin-top: 75px; padding: 38px 48px; border: 1px solid var(--line); }
.process-step { display: flex; flex: 1; gap: 18px; align-items: center; }
.process-step b { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 50%; color: var(--white); background: var(--navy); font-family: var(--serif); font-weight: 400; }
.process-step span, .process-step strong { display: block; }
.process-step span { color: var(--muted); font-size: .76rem; }
.process-step strong { color: var(--navy); font-size: .83rem; text-transform: uppercase; }
.process > i { width: 60px; height: 1px; background: var(--gold); }

.testimonials-section { color: var(--white); background: var(--navy); }
.testimonials-section .section-heading h2 { color: var(--white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { margin: 0; padding: 35px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); }
.testimonial-card blockquote { margin: 0 0 24px; font-family: var(--serif); font-size: 1.15rem; }
.testimonial-card figcaption strong, .testimonial-card figcaption span { display: block; }
.testimonial-card figcaption span { color: rgba(255,255,255,.55); font-size: .75rem; }

.faq-section { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 46px 24px 0; color: var(--navy); font-family: var(--serif); font-size: 1.2rem; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { position: absolute; top: 22px; right: 5px; color: var(--gold); font-family: var(--sans); font-size: 1.3rem; content: "+"; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { padding: 0 40px 22px 0; color: var(--muted); font-size: .9rem; }

.booking-section { position: relative; color: var(--white); background: linear-gradient(125deg, var(--navy-deep), var(--navy-soft)); overflow: hidden; }
.booking-section::after { position: absolute; right: -180px; bottom: -310px; width: 600px; height: 600px; border: 1px solid rgba(200,157,60,.16); border-radius: 50%; content: ""; }
.booking-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.booking-copy h2 { color: var(--white); }
.booking-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.booking-points { display: grid; gap: 12px; margin: 34px 0; }
.booking-points span { color: rgba(255,255,255,.8); font-size: .88rem; }
.booking-points b { margin-right: 8px; color: var(--gold); }
.form-card { padding: 42px; color: var(--ink); background: var(--white); box-shadow: 0 24px 80px rgba(0,0,0,.24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row-three { grid-template-columns: 1fr .7fr 1.1fr; }
.field { margin-bottom: 17px; }
.field label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .74rem; font-weight: 750; }
.field label span { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #d7d9dc; border-radius: 2px; outline: none; color: var(--ink); background: var(--white); transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,157,60,.13); }
.check-field { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin: 4px 0 20px; color: var(--muted); font-size: .73rem; }
.check-field input { width: 16px; height: 16px; margin-top: 3px; accent-color: var(--gold); }
.check-field a { color: var(--navy); text-decoration: underline; }
.check-field .errorlist { grid-column: 2; }
.errorlist { margin: 5px 0 0; padding: 0; color: #a12525; font-size: .7rem; list-style: none; }
.form-errors { margin-bottom: 18px; padding: 12px; color: #8f2020; background: #fff0f0; font-size: .78rem; }

.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.contact-options { display: grid; gap: 12px; margin-top: 36px; }
.contact-options a { display: flex; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-options a > span { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-radius: 50%; color: var(--gold); background: var(--cream); font-weight: 700; }
.contact-options small, .contact-options strong { display: block; }
.contact-options small { color: var(--muted); }
.contact-options strong { color: var(--navy); font-size: .82rem; overflow-wrap: anywhere; }
.contact-form-wrap { padding: 42px; border: 1px solid var(--line); background: var(--warm-white); }

.site-footer { padding-top: 72px; color: rgba(255,255,255,.62); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 80px; }
.footer-brand img { width: 125px; height: 125px; margin: -24px 0 5px; object-fit: cover; transform: scale(1.12); }
.footer-brand p { max-width: 360px; font-size: .85rem; }
.footer-grid h2 { margin-bottom: 18px; color: var(--gold-light); font-family: var(--sans); font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 9px; font-size: .79rem; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; letter-spacing: .04em; }
.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 12px 34px rgba(0,0,0,.24); transition: transform .25s ease; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 29px; fill: currentColor; }
.cookie-banner { position: fixed; z-index: 120; right: 24px; bottom: 24px; left: 24px; display: flex; max-width: 820px; margin-inline: auto; padding: 20px 24px; align-items: center; justify-content: space-between; gap: 25px; color: rgba(255,255,255,.8); background: var(--navy-deep); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: .78rem; }
.cookie-banner p a { color: var(--gold-light); text-decoration: underline; }
.cookie-banner > div { display: flex; flex: 0 0 auto; gap: 12px; align-items: center; }
.cookie-banner .button { min-height: 40px; padding: 8px 16px; font-size: .75rem; }
.cookie-reject { padding: 8px; border: 0; color: rgba(255,255,255,.78); background: transparent; font-size: .73rem; cursor: pointer; text-decoration: underline; }

.legal-hero { padding: 170px 0 75px; color: white; background: var(--navy); }
.legal-hero h1 { margin-bottom: 12px; }
.legal-hero p:last-child { color: rgba(255,255,255,.6); }
.legal-content { max-width: 820px; padding-top: 75px; padding-bottom: 100px; }
.legal-content h2 { margin: 40px 0 12px; color: var(--navy); font-family: var(--serif); font-size: 1.75rem; }
.legal-content p { color: var(--muted); }
.legal-content a { color: #8d6717; text-decoration: underline; }

.reveal-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal-ready .reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal-ready .reveal { opacity: 1; transform: none; transition: none; } .scroll-cue span { animation: none; } }

@media (max-width: 1020px) {
    .main-nav { gap: 17px; }
    .main-nav > a:not(.button) { display: none; }
    .hero-grid { grid-template-columns: 1fr .72fr; gap: 30px; }
    .hero-visual { min-height: 400px; }
    .services-grid-four { grid-template-columns: 1fr 1fr; }
    .about-grid, .contact-grid { gap: 55px; }
    .booking-grid { gap: 45px; }
}

@media (max-width: 780px) {
    .container { width: min(100% - 28px, 650px); }
    .section { padding: 80px 0; }
    .site-header { height: 72px; }
    .brand { width: 58px; height: 58px; }
    .nav-toggle { display: block; }
    .main-nav { position: fixed; inset: 72px 0 auto; display: flex; max-height: 0; padding: 0 20px; overflow: hidden; background: var(--warm-white); box-shadow: 0 18px 35px rgba(13,27,42,.12); flex-direction: column; align-items: stretch; transition: max-height .35s ease, padding .35s ease; }
    .main-nav.open { max-height: calc(100vh - 72px); padding: 25px 20px 36px; overflow-y: auto; }
    .main-nav > a:not(.button) { display: block; padding: 9px 0; font-size: .92rem; }
    .main-nav > a:not(.button)::after { display: none; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero { min-height: auto; padding: 130px 0 85px; }
    .hero-grid { display: block; }
    .hero-copy { position: relative; z-index: 3; }
    .hero-copy h1 { font-size: clamp(2.8rem, 12vw, 4.5rem); }
    .hero-actions { align-items: flex-start; flex-direction: column; }
    .hero-visual { min-height: 300px; margin-top: 45px; opacity: .8; }
    .hero-logo-frame { width: 300px; }
    .floating-note { min-width: 145px; padding: 12px; }
    .note-one { top: 5px; right: 0; }
    .note-two { bottom: 0; left: 0; }
    .scroll-cue { display: none; }
    .audience-grid, .about-grid, .business-card, .faq-grid, .booking-grid, .contact-grid { grid-template-columns: 1fr; }
    .audience-card { min-height: 0; padding: 44px 30px; }
    .about-grid { gap: 65px; }
    .about-visual { min-height: 420px; }
    .experience-card { right: 15px; }
    .values-row { grid-template-columns: 1fr; }
    .business-card { gap: 45px; padding: 44px 30px; }
    .difference-grid { grid-template-columns: 1fr; gap: 6px; }
    .process { align-items: flex-start; flex-direction: column; }
    .process > i { width: 1px; height: 25px; margin-left: 21px; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .faq-grid, .contact-grid { gap: 25px; }
    .booking-grid { gap: 40px; }
    .form-card, .contact-form-wrap { padding: 30px 22px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
    .section { padding: 68px 0; }
    .hero-proof { gap: 8px; font-size: .57rem; }
    .hero-visual { min-height: 270px; }
    .hero-logo-frame { width: 265px; }
    .floating-note { display: none; }
    .services-grid-four, .form-row, .form-row-three, .footer-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 400px; }
    .process { padding: 30px 24px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { gap: 10px; flex-direction: column; }
    .whatsapp-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
    .cookie-banner { right: 12px; bottom: 12px; left: 12px; padding: 18px; align-items: stretch; flex-direction: column; }
    .cookie-banner > div { justify-content: space-between; }
}
