:root {
  --ink: #090a0c;
  --ink-2: #17191d;
  --gold: #b8923b;
  --gold-bright: #d2b467;
  --paper: #090a0c;
  --soft: #121418;
  --line: rgba(184, 146, 59, 0.5);
  --muted: #aaa9a3;
  --pad: clamp(1.25rem, 4.5vw, 5.25rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: #f7f3e9; font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.section-pad { padding-inline: var(--pad); }
.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: 100; padding: .8rem 1rem; background: var(--gold); }
.skip-link:focus { top: 1rem; }

.utility-bar { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .45rem var(--pad); background: #050607; color: rgba(255,255,255,.72); border-bottom: 1px solid rgba(184,146,59,.42); font-size: .72rem; letter-spacing: .025em; }
.utility-bar p { margin: 0; display: flex; align-items: center; gap: .55rem; }
.utility-bar > div { display: flex; align-items: center; gap: 1rem; }
.utility-bar > div > span { width: 1px; height: 12px; background: rgba(255,255,255,.25); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(184,146,59,.14); }

.site-header { position: sticky; top: 0; z-index: 30; min-height: 92px; display: flex; align-items: center; justify-content: space-between; padding: .55rem var(--pad); background: rgba(9,10,12,.97); border-bottom: 1px solid var(--line); transition: box-shadow 200ms ease; }
.site-header.scrolled { box-shadow: 0 10px 35px rgba(0,0,0,.35); }
.brand { display: flex; align-items: center; gap: 1rem; min-width: 275px; }
.brand img { width: 74px; height: 74px; object-fit: contain; }
.brand > span { color: white; font-family: "Manrope", sans-serif; font-size: 1.15rem; font-weight: 800; line-height: 1.05; letter-spacing: -.03em; text-transform: uppercase; }
.brand small { font-size: .67rem; font-weight: 700; letter-spacing: .17em; color: var(--gold); }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 1.8vw, 2rem); }
.site-nav a { color: white; font-size: .8rem; font-weight: 700; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.42rem; height: 2px; background: var(--gold); transition: right 180ms ease; }
.site-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: .8rem 1rem; background: linear-gradient(135deg, #8f6925, #c7a651 52%, #987127); border: 1px solid #d2b467; color: #08090b !important; box-shadow: inset 0 1px rgba(255,255,255,.22); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 660px; display: grid; place-items: center; overflow: visible; color: white; background: var(--ink); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; animation: hero-image 1.35s ease forwards; }
.hero-overlay { background: linear-gradient(90deg, rgba(3,4,5,.78), rgba(3,4,5,.28) 58%, rgba(3,4,5,.18)), linear-gradient(0deg, rgba(3,4,5,.52), transparent 60%); }
.hero-content { position: relative; z-index: 2; width: min(1050px, calc(100% - 2 * var(--pad))); text-align: center; margin-top: -4.5rem; }
.eyebrow, .section-label { margin: 0 0 1rem; color: var(--gold-bright); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold-bright); }
.hero h1 { max-width: 920px; margin: 0 auto; font-family: "Manrope", sans-serif; font-size: clamp(2.7rem, 5.5vw, 5.75rem); line-height: .98; letter-spacing: -.055em; }
.hero-content > p:last-child { max-width: 680px; margin: 1.35rem auto 0; color: rgba(255,255,255,.78); font-size: clamp(1rem, 1.5vw, 1.2rem); line-height: 1.6; }
.hero-reveal { opacity: 0; transform: translateY(18px); animation: hero-copy 650ms ease forwards; }
.hero-reveal:nth-child(1) { animation-delay: 120ms; }.hero-reveal:nth-child(2) { animation-delay: 230ms; }.hero-reveal:nth-child(3) { animation-delay: 340ms; }

.inventory-search { position: absolute; z-index: 4; left: 50%; bottom: -62px; transform: translateX(-50%); width: min(1180px, calc(100% - 2 * var(--pad))); min-height: 124px; display: grid; grid-template-columns: 1.45fr .8fr .8fr auto; align-items: end; gap: 1rem; padding: 1.35rem; color: white; background: #111318; border: 1px solid var(--gold); box-shadow: 0 18px 54px rgba(0,0,0,.42); }
.search-reveal { opacity: 0; animation: search-in 650ms ease 480ms forwards; }
.inventory-search label { display: grid; gap: .45rem; }
.inventory-search label > span { color: #c7c2b5; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.inventory-search input, .inventory-search select { width: 100%; height: 50px; padding: 0 1rem; border: 1px solid rgba(184,146,59,.68); background: #090a0c; color: white; outline: 0; }
.inventory-search input::placeholder { color: #8e8d88; }
.inventory-search input:focus, .inventory-search select:focus { border-color: var(--gold-bright); box-shadow: 0 0 0 3px rgba(184,146,59,.18); }
.inventory-search button { height: 50px; padding: 0 1.2rem; border: 1px solid var(--gold-bright); background: linear-gradient(135deg, #8f6925, #c7a651 52%, #987127); color: #08090b; box-shadow: inset 0 1px rgba(255,255,255,.2); font-weight: 800; cursor: pointer; white-space: nowrap; }
.inventory-search button span { margin-left: .65rem; }

.shop-section { padding-block: 10rem 7rem; background: #090a0c; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-heading h2 { margin: 0; color: white; font-family: "Manrope", sans-serif; font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; padding-bottom: .45rem; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 800; }
.text-link span { transition: transform 180ms ease; }.text-link:hover span { transform: translateX(4px); }
.type-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 3.2rem; }
.type-card { position: relative; overflow: hidden; display: grid; grid-template-rows: auto 1fr; align-items: stretch; background: #08090b; border: 1px solid var(--line); }
.type-card > img, .type-fill { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 3 / 2; transition: transform 450ms ease; }
.type-card > img { object-fit: cover; object-position: center; padding: 0; background: #111318; filter: saturate(.94); }
.type-fill { display: grid; place-items: center; background: var(--ink-2); color: transparent; -webkit-text-stroke: 1px rgba(184,146,59,.62); font-family: "Manrope", sans-serif; font-size: 8rem; font-weight: 800; letter-spacing: -.12em; }
.type-card::after { display: none; }
.type-card > div:last-child { position: relative; z-index: 2; display: grid; min-height: 116px; width: 100%; padding: 1.2rem 1.35rem 1.35rem; color: white; background: linear-gradient(180deg, #0c0d0f, #050607); border-top: 1px solid rgba(184,146,59,.3); }
.type-card span { color: var(--gold); font-size: .65rem; font-weight: 800; }.type-card strong { margin-top: .3rem; font-family: "Manrope", sans-serif; font-size: 1.55rem; }.type-card small { margin-top: .2rem; color: rgba(255,255,255,.66); font-size: .74rem; }
.type-card:hover > img, .type-card:hover .type-fill { transform: scale(1.035); }

.services { display: grid; grid-template-columns: repeat(3, 1fr); }
.service { position: relative; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.5rem, 3vw, 3.25rem); border-block: 1px solid var(--gold); }
.service + .service { border-left: 1px solid var(--gold); }
.service-number { font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.service p { margin: 0 0 .55rem; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; opacity: .65; }
.service h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(2rem, 3.2vw, 3.6rem); line-height: .98; letter-spacing: -.055em; }
.service-link { display: block; margin-top: 2rem; font-size: .8rem; font-weight: 800; }
.service-light { background: #111318; color: white; }.service-gold { background: linear-gradient(180deg, #17140d, #0b0c0e); color: white; }.service-dark { background: #07080a; color: white; }
.service-gold .service-number, .service-gold h2, .service-gold .service-link { color: var(--gold-bright); }
.service::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 5px; background: var(--gold); transition: width 300ms ease; }.service-light::after { background: var(--gold); }.service:hover::after { width: 100%; }

.inventory-section { padding-block: clamp(5rem, 9vw, 9rem); background: #0d0f12; }
.section-note { max-width: 410px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.inventory-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 2rem); margin-top: 3rem; }
.listing { border: 1px solid var(--line); background: #15171b; color: white; transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }.listing:hover { transform: translateY(-5px); border-color: var(--gold); box-shadow: 0 18px 45px rgba(0,0,0,.36); }
.listing-image { position: relative; height: 290px; overflow: hidden; background: #101216; }
.listing-image img { width: 100%; max-width: none; height: 100%; object-fit: cover; transition: transform 400ms ease; }.listing:hover img { transform: scale(1.03); }
.crop-one img { object-position: 88% center; }.crop-two img { object-position: 70% center; }.crop-three img { object-position: 50% center; }
.listing-image > span { position: absolute; left: 1rem; top: 1rem; padding: .42rem .6rem; background: var(--ink); color: white; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.listing-image button { position: absolute; right: 1rem; top: 1rem; width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; background: #0b0c0e; color: var(--gold); font-size: 1.35rem; cursor: pointer; }
.listing-body { padding: 1.35rem; }.listing-body > p { margin: 0 0 .5rem; color: var(--gold-bright); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }.listing h3 { margin: 0; font-family: "Manrope", sans-serif; font-size: 1.25rem; letter-spacing: -.03em; }
.listing-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .72rem; }.listing-meta span { color: var(--muted); }.listing-meta strong { text-align: right; }
.listing-link { display: block; height: 100%; color: inherit; }
.listing-placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: rgba(199,166,81,.45); font-family: "Manrope", sans-serif; font-size: 3rem; font-weight: 800; letter-spacing: -.08em; background: radial-gradient(circle at 50% 38%, #292720, #101216 68%); }
.inventory-loading { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2vw, 2rem); }
.inventory-loading span { min-height: 410px; border: 1px solid var(--line); background: linear-gradient(100deg, #15171b 20%, #202228 36%, #15171b 52%); background-size: 220% 100%; animation: inventory-shimmer 1.3s linear infinite; }
.inventory-empty { grid-column: 1 / -1; padding: clamp(2rem, 5vw, 4.5rem); border: 1px solid var(--gold); text-align: center; background: #111318; }
.inventory-empty strong { display: block; font-family: "Manrope", sans-serif; font-size: clamp(1.5rem, 3vw, 2.25rem); }
.inventory-empty p { max-width: 650px; margin: .8rem auto 1.2rem; color: var(--muted); line-height: 1.7; }
.inventory-empty a { color: var(--gold-bright); font-weight: 800; }
.center-action { display: flex; justify-content: center; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.35rem; font-size: .82rem; font-weight: 800; transition: transform 180ms ease; }.button:hover { transform: translateY(-2px); }.button span { margin-left: .65rem; }.button-dark { background: var(--ink); color: white; border: 1px solid var(--gold); }.button-gold { background: linear-gradient(135deg, #8f6925, #c7a651 52%, #987127); border: 1px solid var(--gold-bright); color: #08090b; box-shadow: inset 0 1px rgba(255,255,255,.2); }

.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--soft); border-block: 1px solid var(--line); }
.about-media { overflow: hidden; min-height: 600px; }.about-media img { width: 185%; max-width: none; height: 100%; object-fit: cover; object-position: 79% center; }
.about-copy { align-self: center; padding-block: 5rem; }
.about-copy h2 { max-width: 650px; margin: 0 0 1.6rem; color: white; font-family: "Manrope", sans-serif; font-size: clamp(2.7rem, 4.7vw, 5.25rem); line-height: .98; letter-spacing: -.055em; }
.about-copy > p:not(.section-label) { max-width: 610px; color: var(--muted); line-height: 1.8; }
.about-copy ul { display: grid; gap: .85rem; margin: 2rem 0 2.3rem; padding: 0; list-style: none; }.about-copy li { font-weight: 700; }.about-copy li span { margin-right: .7rem; color: var(--gold-bright); }
.underline { margin-top: .5rem; }

.promise { padding-block: clamp(6rem, 11vw, 11rem); background: var(--ink); color: white; }
.promise .section-label { color: var(--gold); }.promise > h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(3.5rem, 8vw, 8.5rem); line-height: .88; letter-spacing: -.075em; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; margin-top: clamp(4rem, 8vw, 8rem); border-top: 1px solid rgba(255,255,255,.18); padding-top: 2rem; }.promise-grid span { color: var(--gold); font-size: .65rem; font-weight: 800; }.promise-grid h3 { margin: 1.3rem 0 .65rem; font-family: "Manrope", sans-serif; font-size: 1.45rem; }.promise-grid p { margin: 0; max-width: 320px; color: rgba(255,255,255,.58); line-height: 1.7; }

.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; padding-block: clamp(5rem, 8vw, 8rem); background: #101216; border-block: 1px solid var(--line); }
.visit h2 { margin: 0 0 1.5rem; font-family: "Manrope", sans-serif; font-size: clamp(3rem, 5.5vw, 6rem); line-height: .95; letter-spacing: -.06em; }.visit address { margin-bottom: 1.2rem; color: var(--muted); font-style: normal; line-height: 1.7; }.opening-note { display: flex; align-items: center; gap: .65rem; margin: 0 0 2rem; font-size: .75rem; }
.domain-block { padding: clamp(2rem, 5vw, 5rem); background: #08090b; color: white; border: 1px solid var(--gold); }.domain-block > span { color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.domain-block strong { display: block; margin: 1rem 0; font-family: "Manrope", sans-serif; font-size: clamp(2.1rem, 4vw, 4.6rem); letter-spacing: -.055em; word-break: break-word; }.domain-block p { margin: 0; color: rgba(255,255,255,.58); }

.contact { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding-block: clamp(5rem, 8vw, 8rem); background: #090a0c; }.contact h2 { max-width: 850px; margin: 0; color: white; font-family: "Manrope", sans-serif; font-size: clamp(3rem, 6vw, 6.4rem); line-height: .96; letter-spacing: -.06em; }
.contact .button { cursor: pointer; }
.lead-dialog { width: min(760px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); margin: auto; padding: 0; overflow: auto; border: 1px solid var(--gold); background: #111318; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.72); }
.lead-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.lead-dialog-shell { position: relative; padding: clamp(1.5rem, 4vw, 3rem); }
.lead-dialog-close { position: absolute; top: 1rem; right: 1rem; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.22); background: #090a0c; color: white; font-size: 1.65rem; line-height: 1; cursor: pointer; }
.lead-dialog-intro { padding-right: 3rem; margin-bottom: 1.75rem; }
.lead-dialog-intro h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.lead-dialog-intro > p:last-child { max-width: 560px; margin: .9rem 0 0; color: var(--muted); line-height: 1.6; }
.lead-form { display: grid; gap: 1rem; }
.lead-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lead-form label:not(.lead-consent):not(.lead-honeypot) { display: grid; gap: .5rem; }
.lead-form label > span:first-child { color: #d4cfc4; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lead-form input:not([type="checkbox"]), .lead-form textarea { width: 100%; padding: .85rem .95rem; border: 1px solid rgba(184,146,59,.55); border-radius: 0; outline: 0; background: #090a0c; color: white; }
.lead-form input:not([type="checkbox"]) { min-height: 50px; }
.lead-form textarea { min-height: 110px; resize: vertical; }
.lead-form input:focus, .lead-form textarea:focus { border-color: var(--gold-bright); box-shadow: 0 0 0 3px rgba(184,146,59,.16); }
.lead-consent { display: grid; grid-template-columns: 22px 1fr; gap: .8rem; align-items: start; padding: 1rem; border: 1px solid rgba(184,146,59,.32); background: #090a0c; cursor: pointer; }
.lead-consent input { width: 20px; height: 20px; margin: .1rem 0 0; accent-color: var(--gold-bright); }
.lead-consent span { color: #bbb6aa !important; font-size: .72rem !important; font-weight: 500 !important; line-height: 1.55; letter-spacing: 0 !important; text-transform: none !important; }
.lead-consent a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 2px; }
.lead-form-note, .lead-form-status { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.lead-form-status { min-height: 1.2rem; color: #9ee1b3; font-weight: 700; }
.lead-form-status.error { color: #ff9b9b; }
.lead-submit { justify-self: start; cursor: pointer; }
.lead-submit:disabled { opacity: .58; cursor: wait; transform: none; }
.lead-honeypot { position: absolute !important; left: -9999px !important; }
.site-footer { display: grid; grid-template-columns: 1.1fr .8fr 1fr; align-items: end; gap: 3rem; padding-block: 3rem; background: #050607; color: rgba(255,255,255,.6); border-top: 1px solid var(--gold); }.footer-brand { display: flex; align-items: center; gap: 1rem; }.footer-brand img { width: 86px; height: 86px; object-fit: contain; }.footer-brand div { display: grid; gap: .25rem; }.footer-brand strong { color: white; font-family: "Manrope", sans-serif; font-size: .9rem; }.footer-brand span, .footer-meta p { font-size: .7rem; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1.5rem; font-size: .74rem; }.footer-meta { text-align: right; }.footer-meta p { margin: .3rem 0; }.footer-credit { margin-top: .8rem !important; }.footer-credit a { color: var(--gold-bright); font-weight: 800; }.footer-credit a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1); }.reveal.in-view { opacity: 1; transform: translateY(0); }
@keyframes hero-image { from { transform: scale(1.03); } to { transform: scale(1); } } @keyframes hero-copy { to { opacity: 1; transform: translateY(0); } } @keyframes search-in { from { opacity: 0; transform: translate(-50%, 18px); } to { opacity: 1; transform: translate(-50%, 0); } }
@keyframes inventory-shimmer { to { background-position: -220% 0; } }

@media (max-width: 1050px) {
  .site-header { min-height: 80px; }.brand { min-width: auto; }.brand img { width: 62px; height: 62px; }.brand > span { display: none; }
  .menu-toggle { display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; border: 0; background: transparent; }.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--gold); }
  .site-nav { position: fixed; inset: 116px 0 0; display: flex; flex-direction: column; align-items: start; justify-content: center; gap: 1.5rem; padding: var(--pad); background: #090a0c; transform: translateX(100%); transition: transform 240ms ease; }.site-nav.open { transform: translateX(0); }.site-nav a { font-family: "Manrope", sans-serif; font-size: 2rem; letter-spacing: -.04em; }.nav-cta { font-family: "DM Sans", sans-serif !important; font-size: .82rem !important; letter-spacing: 0 !important; }
  .inventory-search { grid-template-columns: 1fr 1fr; }.search-field { grid-column: span 2; }.inventory-search button { align-self: end; }
  .hero { min-height: 760px; }.hero-content { margin-top: -8rem; }
  .type-grid { grid-template-columns: 1fr 1fr; }.services { grid-template-columns: 1fr; }.service { min-height: 280px; }.service + .service { border-left: 0; border-top: 0; }
  .inventory-grid { grid-template-columns: 1fr 1fr; }.listing:last-child { display: none; }.inventory-loading { grid-template-columns: 1fr 1fr; }.inventory-loading span:last-child { display: none; }
  .about { grid-template-columns: 1fr; }.about-media { min-height: 470px; }.promise-grid { gap: 1.5rem; }
}

@media (max-width: 680px) {
  .utility-bar { justify-content: center; }.utility-bar > div { display: none; }
  .site-header { min-height: 74px; }.brand img { width: 56px; height: 56px; }.site-nav { inset: 110px 0 0; }
  .hero { min-height: 760px; align-items: start; }.hero-image { object-position: 65% center; }.hero-overlay { background: linear-gradient(0deg, rgba(3,4,5,.92), rgba(3,4,5,.2) 80%); }.hero-content { margin-top: 7rem; text-align: left; }.hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .inventory-search { bottom: -168px; grid-template-columns: 1fr; width: calc(100% - 2rem); }.search-field { grid-column: auto; }.inventory-search label:nth-child(3) { display: none; }
  .shop-section { padding-top: 14rem; padding-bottom: 4rem; }.section-heading { display: grid; align-items: start; }.section-heading .text-link { width: max-content; }.type-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }.type-card > div:last-child { min-height: 108px; padding: 1rem; }.type-card strong { font-size: 1.15rem; }
  .service { min-height: 245px; }.inventory-section { padding-block: 4.5rem; }.inventory-grid { grid-template-columns: 1fr; }.listing:last-child { display: block; }.listing-image { height: 280px; }.inventory-loading { grid-template-columns: 1fr; }.inventory-loading span:nth-child(n+2) { display: none; }
  .about-media { min-height: 360px; }.about-copy { padding-block: 4.5rem; }.promise { padding-block: 5rem; }.promise > h2 { font-size: clamp(3.3rem, 17vw, 5.5rem); }.promise-grid { grid-template-columns: 1fr; }.promise-grid > div { padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.14); }
  .visit { grid-template-columns: 1fr; gap: 3rem; }.contact { align-items: start; flex-direction: column; }.site-footer { grid-template-columns: 1fr; align-items: start; }.footer-meta { text-align: left; }.footer-links { max-width: 260px; }
  .lead-form-grid { grid-template-columns: 1fr; }
  .lead-dialog { width: calc(100% - 1rem); max-height: calc(100dvh - 1rem); }
}

@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,.hero-reveal { opacity: 1; transform: none; }.search-reveal { opacity: 1; transform: translateX(-50%); } }
