:root {
  --ink: #171410;
  --paper: #efe6d2;
  --paper2: #e4d6b8;
  --pine: #1e2c22;
  --pine2: #314a3b;
  --rust: #b03a16;
  --brass: #b8954a;
  --clay: #cbb89a;
  --line: rgba(23, 20, 16, 0.16);
  --rule: 28px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Darker Grotesque", system-ui, sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
  padding-left: var(--rule);
}

::selection {
  background: var(--rust);
  color: var(--paper);
}

a {
  color: inherit;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.spine {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--rule);
  z-index: 60;
  background:
    repeating-linear-gradient(
      to bottom,
      var(--ink) 0 1px,
      transparent 1px 7px,
      var(--ink) 7px 8px,
      transparent 8px 20px
    ),
    var(--paper2);
  border-right: 1px solid var(--line);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(23, 20, 16, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--paper) 92%, white);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.ticket-bar {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.35rem 1.25rem;
  background: var(--pine);
  color: var(--paper);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticket-bar a:hover {
  color: var(--brass);
}

.brand-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1.25rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.logo-mark {
  width: 48px;
  height: 48px;
  display: block;
  flex-shrink: 0;
}

.logo-mark img,
img.logo-mark {
  width: 48px;
  height: 48px;
  display: block;
}

.logo-lockup {
  height: 40px;
  width: auto;
  display: block;
}

.logo strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1;
}

.logo small {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(23, 20, 16, 0.62);
}

.desk-nav {
  display: none;
  align-items: center;
  gap: 0.15rem 1.1rem;
}

@media (min-width: 1180px) {
  .desk-nav {
    display: flex;
  }
}

.desk-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid transparent;
}

.desk-nav a:hover,
.desk-nav a.is-active {
  border-bottom-color: var(--rust);
}

.nav-drop {
  position: relative;
}

.nav-drop > span {
  cursor: default;
  font-weight: 600;
  font-size: 1.05rem;
}

.nav-drop ul {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.6rem);
  min-width: 220px;
  margin: 0;
  padding: 0.6rem 0;
  list-style: none;
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 6px 6px 0 var(--pine);
}

.nav-drop:hover ul,
.nav-drop:focus-within ul {
  display: block;
}

.nav-drop ul a {
  display: block;
  padding: 0.25rem 0.9rem;
  border: 0 !important;
}

.nav-drop ul a:hover {
  background: var(--pine);
  color: var(--paper);
}

.menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: 1px solid var(--ink);
  padding: 0.35rem 0.7rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 1180px) {
  .menu-btn {
    display: none;
  }
}

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 70;
  background: var(--pine);
  color: var(--paper);
  padding: 1.5rem 1.5rem 1.5rem calc(var(--rule) + 1.5rem);
  overflow: auto;
}

.mobile-nav.open {
  display: block;
}

.mobile-nav a {
  display: block;
  text-decoration: none;
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 6vw, 2.6rem);
  font-style: italic;
  line-height: 1.15;
  border-bottom: 1px solid rgba(239, 230, 210, 0.15);
  padding: 0.35rem 0;
}

.mobile-nav .sub {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 1.15rem;
  font-style: normal;
  padding-left: 0.5rem;
  opacity: 0.8;
}

.cut-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--rust);
  color: var(--paper);
  text-decoration: none;
  padding: 0.7rem 1.15rem 0.8rem;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  border: 0;
  cursor: pointer;
}

.cut-btn.ghost {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--ink);
}

.cut-btn.light {
  background: var(--paper);
  color: var(--pine);
}

.cut-btn:hover {
  background: var(--pine);
  color: var(--paper);
}

.stamp {
  width: 118px;
  height: 118px;
  border: 2px solid var(--rust);
  color: var(--rust);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-13deg);
  line-height: 1.25;
  background: color-mix(in srgb, var(--paper) 70%, transparent);
}

.photo-clip {
  position: relative;
  background: var(--paper2);
  padding: 8px 8px 28px;
  box-shadow: 0 18px 40px rgba(23, 20, 16, 0.14);
}

.photo-clip img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05);
  transition: filter 0.45s ease;
}

.photo-clip:hover img {
  filter: saturate(1.02) contrast(1.08);
}

.photo-clip figcaption {
  position: absolute;
  left: 12px;
  bottom: 6px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.photo-clip::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 22px;
  width: 78px;
  height: 22px;
  background: rgba(255, 250, 235, 0.46);
  transform: rotate(-7deg);
  box-shadow: 0 1px 0 rgba(23, 20, 16, 0.12);
}

.kicker {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rust);
}

.display {
  font-family: "Fraunces", serif;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.rule {
  height: 1px;
  background: var(--line);
  border: 0;
}

.carbon {
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 7px 7px 0 var(--pine);
  position: relative;
}

.carbon::before {
  content: "";
  position: absolute;
  inset: 4px 4px auto auto;
  width: 18px;
  height: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.meta-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

@media (min-width: 768px) {
  .meta-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.meta-row div {
  padding: 0.85rem 1rem;
  border-right: 1px solid var(--line);
}

.meta-row div:last-child {
  border-right: 0;
}

.meta-row span {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.55;
}

.site-footer {
  background: var(--pine);
  color: var(--paper);
  margin-top: 4rem;
  padding: 2.5rem 1.25rem 1.5rem;
}

.site-footer a {
  text-decoration: none;
  border-bottom: 1px solid rgba(239, 230, 210, 0.25);
}

.site-footer a:hover {
  border-bottom-color: var(--brass);
  color: var(--brass);
}

.colophon {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;
}

.cookie-sheet {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  left: calc(var(--rule) + 1rem);
  z-index: 90;
  max-width: 520px;
  margin-left: auto;
  background: var(--paper);
  border: 1px solid var(--ink);
  box-shadow: 10px 10px 0 var(--pine);
  padding: 1rem 1rem 1.1rem 1.45rem;
  display: none;
  background-image: radial-gradient(circle at 10px 10px, var(--paper2) 3px, transparent 3.4px);
  background-size: 16px 16px;
  background-position: 0 0;
}

.cookie-sheet.show {
  display: block;
}

.cookie-sheet h2 {
  font-family: "Fraunces", serif;
  font-size: 1.45rem;
  margin: 0 0 0.35rem;
}

.faq-item + .faq-item {
  border-top: 1px solid var(--line);
}

.faq-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 1rem 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.25rem;
  font-weight: 650;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.faq-item .a {
  display: none;
  padding: 0 0 1rem;
  max-width: 62ch;
}

.faq-item.open .a {
  display: block;
}

.legal {
  max-width: 74ch;
}

.legal h2 {
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
  margin: 2rem 0 0.5rem;
}

.legal p,
.legal li {
  font-size: 1.12rem;
  line-height: 1.45;
}

.form-grid label {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  padding: 0.35rem 0 0.45rem;
  font-family: inherit;
  font-size: 1.15rem;
  outline: none;
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-bottom-color: var(--rust);
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.1rem;
}

.price-table th,
.price-table td {
  text-align: left;
  padding: 0.7rem 0.4rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.price-table th {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
}

.offset-img {
  transform: rotate(-2.2deg);
}

.offset-img.r {
  transform: rotate(1.8deg);
}

.chapter {
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.masonry {
  columns: 1;
  column-gap: 1rem;
}

@media (min-width: 700px) {
  .masonry {
    columns: 2;
  }
}

@media (min-width: 1100px) {
  .masonry {
    columns: 3;
  }
}

.masonry figure {
  break-inside: avoid;
  margin: 0 0 1rem;
}

.wrap {
  width: min(1220px, calc(100% - 2.4rem));
  margin-inline: auto;
}

.page-hero {
  padding: 3rem 0 2rem;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  opacity: 0.7;
}

.crumbs a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.crumbs a:hover {
  border-bottom-color: var(--rust);
  opacity: 1;
}

.prose {
  font-size: 1.22rem;
  line-height: 1.5;
  max-width: 66ch;
}

.prose p + p {
  margin-top: 1rem;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--ink);
}

@media (min-width: 800px) {
  .stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-grid article {
  padding: 1.2rem 1rem 1.35rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat-grid strong {
  display: block;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.incl {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 800px) {
  .incl {
    grid-template-columns: 1fr 1fr;
  }
}

.incl ul {
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
}

.incl li {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
  padding-left: 1.4rem;
  position: relative;
}

.incl li::before {
  position: absolute;
  left: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
}

.incl .yes li::before {
  content: "＋";
  color: var(--pine2);
}

.incl .no li::before {
  content: "–";
  color: var(--rust);
}

.cta-band {
  background: var(--pine);
  color: var(--paper);
  padding: 3.2rem 0;
  margin-top: 3rem;
}

.cta-band .kicker {
  color: var(--clay);
}

.related {
  display: grid;
  gap: 1rem;
}

@media (min-width: 800px) {
  .related {
    grid-template-columns: repeat(3, 1fr);
  }
}

.related a {
  text-decoration: none;
  display: block;
  padding: 1.1rem 1.1rem 1.2rem;
  border: 1px solid var(--ink);
  min-height: 100%;
}

.related a:hover {
  background: var(--pine);
  color: var(--paper);
}

.related span {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  opacity: 0.6;
}

.quote-block {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.hours {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid var(--line);
}

.band {
  padding: 3.4rem 0;
}

.band-paper {
  background: var(--paper2);
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  text-align: left;
  padding: 0.85rem 0.5rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  font-size: 1.12rem;
}

.spec-table th {
  width: 34%;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}

.toc a {
  display: block;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}

.toc a:hover {
  color: var(--rust);
}

img.full-bleed {
  width: 100%;
  height: min(520px, 70vw);
  object-fit: cover;
  display: block;
  filter: saturate(0.88) contrast(1.04);
}

.step-line {
  position: relative;
  padding-left: 2.2rem;
}

.step-line::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--ink);
  opacity: 0.25;
}

.step-line article {
  position: relative;
  margin-bottom: 1.6rem;
}

.step-line article::before {
  content: "";
  position: absolute;
  left: -2.2rem;
  top: 0.45rem;
  width: 9px;
  height: 9px;
  background: var(--rust);
}

.map-link {
  display: inline-block;
  margin-top: 0.8rem;
}

.site-footer .logo-mark {
  width: 44px;
  height: 44px;
  margin-bottom: 0.7rem;
}

@media (max-width: 720px) {
  .meta-row div {
    border-bottom: 1px solid var(--line);
  }
}
