/* ============================================================
   SCAFFOLDING & BRICKIES KITS — CONTAINMENT GROUP
   Mirrors the simple white + red aesthetic from the reference
   screenshots: no dark sections, centered red uppercase titles,
   thin red rule under the header, white everywhere.
   ============================================================ */

:root{
  --c-paper:    #ffffff;
  --c-paper-2:  #fafafa;
  --c-line:     #e5e5e5;
  --c-line-2:   #ededed;
  --c-ink:      #2b2b2b;
  --c-ink-2:    #555555;
  --c-ink-3:    #808080;

  --c-red:      #D81F27;
  --c-red-2:    #b8181f;
  --c-red-3:    #dd0536;

  /* legacy aliases used across HTML — kept for backwards-compat */
  --c-deep:     #D81F27;
  --c-deep-2:   #b8181f;
  --c-deep-3:   #dd0536;
  --c-accent:   #D81F27;
  --c-accent-2: #b8181f;

  --font-body:  'Roboto', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
  --font-head:  'Oswald', 'Federo', 'Roboto', sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:#ffffff;
  color:var(--c-ink);
  font-family:var(--font-body);
  font-size:15px;
  line-height:1.65;
  font-weight:400;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg{display:block;max-width:100%;height:auto;border:0}
button,a{ -webkit-tap-highlight-color:transparent }
button{font:inherit;border:0;background:none;color:inherit;cursor:pointer}
a{color:inherit;text-decoration:none}
ul{list-style:none;margin:0;padding:0}
::selection{background:var(--c-red);color:#fff}

.wrap{width:100%;max-width:1180px;margin-inline:auto;padding-inline:clamp(1.25rem, 4vw, 2.5rem)}

/* TYPE — bold red uppercase headings, matches reference */
h1,h2,h3,h4{font-family:var(--font-head);font-weight:600;line-height:1.2;letter-spacing:.01em;margin:0;color:var(--c-ink)}
h1{font-size:clamp(2rem, 1.4rem + 2.2vw, 2.8rem);text-transform:uppercase;color:var(--c-red);letter-spacing:.04em}
h2{font-size:clamp(1.7rem, 1.2rem + 1.5vw, 2.2rem);text-transform:uppercase;color:var(--c-red);letter-spacing:.04em}
h3{font-size:clamp(1.05rem, .95rem + 0.4vw, 1.2rem);text-transform:uppercase;color:var(--c-red);letter-spacing:.05em;font-weight:600}
h4{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:var(--c-red);font-weight:600}
p{margin:0 0 1em;color:var(--c-ink-2)}

.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--c-red);font-family:var(--font-body)}

/* ============================================================
   TOPBAR — hidden (reference design has no topbar)
   ============================================================ */
.topbar{display:none}

/* ============================================================
   NAV — clean horizontal: logo left, uppercase nav right,
   thin red rule below
   ============================================================ */
.nav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #f3d6d8;padding:1rem 0;transition:padding 200ms ease,box-shadow 200ms ease}
.nav.is-scrolled{padding:.7rem 0;box-shadow:0 2px 12px -8px rgba(43,43,43,.18)}
.nav__inner{display:flex;align-items:center;gap:1.5rem;justify-content:space-between}
.nav__brand{display:flex;align-items:center;gap:.75rem;flex:0 0 auto}
.nav__brand img{height:62px;width:auto;display:block}
/* hide typographic fallback when logo image loads */
.nav__brand-mark{display:none}
.nav__brand:has(img[src]:not([src=""])) .nav__brand-mark{display:none}
.nav__brand img[src][onerror]{display:block}
.nav__brand .nav__brand-mark{display:flex;flex-direction:column;gap:.05rem;line-height:1}
.nav__brand .nav__brand-mark .name{font-family:var(--font-head);font-size:1.1rem;font-weight:600;color:var(--c-red);letter-spacing:.02em}
.nav__brand .nav__brand-mark .sub{font-size:.62rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--c-ink-3)}
.nav__links{display:flex;align-items:center;gap:2.25rem;font-size:.95rem;font-weight:600;font-family:var(--font-body)}
.nav__links a{color:var(--c-ink);position:relative;padding:.4rem 0;text-transform:uppercase;letter-spacing:.06em;transition:color 200ms ease}
.nav__links a::after{content:"";position:absolute;left:0;right:100%;bottom:-.25em;height:2px;background:var(--c-red);transition:right 250ms ease}
.nav__links a:hover{color:var(--c-red)}
.nav__links a:hover::after,.nav__links a.is-active::after{right:0}
.nav__links a.is-active{color:var(--c-red)}
.nav__cta{display:none}
.nav-toggle{display:none;width:38px;height:32px;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--c-red)}
.nav-toggle span{width:22px;height:2px;background:currentColor;transition:transform 250ms ease}
.nav.is-open .nav-toggle span:nth-child(1){transform:translateY(4px) rotate(45deg)}
.nav.is-open .nav-toggle span:nth-child(2){transform:translateY(-4px) rotate(-45deg)}
@media (max-width:991px){
  .nav__links{display:none}
  .nav-toggle{display:flex}
  .nav__menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #f3d6d8;padding:1rem clamp(1.25rem,4vw,2rem) 1.25rem;transform:translateY(-110%);opacity:0;pointer-events:none;transition:transform 300ms ease,opacity 300ms ease;display:flex;flex-direction:column;gap:0;box-shadow:0 6px 18px -10px rgba(43,43,43,.18)}
  .nav.is-open .nav__menu{transform:translateY(0);opacity:1;pointer-events:auto}
  .nav__menu a{padding:.95rem .25rem;border-bottom:1px solid var(--c-line);font-size:.95rem;font-weight:600;color:var(--c-ink);text-transform:uppercase;letter-spacing:.06em}
  .nav__menu a:last-child{border-bottom:0}
  .nav__menu .nav__cta{display:inline-flex;margin-top:.6rem;justify-content:center;background:var(--c-red);color:#fff;text-transform:uppercase;border-radius:0;padding:.85rem 1.25rem;font-weight:600;letter-spacing:.06em}
}
@media (min-width:992px){.nav__menu{display:none}}

/* ============================================================
   BUTTONS — flat red, square corners (matches reference)
   ============================================================ */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border-radius:0;transition:background 200ms ease,color 200ms ease,border-color 200ms ease,transform 150ms ease;border:2px solid transparent;cursor:pointer;font-family:var(--font-body)}
.btn:hover{transform:translateY(-1px)}
.btn--primary{background:var(--c-red);color:#fff;border-color:var(--c-red)}
.btn--primary:hover{background:var(--c-red-2);border-color:var(--c-red-2);color:#fff}
.btn--ghost{background:transparent;color:var(--c-red);border-color:var(--c-red)}
.btn--ghost:hover{background:var(--c-red);color:#fff}
.btn--ink{background:var(--c-ink);color:#fff;border-color:var(--c-ink)}
.btn--ink:hover{background:#000;border-color:#000}
.btn--outline{background:transparent;color:var(--c-red);border-color:var(--c-red)}
.btn--outline:hover{background:var(--c-red);color:#fff}
.btn .ico{width:16px;height:16px}

/* ============================================================
   HERO — auto-rotating slideshow background with overlay
   ============================================================ */
.hero{
  background:#1a1f24;
  color:#fff;
  padding:clamp(5rem, 10vw, 8rem) 0 clamp(5rem, 10vw, 7rem);
  position:relative;overflow:hidden;
  text-align:center;
  min-height:560px;
  display:flex;
  align-items:center;
}
.hero::before{display:none}
.hero__slides{position:absolute;inset:0;z-index:0}
.hero__slide{
  position:absolute;inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:opacity 1.6s ease-in-out;
}
.hero__slide.is-active{opacity:1}
.hero__slide::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(rgba(15,18,24,0.55), rgba(15,18,24,0.65));
}
.hero__inner{position:relative;z-index:1}
.hero__inner{display:flex;flex-direction:column;align-items:center;gap:0;max-width:820px;margin:0 auto;text-align:center;width:100%}
.hero__copy{display:flex;flex-direction:column;align-items:center;gap:0}
.hero__copy h1{color:#fff;margin:.5rem 0 1rem;font-size:clamp(2.4rem, 1.5rem + 3vw, 3.8rem);line-height:1.1;text-align:center;text-shadow:0 2px 18px rgba(0,0,0,0.4)}
.hero__copy h1 .accent{color:var(--c-red);font-weight:600}
.hero__copy p{color:rgba(255,255,255,0.95);font-size:1.1rem;max-width:62ch;margin:0 auto 1.75rem;text-align:center;text-shadow:0 1px 8px rgba(0,0,0,0.4)}
.hero__cta{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem;justify-content:center}
.hero__cta .btn--ghost{color:#fff;border-color:#fff}
.hero__cta .btn--ghost:hover{background:#fff;color:var(--c-red)}
.hero__trust{display:flex;gap:1.5rem;flex-wrap:wrap;padding-top:1.5rem;justify-content:center;margin-top:.5rem;border-top:1px solid rgba(255,255,255,0.3);width:100%;max-width:620px}
.hero__trust-item{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:rgba(255,255,255,0.95);font-weight:500}
.hero__trust-item .ico{width:18px;height:18px;color:var(--c-red);flex:0 0 18px}
/* hide the inline hero card — single-column centered design */
.hero__card{display:none}

/* ============================================================
   PAGE HEADER — simple white, centered red title (no banner)
   ============================================================ */
.pagehead{
  background:#fff;
  color:var(--c-ink);
  padding:clamp(2rem, 4vw, 3rem) 0 clamp(1.5rem, 3vw, 2.5rem);
  position:relative;overflow:hidden;text-align:center;
  border-bottom:none;
}
.pagehead::before{display:none}
.pagehead__inner{position:relative;max-width:760px;margin-inline:auto}
.pagehead h1{color:var(--c-red);margin:.5rem 0 .75rem}
.pagehead p{color:var(--c-ink-2);font-size:1.02rem;margin:0 auto 1rem;max-width:55ch}
.pagehead .eyebrow{display:none}
.crumbs{display:inline-flex;gap:.5rem;align-items:center;font-size:.78rem;letter-spacing:.06em;color:var(--c-ink-3);margin-top:.5rem;text-transform:uppercase}
.crumbs a{color:var(--c-ink-3)}
.crumbs a:hover{color:var(--c-red)}
.crumbs .sep{color:var(--c-line-2)}
.crumbs .here{color:var(--c-red);font-weight:600}

/* ============================================================
   SECTIONS — white throughout, subtle alt for paper-2
   ============================================================ */
.section{padding:clamp(3rem, 6vw, 5rem) 0}
.section--paper-2{background:var(--c-paper-2)}
.section--paper-3{background:var(--c-paper-2)}
.section--deep{background:#fff;color:var(--c-ink)}
.section--deep h1,.section--deep h2,.section--deep h3,.section--deep h4{color:var(--c-red)}
.section--deep p{color:var(--c-ink-2)}
.section--deep .eyebrow{color:var(--c-red)}
.section-head{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-bottom:clamp(2rem, 4vw, 2.5rem);max-width:680px;margin-inline:auto}
.section-head h2{color:var(--c-red)}
.section-head p{font-size:1.02rem;color:var(--c-ink-2)}
.section-head .eyebrow{display:none}
.section-foot{text-align:center;margin-top:clamp(2rem, 4vw, 2.5rem)}

/* ============================================================
   SERVICES GRID — flatter, simpler
   ============================================================ */
.services{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem 2.5rem}
.services--3{grid-template-columns:repeat(3, 1fr);gap:2rem 2rem}
.service{background:#fff;border:none;border-radius:0;padding:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform 200ms ease}
.service:hover{transform:translateY(-2px);box-shadow:none;border-color:transparent}
.service__icon{width:54px;height:54px;background:transparent;color:var(--c-red);border-radius:0;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}
.service__icon svg{width:36px;height:36px;stroke-width:1.8}
.service h3{font-size:1rem;margin-bottom:.5rem;color:var(--c-red);text-transform:uppercase;letter-spacing:.08em;font-weight:600;font-family:var(--font-body)}
.service p{font-size:.92rem;margin:0;color:var(--c-ink-2);line-height:1.6}
.service ul{margin-top:.85rem;display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;color:var(--c-ink-2);text-align:left;align-self:stretch}
.service ul li{display:flex;gap:.5rem;align-items:flex-start}
.service ul li::before{content:"";flex:0 0 6px;width:6px;height:6px;border-radius:50%;background:var(--c-red);margin-top:.55rem}
@media (max-width:840px){.services,.services--3{grid-template-columns:1fr;gap:2rem}}

/* ============================================================
   PILLARS — "Key Features" style: red icons + centered text
   ============================================================ */
.pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.pillar{display:flex;flex-direction:column;gap:.6rem;padding:1rem;text-align:center;align-items:center}
.pillar__num{font-family:var(--font-head);font-size:2rem;font-weight:600;color:var(--c-red);letter-spacing:.04em;line-height:1}
.pillar h3{font-size:.92rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--c-red);font-family:var(--font-body)}
.pillar p{font-size:.92rem;color:var(--c-ink-2);margin:0;line-height:1.55;max-width:24ch}
@media (max-width:760px){.pillars{grid-template-columns:1fr 1fr;gap:1.5rem}}
@media (max-width:480px){.pillars{grid-template-columns:1fr}}

/* ============================================================
   ABOUT
   ============================================================ */
.about{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem, 5vw, 4rem);align-items:center}
.about__copy h2{margin-bottom:1rem;text-align:left}
.about__copy p{font-size:1rem;line-height:1.75;max-width:54ch;color:var(--c-ink-2);text-align:left}
.about__copy ul{margin:0 0 1em;display:flex;flex-direction:column;gap:.55rem;list-style:none;padding:0}
.about__copy ul li{display:flex;gap:.6rem;align-items:flex-start;font-size:.98rem;color:var(--c-ink-2);line-height:1.55}
.about__copy ul li::before{content:"";flex:0 0 6px;width:6px;height:6px;border-radius:50%;background:var(--c-red);margin-top:.55rem}
.about__copy strong{color:var(--c-ink);font-weight:700}
.about__photo{background:var(--c-paper-2);border-radius:0;aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;color:var(--c-ink-3);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;position:relative;overflow:hidden;border:1px solid var(--c-line)}
.about__photo img{width:100%;height:100%;object-fit:cover}
.about__photo::after{content:"Drop photo at images/about.jpg";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem}
.about__photo:has(img)::after{display:none}
@media (max-width:840px){.about{grid-template-columns:1fr}.about__copy h2{text-align:center}}

/* About — paired side-by-side photos (bins + tree protection + cage) */
.about__photos{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}
.about__photo-tile{margin:0;display:flex;flex-direction:column;gap:.5rem}
.about__photo-tile img{width:100%;aspect-ratio:4/5;object-fit:cover;border:1px solid var(--c-line);background:var(--c-paper-2);display:block}
.about__photo-tile figcaption{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--c-red);text-align:center}
@media (max-width:820px){.about__photos{grid-template-columns:1fr 1fr}}
@media (max-width:520px){.about__photos{grid-template-columns:1fr}}

/* Other Products — split image card (two side-by-side images in one card) */
.other-product__img--split{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--c-paper-2)}
.other-product__img--split img{width:100%;height:100%;object-fit:cover;display:block}
.other-product:hover .other-product__img--split img{transform:scale(1.05)}

.creds{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:clamp(2rem, 4vw, 3rem)}
.cred{background:transparent;border:none;border-radius:0;padding:1rem;display:flex;gap:.85rem;align-items:flex-start;flex-direction:column;text-align:center;align-items:center}
.cred .ico{width:48px;height:48px;flex:0 0 48px;background:transparent;color:var(--c-red);border-radius:0;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}
.cred .ico svg{width:32px;height:32px;stroke-width:1.8}
.cred h4{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--c-red);margin-bottom:.25rem;font-family:var(--font-body)}
.cred p{margin:0;font-size:.9rem;color:var(--c-ink-2);line-height:1.5}
@media (max-width:760px){.creds{grid-template-columns:1fr;gap:2rem}}

/* ============================================================
   AREAS
   ============================================================ */
.areas{text-align:center}
.areas__list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;max-width:880px;margin:0 auto}
.areas__list li{background:#fff;border:1px solid var(--c-line);padding:.5rem 1rem;border-radius:0;font-size:.85rem;font-weight:500;color:var(--c-ink-2)}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}
.tile{position:relative;aspect-ratio:4/3;background:#f0f0f0;border-radius:0;overflow:hidden;border:1px solid var(--c-line);cursor:zoom-in}
.tile img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease}
.tile:hover img{transform:scale(1.04)}
.tile::after{content:attr(data-placeholder);position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--c-ink-3);font-weight:600}
.tile:has(img)::after{display:none}
.tile__caption{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(216,31,39,0.92));padding:2rem 1rem .85rem;color:#fff;font-size:.85rem;font-weight:500;opacity:0;transform:translateY(8px);transition:opacity 250ms ease,transform 250ms ease;text-transform:uppercase;letter-spacing:.04em}
.tile:hover .tile__caption{opacity:1;transform:none}
.tile--wide{aspect-ratio:16/9;grid-column:span 2}
@media (max-width:840px){.gallery{grid-template-columns:1fr 1fr}.tile--wide{grid-column:span 2}}
@media (max-width:520px){.gallery{grid-template-columns:1fr}.tile--wide{grid-column:auto}}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.r-card{background:#fff;border:1px solid var(--c-line);border-radius:0;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative}
.r-card__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.r-card__stars{color:var(--c-red);letter-spacing:.2em;font-size:.95rem}
.r-card__src{display:inline-flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--c-ink-3)}
.r-card__src svg{width:14px;height:14px}
.r-card__quote{font-size:.95rem;line-height:1.6;color:var(--c-ink-2);margin:0;font-style:italic}
.r-card__attr{margin-top:auto;font-size:.8rem;color:var(--c-ink-3);display:flex;gap:.5rem;align-items:center;text-transform:uppercase;letter-spacing:.04em}
.r-card__attr strong{color:var(--c-red);font-weight:600}
@media (max-width:760px){.reviews-grid{grid-template-columns:1fr}}

/* ============================================================
   PRICING
   ============================================================ */
.pricing-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}
.price{background:#fff;border:1px solid var(--c-line);border-radius:0;padding:2rem 1.75rem;display:flex;flex-direction:column;position:relative;transition:transform 200ms ease,box-shadow 200ms ease,border-color 200ms ease;text-align:center}
.price:hover{transform:translateY(-2px);box-shadow:0 8px 24px -16px rgba(43,43,43,.15);border-color:var(--c-red)}
.price--feature{border:2px solid var(--c-red)}
.price--feature::before{content:"Most Popular";position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--c-red);color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .75rem;border-radius:0}
.price h3{font-size:1.05rem;color:var(--c-red);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.08em;font-family:var(--font-body);font-weight:600}
.price__sub{font-size:.82rem;color:var(--c-ink-3);margin-bottom:1.25rem;font-weight:500;letter-spacing:.04em}
.price__amount{font-family:var(--font-head);font-size:2.6rem;font-weight:600;color:var(--c-red);letter-spacing:.02em;line-height:1;margin-bottom:.25rem}
.price__amount .cur{font-size:1.4rem;font-weight:600;vertical-align:.6rem;margin-right:.1rem;color:var(--c-red)}
.price__amount .per{font-family:var(--font-body);font-size:.82rem;font-weight:500;color:var(--c-ink-3);margin-left:.3rem;letter-spacing:.04em;text-transform:uppercase}
.price__note{font-size:.78rem;color:var(--c-ink-3);margin-bottom:1.5rem;font-style:italic}
.price ul{display:flex;flex-direction:column;gap:.6rem;font-size:.92rem;color:var(--c-ink-2);margin-bottom:1.5rem;flex:1 1 auto;text-align:left}
.price ul li{display:flex;gap:.55rem;align-items:flex-start}
.price ul li svg{width:14px;height:14px;flex:0 0 14px;color:var(--c-red);margin-top:5px}
.price .btn{width:100%;justify-content:center;margin-top:auto}
@media (max-width:760px){.pricing-grid{grid-template-columns:1fr}}

.price-table{width:100%;background:#fff;border:1px solid var(--c-line);border-radius:0;border-collapse:separate;border-spacing:0;overflow:hidden}
.price-table thead th{background:#fff;color:var(--c-red);text-align:left;padding:.95rem 1.25rem;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;font-family:var(--font-body);border-bottom:2px solid var(--c-red)}
.price-table tbody td{padding:1rem 1.25rem;font-size:.93rem;border-top:1px solid var(--c-line);color:var(--c-ink)}
.price-table tbody tr:nth-child(even) td{background:var(--c-paper-2)}
.price-table tbody td.amt{text-align:right;font-weight:700;color:var(--c-red);white-space:nowrap}
.price-table tbody td.amt span{font-weight:500;color:var(--c-ink-3);font-size:.82rem;margin-left:.25rem}
.price-table tbody tr:hover td{background:rgba(216,31,39,0.04)}
@media (max-width:600px){
  .price-table thead{display:none}
  .price-table tbody td{display:block;border-top:0;padding:.4rem 1rem}
  .price-table tbody td:first-child{padding-top:1rem;font-weight:700;color:var(--c-red);border-top:1px solid var(--c-line);text-transform:uppercase;letter-spacing:.04em}
  .price-table tbody td:last-child{padding-bottom:1rem}
  .price-table tbody td.amt{text-align:left}
}

/* ============================================================
   CTA STRIP — clean white, red accents (matches reference)
   ============================================================ */
.cta-strip{background:#fff;color:var(--c-ink);padding:clamp(2.5rem, 5vw, 3.5rem) 0;border-top:1px solid var(--c-line);border-bottom:1px solid var(--c-line);text-align:center}
.cta-strip__inner{display:flex;gap:1.5rem;align-items:center;justify-content:center;flex-wrap:wrap;flex-direction:column}
.cta-strip h3{color:var(--c-red);font-size:clamp(1.3rem, 1rem + 1vw, 1.8rem);font-weight:600;max-width:30ch;margin:0;font-family:var(--font-head);text-transform:uppercase;letter-spacing:.04em;text-align:center}
.cta-strip__btns{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}
.cta-strip .btn--primary{background:var(--c-red);border-color:var(--c-red);color:#fff}
.cta-strip .btn--primary:hover{background:var(--c-red-2);border-color:var(--c-red-2);color:#fff}
.cta-strip .btn--ghost{color:var(--c-red);border-color:var(--c-red)}
.cta-strip .btn--ghost:hover{background:var(--c-red);color:#fff}

/* ============================================================
   CONTACT — clean white form (matches reference exactly)
   ============================================================ */
.contact{display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(2rem, 4vw, 3rem);align-items:start}
.contact__form{background:#fff;border-radius:0;padding:clamp(1.5rem, 3vw, 2.25rem);border:1px solid var(--c-line)}
.contact__form h3{margin-bottom:.4rem;color:var(--c-red);text-align:center;text-transform:uppercase}
.contact__form p.lead{font-size:.92rem;color:var(--c-ink-2);margin-bottom:1.5rem;text-align:center}
.field{margin-bottom:1.25rem}
.field label{display:block;font-size:.92rem;font-weight:600;letter-spacing:.01em;text-transform:none;color:var(--c-ink);margin-bottom:.4rem}
.field label::after{content:" *";color:var(--c-red)}
.field label[data-optional]::after{content:""}
.field input,.field select,.field textarea{width:100%;font:inherit;font-size:.95rem;padding:.7rem .85rem;border:1px solid var(--c-ink-3);border-radius:0;background:#fff;color:var(--c-ink);transition:border-color 200ms ease,box-shadow 200ms ease}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--c-red);box-shadow:0 0 0 2px rgba(216,31,39,0.15)}
.field textarea{resize:vertical;min-height:110px}
.field--row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.contact__form .btn{width:auto;min-width:200px;justify-content:center;margin:1rem auto 0;display:flex}
.contact__form .small{font-size:.8rem;color:var(--c-ink-3);margin:1rem 0 0;text-align:center}
.contact__info{display:flex;flex-direction:column;gap:0;text-align:center}
.contact__info-item{display:flex;gap:.85rem;align-items:center;padding:1rem 0;background:transparent;border:none;border-radius:0;border-left:none;justify-content:center;flex-wrap:wrap}
.contact__info-item .ico-wrap{display:none}
.contact__info-item h4{font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--c-red);margin:0;font-family:var(--font-body);min-width:90px;text-align:right}
.contact__info-item h4::after{content:":"}
.contact__info-item p{margin:0;font-size:1rem;font-weight:400;color:var(--c-red)}
.contact__info-item:nth-child(3) p{color:var(--c-ink)}
.contact__info-item a{color:var(--c-red);border-bottom:none;padding-bottom:0}
.contact__info-item a:hover{color:var(--c-red-2);text-decoration:underline}
@media (max-width:840px){.contact{grid-template-columns:1fr}.field--row{grid-template-columns:1fr}}
.map{margin-top:clamp(2rem, 5vw, 3rem);border-radius:0;overflow:hidden;border:1px solid var(--c-line);box-shadow:none}
.map iframe{display:block;width:100%;height:420px;border:0}

/* Contact page layout — when no form, show info as list */
.contact-list{max-width:680px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem;text-align:center}
.contact-list__row{display:flex;justify-content:center;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:1rem}
.contact-list__row .lbl{color:var(--c-red);font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.92rem}
.contact-list__row .lbl::after{content:":"}
.contact-list__row .val{color:var(--c-red)}
.contact-list__row .val.ink{color:var(--c-ink)}
.contact-list__row a{color:var(--c-red)}
.contact-list__row a:hover{text-decoration:underline}

/* ============================================================
   FAQ
   ============================================================ */
.faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}
.faq details{background:#fff;border:1px solid var(--c-line);border-radius:0;padding:1rem 1.25rem;transition:border-color 200ms ease}
.faq details[open]{border-color:var(--c-red)}
.faq summary{list-style:none;cursor:pointer;font-weight:600;color:var(--c-ink);display:flex;justify-content:space-between;gap:1rem;align-items:center;font-family:var(--font-body);text-transform:uppercase;font-size:.95rem;letter-spacing:.04em}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.4rem;font-weight:300;color:var(--c-red);transition:transform 250ms ease}
.faq details[open] summary::after{content:"−"}
.faq details p{margin:.85rem 0 0;font-size:.93rem;color:var(--c-ink-2);line-height:1.6}

/* ============================================================
   FOOTER — red bg with white text (matches CG site)
   ============================================================ */
.foot{background:var(--c-red);color:#fff;padding:clamp(2.5rem, 5vw, 4rem) 0 1.25rem}
.foot h2,.foot h3,.foot h4{color:#fff}
.foot__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,0.2)}
.foot__brand{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}
.foot__brand img{height:60px;width:auto;background:#fff;padding:6px 10px;border-radius:0}
.foot__brand .word{display:flex;flex-direction:column;gap:.05rem}
.foot__brand .word .name{font-family:var(--font-head);font-size:1.15rem;font-weight:600;color:#fff;letter-spacing:.04em}
.foot__brand .word .sub{font-size:.66rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,0.75)}
.foot__brand p{font-size:.88rem;color:rgba(255,255,255,0.9);max-width:32ch;margin:0}
.foot__social{display:flex;gap:.5rem;margin-top:.25rem}
.foot__social a{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.25);border-radius:0;color:#fff;transition:background 200ms ease,color 200ms ease,border-color 200ms ease}
.foot__social a:hover{background:#fff;color:var(--c-red);border-color:#fff}
.foot__social svg{width:18px;height:18px}
.foot h4{font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin:0 0 1rem}
.foot ul{display:flex;flex-direction:column;gap:.55rem;font-size:.9rem}
.foot a{color:rgba(255,255,255,0.92);transition:color 200ms ease}
.foot a:hover{color:#fff;text-decoration:underline}
.foot__bottom{padding-top:1.25rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:rgba(255,255,255,0.85)}
.foot__bottom .sister{display:flex;gap:.75rem;flex-wrap:wrap}
.foot__bottom .sister a{color:rgba(255,255,255,0.9);border-bottom:1px dotted rgba(255,255,255,0.4)}
.foot__bottom .sister a:hover{color:#fff;border-bottom-color:#fff}
@media (max-width:840px){.foot__top{grid-template-columns:1fr 1fr;gap:2rem}}
@media (max-width:480px){.foot__top{grid-template-columns:1fr}}

/* ============================================================
   STICKY MOBILE CALL
   ============================================================ */
.sticky-call{position:fixed;bottom:0;left:0;right:0;z-index:60;background:#fff;border-top:2px solid var(--c-red);padding:.55rem .75rem;display:none;gap:.5rem;align-items:stretch;box-shadow:0 -4px 16px rgba(43,43,43,.15)}
.sticky-call a{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.82rem;font-weight:700;padding:.85rem .5rem;border-radius:0;color:var(--c-red);border:1px solid var(--c-red);transition:background 200ms ease;text-transform:uppercase;letter-spacing:.06em}
.sticky-call a.primary{background:var(--c-red);color:#fff;border-color:var(--c-red)}
.sticky-call a.primary:hover{background:var(--c-red-2);border-color:var(--c-red-2)}
.sticky-call a:hover{background:var(--c-red);color:#fff}
.sticky-call a:active{transform:scale(.97)}
.sticky-call .ico{width:16px;height:16px}
@media (max-width:760px){.sticky-call{display:flex}body{padding-bottom:74px}}

/* ============================================================
   REVEAL
   ============================================================ */
.reveal{opacity:0;transform:translateY(12px);transition:opacity 600ms ease,transform 600ms ease}
.reveal.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.001ms !important;transition-duration:.001ms !important}}

/* ============================================================
   OTHER PRODUCTS — sister-site cross-link grid (between Services and Order)
   ============================================================ */
.other-products{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.other-product{background:#fff;border:1px solid var(--c-line);border-radius:0;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform 200ms ease,box-shadow 200ms ease,border-color 200ms ease;overflow:hidden}
.other-product:hover{transform:translateY(-3px);box-shadow:0 12px 30px -16px rgba(43,43,43,.18);border-color:var(--c-red)}
.other-product__img{aspect-ratio:16/10;overflow:hidden;background:#f0f0f0;position:relative}
.other-product__img img{width:100%;height:100%;object-fit:cover;transition:transform 400ms ease;display:block}
.other-product:hover .other-product__img img{transform:scale(1.05)}
.other-product__body{padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1;text-align:center}
.other-product__body h3{color:var(--c-red);text-transform:uppercase;font-family:var(--font-body);font-weight:700;font-size:1rem;letter-spacing:.04em;margin:0}
.other-product__body p{font-size:.9rem;color:var(--c-ink-2);margin:0;flex:1}
.other-product__cta{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;color:var(--c-red);font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;margin-top:.5rem}
@media (max-width:760px){.other-products{grid-template-columns:1fr}}

/* ============================================================
   INTRO GRID — 4-tile "what we do" strip below the hero
   ============================================================ */
.intro-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;max-width:1080px;margin:0 auto}
.intro-tile{background:#fff;border:1px solid var(--c-line);border-radius:0;padding:1.5rem 1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.55rem;transition:border-color 200ms ease,transform 200ms ease,box-shadow 200ms ease}
.intro-tile:hover{border-color:var(--c-red);transform:translateY(-2px);box-shadow:0 8px 22px -16px rgba(43,43,43,.18)}
.intro-tile svg{width:34px;height:34px;color:var(--c-red);display:block}
.intro-tile h3{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--c-red);font-family:var(--font-body);margin:.1rem 0 0}
.intro-tile p{font-size:.88rem;color:var(--c-ink-2);margin:0;line-height:1.55;max-width:26ch}
@media (max-width:880px){.intro-grid{grid-template-columns:1fr 1fr}}
@media (max-width:480px){.intro-grid{grid-template-columns:1fr}}

