/* The Profile Room — independent magazine of profiles & interviews. Print-editorial. */
:root{--accent:#7c2b34;--accent-ink:#6a232c;--on-accent:#fff;--ink:#211b14;--soft:#574f44;--muted:#8a8275;--paper:#faf6ef;--panel:#fffdf9;--rule:#d8cfbe;--maxw:1180px}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'Hanken Grotesk',system-ui,sans-serif;font-size:18px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:var(--accent-ink)}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.kicker{font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-ink)}
.btn{display:inline-block;background:var(--accent);color:var(--on-accent);font-weight:600;text-decoration:none;padding:13px 22px;border-radius:3px;font-size:14px;letter-spacing:.02em;transition:opacity .15s ease}
.btn:hover{opacity:.88}
.btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--rule)}
.btn.ghost:hover{border-color:var(--accent);color:var(--accent-ink)}
/* masthead */
.top{border-top:3px solid var(--accent)}
.mast{border-bottom:1px solid var(--rule);background:var(--paper)}
.mast .row{display:flex;align-items:center;justify-content:space-between;height:78px}
.mast .brand{font-family:Fraunces,serif;font-weight:600;font-size:26px;letter-spacing:-.01em;color:var(--ink);text-decoration:none}
.mast .links{display:flex;align-items:center;gap:28px}
.mast .links a{color:var(--soft);text-decoration:none;font-size:12.5px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.mast .links a:hover{color:var(--accent-ink)}
/* hero */
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding:70px 0 64px;border-bottom:1px solid var(--rule)}
@media(max-width:880px){.hero{grid-template-columns:1fr;gap:32px;padding:44px 0}}
.hero h1{font-family:Fraunces,serif;font-weight:600;font-size:clamp(40px,5.4vw,64px);line-height:1.04;letter-spacing:-.02em;color:#1c160f;margin:18px 0 20px}
.hero .dek{font-size:20px;line-height:1.55;color:var(--soft);max-width:44ch;margin:0 0 28px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap}
.figure{position:relative}
.figure .frame{aspect-ratio:4/5;overflow:hidden;border-radius:4px;box-shadow:0 32px 64px -34px rgba(33,27,20,.55)}
.figure .frame img{width:100%;height:100%;object-fit:cover}
.figure figcaption{font-family:Fraunces,serif;font-style:italic;font-size:14px;color:var(--muted);margin-top:11px}
/* section frame */
.sec{padding:62px 0;border-bottom:1px solid var(--rule)}
.sec:last-of-type{border-bottom:0}
.eyebrow-row{margin-bottom:30px}
/* from the editors */
.editors{display:grid;grid-template-columns:.42fr 1fr;gap:46px}@media(max-width:760px){.editors{grid-template-columns:1fr;gap:16px}}
.editors h2{font-family:Fraunces,serif;font-weight:600;font-size:24px;letter-spacing:-.01em;margin:8px 0 0;color:#1c160f}
.editors .body{font-size:19px;line-height:1.8;color:var(--soft);max-width:60ch}
.editors .body .sign{display:block;margin-top:16px;font-family:Fraunces,serif;font-style:italic;color:var(--ink)}
/* who we profile */
.who{display:grid;grid-template-columns:.42fr 1fr;gap:46px}@media(max-width:760px){.who{grid-template-columns:1fr;gap:16px}}
.who h2{font-family:Fraunces,serif;font-weight:600;font-size:24px;letter-spacing:-.01em;margin:8px 0 0;color:#1c160f}
.who .frame-line{font-family:Fraunces,serif;font-size:22px;line-height:1.4;color:#2a2218;margin:0 0 18px;max-width:30ch}
.who ul{list-style:none;margin:0;padding:0}
.who li{font-family:Fraunces,serif;font-size:clamp(19px,2.2vw,24px);line-height:1.3;color:#2a2218;padding:16px 0;border-top:1px solid var(--rule);display:flex;gap:16px;align-items:baseline}
.who li:first-child{border-top:0}
.who li .num{font-family:'Hanken Grotesk',sans-serif;font-size:12px;font-weight:700;letter-spacing:.1em;color:var(--accent-ink);min-width:30px}
/* subscribe */
.sub-strip{display:flex;align-items:center;justify-content:space-between;gap:34px;flex-wrap:wrap}
.sub-strip h2{font-family:Fraunces,serif;font-weight:600;font-size:clamp(26px,3.4vw,38px);letter-spacing:-.01em;margin:8px 0 6px;color:#1c160f;max-width:16ch}
.sub-strip p{color:var(--soft);margin:0;max-width:42ch}
.sub-strip form{display:flex;gap:10px;flex-wrap:wrap}
.sub-strip input{padding:14px 16px;border:1px solid var(--rule);border-radius:3px;background:var(--panel);font-size:15px;min-width:250px}
/* footer */
footer{border-top:3px solid var(--accent);padding:36px 0 70px}
footer .row{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:18px}
footer .brand{font-family:Fraunces,serif;font-weight:600;font-size:21px;color:var(--ink);text-decoration:none}
footer .note{color:var(--muted);font-size:13px;max-width:60ch;margin-top:12px;line-height:1.6;font-family:Fraunces,serif;font-style:italic}
footer .links a{color:var(--soft);text-decoration:none;font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;margin-left:18px}
@media(prefers-reduced-motion:no-preference){.hero .lead>*{animation:rise .7s cubic-bezier(.2,.7,.2,1) backwards}.hero .lead h1{animation-delay:.05s}.hero .lead .dek{animation-delay:.1s}.hero .lead .cta-row{animation-delay:.15s}.figure{animation:fade 1.1s ease backwards;animation-delay:.1s}}
@keyframes rise{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes fade{from{opacity:0}to{opacity:1}}
