:root {
  --navy: #10182a;
  --plum: #140d14;
  --velvet: #4c1e2c;
  --burgundy: #7d3142;
  --copper: #c4894a;
  --copper-bright: #e4c07a;
  --ivory: #f3ead8;
  --ivory-dim: #d7c7b0;
  --ink: #1a1016;
  --line: rgba(196, 137, 74, 0.45);
  --glass: rgba(243, 234, 216, 0.05);
  --serif: "Cormorant Garamond", "Iowan Old Style", Palatino, "Palatino Linotype", serif;
  --text: "Literata", "Iowan Old Style", Palatino, serif;
  --mono: "Cutive Mono", "Courier New", monospace;
  --header: #1a120f;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ivory);
  font-family: var(--text);
  font-size: 1.05rem;
  line-height: 1.7;
  background:
    radial-gradient(1000px 520px at 0% -10%, rgba(125, 49, 66, 0.45), transparent 60%),
    radial-gradient(800px 480px at 100% 0%, rgba(22, 36, 72, 0.85), transparent 55%),
    var(--plum);
}

body.has-cookie-banner {
  padding-bottom: 8.5rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--copper-bright);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ivory);
}

.skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ivory);
  color: var(--ink);
  padding: 0.5rem 0.8rem;
  z-index: 20;
}

.skip:focus {
  top: 0.6rem;
}

.island-error {
  margin: 0;
  padding: 0.8rem 1.2rem;
  background: #5c2430;
  color: var(--ivory);
  text-align: center;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: linear-gradient(#2a1b16, var(--header));
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem 0.7rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--ivory);
  min-width: 12rem;
}

.brand-ring {
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid var(--copper-bright);
  border-radius: 50%;
  position: relative;
  flex: none;
  box-shadow: inset 0 0 0 5px #2a1b16, inset 0 0 0 6px var(--copper);
}

.brand-ring::after {
  content: "";
  position: absolute;
  inset: 0.72rem;
  background: var(--burgundy);
  border-radius: 50%;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand-coord,
.eyebrow,
.note-meta,
.time,
.footer-label,
.tariff-kicker,
.ticks {
  font-family: var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper-bright);
  font-size: 0.72rem;
}

.nav-toggle {
  margin-left: auto;
  background: transparent;
  color: var(--ivory);
  border: 1px solid var(--line);
  font-family: var(--mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 0.45rem 0.7rem;
}

.site-nav {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #140e0c;
  padding: 0.8rem 1.25rem 1rem;
  border-bottom: 1px solid var(--line);
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  text-decoration: none;
  color: var(--ivory-dim);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.site-nav a[aria-current="page"] {
  color: var(--copper-bright);
}

.rail {
  display: flex;
  justify-content: space-between;
  height: 8px;
  background:
    linear-gradient(90deg, #6a3a28, var(--copper-bright), #6a3a28);
  position: relative;
}

.rail span {
  width: 1px;
  background: rgba(20, 12, 10, 0.55);
}

main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.2rem 1.25rem 4rem;
}

.hero {
  display: grid;
  gap: 1.5rem;
  align-items: end;
  position: relative;
}

.ticks {
  display: none;
  line-height: 1.8;
}

.hero-copy h1,
.page-intro h1,
.flagship-copy h2,
.section-heading h2,
.story h2,
.close-band h2,
.letter-pull h2,
.article h1 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 0.98;
  color: var(--ivory);
}

.hero-copy h1 {
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  margin: 0.3rem 0 0.8rem;
  max-width: 11ch;
}

.hero-note,
.page-intro p,
.lede {
  color: var(--ivory-dim);
  max-width: 42rem;
}

.eyebrow {
  margin: 0;
}

.eyepiece {
  margin: 0;
  justify-self: center;
  width: min(100%, 420px);
}

.eyepiece img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid #241610;
  box-shadow:
    0 0 0 1px var(--copper),
    0 0 0 16px rgba(20, 13, 20, 0.2),
    0 0 0 17px var(--copper-bright),
    var(--shadow);
}

.eyepiece figcaption,
.wide-figure figcaption {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ivory-dim);
  margin-top: 0.9rem;
  text-align: center;
}

.btn {
  --ring: 0deg;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.6rem;
  padding: 0.72rem 1.15rem 0.72rem 0.7rem;
  background: linear-gradient(#8d4a34, #623224);
  color: var(--ivory);
  border: 1px solid var(--copper-bright);
  text-decoration: none;
  cursor: pointer;
  font: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 230, 190, 0.15);
}

.btn-rail {
  width: 1.7rem;
  height: 1rem;
  position: relative;
  flex: none;
  transition: width 0.45s ease;
}

.btn-rail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: var(--copper-bright);
}

.btn-ring {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.85rem;
  height: 0.85rem;
  margin-top: -0.42rem;
  border: 1px solid var(--ivory);
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #623224, inset 0 0 0 3px var(--copper);
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
  transform: rotate(var(--ring));
}

.btn:hover,
.btn:focus-visible {
  color: var(--ivory);
  background: linear-gradient(#a05a3e, #6e3a2a);
}

.btn:hover .btn-rail,
.btn:focus-visible .btn-rail {
  width: 2.35rem;
}

.btn:hover .btn-ring,
.btn:focus-visible .btn-ring {
  transform: rotate(200deg);
}

.btn-label {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.btn-quiet {
  background: transparent;
  color: var(--ivory);
}

.btn-small {
  margin-top: 0;
}

.btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.text-link {
  font-family: var(--serif);
  font-size: 1.25rem;
  font-style: italic;
}

.section-heading,
.evening,
.flagship-band,
.offer-list,
.letter-pull,
.note-row,
.close-band,
.page-intro,
.story {
  margin-top: 4.2rem;
}

.section-heading h2,
.flagship-copy h2,
.close-band h2,
.story h2,
.letter-pull h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  margin: 0.25rem 0 1rem;
}

.timeline {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.timeline li {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

.timeline h3,
.week-list h3,
.people h2,
.visit-card h2 {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.7rem;
  margin: 0 0 0.3rem;
}

.flagship-band {
  display: grid;
  gap: 1.4rem;
  align-items: center;
  padding: 1.2rem;
  background: var(--glass);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.flagship-band img,
.wide-figure img,
.session-index img,
.offers img,
.note-list img,
.note-index img,
.people img {
  width: 100%;
  object-fit: cover;
}

.flagship-band img,
.wide-figure img {
  aspect-ratio: 16 / 10;
}

.offers,
.note-list,
.note-index,
.session-index,
.letters,
.people {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}

.offers {
  display: grid;
  gap: 1rem;
}

.offers a,
.note-list a,
.note-index a {
  display: grid;
  gap: 0.8rem;
  text-decoration: none;
  color: inherit;
  background: var(--glass);
  border: 1px solid var(--line);
  padding: 0.7rem;
}

.offers img,
.note-list img {
  aspect-ratio: 3 / 2;
}

.offers strong,
.note-list strong,
.note-index strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--ivory);
}

.offers em,
.note-index em {
  display: block;
  margin-top: 0.25rem;
  color: var(--ivory-dim);
  font-style: normal;
}

.offers a em:first-of-type {
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--copper-bright);
  font-style: normal;
}

.letter-pull blockquote,
.letters blockquote {
  margin: 0.6rem 0 0;
  padding: 1.3rem 1.3rem 1.1rem;
  background: rgba(243, 234, 216, 0.04);
  border-left: 3px solid var(--copper);
}

.letter-pull blockquote p,
.letters p {
  font-family: var(--serif);
  font-size: 1.65rem;
  line-height: 1.35;
  margin: 0;
}

.letter-pull footer,
.letters footer {
  margin-top: 0.9rem;
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: var(--copper-bright);
}

.letters {
  display: grid;
  gap: 1rem;
}

.letters cite {
  font-style: normal;
  display: block;
}

.note-list {
  display: grid;
  gap: 1rem;
}

.note-meta {
  display: block;
  margin-bottom: 0.25rem;
}

.page-intro h1 {
  font-size: clamp(2.6rem, 6vw, 4.6rem);
  margin: 0.2rem 0 0.7rem;
  max-width: 16ch;
}

.page-intro {
  margin-top: 0.4rem;
}

.session-index {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.session-index li {
  display: grid;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.session-index img {
  aspect-ratio: 16 / 10;
}

.session-index h2 {
  font-family: var(--serif);
  font-size: 2.3rem;
  font-weight: 500;
  margin: 0.2rem 0;
}

.session-index h2 a {
  color: var(--ivory);
  text-decoration: none;
}

.meta {
  display: grid;
  gap: 0.5rem;
  margin: 0.8rem 0;
}

.meta div {
  display: grid;
  grid-template-columns: 5.5rem 1fr;
  gap: 0.6rem;
}

.meta dt {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper-bright);
}

.meta dd {
  margin: 0;
}

.is-flagship {
  background:
    linear-gradient(180deg, rgba(125, 49, 66, 0.18), transparent 40%);
}

.prose {
  max-width: 68ch;
}

.prose h2,
.week-list h2,
.split-notes h2,
.evening-compact h2 {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 500;
  margin: 2rem 0 0.6rem;
}

.wide-figure {
  margin: 1.6rem 0;
}

.week-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.week-list li {
  display: grid;
  gap: 0.2rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

.week-list li span {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper-bright);
}

.split-notes {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.split-notes section {
  border: 1px solid var(--line);
  padding: 1rem 1.1rem;
  background: var(--glass);
}

.split-notes ul,
.prose ul {
  padding-left: 1.1rem;
}

.end-cta,
.end-line {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
}

.tariff {
  margin-top: 1.5rem;
  background: #f4ead8;
  color: var(--ink);
  padding: 1.4rem 1.1rem 1.3rem;
  border: 1px solid var(--copper);
  box-shadow: var(--shadow);
  background-image:
    linear-gradient(90deg, transparent 0 12px, rgba(196, 137, 74, 0.35) 12px, transparent 13px),
    linear-gradient(#f4ead8, #f4ead8);
  background-size: 18px 100%, auto;
}

.tariff h2,
.tariff a {
  color: #6d2d3c;
}

.tariff-kicker,
.tariff .tariff-foot {
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a5732;
}

.table-wrap,
.tariff,
.evening-compact {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.8rem 0 1rem;
}

caption {
  text-align: left;
  font-family: var(--serif);
  font-style: italic;
  margin-bottom: 0.5rem;
}

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0.75rem 0.55rem;
  border-bottom: 1px solid rgba(90, 50, 30, 0.25);
  font-weight: 400;
}

.tariff th {
  font-family: var(--serif);
  font-size: 1.2rem;
}

.room-table th,
.room-table td,
.legal th,
.legal td {
  border-bottom: 1px solid var(--line);
}

.room-table th[scope="row"] {
  font-family: var(--mono);
  color: var(--copper-bright);
  font-size: 0.85rem;
  white-space: nowrap;
}

.people {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

.people img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.85);
}

.contact-layout {
  display: grid;
  gap: 1.4rem;
  margin-top: 1.5rem;
}

.desk-form,
.visit-card {
  border: 1px solid var(--line);
  background: rgba(16, 12, 16, 0.45);
  padding: 1.1rem;
}

.field {
  margin-bottom: 0.9rem;
}

label {
  display: block;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--copper-bright);
  margin-bottom: 0.3rem;
}

input,
select,
textarea {
  width: 100%;
  background: #100c10;
  color: var(--ivory);
  border: 1px solid var(--line);
  padding: 0.65rem 0.7rem;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus,
.btn:focus-visible,
.nav-toggle:focus-visible,
a:focus-visible {
  outline: 2px solid var(--copper-bright);
  outline-offset: 2px;
}

.hint,
.field-error {
  margin: 0.3rem 0 0;
  font-size: 0.92rem;
}

.hint {
  color: var(--ivory-dim);
}

.field-error,
.form-status.is-error {
  color: #f0c2b4;
}

.form-status.is-success {
  color: #e4c07a;
}

.form-status {
  min-height: 1.4em;
}

.note-index a {
  grid-template-columns: 1fr;
}

.note-index img {
  aspect-ratio: 16 / 9;
}

.legal .page-intro {
  margin-bottom: 0.5rem;
}

.missing {
  min-height: 46vh;
}

.site-footer {
  background: #120d0c;
  border-top: 1px solid var(--line);
  padding: 2rem 1.25rem 2.4rem;
}

.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-grid a {
  color: var(--ivory-dim);
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--ivory);
}

.footer-address {
  max-width: 28rem;
}

.footer-copy {
  max-width: 1180px;
  margin: 1.5rem auto 0;
  color: var(--ivory-dim);
  font-size: 0.92rem;
}

.cookie-banner {
  position: fixed;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1rem;
  background: rgba(26, 16, 18, 0.94);
  border: 1px solid var(--copper);
  box-shadow: var(--shadow);
}

.cookie-banner p {
  margin: 0;
  max-width: 70ch;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

@media (min-width: 800px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: flex;
    flex-direction: row;
    position: static;
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: auto;
    gap: 0.9rem;
    align-items: center;
  }

  .site-nav a {
    font-family: var(--mono);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hero {
    grid-template-columns: auto 1.1fr 0.9fr;
    gap: 1.5rem 2rem;
    min-height: 70vh;
  }

  .ticks {
    display: block;
    padding-bottom: 1rem;
  }

  .flagship-band,
  .session-index li,
  .contact-layout,
  .split-notes,
  .people {
    grid-template-columns: 1fr 1fr;
  }

  .is-flagship {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .offers {
    grid-template-columns: 1fr;
  }

  .note-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
  }

  .cookie-banner {
    left: auto;
    max-width: 34rem;
    right: 1.2rem;
  }

  .tariff {
    padding: 2rem 2rem 1.6rem 2.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn-rail,
  .btn-ring {
    transition: none;
  }
}
