:root {
  --bg-color: #ffffff;
  --text-color: #000000;
  --secondary-text: #000000;
  --font-sans: 'Helvetica', 'Arial', sans-serif;
  --font-serif: 'Times New Roman', serif;
  --spacing-lg: 120px;
  --spacing-md: 60px;
  --frame-width: 1440px;
  --container-width: 845px;
  --border: #9f9f9f;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--font-sans);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ctext x='2' y='21' font-size='22'%3E%E2%9C%A6%3C/text%3E%3C/svg%3E") 8 8, auto;
}

a,
button,
input,
label {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Ctext x='2' y='21' font-size='22'%3E%E2%9C%A6%3C/text%3E%3C/svg%3E") 8 8, auto;
}

/* shared site header/footer */
.site-header {
  padding: 32px 24px 18px;
  text-align: center;
  background: #ffffff;
}

.site-title {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.08em;
  margin-bottom: 1px;
  text-decoration: none;
  color: #000;
}

.top-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: "Times New Roman", Times, serif;
  font-style: normal;
  font-size: 24px;
  letter-spacing: -0.02em;
}

.top-nav a {
  color: #000;
  text-decoration: none;
  font-style: normal;
}

.top-nav a.active {
  font-weight: bold;
  font-style: italic;
}

/* Hero Section */
.hero {
  position: relative;
  width: min(100%, 1240px);
  margin: 0 auto 0;
  height: 810px;
  background-image: url('../images/shayna-arvan-1.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.03);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero h2 {
  font-family: var(--font-sans);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: -10px;
  text-transform: lowercase;
  letter-spacing: 0.12em;
}

.hero h3 {
  font-family: var(--font-serif);
  font-size: 164px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-meta {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 1;
  text-transform: lowercase;
}

.hero-meta span {
  font-family: 'Times New Roman', serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.hero-meta span:nth-child(2) {
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  font-weight: 400;
}

.container {
  width: min(var(--container-width), calc(100% - 72px));
  margin: 0 auto;
}

section {
  padding: 0;
}

.divider {
  width: 100%;
  height: 64px;
  margin: 8px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.divider img {
  width: 100%;
  height: auto;
}

.intro {
  width: min(805px, 100%);
  margin: 68px auto 0;
  text-align: center;
}

.intro p {
  font-family: var(--font-serif);
  font-size: 14pt;
  margin-bottom: 15px;
  line-height: 1.22;
  width: 100%;
  letter-spacing: -0.04em;
}

.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: start;
}

.cols-2 p,
.col p {
  font-family: var(--font-sans);
  font-size: 12pt;
  margin-bottom: 18px;
  text-align: justify;
  font-weight: 400;
  color: #000000;
  line-height: 1.12;
  hyphens: auto;
  letter-spacing: -0.03em;
}

.quote-band {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.quote-band p {
  font-family: var(--font-serif);
  font-size: 16pt;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.quote-band-narrow {
  max-width: 760px;
}

.image-caption {
  font-family: 'Helvetica', sans-serif;
  font-size: 10px;
  color: var(--secondary-text);
  margin-top: 8px;
  text-align: center;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-style: italic;
}

.image-caption-center {
  text-align: center;
}

.image-figure {
  margin: 0;
}

.image-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.liquid-section {
  display: grid;
  grid-template-columns: 1.28fr 0.92fr;
  gap: 160px;
  align-items: start;
}

.liquid-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pull-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 10px;
  margin-top: 100px;
}

.full-width-image {
  width: 100%;
  margin: 0 auto;
}

.full-width-image img {
  width: 100%;
  display: block;
  height: auto;
}

.image-section-tight {
  margin-top: 10px;
}

.mouth-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 140px;
  align-items: start;
}

.stacked-mouth-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.mouth-top,
.mouth-bottom {
  width: 100%;
  margin: 0;
}

.mouth-top img,
.mouth-bottom img {
  display: block;
  width: 100%;
  height: auto;
}

.mouth-bottom {
  margin-top: 0;
}

.mouth-bottom img {
  width: 100%;
}

.mouth-text-col {
  display: flex;
  flex-direction: column;
}

.mouth-text-col .pull-quote {
  margin-top: 18px;
}

.image-caption-center {
  text-align: center;
}

.floor-image {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.nav-footer {
  display: flex;
  justify-content: space-between;
  padding: 24px 0 26px;
  font-weight: 500;
}

.nav-footer a {
  text-decoration: none;
  color: var(--text-color);
  font-family: var(--font-serif);
  font-size: 14px;
}

.site-footer {
  width: min(100%, 1080px);
  margin: 0 auto 36px;
  padding: 30px 24px 18px;
  border: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px;
}

.footer-links {
  display: flex;
  gap: 44px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col a {
  color: #000;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
}

.mailing-list-wrap {
  min-width: 0;
}

.mailing-title {
  margin: 0 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.94rem;
  font-style: italic;
}

.mailing-form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mailing-form input {
  width: 100%;
  border: 1px solid var(--border);
  background: transparent;
  padding: 6px 8px;
  font-family: Helvetica, Arial, sans-serif;
}

.mailing-form button {
   border: 1px solid var(--text);
  background: black;
  color: #FFFFFF;
  padding: 6px 12px;
  text-transform: lowercase;
}

.form-message {
  margin-top: 8px;
  min-height: 1em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 18px;
}

.footer-bottom p {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.footer-star {
  font-size: 1.1rem;
  color: #000;
  text-decoration: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.spotify-text {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  font-style: italic;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 1100px) {
  .hero {
    height: 62vw;
    min-height: 520px;
    max-height: 810px;
  }

  .hero h2 {
    font-size: clamp(22px, 3vw, 48px);
  }

  .hero h3 {
    font-size: clamp(72px, 11vw, 164px);
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 20px 16px 10px;
  }

  .site-title {
    font-size: 30px;
  }

  .top-nav {
    font-size: 16px;
    gap: 14px;
  }

  .hero {
    width: calc(100% - 24px);
    min-height: 260px;
    height: 56vw;
  }

  .hero-meta {
    bottom: 14px;
    padding: 0 16px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hero-meta span,
  .hero-meta span:nth-child(2),
  .hero-meta span:nth-child(3) {
    text-align: center;
    font-size: 11px;
  }

  .container {
    width: calc(100% - 28px);
  }

  .intro {
    margin-top: 36px;
  }

  .intro p {
    font-size: 11pt;
  }

  .cols-2,
  .liquid-section,
  .mouth-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pull-quote {
    font-size: 18px;
  }

  .divider {
    height: 42px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
    padding: 24px 16px 16px;
    gap: 20px;
  }

  .footer-links {
    gap: 28px;
  }

  .mailing-form {
    flex-direction: column;
    align-items: stretch;
  }

  .mouth-section {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mouth-bottom {
    width: 78%;
  }
}

/* password gate */
.gate-page {
  background: #ffffff;
  min-height: 100vh;
}

.gate-main {
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.gate-card {
  width: min(100%, 520px);
  text-align: center;
}

.gate-kicker {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: lowercase;
  margin-bottom: 10px;
}

.gate-title {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(42px, 8vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
}

.gate-copy,
.gate-message,
.gate-error {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.2;
}

.gate-copy {
  margin-bottom: 20px;
}

.gate-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.gate-form input {
  width: min(100%, 260px);
  border: 1px solid #9f9f9f;
  background: transparent;
  padding: 8px 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.gate-form button {
  border: 0;
  background: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
}

.gate-message {
  margin-bottom: 8px;
  font-style: italic;
}

.gate-error {
  min-height: 1em;
}

@media (max-width: 760px) {
  .gate-form {
    flex-direction: column;
    align-items: center;
  }

  .gate-form input {
    width: 100%;
  }
}
