:root {
  --ink: #27322c;
  --ink-2: #34443a;
  --paper: #fbfaf6;
  --paper-2: #edf3ea;
  --stone: #7a857e;
  --line: rgba(27, 29, 30, .17);
  --accent: #e5b644;
  --accent-dark: #2e6b4d;
  --green: #2e6b4d;
  --green-dark: #1f4936;
  --white: #fff;
  --shell: min(1180px, calc(100vw - 40px));
  --radius: 3px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 112px 0; }
.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; left: 16px; top: -60px; z-index: 200; background: var(--accent); color: #111; padding: 10px 15px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: var(--ink); background: rgba(251,250,246,.91); border-bottom: 1px solid rgba(39,50,44,.09); backdrop-filter: blur(12px); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(255,255,252,.98); box-shadow: 0 7px 30px rgba(37,61,48,.1); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.04em; }
.brand-mark { width: 42px; fill: currentColor; }
.brand-word { font-size: 21px; line-height: 1; }
.brand-word span { font-size: .6em; margin-left: 1px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 14px; font-weight: 650; }
.desktop-nav a { opacity: .78; transition: opacity .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { opacity: 1; }
.header-phone { border-left: 1px solid rgba(39,50,44,.18); padding-left: 28px; color: var(--green); font-weight: 850; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 760px; height: min(880px, 100svh); color: var(--ink); background: #f3f6ef; overflow: hidden; }
.hero-image { position: absolute; inset: 0 0 0 46%; width: 54%; height: 100%; }
.hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 60% center; }
.hero-shade { background: linear-gradient(90deg, #f3f6ef 0%, #f3f6ef 39%, rgba(243,246,239,.93) 47%, rgba(243,246,239,.12) 66%, rgba(243,246,239,0) 100%), linear-gradient(0deg, rgba(243,246,239,.35), transparent 35%); }
.hero-inner { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 72px; }
.eyebrow, .section-kicker { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 850; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--green); }
.eyebrow span { display: block; width: 34px; height: 3px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 850; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(55px, 6.7vw, 94px); }
h1 em { color: var(--green); font-style: normal; }
.contact h2 em { color: #ffe19a; font-style: normal; }
.hero-lead { max-width: 570px; margin-bottom: 32px; color: #5c685f; font-size: clamp(18px, 2vw, 23px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius); font-size: 14px; font-weight: 850; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #223027; box-shadow: 0 8px 24px rgba(164,117,0,.13); }
.button-primary:hover, .button-primary:focus-visible { background: #efc35d; }
.button-ghost { border-color: rgba(39,50,44,.35); color: var(--ink); background: rgba(255,255,255,.46); }
.button-ghost:hover, .button-ghost:focus-visible { background: var(--green); color: var(--white); border-color: var(--green); }
.hero-trust { position: absolute; bottom: 38px; display: flex; flex-wrap: wrap; gap: 27px; color: #657168; font-size: 13px; font-weight: 650; }
.hero-trust span { display: flex; align-items: center; gap: 10px; }
.hero-trust span::before { content: ""; width: 5px; height: 5px; background: var(--accent); }

.section-kicker { color: var(--accent-dark); }
.section-kicker.light { color: var(--accent); }
h2 { margin-bottom: 0; font-size: clamp(44px, 6vw, 76px); }
.intro-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: start; }
.intro-copy { padding-top: 37px; max-width: 660px; }
.intro-copy p { color: #555956; }
.intro-copy .large-copy { color: var(--ink); font-size: clamp(21px, 2.6vw, 30px); line-height: 1.35; letter-spacing: -.02em; }

.services { background: #f0f5ed; color: var(--ink); }
.section-head { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 60px; margin-bottom: 58px; }
.section-head > p { margin-bottom: 6px; color: #647168; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(39,50,44,.15); border-left: 1px solid rgba(39,50,44,.15); box-shadow: 0 24px 70px rgba(46,80,59,.07); }
.service-card { min-height: 270px; display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 36px; background: rgba(255,255,255,.7); border-right: 1px solid rgba(39,50,44,.15); border-bottom: 1px solid rgba(39,50,44,.15); }
.service-card-featured { background: var(--accent); color: var(--ink); }
.service-no { font-size: 12px; font-weight: 850; opacity: .52; }
.service-card h3 { max-width: 360px; margin-bottom: 17px; font-size: 28px; line-height: 1.08; letter-spacing: -.035em; }
.service-card p { max-width: 470px; color: #657168; }
.service-card-featured p { color: rgba(27,29,30,.72); }
.service-card a { display: inline-flex; gap: 10px; margin-top: 12px; font-weight: 850; }
.service-card a span { transition: transform .2s; }
.service-card a:hover span { transform: translateX(5px); }

.projects { background: var(--paper-2); }
.projects .section-head > p { color: #5f625f; }
.before-after { margin-bottom: 70px; padding: 34px; background: #fff; border-radius: 8px; box-shadow: 0 26px 80px rgba(42,75,54,.1); }
.before-after-copy { display: grid; grid-template-columns: 180px 1.1fr .9fr; gap: 30px; align-items: start; margin-bottom: 26px; }
.before-after-copy h3 { margin: 0; font-size: clamp(27px, 3vw, 42px); line-height: 1.08; letter-spacing: -.04em; }
.before-after-copy p { margin: 0; color: #657168; }
.before-after-images { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.before-after-images figure { position: relative; margin: 0; overflow: hidden; border-radius: 5px; background: #dfe7dc; }
.before-after-images img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.before-after-images figcaption { position: absolute; inset: auto 12px 12px; display: flex; align-items: center; gap: 11px; padding: 9px 13px; background: rgba(255,255,255,.92); border-radius: 3px; box-shadow: 0 6px 24px rgba(0,0,0,.12); }
.before-after-images figcaption strong { color: var(--green); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.before-after-images figcaption span { color: #58645c; font-size: 12px; }
.project-list { border-top: 1px solid var(--line); }
.project-item { display: grid; grid-template-columns: 160px 190px 1fr 220px; align-items: center; gap: 28px; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.project-item:hover { padding-inline: 18px; background: rgba(255,255,255,.42); }
.project-tag { width: fit-content; padding: 6px 10px; border: 1px solid rgba(27,29,30,.35); text-transform: uppercase; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.project-item h3 { margin: 0; font-size: 29px; letter-spacing: -.035em; }
.project-item p { margin: 0; color: #626562; }
.project-item strong { text-align: right; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
.facebook-link { display: inline-flex; gap: 12px; margin-top: 32px; padding-bottom: 7px; border-bottom: 2px solid var(--ink); font-weight: 850; }
.facebook-showcase { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: stretch; margin-top: 70px; padding: 44px; background: #fff; border-radius: 8px; box-shadow: 0 24px 70px rgba(43,75,55,.1); }
.facebook-copy { position: relative; padding: 18px 10px 18px 0; }
.facebook-copy h3 { max-width: 460px; margin-bottom: 17px; font-size: clamp(27px, 3vw, 41px); line-height: 1.08; letter-spacing: -.04em; }
.facebook-copy > p:not(.section-kicker) { max-width: 430px; color: #657168; }
.facebook-badge { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 50%; background: #1877f2; color: #fff; font: 900 27px/1 Arial, sans-serif; }
.facebook-thumbs { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; min-height: 420px; }
.thumb { position: relative; margin: 0; overflow: hidden; border-radius: 4px; background: #dfe7dc; }
.thumb-wide { grid-row: 1 / 3; }
.thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.facebook-thumbs:hover .thumb img { transform: scale(1.035); }
.thumb figcaption { position: absolute; inset: auto 8px 8px; padding: 7px 10px; background: rgba(255,255,255,.9); border-radius: 2px; color: #415046; font-size: 11px; font-weight: 800; }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-sticky { position: sticky; top: 130px; align-self: start; }
.process-sticky > p:last-child { max-width: 440px; margin-top: 30px; color: #5c605c; font-size: 18px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--accent-dark); font-size: 12px; font-weight: 900; }
.steps h3 { margin-bottom: 9px; font-size: 25px; letter-spacing: -.035em; }
.steps p { max-width: 600px; margin: 0; color: #656865; }

.contact { background: var(--green); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; }
.contact h2 { font-size: clamp(48px, 6.4vw, 82px); }
.contact-copy > p:not(.section-kicker) { max-width: 520px; margin-top: 32px; color: rgba(255,255,255,.57); font-size: 18px; }
.direct-contact { display: flex; flex-direction: column; align-items: flex-start; margin-top: 45px; }
.direct-contact a { border-bottom: 1px solid rgba(255,255,255,.24); font-size: clamp(25px, 3vw, 38px); font-weight: 800; letter-spacing: -.035em; }
.inquiry-form { padding: 38px; background: #f2efe8; color: var(--ink); border-top: 5px solid var(--accent); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.inquiry-form label:not(.check) { display: block; margin-bottom: 18px; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; display: block; margin-top: 7px; border: 1px solid #c8c3ba; border-radius: 2px; background: #fff; color: var(--ink); padding: 13px 14px; outline: none; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(224,173,51,.18); }
.check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 20px; color: #5b5e5b; font-size: 12px; }
.check input { width: auto; margin-top: 3px; }
.form-submit { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: #6e716e; font-size: 11px; text-align: center; }
.form-status { margin: 0 0 20px; padding: 13px 14px; border-left: 4px solid; font-size: 14px; font-weight: 750; }
.form-status-ok { border-color: #4f8b4f; background: #e4f0e2; color: #315d31; }
.form-status-error { border-color: #b74736; background: #f4e4e1; color: #7c2d22; }

.site-footer { background: var(--green-dark); color: rgba(255,255,255,.72); }
.footer-top { display: grid; grid-template-columns: 1.3fr .7fr .95fr 1.2fr; gap: 45px; padding: 68px 0 45px; }
.footer-brand { color: var(--white); }
.footer-top > div:first-child > p { margin: 15px 0 0; }
.footer-col { display: flex; flex-direction: column; gap: 7px; font-size: 13px; }
.footer-col strong { margin-bottom: 8px; color: var(--white); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding: 23px 0 30px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 30px, 720px); }
  .section { padding: 82px 0; }
  .desktop-nav, .header-phone { display: none; }
  .menu-button { display: grid; gap: 5px; width: 42px; height: 42px; margin-left: auto; place-content: center; border: 1px solid rgba(39,50,44,.25); background: rgba(255,255,255,.55); color: inherit; }
  .menu-button span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; }
  .mobile-nav { display: none; padding: 12px 20px 22px; background: #fff; border-top: 1px solid rgba(39,50,44,.12); box-shadow: 0 14px 28px rgba(36,65,47,.1); }
  .mobile-nav.is-open { display: grid; }
  .mobile-nav a { padding: 12px 0; border-bottom: 1px solid rgba(39,50,44,.12); font-weight: 750; }
  .hero { min-height: 730px; height: 100svh; }
  .hero-image { inset: 0; width: 100%; object-position: 62% center; opacity: .34; }
  .hero-shade { background: linear-gradient(90deg, rgba(246,249,243,.98), rgba(246,249,243,.82) 62%, rgba(246,249,243,.25)), linear-gradient(0deg, rgba(246,249,243,.8), transparent 50%); }
  .intro-grid, .process-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { padding-top: 0; }
  .section-head { grid-template-columns: 1fr; gap: 26px; }
  .service-grid { grid-template-columns: 1fr; }
  .project-item { grid-template-columns: 120px 1fr; }
  .project-item p { grid-column: 1 / -1; }
  .project-item strong { text-align: left; }
  .before-after-copy { grid-template-columns: 1fr; gap: 16px; }
  .facebook-showcase { grid-template-columns: 1fr; padding: 32px; }
  .facebook-thumbs { min-height: 380px; }
  .process-sticky { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .header-inner { height: 70px; }
  .brand-mark { width: 36px; }
  .brand-word { font-size: 18px; }
  .hero { min-height: 680px; }
  .hero-inner { padding-top: 60px; }
  h1 { font-size: clamp(45px, 13vw, 63px); }
  .hero-trust { gap: 10px 18px; bottom: 22px; }
  .hero-trust span { font-size: 11px; }
  .button { width: 100%; }
  .service-card { grid-template-columns: 42px 1fr; min-height: auto; padding: 29px 23px; }
  .project-item { grid-template-columns: 1fr; gap: 11px; padding: 25px 0; }
  .project-item p { grid-column: auto; }
  .before-after { padding: 18px; margin-bottom: 50px; }
  .before-after-images { grid-template-columns: 1fr; }
  .before-after-images figcaption { position: static; box-shadow: none; border-radius: 0; }
  .facebook-showcase { padding: 22px; gap: 22px; }
  .facebook-thumbs { grid-template-columns: 1fr 1fr; min-height: 330px; }
  .thumb-wide { grid-column: 1 / 3; grid-row: auto; }
  .steps li { grid-template-columns: 45px 1fr; gap: 13px; }
  .inquiry-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
}

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