@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #18262b;
  --muted: #687276;
  --paper: #f4f0e8;
  --cream: #fffdf8;
  --orange: #e6603f;
  --blue: #2b6970;
  --line: #d8d2c6;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Manrope', 'Segoe UI', sans-serif;
  --mono: 'DM Mono', Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
.page-shell { max-width: 1440px; margin: 0 auto; padding: 0 5vw; overflow: hidden; }
.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; letter-spacing: -.03em; }
.mark { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; color: var(--cream); background: var(--orange); font: 500 11px var(--mono); }
.site-nav { display: flex; align-items: center; gap: 31px; color: var(--muted); font-size: 13px; }
.site-nav a:not(.nav-button):hover, .text-link:hover, .card-link:hover { color: var(--orange); }
.nav-button { border: 1px solid var(--ink); border-radius: 99px; padding: 12px 17px; color: var(--ink); }
.nav-button:hover { background: var(--ink); color: var(--cream); }
.hero { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr); gap: 7vw; align-items: center; min-height: 630px; padding: 74px 0 84px; }
.eyebrow { margin: 0 0 23px; color: var(--orange); font: 500 11px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.signal { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: -.05em; }
h1 { max-width: 800px; margin-bottom: 28px; font-size: clamp(59px, 8vw, 116px); line-height: .93; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-intro { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 37px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 16px 20px; border: 1px solid transparent; font-size: 12px; font-weight: 700; }
.button-dark { color: var(--cream); background: var(--ink); }
.button-dark:hover { background: var(--orange); }
.button-light { color: var(--ink); background: var(--cream); }
.button-light:hover { color: var(--cream); background: var(--orange); }
.text-link, .card-link { font-size: 12px; font-weight: 700; }
.hero-card { position: relative; min-height: 440px; padding: 31px; color: var(--cream); background: var(--ink); box-shadow: 20px 20px 0 #ded5c5; }
.card-topline { display: flex; justify-content: space-between; color: #aeb9b6; font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.status-dot { color: #c1d8bc; }
.status-dot::before { content: ''; display: inline-block; width: 6px; height: 6px; margin: 0 6px 1px 0; border-radius: 50%; background: #a3c78b; }
.vinyl { width: 170px; height: 170px; margin: 38px auto 37px; border-radius: 50%; background: repeating-radial-gradient(circle at center, #202f33 0 2px, #263c3f 3px 4px); box-shadow: 7px 10px 0 rgba(0,0,0,.15); display: grid; place-items: center; }
.vinyl-label { display: grid; place-items: center; width: 67px; height: 67px; border-radius: 50%; color: var(--ink); background: var(--orange); font: 500 14px var(--mono); }
.card-kicker, .project-type { margin-bottom: 10px; color: #e58f75; font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.hero-card h2 { max-width: 350px; margin-bottom: 12px; font-size: 29px; line-height: 1.03; }
.hero-card p:not(.card-kicker) { max-width: 360px; color: #b5c0bd; font-size: 13px; line-height: 1.6; }
.card-link { display: inline-block; margin-top: 18px; color: var(--cream); }
.section { padding: 110px 0; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 56px; }
.section-heading h2, .about-copy h2, .contact-section h2 { margin: 0; font-size: clamp(43px, 5vw, 74px); line-height: .97; }
.project-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 17px; }
.project-card { position: relative; min-height: 340px; padding: 29px; border: 1px solid var(--line); background: var(--cream); }
.project-primary { color: var(--cream); background: var(--blue); border-color: var(--blue); }
.project-secondary { background: #e5dfd2; }
.project-tertiary { background: #f7d7c6; border-color: #f0c1ac; }
.project-number { position: absolute; top: 27px; right: 27px; font: 11px var(--mono); opacity: .65; }
.project-card h3 { max-width: 270px; margin: 69px 0 18px; font-size: 34px; line-height: .98; }
.project-card p:not(.project-type) { max-width: 290px; min-height: 83px; color: #687276; font-size: 13px; line-height: 1.7; }
.project-primary p:not(.project-type) { color: #d2dfdc; }
.project-status { display: inline-block; margin-top: 17px; padding-top: 12px; border-top: 1px solid currentColor; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.about-section { display: grid; grid-template-columns: 1fr 2fr; gap: 8vw; padding: 112px 8vw; color: var(--cream); background: var(--ink); }
.portrait-card { margin: 0; max-width: 300px; transform: rotate(-2deg); }
.portrait-card img { display: block; width: 100%; aspect-ratio: 3 / 4; border: 9px solid var(--cream); object-fit: cover; object-position: center center; box-shadow: 9px 11px 0 rgba(0, 0, 0, .17); }
.portrait-card figcaption { margin-top: 18px; color: #a9beb7; font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.about-copy h2 { max-width: 680px; margin-bottom: 32px; color: var(--cream); }
.about-copy p:not(.eyebrow) { max-width: 630px; color: #b7c2bf; font-size: 15px; line-height: 1.8; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 120px 0; }
.contact-panel { align-self: end; max-width: 420px; padding: 31px; background: var(--orange); }
.contact-panel p { color: #fff1e5; font-size: 14px; line-height: 1.7; }
.contact-panel .small-note { margin: 19px 0 0; color: #813f31; font: 10px var(--mono); line-height: 1.5; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0 33px; border-top: 1px solid var(--line); color: var(--muted); font: 10px var(--mono); }
.site-footer a:hover { color: var(--orange); }
@media (max-width: 800px) {
  .site-header { height: 78px; }
  .site-nav a:not(.nav-button) { display: none; }
  .hero, .project-grid, .about-section, .contact-section { grid-template-columns: 1fr; }
  .hero { gap: 65px; padding: 65px 0 90px; }
  .hero-card { max-width: 500px; }
  .section { padding: 80px 0; }
  .section-heading { display: block; }
  .section-heading h2 { margin-top: 20px; }
  .project-card { min-height: 300px; }
  .about-section { gap: 55px; padding: 80px 8vw; }
  .contact-section { gap: 48px; padding: 80px 0; }
  .site-footer { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .page-shell { padding: 0 20px; }
  h1 { font-size: 56px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-card { padding: 24px; }
  .site-footer span:nth-child(2) { display: none; }
}
