:root {
  --forest: #26301d;
  --forest-deep: #182016;
  --olive: #52613e;
  --sage: #a8b095;
  --brass: #a6945c;
  --cream: #f2efe5;
  --paper: #faf9f4;
  --ink: #1f251d;
  --muted: #686d62;
  --line: rgba(31, 37, 29, 0.17);
  --shell: min(1240px, calc(100% - 48px));
  --serif: "Cinzel", Georgia, serif;
  --sans: "Manrope", 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; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(92px, 10vw, 150px); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--forest-deep); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.utility-bar { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 7px max(24px, calc((100vw - 1240px) / 2)); color: #ece9db; background: var(--forest-deep); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.utility-bar p { margin: 0; }
.utility-bar a { display: flex; gap: 10px; align-items: center; }
.utility-bar a span { color: var(--sage); }

.site-header { position: absolute; z-index: 20; top: 38px; left: 0; right: 0; width: var(--shell); height: 100px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; color: white; border-bottom: 1px solid rgba(255,255,255,.28); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-words { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand-words strong { font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: .16em; }
.brand-words small { margin-top: 8px; font-size: 8px; font-weight: 700; letter-spacing: .24em; }
.primary-nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: white; transition: right .25s ease; }
.primary-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 19px; border: 1px solid rgba(255,255,255,.7); transition: .25s ease; }
.nav-cta:hover { color: var(--forest); background: white; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { position: relative; min-height: min(850px, calc(100vh - 38px)); display: grid; align-items: center; overflow: hidden; color: white; background: var(--forest); }
.hero-image, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; animation: hero-settle 1.2s ease both; }
.hero-scrim { background: linear-gradient(90deg, rgba(18,25,15,.88) 0%, rgba(23,30,18,.67) 40%, rgba(23,30,18,.1) 73%), linear-gradient(0deg, rgba(12,16,10,.45), transparent 45%); }
.hero-content { position: relative; z-index: 2; padding-top: 105px; }
.eyebrow { margin: 0 0 24px; color: #d8d3b9; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { max-width: 820px; margin: 0; font-family: var(--serif); font-size: clamp(60px, 8.2vw, 116px); font-weight: 500; letter-spacing: -.035em; line-height: .94; }
.hero-copy { max-width: 660px; margin: 32px 0 0; color: rgba(255,255,255,.84); font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; min-height: 55px; padding: 0 26px; border: 1px solid transparent; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: .25s ease; }
.button-light { color: var(--forest-deep); background: var(--cream); }
.button-light:hover { background: white; transform: translateY(-2px); }
.button-dark { width: 100%; color: white; background: var(--forest); }
.button-dark:hover { background: var(--forest-deep); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }
.text-link-light { color: white; }
.hero-note { position: absolute; right: max(24px, calc((100vw - 1240px) / 2)); bottom: 34px; z-index: 2; width: 280px; display: grid; grid-template-columns: 34px 1fr; gap: 16px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.4); }
.hero-note span { color: var(--brass); font-family: var(--serif); font-size: 12px; }
.hero-note p { margin: 0; font-size: 12px; line-height: 1.6; color: rgba(255,255,255,.75); }
.hero-note strong { color: white; }

.trust-strip { color: white; background: var(--forest); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > p { min-height: 118px; margin: 0; padding: 26px 22px; display: grid; grid-template-columns: 30px 1fr; align-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.trust-grid > p:first-child { border-left: 1px solid rgba(255,255,255,.14); }
.trust-grid strong, .trust-grid small { grid-column: 2; }
.trust-grid strong { font-family: var(--serif); font-size: 14px; font-weight: 600; letter-spacing: .02em; }
.trust-grid small { color: var(--sage); font-size: 11px; }
.trust-icon { grid-row: 1 / 3; align-self: center; color: var(--brass); }

.section-kicker { display: flex; align-items: center; gap: 18px; margin-bottom: 38px; color: var(--olive); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.kicker-line { width: 72px; height: 1px; background: currentColor; opacity: .55; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.display-title { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5.3vw, 72px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.intro-copy { max-width: 580px; padding-top: 8px; }
.intro-copy .lead { margin-top: 0; font-family: var(--serif); font-size: clamp(21px, 2.3vw, 29px); line-height: 1.48; }
.intro-copy > p:not(.lead) { color: var(--muted); }
.intro-copy .text-link { margin-top: 28px; }

.services { background: #e9e6da; }
.services-heading, .work-heading, .notes-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 60px; align-items: end; margin-bottom: 70px; }
.services-heading > p, .work-heading > p, .notes-heading > p { max-width: 390px; margin: 0 0 6px auto; color: var(--muted); }
.service-list { border-top: 1px solid var(--line); }
.service-item { display: grid; grid-template-columns: 80px minmax(220px, .9fr) 1.1fr; gap: 34px; align-items: center; min-height: 130px; padding: 24px 4px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.service-item:hover { padding-inline: 20px; background: rgba(255,255,255,.42); }
.service-item > span { color: var(--brass); font-family: var(--serif); font-size: 12px; }
.service-item h3 { margin: 0; font-family: var(--serif); font-size: clamp(22px, 2.5vw, 34px); font-weight: 500; }
.service-item p { max-width: 540px; margin: 0; color: var(--muted); }

.work-heading { margin-bottom: 54px; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 76px 28px; }
.project-large { grid-column: 1 / -1; }
.project figure { position: relative; margin: 0; overflow: hidden; background: #ddd9ca; }
.project figure::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(20,25,18,.08); pointer-events: none; }
.project img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .8s cubic-bezier(.2,.6,.2,1); }
.project-large img { aspect-ratio: 16 / 8.2; }
.project:hover img { transform: scale(1.025); }
.project figcaption { position: absolute; top: 16px; left: 16px; }
.project figcaption span { padding: 7px 10px; color: var(--forest); background: rgba(250,249,244,.9); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.project-meta { display: flex; justify-content: space-between; gap: 30px; padding-top: 18px; }
.project-meta p { margin: 0 0 6px; color: var(--brass); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.project-meta h3 { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.project-meta > span { max-width: 190px; padding-top: 4px; color: var(--muted); font-size: 11px; text-align: right; }

.process { color: white; background: var(--forest-deep); }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 11vw, 160px); }
.section-kicker-light { color: var(--sage); }
.process-intro p { max-width: 430px; color: rgba(255,255,255,.62); }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.process-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 34px 0 38px; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-steps li > span { color: var(--brass); font-family: var(--serif); font-size: 12px; }
.process-steps h3 { margin: -4px 0 8px; font-family: var(--serif); font-size: 25px; font-weight: 500; }
.process-steps p { max-width: 560px; margin: 0; color: rgba(255,255,255,.6); }

.notes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.note-card { min-height: 340px; padding: 34px; display: flex; flex-direction: column; background: #e9e6da; border-top: 3px solid var(--olive); transition: transform .25s ease, background .25s ease; }
.note-card:nth-child(2) { background: #dfe2d2; }
.note-card:nth-child(3) { background: #ded7c5; }
.note-card:hover { transform: translateY(-5px); background: #f0eddf; }
.note-card > p { margin: 0; color: var(--olive); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.note-card h3 { margin: 32px 0; font-family: var(--serif); font-size: clamp(22px, 2.2vw, 29px); font-weight: 500; line-height: 1.4; }
.note-card a { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.estimate { position: relative; color: var(--ink); background: var(--brass); }
.estimate-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(70px, 10vw, 140px); align-items: start; }
.estimate-copy .eyebrow { color: var(--forest); }
.estimate-copy h2 { max-width: 500px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 6.5vw, 88px); font-weight: 500; line-height: 1; }
.estimate-copy > p:not(.eyebrow) { max-width: 480px; }
.direct-contact { margin-top: 42px; display: grid; gap: 16px; }
.direct-contact a { display: flex; flex-direction: column; }
.direct-contact span { font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.direct-contact strong { font-size: clamp(17px, 2vw, 22px); overflow-wrap: anywhere; }
.estimate-form { padding: clamp(28px, 4vw, 50px); background: var(--paper); box-shadow: 0 28px 70px rgba(35,30,16,.2); }
.estimate-form label { display: grid; gap: 8px; margin-bottom: 20px; }
.estimate-form label > span { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #a9a99e; border-radius: 0; outline: 0; }
.estimate-form textarea { resize: vertical; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--forest); box-shadow: 0 1px 0 var(--forest); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.site-footer { padding: 80px 0 30px; color: rgba(255,255,255,.7); background: #10150e; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .65fr 1fr 1fr; gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand .brand-words { color: white; }
.footer-brand > p { max-width: 330px; margin-top: 26px; }
.footer-label { margin: 0 0 18px; color: var(--sage); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a, .footer-grid p:not(.footer-label) { margin: 0 0 8px; font-size: 12px; line-height: 1.8; }
.footer-grid a:hover { color: white; }
.footer-base { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: 10px; }
.footer-base p { margin: 0; }
.mobile-call { display: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-settle { from { opacity: .5; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .utility-bar p { display: none; }
  .utility-bar { justify-content: center; }
  .site-header { height: 82px; }
  .menu-toggle { position: relative; z-index: 30; width: 42px; height: 42px; display: grid; align-content: center; justify-items: end; gap: 5px; color: white; }
  .menu-toggle span:not(.sr-only) { width: 25px; height: 1px; display: block; background: currentColor; transition: .25s ease; }
  .menu-toggle span:nth-child(2) { width: 18px; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 38px 0 0; z-index: 25; padding: 110px 30px 50px; display: flex; flex-direction: column; align-items: flex-start; gap: 26px; color: white; background: var(--forest-deep); transform: translateX(100%); transition: transform .35s ease; }
  .primary-nav a { font-family: var(--serif); font-size: 28px; }
  .primary-nav .nav-cta { margin-top: 18px; font-family: var(--sans); font-size: 12px; }
  .menu-open .primary-nav { transform: translateX(0); }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 80px; }
  .hero-note { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > p:nth-child(3) { border-left: 1px solid rgba(255,255,255,.14); }
  .trust-grid > p { border-bottom: 1px solid rgba(255,255,255,.14); }
  .intro-grid, .process-grid, .estimate-grid { grid-template-columns: 1fr; gap: 60px; }
  .services-heading, .work-heading, .notes-heading { grid-template-columns: 1fr; gap: 26px; }
  .services-heading > p, .work-heading > p, .notes-heading > p { margin-left: 0; }
  .service-item { grid-template-columns: 54px 1fr; gap: 18px; }
  .service-item p { grid-column: 2; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  body { padding-bottom: 64px; }
  .section { padding-block: 82px; }
  .utility-bar a span { display: none; }
  .brand-words strong { font-size: 19px; }
  .brand-words small { font-size: 6.5px; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 58% center; }
  .hero-scrim { background: linear-gradient(90deg, rgba(18,25,15,.84), rgba(23,30,18,.28)), linear-gradient(0deg, rgba(10,14,8,.58), transparent 55%); }
  .hero-content { padding-top: 70px; }
  .hero h1 { font-size: clamp(53px, 16vw, 76px); }
  .hero-copy { font-size: 16px; line-height: 1.6; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 34px; }
  .trust-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-grid > p { min-height: 112px; padding: 20px 12px; grid-template-columns: 24px 1fr; }
  .trust-grid small { font-size: 9px; }
  .intro-grid { gap: 38px; }
  .services-heading, .work-heading, .notes-heading { margin-bottom: 44px; }
  .service-item { min-height: 0; padding-block: 26px; }
  .service-item:hover { padding-inline: 4px; }
  .project-grid { grid-template-columns: 1fr; gap: 54px; }
  .project-large { grid-column: auto; }
  .project-large img { aspect-ratio: 4 / 3; }
  .project-meta { flex-direction: column; gap: 8px; }
  .project-meta > span { max-width: none; text-align: left; }
  .process-grid { gap: 48px; }
  .process-steps li { grid-template-columns: 42px 1fr; gap: 12px; }
  .notes-grid { grid-template-columns: 1fr; }
  .note-card { min-height: 300px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .estimate { padding-bottom: 95px; }
  .estimate-form { margin-inline: -5px; padding: 26px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-base { flex-direction: column; gap: 8px; }
  .mobile-call { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 18px; color: white; background: var(--forest); box-shadow: 0 -10px 28px rgba(0,0,0,.16); }
  .mobile-call span { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-call strong { font-size: 14px; }
}
