:root {
  --ivory: #eef5f6;
  --paper: #f8faf9;
  --wine: #0a4853;
  --wine-deep: #063943;
  --rose: #80b5bd;
  --blush: #c5d8dc;
  --gold: #80b5bd;
  --ink: #19353a;
  --muted: #62777b;
  --muted-accessible: #586e72;
  --line: rgba(10, 72, 83, 0.16);
  --section: min(1180px, calc(100vw - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(6, 57, 67, .11);
  --radius: 24px;
  --header-height: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; }
::selection { color: var(--paper); background: var(--wine); }
.shell { width: var(--section); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 132px) 0; content-visibility: auto; contain-intrinsic-size: auto 900px; }
.anchors-materialized .section, .anchors-materialized .site-footer { content-visibility: visible; }
.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; top: 12px; left: 12px; z-index: 999; padding: 12px 18px; color: white; background: var(--wine-deep); border-radius: 8px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-height); border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, box-shadow .3s, transform .3s; }
.site-header.is-scrolled { background: rgba(248,250,249,.92); border-color: var(--line); box-shadow: 0 10px 40px rgba(6,57,67,.05); backdrop-filter: blur(18px); }
.site-header.is-hidden { transform: translateY(-105%); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand__mark { display: grid; place-items: center; width: 46px; aspect-ratio: 1; color: var(--paper); background: var(--wine); border-radius: 50%; font: 600 15px/1 var(--serif); letter-spacing: .06em; }
.brand__text { display: grid; line-height: 1.1; }
.brand__text strong { font: 600 17px/1.2 var(--serif); }
.brand__text small { margin-top: 4px; color: var(--muted-accessible); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 36px); }
.site-nav > a:not(.button) { position: relative; padding: 8px 0; color: var(--ink); font-size: 13px; font-weight: 650; text-decoration: none; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 100%; height: 1px; background: var(--wine); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--ivory); cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; width: 21px; height: 1.5px; margin: 5px auto; background: var(--wine); transition: transform .25s, opacity .25s; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 13px; padding: 14px 24px; border: 1px solid var(--wine); border-radius: 999px; color: white; background: var(--wine); box-shadow: 0 10px 28px rgba(10,72,83,.2); font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .25s, background .25s, box-shadow .25s; }
.button:hover { background: var(--wine-deep); box-shadow: 0 14px 34px rgba(10,72,83,.28); transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button--small { min-height: 44px; padding: 10px 19px; font-size: 12px; }
.button--outline { color: var(--wine); background: transparent; box-shadow: none; }
.button--outline:hover { color: white; }
.button--light { width: 100%; color: var(--wine-deep); background: var(--paper); border-color: var(--paper); box-shadow: none; }
.button--light:hover { color: white; background: transparent; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; color: var(--wine); font-size: 14px; font-weight: 750; text-underline-offset: 5px; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(2px,-2px); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--wine); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--blush); }
.section-heading { max-width: 670px; }
.section-heading h2, .difference__content h2, .about__content h2, .contact__content h2, .location__content h2 { margin: 0; font: 500 clamp(2.25rem, 5vw, 4.6rem)/.98 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.section-heading > p:last-child { max-width: 600px; margin: 24px 0 0; color: var(--muted-accessible); }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; margin-bottom: 54px; }
.section-heading--split > p:last-child { margin: 0 0 8px; }

.whatsapp_icon { max-width: 16px; width: 100%; max-height: 16px; height: 100% }
.hero { position: relative; min-height: 760px; padding: calc(var(--header-height) + 72px) 0 84px; isolation: isolate; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto; height: 100%; z-index: -2; background: linear-gradient(125deg, var(--paper) 8%, var(--ivory) 60%, #dcebed); }
.hero__inner { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(48px, 8vw, 100px); }
.hero__content { padding-top: 22px; }
.hero h1 { max-width: 700px; margin: 0; font: 500 clamp(3.35rem, 6.6vw, 6.7rem)/.88 var(--serif); letter-spacing: -.06em; text-wrap: balance; }
.hero h1 em { color: var(--wine); font-weight: 400; }
.hero__lead { max-width: 620px; margin: 30px 0; color: var(--muted-accessible); font-size: clamp(1rem, 1.4vw, 1.16rem); }
.hero__actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero__trust { display: flex; gap: 24px; flex-wrap: wrap; padding: 0; margin: 34px 0 0; list-style: none; color: var(--muted-accessible); font-size: 12px; }
.hero__trust span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 5px; color: var(--wine); background: var(--blush); border-radius: 50%; font-size: 10px; }
.hero__visual { position: relative; width: 100%; max-width: 500px; justify-self: end; padding: 24px 22px 32px 0; }
.editorial-card { position: relative; min-height: 560px; padding: 0; border: 1px solid rgba(255,255,255,.7); border-radius: 230px 230px 28px 28px; background: linear-gradient(155deg, #a8cbd0, #4b8791); box-shadow: var(--shadow); overflow: hidden; }
.editorial-card > picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.editorial-card > picture img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.editorial-card::before { content: ""; position: absolute; z-index: 1; width: 380px; height: 380px; right: -130px; top: 70px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; pointer-events: none; }
.editorial-card__label { position: absolute; right: 30px; top: 48%; color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .28em; text-transform: uppercase; writing-mode: vertical-rl; }
.editorial-card__art { display: flex; align-items: flex-start; justify-content: center; gap: 9px; height: 365px; padding-top: 75px; transform: rotate(-8deg); }
.editorial-card__art i { display: block; width: 56px; height: 230px; border-radius: 50px 50px 18px 18px; background: linear-gradient(90deg, #e8f1f2, #b5d0d4 62%, #87b6bd); box-shadow: inset 8px 0 16px rgba(255,255,255,.4), 0 20px 35px rgba(6,57,67,.2); }
.editorial-card__art i:nth-child(2) { height: 260px; margin-top: -38px; }
.editorial-card__art i:nth-child(3) { height: 250px; margin-top: -24px; }
.editorial-card__art i:nth-child(4) { height: 220px; margin-top: 10px; }
.editorial-card p { position: absolute; inset: auto 40px 38px; margin: 0; color: white; font: 400 20px/1.25 var(--serif); }
.hero__note { position: absolute; left: -65px; bottom: 72px; display: flex; align-items: center; gap: 14px; padding: 14px 18px; border: 1px solid rgba(255,255,255,.75); border-radius: 14px; background: rgba(248,250,249,.88); box-shadow: 0 16px 40px rgba(6,57,67,.12); backdrop-filter: blur(10px); }
.hero__note > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: white; background: var(--wine); font-size: 11px; }
.hero__note p { display: grid; margin: 0; color: var(--muted-accessible); font-size: 11px; line-height: 1.35; }
.hero__note strong { color: var(--ink); font-size: 12px; }
.hero__seal { position: absolute; right: -26px; top: 108px; display: grid; place-items: center; width: 90px; height: 90px; color: var(--wine); background: var(--paper); border-radius: 50%; box-shadow: 0 14px 40px rgba(6,57,67,.12); font: 600 25px/1 var(--serif); text-align: center; transform: rotate(7deg); }
.hero__seal small { font: 700 8px var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.hero__orb { position: absolute; z-index: -1; border: 1px solid rgba(10,72,83,.1); border-radius: 50%; }
.hero__orb--one { width: 230px; height: 230px; left: -100px; bottom: 24px; }
.hero__orb--two { width: 70px; height: 70px; left: 45%; top: 140px; background: rgba(128,181,189,.16); }

.pain { background: var(--wine-deep); color: var(--paper); }
.pain__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 9vw, 120px); }
.pain .eyebrow { color: var(--blush); }
.pain .section-heading h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
.pain__content > p:first-child { margin-top: 0; color: #c5d8dc; font-size: 1.08rem; }
.pain__list { margin: 34px 0; border-block: 1px solid rgba(255,255,255,.15); }
.pain__list p { display: flex; gap: 18px; margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.pain__list p:last-child { border: 0; }
.pain__list span { color: var(--rose); font-size: 11px; letter-spacing: .15em; }
.pain__answer { margin: 0; color: white; font-family: var(--serif); font-size: 1.35rem; line-height: 1.4; }

.signature { background: var(--ivory); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.benefit-card { position: relative; min-height: 300px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(248,250,249,.72); transition: transform .3s, background .3s, box-shadow .3s; }
.benefit-card:hover { background: var(--paper); box-shadow: var(--shadow); transform: translateY(-6px); }
.benefit-card__number { display: inline-grid; place-items: center; width: 42px; height: 42px; color: var(--wine); border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.benefit-card h3, .service-card h3 { margin: 70px 0 14px; font: 500 1.65rem/1.1 var(--serif); }
.benefit-card p, .service-card p { margin: 0; color: var(--muted-accessible); font-size: 14px; }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 355px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.service-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -80px; top: -80px; border-radius: 50%; background: var(--ivory); transition: transform .4s; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card:hover::after { transform: scale(1.4); }
.service-card__icon { display: grid; place-items: center; width: 49px; height: 49px; color: var(--wine); border: 1px solid var(--line); border-radius: 50%; font: 600 12px var(--serif); }
.service-card h3 { margin: 58px 0 13px; }
.service-card a { display: flex; min-height: 48px; align-items: flex-end; justify-content: space-between; margin-top: auto; padding-top: 16px; color: var(--wine); border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; text-decoration: none; }
.service-card--featured { color: white; background: var(--wine); border-color: var(--wine); }
.service-card--featured::after { background: rgba(255,255,255,.08); }
.service-card--featured .service-card__icon { color: white; border-color: rgba(255,255,255,.25); }
.service-card--featured p, .service-card--featured a { color: var(--blush); }
.service-card--featured a { border-color: rgba(255,255,255,.18); }
.service-card__tag { position: absolute; top: 32px; right: 30px; color: var(--blush) !important; font-size: 9px !important; letter-spacing: .18em; text-transform: uppercase; }
.service-card--specialty { grid-column: span 2; display: block; min-height: 600px; padding: 0; isolation: isolate; }
.service-card--specialty::after { z-index: 1; }
.service-card__media { position: relative; min-width: 0; height: 100%; margin: 0; overflow: hidden; }
.service-card__media picture { display: block; width: 100%; height: 100%; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; transition: transform .5s; }
.service-card:hover .service-card__media img { transform: scale(1.025); }
.service-card__body { position: relative; z-index: 2; display: flex; flex-direction: column; min-width: 0; padding: 30px; }
.service-card--specialty .service-card__media { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; }
.service-card--specialty .service-card__body { position: absolute; z-index: 3; inset: auto 14px 14px; height: 35%; min-height: 198px; padding: 18px 24px 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; background: linear-gradient(135deg, rgba(6,57,67,.76), rgba(10,72,83,.58)); box-shadow: 0 18px 45px rgba(3,46,53,.28); -webkit-backdrop-filter: blur(12px) saturate(115%); backdrop-filter: blur(12px) saturate(115%); }
.service-card--specialty .service-card__icon { position: absolute; top: 18px; left: 24px; width: 38px; height: 38px; }
.service-card--specialty .service-card__tag { top: 24px; right: 24px; }
.service-card--specialty h3 { margin: 2px 150px 7px 50px; font-size: clamp(1.35rem, 2.2vw, 1.75rem); }
.service-card--specialty .service-card__body > p:not(.service-card__tag) { max-width: 620px; }
.service-card--specialty .service-card__body > p:not(.service-card__tag) { font-size: 12.5px; line-height: 1.45; }
.service-card--specialty .service-card__body > a { min-height: 36px; margin-top: auto; padding-top: 9px; }
.service-card__comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: var(--wine-deep); }
.service-card__comparison-item { position: relative; min-width: 0; overflow: hidden; }
.service-card__comparison-item + .service-card__comparison-item { border-left: 2px solid var(--paper); }
.service-card__comparison-item img { position: absolute; inset: 0; }
.service-card__comparison-item:first-child img { object-position: 50% 60%; }
.service-card__comparison-item:nth-child(2) img { object-position: 50% 52%; }
.service-card__comparison-item span { position: absolute; z-index: 2; left: 16px; top: 16px; padding: 7px 12px; color: var(--wine-deep); background: rgba(248,250,249,.92); border-radius: 999px; box-shadow: 0 8px 20px rgba(6,57,67,.16); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }

@supports not (backdrop-filter: blur(1px)) {
  .service-card--specialty .service-card__body { background: rgba(6,57,67,.94); }
}
.service-card--with-media { min-height: 520px; padding: 0; }
.service-card--with-media .service-card__media { flex: 0 0 220px; height: 220px; }
.service-card--with-media .service-card__body { flex: 1; padding: 24px; }
.service-card--with-media h3 { margin: 28px 0 12px; }

.results { background: var(--ivory); }
.instagram-feed { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 14px; }
.instagram-post { position: relative; min-width: 0; color: white; background: var(--wine); border-radius: 20px; overflow: hidden; text-decoration: none; isolation: isolate; }
.instagram-post--featured { grid-column: span 2; grid-row: span 2; }
.instagram-post::after { content: ""; position: absolute; z-index: 1; inset: 35% 0 0; background: linear-gradient(transparent, rgba(3,46,53,.88)); opacity: .9; transition: opacity .3s; }
.instagram-post picture { display: block; width: 100%; height: 100%; }
.instagram-post img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.instagram-post--featured img { object-position: center 48%; }
.instagram-post:hover img, .instagram-post:focus-visible img { transform: scale(1.045); }
.instagram-post:hover::after, .instagram-post:focus-visible::after { opacity: 1; }
.instagram-post__overlay { position: absolute; z-index: 2; inset: auto 20px 18px; display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.instagram-post__overlay strong { font: 500 1.2rem/1.1 var(--serif); }
.instagram-post__overlay small { font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.instagram-profile { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(248,250,249,.78); }
.instagram-profile__identity { display: flex; align-items: center; gap: 15px; }
.instagram-profile__icon { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; color: white; background: linear-gradient(145deg, var(--wine), var(--rose)); border-radius: 50%; font: 700 24px/1 var(--serif); }
.instagram-profile p { display: grid; margin: 0; line-height: 1.35; }
.instagram-profile strong { font-size: 13px; }
.instagram-profile small { margin-top: 4px; color: var(--muted-accessible); font-size: 11px; }

.difference { background: var(--paper); }
.difference__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.difference__visual { position: relative; min-height: 620px; display: grid; place-items: center; border-radius: 250px 250px 20px 20px; color: white; background: linear-gradient(145deg, var(--wine), #236b76); overflow: hidden; }
.difference__visual > picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.difference__visual > picture img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 50% center; }
.difference__visual::before { content: ""; position: absolute; z-index: 2; width: 420px; height: 420px; left: -160px; top: 80px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; pointer-events: none; }
.difference__visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(6,57,67,.05) 35%, rgba(6,57,67,.82) 100%); pointer-events: none; }
.difference__line { position: absolute; z-index: 2; width: 1px; height: 115px; left: 50%; top: 57%; background: var(--rose); }
.difference__quote { position: absolute; z-index: 2; inset: auto 45px 35px; max-width: 300px; font: 400 17px/1.4 var(--serif); text-shadow: 0 2px 18px rgba(3,46,53,.65); text-align: center; }
.difference__items { margin-top: 42px; }
.difference__items article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.difference__items article > span { color: var(--rose); font-size: 11px; }
.difference__items h3 { margin: 0 0 5px; font: 600 1.1rem var(--serif); }
.difference__items p { margin: 0; color: var(--muted-accessible); font-size: 14px; }

.process { background: var(--wine-deep); color: white; }
.process .eyebrow { color: var(--rose); }
.process .section-heading > p:last-child { color: var(--blush); }
.process__list { display: grid; grid-template-columns: repeat(4,1fr); padding: 0; margin: 65px 0 0; list-style: none; counter-reset: steps; }
.process__list li { position: relative; padding: 0 28px 0 0; }
.process__list li:not(:last-child)::after { content: ""; position: absolute; right: 20px; top: 21px; width: calc(100% - 65px); height: 1px; background: rgba(255,255,255,.18); transform: translateX(100%); }
.process__list span { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--rose); font-size: 10px; }
.process__list h3 { margin: 32px 0 10px; font: 500 1.25rem var(--serif); }
.process__list p { margin: 0; color: var(--blush); font-size: 13px; }

.about { background: var(--ivory); }
.about__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 10vw, 130px); }
.about__portrait { width: 100%; aspect-ratio: 2 / 3; margin: 0; border-radius: 230px 230px 18px 18px; box-shadow: var(--shadow); overflow: hidden; }
.about__portrait picture { display: block; width: 100%; height: 100%; }
.about__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about__content { max-width: 760px; margin: 0; }
.about__content > p:not(.eyebrow) { color: var(--muted-accessible); }
.about__content blockquote { margin: 30px 0; padding: 0 0 0 24px; border-left: 2px solid var(--rose); font: italic 400 1.3rem/1.45 var(--serif); }

.faq { background: var(--ivory); }
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.faq .section-heading { position: sticky; top: 130px; }
.faq .section-heading .text-link { margin-top: 30px; }
.accordion__item { border-top: 1px solid var(--line); }
.accordion__item:last-child { border-bottom: 1px solid var(--line); }
.accordion__item h3 { margin: 0; }
.accordion__item button { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--ink); background: transparent; border: 0; font: 600 1.08rem/1.35 var(--serif); text-align: left; cursor: pointer; }
.accordion__item button span { position: relative; flex: 0 0 32px; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; }
.accordion__item button span::before, .accordion__item button span::after { content: ""; position: absolute; left: 9px; top: 15px; width: 12px; height: 1px; background: var(--wine); transition: transform .25s; }
.accordion__item button span::after { transform: rotate(90deg); }
.accordion__item button[aria-expanded="true"] span::after { transform: rotate(0); }
.accordion__panel { padding: 0 50px 22px 0; }
.accordion__panel p { margin: 0; color: var(--muted-accessible); font-size: 14px; }

.contact { color: white; background: var(--wine); }
.contact__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 10vw, 130px); align-items: center; }
.contact__content p { color: var(--blush); }
.contact__content ul { padding: 0; margin: 30px 0 0; list-style: none; }
.contact__content li { margin: 8px 0; color: #e3edef; font-size: 13px; }
.contact__content li span { margin-right: 8px; color: var(--rose); }
.contact-form { padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(6,57,67,.45); }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; margin-bottom: 7px; color: #e8f1f2; font-size: 12px; font-weight: 700; }
.form-field label span { color: var(--blush); font-weight: 400; }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-height: 52px; padding: 13px 0; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: 0; }
.form-field textarea { resize: vertical; }
.form-field select { color-scheme: light; }
.form-field select option { color: var(--ink); background-color: var(--paper); }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(238,245,246,.56); }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: white; box-shadow: 0 2px 0 white; }
.form-field [aria-invalid="true"] { border-color: #ffd4d4; }
.form-error { display: block; min-height: 18px; padding-top: 4px; color: #ffd4d4; font-size: 11px; }
.form-field--hidden { position: absolute; left: -9999px; }
.form-note, .form-status { margin: 12px 0 0; color: var(--blush); font-size: 10px; text-align: center; }

.location { background: var(--ivory); }
.location__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(44px, 8vw, 96px); align-items: center; }
.location__content { max-width: 470px; }
.location__content h2 { margin-bottom: 30px; }
.location__venue { margin: 0 0 8px; color: var(--ink); font-size: 1.05rem; }
.location__content address { margin: 0 0 32px; color: var(--muted-accessible); font-style: normal; line-height: 1.75; }
.location__map { min-width: 0; height: clamp(390px, 43vw, 520px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--blush); box-shadow: var(--shadow); overflow: hidden; }
.location__map iframe { display: block; width: 100%; height: 100%; border: 0; }

.site-footer { padding: 76px 0 22px; color: var(--blush); background: #032e35; content-visibility: auto; contain-intrinsic-size: auto 560px; }
.site-footer__top { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 50px; padding-bottom: 54px; }
.brand--footer { color: white; }
.brand--footer .brand__mark { color: var(--wine-deep); background: var(--paper); }
.brand--footer .brand__text small { color: var(--blush); }
.site-footer__top > div:first-child p { max-width: 230px; }
.site-footer__top h2 { margin: 0 0 18px; color: white; font: 600 13px var(--sans); letter-spacing: .08em; text-transform: uppercase; }
  .site-footer__top a, .site-footer__top p { display: block; margin: 0 0 9px; color: var(--blush); font-size: 12px; text-decoration: none; }
.site-footer__top a:hover { color: white; text-decoration: underline; text-underline-offset: 4px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer__bottom p, .site-footer__bottom button { margin: 0; color: #88aab0; font-size: 10px; }
.site-footer__bottom div { display: flex; gap: 18px; }
.site-footer__bottom button { padding: 0; background: transparent; border: 0; text-decoration: underline; cursor: pointer; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: flex; align-items: center; gap: 9px; min-height: 49px; padding: 10px 17px; color: white; background: var(--wine); border: 1px solid rgba(255,255,255,.45); border-radius: 999px; box-shadow: 0 12px 34px rgba(6,57,67,.3); font-size: 12px; font-weight: 750; text-decoration: none; transition: transform .25s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float span:first-child { font-size: 18px; }

.modal { width: min(560px, calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 0; color: var(--ink); background: var(--paper); border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.modal::backdrop { background: rgba(3,46,53,.72); backdrop-filter: blur(6px); }
.modal__inner { position: relative; padding: 42px; }
.modal__close { position: absolute; right: 14px; top: 14px; z-index: 2; display: grid; place-items: center; width: 40px; height: 40px; color: var(--wine); background: var(--ivory); border: 0; border-radius: 50%; font-size: 24px; cursor: pointer; }
.modal h2 { margin: 0 0 18px; font: 500 2.2rem var(--serif); }
.modal p { color: var(--muted-accessible); }

.js.animations-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.js.animations-ready .reveal.is-visible { opacity: 1; transform: none; }
[data-delay="60"] { --delay: 60ms; }
[data-delay="80"] { --delay: 80ms; }
[data-delay="100"] { --delay: 100ms; }
[data-delay="120"] { --delay: 120ms; }
[data-delay="160"] { --delay: 160ms; }
[data-delay="180"] { --delay: 180ms; }

@media (max-width: 960px) {
  :root { --section: min(100% - 36px, 760px); --header-height: 74px; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 8px; padding: 90px 24px 30px; visibility: hidden; opacity: 0; background: var(--paper); transform: translateY(-12px); transition: opacity .25s, transform .25s, visibility .25s; }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .site-nav > a:not(.button) { padding: 10px; font: 500 2rem var(--serif); text-align: center; }
  .site-nav .button { align-self: center; margin-top: 18px; }
  .hero { padding-top: calc(var(--header-height) + 50px); }
  .hero__inner, .pain__grid, .difference__grid, .about__grid, .faq__grid, .contact__grid, .location__grid { grid-template-columns: 1fr; }
  .hero__content { max-width: 700px; }
  .hero__visual { width: min(100%, 520px); justify-self: center; }
  .section-heading--split { grid-template-columns: 1fr; gap: 22px; }
  .benefit-grid, .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card--specialty { grid-column: span 2; }
  .instagram-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; }
  .instagram-post--featured { grid-column: span 2; grid-row: auto; height: 380px; }
  .instagram-post:last-child:nth-child(even) { grid-column: span 2; }
  .difference__visual { width: min(100%, 520px); min-height: 570px; justify-self: center; }
  .process__list { grid-template-columns: repeat(2,1fr); gap: 45px; }
  .process__list li::after { display: none; }
  .about__portrait { grid-row: 2; width: min(100%, 520px); justify-self: center; }
  .about__content { margin-inline: auto; }
  .faq .section-heading { position: static; }
  .location__content { max-width: 620px; }
  .location__map { height: 460px; }
  .site-footer__top { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-footer__top > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  :root { --section: calc(100% - 30px); }
  .section { padding: 74px 0; }
  .brand__mark { width: 42px; }
  .brand { min-height: 44px; }
  .hero { min-height: auto; padding-bottom: 68px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero__actions { align-items: stretch; gap: 19px; }
  .hero__actions .button { width: 100%; }
  .hero__actions .text-link { justify-content: center; }
  .hero__trust { display: grid; gap: 9px; }
  .hero__visual { padding-right: 0; }
  .editorial-card { min-height: 460px; padding: 0; border-radius: 170px 170px 22px 22px; }
  .editorial-card__art { height: 310px; transform: rotate(-6deg) scale(.8); }
  .editorial-card p { inset: auto 28px 28px; }
  .hero__note { left: 12px; bottom: 65px; }
  .hero__seal { right: -4px; top: 86px; width: 74px; height: 74px; }
  .benefit-grid, .service-grid { grid-template-columns: 1fr; }
  .service-card--specialty { grid-column: auto; display: flex; min-height: 0; flex-direction: column; }
  .service-card--specialty .service-card__media { position: relative; inset: auto; flex: 0 0 auto; width: 100%; height: auto; aspect-ratio: 5 / 4; }
  .service-card--specialty .service-card__body { position: relative; inset: auto; flex: 1; height: auto; min-height: 300px; padding: 24px; border: 0; border-radius: 0; background: var(--wine); box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .service-card--specialty .service-card__icon { position: static; width: 49px; height: 49px; }
  .service-card--specialty .service-card__tag { top: 34px; right: 24px; }
  .service-card--specialty h3 { margin: 28px 0 12px; font-size: 1.65rem; }
  .service-card--specialty .service-card__body > p:not(.service-card__tag) { font-size: 14px; line-height: 1.55; }
  .service-card--specialty .service-card__body > a { min-height: 48px; margin-top: auto; padding-top: 16px; }
  .service-card__media { height: auto; aspect-ratio: 4 / 5; }
  .instagram-feed { grid-template-columns: 1fr; gap: 14px; grid-auto-rows: auto; }
  .instagram-post { height: 280px; }
  .instagram-post--featured { grid-column: auto; height: 380px; }
  .instagram-post:last-child:nth-child(even) { grid-column: auto; }
  .instagram-post__overlay { inset: auto 13px 12px; display: grid; gap: 3px; }
  .instagram-post__overlay strong { font-size: 1rem; }
  .instagram-post__overlay small { font-size: 8px; }
  .instagram-profile { align-items: stretch; flex-direction: column; padding: 20px; }
  .instagram-profile .button { width: 100%; }
  .benefit-card { min-height: 260px; }
  .difference__visual { min-height: 470px; }
  .process__list { grid-template-columns: 1fr; gap: 38px; }
  .process__list li { padding-left: 58px; }
  .process__list span { position: absolute; left: 0; top: 0; }
  .process__list h3 { margin-top: 0; }
  .contact-form { padding: 25px 20px; }
  .location__content .button { width: 100%; }
  .location__map { height: 340px; border-radius: 22px; }
  .site-footer__top { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .site-footer__top > div:first-child { grid-column: span 2; }
  .site-footer__top > div:last-child { grid-column: auto; }
  .site-footer__top a { min-height: 44px; display: flex; align-items: center; margin-bottom: 0; }
  .site-footer__bottom button { min-height: 44px; }
  .site-footer__bottom { flex-direction: column; }
  .whatsapp-float span:last-child { display: none; }
  .whatsapp-float { width: 52px; justify-content: center; padding-inline: 0; }
  .modal__inner { padding: 30px 24px; }
}

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

@media (forced-colors: active) {
  .button, .brand__mark, .whatsapp-float { border: 2px solid ButtonText; }
}
