:root {
  --ink: #161719;
  --muted: #596571;
  --paper: #f5f1ea;
  --white: #fffdf8;
  --red: #b83227;
  --amber: #d99a2b;
  --black: #0f1112;
  --green: #17645e;
  --line: rgba(22,23,25,.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.site-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px clamp(18px, 4vw, 58px); color: var(--white); transition: background .2s ease, color .2s ease, box-shadow .2s ease; }
.site-header.scrolled { color: var(--ink); background: rgba(255,253,248,.95); box-shadow: 0 12px 30px rgba(22,23,25,.08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; text-decoration: none; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 8px; color: var(--white); background: var(--red); font-weight: 950; }
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand small { max-width: 210px; overflow: hidden; font-size: 12px; opacity: .78; text-overflow: ellipsis; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 850; }
.nav-links a { text-decoration: none; }
.lang-switch { min-width: 48px; height: 42px; border: 1px solid rgba(255,255,255,.34); border-radius: 8px; color: inherit; background: rgba(255,255,255,.1); font-weight: 900; cursor: pointer; }
.site-header.scrolled .lang-switch { border-color: var(--line); background: var(--white); }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(22px, 5vw, 80px); min-height: 920px; padding: 118px clamp(18px, 5vw, 76px) 72px; overflow: hidden; color: var(--white); background: linear-gradient(135deg, #101111 0%, #2a1513 55%, #4c271c 100%); }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%, rgba(217,154,43,.28), transparent 28%); pointer-events: none; }
.hero-media { position: relative; z-index: 1; align-self: center; height: min(620px, 68vh); border-radius: 8px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-content { position: relative; z-index: 2; align-self: center; max-width: 760px; }
.eyebrow { margin: 0 0 14px; color: var(--amber); font-size: 13px; font-weight: 950; letter-spacing: 0; text-transform: uppercase; }
.eyebrow.dark { color: var(--red); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(50px, 6.4vw, 100px); line-height: .93; letter-spacing: 0; }
.hero-content p:not(.eyebrow) { max-width: 620px; margin: 26px 0 0; color: rgba(255,253,248,.82); font-size: 20px; line-height: 1.55; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 8px; padding: 13px 18px; font-weight: 950; text-decoration: none; }
.btn.primary { color: var(--white); background: var(--red); }
.btn.secondary { color: var(--white); background: var(--green); }
.btn.outline { border-color: var(--line); color: var(--ink); background: var(--white); }
.hero-panel { position: absolute; z-index: 3; right: clamp(18px, 5vw, 76px); bottom: 46px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; width: min(720px, calc(100% - 36px)); overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,253,248,.13); backdrop-filter: blur(18px); }
.hero-panel div, .quick-facts a { padding: 18px; text-decoration: none; }
.hero-panel span, .quick-facts span { display: block; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.hero-panel strong, .quick-facts strong { display: block; margin-top: 6px; font-size: clamp(17px, 2vw, 24px); }
.quick-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--black); color: var(--white); }
.quick-facts a { border-right: 1px solid rgba(255,255,255,.12); }
.section { padding: clamp(72px, 9vw, 130px) clamp(18px, 5vw, 76px); }
.section-copy { display: grid; grid-template-columns: minmax(170px, .34fr) minmax(0, 1fr); gap: clamp(24px, 6vw, 80px); align-items: start; margin-bottom: 38px; }
.section-copy.narrow { display: block; max-width: 840px; }
.section-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(34px, 5vw, 70px); line-height: .98; letter-spacing: 0; }
.section-copy p:not(.eyebrow), .contact-copy p, .source-note p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.55; }
.visit-section { background: var(--white); }
.visit-tool { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 18px; }
.visit-tabs { display: grid; gap: 10px; align-content: start; }
.visit-tabs button { min-height: 58px; border: 1px solid var(--line); border-radius: 8px; padding: 0 16px; color: var(--ink); background: var(--white); font: inherit; font-weight: 900; text-align: left; cursor: pointer; }
.visit-tabs button.active { color: var(--white); background: var(--green); }
.visit-panel { display: grid; grid-template-columns: minmax(260px, .44fr) minmax(0, 1fr); gap: 30px; align-items: center; border: 1px solid var(--line); border-radius: 8px; padding: clamp(18px, 3vw, 42px); background: #f8f7f3; }
.visit-panel img { width: 100%; height: 470px; border-radius: 8px; object-fit: cover; }
.panel-kicker { margin: 0 0 10px; color: var(--red); font-size: 13px; font-weight: 950; text-transform: uppercase; }
.visit-panel h3 { margin: 0; font-size: clamp(28px, 4vw, 54px); line-height: 1; }
.visit-panel ul { display: grid; gap: 12px; margin: 22px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 17px; line-height: 1.45; }
.visit-panel li { position: relative; padding-left: 22px; }
.visit-panel li::before { content: ""; position: absolute; top: .62em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--red); }
.proof-section { background: #ece4d8; }
.proof-grid, .hours-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.proof-grid article, .hours-grid article { min-height: 160px; border: 1px solid var(--line); border-radius: 8px; padding: 22px; background: var(--white); }
.proof-grid strong { display: block; font-size: clamp(42px, 6vw, 74px); line-height: .9; color: var(--red); }
.proof-grid span, .hours-grid span { display: block; margin-top: 16px; color: var(--muted); font-weight: 850; }
.quote-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
blockquote { margin: 0; border-left: 5px solid var(--amber); border-radius: 8px; padding: 22px; color: var(--ink); background: var(--white); font-size: 18px; line-height: 1.45; }
.rhythm-section { background: var(--black); color: var(--white); }
.rhythm-section .section-copy p:not(.eyebrow) { color: rgba(255,253,248,.74); }
.hours-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 14px; }
.hours-grid article { min-height: 120px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.hours-grid span { color: rgba(255,253,248,.68); }
.hours-grid strong { display: block; margin-top: 8px; font-size: clamp(26px, 4vw, 42px); }
.rhythm-bars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.rhythm-bars article { display: grid; min-height: 260px; align-content: end; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; padding: 22px; background: rgba(255,255,255,.06); }
.rhythm-bars span { color: rgba(255,253,248,.7); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.rhythm-bars strong { margin-top: 8px; font-size: 42px; }
.rhythm-bars div { position: relative; height: 110px; margin-top: 20px; border-radius: 8px; background: rgba(255,255,255,.12); overflow: hidden; }
.rhythm-bars i { position: absolute; right: 0; bottom: 0; left: 0; background: linear-gradient(180deg, var(--amber), var(--red)); }
.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.gallery-grid figure { position: relative; min-height: 360px; margin: 0; border-radius: 8px; overflow: hidden; background: #ddd; }
.gallery-grid .wide { grid-column: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid figcaption { position: absolute; right: 12px; bottom: 12px; border-radius: 8px; padding: 8px 10px; color: var(--white); background: rgba(15,17,18,.72); font-weight: 900; }
.contact-section { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: clamp(22px, 4vw, 58px); background: var(--white); }
.contact-copy { align-self: center; }
.map-wrap { min-height: 560px; border-radius: 8px; overflow: hidden; background: #ddd; }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 560px; border: 0; }
.source-note { margin-top: 28px; border: 1px solid var(--line); border-radius: 8px; padding: 18px; background: #f8f7f3; }
.source-note strong { display: block; margin-bottom: 8px; font-size: 18px; }
.mobile-cta { position: fixed; z-index: 60; right: 12px; bottom: 12px; left: 12px; display: none; grid-template-columns: 1fr 1fr; gap: 8px; opacity: 0; pointer-events: none; transform: translateY(120%); transition: opacity .2s ease, transform .22s ease; }
.mobile-cta.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mobile-cta a { display: grid; min-height: 50px; place-items: center; border-radius: 8px; color: var(--white); background: var(--red); font-weight: 900; text-decoration: none; box-shadow: 0 14px 36px rgba(18,22,29,.25); }
.mobile-cta a + a { background: var(--green); }
@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 900px; padding-top: 96px; }
  .hero-media { height: 360px; order: 2; }
  .hero-panel { grid-template-columns: 1fr; right: 18px; bottom: 24px; width: 180px; }
  .quick-facts, .proof-grid, .quote-row, .rhythm-bars, .gallery-grid, .contact-section, .section-copy, .visit-tool, .visit-panel, .hours-grid { grid-template-columns: 1fr; }
  .gallery-grid .wide { grid-column: auto; }
}
@media (max-width: 640px) {
  .site-header { padding: 10px 14px; }
  .brand small { max-width: 150px; }
  .hero { min-height: 844px; padding: 94px 16px 28px; }
  h1 { font-size: 42px; line-height: .98; }
  .hero-content p:not(.eyebrow), .section-copy p:not(.eyebrow), .contact-copy p, .source-note p { font-size: 16px; }
  .hero-actions { display: none; }
  .hero-media { height: 250px; }
  .hero-panel { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 18px; }
  .quick-facts { grid-template-columns: 1fr 1fr; }
  .quick-facts a { min-height: 104px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section { padding: 62px 16px; }
  .section-copy { margin-bottom: 26px; }
  .section-copy h2, .contact-copy h2 { font-size: 38px; line-height: 1.02; }
  .visit-panel { padding: 14px; }
  .visit-panel img { height: 330px; }
  .visit-panel h3 { font-size: 29px; line-height: 1.04; }
  .proof-grid article { min-height: 136px; }
  .gallery-grid figure { min-height: 315px; }
  .map-wrap, .map-wrap iframe { min-height: 420px; }
  .mobile-cta { display: grid; }
}
