:root {
  --paper: #f4f0e6;
  --ink: #181914;
  --pear: #c5ff3d;
  --pink: #f6a4c7;
  --red: #e6442e;
  --muted: #77766f;
  --line: rgba(24,25,20,.16);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.45; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
img { display: block; max-width: 100%; }
.noise { position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .22; mix-blend-mode: multiply; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
.section-pad { padding-left: clamp(22px, 5vw, 84px); padding-right: clamp(22px, 5vw, 84px); }

.site-header { height: 84px; padding: 0 clamp(22px, 5vw, 84px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; position: absolute; top: 0; width: 100%; z-index: 10; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex-direction: column; width: max-content; font-size: 17px; line-height: .88; letter-spacing: -.05em; }
.brand span { font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.brand b { font-size: 21px; text-transform: uppercase; letter-spacing: -.07em; }
.site-header nav { display: flex; gap: 28px; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.site-header nav a, .socials a { position: relative; }
.site-header nav a::after, .socials a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -4px; height: 1px; background: currentColor; transition: right .3s ease; }
.site-header nav a:hover::after, .socials a:hover::after { right: 0; }
.header-cta { justify-self: end; padding: 11px 16px; border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; transition: background .25s, color .25s; }
.header-cta:hover { background: var(--ink); color: var(--paper); }
.header-cta span { margin-left: 14px; }
.menu-button { display: none; background: none; border: 0; width: 40px; height: 40px; padding: 10px; }
.menu-button i { display: block; height: 1px; background: var(--ink); margin: 6px 0; }

.hero { min-height: 100svh; padding-top: 130px; padding-bottom: 46px; position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .72fr); grid-template-rows: 1fr auto; gap: 40px 7vw; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 42vw; height: 42vw; background: radial-gradient(circle, rgba(197,255,61,.42), rgba(197,255,61,0) 68%); left: -17vw; bottom: -22vw; pointer-events: none; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .14em; display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
h1, h2 { margin: 0; font-weight: 700; letter-spacing: -.075em; line-height: .9; }
h1 { font-size: clamp(64px, 8vw, 126px); margin: 30px 0 34px; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--red); }
.hero-lead { max-width: 620px; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.42; margin: 0; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 40px; min-width: 276px; border-radius: 999px; padding: 18px 22px; font-size: 14px; text-transform: uppercase; letter-spacing: .035em; transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--red); }
.text-link { font-size: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link span { margin-left: 8px; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 520px); transform-style: preserve-3d; }
.hero-photo { height: min(67vh, 700px); overflow: hidden; border-radius: 45% 45% 28px 28px; background: #ddd; transform: rotate(2deg); box-shadow: 0 25px 80px rgba(39,42,22,.14); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 25%; transform: scale(1.8); }
.pear-badge { position: absolute; width: 150px; height: 150px; left: -76px; top: 10%; display: grid; place-items: center; transform: rotate(-10deg) translateZ(30px); }
.pear-badge svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: var(--pear); filter: drop-shadow(0 10px 18px rgba(0,0,0,.12)); }
.pear-badge svg .leaf { fill: var(--ink); }
.pear-badge span { z-index: 1; margin-top: 26px; text-align: center; text-transform: uppercase; font-weight: 700; font-size: 13px; line-height: 1.1; }
.hero-note { position: absolute; bottom: 16px; right: -20px; background: white; border: 1px solid var(--line); border-radius: 999px; padding: 13px 17px; font-size: 12px; transform: rotate(-2deg) translateZ(40px); }
.hero-stats { grid-column: 1 / 2; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 720px; border-top: 1px solid var(--line); padding-top: 22px; }
.hero-stats div { display: flex; flex-direction: column; padding-right: 18px; }
.hero-stats strong { font-size: clamp(25px, 2.3vw, 38px); letter-spacing: -.05em; }
.hero-stats span { font-size: 12px; text-transform: uppercase; color: var(--muted); }
.scroll-note { position: absolute; right: 24px; bottom: 24px; writing-mode: vertical-rl; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }

.manifesto { background: var(--ink); color: var(--paper); padding-top: 46px; overflow: hidden; }
.section-index { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; color: var(--muted); }
.manifesto > .section-index { padding: 0 clamp(22px, 5vw, 84px); }
.manifesto-title { padding: 100px 0 90px; display: flex; flex-direction: column; text-align: center; font-size: clamp(48px, 7vw, 108px); font-weight: 700; letter-spacing: -.07em; line-height: .94; }
.manifesto-title strong { font-family: Georgia, serif; font-weight: 400; font-style: italic; color: var(--pear); }
.about-grid { border-top: 1px solid rgba(255,255,255,.17); padding-top: 74px; padding-bottom: 96px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 9vw; }
.about-intro > p { color: var(--pear); margin: 0 0 24px; }
.about-intro h2 { font-size: clamp(44px, 5vw, 78px); }
.about-copy { font-size: clamp(18px, 1.5vw, 24px); }
.about-copy p { margin: 0 0 26px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 44px; }
.tag-row span { border: 1px solid rgba(255,255,255,.32); border-radius: 999px; padding: 8px 13px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.services { padding-top: 110px; padding-bottom: 120px; }
.section-head { display: grid; grid-template-columns: 1.2fr .65fr; gap: 10vw; align-items: end; margin-bottom: 72px; }
.section-head h2, .work-title h2, .projects-copy h2 { font-size: clamp(55px, 7vw, 104px); margin-top: 24px; }
.section-head > p { font-size: 17px; max-width: 440px; margin: 0; }
.service-list { border-top: 1px solid var(--line); }
.service-card { display: grid; grid-template-columns: 70px 1fr 1fr 40px; align-items: center; gap: 30px; padding: 30px 10px; border-bottom: 1px solid var(--line); transition: padding .3s ease, background .3s ease; }
.service-card:hover { padding-left: 24px; padding-right: 24px; background: var(--pear); }
.service-card > span { font-size: 12px; color: var(--muted); }
.service-card h3 { font-size: clamp(25px, 2.7vw, 42px); letter-spacing: -.045em; margin: 0; }
.service-card p { max-width: 480px; margin: 0; color: #4f504b; }
.service-card b { font-size: 24px; }

.work { background: #d9a08d; padding-top: 105px; padding-bottom: 120px; overflow: hidden; }
.work-title { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 50px; }
.work-title .section-index { grid-column: 1 / -1; }
.work-title h2 em { color: white; }
.work-title a { margin-bottom: 12px; border-bottom: 1px solid currentColor; }
.content-strip { display: grid; grid-template-columns: 1.1fr .85fr 1fr .85fr; gap: 14px; width: 126vw; transform: translateX(-13vw); }
.shot { border: 0; padding: 0; background: #ddd; height: min(67vw, 690px); position: relative; overflow: hidden; cursor: zoom-in; border-radius: 18px; }
.shot:nth-child(even) { transform: translateY(54px); }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.shot-a img { object-position: 16% center; transform: scale(1.55); }
.shot-b img { object-position: 48% center; transform: scale(1.65); }
.shot-c img { object-position: 84% center; transform: scale(1.48); }
.shot-d img { object-position: 50% 20%; transform: scale(1.5); }
.shot:hover img { transform: scale(1.75); }
.shot span { position: absolute; left: 15px; bottom: 15px; background: var(--paper); border-radius: 999px; padding: 8px 12px; font-size: 11px; text-transform: uppercase; }

.audience { padding-top: 120px; padding-bottom: 120px; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.metric { min-height: 280px; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; transition: transform .3s ease, background .3s ease; }
.metric:hover { transform: translateY(-5px); background: white; }
.metric > span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.metric strong { font-size: clamp(42px, 5vw, 76px); letter-spacing: -.07em; line-height: 1; margin-top: auto; }
.metric p { margin: 4px 0 0; }
.metric > i { font-size: 11px; color: var(--muted); font-style: normal; margin-top: 28px; }
.metric-main { background: var(--pear); border-color: transparent; grid-column: span 2; }
.bar { margin-top: 28px; background: #dedfd7; height: 7px; border-radius: 20px; overflow: hidden; }
.bar i { display: block; width: var(--value); height: 100%; background: var(--red); border-radius: inherit; }
.proof-link { background: none; border: 0; padding: 0; text-align: left; text-decoration: underline; margin-top: 18px; cursor: pointer; font-size: 12px; text-transform: uppercase; }
.city-list { margin-top: auto; }
.city-list p { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 8px 0; }
.city-list b { font-size: 19px; }
.city-list i { font-style: normal; color: var(--muted); }

.projects { background: #ebe2cd; padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; align-items: center; }
.projects-copy h2 { font-size: clamp(48px, 5.7vw, 90px); }
.projects-copy > p:last-child { font-size: 18px; max-width: 580px; margin-top: 36px; }
.project-stack { display: grid; gap: 26px; perspective: 1000px; }
.project-card { background: var(--paper); border-radius: var(--radius); padding: 16px; display: grid; grid-template-columns: 38% 1fr; min-height: 300px; gap: 28px; box-shadow: 0 20px 50px rgba(37,30,16,.08); transform-style: preserve-3d; }
.project-card:nth-child(2) { margin-left: 8%; }
.project-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 17px; }
.project-card > div { display: flex; flex-direction: column; padding: 12px 10px 10px 0; }
.project-card span { color: var(--red); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.project-card h3 { font-size: clamp(35px, 4vw, 58px); margin: 8px 0 12px; letter-spacing: -.05em; }
.project-card p { margin: 0; color: var(--muted); }
.project-card strong { margin-top: auto; font-size: 35px; }
.project-card small { font-size: 11px; text-transform: uppercase; color: var(--muted); font-weight: 400; }

.cta { min-height: 720px; background: var(--red); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; }
.cta::before, .cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; width: 55vw; height: 55vw; }
.cta::before { left: -31vw; bottom: -36vw; }
.cta::after { right: -31vw; top: -34vw; }
.cta .eyebrow span { background: var(--pear); }
.cta h2 { font-size: clamp(65px, 9vw, 140px); margin: 35px 0; }
.cta h2 em { color: var(--pear); }
.cta > p:not(.eyebrow) { max-width: 650px; font-size: 18px; }
.button-light { margin-top: 26px; background: white; color: var(--ink); }
.button-light:hover { background: var(--pear); }
.cta-pear { position: absolute; font-size: 100px; left: 8vw; top: 100px; transform: rotate(-16deg); filter: drop-shadow(0 12px 15px rgba(0,0,0,.14)); }

.footer { min-height: 230px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { font-size: 26px; }
.footer-brand b { font-size: 34px; }
.socials { display: flex; gap: 26px; font-size: 13px; text-transform: uppercase; }
.footer > p { justify-self: end; color: var(--muted); font-size: 12px; }

.lightbox { width: min(92vw, 1100px); height: min(92vh, 850px); padding: 0; border: 0; border-radius: 22px; background: var(--ink); color: white; overflow: hidden; }
.lightbox::backdrop { background: rgba(12,12,10,.88); backdrop-filter: blur(8px); }
.lightbox figure { margin: 0; width: 100%; height: 100%; display: grid; place-items: center; }
.lightbox figure img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lightbox figcaption { position: absolute; left: 20px; bottom: 16px; font-size: 12px; }
.lightbox button { position: absolute; z-index: 2; border: 0; background: rgba(255,255,255,.88); width: 44px; height: 44px; border-radius: 50%; cursor: pointer; }
.lightbox-close { top: 14px; right: 14px; font-size: 26px; }
.lightbox-prev { left: 14px; top: 50%; }
.lightbox-next { right: 14px; top: 50%; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,.8,.24,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 70px; }
  .site-header nav { position: fixed; inset: 70px 0 auto; background: var(--paper); display: none; flex-direction: column; padding: 30px 22px; border-bottom: 1px solid var(--line); font-size: 18px; }
  .site-header nav.open { display: flex; }
  .header-cta { display: none; }
  .menu-button { display: block; }
  .hero { padding-top: 110px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 46px; }
  .hero-copy { z-index: 1; }
  h1 { font-size: clamp(58px, 16.5vw, 90px); }
  .hero-visual { width: 88%; margin-right: 1%; }
  .hero-photo { height: 62vh; }
  .pear-badge { width: 118px; height: 118px; left: -42px; }
  .hero-stats { grid-column: 1; }
  .scroll-note { display: none; }
  .about-grid, .section-head, .projects { grid-template-columns: 1fr; }
  .about-grid, .projects { gap: 60px; }
  .section-head { gap: 34px; }
  .service-card { grid-template-columns: 42px 1fr 26px; }
  .service-card p { grid-column: 2 / 4; }
  .content-strip { grid-template-columns: repeat(4, 64vw); width: max-content; transform: translateX(-28vw); }
  .shot { height: 100vw; }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metric-main { grid-column: span 2; }
  .footer { grid-template-columns: 1fr 1fr; }
  .socials { justify-self: end; flex-wrap: wrap; justify-content: end; }
  .footer > p { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 560px) {
  .hero { min-height: auto; }
  .hero-lead { font-size: 17px; }
  .button { min-width: 100%; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-stats { gap: 12px; }
  .hero-stats strong { font-size: 26px; }
  .hero-stats span { font-size: 9px; }
  .manifesto-title { text-align: left; padding-left: 22px; padding-right: 22px; }
  .service-card { gap: 10px; }
  .service-card:hover { padding-left: 10px; padding-right: 10px; }
  .work-title { grid-template-columns: 1fr; gap: 25px; }
  .content-strip { grid-template-columns: repeat(4, 77vw); transform: translateX(-38vw); }
  .shot { height: 128vw; }
  .metrics { grid-template-columns: 1fr; }
  .metric-main { grid-column: auto; }
  .project-card { grid-template-columns: 42% 1fr; min-height: 250px; gap: 15px; }
  .project-card:nth-child(2) { margin-left: 0; }
  .project-card strong { font-size: 27px; }
  .project-card p { font-size: 13px; }
  .cta { min-height: 650px; }
  .cta-pear { font-size: 65px; top: 70px; }
  .footer { grid-template-columns: 1fr; gap: 28px; padding-top: 60px; padding-bottom: 60px; }
  .socials { justify-self: start; flex-direction: column; }
  .footer > p { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
