:root {
    --ink: #171717;
    --ink-2: #24211f;
    --paper: #f5f1e8;
    --paper-2: #e8e0d2;
    --stone: #d4c7b4;
    --bronze: #b47732;
    --orange: #ef4b23;
    --line: rgba(23, 23, 23, .16);
    --white: #fff;
    --serif: "Cinzel", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
    --shadow: 0 28px 70px rgba(20, 18, 16, .16);
}

* { 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.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3 { margin: 0 0 .7em; font-family: var(--serif); line-height: 1.05; letter-spacing: -.025em; }
h1 { font-size: clamp(2.75rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2rem, 4.2vw, 4rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.25em; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 780px; }
.center { text-align: center; }
.center-actions { justify-content: center; }
.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; top: 10px; left: 10px; z-index: 999; padding: 10px 16px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-block; margin-bottom: 20px; color: var(--bronze); font-size: .76rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 30px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 24px; border: 1px solid var(--orange); background: var(--orange); color: var(--white); font-weight: 800; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; transition: .2s ease; cursor: pointer; }
.button:hover, .button:focus-visible { background: #ff623d; border-color: #ff623d; transform: translateY(-2px); }
.button-dark { background: var(--ink); border-color: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { background: var(--orange); border-color: var(--orange); }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 6px; }
.text-link::after { content: "→"; color: var(--orange); text-decoration: none; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }
.text-link.light { color: var(--white); }

.utility-bar { background: #0e0e0e; color: #d8d0c3; font-size: .78rem; font-weight: 700; letter-spacing: .04em; }
.utility-inner { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.utility-inner a { color: var(--white); text-decoration: none; }
.site-header { position: relative; z-index: 80; border-bottom: 1px solid rgba(255,255,255,.11); background: var(--ink); color: var(--white); }
.site-header.is-stuck { position: sticky; top: 0; box-shadow: 0 12px 35px rgba(0,0,0,.24); }
.header-inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand img { width: 74px; height: 74px; object-fit: contain; }
.brand span { display: grid; }
.brand strong { font-family: var(--serif); font-size: .98rem; letter-spacing: .05em; }
.brand small { color: #aaa39b; font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a { position: relative; color: #d8d4ce; font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-nav .nav-cta { padding: 11px 15px; border: 1px solid var(--orange); color: var(--white); }
.site-nav .nav-cta:hover { background: var(--orange); }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: min(760px, calc(100svh - 126px)); display: grid; align-items: center; overflow: hidden; background: #111; color: var(--white); }
.hero-media { position: absolute; inset: 0; background-image: url('/assets/images/hero-kitchen-candidate.jpg'); background-position: center; background-size: cover; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,11,11,.96) 0%, rgba(11,11,11,.78) 46%, rgba(11,11,11,.16) 78%), linear-gradient(0deg, rgba(0,0,0,.55), transparent 48%); }
.hero-content { position: relative; z-index: 2; padding-block: 100px 135px; }
.hero h1 { max-width: 940px; margin-bottom: 24px; text-transform: uppercase; text-wrap: balance; }
.hero h1 em { color: var(--stone); font-style: normal; font-weight: 500; }
.hero-content > p { max-width: 620px; color: #dfdbd5; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 34px; }
.hero-proof { position: absolute; right: 4vw; bottom: 0; z-index: 2; display: flex; align-items: center; gap: 18px; min-width: 330px; padding: 22px 28px; background: var(--paper); color: var(--ink); }
.hero-proof strong { font-family: var(--serif); font-size: 2.4rem; line-height: 1; }
.hero-proof span { border-left: 1px solid var(--line); padding-left: 18px; font-size: .72rem; font-weight: 800; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.trust-strip { border-bottom: 1px solid var(--line); background: #e9e1d5; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: grid; align-content: center; min-height: 118px; padding: 25px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { font-family: var(--serif); font-size: 1.15rem; }
.trust-grid span { color: #675f56; font-size: .77rem; font-weight: 700; line-height: 1.45; }

.section { padding-block: clamp(76px, 10vw, 140px); }
.soft-section { background: var(--paper-2); }
.dark-section { background: var(--ink); color: var(--white); }
.section-heading { margin-bottom: 50px; }
.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 60px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin-bottom: 6px; color: #655f57; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid.large { grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 335px; padding: 34px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; transition: .25s ease; }
.service-card > span { color: var(--bronze); font-family: var(--serif); font-size: .8rem; }
.service-card h3 { margin-top: 58px; }
.service-card p { color: #67615a; font-size: .92rem; }
.service-card b { display: inline-block; margin-top: 16px; color: var(--orange); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.service-card:hover { background: var(--ink); color: var(--white); transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card:hover p { color: #c8c2bb; }
.stone-story { overflow: hidden; }
.stone-story-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.image-frame { position: relative; }
.image-frame::before { content: ""; position: absolute; inset: -18px 36px 36px -18px; z-index: -1; border: 1px solid var(--bronze); }
.image-frame img { width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow); }
.story-copy p { color: #59534d; }
.feature-gallery { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 14px; }
.feature-gallery a { position: relative; min-height: 440px; overflow: hidden; color: var(--white); }
.feature-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: .5s ease; }
.feature-gallery a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.76), transparent 58%); }
.feature-gallery span { position: absolute; right: 24px; bottom: 20px; left: 24px; z-index: 2; font-family: var(--serif); font-size: 1.18rem; }
.feature-gallery a:hover img { transform: scale(1.04); filter: saturate(1); }
.quote-layout { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; }
.stars { color: var(--orange); letter-spacing: .17em; }
.quote-layout blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.55rem, 3.5vw, 3rem); line-height: 1.35; }
blockquote cite { display: block; margin-top: 25px; font-family: var(--sans); font-size: .8rem; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.breadcrumbs { display: flex; gap: 9px; padding-block: 14px; color: #6d665e; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.page-hero { position: relative; overflow: hidden; padding-block: clamp(80px, 11vw, 145px); background: var(--ink); color: var(--white); }
.page-hero::before { content: ""; position: absolute; top: -30%; right: -8%; width: 55vw; height: 160%; border: 1px solid rgba(180,119,50,.25); transform: skewX(-18deg); }
.page-hero.has-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,16,16,.96), rgba(16,16,16,.83) 48%, rgba(16,16,16,.28)), var(--page-image) center/cover; background-blend-mode: normal; }
.page-hero-inner { position: relative; z-index: 2; }
.page-hero h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(2.7rem, 6vw, 5.7rem); text-transform: uppercase; }
.page-hero p { max-width: 690px; margin-bottom: 0; color: #d2ccc4; font-size: 1.1rem; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(45px, 8vw, 100px); align-items: start; }
.prose { font-size: 1.06rem; }
.prose h2 { margin-top: 0; }
.prose h3 { margin-top: 2.1em; }
.prose p, .prose li { color: #514c46; }
.prose ul { padding-left: 1.15em; }
.principles-panel, .fact-card { padding: 40px; border-top: 5px solid var(--orange); background: #ded4c5; box-shadow: var(--shadow); }
.roman-mark { display: grid; width: 82px; height: 82px; place-items: center; margin-bottom: 35px; border: 1px solid var(--bronze); border-radius: 50%; font-family: var(--serif); font-weight: 800; }
.principles-panel ul { margin: 0; padding: 0; list-style: none; }
.principles-panel li { padding: 11px 0; border-top: 1px solid var(--line); font-weight: 700; }
.fact-card strong { display: block; margin-bottom: 20px; font-family: var(--serif); font-size: 1.65rem; line-height: 1.35; }
.three-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.three-columns > div { min-height: 220px; padding: 36px; background: var(--ink); }
.three-columns p { color: #bdb7af; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.tag-list span { padding: 8px 12px; border: 1px solid var(--line); background: #eee7dc; font-size: .83rem; font-weight: 700; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.before-after figure { position: relative; margin: 0; }
.before-after img { width: 100%; height: 360px; object-fit: cover; }
.before-after figcaption { position: absolute; bottom: 0; left: 0; padding: 8px 13px; background: var(--ink); color: var(--white); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.numbered-list { border-top: 1px solid var(--line); }
.numbered-list > div { display: grid; grid-template-columns: 72px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.numbered-list span { color: var(--bronze); font-family: var(--serif); }
.numbered-list p { margin: 0; font-weight: 700; }
.fine-print { margin-top: 28px; color: #6b645c; font-size: .82rem; }
.catalog-group { margin-bottom: 64px; }
.catalog-group > h2 { padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 1.65rem; }
.catalog-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.catalog-card { padding: 16px; border: 1px solid var(--line); background: #fffaf2; }
.catalog-card img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: white; }
.catalog-card h3 { margin: 18px 0 0; font-size: 1rem; }
.catalog-card p { margin: 5px 0 0; color: #6b645c; font-size: .78rem; }
.sink-grid { grid-template-columns: repeat(4, 1fr); }
.care-note { max-width: 780px; margin-top: 65px; padding: 35px; border-left: 4px solid var(--bronze); background: #e8dfd2; }
.material-choices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.material-choices a { position: relative; display: flex; min-height: 470px; flex-direction: column; justify-content: flex-end; padding: 32px; overflow: hidden; background: var(--material) center/cover; color: var(--white); text-decoration: none; }
.material-choices a::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.86), rgba(0,0,0,.04)); }
.material-choices a > * { position: relative; z-index: 1; }
.material-choices span { color: #dfb075; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.material-choices h2 { margin: 10px 0; }
.material-choices p { margin: 0; color: #d2cdc7; }
.notice { padding: 18px 22px; border-left: 4px solid var(--orange); background: #e8dfd1; font-size: .88rem; }
.swatch-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 38px; }
.swatch-grid figure { margin: 0; background: #fffaf2; box-shadow: 0 12px 35px rgba(20,18,16,.08); }
.gallery-open { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.swatch-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .35s; }
.swatch-grid button { overflow: hidden; }
.swatch-grid button:hover img { transform: scale(1.04); }
.swatch-grid figcaption { padding: 16px 18px; font-family: var(--serif); font-weight: 700; }
.portfolio-index { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.portfolio-index a { position: relative; min-height: 430px; overflow: hidden; color: var(--white); }
.portfolio-index img { position: absolute; width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.portfolio-index a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9), transparent 65%); }
.portfolio-index div { position: absolute; right: 28px; bottom: 24px; left: 28px; z-index: 2; }
.portfolio-index span { color: #e2aa6a; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-index h2 { margin: 8px 0; }
.portfolio-index p { margin: 0; color: #ddd7cf; }
.portfolio-index a:hover img { transform: scale(1.04); }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.project-grid figure { margin: 0; }
.project-grid figure:nth-child(3n+1) { grid-row: span 2; }
.project-grid img { width: 100%; height: 420px; object-fit: cover; }
.project-grid figure:nth-child(3n+1) img { height: 856px; }
.section-foot { margin-top: 55px; }
.repair-pairs article { margin-bottom: 70px; }
.repair-pairs article > div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.repair-pairs figure { position: relative; margin: 0; }
.repair-pairs img { width: 100%; height: 430px; object-fit: cover; }
.repair-pairs figcaption { position: absolute; bottom: 0; left: 0; padding: 9px 14px; background: var(--ink); color: white; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.review-grid blockquote { margin: 0; padding: 34px; border: 1px solid var(--line); background: #fffaf2; }
.review-grid blockquote p { margin-top: 22px; font-family: var(--serif); font-size: 1.2rem; line-height: 1.55; }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 140px 1fr; padding: 45px 0; border-bottom: 1px solid var(--line); }
.process-list article > span { color: var(--bronze); font-family: var(--serif); font-size: 2rem; }
.process-list article div { max-width: 730px; }
.process-list p { color: #58524b; }
.faq-list { max-width: 900px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 25px; padding: 24px 0; font-family: var(--serif); font-size: 1.1rem; font-weight: 700; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-family: var(--sans); font-size: 1.6rem; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; padding: 0 0 25px; color: #5a544d; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 45px; }
.offer-grid article { min-height: 360px; padding: 36px; border-top: 5px solid var(--orange); background: #e8dfd2; }
.offer-number { display: block; margin-bottom: 55px; color: var(--bronze); font-family: var(--serif); font-size: 3rem; }

.contact-layout, .quote-form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 8vw, 90px); align-items: start; }
.contact-details address { margin-bottom: 28px; font-size: 1.05rem; font-style: normal; }
.contact-lines { display: grid; margin: 28px 0 42px; border-top: 1px solid var(--line); }
.contact-lines a { display: grid; padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 800; text-decoration: none; }
.contact-lines small { color: #766e65; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.form-panel { padding: clamp(24px, 5vw, 48px); background: #fffaf2; box-shadow: var(--shadow); }
.form-panel form { display: grid; gap: 18px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-panel label { display: grid; gap: 7px; font-size: .82rem; font-weight: 800; }
.form-panel label span { color: var(--orange); }
.form-panel input, .form-panel textarea, .form-panel select { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid #bcb1a3; border-radius: 0; background: var(--white); color: var(--ink); }
.form-panel textarea { resize: vertical; }
.form-panel input:focus, .form-panel textarea:focus, .form-panel select:focus { border-color: var(--orange); outline: 2px solid rgba(239,75,35,.16); }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.form-note { margin: 0; color: #716960; font-size: .75rem; }
.form-alert { margin-bottom: 25px; padding: 14px 16px; border-left: 4px solid; }
.form-alert.success { border-color: #417b55; background: #e6f1e8; }
.form-alert.error { border-color: #a4392f; background: #f7e4e1; }
.quote-form-layout aside ol { padding-left: 1.2em; }
.quote-form-layout aside a { font-weight: 800; }

.cta-band { padding-block: 60px; background: var(--orange); color: var(--white); }
.cta-band .eyebrow { color: var(--white); }
.cta-band h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.7rem); }
.cta-band-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.cta-actions { display: flex; align-items: center; gap: 28px; }
.site-footer { padding-block: 70px 35px; background: #0f0f0f; color: #c4beb6; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 45px; }
.footer-brand img { width: 105px; height: 105px; object-fit: contain; margin-bottom: 18px; }
.footer-brand p { max-width: 360px; }
.site-footer h2 { color: var(--white); font-size: 1rem; letter-spacing: .04em; text-transform: uppercase; }
.site-footer address { font-style: normal; }
.site-footer a { color: var(--white); text-decoration-color: #6b655f; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.mobile-call { display: none; }

.lightbox { position: fixed; inset: 0; z-index: 999; display: none; place-items: center; padding: 30px; border: 0; background: rgba(0,0,0,.93); }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: min(1200px, 94vw); max-height: 86vh; object-fit: contain; }
.lightbox button { position: absolute; top: 20px; right: 22px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); background: transparent; color: white; font-size: 2rem; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1050px) {
    .site-nav { gap: 14px; }
    .site-nav a { font-size: .72rem; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .catalog-grid { grid-template-columns: repeat(3, 1fr); }
    .feature-gallery { grid-template-columns: 1fr 1fr; }
    .feature-gallery a:first-child { grid-column: 1 / -1; }
    .feature-gallery a { min-height: 360px; }
}

@media (max-width: 820px) {
    .utility-inner span { display: none; }
    .utility-inner { justify-content: center; }
    .header-inner { min-height: 76px; }
    .brand img { width: 62px; height: 62px; }
    .brand span { display: none; }
    .menu-toggle { display: grid; width: 44px; height: 44px; align-content: center; gap: 5px; padding: 10px; cursor: pointer; }
    .menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: white; }
    .site-nav { position: fixed; inset: 110px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 22px; overflow-y: auto; background: #121212; }
    .site-nav.is-open { display: flex; }
    .site-nav a { padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1rem; }
    .site-nav a::after { display: none; }
    .site-nav .nav-cta { margin-top: 15px; text-align: center; }
    .hero { min-height: 680px; }
    .hero-shade { background: linear-gradient(90deg, rgba(11,11,11,.9), rgba(11,11,11,.48)), linear-gradient(0deg, rgba(0,0,0,.75), transparent); }
    .hero-content { padding-block: 80px 150px; }
    .hero-proof { right: 20px; left: 20px; min-width: 0; }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid > div { border-bottom: 1px solid var(--line); }
    .split-heading, .stone-story-grid, .content-grid, .contact-layout, .quote-form-layout, .quote-layout { grid-template-columns: 1fr; gap: 40px; }
    .stone-story-grid .image-frame { max-width: 620px; }
    .service-grid.large { grid-template-columns: repeat(2, 1fr); }
    .three-columns, .material-choices, .offer-grid { grid-template-columns: 1fr; }
    .material-choices a { min-height: 360px; }
    .catalog-grid, .sink-grid { grid-template-columns: repeat(2, 1fr); }
    .portfolio-index { grid-template-columns: 1fr; }
    .cta-band-inner { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    .container { width: min(100% - 28px, 1180px); }
    .eyebrow { letter-spacing: .13em; }
    .hero h1 { font-size: clamp(2.55rem, 14vw, 4.2rem); }
    .hero-content > p { font-size: 1rem; }
    .hero-actions, .cta-actions { align-items: stretch; flex-direction: column; }
    .button { width: 100%; }
    .hero-proof { padding: 18px; }
    .trust-grid { grid-template-columns: 1fr; }
    .trust-grid > div { min-height: 95px; border-left: 1px solid var(--line); }
    .service-grid, .service-grid.large { grid-template-columns: 1fr; }
    .service-card { min-height: 285px; }
    .feature-gallery { grid-template-columns: 1fr; }
    .feature-gallery a:first-child { grid-column: auto; }
    .feature-gallery a { min-height: 320px; }
    .page-hero { padding-block: 72px; }
    .page-hero h1 { font-size: clamp(2.4rem, 13vw, 4rem); }
    .before-after, .field-row, .review-grid, .repair-pairs article > div { grid-template-columns: 1fr; }
    .before-after img { height: 280px; }
    .catalog-grid, .sink-grid, .swatch-grid { grid-template-columns: 1fr; }
    .portfolio-index a { min-height: 350px; }
    .project-grid { grid-template-columns: 1fr; }
    .project-grid figure:nth-child(3n+1) { grid-row: auto; }
    .project-grid img, .project-grid figure:nth-child(3n+1) img { height: 330px; }
    .process-list article { grid-template-columns: 55px 1fr; gap: 15px; }
    .process-list article > span { font-size: 1.25rem; }
    .form-panel { margin-inline: -2px; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-brand { grid-column: auto; }
    body { padding-bottom: 54px; }
    .mobile-call { position: fixed; right: 0; bottom: 0; left: 0; z-index: 120; display: grid; min-height: 54px; place-items: center; background: var(--orange); color: white; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}
