:root {
  --ink: #161a1d;
  --muted: #5c6975;
  --paper: #f6f3ee;
  --white: #fffdf8;
  --red: #b94032;
  --teal: #13716c;
  --gold: #d5a235;
  --blue: #23486b;
  --line: rgba(22,26,29,.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,.94); box-shadow: 0 12px 30px rgba(22,26,29,.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: 190px; 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,.35); border-radius: 8px; color: inherit; background: rgba(255,255,255,.12); 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, 1.05fr) minmax(380px, .95fr); gap: clamp(20px, 4vw, 70px); min-height: 920px; padding: 118px clamp(18px, 5vw, 76px) 70px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 12% 18%, rgba(213,162,53,.25), transparent 30%), linear-gradient(135deg, #11181f 0%, #172e32 55%, #35221c 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 210px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.28)); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: 760px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); 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 { max-width: 760px; margin: 0; font-size: clamp(48px, 6.2vw, 96px); line-height: .94; letter-spacing: 0; }
.hero-copy 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(--teal); }
.btn.outline { border-color: var(--line); color: var(--ink); background: var(--white); }
.hero-image { position: relative; z-index: 1; border-radius: 8px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-a { align-self: end; height: 470px; }
.hero-b { position: absolute; right: clamp(18px, 5vw, 80px); top: 120px; width: min(320px, 24vw); height: 430px; transform: rotate(2deg); }
.hero-panel { position: absolute; z-index: 3; right: clamp(18px, 5vw, 76px); bottom: 48px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; width: min(760px, calc(100% - 36px)); overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,253,248,.14); 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(--ink); 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: 820px; }
.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(--blue); }
.visit-panel { display: grid; grid-template-columns: minmax(260px, .45fr) minmax(0, 1fr); gap: 30px; align-items: center; border: 1px solid var(--line); border-radius: 8px; padding: clamp(18px, 3vw, 42px); background: #f7f8f4; }
.visit-panel img { width: 100%; height: 460px; 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: #eef2ee; }
.proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.proof-grid article { min-height: 170px; 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(--teal); }
.proof-grid span { display: block; margin-top: 18px; 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(--gold); border-radius: 8px; padding: 22px; color: var(--ink); background: var(--white); font-size: 18px; line-height: 1.45; }
.rhythm-section { background: var(--ink); color: var(--white); }
.rhythm-section .section-copy p:not(.eyebrow) { color: rgba(255,253,248,.74); }
.rhythm-bars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.rhythm-bars article { display: grid; min-height: 270px; 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(--gold), 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(22,26,29,.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: #f7f8f4; }
.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(--teal); }
@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 860px; padding-top: 96px; }
  .hero-a { height: 360px; order: 2; }
  .hero-b { display: none; }
  .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 { grid-template-columns: 1fr; }
  .gallery-grid .wide { grid-column: auto; }
  .contact-section { gap: 26px; }
}
@media (max-width: 640px) {
  .site-header { padding: 10px 14px; }
  .brand small { max-width: 140px; }
  .hero { min-height: 844px; padding: 94px 16px 28px; }
  h1 { font-size: 43px; line-height: .98; }
  .hero-copy p:not(.eyebrow), .section-copy p:not(.eyebrow), .contact-copy p, .source-note p { font-size: 16px; }
  .hero-actions { display: none; }
  .hero-a { height: 255px; }
  .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; }
}
