@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --dw-tea: #8fa88a;
  --dw-tea-light: #d4dfd0;
  --dw-tea-dark: #5c6d58;
  --dw-charcoal: #2a2d2a;
  --dw-ink: #1e211e;
  --dw-paper: #f4f6f3;
  --dw-line: rgba(42, 45, 42, 0.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.dw-body {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--dw-ink);
  background: var(--dw-paper);
}

.dw-slab { font-family: 'Fraunces', Georgia, serif; }

.dw-masthead {
  padding: 1.25rem clamp(1rem, 4vw, 2.5rem) 0.75rem;
  border-bottom: 2px solid var(--dw-charcoal);
  position: relative;
}
.dw-masthead-top {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.dw-masthead-top a { color: var(--dw-charcoal); text-decoration: none; }
.dw-masthead-top a:hover { text-decoration: underline; }
.dw-brand-hold {
  cursor: pointer;
  user-select: none;
  display: block;
  text-decoration: none;
  color: inherit;
}
.dw-brand-word {
  font-family: 'Fraunces', serif;
  font-size: clamp(3rem, 12vw, 7.5rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: -0.04em;
  margin: 0;
  position: relative;
  left: -0.04em;
}
.dw-brand-overlap {
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0.5rem 0 0;
  color: var(--dw-tea-dark);
}
.dw-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  font-size: 0.78rem;
  margin-top: 0.75rem;
  color: var(--dw-charcoal);
}

.dw-drawer {
  position: fixed;
  inset: 0;
  background: rgba(30, 33, 30, 0.92);
  color: var(--dw-paper);
  z-index: 70;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.dw-drawer.dw-is-open { opacity: 1; visibility: visible; }
.dw-drawer-inner { text-align: center; }
.dw-drawer-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: none;
  border: 1px solid rgba(255,255,255,0.35);
  color: inherit;
  padding: 0.4rem 0.75rem;
  font: inherit;
  cursor: pointer;
}
.dw-drawer a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: clamp(1.25rem, 4vw, 2rem);
  font-weight: 600;
  padding: 0.65rem;
  letter-spacing: 0.04em;
}
.dw-drawer a:hover { color: var(--dw-tea-light); }
body.dw-nav-open { overflow: hidden; }

.dw-hero-type {
  padding: 0 clamp(1rem, 4vw, 2.5rem) 3rem;
  overflow: hidden;
  position: relative;
}
.dw-hero-type .dw-brand-word {
  font-size: clamp(4rem, 18vw, 11rem);
  color: var(--dw-tea);
  opacity: 0.35;
  position: absolute;
  right: -0.08em;
  top: -0.15em;
  pointer-events: none;
  z-index: 0;
}
.dw-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 32rem;
  padding-top: 2rem;
}
.dw-hero-copy p { font-size: 1.1rem; margin: 0 0 1rem; }

.dw-schedule {
  background: var(--dw-charcoal);
  color: var(--dw-paper);
  padding: 2.5rem clamp(1rem, 4vw, 2.5rem);
}
.dw-schedule h2 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0 0 1.5rem;
}
.dw-sched-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.dw-sched-table th, .dw-sched-table td {
  text-align: left;
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.dw-sched-table th { font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; font-size: 0.75rem; color: var(--dw-tea-light); }

.dw-sep-light { font-weight: 300; opacity: 0.5; margin: 0 0.5rem; }
.dw-sep-bold { font-weight: 700; margin: 0 0.5rem; }

.dw-main { padding: 0 clamp(1rem, 4vw, 2.5rem) 3rem; max-width: 900px; }
.dw-main h2 {
  font-family: 'Fraunces', serif;
  font-size: 1.65rem;
  margin: 2.5rem 0 1rem;
}
.dw-main p { margin: 0 0 1rem; max-width: 65ch; }

.dw-timeline {
  margin: 2rem 0;
  border-left: 2px solid var(--dw-tea);
  padding-left: 1.5rem;
}
.dw-timeline-item {
  position: relative;
  padding-bottom: 1.75rem;
}
.dw-timeline-item::before {
  content: '';
  position: absolute;
  left: -1.72rem;
  top: 0.35rem;
  width: 10px;
  height: 10px;
  background: var(--dw-tea-dark);
  border-radius: 50%;
}
.dw-timeline-item h3 {
  font-family: 'Fraunces', serif;
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}
.dw-timeline-item p { margin: 0; font-size: 0.95rem; color: var(--dw-charcoal); }

.dw-visit-band {
  background: var(--dw-tea-light);
  padding: 2rem clamp(1rem, 4vw, 2.5rem);
  margin: 2rem 0;
}
.dw-visit-band a { color: var(--dw-tea-dark); font-weight: 700; }

.dw-page {
  padding: 2rem clamp(1rem, 4vw, 2.5rem) 3rem;
  max-width: 760px;
  margin: 0 auto;
}
.dw-page h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 0 1.25rem;
}

.dw-form label { display: block; margin: 1rem 0 0.35rem; font-weight: 600; }
.dw-form input, .dw-form textarea, .dw-form select {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--dw-line);
  font: inherit;
  background: #fff;
}
.dw-form button {
  margin-top: 1.25rem;
  background: var(--dw-charcoal);
  color: var(--dw-paper);
  border: 0;
  padding: 0.7rem 1.4rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.dw-form input:focus-visible, .dw-form textarea:focus-visible, .dw-form select:focus-visible,
.dw-form button:focus-visible, .dw-drawer-close:focus-visible, .dw-masthead-top a:focus-visible {
  outline: 2px solid var(--dw-tea);
  outline-offset: 3px;
  animation: dw-focus-pulse 1.2s ease-in-out infinite alternate;
}
@keyframes dw-focus-pulse {
  from { outline-color: var(--dw-tea); }
  to { outline-color: var(--dw-tea-dark); }
}

.dw-ok {
  margin-top: 1rem;
  padding: 0.85rem;
  background: var(--dw-tea-light);
  border-left: 3px solid var(--dw-tea-dark);
}

.dw-foot {
  padding: 2.5rem clamp(1rem, 4vw, 2.5rem);
  border-top: 1px solid var(--dw-line);
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 700px) {
  .dw-foot { grid-template-columns: repeat(4, 1fr); }
}
.dw-foot-col { font-size: 0.88rem; line-height: 1.7; }
.dw-foot-col a { color: var(--dw-charcoal); text-decoration: none; }
.dw-foot-col a:hover { text-decoration: underline; }
.dw-foot-col strong { display: block; margin-bottom: 0.35rem; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.6; }

.dw-cookie {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 80;
  max-width: 320px;
  background: #fff;
  border: 1px solid var(--dw-line);
  padding: 1rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  font-size: 0.88rem;
}
.dw-cookie-actions { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.75rem; }
.dw-cbtn {
  border: 1px solid var(--dw-charcoal);
  background: transparent;
  color: var(--dw-charcoal);
  padding: 0.4rem 0.7rem;
  font: inherit;
  cursor: pointer;
  font-size: 0.82rem;
}
.dw-cbtn.dw-main { background: var(--dw-charcoal); color: var(--dw-paper); }
.dw-cookie-panel { margin-top: 0.75rem; display: grid; gap: 0.35rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .dw-form input:focus-visible, .dw-form textarea:focus-visible, .dw-form select:focus-visible,
  .dw-form button:focus-visible { animation: none; }
}
