@font-face {
  font-family: Lora;
  src: url('/assets/hero/lora-normal-700.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Lora;
  src: url('/assets/hero/lora-italic-700.woff2') format('woff2');
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('/assets/hero/montserrat-normal-700.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #1a1416;
  --pink: #ce4173;
  --pink-text: #bd3565;
  --paper: #ffffff;
}

*, *::before, *::after { box-sizing: border-box; }
html { min-width: 320px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Montserrat, Arial, sans-serif; }

.page-shell { min-height: 100svh; display: flex; flex-direction: column; padding: 0 clamp(18px, 3vw, 48px); }
.site-header, .site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header { min-height: 82px; border-bottom: 1px solid var(--ink); }
.eyebrow, .header-mark, .site-footer, .panel-top, .panel-bottom, .intro, .social-link { font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow { margin: 0; }
.header-mark { font-size: 22px; letter-spacing: -.07em; }
.header-mark span { color: var(--pink); }

.launch { flex: 1; display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(360px, .86fr); min-height: 590px; padding: clamp(18px, 2vw, 30px) 0; }
.launch-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(10px, 2vw, 28px) clamp(28px, 6vw, 100px) clamp(8px, 1.8vw, 22px) clamp(10px, 3.2vw, 50px); }
.logo-frame { width: clamp(104px, 11.5vw, 164px); aspect-ratio: 1; overflow: hidden; }
.logo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.intro { margin: auto 0 22px; color: var(--pink-text); }
h1 { max-width: 860px; margin: 0; font-family: Lora, Georgia, serif; font-size: clamp(52px, 5.5vw, 94px); font-weight: 700; line-height: 1.06; letter-spacing: -.065em; text-wrap: balance; }
h1 em { color: var(--pink); font-style: italic; }
.copy-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; width: 100%; margin-top: auto; padding-top: 42px; }
.opening { max-width: 260px; margin: 0; font-size: clamp(15px, 1.15vw, 19px); line-height: 1.5; letter-spacing: -.025em; }
.opening strong { display: block; color: var(--pink-text); }
.social-link { display: inline-flex; align-items: center; gap: 16px; padding: 14px 0 8px; border-bottom: 2px solid var(--ink); color: var(--ink); text-decoration: none; white-space: nowrap; transition: color .2s, border-color .2s; }
.social-link svg { width: 20px; height: 20px; transition: transform .2s; }
.social-link:hover { color: var(--pink-text); border-color: var(--pink); }
.social-link:hover svg { transform: translateX(4px); }
.social-link:focus-visible { outline: 3px solid var(--pink); outline-offset: 5px; }

.date-panel { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; overflow: hidden; padding: clamp(24px, 3vw, 44px); background: var(--pink); color: var(--paper); }
.date-panel::after { content: ''; position: absolute; top: 50%; left: -3px; width: 18px; height: 100px; transform: translateY(-50%); background: var(--paper); }
.panel-top, .panel-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.panel-top { color: var(--paper); }
.panel-bottom { color: var(--paper); }
.panel-bottom span:first-child { color: var(--paper); font-family: Lora, Georgia, serif; font-size: clamp(24px, 2vw, 34px); letter-spacing: -.035em; text-transform: none; }
.panel-bottom span:last-child { text-align: right; }
.date-art { display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 1; margin: 10px 0; font-family: Montserrat, Arial, sans-serif; font-weight: 700; font-variant-numeric: lining-nums tabular-nums; letter-spacing: -.135em; line-height: .74; }
.date-line { display: block; font-size: clamp(130px, 17vw, 310px); white-space: nowrap; }
.date-line.second { color: var(--paper); }
.dot { color: var(--paper); }
.site-footer { min-height: 68px; border-top: 1px solid var(--ink); color: var(--ink); }

@media (max-width: 1050px) {
  .launch { grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr); }
  .launch-copy { padding-right: clamp(24px, 4vw, 48px); }
  .copy-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .date-line { font-size: clamp(120px, 20vw, 220px); }
}

@media (max-width: 700px) {
  .page-shell { padding: 0 16px; }
  .site-header { min-height: 62px; }
  .eyebrow { max-width: 180px; font-size: 9px; line-height: 1.4; }
  .launch { display: flex; flex-direction: column; min-height: 0; padding: 12px 0; }
  .launch-copy { padding: 18px 9px 32px; }
  .logo-frame { width: 104px; }
  .intro { margin: 34px 0 15px; font-size: 10px; }
  h1 { max-width: 550px; font-size: clamp(44px, 10vw, 68px); line-height: 1.08; }
  .copy-bottom { padding-top: 26px; }
  .opening { font-size: 16px; }
  .social-link { font-size: 10px; }
  .date-panel { min-height: 390px; padding: 24px; }
  .date-art { margin: 30px 0 22px; }
  .date-line { font-size: clamp(150px, 40vw, 250px); }
  .panel-top, .panel-bottom { font-size: 9px; }
  .panel-bottom span:first-child { font-size: 25px; }
  .site-footer { min-height: 60px; font-size: 9px; }
}

@media (max-width: 380px) {
  h1 { font-size: 42px; }
  .date-panel { min-height: 345px; padding: 20px; }
  .date-line { font-size: 145px; }
  .panel-bottom span:last-child { max-width: 100px; line-height: 1.4; }
}
