:root {
  --ink: #211f1c;
  --muted: #6e6962;
  --paper: #f7f5f1;
  --stone: #e9e5df;
  --sand: #d8b997;
  --clay: #a94833;
  --orange: #f06423;
  --red: #b7282e;
  --line: #ded8d0;
  --dark: #282522;
}

* { box-sizing: border-box; }
/* A single square-edged visual language applies to every page and state. */
*, *::before, *::after { border-radius: 0 !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
section[id] { scroll-margin-top: 92px; }

.announcement { min-height: 34px; padding: 7px clamp(24px, 5vw, 96px); display: flex; justify-content: space-between; align-items: center; gap: 20px; background: #aa2630; color: #fff; font-size: .74rem; font-weight: 750; letter-spacing: .025em; }
.announcement a { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.site-header { height: 82px; padding: 0 clamp(24px, 5vw, 96px); display: grid; grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr); align-items: center; border-bottom: 1px solid rgba(33,30,27,.08); background: rgba(255,255,255,.93); box-shadow: 0 8px 30px rgba(36,33,31,.045); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 50; }
.brand img { width: 158px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 40px); font-size: .86rem; font-weight: 700; }
.desktop-nav a { position: relative; padding: 30px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--orange); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.mobile-nav { display: none; justify-self: end; position: relative; }
.mobile-nav summary { list-style: none; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); cursor: pointer; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav > div { position: absolute; right: 0; top: 52px; width: 220px; padding: 10px; background: #fff; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(36,33,31,.14); }
.mobile-nav a { display: block; padding: 12px; font-weight: 700; }

.button { min-height: 52px; padding: 0 24px; border: 0; display: inline-flex; justify-content: center; align-items: center; gap: 10px; background: var(--orange); color: #fff; font-size: .9rem; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: #dd5812; box-shadow: 0 12px 30px rgba(243,107,33,.24); }
.button-small { min-height: 43px; padding: 0 18px; font-size: .82rem; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: .9rem; font-weight: 800; }
.text-link > span { width: 42px; height: 42px; border: 1px solid var(--line); display: grid; place-items: center; background: #fff; }
.kicker, .eyebrow { color: var(--orange); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.kicker.light { color: #ff9b60; }

.hero { width: min(1440px, calc(100% - 48px)); min-height: 680px; margin: 28px auto 0; padding: clamp(38px, 5vw, 76px); display: grid; grid-template-columns: minmax(0, .86fr) minmax(540px, 1.14fr); gap: clamp(48px, 6vw, 96px); align-items: center; overflow: hidden; border: 1px solid rgba(62,52,43,.1); border-radius: 24px; background: #f4f2ee; box-shadow: 0 24px 70px rgba(44,36,30,.09); }
.hero-copy { min-width: 0; padding: 20px 0; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.hero h1, .section-heading h2, .materials-intro h2, .climate-copy h2, .faq-intro h2, .estimate-copy h2 { margin: 20px 0 24px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .96; }
.hero h1 { max-width: 660px; margin: 24px 0 25px; font-size: clamp(3.05rem, 4.2vw, 5rem); line-height: .95; white-space: normal; text-wrap: balance; }
.hero h1 span { display: block; color: var(--clay); font-style: normal; }
.hero-lede { max-width: 590px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.05vw, 1.12rem); line-height: 1.72; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-actions .text-link { min-height: 52px; }
.trust-row { margin: 38px 0 0; padding: 0; display: flex; gap: 10px; flex-wrap: wrap; border: 0; list-style: none; color: #4e4943; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .045em; }
.trust-row li { padding: 10px 12px; display: flex; align-items: center; gap: 6px; border: 1px solid rgba(62,52,43,.12); border-radius: 999px; background: rgba(255,255,255,.72); }
.trust-row svg { width: 16px; color: var(--orange); }
.hero-visual { min-height: 560px; position: relative; isolation: isolate; }
.hero-image { margin: 0; position: absolute; overflow: hidden; border-radius: 18px; background: #d8c5ad; box-shadow: 0 22px 55px rgba(36,33,31,.18); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.hero-image-main { width: 78%; height: 84%; top: 0; right: 0; z-index: 1; }
.hero-image-main img { object-position: 50% center; }
.hero-image-secondary { width: 52%; height: 47%; left: 0; bottom: 0; z-index: 2; border: 9px solid #f4f2ee; }
.hero-image-secondary img { object-position: 50% center; }
.hero:hover .hero-image-main img { transform: scale(1.018); }
.hero:hover .hero-image-secondary img { transform: scale(1.025); }

.proof-strip { width: min(1440px, calc(100% - 48px)); margin: 14px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; color: var(--ink); }
.proof-strip > div { min-height: 92px; padding: 18px 20px; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(62,52,43,.1); border-radius: 12px; background: #fff; }
.proof-strip strong { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--clay); background: #f7e6df; font-size: .68rem; letter-spacing: .06em; }
.proof-strip span { font-size: .81rem; font-weight: 850; text-transform: uppercase; letter-spacing: .045em; line-height: 1.35; }

.section { width: min(1220px, calc(100% - 44px)); margin: 0 auto; }
.services, .patterns, .climate-section, .faq-section { padding-top: clamp(88px, 10vw, 145px); padding-bottom: clamp(88px, 10vw, 145px); }
.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 8vw, 120px); align-items: end; }
.section-heading h2, .materials-intro h2, .climate-copy h2, .faq-intro h2, .estimate-copy h2 { font-size: clamp(2.8rem, 4.6vw, 5.4rem); }
.split-heading p, .centered p { margin: 0 0 12px; color: var(--muted); line-height: 1.75; font-size: 1rem; }
.service-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 338px; padding: 30px; display: flex; flex-direction: column; background: #fff; border-right: 1px solid var(--line); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.service-card:last-child { border: 0; }
.service-card:hover { z-index: 2; transform: translateY(-8px); background: #fffaf6; box-shadow: 0 20px 50px rgba(36,33,31,.12); }
.service-top { display: flex; justify-content: space-between; color: var(--orange); }
.service-top span { font-size: .74rem; font-weight: 900; letter-spacing: .14em; }
.service-top svg { width: 30px; height: 30px; stroke-width: 1.4; }
.service-card h3 { margin: 56px 0 14px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.service-card a { margin-top: auto; padding-top: 25px; display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--line); font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }

.texture-band { position: relative; overflow: hidden; color: #fff; background-color: #2a2724; background-image: url("wp-content/uploads/pgb4.jpg"); background-repeat: repeat; background-position: 50% 50%; background-size: auto; background-attachment: fixed; }
.texture-band::before { content: ""; position: absolute; inset: 0; background: rgba(32,29,27,.91); }
.texture-overlay { position: absolute; inset: 0; opacity: .08; background-image: url("wp-content/uploads/pgb4.jpg"); background-repeat: repeat; background-position: 50% 50%; background-size: auto; background-attachment: fixed; mix-blend-mode: luminosity; }
.texture-content { position: relative; z-index: 1; padding: 86px 0; }
.materials-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: clamp(42px, 8vw, 120px); }
.materials-intro .kicker { grid-column: 1 / -1; margin-bottom: -20px; }
.materials-intro h2 { margin-bottom: 0; }
.materials-intro p { max-width: 540px; margin: 0 0 8px; color: #cfc8c0; line-height: 1.75; }
.material-list { margin-top: 38px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.material-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: #fff; color: var(--ink); box-shadow: 0 12px 28px rgba(0,0,0,.16); transition: transform .22s ease, box-shadow .22s ease; }
.material-card:hover { transform: translateY(-5px); box-shadow: 0 26px 54px rgba(0,0,0,.25); }
.material-card > img { width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; background: #f5f3ef; }
.material-card > div { min-height: 108px; padding: 14px 14px 16px; position: relative; }
.material-index { position: absolute; right: 13px; top: 16px; color: var(--clay); font-size: .58rem; font-weight: 900; letter-spacing: .08em; }
.material-card h3 { margin: 0 28px 8px 0; font-family: Georgia, serif; font-size: 1.02rem; font-weight: 400; line-height: 1.15; }
.material-card p { margin: 0; color: var(--muted); font-size: .69rem; line-height: 1.45; }

.centered { max-width: 780px; margin: 0 auto; text-align: center; }
.centered h2 { margin-bottom: 20px; }
.pattern-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pattern-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 12px 30px rgba(44,37,31,.07); transition: transform .22s ease, box-shadow .22s ease; }
.pattern-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(44,37,31,.12); }
.pattern-preview { height: 260px; position: relative; overflow: hidden; background-color: #b76f4e; background-repeat: no-repeat; }
.pattern-preview > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pattern-card:hover .pattern-preview > img { transform: scale(1.035); }
.pattern-preview > span { position: absolute; top: 16px; left: 16px; padding: 8px 10px; background: rgba(255,255,255,.92); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.pattern-herringbone { background-image: url("wp-content/uploads/pgb4.jpg"); background-repeat: repeat; background-position: 50% 50%; background-size: auto; }
.pattern-running { background-color: #c29b70; background-image: linear-gradient(#876b4e 2px, transparent 2px), linear-gradient(90deg, #876b4e 2px, transparent 2px); background-size: 72px 35px; background-position: 0 0, 0 0; }
.pattern-basket { background-color: #929084; background-image: linear-gradient(90deg, rgba(44,43,38,.45) 3px, transparent 3px), linear-gradient(rgba(44,43,38,.45) 3px, transparent 3px); background-size: 54px 54px; }
.pattern-ashlar { background-color: #b8a58d; background-image: linear-gradient(90deg, rgba(73,61,50,.38) 2px, transparent 2px), linear-gradient(rgba(73,61,50,.38) 2px, transparent 2px); background-size: 86px 52px; }
.pattern-card > div:last-child { padding: 20px; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.pattern-card h3 { margin: 0; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.pattern-card > div:last-child > span { display: flex; align-items: center; gap: 7px; color: var(--clay); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.catalog-surface { margin-top: 86px; padding: 33px; overflow: visible; background-repeat: repeat; background-position: 50% 50%; background-size: auto; background-attachment: fixed; background-image: linear-gradient(rgba(247,245,241,.9), rgba(247,245,241,.9)), url("wp-content/uploads/pgb4.jpg"); background-clip: padding-box; }
.catalog-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 41px; }
.catalog-heading h3 { margin: 14px 0 0; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 400; line-height: 1.05; }
.catalog-heading p { margin: 0; color: var(--muted); line-height: 1.7; }
.paver-collections { margin-top: 42px; display: grid; gap: 46px; }
.catalog-group { min-width: 0; }
.catalog-group-heading { margin-bottom: 17px; padding-bottom: 13px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 30px; border-bottom: 1px solid rgba(86,72,59,.2); }
.catalog-group-heading > div { display: flex; align-items: baseline; gap: 12px; }
.catalog-group-heading h4 { margin: 0; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.catalog-group-heading > div > span { color: var(--clay); font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.catalog-group-heading p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; text-align: right; }
.paver-tile-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.paver-tile { margin: 0; min-width: 0; overflow: hidden; border: 1px solid rgba(86,72,59,.18); border-radius: 3px; background: rgba(255,255,255,.96); box-shadow: 0 5px 16px rgba(44,37,31,.055); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.paver-tile:hover { transform: translateY(-5px); border-color: rgba(183,63,36,.45); box-shadow: 0 18px 36px rgba(36,33,31,.13); }
.paver-tile-media { aspect-ratio: 1 / .78; background-color: #eeeae4; background-repeat: no-repeat; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.atlas-pattern { background-image: url("wp-content/uploads/catalog-patterns-v2.webp"); background-size: 400% 300%; }
.atlas-shape { background-image: url("wp-content/uploads/catalog-shapes-v3.webp"); background-size: 400% 300%; }
.atlas-material { background-image: url("wp-content/uploads/catalog-materials-v3.webp"); background-size: 500% 300%; }
.paver-photo { width: 100%; aspect-ratio: 1 / .78; object-fit: cover; }
.paver-photo.shape-product { object-fit: contain; padding: 6px; background: #fbfaf8; }
.paver-tile figcaption { min-height: 79px; padding: 14px 15px 15px; display: flex; flex-direction: column; gap: 6px; border-top: 1px solid rgba(86,72,59,.13); }
.paver-tile strong { font-family: Georgia, serif; font-size: 1.05rem; font-weight: 400; line-height: 1.15; }
.paver-tile figcaption span { color: var(--muted); font-size: .69rem; line-height: 1.35; letter-spacing: .015em; }

.process-section { color: #fff; background: var(--clay); position: relative; overflow: hidden; }
.process-section::after { content: ""; position: absolute; width: 500px; height: 500px; right: -120px; top: -120px; opacity: .12; background-image: url("wp-content/uploads/pgb4.jpg"); background-repeat: repeat; background-position: 50% 50%; background-size: auto; transform: rotate(10deg); mix-blend-mode: screen; }
.process-section > .section { padding-top: 110px; padding-bottom: 110px; position: relative; z-index: 2; }
.process-heading p { color: #f3d4c9; }
.process-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.3); }
.process-grid article { padding: 30px 30px 36px 0; border-right: 1px solid rgba(255,255,255,.23); }
.process-grid article:not(:first-child) { padding-left: 30px; }
.process-grid article:last-child { border: 0; }
.process-grid article > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: .68rem; font-weight: 900; }
.process-grid h3 { margin: 25px 0 12px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.process-grid p { margin: 0; color: #f4d9cf; line-height: 1.65; font-size: .88rem; }
.layer-diagram { margin-top: 55px; padding: 25px 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; color: var(--ink); background: #fff; box-shadow: 0 28px 60px rgba(85,25,16,.24); }
.layer { min-height: 104px; padding: 18px; display: grid; grid-template-columns: 28px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 10px; }
.layer span { grid-row: 1 / 3; align-self: center; width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid rgba(33,30,27,.3); border-radius: 50%; font-size: .65rem; font-weight: 900; }
.layer strong { font-size: .88rem; }.layer small { color: #5f5953; }
.layer.pavers { background: #d18058; }.layer.bedding { background: #e8d7b9; }.layer.base { background: #aaa297; }.layer.subgrade { background: #766c63; color: #fff; }.layer.subgrade small { color: #e7dfd8; }

.climate-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(48px, 7vw, 96px); align-items: center; }
.climate-image { position: relative; min-height: 620px; overflow: hidden; border-radius: 20px; background: #d7c3ab; box-shadow: 0 24px 60px rgba(44,37,31,.13); }
.climate-image > img { width: 100%; height: 620px; object-fit: cover; }
.climate-note { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(255,255,255,.5); border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 16px 40px rgba(36,33,31,.17); backdrop-filter: blur(14px); }
.climate-note strong { color: var(--clay); font-size: .76rem; text-transform: uppercase; letter-spacing: .09em; }.climate-note span { max-width: 310px; color: var(--muted); font-size: .76rem; line-height: 1.45; text-align: right; }
.climate-copy > p { color: var(--muted); line-height: 1.75; font-size: 1rem; }
.climate-features { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.climate-features article { min-height: 144px; padding: 20px; display: flex; flex-direction: column; gap: 9px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.climate-features strong { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 400; }.climate-features span { color: var(--muted); font-size: .81rem; line-height: 1.55; }

.reviews-section { padding: clamp(88px, 10vw, 140px) 0; background: var(--dark); color: #fff; }
.reviews-heading p { color: #bbb4ad; }.reviews-heading h2 { max-width: 760px; }
.reviews-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.reviews-grid article { min-height: 280px; padding: 28px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: #2b2825; }
.review-stars { color: #ff8a42; letter-spacing: .14em; font-size: .88rem; }
.reviews-grid p { margin: 28px 0 26px; color: #ded9d4; line-height: 1.72; font-size: .92rem; }
.reviews-grid strong { margin-top: auto; font-size: .83rem; }.reviews-grid article > span { margin-top: 4px; color: #928b85; font-size: .72rem; }

.faq-wrap { padding: clamp(88px, 10vw, 140px) 0; background: #f1efeb; }
.faq-section { padding: 0; border: 0; display: block; }
.faq-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(45px, 9vw, 130px); }
.faq-intro h2 { margin-bottom: 0; }.faq-intro p { color: var(--muted); line-height: 1.75; margin: 0 0 24px; }
.faq-list { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
.faq-list details { overflow: hidden; border: 1px solid rgba(62,52,43,.11); border-radius: 12px; background: #fff; }
.faq-list summary { min-height: 82px; padding: 20px 58px 20px 22px; position: relative; display: flex; align-items: center; list-style: none; cursor: pointer; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; width: 28px; height: 28px; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; border-radius: 50%; color: var(--clay); background: #f7e6df; font-family: Arial, sans-serif; font-size: 1.15rem; transition: transform .2s ease; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); line-height: 1.7; font-size: .88rem; }

.estimate { position: relative; padding: clamp(70px, 8vw, 115px) max(22px, calc((100vw - 1220px)/2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 8vw, 110px); overflow: hidden; color: #fff; background: var(--dark); }
.estimate-pattern { position: absolute; left: -60px; bottom: -80px; width: 420px; height: 420px; opacity: .08; background-image: url("wp-content/uploads/pgb4.jpg"); background-repeat: repeat; background-position: 50% 50%; background-size: auto; mix-blend-mode: screen; transform: rotate(-8deg); }
.estimate-copy, .estimate-form { position: relative; z-index: 2; }
.estimate-copy p { color: #c8c2bc; line-height: 1.75; }
.estimate-contact { margin-top: 40px; display: grid; gap: 14px; }
.estimate-contact > * { display: flex; align-items: center; gap: 14px; }
.estimate-contact svg { color: var(--orange); }.estimate-contact span { display: flex; flex-direction: column; gap: 3px; }.estimate-contact small { color: #958e87; text-transform: uppercase; letter-spacing: .1em; font-size: .62rem; }.estimate-contact strong { font-family: Georgia, serif; font-size: 1.15rem; }
.estimate-form { padding: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: #fff; color: var(--ink); }
.estimate-form label { display: flex; flex-direction: column; gap: 8px; }
.estimate-form label > span { font-size: .71rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 0; background: #faf9f7; color: var(--ink); outline: none; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(243,107,33,.12); }
.form-wide { grid-column: 1 / -1; }.form-note { margin: -6px 0 0; color: var(--muted); text-align: center; font-size: .7rem; }

footer { background: #eeebe6; }
.footer-main { width: min(1220px, calc(100% - 44px)); margin: 0 auto; padding: 65px 0; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; }
.footer-main > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; color: var(--muted); font-size: .84rem; }
.footer-main img { width: 170px; margin-bottom: 15px; }.footer-main p { max-width: 310px; line-height: 1.65; margin: 0; }.footer-main strong { margin-bottom: 12px; color: var(--ink); font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }.footer-main a:hover { color: var(--orange); }
.footer-bottom { padding: 22px max(22px, calc((100vw - 1220px)/2)); display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #777069; font-size: .7rem; text-transform: uppercase; letter-spacing: .07em; }
.mobile-call { display: none; }

@media (max-width: 1080px) {
  .desktop-nav, .header-cta { display: none; }.site-header { grid-template-columns: 1fr auto; }.mobile-nav { display: block; }
  .hero { min-height: 620px; padding: 44px; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); gap: 42px; }.hero-copy { padding: 20px 0; }.hero-visual { min-height: 520px; }.hero h1 { font-size: clamp(3rem, 5vw, 4.15rem); white-space: normal; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-card:nth-child(2) { border-right: 0; }.service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pattern-grid { grid-template-columns: 1fr 1fr; }.paver-tile-grid { grid-template-columns: repeat(3, 1fr); }.material-list { grid-template-columns: repeat(3, 1fr); }.reviews-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: 58px; }.announcement { justify-content: center; text-align: center; }.announcement > span { display: none; }
  .site-header { height: 70px; padding: 0 18px; }.brand img { width: 145px; }
  .hero { width: min(100% - 24px, 1440px); min-height: 0; margin-top: 12px; padding: 30px 22px 24px; grid-template-columns: 1fr; gap: 28px; border-radius: 18px; }.hero-copy { padding: 12px 0 0; }.hero h1 { margin-top: 18px; font-size: clamp(2.7rem, 12.5vw, 3.8rem); }.hero-lede { font-size: 1rem; }.hero-actions { margin-top: 28px; align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.hero-actions .text-link { justify-content: center; }.trust-row { margin-top: 30px; gap: 8px; }.trust-row li { padding: 9px 10px; font-size: .64rem; }
  .hero-visual { min-height: 460px; }.hero-image { border-radius: 12px; }.hero-image-main { width: 88%; height: 72%; }.hero-image-secondary { width: 64%; height: 43%; border-width: 6px; }
  .proof-strip { width: min(100% - 24px, 1440px); grid-template-columns: 1fr 1fr; gap: 8px; }.proof-strip > div { min-height: 78px; padding: 13px; gap: 10px; }.proof-strip strong { width: 32px; height: 32px; }.proof-strip span { font-size: .68rem; }
  .section { width: min(100% - 36px, 1220px); }.split-heading, .texture-content, .climate-section, .estimate, .catalog-heading, .faq-intro { grid-template-columns: 1fr; }
  .section-heading h2, .materials-intro h2, .climate-copy h2, .faq-intro h2, .estimate-copy h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .service-grid { margin-top: 42px; grid-template-columns: 1fr; }.service-card { min-height: 300px; border-right: 0; border-bottom: 1px solid var(--line); }.service-card:last-child { border-bottom: 0; }.service-card h3 { margin-top: 40px; }
  .texture-band { background-attachment: scroll; }.texture-content { padding: 68px 0; }.materials-intro { grid-template-columns: 1fr; gap: 18px; }.materials-intro .kicker { grid-column: 1; margin-bottom: 0; }.material-list { margin-top: 32px; grid-template-columns: 1fr 1fr; gap: 8px; }.material-card > div { min-height: 102px; padding: 13px; }.material-index { right: 12px; top: 15px; }.material-card h3 { margin-right: 25px; font-size: .98rem; }.material-card p { font-size: .67rem; }
  .pattern-grid { grid-template-columns: 1fr; }.pattern-preview { height: 230px; }.catalog-surface { margin-top: 55px; padding: 22px 14px; background-attachment: scroll; }.catalog-heading { gap: 18px; padding: 0 8px; }.paver-collections { gap: 38px; }.catalog-group-heading { padding: 0 8px 12px; grid-template-columns: 1fr; gap: 6px; }.catalog-group-heading p { text-align: left; }.paver-tile-grid { grid-template-columns: 1fr 1fr; gap: 9px; }.paver-tile figcaption { min-height: 72px; padding: 10px; }.paver-tile strong { font-size: .91rem; }
  .process-section > .section { padding-top: 78px; padding-bottom: 78px; }.process-grid { grid-template-columns: 1fr 1fr; }.process-grid article { padding: 24px 20px 28px 0; }.process-grid article:nth-child(2) { border-right: 0; padding-left: 20px; }.process-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.23); }.process-grid article:nth-child(3) { padding-left: 0; }.process-grid article:nth-child(4) { padding-left: 20px; }.layer-diagram { padding: 12px; grid-template-columns: 1fr 1fr; }
  .climate-section { gap: 45px; }.climate-image, .climate-image > img { min-height: 440px; height: 440px; }.climate-note { left: 12px; right: 12px; bottom: 12px; padding: 15px; flex-direction: column; align-items: flex-start; }.climate-note span { text-align: left; }.climate-features { grid-template-columns: 1fr; }.climate-features article { min-height: 0; }
  .reviews-grid, .faq-list { grid-template-columns: 1fr; }.reviews-grid article { min-height: 245px; }.faq-intro { gap: 24px; }.estimate { padding: 75px 22px; }.estimate-form { padding: 22px; grid-template-columns: 1fr; }.estimate-form label, .form-wide { grid-column: 1; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px; }.footer-main > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
  .mobile-call { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 58px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--orange); color: #fff; font-weight: 900; box-shadow: 0 -10px 30px rgba(36,33,31,.16); }
}

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

/* Homepage follows the same open, architectural layout as the inner guides. */
.hero { width: min(1240px, 100%); margin: 0 auto; padding: 54px 28px 72px; min-height: 0; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); gap: 70px; border: 0; background: var(--paper); box-shadow: none; }
.hero-copy { padding: 0; }
.hero-image-secondary { border-color: var(--paper); }
.hero h1 { font-weight: 500; }
.proof-strip { width: min(1184px, calc(100% - 56px)); margin: 0 auto; gap: 1px; border: 1px solid var(--line); background: var(--line); }
.proof-strip > div { border: 0; }
.section { width: min(1184px, calc(100% - 56px)); }
.services, .patterns, .climate-section, .faq-section { padding-top: 92px; padding-bottom: 92px; }
.section-heading h2, .materials-intro h2, .climate-copy h2, .faq-intro h2, .estimate-copy h2 { font-size: clamp(38px, 4.7vw, 62px); font-weight: 500; line-height: 1; }
.material-card, .pattern-card, .climate-image, .climate-note { box-shadow: none; }
@media(max-width:1000px) { .hero { grid-template-columns: 1fr; gap: 40px; } }
@media(max-width:700px) { .hero { padding: 36px 18px 55px; gap: 28px; } .section, .proof-strip { width: calc(100% - 36px); } .services, .patterns, .climate-section, .faq-section { padding-top: 65px; padding-bottom: 65px; } }
