:root {
  --ink: #0d0910;
  --ink-2: #17101c;
  --ink-3: #24172b;
  --paper: #fff9fc;
  --paper-2: #f8eff5;
  --white: #ffffff;
  --text: #272029;
  --muted: #786d7b;
  --muted-light: #c7bbc9;
  --pink: #f04aa9;
  --pink-hot: #ff3fa4;
  --violet: #8b5cf6;
  --gold: #e7c46a;
  --green: #25d366;
  --border: rgba(31, 18, 37, .12);
  --border-light: rgba(255, 255, 255, .13);
  --shadow: 0 24px 70px rgba(28, 12, 34, .16);
  --radius: 24px;
  --radius-small: 14px;
  --shell: 1240px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p { margin: 0 0 1.25em; }
h1, h2, h3, h4 { margin: 0 0 .55em; color: inherit; line-height: 1.06; letter-spacing: -.035em; }
h1, h2 { font-family: var(--serif); font-weight: 500; }
h3, h4 { font-weight: 650; }
h1 { font-size: clamp(3.4rem, 5.8vw, 5.7rem); }
h2 { font-size: clamp(2.6rem, 4.5vw, 5.2rem); }
h3 { font-size: clamp(1.25rem, 1.7vw, 1.65rem); }
::selection { color: var(--white); background: var(--pink); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 820px); margin-inline: auto; }
.section { padding: clamp(84px, 10vw, 150px) 0; }
.screen-reader-text { 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; left: 20px; top: -100px; padding: 12px 18px; color: #fff; background: #000; border-radius: 8px; }
.skip-link:focus { top: 20px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-announcement { position: relative; z-index: 80; color: #f8eef8; background: #0a070b; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.announcement-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement-inner a { color: var(--gold); }
.announcement-links { display: flex; align-items: center; gap: 24px; }
.site-header { position: absolute; z-index: 70; top: 34px; left: 0; right: 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, box-shadow .25s; }
.site-header.is-sticky { position: fixed; top: 0; color: var(--text); background: rgba(255,249,252,.94); box-shadow: 0 12px 40px rgba(18,8,22,.12); backdrop-filter: blur(18px); border-bottom-color: var(--border); }
.header-inner { min-height: 90px; display: flex; align-items: center; gap: 34px; }
.site-brand { flex: 0 0 auto; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; }
.brand-lockup img, .custom-logo { width: 60px; height: 60px; object-fit: cover; border-radius: 50%; }
.brand-lockup span { display: grid; line-height: 1; }
.brand-lockup strong { color: var(--gold); font-family: var(--serif); font-size: 27px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.brand-lockup small { margin-top: 7px; font-size: 9px; font-weight: 700; letter-spacing: .52em; text-transform: uppercase; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); margin: 0; padding: 0; list-style: none; }
.primary-navigation a { position: relative; display: block; padding: 12px 0; font-size: 13px; font-weight: 650; letter-spacing: .04em; }
.primary-navigation a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: linear-gradient(90deg, var(--pink), var(--violet)); transition: right .22s; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item a::after { right: 0; }
.header-cta { flex: 0 0 auto; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 28px; color: #fff; background: linear-gradient(135deg, var(--pink), var(--violet)); border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; letter-spacing: .015em; box-shadow: 0 16px 34px rgba(240,74,169,.22); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(240,74,169,.3); }
.button-small { min-height: 43px; padding-inline: 21px; }
.button-ghost { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.4); box-shadow: none; backdrop-filter: blur(12px); }
.button-light { color: var(--ink); background: #fff; box-shadow: none; }
.button-whatsapp { color: #071f10; background: var(--green); box-shadow: 0 16px 35px rgba(37,211,102,.2); }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 750; }
.text-link span { color: var(--pink); }
.text-link-light { color: #fff; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow-dark { color: #a52a76; }

.hero { position: relative; min-height: min(900px, 96vh); display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--ink); }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; opacity: .82; }
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 78% 45%, rgba(240,74,169,.12), transparent 34%), linear-gradient(90deg, rgba(9,5,11,.94) 0%, rgba(9,5,11,.78) 42%, rgba(9,5,11,.22) 75%, rgba(9,5,11,.42) 100%), linear-gradient(0deg, rgba(9,5,11,.9), transparent 48%); }
.hero::after { content: ""; position: absolute; width: 500px; height: 500px; right: -180px; bottom: -220px; border: 1px solid rgba(231,196,106,.35); border-radius: 50%; box-shadow: 0 0 0 70px rgba(231,196,106,.03), 0 0 0 140px rgba(240,74,169,.025); }
.hero-inner { position: relative; z-index: 2; padding-top: 180px; padding-bottom: clamp(90px, 12vh, 140px); }
.hero-copy { max-width: 820px; }
.hero-copy h1 { max-width: 780px; color: #fff; text-wrap: balance; }
.hero-copy > p { max-width: 650px; margin: 24px 0 32px; color: #e1d8e3; font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 32px; color: #d2c6d4; font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-note span { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(37,211,102,.12); }
.scroll-cue { position: absolute; z-index: 3; right: max(24px, calc((100vw - var(--shell))/2)); bottom: 46px; width: 46px; height: 70px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; }
.scroll-cue span { position: absolute; left: 50%; top: 14px; width: 5px; height: 5px; background: #fff; border-radius: 50%; animation: kittyx-scroll 1.8s infinite; }
@keyframes kittyx-scroll { 0% { transform: translate(-50%,0); opacity: 0; } 25% { opacity: 1; } 75% { opacity: 1; } 100% { transform: translate(-50%,34px); opacity: 0; } }

.trust-strip { color: #fff; background: #110b14; border-top: 1px solid var(--border-light); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { min-height: 120px; display: grid; align-content: center; padding: 24px 32px; border-right: 1px solid var(--border-light); }
.trust-grid > div:first-child { border-left: 1px solid var(--border-light); }
.trust-grid strong { color: var(--gold); font-family: var(--serif); font-size: 34px; font-weight: 500; }
.trust-grid span { color: #bcaec0; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.intro-section { background: var(--paper); }
.split-layout { display: grid; grid-template-columns: 1.05fr .8fr; gap: clamp(60px, 9vw, 150px); align-items: start; }
.section-copy h2 { max-width: 680px; }
.lead-copy { padding-top: 58px; color: #514653; font-size: 1.12rem; }
.lead-copy p:first-child { color: var(--text); font-size: 1.35rem; }

.opportunity-section { padding-top: 0; background: var(--paper); }
.opportunity-panel { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 7vw, 90px); padding: clamp(38px, 6vw, 78px); overflow: hidden; color: #fff; background: radial-gradient(circle at 92% 8%, rgba(240,74,169,.32), transparent 30%), linear-gradient(135deg, #2a1531, #0d0910 72%); border: 1px solid rgba(231,196,106,.26); border-radius: 32px; box-shadow: 0 35px 90px rgba(28,12,34,.2); }
.opportunity-panel::after { content: ""; position: absolute; width: 330px; height: 330px; right: -180px; bottom: -180px; border: 1px solid rgba(231,196,106,.3); border-radius: 50%; box-shadow: 0 0 0 55px rgba(231,196,106,.035), 0 0 0 110px rgba(240,74,169,.025); }
.opportunity-copy { position: relative; z-index: 1; }
.opportunity-copy h2 { max-width: 700px; color: #fff; font-size: clamp(2.5rem, 4vw, 4.7rem); }
.opportunity-copy p { max-width: 650px; color: #d9cddd; font-size: 1.08rem; }
.opportunity-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.opportunity-benefits { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; align-content: center; }
.opportunity-benefits div { min-height: 170px; padding: 24px; display: grid; align-content: start; gap: 7px; background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; backdrop-filter: blur(10px); }
.opportunity-benefits span { color: var(--gold); font-family: var(--serif); font-size: 21px; }
.opportunity-benefits strong { color: #fff; font-size: 16px; }
.opportunity-benefits small { color: #bfb1c2; font-size: 12px; line-height: 1.55; }

.results-section { color: #fff; background: radial-gradient(circle at 82% 20%, rgba(240,74,169,.2), transparent 28%), linear-gradient(135deg, #26132c, #0d0910 68%); }
.results-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px, 9vw, 140px); align-items: center; }
.results-copy h2 { max-width: 760px; color: #fff; }
.results-copy p { max-width: 720px; color: #d5c8d7; font-size: 1.12rem; }
.results-copy small { display: block; max-width: 700px; padding-top: 16px; color: #9f91a2; border-top: 1px solid var(--border-light); font-size: 12px; }
.results-points { display: grid; }
.results-points div { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--border-light); }
.results-points div:last-child { border-bottom: 1px solid var(--border-light); }
.results-points strong { color: var(--gold); font-family: var(--serif); font-size: 24px; font-weight: 500; }
.results-points span { color: #f3eaf4; font-size: 1.08rem; }

.services-section { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.services-section::before { content: ""; position: absolute; width: 650px; height: 650px; left: -300px; top: -310px; background: radial-gradient(circle, rgba(139,92,246,.18), transparent 66%); }
.section-heading { max-width: 900px; margin-bottom: 64px; }
.section-heading h2 { color: inherit; text-wrap: balance; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.service-card { position: relative; min-height: 310px; padding: 42px; display: flex; flex-direction: column; overflow: hidden; background: rgba(255,255,255,.05); border: 1px solid var(--border-light); border-radius: var(--radius); transition: transform .25s, background .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.08); border-color: rgba(231,196,106,.35); }
.service-card.featured { background: linear-gradient(145deg, rgba(240,74,169,.26), rgba(139,92,246,.13)); }
.service-card::after { content: ""; position: absolute; right: -55px; bottom: -70px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.1); border-radius: 48% 52% 60% 40%; transform: rotate(24deg); }
.card-number { color: var(--gold); font-family: var(--serif); font-size: 16px; }
.service-card h3 { max-width: 360px; margin-top: auto; margin-bottom: 14px; font-size: 2rem; }
.service-card p { max-width: 520px; margin-bottom: 0; color: var(--muted-light); }
.service-card a { margin-top: 22px; color: var(--gold); font-size: 13px; font-weight: 750; }
.modalities-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 18px; }
.modality-card { min-height: 480px; padding: 48px; display: flex; flex-direction: column; color: var(--text); background: #fff; border-radius: var(--radius); box-shadow: 0 22px 60px rgba(0,0,0,.16); }
.modality-card-dark { color: #fff; background: linear-gradient(145deg, #38183b, #160e19); border: 1px solid var(--border-light); box-shadow: none; }
.modality-kicker { color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.modality-card-dark .modality-kicker { color: var(--gold); }
.modality-card h3 { max-width: 520px; margin-top: 38px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 500; }
.modality-card p { color: var(--muted); }
.modality-card-dark p { color: var(--muted-light); }
.modality-card ul { display: grid; gap: 10px; margin: 10px 0 34px; padding: 0; list-style: none; }
.modality-card li { position: relative; padding-left: 24px; font-size: 14px; }
.modality-card li::before { content: "✦"; position: absolute; left: 0; color: var(--pink); }
.modality-card-dark li::before { color: var(--gold); }
.modality-card .button, .modality-card .text-link { align-self: flex-start; margin-top: auto; }

.gallery-section { background: var(--paper-2); }
.gallery-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 170px; gap: 16px; }
.gallery-card { position: relative; grid-column: span 4; grid-row: span 2; padding: 0; overflow: hidden; text-align: left; background: #161018; border: 0; border-radius: 20px; cursor: zoom-in; box-shadow: 0 14px 42px rgba(30,14,35,.09); }
.gallery-card.gallery-1, .gallery-card.gallery-6 { grid-column: span 6; grid-row: span 3; }
.gallery-card.gallery-4, .gallery-card.gallery-7 { grid-column: span 3; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, opacity .5s; }
.gallery-card:hover img { transform: scale(1.04); opacity: .75; }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 46px 22px 20px; display: grid; color: #fff; background: linear-gradient(transparent, rgba(8,4,10,.9)); transform: translateY(38px); transition: transform .3s; }
.gallery-caption strong { font-size: 17px; }
.gallery-caption small { color: #cdbfd0; opacity: 0; transition: opacity .3s; }
.gallery-card:hover .gallery-caption { transform: translateY(0); }
.gallery-card:hover .gallery-caption small { opacity: 1; }
.gallery-dialog { width: min(92vw, 1100px); max-height: 90vh; padding: 0; overflow: visible; color: #fff; background: #0b070d; border: 0; border-radius: 20px; box-shadow: 0 30px 100px rgba(0,0,0,.5); }
.gallery-dialog::backdrop { background: rgba(5,3,6,.85); backdrop-filter: blur(10px); }
.gallery-dialog img { width: 100%; max-height: 76vh; object-fit: contain; border-radius: 20px 20px 0 0; }
.gallery-dialog p { margin: 0; padding: 16px 22px; }
.gallery-close { position: absolute; z-index: 2; right: -14px; top: -14px; width: 42px; height: 42px; color: #fff; background: var(--pink); border: 0; border-radius: 50%; font-size: 28px; cursor: pointer; }

.story-section { color: #fff; background: #120c15; }
.story-grid { display: grid; grid-template-columns: 1fr .95fr; gap: clamp(48px, 8vw, 120px); align-items: center; }
.story-visual { position: relative; }
.story-visual > img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 28px 28px 160px 28px; }
.story-visual::before { content: ""; position: absolute; z-index: 1; inset: 22px -22px -22px 22px; border: 1px solid rgba(231,196,106,.4); border-radius: 28px 28px 160px 28px; pointer-events: none; }
.story-badge { position: absolute; z-index: 2; right: -30px; bottom: 35px; max-width: 180px; padding: 14px; color: var(--text); background: #fff; border-radius: 18px; box-shadow: var(--shadow); }
.story-badge img { width: 120px; margin-inline: auto; }
.story-badge span { display: block; margin-top: 5px; text-align: center; font-size: 11px; font-weight: 750; }
.story-copy h2 { max-width: 620px; color: #fff; }
.story-copy > p { color: #c8bbc9; font-size: 1.1rem; }
.check-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px 20px; margin: 34px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 25px; color: #f5edf6; font-size: 14px; }
.check-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }

.locations-section { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.location-grid-three { grid-template-columns: repeat(3,1fr); }
.location-grid-four { grid-template-columns: repeat(4,1fr); }
.location-card { position: relative; min-height: 390px; padding: 48px; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.location-card::after { content: "K"; position: absolute; right: -10px; bottom: -80px; color: rgba(139,92,246,.06); font-family: var(--serif); font-size: 310px; line-height: 1; }
.location-card-accent { color: #fff; background: linear-gradient(145deg, #26132b, #111013); }
.location-card-soft { background: linear-gradient(145deg, #fff, #f8e9f4); }
.location-tag { align-self: flex-start; padding: 7px 12px; color: #fff; background: var(--pink); border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.location-card h3 { margin-top: 70px; font-family: var(--serif); font-size: 2.8rem; font-weight: 500; }
.location-grid-three .location-card { min-height: 430px; padding: 38px; }
.location-grid-three .location-card h3 { font-size: 2.35rem; }
.location-grid-four .location-card { min-height: 430px; padding: 30px; }
.location-grid-four .location-card h3 { font-size: 2rem; }
.location-card-virtual { color: #fff; background: linear-gradient(145deg, #55205b, #211126); }
.location-card-virtual small { color: #d7c9d9; }
.location-card p { max-width: 470px; margin-bottom: 8px; font-size: 1.1rem; }
.location-card small { color: var(--muted); }
.location-card-accent small { color: var(--muted-light); }
.location-card a { z-index: 1; margin-top: auto; padding-top: 26px; color: var(--pink); font-size: 13px; font-weight: 800; }
.location-card a span { color: var(--gold); }

.process-section { color: #fff; background: linear-gradient(135deg, #201027, #0c0910 60%); }
.process-grid { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(60px, 9vw, 140px); }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { color: #fff; }
.process-intro p { color: var(--muted-light); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 32px 0; border-top: 1px solid var(--border-light); }
.process-list li:last-child { border-bottom: 1px solid var(--border-light); }
.process-list > li > span { color: var(--gold); font-family: var(--serif); font-size: 24px; }
.process-list h3 { margin-bottom: 8px; font-size: 1.65rem; }
.process-list p { margin: 0; color: var(--muted-light); }

.faq-section { color: #fff; background: radial-gradient(circle at 80% 10%, rgba(139,92,246,.22), transparent 30%), linear-gradient(145deg, #211126, #0d0910); }
.faq-section .section-heading h2 { color: #fff; }
.faq-section .section-heading p { color: var(--muted-light); }
.faq-section .eyebrow-dark { color: var(--gold); }
.faq-grid { max-width: 980px; margin: 50px auto 0; display: grid; gap: 12px; }
.faq-item { overflow: hidden; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.faq-item summary { min-height: 72px; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #fff; cursor: pointer; font-weight: 800; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { flex: 0 0 auto; color: var(--pink); font-family: var(--serif); font-size: 28px; transition: transform .2s; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 24px 24px; color: #cabdcd; }
.faq-more { margin-top: 30px; text-align: center; }

.blog-section { background: var(--paper-2); }
.blog-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.blog-heading h2 { margin-bottom: 0; }
.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.post-card { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: 0 15px 44px rgba(25,12,30,.07); }
.post-thumb { display: block; overflow: hidden; background: var(--ink); aspect-ratio: 16/10; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .post-thumb img { transform: scale(1.04); }
.post-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--gold); font-family: var(--serif); font-size: 5rem; background: radial-gradient(circle at 65% 35%, rgba(240,74,169,.26), transparent 32%), linear-gradient(145deg, #241429, #0e0a10); }
.post-placeholder span { color: var(--pink); font-size: 1.4rem; transform: translate(18px,-20px); }
.post-card-body { padding: 26px; }
.post-meta { color: #a32a74; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.post-card h2, .post-card h3 { margin: 12px 0; font-family: var(--serif); font-size: 1.7rem; font-weight: 500; line-height: 1.15; }
.post-card p { color: var(--muted); font-size: 14px; }
.post-more { color: var(--pink); font-size: 13px; font-weight: 800; }

.contact-section { color: #fff; background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy h2 { color: #fff; }
.contact-copy p { color: var(--muted-light); font-size: 1.1rem; }
.contact-copy small { display: block; max-width: 520px; margin-top: 18px; color: #8f8292; font-size: 12px; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button-secondary-whatsapp { color: #fff; background: transparent; border-color: rgba(255,255,255,.35); box-shadow: none; }
.contact-buttons .text-link { margin: 10px 0 0 4px; }
.contact-form-wrap { padding: 38px; background: #fff; border-radius: var(--radius); box-shadow: 0 25px 80px rgba(0,0,0,.3); }
.plugin-placeholder { min-height: 280px; display: grid; place-content: center; color: var(--text); text-align: center; }

.kittyx-contact-form { color: var(--text); }
.kittyx-contact-form h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.kittyx-contact-form .form-intro { color: var(--muted); font-size: 14px; }
.kittyx-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.kittyx-field { display: grid; gap: 7px; }
.kittyx-field-full { grid-column: 1/-1; }
.kittyx-field label, .kittyx-field > span { font-size: 12px; font-weight: 800; }
.kittyx-field input, .kittyx-field select, .kittyx-field textarea { width: 100%; min-height: 49px; padding: 11px 14px; color: var(--text); background: #fcf8fb; border: 1px solid #ddd3df; border-radius: 10px; outline: none; }
.kittyx-field textarea { min-height: 105px; resize: vertical; }
.kittyx-field input:focus, .kittyx-field select:focus, .kittyx-field textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 3px rgba(240,74,169,.1); }
.kittyx-consent { display: flex; align-items: flex-start; gap: 9px; color: #645b66; font-size: 12px; }
.kittyx-consent input { flex: 0 0 auto; margin-top: 4px; }
.kittyx-form-submit { width: 100%; margin-top: 4px; border: 0; cursor: pointer; }
.kittyx-form-message { padding: 14px 16px; margin-bottom: 18px; border-radius: 10px; font-size: 13px; }
.kittyx-form-message.success { color: #0d5b2b; background: #e6f8ed; }
.kittyx-form-message.error { color: #8b1838; background: #fdeaf0; }

.inner-hero, .single-header { padding: 220px 0 100px; color: #fff; background: radial-gradient(circle at 78% 30%, rgba(240,74,169,.2), transparent 28%), linear-gradient(145deg, #211126, #0d0910); }
.inner-hero h1, .single-header h1 { max-width: 950px; color: #fff; font-size: clamp(3.1rem, 6vw, 6rem); }
.inner-hero p { color: var(--muted-light); }
.content-shell { padding-top: 90px; padding-bottom: 120px; }
.entry-content { max-width: 900px; margin-inline: auto; }
.entry-content > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.entry-content > .alignwide { max-width: 1120px; }
.entry-content > .alignfull { max-width: none; }
.entry-content h2 { margin-top: 1.15em; font-size: clamp(2.3rem, 4vw, 4rem); }
.entry-content h3 { margin-top: 2em; }
.entry-content a { color: #a72875; text-decoration: underline; }
.entry-content .wp-block-columns { gap: 24px; }
.entry-content .wp-block-column { padding: 28px; background: #fff; border: 1px solid var(--border); border-radius: 18px; }
.entry-content ul { padding-left: 1.3em; }
.archive-shell { padding-top: 90px; padding-bottom: 120px; }
.single-header { padding-bottom: 80px; }
.single-featured { margin-top: -40px; position: relative; }
.single-featured img { width: 100%; max-height: 650px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.single-post .entry-content { padding-top: 80px; padding-bottom: 120px; }
.not-found { min-height: 80vh; padding: 220px 0 100px; display: grid; align-items: center; text-align: center; background: var(--paper-2); }
.not-found img { width: 180px; margin: 0 auto 20px; }
.not-found h1 { color: var(--text); font-size: clamp(3rem, 6vw, 5.5rem); }

.site-footer { color: #d9cedb; background: #080509; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .65fr 1fr .75fr; gap: 50px; padding-top: 80px; padding-bottom: 70px; }
.footer-brand p { max-width: 360px; margin-top: 22px; color: #998d9c; font-size: 14px; }
.footer-social { display: flex; gap: 18px; color: var(--pink); font-size: 13px; font-weight: 750; }
.site-footer h2 { margin-bottom: 22px; color: #fff; font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; color: #9f93a2; list-style: none; font-size: 13px; }
.site-footer p { color: #9f93a2; font-size: 13px; }
.site-footer p strong { color: #fff; }
.footer-bottom { min-height: 76px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #6f6472; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }

.whatsapp-float { position: fixed; z-index: 98; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; box-shadow: 0 15px 35px rgba(8,65,29,.3); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-float svg { width: 31px; height: 31px; fill: currentColor; }
.any-launcher { position: fixed; z-index: 97; right: 94px; bottom: 24px; height: 58px; padding: 4px 18px 4px 5px; display: flex; align-items: center; gap: 7px; color: var(--text); background: #fff; border: 1px solid var(--border); border-radius: 999px; box-shadow: 0 15px 38px rgba(25,12,30,.2); cursor: pointer; }
.any-launcher img { width: 48px; height: 48px; object-fit: contain; border-radius: 50%; }
.any-launcher span { font-size: 12px; font-weight: 800; }
.any-panel { position: fixed; z-index: 110; right: 24px; bottom: 96px; width: min(380px, calc(100vw - 30px)); overflow: hidden; color: var(--text); background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: 0 28px 90px rgba(22,9,27,.28); opacity: 0; visibility: hidden; transform: translateY(14px) scale(.98); transition: opacity .22s, transform .22s, visibility .22s; }
.any-panel.is-open { opacity: 1; visibility: visible; transform: none; }
.any-close { position: absolute; z-index: 2; right: 12px; top: 12px; width: 32px; height: 32px; color: #fff; background: rgba(0,0,0,.2); border: 0; border-radius: 50%; font-size: 22px; cursor: pointer; }
.any-head { display: flex; align-items: center; gap: 12px; padding: 15px 18px; color: #fff; background: linear-gradient(135deg, #1d1021, #49214c); }
.any-head img { width: 72px; height: 62px; object-fit: contain; }
.any-head div { display: grid; }
.any-head strong { color: var(--gold); font-family: var(--serif); font-size: 23px; }
.any-head small { color: #d7cbd9; font-size: 11px; }
.any-body { padding: 20px; }
.any-body p { color: var(--muted); font-size: 14px; }
.any-options { display: grid; gap: 9px; }
.any-options a { padding: 12px 14px; background: var(--paper-2); border: 1px solid var(--border); border-radius: 10px; font-size: 13px; font-weight: 700; }
.any-options .any-whatsapp { color: #073d19; background: #e5f9ed; border-color: #ade9c3; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .header-inner { gap: 20px; }
  .primary-navigation ul { gap: 18px; }
  .primary-navigation a { font-size: 12px; }
  .header-cta { display: none; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-card.gallery-4, .gallery-card.gallery-7 { grid-column: span 6; }
  .location-grid-four { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .shell, .narrow { width: min(calc(100% - 32px), var(--shell)); }
  .site-announcement { display: none; }
  .site-header, .site-header.is-sticky { top: 0; }
  .header-inner { min-height: 76px; }
  .brand-lockup img, .custom-logo { width: 50px; height: 50px; }
  .brand-lockup strong { font-size: 23px; }
  .nav-toggle { display: block; margin-left: auto; }
  .primary-navigation { position: fixed; inset: 76px 0 auto; max-height: calc(100vh - 76px); padding: 26px 24px 36px; overflow: auto; color: var(--text); background: rgba(255,249,252,.98); border-top: 1px solid var(--border); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }
  .nav-open .primary-navigation { opacity: 1; visibility: visible; transform: none; }
  .primary-navigation ul { display: grid; gap: 2px; }
  .primary-navigation a { padding: 14px 4px; font-size: 17px; border-bottom: 1px solid var(--border); }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 820px; }
  .hero-media { opacity: .58; object-position: center center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(9,5,11,.94), rgba(9,5,11,.5)), linear-gradient(0deg, rgba(9,5,11,.95), transparent 60%); }
  .hero-inner { padding-top: 145px; padding-bottom: 90px; }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .split-layout, .results-grid, .opportunity-panel, .gallery-heading, .story-grid, .process-grid, .contact-grid { grid-template-columns: 1fr; }
  .lead-copy { padding-top: 0; }
  .service-grid, .modalities-grid, .location-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 210px; }
  .gallery-card, .gallery-card.gallery-1, .gallery-card.gallery-4, .gallery-card.gallery-6, .gallery-card.gallery-7 { grid-column: span 1; grid-row: span 1; }
  .story-visual { max-width: 620px; }
  .story-badge { right: 10px; }
  .process-intro, .contact-copy { position: static; }
  .post-grid { grid-template-columns: repeat(2,1fr); }
  .blog-heading { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .inner-hero, .single-header { padding-top: 160px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .shell, .narrow { width: min(calc(100% - 24px), var(--shell)); }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(2.8rem, 11.7vw, 3.65rem); }
  .hero-copy h1 { overflow-wrap: normal; }
  h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .brand-lockup small { display: none; }
  .hero { min-height: 760px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .opportunity-panel { width: calc(100% - 24px); padding: 34px 22px; border-radius: 24px; }
  .opportunity-actions { align-items: stretch; flex-direction: column; }
  .opportunity-actions .button { width: 100%; }
  .opportunity-benefits { grid-template-columns: 1fr; }
  .opportunity-benefits div { min-height: auto; }
  .trust-grid > div { min-height: 100px; padding: 20px; }
  .trust-grid strong { font-size: 28px; }
  .service-card, .location-card { min-height: 320px; padding: 30px; }
  .modality-card { min-height: auto; padding: 32px 26px; }
  .service-card h3 { font-size: 1.65rem; }
  .gallery-grid { display: flex; margin-inline: -12px; padding-inline: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .gallery-card, .gallery-card.gallery-1, .gallery-card.gallery-4, .gallery-card.gallery-6, .gallery-card.gallery-7 { flex: 0 0 82vw; min-height: 380px; scroll-snap-align: center; }
  .check-list { grid-template-columns: 1fr; }
  .story-badge { position: relative; right: auto; bottom: auto; max-width: none; margin: -30px 16px 0; display: flex; align-items: center; }
  .story-badge img { width: 90px; margin: 0; }
  .story-visual::before { inset: 12px -8px -12px 8px; }
  .location-card h3 { margin-top: 48px; font-size: 2.35rem; }
  .location-grid-three .location-card { min-height: 340px; padding: 30px; }
  .process-list li { grid-template-columns: 52px 1fr; gap: 12px; }
  .post-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 24px 18px; }
  .contact-buttons { align-items: stretch; flex-direction: column; }
  .contact-buttons .button { width: 100%; }
  .contact-buttons .text-link { align-self: flex-start; }
  .kittyx-form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { padding: 22px 0; align-items: flex-start; flex-direction: column; }
  .any-launcher { right: 82px; width: 58px; padding: 4px; }
  .any-launcher span { display: none; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .any-launcher { right: 82px; bottom: 14px; }
  .any-panel { right: 8px; bottom: 82px; }
}

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