@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,500;1,500&display=swap');

:root {
  --ink:#0b0a0a;
  --paper:#f2efe8;
  --white:#fffdf8;
  --red:#9e1727;
  --muted:#b8b2a8;
  --line:rgba(255,255,255,.2);
  --serif:"Playfair Display", Georgia, serif;
  --sans:"DM Sans", Arial, sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.skip-link{position:fixed;left:1rem;top:-5rem;background:var(--white);padding:.8rem 1rem;z-index:100}
.skip-link:focus{top:1rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{height:108px;background:var(--ink);color:var(--white);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.25rem,5vw,5rem);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:1rem}
.brand-name{font-family:var(--serif);font-size:1.2rem;line-height:.95;letter-spacing:.04em}
.brand-line{height:35px;width:1px;background:#6b6660}
.brand-claim{font-size:.7rem;line-height:1.35;text-transform:uppercase;letter-spacing:.12em;color:#bdb7af}
nav{display:flex;align-items:center;gap:clamp(1rem,2.4vw,2.4rem);font-size:.74rem;text-transform:uppercase;letter-spacing:.12em}
nav a{transition:color .2s}
nav a:hover{color:#d4505e}
.nav-cta{border:1px solid #4c4744;padding:.65rem 1rem}
.menu-toggle{display:none;background:transparent;border:0;width:42px;height:42px;padding:10px}
.menu-toggle span:not(.sr-only){height:1px;background:white;display:block;margin:6px 0}
.hero{min-height:calc(100vh - 108px);background:var(--ink);color:var(--white);display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden}
.hero-copy{padding:clamp(4rem,8vw,8rem) clamp(1.5rem,5vw,5rem) 3rem;display:flex;flex-direction:column;justify-content:center}
.eyebrow,.section-number{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:600}
.eyebrow{color:var(--red)}
.hero h1,.section-heading h2,.art h2,.music h2,.press h2,.contact h2{font-family:var(--serif);font-weight:500;line-height:.97;letter-spacing:-.035em;margin:.8rem 0 2rem}
.hero h1{font-size:clamp(3.1rem,6vw,7.3rem);max-width:900px}
em{font-weight:500;color:#cbbfb2}
.hero-intro{font-size:clamp(1.05rem,1.4vw,1.3rem);max-width:680px;color:#c6c0b8;line-height:1.65}
.hero-actions{display:flex;align-items:center;gap:1.6rem;margin-top:2rem;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.8rem 1.25rem;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:600;transition:.25s}
.button.primary{background:var(--red);color:white}
.button.primary:hover{background:#c1283b}
.button.text-link{padding-left:0}
.button.text-link span{margin-left:.6rem}
.hero-proof{display:flex;border-top:1px solid var(--line);margin-top:auto;padding-top:1.6rem;gap:clamp(1.3rem,4vw,4rem)}
.hero-proof div{display:flex;flex-direction:column}
.hero-proof strong{font-family:var(--serif);font-size:1.25rem;font-weight:500}
.hero-proof span{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:#8f8983}
.hero-visual{margin:0;position:relative;background:#151313;min-height:620px}
.portrait-frame{height:calc(100% - 110px);position:relative;overflow:hidden}
.portrait-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(11,10,10,.65))}
.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center 22%;filter:saturate(.8) contrast(1.04)}
.hero-visual figcaption{height:110px;display:flex;align-items:center;gap:1.3rem;padding:1rem 2rem;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;color:#aaa39c}
.hero-visual figcaption span{font-family:var(--serif);font-size:2rem;color:var(--red)}
.section-pad{padding:clamp(5rem,10vw,10rem) clamp(1.5rem,7vw,7rem)}
.manifesto{background:var(--red);color:white;display:grid;grid-template-columns:1fr 4fr;gap:3rem}
.manifesto blockquote{font-family:var(--serif);font-size:clamp(2rem,4vw,4.4rem);line-height:1.15;letter-spacing:-.025em;margin:0}
.profile,.projects{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(3rem,8vw,9rem)}
.section-heading h2,.art h2,.music h2,.press h2,.contact h2{font-size:clamp(2.8rem,5.5vw,6rem)}
.profile-copy{max-width:720px;padding-top:2.8rem}
.profile-copy .lead{font-family:var(--serif);font-size:clamp(1.45rem,2.4vw,2.2rem);line-height:1.35;margin-top:0}
.profile-copy>p:not(.lead){color:#4e4944}
.credentials{margin-top:3rem;border-top:1px solid #bbb3a9}
.credentials div{display:grid;grid-template-columns:130px 1fr;padding:1rem 0;border-bottom:1px solid #bbb3a9}
.credentials dt{text-transform:uppercase;font-size:.7rem;letter-spacing:.12em;font-weight:600}
.credentials dd{margin:0;color:#4e4944}
.art{display:grid;grid-template-columns:1.35fr .65fr;padding:0;background:var(--white)}
.art-image{min-height:720px}
.art-image img{width:100%;height:100%;object-fit:cover}
.art-copy{padding:clamp(4rem,7vw,7rem);display:flex;flex-direction:column;justify-content:center}
.art-copy p:not(.section-number){color:#58524c}
.artwork-meta{display:flex;flex-direction:column;padding:1.4rem 0;border-top:1px solid #c7c0b8;border-bottom:1px solid #c7c0b8;margin:1.5rem 0 2rem}
.artwork-meta span{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:#766e66}
.artwork-meta strong{font-family:var(--serif);font-size:1.35rem;font-weight:500}
.button.outline{border:1px solid #8c847c;align-self:flex-start}
.button.outline:hover{background:var(--ink);color:white;border-color:var(--ink)}
.music{background:var(--ink);color:white;display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(3rem,8vw,9rem);align-items:end}
.music-copy{max-width:570px;padding-bottom:1.2rem}
.music-copy>p{font-size:1.12rem;color:#c7c0b8}
.music-copy .note{font-size:.85rem;border-left:2px solid var(--red);padding-left:1rem;color:#8f8983}
.button.light{border-color:#6e6964;margin-top:1.5rem}
.button.light:hover{background:white;color:var(--ink)}
.project-list{border-top:1px solid #aaa39b}
.project-list article{display:grid;grid-template-columns:50px 1fr 30px;gap:1.5rem;padding:1.7rem 0;border-bottom:1px solid #aaa39b}
.project-no{font-family:var(--serif);color:var(--red)}
.project-list h3{font-family:var(--serif);font-size:1.7rem;font-weight:500;margin:0 0 .4rem}
.project-list p{margin:0;color:#625c56;max-width:560px}
.project-icon{font-size:1.3rem;color:var(--red)}
.press{background:#d9d3c8}
.press-header{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:end}
.press-header>p{max-width:500px;color:#59544f;padding-bottom:2rem}
.press-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#aaa39b;border:1px solid #aaa39b}
.press-grid a{background:#d9d3c8;min-height:310px;padding:2rem;display:flex;flex-direction:column;transition:.25s}
.press-grid a:hover{background:var(--red);color:white}
.press-grid span{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em}
.press-grid h3{font-family:var(--serif);font-weight:500;font-size:1.7rem;line-height:1.2}
.press-grid p{color:#615c56}
.press-grid a:hover p{color:#f0dfe1}
.press-grid b{margin-top:auto;text-transform:uppercase;font-size:.7rem;letter-spacing:.12em}
.contact{background:var(--red);color:white}
.contact-inner{display:grid;grid-template-columns:1.35fr .65fr;gap:clamp(3rem,8vw,9rem);align-items:end}
.contact-inner h2{margin-bottom:0}
.contact-inner>div>p{font-size:1.1rem;max-width:480px}
.button.inverse{background:white;color:var(--red);margin:1rem 0 2rem}
.button.inverse:hover{background:var(--ink);color:white}
.social-links{display:flex;gap:1.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em}
.social-links a{border-bottom:1px solid rgba(255,255,255,.45)}
footer{background:var(--ink);color:#827c76;padding:2.3rem clamp(1.5rem,5vw,5rem);display:flex;align-items:center;justify-content:space-between;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}
.footer-brand{font-family:var(--serif);font-size:1rem;color:white}

@media(max-width:960px){
  .site-header{height:82px}
  .brand-claim,.brand-line{display:none}
  .menu-toggle{display:block}
  nav{position:absolute;left:0;right:0;top:82px;background:var(--ink);display:none;flex-direction:column;align-items:stretch;padding:1.5rem;border-top:1px solid var(--line)}
  nav.open{display:flex}
  nav a{padding:.65rem}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-copy{min-height:calc(100vh - 82px)}
  .hero-visual{min-height:600px}
  .manifesto,.profile,.projects,.music,.press-header,.contact-inner{grid-template-columns:1fr}
  .manifesto{gap:1.5rem}
  .art{grid-template-columns:1fr}
  .art-image{min-height:450px}
  .press-grid{grid-template-columns:1fr}
  .press-grid a{min-height:230px}
}
@media(max-width:600px){
  .hero h1{font-size:3.2rem}
  .hero-proof{gap:1rem}
  .hero-proof span{font-size:.58rem}
  .hero-visual{min-height:500px}
  .portrait-frame{height:420px}
  .section-pad{padding:4.5rem 1.35rem}
  .manifesto blockquote{font-size:2.15rem}
  .profile-copy{padding-top:0}
  .credentials div{grid-template-columns:1fr;gap:.4rem}
  .art-copy{padding:4rem 1.35rem}
  .art-image{min-height:330px}
  .project-list article{grid-template-columns:35px 1fr 20px;gap:.75rem}
  footer{align-items:flex-start;flex-direction:column;gap:.7rem}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
