@font-face {
  font-family: "Pinyon Script";
  src: url("fonts/pinyon-script-latin.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 500;
  src: url("fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-display: swap;
}

:root {
  --charcoal: #2e2b29;
  --gray: #c9c6c1;
  --off-white: #f7f5f2;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--off-white);
  color: var(--charcoal);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.hero { position: relative; background: var(--gray); }

.hero::before {
  position: absolute;
  z-index: 1;
  inset: 0 0 54px;
  background: linear-gradient(to top, rgb(46 43 41 / 64%), rgb(46 43 41 / 22%) 65%, rgb(46 43 41 / 5%));
  content: "";
}

.photo { display: block; background: var(--gray); overflow: hidden; }

.photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo { position: relative; z-index: 0; height: min(82vh, 720px); min-height: 510px; }

.hero-copy {
  position: absolute;
  inset: 0 0 54px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem 1.5rem clamp(5.5rem, 12vh, 9rem);
  color: var(--off-white);
  text-align: center;
}

.eyebrow, .date-bar, .coming li, footer p {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow { margin: 0; }

h1, h2 { font-family: "Pinyon Script", cursive; font-weight: 400; }

h1 {
  margin: 0;
  font-size: clamp(5.2rem, 20vw, 12rem);
  line-height: 0.67;
}

h1 span { display: block; font-size: 0.55em; line-height: 0.54; }

.date-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 0 1rem;
  background: var(--off-white);
  color: var(--charcoal);
  font-variant-numeric: lining-nums;
  text-align: center;
  white-space: nowrap;
}

.date-bar span { margin: 0 0.25rem; }

.welcome { padding: 4.5rem 1.5rem 4.75rem; background: var(--gray); text-align: center; }

.welcome h2, .coming h2, .wink h2 { margin: 0; font-size: clamp(2.8rem, 12vw, 6.5rem); line-height: 0.8; }

.details { margin: 2.5rem auto 0; max-width: 25rem; }

.details p { margin: 0 0 1.5rem; }

.details p:last-child { margin-bottom: 0; }

.details strong { font-weight: 500; }

.details span { font-size: 0.9em; }

.coming { padding: 4.75rem 1.5rem 5rem; text-align: center; }

.coming .eyebrow { margin-bottom: 1.5rem; }

.coming ul { max-width: 29rem; margin: 2.75rem auto 0; padding: 0; list-style: none; }

.coming li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.95rem 0; border-top: 1px solid color-mix(in srgb, var(--charcoal) 32%, transparent); text-align: left; }

.coming li:last-child { border-bottom: 1px solid color-mix(in srgb, var(--charcoal) 32%, transparent); }

.coming li span { color: #514c48; font-size: 0.67rem; letter-spacing: 0.12em; white-space: nowrap; }

.wink { position: relative; background: var(--gray); }

.mishti-photo { height: min(84vw, 500px); min-height: 310px; }

.mishti-photo img { object-position: 50% 33%; }

.wink-copy { padding: 3.75rem 1.5rem 4.25rem; background: var(--gray); text-align: center; }

footer { padding: 2rem 1rem; background: var(--charcoal); color: var(--off-white); text-align: center; }

.cats-mark { display: block; width: auto; height: 6rem; margin: 0 auto 1.1rem; }

footer p { margin: 0; font-size: 0.64rem; }

footer p + p { margin-top: 0.6rem; }

footer a { color: inherit; }

@media (min-width: 768px) {
  .hero-photo { height: min(78vh, 780px); }
  .hero-copy { padding-bottom: clamp(2.5rem, 5vh, 4.5rem); }
  .welcome, .coming { padding-top: 6.5rem; padding-bottom: 6.75rem; }
  .mishti-photo { height: min(57vw, 600px); }
  .mishti-photo img { object-position: 50% 25%; }
  .wink-copy { padding-top: 5.25rem; padding-bottom: 5.75rem; }
}

@media (max-width: 767px) {
  .hero::before {
    background: linear-gradient(to top, rgb(46 43 41 / 72%), rgb(46 43 41 / 24%) 68%, rgb(46 43 41 / 6%));
  }
}

@media (min-width: 1100px) {
  .hero-photo { height: min(84vh, 900px); }
  .welcome, .coming { padding-top: 7.5rem; padding-bottom: 7.75rem; }
  .mishti-photo { height: min(49vw, 680px); }
}
