/* subrosa.media — single stylesheet. Palette + type per spec §4. */
@font-face { font-family: Fraunces; font-style: italic; font-weight: 300; src: url(fonts/fraunces-300-italic.woff2) format("woff2"); font-display: swap; }
@font-face { font-family: Fraunces; font-style: italic; font-weight: 400; src: url(fonts/fraunces-400-italic.woff2) format("woff2"); font-display: swap; }
@font-face { font-family: Fraunces; font-style: normal; font-weight: 400; src: url(fonts/fraunces-400.woff2) format("woff2"); font-display: swap; }
@font-face { font-family: Inter; font-style: normal; font-weight: 400; src: url(fonts/inter-400.woff2) format("woff2"); font-display: swap; }
@font-face { font-family: Inter; font-style: normal; font-weight: 500; src: url(fonts/inter-500.woff2) format("woff2"); font-display: swap; }

:root {
  --ink: #0F0E0C; --paper: #EDE8DD; --muted: #A49E8E; --faint: #6D685C;
  --olive: #8F8A5E; --hairline: rgba(237, 232, 221, .08);
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink); color: var(--paper);
  font: 400 16px/1.75 Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased; min-height: 100svh;
  display: flex; flex-direction: column;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
main { flex: 1; width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 44px); }

/* nav */
.nav { width: 100%; max-width: 1100px; margin: 0 auto; padding: 28px clamp(20px, 4vw, 44px); display: flex; justify-content: space-between; align-items: center; }
.nav-logo { color: var(--paper); }
.nav-logo svg, .nav-logo img { height: 28px; width: auto; display: block; }
.nav-links { display: flex; gap: clamp(16px, 3vw, 28px); font-size: 11px; letter-spacing: .16em; color: var(--faint); }
.nav-links a { color: var(--muted); transition: color .15s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--paper); }

/* home hero */
.hero { text-align: center; padding: clamp(64px, 12vh, 130px) 0 8px; }
.hero h1 { font: italic 300 clamp(2.8rem, 7vw, 4.8rem)/1.05 Fraunces, serif; letter-spacing: -.01em; }
.rule { width: 34px; height: 1px; background: var(--olive); margin: 30px auto; border: 0; }
.hero p { max-width: 520px; margin: 0 auto; color: var(--muted); font-size: 15px; }

/* feature still */
.feature { position: relative; margin: clamp(36px, 7vh, 64px) 0 8px; }
.feature img { width: 100%; height: clamp(240px, 48vh, 460px); object-fit: cover; opacity: .88; }
.feature::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 90px 30px var(--ink); pointer-events: none; }
.feature-cap { position: absolute; left: clamp(16px, 3vw, 30px); bottom: clamp(14px, 3vh, 26px); z-index: 2; }
.kicker { font-size: 10px; letter-spacing: .22em; color: var(--olive); text-transform: uppercase; }
.feature-cap .kicker { color: #C9C4B2; }
.feature-cap strong { display: block; font: 400 clamp(1.4rem, 3vw, 1.9rem)/1.2 Fraunces, serif; }

/* footer */
.footer { width: 100%; max-width: 1100px; margin: 48px auto 0; padding: 26px clamp(20px, 4vw, 44px) 34px; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 10px; letter-spacing: .16em; color: var(--faint); border-top: 1px solid var(--hairline); }
.footer .foot-logo { color: var(--paper); opacity: .55; }
.footer .foot-logo svg, .footer .foot-logo img { height: 14px; width: auto; }
.footer a:hover { color: var(--paper); }

/* about */
.prose { max-width: 640px; padding-top: clamp(48px, 9vh, 90px); }
.prose h1 { font: italic 300 clamp(2.2rem, 5vw, 3.4rem)/1.1 Fraunces, serif; margin-bottom: 22px; }
.prose p { color: var(--muted); font-size: 15px; margin-top: 18px; }
.prose p strong { color: var(--paper); font-weight: 400; }
.pullquote { font: italic 300 clamp(1.4rem, 3vw, 1.9rem)/1.35 Fraunces, serif; color: #CFC9BA; margin-top: 30px; }
.series { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(20px, 4vw, 40px); align-items: center; margin-top: clamp(40px, 8vh, 70px); padding-top: clamp(28px, 5vh, 44px); border-top: 1px solid var(--hairline); }
.series img { width: 100%; height: clamp(200px, 32vh, 300px); object-fit: cover; opacity: .88; }
.series h2 { font: 400 clamp(1.5rem, 3vw, 2rem)/1.2 Fraunces, serif; margin-top: 8px; }
.series p { color: var(--muted); font-size: 14px; margin-top: 12px; }
.founder { margin: clamp(40px, 8vh, 70px) 0 10px; padding-top: clamp(28px, 5vh, 44px); border-top: 1px solid var(--hairline); max-width: 360px; }
.founder img { width: 100%; height: auto; filter: grayscale(30%); opacity: .92; }
.founder strong { display: block; font: 400 1.3rem/1.3 Fraunces, serif; margin-top: 14px; }
.founder .kicker { margin-top: 5px; }

/* contact */
.contact-wrap { max-width: 560px; margin: 0 auto; padding-top: clamp(48px, 9vh, 90px); }
.contact-wrap h1 { font: italic 300 clamp(2.2rem, 5vw, 3.4rem)/1.1 Fraunces, serif; }
.contact-wrap .lede { color: var(--muted); font-size: 14px; margin-top: 14px; }
.form { margin-top: 32px; display: grid; gap: 16px; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label { display: block; font-size: 10px; letter-spacing: .16em; color: var(--muted); margin-bottom: 7px; text-transform: uppercase; }
.field input, .field textarea { width: 100%; background: transparent; border: 1px solid rgba(237, 232, 221, .22); color: var(--paper); padding: 11px 13px; font: 400 14px/1.5 Inter, sans-serif; border-radius: 0; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--olive); }
.field textarea { height: 130px; resize: vertical; }
.send { justify-self: start; background: transparent; color: var(--paper); border: 1px solid var(--olive); padding: 12px 30px; font: 500 11px/1 Inter, sans-serif; letter-spacing: .18em; cursor: pointer; transition: background .15s, color .15s; }
.send:hover { background: var(--olive); color: var(--ink); }
.send:disabled { opacity: .5; cursor: default; }
.alt-line { font-size: 12px; color: var(--faint); margin-top: 18px; }
.alt-line a { color: var(--muted); border-bottom: 1px solid rgba(237, 232, 221, .25); }
.strip { display: none; margin-top: 18px; padding: 12px 14px; font-size: 13px; border: 1px solid var(--olive); color: var(--paper); }
.strip-error { border-color: #8a5e5e; }
.strip.show { display: block; }
.hidden-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* util pages (thanks/404) */
.center-page { text-align: center; padding-top: clamp(80px, 20vh, 180px); }
.center-page h1 { font: italic 300 clamp(1.8rem, 4vw, 2.6rem)/1.2 Fraunces, serif; }
.center-page p { color: var(--muted); margin-top: 16px; font-size: 14px; }
.center-page a { border-bottom: 1px solid rgba(237, 232, 221, .25); }

@media (max-width: 720px) {
  .row, .series { grid-template-columns: 1fr; }
  .footer { flex-direction: column; gap: 10px; }
}
