:root {
  color-scheme: light;
  --ink: #15100d;
  --espresso: #2a1714;
  --noir: #111312;
  --cream: #f1dfbd;
  --paper: #f8ebcf;
  --champagne: #d7a947;
  --copper: #c66b42;
  --coral: #dd7f68;
  --green: #1f4b3e;
  --blue: #235c70;
  --oxblood: #7d2420;
  --muted: #6d5545;
  --line: rgba(42, 23, 20, 0.28);
  --serif: "Didot", "Bodoni 72", "Bodoni MT", "Times New Roman", serif;
  --sans: "Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
  scroll-padding-top: 5.25rem;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(90deg, rgba(42, 23, 20, 0.06) 1px, transparent 1px) 0 0 / 4rem 4rem,
    linear-gradient(0deg, rgba(42, 23, 20, 0.05) 1px, transparent 1px) 0 0 / 4rem 4rem,
    radial-gradient(circle at 10% 15%, rgba(221, 127, 104, 0.5), transparent 22rem),
    radial-gradient(circle at 92% 4%, rgba(35, 92, 112, 0.24), transparent 28rem),
    linear-gradient(135deg, var(--paper), #eed19a 58%, #e1a65d);
  color: var(--ink);
  font-family: var(--sans);
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

.site-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  min-height: 4.25rem;
  padding: 0.8rem clamp(1rem, 3vw, 2.5rem);
  color: var(--paper);
  background: rgba(17, 19, 18, 0.72);
  border-bottom: 1px solid rgba(215, 169, 71, 0.46);
  backdrop-filter: blur(16px);
}

.site-nav a {
  text-decoration: none;
}

.site-nav__brand {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.site-nav nav {
  display: flex;
  gap: clamp(0.8rem, 2vw, 1.8rem);
  align-items: center;
}

.site-nav nav a {
  color: #f5dca7;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--champagne);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 94svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: clamp(5.5rem, 8vw, 7rem) clamp(1.25rem, 3vw, 2.5rem) clamp(1.25rem, 3vw, 2.5rem);
  color: var(--paper);
  background: var(--noir);
}

.intro,
.dates,
.salon,
.reservations {
  scroll-margin-top: 5.25rem;
}

.hero__image,
.hero__veil,
.hero__frame {
  position: absolute;
  inset: 0;
}

.hero__image {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
  filter: saturate(1.05) contrast(1.08) brightness(0.82);
}

.hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 19, 18, 0.82), rgba(17, 19, 18, 0.28) 46%, rgba(42, 23, 20, 0.72)),
    linear-gradient(0deg, rgba(17, 19, 18, 0.78), transparent 62%);
}

.hero__frame {
  z-index: -1;
  margin: clamp(0.9rem, 2vw, 1.6rem);
  border: 1px solid rgba(215, 169, 71, 0.72);
  background:
    linear-gradient(90deg, rgba(215, 169, 71, 0.5) 1px, transparent 1px) 0 0 / 8rem 100%,
    linear-gradient(0deg, rgba(215, 169, 71, 0.35) 1px, transparent 1px) 0 0 / 100% 8rem;
  opacity: 0.52;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 94% 100%, 0 100%);
}

.hero__content {
  width: min(100%, 67rem);
  padding: clamp(4rem, 12vw, 8.5rem) 0 clamp(2.25rem, 8vw, 5rem);
}

.kicker {
  margin: 0 0 1rem;
  color: var(--oxblood);
  font-family: var(--sans);
  font-size: clamp(0.76rem, 1vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero .kicker,
.reservations .kicker {
  color: var(--champagne);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: clamp(1rem, 2.5vw, 1.75rem);
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(4rem, 12vw, 11rem);
  font-weight: 400;
  line-height: 0.82;
  text-transform: uppercase;
  text-shadow: 0 0.2rem 1.8rem rgba(0, 0, 0, 0.42);
}

.hero__copy {
  max-width: 42rem;
  margin-bottom: 2rem;
  color: #f5dca7;
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.72rem);
  line-height: 1.32;
}

.reservation-link {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  border-bottom: 2px solid currentColor;
  color: inherit;
  font-size: clamp(0.95rem, 1.5vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.reservation-link:hover,
.reservation-link:focus-visible {
  color: var(--copper);
}

.intro {
  display: grid;
  grid-template-columns: minmax(8rem, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: center;
  padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 6rem);
  background:
    linear-gradient(120deg, rgba(248, 235, 207, 0.9), rgba(239, 194, 132, 0.78)),
    url("img/sibling_supernovae_1024.jpg") center / cover;
  background-blend-mode: screen;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro__mark {
  justify-self: center;
  width: min(100%, 18rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(125, 36, 32, 0.42);
  color: var(--oxblood);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  outline: 1px solid rgba(31, 75, 62, 0.35);
  outline-offset: -1rem;
  background: rgba(248, 235, 207, 0.52);
  transform: rotate(-3deg);
}

.intro__copy {
  max-width: 57rem;
}

.intro__copy p {
  margin-bottom: 1.2rem;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 4vw, 3.8rem);
  line-height: 1.04;
}

.intro__copy p + p {
  max-width: 45rem;
  color: var(--muted);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  font-weight: 650;
  line-height: 1.6;
}

.dates {
  padding: clamp(5rem, 10vw, 8rem) clamp(1.25rem, 6vw, 6rem);
}

.section-heading {
  display: flex;
  gap: 1.5rem;
  align-items: end;
  justify-content: space-between;
  max-width: 82rem;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  border-bottom: 2px solid var(--ink);
}

.section-heading h2,
.salon__text h2,
.reservations h2 {
  margin-bottom: 0.5rem;
  font-family: var(--serif);
  font-size: clamp(2.45rem, 6.4vw, 6.2rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.date-list {
  max-width: 82rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.date-list li {
  display: grid;
  grid-template-columns: minmax(8rem, 0.58fr) minmax(12rem, 1.25fr) minmax(9rem, 0.7fr);
  gap: clamp(1rem, 3vw, 3rem);
  align-items: baseline;
  padding: clamp(1.2rem, 3vw, 2rem) 0;
  border-bottom: 1px solid var(--line);
}

.date-list__range {
  color: var(--oxblood);
  font-size: clamp(1.1rem, 2.2vw, 1.8rem);
  font-weight: 800;
}

.date-list__city {
  font-family: var(--serif);
  font-size: clamp(2.6rem, 7.5vw, 6.7rem);
  line-height: 0.86;
  text-transform: uppercase;
}

.date-list__state {
  justify-self: end;
  color: var(--green);
  font-size: clamp(0.9rem, 1.3vw, 1.1rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.salon {
  display: grid;
  grid-template-columns: minmax(16rem, 0.82fr) minmax(0, 0.88fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding: 0 clamp(1.25rem, 6vw, 6rem) clamp(5rem, 9vw, 8rem);
}

.salon__image {
  min-height: 24rem;
  overflow: hidden;
  border: 1px solid rgba(42, 23, 20, 0.34);
  outline: 1px solid rgba(215, 169, 71, 0.72);
  outline-offset: -0.8rem;
  box-shadow: 0 1.6rem 3rem rgba(42, 23, 20, 0.18);
}

.salon__image--tall {
  min-height: 40rem;
}

.salon__image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
}

.salon__text {
  min-width: 0;
  padding: clamp(1rem, 3vw, 2.5rem);
}

.salon__text h2 {
  max-width: 10ch;
  font-size: clamp(2.1rem, 4.8vw, 4.35rem);
  overflow-wrap: break-word;
}

.salon__text p:last-child,
.reservations p {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  font-weight: 650;
  line-height: 1.65;
}

.reservations {
  position: relative;
  margin: 0 clamp(1.25rem, 6vw, 6rem) clamp(5rem, 9vw, 8rem);
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7rem);
  overflow: hidden;
  color: var(--paper);
  text-align: center;
  background:
    linear-gradient(115deg, rgba(17, 19, 18, 0.84), rgba(42, 23, 20, 0.46)),
    url("img/cocktail2.jpg") center / cover;
  border: 1px solid rgba(215, 169, 71, 0.64);
  box-shadow: 0 2rem 4rem rgba(42, 23, 20, 0.24);
}

.reservations__ornament {
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(215, 169, 71, 0.46);
  pointer-events: none;
}

.reservations__ornament::before,
.reservations__ornament::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(18rem, 50vw);
  height: 1px;
  background: rgba(215, 169, 71, 0.56);
  transform: translateX(-50%);
}

.reservations__ornament::before {
  top: 1.4rem;
}

.reservations__ornament::after {
  bottom: 1.4rem;
}

.reservations > *:not(.reservations__ornament) {
  position: relative;
  z-index: 1;
}

.reservations h2 {
  margin-bottom: 1rem;
}

.reservations p {
  max-width: 38rem;
  margin: 0 auto 1.5rem;
  color: #f2d99f;
}

.reservation-link--large {
  font-size: clamp(1rem, 2vw, 1.35rem);
}

.site-footer {
  position: relative;
  isolation: isolate;
  min-height: clamp(26rem, 48vw, 42rem);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--paper);
  background: var(--noir);
  border-top: 1px solid rgba(42, 23, 20, 0.32);
}

.site-footer img {
  position: absolute;
  inset: clamp(1rem, 2vw, 1.5rem);
  z-index: -2;
  width: calc(100% - clamp(2rem, 4vw, 3rem));
  height: calc(100% - clamp(2rem, 4vw, 3rem));
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(215, 169, 71, 0.62);
  outline: 1px solid rgba(215, 169, 71, 0.34);
  outline-offset: -0.8rem;
  filter: saturate(1.06) contrast(1.08) brightness(0.76);
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(17, 19, 18, 0.92), rgba(17, 19, 18, 0.08) 58%),
    linear-gradient(90deg, rgba(17, 19, 18, 0.65), transparent 55%);
}

.site-footer__content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: end;
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 6vw, 6rem);
}

.site-footer__brand,
.site-footer__copyright {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__brand {
  color: var(--champagne);
}

.site-footer__links {
  display: flex;
  gap: clamp(0.9rem, 2vw, 1.5rem);
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer__links a {
  color: #f5dca7;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: var(--champagne);
}

.site-footer__copyright {
  justify-self: end;
  color: #f5dca7;
}

@media (max-width: 900px) {
  .intro,
  .salon {
    grid-template-columns: 1fr;
  }

  .intro__mark {
    justify-self: start;
    width: 12rem;
  }

  .date-list li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .date-list__state {
    justify-self: start;
  }

  .date-list__city {
    line-height: 0.9;
  }

  .salon__text h2 {
    max-width: 100%;
    font-size: clamp(2.4rem, 12vw, 4.1rem);
  }

  .salon__image,
  .salon__image--tall {
    min-height: 28rem;
  }

  .site-footer__content {
    grid-template-columns: 1fr;
  }

  .site-footer__links {
    justify-content: start;
  }

  .site-footer__copyright {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .site-nav {
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
  }

  .site-nav nav {
    width: 100%;
    justify-content: space-between;
  }

  .site-nav nav a {
    font-size: 0.72rem;
  }

  .hero {
    min-height: 92svh;
  }

  .hero__frame {
    margin: 0.8rem;
    background-size: 5rem 100%, 100% 5rem;
  }

  h1 {
    font-size: clamp(3.3rem, 17vw, 5.6rem);
  }

  .hero__copy {
    max-width: 22rem;
  }

  .section-heading {
    display: block;
  }

  .salon__text {
    padding-inline: 0;
  }

  .reservations {
    margin-inline: 0;
    border-right: 0;
    border-left: 0;
  }

  .reservations__ornament {
    inset: 0.75rem;
  }
}
