:root {
  --background: #f3efe6;
  --foreground: #24173a;
  --muted: #71677e;
  --primary: #5c288a;
  --accent: #f0a05d;
  --border: #d9cfbf;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--sans); background-image: radial-gradient(circle at 74% 8%, rgba(231,160,92,.18), transparent 24%), radial-gradient(circle at 10% 42%, rgba(92,40,138,.08), transparent 22%); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 2px solid #7b4ca2; outline-offset: 4px; }
img, svg { display: block; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.site-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { display: flex; height: 96px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 13px; }
.desktop-nav { display: flex; align-items: center; gap: 32px; color: var(--muted); font-size: 14px; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--foreground); }
.nav-cta { border: 1px solid var(--foreground); border-radius: 999px; padding: 11px 18px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.nav-cta:hover { background: var(--foreground); color: var(--background); }
.menu-button { display: none; width: 42px; height: 42px; cursor: pointer; place-items: center; border: 1px solid var(--foreground); border-radius: 50%; background: transparent; color: inherit; }
.menu-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.mobile-nav { position: fixed; z-index: 50; inset: 78px 14px auto; border: 1px solid var(--border); border-radius: 20px; background: #fbf7ef; padding: 16px; box-shadow: 0 24px 60px rgba(36,23,58,.22); }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { display: block; border-bottom: 1px solid var(--border); padding: 15px 10px; font-family: var(--serif); font-size: 22px; }
.mobile-nav a:last-child { border: 0; color: var(--primary); }

.hero-grid { display: grid; min-height: calc(100vh - 96px); grid-template-columns: minmax(0,1.25fr) minmax(310px,.75fr); align-items: center; gap: clamp(48px,8vw,110px); padding-block: 48px 80px; }
.hero-copy { position: relative; z-index: 1; max-width: 760px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #6b3b8e; font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.display-title { margin: 28px 0 0; font-family: var(--serif); font-size: clamp(3.8rem,7.2vw,7.25rem); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.display-title em { position: relative; color: #75369f; font-weight: 400; }
.display-title em::after { content: ''; position: absolute; right: -1%; bottom: 0; left: 2%; height: 5px; border-radius: 50%; background: #e99753; opacity: .7; transform: rotate(-1deg); }
.hero-lead { max-width: 590px; margin: 32px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 38px; }
.primary-cta { display: inline-flex; min-height: 54px; align-items: center; gap: 18px; border-radius: 999px; background: var(--primary); color: #fffaf0; padding: 0 24px; font-size: 14px; font-weight: 700; box-shadow: 0 12px 30px rgba(92,40,138,.18); transition: .2s ease; }
.primary-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(92,40,138,.25); }
.primary-cta svg, .circle-link svg, .booking-form button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.text-link { border-bottom: 1px solid; padding-bottom: 3px; font-size: 14px; font-weight: 650; }
.hero-stats { display: flex; align-items: center; gap: 26px; margin-top: 52px; color: var(--muted); font-size: 13px; }
.hero-stats span { white-space: nowrap; }
.hero-stats strong { display: block; margin-bottom: 3px; color: var(--foreground); font-family: var(--serif); font-size: 20px; font-weight: 500; }
.hero-stats i { width: 1px; height: 36px; background: var(--border); }
.hero-panel { position: relative; overflow: hidden; border-radius: 200px 200px 32px 32px; background: #5d2b83; color: #fff8ed; padding: 72px 48px 44px; box-shadow: 0 30px 80px rgba(69,35,89,.18); }
.hero-panel::before { content: ''; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: inherit; pointer-events: none; }
.orbital-mark { position: absolute; top: -58px; right: -60px; display: grid; width: 230px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: rgba(255,255,255,.24); font-family: var(--serif); font-size: 52px; }
.orbital-mark::after { content: ''; position: absolute; inset: 30px; border: 1px dashed rgba(255,255,255,.12); border-radius: 50%; }
.panel-kicker, .panel-title, .panel-list, .panel-note { position: relative; }
.panel-kicker { margin: 0; color: rgba(255,248,237,.65); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.panel-title { margin: 16px 0 0; font-family: var(--serif); font-size: 30px; line-height: 1.25; }
.panel-list { margin: 48px 0 0; }
.panel-list div { display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,248,237,.15); padding: 0 0 12px; margin-top: 13px; font-size: 14px; }
.panel-list dd { margin: 0; color: rgba(255,248,237,.7); }
.panel-note { margin: 38px 0 0; color: rgba(255,248,237,.65); font-size: 14px; line-height: 1.65; }

.marquee { overflow: hidden; border-block: 1px solid var(--border); background: rgba(255,255,255,.22); }
.marquee > div { display: flex; width: max-content; align-items: center; gap: 30px; padding-block: 18px; color: #6b3b8e; font-size: 12px; font-weight: 700; letter-spacing: .16em; animation: marquee 28s linear infinite; }
.marquee b { color: #d98647; font-size: 13px; }
@keyframes marquee { to { transform: translateX(-39%); } }

.section-pad { padding-block: clamp(90px,12vw,160px); }
.kicker { margin: 0 0 20px; color: #7a3b98; font-size: 11px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 64px; }
.section-heading h2, .about-grid h2, .faq-grid h2, .contact-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem,5.4vw,5.4rem); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.section-heading h2 em, .about-grid h2 em, .faq-grid h2 em, .contact-section h2 em { color: #7b3a9a; font-weight: 400; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-list { margin-top: 64px; border-top: 1px solid var(--border); }
.service-row { display: grid; grid-template-columns: 46px 64px minmax(0,1fr) 190px 52px; align-items: center; gap: 26px; border-bottom: 1px solid var(--border); padding: 32px 4px; transition: .25s ease; }
.service-row:hover { background: rgba(255,255,255,.28); padding-inline: 18px; }
.service-number { align-self: start; padding-top: 7px; color: var(--muted); font-size: 11px; letter-spacing: .12em; }
.service-icon { display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: #733d90; }
.service-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.service-copy h3 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.service-copy p { max-width: 520px; margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-meta { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.service-meta span { color: var(--muted); font-size: 12px; }
.service-meta strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.circle-link { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid var(--foreground); border-radius: 50%; transition: .2s ease; }
.circle-link:hover { background: var(--foreground); color: var(--background); transform: rotate(8deg); }

.about-section { background: #e9dfd1; }
.about-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; gap: clamp(56px,9vw,130px); padding-block: clamp(90px,12vw,150px); }
.about-image-wrap { position: relative; }
.about-image { display: block; width: 100%; max-height: 720px; aspect-ratio: 4/5; object-fit: cover; object-position: 72% center; border-radius: 220px 220px 20px 20px; filter: saturate(.85) contrast(.98); box-shadow: 0 28px 70px rgba(55,31,67,.14); }
.image-note { position: absolute; right: -32px; bottom: 54px; border-radius: 50%; background: var(--accent); padding: 30px 24px; color: #35203f; font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.25; text-align: center; transform: rotate(-7deg); box-shadow: 0 12px 30px rgba(76,42,85,.14); }
.about-lead { max-width: 650px; margin: 30px 0 0; font-size: 19px; line-height: 1.7; }
.about-text { margin: 20px 0 0; color: var(--muted); line-height: 1.7; }
.check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 34px; }
.check-grid span { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 650; }
.check-grid svg { width: 16px; height: 16px; border-radius: 50%; background: #713890; padding: 3px; fill: none; stroke: #fff; stroke-width: 3; }

.process-section { padding-top: clamp(90px,10vw,130px); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 64px 0 0; padding: 0; border-top: 1px solid var(--border); }
.process-grid li { position: relative; min-height: 290px; border-right: 1px solid var(--border); padding: 30px 28px 22px 0; list-style: none; }
.process-grid li + li { padding-left: 28px; }
.process-grid li:last-child { border-right: 0; }
.process-grid li > span { position: absolute; top: 30px; right: 24px; color: var(--muted); font-size: 11px; }
.process-grid li > svg { width: 25px; height: 25px; margin-top: 44px; fill: none; stroke: #743d92; stroke-width: 1.3; }
.process-grid h3 { margin: 38px 0 0; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.process-grid p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.reviews-section { background: #38204a; color: #fbf5e9; }
.light-heading .kicker { color: #efa56b; }
.light-heading h2 em { color: var(--accent); }
.rating { justify-self: end; text-align: right; }
.rating > span { font-family: var(--serif); font-size: 42px; }
.rating > div { display: flex; justify-content: flex-end; gap: 3px; color: var(--accent); }
.rating svg { width: 15px; height: 15px; fill: currentColor; stroke: currentColor; }
.rating small { display: block; margin-top: 8px; color: rgba(255,255,255,.48); }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 64px; }
.review-card { display: flex; min-height: 340px; flex-direction: column; justify-content: space-between; margin: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; padding: 34px; }
.review-card.featured { background: var(--accent); color: #35203f; transform: translateY(-14px) rotate(-1deg); }
.review-card blockquote { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.45; }
.review-card figcaption { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; border-top: 1px solid currentColor; padding-top: 16px; opacity: .75; }
.review-card figcaption strong { font-size: 13px; }.review-card figcaption span { font-size: 11px; text-align: right; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px,10vw,140px); }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { display: flex; cursor: pointer; align-items: center; justify-content: space-between; gap: 24px; padding: 27px 0; font-family: var(--serif); font-size: 21px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { max-width: 650px; margin: 0; padding: 0 48px 26px 0; color: var(--muted); line-height: 1.7; }
.faq-plus { display: grid; width: 34px; height: 34px; flex: none; place-items: center; border: 1px solid var(--border); border-radius: 50%; font-family: Arial,sans-serif; font-size: 18px; transition: transform .2s ease; }
.faq-list details[open] .faq-plus { transform: rotate(45deg); }

.contact-section { position: relative; overflow: hidden; background: #552976; color: #fffaf0; padding-block: clamp(90px,12vw,150px); }
.contact-section::before { content: '✦'; position: absolute; top: 40px; right: 6vw; color: rgba(255,255,255,.12); font-size: 180px; }
.contact-grid { position: relative; display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(60px,9vw,130px); }
.contact-section .kicker { color: #f4b27b; }
.contact-section h2 em { color: var(--accent); }
.contact-lead { max-width: 530px; margin: 28px 0 0; color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.7; }
.contact-meta { display: flex; flex-wrap: wrap; gap: 12px; margin: 38px 0 0; color: rgba(255,255,255,.6); font-size: 14px; }
.booking-form { display: grid; gap: 20px; border-radius: 26px; background: #fbf5e9; padding: clamp(28px,5vw,48px); color: #28183a; box-shadow: 0 30px 80px rgba(24,10,35,.24); }
.booking-form label { display: grid; gap: 8px; }
.booking-form label > span { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.booking-form input, .booking-form select { width: 100%; border: 0; border-bottom: 1px solid #d8ccbb; border-radius: 0; background: transparent; padding: 10px 2px 13px; color: #28183a; font-size: 15px; outline: none; }
.booking-form input:focus, .booking-form select:focus { border-bottom-color: #713890; }
.booking-form button { display: flex; min-height: 54px; cursor: pointer; align-items: center; justify-content: center; gap: 18px; border: 0; border-radius: 999px; background: #5b2a7b; color: #fff; font-size: 14px; font-weight: 700; transition: .2s ease; }
.booking-form button:hover { background: #43205d; transform: translateY(-2px); }
.booking-form button:disabled { cursor: wait; opacity: .68; transform: none; }
.form-note { min-height: 18px; margin: 0; color: #81758b; font-size: 11px; line-height: 1.45; text-align: center; }
.form-note.success { color: #347052; }.form-note.error { color: #a33a42; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.footer { background: #24152f; color: #f7efe3; padding-block: 60px 36px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid p, .footer-grid a { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.6; }
.footer-grid a:hover { color: #fff; }
.footer-grid strong { margin-bottom: 5px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-bottom { grid-column: 1/-1; flex-direction: row !important; justify-content: space-between; margin-top: 26px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 26px; color: rgba(255,255,255,.4); font-size: 10px; }

@media (max-width: 820px) {
  .desktop-nav { display: none; }.menu-button { display: grid; }.nav-cta { margin-left: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }.hero-panel { max-width: 560px; border-radius: 130px 130px 28px 28px; }
  .section-heading, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }.section-heading { align-items: start; gap: 28px; }
  .service-row { grid-template-columns: 38px 54px minmax(0,1fr) 50px; }.service-meta { grid-column: 3/4; }
  .process-grid, .reviews-grid { grid-template-columns: repeat(2,1fr); }.process-grid li:nth-child(2) { border-right: 0; }.process-grid li:nth-child(n+3) { border-top: 1px solid var(--border); }
  .review-card.featured { transform: none; }.reviews-grid .review-card:last-child { grid-column: 1/-1; min-height: 260px; }
}

@media (max-width: 560px) {
  .site-shell { width: min(100% - 28px,1180px); }.site-header { height: 78px; }.brand > span:last-child { font-size: 11px; }.nav-cta { display: none; }
  .display-title { font-size: clamp(3.15rem,16vw,5rem); }.hero-grid { padding-top: 30px; }.hero-panel { padding: 58px 30px 36px; }
  .hero-stats { align-items: flex-start; gap: 12px; font-size: 10px; }.hero-stats strong { font-size: 16px; }.hero-stats i { height: 32px; }
  .service-row { grid-template-columns: 28px 48px 1fr; gap: 16px; padding-block: 28px; }.service-icon { width: 44px; height: 44px; }.service-copy { grid-column: 2/4; }.service-copy h3 { font-size: 25px; }.service-meta { grid-column: 2/3; }.circle-link { grid-row: 3; grid-column: 3; justify-self: end; }
  .about-grid { gap: 72px; }.image-note { right: 8px; bottom: -28px; }.check-grid { grid-template-columns: 1fr; }
  .process-grid, .reviews-grid { grid-template-columns: 1fr; }.process-grid li, .process-grid li + li { min-height: auto; border-top: 1px solid var(--border); border-right: 0; padding: 28px 0 34px; }.process-grid li > svg { margin-top: 12px; }.process-grid h3 { margin-top: 24px; }
  .reviews-grid .review-card:last-child { grid-column: auto; }.review-card { min-height: 300px; }.rating { justify-self: start; text-align: left; }.rating > div { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-bottom { flex-direction: column !important; }
}

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