
:root {
  --mmy-bg: #2a3340;
  --mmy-ink: #d5cfc4;
  --mmy-muted: #a8b0b8;
  --mmy-accent: #6e7f92;
  --mmy-font: 'Cormorant Garamond', Georgia, serif;
  --mmy-body: 'Karla', sans-serif;
  --mmy-display: 'Cormorant Garamond', Georgia, serif;
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
}
body.mmy-body {
  margin: 0;
  font-family: var(--mmy-body);
  background: var(--mmy-bg);
  color: var(--mmy-ink);
  line-height: 1.65;
}
.mmy-body a { color: var(--mmy-accent); }
.mmy-wordmark { font-family: var(--mmy-display); font-weight: 600; text-decoration: none; color: inherit; }
.mmy-wordmark a { color: inherit; text-decoration: none; }
.mmy-menu-btn {
  font: inherit; cursor: pointer; border: 1px solid var(--mmy-ink);
  background: transparent; color: var(--mmy-ink); padding: .4rem .75rem;
}
.mmy-drawer {
  background: var(--mmy-ink); color: var(--mmy-bg); padding: 1.25rem;
  display: flex; flex-direction: column; gap: .75rem;
}
.mmy-drawer[hidden] { display: none !important; }
.mmy-drawer a { color: inherit; text-decoration: none; font-size: 1.1rem; }
.mmy-main { padding: 1.5rem clamp(1rem,4vw,3rem) 3rem; max-width: 72rem; margin: 0 auto; }
.mmy-btn {
  display: inline-block; font: inherit; cursor: pointer; border: none;
  background: var(--mmy-ink); color: var(--mmy-bg); padding: .65rem 1.1rem; text-decoration: none;
}
.mmy-btn-ghost { background: transparent; color: var(--mmy-ink); border: 1px solid currentColor; }
.mmy-form { display: grid; gap: .75rem; max-width: 28rem; margin-top: 1rem; }
.mmy-form label { display: grid; gap: .25rem; font-size: .95rem; }
.mmy-form input, .mmy-form textarea {
  font: inherit; padding: .5rem .65rem; border: 1px solid var(--mmy-muted); background: #fff; color: #111;
}
.mmy-footer { padding: 2rem clamp(1rem,4vw,3rem); border-top: 1px solid color-mix(in srgb, var(--mmy-ink) 20%, transparent); margin-top: 2rem; }
.mmy-footer-contact p { margin: .2rem 0; }
.mmy-footer nav a { margin-right: .75rem; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
.mmy-cookie {
  position: fixed; z-index: 1000; bottom:0;left:0;right:0;width:100%;
  background: var(--mmy-bg); color: var(--mmy-ink);
  border: 1px solid var(--mmy-ink); padding: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.mmy-cookie[hidden] { display: none !important; }
.mmy-cookie-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .75rem; }
.mmy-cookie-settings { margin-top: .75rem; display: grid; gap: .5rem; }
.mmy-article { max-width: 42rem; }
.mmy-article h1 { font-family: var(--mmy-display); line-height: 1.2; }

/* site-specific layout hooks */

.mmy-body { color: var(--mmy-ink); background: var(--mmy-bg); }
.mmy-h01 { display:flex; justify-content:space-between; align-items:center; padding:1rem clamp(1rem,4vw,3rem); }
.mmy-nav-right { display:none; gap:1rem; align-items:center; font-family: var(--mmy-body); }
.mmy-nav-right a { color:inherit; text-decoration:none; }
.mmy-lang { border:1px solid currentColor; padding:.1rem .35rem; font-size:.75rem; }
@media (min-width:900px) { .mmy-nav-right { display:flex; } .mmy-menu-btn { display:none; } }
.mmy-wordmark { font-family: var(--mmy-font); font-size:1.8rem; }
.mmy-schedule h1 { font-size: clamp(2.2rem,6vw,3.5rem); }
.mmy-timetable { width:100%; border-collapse:collapse; font-family: var(--mmy-body); }
.mmy-timetable th, .mmy-timetable td { border-bottom:1px solid color-mix(in srgb, var(--mmy-ink) 30%, transparent); padding:.55rem .35rem; text-align:left; }
.mmy-tiles { display:grid; gap:1rem; }
@media (min-width:800px) { .mmy-tiles { grid-template-columns:repeat(3,1fr); } }
.mmy-tiles article { border:1px solid color-mix(in srgb, var(--mmy-ink) 35%, transparent); padding:1rem; opacity:0; animation: mmy-in .6s ease forwards; }
.mmy-tiles article:nth-child(2) { animation-delay:.1s; }
.mmy-tiles article:nth-child(3) { animation-delay:.2s; }
@keyframes mmy-in { to { opacity:1; } }
.mmy-subnav { position:sticky; top:0; display:flex; gap:1rem; padding:.75rem 0; background: var(--mmy-bg); font-family: var(--mmy-body); border-bottom:1px solid color-mix(in srgb, var(--mmy-ink) 25%, transparent); }
.mmy-subnav a { color:inherit; }
.mmy-dl { display:grid; grid-template-columns: 10rem 1fr; gap:.35rem 1rem; font-family: var(--mmy-body); }
.mmy-phone { font-size:1.6rem; }
.mmy-stamp { width:4rem; height:4rem; border:2px solid var(--mmy-ink); border-radius:50%; display:grid; place-items:center; margin:2rem auto; font-family: var(--mmy-font); opacity:.5; }
.mmy-f14 { background: var(--mmy-ink); color: var(--mmy-bg); }
.mmy-f14 a { color: inherit; }
.mmy-hero, .mmy-schedule {
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  background: color-mix(in srgb, var(--mmy-bg) 70%, #5a6a7a);
  padding: 2rem 1rem 3rem;
  margin: 0 calc(-1 * clamp(1rem,4vw,3rem)) 2rem;
}

