:root {
  --orange: #F25C17;
  --orange-dark: #D14E12;
  --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%; }
