:root {
  --ink: #2f2930;
  --ink-soft: #5f565d;
  --cream: #f7f1e9;
  --cream-deep: #eee3d7;
  --paper: #fffdf9;
  --terracotta: #aa6759;
  --terracotta-dark: #8e5146;
  --sage: #839183;
  --sage-pale: #dfe6dc;
  --line: rgba(47, 41, 48, .14);
  --shadow: 0 24px 60px rgba(46, 36, 42, .12);
  --radius: 28px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.dialog-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--terracotta); color: white; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 108px 0; }
.section-shell { overflow: hidden; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--terracotta-dark);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.035em;
}
h1 { margin-bottom: 28px; font-size: clamp(3.2rem, 7vw, 6.5rem); }
h1 em { color: var(--terracotta); font-weight: 400; }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.6vw, 4.25rem); }
h3 { margin-bottom: 14px; font-size: clamp(1.45rem, 2.2vw, 2rem); }
p { color: var(--ink-soft); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  color: #fff;
  background: var(--terracotta);
  border: 1px solid var(--terracotta);
  border-radius: 999px;
  box-shadow: 0 12px 25px rgba(170, 103, 89, .18);
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--terracotta-dark); border-color: var(--terracotta-dark); box-shadow: 0 16px 30px rgba(170, 103, 89, .24); }
.button:focus-visible, a:focus-visible, summary:focus-visible, .menu-button:focus-visible, .dialog-close:focus-visible { outline: 3px solid rgba(170, 103, 89, .38); outline-offset: 4px; }
.button-small { min-height: 44px; padding: 11px 19px; font-size: .91rem; }
.button-full { width: 100%; }
.button-ghost { color: var(--ink); background: transparent; border-color: var(--line); box-shadow: none; }
.button-ghost:hover { color: var(--ink); background: var(--cream); border-color: var(--cream-deep); }
.button-light { color: var(--ink); background: var(--paper); border-color: var(--paper); box-shadow: none; }
.button-light:hover { color: var(--ink); background: var(--cream); border-color: var(--cream); }
.text-link { color: var(--ink); font-weight: 800; text-underline-offset: 5px; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 253, 249, .86);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 25px rgba(46, 36, 42, .05); }
.header-inner { display: flex; align-items: center; min-height: 82px; gap: 30px; }
.brand { display: inline-flex; flex: 0 0 auto; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { position: relative; font-size: .93rem; font-weight: 700; text-decoration: none; }
.main-nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--terracotta); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-button { display: none; width: 46px; height: 46px; margin-left: auto; padding: 10px; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; padding: 70px 0 90px; background: radial-gradient(circle at 0 0, rgba(223, 230, 220, .65), transparent 42%), linear-gradient(135deg, var(--paper), var(--cream)); }
.hero::before { position: absolute; top: 17%; left: -130px; width: 280px; height: 280px; border: 1px solid rgba(170, 103, 89, .22); border-radius: 48% 52% 60% 40% / 53% 42% 58% 47%; content: ""; transform: rotate(23deg); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr); align-items: center; min-height: calc(100vh - 172px); gap: 60px; }
.hero-lead { max-width: 660px; margin-bottom: 34px; font-size: clamp(1.1rem, 1.7vw, 1.34rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 20px 28px; margin-top: 36px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: .92rem; font-weight: 650; }
.hero-facts svg { width: 19px; height: 19px; fill: none; stroke: var(--terracotta-dark); stroke-width: 1.7; }
.hero-visual { position: relative; }
.hero-visual > img { width: 100%; filter: drop-shadow(0 35px 40px rgba(47, 41, 48, .11)); }
.floating-card { position: absolute; right: -18px; bottom: 5%; width: min(255px, 55%); padding: 20px; background: rgba(255, 253, 249, .91); border: 1px solid rgba(255, 255, 255, .75); border-radius: 22px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.floating-card span, .floating-card strong { display: block; }
.floating-card strong { margin: 3px 0 2px; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.2; }
.floating-card span { color: var(--ink-soft); font-size: .78rem; }
.floating-card .floating-label { color: var(--terracotta-dark); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.trust-strip { padding: 21px 0; color: #fff; background: var(--ink); }
.trust-grid { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.trust-grid span { display: inline-flex; align-items: center; gap: 14px; color: rgba(255,255,255,.85); font-size: .79rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.trust-grid span:not(:last-child)::after { width: 5px; height: 5px; margin-left: 18px; background: var(--terracotta); border-radius: 50%; content: ""; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 70px; margin-bottom: 52px; }
.section-heading h2 { max-width: 770px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 6px; }
.section-services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 290px; padding: 34px; overflow: hidden; background: var(--cream); border: 1px solid transparent; border-radius: var(--radius); transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease; }
.service-card::after { position: absolute; right: -35px; bottom: -55px; width: 145px; height: 145px; background: rgba(170, 103, 89, .1); border-radius: 43% 57% 52% 48% / 57% 44% 56% 43%; content: ""; transform: rotate(22deg); }
.service-card:hover { transform: translateY(-7px); background: #f9f4ee; box-shadow: var(--shadow); }
.service-number { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin-bottom: 42px; color: var(--terracotta-dark); background: rgba(170, 103, 89, .11); border-radius: 50%; font-size: .75rem; font-weight: 850; }
.service-card h3 { max-width: 310px; }
.service-card p { position: relative; z-index: 1; margin-bottom: 0; }

.section-about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); align-items: center; gap: 90px; }
.portrait-card { position: relative; display: grid; place-items: center; min-height: 580px; overflow: hidden; background: linear-gradient(145deg, var(--sage-pale), #e8d7c8); border-radius: 46% 54% 45% 55% / 54% 43% 57% 46%; box-shadow: var(--shadow); }
.portrait-initials { position: relative; z-index: 2; display: grid; place-items: center; width: 210px; height: 210px; color: var(--paper); background: var(--ink); border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-size: 4.8rem; letter-spacing: -.08em; box-shadow: 0 25px 60px rgba(47,41,48,.22); }
.portrait-orbit { position: absolute; border: 1px solid rgba(47,41,48,.18); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; }
.orbit-two { width: 510px; height: 230px; transform: rotate(28deg); }
.portrait-caption { position: absolute; right: 35px; bottom: 34px; left: 35px; z-index: 3; padding: 18px 22px; background: rgba(255,253,249,.84); border: 1px solid rgba(255,255,255,.7); border-radius: 20px; backdrop-filter: blur(10px); }
.portrait-caption strong, .portrait-caption span { display: block; }
.portrait-caption strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.portrait-caption span { color: var(--ink-soft); font-size: .84rem; }
.about-copy > p { max-width: 650px; font-size: 1.05rem; }
.credentials { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0; }
.credentials span { padding: 8px 13px; color: var(--ink-soft); background: rgba(255,253,249,.7); border: 1px solid rgba(47,41,48,.1); border-radius: 999px; font-size: .8rem; font-weight: 700; }

.section-home { padding-top: 0; background: var(--cream); }
.home-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 54px 60px; color: #fff; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.home-card h2 { margin-bottom: 12px; color: #fff; }
.home-card p { max-width: 680px; margin-bottom: 0; color: rgba(255,255,255,.72); }
.home-card .eyebrow { color: #d9b6aa; }

.section-pricing { background: var(--paper); }
.pricing-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: 32px; }
.price-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.price-table { width: 100%; border-collapse: collapse; }
.price-table th, .price-table td { padding: 17px 22px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table th { color: var(--ink-soft); background: var(--cream); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.price-table td:nth-child(2), .price-table td:nth-child(3) { white-space: nowrap; }
.price-table td:nth-child(3) { color: var(--terracotta-dark); font-weight: 850; }
.price-table tbody tr { transition: background-color .2s ease; }
.price-table tbody tr:hover { background: #fcf8f3; }
.price-aside { position: sticky; top: 110px; padding: 32px; background: var(--cream); border-radius: var(--radius); }
.price-aside h3 { font-size: 2rem; }
.cancellation-note { margin-top: 25px; padding-top: 24px; border-top: 1px solid var(--line); }
.cancellation-note strong { display: block; margin-bottom: 5px; }
.cancellation-note p { margin-bottom: 0; font-size: .86rem; }

.section-gift { padding-top: 0; }
.gift-grid { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 62px; background: linear-gradient(120deg, var(--sage-pale), #f0dfd3); border-radius: var(--radius); }
.gift-grid > div { max-width: 760px; }
.gift-grid h2 { margin-bottom: 16px; }
.gift-grid p { margin-bottom: 0; }

.section-faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 90px; }
.faq-intro { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 44px 25px 0; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.25; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { position: absolute; top: 50%; right: 8px; width: 18px; height: 2px; background: var(--terracotta); content: ""; transition: transform .2s ease; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { max-width: 730px; padding: 0 44px 25px 0; margin-bottom: 0; }

.section-contact { background: var(--paper); }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; overflow: hidden; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-copy { padding: 65px; }
.contact-copy h2 { color: #fff; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.contact-copy .eyebrow { color: #d9b6aa; }
.contact-links { display: grid; gap: 1px; margin: 34px 0; background: rgba(255,255,255,.14); }
.contact-links a { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding: 18px 0; color: #fff; background: var(--ink); text-decoration: none; }
.contact-links span { color: rgba(255,255,255,.55); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-links strong { text-align: right; line-height: 1.45; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-actions .button-ghost { color: #fff; border-color: rgba(255,255,255,.25); }
.contact-actions .button-ghost:hover { color: var(--ink); background: #fff; }
.contact-map { position: relative; min-height: 500px; background: var(--cream-deep); }
.contact-map a { display: block; height: 100%; text-decoration: none; }
.contact-map img { width: 100%; height: 100%; object-fit: cover; }
.contact-map span { position: absolute; right: 24px; bottom: 24px; padding: 12px 17px; color: var(--ink); background: rgba(255,253,249,.9); border-radius: 999px; box-shadow: var(--shadow); font-size: .84rem; font-weight: 800; }

.site-footer { padding: 72px 0 28px; color: #fff; background: #211c22; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 55px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid p, .footer-grid span, .footer-grid a { color: rgba(255,255,255,.62); font-size: .88rem; text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-grid strong { margin-bottom: 8px; font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid img { margin-bottom: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 24px; color: rgba(255,255,255,.42); border-top: 1px solid rgba(255,255,255,.11); font-size: .78rem; }

.mobile-booking-bar { display: none; }
.booking-dialog { width: min(1080px, calc(100% - 30px)); height: min(880px, calc(100dvh - 30px)); padding: 0; overflow: hidden; background: var(--paper); border: 0; border-radius: 26px; box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.booking-dialog::backdrop { background: rgba(28,23,28,.72); backdrop-filter: blur(5px); }
.booking-dialog-inner { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; height: 100%; }
.booking-dialog-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 24px 28px 18px; border-bottom: 1px solid var(--line); }
.booking-dialog-header h2 { margin: 0; font-size: clamp(1.6rem, 4vw, 2.4rem); }
.booking-dialog-header .eyebrow { margin-bottom: 7px; }
.dialog-close { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; color: var(--ink); background: var(--cream); border: 0; border-radius: 50%; font-size: 1.8rem; line-height: 1; }
.booking-frame-wrap { position: relative; min-height: 0; background: #fff; }
.booking-frame-wrap iframe { width: 100%; height: 100%; min-height: 520px; border: 0; opacity: 0; transition: opacity .2s ease; }
.booking-frame-wrap iframe.is-loaded { opacity: 1; }
.booking-loader { position: absolute; inset: 0; z-index: 1; display: grid; place-content: center; justify-items: center; background: var(--paper); }
.booking-loader.is-hidden { display: none; }
.booking-loader span { width: 42px; height: 42px; border: 3px solid var(--cream-deep); border-top-color: var(--terracotta); border-radius: 50%; animation: spin 1s linear infinite; }
.booking-loader p { margin: 12px 0 0; font-size: .88rem; }
.booking-dialog-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 22px; border-top: 1px solid var(--line); }
.booking-dialog-footer p { margin: 0; font-size: .82rem; }
@keyframes spin { to { transform: rotate(1turn); } }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1000px) {
  :root { --container: min(100% - 32px, 920px); }
  .header-booking { display: none; }
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr 0.82fr; gap: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { gap: 50px; }
  .portrait-card { min-height: 500px; }
  .pricing-layout { grid-template-columns: 1fr; }
  .price-aside { position: static; }
  .contact-copy { padding: 48px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 800px) {
  body { padding-bottom: 76px; }
  .section { padding: 78px 0; }
  .header-inner { min-height: 72px; }
  .brand img { width: 112px; }
  .menu-button { display: block; }
  .main-nav {
    position: fixed;
    top: 72px;
    right: 16px;
    left: 16px;
    display: grid;
    gap: 0;
    padding: 14px;
    margin: 0;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 13px 12px; border-radius: 12px; }
  .main-nav a:hover { background: var(--cream); }
  .main-nav a::after { display: none; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding: 52px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { position: relative; z-index: 2; }
  .hero-visual { max-width: 630px; margin: -20px auto 0; }
  .floating-card { right: 2%; }
  .trust-grid { overflow-x: auto; justify-content: flex-start; padding-bottom: 2px; scrollbar-width: none; }
  .trust-grid::-webkit-scrollbar { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 570px; margin-inline: auto; }
  .home-card, .gift-grid { align-items: flex-start; flex-direction: column; padding: 42px; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .faq-intro { position: static; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-map { min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .mobile-booking-bar { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: block; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,253,249,.94); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .booking-dialog { width: 100%; height: 100dvh; max-width: none; max-height: none; border-radius: 0; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 24px); --radius: 22px; }
  h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.1rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; gap: 10px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 28px; }
  .service-number { margin-bottom: 30px; }
  .portrait-card { min-height: 430px; }
  .portrait-initials { width: 170px; height: 170px; font-size: 3.8rem; }
  .home-card, .gift-grid { padding: 32px 26px; }
  .price-table-wrap { overflow-x: auto; }
  .price-table { min-width: 660px; }
  .price-table th, .price-table td { padding: 15px 17px; }
  .price-aside { padding: 27px; }
  .contact-copy { padding: 36px 26px; }
  .contact-links a { display: grid; gap: 4px; }
  .contact-links strong { text-align: left; }
  .contact-actions { flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .contact-map { min-height: 340px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .booking-dialog-header { padding: 18px 18px 14px; }
  .booking-dialog-footer { align-items: stretch; flex-direction: column; }
  .booking-dialog-footer .button { width: 100%; }
}
.legal-page { max-width: 860px; }
.legal-page h1 { font-size: clamp(2.8rem, 7vw, 5rem); }
.legal-page h2 { margin-top: 42px; font-size: clamp(1.65rem, 4vw, 2.35rem); }
.legal-page p, .legal-page li { font-size: 1.02rem; }
.legal-page a { color: var(--terracotta-dark); font-weight: 700; }
.legal-warning { margin-top: 44px; padding: 22px; background: #fff3d8; border: 1px solid #e6c879; border-radius: 18px; }

/* MELT heritage theme: local copies of the original design assets, no WordPress code. */
@font-face { font-family: "DM Sans Local"; src: url("/assets/dm-sans.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Brygada Local"; src: url("/assets/brygada-1918.woff2") format("woff2"); font-display: swap; }

:root {
  --ink: #23170f;
  --ink-soft: #342820;
  --cream: #f7f2ef;
  --cream-deep: #ede5df;
  --paper: #fbf8f6;
  --terracotta: #23170f;
  --terracotta-dark: #23170f;
  --sage: #dfe8cc;
  --sage-pale: #e4ecd3;
  --line: rgba(35, 23, 15, .2);
  --shadow: 0 18px 40px rgba(35, 23, 15, .08);
  --radius: 0;
  --container: min(1200px, calc(100% - 48px));
}

body { background: var(--paper); font-family: "DM Sans Local", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
h1, h2, h3, .floating-card strong, .portrait-caption strong { font-family: "Brygada Local", Georgia, serif; font-weight: 400; letter-spacing: 0; }
h1, h2 { line-height: 1.14; }
h1 { font-size: clamp(3.2rem, 5vw, 4.75rem); }
h2 { font-size: clamp(2.25rem, 4.2vw, 3.85rem); }
p { color: var(--ink-soft); }
.section { padding: 132px 0; }
.eyebrow { color: var(--ink); font-weight: 600; letter-spacing: .28em; }
.button { min-height: 48px; padding: 12px 25px; color: #fff; background: var(--ink); border-color: var(--ink); border-radius: 999px; box-shadow: none; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.button:hover { background: #5b3d2a; border-color: #5b3d2a; box-shadow: none; }
.button-ghost { color: #fff; background: transparent; border-color: #fff; }
.button-ghost:hover { color: var(--ink); background: #fff; border-color: #fff; }
.button-small { min-height: 39px; padding: 9px 22px; font-size: .65rem; }

.site-header { background: rgba(251, 248, 246, .96); backdrop-filter: blur(12px); }
.site-header.is-scrolled { border-bottom-color: rgba(35, 23, 15, .12); box-shadow: none; }
.header-inner { min-height: 106px; gap: 33px; }
.brand img { width: 91px; height: auto; }
.main-nav { gap: 38px; }
.main-nav a { font-size: .92rem; font-weight: 500; }
.main-nav a::after { bottom: -9px; height: 1px; background: var(--ink); }
.header-booking { margin-left: 22px; color: var(--ink); background: transparent; border-color: var(--ink); }
.header-booking:hover { color: #fff; background: var(--ink); }

.hero { min-height: min(760px, calc(100vh - 106px)); padding: 0; background: linear-gradient(90deg, rgba(17, 10, 5, .63), rgba(17, 10, 5, .16)), url("/assets/hero-massage-original.jpg") center / cover no-repeat; }
.hero::before { display: none; }
.hero-grid { display: flex; align-items: center; min-height: min(760px, calc(100vh - 106px)); }
.hero-copy { width: min(570px, 100%); padding: 90px 0; }
.hero-copy h1, .hero-copy p { color: #fff; }
.hero-copy h1 { margin-bottom: 30px; }
.hero-lead { max-width: 560px; margin-bottom: 32px; font-size: 1rem; font-weight: 500; line-height: 1.6; }
.hero-actions { display: flex; }
.hero-actions .button { min-width: 100px; }
.hero-facts, .hero-visual { display: none; }

.trust-strip { padding: 29px 0; color: var(--ink); background: #f7f2ef; border-bottom: 1px solid rgba(35, 23, 15, .08); }
.trust-grid { justify-content: center; gap: 28px; }
.trust-grid span { flex: 0 0 auto; gap: 0; color: var(--ink); font-size: .7rem; font-weight: 600; letter-spacing: .18em; }
.trust-grid span:not(:last-child)::after { display: none; }

.section-heading { max-width: 820px; grid-template-columns: 1fr; gap: 18px; margin: 0 auto 70px; text-align: center; }
.section-heading h2 { margin: 0 auto; }
.section-heading > p { max-width: 650px; margin: 0 auto; }
.section-services { position: relative; overflow: hidden; background: #fff; }
.section-services::before, .section-services::after { position: absolute; width: 220px; height: 220px; background: center / contain no-repeat; content: ""; opacity: .9; pointer-events: none; }
.section-services::before { top: 90px; left: -45px; background-image: url("/assets/rainbow-original.png"); }
.section-services::after { right: -32px; bottom: 30px; background-image: url("/assets/sun-original.png"); }
.service-grid { position: relative; z-index: 1; gap: 0; max-width: 1050px; margin-inline: auto; border-top: 1px solid var(--line); }
.service-card { min-height: 235px; padding: 38px 28px; background: transparent; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; }
.service-card:nth-child(3n) { border-right: 0; }
.service-card::after { display: none; }
.service-card:hover { background: #f7f2ef; box-shadow: none; transform: none; }
.service-number { width: auto; height: auto; margin-bottom: 32px; padding: 0; color: var(--ink); background: transparent; border-radius: 0; font-size: .68rem; letter-spacing: .12em; }
.service-card h3 { font-size: 1.55rem; }

.section-about { position: relative; overflow: hidden; background: var(--sage-pale); }
.section-about::after { position: absolute; right: -100px; bottom: -80px; width: 290px; height: 290px; background: url("/assets/waves-original.png") center / contain no-repeat; content: ""; opacity: .9; }
.about-grid { position: relative; z-index: 1; grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr); gap: 120px; }
.portrait-card { min-height: 480px; background: transparent; border-radius: 0; box-shadow: none; }
.portrait-card::before { position: absolute; inset: 28px 0 0 28px; border: 1px solid var(--ink); content: ""; }
.portrait-orbit { display: none; }
.portrait-photo { position: relative; z-index: 1; width: min(314px, 82%); aspect-ratio: 1; object-fit: cover; object-position: center; border-radius: 50%; filter: saturate(.84); }
.portrait-caption { right: 0; bottom: 0; left: 0; padding: 17px 20px; background: #f7f2ef; border: 0; border-radius: 0; backdrop-filter: none; }
.about-copy > p { font-size: 1rem; }
.credentials span { color: var(--ink); background: transparent; border-color: rgba(35, 23, 15, .3); border-radius: 0; font-size: .72rem; letter-spacing: .04em; }
.text-link { color: var(--ink); }

.section-home { padding: 0 0 132px; background: var(--sage-pale); }
.home-card { padding: 76px 90px; color: var(--ink); background: #fff; border: 1px solid rgba(35, 23, 15, .12); border-radius: 0; box-shadow: none; }
.home-card h2, .home-card p { color: var(--ink); }
.home-card .eyebrow { color: var(--ink); }
.home-card .button-light { color: #fff; background: var(--ink); border-color: var(--ink); }

.section-pricing { background: #f7f2ef; }
.pricing-layout { max-width: 1120px; margin-inline: auto; gap: 56px; }
.price-table-wrap { background: #fff; border-color: rgba(35, 23, 15, .18); border-radius: 0; }
.price-table th { color: var(--ink); background: #e9efd9; font-weight: 700; }
.price-table th, .price-table td { padding: 16px 20px; border-bottom-color: rgba(35, 23, 15, .14); }
.price-table td:nth-child(3) { color: var(--ink); }
.price-aside { padding: 32px; background: #e9efd9; border-radius: 0; }
.price-aside h3 { font-size: 2.05rem; }

.gift-grid { padding: 80px 90px; background: #fff; border: 1px solid rgba(35, 23, 15, .12); border-radius: 0; }
.section-gift { background: #fff; }
.section-faq { background: #e4ecd3; }
.faq-grid { gap: 110px; }
.faq-list { border-color: rgba(35, 23, 15, .3); }
.faq-list details { border-color: rgba(35, 23, 15, .3); }
.faq-list summary { font-size: 1.5rem; }
.faq-list summary::before, .faq-list summary::after { background: var(--ink); }

.section-contact { background: #fff; }
.contact-card { min-height: 560px; background: #f7f2ef; border-radius: 0; box-shadow: none; }
.contact-copy { padding: 70px; }
.contact-copy h2, .contact-copy > p:not(.eyebrow) { color: var(--ink); }
.contact-copy .eyebrow { color: var(--ink); }
.contact-links { background: rgba(35, 23, 15, .22); }
.contact-links a { color: var(--ink); background: #f7f2ef; }
.contact-links span { color: rgba(35, 23, 15, .6); }
.contact-actions .button-ghost { color: var(--ink); border-color: var(--ink); }
.contact-actions .button-ghost:hover { color: #fff; background: var(--ink); }
.contact-map { background: #e4ecd3; }
.contact-map img { object-fit: contain; padding: 50px; }
.site-footer { color: var(--ink); background: #e4ecd3; }
.footer-grid p, .footer-grid span, .footer-grid a { color: rgba(35, 23, 15, .78); }
.footer-grid a:hover { color: var(--ink); }
.footer-bottom { color: rgba(35, 23, 15, .64); border-top-color: rgba(35, 23, 15, .16); }
.footer-grid img { width: 91px; height: auto; }

@media (max-width: 1000px) {
  .header-inner { min-height: 86px; }
  .main-nav { gap: 22px; }
  .hero, .hero-grid { min-height: 650px; }
  .about-grid { gap: 62px; }
  .contact-copy { padding: 48px; }
}

@media (max-width: 800px) {
  body { padding-bottom: 76px; }
  .section { padding: 82px 0; }
  .header-inner { min-height: 76px; }
  .brand img { width: 84px; }
  .main-nav { top: 76px; background: #fbf8f6; border-radius: 0; }
  .hero, .hero-grid { min-height: 650px; }
  .hero { background-position: 61% center; }
  .hero-copy { padding: 70px 0 100px; }
  .hero-lead { font-size: .96rem; }
  .trust-grid { justify-content: flex-start; }
  .service-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .service-card:nth-child(2n) { border-right: 0; }
  .about-grid { grid-template-columns: 1fr; }
  .section-home { padding-bottom: 82px; }
  .home-card, .gift-grid { padding: 48px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-map { min-height: 400px; }
  .mobile-booking-bar { background: rgba(251, 248, 246, .96); }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 30px); }
  h1 { font-size: 3.5rem; }
  h2 { font-size: 2.4rem; }
  .hero, .hero-grid { min-height: 620px; }
  .hero { background-position: 65% center; }
  .service-grid { border-right: 1px solid var(--line); }
  .service-card, .service-card:nth-child(2n), .service-card:nth-child(3n) { border-right: 0; }
  .portrait-card { min-height: 410px; }
  .home-card, .gift-grid, .contact-copy { padding: 34px 25px; }
  .section-services::before { top: 50px; left: -85px; width: 180px; height: 180px; }
  .section-services::after { width: 170px; height: 170px; }
  .contact-map img { padding: 38px; }
}
