:root {
  --paper: #f3eee4;
  --paper-deep: #e7e0d2;
  --card: #fffcf7;
  --ink: #1c1915;
  --ink-soft: #4f4a43;
  --rust: #a34a2a;
  --rust-dark: #7c351c;
  --olive: #3d5348;
  --rule: #d4cbb8;
  --focus: #a34a2a;
  --font-display: "Fraunces", "Times New Roman", serif;
  --font-body: "Figtree", system-ui, sans-serif;
  --max: 72rem;
  --narrow: 42rem;
  --radius: 2px;
  --shadow: 0 12px 40px rgba(28, 25, 21, 0.08);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

a:hover {
  color: var(--rust);
}

h1,
h2,
h3,
.masthead__brand,
.site-foot__brand {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

h1 {
  font-size: clamp(2.1rem, 4.5vw, 3.4rem);
  margin: 0 0 0.75rem;
}

h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin: 0 0 0.75rem;
}

h3 {
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
}

p {
  margin: 0 0 1rem;
}

.main {
  padding-bottom: 4rem;
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.wrap--narrow {
  width: min(100% - 2rem, var(--narrow));
}

.masthead {
  border-bottom: 1px solid var(--rule);
  background: var(--card);
  position: sticky;
  top: 0;
  z-index: 20;
}

.masthead__skip {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--ink);
  color: var(--card);
  padding: 0.4rem 0.7rem;
}

.masthead__skip:focus {
  top: 0.5rem;
}

.masthead__bar {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0 0.85rem;
}

.masthead__kicker {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  max-width: 11rem;
}

.masthead__brand {
  font-size: 1.55rem;
  color: var(--ink);
  text-decoration: none;
}

.masthead__brand:hover {
  color: var(--rust);
}

.masthead__toggle {
  display: none;
  border: 1px solid var(--ink);
  background: transparent;
  font-family: inherit;
  font-size: 0.85rem;
  padding: 0.35rem 0.7rem;
  cursor: pointer;
}

.masthead__list {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 0 0 0.85rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
}

.masthead__list a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.92rem;
  border-bottom: 1px solid transparent;
}

.masthead__list a:hover,
.masthead__list a[aria-current="page"] {
  border-bottom-color: var(--rust);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.7rem 1.15rem;
  border-radius: var(--radius);
  border: 1px solid var(--ink);
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--solid {
  background: var(--ink);
  color: var(--card);
}

.btn--solid:hover {
  background: var(--rust);
  border-color: var(--rust);
  color: var(--card);
}

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

.btn--ghost:hover {
  background: var(--paper-deep);
  color: var(--ink);
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  min-height: 72vh;
  border-bottom: 1px solid var(--rule);
}

.hero-split__panel {
  padding: clamp(1.5rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, transparent 0%, rgba(243, 238, 228, 0.2) 100%),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 18px,
      rgba(163, 74, 42, 0.04) 18px,
      rgba(163, 74, 42, 0.04) 19px
    );
}

.hero-split__issue {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--olive);
  margin-bottom: 1.2rem;
}

.hero-split__lead {
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 34rem;
}

.hero-split__figure {
  margin: 0;
  position: relative;
  min-height: 22rem;
}

.hero-split__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.hero-split__caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  background: rgba(28, 25, 21, 0.82);
  color: var(--card);
  padding: 0.65rem 0.85rem;
  font-size: 0.85rem;
}

.pull {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-style: italic;
  line-height: 1.35;
  color: var(--olive);
  border-left: 3px solid var(--rust);
  padding-left: 1.1rem;
  margin: 2rem 0;
}

.section {
  padding: 3.5rem 0;
}

.section--band {
  background: var(--paper-deep);
}

.section__intro {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.25rem;
}

.card {
  background: var(--card);
  border: 1px solid var(--rule);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
}

.card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.card__body {
  padding: 1.1rem 1.15rem 1.3rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.card__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rust);
}

.card__link {
  margin-top: auto;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink);
}

.card__link:hover {
  color: var(--rust);
}

.media-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.media-row img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--rule);
}

.quote-list {
  display: grid;
  gap: 1.5rem;
}

.quote {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 1.25rem 1.4rem;
}

.quote--wide {
  max-width: none;
}

.quote p {
  font-size: 1.05rem;
}

.quote footer {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 1.25rem;
}

.team-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.9);
}

.team-card h3 {
  margin-top: 0.75rem;
}

.rate-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--card);
}

.rate-table th,
.rate-table td {
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--rule);
  vertical-align: top;
}

.rate-table th {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prose {
  max-width: var(--narrow);
}

.prose h2 {
  margin-top: 2.2rem;
}

.prose ul,
.prose ol {
  padding-left: 1.2rem;
}

.page-hero {
  padding: 3rem 0 1rem;
}

.page-hero--image {
  padding: 0 0 2rem;
}

.page-hero--image img {
  width: 100%;
  max-height: 26rem;
  object-fit: cover;
}

.meta {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.form {
  display: grid;
  gap: 1rem;
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 1.4rem;
}

.form label {
  display: grid;
  gap: 0.35rem;
  font-weight: 600;
  font-size: 0.92rem;
}

.form input,
.form select,
.form textarea {
  font: inherit;
  padding: 0.65rem 0.7rem;
  border: 1px solid var(--rule);
  background: var(--paper);
  color: var(--ink);
}

.form textarea {
  min-height: 8rem;
  resize: vertical;
}

.form__error {
  color: var(--rust);
  font-size: 0.85rem;
  font-weight: 500;
  min-height: 1.1em;
}

.form__status {
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--olive);
  background: #edf3ef;
  display: none;
}

.form__status.is-visible {
  display: block;
}

.form__status.is-error {
  border-color: var(--rust);
  background: #f8ebe6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: start;
}

.address-block {
  background: var(--paper-deep);
  padding: 1.25rem;
  border-left: 3px solid var(--olive);
}

.checklist {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.checklist li {
  background: var(--card);
  border: 1px solid var(--rule);
  padding: 0.9rem 1rem;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  overflow-x: auto;
  display: block;
}

.legal-table th,
.legal-table td {
  border: 1px solid var(--rule);
  padding: 0.6rem 0.7rem;
  text-align: left;
}

.site-foot {
  background: var(--ink);
  color: #e7e0d2;
  padding: 3rem 0 1.5rem;
}

.site-foot a {
  color: #f3eee4;
}

.site-foot__grid {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2rem;
}

.site-foot__brand {
  font-size: 1.4rem;
  margin: 0 0 0.5rem;
}

.site-foot__label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.6rem;
  color: #c4a574;
}

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

.site-foot__copy {
  width: min(100% - 2rem, var(--max));
  margin: 2rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(215, 207, 192, 0.25);
  font-size: 0.85rem;
  color: #b8b0a2;
}

.cookie {
  position: fixed;
  z-index: 40;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}

.cookie[hidden] {
  display: none !important;
}

.cookie__inner {
  max-width: 40rem;
  margin-left: auto;
  background: var(--card);
  border: 1px solid var(--ink);
  box-shadow: var(--shadow);
  padding: 1.1rem 1.2rem 1.2rem;
}

.cookie__title {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.cookie__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.notfound {
  min-height: 60vh;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 3rem 1rem;
}

@media (max-width: 860px) {
  .hero-split,
  .media-row,
  .contact-grid,
  .site-foot__grid {
    grid-template-columns: 1fr;
  }

  .hero-split__figure {
    min-height: 16rem;
  }

  .hero-split__figure img {
    position: relative;
    height: 16rem;
  }

  .masthead__toggle {
    display: inline-flex;
  }

  .masthead__nav {
    display: none;
    border-top: 1px solid var(--rule);
  }

  .masthead__nav.is-open {
    display: block;
  }

  .masthead__list {
    flex-direction: column;
    padding: 0.8rem 0 1rem;
    gap: 0.65rem;
  }

  .masthead__kicker {
    display: none;
  }
}

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

  .btn,
  .card {
    transition: none;
  }
}
