:root {
  --paper: #eee5d5;
  --ink: #17130f;
  --red: #a84427;
  --acid: #d8a94d;
  --muted: #746b5f;
  --line: rgba(23, 19, 15, 0.22);
  --display: "Bebas Neue", sans-serif;
  --mono: "DM Mono", monospace;
  --sans: "Lora", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
.skip {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 999;
  background: var(--acid);
  padding: 0.8rem 1rem;
}
.skip:focus {
  top: 1rem;
}
.cursor-dot {
  position: fixed;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--acid);
  mix-blend-mode: difference;
  z-index: 1000;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 0 3.5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.wordmark {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-family: var(--display);
}
.wordmark b {
  font-size: 30px;
  line-height: 1;
}
.wordmark span {
  font: 500 10px var(--mono);
  letter-spacing: 0.2em;
}
.topbar-note {
  font: 400 10px var(--mono);
  letter-spacing: 0.13em;
}
.topbar-note i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: var(--acid);
  border-radius: 50%;
  margin: 0 0.7rem;
}
.menu-button {
  justify-self: end;
  background: none;
  border: 0;
  color: inherit;
  display: flex;
  gap: 0.7rem;
  align-items: center;
  text-transform: uppercase;
  font: 500 11px var(--mono);
  cursor: pointer;
}
.menu-button b {
  width: 12px;
  height: 12px;
  background: var(--acid);
  border-radius: 50%;
  transition: 0.25s;
}
.menu-button[aria-expanded="true"] b {
  border-radius: 0;
  transform: rotate(45deg);
}
.topbar nav {
  position: fixed;
  inset: 0;
  background: var(--red);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10vw;
  gap: 0.5rem;
  transform: translateY(-105%);
  transition: 0.45s cubic-bezier(0.77, 0, 0.18, 1);
  z-index: -1;
}
.topbar nav.open {
  transform: none;
}
.topbar nav a {
  font: clamp(3.8rem, 8vw, 8rem) / 0.95 var(--display);
  text-transform: uppercase;
  width: max-content;
}
.topbar nav a:hover {
  color: var(--paper);
  -webkit-text-stroke: 1px var(--ink);
}
.hero {
  position: relative;
  height: 100svh;
  min-height: 720px;
  background: #090909;
  color: white;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  background: url("public/images/country-wedding-hero.jpg") center/cover;
  filter: saturate(0.48) sepia(0.18) contrast(1.18);
  transform: scale(1.04);
}
.hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.1) 62%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.52), transparent 45%);
}
.hero-copy {
  position: absolute;
  left: 3.5vw;
  bottom: 7vh;
  z-index: 2;
}
.micro {
  font: 500 10px var(--mono);
  letter-spacing: 0.18em;
  margin: 0 0 1.6rem;
}
.hero h1 {
  font: clamp(5.6rem, 12.7vw, 13rem) / 0.74 var(--display);
  letter-spacing: -0.035em;
  margin: 0;
  text-transform: uppercase;
}
.hero h1 span {
  display: block;
}
.hero h1 .outline {
  color: transparent;
  -webkit-text-stroke: 1.5px white;
}
.hero h1 .kick {
  color: var(--acid);
  transform: translateX(14vw);
}
.round-link {
  position: absolute;
  z-index: 3;
  right: 6vw;
  bottom: 10vh;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--red);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font: 500 11px/1.5 var(--mono);
  transform: rotate(8deg);
  transition: 0.3s;
}
.round-link b {
  position: absolute;
  right: 24px;
  top: 22px;
  font-size: 24px;
}
.round-link:hover {
  transform: rotate(0) scale(1.06);
  background: var(--acid);
}
.hero-index {
  position: absolute;
  right: 3.5vw;
  top: 120px;
  font: 400 10px var(--mono);
  writing-mode: vertical-rl;
}
.manifesto {
  position: relative;
  display: grid;
  grid-template-columns: 12vw 1.2fr 0.55fr;
  gap: 5vw;
  padding: 150px 7vw 150px 0;
}
.side-label {
  font: 500 10px var(--mono);
  letter-spacing: 0.16em;
  writing-mode: vertical-rl;
  justify-self: center;
}
.manifesto-copy > p {
  font: 500 14px var(--mono);
  max-width: 420px;
  margin: 0 0 3rem;
}
.manifesto h2,
.sound h2,
.nights h2,
.proof h2,
.method h2,
.contact h2 {
  font: clamp(4.3rem, 8vw, 8.5rem) / 0.82 var(--display);
  letter-spacing: -0.025em;
  margin: 0;
  text-transform: uppercase;
}
.manifesto h2 em,
.sound h2 em,
.method h2 em {
  font-style: normal;
  color: var(--red);
}
.manifesto-aside {
  align-self: end;
  border-top: 1px solid var(--ink);
  padding-top: 1.3rem;
}
.manifesto-aside img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  image-rendering: auto;
}
.manifesto-aside p {
  max-width: 260px;
  font-size: 15px;
  line-height: 1.5;
}
.manifesto-aside a {
  font: 500 10px var(--mono);
  border-bottom: 1px solid;
}
.ticker {
  overflow: hidden;
  background: var(--ink);
  color: var(--acid);
  padding: 0.8rem 0;
  transform: rotate(-1deg) scale(1.01);
  position: relative;
  z-index: 4;
}
.ticker div {
  width: max-content;
  white-space: nowrap;
  font: 28px var(--display);
  letter-spacing: 0.04em;
  animation: move 24s linear infinite;
}
.ticker i {
  font-style: normal;
  color: var(--red);
  margin: 0 1.5rem;
}
@keyframes move {
  to {
    transform: translateX(-50%);
  }
}
.sound {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 900px;
  background: var(--ink);
  color: var(--paper);
}
.sound-photo {
  margin: 8vw 0 8vw 7vw;
  background: url("public/images/crowd-one.jpg") center/cover;
  position: relative;
  filter: saturate(0.45) sepia(0.28) contrast(1.12);
}
.sound-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(239, 74, 37, 0.48), transparent 65%);
  mix-blend-mode: screen;
}
.sound-photo span {
  position: absolute;
  z-index: 2;
  left: -2rem;
  bottom: 2rem;
  background: var(--acid);
  color: var(--ink);
  padding: 0.6rem 0.8rem;
  font: 500 10px var(--mono);
  transform: rotate(-90deg);
  transform-origin: left bottom;
}
.sound-copy {
  padding: 10vw 7vw 9vw 7vw;
}
.section-number {
  font: 500 10px var(--mono);
  letter-spacing: 0.18em;
  margin-bottom: 4rem;
}
.sound h2 {
  font-size: clamp(4rem, 6.5vw, 7rem);
}
.sound h2 em {
  color: var(--acid);
}
.sound-copy > p {
  color: #aaa398;
  line-height: 1.7;
  max-width: 570px;
  font-size: 17px;
  margin: 3rem 0;
}
.sound-notes {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.sound-notes span {
  border: 1px solid #6b6862;
  border-radius: 100px;
  padding: 0.7rem 1rem;
  font: 400 10px var(--mono);
  text-transform: uppercase;
}
.sound-notes span:last-child {
  background: var(--red);
  border-color: var(--red);
  color: var(--ink);
}
.nights {
  padding: 150px 7vw;
}
.nights-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.nights h2 span {
  color: var(--red);
}
.night-list {
  border-top: 1px solid var(--ink);
}
.night {
  display: grid;
  grid-template-columns: 80px 1fr 60px;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid var(--ink);
  transition: 0.25s;
}
.night:hover {
  background: var(--acid);
  padding-left: 2rem;
  padding-right: 2rem;
}
.night-num {
  font: 500 11px var(--mono);
}
.night small {
  font: 500 9px var(--mono);
  letter-spacing: 0.15em;
  color: var(--muted);
}
.night h3 {
  font: clamp(3rem, 6vw, 6.5rem) / 1 var(--display);
  margin: 0.2rem 0;
  text-transform: uppercase;
}
.night p {
  max-width: 550px;
  margin: 0.7rem 0;
  color: var(--muted);
  font-size: 14px;
}
.night > b {
  justify-self: end;
  font-size: 30px;
}
.proof {
  min-height: 800px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  background: var(--red);
  padding: 5vw;
  gap: 3vw;
}
.proof-photo {
  background: url("public/images/live-stage.jpg") center/cover;
  position: relative;
  filter: saturate(0.45) sepia(0.2) contrast(1.12);
}
.photo-caption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: var(--paper);
  padding: 0.5rem 0.7rem;
  font: 500 9px var(--mono);
  letter-spacing: 0.12em;
}
.proof-card {
  padding: 4vw 2vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.proof-card .scribble {
  font: 500 clamp(4rem, 8vw, 8rem) / 1 var(--mono);
  letter-spacing: -0.08em;
}
.proof h2 {
  font-size: clamp(4rem, 6.5vw, 7rem);
  margin: 1rem 0;
}
.proof-card p {
  max-width: 300px;
}
.proof-card a {
  font: 500 11px var(--mono);
  border-bottom: 1px solid;
  width: max-content;
  padding-bottom: 0.4rem;
  margin-top: 1.5rem;
}
.method {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  background: var(--paper);
  padding: 150px 7vw;
}
.method-title {
  position: sticky;
  top: 80px;
  align-self: start;
}
.method h2 {
  font-size: clamp(4.5rem, 7vw, 7.5rem);
}
.method ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.method li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1rem;
  padding: 3rem 0;
  border-top: 1px solid var(--ink);
}
.method li:last-child {
  border-bottom: 1px solid var(--ink);
}
.method li > b {
  font: 500 11px var(--mono);
  color: var(--red);
}
.method h3 {
  font: clamp(2rem, 4vw, 4rem) / 1 var(--display);
  text-transform: uppercase;
  margin: 0;
}
.method li p {
  color: var(--muted);
  max-width: 440px;
}
.contact {
  position: relative;
  min-height: 1000px;
  padding: 130px 7vw;
  color: white;
  background: #10100f;
  overflow: hidden;
}
.contact-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.42)),
    url("public/images/crowd-two.jpg") center/cover;
  filter: saturate(0.55);
}
.contact-title,
.inquiry,
.instagram-direct {
  position: relative;
  z-index: 2;
}
.contact-title > p {
  font: 500 10px var(--mono);
  letter-spacing: 0.18em;
}
.contact h2 {
  font-size: clamp(5rem, 10vw, 11rem);
  margin: 2rem 0 5rem;
}
.contact h2 em {
  font-style: normal;
  color: var(--acid);
}
.inquiry {
  max-width: 850px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.inquiry label {
  background: rgba(16, 16, 15, 0.92);
  padding: 1.2rem;
}
.inquiry label span {
  display: block;
  font: 500 9px var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
  color: #aaa;
}
.inquiry input,
.inquiry select {
  width: 100%;
  background: transparent;
  border: 0;
  color: white;
  font: 500 18px var(--sans);
  outline: none;
}
.inquiry option {
  color: var(--ink);
}
.inquiry button {
  grid-column: 1/-1;
  background: var(--red);
  color: var(--ink);
  border: 0;
  padding: 1.2rem;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font: 500 11px var(--mono);
  cursor: pointer;
}
.inquiry button:hover {
  background: var(--acid);
}
.inquiry-status {
  grid-column: 1/-1;
  background: rgba(16, 16, 15, 0.92);
  min-height: 0;
  padding: 0 1.2rem;
  font: 400 11px var(--mono);
  color: var(--acid);
}
.inquiry-status:not(:empty) {
  padding: 1.2rem;
}
.inquiry-status strong {
  display: block;
  margin-bottom: 1rem;
  color: var(--acid);
  text-transform: uppercase;
}
.inquiry-message {
  display: block;
  width: 100%;
  min-height: 190px;
  resize: vertical;
  border: 1px solid rgba(216, 169, 77, 0.45);
  border-radius: 0;
  padding: 1rem;
  background: #0f0f0e;
  color: var(--paper);
  font: 400 13px/1.6 var(--mono);
}
.inquiry-message:focus {
  outline: 2px solid var(--acid);
  outline-offset: 2px;
}
.inquiry-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
}
.inquiry .inquiry-actions button {
  display: inline-block;
  width: auto;
  padding: 0.8rem 1rem;
  background: var(--red);
  color: var(--paper);
}
.inquiry-actions a {
  border-bottom: 1px solid currentColor;
  color: var(--acid);
  font: 500 11px var(--mono);
  text-transform: uppercase;
}
.instagram-direct {
  display: inline-block;
  font: 500 10px var(--mono);
  margin-top: 2rem;
  border-bottom: 1px solid;
}
.contact:after {
  content: "DT";
  position: absolute;
  right: -3vw;
  bottom: -11vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.13);
  font: 35vw/1 var(--display);
}
footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto auto;
  align-items: center;
  gap: 2rem;
  background: var(--acid);
  padding: 3rem 4vw;
  font: 500 10px/1.6 var(--mono);
  text-transform: uppercase;
}
footer > a:nth-of-type(2) {
  border-bottom: 1px solid;
}
.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (pointer: fine) {
  .cursor-dot {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ticker div {
    animation: none;
  }
  .cursor-dot {
    display: none;
  }
}
@media (max-width: 850px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }
  .topbar-note {
    display: none;
  }
  .topbar nav a {
    font-size: 17vw;
  }
  .hero h1 {
    font-size: 18vw;
    line-height: 0.78;
  }
  .hero h1 .kick {
    transform: none;
  }
  .round-link {
    width: 110px;
    height: 110px;
    right: 4vw;
    bottom: 4vh;
  }
  .manifesto {
    grid-template-columns: 1fr;
    padding: 100px 7vw;
  }
  .side-label {
    display: none;
  }
  .manifesto-aside {
    max-width: 400px;
  }
  .sound {
    grid-template-columns: 1fr;
  }
  .sound-photo {
    min-height: 600px;
    margin: 7vw;
  }
  .sound-copy {
    padding: 80px 7vw;
  }
  .nights {
    padding: 100px 7vw;
  }
  .nights-head {
    display: block;
  }
  .nights-head .section-number {
    margin-bottom: 2rem;
  }
  .proof {
    grid-template-columns: 1fr;
    min-height: 1000px;
  }
  .proof-photo {
    min-height: 550px;
  }
  .proof-card {
    padding: 3rem 1rem;
  }
  .method {
    grid-template-columns: 1fr;
    padding: 100px 7vw;
  }
  .method-title {
    position: static;
  }
  .contact {
    padding: 100px 7vw;
  }
  .contact h2 {
    font-size: 13vw;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .topbar {
    height: 72px;
  }
  .wordmark b {
    font-size: 24px;
  }
  .hero {
    min-height: 680px;
  }
  .hero-copy {
    bottom: 17vh;
  }
  .hero h1 {
    font-size: 20.5vw;
  }
  .round-link {
    width: 96px;
    height: 96px;
  }
  .round-link b {
    right: 14px;
    top: 12px;
  }
  .manifesto h2,
  .sound h2,
  .nights h2,
  .method h2 {
    font-size: 17vw;
  }
  .sound-photo {
    min-height: 440px;
  }
  .night {
    grid-template-columns: 35px 1fr 30px;
  }
  .night:hover {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
  .night p {
    font-size: 12px;
  }
  .proof {
    padding: 1rem;
  }
  .proof-photo {
    min-height: 430px;
  }
  .proof h2 {
    font-size: 16vw;
  }
  .method li {
    grid-template-columns: 40px 1fr;
  }
  .inquiry {
    grid-template-columns: 1fr;
  }
  .inquiry button,
  .inquiry-status {
    grid-column: 1;
  }
  .contact {
    min-height: 900px;
  }
  .contact h2 {
    font-size: 16vw;
  }
  footer {
    grid-template-columns: 1fr;
  }
}

/* Country-first art direction */
body {
  background-color: var(--paper);
  background-image: repeating-linear-gradient(
    92deg,
    rgba(73, 48, 28, 0.018) 0,
    rgba(73, 48, 28, 0.018) 1px,
    transparent 1px,
    transparent 7px
  );
}
.topbar {
  border-bottom: 1px solid rgba(232, 208, 167, 0.42);
}
.wordmark {
  gap: 0.65rem;
}
.wordmark b {
  font-size: 34px;
  letter-spacing: 0.04em;
}
.wordmark span {
  border-left: 1px solid currentColor;
  padding-left: 0.65rem;
  line-height: 1.5;
}
.topbar-note {
  color: #e6c995;
}
.hero {
  border-bottom: 10px solid var(--acid);
}
.hero-image {
  filter: saturate(0.7) sepia(0.12) contrast(1.08);
}
.hero-wash {
  background:
    linear-gradient(
      90deg,
      rgba(18, 10, 5, 0.9) 0%,
      rgba(30, 17, 9, 0.42) 53%,
      rgba(20, 10, 4, 0.08) 75%
    ),
    linear-gradient(0deg, rgba(16, 9, 4, 0.66), transparent 50%);
}
.hero:before,
.hero:after {
  content: "✦";
  position: absolute;
  z-index: 3;
  top: 105px;
  color: var(--acid);
  font-size: 18px;
}
.hero:before {
  left: 3.5vw;
}
.hero:after {
  left: calc(3.5vw + 28px);
}
.hero h1 {
  letter-spacing: 0.015em;
}
.hero h1 .outline {
  -webkit-text-stroke: 1.5px #e8d8bd;
}
.hero h1 .kick {
  color: #e3b55e;
  font-family: var(--sans);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.round-link {
  background: #a84427;
  border: 2px solid #e7c58b;
  box-shadow:
    0 0 0 6px #a84427,
    0 0 0 7px rgba(231, 197, 139, 0.65);
}
.manifesto {
  border-bottom: 1px solid #8d7455;
}
.manifesto h2 em,
.method h2 em {
  font-family: var(--sans);
  font-weight: 600;
}
.manifesto-aside {
  border-top: 3px double var(--ink);
}
.manifesto-aside:before {
  content: "★  COUNTRY FIRST  ★";
  display: block;
  font: 500 9px var(--mono);
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
  color: var(--red);
}
.ticker {
  border-top: 4px double #d1a052;
  border-bottom: 4px double #d1a052;
  background: #2a1b12;
  color: #eed5a8;
}
.ticker i {
  color: #c3653d;
}
.sound {
  background: #24170f;
}
.sound-photo {
  background-image: url("public/images/country-wedding-hero.jpg");
  background-position: 66% center;
  border: 1px solid #9e7950;
  outline: 8px solid #1a100a;
  box-shadow: 0 0 0 9px #9e7950;
}
.sound-copy:before {
  content: "ST. LOUIS • MISSOURI";
  display: inline-block;
  border: 1px solid #9e7950;
  border-radius: 50%;
  padding: 1.8rem 1rem;
  font: 500 9px var(--mono);
  letter-spacing: 0.13em;
  color: #dcb573;
  transform: rotate(-8deg);
  margin-bottom: 2rem;
}
.sound h2 em {
  color: #dcb05d;
  font-family: var(--sans);
  font-weight: 600;
}
.sound-notes span {
  border-color: #8c704e;
}
.sound-notes span:last-child {
  background: #a84427;
  border-color: #c98956;
  color: #f1dfbd;
}
.nights {
  position: relative;
}
.nights:before {
  content: "✦";
  position: absolute;
  top: 90px;
  right: 7vw;
  font-size: 48px;
  color: #a84427;
}
.night-list {
  border-top: 3px double var(--ink);
}
.night {
  border-bottom: 1px dashed #715e48;
}
.night:hover {
  background: #d8a94d;
}
.night h3 {
  letter-spacing: 0.035em;
}
.night small {
  color: #8b3b24;
}
.proof {
  background: #a84427;
  border-top: 8px solid #2b1c12;
  border-bottom: 8px solid #2b1c12;
}
.proof-photo {
  background-image: url("public/images/country-wedding-hero.jpg");
  background-position: center;
  filter: saturate(0.65) sepia(0.12) contrast(1.07);
}
.proof-card {
  color: #f0dfc0;
}
.proof-card .scribble {
  font-family: var(--sans);
  font-style: italic;
  color: #e2b968;
}
.proof-card:before {
  content: "✦  WORD GETS AROUND  ✦";
  font: 500 10px var(--mono);
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
.method {
  background-color: #e8dcc7;
  background-image:
    linear-gradient(rgba(89, 56, 30, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(89, 56, 30, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
}
.method li {
  border-top: 1px dashed #745e47;
}
.method li:last-child {
  border-bottom: 1px dashed #745e47;
}
.method h3 {
  letter-spacing: 0.04em;
}
.contact-bg {
  background-image:
    linear-gradient(90deg, rgba(25, 13, 6, 0.95), rgba(30, 16, 8, 0.46)),
    url("public/images/country-wedding-hero.jpg");
  filter: saturate(0.68) sepia(0.08);
}
.contact-title > p:before {
  content: "✦ ";
  color: #d8a94d;
}
.contact h2 em {
  font-family: var(--sans);
  font-weight: 600;
  color: #e2b35c;
}
.inquiry {
  outline: 1px solid #b58b55;
  outline-offset: 8px;
}
.inquiry button {
  background: #a84427;
  color: #f1dec0;
}
.inquiry button:hover {
  background: #d8a94d;
  color: #23160d;
}
footer {
  background: #d8a94d;
  border-top: 7px double #2b1c12;
}

/* Interior pages */
.inner-nav {
  position: absolute;
}
.paper-nav {
  color: var(--ink);
  border-color: rgba(23, 19, 15, 0.25);
}
.paper-nav .topbar-note {
  color: #7c5632;
}
.page-hero {
  min-height: 92svh;
  position: relative;
  display: flex;
  align-items: end;
  padding: 150px 7vw 8vw;
  color: #f4e7cf;
  background-size: cover;
  background-position: center;
}
.page-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(24, 12, 5, 0.9), rgba(24, 12, 5, 0.25)),
    linear-gradient(0deg, rgba(20, 10, 4, 0.7), transparent 50%);
}
.wedding-hero {
  background-image: url("public/images/country-wedding-hero.jpg");
}
.events-hero {
  background-image: url("public/images/live-stage.jpg");
}
.page-hero-copy {
  position: relative;
  z-index: 1;
}
.page-hero-copy > p,
.page-intro > .section-number,
.contact-page-copy > p {
  font: 500 10px var(--mono);
  letter-spacing: 0.17em;
}
.page-hero h1,
.about-page h1,
.contact-page h1 {
  font: clamp(5rem, 11vw, 12rem) / 0.78 var(--display);
  margin: 2rem 0;
  text-transform: uppercase;
}
.page-hero h1 em,
.about-page h1 em,
.contact-page h1 em {
  font-family: var(--sans);
  font-weight: 600;
  color: #dfb15d;
}
.page-hero-copy > a,
.page-cta > a {
  display: inline-block;
  border-bottom: 1px solid;
  padding: 0.6rem 0;
  font: 500 11px var(--mono);
}
.page-intro {
  display: grid;
  grid-template-columns: 0.45fr 1.25fr 0.7fr;
  gap: 4vw;
  padding: 140px 7vw;
}
.page-intro h2,
.about-story h2,
.page-cta h2 {
  font: clamp(4.3rem, 8vw, 8rem) / 0.82 var(--display);
  margin: 0;
  text-transform: uppercase;
}
.page-intro h2 em,
.about-story h2 em,
.page-cta h2 em {
  font-family: var(--sans);
  font-weight: 600;
  color: var(--red);
}
.page-intro > p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
.service-grid,
.values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #27190f;
  color: #eee0c8;
  padding: 7vw;
}
.service-grid article,
.values article {
  padding: 2.5rem;
  border-left: 1px solid #76583c;
  min-height: 330px;
}
.service-grid article:last-child,
.values article:last-child {
  border-right: 1px solid #76583c;
}
.service-grid b,
.values span {
  font: 500 11px var(--mono);
  color: #d9aa57;
}
.service-grid h3,
.values h3 {
  font: clamp(2.5rem, 4vw, 4.5rem) / 1 var(--display);
  text-transform: uppercase;
  margin: 5rem 0 1rem;
}
.service-grid p,
.values p {
  color: #bcae99;
  max-width: 320px;
}
.setlist {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 8vw;
  padding: 140px 7vw;
  background: #d5a34d;
}
.setlist span {
  font: 500 10px var(--mono);
  letter-spacing: 0.16em;
}
.setlist h2 {
  font: clamp(4rem, 7vw, 7rem) / 0.88 var(--display);
  margin: 2rem 0;
}
.setlist > p {
  align-self: end;
  max-width: 420px;
  line-height: 1.7;
}
.page-cta {
  padding: 140px 7vw;
  background: var(--paper);
  text-align: center;
}
.page-cta > p {
  font: 500 10px var(--mono);
  letter-spacing: 0.16em;
}
.page-cta h2 {
  margin: 2rem 0;
}
.dark-cta {
  background: #27190f;
  color: #f0dfc1;
}
.dark-cta h2 em {
  color: #dda950;
}
.event-types {
  padding: 0 7vw 130px;
}
.event-types > a {
  display: grid;
  grid-template-columns: 60px 1fr 1fr 40px;
  align-items: center;
  border-top: 1px dashed #725c44;
  padding: 2rem 0;
}
.event-types > a:last-child {
  border-bottom: 1px dashed #725c44;
}
.event-types span {
  font: 500 11px var(--mono);
  color: var(--red);
}
.event-types h3 {
  font: clamp(3rem, 6vw, 6rem) / 1 var(--display);
  margin: 0;
}
.event-types p {
  color: var(--muted);
  max-width: 420px;
}
.event-types b {
  font-size: 26px;
}
.event-types > a:hover {
  background: #d8a94d;
  padding-left: 1rem;
  padding-right: 1rem;
}
.about-page {
  min-height: 100svh;
  padding: 150px 7vw 8vw;
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  align-items: end;
  gap: 7vw;
}
.about-portrait {
  position: relative;
  background: #2a1b12;
  padding: 1rem;
  transform: rotate(-2deg);
}
.about-portrait img {
  width: 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}
.about-portrait span {
  display: block;
  color: #e7c791;
  padding: 0.8rem 0.2rem 0;
  font: 500 9px var(--mono);
  letter-spacing: 0.15em;
}
.about-page-copy > p {
  font: 500 10px var(--mono);
  letter-spacing: 0.18em;
}
.about-page h1 {
  font-size: clamp(5rem, 9vw, 10rem);
}
.about-story {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 5vw;
  padding: 140px 7vw;
  background: #26180f;
  color: #f0dfc0;
}
.about-story > .section-number {
  font: 500 10px var(--mono);
  letter-spacing: 0.17em;
}
.about-story h2 {
  max-width: 950px;
}
.about-story h2 em {
  color: #deb05a;
}
.about-story p {
  max-width: 620px;
  color: #b9aa94;
  line-height: 1.7;
  font-size: 17px;
}
.values {
  background: #a84427;
}
.values article {
  border-color: #dc956e;
}
.values h3 {
  margin-top: 4rem;
}
.values p {
  color: #f0d8c7;
}
.values span {
  color: #f1c375;
}
.contact-body {
  background: #1c120c;
  color: #f0dfc0;
}
.contact-page {
  min-height: 100svh;
  padding: 160px 7vw 100px;
  background:
    linear-gradient(90deg, rgba(24, 12, 5, 0.96), rgba(24, 12, 5, 0.6)),
    url("public/images/country-wedding-hero.jpg") center/cover;
}
.contact-page-copy {
  position: relative;
  z-index: 1;
}
.contact-page h1 {
  font-size: clamp(6rem, 12vw, 13rem);
  margin: 1rem 0;
}
.contact-page-copy > span {
  display: block;
  max-width: 480px;
  color: #c0af97;
  margin-bottom: 3rem;
}
.contact-page .inquiry {
  position: relative;
  max-width: 900px;
}
.contact-page .instagram-direct {
  position: relative;
}
.contact-notes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #d8a94d;
  color: var(--ink);
  padding: 6vw 7vw;
  gap: 6vw;
}
.contact-notes article {
  border-top: 2px solid;
  padding-top: 1.5rem;
}
.contact-notes b {
  font: 500 10px var(--mono);
}
.contact-notes h2 {
  font: clamp(2.5rem, 5vw, 5rem) / 1 var(--display);
  margin: 2rem 0 1rem;
}
.contact-notes p {
  max-width: 400px;
}
.contact-body footer {
  color: var(--ink);
}
@media (max-width: 850px) {
  .page-intro {
    grid-template-columns: 1fr;
  }
  .service-grid,
  .values {
    grid-template-columns: 1fr;
  }
  .service-grid article,
  .values article {
    border-left: 0;
    border-top: 1px solid #76583c;
    min-height: 260px;
  }
  .service-grid article:last-child,
  .values article:last-child {
    border-right: 0;
    border-bottom: 1px solid #76583c;
  }
  .setlist {
    grid-template-columns: 1fr;
  }
  .event-types > a {
    grid-template-columns: 40px 1fr 30px;
  }
  .event-types p {
    grid-column: 2/3;
  }
  .about-page {
    grid-template-columns: 1fr;
    padding-top: 130px;
  }
  .about-portrait {
    max-width: 430px;
  }
  .about-story {
    grid-template-columns: 1fr;
  }
  .contact-notes {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 540px) {
  .page-hero {
    min-height: 720px;
  }
  .page-hero h1,
  .about-page h1,
  .contact-page h1 {
    font-size: 18vw;
  }
  .page-intro,
  .page-cta,
  .about-story {
    padding: 90px 7vw;
  }
  .service-grid,
  .values {
    padding: 7vw;
  }
  .service-grid article,
  .values article {
    padding: 2rem 0.5rem;
  }
  .setlist {
    padding: 90px 7vw;
  }
  .event-types > a {
    grid-template-columns: 30px 1fr 25px;
  }
  .event-types h3 {
    font-size: 13vw;
  }
  .about-page {
    padding-bottom: 90px;
  }
  .contact-page {
    padding-top: 130px;
  }
}

/* Dom's real photography */
.hero-image {
  background-color: #071216;
  background-image: url("public/images/dom/dom-guitar.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
.sound-photo {
  background-image: url("public/images/dom/dom-mixing.jpg");
  background-position: center;
}
.proof-photo {
  background-image: url("public/images/dom/dom-at-the-booth.jpg");
  background-position: center 18%;
}
.contact-bg {
  background-image:
    linear-gradient(90deg, rgba(25, 13, 6, 0.95), rgba(30, 16, 8, 0.46)),
    url("public/images/dom/country-night-crowd.jpg");
}
.wedding-hero {
  background-image: url("public/images/dom/wedding-party.jpg");
  background-position: center 28%;
}
.events-hero {
  background-image: url("public/images/dom/dom-at-the-booth.jpg");
  background-position: center 16%;
}
.field-notes {
  padding: 130px 7vw;
  background: #d8a94d;
}
.field-notes-head {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 7vw;
  align-items: end;
  margin-bottom: 4rem;
}
.field-notes-head span,
.photo-grid figcaption {
  font: 500 9px var(--mono);
  letter-spacing: 0.14em;
}
.field-notes h2 {
  font: clamp(4.5rem, 8vw, 8.5rem) / 0.82 var(--display);
  margin: 1.5rem 0 0;
  text-transform: uppercase;
}
.field-notes h2 em {
  font-family: var(--sans);
  font-weight: 600;
  color: #8d341f;
}
.field-notes-head p {
  max-width: 420px;
  line-height: 1.65;
}
.photo-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
  grid-template-rows: 320px 420px;
  gap: 1rem;
}
.photo-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #23160e;
}
.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.82) contrast(1.05);
  transition: transform 0.6s ease;
}
.photo-grid figure:hover img {
  transform: scale(1.035);
}
.photo-grid figcaption {
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  padding: 0.5rem 0.65rem;
  background: #eee5d5;
  color: #17130f;
}
.photo-grid .photo-tall {
  grid-row: 1/3;
}
.photo-grid .photo-wide {
  grid-column: 2/4;
}
.photo-grid .photo-wide img {
  object-position: center 42%;
}
@media (max-width: 850px) {
  .field-notes-head {
    grid-template-columns: 1fr;
  }
  .photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 520px 300px 360px;
  }
  .photo-grid .photo-tall {
    grid-column: 1/3;
    grid-row: auto;
  }
  .photo-grid .photo-wide {
    grid-column: 1/3;
  }
}
@media (max-width: 540px) {
  .field-notes {
    padding: 90px 5vw;
  }
  .photo-grid {
    display: block;
  }
  .photo-grid figure {
    height: 360px;
    margin-bottom: 1rem;
  }
  .photo-grid .photo-wide {
    height: 300px;
  }
}
@media (max-width: 850px) {
  .hero-image {
    background-size: cover;
    background-position: 60% center;
  }
  .events-hero {
    background-position: center 12%;
  }
  .wedding-hero {
    background-position: center 24%;
  }
}
.topbar .header-logo {
  align-self: center;
  display: block;
  line-height: 0;
}
.topbar .header-logo img {
  display: block;
  width: 118px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
  object-position: left center;
}
.paper-nav .header-logo {
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.25));
}
@media (max-width: 540px) {
  .topbar .header-logo img {
    width: 98px;
    max-height: 54px;
  }
}
.footer-logo {
  display: block;
  line-height: 0;
}
.footer-logo img {
  display: block;
  width: 128px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0);
}
@media (max-width: 540px) {
  .footer-logo img {
    width: 112px;
  }
}
.error-body {
  background: #17130f;
  color: #f0e2c9;
  min-height: 100svh;
}
.error-page {
  position: relative;
  min-height: 100svh;
  padding: 5vw 7vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 80% 25%,
      rgba(168, 68, 39, 0.28),
      transparent 36%
    ),
    linear-gradient(135deg, #17130f, #27180f);
}
.error-logo {
  position: relative;
  z-index: 2;
  width: 150px;
}
.error-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.error-copy {
  position: relative;
  z-index: 2;
  margin: 8vh 0;
}
.error-copy > p {
  font: 500 10px var(--mono);
  letter-spacing: 0.18em;
  color: #d8a94d;
}
.error-copy h1 {
  max-width: 1000px;
  margin: 1.5rem 0;
  font: clamp(5rem, 11vw, 12rem) / 0.78 var(--display);
  text-transform: uppercase;
}
.error-copy h1 em {
  font-family: var(--sans);
  font-weight: 600;
  color: #d8a94d;
}
.error-copy > span {
  display: block;
  color: #b7a894;
  margin-bottom: 2.5rem;
}
.error-home {
  display: flex;
  justify-content: space-between;
  width: 260px;
  border-bottom: 1px solid #d8a94d;
  padding: 0.8rem 0;
  font: 500 11px var(--mono);
  color: #d8a94d;
}
.error-code {
  position: absolute;
  right: -2vw;
  bottom: -11vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(216, 169, 77, 0.2);
  font: 45vw/1 var(--display);
}
@media (max-width: 540px) {
  .error-page {
    padding: 2rem 7vw;
  }
  .error-logo {
    width: 118px;
  }
  .error-copy h1 {
    font-size: 18vw;
  }
  .error-home {
    width: 220px;
  }
}

/* Display capitalization belongs to the component styles, not the source copy. */
.micro,
.hero-index,
.side-label,
.ticker,
.sound-photo span,
.section-number,
.field-notes-head span,
.photo-grid figcaption,
.night small,
.photo-caption,
.proof-card a,
.contact-title > p,
.instagram-direct,
.page-hero-copy > p,
.page-hero-copy > a,
.setlist span,
.setlist h2,
.page-cta > p,
.page-cta > a,
.event-types h3,
.about-portrait span,
.about-page-copy > p,
.contact-notes h2,
.error-copy > p,
.error-home {
  text-transform: uppercase;
}
