:root {
  --forest: #16395f;
  --forest-deep: #0e2b47;
  --sage: #81958e;
  --sage-pale: #e0e8e5;
  --sand: #d0a365;
  --cream: #f6f2ea;
  --paper: #fffdf8;
  --ink: #172432;
  --muted: #61707d;
  --line: #d9dfe4;
  --white: #fff;
  --danger: #9e342c;
  --shadow: 0 24px 70px rgba(14, 43, 71, .13);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 200; left: 12px; top: -80px; padding: 12px 18px; background: var(--white); color: var(--forest); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; width: 100%; top: 0; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(22,57,95,.97); box-shadow: 0 8px 30px rgba(7,24,39,.2); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 230px; }
.brand img { width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.23); border-radius: 15px; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 500; letter-spacing: .01em; }
.brand small { margin-top: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: .18em; font-weight: 750; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav > a:not(.button) { color: rgba(255,255,255,.86); text-decoration: none; font-size: 14px; font-weight: 700; }
.primary-nav > a:not(.button):hover { color: var(--white); }
.menu-button { display: none; border: 0; padding: 10px; width: 46px; height: 46px; border-radius: 12px; background: rgba(255,255,255,.1); }
.menu-button i { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 3px; background: white; transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 22px; border: 1px solid var(--sand); border-radius: 13px; background: var(--sand); color: var(--forest-deep); text-decoration: none; font-weight: 850; cursor: pointer; transition: transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 10px 25px rgba(14,43,71,.15); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #f1bb70; outline-offset: 3px; }
.button-small { min-height: 43px; padding-inline: 17px; font-size: 14px; }
.button-outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--forest); font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link.light { color: white; }
.eyebrow { margin: 0 0 13px; color: var(--forest); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow.light { color: #dfc49c; }

.hero { min-height: 780px; position: relative; display: flex; align-items: stretch; color: var(--white); background: var(--forest-deep); overflow: hidden; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transform: scale(1.025); transition: opacity 1s ease, transform 7s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide:nth-child(2) img { object-position: center 58%; }
.hero-slide:nth-child(3) img { object-position: 52% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,24,39,.94) 0%, rgba(7,24,39,.8) 43%, rgba(7,24,39,.25) 72%, rgba(7,24,39,.44) 100%), linear-gradient(0deg, rgba(7,24,39,.5), transparent 48%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .74fr); gap: 70px; align-items: end; padding: 164px 0 84px; }
.hero-copy { max-width: 730px; }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(52px, 6.1vw, 84px); line-height: .98; letter-spacing: -.048em; text-wrap: balance; }
.hero h1 em { display: block; color: #e3c298; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.hero-lead { max-width: 680px; margin: 26px 0 31px; color: rgba(255,255,255,.82); font-size: clamp(17px, 1.7vw, 20px); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 25px; margin: 36px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.77); font-size: 13px; font-weight: 700; }
.hero-points li::before { content: "✓"; color: #e3c298; margin-right: 8px; }
.hero-gallery-controls { width: fit-content; max-width: 100%; display: flex; align-items: center; gap: 9px; margin-top: 27px; padding: 8px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(7,24,39,.47); backdrop-filter: blur(10px); }
.hero-control { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; background: rgba(255,255,255,.08); color: white; cursor: pointer; font-weight: 900; }
.hero-control:hover { background: rgba(255,255,255,.16); }
.hero-gallery-meta { min-width: 192px; display: grid; padding-inline: 4px 7px; line-height: 1.18; }
.hero-gallery-meta span { color: #e3c298; font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.hero-gallery-meta strong { margin-top: 4px; color: rgba(255,255,255,.9); font-size: 12px; }
.hero-dots { display: flex; align-items: center; gap: 6px; padding-inline: 3px; }
.hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.42); cursor: pointer; transition: width .2s ease, background .2s ease; }
.hero-dots button.is-active { width: 22px; border-radius: 5px; background: var(--sand); }
.hero-card { align-self: end; padding: 29px; border: 1px solid rgba(255,255,255,.19); border-radius: var(--radius); background: rgba(18,52,84,.8); box-shadow: 0 24px 70px rgba(0,0,0,.22); backdrop-filter: blur(14px); }
.card-kicker { color: #e3c298; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.hero-card h2 { margin: 13px 0 12px; font-size: 25px; line-height: 1.15; letter-spacing: -.02em; }
.hero-card > p { margin: 0; color: rgba(255,255,255,.74); font-size: 14px; }
.mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.mini-stats div { display: grid; gap: 3px; }
.mini-stats strong { color: #e3c298; font-size: 16px; }
.mini-stats span { color: rgba(255,255,255,.57); font-size: 10px; line-height: 1.2; }

.work-section { padding: 112px 0 0; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 80px; align-items: end; margin-bottom: 40px; }
.section-heading h2, .project-intro h2, .quote-copy h2, .service-area h2 { margin: 0; color: var(--forest-deep); font-size: clamp(38px, 4.5vw, 58px); line-height: 1.03; letter-spacing: -.045em; text-wrap: balance; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 288px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; cursor: pointer; transition: color .22s ease, background .22s ease, transform .22s ease; overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -75px; bottom: -90px; border-radius: 50%; background: var(--sand); opacity: .13; transition: transform .28s ease; }
.service-card:hover, .service-card.is-selected { z-index: 2; background: var(--forest); color: white; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card:hover::after, .service-card.is-selected::after { transform: scale(1.5); }
.service-number { color: var(--sage); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.service-icon { height: 64px; margin-top: 19px; color: var(--sand); font-size: 38px; line-height: 1; }
.service-card strong { font-size: 20px; }
.service-card > span:nth-of-type(3) { margin-top: 9px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-card:hover > span:nth-of-type(3), .service-card.is-selected > span:nth-of-type(3) { color: rgba(255,255,255,.72); }
.service-card small { margin-top: auto; padding-top: 18px; color: var(--forest); font-weight: 850; }
.service-card:hover small, .service-card.is-selected small { color: #e3c298; }

.projects-block { display: grid; grid-template-columns: .78fr 1.22fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; margin-top: 110px; }
.project-intro { grid-row: 1 / 3; padding: 30px 46px 30px 0; align-self: center; }
.project-intro h2 { font-size: clamp(35px, 3.8vw, 51px); }
.project-intro > p:not(.eyebrow) { margin: 22px 0 24px; color: var(--muted); }
.project-card { min-height: 272px; position: relative; border-radius: var(--radius); overflow: hidden; background: var(--forest); color: white; box-shadow: 0 12px 35px rgba(14,43,71,.13); }
.project-card.project-large { grid-row: 1 / 3; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.project-outdoor img { object-position: center 66%; }
.project-seating img { object-position: center 68%; }
.project-card:hover img { transform: scale(1.04); }
.project-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(0deg, rgba(7,24,39,.94), transparent); pointer-events: none; }
.project-card div { position: absolute; z-index: 1; inset: auto 0 0; padding: 25px; }
.project-card span { color: #e3c298; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.project-card h3 { margin: 5px 0 3px; font-size: 22px; }
.project-card p { margin: 0; color: rgba(255,255,255,.7); font-size: 12px; }

.completed-more { display: grid; grid-template-columns: .78fr 1fr 1fr; gap: 18px; margin-top: 18px; }
.completed-more-intro { min-height: 360px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px; border-radius: var(--radius); background: var(--forest-deep); color: white; }
.completed-more-intro h2 { margin: 0; color: white; font-size: clamp(30px, 3vw, 41px); line-height: 1.03; letter-spacing: -.04em; }
.completed-more-intro > p:not(.eyebrow) { margin: 18px 0 23px; color: rgba(255,255,255,.68); font-size: 13px; }
.completed-card { min-height: 360px; }
.completed-turf img { object-position: center 58%; }
.completed-deck img { object-position: center 63%; }

.inspiration-section { margin-top: 120px; padding-top: 108px; border-top: 1px solid var(--line); }
.inspiration-heading { display: grid; grid-template-columns: 1.08fr .78fr; gap: 85px; align-items: end; }
.inspiration-heading h2 { max-width: 720px; margin: 0; color: var(--forest-deep); font-size: clamp(38px, 4.7vw, 62px); line-height: 1.02; letter-spacing: -.048em; text-wrap: balance; }
.inspiration-heading > div:last-child > p:first-child { margin: 0; color: var(--muted); font-size: 17px; }
.concept-disclaimer { margin: 16px 0 0; padding: 14px 16px; border-left: 3px solid var(--sand); background: var(--cream); color: #736550; font-size: 12px; }
.concept-disclaimer strong { color: var(--forest); }
.inspiration-toolbar { min-height: 48px; display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 37px 0 24px; }
.inspiration-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.inspiration-filters button { min-height: 40px; padding: 0 15px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--muted); cursor: pointer; font-size: 12px; font-weight: 850; }
.inspiration-filters button:hover, .inspiration-filters button.is-active { border-color: var(--forest); background: var(--forest); color: white; }
.inspiration-status { min-height: 19px; margin: 0; color: var(--forest); font-size: 12px; font-weight: 850; text-align: right; }
.inspiration-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.inspiration-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: white; box-shadow: 0 11px 30px rgba(14,43,71,.08); transition: transform .25s ease, box-shadow .25s ease; }
.inspiration-card:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(14,43,71,.13); }
.inspiration-card.inspiration-wide { grid-column: span 2; }
.inspiration-media { position: relative; height: 260px; overflow: hidden; background: var(--forest-deep); }
.inspiration-wide .inspiration-media { height: 340px; }
.inspiration-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.inspiration-card:hover .inspiration-media img { transform: scale(1.025); }
.inspiration-media > span { position: absolute; right: 11px; bottom: 11px; padding: 4px 7px; border: 1px solid rgba(22,57,95,.11); border-radius: 999px; background: rgba(255,255,255,.7); color: rgba(14,43,71,.65); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; opacity: .76; backdrop-filter: blur(7px); }
.inspiration-copy { display: grid; align-content: start; padding: 21px; }
.inspiration-copy > p { margin: 0; color: var(--sand); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.inspiration-copy h3 { margin: 6px 0 8px; color: var(--forest-deep); font-size: 21px; line-height: 1.15; letter-spacing: -.025em; }
.inspiration-copy > span { min-height: 42px; color: var(--muted); font-size: 12px; }
.idea-button { width: fit-content; margin-top: 17px; padding: 0 0 4px; border: 0; border-bottom: 1px solid rgba(22,57,95,.36); background: transparent; color: var(--forest); cursor: pointer; font-size: 12px; font-weight: 900; text-align: left; }
.idea-button b { margin-left: 7px; }
.idea-button:hover { border-color: var(--sand); color: var(--forest-deep); }
.inspiration-card[hidden] { display: none; }
.service-area { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 105px; padding: 62px; border-radius: 28px 28px 0 0; background: var(--forest); color: white; }
.service-area h2 { color: white; font-size: clamp(35px, 4vw, 51px); }
.service-area > p { align-self: center; margin: 0; color: rgba(255,255,255,.74); font-size: 17px; }
.service-area strong { color: white; }

.quote-section { padding: 110px 0; background: var(--cream); }
.quote-grid { display: grid; grid-template-columns: .74fr 1.26fr; gap: 80px; align-items: start; }
.quote-copy { position: sticky; top: 110px; }
.quote-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.process-list { display: grid; gap: 18px; margin: 35px 0; padding: 0; list-style: none; }
.process-list li { display: flex; gap: 14px; align-items: center; }
.process-list li > span { flex: 0 0 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--sage-pale); color: var(--forest); font-weight: 900; }
.process-list div { display: grid; }
.process-list small { color: var(--muted); }
.contact-card { padding: 22px; border-left: 4px solid var(--sand); background: rgba(255,255,255,.56); }
.contact-card > p { display: grid; grid-template-columns: 65px 1fr; margin: 12px 0; font-size: 13px; }
.contact-card p span { color: var(--muted); font-weight: 800; }
.contact-card a { color: var(--forest); font-weight: 800; overflow-wrap: anywhere; text-underline-offset: 3px; }
.contact-card small { color: #7e6c53; font-size: 11px; }

.quote-builder { min-height: 580px; padding: 37px; border: 1px solid #e3ddd0; border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.form-progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 12px; align-items: center; margin-bottom: 38px; }
.form-progress i { display: block; height: 1px; background: var(--line); }
.progress-step { display: flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; color: #89928e; font-size: 12px; font-weight: 850; cursor: pointer; }
.progress-step span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; }
.progress-step.is-current, .progress-step.is-complete { color: var(--forest); }
.progress-step.is-current span, .progress-step.is-complete span { border-color: var(--forest); background: var(--forest); color: white; }
.form-panel { display: none; margin: 0; padding: 0; border: 0; }
.form-panel.is-active { display: block; animation: panel-in .25s ease; }
@keyframes panel-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.form-panel legend { width: 100%; padding: 0; color: var(--forest-deep); font-size: clamp(27px, 3vw, 36px); font-weight: 850; line-height: 1.15; letter-spacing: -.035em; }
.form-help { margin: 8px 0 20px; color: var(--muted); }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { min-height: 55px; display: flex; align-items: center; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; font-size: 14px; font-weight: 800; transition: border .18s ease, background .18s ease; }
.choice-grid span::before { content: "+"; width: 25px; height: 25px; display: grid; place-items: center; margin-right: 10px; border-radius: 50%; background: var(--sage-pale); color: var(--forest); }
.choice-grid input:checked + span { border-color: var(--forest); background: #eef3ef; }
.choice-grid input:checked + span::before { content: "✓"; background: var(--forest); color: white; }
.fields { display: grid; gap: 17px; margin-top: 22px; }
.fields.two-col { grid-template-columns: repeat(2, 1fr); }
.fields label, .form-panel > label:not(.consent) { display: grid; gap: 7px; color: #37423e; font-size: 12px; font-weight: 850; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfa; color: var(--ink); }
input, select { min-height: 48px; padding: 0 13px; }
textarea { padding: 12px 13px; resize: vertical; }
input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--danger); background: #fff9f8; }
.consent { display: flex; gap: 11px; align-items: flex-start; margin-top: 24px; color: var(--muted); font-size: 13px; cursor: pointer; }
.consent input { width: 18px; height: 18px; min-height: auto; margin-top: 1px; accent-color: var(--forest); }
.field-error { min-height: 20px; margin: 10px 0 0; color: var(--danger); font-size: 12px; font-weight: 800; }
.form-actions { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 17px; }
.form-actions.end { justify-content: flex-end; }
.back-button, .text-button { padding: 10px 0; border: 0; background: transparent; color: var(--forest); font-weight: 850; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }
.quote-result { text-align: center; animation: panel-in .3s ease; }
.success-mark { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: var(--forest); color: white; font-size: 26px; }
.quote-result h3 { margin: 0; font-size: 32px; color: var(--forest-deep); }
.quote-result > p:not(.eyebrow):not(.copy-status) { max-width: 500px; margin: 12px auto 22px; color: var(--muted); }
#quote-summary { max-height: 280px; overflow: auto; margin: 0; padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: #f7f9f6; color: #36403c; font: 12px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace; text-align: left; white-space: pre-wrap; }
.result-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 19px; }
.copy-status { min-height: 19px; color: var(--forest); font-size: 12px; font-weight: 800; }

.site-footer { padding: 68px 0 98px; background: var(--forest); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; }
.brand-light { color: white; }
.footer-logo-link { display: inline-block; width: 178px; text-decoration: none; }
.footer-logo { width: 178px; height: auto; mix-blend-mode: normal; }
.footer-brand p { max-width: 330px; color: rgba(255,255,255,.55); font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }
.footer-grid > div > strong { margin-bottom: 7px; color: #dfc49c; font-size: 12px; text-transform: uppercase; letter-spacing: .13em; }
.footer-grid > div > a, .footer-grid > div > span { color: rgba(255,255,255,.65); font-size: 12px; text-decoration: none; }
.footer-grid > div > a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 11px; }
.mobile-quote { display: none; }

.reveal { opacity: 0; transform: translateY(17px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@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: 1040px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-card { max-width: 650px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .projects-block { grid-template-columns: 1fr 1fr; grid-template-rows: auto 330px 290px; }
  .project-intro { grid-column: 1 / 3; grid-row: auto; max-width: 760px; padding: 0 0 25px; }
  .project-card.project-large { grid-column: 1 / 3; grid-row: auto; }
  .completed-more { grid-template-columns: 1fr 1fr; }
  .completed-more-intro { grid-column: 1 / 3; min-height: auto; padding: 38px; }
  .inspiration-heading { grid-template-columns: 1fr; gap: 24px; }
  .inspiration-heading > div:last-child { max-width: 760px; }
  .inspiration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .inspiration-card.inspiration-wide { grid-column: span 1; }
  .inspiration-wide .inspiration-media, .inspiration-media { height: 300px; }
  .quote-grid { grid-template-columns: 1fr; gap: 45px; }
  .quote-copy { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 40px; }
  .quote-copy .eyebrow, .quote-copy h2, .quote-copy > p { grid-column: 1 / 3; }
  .process-list, .contact-card { margin-block: 18px 0; }
  .footer-grid { grid-template-columns: 1.35fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 800px) {
  :root { --shell: min(100% - 28px, 680px); }
  html { scroll-padding-top: 74px; }
  .nav-wrap { min-height: 72px; }
  .brand { min-width: 0; }
  .brand img { width: 44px; height: 44px; border-radius: 13px; }
  .brand strong { font-size: 21px; }
  .brand small { font-size: 8px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 10px 20px 25px; background: var(--forest-deep); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; box-shadow: 0 24px 35px rgba(3,20,15,.25); }
  .primary-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .primary-nav > a:not(.button) { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 16px; }
  .primary-nav .button { margin-top: 14px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 138px 0 64px; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,24,39,.95), rgba(7,24,39,.69)), linear-gradient(0deg, rgba(7,24,39,.8), transparent); }
  .hero h1 { font-size: clamp(46px, 13vw, 66px); }
  .hero-lead { font-size: 17px; }
  .hero-card { padding: 24px; }
  .hero-gallery-controls { width: 100%; }
  .hero-gallery-meta { min-width: 0; flex: 1; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .work-section { padding-top: 78px; }
  .projects-block { margin-top: 76px; }
  .inspiration-section { margin-top: 82px; padding-top: 76px; }
  .inspiration-toolbar { align-items: flex-start; flex-direction: column; }
  .inspiration-filters { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; }
  .inspiration-filters button { flex: 0 0 auto; }
  .inspiration-status { text-align: left; }
  .service-area { grid-template-columns: 1fr; gap: 25px; margin-top: 75px; padding: 42px 28px; }
  .quote-section { padding: 78px 0 95px; }
  .quote-copy { display: block; }
  .quote-copy .process-list { margin: 28px 0; }
  .quote-builder { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .footer-grid > div:last-child { grid-column: auto; }
  .site-footer { padding-bottom: 105px; }
  .mobile-quote { position: fixed; z-index: 90; display: flex; align-items: center; justify-content: space-between; left: 14px; right: 14px; bottom: 12px; min-height: 54px; padding: 0 20px; border-radius: 14px; background: var(--sand); color: var(--forest-deep); box-shadow: 0 14px 40px rgba(9,35,28,.28); text-decoration: none; font-weight: 900; }
}

@media (max-width: 560px) {
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-points { display: grid; gap: 9px; }
  .hero-gallery-controls { gap: 6px; }
  .hero-gallery-meta span { font-size: 8px; }
  .hero-gallery-meta strong { max-width: 118px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-dots { display: none; }
  .hero-control { flex-basis: 36px; width: 36px; height: 36px; }
  .mini-stats { grid-template-columns: 1fr 1fr; }
  .mini-stats div:last-child { grid-column: 1 / 3; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 236px; }
  .projects-block { grid-template-columns: 1fr; grid-template-rows: auto repeat(3, 290px); }
  .project-intro, .project-card.project-large { grid-column: auto; }
  .project-card.project-large { grid-row: auto; }
  .completed-more { grid-template-columns: 1fr; }
  .completed-more-intro { grid-column: auto; }
  .completed-card { min-height: 330px; }
  .inspiration-grid { grid-template-columns: 1fr; }
  .inspiration-wide .inspiration-media, .inspiration-media { height: 270px; }
  .choice-grid, .fields.two-col { grid-template-columns: 1fr; }
  .form-progress { gap: 6px; }
  .progress-step { font-size: 0; }
  .progress-step span { font-size: 12px; }
  .quote-builder { padding: 22px 18px; border-radius: 19px; }
  .form-actions .button { padding-inline: 16px; }
  .result-actions { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { gap: 10px; flex-direction: column; }
}
