:root {
  --orange: #C2410C;
  --orange-dark: #9A3412;
  --ink: #121212;
  --ink-2: #2C2C2C;
  --muted: #5A5A5A;
  --line: #E2E2E2;
  --paper: #fff;
  --wash: #F3F3F3;
  --ok: #1B7A3A;
  --ok-bg: #E7F6EC;
  --wait: #8A4B00;
  --wait-bg: #F8EED9;
  --pre: #9A3412;
  --pre-bg: #FFF0E8;
  --max: 1140px;
  --header: 72px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Barlow, "Segoe UI", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.45;
  -webkit-text-size-adjust: 100%;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 0; }
.skip:focus {
  left: 8px; top: 8px; z-index: 80;
  background: #fff; padding: 8px 12px;
}

.topbar {
  background: var(--ink);
  color: #d6d6d6;
  font-size: 12.5px;
  letter-spacing: .04em;
}
.topbar .wrap {
  display: flex; justify-content: space-between; gap: 10px;
  padding: 7px 0; flex-wrap: wrap;
}
.topbar strong { color: #fff; font-weight: 600; }
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { color: var(--orange); }

header.site {
  position: sticky; top: 0; z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; min-height: var(--header);
  position: relative;
}
.logo img { height: 56px; width: auto; }
.nav-check { position: absolute; opacity: 0; pointer-events: none; }
.nav-toggle {
  display: none;
  align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border: 1px solid var(--line); background: #fff;
  cursor: pointer; border-radius: 4px;
}
.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block; width: 18px; height: 2px; background: var(--ink);
  position: relative;
}
.nav-toggle span::before,
.nav-toggle span::after {
  content: ""; position: absolute; left: 0;
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }
.nav-links {
  display: flex; align-items: center; gap: 18px;
  font-size: 14.5px; font-weight: 600;
}
.nav-links a { text-decoration: none; color: var(--ink-2); }
.nav-links a:hover,
.nav-links a.is-active { color: var(--orange); }
.nav-links a.is-active { box-shadow: inset 0 -2px 0 var(--orange); padding-bottom: 2px; }
.nav-links a.btn.is-active { box-shadow: none; padding-bottom: 12px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; text-decoration: none; font-weight: 700;
  border-radius: 4px; padding: 12px 18px;
  border: 2px solid transparent; cursor: pointer;
  letter-spacing: .02em; line-height: 1.1;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-orange { background: var(--orange); color: #fff; }
.btn-orange:hover { background: var(--orange-dark); }
.btn-ghost {
  background: transparent; color: #fff;
  border-color: rgba(255,255,255,.75);
}
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: #000; }
.btn-line {
  background: #fff; color: var(--ink);
  border-color: var(--ink);
}
.btn-line:hover { background: var(--ink); color: #fff; }
.btn-sm { padding: 10px 14px; font-size: 14px; }
.hide-sm { display: none; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }

.hero, .page-hero {
  position: relative; color: #fff;
  display: grid; align-items: end;
  isolation: isolate;
}
.hero { min-height: min(78vh, 720px); }
.page-hero { min-height: min(42vh, 420px); }
.hero-bg, .page-hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background: #171717 center/cover no-repeat;
  background-position: center center;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.hero .hero-bg {
  background-size: cover;
  background-position: center 42%;
  filter: contrast(1.08) saturate(1.06);
}
.hero::after, .page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(18,18,18,.25) 0%, rgba(18,18,18,.55) 42%, rgba(18,18,18,.88) 100%),
    linear-gradient(90deg, rgba(18,18,18,.55) 0%, rgba(18,18,18,.12) 70%);
}
.hero-inner { padding: 40px 0 36px; }
.page-hero .hero-inner { padding: 36px 0 32px; }
.kicker {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: 13px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--orange);
}
.hero h1, .page-hero h1 {
  margin: 0 0 12px;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-weight: 800; line-height: .95;
  letter-spacing: -.01em;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(2.35rem, 8vw, 4.1rem);
  max-width: 16ch;
}
.page-hero h1 {
  font-size: clamp(2rem, 6vw, 3.2rem);
  max-width: 20ch;
}
.hero h1 em, .page-hero h1 em {
  font-style: normal; color: var(--orange);
}
.hero .lead, .page-hero .lead {
  margin: 0 0 22px;
  font-size: clamp(1.05rem, 2.5vw, 1.22rem);
  max-width: 42ch; color: #EDEDED;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .04em; border-radius: 999px; padding: 5px 11px;
}
.pill::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor;
}
.pill-ok { background: var(--ok-bg); color: var(--ok); }
.pill-wait { background: var(--wait-bg); color: var(--wait); }
.pill-pre { background: var(--pre-bg); color: var(--pre); }

.crumbs {
  font-size: 13px; color: #C8C8C8;
  margin: 0 0 10px;
}
.crumbs a { color: #fff; text-decoration: none; }
.crumbs a:hover { color: var(--orange); }
.crumbs-plain {
  font-size: 13px; color: var(--muted);
  margin: 0 0 14px;
}
.crumbs-plain a { color: var(--ink-2); text-decoration: none; font-weight: 600; }
.crumbs-plain a:hover { color: var(--orange); }

.stats {
  background: var(--ink); color: #fff;
  border-top: 3px solid var(--orange);
}
.stats .wrap { display: grid; grid-template-columns: 1fr 1fr; }
.stat {
  padding: 16px 12px;
  border-left: 1px solid rgba(255,255,255,.1);
}
.stat:nth-child(odd) { border-left: 0; }
.stat b {
  display: block;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  color: var(--orange); line-height: 1;
  letter-spacing: .02em;
}
.stat span { font-size: 13px; color: #BDBDBD; }

section { padding: 52px 0; }
.sec-kicker {
  margin: 0 0 6px;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  color: var(--orange); font-size: 13px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase;
}
h2 {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: clamp(1.85rem, 4.4vw, 2.55rem);
  font-weight: 800; line-height: 1.05;
  margin: 0 0 10px; letter-spacing: .01em;
  text-transform: uppercase;
}
h3 {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-weight: 800; letter-spacing: .02em; text-transform: uppercase;
  margin: 0 0 8px;
}
.sec-lead { color: var(--muted); margin: 0 0 28px; max-width: 54ch; font-size: 1.05rem; }

.products { display: grid; gap: 18px; }
.products-3 { display: grid; gap: 18px; }
.card {
  background: #fff; border: 1px solid var(--line);
  overflow: hidden; display: flex; flex-direction: column;
}
.card.in { border-top: 4px solid var(--orange); }
.card.out { border-top: 4px solid #C4A15A; }
.card.pre { border-top: 4px solid var(--ink); }
.card img {
  width: 100%; aspect-ratio: 16/10;
  object-fit: cover; background: #d8d8d8;
}
.card-body {
  padding: 18px 18px 20px;
  display: flex; flex-direction: column; gap: 8px; flex: 1;
}
.card h3 {
  margin: 0;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: 1.55rem; font-weight: 800;
  letter-spacing: .02em; text-transform: uppercase;
}
.meta { color: var(--muted); font-size: 14px; margin: 0; }
.stock-n {
  margin: 2px 0 0;
  font-size: 14px; font-weight: 600; color: var(--ink-2);
}
.price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price b {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: 2.35rem; color: var(--orange);
  letter-spacing: .02em; line-height: 1;
}
.price small { color: var(--muted); font-size: 13px; }
.noprice {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: 1.25rem; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; color: var(--ink);
  margin: 4px 0;
}
.specs { margin: 6px 0 8px; padding: 0 0 0 18px; color: var(--ink-2); font-size: 15px; }
.specs li { margin: 3px 0; }
.card .btn { width: 100%; }
.card .actions .btn { width: auto; flex: 1; }
.card .actions { margin-top: auto; }

.notice { margin-top: 18px; display: grid; gap: 12px; }
.band {
  background: var(--ink); color: #fff;
  padding: 18px 20px;
  display: grid; gap: 8px;
}
.band h3 {
  margin: 0;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: 1.35rem; letter-spacing: .04em; text-transform: uppercase;
}
.band p { margin: 0; color: #D0D0D0; font-size: 15px; }
.band .row {
  display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 12px;
}
.rent {
  border: 1px solid var(--line);
  padding: 14px 18px;
  font-size: 15px; color: var(--ink-2);
}
.rent a { color: var(--orange); font-weight: 700; text-decoration: none; }
.rent a:hover { text-decoration: underline; }

.trust { background: var(--wash); }
.split { display: grid; gap: 22px; align-items: center; }
.split img {
  width: 100%; object-fit: cover; aspect-ratio: 16/10;
  background: #ccc;
}
.split-top { align-items: start; }
.stamp-cap { margin: 8px 0 0; font-size: 13px; color: var(--muted); }
.honest {
  margin: 16px 0 0;
  font-size: 14px; color: var(--muted);
  border-left: 3px solid var(--orange);
  padding-left: 12px;
}

.obra {
  position: relative; color: #fff;
  min-height: 440px;
  display: grid; align-items: end;
  isolation: isolate; padding: 0;
}
.obra-bg {
  position: absolute; inset: 0; z-index: -2;
  background: #222 center/cover no-repeat;
}
.obra::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(18,18,18,.08), rgba(18,18,18,.82));
}
.obra .wrap { padding: 48px 0; }
.obra p { max-width: 40ch; color: #E8E8E8; margin: 0; }

.contact-grid { display: grid; gap: 14px; }
.contact-card {
  border: 1px solid var(--line); padding: 18px 18px 16px; background: #fff;
}
.contact-card h3 {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: 1.2rem; letter-spacing: .06em; text-transform: uppercase;
}
.contact-card a {
  color: var(--orange); font-weight: 700; text-decoration: none;
  word-break: break-word;
}
.contact-card a:hover { text-decoration: underline; }
.contact-card p { margin: 6px 0; color: var(--ink-2); }
.hours { margin: 0; padding: 0; list-style: none; }
.hours li {
  display: flex; justify-content: space-between; gap: 12px;
  padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 15px;
}
.hours li:last-child { border-bottom: 0; }
.map {
  margin-top: 14px;
  border: 1px solid var(--line);
  overflow: hidden; background: var(--ink); color: #fff;
}
.map-meta { padding: 16px 18px; }
.map-meta h3 {
  margin: 0 0 6px;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  letter-spacing: .06em; text-transform: uppercase;
}
.map-meta p { margin: 0 0 12px; color: #C8C8C8; }
.map iframe {
  display: block; width: 100%; height: 280px; border: 0;
  filter: grayscale(.15);
}

.detail {
  display: grid; gap: 28px; align-items: start;
}
.gallery { display: grid; gap: 10px; }
.gallery-main {
  width: 100%; aspect-ratio: 16/10;
  object-fit: cover; background: #d8d8d8; border: 1px solid var(--line);
}
.thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.thumbs img {
  width: 100%; aspect-ratio: 1;
  object-fit: cover; border: 1px solid var(--line); background: #ddd;
}
.buybox {
  border: 1px solid var(--line);
  padding: 22px 22px 20px;
  display: grid; gap: 10px;
  align-content: start;
}
.buybox h1 {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  font-weight: 800; line-height: 1.05;
  text-transform: uppercase; margin: 0;
}
.spec-table {
  width: 100%; border-collapse: collapse; font-size: 15px;
  margin: 8px 0 4px;
}
.spec-table th, .spec-table td {
  text-align: left; padding: 10px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.spec-table th {
  width: 42%; color: var(--muted); font-weight: 600;
}
.spec-table td { font-weight: 600; color: var(--ink); }
.compare {
  width: 100%; border-collapse: collapse; font-size: 15px;
  border: 1px solid var(--line);
}
.compare th, .compare td {
  text-align: left; padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.compare thead th {
  background: var(--ink); color: #fff;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  letter-spacing: .04em; text-transform: uppercase; font-size: 14px;
}
.compare thead th:first-child { background: var(--ink-2); }
.compare tbody th { color: var(--muted); font-weight: 600; background: var(--wash); width: 28%; }
.compare a { color: var(--orange); font-weight: 700; text-decoration: none; }
.compare a:hover { text-decoration: underline; }

.prose { max-width: 68ch; }
.prose p { margin: 0 0 14px; color: var(--ink-2); font-size: 1.05rem; }
.prose ul { margin: 0 0 16px; padding-left: 18px; color: var(--ink-2); }
.prose li { margin: 5px 0; }

.lines { display: grid; gap: 18px; }
.line-card {
  border: 1px solid var(--line);
  display: grid;
  overflow: hidden;
  background: #fff;
}
.line-card img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #ccc;
}
.line-card .pad { padding: 18px 20px 20px; }
.line-card h3 { font-size: 1.5rem; }

.related { margin-top: 8px; }
.note {
  background: var(--wash);
  border-left: 3px solid var(--orange);
  padding: 12px 14px;
  font-size: 14px; color: var(--ink-2);
  margin: 0;
}

footer {
  background: var(--ink); color: #AFAFAF;
  padding: 36px 0 108px; font-size: 14px;
}
footer .foot {
  display: grid; gap: 22px;
}
footer strong { color: #fff; }
footer a { color: #fff; text-decoration: none; }
footer a:hover { color: var(--orange); }
.legal { color: #7A7A7A; font-size: 12px; margin-top: 6px; }
.foot-nav { display: grid; gap: 6px; }
.foot-nav a { font-weight: 600; }

.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: #fff; border-top: 1px solid var(--line);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  display: flex; gap: 8px;
}
.mobile-cta .btn { flex: 1; padding: 14px 10px; }

@media (min-width: 760px) {
  .hide-sm { display: inline-flex; }
  .logo img { height: 64px; }
  .products { grid-template-columns: 1fr 1fr; }
  .products-3 { grid-template-columns: 1fr 1fr 1fr; }
  .stats .wrap { grid-template-columns: repeat(4, 1fr); }
  .stat, .stat:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.1); }
  .stat:first-child { border-left: 0; }
  .split { grid-template-columns: 1.08fr .92fr; }
  .contact-grid { grid-template-columns: 1fr 1fr 1fr; }
  .mobile-cta { display: none; }
  footer { padding-bottom: 36px; }
  .hero { min-height: min(78vh, 700px); align-items: center; }
  .page-hero { min-height: min(46vh, 460px); align-items: center; }
  .hero-inner { padding: 72px 0 56px; }
  .page-hero .hero-inner { padding: 56px 0 48px; }
  .map iframe { height: 320px; }
  .detail { grid-template-columns: 1.15fr .85fr; }
  .lines { grid-template-columns: 1fr 1fr; }
  footer .foot { grid-template-columns: 1.4fr 1fr 1fr 1.1fr; }
}
@media (min-width: 980px) {
  .nav-links { gap: 20px; font-size: 15px; }
}
@media (max-width: 759px) {
  .logo img { height: 50px; }
  :root { --header: 62px; }
  section { padding: 40px 0; }
  .topbar .wrap { font-size: 12px; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: -16px; right: -16px;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 12px 24px rgba(0,0,0,.08);
    padding: 8px 16px 16px;
  }
  .nav-check:checked ~ .nav-links { display: flex; }
  .nav-links a {
    padding: 12px 4px;
    border-bottom: 1px solid var(--line);
  }
  .nav-links a.btn {
    margin-top: 10px;
    border-bottom: 0;
  }
  .nav-links a.is-active { box-shadow: none; color: var(--orange); }
  .thumbs { grid-template-columns: repeat(3, 1fr); }
}

.products-4 { display: grid; gap: 18px; }
.thumbs-3 { grid-template-columns: repeat(3, 1fr); }
.card.part img,
.gallery-main.contain {
  object-fit: contain;
  background: #fff;
}
.card.part img { padding: 10px 10px 0; aspect-ratio: 16/10; }
.gallery-main.contain { padding: 12px; }
.nav-item { position: relative; }
.nav-item > a { display: inline-block; }
.nav-sub {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  min-width: 248px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(0,0,0,.1);
  padding: 8px 0;
  z-index: 46;
}
.nav-item:hover .nav-sub,
.nav-item:focus-within .nav-sub { display: block; }
.nav-sub a {
  display: block;
  padding: 8px 16px;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  color: var(--ink-2);
  box-shadow: none !important;
}
.nav-sub a:hover { color: var(--orange); background: var(--wash); }
.nav-sub a.is-active { color: var(--orange); box-shadow: none !important; padding-bottom: 8px; }
/* products-4 breakpoints moved to packshot block */
@media (max-width: 759px) {
  .nav-item { border-bottom: 1px solid var(--line); }
  .nav-item > a { border-bottom: 0 !important; }
  .nav-sub {
    display: flex;
    position: static;
    box-shadow: none;
    border: 0;
    padding: 0 0 10px 10px;
    flex-direction: column;
    min-width: 0;
  }
  .nav-sub a {
    padding: 7px 4px;
    border-bottom: 0;
    font-size: 13px;
    font-weight: 500;
  }
}


/* packshot: andamio cutouts sit on white, never cropped */
.card.pre img,
.card.part img,
.gallery-main.contain,
.split.pack img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #fff;
}
.card.part img { padding: 8px; }
.gallery-main.contain { padding: 8px; background: #fff; }
.gallery-main.tall,
.card.tall img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #fff;
}
.card.tall img { padding: 10px 8px; }

.thumbs img {
  object-fit: contain;
  background: #fff;
  aspect-ratio: 4 / 3;
}
.page-hero.light {
  color: var(--ink);
  background: #fff;
  min-height: 0;
  border-bottom: 1px solid var(--line);
}
.page-hero.light::after { display: none; }
.page-hero.light .page-hero-bg { display: none; }
.page-hero.light .lead { color: var(--ink-2); }
.page-hero.light .crumbs,
.page-hero.light .kicker { color: var(--muted); }
.page-hero.light .hero-inner { padding: 36px 0 28px; }

/* grid-fix */

.products-4 {
  display: grid;
  gap: 18px;
  width: 100%;
  grid-template-columns: 1fr;
}
.products-4 .card { min-width: 0; }
.products-4 .card h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  overflow-wrap: anywhere;
  hyphens: auto;
}
.products-4 .card .actions { min-width: 0; }
.products-4 .card .actions .btn { min-width: 0; font-size: 13px; padding: 10px 8px; }
@media (min-width: 640px) {
  .products-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1200px) {
  .products-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.card.pre img,
.card.part img,
.gallery-main.contain,
.split.pack img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  background: #fff;
  padding: 4px;
}


.obra-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 760px) {
  .obra-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.obra-grid figure { margin: 0; }
.obra-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #111;
  display: block;
}
.obra-grid figcaption {
  font-size: 13px;
  color: var(--muted);
  margin: 8px 0 0;
}
.how ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}
.how li {
  border: 1px solid var(--line);
  background: #fff;
  padding: 16px 18px;
}
.how li b {
  display: block;
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: 1.15rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: var(--orange);
}
.faq dt {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 18px 0 6px;
}
.faq dd {
  margin: 0;
  color: var(--ink-2);
  max-width: 70ch;
}
.photo-wide img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  display: block;
  background: #111;
}


.calc-sec { background: var(--ink); color: #fff; }
.calc-sec .sec-kicker { color: var(--orange); }
.calc-sec h2 { color: #fff; }
.calc-sec .sec-lead { color: #C8C8C8; }
.calc-grid { display: grid; gap: 18px; }
@media (min-width: 760px) {
  .calc-grid { grid-template-columns: 1fr 1fr; }
  .obra-grid { grid-template-columns: 1fr 1fr; }
}
.calc-card {
  background: #1c1c1c;
  border: 1px solid rgba(255,255,255,.12);
  padding: 20px 20px 22px;
  display: grid;
  gap: 10px;
}
.calc-card h3 { color: #fff; margin: 0; }
.calc-card .meta { color: #A8A8A8; }
.calc-card label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #D0D0D0;
}
.calc-card input, .calc-card select {
  font: inherit;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 10px 12px;
  border: 1px solid #444;
  background: #111;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}
.calc-out ul { margin: 8px 0; padding: 0 0 0 0; list-style: none; }
.calc-out li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #E8E8E8;
}
.calc-out li b { color: var(--orange); font-size: 1.2rem; }
.calc-kicker { margin: 8px 0 0; color: #fff; font-weight: 700; }
.calc-out .note { background: transparent; border: 0; padding: 0; color: #B0B0B0; }
.calc-card .btn { margin-top: 8px; width: 100%; }


/* —— Cotizador —— */
.cot-sec { padding-bottom: 48px; }
.cot-layout {
  display: grid;
  gap: 28px;
  align-items: start;
}
@media (min-width: 960px) {
  .cot-layout {
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
  }
}
.cot-table {
  display: grid;
  gap: 0;
  border: 1px solid var(--line, #e2e2e2);
  background: #fff;
}
.cot-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line, #e2e2e2);
}
.cot-row:last-child { border-bottom: 0; }
.cot-info { display: grid; gap: 4px; min-width: 0; }
.cot-info strong {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: 1.15rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--ink);
}
.cot-meta { color: var(--muted); font-size: 13px; }
.cot-meta b { color: var(--ink); font-weight: 700; }
.cot-qty {
  display: grid;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--muted);
  justify-items: end;
}
.cot-qty input {
  width: 5.5rem;
  font: inherit;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 8px 10px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: var(--ink);
  text-align: center;
  border-radius: 2px;
}
.cot-summary {
  background: #1c1c1c;
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  padding: 22px 20px 24px;
  display: grid;
  gap: 12px;
  position: sticky;
  top: 12px;
}
.cot-summary .sec-kicker { color: var(--orange); }
.cot-summary h2 { color: #fff; margin: 0; }
.cot-delivery {
  border: 1px solid rgba(255,255,255,.14);
  margin: 0;
  padding: 12px 14px;
  display: grid;
  gap: 8px;
}
.cot-delivery legend {
  padding: 0 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C8C8C8;
}
.cot-radio {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  color: #EDEDED;
  cursor: pointer;
}
.cot-radio input { margin-top: 3px; accent-color: var(--orange); }
.cot-radio em { color: #A8A8A8; font-style: normal; font-size: 13px; }
.cot-region {
  display: grid;
  gap: 8px;
}
.cot-region label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #C8C8C8;
}
.cot-region select {
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 12px;
  border: 1px solid #444;
  background: #111;
  color: #fff;
  width: 100%;
}
.cot-hint {
  margin: 0;
  font-size: 13px;
  color: #B0B0B0;
  line-height: 1.45;
}
.cot-lines {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
}
.cot-lines li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #E8E8E8;
  font-size: 14px;
}
.cot-lines li b { color: var(--orange); white-space: nowrap; }
.cot-empty { color: #A8A8A8 !important; border: 0 !important; display: block !important; }
.cot-totals {
  margin: 4px 0 0;
  display: grid;
  gap: 8px;
}
.cot-totals > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}
.cot-totals dt { color: #C8C8C8; font-size: 14px; }
.cot-totals dd { margin: 0; font-weight: 700; color: #fff; font-size: 1.05rem; }
.cot-total-row {
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.16);
  margin-top: 4px;
}
.cot-total-row dt {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}
.cot-total-row dd {
  color: var(--orange);
  font-size: 1.45rem;
}
.cot-wa {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
  text-align: center;
}
.cot-wa.is-disabled {
  opacity: .55;
  pointer-events: auto;
}
.cot-foot-note {
  margin: 0;
  font-size: 12px;
  color: #9a9a9a;
  line-height: 1.45;
}
@media (max-width: 560px) {
  .cot-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cot-qty { justify-items: stretch; }
  .cot-qty input { width: 100%; }
}


/* Cotizador validation / condiciones */
.cot-error { color: #9f1239; font-weight: 600; margin: 0 0 12px; }
.cot-qty input.is-invalid { border-color: #9f1239; outline-color: #9f1239; }
.cot-condiciones { font-size: 13px; color: var(--muted); margin: 14px 0 8px; line-height: 1.45; }

/* —— Formato de cotización —— */
.fmt-toolbar { background: var(--wash); border-bottom: 1px solid var(--line); padding: 14px 0; position: sticky; top: var(--header); z-index: 30; }
.fmt-toolbar-inner { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.fmt-toolbar .btn { padding: 10px 14px; font-size: 14px; }
.fmt-toolbar .btn.is-disabled { opacity: .45; pointer-events: none; }
.fmt-tip { margin: 0; color: var(--ok); font-weight: 600; font-size: 14px; }
.fmt-doc-sec { padding: 28px 0 56px; background: #EDEDED; }
.fmt-doc {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 28px rgba(0,0,0,.06);
  padding: 28px 32px 36px;
  max-width: 920px;
  margin: 0 auto;
}
.fmt-letterhead {
  display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  border-bottom: 2px solid var(--ink); padding-bottom: 18px; margin-bottom: 22px;
}
.fmt-lh-brand { display: flex; gap: 14px; align-items: center; }
.fmt-lh-brand img { height: 64px; width: auto; }
.fmt-lh-legal { display: grid; gap: 2px; font-size: 13px; color: var(--muted); }
.fmt-lh-legal strong { color: var(--ink); font-size: 1.15rem; font-family: "Barlow Condensed", Barlow, sans-serif; letter-spacing: .02em; }
.fmt-lh-legal b { color: var(--ink); font-weight: 700; }
.fmt-lh-nit { color: var(--ink); font-weight: 600; margin-top: 2px; }
.fmt-lh-company { text-align: right; font-size: 13px; color: var(--muted); line-height: 1.45; }
.fmt-lh-company a { color: var(--ink); text-decoration: none; }
.fmt-lh-title {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-weight: 800; font-size: 1.55rem; color: var(--orange);
  letter-spacing: .06em; margin-bottom: 6px;
}
.fmt-lh-entity { margin-top: 6px; color: var(--ink); font-weight: 600; }
.fmt-h {
  font-family: "Barlow Condensed", Barlow, sans-serif;
  font-size: 1.15rem; font-weight: 700; margin: 0 0 10px;
  letter-spacing: .03em; text-transform: uppercase; color: var(--ink);
}
.fmt-h3 { font-size: 15px; margin: 0 0 8px; }
.fmt-help { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.fmt-meta-grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 20px;
  margin-bottom: 22px;
}
@media (max-width: 720px) {
  .fmt-meta-grid { grid-template-columns: 1fr; }
  .fmt-letterhead { flex-direction: column; }
  .fmt-lh-company { text-align: left; }
  .fmt-doc { padding: 18px 16px 28px; }
}
.fmt-fields { display: grid; gap: 10px; }
.fmt-fields-2 { grid-template-columns: 1fr 1fr; }
.fmt-fields label, .fmt-custom-row label, .fmt-notas-label, .fmt-region label {
  display: grid; gap: 4px; font-size: 12.5px; font-weight: 600; color: var(--muted);
}
.fmt-fields input, .fmt-custom-row input, .fmt-notas-label textarea, .fmt-region select {
  font: inherit; font-weight: 500; color: var(--ink);
  border: 1px solid var(--line); border-radius: 4px;
  padding: 9px 10px; background: #fff;
}
.fmt-fields input:focus, .fmt-custom-row input:focus, .fmt-notas-label textarea:focus, .fmt-region select:focus {
  outline: 2px solid rgba(194,65,12,.35); border-color: var(--orange);
}
.fmt-fields input.is-invalid, .fmt-custom-row input.is-invalid { border-color: #9f1239; }
.fmt-span-2 { grid-column: 1 / -1; }
@media (max-width: 560px) {
  .fmt-fields-2 { grid-template-columns: 1fr; }
}
.fmt-edit-panel {
  background: var(--wash); border: 1px solid var(--line);
  border-radius: 6px; padding: 16px; margin-bottom: 22px;
}
.fmt-products { display: grid; gap: 0; }
.fmt-prod-row {
  display: grid; grid-template-columns: 1fr auto; gap: 12px;
  align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line);
}
.fmt-prod-info { display: grid; gap: 2px; min-width: 0; }
.fmt-prod-info strong { font-size: 14.5px; }
.fmt-prod-meta { font-size: 12.5px; color: var(--muted); }
.fmt-qty { display: grid; gap: 4px; font-size: 12px; font-weight: 600; color: var(--muted); justify-items: end; }
.fmt-qty input {
  width: 88px; font: inherit; font-weight: 600; text-align: center;
  border: 1px solid var(--line); border-radius: 4px; padding: 8px;
}
.fmt-qty input.is-invalid { border-color: #9f1239; }
.fmt-custom { margin-top: 14px; padding-top: 12px; border-top: 1px dashed var(--line); }
.fmt-custom-row { display: grid; grid-template-columns: 1fr 110px 88px; gap: 10px; }
.fmt-custom-desc { grid-column: auto; }
@media (max-width: 640px) {
  .fmt-prod-row { grid-template-columns: 1fr; }
  .fmt-qty { justify-items: stretch; }
  .fmt-qty input { width: 100%; }
  .fmt-custom-row { grid-template-columns: 1fr; }
}
.fmt-delivery { border: 0; margin: 16px 0 10px; padding: 0; display: grid; gap: 8px; }
.fmt-delivery legend { font-weight: 700; font-size: 14px; margin-bottom: 4px; }
.fmt-radio { display: flex; gap: 8px; align-items: flex-start; font-size: 14.5px; font-weight: 500; }
.fmt-radio input { margin-top: 3px; accent-color: var(--orange); }
.fmt-radio em { color: var(--muted); font-style: normal; font-size: 13px; }
.fmt-region { margin: 0 0 12px; display: grid; gap: 6px; max-width: 520px; }
.fmt-region select { font: inherit; padding: 9px 10px; border: 1px solid var(--line); border-radius: 4px; }
.fmt-hint { font-size: 13px; color: var(--muted); margin: 6px 0 0; }
.fmt-notas-label { margin-top: 12px; display: grid; }
.fmt-notas-label textarea { resize: vertical; min-height: 72px; }
.fmt-table-wrap { margin: 8px 0 18px; overflow-x: auto; }
.fmt-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.fmt-table th, .fmt-table td { padding: 9px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.fmt-table thead th {
  background: var(--ink); color: #fff; font-size: 12.5px;
  letter-spacing: .04em; text-transform: uppercase; font-weight: 600;
}
.fmt-col-n { width: 36px; text-align: center !important; }
.fmt-col-qty { width: 64px; text-align: center !important; }
.fmt-col-price, .fmt-col-line { width: 110px; text-align: right !important; white-space: nowrap; }
.fmt-col-line { font-weight: 700; }
.fmt-empty-row td { color: var(--muted); text-align: center !important; padding: 18px 10px; }
.fmt-badge {
  display: inline-block; font-size: 11px; font-weight: 700;
  padding: 2px 6px; border-radius: 3px; margin-left: 6px; vertical-align: middle;
}
.fmt-badge-pre { background: var(--pre-bg); color: var(--pre); }
.fmt-badge-wait { background: var(--wait-bg); color: var(--wait); }
.fmt-totals-block { display: grid; justify-items: end; gap: 8px; margin-bottom: 18px; }
.fmt-freight-line { font-size: 13.5px; color: var(--muted); }
.fmt-freight-line strong { color: var(--ink); font-weight: 600; }
.fmt-totals { margin: 0; min-width: 280px; }
.fmt-totals > div {
  display: flex; justify-content: space-between; gap: 24px;
  padding: 6px 0; border-bottom: 1px solid var(--line);
}
.fmt-totals dt { color: var(--muted); font-size: 14px; }
.fmt-totals dd { margin: 0; font-weight: 700; font-size: 1.05rem; }
.fmt-total-row { border-bottom: 0 !important; margin-top: 4px; padding-top: 10px !important; border-top: 2px solid var(--ink) !important; }
.fmt-total-row dt { font-weight: 800; color: var(--ink); font-size: 1rem; text-transform: uppercase; letter-spacing: .04em; }
.fmt-total-row dd { color: var(--orange); font-size: 1.35rem; font-family: "Barlow Condensed", Barlow, sans-serif; }
.fmt-notas-print { margin: 0 0 18px; padding: 12px 14px; background: var(--wash); border-left: 3px solid var(--orange); }
.fmt-notas-print p { margin: 0; white-space: pre-wrap; }
.fmt-conditions { margin: 8px 0 22px; font-size: 13.5px; color: var(--muted); }
.fmt-conditions ul { margin: 0; padding-left: 18px; }
.fmt-conditions li { margin: 4px 0; }
.fmt-sign { border-top: 1px solid var(--line); padding-top: 18px; margin-top: 8px; }
.fmt-sign p { margin: 0 0 4px; }
.fmt-sign-brand { font-size: 1.1rem; margin-top: 10px !important; }
.fmt-sign-legal { font-size: 13.5px; color: var(--ink); font-weight: 600; }
.fmt-sign-contact { font-size: 13px; color: var(--muted); }
.only-print { display: none !important; }
.fmt-meta-print, .fmt-client-print { margin: 0; }
.fmt-meta-print > div, .fmt-client-print > div {
  display: flex; gap: 10px; padding: 3px 0; font-size: 14px;
}
.fmt-meta-print dt, .fmt-client-print dt { min-width: 88px; color: var(--muted); font-weight: 600; }
.fmt-meta-print dd, .fmt-client-print dd { margin: 0; font-weight: 600; }

@media print {
  .no-print, .topbar, header.site, footer, .mobile-cta, .skip, .page-hero, .fmt-toolbar, .fmt-edit-panel { display: none !important; }
  .only-print { display: block !important; }
  .fmt-meta-print, .fmt-client-print { display: grid !important; }
  body.fmt-page { background: #fff; }
  .fmt-doc-sec { background: #fff; padding: 0; }
  .wrap { width: 100%; max-width: none; margin: 0; }
  .fmt-doc {
    box-shadow: none; border: 0; padding: 0; max-width: none;
  }
  .fmt-letterhead { break-inside: avoid; }
  .fmt-table thead th { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .fmt-badge { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  a { color: inherit; text-decoration: none; }
  @page { margin: 14mm 12mm; }
}


/* Local SEO visible line near heroes */
.local-seo-line {
  margin: 10px 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0.92;
}
.page-hero.light .local-seo-line { opacity: 0.85; }
