/* Public-site editorial theme. Intentionally not loaded by the admin panel. */
:root {
  --green: #173d34;
  --green-2: #254b40;
  --rose: #8a7046;
  --gold: #c4a66a;
  --cream: #f2f2ed;
  --paper: #fafbf8;
  --ink: #203e35;
  --muted: #596b63;
}
body { font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1200px, calc(100% - 80px)); }
main section[id], footer[id] { scroll-margin-top: 100px; }
:focus-visible { outline: 2px solid #9a773c; outline-offset: 5px; }
.eyebrow { font-size: 12px; font-weight: 500; letter-spacing: .16em; color: #82673b; }
.topbar, .topbar.scrolled { color: var(--ink); background: rgba(250,251,248,.97); border-bottom: 1px solid #dde3dc; box-shadow: none; }
.topbar-inner { min-height: 90px; gap: 32px; }
.brand { gap: 11px; flex-shrink: 0; }
.brand-mark { border-color: #bca779; color: #82673b; width: 38px; height: 38px; font-size: 21px; }
.brand strong { font-size: 24px; letter-spacing: -.04em; }
.brand small { color: #687b71; font-size: 10px; font-weight: 400; letter-spacing: .22em; }
.nav { color: #52665c; gap: 30px; }
.nav a:hover { color: var(--green); }
.button, .button-rose, .button-gold, .button-ghost {
  min-height: 40px; padding: 10px 19px; border: 1px solid #bca373; border-radius: 5px;
  color: #203b2e; background: linear-gradient(115deg, #c4a56b, #e3ce9e);
  background-size: 100% 100%; box-shadow: none; text-shadow: none;
  font-size: 13px; font-weight: 400; letter-spacing: .01em; line-height: 1.4;
  transition: background .2s, border-color .2s, transform .2s;
}
.button::after { display: none; animation: none; }
.button:hover { background: linear-gradient(115deg, #cfb581, #ead8b2); box-shadow: none; transform: translateY(-1px); }
.hero { color: var(--ink); background: var(--paper); }
.hero::before, .hero-orbit, .portrait-shell::before, .portrait::after { display: none; }
.hero-grid { min-height: 680px; grid-template-columns: 1.06fr 1fr; gap: 80px; padding: 52px 0 62px; }
.pill { padding: 0; border: 0; border-radius: 0; background: none; color: #65786c; font-size: 12px; font-weight: 400; letter-spacing: .12em; }
.hero h1 { margin: 30px 0 0; font-size: clamp(50px, 5.7vw, 82px); line-height: 1.08; letter-spacing: -.045em; font-weight: 400; }
.hero h1 em { color: #6b795e; font-weight: 400; }
.hero-copy { max-width: 460px; margin-top: 26px; font-size: 16px; line-height: 1.85; color: var(--muted); }
.hero-actions { margin-top: 30px; gap: 12px; }
.portrait-shell { max-width: 500px; }
.portrait { aspect-ratio: auto; overflow: visible; border-radius: 0; background: transparent; box-shadow: none; }
.portrait > img { height: auto; aspect-ratio: 1 / 1.08; object-fit: cover; object-position: 50% 28%; border-radius: 3px; }
.portrait-card { position: static; margin-top: 0; padding: 17px 0 0; border: 0; border-radius: 0; color: var(--ink); background: transparent; backdrop-filter: none; }
.portrait-card small { color: #697c70; font-size: 10px; font-weight: 400; letter-spacing: .12em; }
.portrait-card strong { margin-top: 3px; font-size: 21px; }
.portrait-card span { color: var(--muted); font-size: 12px; }
.proof { background: #edf0e9; border-top: 1px solid #dce3d8; border-bottom: 1px solid #dce3d8; }
.proof-grid { padding: 20px 0; }
.proof p { font-size: 13px; }
.proof b { font-weight: 400; color: #7e805d; }
.numbers { padding: 24px 0; color: var(--ink); background: var(--paper); border-bottom: 1px solid #e0e5dc; }
.numbers article { padding: 8px 30px; border-color: #dbe1d7; }
.numbers strong { color: var(--green); font-size: 28px; }
.numbers p { color: var(--muted); font-size: 12px; margin-top: 3px; }
.services, .treatment-showcase, .anniversary, .campaign-video, .structure, .journey, .faq, .booking,
.detail-intro, .detail-section, .detail-process, .detail-faq { padding: 88px 0; }
.services-grid { grid-template-columns: 1fr; gap: 40px; }
.services-grid > div:first-child { display: grid; grid-template-columns: 1fr 1fr; column-gap: 100px; align-items: end; }
.services-grid > div:first-child .eyebrow { grid-column: 1 / -1; }
.services h2, .showcase-heading h2, .anniversary h2, .campaign-video-copy h2, .structure-heading h2,
.journey h2, .faq h2, .booking-copy h2, .detail-intro h2, .detail-section h2, .detail-process h2, .detail-faq h2 {
  font-size: clamp(32px, 3.8vw, 48px); line-height: 1.15; letter-spacing: -.035em; font-weight: 400;
}
.services h2 { max-width: 500px; }
.section-lead { margin: 0 0 3px; max-width: 490px; font-size: 16px; }
.cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border: 1px solid #dce3d7; }
.card { display: flex; flex-direction: column; align-items: flex-start; padding: 32px; border: 0; border-right: 1px solid #dce3d7; border-radius: 0; background: transparent; box-shadow: none; }
.card:last-child { border-right: 0; }
.card::after { display: none; }
.card:hover { transform: none; border-color: #dce3d7; background: #f1f4ed; box-shadow: none; }
.card-icon { width: 34px; height: 34px; border-radius: 0; background: none; color: #927749; font-size: 25px; place-items: start; }
.card small { margin-top: 26px; font-size: 12px; font-weight: 400; letter-spacing: .08em; }
.card h3 { min-height: 62px; font-size: 29px; line-height: 1.17; }
.card p { font-size: 16px; line-height: 1.75; margin-bottom: 26px; }
.card-link { margin-top: auto; }
.treatment-showcase { background: #eef1ea; }
.showcase-heading h2 { max-width: 650px; }
.treatment-grid { grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.treatment-grid article { min-height: 218px; padding: 27px; border-radius: 3px; background: transparent; border-color: #d4ddcf; }
.treatment-grid article:hover { transform: none; background: #e5eadf; }
.treatment-grid .treatment-feature { min-height: 452px; background: var(--green); }
.treatment-grid .treatment-feature h3 { font-size: 36px; line-height: 1.15; }
.treatment-grid .treatment-accent { color: var(--ink); background: #e3e9db; }
.treatment-grid .treatment-accent:hover { background: #dce4d4; }
.treatment-grid .treatment-accent small, .treatment-grid .treatment-accent span { color: #776342; }
.treatment-grid .treatment-accent p { color: var(--muted); }
.treatment-grid h3 { font-size: 26px; line-height: 1.2; }
.treatment-grid small { font-weight: 400; font-size: 12px; letter-spacing: .08em; }
.anniversary-grid { grid-template-columns: .85fr 1.15fr; gap: 90px; }
.anniversary .eyebrow { color: #d6bd89; }
.roulette-frame { max-width: 410px; padding: 14px; border-radius: 4px; background: transparent; }
.roulette-frame img { border-radius: 0; }
.roulette-wheel { box-shadow: none; animation: rouletteContinuous 12s linear infinite; }
.roulette-frame:hover .roulette-wheel { animation-duration: 12s; }
@keyframes rouletteContinuous { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.roulette-glint, .image-stamp { display: none; }
.benefit-list { margin: 22px 0 30px; }
.benefit-list strong { font-weight: 400; color: #f2f3e9; font-size: 16px; }
.campaign-video { background: #fafbf8; }
.campaign-video-grid { grid-template-columns: .8fr 1.2fr; gap: 100px; }
.campaign-video-frame { max-width: 340px; padding: 0; border: 0; border-radius: 4px; background: transparent; box-shadow: none; }
.campaign-video-frame::before { display: none; }
.campaign-video-frame video { border-radius: 4px; }
.video-badge { position: static; display: block; margin-top: 12px; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; color: var(--muted); font-size: 12px; font-weight: 400; }
.campaign-video-copy blockquote { font-size: 26px; border-left-width: 1px; }
.campaign-video-actions small { font-size: 12px; }
.structure { background: #edf0e8; }
.structure-grid { border-radius: 0; margin-top: 40px; }
.structure-grid article { min-height: 250px; padding: 27px; background: #f7f9f3; }
.structure-grid article:hover { transform: none; background: #fff; }
.structure-grid h3 { margin-top: 30px; font-size: 24px; }
.structure-grid p { font-size: 16px; }
.journey, .detail-process { background: #214439; }
.journey-list span { border-radius: 0; border: 0; justify-content: start; }
.journey-list h3, .detail-steps h3 { font-size: 25px; }
.journey-list p, .detail-steps p { color: #c2cfc4; }
.faq-list summary { font-size: 21px; line-height: 1.5; }
.faq summary span { color: #86704e; font-weight: 400; }
.booking { border-top: 1px solid #dfe6da; background: #edf1e8; }
.booking-form { border-radius: 4px; box-shadow: none; padding: 34px; gap: 22px; background: #fff; border: 1px solid #d9e1d1; }
.booking-form label { color: var(--ink); font-size: 14px; font-weight: 400; }
.booking-form input, .booking-form select { background: #f8faf5; border: 1px solid #cad5c3; border-radius: 4px; color: var(--ink); height: 46px; font-size: 16px; }
.booking-form input::placeholder { color: #70816f; }
.booking-form input:focus, .booking-form select:focus { border-color: #6e845e; outline: 2px solid #b4c7a3; outline-offset: 1px; }
.booking-form > small { color: var(--muted); font-size: 12px; }
.contact { padding: 36px 0 75px; background: #fafbf8; }
.contact-inner { min-height: auto; }
.contact strong { font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.social-links a { border-radius: 4px; background: none; box-shadow: none; }
.social-links a:hover { transform: none; }
.floating-wa, .floating-wa:visited { border-radius: 5px; color: #fff; background: #254c3b; font-weight: 400; box-shadow: 0 4px 16px #173d341a; animation: none; }
.floating-wa:hover, .floating-wa:focus-visible { color: #fff; background: #173d34; }
.chat-launcher { border-radius: 5px; box-shadow: 0 4px 16px #173d341a; background: var(--green); color: white; }
.detail-hero { padding: 66px 0 75px; }
.detail-hero::before { display: none; }
.detail-hero h1 { font-size: clamp(44px, 5.7vw, 76px); line-height: 1.07; }
.detail-hero-card { border-radius: 4px; padding: 28px; background: #ffffff06; }
.detail-hero-card small { font-weight: 400; font-size: 12px; }
.detail-note { border-radius: 0; border-left-width: 1px; }
.detail-option { min-height: 255px; border-radius: 3px; box-shadow: none; }
.detail-option:hover { transform: none; box-shadow: none; background: #fafcf7; }
.detail-option span { border-radius: 0; background: none; justify-content: start; }
.detail-option h3 { margin-top: 25px; }
.detail-cta { background: #edf1e8; color: var(--ink); }
.detail-cta h2 { font-size: clamp(32px, 4vw, 52px); line-height: 1.15; }
.detail-cta p, .detail-disclaimer { color: var(--muted); }
.js [data-reveal] { transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.js [data-reveal].is-visible { transform: none; }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 48px); }
  .topbar-inner { gap: 18px; }
  .nav { display: flex; gap: 18px; }
  .hero-grid { gap: 40px; min-height: 620px; }
  .hero h1 { font-size: 60px; }
  .services-grid > div:first-child { column-gap: 40px; }
  .card { padding: 24px; }
  .card h3 { font-size: 26px; }
  .structure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .anniversary-grid, .campaign-video-grid, .journey-grid, .faq-grid, .booking-grid { gap: 48px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .topbar-inner { min-height: 76px; flex-wrap: wrap; padding: 12px 0; gap: 12px; }
  .brand strong { font-size: 22px; }
  .brand-mark { display: none; }
  .topbar .button { font-size: 12px; padding: 8px 12px; min-height: 36px; }
  .nav { display: flex; order: 3; width: 100%; gap: 0; justify-content: space-between; font-size: 12px; border-top: 1px solid #e1e6dc; }
  .nav a { padding: 10px 0 0; }
  .hero-grid { grid-template-columns: 1fr; padding: 40px 0; gap: 34px; min-height: auto; }
  .hero h1 { font-size: clamp(42px, 10vw, 64px); margin-top: 22px; }
  .hero-copy { margin-top: 20px; font-size: 16px; }
  .hero-actions { margin-top: 24px; gap: 10px; }
  .portrait-shell { width: 100%; max-width: 500px; margin: 0 auto; }
  .portrait > img { aspect-ratio: 1 / 1.04; }
  .proof-grid { grid-template-columns: 1fr; gap: 10px; padding: 20px 0; }
  .numbers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
  .numbers article, .numbers article:first-child { padding: 0 16px; }
  .numbers article:nth-child(odd) { border-left: 0; padding-left: 0; }
  .numbers strong { font-size: 26px; }
  .services, .treatment-showcase, .anniversary, .campaign-video, .structure, .journey, .faq, .booking,
  .detail-intro, .detail-section, .detail-process, .detail-faq { padding: 58px 0; }
  .services-grid > div:first-child { display: block; }
  .section-lead { margin-top: 20px; }
  .cards { grid-template-columns: 1fr; }
  .card { padding: 28px; border-right: 0; border-bottom: 1px solid #dce3d7; }
  .card:last-child { border-bottom: 0; }
  .card h3 { min-height: 0; font-size: 28px; }
  .card small { margin-top: 16px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-grid article, .treatment-grid .treatment-feature { min-height: auto; grid-row: auto; gap: 10px; padding: 26px; }
  .treatment-grid .treatment-feature h3 { font-size: 32px; }
  .treatment-grid p { margin-top: 5px; }
  .anniversary-grid, .campaign-video-grid, .structure-heading, .journey-grid, .faq-grid, .booking-grid,
  .detail-hero-grid, .detail-intro-grid, .detail-section-head, .detail-process-grid, .detail-faq-grid { grid-template-columns: 1fr; gap: 32px; }
  .roulette-frame { max-width: 320px; margin: 0 auto; }
  .campaign-video-frame { max-width: 320px; }
  .structure-grid { grid-template-columns: 1fr; }
  .structure-grid article { min-height: auto; }
  .structure-grid h3 { margin-top: 16px; }
  .booking-form { grid-template-columns: 1fr; padding: 24px; }
  .contact-inner { flex-direction: column; align-items: flex-start; gap: 22px; }
  .footer-links { align-items: flex-start; }
  .detail-hero { padding: 40px 0 50px; }
  .detail-options { grid-template-columns: 1fr; }
  .detail-option { min-height: auto; }
  .journey-list li { grid-template-columns: 36px 1fr; gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .roulette-wheel, .roulette-frame:hover .roulette-wheel { animation: none; }
  .js [data-reveal] { transition: none; transform: none; opacity: 1; }
}
