:root {
  --ink: #30282a;
  --wine: #5b3941;
  --wine-dark: #3d252c;
  --rose: #c69b9d;
  --blush: #ead7d2;
  --cream: #f8f2e9;
  --paper: #fffdf9;
  --sage: #9ca893;
  --line: rgba(66, 45, 50, 0.18);
  --shadow: 0 24px 70px rgba(67, 42, 47, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; color: #fff; background: #1f1719; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  max-width: 1400px;
  height: 108px;
  margin: auto;
  padding: 24px clamp(24px, 5vw, 74px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--wine-dark); text-decoration: none; }
.brand-mark {
  width: 48px; height: 48px; display: grid; place-items: center;
  border: 1px solid rgba(91,57,65,.45); border-radius: 50%;
  font: 600 14px/1 Georgia, serif; letter-spacing: .08em;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font: 500 21px/1.1 Georgia, serif; letter-spacing: .02em; }
.brand-copy small { margin-top: 5px; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
nav a { position: relative; font-size: 13px; font-weight: 650; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
nav a:not(.nav-book)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--wine); transition: right .25s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.nav-book { padding: 12px 20px; color: #fff; background: var(--wine); border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; color: var(--wine); font: 650 13px/1 sans-serif; letter-spacing: .1em; text-transform: uppercase; }

.hero {
  position: relative;
  max-width: 1400px;
  min-height: 760px;
  margin: auto;
  padding: 164px clamp(24px, 7vw, 104px) 112px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(132deg, #fffaf2 0 56%, #eadbd4 56% 100%);
}
.hero::before { content: ""; position: absolute; width: 470px; height: 470px; left: -260px; top: 190px; border: 1px solid rgba(91,57,65,.17); border-radius: 50%; }
.hero-copy { position: relative; z-index: 3; max-width: 650px; }
.eyebrow { margin: 0 0 20px; color: var(--wine); font-size: 11px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; }
h1 { margin-bottom: 26px; font: 400 clamp(58px, 7vw, 100px)/.9 Georgia, serif; letter-spacing: -.045em; color: var(--wine-dark); }
h1 em { color: var(--rose); font-weight: 400; }
.hero-lede { max-width: 570px; margin: 0 0 32px; font: 400 clamp(18px, 2vw, 22px)/1.55 Georgia, serif; color: #54484a; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; padding: 14px 24px; align-items: center; justify-content: center; border-radius: 999px; font-size: 13px; font-weight: 750; letter-spacing: .055em; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--wine); box-shadow: 0 11px 30px rgba(91,57,65,.22); }
.button.primary:hover { background: var(--wine-dark); }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.appointment-note { margin: 18px 0 0; color: #726468; font-size: 12px; }
.hero-visual { position: relative; min-height: 490px; z-index: 2; }
.hero-visual::before { content: ""; position: absolute; width: 430px; height: 430px; left: 48%; top: 50%; translate: -50% -50%; border-radius: 50%; background: rgba(255,253,249,.56); box-shadow: inset 0 0 0 1px rgba(91,57,65,.1), 0 30px 80px rgba(91,57,65,.12); }
.petal { position: absolute; left: 50%; top: 50%; width: 175px; height: 300px; border: 1px solid rgba(91,57,65,.42); border-radius: 100% 0 100% 0; transform-origin: 0 100%; }
.petal-one { transform: translate(-5%, -100%) rotate(-28deg); background: rgba(198,155,157,.26); }
.petal-two { transform: translate(-1%, -100%) rotate(18deg); background: rgba(255,255,255,.23); }
.petal-three { transform: translate(-2%, -99%) rotate(64deg); background: rgba(156,168,147,.25); }
.hero-seal { position: absolute; left: 50%; top: 50%; width: 240px; height: 240px; translate: -50% -50%; z-index: 3; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--wine-dark); font: italic 25px/1.1 Georgia, serif; transform: rotate(-4deg); }
.hero-seal b { font: 400 12px/1 sans-serif; color: var(--rose); }
.address-card { position: absolute; right: clamp(24px, 5vw, 74px); bottom: 34px; z-index: 4; display: grid; min-width: 295px; padding: 20px 24px; background: rgba(255,253,249,.86); border: 1px solid rgba(91,57,65,.12); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.address-card span { color: #78666a; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.address-card strong { margin: 3px 0 7px; font: 500 18px/1.3 Georgia, serif; }
.address-card a { width: max-content; color: var(--wine); font-size: 12px; font-weight: 700; text-decoration: none; }

.service-section { max-width: 1400px; margin: auto; padding: clamp(82px, 10vw, 142px) clamp(24px, 7vw, 104px); }
.section-heading { display: grid; grid-template-columns: .85fr 1fr; gap: 20px 70px; align-items: start; margin-bottom: 52px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading h2, .experience-intro h2, .owner-copy h2, .visit-heading h2 { margin-bottom: 0; font: 400 clamp(40px, 5vw, 66px)/1.02 Georgia, serif; letter-spacing: -.035em; color: var(--wine-dark); }
.section-heading > p:last-child { max-width: 560px; margin: 4px 0 0; color: #6c5f62; font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 390px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { background: var(--cream); }
.service-card.dark-card { color: #fff9f2; background: var(--wine); }
.service-number { font: italic 17px/1 Georgia, serif; color: var(--rose); }
.service-card h3 { margin: 74px 0 18px; font: 400 28px/1.05 Georgia, serif; }
.service-card p { margin: 0 0 24px; color: #6f6264; font-size: 14px; }
.dark-card p { color: #eadbdc; }
.service-card div { margin-top: auto; display: flex; align-items: end; justify-content: space-between; gap: 12px; padding-top: 22px; border-top: 1px solid var(--line); }
.service-card div small { max-width: 90px; color: #87797b; font-size: 9px; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.service-card div strong { font: 400 25px/1 Georgia, serif; }
.service-card > a { margin-top: 18px; width: max-content; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.price-note { margin: 18px 0 0; color: #8b7d80; font-size: 11px; text-align: right; }

.experience-section { max-width: 1400px; margin: auto; padding: clamp(74px, 9vw, 128px) clamp(24px, 7vw, 104px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); color: #fffaf5; background: var(--wine-dark); }
.experience-intro .eyebrow { color: var(--rose); }
.experience-intro h2 { color: #fffaf5; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li:first-child { padding-top: 0; }
.steps li > span { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font: italic 16px/1 Georgia, serif; color: var(--rose); }
.steps h3 { margin: 0 0 6px; font: 400 24px/1.1 Georgia, serif; }
.steps p { margin: 0; color: #d8c9c7; font-size: 14px; }

.owner-section { max-width: 1400px; margin: auto; padding: clamp(85px, 11vw, 150px) clamp(24px, 10vw, 150px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 150px); align-items: center; background: var(--cream); }
.owner-art { position: relative; width: min(100%, 390px); aspect-ratio: 4 / 5; display: grid; place-items: center; overflow: hidden; color: var(--wine-dark); background: linear-gradient(145deg, #d8beb9, #f0e3d7); border-radius: 49% 49% 12px 12px; }
.owner-art::before, .owner-art::after { content: ""; position: absolute; width: 230px; height: 370px; border: 1px solid rgba(91,57,65,.3); border-radius: 100% 0; }
.owner-art::before { left: 46%; top: 52%; transform: translate(-50%,-50%) rotate(-25deg); }
.owner-art::after { left: 49%; top: 50%; transform: translate(-50%,-50%) rotate(32deg); }
.owner-monogram { z-index: 2; font: italic 72px/1 Georgia, serif; letter-spacing: -.08em; }
.owner-caption { position: absolute; left: 24px; bottom: 24px; z-index: 2; font-size: 10px; font-weight: 700; letter-spacing: .15em; line-height: 1.45; text-transform: uppercase; }
.owner-copy { max-width: 640px; }
.owner-copy h2 { margin-bottom: 30px; }
.owner-copy > p:not(.eyebrow) { color: #665a5c; font-size: 16px; }
.text-link { display: inline-block; margin-top: 16px; color: var(--wine); font-size: 13px; font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--wine); }

.gift-section { max-width: 1400px; margin: auto; padding: clamp(80px, 10vw, 135px) 24px; text-align: center; background: var(--paper); }
.gift-section .eyebrow { color: #8b6b70; }
.gift-section h2 { max-width: 850px; margin: 0 auto 20px; font: 400 clamp(42px, 6vw, 76px)/1 Georgia, serif; letter-spacing: -.04em; color: var(--wine-dark); }
.gift-section > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 28px; color: #6e6264; }
.gift-button { color: var(--wine-dark); border: 1px solid rgba(91,57,65,.35); background: var(--cream); }

.visit-section { max-width: 1400px; margin: auto; padding: clamp(80px, 10vw, 135px) clamp(24px, 7vw, 104px) 74px; background: #eadbd4; }
.visit-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.visit-heading .eyebrow { flex: 0 0 auto; }
.visit-heading h2 { max-width: 780px; }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr 1.2fr; border: 1px solid rgba(91,57,65,.22); }
.contact-card { min-height: 190px; padding: 28px; display: flex; flex-direction: column; background: rgba(255,253,249,.58); border-right: 1px solid rgba(91,57,65,.22); }
.contact-card:last-child { border-right: 0; }
.contact-card > span { margin-bottom: auto; color: #7f676c; font-size: 10px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.contact-card strong { margin: 20px 0 10px; font: 500 20px/1.4 Georgia, serif; }
.contact-card strong a { text-decoration: none; }
.contact-card > a { width: max-content; color: var(--wine); font-size: 12px; font-weight: 750; text-decoration: none; border-bottom: 1px solid currentColor; }
.email-card strong { font-size: 17px; overflow-wrap: anywhere; }
.final-cta { margin-top: 42px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.final-cta p { font: italic 19px/1.2 Georgia, serif; }

footer { max-width: 1400px; margin: auto; padding: 40px clamp(24px, 5vw, 74px); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #d8c9c7; background: #2f2326; }
.footer-brand { display: grid; line-height: 1.15; }
.footer-brand strong { color: #fff8f1; font: 500 19px/1.1 Georgia, serif; }
.footer-brand span { margin-top: 5px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a { color: #fff8f1; }
.mobile-actions { display: none; }

a:focus-visible, button:focus-visible { outline: 3px solid #e5aa73; outline-offset: 4px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr .75fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 340px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { grid-column: auto; }
  .owner-section { grid-template-columns: .75fr 1.25fr; gap: 60px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .email-card { grid-column: 1 / -1; border-top: 1px solid rgba(91,57,65,.22); }
  .contact-card:nth-child(2) { border-right: 0; }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  .site-header { height: 86px; padding: 18px 22px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 8px; }
  .menu-button { display: block; }
  nav { position: absolute; top: 78px; left: 18px; right: 18px; padding: 18px; display: none; align-items: stretch; flex-direction: column; gap: 0; background: rgba(255,253,249,.97); border: 1px solid var(--line); box-shadow: var(--shadow); }
  nav.open { display: flex; }
  nav a { padding: 12px; }
  .nav-book { margin-top: 6px; text-align: center; }
  .hero { min-height: auto; padding: 126px 24px 106px; display: block; background: linear-gradient(160deg, #fffaf2 0 61%, #eadbd4 61% 100%); }
  .hero::before { display: none; }
  h1 { font-size: clamp(58px, 18vw, 80px); }
  .hero-lede { font-size: 18px; }
  .hero-visual { min-height: 300px; margin-top: 25px; }
  .hero-visual::before { width: 285px; height: 285px; }
  .petal { width: 115px; height: 200px; }
  .hero-seal { width: 180px; height: 180px; font-size: 20px; }
  .address-card { left: 24px; right: 24px; bottom: 24px; min-width: 0; }
  .service-section { padding-left: 20px; padding-right: 20px; }
  .section-heading { gap: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .service-card h3 { margin-top: 52px; }
  .price-note { text-align: left; }
  .experience-section { grid-template-columns: 1fr; gap: 50px; }
  .owner-section { grid-template-columns: 1fr; gap: 48px; }
  .owner-art { width: min(100%, 360px); margin: auto; }
  .visit-heading { align-items: start; flex-direction: column; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-card { border-right: 0; border-bottom: 1px solid rgba(91,57,65,.22); }
  .email-card { grid-column: auto; border-top: 0; }
  .contact-card:last-child { border-bottom: 0; }
  .final-cta { align-items: stretch; flex-direction: column; }
  .final-cta .button { width: 100%; }
  footer { align-items: flex-start; flex-direction: column; padding-bottom: 38px; }
  .footer-links { justify-content: flex-start; }
  .mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; height: 66px; display: grid; grid-template-columns: .8fr 1.2fr; background: #fffdf9; box-shadow: 0 -10px 30px rgba(47,35,38,.13); }
  .mobile-actions a { display: grid; place-items: center; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
  .mobile-actions .mobile-book { color: #fff; background: var(--wine); }
}

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