@font-face { font-family:"Geist"; src:url("/fonts/geist-latin.woff2") format("woff2"); font-weight:100 900; font-display:swap; }

:root {
  --ink: #151515;
  --ink-soft: #252525;
  --paper: #f1ecdf;
  --paper-light: #faf7ef;
  --orange: #ff5a1f;
  --orange-dark: #e8450a;
  --white: #fffdf7;
  --muted: #79766e;
  --line: rgba(21, 21, 21, .16);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 24px 80px rgba(13, 13, 13, .15);
  --shell: min(1320px, calc(100vw - 64px));
  --header-height: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Geist", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 2000; top: 10px; left: 10px;
  transform: translateY(-150%); padding: 12px 18px;
  color: var(--ink); background: var(--orange); font-weight: 800;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; z-index: 1000; inset: 0 0 auto;
  height: var(--header-height); color: var(--white);
  background: rgba(18, 18, 18, .92);
  border-bottom: 1px solid var(--line-light);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark {
  display: grid; place-items: center; width: 45px; height: 45px;
  color: var(--ink); background: var(--orange);
  font-weight: 950; font-size: 29px; line-height: 1;
  letter-spacing: -.12em; transform: skew(-7deg);
}
.brand-mark-small { width: 38px; height: 38px; font-size: 24px; }
.brand-copy { display: grid; line-height: .95; }
.brand-copy strong { font-size: 16px; letter-spacing: .14em; }
.brand-copy small { margin-top: 5px; color: #bcb9b0; font-size: 8px; letter-spacing: .28em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 2.8vw, 42px); }
.site-nav > a:not(.button) { color: #e8e4dc; font-size: 13px; font-weight: 700; }
.site-nav > a:not(.button):hover { color: var(--orange); }
.menu-toggle { display: none; color: var(--white); background: none; border: 0; padding: 10px; }
.menu-toggle span { display: block; width: 26px; height: 2px; background: currentColor; margin: 6px 0; }

.button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 16px;
  padding: 0 24px; border: 1px solid transparent; border-radius: 0;
  font-weight: 800; font-size: 13px; letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 18px; font-size: 12px; }
.button-orange { color: var(--ink); background: var(--orange); }
.button-orange:hover { background: #ff6c36; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--orange); color: var(--ink); }
.button-ghost { color: var(--white); border-color: rgba(255, 255, 255, .4); }
.button-ghost:hover { border-color: var(--orange); color: var(--orange); }
.button-outline-dark { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-outline-dark:hover { background: var(--ink); color: var(--white); }

.hero {
  padding-top: var(--header-height);
  color: var(--white); background: var(--ink);
}
.hero-grid {
  display: grid; grid-template-columns: minmax(0, .93fr) minmax(500px, 1.07fr);
  min-height: 680px; padding-block: 74px 54px;
  gap: clamp(50px, 7vw, 110px); align-items: center;
}
.eyebrow {
  display: flex; align-items: center; gap: 12px; margin: 0 0 26px;
  color: #c8c4bb; font-size: 11px; line-height: 1.3;
  font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow > span { width: 26px; height: 3px; background: var(--orange); }
.eyebrow-dark { color: #63615c; }
.hero h1, .section-heading h2, .process-intro h2, .quote-copy h2, .location-grid h2 {
  margin: 0; font-size: clamp(52px, 6vw, 92px); line-height: .92;
  letter-spacing: -.065em; font-weight: 900;
}
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 640px; margin: 30px 0; color: #c7c3bb; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof {
  display: grid; grid-template-columns: repeat(3, 1fr); margin: 56px 0 0; padding: 26px 0 0;
  border-top: 1px solid var(--line-light); gap: 22px;
}
.hero-proof div { margin: 0; }
.hero-proof dt { margin-bottom: 7px; color: var(--white); font-weight: 900; font-size: 16px; }
.hero-proof dd { margin: 0; color: #8f8c85; font-size: 11px; line-height: 1.4; }

.hero-showcase { position: relative; min-height: 535px; }
.hero-showcase::before {
  content: ""; position: absolute; inset: 9% 12% 8% 7%;
  background: var(--orange); clip-path: polygon(13% 0, 100% 0, 90% 100%, 0 89%);
}
.hero-product-rotator { position: absolute; inset: 0; }
.product-shot {
  position: absolute; margin: 0; padding: 0; overflow: hidden; cursor: pointer;
  color: inherit; background: #ebe6db; border: 0; text-align: left;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
  transition: opacity .42s ease, translate .42s cubic-bezier(.22, 1, .36, 1), scale .42s cubic-bezier(.22, 1, .36, 1), box-shadow .2s ease;
}
.product-shot img { width: 100%; height: 100%; object-fit: contain; background: #f4f1ea; }
.product-shot.is-missing::after { content: "G"; position: absolute; inset: 0; display: grid; place-items: center; color: #c9c2b5; background: #ebe6db; font-size: 80px; font-weight: 950; }
.product-shot:hover, .product-shot:focus-visible { box-shadow: 0 34px 78px rgba(0, 0, 0, .42); outline: 3px solid var(--orange); outline-offset: 3px; }
.product-shot-caption {
  position: absolute; z-index: 3; top: 10px; left: 10px; display: grid; gap: 4px;
  max-width: calc(100% - 20px); padding: 9px 11px; color: var(--white);
  background: rgba(20, 20, 20, .88); backdrop-filter: blur(7px); pointer-events: none;
}
.product-shot-caption strong { overflow: hidden; font-size: 12px; line-height: 1.08; text-overflow: ellipsis; white-space: nowrap; }
.product-shot-caption small { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-product-rotator.is-leaving .product-shot { opacity: 0; translate: 0 24px; scale: .94; }
.hero-product-rotator.is-reversing.is-leaving .product-shot { translate: 0 -24px; }
.hero-product-rotator.is-entering .product-shot { animation: hero-product-enter .5s cubic-bezier(.22, 1, .36, 1) both; }
.hero-product-rotator.is-reversing.is-entering .product-shot { animation-name: hero-product-enter-reverse; }
.hero-product-rotator.is-entering .product-shot:nth-child(2) { animation-delay: .08s; }
.hero-product-rotator.is-entering .product-shot:nth-child(3) { animation-delay: .16s; }
.product-shot-main { z-index: 2; width: 61%; height: 75%; left: 17%; top: 11%; }
.product-shot-main .product-shot-caption { top: 14px; left: 14px; max-width: calc(100% - 28px); padding: 12px 14px; }
.product-shot-main .product-shot-caption strong { font-size: 18px; }
.product-shot-main .product-shot-caption small { font-size: 9px; }
.product-shot-top { z-index: 3; width: 31%; height: 36%; right: 1%; top: 1%; transform: rotate(3deg); }
.product-shot-bottom { z-index: 4; width: 34%; height: 35%; left: 0; bottom: 0; transform: rotate(-3deg); }
.showcase-label { position: absolute; z-index: 6; top: 2%; left: 1%; display: grid; color: var(--white); }
.showcase-label span { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; }
.showcase-label strong { color: var(--orange); font-size: 20px; }
.hero-nav {
  position: absolute; z-index: 8; top: 50%; display: grid; place-items: center;
  width: 48px; height: 48px; padding: 0; color: var(--ink); background: var(--orange);
  border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35); transform: translateY(-50%);
  transition: background .2s ease, color .2s ease, scale .2s ease, box-shadow .2s ease;
}
.hero-nav span { font-size: 24px; line-height: 1; transform: translateY(-1px); }
.hero-nav:hover { color: var(--white); background: var(--ink); scale: 1.08; box-shadow: 0 16px 36px rgba(0, 0, 0, .45); }
.hero-nav:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }
.hero-nav-prev { left: -12px; }
.hero-nav-next { right: -12px; }
.hero-stamp {
  position: absolute; z-index: 5; right: 4%; bottom: 3%; display: grid; place-items: center;
  width: 74px; height: 74px; border-radius: 50%; color: var(--orange);
  border: 1px solid var(--orange); font-weight: 900; font-size: 38px; transform: rotate(9deg);
}
.hero-ticker { overflow: hidden; color: var(--ink); background: var(--orange); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero-ticker-track { display: flex; width: max-content; animation: ticker var(--ticker-duration, 78s) linear infinite; }
.hero-ticker:hover .hero-ticker-track, .hero-ticker:focus-within .hero-ticker-track { animation-play-state: paused; }
.hero-ticker-set { display: flex; flex: none; align-items: center; padding: 17px 0; }
.hero-ticker a { white-space: nowrap; }
.hero-ticker a:hover, .hero-ticker a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.hero-ticker span { padding: 0 22px; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes hero-product-enter {
  from { opacity: 0; translate: 0 -24px; scale: .94; }
  to { opacity: 1; translate: 0 0; scale: 1; }
}
@keyframes hero-product-enter-reverse {
  from { opacity: 0; translate: 0 24px; scale: .94; }
  to { opacity: 1; translate: 0 0; scale: 1; }
}

.featured-categories { padding: 100px 0 105px; background: var(--paper-light); }
.featured-categories-heading {
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: end; gap: 80px; margin-bottom: 48px;
}
.featured-categories-heading h2 {
  margin: 0; max-width: 900px; font-size: clamp(42px, 5vw, 72px); line-height: .94;
  letter-spacing: -.06em; font-weight: 900;
}
.featured-categories-heading > p { margin: 0 0 4px; color: #5f5c55; font-size: 16px; line-height: 1.7; }
.featured-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.featured-category-card {
  position: relative; display: grid; grid-template-rows: auto minmax(82px, auto); min-width: 0;
  overflow: hidden; background: var(--paper); border: 1px solid rgba(21, 21, 21, .1);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  content-visibility: auto; contain-intrinsic-size: 330px;
}
.featured-category-card:hover, .featured-category-card:focus-visible, .featured-category-card.is-active {
  transform: translateY(-5px); border-color: var(--orange); box-shadow: 0 22px 50px rgba(25, 23, 19, .14);
}
.featured-category-card:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.featured-category-card-agenda { border: 2px solid var(--orange); background: var(--ink); color: var(--white); }
.featured-category-card-agenda .featured-category-copy small { color: #bbb6ac; }
.featured-category-media { position: relative; display: block; aspect-ratio: 1 / .78; overflow: hidden; background: #e7e2d7; }
.featured-category-media::after {
  content: ""; position: absolute; inset: auto 0 0; height: 38%; pointer-events: none;
  background: linear-gradient(transparent, rgba(21, 21, 21, .16));
}
.featured-category-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.22, 1, .36, 1); }
.featured-category-special {
  position: absolute; z-index: 2; top: 12px; left: 12px; display: grid; gap: 3px;
  padding: 9px 11px; color: var(--ink); background: var(--orange); box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  text-transform: uppercase;
}
.featured-category-special strong { font-size: 9px; line-height: 1; letter-spacing: .12em; }
.featured-category-special small { font-size: 8px; line-height: 1; font-weight: 900; letter-spacing: .08em; }
.featured-category-card:hover .featured-category-media img, .featured-category-card:focus-visible .featured-category-media img { transform: scale(1.045); }
.featured-category-copy { display: grid; align-content: center; gap: 7px; min-width: 0; padding: 18px 58px 18px 18px; }
.featured-category-copy strong { font-size: 18px; line-height: 1.08; letter-spacing: -.025em; }
.featured-category-copy small { color: #77736c; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.featured-category-arrow {
  position: absolute; right: 16px; bottom: 17px; display: grid; place-items: center;
  width: 35px; height: 35px; color: var(--white); background: var(--ink); font-size: 17px;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.featured-category-card:hover .featured-category-arrow, .featured-category-card:focus-visible .featured-category-arrow, .featured-category-card.is-active .featured-category-arrow {
  color: var(--ink); background: var(--orange); transform: rotate(-45deg);
}

.catalog-section { padding: 110px 0 120px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { font-size: clamp(44px, 5.3vw, 76px); }
.section-heading > p { margin: 0 0 4px; color: #5f5c55; font-size: 16px; line-height: 1.7; }

.catalog-toolbar {
  position: relative; z-index: 8; display: grid;
  grid-template-columns: minmax(320px, 1.8fr) 1fr 1fr .8fr;
  color: var(--white); background: var(--ink); box-shadow: var(--shadow);
}
.search-field { display: flex; min-height: 83px; align-items: center; gap: 15px; padding: 0 22px; border-right: 1px solid var(--line-light); }
.search-field svg { flex: none; width: 22px; fill: none; stroke: var(--orange); stroke-width: 2; }
.search-field input { width: 100%; color: var(--white); background: transparent; border: 0; outline: none; font-size: 15px; }
.search-field input::placeholder { color: #85827b; }
.search-field kbd { padding: 6px 8px; color: #817f79; border: 1px solid #45433f; background: #20201f; font-size: 10px; }
.select-field { display: grid; align-content: center; gap: 7px; min-width: 0; padding: 0 20px; border-right: 1px solid var(--line-light); }
.select-field:last-child { border-right: 0; }
.select-field span { color: #77746e; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.select-field select { width: 100%; color: var(--white); background: transparent; border: 0; outline: none; font-size: 12px; font-weight: 700; }
.select-field select option { color: var(--ink); background: var(--white); }
.quick-filters { display: flex; flex-wrap: wrap; gap: 9px; padding: 25px 0 18px; }
.quick-filter {
  padding: 9px 15px; color: #5b5954; background: transparent; border: 1px solid #bcb7ab;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em;
}
.quick-filter:hover, .quick-filter.is-active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.subcategory-navigation { padding: 17px 0 22px; border-top: 1px solid var(--line); }
.subcategory-navigation > p {
  margin: 0 0 12px; color: #77736c; font-size: 10px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
}
.subcategory-navigation > p strong { color: var(--ink); }
.subcategory-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.subcategory-chip {
  display: inline-flex; min-height: 38px; align-items: center; gap: 8px; padding: 8px 13px;
  color: #45433f; background: rgba(255, 255, 255, .38); border: 1px solid #c9c3b7;
  font-size: 10px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase;
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.subcategory-chip span { color: #8a867d; font-size: 9px; }
.subcategory-chip:hover, .subcategory-chip:focus-visible { transform: translateY(-2px); border-color: var(--orange); outline: 0; }
.subcategory-chip.is-active { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.subcategory-chip.is-active span { color: #5c2714; }
.catalog-status { display: flex; align-items: center; justify-content: space-between; min-height: 42px; margin-bottom: 18px; }
.catalog-status p { margin: 0; color: #605d56; font-size: 12px; }
.catalog-status p strong { color: var(--ink); }
.catalog-status button { color: var(--orange-dark); background: none; border: 0; font-size: 11px; font-weight: 800; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { position: relative; display: flex; min-width: 0; flex-direction: column; background: var(--paper-light); border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(21, 21, 21, .12); box-shadow: 0 22px 55px rgba(26, 24, 20, .12); }
.product-card-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #e7e2d7; }
.product-card-media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .45s ease; }
.product-card:hover .product-card-media img { transform: scale(1.045); }
.product-card-media.is-missing::after { content: "G"; position: absolute; inset: 0; display: grid; place-items: center; color: #cfc8bb; font-size: 84px; font-weight: 950; }
.product-card-badge { position: absolute; z-index: 2; left: 12px; top: 12px; padding: 7px 9px; color: var(--ink); background: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card-body { display: flex; min-height: 190px; flex: 1; flex-direction: column; padding: 19px; }
.product-card-category { margin: 0 0 9px; color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-card h3 { margin: 0; font-size: 18px; line-height: 1.1; letter-spacing: -.025em; }
.product-card-code { margin: 7px 0 18px; color: #77736c; font-size: 11px; font-weight: 800; }
.product-card-footer { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.product-card-price { display: grid; gap: 3px; }
.product-card-price span { color: #77736c; font-size: 9px; }
.product-card-price strong { font-size: 16px; }
.product-card-price small { color: #8f8a80; font-size: 8px; }
.product-card-open { flex: none; display: grid; width: 38px; height: 38px; place-items: center; color: var(--white); background: var(--ink); border: 0; font-size: 17px; }
.product-card:hover .product-card-open { color: var(--ink); background: var(--orange); }
.empty-state { margin-top: 24px; padding: 70px 24px; text-align: center; border: 1px solid var(--line); background: rgba(255, 255, 255, .25); }
.empty-state > span { display: grid; width: 62px; height: 62px; place-items: center; margin: 0 auto 22px; color: var(--ink); background: var(--orange); font-size: 34px; font-weight: 900; }
.empty-state h3 { margin: 0; font-size: 28px; }
.empty-state p { color: var(--muted); }
.load-more-wrap { display: grid; justify-items: center; gap: 12px; padding: 45px 0 0; }
.load-more-wrap p { margin: 0; color: #77736c; font-size: 10px; }
.catalog-disclaimer { max-width: 900px; margin: 34px auto 0; color: #6d6961; font-size: 10px; line-height: 1.65; text-align: center; }

.recent-work-section { padding: 110px 0 120px; color: var(--white); background: #10100f; }
.recent-work-heading { align-items: end; }
.recent-work-heading h2 { color: var(--white); }
.recent-work-heading__aside { display: grid; gap: 15px; }
.recent-work-heading__aside strong { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.recent-work-heading__aside p { margin: 0; color: #aaa69e; font-size: 16px; line-height: 1.7; }
.recent-work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.recent-work-card { min-width: 0; background: var(--paper-light); }
.recent-work-card__open { display: grid; width: 100%; height: 100%; padding: 0; color: var(--ink); background: transparent; border: 0; text-align: left; cursor: pointer; }
.recent-work-card__open:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.recent-work-card__media { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #d8d2c6; }
.recent-work-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.recent-work-card__media b { position: absolute; right: 12px; bottom: 12px; padding: 7px 9px; color: var(--white); background: rgba(21,21,21,.86); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.recent-work-card__copy { position: relative; display: grid; min-height: 185px; align-content: start; padding: 20px 52px 20px 20px; }
.recent-work-card__copy small { margin-bottom: 10px; color: var(--orange-dark); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.recent-work-card__copy strong { font-size: 19px; line-height: 1.08; letter-spacing: -.025em; }
.recent-work-card__copy > span { display: -webkit-box; margin-top: 12px; overflow: hidden; color: #6c6860; font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.recent-work-card__copy i { position: absolute; right: 18px; bottom: 18px; display: grid; width: 31px; height: 31px; place-items: center; color: var(--white); background: var(--ink); font-size: 14px; font-style: normal; }
.recent-work-card__open:hover .recent-work-card__media img { transform: scale(1.045); }
.recent-work-card__open:hover .recent-work-card__copy i { color: var(--ink); background: var(--orange); }
.recent-work-actions { display: flex; align-items: center; justify-content: center; gap: 34px; padding-top: 46px; }
.recent-work-actions .button[hidden] { display: none; }
body.recent-work-open { overflow: hidden; }
.recent-work-lightbox { position: fixed; z-index: 5000; inset: 0; display: none; place-items: center; padding: 3vh 3vw; }
.recent-work-lightbox.is-open { display: grid; }
.recent-work-lightbox__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; background: rgba(7,7,6,.84); border: 0; backdrop-filter: blur(10px); }
.recent-work-lightbox__panel { position: relative; display: grid; width: min(1320px, 100%); max-height: 94vh; grid-template-columns: minmax(0, 1.35fr) minmax(390px, .65fr); overflow: hidden; color: var(--ink); background: var(--paper-light); box-shadow: 0 36px 120px rgba(0,0,0,.5); }
.recent-work-lightbox__close { position: absolute; z-index: 5; top: 15px; right: 15px; display: grid; width: 44px; height: 44px; place-items: center; color: var(--white); background: var(--ink); border: 0; font-size: 29px; line-height: 1; cursor: pointer; }
.recent-work-lightbox__media { position: relative; display: grid; min-height: 650px; place-items: center; overflow: hidden; background: #181817; }
.recent-work-lightbox__media > img { width: 100%; height: 100%; max-height: 94vh; object-fit: contain; }
.recent-work-lightbox__media > span { position: absolute; left: 18px; bottom: 18px; padding: 7px 10px; color: var(--white); background: rgba(0,0,0,.72); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.recent-work-lightbox__nav { position: absolute; top: 50%; display: grid; width: 44px; height: 44px; place-items: center; color: var(--ink); background: var(--orange); border: 0; border-radius: 50%; font-size: 20px; cursor: pointer; transform: translateY(-50%); }
.recent-work-lightbox__nav[hidden] { display: none; }
.recent-work-lightbox__nav--previous { left: 18px; }
.recent-work-lightbox__nav--next { right: 18px; }
.recent-work-lightbox__details { min-width: 0; padding: 72px 42px 38px; overflow-y: auto; }
.recent-work-lightbox__details h2 { margin: 0; font-size: clamp(34px, 3.3vw, 54px); line-height: .98; letter-spacing: -.05em; }
.recent-work-lightbox__details > p:not(.eyebrow) { margin: 24px 0; color: #66625b; font-size: 13px; line-height: 1.65; }
.recent-work-lightbox__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin: 25px 0 30px; }
.recent-work-lightbox__thumbs button { aspect-ratio: 1 / 1; padding: 3px; overflow: hidden; background: #ddd7ca; border: 2px solid transparent; cursor: pointer; }
.recent-work-lightbox__thumbs button.is-active { border-color: var(--orange); }
.recent-work-lightbox__thumbs img { width: 100%; height: 100%; object-fit: cover; }

.purpose-section { padding: 110px 0; color: var(--white); background: var(--ink); }
.purpose-heading > p { color: #aaa69e; }
.purpose-grid { display: grid; grid-template-columns: 1fr 1.25fr 1fr; min-height: 430px; }
.purpose-card { position: relative; display: flex; flex-direction: column; justify-content: end; padding: 34px; overflow: hidden; }
.purpose-card > span, .purpose-card-photo div > span { position: absolute; top: 28px; left: 30px; font-size: 11px; font-weight: 900; }
.purpose-card h3 { margin: 0 0 12px; font-size: 27px; line-height: 1.05; letter-spacing: -.04em; }
.purpose-card p { margin: 0; font-size: 13px; line-height: 1.6; }
.purpose-card a { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 16px; border-top: 1px solid currentColor; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.purpose-card-orange { color: var(--ink); background: var(--orange); }
.purpose-card-light { color: var(--ink); background: var(--paper); }
.purpose-card-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(0,0,0,.82)); }
.purpose-card-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.purpose-card-photo div { position: relative; z-index: 2; }
.technique-band { display: grid; grid-template-columns: .7fr 2.3fr; align-items: center; margin-top: 1px; padding: 24px 28px; background: #242424; }
.technique-band > p { color: #817e77; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.technique-band ul { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.technique-band li { display: grid; gap: 7px; font-size: 11px; font-weight: 800; }
.technique-band li span { color: var(--orange); font-size: 9px; }

.process-section { padding: 115px 0; background: var(--paper-light); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { font-size: clamp(48px, 5vw, 74px); }
.process-intro > p:not(.eyebrow) { max-width: 390px; margin: 27px 0; color: #66625b; line-height: 1.65; }
.text-link { display: inline-flex; gap: 20px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 90px 1fr; gap: 22px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--orange-dark); font-size: 12px; font-weight: 900; }
.process-list h3 { margin: 0 0 9px; font-size: 25px; letter-spacing: -.035em; }
.process-list p { margin: 0; color: #6d6961; font-size: 14px; line-height: 1.55; }

.quote-section { padding: 115px 0; color: var(--ink); background: var(--orange); }
.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.quote-copy h2 { font-size: clamp(46px, 5vw, 74px); }
.quote-copy > p:not(.eyebrow) { max-width: 540px; margin: 26px 0 38px; font-size: 16px; line-height: 1.65; }
.quote-copy .eyebrow { color: #5f1c05; }
.quote-copy .eyebrow > span { background: var(--ink); }
.contact-list { border-top: 1px solid rgba(21, 21, 21, .28); }
.contact-list a { display: grid; gap: 5px; padding: 16px 0; border-bottom: 1px solid rgba(21, 21, 21, .28); }
.contact-list span { color: #70260d; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-list strong { font-size: 15px; line-height: 1.35; }
.quote-form { align-self: start; padding: 36px; background: var(--paper-light); box-shadow: 0 26px 80px rgba(76, 22, 4, .2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 19px; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.quote-form input, .quote-form textarea {
  width: 100%; padding: 14px 0; color: var(--ink); background: transparent;
  border: 0; border-bottom: 1px solid #a9a399; border-radius: 0; outline: none; font-size: 14px; text-transform: none;
}
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 1px 0 var(--orange); }
.button-submit { width: 100%; margin-top: 6px; }
.form-note { margin: 13px 0 0; color: #817d75; font-size: 9px; text-align: center; }

.location-strip { padding: 90px 0; color: var(--white); background: #202020; }
.location-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 100px; align-items: end; }
.location-grid > div:first-child > p { margin: 17px 0; color: #88857f; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.location-grid h2 { font-size: clamp(36px, 4vw, 62px); }
.location-label { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.location-grid address { margin: 18px 0 24px; color: #d3d0c8; font-size: 17px; line-height: 1.65; font-style: normal; }
.text-link-light { color: var(--white); }

.site-footer { padding: 70px 0 25px; color: #aeaaa2; background: var(--ink); border-top: 1px solid var(--line-light); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr 1fr; gap: 60px; padding-bottom: 55px; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; font-size: 11px; line-height: 1.6; }
.footer-grid > div a:hover { color: var(--orange); }
.footer-grid p { margin: 0; }
.footer-label { margin-bottom: 8px !important; color: var(--white); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line-light); font-size: 9px; }
.footer-bottom p { margin: 0; }

.whatsapp-float {
  position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px;
  min-height: 54px; padding: 0 17px; color: var(--white); background: #24d366; border-radius: 30px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .25); font-size: 11px; font-weight: 900;
}
.whatsapp-float svg { width: 25px; height: 25px; }
.whatsapp-float:hover { transform: translateY(-2px); }

.modal { position: fixed; z-index: 1500; inset: 0; display: none; }
.modal.is-open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(9, 9, 9, .76); backdrop-filter: blur(10px); }
.modal-panel { position: absolute; inset: 3vh 3vw; max-width: 1400px; margin: auto; overflow-x: hidden; overflow-y: auto; color: var(--ink); background: var(--paper-light); box-shadow: 0 40px 120px rgba(0,0,0,.4); }
.modal-close { position: sticky; z-index: 20; top: 15px; float: right; width: 44px; height: 44px; margin: 15px 15px -59px 0; color: var(--white); background: var(--ink); border: 0; font-size: 29px; line-height: 1; }
.modal-close:hover { color: var(--ink); background: var(--orange); }
.modal-content { display: grid; min-width: 0; min-height: 100%; grid-template-columns: minmax(0, 1fr) minmax(470px, .9fr); }
.modal-gallery { position: sticky; top: 0; align-self: start; display: grid; min-width: 0; height: 94vh; max-height: 94vh; grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; background: #e8e3d8; }
.modal-main-image { position: relative; display: grid; min-width: 0; min-height: 0; place-items: center; overflow: hidden; padding: clamp(30px, 4vw, 60px); }
.modal-main-image img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; object-position: center; mix-blend-mode: multiply; }
.modal-main-image.is-missing::after { content: "G"; color: #c9c2b4; font-size: 130px; font-weight: 950; }
.modal-image-badge { position: absolute; z-index: 2; top: 22px; left: 22px; padding: 8px 10px; color: var(--ink); background: var(--orange); font-size: 8px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.modal-image-badge[hidden],
.view-print-area[hidden] { display: none; }
.modal-thumbnails { display: flex; min-width: 0; max-width: 100%; gap: 9px; padding: 13px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; scrollbar-gutter: stable; background: #dcd6c9; }
.modal-thumb { flex: 0 0 68px; width: 68px; height: 68px; padding: 4px; background: #f5f2eb; border: 2px solid transparent; }
.modal-thumb.is-active { border-color: var(--orange); }
.modal-thumb img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.modal-details { min-width: 0; padding: 64px clamp(32px, 5vw, 72px); }
.modal-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; }
.modal-meta span { padding: 7px 9px; color: var(--ink); border: 1px solid #b6b0a4; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.modal-meta span:first-child { background: var(--orange); border-color: var(--orange); }
.product-code { margin: 0 0 9px; color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.modal-details h2 { margin: 0; font-size: clamp(38px, 4vw, 62px); line-height: .95; letter-spacing: -.055em; }
.modal-description { margin: 25px 0; color: #625f58; font-size: 14px; line-height: 1.65; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 28px 0; border-top: 1px solid var(--line); }
.spec-grid div { padding: 15px 12px 15px 0; border-bottom: 1px solid var(--line); }
.spec-grid div:nth-child(odd) { border-right: 1px solid var(--line); }
.spec-grid div:nth-child(even) { padding-left: 15px; }
.spec-grid dt { margin-bottom: 6px; color: #858178; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.spec-grid dd { margin: 0; font-size: 12px; line-height: 1.45; }
.view-print-area { display: flex; align-items: center; justify-content: space-between; gap: 18px; width: 100%; margin-top: -12px; padding: 13px 15px; color: var(--ink); background: transparent; border: 1px solid var(--orange); cursor: pointer; font-size: 9px; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; }
.view-print-area span { color: var(--orange); font-size: 17px; }
.view-print-area:hover { color: var(--white); background: var(--ink); }
.view-print-area:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.try-logo-button { margin-top: 8px; color: var(--white); background: var(--ink); border-color: var(--ink); }
.try-logo-button span { display: grid; place-items: center; width: 24px; height: 24px; color: var(--ink); background: var(--orange); }
.try-logo-button:hover { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.try-logo-button:disabled { cursor: progress; opacity: .65; }
.price-heading { display: flex; align-items: end; justify-content: space-between; margin: 31px 0 12px; }
.price-heading p { margin: 0 0 5px; font-weight: 900; }
.price-heading > div > span { color: #7e7a72; font-size: 9px; }
.price-status { padding: 6px 8px; color: #68301a; background: #ffcfbd; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.price-table-wrap { overflow-x: auto; }
.price-table { width: 100%; border-collapse: collapse; font-size: 11px; }
.price-table th { padding: 11px 10px; color: #7d7971; background: #e8e3d8; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; text-align: left; }
.price-table td { padding: 12px 10px; border-bottom: 1px solid var(--line); }
.price-table td:last-child { font-weight: 900; }
.price-table tr.is-selected td { background: rgba(255, 90, 31, .13); }
.modal-quantity { display: grid; gap: 8px; color: inherit; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.modal-quantity input { width: 100%; padding: 13px 14px; background: var(--white); border: 1px solid #bbb5aa; outline: none; font-size: 14px; }
.modal-quantity input:focus { border-color: var(--orange); }
.print-calculator { margin-top: 28px; padding: 25px; color: var(--white); background: var(--ink); }
.print-calculator-heading { display: flex; align-items: start; justify-content: space-between; gap: 18px; }
.print-calculator-heading > div > span { color: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.print-calculator h3 { margin: 5px 0 0; font-size: 25px; letter-spacing: -.035em; }
.print-match { flex: none; padding: 7px 8px; color: var(--orange); border: 1px solid rgba(255, 90, 31, .55); font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.print-intro { margin: 17px 0 20px; color: #aaa69f; font-size: 11px; line-height: 1.55; }
.print-controls { display: grid; grid-template-columns: 1fr .72fr; gap: 10px; align-items: end; }
.print-controls label { color: #bbb7af; }
.print-ink-field { display: grid; gap: 8px; color: #bbb7af; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.print-ink-field select { width: 100%; min-height: 44px; padding: 0 35px 0 13px; color: var(--ink); background: var(--white); border: 1px solid #bbb5aa; outline: none; font-size: 13px; }
.print-ink-field select:focus { border-color: var(--orange); }
.print-options { display: grid; gap: 8px; margin-top: 18px; }
.print-option {
  display: grid; gap: 5px; width: 100%; padding: 14px; color: var(--white); background: #292929;
  border: 1px solid #414141; cursor: pointer; text-align: left; transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.print-option:hover { border-color: #7d7972; transform: translateY(-1px); }
.print-option.is-selected { background: #322118; border-color: var(--orange); box-shadow: inset 3px 0 0 var(--orange); }
.print-option:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.print-option-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.print-option-heading strong { font-size: 12px; }
.print-option-heading small { padding: 4px 6px; color: var(--ink); background: var(--orange); font-size: 7px; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; }
.print-option-compatible { color: #9d9992; font-size: 9px; }
.print-option-price { margin-top: 3px; }
.print-option-price strong { color: var(--orange); font-size: 22px; letter-spacing: -.03em; }
.print-option-price small { color: #b5b1aa; font-size: 9px; }
.print-option-total { color: #85817a; font-size: 8px; }
.print-summary { display: grid; grid-template-columns: 1fr 1fr; margin-top: 18px; border: 1px solid #454545; }
.print-summary > div { display: grid; gap: 5px; padding: 12px; border-bottom: 1px solid #454545; }
.print-summary > div:nth-child(odd) { border-right: 1px solid #454545; }
.print-summary > div:nth-child(3) { border-bottom: 0; }
.print-summary > div span { color: #908c84; font-size: 7px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.print-summary > div strong { font-size: 13px; }
.print-summary .print-summary-total { border-bottom: 0; background: var(--orange); }
.print-summary .print-summary-total span { color: #74290f; }
.print-summary .print-summary-total strong { color: var(--ink); font-size: 15px; }
.print-unavailable { margin-top: 17px; padding: 15px; color: #c9c5bd; background: #292929; border-left: 3px solid var(--orange); font-size: 10px; line-height: 1.55; }
.print-note { margin: 15px 0 0; color: #77736d; font-size: 8px; line-height: 1.55; }
.modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 15px; }
.modal-actions .add-selection-button { grid-column: 1 / -1; justify-content: space-between; border: 0; cursor: pointer; }
.modal-actions .add-selection-button.is-added { color: var(--white); background: #168c4a; }
.share-button { margin-top: 17px; padding: 0 0 4px; color: #636059; background: none; border: 0; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; }
.modal-note { margin-top: 19px; color: #88847b; font-size: 9px; line-height: 1.55; }

/* Selección para cotización */
.selection-fab {
  position: fixed; z-index: 9997; right: 22px; bottom: 94px; width: 58px; height: 58px; padding: 0;
  display: grid; place-items: center; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,.22); border-radius: 50%;
  box-shadow: 0 12px 30px rgba(0,0,0,.26); cursor: pointer;
}
.selection-fab-icon { display: grid; place-items: center; color: var(--orange); font-size: 32px; font-weight: 300; line-height: 1; }
.selection-fab b { position: absolute; top: -5px; right: -5px; display: grid; place-items: center; min-width: 23px; height: 23px; padding: 0 6px; color: var(--white); background: var(--orange); border: 2px solid #f7f4ec; border-radius: 999px; font-size: 10px; line-height: 1; }
.selection-fab.has-items { border-color: var(--orange); box-shadow: 0 12px 30px rgba(0,0,0,.28), 0 0 0 3px rgba(255,90,31,.16); }
.selection-fab:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.selection-drawer { position: fixed; z-index: 10040; inset: 0; display: none; font-family: var(--font-sans); }
.selection-drawer.is-open { display: block; }
.selection-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(5,5,4,.76); backdrop-filter: blur(8px); cursor: pointer; }
.selection-panel { position: absolute; top: 0; right: 0; width: min(680px,100%); height: 100%; display: grid; grid-template-rows: auto 1fr auto; color: var(--ink); background: #f7f4ec; box-shadow: -30px 0 90px rgba(0,0,0,.34); }
.selection-header { min-height: 190px; padding: 38px 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); background: var(--ink); }
.selection-header span { color: #bd5d3a; font-family: var(--font-mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.selection-header h2 { margin: 15px 0 0; font-size: clamp(40px,6vw,62px); line-height: .95; letter-spacing: -.055em; }
.selection-header h2 b { color: var(--orange); }
.selection-close { width: 64px; height: 64px; flex: none; color: var(--white); background: transparent; border: 1px solid #696761; font-size: 38px; font-weight: 200; cursor: pointer; }
.selection-list { min-height: 0; padding: 14px 28px 40px; overflow-y: auto; }
.selection-item { display: grid; grid-template-columns: 112px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid #c9c5bc; }
.selection-item-media { width: 112px; height: 112px; background: #ece8df; overflow: hidden; }
.selection-item-media img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.selection-item-code { margin: 2px 0 8px; color: #b06a4f; font-family: var(--font-mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.selection-item h3 { margin: 0; font-size: 18px; line-height: 1.2; letter-spacing: -.02em; }
.selection-item-variant { margin: 9px 0 13px; color: #77736c; font-size: 11px; }
.selection-item-price { margin: 0 0 15px; color: #625f58; font-size: 10px; line-height: 1.45; }
.selection-item-price strong { color: var(--ink); }
.selection-item-controls { display: flex; align-items: stretch; }
.selection-item-controls button,.selection-item-controls input { width: 54px; height: 44px; border: 1px solid #c8c3b9; background: #fff; color: var(--ink); text-align: center; font-size: 17px; }
.selection-item-controls input { width: 76px; border-inline: 0; font-size: 12px; }
.selection-remove { margin-top: 13px; padding: 0 0 4px; color: #77736c; background: transparent; border: 0; border-bottom: 1px solid currentColor; cursor: pointer; font-size: 10px; }
.selection-empty { align-self: start; padding: 55px 30px; text-align: center; }
.selection-empty strong { font-size: 22px; }
.selection-empty p { max-width: 420px; margin: 14px auto 24px; color: #77736c; font-size: 13px; line-height: 1.6; }
.selection-empty button { padding: 13px 18px; color: var(--ink); background: transparent; border: 1px solid var(--ink); cursor: pointer; font-weight: 800; }
.selection-footer { padding: 25px 30px 30px; background: #efebdf; border-top: 1px solid #c9c5bc; }
.selection-footer > p { display: flex; justify-content: space-between; gap: 18px; margin: 0 0 20px; color: #66625b; font-size: 12px; }
.selection-footer button,.selection-footer a { width: 100%; min-height: 55px; display: flex; align-items: center; justify-content: center; padding: 0 20px; border: 0; text-decoration: none; font-weight: 850; cursor: pointer; }
.selection-form-button { justify-content: space-between!important; color: var(--white); background: var(--orange); }
.selection-whatsapp-button { margin-top: 10px; color: var(--white); background: #20b962; }
.selection-clear { min-height: 38px!important; margin-top: 12px; color: #77736c; background: transparent; text-decoration: underline; }
.selection-open { overflow: hidden; }

@media (max-width: 620px) {
  .selection-fab { right: 17px; bottom: 84px; width: 52px; height: 52px; }
  .selection-fab-icon { font-size: 29px; }
  .selection-panel { width: 100%; }
  .selection-header { min-height: 154px; padding: 28px 22px; }
  .selection-close { width: 54px; height: 54px; }
  .selection-list { padding: 10px 20px 28px; }
  .selection-item { grid-template-columns: 88px 1fr; gap: 16px; padding: 24px 0; }
  .selection-item-media { width: 88px; height: 100px; }
  .selection-footer { padding: 22px 20px 24px; }
  .selection-footer > p { display: grid; gap: 4px; }
}

@media (max-width: 1120px) {
  :root { --shell: min(100% - 40px, 1000px); }
  .recent-work-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-grid { grid-template-columns: 1fr 480px; gap: 35px; }
  .hero h1 { font-size: 62px; }
  .hero-showcase { min-height: 480px; }
  .featured-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog-toolbar { grid-template-columns: 1.5fr 1fr 1fr; }
  .select-sort { grid-column: 3; grid-row: 2; min-height: 64px; background: var(--ink); border-top: 1px solid var(--line-light); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .quote-grid { gap: 55px; }
}

@media (max-width: 900px) {
  :root { --header-height: 74px; }
  .recent-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .recent-work-lightbox__panel { grid-template-columns: 1fr; overflow-y: auto; }
  .recent-work-lightbox__media { min-height: min(62vh, 620px); }
  .recent-work-lightbox__media > img { max-height: 62vh; }
  .recent-work-lightbox__details { overflow: visible; }
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed; inset: var(--header-height) 0 auto; display: none; align-items: stretch; gap: 0;
    padding: 18px 20px 28px; color: var(--white); background: var(--ink); border-top: 1px solid var(--line-light);
  }
  .site-nav.is-open { display: grid; }
  .site-nav > a:not(.button) { padding: 17px 0; border-bottom: 1px solid var(--line-light); font-size: 14px; }
  .site-nav .button { margin-top: 18px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-copy { max-width: 760px; }
  .hero-showcase { min-height: 570px; max-width: 720px; width: 100%; margin-inline: auto; }
  .featured-categories-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: 1 / -1; min-height: 72px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .select-field { min-height: 66px; }
  .select-sort { grid-column: auto; grid-row: auto; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .purpose-grid { grid-template-columns: 1fr 1fr; }
  .purpose-card { min-height: 350px; }
  .purpose-card:last-child { grid-column: 1 / -1; min-height: 300px; }
  .technique-band { grid-template-columns: 1fr; }
  .technique-band ul { margin-top: 18px; }
  .process-layout, .quote-grid, .location-grid { grid-template-columns: 1fr; gap: 55px; }
  .process-intro { position: static; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .modal-panel { inset: 2vh 2vw; }
  .modal-content { grid-template-columns: 1fr; }
  .modal-gallery { position: relative; width: 100%; height: auto; max-height: none; min-height: auto; grid-template-rows: minmax(0, clamp(390px, 68vh, 650px)) auto; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100vw - 28px); }
  .recent-work-section { padding-block: 78px; }
  .recent-work-grid { gap: 10px; }
  .recent-work-card__copy { min-height: 132px; padding: 14px 40px 14px 14px; }
  .recent-work-card__copy strong { font-size: 15px; }
  .recent-work-card__copy > span { display: none; }
  .recent-work-card__copy i { right: 12px; bottom: 12px; width: 28px; height: 28px; }
  .recent-work-actions { display: grid; justify-items: center; gap: 24px; padding-top: 34px; }
  .recent-work-lightbox { padding: 0; }
  .recent-work-lightbox__panel { width: 100%; height: 100dvh; max-height: none; }
  .recent-work-lightbox__media { min-height: 48vh; height: 48vh; }
  .recent-work-lightbox__media > img { max-height: 48vh; }
  .recent-work-lightbox__details { padding: 34px 20px 28px; }
  .recent-work-lightbox__details h2 { font-size: 38px; }
  .recent-work-lightbox__thumbs { grid-template-columns: repeat(5, 1fr); }
  .brand-mark { width: 40px; height: 40px; font-size: 26px; }
  .brand-copy strong { font-size: 14px; }
  .hero-grid { min-height: auto; padding: 58px 0 35px; }
  .hero h1 { font-size: clamp(46px, 14.5vw, 64px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-proof { grid-template-columns: 1fr; margin-top: 40px; gap: 14px; }
  .hero-proof div { display: grid; grid-template-columns: 100px 1fr; align-items: center; }
  .hero-showcase { min-height: 430px; }
  .hero-showcase::before { inset: 10% 6% 6% 4%; }
  .product-shot-main { width: 66%; height: 72%; left: 16%; }
  .product-shot-top { width: 34%; height: 32%; }
  .product-shot-bottom { width: 38%; height: 32%; }
  .hero-nav { width: 42px; height: 42px; }
  .hero-nav-prev { left: 2px; }
  .hero-nav-next { right: 2px; }
  .hero-stamp { width: 58px; height: 58px; font-size: 30px; }
  .featured-categories { padding-block: 72px 78px; }
  .featured-categories-heading { margin-bottom: 34px; }
  .featured-categories-heading h2 { font-size: 40px; }
  .featured-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .featured-category-card { grid-template-rows: auto minmax(92px, auto); contain-intrinsic-size: 245px; }
  .featured-category-media { aspect-ratio: 1 / .86; }
  .featured-category-copy { padding: 14px 38px 14px 13px; }
  .featured-category-copy strong { font-size: 14px; }
  .featured-category-copy small { font-size: 8px; }
  .featured-category-special { top: 8px; left: 8px; padding: 7px 8px; }
  .featured-category-special strong { font-size: 7px; }
  .featured-category-special small { font-size: 7px; }
  .featured-category-arrow { right: 10px; bottom: 13px; width: 27px; height: 27px; font-size: 14px; }
  .catalog-section, .purpose-section, .process-section, .quote-section { padding-block: 78px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 42px; }
  .catalog-toolbar { grid-template-columns: 1fr; }
  .search-field { grid-column: 1; }
  .select-field, .select-sort { grid-column: 1; min-height: 62px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .search-field kbd { display: none; }
  .quick-filters { flex-wrap: nowrap; overflow-x: auto; margin-inline: -14px; padding-inline: 14px; }
  .quick-filter { flex: none; }
  .subcategory-navigation { margin-inline: -14px; padding-inline: 14px; }
  .subcategory-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; }
  .subcategory-chip { flex: none; }
  .product-grid { gap: 10px; }
  .product-card-body { min-height: 174px; padding: 14px; }
  .product-card h3 { font-size: 15px; }
  .product-card-code { margin-bottom: 12px; }
  .product-card-price strong { font-size: 14px; }
  .product-card-price small { display: none; }
  .product-card-open { width: 34px; height: 34px; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-card, .purpose-card:last-child { grid-column: auto; min-height: 340px; }
  .technique-band { padding: 24px 20px; }
  .technique-band ul { grid-template-columns: 1fr 1fr; gap: 18px; }
  .process-list li { grid-template-columns: 55px 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 25px 20px; }
  .location-strip { padding-block: 70px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 25px; }
  .footer-grid > .brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 8px; }
  .whatsapp-float { width: 54px; height: 54px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .modal-panel { inset: 0; }
  .modal-gallery { display: block; width: 100%; min-height: auto; }
  .modal-main-image { width: 100%; height: clamp(300px, 54vh, 460px); padding: 42px 20px 18px; }
  .modal-thumbnails { width: 100%; padding: 10px 12px; }
  .modal-details { padding: 40px 20px; }
  .modal-details h2 { font-size: 42px; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec-grid div:nth-child(odd) { border-right: 0; }
  .spec-grid div:nth-child(even) { padding-left: 0; }
  .modal-actions { grid-template-columns: 1fr; }
  .price-table { min-width: 0; }
  .print-calculator { margin-inline: -4px; padding: 20px 16px; }
  .print-controls { grid-template-columns: 1fr; }
  .print-summary { grid-template-columns: 1fr; }
  .print-summary > div, .print-summary > div:nth-child(odd), .print-summary > div:nth-child(3) { border-right: 0; border-bottom: 1px solid #454545; }
  .print-summary .print-summary-total { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-ticker { overflow-x: auto; }
  .hero-ticker-track { animation: none; }
  .hero-ticker-set[aria-hidden="true"] { display: none; }
}

/* R31: agenda availability stays below the photo, in normal document flow. */
.product-card-agenda-badge { display: block; align-self: flex-start; max-width: 100%; box-sizing: border-box; margin: 0 0 10px; padding: 6px 8px; color: var(--ink); background: var(--orange); font-size: 8px; line-height: 1.4; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; overflow-wrap: anywhere; }


/* R34: navbar search with product previews, promotional page only. */
.promo-nav-search { position: relative; display: flex; align-items: center; gap: 6px; flex: 1 1 440px; min-width: 0; max-width: 560px; margin: 0 22px; padding: 4px 4px 4px 12px; background: #fff; border: 1px solid #ddd; border-radius: 4px; color: #151515; }
.promo-nav-search:focus-within { outline: 2px solid var(--orange); outline-offset: 2px; }
.promo-nav-search input { width: 100%; flex: 1; min-width: 0; padding: 7px 0; background: #fff; color: #151515; border: 0; outline: 0; font: inherit; font-size: 16px; }
.promo-nav-search input::placeholder { color: #666; opacity: 1; }
.promo-nav-search > button { display: flex; align-items: center; gap: 6px; flex: none; min-height: 36px; padding: 8px 12px; background: #222; color: #fff; border: 0; border-radius: 2px; font-size: 12px; font-weight: 800; cursor: pointer; }
.promo-search-results { position: absolute; top: calc(100% + 8px); left: -1px; right: -1px; max-height: min(480px, 65dvh); overflow-y: auto; overscroll-behavior: contain; background: #fff; color: #151515; border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 14px 35px #0004; }
.promo-search-results[hidden] { display: none; }
.promo-search-results ul { list-style: none; margin: 0; padding: 0; }
.promo-search-result { display: flex; align-items: center; gap: 12px; width: 100%; padding: 10px 12px; color: #151515; background: #fff; border: 0; border-bottom: 1px solid #eee; text-align: left; cursor: pointer; }
.promo-search-result:hover, .promo-search-result:focus-visible { background: #f5eee3; outline: 2px solid var(--orange); outline-offset: -2px; }
.promo-search-photo { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; background: #f2f0eb; color: #888; }
.promo-search-photo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.promo-search-result strong { display: block; font-size: 12px; line-height: 1.4; }
.promo-search-result small { display: block; margin-top: 3px; color: #777; font-size: 11px; }
.promo-search-all { width: 100%; padding: 13px; border: 0; background: #f6f3ee; color: #b63c12; font-size: 12px; font-weight: 800; cursor: pointer; }
.promo-search-empty { padding: 16px; margin: 0; font-size: 13px; }
.catalog-toolbar { scroll-margin-top: calc(var(--header-height) + 18px); }
@media (min-width: 721px) { .site-nav { gap: 20px; flex: none; } }
@media (max-width: 1100px) { .promo-nav-search { margin: 0 12px; } }
@media (max-width: 720px) {
  :root { --header-height: 128px; }
  .site-header .header-inner { flex-wrap: wrap; align-content: center; gap: 10px; }
  .promo-nav-search { order: 3; flex: 0 0 100%; max-width: none; margin: 0; box-sizing: border-box; }
  .promo-search-results { max-height: 55dvh; }
}
