@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap');

:root {
    --ink: #102A43;
    --paper: #FFFFFF;
    --white: #FFFFFF;
    --blue: #285A5A;
    --highlight: #AAB4C8;
    --coral: #73819C;
    --acid: #AAB4C8;
    --fog: #F3F6F9;
    --muted: #334155;
    --line: rgba(51, 65, 85, .2);
    --shell: 1240px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.6; -webkit-font-smoothing: antialiased; animation: page-in .55s cubic-bezier(.22,.7,.3,1) both; transition: opacity .24s ease; }
@supports (overflow: clip) { html, body { overflow-x: clip; } }
body.menu-open { overflow: hidden; }
body.is-leaving { opacity: 0; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { margin-bottom: .45em; font-weight: 700; line-height: 1.04; letter-spacing: -.045em; }
h1, h2 { font-size: clamp(3rem, 7vw, 7rem); }
em { font-family: inherit; font-weight: 700; }
p { font-weight: 400; }
.shell { width: min(calc(100% - 56px), var(--shell)); margin-inline: auto; }
.visually-hidden { 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; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--blue); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { height: 88px; padding: 0 max(28px, calc((100% - var(--shell)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 32px; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header--light { position: absolute; z-index: 50; inset: 0 0 auto; color: var(--white); background: transparent; border-color: rgba(255,255,255,.3); }
.site-header--contact { color: var(--white); background: var(--blue); border-color: rgba(255,255,255,.25); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 56px; height: 56px; object-fit: contain; }
.brand span, .brand b, .brand small { display: block; }
.brand b { font-size: 1rem; line-height: 1; }
.brand small { margin-top: 2px; font-size: .68rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 36px; }
.site-nav a { font-size: .9rem; font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-action) { padding: 33px 0 29px; border-bottom: 4px solid transparent; }
.site-nav a[aria-current="page"]:not(.nav-action), .site-nav a:not(.nav-action):hover { border-bottom-color: currentColor; }
.nav-action { position: relative; overflow: hidden; min-width: 142px; padding: 13px 18px; display: flex; align-items: center; justify-content: center; gap: 25px; color: var(--white); background: var(--ink); border-radius: 999px; }
.site-header--light .nav-action { color: var(--ink); background: var(--acid); }
.site-header--contact .nav-action { color: var(--ink); background: var(--white); }
.nav-action span { transition: transform .2s ease; }
.nav-action:hover span { transform: translate(2px, -2px); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .25s; }

.kicker { margin-bottom: 22px; font-size: .75rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.kicker--blue { color: var(--blue); }
.section-mark { display: flex; align-items: flex-start; padding-top: 8px; font-size: .72rem; font-weight: 600; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.section-mark p { margin: 0; }
.section-mark--light { color: var(--white); }
.page-label { padding: 0; text-transform: none; letter-spacing: -.045em; }
.page-label p { max-width: 390px; font-size: clamp(2.5rem, 4.5vw, 4.8rem); font-weight: 700; line-height: 1; }
.pill { position: relative; overflow: hidden; display: inline-flex; min-height: 54px; padding: 14px 22px; align-items: center; justify-content: space-between; gap: 32px; border-radius: 999px; font-size: .92rem; font-weight: 600; text-decoration: none; transition: transform .22s, box-shadow .22s, background .22s; }
.arrow-icon { width: 1.15em; height: 1.15em; display: block; flex: 0 0 auto; overflow: visible; }
.arrow-icon path { vector-effect: non-scaling-stroke; }
.pill:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(23,25,29,.16); }
.pill:active, .nav-action:active, .cta-link:active, .social-card:active, .form-submit:active { transform: scale(.97); }
.pill--coral, .pill--gold { color: var(--ink); background: var(--coral); }
.pill--accent { color: var(--white); background: var(--coral); }
.pill--blue { color: var(--white); background: var(--blue); }
.pill--ink { color: var(--white); background: var(--ink); }
.pill--glass { min-height: 44px; padding: 10px 16px; gap: 20px; color: var(--white); background: linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.025)); border: 1px solid rgba(255,255,255,.26); box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 12px 28px rgba(0,0,0,.16); font-size: .82rem; backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%); }
.pill--glass:hover { background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.055)); box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 16px 34px rgba(0,0,0,.21); }
.link-arrow { display: inline-flex; gap: 45px; align-items: center; padding-bottom: 6px; color: var(--ink); border-bottom: 1px solid; font-weight: 600; text-decoration: none; }
.link-arrow .arrow-icon { transition: transform .2s; }
.link-arrow:hover .arrow-icon { transform: translateX(4px); }
.link-arrow--light { color: var(--white); }

.video-hero { position: relative; min-height: 760px; height: 100svh; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.video-hero__media, .video-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.video-hero__media { object-fit: cover; }
.video-hero__veil { background: linear-gradient(100deg, rgba(10,12,16,.92) 8%, rgba(10,12,16,.57) 56%, rgba(10,12,16,.2)), linear-gradient(0deg, rgba(10,12,16,.52), transparent 45%); }
.video-hero__layout { position: relative; z-index: 2; padding-top: 100px; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: clamp(40px, 7vw, 95px); align-items: center; }
.video-hero__copy h1 { max-width: 830px; margin-bottom: 28px; font-size: clamp(3.9rem, 7.5vw, 7.6rem); }
.video-hero__copy h1 em { display: block; color: var(--highlight); }
.video-hero__copy > p:not(.kicker) { max-width: 650px; color: rgba(255,255,255,.78); font-size: 1.15rem; }
.hero-actions { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 30px; align-items: center; }
.hero-ticket { padding: 26px; align-self: end; color: var(--ink); background: var(--paper); clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%); }
.hero-ticket__eyebrow { display: block; margin-bottom: 28px; color: var(--blue); font-size: .68rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hero-ticket > strong { display: block; margin-bottom: 42px; font-size: 1.75rem; font-weight: 700; line-height: 1.12; }
.hero-ticket div { padding: 10px 0; display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); font-size: .68rem; text-transform: uppercase; }
.hero-ticket div span { color: var(--muted); }

.intro-block { padding: clamp(90px, 12vw, 165px) 0; }
.intro-grid { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 50px; }
.intro-copy h2 { max-width: 960px; font-size: clamp(3rem, 6.2vw, 6.4rem); }
.intro-copy .lead { max-width: 650px; margin: 38px 0 0 auto; color: var(--muted); font-size: 1.2rem; }
.service-lines { padding-bottom: clamp(90px, 12vw, 160px); }
.service-line { display: grid; grid-template-columns: 1.4fr .8fr 60px; gap: 20px; align-items: center; min-height: 145px; border-top: 1px solid var(--ink); text-decoration: none; transition: padding .25s, color .25s, background .25s; }
.service-line:last-child { border-bottom: 1px solid var(--ink); }
.service-line:hover { padding-inline: 24px; color: var(--white); background: var(--blue); }
.service-line__title { font-size: clamp(2rem, 4vw, 4.3rem); font-weight: 700; line-height: 1; }
.service-line__meta { color: var(--muted); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.service-line:hover .service-line__meta { color: rgba(255,255,255,.75); }
.service-line__arrow { justify-self: end; font-size: 2rem; }

.journey-story { padding: clamp(90px, 12vw, 160px) 0; color: var(--white); background: var(--ink); }
.journey-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.journey-photo { position: relative; margin: 0; }
.journey-photo::before { content: ""; position: absolute; z-index: 2; right: -16px; bottom: -16px; width: 38%; height: 38%; border-right: 16px solid var(--coral); border-bottom: 16px solid var(--coral); pointer-events: none; }
.journey-photo img { width: 100%; height: 650px; object-fit: cover; filter: saturate(.8) contrast(1.05); }
.journey-photo figcaption { position: absolute; z-index: 3; left: 0; bottom: 0; padding: 20px 24px; color: var(--ink); background: var(--acid); font-size: .77rem; font-weight: 600; line-height: 1.35; text-transform: uppercase; }
.journey-copy { position: relative; padding-top: 115px; }
.journey-copy h2 { position: relative; margin-bottom: 30px; font-size: clamp(2.8rem, 5vw, 5.5rem); }
.journey-copy > p:not(.kicker) { max-width: 560px; margin-bottom: 35px; color: rgba(255,255,255,.65); }
.journey-copy .link-arrow { color: var(--acid); }

.cta-band { padding: 85px 0; color: var(--white); background: var(--blue); }
.cta-band__layout { display: flex; justify-content: space-between; gap: 50px; align-items: center; }
.cta-band h2 { max-width: 800px; margin: 0; font-size: clamp(2.8rem, 5vw, 5.5rem); }
.cta-link { position: relative; overflow: hidden; flex: 0 0 auto; min-width: 154px; min-height: 52px; padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; color: var(--ink); background: var(--coral); border-radius: 14px; font-weight: 600; text-decoration: none; transition: transform .22s, box-shadow .22s, border-radius .22s; }
.cta-link:hover { border-radius: 999px; box-shadow: 0 14px 30px rgba(16,42,67,.2); transform: translateY(-2px); }

.editorial-hero { padding: clamp(100px, 13vw, 180px) 0 100px; border-bottom: 1px solid var(--line); }
.editorial-hero__grid { display: grid; grid-template-columns: minmax(300px, .6fr) minmax(0, 1.4fr); gap: clamp(40px, 7vw, 90px); align-items: start; }
.editorial-hero__title h1 { max-width: 1020px; margin: 0; font-size: clamp(3.4rem, 7.3vw, 7.4rem); }
.editorial-hero__title h1 em { color: var(--blue); }
.about-feature { padding: 0 0 clamp(95px, 12vw, 160px); }
.about-feature__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.about-feature__photo { position: relative; margin: 0; transform: translateY(55px); }
.about-feature__photo img { width: 100%; height: 610px; object-fit: cover; }
.about-feature__photo figcaption { position: absolute; right: -1px; bottom: -1px; padding: 17px 22px; color: var(--white); background: var(--blue); font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.about-feature__copy { padding-top: 110px; }
.quote-mark { display: block; height: 74px; color: var(--coral); font-size: 8rem; font-weight: 700; line-height: 1; }
.about-feature__copy h2 { margin-bottom: 32px; font-size: clamp(2.4rem, 4.5vw, 4.6rem); font-weight: 700; letter-spacing: -.035em; }
.about-feature__copy p { color: var(--muted); font-size: 1.05rem; }
.principles { padding: clamp(95px, 12vw, 155px) 0; color: var(--white); background: var(--ink); }
.principles__heading { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; align-items: start; }
.principles__heading h2 { max-width: 800px; font-size: clamp(3rem, 6vw, 6rem); }
.principles__list { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.3); }
.principles article { min-height: 300px; padding: 25px 34px 25px 0; border-right: 1px solid rgba(255,255,255,.3); }
.principles article + article { padding-left: 34px; }
.principles article:last-child { border-right: 0; }
.principles h3 { margin-top: 60px; font-size: 2rem; font-weight: 700; letter-spacing: -.03em; }
.principles article p { max-width: 300px; color: rgba(255,255,255,.62); }
.split-cta { padding: 105px 0; background: var(--coral); }
.split-cta__grid { display: grid; grid-template-columns: .45fr 1.3fr .5fr; gap: 45px; align-items: center; }
.split-cta h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.2rem); }

.services-hero { padding: clamp(80px, 10vw, 130px) 0; background: var(--paper); }
.services-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.services-hero__copy { position: relative; }
.services-hero__copy .section-mark { position: static; margin-bottom: 42px; }
.services-hero__copy > .kicker, .services-hero__copy > h1, .services-hero__copy > p:last-child { margin-left: 0; }
.services-hero__copy h1 { font-size: clamp(3.2rem, 6vw, 6.2rem); }
.services-hero__copy h1 em { color: var(--blue); }
.services-hero__copy > p:last-child { max-width: 480px; color: var(--muted); }
.services-hero__photo { position: relative; margin: 0; }
.services-hero__photo img { width: 100%; height: 620px; object-fit: cover; }
.services-hero__photo figcaption { position: absolute; right: 0; bottom: 0; padding: 16px 20px; color: var(--ink); background: var(--acid); font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.service-detail { padding: clamp(95px, 12vw, 150px) 0; color: var(--white); background: var(--ink); scroll-margin-top: 20px; }
.service-detail--light { color: var(--ink); background: var(--white); }
.service-detail--gray { color: var(--ink); background: var(--fog); }
.service-detail__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 10vw, 140px); }
.service-summary { position: sticky; top: 40px; align-self: start; }
.service-code { display: block; margin-bottom: 60px; color: var(--acid); font-size: .75rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.service-detail--light .service-code, .service-detail--gray .service-code { color: var(--blue); }
.service-summary h2 { max-width: 500px; font-size: clamp(3.2rem, 5.5vw, 5.7rem); }
.service-summary p { max-width: 500px; margin-bottom: 35px; color: rgba(255,255,255,.62); }
.service-detail--light .service-summary p, .service-detail--gray .service-summary p { color: var(--muted); }
.official-source { width: fit-content; margin-top: 22px; display: flex; gap: 12px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 600; text-decoration: none; }
.official-source:hover { color: var(--blue); }
.step-stack { border-top: 1px solid rgba(255,255,255,.3); }
.service-detail--light .step-stack, .service-detail--gray .step-stack { border-color: var(--line); }
.step-stack details { border-bottom: 1px solid rgba(255,255,255,.3); }
.service-detail--light .step-stack details, .service-detail--gray .step-stack details { border-color: var(--line); }
.step-stack summary { min-height: 102px; display: grid; grid-template-columns: 1fr 25px; gap: 20px; align-items: center; cursor: pointer; font-size: clamp(1.35rem, 2.1vw, 2rem); font-weight: 600; list-style: none; }
.step-stack summary::-webkit-details-marker { display: none; }
.step-stack summary b { font-family: "Manrope", Arial, sans-serif; font-weight: 400; transition: transform .2s; }
.step-stack details[open] summary b { transform: rotate(45deg); }
.step-stack details p { max-width: 580px; margin: -12px 0 30px; color: rgba(255,255,255,.62); }
.service-detail--light .step-stack details p, .service-detail--gray .step-stack details p { color: var(--muted); }
.legal-note { padding: 34px 0; color: var(--ink); background: var(--acid); }
.legal-note .shell { display: grid; grid-template-columns: 180px 1fr; gap: 30px; }
.legal-note span { font-size: .75rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.legal-note p { max-width: 850px; margin: 0; font-weight: 400; }

.contact-page { background: var(--blue); }
.contact-stage { padding: clamp(80px, 10vw, 135px) 0; color: var(--white); background: var(--blue); }
.contact-stage__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px, 8vw, 110px); align-items: center; }
.contact-stage__copy { position: relative; padding-left: 0; }
.contact-stage__copy .section-mark { position: static; margin-bottom: 42px; }
.contact-stage h1 { font-size: clamp(3.4rem, 6.4vw, 6.7rem); }
.contact-stage h1 em { color: var(--acid); }
.contact-stage__copy > p:last-child { max-width: 600px; color: rgba(255,255,255,.76); font-size: 1.1rem; }
.contact-stage__visual { position: relative; }
.contact-stage__visual img { width: 100%; height: 610px; object-fit: cover; filter: saturate(.75) contrast(1.08); }
.contact-stage__visual::before { content: ""; position: absolute; z-index: 2; inset: 18px -18px -18px 18px; border: 2px solid var(--acid); pointer-events: none; }
.contact-stage__visual span { position: absolute; z-index: 3; left: -45px; bottom: 35px; padding: 18px 22px; color: var(--ink); background: var(--coral); font-size: .78rem; font-weight: 600; line-height: 1.35; text-transform: uppercase; }
.contact-options { color: var(--ink); background: var(--paper); }
.contact-options a { min-height: 155px; display: grid; grid-template-columns: .7fr 1fr 60px; gap: 25px; align-items: center; border-top: 1px solid var(--ink); text-decoration: none; transition: padding .25s, color .25s, background .25s; }
.contact-options a:last-child { border-bottom: 1px solid var(--ink); }
.contact-options a:hover { padding-inline: 24px; color: var(--white); background: var(--ink); }
.contact-options__type { font-size: clamp(1.8rem, 3.4vw, 3.5rem); font-weight: 600; }
.contact-options strong { overflow-wrap: anywhere; font-size: clamp(1rem, 2vw, 1.35rem); }
.contact-options b { font-size: 2rem; text-align: right; }
.contact-tip { padding: 90px 0; color: var(--ink); background: var(--paper); }
.contact-tip .shell { max-width: 850px; display: grid; grid-template-columns: 80px 1fr; gap: 35px; align-items: start; }
.contact-tip__icon { width: 70px; height: 70px; display: grid; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 2rem; font-weight: 700; }
.contact-tip h2 { margin-bottom: 16px; font-size: 2.5rem; font-weight: 700; letter-spacing: -.03em; }
.contact-tip p { color: var(--muted); }

.booking-section { padding: clamp(90px, 11vw, 145px) 0; color: var(--ink); background: var(--white); }
.booking-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 125px); align-items: start; }
.booking-intro { position: sticky; top: 40px; }
.booking-intro h2, .social-heading h2 { font-size: clamp(2.8rem, 5vw, 5.3rem); }
.booking-intro > p:last-child { max-width: 470px; color: var(--muted); }
.kicker--accent { color: var(--coral); }
.appointment-form { padding: clamp(26px, 4vw, 48px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 20px; background: var(--fog); border-top: 5px solid var(--blue); box-shadow: 0 28px 70px rgba(16,42,67,.1); }
.field { min-width: 0; display: grid; gap: 9px; }
.field--wide { grid-column: 1 / -1; }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.field label, .field > label { font-size: .82rem; font-weight: 600; }
.field label span { color: var(--muted); font-size: .7rem; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 14px 16px; color: var(--ink); background: var(--white); border: 1px solid rgba(51,65,85,.24); border-radius: 10px; font: 400 1rem/1.4 "Manrope", Arial, sans-serif; transition: border-color .2s, box-shadow .2s, transform .2s; }
.field textarea { min-height: 115px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(15,118,110,.14); transform: translateY(-1px); }
.confirmation { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); font-size: .8rem; cursor: pointer; }
.confirmation input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.form-submit { position: relative; overflow: hidden; min-height: 58px; padding: 15px 21px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--white); background: var(--blue); border: 0; border-radius: 999px; font: 600 1rem/1.2 "Manrope", Arial, sans-serif; cursor: pointer; transition: transform .22s, box-shadow .22s, background .22s; }
.form-submit:hover { background: var(--ink); box-shadow: 0 14px 32px rgba(16,42,67,.18); transform: translateY(-2px); }
.form-submit:disabled { cursor: wait; opacity: .7; transform: none; }
.form-status { min-height: 25px; margin: -8px 0 0; color: var(--muted); font-size: .82rem; }
.form-status.is-success { color: var(--blue); font-weight: 600; }
.form-status.is-error { color: #B42318; font-weight: 600; }
.social-section { padding: clamp(85px, 10vw, 130px) 0; color: var(--ink); background: var(--fog); }
.social-heading { max-width: 760px; margin-bottom: 50px; }
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.social-card { position: relative; overflow: hidden; min-height: 260px; padding: 28px; display: flex; flex-direction: column; color: var(--ink); background: var(--white); border: 1px solid var(--line); text-decoration: none; transition: transform .25s, box-shadow .25s, color .25s, background .25s; }
.social-card:hover { color: var(--white); background: var(--ink); box-shadow: 0 24px 55px rgba(16,42,67,.16); transform: translateY(-7px); }
.social-card--whatsapp { color: var(--white); background: var(--blue); border-color: var(--blue); }
.social-card > span:not(.social-logo) { font-size: .72rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.social-logo { width: 52px; height: 52px; margin: 26px 0 22px; display: grid; place-items: center; color: currentColor; background: rgba(115,129,156,.1); border: 1px solid currentColor; border-radius: 16px; transition: transform .25s, border-radius .25s, background .25s; }
.social-card--whatsapp .social-logo { background: rgba(255,255,255,.12); }
.social-logo svg, .social-logo img { width: 27px; height: 27px; object-fit: contain; }
.social-card:hover .social-logo { background: rgba(255,255,255,.1); border-radius: 50%; transform: scale(1.06); }
.social-card strong { margin-top: auto; font-size: clamp(1.7rem, 2.6vw, 2.8rem); font-weight: 700; }
.social-card small { margin-top: 6px; color: currentColor; opacity: .7; font-size: .78rem; overflow-wrap: anywhere; }
.social-card b { position: absolute; right: 25px; top: 21px; font-size: 1.7rem; font-weight: 400; transition: transform .25s; }
.social-card:hover b { transform: translate(4px, -4px); }
.click-wave { position: absolute; z-index: 0; width: 14px; height: 14px; background: rgba(255,255,255,.42); border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%) scale(0); animation: click-wave .55s ease-out forwards; }
.has-js .reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s cubic-bezier(.22,.7,.3,1), transform .7s cubic-bezier(.22,.7,.3,1); }
.has-js .reveal.is-visible { opacity: 1; transform: none; }
.step-stack details[open] p { animation: detail-in .3s ease both; }

@keyframes page-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes click-wave { to { opacity: 0; transform: translate(-50%, -50%) scale(18); } }
@keyframes detail-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

.site-footer { padding: 70px 0 26px; color: var(--white); background: var(--ink); }
.footer-main { padding-bottom: 60px; display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 60px; align-items: start; }
.brand--footer { color: var(--white); }
.footer-links, .footer-contact { display: grid; gap: 10px; }
.footer-links a, .footer-contact a, .footer-contact span { width: fit-content; color: rgba(255,255,255,.7); text-decoration: none; }
.footer-links a:hover, .footer-contact a:hover { color: var(--acid); }
.footer-bottom { padding-top: 23px; display: grid; grid-template-columns: .7fr 1.6fr .7fr; gap: 30px; color: rgba(255,255,255,.44); border-top: 1px solid rgba(255,255,255,.2); font-size: .7rem; }
.footer-bottom span:last-child { text-align: right; }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

@media (max-width: 980px) {
    .site-header { height: 78px; }
    .brand img { width: 50px; height: 50px; }
    .menu-toggle { position: fixed; z-index: 1001; top: max(15px, env(safe-area-inset-top)); right: max(18px, env(safe-area-inset-right)); display: block; color: var(--white); background: rgba(16,42,67,.9); border-color: rgba(255,255,255,.5); box-shadow: 0 10px 30px rgba(16,42,67,.24); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
    .site-nav { position: fixed; z-index: 100; inset: 0; padding: 115px 28px 50px; display: flex; flex-direction: column; align-items: stretch; gap: 0; color: var(--white); background: var(--ink); transform: translateX(100%); transition: transform .3s ease; }
    .site-nav.is-open { transform: none; }
    .site-nav a, .site-nav a:not(.nav-action) { padding: 20px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.2); font-family: "Manrope", Arial, sans-serif; font-size: 1.8rem; font-weight: 600; }
    .site-nav .nav-action { margin-top: 28px; padding: 16px 22px; color: var(--ink); background: var(--acid); border-radius: 999px; font-family: "Manrope", Arial, sans-serif; font-size: 1rem; font-weight: 600; }
    .menu-toggle[aria-expanded="true"] { color: var(--white); border-color: var(--white); }
    .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .video-hero { min-height: 760px; }
    .video-hero__layout { grid-template-columns: minmax(0, 1fr); }
    .hero-ticket { display: none; }
    .intro-grid, .editorial-hero__grid { grid-template-columns: 130px minmax(0, 1fr); }
    .service-line { grid-template-columns: 1fr 45px; }
    .service-line__meta { display: none; }
    .journey-grid, .about-feature__grid, .services-hero__grid, .service-detail__grid, .contact-stage__grid { grid-template-columns: 1fr; }
    .journey-photo img, .about-feature__photo img, .services-hero__photo img, .contact-stage__visual img { height: min(70vw, 620px); }
    .journey-copy { padding-top: 80px; }
    .about-feature__photo { transform: none; }
    .about-feature__copy { padding-top: 20px; }
    .principles__heading { grid-template-columns: 1fr; }
    .split-cta__grid { grid-template-columns: 1fr; }
    .split-cta .pill { width: fit-content; }
    .services-hero__copy .section-mark { position: static; margin-bottom: 45px; }
    .services-hero__copy > .kicker, .services-hero__copy > h1, .services-hero__copy > p:last-child { margin-left: 0; }
    .service-summary { position: static; }
    .service-code { margin-bottom: 28px; }
    .contact-stage__grid { gap: 75px; }
    .contact-options a { grid-template-columns: .7fr 1fr 40px; }
    .booking-grid { grid-template-columns: 1fr; }
    .booking-intro { position: static; }
    .social-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-main .brand { grid-column: 1 / -1; }
    .footer-bottom { grid-template-columns: 1fr 1fr; }
    .footer-bottom span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 640px) {
    .shell { width: min(calc(100% - 34px), var(--shell)); }
    h1, h2 { letter-spacing: -.045em; }
    .video-hero { min-height: 730px; }
    .video-hero__layout { padding-top: 95px; display: block; }
    .video-hero__copy h1 { font-size: clamp(3.35rem, 16vw, 5.4rem); }
    .video-hero__copy > p:not(.kicker) { font-size: 1rem; }
    .hero-actions { width: 100%; }
    .hero-actions .pill { width: fit-content; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .hero-actions .link-arrow { width: fit-content; }
    .intro-grid, .editorial-hero__grid { grid-template-columns: 1fr; }
    .intro-grid .section-mark, .editorial-hero__grid .section-mark { margin-bottom: 30px; }
    .page-label p { max-width: none; }
    .intro-copy .lead { margin-left: 0; }
    .service-line { min-height: 120px; grid-template-columns: 1fr 35px; gap: 12px; }
    .service-line__title { font-size: 2rem; }
    .service-line:hover { padding-inline: 12px; }
    .journey-photo img, .about-feature__photo img, .services-hero__photo img, .contact-stage__visual img { height: 470px; }
    .journey-photo::before { right: -8px; bottom: -8px; border-width: 8px; }
    .cta-band__layout { align-items: flex-start; flex-direction: column; }
    .cta-link { min-width: 140px; }
    .principles__list { grid-template-columns: 1fr; }
    .principles article, .principles article + article { min-height: 230px; padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); }
    .principles article:last-child { border-bottom: 0; }
    .principles h3 { margin-top: 60px; }
    .services-hero { padding-top: 80px; }
    .step-stack summary { grid-template-columns: 1fr 18px; gap: 12px; min-height: 90px; }
    .step-stack details p { margin-left: 0; }
    .legal-note .shell { grid-template-columns: 1fr; gap: 10px; }
    .contact-stage__copy { padding-left: 0; }
    .contact-stage__copy .section-mark { position: static; margin-bottom: 45px; }
    .contact-stage__visual::before { inset: 10px -8px -8px 10px; }
    .contact-stage__visual span { left: -1px; bottom: -1px; }
    .contact-options a { min-height: 130px; grid-template-columns: 1fr 30px; gap: 12px; }
    .contact-options__type { font-size: 1.8rem; }
    .contact-options strong { grid-column: 1; color: var(--muted); font-size: .82rem; }
    .contact-options b { grid-column: 2; grid-row: 1 / 3; }
    .contact-options a:hover strong { color: rgba(255,255,255,.65); }
    .appointment-form { grid-template-columns: 1fr; padding: 28px 20px; }
    .field--wide { grid-column: auto; }
    .social-grid { grid-template-columns: 1fr; }
    .social-card { min-height: 220px; }
    .contact-tip .shell { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr; gap: 30px; }
    .footer-main .brand { grid-column: auto; }
    .footer-bottom { grid-template-columns: 1fr; }
    .footer-bottom span:nth-child(2) { grid-column: auto; grid-row: auto; }
    .footer-bottom span:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .video-hero__media { display: none; }
    .video-hero { background: url(../img/banner-servicios.jpg) center/cover no-repeat; }
}
