@font-face {
  font-family: "CareerPath Serif";
  src: url("/assets/fraunces-latin-v1.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fffdf8;
  --ink: #11110f;
  --gold: #92702e;
  --rule: #d6ccbc;
  --gutter: clamp(24px, 4.4vw, 80px);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; display: flex; flex-direction: column; }
p { margin: 0; }
a { color: inherit; }
::selection { background: #e7d3a2; color: #111; }
.site-header, .site-footer { margin-inline: var(--gutter); position: relative; z-index: 2; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: clamp(24px, 3vw, 42px); border-bottom: 1px solid var(--rule); background: var(--paper); }
.brand { display: block; flex: none; transition: opacity 180ms ease; }
.brand:hover { opacity: .72; }
.brand:focus-visible { outline: 2px solid var(--gold); outline-offset: 8px; }
.brand-artwork { position: relative; display: block; width: clamp(240px, 24vw, 340px); aspect-ratio: 1344 / 216; overflow: hidden; mix-blend-mode: multiply; }
.brand-artwork img { position: absolute; width: 114.285714%; max-width: none; height: auto; filter: brightness(1.06); left: -8.035714%; top: -138.888889%; }
.development { color: #393a39; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; white-space: nowrap; }
.hero { flex: 1; position: relative; isolation: isolate; display: flex; align-items: center; min-height: 630px; overflow: hidden; }
.hero-copy { position: relative; z-index: 1; width: 66%; padding: 90px 0 100px var(--gutter); }
.eyebrow { margin-bottom: 28px; font-size: clamp(13px, 1.4vw, 19px); font-weight: 600; letter-spacing: .27em; text-transform: uppercase; color: var(--gold); }
h1 { font-family: "CareerPath Serif", Georgia, serif; font-size: clamp(58px, 6.45vw, 112px); font-weight: 680; line-height: 1.035; letter-spacing: -.04em; margin: 0 0 40px; }
h1 span { display: block; }
.description { max-width: 730px; font-size: clamp(18px, 1.75vw, 26px); line-height: 1.5; letter-spacing: -.015em; padding-right: 28px; }
.status { margin-top: 55px; font-size: clamp(15px, 1.4vw, 19px); line-height: 1.6; letter-spacing: .045em; }
.status::before { display: block; content: ""; width: 80px; height: 2px; background: #b58f42; margin-bottom: 23px; }
.hero-art { position: absolute; inset: 0 0 0 auto; width: 49%; z-index: -1; mask-image: linear-gradient(to right, transparent 0%, #000 22%); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; mix-blend-mode: multiply; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--rule); padding-block: 30px 36px; }
.site-footer p { font-size: 13px; line-height: 1.6; letter-spacing: .07em; color: #393a39; }
.footer-name { font-family: "CareerPath Serif", Georgia, serif; font-size: 25px; font-weight: 750; letter-spacing: -.065em; }

@media (min-width: 1700px) { .hero-copy { width: 64%; padding-block: 115px; } .description { max-width: 800px; } }
@media (min-width: 701px) and (max-width: 1050px) {
  .hero { min-height: 610px; }
  .hero-copy { width: 72%; padding-block: 75px; }
  h1 { font-size: clamp(48px, 6.35vw, 66px); }
  .description { max-width: 530px; font-size: 19px; }
  .hero-art { width: 50%; opacity: .8; mask-image: linear-gradient(to right, transparent 0%, #000 42%); }
  .development { font-size: 10px; letter-spacing: .2em; }
}
@media (max-width: 700px) {
  .site-header { padding-block: 25px 23px; gap: 12px; }
  .brand-artwork { width: clamp(174px, 45vw, 235px); }
  .development { font-size: 8px; letter-spacing: .13em; }
  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; overflow: hidden; }
  .hero-copy { width: 100%; padding: 55px var(--gutter) 0; }
  .eyebrow { font-size: 12px; margin-bottom: 22px; }
  h1 { font-size: clamp(35px, 8.6vw, 60px); line-height: 1.1; letter-spacing: -.045em; margin-bottom: 25px; }
  .description { font-size: 17px; line-height: 1.6; max-width: 540px; padding: 0; }
  .status { font-size: 13px; letter-spacing: .025em; margin-top: 31px; }
  .status::before { width: 55px; margin-bottom: 17px; }
  .hero-art { position: relative; inset: auto; width: 100%; height: clamp(340px, 100vw, 520px); margin-top: 2px; mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 86%, transparent); }
  .hero-art img { object-position: center 53%; }
  .site-footer { padding-block: 22px 27px; gap: 18px; }
  .site-footer p { max-width: 210px; font-size: 10px; letter-spacing: .04em; }
  .footer-name { font-size: 20px; }
}
@media (prefers-reduced-motion: no-preference) {
  .eyebrow, h1, .description, .status { animation: arrive 650ms both; }
  h1 { animation-delay: 70ms; }
  .description { animation-delay: 130ms; }
  .status { animation-delay: 190ms; }
  .hero-art img { animation: reveal-art 1100ms both; }
  @keyframes arrive { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes reveal-art { from { opacity: 0; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }
}
