:root {
  --navy: #4b513b;
  --navy-dark: #30382b;
  --gold: #8b603d;
  --ink: #302f28;
  --muted: #68685d;
  --paper: #f6f3eb;
  --white: #fffdf8;
  --line: #dad3c6;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.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: 1rem; top: -5rem; z-index: 999; background: var(--white); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(75,81,59,.15); backdrop-filter: blur(14px); }
.header-inner { max-width: var(--max); margin: auto; min-height: 86px; padding: 12px 4vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: clamp(180px, 18vw, 275px); }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.5rem); font-size: .9rem; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 2px; background: var(--gold); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-cta { color: var(--white); background: var(--navy); padding: .72rem 1.2rem; }
.menu-toggle { display: none; background: none; border: 0; padding: .4rem; }
.menu-toggle span:not(.sr-only) { width: 28px; height: 2px; margin: 5px 0; display: block; background: var(--navy); }

.hero { max-width: var(--max); margin: auto; min-height: calc(100vh - 86px); padding: 5.5vw 4vw 4vw; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(3rem, 6vw, 7rem); overflow: hidden; }
.eyebrow, .section-index { margin: 0 0 1.5rem; color: var(--gold); font-size: .76rem; line-height: 1.2; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section-heading h2, .intro h2, .offer h2, .complete-kitchen h2, .process h2, .detail-copy h2, .contact h2 { margin: 0; color: var(--navy); font-size: clamp(3rem, 6.2vw, 6.8rem); line-height: .93; letter-spacing: -.055em; font-weight: 700; }
.hero h1 span { color: var(--gold); }
.hero-lead { max-width: 600px; margin: 2rem 0 0; color: #626256; font-size: clamp(1.05rem, 1.4vw, 1.3rem); }
.hero-actions { margin-top: 2.25rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1.6rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.5rem; text-decoration: none; font-size: .9rem; font-weight: 800; }
.button-primary { color: var(--white); background: var(--navy); }
.button-primary:hover { background: var(--navy-dark); }
.text-link { display: inline-block; color: var(--navy); font-weight: 800; text-underline-offset: .3rem; }
.service-strip { margin: 3.2rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; list-style: none; color: var(--muted); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-strip li:not(:last-child)::after { content: "/"; margin-left: 1.4rem; color: var(--gold); }
.hero-visual { position: relative; min-height: 650px; }
.hero-main { width: 85%; height: 78%; position: absolute; top: 5%; right: 0; object-fit: cover; box-shadow: 0 30px 70px rgba(48,56,43,.15); }
.hero-detail { width: 34%; height: 56%; position: absolute; left: 0; bottom: 0; object-fit: cover; border: 10px solid var(--paper); }
.measure-line { position: absolute; z-index: 2; top: 0; left: 0; width: 55%; border-top: 1px solid var(--gold); color: var(--gold); font-size: .67rem; letter-spacing: .14em; text-transform: uppercase; }
.measure-line::before, .measure-line::after { content: ""; position: absolute; top: -5px; width: 1px; height: 9px; background: var(--gold); }
.measure-line::before { left: 0; } .measure-line::after { right: 0; }
.measure-line span { display: inline-block; margin-top: .6rem; }

.section-pad { max-width: var(--max); margin: auto; padding: clamp(5rem, 10vw, 10rem) 4vw; }
.intro { border-top: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; }
.intro h2, .section-heading h2, .process h2, .detail-copy h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); }
.intro-grid > div { max-width: 600px; }
.intro-grid p { margin: 0; font-size: clamp(1.05rem, 1.6vw, 1.35rem); }
.intro-grid .coverage { margin-top: 2rem; color: var(--navy); font-weight: 800; font-size: .92rem; }

.portfolio { background: var(--white); max-width: none; }
.portfolio > * { max-width: calc(var(--max) - 8vw); margin-left: auto; margin-right: auto; }
.section-heading { margin-bottom: 4rem; display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: end; }
.section-heading > p { max-width: 520px; margin: 0 0 .5rem; color: var(--muted); font-size: 1.08rem; }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 5rem 2rem; }
.project { margin: 0; }
.project-wide { grid-column: span 7; }
.project-tall { grid-column: span 5; padding-top: 8rem; }
.project-landscape { grid-column: span 6; }
.image-button { width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; overflow: hidden; }
.image-button img { width: 100%; height: 600px; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.project-tall .image-button img { height: 700px; }
.project-landscape .image-button img { height: 440px; }
.image-button:hover img { transform: scale(1.025); }
.project-meta { padding: 1.35rem 0 0; display: grid; grid-template-columns: 70px 1fr; column-gap: 1rem; }
.project-meta span { grid-row: span 2; padding-top: .25rem; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-meta h3 { margin: 0; color: var(--navy); font-size: 1.35rem; }
.project-meta p { margin: .35rem 0 0; color: var(--muted); }

.offer { max-width: none; color: var(--white); background: var(--navy); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.offer > * { max-width: 680px; }
.offer > :first-child { margin-left: max(0px, calc((100vw - var(--max)) / 2)); }
.offer > :last-child { margin-right: max(0px, calc((100vw - var(--max)) / 2)); }
.section-index.light { color: #e0b98e; }
.offer h2, .contact h2 { color: var(--white); font-size: clamp(2.7rem, 4.8vw, 5.3rem); }
.offer-list { border-top: 1px solid rgba(255,255,255,.25); }
.offer-list article { padding: 2rem 0; border-bottom: 1px solid rgba(255,255,255,.25); display: grid; grid-template-columns: 52px minmax(180px, .8fr) 1.2fr; gap: 1.3rem; align-items: start; }
.offer-list span { color: #e0b98e; font-size: .76rem; font-weight: 800; }
.offer-list h3 { margin: 0; font-size: 1.25rem; }
.offer-list p { margin: 0; color: rgba(255,255,255,.72); }

.complete-kitchen { background: var(--paper); }
.complete-head { display: grid; grid-template-columns: 1.2fr .65fr; gap: 8vw; align-items: end; }
.complete-kitchen h2 { font-size: clamp(2.7rem, 4.8vw, 5.3rem); }
.complete-kitchen h2 span { color: var(--gold); }
.complete-head > p { margin: 0 0 .55rem; color: var(--muted); font-size: 1.08rem; }
.complete-grid { margin: 4.5rem 0 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.complete-card { min-height: 420px; padding: clamp(2rem, 4vw, 4rem); border: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; position: relative; }
.complete-card-dark { color: var(--white); border-color: var(--navy); background: var(--navy); }
.complete-number { position: absolute; top: 2rem; right: 2rem; color: var(--gold); font-size: .76rem; font-weight: 800; }
.complete-label { margin: 0 0 auto; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.complete-card h3 { max-width: 560px; margin: 3rem 0 1rem; color: var(--navy); font-size: clamp(1.6rem, 2.5vw, 2.5rem); line-height: 1.05; letter-spacing: -.03em; }
.complete-card-dark h3 { color: var(--white); }
.complete-card > p:not(.complete-label) { max-width: 600px; margin: 0 0 2.5rem; color: var(--muted); }
.complete-card-dark > p:not(.complete-label) { color: rgba(255,255,255,.72); }
.brand-wall { margin: -.5rem 0 2.5rem; padding: .65rem; border: 1px solid #e2e4e6; background: #fff; }
.brand-wall img { width: 100%; height: auto; }
.technicstone-mark { width: min(100%, 470px); margin: 0 0 2.5rem; padding: .65rem; border: 1px solid rgba(255,255,255,.3); background: #fff; }
.technicstone-mark img { width: 100%; height: auto; }
.complete-card strong { margin-top: auto; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--navy); font-size: .86rem; letter-spacing: .1em; text-transform: uppercase; }
.complete-card-dark strong { color: #e0b98e; border-color: rgba(255,255,255,.25); }

.process-head { display: grid; grid-template-columns: 1fr .65fr; gap: 8vw; align-items: end; }
.process-head > p { margin: 0 0 .6rem; color: var(--muted); font-size: 1.08rem; }
.steps { margin: 5rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.steps li { min-height: 250px; padding: 1.5rem 1.5rem 1.5rem 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.steps li + li { padding-left: 1.5rem; border-left: 1px solid var(--line); }
.steps span { color: var(--gold); font-size: .78rem; font-weight: 800; }
.steps h3 { color: var(--navy); margin: 0 0 .55rem; font-size: 1.25rem; }
.steps p { margin: 0; color: var(--muted); font-size: .94rem; }

.detail-story { max-width: none; padding-left: max(4vw, calc((100vw - var(--max)) / 2 + 4vw)); padding-right: max(4vw, calc((100vw - var(--max)) / 2 + 4vw)); background: #e6dbc9; display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: center; }
.detail-image img { width: 100%; max-height: 780px; object-fit: cover; }
.detail-copy { max-width: 680px; }
.detail-copy p:not(.eyebrow) { max-width: 580px; margin: 2rem 0; color: #626256; font-size: 1.08rem; }

.contact { max-width: none; color: var(--white); background: var(--navy-dark); }
.contact > * { max-width: calc(var(--max) - 8vw); margin-left: auto; margin-right: auto; }
.contact h2 span { color: #e0b98e; }
.contact-top { display: grid; grid-template-columns: 1.2fr .6fr; gap: 8vw; align-items: end; }
.contact-top > p { margin: 0 0 .5rem; color: rgba(255,255,255,.7); font-size: 1.1rem; }
.contact-grid { margin-top: 5rem; display: grid; grid-template-columns: .8fr 1.25fr .95fr; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.contact-card { min-height: 190px; padding: 1.6rem 1.6rem 1.6rem 0; display: flex; flex-direction: column; text-decoration: none; position: relative; }
.contact-card + .contact-card { padding-left: 1.6rem; border-left: 1px solid rgba(255,255,255,.25); }
.contact-card span, .service-area span { color: #e0b98e; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card strong { margin-top: auto; font-size: clamp(1.05rem, 1.7vw, 1.5rem); overflow-wrap: anywhere; }
.contact-card i { position: absolute; top: 1.3rem; right: 1.3rem; font-style: normal; font-size: 1.3rem; transition: transform .2s ease; }
.contact-card:hover i { transform: translate(4px,-4px); }
.service-area { padding-top: 2rem; display: flex; justify-content: space-between; gap: 2rem; }
.service-area p { margin: 0; font-size: 1.05rem; }
.service-area i { padding: 0 .6rem; color: var(--gold); font-style: normal; }

.site-footer { min-height: 140px; padding: 2.5rem 4vw; background: var(--white); display: flex; justify-content: space-between; align-items: center; gap: 2rem; font-size: .8rem; }
.footer-brand { width: 190px; }
.site-footer a:last-child { color: var(--navy); font-weight: 800; text-underline-offset: .3rem; }

.lightbox { width: min(92vw, 1100px); max-height: 92vh; padding: 0; border: 0; background: #08131d; color: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 80vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 1rem 1.2rem; }
.lightbox-close { position: fixed; top: 1rem; right: 1.4rem; z-index: 2; width: 46px; height: 46px; border: 0; border-radius: 50%; color: var(--white); background: rgba(0,0,0,.6); font-size: 2rem; line-height: 1; cursor: pointer; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 620px; }
  .intro-grid, .section-heading, .complete-head, .process-head, .detail-story, .contact-top { grid-template-columns: 1fr; gap: 2.5rem; }
  .offer { grid-template-columns: 1fr; }
  .offer > * { max-width: none; margin-left: 0 !important; margin-right: 0 !important; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li:nth-child(3) { border-left: 0; }
  .project-wide, .project-tall, .project-landscape { grid-column: span 6; padding-top: 0; }
  .image-button img, .project-tall .image-button img, .project-landscape .image-button img { height: 520px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-card:last-child { grid-column: span 2; padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
}

@media (max-width: 760px) {
  .header-inner { min-height: 72px; }
  .brand { width: 175px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 1.4rem 5vw 2rem; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 1rem; }
  .main-nav.is-open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: auto; padding: 3.5rem 5vw 4rem; gap: 3rem; }
  .hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .hero-visual { min-height: 460px; }
  .hero-main { width: 90%; height: 78%; }
  .hero-detail { width: 40%; height: 50%; border-width: 6px; }
  .service-strip { gap: .6rem 1rem; }
  .service-strip li:not(:last-child)::after { margin-left: 1rem; }
  .section-pad { padding: 5.5rem 5vw; }
  .project-grid { display: block; }
  .project { margin-bottom: 4.5rem; }
  .image-button img, .project-tall .image-button img, .project-landscape .image-button img { height: min(115vw, 620px); }
  .project-landscape .image-button img { height: 70vw; min-height: 330px; }
  .project-meta { grid-template-columns: 55px 1fr; }
  .offer-list article { grid-template-columns: 42px 1fr; }
  .offer-list article p { grid-column: 2; }
  .complete-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .complete-card { min-height: 380px; }
  .steps { display: block; border-top: 0; }
  .steps li, .steps li + li { min-height: 0; padding: 1.6rem 0; border-left: 0; border-top: 1px solid var(--line); flex-direction: row; gap: 1.2rem; justify-content: flex-start; }
  .steps span { width: 35px; flex: 0 0 auto; }
  .detail-story { padding-left: 5vw; padding-right: 5vw; }
  .detail-image img { max-height: 650px; }
  .contact-grid { display: block; }
  .contact-card, .contact-card + .contact-card, .contact-card:last-child { min-height: 145px; padding: 1.3rem 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
  .contact-card:first-child { border-top: 0; }
  .service-area { flex-direction: column; }
  .site-footer { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Warm oak, military green and ivory: a quieter showroom composition. */
html { scroll-padding-top: 110px; }
.site-header { background: rgba(255,253,248,.96); }
.hero { grid-template-columns: 1fr 1fr; gap: 4vw; min-height: 720px; padding-top: 4.5rem; padding-bottom: 5rem; }
.hero h1, .section-heading h2, .intro h2, .offer h2, .complete-kitchen h2, .process h2, .detail-copy h2, .contact h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.08; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(3rem, 4.8vw, 4.8rem); }
.hero h1 span { font-style: italic; }
.hero-lead { font-size: 1.0625rem; max-width: 470px; margin-top: 1.7rem; }
.hero-visual { min-height: 550px; }
.hero-main { top: 0; width: 94%; height: 90%; box-shadow: none; }
.hero-detail { height: 48%; width: 34%; border: 8px solid var(--paper); }
.measure-line { display: none; }
.service-strip { font-size: .875rem; letter-spacing: .04em; }
.eyebrow, .section-index, .project-meta span, .complete-label, .complete-number, .offer-list span, .steps span, .contact-card span, .service-area span { font-size: .875rem; letter-spacing: .1em; }
.section-pad { padding-top: clamp(4rem,7vw,7rem); padding-bottom: clamp(4rem,7vw,7rem); }
.intro h2, .section-heading h2, .process h2, .detail-copy h2 { font-size: clamp(2.5rem,4vw,4.5rem); }
.complete-kitchen h2, .offer h2, .contact h2 { font-size: clamp(2.5rem,4vw,4.5rem); }
.project-meta { grid-template-columns: 85px 1fr; }
.project-meta h3 { font-size: 1.25rem; font-weight: 500; }
.complete-card { border: 0; }
.complete-card-dark { background: #eee9df; border-top: 4px solid #ab8159; color: var(--ink); }
.complete-card-dark h3 { color: var(--navy); }
.complete-card-dark > p:not(.complete-label) { color: var(--muted); }
.complete-card-dark strong { color: var(--navy); border-color: #ccc3b3; }
.complete-card h3 { line-height: 1.2; font-weight: 500; }
.complete-card strong { font-size: 1rem; }
.technicstone-mark { border-color: var(--line); }
.brand { background: white; padding: .25rem; }
a:focus-visible, button:focus-visible { outline: 3px solid #a87843; outline-offset: 5px; }
.site-footer { font-size: .875rem; }
@media (max-width:1100px) { .main-nav { gap: 1rem; } .header-inner { gap: 1rem; } }
@media (max-width:1000px) { .hero { grid-template-columns:1fr; min-height:auto; } .hero-copy { max-width: 700px; } .hero-visual { min-height:560px; } .hero-main { width:90%; } .hero-lead { max-width:650px; } }
@media (max-width:760px) { .hero { padding:3rem 5vw 4rem; } .hero h1 { font-size:clamp(2.65rem,10.5vw,4rem); } .hero-visual { min-height:410px; } .hero-main { width:92%; } .hero-detail { width:35%; height:52%; } .hero-actions { gap:1.25rem; } .project-meta { grid-template-columns:1fr; gap:.35rem; } .project-meta span { grid-row:auto; } .service-strip { gap:.5rem; font-size:.875rem; } .service-strip li:not(:last-child)::after { margin-left:.5rem; } }

.appliance-feature { margin-top: 3.5rem; display:grid; grid-template-columns: .9fr 1.1fr; background:var(--navy); color:var(--white); }
.appliance-photo { margin:0; min-width:0; display:flex; flex-direction:column; }
.appliance-photo img { width:100%; height:100%; min-height:580px; object-fit:cover; object-position:53% center; }
.appliance-photo p { margin:0; padding:1rem 1.25rem; font-size:.875rem; background:var(--navy-dark); }
.appliance-copy { padding:clamp(1.5rem,3.5vw,3.75rem); }
.appliance-copy > h3 { font:400 clamp(2.2rem,3.5vw,3.7rem)/1.1 Georgia,serif; letter-spacing:-.035em; margin:0 0 1.5rem; }
.appliance-copy > p:not(.section-index) { color:#eeeade; }
.appliance-benefits { margin:2rem 0; }
.appliance-benefits > div { display:grid; grid-template-columns:2rem 1fr; gap:1rem; padding:1.3rem 0; border-top:1px solid #ffffff35; }
.appliance-benefits span { color:#e0b98e; font-size:.875rem; }
.appliance-benefits h4 { margin:0 0 .5rem; font-size:1.125rem; font-weight:600; line-height:1.4; }
.appliance-benefits p { margin:0; color:#eeeade; }
.appliance-cta { background:#e6dbc9; color:#30382b; }
.appliance-cta:hover { background:#fffdf8; }
.appliance-brands { display:grid; grid-template-columns:.7fr 1.3fr; gap:3rem; align-items:center; padding:3.5rem 0; }
.appliance-brands h3 { font:400 clamp(1.8rem,2.8vw,2.8rem)/1.15 Georgia,serif; color:var(--navy); margin:0; }
.appliance-brands p:last-child { color:var(--muted); }
.appliance-brands .brand-wall { margin:0; padding:1rem; }
.countertop-feature { min-height:0; display:grid; grid-template-columns:1.1fr .9fr; gap:3rem; align-items:center; margin-bottom:2rem; }
.countertop-feature h3 { margin:1rem 0; }
.countertop-feature p { color:var(--muted); }
.countertop-feature strong { display:block; }
@media(max-width:1000px) { .appliance-feature { grid-template-columns:1fr; } .appliance-photo img { min-height:0; height:440px; } .appliance-brands { grid-template-columns:1fr; gap:1.5rem; } }
@media(max-width:760px) { .appliance-photo img { height:320px; } .countertop-feature { grid-template-columns:1fr; gap:1.5rem; } .appliance-copy { padding:1.75rem 1.25rem; } .appliance-benefits > div { gap:.5rem; } }

.countertop-expanded { margin:0 0 2.5rem; background:#eee9df; color:var(--ink); grid-template-columns:1fr 1fr; }
.countertop-photo img { object-position:50% center; }
.countertop-photo p { background:#e2d7c5; color:#414235; }
.countertop-copy > h3 { color:var(--navy); }
.countertop-copy > p:not(.section-index), .countertop-copy .appliance-benefits p { color:#626256; }
.countertop-copy .appliance-benefits > div { border-color:#cfc6b7; }
.countertop-copy .appliance-benefits span { color:#8b603d; }
.countertop-copy .technicstone-mark { max-width:270px; margin:1.5rem 0; }
@media(max-width:1000px) { .countertop-expanded { grid-template-columns:1fr; } .countertop-photo img { height:auto; aspect-ratio:1502/775; object-fit:contain; } }
.material-guide { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.25rem; margin:3rem 0 1.5rem; }
.material-guide article { padding:2rem; background:var(--white); border-top:3px solid var(--navy); }
.material-guide h3 { font:400 1.8rem/1.2 Georgia,serif; color:var(--navy); margin:0 0 1.5rem; }
.material-guide ul { padding-left:1.15rem; margin:0; }
.material-guide li { padding-left:.2rem; margin-bottom:1rem; color:var(--muted); }
.material-guide strong { color:var(--ink); }
.material-note { font-size:.875rem; color:var(--muted); margin:0 0 2.5rem; }
@media(max-width:1000px) { .material-guide { grid-template-columns:1fr; } }
.showroom { background:var(--paper); }
.showroom figure { margin:0; }
.showroom img { width:100%; height:auto; }
.showroom figcaption { font-size:.875rem; color:var(--muted); padding:.8rem 0; }
.showroom-grid { display:grid; grid-template-columns:1.1fr .75fr; gap:clamp(2rem,6vw,6rem); margin-top:3rem; align-items:start; }
.showroom-copy article { padding:2rem 0; border-bottom:1px solid var(--line); }
.showroom-copy h3 { font:400 clamp(1.8rem,3vw,2.7rem)/1.15 Georgia,serif; color:var(--navy); margin:0 0 1rem; }
.showroom-copy p:not(.section-index) { color:var(--muted); font-size:1.0625rem; }
.showroom-visit { margin-top:2rem; }
@media(min-width:761px) and (max-width:1150px) { .header-inner { flex-wrap:wrap; justify-content:center; } .main-nav { flex-wrap:wrap; justify-content:center; } }
@media(max-width:760px) { .showroom-grid { grid-template-columns:1fr; } .showroom-kitchen { max-width:500px; } }
/* Full-width footer logo with its original proportions. */
.site-footer { display:grid; grid-template-columns:1fr auto; gap:1.5rem; }
.footer-brand { grid-column:1 / -1; width:100%; display:block; }
.footer-brand img { width:100%; height:auto; }
@media(max-width:760px) { .site-footer { grid-template-columns:1fr; } }
