.hero {
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.95fr);
  padding-top: 52px;
  padding-bottom: 52px;
}
.hero h1 {
  font-size: clamp(58px, 6vw, 92px);
}
.hero .lede {
  margin: 20px 0;
}
.hero-buy {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 24px 64px rgba(17, 18, 15, 0.12);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 520px;
}
.product-gallery {
  background: var(--ink);
  display: grid;
  grid-template-rows: 1fr auto;
  min-width: 0;
}
.real-product-photo {
  min-height: 410px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
[data-gallery-panel][hidden] {
  display: none !important;
}
.real-product-photo img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: center;
}
.real-product-photo figcaption {
  display: grid;
  gap: 2px;
  padding: 14px 18px;
  border-top: 1px solid #444;
}
.real-product-photo figcaption b {
  color: var(--signal);
  font: 800 15px Barlow Condensed;
  letter-spacing: 0.1em;
}
.real-product-photo figcaption span {
  color: #aaa;
  font-size: 10px;
}
.hero-product.compact {
  height: auto;
  min-height: 410px;
}
.compact .bollard {
  height: 290px;
  width: 116px;
}
.compact .stripe {
  height: 92px;
  margin-top: 34px;
}
.compact .depth {
  height: 280px;
}
.gallery-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #444;
}
.gallery-tabs button {
  background: #171814;
  color: #aaa;
  border: 0;
  border-right: 1px solid #444;
  padding: 12px 5px;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.gallery-tabs button.active {
  background: var(--signal);
  color: var(--ink);
}
[data-gallery-stage][data-state="lowered"] .bollard {
  height: 58px;
  bottom: 92px;
}
[data-gallery-stage][data-state="lowered"] .stripe,
[data-gallery-stage][data-state="lowered"] .lock,
[data-gallery-stage][data-state="lowered"] .depth {
  display: none;
}
[data-gallery-stage][data-state="detail"] .bollard {
  height: 210px;
  width: 210px;
  bottom: 140px;
}
[data-gallery-stage][data-state="detail"] .stripe {
  height: 70px;
  margin-top: 25px;
}
[data-gallery-stage][data-state="detail"] .depth {
  display: none;
}
.buy-summary {
  padding: 25px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.buy-summary > div span,
.buy-summary > div small {
  display: block;
  color: var(--muted);
  font-size: 11px;
}
.buy-summary > div strong {
  display: block;
  font: 800 54px/0.95 Barlow Condensed;
  margin: 7px 0;
  color: var(--ink);
}
.buy-summary label,
.drawer-form label {
  display: grid;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.buy-summary select,
.drawer-form input,
.drawer-form select {
  width: 100%;
  padding: 13px;
  border: 1px solid #999;
  background: var(--white);
  border-radius: 8px;
}
.whatsapp-fast {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px;
  text-align: center;
  display: grid;
  gap: 2px;
}
.whatsapp-fast b {
  font-size: 12px;
}
.whatsapp-fast span {
  font-size: 9px;
  color: var(--muted);
}
.quantity-guide {
  padding: 42px clamp(20px, 7vw, 108px);
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 50px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.quantity-guide h2 {
  font: 800 clamp(34px, 4vw, 58px) / 0.9 Barlow Condensed;
  text-transform: uppercase;
  margin: 0;
}
.quantity-guide p {
  font-size: 13px;
  color: #4c4d46;
}
.guide-ranges {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-self: center;
}
.guide-ranges button {
  appearance: none;
  background: transparent;
  border: 1px solid var(--ink);
  border-right: 0;
  padding: 20px 10px;
  cursor: pointer;
}
.guide-ranges button:last-child {
  border-right: 1px solid;
}
.guide-ranges button:hover {
  background: var(--signal);
}
.guide-ranges b,
.guide-ranges span {
  display: block;
}
.guide-ranges b {
  font: 800 22px Barlow Condensed;
}
.guide-ranges span {
  font-size: 10px;
}
.guide-note {
  grid-column: 1/-1;
  margin: 0;
  font-size: 10px !important;
}
.booking-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  visibility: hidden;
}
.booking-drawer.open {
  pointer-events: auto;
  visibility: visible;
}
.drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: #0009;
  opacity: 0;
  transition: 0.2s;
}
.open .drawer-backdrop {
  opacity: 1;
}
.drawer-panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(520px, 100%);
  overflow: auto;
  background: var(--paper);
  padding: 34px;
  transform: translateX(105%);
  transition: 0.25s ease;
  box-shadow: -12px 0 40px #0004;
}
.open .drawer-panel {
  transform: none;
}
.drawer-close {
  position: absolute;
  right: 20px;
  top: 14px;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.drawer-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}
.drawer-panel h2 {
  font: 800 48px/0.9 Barlow Condensed;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.drawer-form {
  display: grid;
  gap: 15px;
}
.drawer-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-block: 1px solid var(--ink);
  padding: 13px 0;
}
.drawer-total span {
  font-size: 11px;
}
.drawer-total strong {
  font: 800 40px Barlow Condensed;
  color: var(--ink);
}
.surface-warning {
  background: #fff2bd;
  border-left: 4px solid #b38b00;
  padding: 12px;
  font-size: 11px;
}
.drawer-whatsapp {
  background: var(--white);
}
body.drawer-open {
  overflow: hidden;
}
.mobile-bar button {
  border: 0;
  background: var(--signal);
  font-size: 11px;
  font-weight: 800;
}
.header button {
  font-family: inherit;
}
.header .button {
  box-shadow: none;
}
@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-buy {
    max-width: 720px;
  }
  .quantity-guide {
    grid-template-columns: 1fr;
  }
  .guide-note {
    grid-column: auto;
  }
}
@media (max-width: 620px) {
  .hero {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-buy {
    grid-template-columns: 1fr;
    box-shadow: 0 18px 48px rgba(17, 18, 15, 0.12);
  }
  .hero-product.compact {
    min-height: 330px;
  }
  .compact .bollard {
    height: 235px;
    width: 96px;
  }
  .compact .depth {
    height: 225px;
  }
  .buy-summary {
    padding: 20px;
  }
  .quantity-guide {
    padding: 32px 20px;
    gap: 24px;
  }
  .guide-ranges {
    grid-template-columns: 1fr 1fr;
  }
  .guide-ranges button:nth-child(2) {
    border-right: 1px solid;
  }
  .guide-ranges button:nth-child(n + 3) {
    border-top: 0;
  }
  .drawer-panel {
    padding: 28px 20px 80px;
  }
  .drawer-panel h2 {
    font-size: 42px;
  }
}
.article-title {
  font: 800 clamp(58px, 7vw, 100px) / 0.84 Barlow Condensed;
  text-transform: uppercase;
  margin: 0;
}
.mobile-offer {
  display: none;
}
.surface-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--ink);
}
.surface-grid article {
  padding: 30px;
  border-right: 1px solid var(--ink);
}
.surface-grid article:last-child {
  border-right: 0;
}
.surface-grid article > b {
  font: 800 14px Barlow Condensed;
  color: #777;
}
.surface-grid h3 {
  font: 800 28px Barlow Condensed;
  text-transform: uppercase;
  margin: 30px 0 10px;
}
.surface-grid p {
  font-size: 13px;
  color: var(--muted);
}
.installation-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.installation-proof figure {
  margin: 0;
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) 1.2fr;
  border: 1px solid var(--ink);
  background: var(--white);
  min-width: 0;
}
.installation-proof img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}
.installation-proof figcaption {
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
}
.installation-proof figcaption b {
  font: 800 27px/0.95 Barlow Condensed;
  text-transform: uppercase;
}
.installation-proof figcaption span {
  color: var(--muted);
  font-size: 12px;
}
.product-page-photo {
  margin: 0;
  min-height: 530px;
  background: var(--ink);
  display: grid;
  align-content: center;
  color: var(--white);
  overflow: hidden;
}
.product-page-photo img {
  width: 100%;
  max-height: 470px;
  object-fit: contain;
  display: block;
}
.product-page-photo figcaption {
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid #444;
  font-size: 10px;
}
.product-page-photo figcaption b {
  color: var(--signal);
  letter-spacing: 0.1em;
}
.commercial-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 4vw;
  align-items: center;
  margin-top: 55px;
  padding-top: 55px;
  border-top: 1px solid var(--ink);
}
.commercial-proof img {
  width: 100%;
  display: block;
  border: 1px solid var(--ink);
}
.commercial-proof h2 {
  margin-top: 0;
}
.rise-teaser {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  background: var(--white);
}
.rise-points {
  display: grid;
  align-content: center;
  border-block: 1px solid var(--ink);
}
.rise-points b,
.rise-points span {
  padding: 16px 0;
  border-bottom: 1px solid var(--ink);
}
.rise-points b {
  font: 800 28px Barlow Condensed;
}
.rise-points span {
  border: 0;
  font-size: 12px;
  color: var(--muted);
}
.button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
}
.planner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 6vw;
  align-items: start;
}
.planner-form {
  display: grid;
  gap: 16px;
  border: 1px solid var(--ink);
  padding: 30px;
  background: var(--white);
  box-shadow: 0 18px 48px rgba(17, 18, 15, 0.08);
}
.planner-form label {
  display: grid;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.planner-form input {
  width: 100%;
  padding: 14px;
  border: 1px solid #999;
}
.planner-result {
  padding: 20px;
  background: var(--white);
  border-left: 5px solid var(--signal);
}
.planner-result strong {
  font: 800 36px Barlow Condensed;
  display: block;
}
.content-narrow {
  max-width: 900px;
}
.content-narrow h2 {
  font: 800 42px/0.95 Barlow Condensed;
  text-transform: uppercase;
  margin-top: 45px;
}
.content-narrow p,
.content-narrow li {
  color: var(--muted);
}
@media (max-width: 900px) {
  .surface-grid,
  .rise-teaser,
  .planner,
  .installation-proof,
  .commercial-proof {
    grid-template-columns: 1fr;
  }
  .surface-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }
  .surface-grid article:last-child {
    border-bottom: 0;
  }
  .installation-proof figure {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
@media (max-width: 620px) {
  .mobile-offer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-block: 1px solid var(--ink);
    padding: 10px 0;
    margin: 14px 0 18px;
  }
  .mobile-offer strong {
    font: 800 24px Barlow Condensed;
  }
  .mobile-offer span {
    font-size: 9px;
    text-align: right;
  }
  .hero {
    padding-top: 24px;
  }
  .hero h1 {
    font-size: clamp(48px, 14vw, 58px);
  }
  .hero h1 em,
  .section h2 em,
  .final-cta h2 em {
    color: inherit;
    -webkit-text-stroke: 0;
  }
  .hero .lede {
    margin: 14px 0;
  }
  .hero-actions {
    gap: 15px;
  }
  .trust-row {
    margin-top: 22px;
  }
  .drawer-panel {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }
  .real-product-photo {
    min-height: 330px;
  }
  .real-product-photo img {
    height: auto;
  }
  .installation-proof figure {
    grid-template-columns: 1fr;
  }
  .installation-proof img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
