:root {
  --bg: #f6f3ed;
  --paper: #fffdf8;
  --ink: #1a1714;
  --muted: #5e584f;
  --line: #d9d1c3;
  --forest: #1e4a3a;
  --forest-2: #16352a;
  --gold: #a8894a;
  --focus: #2f6f58;
  --radius: 12px;
  --wrap: 1080px;
  --header: 72px;
  --shadow: 0 12px 40px rgba(26, 23, 20, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

.hero-media,
.shot,
.page-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background-color: #d4cdc0;
}

.hero-media,
.shot a,
.page-media {
  display: block;
}

.hero-media {
  margin-top: 28px;
  aspect-ratio: 16 / 9;
  background-image: url("data:image/webp;base64,UklGRnAAAABXRUJQVlA4IGQAAACQAwCdASoYAA4APxFOv1osIqgkmAGAIglAACP5EpiaV/h6lWIAAP75GdJWdtwI7mPDT7aqz6sx0sm84EHd2S1B1AM7IOmN7fkksfANfkCUG2p2f0NhswI6kovMEu2EoHiowAAA");
  background-size: cover;
  background-position: center;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 16px 0 18px;
}

.shot {
  background: var(--paper);
}

.shot a {
  aspect-ratio: 3 / 2;
  color: inherit;
  text-decoration: none;
}

.shot img,
.hero-media img,
.page-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shot figcaption {
  padding: 8px 12px 12px;
  font-size: 0.84rem;
  color: var(--muted);
}

.page-media {
  margin: 0 0 22px;
  aspect-ratio: 3 / 2;
  max-width: 72ch;
}

a {
  color: var(--forest);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--forest-2);
}

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 80;
  background: var(--forest);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
}

.skip:focus {
  top: 12px;
}

.wrap {
  width: min(100% - 32px, var(--wrap));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(246, 243, 237, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header);
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.brand img,
.brand svg {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-text strong {
  font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 600;
}

.brand-text span {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px 18px;
}

.nav a {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.95rem;
  padding: 8px 2px;
}

.nav a[aria-current="page"] {
  color: var(--forest);
  box-shadow: inset 0 -2px 0 var(--gold);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 10px;
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--ink);
  position: relative;
  margin: 0 auto;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle span::before {
  top: -6px;
}

.nav-toggle span::after {
  top: 6px;
}

.hero {
  padding: 56px 0 28px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 650;
  margin: 0 0 14px;
}

.kicker::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--gold);
}

h1,
h2,
h3 {
  font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 12px;
}

h1 {
  font-size: clamp(2rem, 4.6vw, 3.35rem);
  max-width: 18ch;
}

h2 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}

h3 {
  font-size: 1.15rem;
}

.lede {
  font-size: 1.16rem;
  color: var(--muted);
  max-width: 62ch;
  margin: 0 0 28px;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
}

.btn:hover {
  background: var(--forest-2);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  color: var(--forest);
}

.btn-ghost:hover {
  background: #e7efe9;
  color: var(--forest-2);
}

.section {
  padding: 28px 0 12px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin-bottom: 18px;
}

.muted {
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 14px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
details.panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
}

.card h3,
details.panel h3 {
  margin-top: 0;
}

.num {
  color: var(--gold);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

details.panel {
  padding: 0;
}

details.panel summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

details.panel summary::-webkit-details-marker {
  display: none;
}

details.panel summary::after {
  content: "+";
  color: var(--gold);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

details.panel[open] summary::after {
  content: "–";
}

details.panel .panel-body {
  padding: 0 18px 18px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.notice {
  border: 1px solid var(--line);
  background: #efe8d8;
  border-radius: var(--radius);
  padding: 16px 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 14px;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.contact-list span {
  color: var(--muted);
}

.hours {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.hours th,
.hours td {
  text-align: left;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.hours th {
  font-weight: 600;
  width: 42%;
}

.form {
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 6px;
  font-size: 0.92rem;
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
  font: inherit;
  color: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-note,
.success {
  font-size: 0.92rem;
  color: var(--muted);
}

.success {
  background: #e7efe9;
  border: 1px solid #c3d8cc;
  color: var(--forest-2);
  padding: 14px;
  border-radius: 10px;
}

.hidden {
  display: none !important;
}

.site-footer {
  margin-top: 48px;
  border-top: 1px solid var(--line);
  padding: 28px 0 120px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 22px;
  margin-bottom: 22px;
}

.site-footer a {
  color: inherit;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
  background: #efe8d8;
  padding: 0.1em 0.35em;
  border-radius: 4px;
}

.age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  font-weight: 700;
  color: var(--ink);
  margin-right: 8px;
}

.cookie-bar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 50;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 16px;
  display: none;
}

.cookie-bar.is-on {
  display: block;
}

.cookie-bar p {
  margin: 0 0 12px;
  font-size: 0.92rem;
}

.modal {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0;
  width: min(92vw, 520px);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.modal::backdrop {
  background: rgba(26, 23, 20, 0.45);
}

.modal-head,
.modal-body {
  padding: 18px;
}

.modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.icon-btn {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}

.check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
  margin: 10px 0;
}

.check input {
  width: 20px;
  min-height: 20px;
  margin-top: 3px;
}

.prose {
  max-width: 72ch;
}

.prose h2,
.prose h3 {
  margin-top: 28px;
}

.prose ul,
.prose ol {
  padding-left: 1.15em;
}

.job {
  margin-bottom: 12px;
}

.crumbs {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 10px;
}

.crumbs a {
  color: inherit;
}

@media (max-width: 860px) {
  .grid-4,
  .grid-2,
  .contact-grid,
  .footer-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav {
    position: fixed;
    inset: var(--header) 12px auto 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 10px;
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }

  h1 {
    max-width: none;
  }

  .hero {
    padding-top: 32px;
  }

  .media-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
