:root {
  --ink: #222420;
  --paper: #f2f0e9;
  --paper-deep: #e5e1d6;
  --clay: #b65a3a;
  --sage: #747a6b;
  --line: rgba(34, 36, 32, 0.18);
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body:has(.mobile-menu.is-open) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; }

.site-header {
  position: relative;
  z-index: 40;
  height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4.5vw;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.header-dark { color: var(--paper); background: var(--ink); border-bottom-color: rgba(242, 240, 233, .18); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; font-size: 10px; letter-spacing: .05em; }
.desktop-nav { display: flex; gap: 42px; font-size: 13px; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; }
.header-cta { justify-self: end; border-bottom: 1px solid currentColor; padding-bottom: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.menu-button { display: none; width: 44px; height: 44px; padding: 0; border: 0; color: inherit; background: transparent; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; }
.mobile-menu { display: none; }

.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: minmax(360px, 43%) 1fr; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vh 5vw 8vh 7vw; }
.eyebrow { margin: 0 0 44px; color: var(--clay); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { font-size: clamp(64px, 7.4vw, 120px); line-height: .9; }
h2 { font-size: clamp(48px, 5.6vw, 88px); line-height: .98; }
em { font-weight: 400; }
.hero-intro { max-width: 450px; margin: 46px 0 0; color: #565950; font-family: var(--serif); font-size: clamp(18px, 1.5vw, 24px); line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 48px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 0 24px; border: 1px solid var(--ink); color: white; background: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: color .25s ease, background .25s ease; }
.primary-button:hover { color: var(--ink); background: transparent; }
.text-link { font-size: 13px; border-bottom: 1px solid var(--line); padding-bottom: 7px; }
.text-link span, .arrow-link span { margin-left: 12px; }
.hero-visual { position: relative; min-height: 640px; overflow: hidden; background: var(--sage); }
.hero-visual > img, .project-image > img, .about-image-band > img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(0,0,0,.42)); pointer-events: none; }
.visual-number { position: absolute; z-index: 1; right: 26px; top: 24px; color: white; font-size: 11px; letter-spacing: .12em; }
.visual-caption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 26px; display: flex; justify-content: space-between; color: white; font-size: 12px; letter-spacing: .08em; }

.section-pad { padding: 130px 7vw; }
.section-index { margin: 0; font-size: 10px; font-weight: 700; line-height: 1.5; letter-spacing: .18em; text-transform: uppercase; }
.manifesto { display: grid; grid-template-columns: 29% 1fr; border-top: 1px solid var(--line); }
.manifesto > div { max-width: 930px; }
.manifesto h2 { margin-bottom: 45px; }
.manifesto > div > p { max-width: 650px; margin: 0 0 38px auto; color: #55584f; font-family: var(--serif); font-size: 21px; line-height: 1.6; }
.arrow-link { display: table; margin-left: auto; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.work-section { padding-top: 80px; background: #dcd8cc; }
.section-heading-row { display: grid; grid-template-columns: 29% 1fr auto; align-items: end; margin-bottom: 70px; }
.section-heading-row h2 { font-size: clamp(48px, 5vw, 78px); }
.project-count { padding-bottom: 8px; font-size: 11px; letter-spacing: .12em; }
.project-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 70px 30px; }
.project-card { min-width: 0; }
.project-image { position: relative; height: 570px; overflow: hidden; background: var(--sage); }
.project-image img { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project-card:hover .project-image img { transform: scale(1.025); }
.project-card:not(.project-large) .project-image { height: 680px; }
.project-wide { grid-column: 1 / -1; }
.project-wide .project-image { height: 670px; }
.project-wide .project-image img { object-position: center 55%; }
.project-meta { display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: baseline; padding-top: 18px; border-top: 1px solid var(--ink); }
.project-meta h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.project-meta p, .project-meta span { margin: 0; color: #5e6158; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.services-section { display: grid; grid-template-columns: 40% 1fr; gap: 8vw; color: var(--paper); background: var(--ink); }
.service-intro h2 { margin-top: 50px; }
.services-list { border-top: 1px solid rgba(242,240,233,.25); }
.service-row { display: grid; grid-template-columns: 48px 1fr 1.1fr; gap: 20px; padding: 36px 0; border-bottom: 1px solid rgba(242,240,233,.25); }
.service-row > span { color: var(--clay); font-size: 11px; letter-spacing: .1em; }
.service-row h3 { margin: 0; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.service-row p { margin: 0; color: #bdbdb5; font-size: 14px; line-height: 1.65; }

.quote-section { display: grid; place-items: center; min-height: 640px; padding: 100px 10vw; text-align: center; background: var(--paper-deep); }
.quote-section blockquote { max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 78px); line-height: 1.13; letter-spacing: -.035em; }
.quote-section p { margin: 45px 0 0; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.contact-cta { position: relative; min-height: 620px; display: flex; flex-direction: column; justify-content: space-between; background: var(--clay); }
.contact-cta h2 { margin-top: 90px; color: #f7f2e8; font-size: clamp(64px, 9vw, 142px); line-height: .83; }
.circle-link { position: absolute; right: 8vw; bottom: 95px; display: grid; place-items: center; width: 118px; height: 118px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: white; font-size: 30px; transition: color .25s ease, background .25s ease; }
.circle-link:hover { color: var(--clay); background: white; }

.site-footer { padding: 85px 7vw 30px; color: #dcdcd4; background: var(--ink); }
.footer-top { display: flex; justify-content: space-between; align-items: start; padding-bottom: 75px; border-bottom: 1px solid rgba(255,255,255,.17); }
.footer-top p { margin: 0; color: #a9aba3; font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1.3fr 1fr .7fr; gap: 30px; padding: 62px 0 80px; }
.footer-label { display: block; margin-bottom: 22px; color: #7e8178; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.footer-grid p, .footer-grid nav { margin: 0; font-size: 13px; line-height: 1.9; }
.footer-grid nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); color: #74776e; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.inner-hero { min-height: 690px; display: grid; grid-template-columns: 29% 1fr; align-content: center; position: relative; }
.inner-hero h1 { font-size: clamp(66px, 8.5vw, 132px); }
.inner-hero h1 em { color: var(--clay); }
.inner-hero-copy { grid-column: 2; max-width: 550px; margin: 50px 0 0 auto; color: #5c5f56; font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.about-image-band { position: relative; height: 78vh; min-height: 600px; overflow: hidden; }
.about-image-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(0,0,0,.45)); }
.about-image-band p { position: absolute; z-index: 1; left: 7vw; bottom: 45px; margin: 0; color: white; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.about-story { display: grid; grid-template-columns: 29% 1fr; }
.about-story h2 { max-width: 850px; margin-bottom: 60px; }
.story-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; }
.story-columns p { margin: 0; color: #55584f; font-family: var(--serif); font-size: 19px; line-height: 1.65; }
.values-section { background: var(--paper-deep); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 350px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid article > span { color: var(--clay); font-size: 11px; }
.values-grid h3 { margin: auto 0 25px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.values-grid p { margin: 0; color: #5c5f56; font-size: 13px; line-height: 1.6; }
.team-section { display: grid; grid-template-columns: .75fr 1.6fr; gap: 7vw; }
.team-heading { position: sticky; top: 50px; align-self: start; }
.team-heading h2 { margin: 50px 0 35px; }
.team-heading > p:last-child { max-width: 420px; color: #5c5f56; font-family: var(--serif); font-size: 18px; line-height: 1.6; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px 24px; }
.team-grid article:last-child { grid-column: 2; }
.team-portrait { position: relative; height: 390px; overflow: hidden; background: #c9c3b7; }
.team-portrait::before { content: ""; position: absolute; width: 170px; height: 220px; left: 50%; bottom: -32px; transform: translateX(-50%); border-radius: 85px 85px 20px 20px; background: rgba(34,36,32,.66); }
.team-portrait::after { content: ""; position: absolute; width: 100px; height: 115px; left: 50%; top: 75px; transform: translateX(-50%); border-radius: 48% 48% 44% 44%; background: rgba(34,36,32,.72); }
.tone-two { background: #a8aaa0; }.tone-three { background: #d0b49d; }
.team-portrait span { position: absolute; z-index: 1; right: 18px; bottom: 14px; color: white; font-family: var(--serif); font-size: 25px; }
.team-grid h3 { margin: 17px 0 5px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.team-grid p { margin: 0; color: #6b6e65; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }

.contact-page { color: var(--paper); background: var(--ink); }
.contact-hero { min-height: 650px; display: grid; grid-template-columns: 1.7fr .75fr; gap: 7vw; align-items: end; padding-top: 85px; }
.contact-hero h1 { font-size: clamp(66px, 8vw, 126px); }
.contact-hero > p { margin: 0 0 12px; color: #b8bab2; font-family: var(--serif); font-size: 20px; line-height: 1.55; }
.contact-body { display: grid; grid-template-columns: .65fr 1.7fr; gap: 8vw; background: #f0eee7; color: var(--ink); }
.contact-body aside { display: flex; flex-direction: column; gap: 55px; }
.contact-body aside div { display: flex; flex-direction: column; gap: 7px; }
.contact-body aside p, .contact-body aside a { margin: 0; font-size: 14px; line-height: 1.7; }
.contact-form { display: flex; flex-direction: column; gap: 36px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-form label { display: flex; flex-direction: column; gap: 13px; }
.contact-form label > span { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid #8d8e86; border-radius: 0; outline: none; color: var(--ink); background: transparent; font-family: var(--serif); font-size: 18px; }
.contact-form input, .contact-form select { height: 54px; }
.contact-form textarea { resize: vertical; padding: 14px 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--clay); }
.contact-form ::placeholder { color: #9b9c95; }
.form-submit-row { display: flex; align-items: center; gap: 30px; }
.form-submit-row p { max-width: 270px; margin: 0; color: #777a72; font-size: 11px; line-height: 1.5; }
.location-panel { padding-top: 0; background: #f0eee7; }
.map-placeholder { position: relative; height: 500px; overflow: hidden; background: #d2d0c8; }
.map-placeholder::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(30deg, transparent 0 47%, #b8b6af 48% 51%, transparent 52%), linear-gradient(110deg, transparent 0 57%, #bab8b1 58% 62%, transparent 63%); background-size: 180px 160px, 230px 210px; }
.map-water { position: absolute; right: -7%; top: -20%; width: 35%; height: 145%; transform: rotate(8deg); background: #aebcb9; }
.map-road { position: absolute; height: 7px; background: #eeece5; box-shadow: 0 0 0 1px #c1bfb8; }
.road-one { width: 120%; left: -10%; top: 47%; transform: rotate(-9deg); }.road-two { width: 90%; left: 11%; top: 63%; transform: rotate(18deg); }.road-three { width: 75%; left: 17%; top: 22%; transform: rotate(62deg); }
.map-pin { position: absolute; z-index: 2; left: 53%; top: 45%; display: grid; place-items: center; width: 54px; height: 54px; color: white; background: var(--clay); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.map-pin b { transform: rotate(45deg); font-size: 10px; letter-spacing: .08em; }
.map-label { position: absolute; z-index: 2; left: calc(53% + 45px); top: calc(45% + 18px); padding: 8px 12px; background: var(--paper); color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 1000px) {
  .section-pad { padding: 100px 6vw; }
  .project-grid { gap: 50px 20px; }
  .project-image, .project-card:not(.project-large) .project-image { height: 500px; }
  .project-wide .project-image { height: 570px; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .services-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; grid-template-columns: 1fr auto; padding: 0 22px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: block; }
  .brand > span:last-child { display: none; }
  .mobile-menu { position: fixed; z-index: 30; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 135px 24px 36px; color: var(--paper); background: var(--ink); visibility: hidden; opacity: 0; transform: translateY(-15px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .mobile-menu.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .mobile-menu nav { display: flex; flex-direction: column; }
  .mobile-menu nav a { display: flex; align-items: baseline; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-family: var(--serif); font-size: 46px; }
  .mobile-menu nav span { color: var(--clay); font-family: Arial, sans-serif; font-size: 10px; }
  .mobile-menu-foot { display: flex; justify-content: space-between; color: #9c9f96; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 600px; padding: 70px 24px; }
  .eyebrow { margin-bottom: 30px; }
  h1 { font-size: clamp(58px, 18vw, 82px); }
  h2 { font-size: clamp(44px, 13vw, 62px); }
  .hero-intro { margin-top: 32px; font-size: 19px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 36px; }
  .hero-visual { min-height: 72vh; }
  .hero-visual > img { object-position: 62% center; }
  .visual-caption { font-size: 10px; }

  .section-pad { padding: 82px 24px; }
  .manifesto, .about-story { grid-template-columns: 1fr; gap: 42px; }
  .manifesto h2 { margin-bottom: 32px; }
  .manifesto > div > p { margin-left: 0; font-size: 18px; }
  .arrow-link { margin-left: 0; }
  .section-heading-row { grid-template-columns: 1fr auto; gap: 28px; margin-bottom: 46px; }
  .section-heading-row h2 { grid-column: 1 / -1; grid-row: 2; font-size: 48px; }
  .project-count { grid-column: 2; grid-row: 1; }
  .project-grid { grid-template-columns: 1fr; gap: 52px; }
  .project-wide { grid-column: auto; }
  .project-image, .project-card:not(.project-large) .project-image, .project-wide .project-image { height: 63vh; min-height: 450px; }
  .project-meta { grid-template-columns: 1fr auto; gap: 8px 16px; }
  .project-meta p { grid-column: 1; }
  .project-meta span { grid-column: 2; grid-row: 1 / 3; }
  .services-section { gap: 65px; }
  .service-intro h2 { margin-top: 35px; }
  .service-row { grid-template-columns: 32px 1fr; padding: 30px 0; }
  .service-row p { grid-column: 2; }
  .quote-section { min-height: 520px; padding: 80px 24px; }
  .quote-section blockquote { font-size: 42px; }
  .contact-cta { min-height: 510px; }
  .contact-cta h2 { margin-top: 70px; font-size: 67px; }
  .circle-link { right: 24px; bottom: 55px; width: 82px; height: 82px; }

  .site-footer { padding: 70px 24px 26px; }
  .footer-top { flex-direction: column; gap: 40px; padding-bottom: 55px; }
  .footer-top p { font-size: 19px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 48px 24px; padding: 55px 0; }
  .footer-bottom { flex-direction: column; gap: 10px; }

  .inner-hero { min-height: 650px; grid-template-columns: 1fr; align-content: center; }
  .inner-hero h1 { font-size: 62px; }
  .inner-hero-copy { grid-column: 1; margin: 38px 0 0; font-size: 19px; }
  .about-image-band { height: 68vh; min-height: 520px; }
  .about-image-band img { object-position: 57% center; }
  .about-image-band p { left: 24px; right: 24px; bottom: 25px; line-height: 1.5; }
  .about-story h2 { margin-bottom: 38px; }
  .story-columns { grid-template-columns: 1fr; gap: 25px; }
  .story-columns p { font-size: 18px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article { min-height: 275px; }
  .team-section { grid-template-columns: 1fr; gap: 60px; }
  .team-heading { position: static; }
  .team-heading h2 { margin: 35px 0 25px; }
  .team-grid { gap: 42px 14px; }
  .team-grid article:last-child { grid-column: 1 / -1; width: calc(50% - 7px); margin-left: auto; }
  .team-portrait { height: 285px; }
  .team-portrait::before { width: 120px; height: 170px; }.team-portrait::after { width: 72px; height: 86px; top: 55px; }

  .contact-hero { min-height: 670px; grid-template-columns: 1fr; gap: 45px; align-content: center; align-items: initial; }
  .contact-hero h1 { font-size: 59px; }
  .contact-hero > p { max-width: 500px; font-size: 18px; }
  .contact-body { grid-template-columns: 1fr; gap: 75px; }
  .contact-body aside { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .contact-body aside div:first-child { grid-column: 1 / -1; }
  .field-row { grid-template-columns: 1fr; gap: 36px; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .map-placeholder { height: 380px; }
}

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