:root {
  --ink: #181818;
  --paper: #f3f0e9;
  --soft: #e5e0d5;
  --lime: #d8ee4d;
  --coral: #f0785f;
  --cobalt: #3049d8;
  --sky: #94cde6;
  --mono: 'DM Mono', monospace;
  --sans: 'Manrope', 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: 15px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; display: flex; justify-content: space-between; padding: 26px 5vw; position: absolute; width: 100%; z-index: 3; }
.brand { align-items: center; display: flex; font-size: 15px; font-weight: 800; gap: 10px; letter-spacing: -.03em; }
.brand-mark { align-items: center; background: var(--ink); color: var(--lime); display: inline-flex; font-family: Georgia, serif; font-size: 18px; height: 30px; justify-content: center; transform: rotate(-8deg); width: 30px; }
.brand-dot { color: var(--coral); }
.site-nav { align-items: center; display: flex; gap: 37px; font-size: 12px; font-weight: 700; }
.site-nav a { transition: opacity .2s ease; }.site-nav a:hover { opacity: .55; }
.nav-contact { background: var(--ink); color: var(--paper); padding: 11px 15px; }.nav-contact span { color: var(--lime); margin-left: 10px; }
.menu-toggle { display: none; }
.page-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.hero-copy { align-self: center; padding: 150px 10vw 100px 10vw; }.eyebrow { align-items: center; display: flex; font-family: var(--mono); font-size: 10px; letter-spacing: .07em; margin: 0 0 24px; text-transform: uppercase; }.eyebrow-line { background: var(--coral); display: inline-block; height: 1px; margin-left: 12px; width: 33px; }
h1, h2 { font-size: clamp(3.7rem, 6vw, 6.8rem); font-weight: 600; letter-spacing: -.085em; line-height: .91; margin: 0; max-width: 680px; }h1 em, h2 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.08em; }h2 { font-size: clamp(3rem, 5.5vw, 5.7rem); }
.hero-intro { font-size: 16px; line-height: 1.55; margin: 34px 0 28px; max-width: 390px; }.text-link { border-bottom: 1px solid var(--ink); display: inline-flex; font-size: 12px; font-weight: 700; gap: 19px; padding-bottom: 7px; }.text-link span { color: var(--coral); font-size: 16px; line-height: 10px; }
.hero-art { background: var(--lime); min-height: 720px; overflow: hidden; position: relative; }.sun { background: var(--coral); border-radius: 50%; height: 240px; position: absolute; right: 13%; top: 18%; width: 240px; }.paper { position: absolute; transform: rotate(-10deg); }.paper-back { background: var(--soft); height: 390px; right: 15%; top: 30%; width: 265px; }.paper-front { align-items: flex-end; background: var(--cobalt); box-shadow: 22px 21px 0 rgba(24,24,24,.12); color: var(--paper); display: flex; font-family: Georgia, serif; font-size: 41px; height: 350px; justify-content: flex-start; line-height: .92; padding: 25px; right: 29%; top: 28%; transform: rotate(8deg); width: 280px; }.art-label, .art-foot { font-family: var(--mono); font-size: 10px; left: 8%; letter-spacing: .05em; line-height: 1.4; position: absolute; text-transform: uppercase; top: 17%; }.art-foot { bottom: 10%; color: var(--coral); left: auto; right: 9%; top: auto; }
.section-wrap { padding: 130px 10vw; }.section-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 54px; }.section-heading .eyebrow { align-self: flex-start; margin-top: 10px; }.section-heading h2 { text-align: right; }.filter-bar { border-bottom: 1px solid rgba(24,24,24,.25); display: flex; gap: 31px; margin-bottom: 38px; }.filter { background: none; border: 0; color: #777; cursor: pointer; font: 11px var(--mono); padding: 0 0 13px; text-transform: uppercase; }.filter span { color: #aaa; margin-left: 5px; }.filter.active { border-bottom: 2px solid var(--coral); color: var(--ink); }
.project-grid { display: grid; gap: 58px 24px; grid-template-columns: repeat(2, 1fr); }.project { cursor: pointer; }.project-large { grid-row: span 2; }.project-wide { grid-column: span 2; }.project-image { align-items: center; display: flex; height: 330px; justify-content: center; overflow: hidden; position: relative; }.project-large .project-image { height: 720px; }.project-wide .project-image { height: 280px; }.image-cobalt { background: var(--cobalt); color: var(--paper); }.image-lime { background: var(--lime); }.image-coral { background: var(--coral); }.image-cream { background: #d8d0bf; }.image-ink { background: var(--ink); color: var(--lime); }.image-sky { background: var(--sky); }.image-word { font: 800 76px var(--sans); letter-spacing: -.1em; }.image-word.small { font-size: 98px; }.image-word.outline { color: transparent; font-size: 65px; -webkit-text-stroke: 1px var(--lime); }.image-symbol { font-size: 140px; font-weight: 300; }.image-number { font: 10px var(--mono); left: 17px; position: absolute; top: 17px; }.image-bottle { background: var(--soft); border-radius: 44% 44% 18% 18%; box-shadow: 18px 18px 0 rgba(24,24,24,.12); height: 205px; transform: rotate(17deg); width: 108px; }.image-bottle:before { background: var(--soft); content: ''; height: 34px; left: 38px; position: absolute; top: -25px; width: 32px; }.project-meta { border-bottom: 1px solid rgba(24,24,24,.25); display: grid; grid-template-columns: 1fr 1fr 20px; padding: 14px 0 12px; position: relative; }.project-meta h3, .project-meta p { font-size: 12px; font-weight: 700; margin: 0; }.project-meta p { color: #777; font-family: var(--mono); font-size: 10px; font-weight: 400; }.project-arrow { color: var(--coral); font-size: 18px; text-align: right; }
.approach { background: var(--cobalt); color: var(--paper); display: grid; gap: 10vw; grid-template-columns: 1fr 1fr; }.approach .eyebrow { color: var(--lime); }.approach h2 { margin-top: 30px; }.approach-body { align-self: end; padding-bottom: 5px; }.approach-body > p { font-size: 18px; margin: 0 0 55px; max-width: 410px; }.principles { border-top: 1px solid rgba(243,240,233,.4); list-style: none; margin: 0; padding: 0; }.principles li { border-bottom: 1px solid rgba(243,240,233,.4); font-size: 13px; padding: 16px 0; }.principles span { color: var(--lime); font-family: var(--mono); font-size: 10px; margin-right: 28px; }
.contact { align-items: end; display: grid; gap: 10vw; grid-template-columns: 1fr 1fr; min-height: 560px; }.contact-side { padding-bottom: 12px; }.contact-side > p { font-size: 18px; margin: 0 0 46px; max-width: 350px; }.contact form label { display: block; font: 10px var(--mono); margin-bottom: 12px; text-transform: uppercase; }.input-row { border-bottom: 1px solid var(--ink); display: flex; max-width: 430px; }.input-row input { background: none; border: 0; flex: 1; font: 14px var(--sans); outline: 0; padding: 12px 0; }.input-row button { background: none; border: 0; color: var(--coral); cursor: pointer; font-size: 22px; padding: 0 4px; }.form-message { color: var(--coral); font: 10px var(--mono); margin: 12px 0 0; }.site-footer { border-top: 1px solid rgba(24,24,24,.25); display: flex; font: 10px var(--mono); justify-content: space-between; margin: 0 5vw; padding: 20px 0 28px; text-transform: uppercase; }.site-footer a { color: var(--coral); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .13s; }
@media (max-width: 700px) { .site-header { padding: 19px 6vw; }.menu-toggle { background: none; border: 0; display: flex; font: 11px var(--mono); gap: 10px; padding: 8px 0; text-transform: uppercase; }.menu-icon { color: var(--coral); font-size: 18px; line-height: 10px; }.site-nav { align-items: flex-end; background: var(--ink); color: var(--paper); display: none; flex-direction: column; gap: 22px; padding: 25px; position: absolute; right: 6vw; top: 58px; width: 190px; }.site-nav.open { display: flex; }.nav-contact { background: transparent; color: var(--lime); padding: 0; }.page-grid, .approach, .contact { display: block; }.hero { display: flex; flex-direction: column; }.hero-copy { padding: 130px 8vw 65px; }.hero-art { min-height: 490px; }.paper-front { height: 280px; right: 22%; top: 27%; width: 220px; }.paper-back { height: 320px; right: 11%; top: 33%; width: 210px; }.sun { height: 180px; right: 6%; top: 15%; width: 180px; }.paper-front { font-size: 32px; }.section-wrap { padding: 85px 8vw; }.section-heading { display: block; margin-bottom: 40px; }.section-heading h2 { text-align: left; }.section-heading .eyebrow { margin-bottom: 22px; }.filter-bar { gap: 15px; justify-content: space-between; }.filter { font-size: 9px; }.project-grid { display: block; }.project { margin-bottom: 43px; }.project-large .project-image, .project-image { height: 320px; }.project-wide .project-image { height: 220px; }.project-large { grid-row: auto; }.project-meta { grid-template-columns: 1fr auto 20px; }.project-meta p { margin-right: 12px; }.approach { padding-bottom: 90px; }.approach-body { margin-top: 70px; }.contact { min-height: 0; }.contact-side { margin-top: 60px; }.site-footer { gap: 12px; line-height: 1.4; }.site-footer span:nth-child(2) { display: none; } }
