:root {
  --ink: #2d2a29;
  --ink-2: #45413f;
  --paper: #f7f8f4;
  --white: #fff;
  --red: #7cab43;
  --red-dark: #5d8b2f;
  --gray: #686b64;
  --line: rgba(17, 19, 21, .13);
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -60px; z-index: 1000; padding: 12px 18px; background: var(--red); color: white; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; border-bottom: 1px solid rgba(45,42,41,.12); background: rgba(255,255,255,.88); backdrop-filter: blur(12px); transition: background .25s, height .25s; }
.site-header.scrolled { height: 70px; background: rgba(255,255,255,.97); box-shadow: 0 8px 30px rgba(45,42,41,.08); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 900; letter-spacing: .08em; }
.brand-logo { width: 39px; height: 39px; object-fit: contain; }
.brand-name { font-size: 20px; }
.main-nav { display: flex; gap: 28px; margin-left: auto; color: rgba(45,42,41,.72); font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--red); transition: right .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.main-nav a:hover { color: var(--ink); }
.main-nav a[aria-current="page"] { color: var(--ink); }
.main-nav a[aria-current="page"]::after { right: 0; }
.header-phone { display: grid; min-width: 160px; padding-left: 24px; border-left: 1px solid rgba(45,42,41,.18); color: var(--ink); line-height: 1.2; }
.phone-label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(45,42,41,.5); }
.header-phone strong { margin-top: 3px; font-size: 17px; }
.menu-toggle { display: none; margin-left: auto; padding: 8px; background: none; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; min-height: 790px; height: 100svh; max-height: 960px; display: flex; align-items: center; overflow: hidden; background: #edf2e8; color: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 42%, rgba(255,255,255,.18) 78%), linear-gradient(0deg, rgba(238,243,232,.45), transparent 44%); }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(45,42,41,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(45,42,41,.14) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, black, transparent 74%); }
.hero-content { position: relative; z-index: 2; padding-top: 110px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: rgba(45,42,41,.6); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--red); }
.eyebrow.dark { color: var(--gray); }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(58px, 7.4vw, 112px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span { color: var(--red); }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: rgba(45,42,41,.72); font-size: clamp(17px, 1.5vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 15px 24px; border: 1px solid transparent; font-size: 14px; font-weight: 850; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: white; }
.btn-primary:hover { background: var(--red-dark); }
.btn-secondary { border-color: rgba(45,42,41,.32); background: rgba(255,255,255,.55); color: var(--ink); backdrop-filter: blur(8px); }
.btn-secondary:hover { border-color: var(--ink); background: white; }
.hero-facts { display: flex; gap: 0; margin-top: 60px; }
.hero-facts div { min-width: 180px; padding: 2px 28px; border-left: 1px solid rgba(45,42,41,.18); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 18px; }
.hero-facts span { margin-top: 3px; color: rgba(45,42,41,.54); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue { position: absolute; z-index: 3; right: 34px; bottom: 36px; display: flex; align-items: center; gap: 10px; color: rgba(45,42,41,.62); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right bottom; }
.scroll-cue span { color: var(--red); font-size: 18px; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading h2, .price-header h2, .contact-copy h2 { margin: 0; font-size: clamp(39px, 5vw, 72px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.split-heading > p { max-width: 440px; margin: 0 0 4px; color: var(--gray); font-size: 18px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.offer-card { position: relative; isolation: isolate; overflow: hidden; min-height: 330px; display: flex; flex-direction: column; padding: 38px; border-right: 1px solid var(--line); background: #f8f8f6; transition: background .25s, transform .25s; }
.offer-card::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.94) 8%, rgba(248,248,246,.76) 58%, rgba(248,248,246,.88)); transition: background .25s; }
.offer-photo { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform .5s ease; }
.offer-card:last-child { border-right: 0; }
.offer-card:hover { position: relative; z-index: 1; background: white; transform: translateY(-6px); box-shadow: 0 20px 40px rgba(17,19,21,.08); }
.offer-card:hover .offer-photo { transform: scale(1.07); }
.offer-card.featured { background: var(--ink); color: white; }
.offer-card.featured::before { background: linear-gradient(145deg, rgba(31,31,31,.94) 4%, rgba(31,31,31,.76) 60%, rgba(31,31,31,.88)); }
.card-number { color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.offer-card h3 { margin: 52px 0 12px; font-size: 34px; text-transform: uppercase; letter-spacing: -.03em; }
.offer-card p { margin: 0; color: var(--gray); }
.offer-card.featured p { color: rgba(255,255,255,.6); }
.card-meta { display: flex; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.featured .card-meta { border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.75); }

.price-section { background: #edf3e7; color: var(--ink); }
.price-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 46px; }
.price-date { padding-left: 25px; border-left: 3px solid var(--red); text-align: right; }
.price-date span, .price-date strong { display: block; }
.price-date span { color: rgba(45,42,41,.5); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.price-date strong { margin-top: 3px; font-size: 17px; }
.price-info { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: -16px 0 30px; padding: 22px 24px; border-left: 3px solid var(--red); background: rgba(255,255,255,.5); }
.price-info p { margin: 0; color: rgba(45,42,41,.7); font-size: 14px; }
.table-wrap { overflow-x: auto; border-top: 1px solid rgba(45,42,41,.18); border-bottom: 1px solid rgba(45,42,41,.18); background: rgba(255,255,255,.58); }
table { width: 100%; min-width: 1220px; border-collapse: collapse; }
th, td { padding: 21px 18px; text-align: left; border-bottom: 1px solid rgba(45,42,41,.1); }
th { color: rgba(45,42,41,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
td { color: rgba(45,42,41,.72); font-size: 15px; }
tbody tr { transition: background .2s; }
tbody tr:hover { background: rgba(124,171,67,.09); }
tbody tr:last-child td { border-bottom: 0; }
td strong { color: var(--ink); font-size: 17px; }
td small { display: block; margin-top: 3px; color: rgba(45,42,41,.46); font-size: 12px; }
.sort-tag { display: inline-block; padding: 5px 9px; border: 1px solid rgba(45,42,41,.18); background: white; color: var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.price { color: var(--ink); font-weight: 850; white-space: nowrap; }
.price.muted { color: rgba(45,42,41,.58); }
.price.unavailable { color: rgba(45,42,41,.42); white-space: normal; }
.price.unavailable small { color: #a72d27; font-weight: 900; text-transform: uppercase; }
.price-note { display: flex; justify-content: space-between; gap: 30px; margin-top: 25px; color: rgba(45,42,41,.58); font-size: 13px; }
.price-note p { margin: 0; }
.price-note p + p { margin-top: 7px; }
.price-note a { color: var(--ink); font-weight: 800; }
.price-note a:hover { color: var(--red); }

.gallery-section { background: #f7f8f4; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 280px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: #222; color: white; text-align: left; cursor: zoom-in; }
.gallery-wide { grid-column: span 2; }
.gallery-item:last-child { grid-column: 1 / 4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1), filter .3s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,7,8,.83), transparent 55%); }
.gallery-item span { position: absolute; z-index: 2; left: 24px; bottom: 22px; }
.gallery-item strong, .gallery-item small { display: block; }
.gallery-item strong { font-size: 18px; }
.gallery-item small { margin-top: 2px; color: rgba(255,255,255,.58); font-size: 12px; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.04); filter: contrast(1.05); }

.home-offer { background: #f7f8f4; }
.home-category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.home-category-card { position: relative; isolation: isolate; overflow: hidden; min-height: 520px; display: flex; align-items: flex-end; padding: 42px; color: white; }
.home-category-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.home-category-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(9,11,10,.92), rgba(9,11,10,.08) 75%); }
.home-category-content { display: grid; width: 100%; }
.home-category-content small { color: #a7cf78; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.home-category-content strong { margin-top: 6px; font-size: clamp(38px, 4vw, 62px); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.home-category-content > span { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.72); font-size: 15px; }
.home-category-content b { color: #a7cf78; font-size: 20px; }
.home-category-card:hover > img, .home-category-card:focus-visible > img { transform: scale(1.05); }
.home-benefits { padding: 38px 0; background: var(--ink); color: white; }
.home-benefits .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.home-benefits div { padding: 8px 34px; border-left: 1px solid rgba(255,255,255,.16); }
.home-benefits div:first-child { padding-left: 0; border-left: 0; }
.home-benefits strong, .home-benefits span { display: block; }
.home-benefits strong { font-size: 18px; }
.home-benefits span { margin-top: 3px; color: rgba(255,255,255,.52); font-size: 13px; }

.aggregate-hero { position: relative; min-height: 650px; display: flex; align-items: flex-end; overflow: hidden; background: #282a28; color: white; }
.aggregate-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.aggregate-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,27,25,.92), rgba(25,27,25,.5) 58%, rgba(25,27,25,.2)), linear-gradient(0deg, rgba(25,27,25,.72), transparent 55%); }
.aggregate-hero-content { position: relative; z-index: 2; padding-top: 170px; padding-bottom: 84px; }
.aggregate-hero .eyebrow { color: rgba(255,255,255,.7); }
.aggregate-hero h1 { margin: 0; font-size: clamp(62px, 8vw, 116px); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.aggregate-hero h1 span { color: #9ccc65; }
.aggregate-hero-content > p:not(.eyebrow) { max-width: 600px; margin: 28px 0 34px; color: rgba(255,255,255,.78); font-size: 19px; }
.aggregate-price-section { background: #edf3e7; }
.aggregate-list { border-top: 1px solid rgba(45,42,41,.2); }
.aggregate-row { display: grid; grid-template-columns: 1.05fr 1.3fr auto; align-items: center; gap: 42px; padding: 30px 22px; border-bottom: 1px solid rgba(45,42,41,.14); transition: background .2s; }
.aggregate-row:hover { background: rgba(255,255,255,.55); }
.aggregate-row > div { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 12px; }
.aggregate-number { padding-top: 5px; color: var(--red-dark); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.aggregate-row h3 { margin: 0; font-size: 24px; line-height: 1.12; text-transform: uppercase; letter-spacing: -.025em; }
.aggregate-row ul { margin: 0; padding-left: 20px; color: rgba(45,42,41,.62); font-size: 14px; }
.aggregate-row > p { margin: 0; color: rgba(45,42,41,.62); font-size: 15px; }
.aggregate-price { color: var(--ink); font-size: 25px; white-space: nowrap; }
.aggregate-price small { color: rgba(45,42,41,.48); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.aggregate-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 34px; padding: 26px 30px; background: var(--ink); color: white; }
.aggregate-cta p { margin: 0; font-size: 19px; font-weight: 750; }
.aggregate-gallery { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 310px; gap: 12px; }
.aggregate-gallery .gallery-item:nth-child(1), .aggregate-gallery .gallery-item:nth-child(2) { grid-column: span 3; }
.aggregate-gallery .gallery-item:nth-child(n+3) { grid-column: span 2; }
.aggregate-gallery .gallery-item:last-child { grid-column: span 2; }
.aggregate-contact { padding: 100px 0; background: #2d2a29; color: white; }
.aggregate-contact h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.aggregate-contact .big-phone { margin: 34px 0 12px; color: #9ccc65; }
.aggregate-contact > .container > p:not(.eyebrow) { margin: 0 0 28px; color: rgba(255,255,255,.62); }
.aggregate-contact .btn-secondary { color: white; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }

.contact-section { padding: 120px 0; background: #f0f3ed; color: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: stretch; }
.contact-copy { padding: 18px 0; }
.big-phone { display: block; margin-top: 44px; color: var(--red); font-size: clamp(38px, 4.4vw, 62px); font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.big-phone:hover { color: #ff554d; }
.email-link { display: inline-block; margin-top: 15px; color: rgba(45,42,41,.7); font-size: 18px; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin: 48px 0 36px; padding-top: 28px; border-top: 1px solid rgba(45,42,41,.14); }
.contact-details span { display: block; margin-bottom: 8px; color: rgba(45,42,41,.48); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-details strong { font-size: 15px; line-height: 1.55; }
.map-wrap { position: relative; min-height: 560px; background: #222; overflow: hidden; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: grayscale(.45) contrast(1.05); }
.map-label { position: absolute; left: 20px; bottom: 20px; display: grid; min-width: 245px; padding: 17px 20px; background: var(--red); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.map-label strong { font-size: 17px; }
.map-label span { font-size: 12px; color: rgba(255,255,255,.72); }

.site-footer { padding: 28px 0; background: #07090a; color: rgba(255,255,255,.42); border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.footer-brand { color: white; }
.footer-brand .brand-logo { width: 32px; height: 32px; }
.footer-brand .brand-name { font-size: 16px; }
.footer-inner p { margin: 0; }
.mobile-call { display: none; }

.lightbox { width: min(1100px, calc(100% - 30px)); padding: 0; border: 0; background: #090b0d; box-shadow: 0 30px 80px rgba(0,0,0,.45); }
.lightbox::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; }
.lightbox-caption { margin: 0; padding: 16px 22px 18px; background: #090b0d; color: white; font-size: 18px; font-weight: 800; text-align: center; }
.lightbox-close { position: absolute; z-index: 2; right: 10px; top: 10px; width: 44px; height: 44px; border: 0; background: rgba(0,0,0,.72); color: white; font-size: 29px; cursor: pointer; }

:focus-visible { outline: 3px solid #ff5a52; outline-offset: 3px; }

@media (max-width: 900px) {
  .site-header, .site-header.scrolled { height: 68px; background: rgba(255,255,255,.97); }
  .header-phone { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 10px 20px 20px; background: rgba(255,255,255,.98); transform: translateY(-130%); opacity: 0; transition: transform .25s, opacity .25s; }
  .main-nav.open { transform: translateY(0); opacity: 1; }
  .main-nav a { padding: 15px 0; border-bottom: 1px solid rgba(45,42,41,.1); font-size: 16px; }
  .hero { min-height: 760px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.58)), linear-gradient(0deg, rgba(238,243,232,.88), transparent 58%); }
  .hero-image { object-position: 58% center; }
  .hero-facts div { min-width: 0; flex: 1; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; }
  .offer-grid { grid-template-columns: 1fr; }
  .home-category-card { min-height: 430px; padding: 30px; }
  .home-benefits div { padding-inline: 20px; }
  .offer-card { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-card:last-child { border-bottom: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 280px; }
  .gallery-wide { grid-column: 1 / 3; }
  .gallery-item:last-child { grid-column: 1 / 3; }
  .aggregate-row { grid-template-columns: 1fr auto; gap: 20px; }
  .aggregate-row ul, .aggregate-row > p { grid-column: 1 / 3; padding-left: 46px; }
  .aggregate-gallery { grid-template-columns: 1fr 1fr; }
  .aggregate-gallery .gallery-item:nth-child(n) { grid-column: auto; }
  .aggregate-gallery .gallery-item:last-child { grid-column: 1 / 3; }
  .contact-grid { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 450px; }
  .footer-inner { flex-wrap: wrap; }
}

@media (max-width: 620px) {
  body { padding-bottom: 40px; }
  .container { width: min(calc(100% - 30px), var(--max)); }
  .brand-logo { width: 34px; height: 34px; }
  .brand-name { font-size: 18px; }
  .hero { height: auto; min-height: 780px; max-height: none; align-items: flex-end; }
  .hero-content { padding: 130px 0 70px; }
  .hero h1 { font-size: clamp(48px, 16vw, 70px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-facts { margin-top: 45px; flex-wrap: wrap; row-gap: 26px; }
  .hero-facts div { min-width: 50%; padding: 0 15px; }
  .hero-facts div:nth-child(2) { border-left: 1px solid rgba(45,42,41,.18); }
  .hero-facts div:nth-child(3) { padding-left: 0; border-left: 0; }
  .scroll-cue { display: none; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .price-header h2, .contact-copy h2 { font-size: 40px; }
  .offer-card { min-height: 255px; padding: 28px; }
  .home-category-grid { grid-template-columns: 1fr; }
  .home-category-card { min-height: 360px; padding: 26px; }
  .home-benefits .container { grid-template-columns: 1fr; gap: 20px; }
  .home-benefits div, .home-benefits div:first-child { padding: 0 0 20px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .home-benefits div:last-child { padding-bottom: 0; border-bottom: 0; }
  .offer-card h3 { margin-top: 35px; }
  .price-header { align-items: start; flex-direction: column; }
  .price-date { text-align: left; }
  .price-info { grid-template-columns: 1fr; gap: 12px; margin-top: -8px; padding: 18px; }
  .table-wrap { margin-right: -15px; padding-right: 15px; }
  th, td { padding: 17px 14px; }
  .price-note { flex-direction: column; gap: 12px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .gallery-wide, .gallery-item:last-child { grid-column: auto; }
  .aggregate-hero { min-height: 600px; }
  .aggregate-hero-content { padding: 145px 0 64px; }
  .aggregate-hero h1 { font-size: 60px; }
  .aggregate-hero-content > p:not(.eyebrow) { font-size: 17px; }
  .aggregate-row { grid-template-columns: 1fr; gap: 16px; padding: 24px 4px; }
  .aggregate-row ul, .aggregate-row > p { grid-column: auto; padding-left: 46px; }
  .aggregate-price { padding-left: 46px; font-size: 23px; }
  .aggregate-cta { align-items: stretch; flex-direction: column; padding: 24px; }
  .aggregate-gallery { grid-template-columns: 1fr; grid-auto-rows: 270px; }
  .aggregate-gallery .gallery-item:nth-child(n), .aggregate-gallery .gallery-item:last-child { grid-column: auto; }
  .aggregate-contact { padding: 78px 0; }
  .contact-section { padding: 82px 0; }
  .contact-grid { gap: 48px; }
  .big-phone { margin-top: 35px; font-size: 45px; }
  .contact-details { grid-template-columns: 1fr; gap: 24px; }
  .map-wrap, .map-wrap iframe { min-height: 380px; }
  .footer-inner { display: grid; text-align: left; }
  .mobile-call { position: fixed; z-index: 99; inset: auto 0 0; height: 40px; display: flex; align-items: center; justify-content: center; gap: 7px; background: var(--red); color: white; box-shadow: 0 -4px 12px rgba(0,0,0,.14); }
  .mobile-call span { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
  .mobile-call strong { font-size: 15px; }
}

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