:root {
  --ink: #161315;
  --paper: #f6f2ed;
  --paper-2: #fffdfa;
  --plum: #642f58;
  --plum-dark: #43203c;
  --lilac: #e9dce8;
  --muted: #756f72;
  --line: rgba(22, 19, 21, .16);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Inter', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-160%); background: white; padding: 10px 14px; border: 1px solid var(--ink); }
.skip-link:focus { transform: none; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; }
.eyebrow.light { color: rgba(255,255,255,.66); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 78px;
  padding: 0 clamp(18px, 4vw, 58px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  background: rgba(246,242,237,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; flex-direction: column; justify-self: start; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: .01em; }
.brand span { margin-top: 5px; font-size: 7px; font-weight: 800; letter-spacing: .22em; }
.desktop-nav { display: flex; gap: 28px; font-size: 12px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--plum); transition: right .22s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-call {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 10px 15px;
  border-radius: 12px;
  background: var(--ink);
  color: white;
  font-size: 12px;
  font-weight: 800;
}
.header-call svg { width: 17px; height: 17px; }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: minmax(0,.95fr) minmax(440px,1.05fr); align-items: stretch; }
.hero-copy { padding: clamp(70px, 9vw, 132px) clamp(28px, 6vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.hero h1 { margin: 0; max-width: 800px; font-family: var(--serif); font-size: clamp(68px, 7.4vw, 118px); font-weight: 400; line-height: .88; letter-spacing: -.035em; }
.hero h1 em { color: var(--plum); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 28px 0 32px; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.75; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: stretch; }
.btn { min-height: 60px; display: inline-flex; align-items: center; gap: 12px; border-radius: 14px; padding: 12px 18px; font-weight: 800; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 20px; height: 20px; flex: 0 0 auto; }
.btn-primary { background: var(--plum); color: white; box-shadow: 0 10px 26px rgba(100,47,88,.18); }
.btn-primary span { display: flex; flex-direction: column; line-height: 1.05; }
.btn-primary small { margin-bottom: 4px; font-size: 10px; letter-spacing: .08em; opacity: .72; }
.btn-secondary { background: transparent; border-color: var(--line); }
.live-status { margin-top: 26px; display: inline-grid; grid-template-columns: 10px auto; gap: 10px; align-items: center; align-self: flex-start; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.5); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #8a8587; box-shadow: 0 0 0 4px rgba(138,133,135,.12); }
.live-status.is-open .status-dot { background: #2a9a5d; box-shadow: 0 0 0 4px rgba(42,154,93,.14); }
.live-status.is-closed .status-dot { background: #b14a4a; box-shadow: 0 0 0 4px rgba(177,74,74,.14); }
.live-status div { display: flex; flex-direction: column; gap: 2px; }
.live-status strong { font-size: 12px; }
.live-status span:not(.status-dot) { font-size: 11px; color: var(--muted); }

.hero-media { position: relative; min-height: 680px; background: #d8d1ca; overflow: hidden; }
.hero-image { position: absolute; inset: 0; margin: 0; }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(22,19,21,.34)); pointer-events: none; }
.hero-image img { height: 100%; object-fit: cover; object-position: center 30%; filter: saturate(.82) contrast(1.04); transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.hero-location {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 15px 17px;
  border-radius: 15px;
  background: rgba(255,253,250,.94);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 34px rgba(0,0,0,.13);
}
.hero-location > svg { width: 18px; color: var(--plum); }
.hero-location span { display: flex; flex-direction: column; gap: 3px; }
.hero-location small { font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.hero-location strong { font-size: 13px; }

.service-ribbon { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper-2); }
.service-ribbon div { min-height: 72px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px; border-right: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.service-ribbon div:last-child { border-right: 0; }
.service-ribbon svg { width: 18px; height: 18px; color: var(--plum); }

.services { padding: 118px 0 128px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(300px,.62fr); gap: 70px; align-items: end; margin-bottom: 52px; }
.section-heading h2, .review-copy h2, .visit-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(54px, 6vw, 88px); line-height: .92; font-weight: 400; letter-spacing: -.025em; }
.section-heading h2 em, .review-copy h2 em { color: var(--plum); font-weight: 400; }
.section-heading > p { margin: 0; max-width: 470px; line-height: 1.75; color: var(--muted); }
.service-list { border-top: 1px solid var(--ink); }
.service-row { min-height: 178px; display: grid; grid-template-columns: 90px minmax(260px,.75fr) 1fr; gap: 30px; align-items: center; padding: 28px 4px; border-bottom: 1px solid var(--line); }
.service-mark { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; color: var(--muted); }
.service-mark span { font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.service-mark svg { width: 26px; height: 26px; color: var(--plum); stroke-width: 1.6; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.2vw, 58px); font-weight: 400; line-height: .95; }
.service-row p { margin: 0; max-width: 620px; color: var(--muted); line-height: 1.75; font-size: 14px; }

.consultation { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--ink); color: white; }
.consultation-image { min-height: 680px; overflow: hidden; }
.consultation-image img { height: 100%; object-fit: cover; object-position: center 28%; filter: grayscale(.22) contrast(1.04); }
.consultation-copy { padding: clamp(64px, 7vw, 104px); display: flex; flex-direction: column; justify-content: center; }
.consultation-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(50px, 5.1vw, 78px); line-height: .94; font-weight: 400; }
.consultation-copy > p:not(.eyebrow) { max-width: 620px; margin: 25px 0 32px; line-height: 1.75; color: rgba(255,255,255,.62); }
.consultation-list { border-top: 1px solid rgba(255,255,255,.16); }
.consultation-list > div { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: center; min-height: 72px; border-bottom: 1px solid rgba(255,255,255,.16); }
.consultation-list svg { width: 19px; height: 19px; color: #d8a8cf; }
.consultation-list span { font-size: 13px; line-height: 1.55; }

.reviews { padding: 106px 0; background: var(--plum); color: white; }
.reviews-shell { display: grid; grid-template-columns: .58fr 1.42fr; gap: clamp(48px,8vw,110px); align-items: center; }
.review-score { min-height: 310px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.22); }
.review-score > span { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; opacity: .68; }
.review-score > strong { font-family: var(--serif); font-size: clamp(100px,10vw,146px); line-height: .82; font-weight: 400; margin-top: 24px; }
.stars { display: flex; gap: 5px; margin: 18px 0 10px; }
.stars svg { width: 17px; height: 17px; fill: currentColor; }
.review-score small { font-size: 11px; opacity: .68; }
.review-copy h2 em { color: #f0dce9; }
.review-copy > p:last-child { max-width: 650px; margin: 26px 0 0; line-height: 1.8; color: rgba(255,255,255,.72); }

.visit { padding: 112px 0 126px; }
.visit-heading { margin-bottom: 50px; }
.visit-panel { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.visit-panel article { min-height: 320px; display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 34px 36px 34px 0; }
.visit-panel article + article { padding-left: 36px; border-left: 1px solid var(--line); }
.visit-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--paper-2); }
.visit-icon svg { width: 20px; color: var(--plum); }
.visit-label { display: block; margin-bottom: 24px; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.visit-panel dl { margin: 0; }
.visit-panel dl div { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 11px 0; border-bottom: 1px solid rgba(22,19,21,.08); font-size: 13px; }
.visit-panel dd { margin: 0; color: var(--muted); text-align: right; }
.location-block strong { display: block; font-family: var(--serif); font-size: clamp(28px,3vw,40px); font-weight: 400; line-height: 1.12; }
.route-link { width: fit-content; margin-top: 28px; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.route-link svg { width: 17px; }
.phone-note { margin: 24px 0 0; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.phone-note svg { width: 16px; color: var(--plum); }
.phone-note a { color: var(--ink); font-weight: 800; }

.site-footer { min-height: 100px; padding: 26px clamp(18px,4vw,58px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; background: var(--ink); color: white; }
.footer-brand { display: flex; flex-direction: column; line-height: 1; }
.footer-brand strong { font-family: var(--serif); font-size: 30px; font-weight: 400; }
.footer-brand span, .site-footer p { margin-top: 5px; font-size: 8px; letter-spacing: .16em; color: rgba(255,255,255,.55); }
.site-footer p { margin: 0; text-transform: uppercase; }
.site-footer > a { justify-self: end; display: flex; align-items: center; gap: 10px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.site-footer > a svg { width: 16px; }

.mobile-callbar { display: none; }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero-image img { transition: none; }
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 74px 7vw 58px; }
  .hero-media { min-height: 620px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-row { grid-template-columns: 72px minmax(220px,.8fr) 1fr; }
  .consultation { grid-template-columns: 1fr; }
  .consultation-image { min-height: 560px; }
  .reviews-shell { grid-template-columns: .7fr 1.3fr; gap: 50px; }
  .visit-panel { grid-template-columns: 1fr; }
  .visit-panel article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { display: none; }
}

@media (max-width: 700px) {
  .service-ribbon { grid-template-columns: 1fr; }
  .service-ribbon div { min-height: 54px; justify-content: flex-start; padding-inline: 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-ribbon div:last-child { border-bottom: 0; }
  .service-row { grid-template-columns: 58px 1fr; gap: 18px; padding: 26px 0; }
  .service-row p { grid-column: 2; }
  .reviews-shell { grid-template-columns: 1fr; }
  .review-score { min-height: 0; padding-bottom: 40px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
}

@media (max-width: 620px) {
  body { padding-bottom: 76px; }
  .section-shell { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 66px; padding-inline: 14px; }
  .brand strong { font-size: 23px; }
  .brand span { font-size: 6px; }
  .header-call { display: none; }
  .hero-copy { padding: 54px 18px 48px; }
  .hero h1 { font-size: clamp(56px,17vw,76px); overflow-wrap: anywhere; }
  .hero-lead { font-size: 15px; line-height: 1.7; }
  .hero-actions { display: grid; }
  .btn { width: 100%; min-height: 58px; }
  .live-status { width: 100%; }
  .hero-media { min-height: 460px; }
  .hero-location { left: 12px; right: 12px; bottom: 12px; padding: 13px; }
  .hero-location strong { font-size: 11px; }
  .services { padding: 82px 0 88px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .review-copy h2, .visit-heading h2 { font-size: clamp(48px,14vw,64px); overflow-wrap: anywhere; }
  .section-heading > p { font-size: 14px; }
  .service-row h3 { font-size: 40px; }
  .service-row p { font-size: 13px; }
  .consultation-image { min-height: 420px; }
  .consultation-copy { padding: 66px 20px; }
  .consultation-copy h2 { font-size: clamp(46px,13.5vw,62px); overflow-wrap: anywhere; }
  .consultation-list span { font-size: 12px; }
  .reviews { padding: 74px 0; }
  .review-score > strong { font-size: 102px; }
  .visit { padding: 82px 0 88px; }
  .visit-heading { margin-bottom: 34px; }
  .visit-panel article { min-height: 0; grid-template-columns: 38px 1fr; gap: 14px; padding: 24px 0; }
  .visit-icon { width: 36px; height: 36px; }
  .visit-icon svg { width: 17px; }
  .visit-panel dl div { grid-template-columns: 1fr; gap: 3px; }
  .visit-panel dd { text-align: left; }
  .location-block strong { font-size: 28px; }
  .site-footer { padding: 24px 14px; }
  .footer-brand strong { font-size: 24px; }
  .footer-brand span { font-size: 6px; }
  .site-footer > a span { display: none; }
  .mobile-callbar {
    position: fixed;
    z-index: 60;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 58px;
    display: grid;
    grid-template-columns: 1fr 48px;
    gap: 10px;
    align-items: center;
    padding: 7px 7px 7px 16px;
    border-radius: 15px;
    background: var(--ink);
    color: white;
    box-shadow: 0 14px 36px rgba(0,0,0,.24);
    opacity: 0;
    transform: translateY(18px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .mobile-callbar.is-visible { opacity: 1; transform: none; pointer-events: auto; }
  .mobile-callbar > div { display: flex; flex-direction: column; gap: 2px; }
  .mobile-callbar span { font-size: 8px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.55); }
  .mobile-callbar strong { font-size: 14px; }
  .mobile-callbar > a { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; background: var(--plum); }
  .mobile-callbar svg { width: 20px; }
}
