:root {
  --ink: #211d1a;
  --brown: #d86627;
  --cream: #f3eee5;
  --paper: #f8f7f4;
  --muted: #706a64;
  --stone: #d8d2ca;
  --accent: #e66f2d;
  --line: rgba(33, 29, 26, .18);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; }
body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 200; left: 1rem; top: -4rem; padding: .75rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 20; height: 78px; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 38px; color: white;
}
.solid-header { position: relative; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
.wordmark { font-size: 18px; font-weight: 600; letter-spacing: .18em; text-decoration: none; }
.menu-button { width: 34px; height: 34px; padding: 8px 0; border: 0; background: none; display: grid; align-content: center; gap: 6px; cursor: pointer; }
.menu-button span { width: 22px; height: 1px; background: currentColor; }
.header-contact { justify-self: end; font-size: 12px; text-transform: uppercase; text-underline-offset: 5px; letter-spacing: .1em; }

.menu-drawer { position: fixed; z-index: 100; inset: 0; background: var(--accent); color: var(--ink); display: grid; place-items: center; transform: translateY(-102%); transition: transform .6s cubic-bezier(.77,0,.18,1); }
.menu-drawer.open { transform: none; }
.menu-close { position: absolute; right: 34px; top: 24px; font: 300 34px/1 var(--sans); border: 0; background: transparent; cursor: pointer; }
.menu-inner { text-align: center; display: grid; gap: 18px; }
.menu-inner > a { font: 500 clamp(38px, 6vw, 72px)/1.08 var(--serif); text-decoration: none; }
.menu-inner > a:hover { font-style: italic; }

.hero { position: relative; min-height: 100svh; display: grid; place-items: center; color: white; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,6,3,.1), rgba(10,6,3,.02) 40%, rgba(10,6,3,.48)); }
.hero-copy { position: relative; z-index: 1; text-align: center; max-width: 850px; padding: 130px 24px 80px; }
.eyebrow { margin: 0 0 22px; font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: .2em; font-weight: 600; }
.hero h1, .display { margin: 0; font: 500 clamp(48px, 7.5vw, 105px)/.98 var(--serif); letter-spacing: -.035em; }
em { font-weight: 500; }
.hero-copy > p:not(.eyebrow) { margin: 28px auto 26px; max-width: 520px; font-size: 17px; line-height: 1.55; }
.text-link { display: inline-block; padding-bottom: 5px; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link.light { color: white; }
.scroll-cue { position: absolute; z-index: 2; bottom: 25px; text-decoration: none; font-size: 20px; animation: float 1.6s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(7px); } }

.section { padding: clamp(90px, 11vw, 170px) clamp(24px, 6vw, 100px); }
.intro { text-align: center; background: var(--cream); border-top: 7px solid var(--accent); }
.intro .display { font-size: clamp(44px, 6vw, 82px); }
.intro-copy { max-width: 680px; margin: 38px auto 0; color: #554e47; line-height: 1.8; font-size: 17px; }

.services { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); }
.service-card { position: relative; height: min(68vw, 760px); min-height: 580px; color: white; overflow: hidden; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.service-card:hover img { transform: scale(1.035); }
.service-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.5)); }
.service-copy { position: absolute; inset: auto 0 0; padding: 42px; }
.service-copy > span { font-size: 11px; letter-spacing: .18em; }
.service-copy h2 { margin: 16px 0 18px; font: 500 clamp(35px, 3.3vw, 58px)/1.03 var(--serif); }
.service-copy p { max-width: 390px; min-height: 72px; line-height: 1.55; color: rgba(255,255,255,.78); }
.service-open, .article-card button { color: inherit; border: 0; border-bottom: 1px solid currentColor; background: transparent; padding: 0 0 5px; text-transform: uppercase; font-size: 11px; letter-spacing: .13em; cursor: pointer; }

.dark { background: var(--brown); color: var(--ink); }
.dark .text-link.light { color: var(--ink); }
.manifesto-grid { display: grid; grid-template-columns: .55fr 1.7fr .65fr; gap: 5vw; align-items: start; }
.manifesto .display { font-size: clamp(52px, 7vw, 100px); }
.manifesto-grid > div:nth-child(2) > p { max-width: 610px; line-height: 1.8; color: rgba(33,29,26,.72); margin: 34px 0; }
.stat { padding-top: 30px; border-top: 1px solid rgba(33,29,26,.3); }
.stat span { font: 500 72px/1 var(--serif); }
.stat p { color: rgba(33,29,26,.68); max-width: 150px; line-height: 1.4; }

.journal { background: var(--paper); }
.journal .eyebrow, .intro .eyebrow, .about-intro > .eyebrow, .values > .eyebrow { color: var(--accent); }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; margin-bottom: 90px; }
.journal .display { font-size: clamp(50px, 7vw, 98px); }
.heading-note { max-width: 380px; color: var(--muted); line-height: 1.7; }
.journal-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 32px; row-gap: 80px; }
.article-card { cursor: pointer; }
.article-card.feature { grid-column: 1 / -1; }
.article-image { height: clamp(300px, 42vw, 650px); background-size: cover; background-position: center; transition: transform .4s ease, filter .4s ease; }
.article-card:not(.feature) .article-image { height: clamp(340px, 48vw, 650px); }
.article-card:hover .article-image { filter: brightness(.88); }
.crop-hero { background-image: url("assets/hero-bright.jpg"); background-position: center 30%; }
.crop-content { background-image: url("assets/content-creation-bright.jpg"); }
.crop-event { background-image: url("assets/event-management-bright.jpg"); }
.crop-social { background-image: url("assets/social-media-bright.jpg"); }
.crop-lit { background-image: linear-gradient(rgba(40,25,16,.04),rgba(40,25,16,.04)), url("assets/hero-bright.jpg"); background-position: left center; }
.article-meta { display: flex; justify-content: space-between; color: var(--muted); margin: 19px 0 15px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.article-card h3 { max-width: 900px; margin: 0 0 12px; font: 500 clamp(28px, 3vw, 46px)/1.1 var(--serif); }
.article-card p { color: var(--muted); line-height: 1.55; }
.article-card button { margin-top: 10px; }

.contact { text-align: center; padding-bottom: 40px; }
.contact .display { font-size: clamp(58px, 9vw, 125px); }
.contact > p:not(.eyebrow) { color: rgba(33,29,26,.7); margin: 32px 0 22px; }
.contact-link { display: inline-block; font: 500 clamp(24px, 3vw, 42px)/1.2 var(--serif); text-underline-offset: 8px; }
.contact-footer { margin-top: 130px; padding-top: 24px; border-top: 1px solid rgba(33,29,26,.28); display: flex; justify-content: space-between; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: rgba(33,29,26,.72); }
.social-links { display: flex; align-items: center; gap: 12px; }
.social-links a { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: inherit; transition: background .2s ease, color .2s ease, transform .2s ease; }
.social-links a:hover { background: var(--ink); color: var(--accent); transform: translateY(-2px); }
.social-links svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

.content-dialog { width: min(880px, 100%); max-width: none; height: 100%; max-height: none; margin: 0 0 0 auto; border: 0; border-top: 7px solid var(--accent); background: var(--cream); color: var(--ink); padding: 0; transform: translateX(100%); transition: transform .45s cubic-bezier(.77,0,.18,1), display .45s allow-discrete, overlay .45s allow-discrete; }
.content-dialog[open] { transform: none; }
@starting-style { .content-dialog[open] { transform: translateX(100%); } }
.content-dialog::backdrop { background: rgba(12,8,5,.58); backdrop-filter: blur(3px); }
.dialog-close { position: fixed; right: 28px; top: 22px; border: 0; background: transparent; font: 300 36px/1 var(--sans); cursor: pointer; z-index: 2; }
.dialog-body { padding: clamp(80px, 10vw, 130px) clamp(30px, 8vw, 100px); }
.dialog-body h2 { margin: 0 0 36px; font: 500 clamp(42px, 6vw, 72px)/1 var(--serif); letter-spacing: -.03em; }
.dialog-body > p { line-height: 1.85; color: #544c45; }
.dialog-body .lead { font: 500 22px/1.55 var(--serif); color: var(--ink); }
.dialog-body h3 { margin: 46px 0 8px; font: 500 27px/1.2 var(--serif); }
.dialog-body ul { padding: 22px 0; margin: 32px 0; list-style: none; border-top: 1px solid var(--line); }
.dialog-body li { padding: 15px 0; border-bottom: 1px solid var(--line); }
.source-link { display: inline-block; margin-top: 45px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; text-underline-offset: 5px; }

.about-hero { min-height: calc(100svh - 78px); display: grid; grid-template-columns: 1fr 1fr; background: var(--cream); border-bottom: 7px solid var(--accent); }
.about-hero-copy { align-self: end; padding: clamp(60px, 8vw, 130px) clamp(24px, 6vw, 100px); }
.about-hero h1 { margin: 0; font: 500 clamp(62px, 8vw, 120px)/.9 var(--serif); letter-spacing: -.05em; }
.about-hero-visual { position: relative; min-height: 650px; overflow: hidden; }
.about-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.initial-mark { position: absolute; right: 6%; bottom: 4%; color: rgba(255,255,255,.86); font: italic 500 clamp(75px, 12vw, 180px)/1 var(--serif); letter-spacing: -.08em; }
.about-intro-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: start; }
.about-intro .display { font-size: clamp(52px, 7vw, 96px); }
.about-copy { padding-top: 8px; }
.about-copy p { color: var(--muted); line-height: 1.85; }
.about-copy .lead { color: var(--ink); font: 500 23px/1.55 var(--serif); margin-top: 0; }
.career { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; }
.career-heading { position: sticky; top: 60px; align-self: start; }
.career .display { font-size: clamp(52px, 6vw, 86px); }
.timeline { border-top: 1px solid rgba(33,29,26,.3); }
.timeline-item { display: grid; grid-template-columns: 55px 1fr; gap: 22px; padding: 42px 0; border-bottom: 1px solid rgba(33,29,26,.3); }
.timeline-number, .timeline-label { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: rgba(33,29,26,.62); }
.timeline-item h3 { margin: 12px 0; font: 500 clamp(28px, 3vw, 42px)/1.12 var(--serif); }
.timeline-item p:last-child { max-width: 650px; color: rgba(33,29,26,.72); line-height: 1.75; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4vw; margin-top: 70px; }
.values-grid article { padding-top: 22px; border-top: 1px solid var(--line); }
.values-grid span { font-size: 10px; letter-spacing: .15em; color: var(--muted); }
.values-grid h3 { margin: 40px 0 14px; font: 500 34px/1.1 var(--serif); }
.values-grid p { color: var(--muted); line-height: 1.7; }
.personal-note { display: grid; grid-template-columns: 1fr 1fr; min-height: 750px; background: var(--cream); }
.personal-note-image img { width: 100%; height: 100%; object-fit: cover; }
.personal-note-copy { display: grid; align-content: center; justify-items: start; padding: clamp(50px, 8vw, 130px); }
.personal-note-copy blockquote { margin: 5px 0 42px; font: italic 500 clamp(35px, 4vw, 58px)/1.15 var(--serif); letter-spacing: -.025em; }

.about-page { height: 100svh; overflow: hidden; }
.profile-screen { height: calc(100svh - 78px); display: grid; grid-template-columns: minmax(320px, .85fr) 1.15fr; background: var(--cream); }
.profile-portrait { position: relative; overflow: hidden; background: var(--stone); }
.profile-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.profile-tag { position: absolute; left: 26px; bottom: 22px; padding: 9px 13px; background: var(--paper); font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.profile-content { min-width: 0; padding: clamp(32px, 5vw, 80px); display: grid; grid-template-rows: 1fr auto auto; align-content: center; gap: clamp(22px, 4vh, 48px); border-left: 7px solid var(--accent); }
.profile-content h1 { margin: 0; font: 500 clamp(62px, 8.2vw, 124px)/.8 var(--serif); letter-spacing: -.055em; }
.profile-intro { max-width: 610px; margin: clamp(24px, 4vh, 42px) 0 0; color: var(--muted); font-size: clamp(14px, 1.25vw, 18px); line-height: 1.65; }
.profile-highlights { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-highlights > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; padding: 18px 18px 18px 0; }
.profile-highlights > div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.profile-highlights strong { color: var(--accent); font: 500 clamp(27px, 3vw, 45px)/1 var(--serif); }
.profile-highlights span { color: var(--muted); font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .07em; }
.profile-actions { display: flex; align-items: center; gap: 28px; }
.profile-button { padding: 14px 22px; background: var(--accent); color: var(--ink); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; }
.profile-socials { color: var(--ink); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 66px; padding: 0 20px; }
  .header-contact { font-size: 10px; }
  .services { grid-template-columns: 1fr; }
  .service-card { height: 76svh; min-height: 540px; max-height: 720px; }
  .service-copy { padding: 30px 24px; }
  .service-copy p { min-height: 0; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .stat { margin-top: 30px; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 55px; }
  .about-hero { grid-template-columns: 1fr; }
  .about-hero-copy { min-height: 52vh; display: grid; align-content: end; }
  .about-hero-visual { min-height: 58vh; max-height: 680px; }
  .about-intro-grid, .career { grid-template-columns: 1fr; }
  .career-heading { position: static; }
  .values-grid { grid-template-columns: 1fr; gap: 45px; }
  .personal-note { grid-template-columns: 1fr; }
  .personal-note-image { height: 55vh; max-height: 620px; }
  .profile-screen { grid-template-columns: .82fr 1.18fr; }
  .profile-content { padding: 35px; }
  .profile-highlights { grid-template-columns: 1fr; }
  .profile-highlights > div { padding: 10px 0; }
  .profile-highlights > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 650px) {
  .section { padding: 76px 20px; }
  .wordmark { font-size: 14px; }
  .hero { min-height: 88svh; }
  .hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .intro-copy { font-size: 15px; line-height: 1.7; }
  .service-card { height: 72svh; min-height: 520px; }
  .service-copy h2 { font-size: 38px; }
  .service-copy p { font-size: 14px; }
  .journal-grid { grid-template-columns: 1fr; row-gap: 60px; }
  .article-card.feature { grid-column: auto; }
  .article-image, .article-card:not(.feature) .article-image { height: 86vw; max-height: 460px; }
  .article-card.feature .article-image { height: 64vw; max-height: 360px; }
  .crop-hero, .crop-lit { background-image: url("assets/hero-bright-mobile.jpg"); }
  .crop-content { background-image: url("assets/content-creation-bright-mobile.jpg"); }
  .crop-event { background-image: url("assets/event-management-bright-mobile.jpg"); }
  .crop-social { background-image: url("assets/social-media-bright-mobile.jpg"); }
  .about-hero-copy { min-height: 43vh; padding: 55px 20px; }
  .about-hero-visual { min-height: 52vh; }
  .about-hero h1 { font-size: clamp(58px, 18vw, 82px); }
  .values-grid { margin-top: 45px; }
  .personal-note-image { height: 48vh; }
  .personal-note-copy { padding: 70px 20px; }
  .contact-footer { flex-direction: column; gap: 18px; }
  .contact-footer .social-links { order: 3; }
  .solid-header { height: 58px; }
  .profile-screen { height: calc(100svh - 58px); grid-template-columns: 1fr; grid-template-rows: 39% 61%; }
  .profile-portrait img { object-position: center 27%; }
  .profile-tag { left: 14px; bottom: 12px; padding: 7px 10px; }
  .profile-content { padding: 16px 20px 18px; gap: 10px; border-left: 0; border-top: 5px solid var(--accent); }
  .profile-content .eyebrow { margin-bottom: 8px; font-size: 8px; }
  .profile-content h1 { font-size: clamp(43px, 14vw, 60px); line-height: .82; }
  .profile-intro { margin-top: 12px; font-size: 11px; line-height: 1.45; }
  .profile-highlights { grid-template-columns: repeat(3, 1fr); }
  .profile-highlights > div { display: block; padding: 7px 5px 7px 0; }
  .profile-highlights > div + div { padding-left: 7px; border-top: 0; border-left: 1px solid var(--line); }
  .profile-highlights strong { display: block; margin-bottom: 3px; font-size: 22px; }
  .profile-highlights span { font-size: 6.5px; line-height: 1.25; }
  .profile-actions { gap: 18px; }
  .profile-button { padding: 10px 14px; font-size: 8px; }
  .profile-actions .text-link { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
