:root {
  --plum: #481c42;
  --plum-dark: #2f102c;
  --coral: #f07f72;
  --pink: #f6c7cf;
  --cream: #fff8f1;
  --ink: #221924;
  --sage: #a4c4ad;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 20; min-height: 88px; padding: 14px clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; border-bottom: 1px solid rgba(72,28,66,.16); background: rgba(255,248,241,.94); backdrop-filter: blur(14px); }
.wordmark { display: inline-flex; flex-direction: column; width: max-content; color: var(--plum); text-decoration: none; line-height: .9; }
.wordmark span { font-family: Georgia, serif; font-size: 27px; font-weight: 700; letter-spacing: -.04em; }
.wordmark small { margin-top: 4px; text-align: right; font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
nav { display: flex; gap: 30px; }
nav a, .footer-links a { font-size: 13px; font-weight: 750; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; }
nav a:hover, .footer-links a:hover { color: var(--coral); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 2px solid var(--plum); background: var(--plum); color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; font-size: 13px; transition: transform .2s, background .2s; box-shadow: 6px 6px 0 var(--pink); }
.button:hover, .button:focus-visible { transform: translate(-2px,-2px); background: var(--plum-dark); }
.button-small { justify-self: end; min-height: 44px; padding: 0 18px; box-shadow: 4px 4px 0 var(--pink); }
.text-link { font-weight: 800; text-underline-offset: 5px; text-decoration-thickness: 2px; }
.eyebrow { margin: 0 0 18px; color: var(--plum); font-size: 12px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.hero { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; }
.hero-copy { padding: clamp(70px, 9vw, 135px) clamp(30px, 7vw, 110px); padding-right: 40px; }
h1, h2 { margin: 0; color: var(--plum); font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: -.055em; line-height: .94; }
h1 { max-width: 720px; font-size: clamp(62px, 7vw, 112px); }
h1 em { color: var(--coral); font-weight: 400; }
.intro { max-width: 660px; margin: 30px 0; font-family: Georgia, serif; font-size: clamp(19px, 2vw, 25px); line-height: 1.5; }
.hero-actions, .contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.quick-facts { margin-top: 54px; display: flex; flex-wrap: wrap; gap: 10px; }
.quick-facts span { padding: 8px 12px; border: 1px solid rgba(72,28,66,.25); border-radius: 99px; font-size: 12px; font-weight: 700; }
.hero-art { position: relative; min-height: 720px; background: var(--pink); overflow: hidden; }
.hero-art::before, .hero-art::after { content: ""; position: absolute; border-radius: 50%; }
.hero-art::before { width: 330px; height: 330px; top: -110px; right: -90px; background: var(--coral); }
.hero-art::after { width: 190px; height: 190px; left: -60px; bottom: -50px; background: var(--sage); }
.arch { position: absolute; left: 50%; width: min(68%, 440px); height: 68%; border-radius: 220px 220px 18px 18px; transform: translateX(-50%); }
.arch-back { top: 13%; margin-left: 28px; border: 3px solid var(--plum); background: var(--coral); }
.arch-front { top: 9%; margin-left: -20px; display: grid; place-items: center; background: var(--plum); color: var(--cream); box-shadow: 18px 18px 0 rgba(255,248,241,.65); }
.arch-front p { z-index: 2; margin: 0; text-align: center; font-family: Georgia, serif; font-size: clamp(44px, 5vw, 73px); font-style: italic; line-height: .9; }
.star { position: absolute; color: var(--coral); font-size: 40px; }
.star-one { top: 15%; left: 22%; }.star-two { bottom: 14%; right: 18%; }
.line-face { position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.2); border-radius: 50% 50% 15px 15px; }
.seal { position: absolute; right: 6%; bottom: 6%; z-index: 4; width: 110px; height: 110px; display: grid; place-items: center; border-radius: 50%; background: var(--cream); color: var(--plum); font-size: 11px; font-weight: 900; text-align: center; letter-spacing: .16em; transform: rotate(8deg); box-shadow: 0 0 0 3px var(--cream), 0 0 0 5px var(--plum); }
.ticker { min-height: 72px; display: flex; justify-content: space-around; align-items: center; gap: 18px; padding: 14px 4vw; overflow: hidden; background: var(--plum); color: white; font-size: 14px; font-weight: 850; letter-spacing: .18em; }
.ticker i { color: var(--coral); font-style: normal; }
.section { padding: clamp(80px, 10vw, 145px) clamp(24px, 7vw, 110px); }
.services { background: #fffdf9; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 60px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(44px, 5.2vw, 78px); }
.section-heading > p:last-child { max-width: 520px; margin: 0 0 8px; font-size: 18px; line-height: 1.7; }
.service-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 390px; padding: 36px; display: flex; flex-direction: column; border: 2px solid var(--plum); box-shadow: 9px 9px 0 var(--pink); }
.service-card.plum { background: var(--plum); color: white; }.service-card.coral { background: var(--coral); }.service-card.cream { background: var(--cream); }
.card-number { font-weight: 900; letter-spacing: .15em; opacity: .7; }
.service-card h3 { margin: auto 0 20px; font-family: Georgia, serif; font-size: 36px; line-height: 1; }
.service-card p { min-height: 72px; margin: 0 0 28px; line-height: 1.55; }
.service-card a { font-weight: 850; text-underline-offset: 5px; }
.first-visit { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; background: var(--pink); }
.comfort-card { padding: clamp(34px, 5vw, 68px); border: 3px solid var(--plum); background: var(--cream); box-shadow: 14px 14px 0 var(--plum); }
.comfort-card h2 { font-size: clamp(42px, 4.2vw, 64px); }
.comfort-card > p:not(.eyebrow) { margin: 28px 0; font-size: 18px; line-height: 1.7; }
.button-light { background: var(--cream); color: var(--plum); border-color: var(--cream); box-shadow: 6px 6px 0 var(--coral); }
.steps { display: flex; flex-direction: column; justify-content: center; }
.steps div { position: relative; padding: 26px 0 28px 72px; border-bottom: 1px solid rgba(72,28,66,.25); }
.steps span { position: absolute; left: 0; top: 25px; width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid var(--plum); border-radius: 50%; color: var(--plum); font-weight: 900; }
.steps h3 { margin: 0 0 8px; color: var(--plum); font-family: Georgia, serif; font-size: 27px; }.steps p { margin: 0; line-height: 1.6; }
.owner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.owner-mark { aspect-ratio: 1; max-width: 520px; display: grid; place-items: center; position: relative; border-radius: 50%; background: var(--sage); color: var(--plum); box-shadow: 18px 18px 0 var(--coral); }
.owner-mark::before, .owner-mark::after { content: ""; position: absolute; inset: 9%; border: 2px solid var(--plum); border-radius: 50%; }.owner-mark::after { inset: 19%; border-style: dashed; }
.owner-mark span { font-family: Georgia, serif; font-size: clamp(70px, 10vw, 140px); font-style: italic; }.owner-mark i { position: absolute; bottom: 17%; font-size: 32px; }
.owner-copy h2 { margin-bottom: 26px; }.owner-copy > p:not(.eyebrow) { max-width: 690px; font-size: 18px; line-height: 1.75; }
.studio { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; background: var(--coral); }
.studio address { margin: 30px 0; font-family: Georgia, serif; font-size: 27px; font-style: normal; line-height: 1.5; }
.hours-card { padding: 44px; border: 3px solid var(--plum); background: var(--cream); box-shadow: 12px 12px 0 var(--plum); }
.hours-card h3 { margin: 0 0 25px; font-family: Georgia, serif; font-size: 34px; }
.hours-card dl { margin: 0; }.hours-card dl div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(72,28,66,.2); }.hours-card dt { font-weight: 800; }.hours-card dd { margin: 0; }.hours-card p { margin: 26px 0 0; line-height: 1.6; font-size: 14px; }
.closing-cta { padding: 110px 24px; text-align: center; background: var(--plum); color: white; }.closing-cta .eyebrow { color: var(--pink); }.closing-cta h2 { margin-bottom: 40px; color: white; }
footer { padding: 48px clamp(24px, 7vw, 110px); display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; background: var(--plum-dark); color: white; }
.footer-mark { color: white; }.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 24px; }.footer-links a { font-size: 11px; }footer > p { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.65); font-size: 12px; }
.mobile-book { display: none; }
:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 74px; }.site-header nav { display: none; }.button-small { display: none; }
  .hero { grid-template-columns: 1fr; }.hero-copy { padding: 72px 24px 62px; }.hero-art { min-height: 560px; }.quick-facts { margin-top: 40px; }
  .section-heading, .service-grid, .first-visit, .owner, .studio { grid-template-columns: 1fr; }.section-heading .eyebrow { grid-column: auto; }.service-grid { margin-top: 50px; }.service-card { min-height: 330px; }.service-card h3 { margin-top: 80px; }
  .first-visit, .owner, .studio { gap: 60px; }.owner-mark { width: min(82vw, 460px); margin: auto; }.studio { gap: 44px; }
  footer { grid-template-columns: 1fr; padding-bottom: 110px; }.footer-links { justify-content: start; }footer > p { grid-column: auto; }
  .mobile-book { position: fixed; display: flex; z-index: 30; left: 14px; right: 14px; bottom: 12px; min-height: 58px; justify-content: center; align-items: center; gap: 10px; border: 2px solid var(--cream); background: var(--plum); color: white; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; box-shadow: 0 8px 28px rgba(47,16,44,.3); }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(54px, 16vw, 76px); }.intro { font-size: 19px; }.hero-actions { align-items: flex-start; flex-direction: column; }.hero-art { min-height: 470px; }.arch { width: 72%; height: 70%; }.seal { width: 88px; height: 88px; font-size: 9px; }
  .ticker { justify-content: flex-start; white-space: nowrap; }.ticker span:nth-of-type(n+4), .ticker i:nth-of-type(n+4) { display: none; }
  .section { padding: 80px 22px; }.comfort-card, .hours-card { padding: 30px 24px; box-shadow: 8px 8px 0 var(--plum); }.service-card { padding: 28px 24px; }
  .owner-mark { width: 76vw; }.contact-actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
