:root {
  --bg: #17110e;
  --bg-soft: #221814;
  --surface: rgba(39, 27, 21, 0.88);
  --surface-strong: #2d1f19;
  --text: #f8eee4;
  --muted: #cdb9a7;
  --line: rgba(232, 181, 126, 0.22);
  --accent: #d97732;
  --accent-strong: #f28a36;
  --ochre: #c49a58;
  --brown: #6d3c25;
  --cream: #f1dcc0;
  --success: #25d366;
  --danger: #ff6b5f;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  --radius: 22px;
  --header-h: 74px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(rgba(23,17,14,.93), rgba(23,17,14,.97)), url('assets/interior.jpg') center / cover no-repeat;
  opacity: .98;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .08;
  background-image:
    linear-gradient(335deg, transparent 23px, #a9542a 23px, #a9542a 24px, transparent 24px),
    linear-gradient(155deg, transparent 23px, #a9542a 23px, #a9542a 24px, transparent 24px),
    linear-gradient(335deg, transparent 23px, #a9542a 23px, #a9542a 24px, transparent 24px),
    linear-gradient(155deg, transparent 23px, #a9542a 23px, #a9542a 24px, transparent 24px);
  background-size: 58px 116px;
  background-position: 0 2px, 4px 35px, 29px 60px, 34px 93px;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
address { font-style: normal; }

.skip-link { position: fixed; top: -100px; left: 12px; z-index: 1000; background: #fff; color: #111; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  height: var(--header-h);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 18px;
  background: rgba(23, 17, 14, .78);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; }
.brand-mark { width: 47px; height: 47px; border-radius: 50%; overflow: hidden; background: #fff; border: 2px solid rgba(217,119,50,.7); flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 1rem; letter-spacing: .04em; }
.brand small { display: block; color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.menu-toggle { width: 46px; height: 46px; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 14px; display: grid; place-content: center; gap: 5px; cursor: pointer; }
.menu-toggle span { width: 21px; height: 2px; background: var(--cream); border-radius: 999px; transition: .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.main-menu { position: fixed; inset: var(--header-h) 12px auto 12px; padding: 10px; display: grid; gap: 4px; border: 1px solid var(--line); background: rgba(34,24,20,.98); border-radius: 18px; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .25s ease; }
.main-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.main-menu a { padding: 13px 14px; text-decoration: none; border-radius: 12px; color: var(--cream); font-weight: 700; }
.main-menu a:hover, .main-menu a:focus-visible { background: rgba(217,119,50,.14); }

.hero { min-height: 690px; padding: calc(var(--header-h) + 52px) 20px 48px; position: relative; isolation: isolate; display: flex; align-items: flex-end; background: url('assets/interior.jpg') center 38% / cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(16,10,8,.14) 0%, rgba(18,12,10,.46) 42%, rgba(20,13,10,.96) 100%); }
.hero-overlay { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 72% 24%, rgba(222,113,43,.24), transparent 30%); }
.hero-content { width: min(680px, 100%); margin: 0 auto; }
.eyebrow { margin: 0 0 10px; color: #efad75; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; }
.hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(3.2rem, 15vw, 6.6rem); line-height: .88; letter-spacing: -.045em; text-shadow: 0 8px 40px rgba(0,0,0,.6); }
.hero-copy { max-width: 590px; font-size: 1.08rem; color: #f3e4d6; margin: 20px 0 24px; }
.hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
.btn { min-height: 50px; border: 1px solid transparent; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-primary { background: linear-gradient(135deg, #e27b32, #b84e24); color: #fff; box-shadow: 0 12px 28px rgba(203,91,35,.34); }
.btn-primary:hover, .btn-primary:focus-visible { box-shadow: 0 16px 36px rgba(226,123,50,.46); transform: translateY(-2px); }
.btn-secondary { background: rgba(24,16,13,.54); color: var(--cream); border-color: rgba(239,174,117,.42); backdrop-filter: blur(10px); }
.btn-secondary:hover, .btn-secondary:focus-visible { border-color: var(--accent); background: rgba(217,119,50,.12); }
.hero-badges { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.hero-badges span { background: rgba(20,13,10,.58); border: 1px solid rgba(255,255,255,.11); color: var(--muted); padding: 8px 10px; border-radius: 999px; font-size: .76rem; backdrop-filter: blur(10px); }

.section { padding: 76px 18px; }
.section-heading { max-width: 720px; margin: 0 auto 30px; }
.section-heading h2, .promo-card h2, .location-card h2 { font-family: Georgia, serif; font-size: clamp(2rem, 9vw, 3.6rem); line-height: 1.03; margin: 0 0 14px; letter-spacing: -.025em; }
.section-heading p:not(.eyebrow) { color: var(--muted); margin: 0; }
.feature-grid { display: grid; gap: 13px; max-width: 1100px; margin: 0 auto; }
.feature-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(49,34,27,.84), rgba(29,20,16,.88)); box-shadow: 0 14px 42px rgba(0,0,0,.18); }
.feature-card h3 { margin: 12px 0 6px; font-size: 1.03rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(217,119,50,.14); border: 1px solid rgba(217,119,50,.25); color: #ffad71; font-size: 1.25rem; }

.services-section { background: linear-gradient(180deg, transparent, rgba(94,48,29,.14), transparent); }
.service-layout { max-width: 1040px; margin: 0 auto; display: grid; gap: 28px; align-items: center; }
.vintage-frame { position: relative; padding: 18px; background: #d3ab78; border: 7px solid #4c2c1c; border-radius: 12px; box-shadow: 0 0 0 3px #b86a36, 0 0 0 10px #2c1a13, var(--shadow); }
.vintage-frame::before { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(86,42,20,.75); pointer-events: none; }
.vintage-frame img { width: 100%; border: 2px solid #c9874e; background: #000; }
.frame-corner { position: absolute; width: 34px; height: 34px; border: 3px solid #c07940; z-index: 2; }
.corner-a { top: -3px; left: -3px; border-right: 0; border-bottom: 0; }
.corner-b { right: -3px; bottom: -3px; border-left: 0; border-top: 0; }
.service-copy { padding: 8px 2px; }
.service-copy h3 { font-family: Georgia, serif; font-size: 1.75rem; margin: 0 0 8px; }
.service-copy p { color: var(--muted); margin: 0 0 20px; }
.full-mobile { width: 100%; }

.promo-section { padding-top: 35px; }
.promo-card { max-width: 960px; margin: 0 auto; padding: 30px 20px; position: relative; overflow: hidden; border-radius: 26px; background: radial-gradient(circle at 50% 0%, rgba(255,113,37,.22), transparent 42%), #21120f; border: 2px solid #ff6c2f; box-shadow: 0 0 12px rgba(255,108,47,.8), 0 0 40px rgba(255,88,28,.33), inset 0 0 36px rgba(255,86,27,.08); text-align: center; }
.promo-card::before { content: ""; position: absolute; inset: -60%; background: conic-gradient(from 0deg, transparent, rgba(255,117,47,.18), transparent 20%); animation: promoSpin 11s linear infinite; }
.promo-card > * { position: relative; }
@keyframes promoSpin { to { transform: rotate(360deg); } }
.promo-kicker { color: #ffb17e; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 900; }
.promo-grid { display: grid; gap: 12px; margin: 24px 0; }
.promo-grid article { padding: 20px 16px; border-radius: 18px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,153,94,.22); display: grid; gap: 4px; }
.promo-grid strong { color: #ff9b59; font-family: Georgia, serif; font-size: 1.65rem; }
.promo-grid span { color: #e5d2c4; font-size: .92rem; }
.btn-neon { width: 100%; background: #ff6e2e; color: #1f0f0a; box-shadow: 0 0 20px rgba(255,110,46,.58); }
.promo-card small { display: block; color: #bfa99c; margin-top: 14px; }

.booking-section { max-width: 930px; margin: 0 auto; }
.booking-form { border: 1px solid var(--line); border-radius: 26px; padding: 22px 16px; background: linear-gradient(160deg, rgba(50,34,26,.94), rgba(24,16,13,.96)); box-shadow: var(--shadow); }
.form-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 0 0 22px; }
.form-progress span { height: 4px; border-radius: 999px; background: rgba(255,255,255,.1); }
.form-progress span.active { background: linear-gradient(90deg, #e47c34, #f3aa6b); }
fieldset { margin: 0; padding: 0 0 26px; border: 0; }
fieldset + fieldset { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.08); }
legend { width: 100%; padding: 0; margin-bottom: 18px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.form-grid { display: grid; gap: 14px; }
label { display: grid; gap: 7px; color: #ead8c8; font-size: .88rem; font-weight: 700; }
label > span, label b { color: #ff9b61; }
label small { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; color: #fff7ef; background: rgba(9,6,5,.52); border: 1px solid rgba(239,173,117,.22); border-radius: 13px; padding: 13px 14px; outline: none; transition: .2s ease; }
textarea { resize: vertical; min-height: 90px; }
input:focus, select:focus, textarea:focus { border-color: #e9823b; box-shadow: 0 0 0 4px rgba(233,130,59,.13); }
input:disabled, select:disabled { opacity: .55; cursor: not-allowed; }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-bottom: 17px; }
.choice-card { cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card span { min-height: 48px; display: grid; place-items: center; border-radius: 13px; border: 1px solid rgba(239,173,117,.22); background: rgba(9,6,5,.42); color: var(--cream); transition: .2s ease; }
.choice-card input:checked + span { border-color: #e9823b; background: rgba(233,130,59,.16); box-shadow: 0 0 0 3px rgba(233,130,59,.09); }
.slot-help { color: var(--muted); font-size: .8rem; margin: -5px 0 16px; }
.consent-box { display: grid; gap: 12px; padding: 17px; border-radius: 16px; background: rgba(0,0,0,.18); border: 1px solid rgba(255,255,255,.07); }
.check-row { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; font-weight: 500; font-size: .8rem; color: #d8c6b7; }
.check-row input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--accent); }
.text-button { border: 0; padding: 0; background: transparent; color: #ff9c62; text-decoration: underline; cursor: pointer; font-weight: 700; }
.form-error { min-height: 24px; margin: 13px 0 5px; color: #ff887e; font-size: .83rem; font-weight: 700; }
.submit-btn { width: 100%; }
.form-note { color: var(--muted); font-size: .76rem; text-align: center; margin: 10px 0 0; }

.location-card { max-width: 1040px; margin: 0 auto 24px; display: grid; gap: 24px; padding: 24px; border-radius: 26px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(56,37,29,.9), rgba(26,18,14,.94)); box-shadow: var(--shadow); }
.location-card address { color: var(--muted); margin: 0 0 20px; }
.hours-card { border-radius: 20px; padding: 20px; background: rgba(10,7,6,.35); border: 1px solid rgba(255,255,255,.08); }
.hours-card h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 1.4rem; }
.hours-card dl { margin: 0 0 17px; }
.hours-card dl div { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.hours-card dt { color: var(--muted); }
.hours-card dd { margin: 0; color: var(--cream); font-weight: 800; }
.hours-card > a { display: block; color: #f4a36d; margin-top: 6px; text-decoration: none; }
.gallery { max-width: 1040px; margin: 0 auto; display: grid; grid-auto-flow: column; grid-auto-columns: 82%; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: thin; }
.gallery figure { margin: 0; position: relative; height: 340px; border-radius: 20px; overflow: hidden; scroll-snap-align: center; border: 1px solid var(--line); }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery figcaption { position: absolute; left: 12px; bottom: 12px; padding: 7px 11px; border-radius: 999px; background: rgba(20,13,10,.78); backdrop-filter: blur(8px); font-size: .78rem; }

.site-footer { padding: 46px 18px 115px; text-align: center; border-top: 1px solid rgba(255,255,255,.08); background: rgba(10,7,5,.55); }
.footer-brand strong { font-family: Georgia, serif; font-size: 1.55rem; display: block; }
.footer-brand span { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.footer-links { margin: 20px 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.footer-links button { border: 0; background: transparent; color: #e6b994; text-decoration: underline; cursor: pointer; }
.site-footer p { color: #927f72; font-size: .76rem; }

.floating-nav { position: fixed; z-index: 90; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1.25fr 1fr; align-items: end; padding: 7px; border-radius: 21px; border: 1px solid rgba(255,255,255,.1); background: rgba(26,18,14,.9); backdrop-filter: blur(18px); box-shadow: 0 12px 36px rgba(0,0,0,.42); }
.floating-nav a { min-height: 49px; display: grid; place-items: center; align-content: center; gap: 1px; text-decoration: none; color: #cbb8aa; font-size: .67rem; font-weight: 800; border-radius: 15px; }
.floating-nav a span { font-size: 1.05rem; }
.floating-nav .floating-primary { min-height: 60px; margin-top: -18px; color: #fff; background: linear-gradient(135deg, #ed8439, #b94b23); box-shadow: 0 12px 28px rgba(207,86,32,.45); border: 1px solid rgba(255,203,166,.34); }

.cookie-banner { position: fixed; z-index: 200; left: 12px; right: 12px; bottom: 90px; padding: 17px; border-radius: 18px; border: 1px solid rgba(255,255,255,.12); background: #281c17; box-shadow: var(--shadow); display: none; }
.cookie-banner.show { display: block; }
.cookie-banner p { color: #dfcec0; font-size: .82rem; margin: 0 0 12px; }
.cookie-banner > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.cookie-action { min-height: 44px; background: transparent; color: var(--cream); border-color: rgba(255,255,255,.2); }
.cookie-action.primary { background: #d86f2d; color: #fff; border-color: #d86f2d; }
.cookie-more { margin-top: 9px; width: 100%; background: transparent; border: 0; color: #e6a879; text-decoration: underline; cursor: pointer; }

.modal { width: min(92vw, 720px); max-height: 84vh; padding: 0; color: var(--text); background: #281c17; border: 1px solid rgba(239,173,117,.25); border-radius: 22px; box-shadow: var(--shadow); }
.modal::backdrop { background: rgba(0,0,0,.68); backdrop-filter: blur(5px); }
.modal-content { padding: 28px 22px; position: relative; overflow-y: auto; max-height: 84vh; }
.modal h2 { font-family: Georgia, serif; font-size: 2rem; margin: 0 40px 18px 0; }
.modal p { color: #d4c0b0; font-size: .88rem; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); color: #fff; background: rgba(255,255,255,.05); cursor: pointer; font-size: 1.6rem; }
.legal-warning { padding: 12px; border-radius: 12px; border-left: 3px solid var(--accent); background: rgba(217,119,50,.09); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (min-width: 620px) {
  .hero { min-height: 760px; padding-left: 32px; padding-right: 32px; }
  .hero-actions { grid-template-columns: auto auto; justify-content: start; }
  .section { padding: 94px 28px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .form-grid.two-columns { grid-template-columns: 1fr 1fr; }
  .promo-grid { grid-template-columns: 1fr 1fr; }
  .btn-neon { width: auto; }
  .location-card { grid-template-columns: 1.15fr .85fr; align-items: center; padding: 34px; }
  .gallery { grid-auto-flow: initial; grid-template-columns: repeat(3,1fr); overflow: visible; }
  .gallery figure { height: 310px; }
  .cookie-banner { left: auto; width: 420px; right: 18px; bottom: 18px; }
  .floating-nav { max-width: 500px; left: 50%; right: auto; transform: translateX(-50%); width: calc(100% - 20px); }
}

@media (min-width: 900px) {
  :root { --header-h: 82px; }
  .site-header { padding: 12px 40px; }
  .menu-toggle { display: none; }
  .main-menu { position: static; inset: auto; padding: 0; display: flex; border: 0; background: transparent; border-radius: 0; box-shadow: none; transform: none; opacity: 1; pointer-events: auto; }
  .main-menu a { padding: 10px 13px; font-size: .86rem; }
  .hero { align-items: center; min-height: 820px; padding: 130px 7vw 70px; }
  .hero-content { margin-left: 0; }
  .service-layout { grid-template-columns: minmax(420px, .95fr) minmax(280px, .65fr); gap: 55px; }
  .full-mobile { width: auto; }
  .booking-form { padding: 34px; }
  .floating-nav { display: none; }
  .site-footer { padding-bottom: 48px; }
}

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