:root {
  --wine: #7b2948;
  --wine-bright: #9b365e;
  --plum: #21191c;
  --plum-2: #38232c;
  --rose: #ecd4da;
  --rose-soft: #f5e8e9;
  --cream: #fbf6ef;
  --paper: #fffdf9;
  --gold: #c39a52;
  --gold-soft: #e8cf9d;
  --ink: #221c1f;
  --muted: #6e6569;
  --line: rgba(62, 34, 45, .14);
  --shadow: 0 30px 90px rgba(52, 25, 36, .16);
  --shell: min(1240px, calc(100% - 48px));
  --radius: 30px;
  --ease: cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: 'Manrope', Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.is-locked { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .display { font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: .99; letter-spacing: -.035em; }
h1 { margin-bottom: 28px; font-size: clamp(3.45rem, 7vw, 7rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 5vw, 5rem); }
h3 { line-height: 1.25; }
p { color: var(--muted); }
::selection { background: var(--wine); color: white; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 2000; padding: 12px 18px; border-radius: 10px; background: var(--plum); color: white; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.announcement { position: relative; z-index: 1002; background: var(--plum); color: white; }
.announcement__inner { min-height: 37px; display: flex; align-items: center; justify-content: center; gap: 26px; font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.announcement__inner > span { display: inline-flex; align-items: center; gap: 9px; }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #efc46f; box-shadow: 0 0 0 0 rgba(239,196,111,.6); animation: pulse 2s infinite; }
.announcement__link { padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); background: none; color: var(--gold-soft); font-size: .74rem; font-weight: 800; }

.header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(33,25,28,.96); backdrop-filter: blur(18px); transition: box-shadow .3s ease, border-color .3s ease, background .3s ease; }
.header.is-scrolled { border-color: rgba(255,255,255,.14); background: rgba(33,25,28,.98); box-shadow: 0 12px 30px rgba(33,25,28,.18); }
.header__inner { height: 88px; display: grid; grid-template-columns: 270px 1fr auto; align-items: center; gap: 36px; }
.brand { display: grid; width: 255px; height: 66px; place-items: center; overflow: hidden; }
.brand img { height: auto; transform: scale(1.18); }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.4vw, 38px); }
.nav a { position: relative; padding: 31px 0; color: #eadfe2; font-size: .87rem; font-weight: 700; }
.nav a::after { content: ''; position: absolute; right: 50%; bottom: 25px; left: 50%; height: 2px; background: var(--gold-soft); transition: left .28s var(--ease), right .28s var(--ease); }
.nav a:hover::after, .nav a[aria-current='page']::after { right: 0; left: 0; }
.menu-button { display: none; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; background: var(--wine); color: white; font-size: .86rem; font-weight: 800; transition: transform .25s var(--ease), background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); background: var(--wine-bright); box-shadow: 0 16px 34px rgba(123,41,72,.22); }
.button span { font-size: 1.1em; transition: transform .25s ease; }
.button:hover span { transform: translate(2px,-2px); }
.button--dark { background: var(--plum); }
.button--dark:hover { background: var(--wine); }
.button--cream { background: var(--cream); color: var(--plum); }
.button--cream:hover { background: white; color: var(--wine); }
.button--line { border-color: rgba(123,41,72,.3); background: transparent; color: var(--wine); }
.button--line:hover { background: var(--wine); color: white; }
.button--large { min-height: 60px; padding-inline: 30px; }
.button--full { width: 100%; }
.link-arrow { display: inline-flex; align-items: center; gap: 12px; color: var(--wine); font-size: .84rem; font-weight: 800; }
.link-arrow::after { content: '↗'; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(123,41,72,.3); border-radius: 50%; transition: .25s ease; }
.link-arrow:hover::after { transform: rotate(45deg); background: var(--wine); color: white; }

.kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--wine); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.kicker::before { content: ''; width: 34px; height: 1px; background: var(--gold); }
.kicker--light { color: var(--gold-soft); }
.lead { max-width: 690px; color: #655b5f; font-size: clamp(1.03rem, 1.5vw, 1.2rem); }
.section { padding: 118px 0; }
.section--cream { background: var(--cream); }
.section--rose { background: var(--rose-soft); }
.section--dark { background: var(--plum); color: white; }
.section--dark p { color: #cbbfc3; }
.section-head { display: grid; grid-template-columns: 1.15fr .6fr; align-items: end; gap: 70px; margin-bottom: 56px; }
.section-head h2 { margin-bottom: 0; }
.section-head p { margin-bottom: 5px; }

.home-hero { position: relative; min-height: calc(100svh - 125px); overflow: hidden; background: linear-gradient(90deg,#fffdf9 0 53%,#f1dfe2 53% 100%); }
.home-hero::before { content: ''; position: absolute; left: -180px; top: 120px; width: 520px; height: 520px; border: 1px solid rgba(123,41,72,.08); border-radius: 50%; box-shadow: 0 0 0 85px rgba(123,41,72,.025), 0 0 0 170px rgba(195,154,82,.018); }
.home-hero__grid { min-height: calc(100svh - 125px); display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 72px; padding: 72px 0 85px; }
.home-hero__copy { position: relative; z-index: 3; }
.home-hero h1 { max-width: 680px; }
.home-hero h1 em { display: block; color: var(--wine); font-style: italic; }
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-hero__trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: #62565b; font-size: .79rem; font-weight: 700; }
.home-hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.home-hero__trust span::before { content: '✓'; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--wine); }
.home-hero__visual { position: relative; min-height: 650px; }
.hero-frame { position: absolute; inset: 0 0 0 72px; overflow: hidden; border-radius: 220px 220px 34px 34px; box-shadow: var(--shadow); }
.hero-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(37,20,27,.16)); }
.hero-frame img { height: 100%; object-fit: cover; object-position: 48% center; transform: scale(1.04); animation: heroZoom 14s ease-in-out infinite alternate; }
.hero-detail { position: absolute; z-index: 2; left: 0; bottom: 36px; width: 205px; height: 255px; overflow: hidden; border: 9px solid var(--paper); border-radius: 110px 110px 24px 24px; box-shadow: 0 24px 55px rgba(51,24,35,.24); animation: float 5s ease-in-out infinite; }
.hero-detail img { height: 100%; object-fit: cover; }
.hero-rating { position: absolute; z-index: 3; right: -18px; bottom: 38px; width: 180px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: var(--wine); color: white; box-shadow: 0 24px 60px rgba(81,27,48,.3); }
.hero-rating strong { color: var(--gold-soft); font-family: 'Playfair Display',serif; font-size: 2.3rem; line-height: 1; }
.hero-rating span { max-width: 120px; margin-top: 5px; font-size: .71rem; line-height: 1.35; }
.hero-scroll { position: absolute; right: 22px; top: 50%; z-index: 4; display: flex; align-items: center; gap: 14px; writing-mode: vertical-rl; color: rgba(36,23,29,.55); font-size: .62rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-scroll::after { content: ''; width: 1px; height: 58px; background: currentColor; animation: scrollLine 1.8s ease-in-out infinite; }

.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.marquee__track { width: max-content; display: flex; align-items: center; gap: 32px; padding: 19px 0; animation: marquee 34s linear infinite; }
.marquee__track span { display: inline-flex; align-items: center; gap: 30px; color: #5e5257; font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.marquee__track span::after { content: '✦'; color: var(--gold); }

.service-showcase { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; }
.visual-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius); background: var(--plum); color: white; isolation: isolate; }
.visual-card:nth-child(1), .visual-card:nth-child(4) { grid-column: span 7; }
.visual-card:nth-child(2), .visual-card:nth-child(3) { grid-column: span 5; }
.visual-card:nth-child(2), .visual-card:nth-child(4) { min-height: 360px; }
.visual-card img { position: absolute; inset: 0; z-index: -2; height: 100%; object-fit: cover; transition: transform .8s var(--ease), filter .5s ease; }
.visual-card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,rgba(20,12,16,.02) 28%,rgba(30,16,22,.88) 100%); }
.visual-card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.visual-card__top { position: absolute; top: 24px; left: 24px; display: flex; align-items: center; gap: 9px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; background: rgba(28,17,21,.25); backdrop-filter: blur(8px); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.visual-card__content { position: absolute; right: 30px; bottom: 27px; left: 30px; }
.visual-card__content h3 { max-width: 520px; margin: 0 0 9px; font-family: 'Playfair Display',serif; font-size: clamp(2rem,3vw,3.1rem); }
.visual-card__content p { max-width: 480px; margin: 0; color: #eee5e8; font-size: .87rem; }
.visual-card__arrow { position: absolute; right: 28px; bottom: 30px; display: grid; width: 49px; height: 49px; place-items: center; border-radius: 50%; background: white; color: var(--wine); font-size: 1.2rem; transition: transform .3s ease; }
.visual-card:hover .visual-card__arrow { transform: rotate(45deg); }
.visual-card__content:has(+ .visual-card__arrow) { padding-right: 65px; }

.indiba-home { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 690px; overflow: hidden; border-radius: 38px; background: white; box-shadow: var(--shadow); }
.indiba-home__image { position: relative; overflow: hidden; background: #d8c6cb; }
.indiba-home__image img { height: 100%; object-fit: cover; }
.indiba-home__image::after { content: '448 kHz'; position: absolute; right: 25px; bottom: 25px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(36,23,29,.55); color: white; backdrop-filter: blur(8px); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.indiba-home__copy { align-self: center; padding: clamp(50px,8vw,105px); }
.indiba-home__copy h2 { font-size: clamp(2.8rem,5vw,5.2rem); }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 25px; padding: 0; margin: 30px 0 38px; list-style: none; }
.benefits li { position: relative; padding-left: 22px; color: #5f5559; font-size: .87rem; font-weight: 600; }
.benefits li::before { content: ''; position: absolute; left: 0; top: .64em; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }

.editorial-split { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(55px,8vw,110px); }
.editorial-photo { position: relative; min-height: 680px; }
.editorial-photo__frame { position: absolute; inset: 0 55px 0 0; overflow: hidden; border-radius: 210px 210px 30px 30px; }
.editorial-photo__frame img { height: 100%; object-fit: cover; object-position: center; }
.editorial-photo__caption { position: absolute; right: 0; bottom: 55px; width: 205px; padding: 25px; border-radius: 20px; background: var(--wine); color: white; box-shadow: var(--shadow); }
.editorial-photo__caption strong { display: block; color: var(--gold-soft); font-family: 'Playfair Display',serif; font-size: 2.5rem; }
.editorial-photo__caption span { font-size: .77rem; }
.editorial-copy h2 { max-width: 650px; }
.editorial-copy .lead { margin-bottom: 34px; }
.check-list { display: grid; gap: 16px; padding: 0; margin: 0 0 38px; list-style: none; }
.check-list li { display: grid; grid-template-columns: 32px 1fr; align-items: start; gap: 12px; font-size: .9rem; font-weight: 600; }
.check-list li::before { content: '✓'; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--rose-soft); color: var(--wine); }

.numbers { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.14); border-radius: 26px; }
.number { padding: 34px; border-right: 1px solid rgba(255,255,255,.14); }
.number:last-child { border: 0; }
.number strong { display: block; margin-bottom: 8px; color: var(--gold-soft); font-family: 'Playfair Display',serif; font-size: clamp(2.6rem,4vw,4.5rem); line-height: 1; }
.number span { color: #cfc2c6; font-size: .78rem; font-weight: 700; }
.method-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 90px; margin-top: 85px; }
.method-grid__intro { position: sticky; top: 145px; align-self: start; }
.method-list { counter-reset: method; border-top: 1px solid rgba(255,255,255,.16); }
.method-item { counter-increment: method; display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.method-item::before { content: '0' counter(method); color: var(--gold-soft); font-family: 'Playfair Display',serif; font-size: 1.1rem; }
.method-item h3 { margin: 0 0 8px; font-size: 1.05rem; }
.method-item p { margin: 0; font-size: .87rem; }

.centers-home { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.center-block { position: relative; overflow: hidden; padding: 45px; border: 1px solid var(--line); border-radius: 30px; background: white; }
.center-block::after { content: attr(data-number); position: absolute; right: -5px; bottom: -55px; color: rgba(123,41,72,.045); font-family: 'Playfair Display',serif; font-size: 13rem; line-height: 1; }
.center-block > * { position: relative; z-index: 1; }
.center-block__tag { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.center-block h3 { margin: 15px 0 8px; font-family: 'Playfair Display',serif; font-size: 3rem; }
.center-block address { color: var(--muted); font-style: normal; }
.center-block__meta { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; margin: 25px 0; padding-top: 22px; border-top: 1px solid var(--line); font-size: .8rem; }
.center-block__meta strong { display: block; color: var(--ink); }
.center-block__meta span { color: var(--muted); }
.center-block__actions { display: flex; flex-wrap: wrap; gap: 9px; }

.review-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.review-score { min-height: 430px; display: grid; place-content: center; padding: 45px; text-align: center; border-radius: 30px; background: var(--wine); color: white; }
.review-score strong { display: block; color: var(--gold-soft); font-family: 'Playfair Display',serif; font-size: 7rem; line-height: .85; }
.review-score .stars { margin: 20px 0 8px; color: var(--gold-soft); letter-spacing: .2em; }
.review-score p { color: #eadfe2; font-size: .82rem; }
.review-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.review-card { display: flex; min-height: 205px; flex-direction: column; justify-content: space-between; padding: 30px; border: 1px solid var(--line); border-radius: 25px; background: white; }
.review-card blockquote { margin: 0 0 24px; font-family: 'Playfair Display',serif; font-size: 1.22rem; line-height: 1.45; }
.review-card cite { color: var(--muted); font-size: .75rem; font-style: normal; font-weight: 700; }

.seo-panel { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.seo-panel__title { position: sticky; top: 140px; align-self: start; }
.seo-panel__content { columns: 2; column-gap: 42px; }
.seo-panel__content h3 { break-after: avoid; margin: 32px 0 10px; color: var(--wine); font-family: 'Playfair Display',serif; font-size: 1.45rem; }
.seo-panel__content h3:first-child { margin-top: 0; }
.seo-panel__content p { break-inside: avoid; font-size: .9rem; }

.faq { max-width: 950px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 25px 55px 25px 0; list-style: none; font-weight: 800; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 5px; top: 17px; color: var(--wine); font-family: 'Playfair Display',serif; font-size: 2rem; }
.faq details[open] summary::after { content: '−'; }
.faq p { max-width: 800px; padding-bottom: 24px; }

.page-hero { position: relative; min-height: 640px; display: grid; align-items: center; overflow: hidden; background: var(--cream); }
.page-hero__grid { display: grid; grid-template-columns: 1fr .74fr; align-items: center; gap: 90px; padding: 70px 0; }
.page-hero__copy { position: relative; z-index: 2; }
.page-hero__copy h1 { max-width: 830px; font-size: clamp(3.5rem,6vw,6.3rem); }
.page-hero__copy h1 em { color: var(--wine); font-style: italic; }
.page-hero__image { position: relative; height: 520px; }
.page-hero__image::before { content: ''; position: absolute; inset: -45px -100px -45px 75px; border-radius: 50%; background: var(--rose); }
.page-hero__image img { position: relative; z-index: 1; height: 100%; object-fit: cover; border-radius: 200px 200px 26px 26px; box-shadow: var(--shadow); }
.breadcrumbs { margin-bottom: 25px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.breadcrumbs a { color: var(--wine); }

.category-strip { display: grid; grid-template-columns: repeat(7,1fr); gap: 10px; margin-top: -45px; position: relative; z-index: 4; }
.category-mini { padding: 20px 14px; border: 1px solid var(--line); border-radius: 17px; background: white; text-align: center; box-shadow: 0 15px 35px rgba(45,24,32,.06); color: #5e5257; font-size: .72rem; font-weight: 800; }
.category-mini strong { display: block; margin-bottom: 3px; color: var(--wine); font-family: 'Playfair Display',serif; font-size: 1.3rem; }
.service-toolbar { position: sticky; top: 88px; z-index: 30; padding: 17px 0; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.94); backdrop-filter: blur(18px); }
.service-toolbar__inner { display: grid; grid-template-columns: 1.1fr 1.6fr .8fr; gap: 12px; }
.field { width: 100%; min-height: 51px; padding: 0 16px; border: 1px solid rgba(83,48,61,.2); border-radius: 14px; outline: 0; background: white; color: var(--ink); }
.field:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(123,41,72,.08); }
.filter-pills { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: thin; }
.filter-pill { flex: 0 0 auto; min-height: 51px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; background: white; color: #665a5f; font-size: .75rem; font-weight: 800; }
.filter-pill.is-active { border-color: var(--wine); background: var(--wine); color: white; }
.service-results { display: flex; justify-content: space-between; margin-bottom: 25px; color: var(--muted); font-size: .8rem; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }
.service-card { min-height: 205px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: white; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(123,41,72,.34); box-shadow: 0 17px 36px rgba(49,27,36,.08); }
.service-card[hidden] { display: none; }
.service-card__category { color: var(--gold); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-card h2 { margin: 18px 0 10px; font-family: 'Manrope',sans-serif; font-size: 1rem; font-weight: 800; line-height: 1.35; letter-spacing: -.02em; }
.service-card__center { color: var(--muted); font-size: .72rem; }
.service-card__bottom { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 22px; }
.service-card__price { color: var(--wine); font-size: .83rem; font-weight: 800; }
.service-card__book { padding: 0; border: 0; background: none; color: var(--wine); font-size: .74rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.empty { grid-column: 1 / -1; padding: 70px 20px; text-align: center; }

.indiba-hero { min-height: 760px; display: grid; align-items: center; overflow: hidden; background: var(--plum); color: white; }
.indiba-hero__grid { display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: 85px; padding: 65px 0; }
.indiba-hero h1 { max-width: 720px; }
.indiba-hero h1 em { color: var(--gold-soft); font-style: italic; }
.indiba-hero p { color: #cfc2c6; }
.indiba-hero__visual { position: relative; height: 650px; }
.indiba-hero__visual::before { content: ''; position: absolute; inset: 40px -90px 40px 80px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.indiba-hero__visual img { position: relative; z-index: 1; height: 100%; object-fit: cover; border-radius: 220px 220px 30px 30px; }
.indiba-chip { position: absolute; z-index: 2; left: -25px; bottom: 45px; padding: 21px 25px; border-radius: 18px; background: var(--gold); color: var(--plum); box-shadow: var(--shadow); }
.indiba-chip strong { display: block; font-family: 'Playfair Display',serif; font-size: 2rem; line-height: 1; }
.indiba-chip span { font-size: .7rem; font-weight: 800; }
.protocol-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.protocol-card { min-height: 310px; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.protocol-card strong { color: var(--gold); font-family: 'Playfair Display',serif; font-size: 2.3rem; }
.protocol-card h3 { margin: 58px 0 12px; font-family: 'Playfair Display',serif; font-size: 1.6rem; }
.protocol-card p { font-size: .86rem; }
.indiba-detail { display: grid; grid-template-columns: 1.08fr .92fr; align-items: stretch; overflow: hidden; border-radius: 34px; background: white; box-shadow: var(--shadow); }
.indiba-detail__copy { padding: clamp(48px,7vw,90px); }
.indiba-detail__image img { height: 100%; object-fit: cover; }
.price-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.price-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.price-card span { color: var(--gold); font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { margin: 14px 0 10px; font-size: 1.05rem; }
.price-card strong { color: var(--wine); font-family: 'Playfair Display',serif; font-size: 1.8rem; }

.map-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.map-card { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: white; }
.map-canvas { position: relative; min-height: 360px; background: radial-gradient(circle at 30% 20%,#f9e9eb,#e8d7d7 55%,#c5a5ad); }
.map-canvas iframe { width: 100%; height: 360px; border: 0; }
.map-placeholder { position: absolute; inset: 0; display: grid; place-content: center; padding: 30px; text-align: center; }
.map-placeholder::before { content: '⌖'; display: grid; width: 70px; height: 70px; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: var(--wine); color: white; font-size: 2rem; box-shadow: var(--shadow); }
.map-placeholder h3 { margin-bottom: 8px; font-family: 'Playfair Display',serif; font-size: 2rem; }
.map-placeholder button { justify-self: center; }
.map-card__content { padding: 35px; }
.map-card__content h2 { margin: 12px 0 8px; font-size: 2.8rem; }
.map-card__content address { margin-bottom: 22px; color: var(--muted); font-style: normal; }
.map-actions { display: flex; flex-wrap: wrap; gap: 9px; }

.blog-feature { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 610px; overflow: hidden; border-radius: 38px; background: var(--plum); color: white; }
.blog-feature__image img { height: 100%; object-fit: cover; }
.blog-feature__copy { align-self: center; padding: clamp(50px,7vw,95px); }
.blog-feature__copy p { color: #cfc2c6; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: white; transition: transform .3s var(--ease), box-shadow .3s ease; }
.blog-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.blog-card__image { height: 275px; overflow: hidden; }
.blog-card__image img { height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.blog-card:hover img { transform: scale(1.06); }
.blog-card__content { padding: 28px; }
.article-meta { color: var(--gold); font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.blog-card h2, .blog-card h3 { margin: 14px 0 12px; font-family: 'Playfair Display',serif; font-size: 1.6rem; }
.blog-card p { font-size: .84rem; }

.article-hero { padding: 80px 0 65px; background: var(--cream); }
.article-hero h1 { max-width: 1050px; margin-top: 18px; font-size: clamp(3.1rem,6vw,6rem); }
.article-cover { width: min(1180px, calc(100% - 48px)); height: min(68vw,650px); margin: 0 auto; object-fit: cover; object-position: center; border-radius: 0 0 38px 38px; box-shadow: var(--shadow); }
.article-body { width: min(780px, calc(100% - 48px)); margin: 85px auto 110px; }
.article-body > p:first-child { color: #4b4145; font-size: 1.13rem; }
.article-body h2 { margin: 55px 0 18px; color: var(--plum); font-family: 'Playfair Display',serif; font-size: clamp(2rem,3.6vw,3rem); line-height: 1.12; }
.article-body h3 { margin-top: 34px; }
.article-body p, .article-body li { color: #5e5558; }
.article-body li + li { margin-top: 8px; }
.article-body a:not(.button) { color: var(--wine); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.cta-box { margin: 65px 0 0; padding: 42px; border-radius: 26px; background: var(--wine); color: white; }
.cta-box h2 { margin: 0 0 12px; color: white; font-size: 2.6rem; }
.cta-box p { color: #eadfe2; }

.legal { padding: 95px 0 120px; }
.legal h1 { font-size: clamp(3rem,5vw,5rem); }
.legal h2 { margin-top: 48px; font-size: 2rem; }
.legal h3 { margin-top: 30px; }
.legal p, .legal li { color: #5e5558; }
.legal a { color: var(--wine); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.not-found { min-height: 72vh; display: grid; align-items: center; padding: 100px 0; background: var(--cream); }
.not-found h1 { max-width: 900px; margin-top: 18px; font-size: clamp(3.3rem,7vw,7rem); }

.final-cta { padding: 70px 0; background: var(--wine); color: white; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.final-cta h2 { margin: 0; font-size: clamp(2.6rem,5vw,4.8rem); }
.footer { padding: 80px 0 25px; background: var(--plum); color: #cfc4c7; }
.footer__grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr 1fr; gap: 52px; }
.footer__brand img { max-width: 310px; opacity: .95; }
.footer__brand p { max-width: 330px; color: #a99ba0; font-size: .84rem; }
.footer h3 { margin: 14px 0 20px; color: white; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.footer__links { display: grid; gap: 9px; color: #b8aaaf; font-size: .8rem; }
.footer__links a:hover { color: var(--gold-soft); }
.socials { display: flex; gap: 15px; color: var(--gold-soft); font-size: .77rem; font-weight: 800; }
.footer__bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 62px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); color: #8e8085; font-size: .72rem; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 1200; visibility: hidden; background: rgba(28,16,21,.64); opacity: 0; backdrop-filter: blur(4px); transition: .35s ease; }
.booking-drawer { position: fixed; top: 0; right: 0; z-index: 1201; width: min(560px,100%); height: 100dvh; padding: 65px 42px 42px; overflow-y: auto; background: var(--paper); transform: translateX(103%); transition: transform .45s var(--ease); }
body.drawer-open .drawer-backdrop { visibility: visible; opacity: 1; }
body.drawer-open .booking-drawer { transform: translateX(0); }
.booking-drawer > h2 { font-size: clamp(2.5rem,5vw,4rem); }
.booking-service { padding: 12px 15px; border-radius: 12px; background: var(--rose-soft); color: var(--wine); font-size: .79rem; font-weight: 700; }
.icon-close { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--wine); font-size: 1.4rem; }
.booking-drawer > .icon-close { position: absolute; top: 22px; right: 22px; }
.drawer-centers { display: grid; gap: 14px; margin-top: 30px; }
.drawer-center { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.drawer-center > span { color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.drawer-center h3 { margin: 10px 0 6px; font-family: 'Playfair Display',serif; font-size: 2rem; }
.drawer-center p { margin-bottom: 20px; font-size: .82rem; }
.drawer-center__actions { display: flex; gap: 8px; }

.promo { width: min(990px,calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; overflow: auto; border: 0; border-radius: 30px; background: white; box-shadow: 0 45px 120px rgba(31,16,22,.45); }
.promo::backdrop { background: rgba(31,17,22,.74); backdrop-filter: blur(6px); }
.promo[open] { display: grid; grid-template-columns: .9fr 1.1fr; animation: modalIn .42s var(--ease); }
.promo__close { position: absolute; top: 18px; right: 18px; z-index: 3; }
.promo__photo { position: relative; min-height: 650px; overflow: hidden; }
.promo__photo img { height: 100%; object-fit: cover; object-position: center; }
.promo__stamp { position: absolute; right: 22px; bottom: 22px; width: 145px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--wine); color: white; box-shadow: var(--shadow); }
.promo__stamp strong { color: var(--gold-soft); font-family: 'Playfair Display',serif; font-size: 2.25rem; line-height: 1; }
.promo__stamp span { max-width: 90px; font-size: .65rem; line-height: 1.2; }
.promo__content { align-self: center; padding: 60px; }
.promo__content h2 { font-size: clamp(2.4rem,4vw,4rem); }
.promo form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.promo label { color: #675c60; font-size: .68rem; font-weight: 800; }
.promo input, .promo select { width: 100%; height: 49px; margin-top: 6px; padding: 0 13px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: white; }
.promo input:focus, .promo select:focus { border-color: var(--wine); }
.promo .check, .promo .button { grid-column: 1 / -1; }
.promo .check { display: flex; align-items: flex-start; gap: 9px; margin: 3px 0; font-weight: 600; }
.promo .check input { width: 16px; height: 16px; margin: 2px 0 0; }
.promo .check a { color: var(--wine); text-decoration: underline; }
.mobile-bar { display: none; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-stagger > * { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal-stagger.is-visible > * { opacity: 1; transform: none; }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: .1s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: .2s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: .3s; }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: .4s; }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: .5s; }
.image-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.1s var(--ease); }
.image-reveal.is-visible { clip-path: inset(0 0 0 0); }
.js-parallax img { transform: translate3d(0,var(--parallax,0),0) scale(1.07); will-change: transform; }

@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(239,196,111,0); } 100% { box-shadow: 0 0 0 0 rgba(239,196,111,0); } }
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1.1); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes scrollLine { 0%,100% { transform: scaleY(.3); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes modalIn { from { opacity: 0; transform: translateY(24px) scale(.98); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 36px, 960px); }
  .header__inner { grid-template-columns: 235px 1fr auto; gap: 18px; }
  .brand { width: 225px; }
  .nav { gap: 18px; }
  .home-hero__grid { gap: 36px; }
  .hero-frame { left: 38px; }
  .hero-rating { right: 0; }
  .section-head { grid-template-columns: 1fr .55fr; gap: 35px; }
  .service-showcase { gap: 15px; }
  .editorial-split { gap: 55px; }
  .method-grid { gap: 50px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer__grid > :last-child { grid-column: 3; }
}

@media (max-width: 860px) {
  .announcement__inner { justify-content: space-between; }
  .header__inner { height: 78px; grid-template-columns: 1fr auto; }
  .brand { width: 230px; }
  .brand { height: 58px; }
  .header__booking { display: none; }
  .menu-button { position: relative; z-index: 1002; display: grid; width: 45px; height: 45px; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: white; }
  .menu-button span { width: 20px; height: 2px; background: var(--wine); transition: .3s ease; }
  body.menu-open .menu-button span:first-child { transform: translateY(4px) rotate(45deg); }
  body.menu-open .menu-button span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav { position: fixed; inset: 0; z-index: 1001; visibility: hidden; display: flex; flex-direction: column; justify-content: center; gap: 8px; background: var(--cream); opacity: 0; transition: .3s ease; }
  body.menu-open .nav { visibility: visible; opacity: 1; }
  .nav a { padding: 9px; color: var(--plum); font-family: 'Playfair Display',serif; font-size: 2.2rem; }
  .nav a::after { display: none; }
  .home-hero { background: linear-gradient(180deg,#fffdf9 0 51%,#f1dfe2 51% 100%); }
  .home-hero__grid { min-height: auto; grid-template-columns: 1fr; padding: 65px 0 80px; }
  .home-hero__copy { max-width: 680px; }
  .home-hero__visual { min-height: 650px; }
  .hero-frame { inset: 0 35px 0 85px; }
  .hero-scroll { display: none; }
  .section { padding: 88px 0; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .visual-card, .visual-card:nth-child(n) { grid-column: span 6; min-height: 380px; }
  .indiba-home { grid-template-columns: 1fr; }
  .indiba-home__image { min-height: 500px; }
  .editorial-split { grid-template-columns: 1fr; }
  .editorial-photo { min-height: 620px; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .number:nth-child(2) { border-right: 0; }
  .number:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid__intro { position: static; }
  .centers-home, .map-grid { grid-template-columns: 1fr; }
  .review-layout { grid-template-columns: 1fr; }
  .review-score { min-height: 330px; }
  .seo-panel { grid-template-columns: 1fr; }
  .seo-panel__title { position: static; }
  .page-hero__grid { grid-template-columns: 1fr; gap: 50px; }
  .page-hero__image { height: 500px; }
  .category-strip { grid-template-columns: repeat(4,1fr); margin-top: 20px; }
  .service-toolbar { top: 78px; }
  .service-toolbar__inner { grid-template-columns: 1fr 1fr; }
  .filter-pills { grid-column: 1 / -1; grid-row: 2; }
  .indiba-hero__grid { grid-template-columns: 1fr; }
  .indiba-hero__visual { height: 600px; }
  .protocol-grid, .price-cards { grid-template-columns: 1fr; }
  .indiba-detail { grid-template-columns: 1fr; }
  .indiba-detail__image { min-height: 500px; }
  .blog-feature { grid-template-columns: 1fr; }
  .blog-feature__image { min-height: 500px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > :last-child { grid-column: auto; }
  .promo[open] { grid-template-columns: 1fr; }
  .promo__photo { min-height: 340px; max-height: 340px; }
  .promo__content { padding: 42px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 28px); --radius: 23px; }
  body { padding-bottom: 62px; }
  h1 { font-size: clamp(3rem,15vw,4.4rem); }
  h2 { font-size: clamp(2.35rem,12vw,3.6rem); }
  .announcement__inner { min-height: 42px; font-size: .66rem; }
  .announcement__inner > span { max-width: 190px; line-height: 1.25; }
  .announcement__link { font-size: .65rem; }
  .brand { width: 210px; }
  .home-hero__grid { padding-top: 48px; }
  .home-hero__actions { flex-direction: column; align-items: stretch; }
  .home-hero__actions .button { width: 100%; }
  .home-hero__trust { gap: 12px; }
  .home-hero__visual { min-height: 515px; }
  .hero-frame { inset: 0 0 0 35px; border-radius: 140px 140px 25px 25px; }
  .hero-detail { left: -5px; bottom: 12px; width: 145px; height: 185px; border-width: 6px; }
  .hero-rating { right: -5px; bottom: -17px; width: 135px; }
  .hero-rating strong { font-size: 1.8rem; }
  .hero-rating span { max-width: 95px; font-size: .61rem; }
  .marquee__track { padding: 15px 0; }
  .section { padding: 76px 0; }
  .section-head { margin-bottom: 38px; }
  .service-showcase { display: grid; grid-template-columns: 1fr; }
  .visual-card, .visual-card:nth-child(n) { grid-column: auto; min-height: 410px; }
  .visual-card__content { right: 24px; left: 24px; }
  .visual-card__arrow { right: 22px; }
  .indiba-home__image { min-height: 410px; }
  .indiba-home__copy { padding: 38px 26px 45px; }
  .benefits { grid-template-columns: 1fr; }
  .editorial-photo { min-height: 505px; }
  .editorial-photo__frame { right: 30px; border-radius: 140px 140px 22px 22px; }
  .editorial-photo__caption { bottom: 30px; width: 165px; padding: 20px; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .number { padding: 25px 20px; }
  .method-item { grid-template-columns: 42px 1fr; }
  .center-block { padding: 30px 24px; }
  .center-block h3 { font-size: 2.4rem; }
  .center-block__meta { grid-template-columns: 1fr; }
  .review-cards { grid-template-columns: 1fr; }
  .seo-panel__content { columns: 1; }
  .page-hero { min-height: auto; }
  .page-hero__grid { padding: 52px 0 70px; }
  .page-hero__image { height: 430px; }
  .page-hero__image::before { inset: -30px -70px -30px 35px; }
  .page-hero__image img { border-radius: 140px 140px 22px 22px; }
  .category-strip { grid-template-columns: repeat(2,1fr); }
  .service-toolbar__inner { grid-template-columns: 1fr; }
  .filter-pills { grid-row: auto; }
  .services-grid { grid-template-columns: 1fr; }
  .indiba-hero__grid { padding: 50px 0 70px; }
  .indiba-hero__visual { height: 500px; }
  .indiba-hero__visual img { border-radius: 150px 150px 24px 24px; }
  .indiba-chip { left: -5px; }
  .indiba-detail__copy { padding: 38px 25px; }
  .indiba-detail__image { min-height: 400px; }
  .blog-feature__image { min-height: 400px; }
  .blog-feature__copy { padding: 40px 25px 46px; }
  .blog-grid { grid-template-columns: 1fr; }
  .article-cover { width: calc(100% - 28px); height: 72vw; border-radius: 0 0 25px 25px; }
  .article-body { width: calc(100% - 34px); margin-top: 60px; }
  .cta-box { padding: 30px 24px; }
  .footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .footer__bottom { flex-direction: column; }
  .booking-drawer { padding: 65px 20px 35px; }
  .drawer-center__actions { flex-direction: column; }
  .promo[open] { display: block; }
  .promo__photo { min-height: 250px; max-height: 250px; }
  .promo__content { padding: 32px 22px 26px; }
  .promo__content h2 { font-size: 2.35rem; }
  .promo form { grid-template-columns: 1fr; }
  .promo .check, .promo .button { grid-column: auto; }
  .promo__stamp { width: 115px; }
  .mobile-bar { position: fixed; right: 10px; bottom: 8px; left: 10px; z-index: 1100; display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: var(--plum); box-shadow: 0 15px 45px rgba(31,16,22,.32); }
  .mobile-bar a, .mobile-bar button { min-height: 54px; display: grid; place-items: center; border: 0; background: transparent; color: white; font-size: .76rem; font-weight: 800; }
  .mobile-bar button { background: var(--wine); }
}

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