:root {
  --ink: #151713;
  --ink-soft: #24271f;
  --cream: #f2eee5;
  --paper: #fbf9f4;
  --sand: #ddd4c2;
  --sage: #a8b89a;
  --sage-dark: #52634a;
  --coral: #ed684f;
  --coral-dark: #ca4a35;
  --gold: #caa85f;
  --line: rgba(21, 23, 19, .14);
  --text-soft: #66695f;
  --radius: 26px;
  --shadow: 0 24px 70px rgba(20, 23, 18, .12);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 76px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 16px; background: #fff; color: #111; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section-pad { padding: 112px 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(21, 23, 19, .9);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
}
.nav-shell { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 205px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: #fff; font-family: Georgia, serif; font-size: 23px; font-style: italic; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy b { font-size: 13px; letter-spacing: .095em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; color: rgba(255, 255, 255, .58); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 31px); }
.desktop-nav a { color: rgba(255, 255, 255, .72); font-size: 13px; text-decoration: none; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.button { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; font-size: 13px; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(237, 104, 79, .32); outline-offset: 2px; }
.button-accent { background: var(--coral); color: #fff; box-shadow: 0 12px 30px rgba(237, 104, 79, .22); }
.button-accent:hover { background: var(--coral-dark); }
.button-ghost { color: #fff; border-color: rgba(255, 255, 255, .24); }
.button-light { color: #fff; border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .06); }
.button-dark { background: var(--ink); color: #fff; }
.button-large { min-height: 54px; padding-inline: 25px; font-size: 14px; }
.menu-button { display: none; width: 45px; height: 45px; border: 1px solid rgba(255, 255, 255, .2); background: transparent; border-radius: 50%; padding: 12px; }
.menu-button span { display: block; height: 1px; background: #fff; margin: 5px 0; transition: transform .2s; }
.mobile-menu { padding: 12px 20px 24px; border-top: 1px solid rgba(255, 255, 255, .1); }
.mobile-menu a { display: block; padding: 13px 3px; color: #fff; text-decoration: none; font-weight: 650; }

.hero { min-height: 760px; position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .08; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-grid { min-height: 684px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); align-items: center; gap: clamp(50px, 8vw, 110px); padding-top: 44px; padding-bottom: 70px; position: relative; z-index: 2; }
.hero-copy { max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: rgba(255, 255, 255, .62); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: var(--coral); }
.eyebrow.dark { color: var(--text-soft); }
.hero h1, .section-heading h2, .booking-intro h2, .contact-copy h2, .location-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.045em;
}
.hero h1 { font-size: clamp(58px, 7.1vw, 102px); }
h1 em, h2 em { color: var(--coral); font-weight: 400; }
.hero-lead { max-width: 620px; margin: 30px 0 32px; color: rgba(255, 255, 255, .7); font-size: clamp(17px, 1.6vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.proof-row { list-style: none; display: flex; gap: 42px; margin: 45px 0 0; padding: 0; }
.proof-row li { display: grid; gap: 2px; }
.proof-row b { font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.proof-row span { color: rgba(255, 255, 255, .5); font-size: 11px; letter-spacing: .04em; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(5px); opacity: .35; }
.hero-orb-one { width: 520px; height: 520px; right: -120px; top: -230px; background: radial-gradient(circle, #6d7b5e, transparent 68%); }
.hero-orb-two { width: 430px; height: 430px; left: -200px; bottom: -250px; background: radial-gradient(circle, #9a493b, transparent 65%); }
.hero-card { position: relative; padding: 26px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 30px; background: rgba(255, 255, 255, .075); box-shadow: 0 36px 90px rgba(0,0,0,.28); backdrop-filter: blur(20px); }
.hero-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255, 255, 255, .06); border-radius: 22px; pointer-events: none; }
.hero-card-top { display: flex; align-items: center; gap: 9px; color: rgba(255, 255, 255, .62); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #8dbf82; box-shadow: 0 0 0 5px rgba(141, 191, 130, .13); }
.calendar-demo { margin: 24px 0; padding: 21px; border-radius: 19px; background: #f7f2e7; color: var(--ink); }
.calendar-head { display: flex; justify-content: space-between; margin-bottom: 18px; }
.calendar-head span { color: var(--text-soft); font-size: 12px; }
.calendar-head b { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.weekday-row, .calendar-row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; text-align: center; }
.weekday-row { margin-bottom: 6px; color: #98998e; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.calendar-row { margin-bottom: 6px; }
.calendar-row i { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; color: #8b8d84; font-size: 10px; font-style: normal; }
.calendar-row .mine { background: var(--coral); color: #fff; font-weight: 800; }
.hero-card-offer { display: grid; gap: 7px; padding-bottom: 21px; border-bottom: 1px solid rgba(255,255,255,.12); }
.hero-card-offer span { color: rgba(255,255,255,.58); font-size: 12px; }
.hero-card-offer strong { font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.hero-card-offer small { color: rgba(255,255,255,.5); font: 11px ui-sans-serif, sans-serif; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .03em; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.marquee { position: relative; z-index: 3; overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.36); font-size: 10px; font-weight: 800; letter-spacing: .22em; white-space: nowrap; }
.marquee div { width: max-content; padding: 17px 0; animation: marquee 28s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading h2, .booking-intro h2, .contact-copy h2, .location-card h2 { font-size: clamp(43px, 5.5vw, 73px); }
.section-heading > p, .split-heading > p, .section-note { color: var(--text-soft); font-size: 16px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .7fr; gap: 70px; align-items: end; }
.split-heading > p { margin: 0 0 5px; max-width: 440px; }
.centered { margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered p { max-width: 690px; margin: 23px auto 0; }

.audience { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.audience-card { min-height: 500px; position: relative; display: flex; flex-direction: column; padding: clamp(32px, 4vw, 54px); border-radius: var(--radius); overflow: hidden; }
.master-card { background: var(--ink); color: #fff; }
.client-card { background: var(--sage); color: var(--ink); }
.card-number { position: absolute; right: 30px; top: 22px; font-family: Georgia, serif; font-size: 76px; color: rgba(255,255,255,.08); }
.client-card .card-number { color: rgba(21,23,19,.08); }
.audience-icon { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 22px; opacity: .75; }
.kicker { margin: 40px 0 10px; font-size: 10px !important; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; opacity: .6; }
.audience-card h3 { max-width: 520px; margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 51px); font-weight: 400; line-height: 1.04; }
.audience-card > p { max-width: 550px; font-size: 15px; opacity: .68; }
.tick-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; list-style: none; margin: 25px 0 8px; padding: 0; }
.tick-list li { position: relative; padding-left: 20px; font-size: 12px; opacity: .76; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; color: var(--coral); font-weight: 900; }
.client-card .text-link { color: var(--ink); }

.masters-section { background: #ebe5d8; }
.master-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.master-item { min-height: 360px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(21,23,19,.12); border-radius: 22px; background: rgba(255,255,255,.55); }
.master-avatar { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-family: Georgia, serif; font-size: 28px; }
.master-specialty { margin: 30px 0 8px; color: var(--coral-dark); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.master-item h3 { margin: 0; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.master-item p { color: var(--text-soft); font-size: 13px; }
.service-preview { display: grid; gap: 8px; margin: auto 0 0; }
.service-preview span { display: flex; justify-content: space-between; gap: 12px; padding-top: 9px; border-top: 1px solid var(--line); font-size: 11px; }
.service-preview em { color: var(--text-soft); font-style: normal; }
.master-item button { margin-top: 18px; }
.empty-masters { grid-column: 1/-1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; padding: 38px; border: 1px dashed rgba(21,23,19,.25); border-radius: 22px; background: rgba(255,255,255,.35); }
.empty-masters h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.empty-masters p { margin: 0; color: var(--text-soft); }
.skeleton-card { height: 360px; border-radius: 22px; background: linear-gradient(100deg, rgba(255,255,255,.35), rgba(255,255,255,.7), rgba(255,255,255,.35)); background-size: 200% 100%; animation: shimmer 1.6s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }

.rent-section { color: #fff; background: var(--ink-soft); }
.rent-section .section-heading > p { color: rgba(255,255,255,.6); }
.schedule-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; padding: clamp(28px, 4vw, 50px); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.04); }
.mini-label { color: var(--coral); font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.schedule-copy h3 { margin: 12px 0; font-family: Georgia, serif; font-size: 33px; font-weight: 400; line-height: 1.05; }
.schedule-copy p { color: rgba(255,255,255,.62); font-size: 14px; }
.schedule-key { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 26px; color: rgba(255,255,255,.65); font-size: 10px; }
.schedule-key span { display: flex; align-items: center; gap: 6px; }
.schedule-key i { width: 8px; height: 8px; border-radius: 50%; }
.key-a, .slot-a { background: var(--coral) !important; }
.key-b, .slot-b { background: var(--sage) !important; color: var(--ink) !important; }
.key-c, .slot-c { background: var(--gold) !important; color: var(--ink) !important; }
.week-board { align-self: center; display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.week-board > div { display: grid; gap: 8px; text-align: center; }
.week-board b { color: rgba(255,255,255,.4); font-size: 9px; text-transform: uppercase; }
.week-board span { min-height: 82px; display: grid; place-items: center; border-radius: 14px; font-family: Georgia, serif; font-size: 23px; }
.slot-free { border: 1px dashed rgba(255,255,255,.25); color: rgba(255,255,255,.5); font: 9px ui-sans-serif, sans-serif !important; text-transform: uppercase; }
.place-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.place-card { padding: 30px; border-radius: 21px; background: #30342b; }
.place-symbol { color: var(--coral); font-family: Georgia, serif; font-size: 14px; }
.place-card h3 { margin: 30px 0 10px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.place-card p { min-height: 68px; color: rgba(255,255,255,.57); font-size: 13px; }
.place-card > span { display: block; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: var(--sage); font-size: 12px; font-weight: 800; }

.prices-section { background: var(--paper); }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.price-card { min-height: 440px; display: flex; flex-direction: column; position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.price-card.featured { color: #fff; border-color: var(--ink); background: var(--ink); transform: translateY(-12px); box-shadow: var(--shadow); }
.popular { position: absolute; top: -13px; right: 20px; padding: 7px 12px; border-radius: 999px; background: var(--coral); color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.featured .price-top { border-color: rgba(255,255,255,.14); }
.price-top span { color: var(--coral-dark); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.featured .price-top span { color: var(--coral); }
.price-top b { color: var(--text-soft); font-size: 11px; }
.featured .price-top b { color: rgba(255,255,255,.58); }
.price-card > strong { margin-top: 29px; font-family: Georgia, serif; font-size: 33px; font-weight: 400; }
.price-card > p { color: var(--text-soft); font-size: 12px; }
.featured > p { color: rgba(255,255,255,.58); }
.price-card ul { display: grid; gap: 11px; list-style: none; margin: 22px 0; padding: 0; color: var(--text-soft); font-size: 11px; }
.featured ul { color: rgba(255,255,255,.67); }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--coral); font-weight: 900; }
.price-card > a { min-height: 43px; display: grid; place-items: center; margin-top: auto; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; }
.featured > a { border-color: rgba(255,255,255,.25); color: #fff; }
.price-card > a:hover { background: var(--coral); border-color: var(--coral); color: #fff; }
.price-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 27px; padding: 25px 29px; border-radius: 19px; background: var(--sage); }
.price-foot > div { display: grid; gap: 4px; }
.price-foot span { font-size: 12px; opacity: .66; }
.price-foot-actions { display: flex !important; grid-auto-flow: column; align-items: center; gap: 20px !important; }

.calculator-section { position: relative; overflow: hidden; background: #e8e1d4; }
.calculator-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -250px; bottom: -360px; border: 1px solid rgba(21,23,19,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(21,23,19,.025), 0 0 0 140px rgba(21,23,19,.018); }
.calculator-grid { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.calculator-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(43px, 5.5vw, 73px); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.calculator-copy h2 em { color: var(--coral); font-weight: 400; }
.calculator-copy > p { max-width: 510px; color: var(--text-soft); font-size: 15px; }
.calculator-proof { display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: center; max-width: 510px; margin: 30px 0 16px; padding: 18px; border-left: 3px solid var(--coral); border-radius: 0 14px 14px 0; background: rgba(255,255,255,.52); }
.calculator-proof b { color: var(--coral-dark); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.calculator-proof span { font-size: 12px; }
.calculator-copy .calculator-note { font-size: 10px; }
.rent-calculator { padding: clamp(28px, 4vw, 48px); border-radius: var(--radius); background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.calc-head > span { color: var(--coral); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.calc-head h3 { margin: 7px 0 25px; font: 34px Georgia, serif; }
.calc-zone { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-bottom: 20px; padding: 5px; border-radius: 13px; background: rgba(255,255,255,.07); }
.calc-zone button { min-height: 44px; padding: 8px 12px; border: 0; border-radius: 9px; background: transparent; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 800; cursor: pointer; }
.calc-zone button.active { background: var(--sage); color: var(--ink); }
.calc-fields { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 10px; }
.calc-fields label { display: grid; gap: 7px; color: rgba(255,255,255,.54); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.calc-fields input, .calc-fields select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; outline: 0; }
.calc-fields select option { color: var(--ink); background: #fff; }
.calc-fields input:focus, .calc-fields select:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(237,104,79,.15); }
.calc-result { display: grid; grid-template-columns: 1fr 1.25fr; gap: 20px; margin: 27px 0 20px; padding: 24px; border-radius: 18px; background: #f2eee5; color: var(--ink); }
.calc-main-result { display: grid; align-content: center; }
.calc-result small { color: var(--text-soft); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.calc-main-result strong { margin: 6px 0 3px; color: var(--coral-dark); font: 29px Georgia, serif; line-height: 1.05; }
.calc-main-result span { color: var(--text-soft); font-size: 10px; }
.calc-metrics { display: grid; gap: 10px; }
.calc-metrics > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-bottom: 9px; border-bottom: 1px solid var(--line); }
.calc-metrics > div:last-child { padding-bottom: 0; border: 0; }
.calc-metrics b { font-size: 13px; }
.calc-metrics b.negative { color: #a42f22; }
.calc-cta { width: 100%; min-height: 54px; justify-content: space-between; border-radius: 12px; }
.calc-cta i { font-size: 18px; font-style: normal; }

.booking-section, .contact-section { color: #fff; background: var(--ink); }
.booking-grid, .contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(45px, 8vw, 105px); }
.booking-intro, .contact-copy { position: sticky; top: 120px; }
.booking-intro > p, .contact-copy > p { margin: 25px 0 32px; color: rgba(255,255,255,.62); font-size: 15px; }
.booking-steps { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.booking-steps li { display: flex; gap: 14px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.1); }
.booking-steps li > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: var(--coral); font: 14px Georgia, serif; }
.booking-steps div { display: grid; }
.booking-steps b { font-size: 12px; }
.booking-steps small { color: rgba(255,255,255,.45); font-size: 10px; }
.form-panel { padding: clamp(28px, 4.5vw, 52px); border-radius: var(--radius); background: var(--cream); color: var(--ink); box-shadow: var(--shadow); }
.panel-head { margin-bottom: 27px; }
.panel-step { color: var(--coral-dark); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.panel-head h3 { margin: 7px 0 4px; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.panel-head p { margin: 0; color: var(--text-soft); font-size: 12px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
.field label { font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.field label span { color: var(--text-soft); font-weight: 500; text-transform: none; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgba(21,23,19,.17); border-radius: 11px; background: rgba(255,255,255,.76); color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(237,104,79,.09); outline: none; }
.field .invalid, .consent.invalid { border-color: #a42f22; }
.field-help { margin-top: -2px; color: var(--text-soft); font-size: 10px; }
.day-picker { display: grid; grid-template-columns: repeat(8, 1fr); gap: 6px; }
.day-picker button { min-height: 40px; padding: 6px 4px; border: 1px solid rgba(21,23,19,.17); border-radius: 9px; background: rgba(255,255,255,.7); color: var(--text-soft); font-size: 10px; font-weight: 800; cursor: pointer; }
.day-picker button.flexible { grid-column: span 1; }
.day-picker button.active { border-color: var(--coral); background: var(--coral); color: #fff; }
.slot-hint { min-height: 18px; margin: -3px 0 13px; color: var(--text-soft); font-size: 11px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 19px; color: var(--text-soft); font-size: 10px; line-height: 1.55; }
.consent input { flex: none; margin-top: 2px; accent-color: var(--coral); }
.consent a { color: var(--ink); }
.submit-button { width: 100%; min-height: 54px; justify-content: space-between; padding-inline: 22px; border-radius: 12px; }
.submit-button:disabled { cursor: wait; opacity: .65; transform: none; }
.submit-button i { font-size: 18px; font-style: normal; }
.form-status { min-height: 22px; margin-top: 12px; font-size: 11px; }
.form-status.success { color: #3c6c36; }
.form-status.error { color: #a42f22; }
.honey-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.how-section { background: #ebe5d8; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.timeline article { position: relative; padding: 32px 28px 12px 0; }
.timeline article::before { content: ""; position: absolute; width: 9px; height: 9px; top: -5px; left: 0; border-radius: 50%; background: var(--coral); }
.timeline span { color: var(--coral-dark); font-family: Georgia, serif; }
.timeline h3 { margin: 30px 0 9px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.timeline p { color: var(--text-soft); font-size: 12px; }

.location-section { background: var(--paper); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.location-card { min-height: 440px; position: relative; display: flex; align-items: flex-end; padding: 50px; overflow: hidden; border-radius: var(--radius); color: #fff; background: var(--sage-dark); }
.location-card::before { content: ""; position: absolute; width: 420px; height: 420px; right: -100px; top: -160px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.03), 0 0 0 90px rgba(255,255,255,.025); }
.map-pin { position: absolute; right: 48px; top: 46px; width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50% 50% 50% 7px; transform: rotate(-45deg); background: var(--coral); color: #fff; font: 26px Georgia, serif; }
.map-pin::first-letter { transform: rotate(45deg); }
.location-card small { color: rgba(255,255,255,.58); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.location-card h2 { margin-top: 13px; font-size: clamp(37px, 4vw, 55px); }
.location-card h2 em { color: var(--sage); }
.location-copy h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(32px, 3.4vw, 46px); font-weight: 400; line-height: 1.1; }
.location-list { list-style: none; margin: 28px 0 12px; padding: 0; }
.location-list li { display: grid; grid-template-columns: 95px 1fr; gap: 18px; padding: 17px 0; border-top: 1px solid var(--line); }
.location-list b { font-size: 11px; }
.location-list span { color: var(--text-soft); font-size: 12px; }
.dark-link { color: var(--ink); }

.faq-section { background: var(--paper); border-top: 1px solid var(--line); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 23px 0; cursor: pointer; font-family: Georgia, serif; font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 26px; height: 26px; position: relative; flex: none; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; left: 7px; right: 7px; top: 12px; height: 1px; background: var(--ink); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 720px; margin: -8px 50px 23px 0; color: var(--text-soft); font-size: 13px; }

.contact-section { border-top: 1px solid rgba(255,255,255,.09); }
.contact-links { display: grid; gap: 10px; }
.contact-links a { display: grid; gap: 2px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); text-decoration: none; }
.contact-links small { color: rgba(255,255,255,.45); font-size: 10px; text-transform: uppercase; }
.contact-links b { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.rent-panel { background: #e5ddce; }

.site-footer { padding: 70px 0 22px; color: #fff; background: #0d0f0c; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand { margin-bottom: 17px; }
.footer-grid p { max-width: 240px; color: rgba(255,255,255,.42); font-size: 11px; }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 9px; }
.footer-grid > div > b { margin-bottom: 8px; color: rgba(255,255,255,.84); font-size: 11px; }
.footer-grid > div > a { color: rgba(255,255,255,.46); font-size: 11px; text-decoration: none; }
.footer-grid > div > a:hover { color: #fff; }
.muted-link { opacity: .55; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.35); font-size: 9px; }
.mobile-dock { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .23s; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { padding: 24px 0; background: var(--ink); color: #fff; }
.legal-shell { width: min(calc(100% - 40px), 860px); margin: 0 auto; }
.legal-content { padding: 70px 0 100px; }
.legal-content h1 { font-family: Georgia, serif; font-size: clamp(36px, 5vw, 60px); font-weight: 400; line-height: 1.02; }
.legal-content h2 { margin-top: 38px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.legal-content p, .legal-content li { color: #555a51; font-size: 14px; }
.legal-meta { padding: 18px; border-radius: 14px; background: #ebe5d8; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr .72fr; gap: 40px; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .master-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { transform: none; }
  .place-grid { grid-template-columns: 1fr 1fr; }
  .place-card:last-child { grid-column: 1/-1; }
  .booking-grid, .contact-grid { grid-template-columns: .7fr 1.3fr; gap: 45px; }
  .calculator-grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
  .calc-fields { grid-template-columns: 1fr 1fr; }
  .calc-fields label:first-child { grid-column: 1/-1; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2/-1; }
}

@media (max-width: 780px) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .section-pad { padding: 78px 0; }
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .desktop-only { display: none; }
  .nav-shell { height: 66px; }
  .brand { min-width: 0; }
  .brand-copy b { font-size: 11px; }
  .brand-copy small { font-size: 8px; }
  .nav-actions .button-accent { display: none; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 78px; padding-bottom: 68px; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: clamp(54px, 16vw, 78px); }
  .hero-card { max-width: 470px; width: 100%; }
  .proof-row { gap: 20px; justify-content: space-between; }
  .proof-row b { font-size: 23px; }
  .split-heading, .audience-grid, .schedule-story, .booking-grid, .contact-grid, .location-grid, .faq-grid, .calculator-grid { grid-template-columns: 1fr; gap: 38px; }
  .audience-card { min-height: auto; }
  .master-grid { grid-template-columns: 1fr 1fr; }
  .empty-masters { grid-template-columns: 1fr; }
  .week-board { overflow-x: auto; grid-template-columns: repeat(7, minmax(66px, 1fr)); padding-bottom: 8px; }
  .place-grid { grid-template-columns: 1fr; }
  .place-card:last-child { grid-column: auto; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .booking-intro, .contact-copy { position: static; }
  .location-card { min-height: 380px; padding: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1/-1; }
  body { padding-bottom: 72px; }
  .mobile-dock { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 70; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(21,23,19,.94); box-shadow: 0 16px 45px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
  .mobile-dock a { display: grid; min-height: 52px; align-content: center; padding: 6px 14px; border-radius: 11px; color: #fff; text-decoration: none; }
  .mobile-dock a:last-child { background: var(--coral); }
  .mobile-dock small { color: rgba(255,255,255,.55); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-dock b { font-size: 12px; }
}

@media (max-width: 520px) {
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .proof-row { gap: 9px; }
  .proof-row span { font-size: 9px; }
  .hero-card { padding: 18px; }
  .calendar-demo { padding: 15px; }
  .section-heading h2, .booking-intro h2, .contact-copy h2 { font-size: 45px; }
  .tick-list, .master-grid, .price-grid, .timeline, .field-row { grid-template-columns: 1fr; }
  .price-card { min-height: 390px; }
  .price-foot { align-items: stretch; flex-direction: column; }
  .price-foot .button { width: 100%; }
  .price-foot-actions { display: grid !important; grid-auto-flow: row; }
  .calc-zone, .calc-fields, .calc-result { grid-template-columns: 1fr; }
  .calc-fields label:first-child { grid-column: auto; }
  .calc-result { gap: 18px; }
  .day-picker { grid-template-columns: repeat(4, 1fr); }
  .day-picker button.flexible { grid-column: span 1; }
  .form-panel { padding: 26px 18px; }
  .location-card { min-height: 340px; }
  .location-list li { grid-template-columns: 78px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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