:root {
    --ink: #ffeaea;
    --paper: #1a1414;
    --panel: #2d1818;
    --muted: #d39b9b;
    --line: rgba(255, 234, 234, 0.2);
    --accent: #ff6f61;
    --red: #d7263d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Montserrat', sans-serif; }
a { color: inherit; }
.portfolio-nav { align-items: center; background: var(--panel); display: flex; justify-content: space-between; margin: 0; max-width: none; padding: 16px 5vw; width: 100%; }
.wordmark { align-items: center; display: flex; font-size: 0.85rem; font-weight: 700; gap: 9px; letter-spacing: 0.12em; text-decoration: none; }
.wordmark-mark { align-items: center; background: var(--accent); color: #fff; display: flex; font-size: 1rem; height: 28px; justify-content: center; width: 28px; }
.wordmark-dot { color: var(--accent); }
.portfolio-nav nav { display: flex; gap: 30px; }
.portfolio-nav nav a, .nav-status { font-size: 0.72rem; text-decoration: none; }
.portfolio-nav nav a { color: var(--ink); }
.portfolio-nav nav a:hover, .text-link:hover { color: var(--accent); }
.nav-status { align-items: center; display: flex; gap: 8px; }
.nav-status span { background: #58ed53; border-radius: 50%; display: inline-block; height: 7px; width: 7px; }
.section-shell { margin: 0 auto; max-width: 1280px; padding-left: 5vw; padding-right: 5vw; }
.hero { align-items: center; display: grid; gap: 8vw; grid-template-columns: 0.95fr 1.05fr; min-height: 650px; padding-bottom: 80px; padding-top: 80px; }
.eyebrow { color: var(--accent); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.12em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow-large { color: var(--accent); font-size: 2rem; font-weight: 700; letter-spacing: 0.12em; margin: 0 0 24px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.5rem, 4.5vw, 5rem); font-weight: 700; letter-spacing: -0.04em; line-height: 0.95; margin-bottom: 31px; max-width: 680px; }
h2 { font-size: clamp(2.7rem, 5vw, 5.4rem); font-weight: 700; letter-spacing: -0.04em; line-height: 0.96; margin-bottom: 0; }
h3 { font-size: 2rem; font-weight: 600; letter-spacing: 0; line-height: 1.2; margin-bottom: 0; }
em { color: var(--accent); font-style: normal; }
.hero-intro { color: var(--muted); font-size: 1.03rem; line-height: 1.65; max-width: 440px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 40px; }
.button { display: inline-flex; font-size: 0.75rem; gap: 20px; padding: 15px 18px; text-decoration: none; }
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: #a61b2b; }
.text-link { border-bottom: 1px solid var(--accent); font-size: 0.75rem; padding-bottom: 4px; text-decoration: none; }
.hero-art { position: relative; }
.hero-art::before { border: 1px solid var(--accent); content: ''; height: 100%; left: -13px; position: absolute; top: 13px; width: 100%; z-index: -1; }
.hero-art img { aspect-ratio: 1.2 / 1; display: block; filter: saturate(0.75); object-fit: cover; width: 100%; }
.hero-art:hover img { filter: saturate(1); }
.hero-caption { color: var(--muted); display: flex; font-size: 0.63rem; justify-content: space-between; padding-right: 25px; padding-top: 12px; text-transform: uppercase; }
.signal-bar { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 22px; padding-top: 22px; }
.signal-bar div { align-items: center; display: flex; gap: 12px; }
.signal-bar strong { font-size: 1.5rem; font-weight: 500; }
.signal-bar span { color: var(--muted); font-size: 0.62rem; text-transform: uppercase; }
.work-section { padding-bottom: 140px; padding-top: 150px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 70px; }
.section-note { color: var(--muted); font-size: 0.9rem; line-height: 1.6; margin-bottom: 5px; max-width: 280px; }
.project-grid { display: grid; gap: 62px 24px; grid-template-columns: repeat(2, 1fr); }
.project-card { text-decoration: none; }
.project-card-featured { grid-column: 1 / -1; }
.project-card-wide { grid-column: 1 / -1; }
.project-image { overflow: hidden; position: relative; }
.project-image img { aspect-ratio: 1.7 / 1; display: block; filter: grayscale(0.2); object-fit: cover; transition: transform 0.5s ease, filter 0.5s ease; width: 100%; }
.project-card-featured .project-image img { aspect-ratio: 2.6 / 1; }
.project-card:hover img { filter: grayscale(0); transform: scale(1.035); }
.project-index { background: var(--yellow); font-family: 'DM Mono', monospace; font-size: 0.7rem; left: 0; padding: 9px 11px; position: absolute; top: 0; }
.project-meta { align-items: start; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 16px 0 14px; }
.project-meta h3 { font-size: 1.1rem; font-weight: 500; margin-bottom: 5px; }
.project-meta p { color: var(--muted); font-size: 0.62rem; margin-bottom: 0; text-transform: uppercase; }
.project-arrow { font-size: 1.2rem; }
.about-section { background: var(--panel); color: var(--ink); }
.about-layout { display: grid; gap: 11vw; grid-template-columns: 0.8fr 1.2fr; padding-bottom: 130px; padding-top: 130px; }
.about-list article { border-top: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 38px 1fr; padding: 23px 0 26px; }
.about-list article:last-child { border-bottom: 1px solid var(--line); }
.about-list article > span { color: var(--accent); font-size: 0.7rem; }
.about-list h3 { font-size: 1.25rem; font-weight: 500; margin-bottom: 9px; }
.about-list p { color: var(--muted); font-size: 0.85rem; line-height: 1.6; margin-bottom: 0; max-width: 430px; }
.contact-section { min-height: 590px; padding-bottom: 38px; padding-top: 145px; position: relative; }
.contact-section h2 { font-size: clamp(4rem, 9vw, 9rem); margin-bottom: 55px; }
.contact-email { border-bottom: 1px solid var(--accent); display: inline-flex; font-size: 0.85rem; gap: 30px; padding-bottom: 8px; text-decoration: none; }
.contact-email:hover { border-color: var(--accent); color: var(--accent); }
.contact-footer { bottom: 38px; color: var(--muted); display: flex; font-size: 0.6rem; justify-content: space-between; left: 5vw; position: absolute; right: 5vw; text-transform: uppercase; }
@media (max-width: 720px) {
    .portfolio-nav { align-items: flex-start; flex-wrap: wrap; gap: 22px; }
    .portfolio-nav nav { gap: 16px; order: 3; width: 100%; }
    .nav-status { font-size: 0.6rem; }
    .hero { display: flex; flex-direction: column; gap: 52px; padding-bottom: 65px; padding-top: 62px; }
    h1 { font-size: clamp(3.4rem, 17vw, 5.5rem); }
    .hero-art { width: calc(100% - 13px); }
    .signal-bar { align-items: flex-start; flex-direction: column; gap: 15px; }
    .work-section { padding-bottom: 90px; padding-top: 95px; }
    .section-heading { align-items: start; flex-direction: column; gap: 30px; margin-bottom: 45px; }
    .project-grid { gap: 46px; grid-template-columns: 1fr; }
    .project-card-featured, .project-card-wide { grid-column: auto; }
    .project-card-featured .project-image img, .project-image img { aspect-ratio: 1.35 / 1; }
    .about-layout { display: block; padding-bottom: 90px; padding-top: 90px; }
    .about-layout > div:first-child { margin-bottom: 65px; }
    .contact-section { min-height: 530px; padding-bottom: 95px; padding-top: 100px; }
    .contact-section h2 { font-size: clamp(4rem, 18vw, 7rem); }
    .contact-footer { align-items: flex-start; bottom: 30px; flex-direction: column; gap: 9px; }
}