:root {
  --ink: #101713;
  --ink-soft: #1d271f;
  --paper: #eae9e2;
  --paper-strong: #f3f1e9;
  --line-dark: rgba(255, 255, 255, .18);
  --line-light: rgba(16, 23, 19, .2);
  --lime: #d6e69b;
  --muted: #b4bfb0;
  --pad: clamp(22px, 5vw, 88px);
  --display: "Bodoni Moda", Georgia, serif;
  --body: "Manrope", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper-strong); font: 400 16px/1.6 var(--body); }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--lime); color: var(--ink); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 5px; }
.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; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 200; padding: 10px 14px; background: var(--lime); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 16px; }
.shell { width: min(1460px, 100%); padding-inline: var(--pad); margin-inline: auto; }

.site-header { height: 96px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line-dark); }
.brand { display: inline-flex; align-items: center; gap: 16px; flex: none; }
.brand-mark { font: 500 36px/1 var(--display); letter-spacing: -.08em; }
.brand-mark span { color: var(--lime); }
.brand-name { border-left: 1px solid var(--line-dark); padding-left: 16px; font-size: 12px; line-height: 1.45; font-weight: 700; letter-spacing: .15em; }
.brand-name small { display: block; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .1em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); font-size: 13px; font-weight: 600; }
.site-nav > a:not(.nav-contact) { transition: color .25s; }
.site-nav > a:not(.nav-contact):hover { color: var(--lime); }
.site-nav a > span:not(.sr-only) { color: var(--muted); margin-left: 4px; }
.site-nav .nav-contact { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 138px; border: 1px solid var(--line-dark); padding: 10px 14px 10px 18px; border-radius: 50px; transition: background .25s, color .25s, border-color .25s; }
.site-nav .nav-contact span[aria-hidden] { color: var(--lime); font-size: 18px; line-height: 1; }
.site-nav .nav-contact:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.site-nav .nav-contact:hover span[aria-hidden] { color: var(--ink); }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(155px, 210px); align-items: center; gap: clamp(34px, 5vw, 85px); padding-block: clamp(46px, 5vw, 78px) clamp(52px, 5vw, 82px); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 15px; margin: 0; color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.eyebrow-line { width: 35px; height: 1px; flex: none; background: currentColor; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.06em; }
h1 { margin: 23px 0 19px; font-size: clamp(62px, 7vw, 108px); line-height: .98; }
h1 em, h2 em { color: var(--lime); font-weight: 400; }
.hero-intro { max-width: 690px; color: #c7d0c5; font-size: clamp(16px, 1.35vw, 19px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 20px; }
.primary-link, .contact-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--lime); color: var(--ink); border: 1px solid var(--lime); border-radius: 100px; padding: 15px 18px 15px 26px; min-height: 58px; font-size: 14px; font-weight: 700; transition: transform .3s, background .3s; }
.primary-link:hover, .contact-link:hover { transform: translateY(-4px); background: #e6f3b6; }
.primary-link span { font-size: 22px; line-height: 1; }
.quiet-link { padding-block: 8px; border-bottom: 1px solid var(--line-dark); font-size: 14px; transition: border-color .2s; }
.quiet-link:hover { border-color: var(--lime); }
.quiet-link span[aria-hidden] { color: var(--lime); margin-left: 9px; }
.hero-footnote { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 17px; margin-top: 31px; padding-top: 16px; border-top: 1px solid var(--line-dark); color: #9ba99a; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-footnote span:first-child { color: var(--lime); font-weight: 700; }
.hero-portrait { position: relative; width: 210px; max-width: 100%; aspect-ratio: 1; margin: 0; justify-self: end; background: #3b4d2f; }
.hero-portrait::before { content: ""; position: absolute; z-index: 0; inset: 8px -8px -8px 8px; border: 1px solid rgba(214, 230, 155, .45); pointer-events: none; }
.hero-portrait img { position: relative; height: 100%; object-fit: cover; object-position: center 31%; filter: saturate(.82) contrast(1.035); }
.hero-portrait::after { content: ""; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent, rgba(7, 17, 10, .72)); pointer-events: none; }
.hero-portrait figcaption { position: absolute; z-index: 1; bottom: 10px; left: 12px; right: 12px; display: flex; justify-content: space-between; align-items: end; gap: 20px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-shadow: 0 1px 5px rgba(0,0,0,.45); }
.hero-portrait figcaption span:last-child { text-align: right; font-weight: 500; color: #d9e0d4; }

.work-section { background: var(--paper); color: var(--ink); padding-block: clamp(48px, 6vw, 86px) clamp(110px, 10vw, 170px); }
.eyebrow.dark { color: #536b37; }
.work-intro-row { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 50px; margin: 18px 0 46px; }
.work-intro h2 { margin: 0; font-size: clamp(52px, 5.6vw, 84px); line-height: 1.02; }
.work-intro h2 em { color: #5e753f; }
.work-intro-row > p { max-width: 320px; margin: 0 0 9px auto; font-size: 17px; color: #465047; }
.featured-project { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); min-height: 550px; overflow: hidden; background: var(--ink); color: var(--paper-strong); }
.featured-visual { display: block; position: relative; min-height: 550px; overflow: hidden; background: #83928a; }
.featured-visual img { height: 100%; object-fit: cover; object-position: center; transition: transform .8s cubic-bezier(.2,.75,.25,1), filter .6s; }
.featured-visual::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(8, 18, 11, .52)); pointer-events: none; }
.featured-visual:hover img, .featured-visual:focus-visible img { transform: scale(1.035); filter: saturate(1.06); }
.featured-image-label { position: absolute; z-index: 1; left: 28px; bottom: 27px; display: inline-flex; align-items: center; gap: 16px; padding: 12px 15px 12px 18px; background: var(--paper-strong); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .1em; transition: background .2s, transform .2s; }
.featured-image-label span { font-size: 20px; line-height: 1; }
.featured-visual:hover .featured-image-label { background: var(--lime); transform: translateY(-3px); }
.featured-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(34px, 4.3vw, 72px); }
.featured-kicker { margin: 0 0 24px; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.featured-content h3 { margin: 0 0 23px; font: 400 clamp(57px, 6.1vw, 95px)/.94 var(--display); letter-spacing: -.06em; }
.featured-content h3 em { color: var(--lime); font-weight: 400; }
.featured-lead { max-width: 480px; margin: 0 0 13px; font-size: clamp(20px, 1.8vw, 26px); line-height: 1.35; }
.featured-detail { max-width: 440px; margin: 0; color: #bcc9b9; font-size: 15px; line-height: 1.7; }
.featured-topics { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.featured-topics span { padding: 5px 8px; border: 1px solid var(--line-dark); color: #c8d4c4; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.featured-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 53px; margin-top: 31px; padding: 12px 15px 12px 21px; background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 700; transition: background .2s, transform .2s; }
.featured-cta span[aria-hidden] { font-size: 22px; line-height: 1; }
.featured-cta:hover { background: #e6f3b6; transform: translateY(-3px); }
.featured-cta:active, .primary-link:active, .contact-link:active { transform: translateY(1px); }
.more-projects-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin: clamp(62px, 7vw, 106px) 0 24px; padding-bottom: 19px; border-bottom: 1px solid var(--line-light); }
.more-projects-head h3 { margin: 0; font: 400 clamp(35px, 4vw, 59px)/1 var(--display); letter-spacing: -.045em; }
.more-projects-head span { color: #536b37; font-size: 11px; font-weight: 700; letter-spacing: .12em; white-space: nowrap; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.5vw, 38px); }
.project-image { display: block; position: relative; overflow: hidden; background: #293129; aspect-ratio: 1.42; }
.project-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(16, 23, 19, .14); pointer-events: none; }
.project-image img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1), filter .7s; }
.project-card:hover .project-image img, .project-image:focus-visible img { transform: scale(1.045); filter: saturate(1.07); }
.image-arrow { position: absolute; z-index: 1; top: 16px; right: 16px; width: 49px; height: 49px; display: grid; place-items: center; background: var(--paper-strong); border-radius: 50%; color: var(--ink); font-size: 24px; line-height: 1; transition: transform .3s, background .3s; }
.project-card:hover .image-arrow, .project-image:focus-visible .image-arrow { transform: rotate(45deg); background: var(--lime); }
.project-meta { display: flex; justify-content: space-between; gap: 18px; margin: 23px 0 12px; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.project-meta span:last-child { color: #788175; text-align: right; }
.project-title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-light); padding-top: 16px; }
.project-title-row h3 { margin: 0; font: 400 clamp(29px, 2.8vw, 42px)/1.1 var(--display); letter-spacing: -.05em; }
.project-title-row > a { white-space: nowrap; border-bottom: 1px solid #69745c; padding-bottom: 3px; font-size: 13px; font-weight: 700; transition: border-color .2s; }
.project-title-row > a:hover { border-color: var(--ink); }
.project-title-row > a span { margin-left: 4px; }
.project-card > p { max-width: 470px; margin: 14px 0 0; color: #515b50; font-size: 15px; line-height: 1.65; }

.about-section { min-height: 580px; display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(40px, 7vw, 120px); padding-block: clamp(100px, 10vw, 165px); border-bottom: 1px solid var(--line-dark); }
.about-index { display: flex; flex-direction: column; justify-content: space-between; align-items: start; font-size: 12px; letter-spacing: .18em; font-weight: 700; color: var(--lime); }
.about-monogram { display: block; font: 400 clamp(170px, 21vw, 350px)/.6 var(--display); color: rgba(214, 230, 155, .11); letter-spacing: -.1em; }
.about-copy h2 { margin: 0 0 34px; font-size: clamp(58px, 6vw, 99px); line-height: 1.03; }
.about-copy > p:not(.portfolio-note) { max-width: 630px; color: #cbd3c8; font-size: 19px; line-height: 1.75; }
.portfolio-note { border-left: 2px solid var(--lime); padding-left: 18px; margin-top: 38px; color: #a8b7a2; font-size: 13px; }

.contact-section { background: var(--lime); color: var(--ink); }
.contact-inner { padding-block: clamp(92px, 9vw, 150px) clamp(104px, 10vw, 170px); }
.contact-section .eyebrow { color: #4c632b; }
.contact-inner h2 { margin: 30px 0; font-size: clamp(75px, 10vw, 164px); line-height: .92; }
.contact-inner h2 em { color: #698446; }
.contact-inner > p:not(.eyebrow) { max-width: 520px; font-size: 19px; line-height: 1.65; }
.contact-link { margin-top: 20px; background: var(--ink); border-color: var(--ink); color: var(--paper-strong); }
.contact-link:hover { background: #26372a; }
.contact-link span[aria-hidden] { font-size: 22px; line-height: 1; }
.site-footer { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; color: var(--muted); }
.footer-brand { font: 400 35px/1 var(--display); color: var(--paper-strong); letter-spacing: -.09em; }
.site-footer > a:last-child { color: var(--paper-strong); }

.hero-copy > * { animation: rise-in .9s both; }
.hero-copy > *:nth-child(2) { animation-delay: .08s; }
.hero-copy > *:nth-child(3) { animation-delay: .16s; }
.hero-copy > *:nth-child(4) { animation-delay: .24s; }
.hero-portrait { animation: portrait-in 1.1s both; }
.js-ready .reveal { opacity: 0; translate: 0 32px; transition: opacity .7s ease, translate .7s ease; }
.js-ready .reveal.visible { opacity: 1; translate: 0 0; }
@keyframes rise-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes portrait-in { from { opacity: 0; transform: translateY(24px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

@media (max-width: 1100px) {
  .hero { gap: 35px; grid-template-columns: minmax(0, 1fr) 180px; }
  h1 { font-size: clamp(59px, 7vw, 86px); }
  .hero-portrait { width: 180px; }
  .featured-project { grid-template-columns: 1fr 1fr; }
  .featured-content { padding: 38px; }
  .featured-content h3 { font-size: clamp(58px, 6vw, 75px); }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 800px) {
  .site-header { height: 78px; }
  .hero { grid-template-columns: minmax(0, 1fr) 145px; gap: 28px; padding-block: 44px 54px; }
  h1 { font-size: clamp(57px, 7.8vw, 72px); }
  .hero-portrait { width: 145px; }
  .work-intro-row { grid-template-columns: 1fr; gap: 26px; }
  .work-intro-row > p { max-width: 520px; margin: 0; }
  .featured-project { grid-template-columns: 1fr; }
  .featured-visual { min-height: 390px; }
  .featured-content { padding: 42px; }
  .project-grid { grid-template-columns: 1fr; gap: 60px; }
  .project-image { aspect-ratio: 1.8; }
  .project-title-row { display: block; }
  .project-title-row > a { display: inline-block; margin-top: 12px; }
  .about-section { grid-template-columns: 1fr; gap: 32px; min-height: 0; }
  .about-monogram { display: none; }
}
@media (max-width: 620px) {
  .brand-name { display: none; }
  .site-nav { gap: 15px; }
  .site-nav > a:nth-child(2) { display: none; }
  .site-nav .nav-contact { min-width: 0; gap: 10px; padding: 9px 12px; }
  .hero { display: block; position: relative; padding-block: 28px 34px; }
  h1 { font-size: clamp(54px, 12vw, 72px); margin: 77px 0 15px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { gap: 17px; margin-top: 10px; }
  .hero-actions .quiet-link { display: none; }
  .hero-portrait { position: absolute; top: 23px; right: var(--pad); width: 107px; }
  .hero-portrait figcaption { font-size: 8px; }
  .hero-footnote { display: none; }
  .work-section { padding-top: 40px; }
  .work-intro h2 { font-size: clamp(43px, 10vw, 58px); }
  .work-intro-row { gap: 12px; margin: 11px 0 28px; }
  .work-intro-row > p { font-size: 14px; }
  .featured-visual { min-height: 275px; }
  .featured-image-label { left: 16px; bottom: 16px; padding: 9px 12px; font-size: 9px; }
  .featured-content { padding: 30px 23px 34px; }
  .featured-content h3 { font-size: clamp(52px, 12vw, 72px); }
  .featured-lead { font-size: 21px; }
  .featured-detail { font-size: 14px; }
  .featured-topics { margin-top: 18px; }
  .featured-cta { margin-top: 25px; }
  .more-projects-head { align-items: start; flex-direction: column; gap: 9px; margin-top: 68px; }
  .project-grid { grid-template-columns: 1fr; gap: 52px; }
  .project-image { aspect-ratio: 1.45; }
  .project-title-row { display: flex; align-items: baseline; }
  .project-title-row h3 { font-size: clamp(30px, 7.5vw, 41px); }
  .project-title-row > a { margin: 0; }
  .project-meta { font-size: 10px; }
  .about-copy h2 { font-size: clamp(55px, 12vw, 80px); }
  .about-copy > p:not(.portfolio-note) { font-size: 17px; }
  .contact-inner h2 { font-size: clamp(75px, 17vw, 110px); }
  .site-footer { flex-wrap: wrap; padding-block: 25px; }
  .site-footer > span { order: 3; width: 100%; }
}
@media (max-width: 400px) {
  .brand-mark { font-size: 31px; }
  .site-nav { gap: 10px; }
  .site-nav .nav-contact { font-size: 12px; }
  .hero-portrait { width: 98px; }
  h1 { font-size: 52px; }
  .project-title-row { display: block; }
  .project-title-row > a { margin-top: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js-ready .reveal { opacity: 1; translate: none; }
}
