:root {
  --ink: #2b2231;
  --ink-soft: #514657;
  --plum: #5b355f;
  --plum-deep: #2c1f31;
  --lilac: #b9a2bf;
  --lilac-soft: #ded3e1;
  --sage: #a8b3a2;
  --cream: #f7f2eb;
  --paper: #fffdf9;
  --sand: #e7ddcf;
  --white: #ffffff;
  --green: #25d366;
  --shadow: 0 24px 70px rgba(43, 34, 49, 0.15);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section-shell { position: relative; overflow: hidden; }

.demo-banner {
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 7px 20px;
  background: var(--plum-deep);
  color: rgba(255,255,255,.74);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.demo-banner a { color: var(--white); font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(247, 242, 235, .88);
  border-bottom: 1px solid rgba(43,34,49,.08);
  backdrop-filter: blur(16px);
}
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--plum-deep); color: var(--cream);
  font-family: "Italiana", serif; font-size: 27px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: "Italiana", serif; font-size: 22px; font-weight: 400; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; color: var(--plum); font-size: 10px; letter-spacing: .24em; text-transform: uppercase; font-weight: 700; }
.nav-menu { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.nav-menu > a:not(.nav-cta) { position: relative; }
.nav-menu > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 1px; background: var(--plum); transition: width .25s ease; }
.nav-menu > a:hover::after { width: 100%; }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--plum-deep); color: var(--white); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(43,34,49,.14); border-radius: 50%; background: transparent; place-items: center; padding: 12px; }
.menu-toggle span { display: block; width: 21px; height: 1.5px; background: var(--ink); transition: .25s ease; }
.menu-toggle span + span { margin-top: 5px; }

.hero { min-height: calc(100vh - 116px); padding: 86px 0 92px; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .88fr); gap: 86px; align-items: center; }
.hero-content { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--lilac-soft); font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero .eyebrow { color: var(--plum); }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--plum); }
.hero h1, h2 { font-family: "Italiana", serif; font-weight: 400; line-height: .98; letter-spacing: -.025em; }
.hero h1 { max-width: 690px; margin: 24px 0 26px; font-size: clamp(64px, 6.8vw, 106px); }
.hero h1 em { color: var(--plum); font-style: italic; }
.hero-lead { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: clamp(17px, 1.5vw, 20px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 14px 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--plum-deep); color: var(--white); box-shadow: 0 14px 30px rgba(44,31,49,.22); }
.button-primary:hover { box-shadow: 0 18px 38px rgba(44,31,49,.3); }
.button-ghost { border-color: rgba(43,34,49,.16); background: rgba(255,255,255,.42); }
.button-dark { background: var(--ink); color: var(--white); }
.button-full { width: 100%; }
.hero-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; padding-top: 28px; border-top: 1px solid rgba(43,34,49,.12); }
.hero-highlights div { min-width: 0; }
.hero-highlights strong { display: block; font-size: 14px; }
.hero-highlights span { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 12px; line-height: 1.4; }

.hero-visual { position: relative; min-height: 650px; display: flex; justify-content: center; align-items: center; }
.hero-photo { position: relative; z-index: 2; width: min(100%, 470px); height: 620px; margin: 0; overflow: hidden; border-radius: 240px 240px 40px 40px; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.photo-gradient { position: absolute; inset: 0; background: linear-gradient(to top, rgba(44,31,49,.35), transparent 38%); pointer-events: none; }
.hero-card { position: absolute; z-index: 4; display: flex; gap: 12px; align-items: center; padding: 15px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: rgba(44,31,49,.88); color: var(--white); box-shadow: 0 18px 50px rgba(43,34,49,.25); backdrop-filter: blur(12px); }
.hero-card strong, .hero-card span { display: block; }
.hero-card strong { font-size: 13px; }
.hero-card div > span { color: rgba(255,255,255,.65); font-size: 11px; }
.hero-card-top { top: 86px; right: -18px; }
.hero-card-bottom { bottom: 55px; left: -28px; }
.mini-icon { color: var(--lilac-soft); font-size: 24px; }
.pulse { width: 11px; height: 11px; border-radius: 50%; background: #7ee2a5; box-shadow: 0 0 0 7px rgba(126,226,165,.14); }
.orbit { position: absolute; fill: none; stroke: rgba(91,53,95,.2); stroke-width: .7; }
.orbit-one { width: 600px; height: 600px; animation: rotate 25s linear infinite; }
.orbit-two { width: 470px; height: 470px; stroke-dasharray: 4 5; animation: rotateReverse 30s linear infinite; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 330px; height: 330px; left: -160px; top: 140px; background: radial-gradient(circle, rgba(185,162,191,.35), transparent 70%); }
.hero-glow-two { width: 430px; height: 430px; right: -230px; bottom: -60px; background: radial-gradient(circle, rgba(168,179,162,.33), transparent 70%); }

.manifesto { overflow: hidden; background: var(--plum-deep); color: var(--cream); border-block: 1px solid rgba(255,255,255,.08); }
.manifesto-track { width: max-content; display: flex; align-items: center; gap: 27px; padding: 20px 0; animation: marquee 24s linear infinite; }
.manifesto-track span { font-family: "Italiana", serif; font-size: 25px; white-space: nowrap; }
.manifesto-track i { color: var(--lilac); font-style: normal; }

.section-light { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: 100px; align-items: start; }
.section-heading h2 { max-width: 820px; margin: 20px 0 0; font-size: clamp(48px, 5vw, 78px); }
.section-heading > p { max-width: 640px; color: rgba(255,255,255,.68); }
.section-heading-center { max-width: 790px; margin: 0 auto 54px; text-align: center; }
.section-heading-center .eyebrow { justify-content: center; }
.section-heading-center p { margin-inline: auto; }
.intro-copy { padding-top: 45px; color: var(--ink-soft); font-size: 17px; }
.intro-copy p { margin: 0 0 18px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--plum); font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 68px; }
.value-card { min-height: 270px; padding: 32px; border: 1px solid var(--sand); border-radius: var(--radius-lg); background: var(--cream); transition: transform .25s ease, box-shadow .25s ease; }
.value-card:hover { transform: translateY(-6px); box-shadow: 0 20px 45px rgba(43,34,49,.09); }
.value-number { color: var(--plum); font-size: 12px; letter-spacing: .18em; }
.value-card h3 { margin: 54px 0 13px; font-family: "Italiana", serif; font-size: 30px; font-weight: 400; line-height: 1.05; }
.value-card p { margin: 0; color: var(--ink-soft); }

.modalities { background: var(--plum-deep); color: var(--white); }
.modality-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 22px; }
.modality-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.05); }
.modality-image { height: 260px; overflow: hidden; }
.modality-card:not(.modality-featured) .modality-image { height: 230px; }
.modality-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.modality-card:hover img { transform: scale(1.04); }
.modality-body { padding: 28px; }
.modality-body h3 { margin: 14px 0 12px; font-family: "Italiana", serif; font-size: 34px; font-weight: 400; }
.modality-body p { color: rgba(255,255,255,.68); }
.modality-body ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0; padding: 0; list-style: none; }
.modality-body li { padding: 6px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.75); font-size: 11px; }
.modality-body .text-link { margin-top: 12px; color: var(--lilac-soft); }
.tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: var(--lilac-soft); color: var(--plum-deep); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.tag-soft { background: rgba(255,255,255,.1); color: var(--white); }

.atmosphere { background: var(--cream); }
.atmosphere-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 94px; align-items: center; }
.atmosphere-visual { position: relative; min-height: 690px; }
.atmosphere-main { width: 78%; height: 660px; object-fit: cover; border-radius: 190px 190px 30px 30px; box-shadow: var(--shadow); }
.atmosphere-small { position: absolute; right: 0; bottom: 45px; width: 47%; height: 265px; overflow: hidden; border: 10px solid var(--cream); border-radius: 24px; box-shadow: var(--shadow); }
.atmosphere-small img { width: 100%; height: 100%; object-fit: cover; }
.moon-seal { position: absolute; top: 70px; right: 0; width: 135px; height: 135px; display: grid; place-items: center; align-content: center; border-radius: 50%; background: var(--plum-deep); color: var(--cream); text-align: center; box-shadow: 0 20px 45px rgba(43,34,49,.22); }
.moon-seal strong { font-family: "Italiana", serif; font-size: 35px; line-height: 1; }
.moon-seal span { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.atmosphere-content h2 { margin: 20px 0 28px; font-family: "Italiana", serif; font-size: clamp(48px, 5vw, 76px); font-weight: 400; line-height: 1; }
.atmosphere-content > p { max-width: 540px; color: var(--ink-soft); font-size: 17px; }
.amenities { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 36px 0; }
.amenities > div { display: flex; gap: 12px; align-items: flex-start; padding-top: 18px; border-top: 1px solid rgba(43,34,49,.12); }
.amenities span { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 50%; background: var(--lilac-soft); color: var(--plum); font-size: 11px; font-weight: 700; }
.amenities p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.amenities strong { color: var(--ink); font-size: 14px; }

.schedule { background: #aeb8a9; }
.schedule .section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 40px; align-items: end; }
.schedule .section-heading h2 { color: var(--plum-deep); }
.schedule .section-heading > p { color: rgba(43,34,49,.65); }
.schedule .eyebrow { color: var(--plum); }
.schedule-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 28px; margin-top: 54px; align-items: stretch; }
.schedule-table { overflow: hidden; border: 1px solid rgba(43,34,49,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.46); backdrop-filter: blur(12px); }
.schedule-row { display: grid; grid-template-columns: 1.05fr repeat(3, 1fr); gap: 12px; padding: 20px 24px; border-bottom: 1px solid rgba(43,34,49,.1); align-items: center; }
.schedule-row:last-child { border-bottom: 0; }
.schedule-row span { color: var(--ink-soft); font-size: 13px; }
.schedule-head { background: var(--plum-deep); color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.schedule-head span { color: var(--white); }
.plan-card { display: flex; flex-direction: column; padding: 32px; border-radius: var(--radius-lg); background: var(--plum-deep); color: var(--white); box-shadow: var(--shadow); }
.plan-label { color: var(--lilac); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.plan-card h3 { margin: 12px 0; font-family: "Italiana", serif; font-size: 33px; font-weight: 400; }
.plan-price { margin: 0; font-family: "Italiana", serif; font-size: 58px; line-height: 1; }
.plan-price small { font-family: "DM Sans", sans-serif; font-size: 17px; }
.plan-price span { font-family: "DM Sans", sans-serif; color: rgba(255,255,255,.55); font-size: 13px; }
.plan-card ul { flex: 1; margin: 28px 0; padding: 0; list-style: none; }
.plan-card li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.72); font-size: 13px; }
.plan-card li::before { content: "✓"; margin-right: 8px; color: var(--lilac); }
.plan-note { display: block; margin-top: 14px; color: rgba(255,255,255,.45); font-size: 10px; line-height: 1.4; text-align: center; }

.contact-section { background: var(--plum-deep); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.contact-content h2 { margin: 20px 0 22px; font-family: "Italiana", serif; font-size: clamp(50px, 5vw, 78px); font-weight: 400; line-height: 1; }
.contact-content > p { color: rgba(255,255,255,.65); font-size: 17px; }
.contact-details { display: grid; gap: 14px; margin-top: 40px; }
.contact-details > div { display: flex; gap: 14px; align-items: flex-start; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.contact-details > div > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--lilac); }
.contact-details p { margin: 0; color: rgba(255,255,255,.6); }
.contact-details strong { color: var(--white); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.06); }
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,.75); font-size: 12px; font-weight: 600; }
.contact-form label:nth-child(4), .contact-form .button, .contact-form > small { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; outline: 0; background: rgba(0,0,0,.12); color: var(--white); padding: 14px 15px; transition: border-color .2s ease, background .2s ease; }
.contact-form select option { color: var(--ink); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.34); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--lilac); background: rgba(0,0,0,.18); }
.contact-form textarea { resize: vertical; }
.contact-form > small { color: rgba(255,255,255,.42); font-size: 10px; text-align: center; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-list details { border-bottom: 1px solid var(--sand); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 25px 0; list-style: none; font-family: "Italiana", serif; font-size: 25px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--plum); font-family: "DM Sans", sans-serif; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -6px 0 25px; padding-right: 52px; color: var(--ink-soft); }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 99; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--green); box-shadow: 0 12px 30px rgba(0,0,0,.22); transition: transform .25s ease; }
.whatsapp-float:hover { transform: scale(1.07); }
.whatsapp-float svg { width: 30px; fill: white; }

.footer { padding: 70px 0 24px; background: #1d1720; color: rgba(255,255,255,.64); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr 1fr; gap: 70px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { background: rgba(255,255,255,.09); }
.footer-grid > div:first-child p { max-width: 440px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { margin-bottom: 8px; color: var(--white); }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rotateReverse { to { transform: rotate(-360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1080px) {
  .nav-menu { gap: 18px; }
  .hero-grid { gap: 40px; grid-template-columns: 1fr 420px; }
  .hero-visual { min-height: 590px; }
  .hero-photo { height: 560px; }
  .modality-grid { grid-template-columns: 1fr 1fr; }
  .modality-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.05fr .95fr; }
  .modality-featured .modality-image { height: 100%; min-height: 390px; }
  .atmosphere-grid { gap: 55px; }
  .atmosphere-main { width: 82%; }
  .contact-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; }
  .nav-menu { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: grid; gap: 0; padding: 14px; border: 1px solid rgba(43,34,49,.1); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s ease; }
  .nav-menu.open { opacity: 1; visibility: visible; transform: none; }
  .nav-menu a { padding: 13px 12px; }
  .nav-menu .nav-cta { margin-top: 8px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6.5px) rotate(-45deg); }
  .hero { min-height: auto; padding: 70px 0 80px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { text-align: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { width: min(100%, 560px); min-height: 610px; margin: 10px auto 0; }
  .hero-highlights { text-align: left; }
  .intro-grid, .atmosphere-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .intro-copy { padding-top: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .value-card h3 { margin-top: 35px; }
  .atmosphere-visual { width: min(100%, 650px); margin-inline: auto; }
  .atmosphere-content { max-width: 700px; }
  .schedule .section-heading { grid-template-columns: 1fr; }
  .schedule-layout { grid-template-columns: 1fr; }
  .plan-card { width: min(100%, 500px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .demo-banner { font-size: 9px; letter-spacing: .06em; text-align: center; flex-wrap: wrap; gap: 4px 8px; }
  .nav { min-height: 72px; }
  .brand-mark { width: 42px; height: 42px; font-size: 23px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 8px; }
  .hero { padding-top: 52px; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-highlights { grid-template-columns: 1fr; gap: 12px; }
  .hero-highlights div { padding: 12px 0; border-bottom: 1px solid rgba(43,34,49,.08); }
  .hero-visual { min-height: 500px; }
  .hero-photo { width: calc(100% - 34px); height: 485px; border-radius: 180px 180px 28px 28px; }
  .hero-card { max-width: 250px; padding: 12px 14px; }
  .hero-card-top { top: 45px; right: 0; }
  .hero-card-bottom { left: 0; bottom: 18px; }
  .orbit-one { width: 480px; height: 480px; }
  .orbit-two { width: 390px; height: 390px; }
  .section-heading h2, .atmosphere-content h2, .contact-content h2 { font-size: clamp(43px, 13vw, 59px); }
  .modality-grid { grid-template-columns: 1fr; }
  .modality-featured { grid-column: auto; display: block; }
  .modality-featured .modality-image, .modality-card:not(.modality-featured) .modality-image { min-height: 0; height: 260px; }
  .atmosphere-visual { min-height: 540px; }
  .atmosphere-main { width: 86%; height: 510px; border-radius: 150px 150px 25px 25px; }
  .atmosphere-small { width: 48%; height: 180px; bottom: 25px; border-width: 7px; }
  .moon-seal { width: 105px; height: 105px; top: 45px; }
  .amenities { grid-template-columns: 1fr; }
  .schedule-row { grid-template-columns: 1fr; gap: 7px; padding: 18px; }
  .schedule-row:not(.schedule-head) span::before { display: inline-block; min-width: 72px; margin-right: 8px; color: var(--plum); font-size: 10px; font-weight: 700; text-transform: uppercase; }
  .schedule-row:not(.schedule-head) span:nth-child(2)::before { content: "Manhã"; }
  .schedule-row:not(.schedule-head) span:nth-child(3)::before { content: "Tarde"; }
  .schedule-row:not(.schedule-head) span:nth-child(4)::before { content: "Noite"; }
  .schedule-head { display: none; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .contact-form label:nth-child(4), .contact-form .button, .contact-form > small { grid-column: auto; }
  .faq-list summary { font-size: 21px; }
  .faq-list details p { padding-right: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
}

@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 { opacity: 1; transform: none; }
}
