@font-face {
  font-family: 'Space Grotesk';
  src: url('assets/fonts/space-grotesk-v1.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('assets/fonts/inter-v1.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --charcoal: #24251f;
  --cream: #f3e5c9;
  --orange: #eb7138;
  --muted: #ccc6b8;
}
* { box-sizing: border-box; }
html { background: var(--charcoal); }
body { margin: 0; color: var(--cream); font: 400 1rem/1.65 'Inter', sans-serif; }
.holding-page { position: relative; isolation: isolate; min-height: 100svh; overflow: hidden; display: flex; flex-direction: column; }
.scene { position: absolute; inset: 0; z-index: -2; background: var(--charcoal); }
.scene-art { width: 100%; height: 100%; object-fit: cover; object-position: center 67%; display: block; }
.scene::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(36,37,31,.86) 0%, rgba(36,37,31,.16) 30%, rgba(36,37,31,0) 64%, rgba(20,21,18,.88) 100%), linear-gradient(90deg, rgba(36,37,31,.96) 0%, rgba(36,37,31,.82) 24%, rgba(36,37,31,.58) 43%, rgba(36,37,31,.1) 67%, transparent 85%); }
.masthead { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; margin: 0 clamp(1.5rem, 5vw, 6rem); padding: 2.3rem 0 1.75rem; border-bottom: 1px solid rgba(243,229,201,.24); }
.brand { display: block; width: min(28rem, 100%); min-width: 0; flex: 0 1 28rem; }
.brand img { display: block; width: 100%; height: auto; }
.site-address { color: var(--muted); font-size: .8125rem; letter-spacing: .18em; white-space: nowrap; }
main { position: relative; flex: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(3.5rem, 8vh, 7rem) clamp(1.5rem, 5vw, 6rem) 8rem; min-height: 640px; }
.message { width: min(100%, 43rem); }
.eyebrow { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.6rem; font-size: .8125rem; line-height: 1.6; font-weight: 600; letter-spacing: .15em; color: var(--orange); }
.construction-stripes { width: 2rem; height: .6rem; flex: 0 0 auto; background: repeating-linear-gradient(125deg, var(--orange) 0 4px, transparent 4px 8px); }
h1 { margin: 0 0 1.6rem; font: 700 clamp(3.2rem, 5.6vw, 6.25rem)/1.04 'Space Grotesk', sans-serif; letter-spacing: -.045em; }
h1 span { color: var(--orange); }
.intro { max-width: 29rem; margin: 0; color: var(--cream); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.75; text-wrap: pretty; }
.launch-note { margin: 1.65rem 0 0; color: var(--muted); font-size: .9375rem; }
.scene-caption { position: absolute; bottom: 2.3rem; right: clamp(1.5rem, 5vw, 6rem); margin: 0; color: var(--cream); font-size: .875rem; letter-spacing: .005em; text-shadow: 0 1px 5px #181914; }
footer { margin: 0 clamp(1.5rem, 5vw, 6rem); padding: 1.5rem 0; border-top: 1px solid rgba(243,229,201,.25); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem 2rem; }
footer p { margin: 0; }
.brand-promise { font-size: .9375rem; line-height: 1.6; letter-spacing: .025em; color: var(--muted); }
.brand-promise span { color: var(--cream); }
.copyright { font-size: .75rem; color: var(--muted); }
@media (min-width: 1600px) { main { min-height: 720px; } }
@media (max-width: 900px) {
  .scene::after { background: linear-gradient(180deg, rgba(36,37,31,.9) 0%, rgba(36,37,31,.65) 40%, rgba(36,37,31,0) 64%, rgba(20,21,18,.88) 100%), linear-gradient(90deg, rgba(36,37,31,.4), transparent 85%); }
  main { min-height: 760px; justify-content: flex-start; padding-top: 3.5rem; }
  h1 { font-size: clamp(3.3rem, 7.8vw, 4.8rem); }
  .scene-art { object-position: 65% bottom; }
}
@media (max-width: 600px) {
  .masthead { padding: 1.5rem 0 1.2rem; }
  .brand { width: 100%; max-width: 28rem; flex-basis: auto; }
  .site-address { display: none; }
  main { min-height: 750px; padding-top: 2.65rem; padding-bottom: 22rem; }
  .message { max-width: 100%; }
  .eyebrow { font-size: .75rem; letter-spacing: .13em; margin-bottom: 1.25rem; }
  h1 { font-size: clamp(2.6rem, 9.4vw, 3.6rem); letter-spacing: -.045em; line-height: 1.07; margin-bottom: 1.2rem; }
  .intro { max-width: 27rem; font-size: 1rem; line-height: 1.7; }
  .launch-note { margin-top: 1.2rem; font-size: .875rem; }
  .scene { inset: auto 0 0; height: 100%; }
  .scene-art { position: absolute; bottom: 0; height: 650px; object-position: 73% bottom; }
  .scene::after { background: linear-gradient(180deg, var(--charcoal) 0%, var(--charcoal) 36%, rgba(36,37,31,.95) 42%, rgba(36,37,31,.5) 52%, rgba(36,37,31,0) 65%, rgba(20,21,18,.45) 88%, #1b1c18 100%); }
  .scene-caption { left: 1.5rem; right: 1.5rem; text-align: center; font-size: .8125rem; bottom: 1.25rem; }
  footer { padding: 1.25rem 0; gap: .8rem; }
  .brand-promise { width: 100%; font-size: .875rem; letter-spacing: .02em; }
}
@media (prefers-reduced-motion: no-preference) {
  .message { animation: settle-in .7s ease-out both; }
  @keyframes settle-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
}
