:root{
  --bg: #eef2f5;            /* soft, not bright */
  --surface: #f7f8fa;       /* section card */
  --surface2: #ffffff;      /* panels inside */
  --text: #0f172a;
  --muted: #334155;
  --line: rgba(15,23,42,.14);
  --brand: #b22222;
  --shadow: 0 18px 48px rgba(15,23,42,.10);
  --radius: 18px;
  --radius2: 22px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a{ color: var(--brand); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover{ text-decoration-color: rgba(178,34,34,.55); }

.container{ width:min(980px, calc(100% - 2rem)); margin-inline:auto; }

.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{ left:1rem; top:1rem; width:auto; height:auto; padding:.5rem .75rem; background:#fff; border:1px solid var(--line); border-radius:12px; z-index:9999; }

.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* Header */
.site-header{
  position:sticky; top:0; z-index:50;
  background: var(--brand);
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap: 1rem;
  padding: .85rem 0;
}
.brand{ display:flex; align-items:center; gap:.75rem; min-width: 220px; }

.brand-title{ font-weight:900; font-size: .95rem; letter-spacing:.06em; text-transform:uppercase; color:#fff; }
.brand-subtitle{ font-weight:700; font-size: .88rem; color: rgba(255,255,255,.85); margin-top:.08rem; }

.nav{ display:flex; align-items:center; gap:.5rem; position:relative; }
.nav-links{ display:flex; align-items:center; gap: .6rem; }
.nav a{
  font-weight:800;
  padding:.45rem .6rem;
  border-radius: 12px;
  text-decoration:none;
  color: rgba(255,255,255,.92);
}
.nav a:hover{ background: rgba(255,255,255,.14); }
.nav a.cta-link{ color: var(--brand); background: rgba(255,255,255,.92); }
.nav-toggle{
  display:none;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.14);
  color: #fff;
  border-radius: 12px;
  padding:.45rem .65rem;
  font-size: 1.05rem;
}

/* Page */
.page{ padding: 1.25rem 0 2.25rem; }

.section{ padding: 1.25rem 0; }

.section-card{
  background: var(--surface);
  border: 1px solid rgba(15,23,42,.12);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding: 1.35rem 1.35rem;
}

h1, h2, h3{
  font-family: "Source Serif 4", ui-serif, Georgia, serif;
  margin: 0 0 .75rem;
  line-height: 1.1;
}
h1{ font-size: clamp(2.1rem, 4vw, 2.7rem); }
h2{ font-size: 1.9rem; }
h3{ font-size: 1.25rem; margin-top: 1rem; }

.kicker{
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:.78rem;
  color: rgba(15,23,42,.75);
  margin: 0 0 .35rem;
}
.lede{ color: var(--muted); font-size: 1.05rem; max-width: 65ch; }

.muted{ color: rgba(15,23,42,.70); }

.divider{
  height:1px;
  background: rgba(15,23,42,.12);
  margin: 1.25rem 0;
}

/* Hero */
.hero{ padding-top: .5rem; }
.hero-card{
  background: var(--surface);
  border: 1px solid rgba(15,23,42,.12);
  border-radius: var(--radius2);
  overflow:hidden;
  box-shadow: var(--shadow);
}
.hero-media img{
  width:100%;
  height: 360px;
  object-fit: cover;
  display:block;
}
.hero-body{
  padding: 1.25rem 1.35rem 1.35rem;
}
.hero-actions{ display:flex; gap:.6rem; flex-wrap:wrap; margin-top:.8rem; }
.next-dates{
  margin-top: .9rem;
  background: rgba(255,255,255,.75);
  border: 1px dashed rgba(15,23,42,.18);
  border-radius: 14px;
  padding: .75rem .85rem;
  min-height: 2.75rem;
  color: rgba(15,23,42,.90);
}

/* Details list (NMRA-like label/value) */
.details{
  margin: .35rem 0 0;
}
.details .row{
  display:grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  padding: .9rem 0;
  border-top: 1px solid rgba(15,23,42,.10);
}
.details .row:first-child{ border-top: 0; padding-top: .25rem; }
.details dt{
  font-weight:900;
  color: rgba(15,23,42,.78);
}
.details dd{
  margin:0;
  color: rgba(15,23,42,.92);
}
.detail-tools{ display:flex; gap:.65rem; flex-wrap:wrap; margin-top: 1rem; }

/* Panels / grids */
.grid-2{ display:grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: .75rem; }
.grid-3{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: .75rem; }

.panel{
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(15,23,42,.12);
  border-radius: var(--radius);
  padding: 1.05rem 1.1rem;
}
.address{ font-weight:800; margin: .25rem 0; }
.hint{ color: rgba(15,23,42,.72); font-size: .95rem; margin: .55rem 0 0; }

.map-panel{ padding: .65rem; }
.map-panel iframe{
  width:100%;
  height: 320px;
  border:0;
  border-radius: 14px;
}

/* Pricing cards */
.price{
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(15,23,42,.12);
  border-radius: var(--radius);
  padding: 1.05rem 1.1rem;
}
.price.emphasis{
  border-color: rgba(178,34,34,.35);
}
.price-title{ color: rgba(15,23,42,.72); font-weight:900; letter-spacing:.08em; text-transform:uppercase; font-size:.78rem; }
.price-value{ font-size: 2rem; font-weight:900; margin: .25rem 0; color: rgba(15,23,42,.95); }
.price-note{ color: rgba(15,23,42,.78); }

table.fees{
  width:100%;
  border-collapse: collapse;
  margin-top: .5rem;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 14px;
  overflow:hidden;
}
table.fees th, table.fees td{
  text-align:left;
  padding: .7rem .65rem;
  border-bottom: 1px solid rgba(15,23,42,.10);
}
table.fees th{ color: rgba(15,23,42,.82); font-size: .9rem; font-weight:900; }
table.fees tr:last-child td{ border-bottom: 0; }

/* FAQ */
details{
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 14px;
  padding: .75rem .85rem;
  margin: .6rem 0;
}
summary{ cursor:pointer; font-weight:900; color: rgba(15,23,42,.90); }
details p{ margin: .55rem 0 0; color: rgba(15,23,42,.86); }

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:.5rem;
  padding: .72rem .95rem;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.78);
  color: rgba(15,23,42,.92);
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
  transition: transform .08s ease, background .15s ease, border-color .15s ease;
}
.btn:hover{ background: rgba(255,255,255,.92); border-color: rgba(15,23,42,.22); }
.btn:active{ transform: translateY(1px); }
.btn.primary{
  background: var(--brand);
  border-color: rgba(178,34,34,.55);
  color:#fff;
}
.btn.primary:hover{ border-color: rgba(178,34,34,.75); }
.btn.ghost{ background: transparent; }
.btn.small{ padding: .58rem .8rem; font-size: .92rem; border-radius: 13px; }

/* Footer */
.footer{
  border-top: 1px solid var(--line);
  padding: 1.4rem 0;
  background: rgba(255,255,255,.35);
}
.footer-inner{
  display:flex; align-items:center; justify-content:space-between; gap: 1rem; flex-wrap:wrap;
}
.footer-title{ font-weight:900; }
.footer-sub{ color: rgba(15,23,42,.72); margin-top:.25rem; font-size:.92rem; }
.footer-right a{ color: rgba(15,23,42,.85); text-decoration:none; font-weight:900; }

.contact-big a{ font-size: 1.15rem; font-weight:900; }

@media (max-width: 820px){
  .details .row{ grid-template-columns: 1fr; gap:.35rem; }
}



@media (max-width: 820px){
  .details .row{ grid-template-columns: 1fr; gap:.35rem; }
}

@media (max-width: 780px){
  .nav-toggle{ display:inline-flex; }

  /* Mobile menu popover */
  .nav-links{
    display:none;
    position:absolute;
    right: 0;
    top: 52px;
    flex-direction:column;
    gap:.25rem;
    padding: .75rem;
    width: min(280px, calc(100vw - 2rem));
    background: rgba(178,34,34,.98);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(15,23,42,.18);
  }
  .nav-links.open{ display:flex; }

  .nav-links a{
    width: 100%;
    justify-content: flex-start;
    padding: .6rem .7rem;
  }

  .grid-2{ grid-template-columns: 1fr; }
  .grid-3{ grid-template-columns: 1fr; }
  .hero-media img{ height: 260px; }
  .section-card{ padding: 1.1rem 1.05rem; }
}

