:root {
  --ink: #30263a;
  --muted: #6f6477;
  --plum: #493355;
  --plum-deep: #352440;
  --rose: #bb746e;
  --gold: #d5aa68;
  --cream: #fffaf4;
  --sand: #f4eadf;
  --white: #ffffff;
  --line: rgba(73, 51, 85, 0.14);
  --shadow: 0 24px 70px rgba(62, 42, 71, 0.12);
  --radius-lg: 30px;
  --radius-md: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 8%, rgba(213, 170, 104, 0.15), transparent 28rem),
    linear-gradient(180deg, #fffaf5 0%, #fbf5ef 58%, #f4e8dd 100%);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--white); border-radius: 10px; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--plum); background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 50%; }
.brand-mark svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-family: "Playfair Display", serif; font-size: 1.08rem; }
.brand small { color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 3px; }
.header-nav { display: flex; align-items: center; gap: 22px; }
.header-nav a { color: var(--muted); font-size: .84rem; font-weight: 700; text-decoration: none; }
.header-nav .header-cta { color: var(--white); background: var(--plum); padding: 9px 15px; border-radius: 999px; }

main { overflow: hidden; }
.hero {
  width: min(1180px, calc(100% - 40px));
  min-height: 610px;
  margin: 28px auto 72px;
  padding: 78px 72px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  align-items: center;
  position: relative;
  color: var(--white);
  background: linear-gradient(135deg, #372640 0%, #553c5e 62%, #725064 100%);
  border-radius: 42px;
  box-shadow: var(--shadow);
  isolation: isolate;
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; opacity: .32; background-image: radial-gradient(rgba(255,255,255,.34) .75px, transparent .75px); background-size: 28px 28px; mask-image: linear-gradient(110deg, transparent 10%, #000 85%); }
.eyebrow { margin: 0 0 14px; font-weight: 700; font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; color: var(--rose); }
.hero .eyebrow { color: #efc99e; }
h1, h2, h3 { font-family: "Playfair Display", serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(2.8rem, 5.7vw, 5rem); letter-spacing: -.035em; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.025em; }
h3 { font-size: 1.55rem; }
.hero-lede { max-width: 620px; margin: 0 0 32px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.hero-actions, .result-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 0 20px; border: 0; border-radius: 999px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .fit-card:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(213,170,104,.55); outline-offset: 3px; }
.button-primary { color: #2f2637; background: linear-gradient(135deg, #f1d0a3, #ddb476); box-shadow: 0 12px 30px rgba(16,8,20,.18); }
.button-secondary { color: var(--plum); background: var(--white); border: 1px solid var(--line); }
.text-link { color: rgba(255,255,255,.9); text-underline-offset: 5px; }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 44px; color: rgba(255,255,255,.64); font-size: .83rem; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: #efc99e; }
.hero-art { min-height: 350px; display: grid; place-items: center; position: relative; }
.compass-glow { width: min(330px, 80vw); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(238,207,163,.2), rgba(238,207,163,.04) 58%, transparent 59%); filter: drop-shadow(0 0 36px rgba(237,196,140,.16)); animation: float 6s ease-in-out infinite; }
.compass-glow svg { width: 76%; fill: none; stroke: rgba(246,222,188,.78); stroke-width: 1.15; }
.compass-glow svg path:first-of-type { fill: rgba(246,222,188,.08); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.orbit-one { width: 350px; height: 350px; }
.orbit-two { width: 430px; height: 260px; transform: rotate(-22deg); }
.star { position: absolute; color: #f0c88c; }
.star-one { top: 12%; right: 12%; font-size: 1.3rem; }.star-two { bottom: 18%; left: 5%; font-size: 2rem; }.star-three { top: 27%; left: 10%; font-size: .8rem; }
@keyframes float { 50% { transform: translateY(-10px) rotate(1deg); } }

.services { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 80px 0 100px; }
.section-heading { max-width: 720px; margin-bottom: 36px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.03rem; }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fit-card { min-height: 180px; padding: 24px; color: var(--ink); text-align: left; background: rgba(255,255,255,.65); border: 1px solid var(--line); border-radius: var(--radius-md); cursor: pointer; transition: .2s ease; }
.fit-card:hover { transform: translateY(-3px); background: var(--white); }
.fit-card.is-selected { background: var(--white); border-color: rgba(187,116,110,.55); box-shadow: 0 18px 45px rgba(73,51,85,.1); }
.fit-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 17px; color: var(--rose); background: rgba(187,116,110,.1); border-radius: 50%; font-size: 1.2rem; }
.fit-card strong, .fit-card > span:last-child { display: block; }
.fit-card strong { margin-bottom: 6px; font-family: "Playfair Display", serif; font-size: 1.18rem; }
.fit-card > span:last-child { color: var(--muted); font-size: .92rem; }
.recommendation { margin: 18px 0 48px; padding: 28px 30px; display: flex; justify-content: space-between; align-items: center; gap: 30px; color: var(--white); background: var(--plum); border-radius: var(--radius-md); }
.recommendation h3 { margin: 4px 0 7px; font-size: 1.75rem; }
.recommendation p { max-width: 650px; margin: 0; color: rgba(255,255,255,.72); }
.recommendation-kicker { color: #edc698; font-weight: 700; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.comparison { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; scroll-margin-top: 24px; }
.service-card { position: relative; padding: 30px 26px 26px; display: flex; flex-direction: column; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.service-card.is-recommended { background: var(--white); box-shadow: 0 20px 55px rgba(73,51,85,.1); border-color: rgba(213,170,104,.6); }
.service-label { display: inline-flex; align-self: flex-start; margin-bottom: 24px; padding: 6px 10px; color: var(--rose); background: rgba(187,116,110,.09); border-radius: 999px; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.service-card h3 { margin-bottom: 9px; }
.price { margin: 0 0 18px; color: var(--plum); font-family: "Playfair Display", serif; font-size: 1.65rem; font-weight: 600; }
.price small { display: block; margin-top: 3px; color: var(--muted); font-family: "DM Sans", sans-serif; font-size: .72rem; font-weight: 500; }
.service-card > p:not(.price) { min-height: 90px; color: var(--muted); font-size: .92rem; }
.service-card ul { margin: 5px 0 25px; padding: 0; list-style: none; color: #5d5364; font-size: .88rem; }
.service-card li { margin-bottom: 9px; padding-left: 20px; position: relative; }
.service-card li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: .65rem; top: .25rem; }
.service-card .button { margin-top: auto; width: 100%; }

.booking { width: min(1120px, calc(100% - 40px)); margin: 0 auto 80px; padding: 58px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; background: rgba(255,255,255,.77); border: 1px solid rgba(255,255,255,.8); border-radius: 38px; box-shadow: var(--shadow); }
.booking-intro { position: sticky; top: 28px; }
.booking-intro > p:not(.eyebrow) { color: var(--muted); }
.privacy-note { margin-top: 30px; padding: 18px; display: flex; gap: 12px; color: var(--plum); background: #f8eee7; border-radius: 16px; }
.privacy-note p { margin: 0; font-size: .87rem; }
.privacy-note span { color: var(--rose); }
.booking-card { padding: 34px; color: var(--white); background: linear-gradient(135deg, #3d2b47, #5e415d); border-radius: 24px; }
.booking-card .eyebrow { color: #efc99e; }
.booking-card h3 { margin-bottom: 22px; font-size: 2rem; }
.booking-steps { margin: 0 0 28px; padding-left: 1.4rem; color: rgba(255,255,255,.82); }
.booking-steps li { margin-bottom: 10px; padding-left: 5px; }
.booking-hours { margin: 16px 0 0; color: rgba(255,255,255,.68); font-size: .82rem; text-align: center; }
.packet-link { display: block; margin-top: 15px; color: #f4d5ad; font-size: .86rem; font-weight: 700; text-align: center; text-underline-offset: 4px; }
.packet-link:hover { color: var(--white); }
.booking-form { display: grid; gap: 19px; }
.booking-form > label, fieldset { color: var(--ink); font-size: .83rem; font-weight: 700; }
input, select { width: 100%; min-height: 50px; margin-top: 7px; padding: 0 15px; color: var(--ink); background: var(--cream); border: 1px solid var(--line); border-radius: 13px; }
fieldset { margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 9px; }
.choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice-row label { position: relative; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { min-height: 44px; display: grid; place-items: center; padding: 8px; color: var(--muted); background: var(--cream); border: 1px solid var(--line); border-radius: 12px; font-size: .78rem; text-align: center; cursor: pointer; }
.choice-row input:checked + span { color: var(--plum); background: #f4e8eb; border-color: rgba(187,116,110,.5); box-shadow: inset 0 0 0 1px rgba(187,116,110,.22); }
.optional { color: var(--muted); font-weight: 400; }
.button-wide { width: 100%; margin-top: 4px; }
.form-assurance { margin: -8px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.request-result { padding: 32px; background: linear-gradient(135deg, #3d2b47, #5e415d); color: var(--white); border-radius: 24px; }
.request-result .eyebrow { color: #efc99e; }
.request-result h3 { margin-bottom: 15px; font-size: 1.9rem; }
.request-result > p:not(.eyebrow,.copy-status) { color: rgba(255,255,255,.78); white-space: pre-line; }
.result-check { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 22px; color: var(--plum); background: #efc99e; border-radius: 50%; font-weight: 800; }
.result-actions { margin-top: 25px; }
.copy-status { min-height: 1.4em; margin: 12px 0 0; color: #efc99e; font-size: .78rem; }

footer { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 30px 0 44px; color: var(--muted); text-align: center; font-size: .78rem; }
.footer-brand { color: var(--plum); font-family: "Playfair Display", serif; font-size: 1.25rem; }
.disclaimer { max-width: 760px; margin: 14px auto; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 58px 42px 35px; }
  .hero-art { min-height: 260px; }
  .compass-glow { width: 260px; }
  .orbit-one { width: 280px; height: 280px; }.orbit-two { width: 330px; height: 210px; }
  .fit-grid, .comparison { grid-template-columns: 1fr; }
  .service-card > p:not(.price) { min-height: 0; }
  .booking { grid-template-columns: 1fr; gap: 35px; }
  .booking-intro { position: static; }
}

@media (max-width: 600px) {
  .site-header { width: min(100% - 28px, 1180px); padding: 15px 0; }
  .header-nav > a:first-child { display: none; }
  .header-nav .header-cta { padding: 8px 11px; font-size: .7rem; }
  .hero { width: calc(100% - 24px); margin-top: 8px; margin-bottom: 35px; padding: 44px 24px 18px; border-radius: 28px; }
  h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  .hero-lede { font-size: .96rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { gap: 10px 18px; margin-top: 32px; }
  .hero-art { min-height: 220px; }
  .compass-glow { width: 215px; }.orbit-one { width: 220px; height: 220px; }.orbit-two { width: 260px; height: 160px; }
  .services { width: calc(100% - 28px); padding: 56px 0 70px; }
  .recommendation { align-items: stretch; flex-direction: column; padding: 25px 22px; }
  .comparison { gap: 12px; }
  .service-card { padding: 25px 21px 22px; border-radius: 23px; }
  .booking { width: calc(100% - 24px); margin-bottom: 45px; padding: 32px 20px; border-radius: 27px; }
  .choice-row { grid-template-columns: 1fr; }
  .choice-row span { justify-content: start; min-height: 42px; padding-left: 14px; }
  .result-actions { align-items: stretch; flex-direction: column; }
  .result-actions .button { width: 100%; }
}

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