:root {
  --ink: #172027;
  --muted: #687078;
  --paper: #f5f2ea;
  --panel: #ffffff;
  --charcoal: #22292d;
  --moss: #53614a;
  --copper: #b47743;
  --sky: #d9e5ea;
  --line: rgba(23, 32, 39, 0.14);
  --shadow: 0 20px 55px rgba(20, 25, 29, 0.16);
  --page-x: clamp(64px, 11.6vw, 208px);
  --header-x: clamp(20px, 3.4vw, 64px);
}

/* Catalogue-accurate HG-P1 annotation map */
.home-product-spotlight {
  min-height: min(980px, calc(100svh - 62px));
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  padding: clamp(42px, 5vh, 66px) clamp(24px, 3.4vw, 56px) 0;
  gap: 10px;
}

.home-product-spotlight-copy {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(300px, .7fr) auto;
  align-items: end;
  gap: 28px;
  padding: 0;
}

.home-product-spotlight-copy h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: .88;
}

.home-product-spotlight-copy .kicker { margin-bottom: 10px; }
.home-product-spotlight-copy .home-product-spotlight-lede { max-width: 500px; }
.home-product-spotlight-copy .home-product-spotlight-actions { justify-content: flex-end; margin: 0; }

.home-product-stage {
  position: relative;
  width: 100%;
  max-width: 1500px;
  min-height: 0;
  margin: 0 auto;
  aspect-ratio: 1000 / 560;
}

.home-product-stage::before {
  content: "INTERACTIVE CONFIGURATION MAP";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 51%;
  color: rgba(23, 32, 39, .025);
  font-size: clamp(44px, 7vw, 112px);
  font-weight: 900;
  letter-spacing: -.055em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.home-product-render {
  inset: 5% 15.5% 3%;
  width: 69%;
  height: 92%;
  filter: drop-shadow(0 28px 25px rgba(23, 32, 39, .16));
  transform-origin: 50% 76%;
}

.home-product-spotlight.is-visible .home-product-render {
  animation:
    home-product-reveal 1.15s cubic-bezier(.16,.8,.2,1) .08s both,
    home-product-float 5.8s ease-in-out 1.35s infinite;
}

.home-product-scan {
  position: absolute;
  z-index: 3;
  left: 18%;
  top: 8%;
  width: 64%;
  height: 2px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(180,119,67,.2), #f4c18f, rgba(180,119,67,.2), transparent);
  box-shadow: 0 0 18px rgba(180,119,67,.6);
  pointer-events: none;
}

.home-product-spotlight.is-visible .home-product-scan {
  animation: home-product-scan 4.6s cubic-bezier(.3,.1,.5,1) 1.1s infinite;
}

.home-product-wiremap {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.home-product-wiremap polyline {
  fill: none;
  stroke: rgba(180,119,67,.8);
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  opacity: 0;
}

.home-product-wiremap circle {
  fill: var(--copper);
  stroke: #fff;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
}

.home-product-spotlight.is-visible .home-product-wiremap polyline {
  animation: catalogue-line-reveal .65s cubic-bezier(.2,.8,.2,1) calc(.72s + var(--i) * .065s) forwards;
}

.home-product-spotlight.is-visible .home-product-wiremap circle {
  animation:
    catalogue-dot-in .28s ease calc(1.38s + var(--i) * .065s) forwards,
    catalogue-dot-pulse 2s ease-out calc(1.8s + var(--i) * .065s) infinite;
}

.catalogue-label {
  position: absolute;
  z-index: 5;
  width: 15.8%;
  min-width: 142px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: start;
  padding: 7px 8px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  background: linear-gradient(100deg, rgba(255,255,255,.96), rgba(255,255,255,.76));
  border: 1px solid rgba(23,32,39,.1);
  border-left: 2px solid var(--copper);
  box-shadow: 0 10px 28px rgba(23,32,39,.075);
  backdrop-filter: blur(12px);
}

.catalogue-label::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.9) 50%, transparent 70%);
  transform: translateX(-130%);
  pointer-events: none;
}

.home-product-spotlight.is-visible .catalogue-label {
  animation: catalogue-label-in .5s cubic-bezier(.18,.78,.25,1) calc(1s + var(--i) * .065s) forwards;
}

.home-product-spotlight.is-visible .catalogue-label::after {
  animation: catalogue-label-shine 4.8s ease calc(2s + var(--i) * .12s) infinite;
}

.catalogue-label b {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #fff;
  background: var(--copper);
  font-size: 10px;
  line-height: 1;
}

.catalogue-label span { min-width: 0; }
.catalogue-label strong { display: block; color: var(--ink); font-size: clamp(10px, .78vw, 13px); line-height: 1.1; }
.catalogue-label small { display: block; margin-top: 2px; color: var(--muted); font-size: clamp(8px, .61vw, 10px); line-height: 1.18; }

.label-speaker { left: 0; top: 11.5%; }
.label-tv { left: 0; top: 20%; }
.label-hood { left: 0; top: 28.5%; }
.label-actuator { left: 0; top: 37%; }
.label-sink { left: 0; top: 45.5%; }
.label-counter { left: 0; top: 54%; }
.label-cabinet { left: 0; top: 71%; }
.label-bbq { left: 0; top: 79.5%; }
.label-door { right: 0; top: 11.5%; }
.label-rgb { right: 0; top: 20%; }
.label-cladding { right: 0; top: 37%; }
.label-socket { right: 0; top: 54%; }
.label-kamado { right: 0; top: 62.5%; }
.label-fridge { right: 0; top: 79.5%; }

@keyframes catalogue-line-draw { to { stroke-dashoffset: 0; } }
@keyframes catalogue-line-reveal {
  0% { opacity:0; filter:drop-shadow(0 0 0 rgba(180,119,67,0)); }
  60% { opacity:1; filter:drop-shadow(0 0 5px rgba(180,119,67,.48)); }
  100% { opacity:1; filter:drop-shadow(0 0 0 rgba(180,119,67,0)); }
}
@keyframes catalogue-dot-in { to { opacity: 1; } }
@keyframes catalogue-dot-pulse { 50% { transform: scale(1.85); filter: drop-shadow(0 0 4px rgba(180,119,67,.8)); } }
@keyframes catalogue-label-in { to { opacity: 1; transform: translateY(0); } }
@keyframes catalogue-label-shine { 0%, 68% { transform: translateX(-130%); } 88%, 100% { transform: translateX(130%); } }
@keyframes home-product-float { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-7px) scale(1.006); } }
@keyframes home-product-scan { 0% { opacity: 0; transform: translateY(0); } 12% { opacity: .9; } 65% { opacity: .55; } 78%,100% { opacity: 0; transform: translateY(430px); } }

@media (max-width: 1050px) {
  .home-product-spotlight-copy { grid-template-columns: 1fr 1fr; }
  .home-product-spotlight-copy .home-product-spotlight-actions { grid-column: 1 / -1; justify-content: flex-start; }
  .catalogue-label { width: 17%; min-width: 124px; padding: 5px; grid-template-columns: 23px 1fr; }
  .catalogue-label b { width: 22px; height: 22px; }
}

@media (max-width: 720px) {
  .home-product-spotlight-copy { display: block; }
  .home-product-spotlight-copy .home-product-spotlight-lede { margin-top: 20px; }
  .home-product-spotlight-copy .home-product-spotlight-actions { margin-top: 24px; }
  .home-product-stage { width: 100%; margin: 20px 0 28px; aspect-ratio: auto; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; }
  .home-product-stage::before { display: none; }
  .home-product-render { position: relative; grid-column: 1 / -1; inset: auto; width: 112%; height: auto; max-width: none; margin: 0 -6% 8px; }
  .home-product-halo { inset: 4% -10% 42%; }
  .home-product-scan { left: 0; top: 0; width: 100%; }
  .home-product-wiremap { display: none; }
  .catalogue-label { position: relative; inset: auto !important; width: auto; min-width: 0; min-height: 59px; }
  .catalogue-label strong { font-size: 10px; }
  .catalogue-label small { font-size: 8px; }
  @keyframes home-product-scan { 0% { opacity: 0; transform: translateY(0); } 15% { opacity: .8; } 70% { opacity: .45; } 82%,100% { opacity: 0; transform: translateY(245px); } }
}

/* Administrator-only visual annotation calibration controls. */
.annotation-editor-toolbar {
  position: fixed;
  z-index: 100000;
  right: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  color: #fff;
  background: rgba(23, 32, 39, .94);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 50px rgba(0,0,0,.3);
  backdrop-filter: blur(14px);
}
.annotation-editor-toolbar button {
  min-height: 38px;
  padding: 8px 13px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  cursor: pointer;
  font-weight: 800;
}
.annotation-editor-toolbar button:hover { background: var(--copper); }
.annotation-editor-actions { display: flex; align-items: center; gap: 7px; }
.annotation-editor-actions[hidden], .annotation-editor-toggle[hidden] { display: none; }
.annotation-editor-tip { padding: 0 8px; color: rgba(255,255,255,.72); font-size: 12px; }
.annotation-editor-status { min-width: 0; color: #f0bb88; font-size: 11px; }

.annotation-editing .home-product-spotlight,
.annotation-editing .home-product-spotlight * { animation-play-state: paused !important; }
.annotation-editing .home-product-stage {
  outline: 2px dashed rgba(180,119,67,.65);
  outline-offset: 5px;
  background-image: linear-gradient(rgba(180,119,67,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(180,119,67,.06) 1px, transparent 1px);
  background-size: 5% 5%;
}
.annotation-editing .catalogue-label {
  cursor: grab;
  opacity: 1 !important;
  outline: 1px dashed rgba(180,119,67,.75);
  touch-action: none;
  user-select: none;
}
.annotation-editing .home-product-wiremap { pointer-events: auto; }
.annotation-editing .home-product-wiremap polyline { stroke-dasharray:none !important; stroke-dashoffset:0 !important; opacity:1 !important; animation:none !important; }
.annotation-editing .home-product-wiremap circle {
  opacity: 1 !important;
  r: 7px;
  cursor: crosshair;
  pointer-events: all;
  touch-action: none;
  filter: drop-shadow(0 0 5px rgba(180,119,67,.9));
}
.annotation-dragging, .annotation-dragging * { cursor: grabbing !important; user-select: none !important; }

@media (max-width: 720px) {
  .annotation-editor-toolbar { right: 10px; bottom: 10px; max-width: calc(100vw - 20px); }
  .annotation-editor-actions { flex-wrap: wrap; }
  .annotation-editor-tip { display: none; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

body::selection {
  color: #fff;
  background: var(--copper);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

*:focus-visible {
  outline: 2px solid rgba(180, 119, 67, 0.75);
  outline-offset: 3px;
}

.nav a:focus-visible,
.button:focus-visible {
  outline-offset: 5px;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 62px;
  padding: 6px var(--header-x);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(23, 32, 39, 0.08);
  backdrop-filter: blur(18px) saturate(1.18);
  box-shadow: 0 12px 34px rgba(23, 32, 39, 0.08);
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.brand,
.nav,
.hero-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.brand-logo {
  width: clamp(178px, 16vw, 238px);
  height: 50px;
  object-fit: contain;
}

.nav-toggle {
  display: none;
}

.nav {
  gap: clamp(12px, 1.8vw, 24px);
  font-size: 13px;
}

.nav a,
.nav-dropdown > a {
  white-space: nowrap;
  opacity: 0.86;
}

.nav a:hover,
.nav-dropdown:hover > a,
.nav a.active {
  opacity: 1;
}

.nav a.active {
  color: var(--copper);
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 100%;
  height: 12px;
}

.nav-dropdown > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 178px;
  padding: 6px 0;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(180, 119, 67, 0.32);
  box-shadow: 0 18px 42px rgba(23, 32, 39, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  z-index: 30;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-dropdown:hover > a,
.nav-dropdown:focus-within > a {
  color: var(--copper);
}

.nav-dropdown-menu a {
  display: block;
  padding: 12px 16px;
  color: var(--ink);
  border-bottom: 1px solid rgba(23, 32, 39, 0.08);
  opacity: 1;
  text-transform: none;
}

.nav-dropdown-menu a:last-child {
  border-bottom: 0;
}

.nav-dropdown-menu a:hover {
  color: var(--copper);
  background: rgba(180, 119, 67, 0.08);
}

.nav-dropdown-about {
  position: static;
}

.nav-dropdown-products {
  position: static;
}

.product-mega-menu {
  left: 50%;
  top: 62px;
  width: min(980px, calc(100vw - 48px));
  min-width: 0;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  color: var(--ink);
  background: #f8f5ee;
  border: 1px solid rgba(180, 119, 67, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 28px 70px rgba(23, 32, 39, 0.16);
  transform: translate(-50%, 10px);
}

.product-mega-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(180, 119, 67, 0.1), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(245, 242, 234, 0.86));
}

.nav-dropdown:hover .product-mega-menu,
.nav-dropdown:focus-within .product-mega-menu {
  transform: translate(-50%, 0);
}

.product-mega-card {
  display: grid !important;
  grid-template-rows: 132px 1fr;
  padding: 0 !important;
  overflow: hidden;
  color: var(--ink) !important;
  background: #fff !important;
  border: 1px solid rgba(23, 32, 39, 0.12) !important;
  box-shadow: 0 16px 38px rgba(23, 32, 39, 0.08);
}

.product-mega-card:hover {
  color: var(--ink) !important;
  background: #fff !important;
  border-color: rgba(180, 119, 67, 0.45) !important;
  transform: translateY(-2px);
}

.product-mega-card img {
  width: 100%;
  height: 132px;
  aspect-ratio: auto;
  object-fit: contain;
  padding: 10px;
  background: #f2efe7;
}

.product-mega-card span {
  display: grid;
  gap: 5px;
  min-height: 126px;
  padding: 12px 14px 14px;
}

.product-mega-card strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.1;
}

.product-mega-card em {
  color: var(--copper);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-mega-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.38;
  white-space: normal;
  overflow-wrap: anywhere;
}

.about-mega-menu {
  left: 50%;
  top: 62px;
  width: min(1120px, calc(100vw - 48px));
  min-width: 0;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 34px;
  color: var(--ink);
  background: #f8f5ee;
  border: 1px solid rgba(180, 119, 67, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 28px 70px rgba(23, 32, 39, 0.16);
  transform: translate(-50%, 10px);
}

.about-mega-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(180, 119, 67, 0.11), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(245, 242, 234, 0.82));
}

.nav-dropdown:hover .about-mega-menu,
.nav-dropdown:focus-within .about-mega-menu {
  transform: translate(-50%, 0);
}

.about-mega-copy h2 {
  margin: 0 0 8px;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.05;
  color: var(--ink);
}

.about-mega-copy p {
  max-width: 620px;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: 16px;
}

.about-mega-kicker,
.about-mega-news-title {
  margin: 0 0 12px !important;
  color: var(--copper) !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-mega-item {
  display: grid !important;
  grid-template-columns: 44px 1fr 40px;
  gap: 18px;
  align-items: center;
  padding: 20px 0 !important;
  color: var(--ink) !important;
  border-bottom: 1px solid rgba(23, 32, 39, 0.1) !important;
  background: rgba(255, 255, 255, 0.36) !important;
}

.about-mega-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(180, 119, 67, 0.55);
  color: var(--copper);
  font-size: 11px;
  font-weight: 800;
}

.about-mega-item strong {
  display: block;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
}

.about-mega-item small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.about-mega-item b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 34px;
  border: 1px solid rgba(180, 119, 67, 0.28);
  font-weight: 500;
}

.about-mega-post {
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  overflow: hidden;
  color: var(--ink) !important;
  background: #fff !important;
  border: 1px solid rgba(180, 119, 67, 0.24) !important;
}

.about-mega-post img {
  width: 100%;
  aspect-ratio: 1.72;
  object-fit: cover;
}

.about-mega-post strong {
  display: block;
  min-height: 82px;
  padding: 16px 20px 10px;
  font-size: 17px;
  line-height: 1.28;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

.about-mega-post span {
  display: inline-flex;
  align-self: flex-start;
  margin: auto 20px 24px;
  padding: 9px 14px;
  color: var(--ink);
  border: 1px solid rgba(180, 119, 67, 0.48);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.breadcrumb-trail {
  position: relative;
  z-index: 5;
  margin-top: 62px;
  padding: 9px var(--page-x);
  background: rgba(250, 248, 244, 0.94);
  border-bottom: 1px solid rgba(23, 32, 39, 0.08);
  backdrop-filter: blur(10px);
}

body.admin-bar .breadcrumb-trail {
  margin-top: 94px;
}

.breadcrumb-trail ol {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  color: rgba(31, 38, 46, 0.62);
  font-size: 12px;
  line-height: 1.25;
}

.breadcrumb-trail li {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.breadcrumb-trail li + li::before {
  content: "/";
  margin-right: 8px;
  color: rgba(31, 38, 46, 0.36);
}

.breadcrumb-trail a {
  color: rgba(31, 38, 46, 0.72);
}

.breadcrumb-trail a:hover {
  color: var(--copper);
}

.breadcrumb-trail span {
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero {
  position: relative;
  height: clamp(260px, 34vh, 320px);
  min-height: 0;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}

.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
}

.hero > img {
  opacity: 0;
}

.hero.sub-hero > img,
.hero.hero-is-dynamic > img,
.hero.hero-is-dynamic > .wp-block-image {
  opacity: 0;
  visibility: hidden;
}

.hero-carousel {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-carousel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: contrast(1.05) saturate(1.08);
  transform: scale(1.08);
  animation: hero-carousel 24s infinite;
}

.hero-carousel img:nth-child(2) {
  animation-delay: 6s;
}

.hero-carousel img:nth-child(3) {
  animation-delay: 12s;
}

.hero-carousel img:nth-child(4) {
  animation-delay: 18s;
}

@keyframes hero-carousel {
  0% {
    opacity: 1;
    transform: scale(1.08) translateX(0);
  }

  7%,
  25% {
    opacity: 1;
  }

  32%,
  100% {
    opacity: 0;
    transform: scale(1.01) translateX(-1.5%);
  }
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.hero::before {
  inset: -35%;
  background:
    radial-gradient(circle at 18% 26%, rgba(240, 192, 139, 0.22), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.12), transparent 20%),
    linear-gradient(115deg, transparent 38%, rgba(255, 255, 255, 0.16) 46%, transparent 54%);
  mix-blend-mode: screen;
  opacity: 0.75;
  animation: hero-aurora 9s ease-in-out infinite alternate;
}

.hero::after {
  inset: 0;
  background:
    linear-gradient(110deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.18) 48%, transparent 56%, transparent 100%);
  opacity: 0.42;
  transform: translateX(-120%);
  animation: hero-sweep 5.8s ease-in-out infinite;
}

@keyframes hero-aurora {
  from {
    transform: translate3d(-2%, -1%, 0) rotate(0deg);
  }

  to {
    transform: translate3d(2%, 1%, 0) rotate(4deg);
  }
}

@keyframes hero-sweep {
  0%,
  46% {
    transform: translateX(-120%);
  }

  68% {
    transform: translateX(120%);
  }

  100% {
    transform: translateX(120%);
  }
}

.hero-overlay {
  background:
    radial-gradient(circle at 75% 28%, rgba(180, 119, 67, 0.18), transparent 24%),
    linear-gradient(90deg, rgba(10, 14, 17, 0.58), rgba(10, 14, 17, 0.18) 54%, rgba(10, 14, 17, 0.03)),
    linear-gradient(0deg, rgba(10, 14, 17, 0.24), transparent 62%);
  backdrop-filter: blur(0.15px) saturate(1.03);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: end;
  width: min(560px, calc(100% - 36px));
  margin: 0 var(--page-x) clamp(24px, 4vh, 36px);
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.eyebrow,
.kicker {
  margin: 0 0 9px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 8px;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(14px, 1.15vw, 16px);
}

.hero .hero-lede {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 900;
  line-height: 1.12;
}

.sub-hero h1 {
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 0.96;
}

.sub-hero {
  min-height: 0;
  height: clamp(330px, 48vh, 390px);
  align-items: center;
  padding-top: 0;
}

.hero.sub-hero .hero-content {
  width: min(520px, calc(100% - 36px));
  margin: clamp(42px, 6vh, 62px) var(--page-x) clamp(20px, 3.4vh, 36px);
}

.hero.sub-hero .hero-lede {
  font-size: clamp(16px, 1.55vw, 19px);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.button {
  min-height: 42px;
  min-width: 154px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 10px 18px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  color: #fff;
  background: var(--copper);
}

.button.ghost {
  color: var(--copper);
  border-color: rgba(180, 119, 67, 0.62);
  background: rgba(255, 255, 255, 0.72);
}

.button.small {
  min-height: 36px;
  min-width: 132px;
  margin-top: 0;
  padding: 8px 12px;
  color: #fff;
  background: var(--charcoal);
  font-size: 14px;
}

.hero .button.ghost,
.single-post-hero .button.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.14);
}

.button.block {
  width: 100%;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-hero-enter .hero-content {
  animation: hero-content-enter 0.75s ease both;
}

.page-hero-enter .hero-overlay {
  animation: hero-overlay-enter 0.8s ease both;
}

@keyframes hero-content-enter {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-overlay-enter {
  from {
    opacity: 0.76;
  }

  to {
    opacity: 1;
  }
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #171b1e;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.stats div {
  min-height: 172px;
  padding: clamp(24px, 2.7vw, 38px) clamp(18px, 2vw, 30px);
  border-right: 1px solid rgba(255,255,255,.1);
}

.stats div:last-child {
  border-right: 0;
}

.stats strong {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
  color: #f88725;
  font-size: clamp(44px, 4.5vw, 68px);
  line-height: .88;
}

.stats strong small {
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 600;
  letter-spacing: .01em;
}

.stats .stat-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(66px, 5.2vw, 88px);
  overflow: hidden;
}

.stats .stat-item::before {
  content: "";
  position: absolute;
  left: clamp(18px, 1.9vw, 30px);
  top: 50%;
  width: clamp(34px, 3vw, 46px);
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  opacity: .95;
}

.stats .stat-experience::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23f88725' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='24' cy='24' r='7'/%3E%3Cpath d='M24 7v5M24 36v5M7 24h5M36 24h5M12 12l4 4M32 32l4 4M36 12l-4 4M16 32l-4 4'/%3E%3Ccircle cx='24' cy='24' r='16' stroke-dasharray='5 4'/%3E%3C/svg%3E");
}
.stats .stat-factory::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23f88725' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 41V20l11 6V18l11 7V12h12v29H7Z'/%3E%3Cpath d='M13 34h5M24 34h5M35 20v5M35 31v5'/%3E%3C/svg%3E");
}
.stats .stat-team::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23f88725' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='24' cy='16' r='6'/%3E%3Ccircle cx='10' cy='21' r='4'/%3E%3Ccircle cx='38' cy='21' r='4'/%3E%3Cpath d='M13 40c0-8 4-13 11-13s11 5 11 13M3 39c0-6 3-10 8-10 2 0 4 1 5 2M45 39c0-6-3-10-8-10-2 0-4 1-5 2'/%3E%3C/svg%3E");
}
.stats .stat-structure::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23f88725' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 5 40 11v12c0 10-6 17-16 21C14 40 8 33 8 23V11l16-6Z'/%3E%3Cpath d='m16 24 5 5 11-12'/%3E%3C/svg%3E");
}
.stats .stat-item > span:last-child {
  color: rgba(255,255,255,.74);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.35;
}

.stats .stat-number { color: inherit; }

.stats span,
p,
li,
dd {
  color: var(--muted);
}

.home-model-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(180, 119, 67, 0.12), transparent 27%),
    linear-gradient(180deg, #fff 0%, #f5f1e8 100%);
}

.home-model-showcase::before {
  content: "H-POD";
  position: absolute;
  right: -0.04em;
  top: -0.18em;
  color: rgba(23, 32, 39, 0.025);
  font-size: clamp(110px, 17vw, 260px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.home-model-showcase-head,
.home-model-grid {
  position: relative;
  z-index: 1;
}

.home-model-showcase-head {
  align-items: end;
  margin-bottom: clamp(24px, 3vw, 40px);
}

.home-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 22px);
}

.home-model-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(23, 32, 39, 0.11);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 46px rgba(23, 32, 39, 0.08);
  opacity: 0;
  transform: translateY(34px);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.home-model-card-featured {
  border-color: rgba(180, 119, 67, 0.42);
  box-shadow: 0 22px 54px rgba(180, 119, 67, 0.15);
}

.home-model-card:hover {
  transform: translateY(-8px);
  border-color: rgba(180, 119, 67, 0.5);
  box-shadow: 0 28px 62px rgba(23, 32, 39, 0.14);
}

.home-model-media {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 4 / 3;
  background: #ece9e1;
}

.home-model-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(10, 14, 16, 0.42));
  pointer-events: none;
}

.home-model-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s cubic-bezier(0.2, 0.72, 0.25, 1);
}

.home-model-card:hover .home-model-media img {
  transform: scale(1.055);
}

.home-model-index,
.home-model-badge {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  color: #fff;
  font-weight: 900;
}

.home-model-index {
  left: 18px;
  font-size: 28px;
  line-height: 1;
}

.home-model-badge {
  right: 16px;
  padding: 7px 10px;
  background: rgba(180, 119, 67, 0.92);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-model-card-body {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  align-content: start;
  gap: 10px;
  padding: clamp(20px, 2.3vw, 30px);
}

.home-model-card-body h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 0.95;
}

.home-model-card-body > p {
  margin: 0;
  line-height: 1.62;
}

.home-model-size {
  color: var(--copper) !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.home-model-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 4px;
}

.home-model-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(23, 32, 39, 0.1);
  color: var(--muted);
  background: #faf8f3;
  font-size: 11px;
  font-weight: 800;
}

.home-model-actions {
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 12px;
}

.home-model-configure {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.home-model-configure:hover {
  color: var(--copper);
}

.home-model-showcase.is-visible .home-model-card {
  animation: home-model-enter 0.78s cubic-bezier(0.2, 0.72, 0.25, 1) both;
}

.home-model-showcase.is-visible .home-model-card:nth-child(2) { animation-delay: 0.12s; }
.home-model-showcase.is-visible .home-model-card:nth-child(3) { animation-delay: 0.24s; }

@keyframes home-model-enter {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .home-model-grid {
    grid-template-columns: 1fr;
  }

  .home-model-card {
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    grid-template-rows: none;
  }

  .home-model-media {
    height: 100%;
    min-height: 340px;
    aspect-ratio: auto;
  }
}

@media (max-width: 640px) {
  .home-model-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .home-model-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

.home-safety {
  display: grid;
  grid-template-columns: minmax(360px, 0.94fr) minmax(460px, 1.06fr);
  gap: clamp(18px, 2.6vw, 34px);
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(245, 242, 234, 0.78)),
    var(--paper);
}

.home-safety .safety-copy {
  display: contents;
}

.home-safety .brochure-safety-media {
  grid-column: 1;
  grid-row: 1 / span 5;
  align-self: stretch;
}

.home-safety .safety-copy > .kicker,
.home-safety .safety-copy > h2,
.home-safety .safety-copy > p,
.home-safety .safety-copy > .safety-flow,
.home-safety .safety-copy > .brochure-safety-list {
  grid-column: 2;
  margin-top: 0;
  margin-bottom: 0;
}

.home-safety .safety-copy > .kicker {
  align-self: end;
}

.home-safety .safety-copy > h2 {
  margin: -2px 0 2px;
}

.home-safety .safety-copy > .safety-flow {
  align-self: end;
}

.home-safety .safety-copy > .brochure-safety-list {
  align-self: stretch;
}

@media (min-width: 981px) {
  .home-safety .safety-copy > .brochure-safety-list {
    height: 100%;
    box-sizing: border-box;
  }
}

.home-safety .safety-brochure-copy,
.home-safety .safety-note-panel {
  grid-column: 1 / -1;
}

.home-safety .safety-brochure-copy {
  margin-top: 2px;
  gap: 12px;
}

.home-safety .safety-note-panel {
  margin-top: 0;
}

.safety-media,
.door-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(14px) saturate(1.18);
  box-shadow: 0 18px 48px rgba(23, 32, 39, 0.12);
}

.safety-media img,
.door-card img {
  width: 100%;
  object-fit: cover;
}

.safety-media img {
  aspect-ratio: 1.52;
}

.brochure-safety-media {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 10px;
  padding: 10px;
}

.brochure-safety-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1.55;
  background: #fff;
  object-fit: contain;
}

.brochure-safety-media a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
}

.brochure-safety-media > a {
  min-height: 0;
}

.brochure-safety-media a img {
  aspect-ratio: 1.85;
}

.safety-image-stack img {
  aspect-ratio: 1.55;
  object-fit: cover;
}

.safety-image-stack > img {
  min-height: 360px;
  aspect-ratio: auto;
  object-fit: cover;
}

.safety-image-stack a img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.safety-copy p {
  max-width: 700px;
  font-size: 15px;
}

.safety-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 16px 0 14px;
}

.safety-flow span {
  display: grid;
  min-height: 42px;
  place-items: center;
  color: #fff;
  background: #c90f1b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.safety-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.safety-list li {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--ink);
  font-weight: 800;
}

.brochure-safety-list li {
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: start;
  min-height: 92px;
  padding: 11px 12px;
  border: 1px solid rgba(23, 32, 39, 0.1);
  background: rgba(255, 255, 255, 0.62);
}

.safety-list.brochure-safety-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brochure-safety-list li strong,
.brochure-safety-list li em {
  grid-column: 2;
}

.brochure-safety-list li strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.2;
}

.brochure-safety-list li em {
  margin-top: 3px;
  color: var(--muted);
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.42;
}

.safety-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #cf1f2b;
  box-shadow: 0 0 0 5px rgba(207, 31, 43, 0.1);
}

.safety-brochure-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.safety-brochure-copy article {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 168px;
  padding: 16px;
  border: 1px solid rgba(207, 31, 43, 0.18);
  background: rgba(255, 255, 255, 0.66);
}

@media (max-width: 980px) {
  .home-safety {
    grid-template-columns: 1fr;
  }

  .home-safety .safety-copy {
    display: grid;
    gap: 12px;
  }

  .home-safety .brochure-safety-media,
  .home-safety .safety-copy > .kicker,
  .home-safety .safety-copy > h2,
  .home-safety .safety-copy > p,
  .home-safety .safety-copy > .safety-flow,
  .home-safety .safety-copy > .brochure-safety-list,
  .home-safety .safety-brochure-copy,
  .home-safety .safety-note-panel {
    grid-column: 1;
    grid-row: auto;
  }

  .home-safety .brochure-safety-media {
    grid-template-rows: auto;
  }

  .home-safety .brochure-safety-media img {
    height: auto;
  }

  .home-safety .safety-brochure-copy {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .home-safety .safety-brochure-copy {
    grid-template-columns: 1fr;
  }
}

.safety-brochure-copy span {
  color: #cf1f2b;
  font-size: 12px;
  font-weight: 900;
}

.safety-brochure-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.22;
}

.safety-brochure-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.safety-note-panel {
  margin-top: 10px;
  padding: 14px 16px;
  background: #c90f1b;
  color: #fff;
}

.safety-note-panel strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
}

.safety-note-panel p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.45;
}

.door-variants {
  background: #fff;
}

.door-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.door-card img {
  height: clamp(300px, 32vw, 560px);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
  background: #fff;
}

.door-card div {
  padding: 22px;
}

.door-card span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.door-card .card-label {
  margin: 0;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.door-card h3 {
  margin: 8px 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.16;
}

.door-card p {
  margin: 0;
}

.video-showcase {
  position: relative;
  min-height: clamp(560px, 78vh, 760px);
  display: grid;
  grid-template-columns: minmax(280px, 720px);
  align-items: end;
  overflow: hidden;
  background: var(--charcoal);
  color: #fff;
}

.video-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: clamp(28px, 5vw, 58px);
  background: linear-gradient(90deg, rgba(17, 23, 26, 0.82), rgba(17, 23, 26, 0.26));
}

.video-showcase h2,
.video-showcase p {
  color: #fff;
}

.video-showcase p {
  max-width: 620px;
  opacity: 0.82;
}

.video-showcase strong {
  color: #fff;
}

.video-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.video-points span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
}

.video-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #0e1214;
}

.video-frame::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 12, 14, 0.76), rgba(8, 12, 14, 0.28) 56%, rgba(8, 12, 14, 0.12)),
    linear-gradient(0deg, rgba(8, 12, 14, 0.58), transparent 58%);
}

.video-frame video,
.video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #0e1214;
  pointer-events: none;
}

.brand-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(26px, 5vw, 68px);
  align-items: stretch;
  background: #fff;
}

.brand-panel {
  display: grid;
  align-content: center;
}

.brand-panel p {
  max-width: 720px;
  font-size: 17px;
}

.brand-panel .button {
  width: fit-content;
  margin-top: 10px;
}

.brand-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  box-shadow: 0 16px 42px rgba(23, 32, 39, 0.08);
}

.brand-metrics div {
  min-height: 146px;
  display: grid;
  align-content: center;
  padding: 26px;
  background: var(--paper);
}

.brand-metrics strong {
  color: var(--charcoal);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.brand-metrics span {
  margin-top: 8px;
  color: var(--muted);
}

.gateway {
  background: #fff;
}

.gateway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gateway-grid a {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 10px 30px rgba(23, 32, 39, 0.06);
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.gateway-grid a:hover {
  transform: translateY(-4px);
  border-color: rgba(180, 119, 67, 0.52);
  box-shadow: 0 20px 46px rgba(23, 32, 39, 0.12);
}

.gateway-grid span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
}

.gateway-grid strong {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
}

.gateway-grid em {
  color: var(--muted);
  font-style: normal;
}

.home-scenarios {
  background: #fff;
}

.free-design {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(246, 242, 232, 0.94), rgba(255, 255, 255, 0.96)),
    url("assets/site/banners/products-bbq-pod-hero.webp") center / cover;
}

.free-design-copy,
.free-design-list {
  border: 1px solid rgba(180, 119, 67, 0.22);
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(10px) saturate(1.06);
  box-shadow: 0 18px 48px rgba(23, 32, 39, 0.09);
}

.free-design-copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: clamp(28px, 4vw, 54px);
}

.free-design-copy h2 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.4vw, 60px);
  line-height: 1;
}

.free-design-copy p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.free-design-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.free-design-list {
  display: grid;
  gap: 0;
}

.free-design-list div {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 150px;
  padding: clamp(22px, 3vw, 34px);
  border-bottom: 1px solid rgba(180, 119, 67, 0.2);
}

.free-design-list div:last-child {
  border-bottom: 0;
}

.free-design-list span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
}

.free-design-list strong {
  color: var(--ink);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.05;
}

.free-design-list em {
  color: var(--muted);
  font-style: normal;
}

.home-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-scenario-grid article {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 16px 40px rgba(23, 32, 39, 0.08);
}

.home-scenario-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #d7d9d4;
}

.home-scenario-grid div {
  display: grid;
  gap: 9px;
  padding: clamp(16px, 1.8vw, 21px);
}

.home-scenario-grid span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-scenario-grid .card-label {
  margin: 0;
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-scenario-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.08;
}

.home-scenario-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.home-use-cases {
  background: var(--paper);
}

.product-card-title-above {
  margin: 0;
  padding: 22px 22px 10px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.05;
}

.product-image-link {
  display: block;
}

.product-image-link img {
  transition:
    transform 0.28s ease,
    filter 0.28s ease;
}

.product-image-link:hover img {
  transform: translateY(-4px) scale(1.02);
  filter: saturate(1.04);
}

.product-detail-section {
  background: var(--paper);
}

.product-detail-door-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-detail-door-grid article {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  border: 1px solid rgba(180, 119, 67, 0.22);
  box-shadow: 0 16px 44px rgba(23, 32, 39, 0.08);
}

.product-detail-door-grid img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: contain;
  padding: clamp(12px, 1.6vw, 20px);
  background: #e8e3d9;
}

.product-detail-door-grid article > div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(22px, 2.4vw, 32px);
}

.product-detail-door-grid h2,
.product-config-list h2,
.product-detail-summary h2 {
  margin: 0;
}

.product-detail-door-grid p:not(.kicker),
.product-config-grid p,
.product-detail-summary p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.product-config-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.product-config-grid article {
  min-height: 185px;
  padding: clamp(20px, 2.2vw, 28px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-config-grid span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
}

.product-config-grid h3 {
  margin: 14px 0 8px;
  font-size: 21px;
  line-height: 1.12;
}

.product-editable-config-table {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow-x: auto;
}

.product-editable-config-table figure {
  margin: 0;
}

.product-editable-config-table table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(180, 119, 67, 0.24);
  box-shadow: 0 18px 44px rgba(23, 32, 39, 0.08);
}

.product-editable-config-table th,
.product-editable-config-table td {
  padding: 12px 14px;
  border: 1px solid rgba(23, 32, 39, 0.12);
  vertical-align: top;
  text-align: left;
  line-height: 1.45;
}

.product-editable-config-table th {
  color: #fff;
  background: #c51f25;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-editable-config-table td:first-child {
  width: 68px;
  color: var(--copper);
  font-weight: 900;
}

.product-editable-config-table td:nth-child(2) {
  width: 230px;
  color: var(--ink);
  font-weight: 800;
}

.product-editable-config-table figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}

.product-detail-gallery {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-detail-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  padding: clamp(10px, 1.5vw, 18px);
  background: #e8e3d9;
  border: 1px solid rgba(180, 119, 67, 0.18);
}

.product-detail-actions {
  width: min(1180px, 100%);
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
}

.product-detail-actions .button.ghost {
  color: #fff;
  background: var(--copper);
  border-color: var(--copper);
}

.product-detail-summary {
  width: min(1180px, calc(100% - var(--page-x) * 2));
  margin: 0 auto clamp(42px, 5vw, 70px);
  padding: clamp(28px, 4vw, 48px);
  background: #fff;
  border: 1px solid rgba(180, 119, 67, 0.22);
  box-shadow: 0 18px 44px rgba(23, 32, 39, 0.08);
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.use-case-grid article {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(150px, 0.86fr) minmax(180px, 1.14fr);
  min-height: 220px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 32, 39, 0.07);
}

.use-case-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #d7d9d4;
}

.use-case-grid div {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
}

.use-case-grid span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.use-case-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.12;
}

.use-case-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.home-lifestyle-strip {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 238, 228, 0.86)),
    var(--paper);
}

.lifestyle-collage {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lifestyle-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  min-height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: #15181a;
  box-shadow: 0 22px 54px rgba(23, 32, 39, 0.16);
  isolation: isolate;
}

.lifestyle-card.wide {
  grid-column: span 1;
}

.lifestyle-card.tall {
  grid-column: span 1;
  grid-row: span 1;
}

.lifestyle-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.lifestyle-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(12, 15, 17, 0), rgba(12, 15, 17, 0.04) 58%, rgba(12, 15, 17, 0.46)),
    linear-gradient(90deg, rgba(12, 15, 17, 0.12), rgba(12, 15, 17, 0));
  pointer-events: none;
}

.lifestyle-card div {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: calc(100% - 24px);
  padding: 8px 10px;
  color: #fff;
  background: rgba(12, 15, 17, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(5px) saturate(1.08);
}

.lifestyle-card span {
  width: fit-content;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  color: #f0c08b;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.lifestyle-card .card-label {
  width: fit-content;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  color: #f0c08b;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.lifestyle-card h3 {
  max-width: 100%;
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.12;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.lifestyle-card:not(.wide) h3 {
  font-size: clamp(13px, 1.15vw, 16px);
}

.lifestyle-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.03);
}

.home-product-info {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(320px, 0.88fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  background: var(--paper);
}

.product-info-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 0.95;
}

.product-info-copy p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.info-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.info-pill-row span {
  border: 1px solid var(--line);
  padding: 10px 12px;
  background: #fff;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 900;
}

.product-info-media img {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  box-shadow: 0 20px 54px rgba(23, 32, 39, 0.14);
}

.home-feature-band {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(190, 123, 66, 0.16), transparent 28%),
    radial-gradient(circle at 92% 84%, rgba(77, 103, 111, 0.11), transparent 30%),
    linear-gradient(145deg, #fbfaf6 0%, #f2eee5 54%, #f8f6f0 100%);
}

.home-feature-band::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(180, 119, 67, 0.16);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(180, 119, 67, 0.035),
    0 0 0 104px rgba(180, 119, 67, 0.025);
  pointer-events: none;
}

.feature-band-head {
  position: relative;
  z-index: 1;
  align-items: end;
}

.home-feature-band .section-head h2,
.home-feature-band .section-head p {
  color: var(--ink);
}

.feature-band-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-band-grid article {
  position: relative;
  overflow: hidden;
  min-height: 215px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: start;
  gap: clamp(14px, 1.5vw, 20px);
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(23, 32, 39, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 240, 0.76)),
    #fff;
  box-shadow: 0 14px 34px rgba(23, 32, 39, 0.07);
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-band-grid article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--copper), rgba(180, 119, 67, 0.08));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.42s ease;
}

.feature-band-grid article:hover {
  transform: translateY(-7px);
  border-color: rgba(180, 119, 67, 0.38);
  box-shadow: 0 22px 48px rgba(23, 32, 39, 0.12);
}

.feature-band-grid article:hover::after {
  transform: scaleX(1);
}

.feature-icon-image {
  display: block;
  width: 56px;
  height: 56px;
  padding: 12px;
  border: 1px solid rgba(180, 119, 67, 0.32);
  background: linear-gradient(145deg, rgba(180, 119, 67, 0.14), rgba(255, 255, 255, 0.72));
  object-fit: contain;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.feature-copy {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.feature-band-grid strong {
  color: var(--copper);
  font-size: 13px;
  letter-spacing: 0.08em;
}

.feature-band-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 1.45vw, 24px);
  line-height: 1.12;
}

.feature-band-grid p {
  margin: 0;
  color: var(--muted);
}

.home-feature-band.is-visible .feature-band-grid article {
  animation: feature-card-enter 0.72s cubic-bezier(0.2, 0.72, 0.25, 1) both;
}

.home-feature-band.is-visible .feature-band-grid article:nth-child(2) { animation-delay: 0.08s; }
.home-feature-band.is-visible .feature-band-grid article:nth-child(3) { animation-delay: 0.16s; }
.home-feature-band.is-visible .feature-band-grid article:nth-child(4) { animation-delay: 0.24s; }
.home-feature-band.is-visible .feature-band-grid article:nth-child(5) { animation-delay: 0.32s; }
.home-feature-band.is-visible .feature-band-grid article:nth-child(6) { animation-delay: 0.4s; }

.home-feature-band.is-visible .feature-icon-image {
  animation: feature-icon-arrive 0.78s cubic-bezier(0.2, 0.72, 0.25, 1) both;
}

@keyframes feature-card-enter {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes feature-icon-arrive {
  0% {
    opacity: 0;
    transform: scale(0.72) rotate(-6deg);
  }
  65% {
    opacity: 1;
    transform: scale(1.06) rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

.home-compare {
  background: #fff;
}

.seo-link-panel {
  background: #fff;
}

.seo-link-panel .section-head {
  margin-bottom: 22px;
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.seo-link-grid a {
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(180, 119, 67, 0.08), rgba(255, 255, 255, 0)),
    var(--panel);
  box-shadow: 0 12px 28px rgba(23, 32, 39, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.seo-link-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(180, 119, 67, 0.38);
  box-shadow: 0 18px 36px rgba(23, 32, 39, 0.1);
}

.seo-link-grid strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
}

.seo-link-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.faq-intro {
  max-width: 820px;
  margin: 0 0 24px;
  color: var(--muted);
}

.home-compare-table {
  overflow: hidden;
  display: grid;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 16px 44px rgba(23, 32, 39, 0.08);
}

.home-compare-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.78fr) repeat(3, minmax(180px, 1fr));
  border-bottom: 1px solid var(--line);
}

.home-compare-row:last-child {
  border-bottom: 0;
}

.home-compare-row > div {
  min-height: 74px;
  display: grid;
  align-content: center;
  border-right: 1px solid var(--line);
  padding: 16px;
  color: var(--muted);
}

.home-compare-row > div:last-child {
  border-right: 0;
}

.home-compare-row > div:first-child {
  color: var(--ink);
  background: #f7f5ef;
  font-weight: 900;
}

.home-compare-head > div {
  min-height: 88px;
  color: #fff;
  background: var(--charcoal);
  font-size: 18px;
  font-weight: 900;
}

.home-compare-head > div:first-child {
  color: #fff;
  background: #151b1f;
}

.home-compare-row a {
  color: var(--copper);
  font-weight: 900;
}

.blog-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  background: #fff;
}

.blog-feature-copy p {
  max-width: 660px;
  font-size: 17px;
}

.blog-feature img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.blog-list,
.download-section {
  background: var(--paper);
}

.blog-catalog {
  display: grid;
  grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  background: var(--paper);
}

.blog-sidebar {
  position: sticky;
  top: 82px;
  display: grid;
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(16px) saturate(1.2);
  box-shadow: 0 16px 42px rgba(23, 32, 39, 0.08);
}

.blog-sidebar .kicker {
  margin: 0;
  padding: 18px 18px 8px;
}

.blog-sidebar a {
  display: block;
  border-top: 1px solid var(--line);
  padding: 13px 18px;
  color: var(--ink);
  font-weight: 850;
}

.blog-sidebar a:hover {
  color: var(--copper);
  background: rgba(255, 255, 255, 0.62);
}

.sidebar-note {
  border-top: 1px solid var(--line);
  padding: 18px;
}

.sidebar-note strong,
.sidebar-note span {
  display: block;
}

.sidebar-note strong {
  color: var(--ink);
  font-size: 14px;
}

.sidebar-note span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.blog-content {
  display: grid;
  gap: 18px;
}

.blog-lead {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(300px, 1.08fr);
  gap: clamp(24px, 4vw, 50px);
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(23, 32, 39, 0.08);
}

.blog-lead img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.blog-lead div {
  padding: clamp(22px, 4vw, 42px);
}

.blog-lead p {
  max-width: 680px;
  font-size: 17px;
}

.blog-lead a {
  display: inline-flex;
  margin-top: 10px;
  color: var(--copper);
  font-weight: 900;
}

.article-grid,
.download-grid,
.company-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.article-grid.product-style {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-story {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: #fff;
}

.about-copy p {
  max-width: 720px;
  font-size: 17px;
}

.about-image-stack {
  display: grid;
  grid-template-columns: 0.92fr 0.7fr;
  gap: 14px;
  align-items: end;
}

.about-image-stack img {
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(12px) saturate(1.15);
  box-shadow: 0 18px 48px rgba(23, 32, 39, 0.14);
}

.about-image-stack img:first-child {
  aspect-ratio: 1.24;
}

.about-image-stack img:last-child {
  aspect-ratio: 0.86;
}

.about-capabilities {
  color: #fff;
  background: var(--charcoal);
}

.about-capabilities h2 {
  color: #fff;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.about-feature-grid article {
  min-height: 250px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(12px);
}

.about-feature-grid span {
  color: var(--copper);
  font-weight: 900;
}

.about-feature-grid h3 {
  margin: 30px 0 8px;
  color: #fff;
  font-size: 25px;
}

.about-feature-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.about-process {
  background: var(--paper);
}

.about-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-process li {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(23, 32, 39, 0.07);
}

.about-process span {
  color: var(--copper);
  font-weight: 900;
}

.about-process strong {
  display: block;
  color: var(--ink);
  font-size: 21px;
}

.about-process em {
  color: var(--muted);
  font-style: normal;
}

.article-grid article,
.download-card,
.company-grid article {
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(23, 32, 39, 0.07);
}

.article-grid article {
  overflow: hidden;
}

.article-grid img {
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
}

.article-grid span,
.download-card span,
.company-grid span {
  display: inline-block;
  margin: 20px 20px 0;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.article-grid h3,
.download-card h3,
.company-grid h3 {
  margin: 9px 20px 8px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.22;
}

.article-grid p,
.download-card p,
.company-grid p {
  margin: 0 20px 22px;
}

.wp-blog-layout,
.wp-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
}

.wp-post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wp-blog-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 468px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px rgba(23, 32, 39, 0.07);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.wp-blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(180, 119, 67, 0.45);
  box-shadow: 0 20px 44px rgba(23, 32, 39, 0.12);
}

.wp-blog-thumb {
  display: block;
  overflow: hidden;
  background: #ece8de;
  aspect-ratio: 4 / 3;
}

.wp-blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.wp-blog-card:hover .wp-blog-thumb img {
  transform: scale(1.035);
}

.wp-blog-card-body {
  display: grid;
  grid-template-rows: 18px minmax(58px, 58px) minmax(72px, 72px) 22px;
  gap: 10px;
  padding: 18px 18px 20px;
}

.wp-blog-meta,
.wp-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.wp-blog-card h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.22;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wp-blog-card p {
  margin: 0;
  color: var(--muted);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wp-read-more {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.wp-blog-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

body.admin-bar .wp-blog-sidebar {
  top: 128px;
}

.wp-sidebar-widget {
  background: #fff;
  border: 1px solid var(--line);
  padding: 18px;
  box-shadow: 0 12px 32px rgba(23, 32, 39, 0.06);
}

.wp-sidebar-widget h3 {
  margin: 0 0 12px;
  font-size: 17px;
}

.wp-sidebar-widget ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.wp-sidebar-widget li {
  color: var(--muted);
  font-size: 14px;
}

.wp-sidebar-widget a:hover {
  color: var(--copper);
}

.wp-sidebar-widget .search-form {
  display: grid;
  gap: 8px;
}

.wp-sidebar-widget input[type="search"] {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--line);
  padding: 8px 10px;
}

.wp-sidebar-widget input[type="submit"] {
  min-height: 40px;
  color: #fff;
  background: var(--charcoal);
  border: 0;
  font-weight: 900;
  cursor: pointer;
}

.wp-blog-pagination {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.wp-blog-pagination .page-numbers {
  min-width: 38px;
  min-height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 800;
}

.wp-blog-pagination .current {
  color: #fff;
  background: var(--copper);
  border-color: var(--copper);
}

.wp-single-article {
  background: #fff;
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 58px);
  box-shadow: 0 14px 38px rgba(23, 32, 39, 0.08);
}

.wp-single-content {
  max-width: 820px;
}

.wp-single-main-image {
  margin: 22px 0 26px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #ece8de;
}

.wp-single-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-single-title-block {
  min-height: 122px;
  padding-bottom: 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.wp-single-title-block h2 {
  margin: 0 0 10px;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.06;
}

.wp-single-title-block p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.wp-single-content h2 {
  margin: 32px 0 12px;
  font-size: clamp(25px, 2.2vw, 34px);
}

.wp-single-content h3 {
  margin: 24px 0 10px;
  font-size: 22px;
}

.wp-single-content p,
.wp-single-content li {
  color: var(--muted);
  font-size: 17px;
}

.wp-single-content img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 24px 0;
}

.wp-single-content figure img {
  aspect-ratio: 16 / 9;
  height: 100%;
}

.wp-blog-empty {
  grid-column: 1 / -1;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
}

.about-edit-section {
  background: var(--paper);
}

.about-edit-section h2 {
  max-width: 860px;
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
}

.about-edit-section p,
.about-edit-section li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.about-edit-section .wp-block-image {
  margin: 0;
}

.about-edit-section .wp-block-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(23, 32, 39, 0.12);
}

.about-two-column {
  align-items: center !important;
  gap: clamp(24px, 4vw, 64px) !important;
}

.about-timeline {
  display: grid;
  gap: 12px;
  max-width: 980px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.about-timeline li,
.about-value-grid .wp-block-column,
.about-contact-block {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(23, 32, 39, 0.06);
}

.about-timeline li {
  padding: 18px 20px;
}

.about-timeline strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.about-value-grid {
  gap: 14px !important;
}

.about-value-grid .wp-block-column {
  padding: 20px;
}

.about-value-grid h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.about-brand-hero,
.about-brand-story,
.about-milestone-section {
  background: var(--paper);
}

.about-brand-layout,
.about-brand-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: center;
}

.about-brand-layout .wp-block-image,
.about-brand-feature .wp-block-image {
  margin: 0;
}

.about-brand-layout img,
.about-brand-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(23, 32, 39, 0.13);
}

.about-brand-copy {
  display: grid;
  gap: 16px;
}

.about-brand-copy h2,
.about-brand-copy h3 {
  margin: 0;
}

.about-brand-copy p,
.about-milestone-intro {
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
}

.about-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.about-highlight-card {
  min-height: 230px;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: clamp(20px, 2.4vw, 30px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
}

.about-highlight-card h3,
.about-story-item h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: clamp(18px, 1.4vw, 24px);
}

.about-highlight-card p,
.about-story-item p,
.about-milestone-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.about-brand-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.about-story-item {
  min-height: 220px;
  padding: clamp(22px, 2.6vw, 36px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.about-brand-letter {
  max-width: 920px;
  margin: clamp(28px, 4vw, 52px) auto 0;
  padding: clamp(24px, 3vw, 40px);
  border-left: 4px solid var(--copper);
  background: #fff;
}

.about-brand-letter p {
  margin: 0 0 16px;
  color: var(--charcoal);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.8;
}

.about-brand-letter cite {
  display: block;
  color: var(--muted);
  font-style: normal;
  line-height: 1.7;
}

.about-milestone-list {
  display: grid;
  gap: 0;
  margin-top: clamp(24px, 3vw, 42px);
  border-top: 1px solid var(--line);
}

.about-milestone-item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 42px);
  padding: clamp(22px, 2.8vw, 36px) 0;
  border-bottom: 1px solid var(--line);
}

.about-milestone-year {
  color: var(--copper);
  font-size: clamp(22px, 2.4vw, 38px);
  font-weight: 900;
}

.about-milestone-item h3 {
  margin: 0 0 8px;
}

@media (max-width: 980px) {
  .about-brand-layout,
  .about-brand-feature,
  .about-brand-story-grid {
    grid-template-columns: 1fr;
  }

  .about-highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-milestone-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 640px) {
  .about-highlight-grid {
    grid-template-columns: 1fr;
  }
}

.about-tbk-section {
  position: relative;
  padding: clamp(54px, 7vw, 92px) var(--page-x);
  background:
    radial-gradient(circle at 78% 10%, rgba(217, 229, 234, 0.62), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 242, 234, 0.84));
  overflow: hidden;
}

.about-tbk-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(23, 32, 39, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 32, 39, 0.06) 1px, transparent 1px);
  background-size: 46px 46px;
}

.about-tbk-layout {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(34px, 4.5vw, 62px);
}

.about-tbk-title {
  text-align: left;
  margin: 0 0 24px;
}

.about-tbk-title h2 {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.05;
}

.about-tbk-title p {
  margin: 8px 0 0;
  color: #c51f25;
  font-weight: 700;
}

.about-tbk-intro {
  max-width: 100%;
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.75;
}

.about-milestone-track {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 8px 0 0 34px;
}

.about-milestone-track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 2px;
  transform: translateX(-1px);
  background: linear-gradient(rgba(197, 31, 37, 0.08), rgba(197, 31, 37, 0.46), rgba(197, 31, 37, 0.08));
}

.about-timeline-item {
  position: relative;
  width: auto;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 32, 39, 0.12);
  box-shadow: 0 18px 44px rgba(23, 32, 39, 0.08);
}

.about-timeline-item:nth-child(odd) {
  grid-column: auto;
  margin-right: 0;
}

.about-timeline-item:nth-child(even) {
  grid-column: auto;
  justify-self: stretch;
  margin-left: 0;
}

.about-timeline-item::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: #c51f25;
  box-shadow: 0 0 0 1px rgba(197, 31, 37, 0.35);
}

.about-timeline-item:nth-child(odd)::after {
  left: -31px;
  right: auto;
}

.about-timeline-item:nth-child(even)::after {
  left: -31px;
}

.about-timeline-year {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 14px;
  color: #fff;
  background: #c51f25;
  font-weight: 800;
}

.about-timeline-item h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.about-timeline-item p {
  margin: 0;
  color: var(--muted);
}

.about-tbk-sidebar {
  display: grid;
  align-content: start;
  gap: 24px;
}

.about-social-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 8px 0 18px;
  border-bottom: 1px solid rgba(23, 32, 39, 0.12);
}

.about-social-row a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: #c51f25;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.about-sidebar-card {
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(23, 32, 39, 0.12);
}

.about-sidebar-card h3 {
  margin: 0 0 12px;
  font-size: 19px;
}

.about-sidebar-card p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.75;
}

.about-sidebar-card a {
  color: var(--ink);
  font-size: 13px;
  font-style: italic;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-recent-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  margin-bottom: 14px;
}

.about-recent-card small {
  color: var(--copper);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-profile-band {
  padding: clamp(48px, 6vw, 78px) var(--page-x);
  background: var(--paper);
}

.about-profile-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
}

.about-profile-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.about-profile-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}

.about-profile-copy h3 {
  margin: 24px 0 10px;
  font-size: 22px;
}

.about-profile-copy p,
.about-profile-copy li {
  color: var(--muted);
  line-height: 1.75;
}

.about-contact-band {
  padding: 0 var(--page-x) clamp(48px, 6vw, 78px);
  background: var(--paper);
}

.about-contact-card {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(180, 119, 67, 0.22);
  box-shadow: 0 18px 44px rgba(23, 32, 39, 0.08);
}

.about-contact-card h2 {
  margin: 0 0 14px;
  font-size: clamp(24px, 2.2vw, 34px);
}

.about-contact-card p {
  max-width: 920px;
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 980px) {
  .about-mega-menu,
  .about-tbk-layout,
  .about-profile-grid {
    grid-template-columns: 1fr;
  }

  .about-mega-menu {
    width: min(720px, calc(100vw - 28px));
    padding: 22px;
  }

  .about-milestone-track::before {
    left: 18px;
  }

  .about-timeline-item,
  .about-timeline-item:nth-child(even) {
    grid-column: 1;
    width: 100%;
    justify-self: stretch;
    margin-left: 34px;
    margin-right: 0;
  }

  .about-timeline-item:nth-child(odd) {
    grid-column: 1;
    margin-left: 34px;
    margin-right: 0;
  }

  .about-timeline-item:nth-child(odd)::after,
  .about-timeline-item:nth-child(even)::after {
    left: -24px;
    right: auto;
  }

  .product-detail-door-grid,
  .product-config-grid,
  .product-detail-gallery {
    grid-template-columns: 1fr;
  }

  .product-config-grid {
    border-left: 0;
  }

  .product-config-grid article {
    border-left: 1px solid var(--line);
  }
}

.editable-page,
.editable-page * {
  box-sizing: border-box;
}

.editable-page img,
.editable-page video {
  max-width: 100%;
}

.editable-page > .hero,
.editable-page > .section,
.editable-page > .config-wizard-section,
.editable-page > .inquiry {
  width: 100%;
}

.editable-page .config-wizard {
  width: min(100%, 1360px);
  margin: 0 auto;
}

.editable-page .wizard-steps {
  grid-template-columns: repeat(7, minmax(96px, 1fr));
  overflow-x: auto;
  scrollbar-width: thin;
}

.editable-page .wizard-layout {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
}

.editable-page .wizard-main,
.editable-page .wizard-summary,
.editable-page .wizard-panel,
.editable-page .visual-option,
.editable-page .extra-card,
.editable-page .texture-card,
.editable-page .product-card-body,
.editable-page .summary {
  min-width: 0;
}

.editable-page .wizard-panel {
  overflow: hidden;
}

.editable-page .visual-option img,
.editable-page .extra-card img {
  flex: 0 0 auto;
}

.editable-page .summary dl,
.editable-page .summary dd {
  min-width: 0;
  overflow-wrap: anywhere;
}

.editable-page .gallery-section {
  overflow: hidden;
}

.editable-page .gallery-grid {
  max-width: 100%;
}

.editable-page .wp-block-cover.hero {
  display: flex;
  min-height: 0;
  height: clamp(260px, 34vh, 320px);
  padding: 0 var(--page-x);
  color: #fff;
}

.editable-page .wp-block-cover.hero .wp-block-cover__inner-container {
  width: min(1048px, 100%);
  margin: 0 auto;
  color: inherit;
}

.editable-page .wp-block-cover.hero .hero-content {
  max-width: 680px;
  padding: 0;
}

.editable-page .wp-block-cover.hero .hero-content > * {
  margin-left: 0;
  margin-right: 0;
}

.editable-page .wp-block-group.hero.editable-hero {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 0;
  height: clamp(260px, 34vh, 320px);
  padding: 0 var(--page-x);
  overflow: hidden;
  color: #fff;
  background: #172027;
}

.editable-page .wp-block-group.hero.editable-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(23, 32, 39, 0.68), rgba(23, 32, 39, 0.24) 52%, rgba(23, 32, 39, 0.42)),
    linear-gradient(0deg, rgba(23, 32, 39, 0.16), rgba(23, 32, 39, 0.06));
  pointer-events: none;
}

.editable-page .wp-block-group.hero.editable-hero {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
}

.editable-page .wp-block-group.hero.editable-hero > .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
  width: min(1048px, 100%);
  margin: 0 auto;
}

.editable-page .wp-block-group.hero.editable-hero > .wp-block-group__inner-container > .wp-block-image:first-child,
.editable-page .wp-block-group.hero.editable-hero > .wp-block-image:first-child {
  position: absolute;
  z-index: -1;
  inset: 0 calc(-1 * var(--page-x));
  height: 100%;
  margin: 0;
}

.editable-page .wp-block-group.hero.editable-hero > .wp-block-group__inner-container > .wp-block-image:first-child img,
.editable-page .wp-block-group.hero.editable-hero > .wp-block-image:first-child img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transform: scale(1.02);
}

.editable-page .wp-block-group.hero.editable-hero .hero-content {
  position: relative;
  z-index: 2;
  width: min(1048px, 100%);
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
}

.editable-page .wp-block-group.hero.editable-hero .hero-content > * {
  margin-left: 0;
  margin-right: 0;
}

.editable-page .wp-block-group.section {
  width: 100%;
  max-width: none;
}

.editable-page .wp-block-group.section > .wp-block-group__inner-container,
.editable-page .wp-block-group.section > :not(.wp-block-group__inner-container) {
  width: min(1160px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.editable-page .wp-block-columns {
  margin-bottom: 0;
}

.editable-page .wp-block-button__link {
  min-width: 154px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 0;
  font-weight: 900;
  text-transform: none;
}

.editable-page .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--ink);
  border-color: var(--line);
}

.editable-page .wp-block-image {
  margin: 0;
}

.editable-page .wp-block-image img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.editable-page .hero > .wp-block-image,
.editable-page .hero > .wp-block-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.editable-page .hero > .wp-block-image img {
  object-fit: cover;
}

.editable-page .hero > .hero-carousel {
  position: absolute;
  inset: 0;
}

.editable-page .hero-carousel .wp-block-image,
.editable-page .hero-carousel .wp-block-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.editable-page .hero-carousel .wp-block-image:nth-child(1) img {
  animation: hero-carousel 24s infinite;
}

.editable-page .hero-carousel .wp-block-image:nth-child(2) img {
  animation: hero-carousel 24s infinite 6s;
}

.editable-page .hero-carousel .wp-block-image:nth-child(3) img {
  animation: hero-carousel 24s infinite 12s;
}

.editable-page .hero-carousel .wp-block-image:nth-child(4) img {
  animation: hero-carousel 24s infinite 18s;
}

.editable-page .hero > .wp-block-image:not(.hero-carousel *) {
  z-index: 0;
}

.editable-page .wp-block-group.hero.editable-hero {
  height: clamp(260px, 34vh, 320px);
  min-height: 0;
  display: grid;
  align-items: end;
  padding: 0;
}

.editable-page .wp-block-group.hero.editable-hero > .wp-block-group__inner-container {
  position: static;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: end;
  margin: 0;
}

.editable-page .wp-block-group.hero.editable-hero .hero-content {
  width: min(560px, calc(100% - 36px));
  max-width: 560px;
  margin: 0 var(--page-x) clamp(24px, 4vh, 36px);
  padding: 0;
}

.editable-page .wp-block-group.hero.editable-hero.hero-is-dynamic > .wp-block-group__inner-container > .wp-block-image:first-child {
  opacity: 0;
  visibility: hidden;
}

.editable-page .stats.wp-block-group,
.editable-page .home-scenario-grid.wp-block-group,
.editable-page .feature-band-grid.wp-block-group,
.editable-page .door-grid.wp-block-group,
.editable-page .free-design-list.wp-block-group,
.editable-page .info-pill-row.wp-block-group,
.editable-page .safety-flow.wp-block-group,
.editable-page .video-points.wp-block-group {
  max-width: none;
}

.editable-page .stats .wp-block-group,
.editable-page .free-design-list .wp-block-group,
.editable-page .feature-band-grid .wp-block-group,
.editable-page .home-scenario-grid .wp-block-group,
.editable-page .door-grid .wp-block-group {
  min-width: 0;
}

.download-card {
  display: grid;
  align-content: start;
  min-height: 210px;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.download-card:hover {
  transform: translateY(-4px);
  border-color: rgba(180, 119, 67, 0.5);
  box-shadow: 0 20px 42px rgba(23, 32, 39, 0.12);
}

.section,
.config-section,
.inquiry {
  padding: clamp(32px, 3.8vw, 54px) var(--page-x);
  scroll-margin-top: 78px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(280px, 1.14fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
  letter-spacing: 0;
}

.intro > p {
  margin: 10px 0 0;
  font-size: 16px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(16px, 2.2vw, 24px);
}

.product-category {
  background: #fff;
}

.product-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.sidebar-panel {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  padding: 20px;
  background: var(--panel);
  box-shadow: 0 12px 30px rgba(23, 32, 39, 0.06);
}

.sidebar-panel h2,
.sidebar-panel h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.12;
}

.sidebar-panel h2 {
  font-size: 24px;
}

.sidebar-panel h3 {
  font-size: 15px;
}

.sidebar-panel a,
.sidebar-panel span {
  display: block;
  border-top: 1px solid var(--line);
  padding-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.sidebar-panel a:hover {
  color: var(--copper);
}

.sidebar-panel.compact {
  gap: 8px;
}

.product-main {
  min-width: 0;
}

.category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.category-head h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 2.8vw, 36px);
  line-height: 0.98;
}

.category-head p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.product-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.shop-product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 14px 36px rgba(23, 32, 39, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.shop-product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(180, 119, 67, 0.46);
  box-shadow: 0 20px 52px rgba(23, 32, 39, 0.13);
}

.shop-product-card.featured {
  border-color: rgba(180, 119, 67, 0.5);
}

.product-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.55;
  padding: clamp(18px, 2.3vw, 28px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0)),
    #e3e0d8;
}

.product-image-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.32s ease;
}

.shop-product-card:hover .product-image-link img {
  transform: scale(1.04);
}

.product-card-body {
  display: grid;
  grid-template-rows: auto auto minmax(58px, auto) 1fr auto;
  flex: 1;
  gap: 9px;
  padding: 17px;
}

.product-card-body h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.08;
  min-height: 2.2em;
}

.product-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.product-card-body ul {
  display: grid;
  align-content: start;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-card-body .button {
  align-self: end;
  width: fit-content;
}

.product-card-body .product-config-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: end;
}

.editable-page .wp-block-columns.product-card-grid {
  align-items: stretch !important;
  gap: 18px;
}

.editable-page .wp-block-columns.product-card-grid > .wp-block-column {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto minmax(66px, auto) 1fr;
  min-height: 100%;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 14px 36px rgba(23, 32, 39, 0.08);
}

.editable-page .wp-block-columns.product-card-grid .wp-block-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.55;
  margin: 0;
  padding: clamp(18px, 2.3vw, 28px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0)),
    #e3e0d8;
}

.editable-page .wp-block-columns.product-card-grid .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.editable-page .wp-block-columns.product-card-grid h3,
.editable-page .wp-block-columns.product-card-grid h4 {
  min-height: 2.2em;
  margin: 17px 17px 0;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.08;
}

.editable-page .wp-block-columns.product-card-grid p {
  margin: 0 17px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.editable-page .wp-block-columns.product-card-grid ul {
  align-self: start;
  margin: 0 17px 17px;
  padding-left: 22px;
}

.editable-page .wp-block-columns.product-card-grid li {
  margin: 0 0 7px;
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.editable-page .wp-block-columns.product-card-grid .product-config-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: end;
  margin: 0 17px 18px;
}

.editable-page .wp-block-columns.product-card-grid .product-config-actions .wp-block-button__link {
  min-width: 132px;
  min-height: 42px;
  padding: 12px 18px;
  color: #fff;
  background: var(--copper);
}

.editable-page .wp-block-columns.product-card-grid .product-config-actions .is-style-outline .wp-block-button__link,
.product-card-body .product-config-actions .button.ghost {
  color: var(--copper);
  background: transparent;
  border-color: rgba(180, 119, 67, 0.62);
}

.product-card-body li,
.check-list li {
  position: relative;
  padding-left: 18px;
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 800;
}

.product-card-body li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
}

.product-overview {
  background: var(--paper);
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.overview-grid article {
  border: 1px solid var(--line);
  padding: clamp(20px, 2.4vw, 28px);
  background: #fff;
  box-shadow: 0 12px 32px rgba(23, 32, 39, 0.06);
}

.overview-grid strong {
  color: var(--copper);
  font-size: 14px;
}

.overview-grid h3 {
  margin: 12px 0 8px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.14;
}

.overview-grid p {
  margin: 0;
  color: var(--muted);
}

.product-content {
  background: #fff;
}

.content-block {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(22px, 3.4vw, 46px);
  align-items: center;
}

.content-block img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
  box-shadow: 0 20px 54px rgba(23, 32, 39, 0.12);
}

.content-block h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 0.98;
}

.content-block p {
  color: var(--muted);
  font-size: 15px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.product-scene-plans {
  background: var(--charcoal);
}

.product-scene-plans .section-head h2,
.product-scene-plans .section-head p {
  color: #fff;
}

.scene-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.scene-plan-card {
  overflow: hidden;
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #151b1f;
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}

.scene-plan-card.large {
  grid-column: span 2;
  grid-template-columns: minmax(320px, 1.05fr) minmax(300px, 0.95fr);
}

.scene-plan-card img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  background: #d7d9d4;
}

.scene-plan-card > div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(20px, 2.4vw, 28px);
}

.scene-plan-card span {
  color: #f0c08b;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.scene-plan-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.05;
}

.scene-plan-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.scene-plan-card ul {
  display: grid;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.scene-plan-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
}

.scene-plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.model-type-section {
  background: linear-gradient(180deg, #fff, var(--paper));
}

.scenario-solutions {
  background: #fff;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.scenario-grid article {
  overflow: hidden;
  display: grid;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 14px 34px rgba(23, 32, 39, 0.08);
}

.scenario-grid img {
  width: 100%;
  aspect-ratio: 1.26;
  object-fit: cover;
  background: #d7d9d4;
}

.scenario-grid article > div {
  display: grid;
  gap: 8px;
  padding: 20px;
}

.scenario-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.18;
}

.scenario-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.model-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.model-type-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(23, 32, 39, 0.09);
}

.model-type-card.featured {
  border-color: rgba(180, 119, 67, 0.5);
  box-shadow: 0 22px 58px rgba(23, 32, 39, 0.14);
}

.model-type-card img {
  width: 100%;
  height: clamp(170px, 19vw, 230px);
  aspect-ratio: 1.62;
  object-fit: contain;
  padding: clamp(14px, 1.8vw, 22px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0)),
    #e3e0d8;
}

.model-type-card > div {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  gap: 7px;
  min-height: 215px;
  padding: clamp(15px, 1.7vw, 20px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.58));
  backdrop-filter: blur(14px) saturate(1.12);
}

.model-type-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.3vw, 28px);
  line-height: 1.04;
}

.model-type-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  min-height: 0;
}

.model-type-card ul {
  display: grid;
  gap: 5px;
  margin: 2px 0;
  padding: 0;
  list-style: none;
}

.model-type-card li {
  position: relative;
  padding-left: 18px;
  color: var(--charcoal);
  font-size: 12px;
  font-weight: 800;
}

.model-type-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
}

.model-type-card .button {
  align-self: end;
  width: fit-content;
}

.model-card {
  overflow: hidden;
  background: var(--panel);
  box-shadow: 0 12px 32px rgba(23, 32, 39, 0.09);
}

.model-card.featured {
  outline: 3px solid var(--copper);
}

.model-card img {
  width: 100%;
  aspect-ratio: 1.38;
  object-fit: cover;
  background: #d8d6ce;
}

.model-card div {
  padding: 22px;
}

.tag {
  color: var(--moss);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.model-card h3 {
  margin: 8px 0;
  font-size: 24px;
  line-height: 1.2;
}

.model-card p {
  margin: 0;
}

.model-compare-section {
  background: #fff;
  padding-top: clamp(22px, 2.6vw, 36px);
  padding-bottom: clamp(22px, 2.6vw, 36px);
}

.model-compare-section .section-head {
  display: block;
  text-align: center;
}

.model-compare-section .section-head h2 {
  margin: 0;
  color: #111;
  font-size: clamp(21px, 2.3vw, 28px);
  font-weight: 500;
  line-height: 1.18;
}

.basic-config-table {
  overflow-x: auto;
  display: grid;
  width: min(1050px, 100%);
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  background: #fff;
  color: #111;
}

.basic-config-row {
  display: grid;
  grid-template-columns: minmax(440px, 1.7fr) repeat(3, minmax(145px, 1fr));
  width: 100%;
  min-width: 0;
}

.basic-config-row > div {
  min-height: 23px;
  display: grid;
  align-items: center;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 3px 7px;
  color: #111;
  font-size: 11px;
  line-height: 1.16;
}

.basic-config-row > div:not(:first-child) {
  justify-items: center;
  text-align: center;
  font-size: 13px;
}

.status-dot {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.16), 0 5px 12px rgba(23, 32, 39, 0.1);
}

.status-yes {
  background: #25724a;
}

.status-no {
  background: #b84949;
}

.basic-config-head > div {
  min-height: 156px;
  font-size: 14px;
}

.basic-config-head > div:first-child {
  justify-items: start;
  font-size: 14px;
  text-transform: uppercase;
}

.basic-config-head > div:not(:first-child) {
  display: grid;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  gap: 6px;
}

.basic-config-head img {
  width: min(150px, calc(100% - 18px));
  height: 92px;
  object-fit: contain;
  opacity: 1;
  filter: none;
  mix-blend-mode: normal;
}

.basic-config-head a {
  color: #111;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1;
}

/* Native Gutenberg comparison block: semantic table, same visual system. */
.basic-config-table {
  display: block;
}

.basic-config-table table {
  width: 100%;
  min-width: 875px;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

.basic-config-table th,
.basic-config-table td {
  min-height: 23px;
  border: 0;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 3px 7px;
  color: #111;
  background: #fff;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.16;
  text-align: left;
  vertical-align: middle;
}

.basic-config-table th:first-child,
.basic-config-table td:first-child {
  width: 42%;
}

.basic-config-table th:not(:first-child),
.basic-config-table td:not(:first-child) {
  width: 19.333%;
  font-size: 13px;
  text-align: center;
}

.basic-config-table thead th {
  height: 156px;
  font-size: 14px;
}

.basic-config-table thead th:first-child {
  text-transform: uppercase;
}

.basic-config-table thead th:not(:first-child) {
  text-align: center;
}

.basic-config-table thead img {
  width: min(150px, calc(100% - 18px));
  height: 92px;
  display: block;
  margin: 0 auto 6px;
  object-fit: contain;
}

.basic-config-table thead a {
  color: #111;
  font-size: 13px;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.compare-table {
  overflow: hidden;
  display: grid;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 16px 44px rgba(23, 32, 39, 0.08);
}

.compare-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.78fr) repeat(3, minmax(180px, 1fr));
  border-bottom: 1px solid var(--line);
}

.compare-row:last-child {
  border-bottom: 0;
}

.compare-row > div {
  min-height: 78px;
  display: grid;
  align-content: center;
  padding: 18px;
  border-right: 1px solid var(--line);
  color: var(--muted);
}

.compare-row > div:last-child {
  border-right: 0;
}

.compare-row > div:first-child {
  color: var(--ink);
  background: #f7f5ef;
  font-weight: 900;
}

.compare-head > div {
  min-height: 110px;
  color: #fff;
  background: var(--charcoal);
}

.compare-head > div:first-child {
  color: #fff;
  background: #151b1f;
}

.compare-head span {
  display: block;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
  line-height: 1;
}

.compare-head small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.compare-actions .button {
  width: fit-content;
}

.config-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.32fr) minmax(560px, 0.68fr);
  gap: clamp(28px, 5vw, 74px);
  background: var(--charcoal);
}

.config-copy {
  color: #fff;
}

.config-copy h2,
.config-copy p {
  color: #fff;
}

.config-copy p:last-child {
  opacity: 0.78;
}

.configurator {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(260px, 0.64fr);
  gap: 16px;
  align-items: start;
}

.config-form,
.summary,
.lead-form {
  background: var(--panel);
  box-shadow: var(--shadow);
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.config-form {
  overflow: hidden;
  display: block;
  background: var(--panel);
}

fieldset {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 16px 18px 18px;
  background: var(--panel);
}

fieldset:last-child {
  border-bottom: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 12px;
  color: var(--ink);
  font-weight: 900;
}

fieldset label {
  min-height: 42px;
  display: flex;
  align-items: flex-start;
  margin: 8px 0;
  padding: 9px 10px;
  border: 1px solid rgba(23, 32, 39, 0.08);
  background: #fbfaf6;
}

fieldset label:hover {
  border-color: rgba(180, 119, 67, 0.42);
}

fieldset::after {
  content: "";
  display: block;
  clear: both;
}

fieldset:nth-child(2),
fieldset:nth-child(3),
fieldset:nth-child(4) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10px;
}

fieldset:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 10px;
}

fieldset:nth-child(1) legend,
fieldset:nth-child(2) legend,
fieldset:nth-child(3) legend,
fieldset:nth-child(4) legend {
  grid-column: 1 / -1;
}

label {
  color: var(--ink);
}

input[type="radio"],
input[type="checkbox"] {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 0 9px 0 0;
  accent-color: var(--copper);
  transform: translateY(3px);
}

.summary {
  position: sticky;
  top: 82px;
  padding: 15px;
}

.summary h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.summary dl {
  display: grid;
  gap: 9px;
  margin: 0 0 16px;
}

.summary div {
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
}

.summary dt {
  color: var(--ink);
  font-weight: 900;
  font-size: 13px;
}

.summary dd {
  margin: 3px 0 0;
  font-size: 13px;
}

.config-wizard-section {
  padding: clamp(32px, 3.8vw, 54px) var(--page-x);
  background: var(--charcoal);
}

.config-wizard {
  display: grid;
  gap: 12px;
}

.wizard-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadow);
}

.wizard-steps button {
  min-height: 52px;
  border: 0;
  padding: 8px;
  color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
  cursor: pointer;
  transition: opacity 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.wizard-steps button span {
  display: block;
  color: var(--copper);
  font-size: 12px;
}

.wizard-steps button.active {
  color: #fff;
  background: rgba(180, 119, 67, 0.92);
}

.wizard-steps button.active span {
  color: #fff;
}

.wizard-steps button:disabled,
.wizard-steps button.is-locked {
  cursor: not-allowed;
  opacity: 0.36;
  filter: grayscale(1);
}

.wizard-steps button.is-complete:not(.active) {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.16);
}

.wizard-panel.requires-choice {
  animation: panel-enter 0.32s ease both, choice-nudge 0.24s ease;
}

@keyframes choice-nudge {
  0%,
  100% {
    transform: translateX(0);
  }

  35% {
    transform: translateX(8px);
  }

  70% {
    transform: translateX(-4px);
  }
}

.wizard-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
  gap: 12px;
  align-items: start;
}

.wizard-main {
  overflow: hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.wizard-panel {
  display: none;
  padding: clamp(15px, 1.8vw, 20px);
}

.wizard-panel.active {
  display: block;
  animation: panel-enter 0.32s ease both;
}

@keyframes panel-enter {
  from {
    opacity: 0;
    transform: translateX(14px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.wizard-head {
  margin-bottom: 12px;
}

.wizard-head h2 {
  font-size: clamp(22px, 2.5vw, 30px);
}

.wizard-head p:last-child {
  max-width: 720px;
  margin: 6px 0 0;
  font-size: 14px;
}

.visual-options {
  display: grid;
  gap: 9px;
}

.type-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.model-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.colour-options,
.material-options,
.country-options {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.extras-options {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.visual-option,
.colour-card,
.material-card,
.country-card,
.texture-card,
.extra-card {
  position: relative;
  overflow: hidden;
  display: grid;
  border: 1px solid var(--line);
  background: #fbfaf6;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.visual-option:hover,
.colour-card:hover,
.material-card:hover,
.country-card:hover,
.texture-card:hover,
.extra-card:hover {
  transform: translateY(-3px);
  border-color: rgba(180, 119, 67, 0.5);
  box-shadow: 0 18px 42px rgba(23, 32, 39, 0.12);
}

.visual-option:has(input:checked),
.colour-card:has(input:checked),
.material-card:has(input:checked),
.country-card:has(input:checked),
.texture-card:has(input:checked),
.extra-card:has(input:checked) {
  border-color: var(--copper);
  box-shadow: inset 0 0 0 2px var(--copper), 0 18px 42px rgba(23, 32, 39, 0.12);
}

.visual-option input,
.colour-card input,
.material-card input,
.country-card input,
.texture-card input,
.extra-card input {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
}

.visual-option img {
  width: 100%;
  aspect-ratio: 1.72;
  object-fit: contain;
  padding: clamp(12px, 1.7vw, 18px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0)),
    #e3e0d8;
}

.option-body {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 4px;
  min-height: 118px;
  padding: 12px;
}

.option-body strong,
.colour-card strong,
.material-card strong,
.country-card strong,
.texture-card strong,
.extra-card strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.16;
}

.option-body em {
  color: var(--moss);
  font-style: normal;
  font-weight: 900;
}

.option-body small,
.colour-card small,
.material-card small,
.country-card small,
.texture-card small,
.extra-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.colour-card,
.material-card,
.country-card,
.texture-card {
  min-height: 0;
  align-content: start;
  gap: 6px;
  padding: 12px;
}

.colour-card .finish-thumb,
.material-card .finish-thumb,
.texture-card .finish-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(23, 32, 39, 0.12);
  background: #f2eee6;
}

.colour-card strong,
.material-card strong,
.texture-card strong {
  min-height: 34px;
  display: flex;
  align-items: flex-start;
}

.country-card {
  min-height: 220px;
}

.country-flag {
  height: 96px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 32, 39, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent),
    linear-gradient(135deg, #dfe6e1, #aebbb5);
  color: var(--charcoal);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
}

.swatch {
  width: 100%;
  height: 54px;
  display: block;
  border: 1px solid rgba(23, 32, 39, 0.12);
}

.swatch.anthracite {
  background: linear-gradient(135deg, #20262a, #4b5358);
}

.swatch.olive {
  background: linear-gradient(135deg, #46513c, #7a875e);
}

.swatch.pearl {
  background: linear-gradient(135deg, #f8f5ed, #d7d3c9);
}

.swatch.custom {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent),
    conic-gradient(#b34d4d, #c99b44, #698a55, #4c758f, #7a5b8b, #b34d4d);
}

.swatch.sl-ultra-white {
  background: linear-gradient(135deg, #ffffff, #e7e5df);
}

.swatch.sl-luxury-grey {
  background: linear-gradient(135deg, #575a5c, #a2a5a7);
}

.swatch.sl-classic-black {
  background: linear-gradient(135deg, #111416, #34393c);
}

.swatch.sl-emerald-green {
  background: linear-gradient(135deg, #184c3b, #3d896b);
}

.swatch.sl-milk-white {
  background: linear-gradient(135deg, #fbf8ef, #ded8c9);
}

.swatch.sl-sand-coffee {
  background: linear-gradient(135deg, #8b715d, #c5ad94);
}

.swatch.sl-bamboo-green {
  background: linear-gradient(135deg, #78906a, #b3c09a);
}

.swatch.antique-bronze {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent),
    linear-gradient(135deg, #4b3126, #9a6b48 52%, #c09363);
}

.swatch.cabinet-steel {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36), transparent 20%, rgba(255, 255, 255, 0.28) 48%, transparent 70%),
    linear-gradient(135deg, #2d3336, #879197);
}

.swatch.cabinet-wood {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent),
    repeating-linear-gradient(90deg, #402d21 0 16px, #634832 16px 34px, #7a5a3d 34px 48px);
}

.swatch.cabinet-green {
  background: linear-gradient(135deg, #53614a, #87936f);
}

.swatch.cabinet-antique {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent),
    linear-gradient(135deg, #8a6d51, #c1a47c);
}

.material-card {
  min-height: 0;
}

.material-sample {
  height: 70px;
  border: 1px solid rgba(23, 32, 39, 0.12);
}

.material-card.steel .material-sample {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.45), transparent 18%, rgba(255, 255, 255, 0.32) 36%, transparent 55%),
    linear-gradient(135deg, #b6bcc0, #eef1f2 42%, #8f989d);
}

.material-card.laminate .material-sample {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.35), transparent),
    repeating-linear-gradient(90deg, #6c5845 0 18px, #7e6b55 18px 35px, #57483b 35px 52px);
}

.material-card.stone .material-sample {
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(104, 109, 114, 0.22) 42% 45%, transparent 45%),
    linear-gradient(20deg, transparent 0 56%, rgba(104, 109, 114, 0.16) 56% 58%, transparent 58%),
    #eee9df;
}

.worktop-builder {
  display: grid;
  gap: 12px;
}

.texture-group {
  display: none;
}

.texture-group.active {
  display: grid;
  gap: 12px;
}

.texture-options {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.texture-card {
  min-height: 0;
}

.texture-sample {
  height: 54px;
  display: block;
  border: 1px solid rgba(23, 32, 39, 0.12);
}

.texture-card.marble-white .texture-sample {
  background:
    linear-gradient(120deg, transparent 0 44%, rgba(92, 98, 104, 0.28) 44% 46%, transparent 46%),
    linear-gradient(30deg, transparent 0 58%, rgba(92, 98, 104, 0.18) 58% 60%, transparent 60%),
    #f0eee8;
}

.texture-card.graphite-stone .texture-sample {
  background:
    linear-gradient(125deg, transparent 0 40%, rgba(255, 255, 255, 0.16) 40% 43%, transparent 43%),
    linear-gradient(25deg, transparent 0 64%, rgba(255, 255, 255, 0.1) 64% 66%, transparent 66%),
    #30363a;
}

.texture-card.warm-stone .texture-sample {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent),
    repeating-linear-gradient(90deg, #b6aa98 0 18px, #d1c6b5 18px 34px, #988c7b 34px 50px);
}

.texture-card.snowflake-white .texture-sample {
  background:
    radial-gradient(circle at 18% 28%, rgba(190, 196, 200, 0.35) 0 2px, transparent 3px),
    radial-gradient(circle at 66% 62%, rgba(160, 167, 172, 0.26) 0 2px, transparent 3px),
    linear-gradient(135deg, #fbfaf6, #e8e5dc);
  background-size: 36px 36px, 42px 42px, auto;
}

.texture-card.brushed-steel .texture-sample {
  background:
    repeating-linear-gradient(90deg, #a2abb0 0 3px, #e2e6e8 3px 7px, #8a949a 7px 10px);
}

.texture-card.bead-steel .texture-sample {
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.35) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.28) 0 2px, transparent 3px),
    linear-gradient(135deg, #9aa3a8, #d7dcdf);
  background-size: 28px 28px, 34px 34px, auto;
}

.texture-card.mirror-steel .texture-sample {
  background:
    linear-gradient(105deg, #8f989d 0 20%, #f3f5f5 20% 36%, #aab2b6 36% 60%, #ffffff 60% 70%, #8d969b 70%);
}

.texture-card.starburst-steel .texture-sample {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72), transparent 8%),
    repeating-conic-gradient(from 0deg, #879197 0 8deg, #d8dde0 8deg 15deg, #a2abb0 15deg 22deg);
}

.texture-card.snowflake-steel .texture-sample {
  background:
    radial-gradient(circle at 22% 32%, rgba(255, 255, 255, 0.52) 0 2px, transparent 3px),
    radial-gradient(circle at 72% 58%, rgba(255, 255, 255, 0.4) 0 2px, transparent 3px),
    linear-gradient(135deg, #9fa8ad, #e2e6e8);
  background-size: 24px 24px, 32px 32px, auto;
}

.extra-card {
  min-height: 154px;
}

.extra-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: contain;
  padding: clamp(10px, 1.6vw, 16px);
  background: transparent;
}

.extra-card.is-disabled,
.extra-card.is-unavailable {
  cursor: not-allowed;
  opacity: 0.42;
  filter: grayscale(1);
  transform: none;
}

.extra-card.is-disabled:hover,
.extra-card.is-unavailable:hover {
  border-color: var(--line);
  box-shadow: none;
}

.extra-card strong,
.extra-card small {
  padding: 0 12px;
}

.extra-card strong {
  padding-top: 9px;
}

.extra-card small {
  padding-bottom: 12px;
}

.wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 12px clamp(18px, 2.2vw, 24px);
  border-top: 1px solid var(--line);
  background: #f7f5ef;
}

.button.dark,
.button.ghost.dark {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.wizard-summary {
  position: sticky;
  top: 82px;
}

.summary-note {
  margin: -4px 0 0;
  font-size: 12px;
}

.confirm-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(240px, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  background: #f7f5ef;
  border: 1px solid var(--line);
}

.confirm-panel img {
  width: 100%;
  aspect-ratio: 1.38;
  object-fit: cover;
}

.confirm-panel h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.wizard-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.horegener-hero {
  position: relative;
  min-height: clamp(240px, 34vh, 360px);
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 66px clamp(18px, 5vw, 72px) 32px;
  color: #fff;
}

.horegener-hero-media,
.horegener-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.horegener-hero-media {
  object-fit: cover;
  transform: scale(1.04);
  animation: slow-zoom 12s ease both;
}

@keyframes slow-zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.04);
  }
}

.horegener-hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 14, 17, 0.5), rgba(10, 14, 17, 0.12) 54%, rgba(10, 14, 17, 0)),
    linear-gradient(0deg, rgba(10, 14, 17, 0.34), transparent 58%);
  backdrop-filter: blur(0.15px) saturate(1.03);
}

.horegener-hero-content {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  border: 0;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.horegener-hero-content h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 5.2vw, 62px);
  line-height: 0.94;
  letter-spacing: 0;
}

.horegener-hero-content p:not(.eyebrow):not(.hero-lede) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(16px, 1.5vw, 20px);
}

.floating-spec {
  position: absolute;
  z-index: 2;
  min-width: 190px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  animation: float-card 4.8s ease-in-out infinite;
}

.floating-spec span {
  display: block;
  color: var(--copper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.floating-spec strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

.spec-one {
  right: clamp(18px, 6vw, 88px);
  top: 96px;
}

.spec-two {
  right: clamp(42px, 12vw, 180px);
  bottom: 34px;
  animation-delay: -1.2s;
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.brand-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 74px);
  background: #fff;
}

.company-profile {
  background: var(--paper);
}

.company-profile .section-head > p {
  max-width: 560px;
  margin: 0;
  font-size: 17px;
}

.intro-copy {
  display: grid;
  gap: 18px;
}

.intro-copy p {
  margin: 0;
  font-size: 18px;
}

.capability-band {
  color: #fff;
  background: var(--charcoal);
}

.capability-band h2 {
  color: #fff;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.capability-grid article {
  min-height: 280px;
  display: grid;
  align-content: space-between;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent),
    var(--charcoal);
  transition:
    transform 0.22s ease,
    background 0.22s ease;
}

.capability-grid article:hover {
  transform: translateY(-5px);
  background:
    linear-gradient(180deg, rgba(180, 119, 67, 0.24), transparent),
    var(--charcoal);
}

.capability-grid span {
  color: var(--copper);
  font-weight: 900;
}

.capability-grid h3 {
  margin: 34px 0 8px;
  color: #fff;
  font-size: 28px;
}

.capability-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.product-focus {
  display: grid;
  grid-template-columns: minmax(360px, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  background: #ebe7dc;
}

.focus-media {
  overflow: hidden;
  background: #11171a;
  box-shadow: var(--shadow);
}

.focus-media video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.focus-list {
  display: grid;
  gap: 1px;
  margin-top: 24px;
  background: var(--line);
}

.focus-list div {
  padding: 18px;
  background: #fff;
}

.focus-list strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
}

.focus-list span {
  color: var(--muted);
}

.application-showcase {
  background: #fff;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.application-grid article {
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 14px 36px rgba(23, 32, 39, 0.08);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.application-grid article:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.application-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.application-grid div {
  padding: 22px;
}

.application-grid span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.application-grid h3 {
  margin: 8px 0;
  color: var(--ink);
  font-size: 24px;
}

.process-strip {
  background: #d9e5ea;
}

.process-strip ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(23, 32, 39, 0.12);
}

.process-strip li {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  padding: 22px;
  background: #fff;
}

.process-strip span {
  color: var(--copper);
  font-weight: 900;
}

.process-strip strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
}

.process-strip em {
  color: var(--muted);
  font-style: normal;
}

.gallery-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(180, 119, 67, 0.12), transparent 28%),
    radial-gradient(circle at 86% 30%, rgba(23, 32, 39, 0.1), transparent 24%),
    #fff;
}

.gallery-page .gallery-section {
  padding-top: clamp(24px, 2.8vw, 42px);
  padding-bottom: clamp(28px, 3vw, 46px);
}

.gallery-page .section-head {
  margin-bottom: clamp(12px, 1.4vw, 18px);
}

.gallery-group {
  margin-top: clamp(28px, 5vw, 58px);
}

.gallery-page .gallery-group {
  margin-top: clamp(18px, 2.8vw, 34px);
}

.gallery-group:first-of-type {
  margin-top: 0;
}

.gallery-group-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.gallery-page .gallery-group-head {
  gap: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.gallery-group-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.gallery-page .gallery-group-head h3 {
  font-size: clamp(22px, 2.4vw, 32px);
}

.gallery-group-head p {
  max-width: 560px;
  margin: 0;
}

.gallery-grid {
  position: relative;
  display: block;
  overflow: hidden;
  height: clamp(520px, 56vw, 720px);
  perspective: none;
}

.gallery-page .gallery-grid {
  height: clamp(400px, 42vw, 580px);
}

.gallery-grid.compact {
  height: clamp(480px, 52vw, 680px);
}

.gallery-page .gallery-grid.compact {
  height: clamp(380px, 40vw, 560px);
}

.gallery-grid.gallery-wheel {
  transform-style: preserve-3d;
  border-radius: 8px;
  cursor: default;
  touch-action: pan-y;
  user-select: none;
}

.gallery-grid.gallery-wheel.is-dragging {
  cursor: grabbing;
}

.gallery-item {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(370px, 44vw, 590px);
  aspect-ratio: 4 / 3;
  height: auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 32, 39, 0.1);
  cursor: grab;
  backface-visibility: hidden;
  will-change: transform;
  transform:
    translate(-50%, -50%)
    translateX(var(--wheel-x, 0%))
    translateY(var(--wheel-y, 0))
    translateZ(0)
    scale(var(--wheel-scale, 1));
  opacity: 1;
  animation: gallery-pop 0.72s ease both;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.gallery-item:nth-child(2) {
  animation-delay: 0.08s;
}

.gallery-item:nth-child(3) {
  animation-delay: 0.16s;
}

.gallery-item:nth-child(4) {
  animation-delay: 0.24s;
}

.gallery-item:nth-child(5) {
  animation-delay: 0.32s;
}

.gallery-item::before,
.gallery-item::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.gallery-item::before {
  inset: 0;
  background:
    linear-gradient(180deg, transparent 52%, rgba(8, 11, 13, 0.28)),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.2), transparent 28%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.gallery-item::after {
  top: -35%;
  left: -70%;
  width: 46%;
  height: 170%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  transform: rotate(18deg);
  transition: left 0.58s ease;
}

.gallery-item.large {
  grid-row: auto;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-user-drag: none;
  user-select: none;
  transition: transform 0.28s ease;
}

.gallery-grid.gallery-wheel.is-dragging .gallery-item {
  cursor: grabbing;
}

.gallery-item:hover {
  border-color: rgba(240, 192, 139, 0.72);
  box-shadow: 0 26px 64px rgba(23, 32, 39, 0.18);
  transform:
    translate(-50%, -50%)
    translateX(var(--wheel-x, 0%))
    translateY(var(--wheel-y, 0))
    translateZ(0)
    scale(calc(var(--wheel-scale, 1) * 1.18));
  opacity: 1;
  z-index: 120 !important;
}

.gallery-item:hover img {
  transform: translateZ(0) scale(1.035);
}

.gallery-item:hover::before {
  opacity: 1;
}

.gallery-item:hover::after {
  left: 128%;
}

@keyframes gallery-pop {
  from {
    opacity: 0;
    transform:
      translate(-50%, -42%)
      translateX(var(--wheel-x, 0%))
      translateY(var(--wheel-y, 0))
      scale(0.86);
  }

  to {
    opacity: 1;
    transform:
      translate(-50%, -50%)
      translateX(var(--wheel-x, 0%))
      translateY(var(--wheel-y, 0))
      translateZ(0)
      scale(var(--wheel-scale, 1));
  }
}

.faq {
  background: var(--sky);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

details {
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px) saturate(1.15);
  box-shadow: 0 10px 24px rgba(23, 32, 39, 0.05);
}

summary {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.32;
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

.faq-category-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.27fr) minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(23, 32, 39, 0.06);
}

.faq-category-nav {
  display: grid;
  align-content: start;
  border-right: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
}

.faq-category-nav a,
.faq-category-nav button {
  padding: 15px 18px;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--charcoal);
  background: transparent;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.faq-category-nav a:first-child,
.faq-category-nav button:first-child,
.faq-category-nav .is-active {
  color: #fff;
  background: #c22026;
}

.faq-category-content {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.faq-category-group {
  scroll-margin-top: 110px;
}

.faq-category-group[hidden] {
  display: none;
}

.faq-category-group + .faq-category-group {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.faq-category-group h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 22px;
}

.faq-answer-card {
  display: grid;
  gap: 12px;
  padding: clamp(18px, 2.2vw, 26px) 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.faq-answer-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 800;
  line-height: 1.35;
}

.faq-answer-card h4::before {
  content: "Q: ";
  font-weight: 800;
}

.faq-answer-card p {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.7;
}

.faq-native {
  background: var(--sky);
}

.faq-editor-content .faq-native {
  opacity: 1;
  transform: none;
  padding-top: clamp(32px, 4vw, 56px);
  padding-bottom: clamp(36px, 4.4vw, 62px);
}

.faq-editor-content .faq-native > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  gap: 16px clamp(22px, 3vw, 36px);
  align-items: start;
}

.faq-native > .wp-block-group__inner-container > .wp-block-heading,
.faq-native > .wp-block-group__inner-container > p {
  grid-column: 1 / -1;
  max-width: 900px;
}

.faq-native > .wp-block-group__inner-container > .wp-block-heading {
  margin-bottom: 10px;
}

.faq-anchor-nav {
  position: sticky;
  top: calc(var(--header-h, 72px) + 18px);
  grid-column: 1;
  grid-row: 4 / span 20;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 18px rgba(23, 32, 39, 0.045);
}

.faq-anchor-nav p {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.faq-anchor-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 11px 14px;
  color: var(--charcoal);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  font-weight: 900;
}

.faq-anchor-nav a:last-child {
  border-bottom: 0;
}

.faq-anchor-nav a:hover,
.faq-anchor-nav a.is-active {
  color: #fff;
  background: var(--copper);
}

.faq-category-section {
  scroll-margin-top: 108px;
  grid-column: 2;
  min-width: 0;
  margin: 0;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 34px rgba(23, 32, 39, 0.065);
}

.faq-tabs-ready .faq-category-section:not(.is-active) {
  display: none;
}

.faq-category-section h3 {
  margin: 0 0 clamp(6px, 1vw, 12px);
  color: var(--ink);
  font-size: clamp(20px, 1.8vw, 26px);
}

.faq-category-section .faq-grid {
  display: block;
  width: 100%;
}

.faq-category-section .faq-grid > .wp-block-group__inner-container {
  display: block;
  width: 100%;
}

.faq-category-section .faq-answer-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.faq-category-section + .faq-category-section {
  margin-top: 0;
}


.faq-json-shell {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  gap: 16px clamp(22px, 3vw, 36px);
  align-items: start;
}

.faq-json-shell > .kicker,
.faq-json-shell > h2,
.faq-json-shell > p {
  grid-column: 1 / -1;
  max-width: 900px;
}

.faq-json-shell > h2 {
  margin-bottom: 10px;
}

.faq-json-shell .faq-anchor-nav {
  grid-column: 1;
  grid-row: 4 / span 20;
}

.faq-json-shell .faq-category-section {
  grid-column: 2;
}

@media (max-width: 980px) {
  .faq-json-shell {
    grid-template-columns: 1fr;
  }

  .faq-json-shell .faq-anchor-nav,
  .faq-json-shell .faq-category-section {
    grid-column: 1;
  }

  .faq-json-shell .faq-anchor-nav {
    grid-row: auto;
  }
}
@media (max-width: 980px) {
  .faq-editor-content .faq-native > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .faq-anchor-nav,
  .faq-category-section {
    grid-column: 1;
  }

  .faq-anchor-nav {
    position: static;
    grid-row: auto;
  }

  .faq-anchor-nav p {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-category-section {
    padding: clamp(18px, 5vw, 26px);
  }
}

@media (max-width: 640px) {
  .faq-anchor-nav p {
    grid-template-columns: 1fr;
  }

  .faq-category-section .faq-grid > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}

.site-bottom-links {
  background: #f7f4ed;
  border-top: 1px solid var(--line);
}

.site-bottom-inner {
  width: min(1160px, calc(100% - (var(--page-x) * 2)));
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 54px) 0;
}

.bottom-link-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.bottom-link-head h2 {
  margin: 0;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.04;
}

.bottom-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bottom-faq-grid a,
.bottom-post-grid a {
  display: grid;
  gap: 7px;
  min-width: 0;
  border: 1px solid var(--line);
  padding: 14px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 24px rgba(23, 32, 39, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.bottom-faq-grid a:hover,
.bottom-post-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(180, 119, 67, 0.4);
  box-shadow: 0 16px 34px rgba(23, 32, 39, 0.09);
}

.bottom-faq-grid strong,
.bottom-post-grid strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

.bottom-faq-grid span,
.bottom-post-grid span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.bottom-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bottom-post-grid a {
  grid-template-columns: 1fr;
  align-content: start;
  grid-template-rows: auto minmax(42px, auto) 1fr;
  min-height: 100%;
}

.bottom-post-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  background: #e8e3d8;
}

.inquiry {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(340px, 1fr);
  gap: clamp(28px, 5vw, 80px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(18, 23, 27, 0.92), rgba(18, 23, 27, 0.6)),
    url("assets/pro-open.webp") center / cover;
}

.inquiry h2,
.inquiry p {
  color: #fff;
}

.inquiry-copy p:last-child {
  max-width: 620px;
  opacity: 0.78;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 800;
}

.lead-form .full,
.lead-form button,
.form-status {
  grid-column: 1 / -1;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 12px 14px;
  color: var(--ink);
  background: #fbfaf6;
}

.lead-form select {
  min-height: 48px;
  cursor: pointer;
}

.search-select {
  position: relative;
}

.search-select input {
  padding-right: 42px;
}

.search-select::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 15px;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  pointer-events: none;
}

.search-select-list {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  max-height: 260px;
  overflow: auto;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 42px rgba(23, 32, 39, 0.16);
}

.search-select-list[hidden] {
  display: none;
}

.search-select-option {
  width: 100%;
  display: block;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 11px 14px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.search-select-option:hover,
.search-select-option:focus {
  background: var(--paper);
  outline: none;
}

.search-select-empty {
  padding: 12px 14px;
  color: var(--muted);
  background: #fff;
}

.lead-form textarea {
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
}

.form-status.success {
  color: #216b43;
}

.form-status.error {
  color: #9b2f2f;
}

body.modal-open {
  overflow: hidden;
}

.success-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(12, 15, 17, 0.58);
  backdrop-filter: blur(12px);
}

.success-modal[hidden] {
  display: none;
}

.success-modal-card {
  width: min(460px, 100%);
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: clamp(28px, 4vw, 40px);
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(250, 246, 238, 0.96)),
    #fff;
  border: 1px solid rgba(180, 119, 67, 0.28);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
  text-align: center;
  animation: modal-card-in 0.42s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.success-modal-card h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
}

.success-modal-card p:not(.kicker) {
  max-width: 340px;
  margin: 0;
  color: var(--charcoal);
  font-size: 16px;
}

.modal-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.modal-actions .button {
  min-width: 128px;
}

.modal-actions .button.ghost {
  color: var(--ink);
  border-color: rgba(23, 32, 39, 0.28);
  background: rgba(255, 255, 255, 0.72);
}

.modal-actions .button.ghost:hover {
  border-color: var(--copper);
  color: var(--copper);
}

.success-mark {
  position: relative;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
}

.success-mark::before,
.success-mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: rgba(33, 107, 67, 0.12);
  animation: success-pulse 1.7s ease-out infinite;
}

.success-mark::after {
  animation-delay: 0.38s;
}

.success-mark span {
  position: relative;
  z-index: 1;
  width: 68px;
  height: 68px;
  display: block;
  border-radius: 50%;
  background:
    url("assets/site/brand/h-pod-favicon.webp") center / 72% auto no-repeat,
    #fff;
  border: 1px solid rgba(23, 32, 39, 0.08);
  box-shadow: 0 16px 34px rgba(23, 32, 39, 0.16);
  animation: success-pop 0.48s ease both;
}

.success-mark i,
.success-mark b {
  display: none;
}

.success-mark i {
  width: 22px;
  transform: translate(-18px, 6px) rotate(45deg);
}

.success-mark b {
  width: 38px;
  transform: translate(-2px, 17px) rotate(-48deg);
}

.config-prompt-mark span {
  background:
    url("assets/site/brand/h-pod-favicon.webp") center / 72% auto no-repeat,
    #fff;
  box-shadow: 0 16px 34px rgba(193, 117, 55, 0.18);
}

.config-prompt-mark::before,
.config-prompt-mark::after {
  background: rgba(193, 117, 55, 0.13);
}

@keyframes modal-card-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes success-pop {
  from {
    transform: scale(0.7);
  }

  to {
    transform: scale(1);
  }
}

@keyframes success-pulse {
  0% {
    opacity: 0.72;
    transform: scale(0.82);
  }

  100% {
    opacity: 0;
    transform: scale(1.38);
  }
}

.inquiry-config {
  border: 1px solid rgba(180, 119, 67, 0.36);
  padding: 16px;
  background: #fff8ed;
}

.inquiry-config h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 18px;
}

.inquiry-config p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 30px;
  background:
    radial-gradient(circle at 50% 18%, rgba(180, 119, 67, 0.2), transparent 32%),
    rgba(8, 10, 12, 0.9);
  backdrop-filter: blur(10px);
}

.lightbox[hidden] {
  display: none;
}

.lightbox figure {
  display: grid;
  gap: 14px;
  justify-items: center;
  margin: 0;
  max-width: min(1180px, 88vw);
}

.lightbox img {
  max-width: min(1180px, 88vw);
  max-height: 78vh;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
  animation: lightbox-zoom 0.28s ease both;
}

.lightbox figcaption {
  max-width: min(920px, 82vw);
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(18, 22, 25, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}

.lightbox button {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.lightbox .lightbox-nav {
  top: 50%;
  right: auto;
  width: 54px;
  height: 72px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 58px;
  line-height: 1;
  transform: translateY(-50%);
}

.lightbox .lightbox-prev {
  left: clamp(12px, 4vw, 54px);
}

.lightbox .lightbox-next {
  right: clamp(12px, 4vw, 54px);
}

.lightbox .lightbox-nav:hover {
  border-color: rgba(240, 192, 139, 0.72);
  background: rgba(180, 119, 67, 0.52);
}

@keyframes lightbox-zoom {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(135deg, rgba(34, 41, 45, 0.94), rgba(22, 27, 30, 0.98)),
    var(--charcoal);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) repeat(2, minmax(140px, 0.46fr)) minmax(270px, 0.9fr);
  gap: clamp(22px, 3.4vw, 46px);
  padding: clamp(32px, 4.2vw, 54px) var(--page-x);
}

.footer-brand p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.74);
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.footer-badges span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 800;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 900;
}

.footer-col h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 15px;
}

.footer-col a,
.footer-col span {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.footer-col a:hover {
  color: #f0c08b;
}

.footer-contact {
  display: grid;
  align-content: start;
  gap: 12px;
}

.horegener-footer {
  grid-template-columns: repeat(3, minmax(150px, 0.55fr)) minmax(320px, 1.35fr);
}

.horegener-contact {
  gap: 14px;
}

.horegener-contact-item {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.42;
}

.horegener-contact-item a,
.horegener-contact-item em {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-style: normal;
  word-break: break-word;
}

.contact-icon {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-top: 1px;
  border-radius: 4px;
  color: #f0c08b;
  background: rgba(180, 119, 67, 0.12);
  border: 1px solid rgba(240, 192, 139, 0.28);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.footer-social {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.footer-social > span {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-social div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin: 0;
  color: #ba2a2d;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-social svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.footer-social a:hover {
  color: #f0c08b;
  transform: translateY(-2px);
}

.contact-line {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-line span {
  margin: 0;
  color: #f0c08b;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-line a,
.contact-line em {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
  word-break: break-word;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px var(--page-x);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

@media (max-width: 900px), (hover: none) and (pointer: coarse) and (max-width: 1050px) {
  :root {
    --page-x: clamp(28px, 6vw, 64px);
  }

  .site-header {
    position: sticky;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 54px;
    padding: 8px var(--header-x);
  }

  .nav {
    width: 100%;
    gap: 18px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb-trail,
  body.admin-bar .breadcrumb-trail {
    margin-top: 0;
  }

  .stats,
  .home-safety,
  .door-grid,
  .gateway-grid,
  .blog-catalog,
  .blog-lead,
  .about-story,
  .about-feature-grid,
  .about-process ol,
  .wizard-layout,
  .model-type-grid,
  .scenario-grid,
  .model-type-card,
  .model-grid,
  .brand-intro,
  .capability-grid,
  .company-grid,
  .article-grid,
  .download-grid,
  .seo-link-grid,
  .article-grid.product-style,
  .blog-feature,
  .product-focus,
  .application-grid,
  .process-strip ol,
  .intro,
  .video-showcase,
  .brand-story,
  .config-section,
  .configurator,
  .faq-grid,
  .inquiry {
    grid-template-columns: 1fr 1fr;
  }

  .wp-blog-layout,
  .wp-single-layout {
    grid-template-columns: 1fr;
  }

  .wp-post-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wp-blog-card-body {
    grid-template-rows: auto;
    align-content: start;
  }

  .site-bottom-inner,
  .faq-category-layout {
    grid-template-columns: 1fr;
  }

  .faq-category-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .wp-blog-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .blog-sidebar {
    position: static;
  }

  .product-category,
  .product-card-grid,
  .overview-grid,
  .content-block {
    grid-template-columns: 1fr;
  }

  .home-product-info,
  .free-design,
  .home-scenario-grid,
  .use-case-grid,
  .lifestyle-collage,
  .feature-band-grid,
  .scene-plan-grid,
  .scene-plan-card.large {
    grid-template-columns: 1fr;
  }

  .lifestyle-card.wide,
  .lifestyle-card.tall {
    grid-column: span 1;
    grid-row: span 1;
  }

  .scene-plan-card.large {
    grid-column: span 1;
  }

  .product-sidebar {
    position: static;
  }

  .product-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-compare-table {
    overflow-x: auto;
  }

  .home-compare-row {
    min-width: 820px;
  }

  .config-copy {
    grid-column: 1 / -1;
  }

  .type-options,
  .model-options,
  .country-options,
  .texture-options,
  .extras-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .summary {
    position: static;
  }

  .safety-list.brochure-safety-list {
    grid-template-columns: 1fr;
  }

  .safety-brochure-copy {
    grid-template-columns: 1fr;
  }

  .floating-spec {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: fit-content;
    margin-top: 18px;
  }

  .spec-two {
    margin-left: 28px;
  }
}

@media (max-width: 720px) {
  :root {
    --page-x: 18px;
  }

  .site-header {
    align-items: flex-start;
  }

  .brand-logo {
    width: 168px;
    height: 42px;
  }

  .nav {
    gap: 14px;
    font-size: 13px;
  }

  .hero {
    height: clamp(260px, 34vh, 320px);
    min-height: 0;
  }

  .hero.sub-hero {
    height: clamp(260px, 34vh, 320px);
    min-height: 0;
  }

  .hero-content {
    width: min(560px, calc(100% - 36px));
    margin: 0 var(--page-x) clamp(24px, 4vh, 36px);
    padding: 0;
  }

  .hero h1 {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 1;
  }

  .sub-hero h1 {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 1;
  }

  .stats,
  .home-safety,
  .door-grid,
  .gateway-grid,
  .blog-catalog,
  .blog-lead,
  .about-story,
  .about-image-stack,
  .about-feature-grid,
  .about-process ol,
  .wizard-steps,
  .wizard-layout,
  .model-type-grid,
  .model-type-card,
  .scenario-grid,
  .product-category,
  .product-card-grid,
  .overview-grid,
  .content-block,
  .home-product-info,
  .free-design,
  .home-scenario-grid,
  .use-case-grid,
  .lifestyle-collage,
  .feature-band-grid,
  .scene-plan-grid,
  .scene-plan-card.large,
  .type-options,
  .model-options,
  .colour-options,
  .material-options,
  .country-options,
  .extras-options,
  .confirm-panel,
  .model-grid,
    .brand-intro,
    .capability-grid,
    .company-grid,
    .article-grid,
    .download-grid,
    .seo-link-grid,
    .article-grid.product-style,
    .blog-feature,
    .product-focus,
  .application-grid,
  .process-strip ol,
  .intro,
  .video-showcase,
  .brand-story,
  .config-section,
  .configurator,
  .faq-grid,
  .inquiry,
    .lead-form {
    grid-template-columns: 1fr;
  }

  .feature-band-grid article {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 0;
  }

  .feature-icon-image {
    width: 52px;
    height: 52px;
    padding: 11px;
  }

  .category-head {
    display: grid;
  }

  .content-block img {
    min-height: 260px;
  }

  .product-info-media img {
    min-height: 280px;
  }

  .use-case-grid article {
    grid-template-columns: 1fr;
  }

  .use-case-grid img {
    aspect-ratio: 1.35;
  }

  .lifestyle-card {
    min-height: 320px;
  }

  .lifestyle-card div {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .free-design-copy,
  .free-design-list div {
    padding: 24px 20px;
  }

  .free-design-list div {
    min-height: 118px;
  }

  .footer-top,
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-line {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .blog-lead img {
    min-height: 240px;
  }

  .gallery-group-head {
    display: block;
  }

  .video-showcase {
    min-height: 76vh;
    align-items: end;
  }

  .video-copy {
    padding: 24px 18px;
    background: linear-gradient(0deg, rgba(17, 23, 26, 0.86), rgba(17, 23, 26, 0.3));
  }

  .stats div {
    min-height: 102px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-head {
    display: block;
  }

  fieldset:nth-child(1),
  fieldset:nth-child(2),
  fieldset:nth-child(3),
  fieldset:nth-child(4) {
    grid-template-columns: 1fr;
  }

  .wizard-steps button {
    min-height: 54px;
    padding: 10px;
    text-align: left;
  }

  .wizard-panel {
    padding: 20px;
  }

  .wizard-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 14px 20px;
  }

  .visual-option img,
  .confirm-panel img {
    aspect-ratio: 1.55;
  }

  .horegener-hero {
    min-height: 390px;
    padding: 74px 18px 30px;
  }

  .horegener-hero-content h1 {
    font-size: clamp(42px, 13vw, 62px);
    line-height: 1;
  }

  .floating-spec {
    min-width: 0;
    width: 100%;
    animation: none;
  }

  .spec-two {
    margin-left: 0;
  }

  .capability-grid article,
  .process-strip li {
    min-height: 150px;
  }

  .compare-table {
    overflow-x: auto;
  }

  .compare-row {
    min-width: 860px;
  }
}

@media (max-width: 640px) {
  .wp-post-list,
  .wp-blog-sidebar {
    grid-template-columns: 1fr;
  }

  .bottom-faq-grid,
  .bottom-post-grid a {
    grid-template-columns: 1fr;
  }

  .bottom-post-grid img {
    width: 100%;
  }

  .faq-category-nav {
    grid-template-columns: 1fr;
  }

  .wp-blog-card {
    min-height: 0;
  }

  .wp-blog-card-body {
    grid-template-rows: auto;
    align-content: start;
  }

  .safety-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brochure-safety-media {
    padding: 8px;
  }
}

/* Final banner contract: every page hero uses one size, one background layer and one text position. */
.hero,
.hero.sub-hero,
.editable-page > .hero,
.editable-page .wp-block-cover.hero,
.editable-page .wp-block-group.hero.editable-hero,
.single-post-hero {
  height: clamp(250px, 32vh, 300px) !important;
  min-height: 0 !important;
  display: grid !important;
  align-items: end !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.hero-content,
.hero.sub-hero .hero-content,
.editable-page .wp-block-cover.hero .hero-content,
.editable-page .wp-block-group.hero.editable-hero .hero-content,
.single-post-hero .hero-content {
  width: min(560px, calc(100% - 36px)) !important;
  max-width: 560px !important;
  margin: 0 var(--page-x) 30px !important;
  padding: 0 !important;
  align-self: end !important;
}

.editable-page .wp-block-cover.hero .wp-block-cover__inner-container {
  width: min(560px, calc(100% - 36px)) !important;
  max-width: 560px !important;
  margin: 0 var(--page-x) 30px !important;
  padding: 0 !important;
  align-self: end !important;
  justify-self: start !important;
  color: #fff;
}

.editable-page .wp-block-cover.hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.2) 62%, rgba(0, 0, 0, 0.06)) !important;
  opacity: 1 !important;
}

.hero h1,
.sub-hero h1,
.editable-page .hero h1,
.single-post-hero h1 {
  margin: 0 0 8px !important;
  font-size: clamp(30px, 3.5vw, 44px) !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

.hero .eyebrow,
.hero .kicker,
.editable-page .hero .eyebrow,
.editable-page .hero .kicker,
.single-post-hero .eyebrow {
  margin: 0 0 9px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

.hero .hero-lede,
.hero.sub-hero .hero-lede,
.editable-page .hero .hero-lede,
.single-post-hero .hero-lede {
  margin: 0 0 12px !important;
  font-size: clamp(15px, 1.35vw, 17px) !important;
  line-height: 1.12 !important;
}

.hero p:not(.eyebrow):not(.kicker):not(.hero-lede),
.editable-page .hero p:not(.eyebrow):not(.kicker):not(.hero-lede),
.single-post-hero p:not(.eyebrow):not(.kicker):not(.hero-lede) {
  display: none !important;
}

.hero.hero-is-dynamic > img,
.hero.hero-is-dynamic > .wp-block-image,
.editable-page .wp-block-group.hero.editable-hero.hero-is-dynamic > .wp-block-group__inner-container > .wp-block-image:first-child {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Product dropdown hover stability */
@media (min-width: 1051px), (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .site-header .nav-dropdown > a {
    position: relative;
  }

  .site-header .nav-dropdown > a::before {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: 100%;
    height: 34px;
    z-index: 31;
  }

  .site-header .nav-dropdown-menu {
    visibility: hidden;
    transition:
      opacity 0.18s ease,
      transform 0.18s ease,
      visibility 0s linear 0.18s;
  }

  .site-header .nav-dropdown:hover > .nav-dropdown-menu,
  .site-header .nav-dropdown:focus-within > .nav-dropdown-menu {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }

  .site-header .nav-dropdown-products:hover > .product-mega-menu,
  .site-header .nav-dropdown-products:focus-within > .product-mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
}

/* Homepage full-screen video hero */
.home-video-hero,
.editable-page > .home-video-hero {
  height: 100svh !important;
  min-height: 720px !important;
  background: #12171a url("assets/site/banners/home-bbq-pod-hero.webp") center / cover no-repeat;
}

.home-video-hero .hero-background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: contrast(1.04) saturate(1.06);
}

.home-video-hero .hero-content {
  margin-bottom: clamp(58px, 9vh, 96px);
}

@media (max-width: 760px) {
  .home-video-hero,
  .editable-page > .home-video-hero {
    height: 100svh !important;
    min-height: 680px !important;
  }
}

/* Responsive customer experience: tablet and mobile navigation, layout and touch targets. */
@media (max-width: 900px), (hover: none) and (pointer: coarse) and (max-width: 1050px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  :root {
    --page-x: clamp(22px, 4.5vw, 46px);
    --header-x: clamp(18px, 4vw, 38px);
  }

  body.nav-open {
    overflow: hidden;
  }

  .site-header {
    position: fixed;
    top: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
    gap: 10px;
    min-height: 68px;
    padding: 8px var(--header-x);
  }

  body.admin-bar .site-header {
    top: 32px;
  }

  .brand-logo {
    width: clamp(154px, 22vw, 190px);
    height: 46px;
  }

  .nav-toggle {
    position: relative;
    display: grid;
    place-content: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 0;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(23, 32, 39, 0.16);
    border-radius: 2px;
    cursor: pointer;
  }

  .nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .site-header.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-header .nav {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    max-height: calc(100svh - 76px);
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px 0 12px;
    font-size: 15px;
    overscroll-behavior: contain;
  }

  .site-header.nav-open .nav {
    display: flex;
  }

  .site-header .nav > a,
  .site-header .nav-dropdown > a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 11px 4px;
    border-bottom: 1px solid rgba(23, 32, 39, 0.09);
    opacity: 1;
  }

  .site-header .nav-dropdown {
    display: block;
    width: 100%;
    min-height: 0;
  }

  .site-header .nav-dropdown > a::after,
  .site-header .nav-dropdown::after,
  .site-header .nav-dropdown-menu {
    display: none !important;
  }

  .breadcrumb-trail {
    margin-top: 68px;
  }

  body.home .breadcrumb-trail {
    display: none;
  }

  .home-video-hero,
  .editable-page > .home-video-hero {
    height: calc(100svh - 68px) !important;
    min-height: 620px !important;
    max-height: 820px !important;
  }

  .home-video-hero .hero-overlay {
    background:
      linear-gradient(0deg, rgba(9, 13, 16, 0.78), rgba(9, 13, 16, 0.12) 62%),
      linear-gradient(90deg, rgba(9, 13, 16, 0.35), rgba(9, 13, 16, 0.04));
  }

  .home-video-hero .hero-content {
    margin-bottom: clamp(34px, 6vh, 58px) !important;
  }

  .home-scenario-grid,
  .lifestyle-collage,
  .feature-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-band-grid article {
    min-height: 0;
  }

  .home-compare-table {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .home-compare-row {
    min-width: 760px;
  }

  .home-compare-row > :first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #f8f5ee;
    box-shadow: 8px 0 16px rgba(23, 32, 39, 0.08);
  }

  .button,
  button,
  input,
  select,
  textarea {
    min-height: 46px;
  }
}

@media (max-width: 720px) {
  :root {
    --page-x: clamp(16px, 5vw, 22px);
    --header-x: clamp(14px, 4.5vw, 20px);
  }

  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    min-height: 64px;
  }

  .brand-logo {
    width: 148px;
    height: 42px;
  }

  .breadcrumb-trail {
    margin-top: 64px;
    padding-right: var(--page-x);
    padding-left: var(--page-x);
    overflow-x: auto;
    white-space: nowrap;
  }

  .home-video-hero,
  .editable-page > .home-video-hero {
    height: calc(100svh - 64px) !important;
    min-height: 560px !important;
    max-height: 760px !important;
  }

  .home-video-hero .hero-background-video {
    object-position: 52% center;
  }

  .home-video-hero .hero-content {
    width: calc(100% - (2 * var(--page-x))) !important;
    margin: 0 var(--page-x) 28px !important;
  }

  .home-video-hero .hero-content h1 {
    max-width: 12ch;
    font-size: clamp(34px, 10.2vw, 46px) !important;
    line-height: 0.98 !important;
  }

  .home-video-hero .hero-lede {
    max-width: 34ch;
    font-size: clamp(16px, 4.4vw, 19px) !important;
    line-height: 1.2 !important;
  }

  .hero-actions,
  .free-design-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: 100%;
  }

  .hero-actions .button,
  .free-design-actions .button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .section,
  .editable-page > .section {
    padding: clamp(42px, 12vw, 58px) var(--page-x);
  }

  .section-head {
    margin-bottom: 20px;
  }

  .section-head h2,
  .free-design-copy h2,
  .product-info-copy h2,
  .video-copy h2 {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.03;
    overflow-wrap: anywhere;
  }

  .section-head p,
  .free-design-copy p,
  .product-info-copy p {
    font-size: 16px;
    line-height: 1.6;
  }

  .stats,
  .home-scenario-grid,
  .lifestyle-collage,
  .feature-band-grid,
  .door-grid,
  .home-safety,
  .home-product-info,
  .free-design {
    grid-template-columns: 1fr;
  }

  .stats div {
    min-height: 0;
    padding: 22px var(--page-x);
  }

  .stats strong {
    font-size: 34px;
  }

  .free-design-copy,
  .free-design-list div,
  .feature-band-grid article,
  .door-card div,
  .safety-note-panel {
    padding: 22px 18px;
  }

  .home-scenario-grid article,
  .door-card,
  .feature-band-grid article {
    min-width: 0;
  }

  .home-scenario-grid img,
  .door-card img,
  .product-info-media img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .lifestyle-card {
    min-height: clamp(280px, 88vw, 390px);
  }

  .feature-band-grid article {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
  }

  .feature-icon-image {
    width: 50px;
    height: 50px;
    padding: 10px;
  }

  .feature-copy h3,
  .door-card h3 {
    font-size: clamp(21px, 6.2vw, 26px);
    overflow-wrap: anywhere;
  }

  .home-compare-row {
    min-width: 700px;
  }

  .home-compare-row > * {
    padding: 14px 12px;
  }

  .video-showcase {
    min-height: clamp(500px, 78svh, 620px);
  }

  .video-copy {
    width: 100%;
    padding: 28px var(--page-x);
  }

  .seo-link-grid a {
    min-height: 0;
    padding: 20px 18px;
  }

  .footer-top,
  .footer-bottom {
    gap: 28px;
    padding-right: var(--page-x);
    padding-left: var(--page-x);
  }
}

@media (max-width: 420px) {
  .home-video-hero .hero-content h1 {
    font-size: clamp(32px, 9.5vw, 40px) !important;
  }

  .feature-band-grid article {
    grid-template-columns: 1fr;
  }

  .feature-icon-image {
    width: 52px;
    height: 52px;
  }
}

/* Keep the desktop composition stable through normal browser zoom on mouse/trackpad devices.
   Viewport-sized media below is converted to a shared document scale so images, text and
   spacing grow together instead of selected images appearing visually fixed. */
@media (min-width: 901px) and (hover: hover) and (pointer: fine) {
  .site-header,
  body > main,
  .site-footer {
    width: min(100%, 104rem);
    margin-right: auto;
    margin-left: auto;
  }

  .site-header {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .brand-logo {
    width: 14.875rem;
    height: 3.125rem;
  }

  .home-video-hero,
  .editable-page > .home-video-hero {
    height: 100svh !important;
    min-height: 720px !important;
    max-height: none !important;
    aspect-ratio: auto;
  }

  body.home .door-card img {
    height: 33rem;
  }

  body.home .video-showcase {
    min-height: 45rem;
  }
}

/* TBK-style desktop zoom-in reflow: preserve the visual system while reducing
   dense grids before the full tablet/mobile navigation takes over. */
@media (min-width: 901px) and (max-width: 1200px) and (hover: hover) and (pointer: fine) {
  .stats,
  .home-scenario-grid,
  .lifestyle-collage,
  .feature-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header {
    gap: 12px;
  }

  .nav {
    gap: 12px;
    font-size: 12px;
  }
}

@media (max-height: 600px) and (orientation: landscape) and (max-width: 900px),
  (max-height: 600px) and (orientation: landscape) and (hover: none) and (pointer: coarse) and (max-width: 1050px) {
  .home-video-hero,
  .editable-page > .home-video-hero {
    height: auto !important;
    min-height: 480px !important;
  }

  .home-video-hero .hero-content {
    margin-bottom: 24px !important;
  }
}

/* Homepage HG-P1 full-screen configuration spotlight */
.home-product-spotlight {
  position: relative;
  min-height: min(940px, calc(100svh - 62px));
  padding: clamp(54px, 7vh, 82px) clamp(28px, 5.6vw, 92px) 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(620px, 1.9fr);
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 20px clamp(18px, 2vw, 38px);
  background:
    radial-gradient(circle at 68% 52%, rgba(180, 119, 67, 0.09), transparent 29%),
    linear-gradient(135deg, #fff 0%, #fff 64%, #f5f1e9 100%);
  isolation: isolate;
}

.home-product-spotlight::before {
  content: "HG-P1";
  position: absolute;
  z-index: -1;
  right: -0.035em;
  top: -0.13em;
  color: rgba(23, 32, 39, 0.028);
  font-size: clamp(150px, 23vw, 370px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.085em;
  pointer-events: none;
}

.home-product-spotlight-copy {
  position: relative;
  z-index: 5;
  align-self: start;
  padding-top: clamp(24px, 9vh, 104px);
}

.home-product-spotlight-copy h2 {
  max-width: 7.5ch;
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(50px, 5.5vw, 88px);
  line-height: 0.87;
  letter-spacing: -0.065em;
}

.home-product-spotlight-copy h2 span {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(23, 32, 39, 0.48);
}

.home-product-spotlight-lede {
  max-width: 390px;
  margin: 0;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.65;
}

.home-product-spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.home-product-spotlight-link {
  padding: 10px 0;
  border-bottom: 1px solid rgba(23, 32, 39, 0.32);
  font-weight: 800;
}

.home-product-stage {
  position: relative;
  z-index: 2;
  align-self: center;
  width: 100%;
  aspect-ratio: 1.58;
}

.home-product-halo {
  position: absolute;
  inset: 11% 7% 7%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(180, 119, 67, 0.12), rgba(255, 255, 255, 0) 68%);
  filter: blur(10px);
  animation: home-product-halo 4.8s ease-in-out infinite;
}

.home-product-render {
  position: absolute;
  z-index: 2;
  inset: 8% 1% 2%;
  width: 98%;
  height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 32px 30px rgba(23, 32, 39, 0.18));
  transform: translateY(18px) scale(0.97);
  opacity: 0;
}

.home-product-spotlight.is-visible .home-product-render {
  animation: home-product-reveal 1.05s cubic-bezier(0.18, 0.72, 0.22, 1) 0.1s forwards;
}

.home-product-callout {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  opacity: 0;
  --line-width: clamp(46px, 5vw, 84px);
}

.home-product-spotlight.is-visible .home-product-callout {
  animation: home-callout-in 0.55s ease calc(0.7s + var(--delay)) forwards;
}

.home-product-dot {
  position: relative;
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 0 rgba(180, 119, 67, 0.48);
  animation: home-product-pulse 2.2s ease-out calc(1s + var(--delay)) infinite;
}

.home-product-line {
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--copper), rgba(180, 119, 67, 0.25));
}

.home-product-spotlight.is-visible .home-product-line {
  animation: home-line-draw 0.6s ease calc(0.85s + var(--delay)) forwards;
}

.home-product-label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 9px;
  width: clamp(156px, 12.8vw, 205px);
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(180, 119, 67, 0.28);
  box-shadow: 0 12px 34px rgba(23, 32, 39, 0.09);
  backdrop-filter: blur(12px);
}

.home-product-label b {
  grid-row: 1 / 3;
  color: var(--copper);
  font-size: 11px;
}

.home-product-label strong {
  color: var(--ink);
  font-size: clamp(11px, 0.9vw, 14px);
  line-height: 1.15;
}

.home-product-label small {
  color: var(--muted);
  font-size: clamp(9px, 0.72vw, 11px);
  line-height: 1.25;
}

.callout-canopy { top: 10%; left: 44%; }
.callout-structure { top: 28%; left: 3%; }
.callout-tv { top: 35%; left: 17%; }
.callout-grill { top: 55%; left: 39%; }
.callout-kamado { top: 51%; right: 1%; flex-direction: row-reverse; }
.callout-fridge { top: 72%; right: 3%; flex-direction: row-reverse; }
.callout-kamado .home-product-line,
.callout-fridge .home-product-line { transform: rotate(180deg); }

.home-product-spec-strip {
  position: relative;
  z-index: 6;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 calc(-1 * clamp(28px, 5.6vw, 92px));
  padding: 0 clamp(28px, 5.6vw, 92px);
  color: #fff;
  background: var(--charcoal);
}

.home-product-spec-strip span {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px clamp(12px, 2vw, 30px);
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.home-product-spec-strip span:last-child { border-right: 0; }
.home-product-spec-strip b { color: #fff; font-size: clamp(22px, 2.1vw, 34px); line-height: 1; }

@keyframes home-product-reveal {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes home-callout-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes home-line-draw { to { width: var(--line-width); } }
@keyframes home-product-pulse { 70%, 100% { box-shadow: 0 0 0 14px rgba(180, 119, 67, 0); } }
@keyframes home-product-halo { 50% { transform: scale(1.06); opacity: 0.72; } }

@media (max-width: 1050px) {
  .home-product-spotlight {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 68px;
  }
  .home-product-spotlight-copy { align-self: auto; padding-top: 0; }
  .home-product-spotlight-copy h2 { max-width: none; }
  .home-product-spotlight-lede { max-width: 620px; }
  .home-product-stage { aspect-ratio: 1.5; }
}

@media (max-width: 720px) {
  .home-product-spotlight,
  .editable-page > .home-product-spotlight {
    display: grid;
    min-height: auto;
    padding: 52px var(--page-x) 0;
  }
  .home-product-spotlight-copy h2 { font-size: clamp(48px, 15vw, 66px); }
  .home-product-spotlight-actions { display: grid; justify-items: start; }
  .home-product-stage { margin: 12px -6% 18px; width: 112%; aspect-ratio: 0.9; }
  .home-product-render { inset: 20% 0 14%; width: 100%; height: 66%; }
  .home-product-callout { --line-width: 28px; }
  .home-product-label { width: 132px; padding: 8px; }
  .home-product-label small { display: none; }
  .home-product-label strong { font-size: 10px; }
  .callout-canopy { top: 10%; left: 35%; }
  .callout-structure { top: 35%; left: 0; }
  .callout-tv { top: 47%; left: 4%; }
  .callout-grill { top: 68%; left: 8%; }
  .callout-kamado { top: 47%; right: 0; }
  .callout-fridge { top: 69%; right: 0; }
  .home-product-spec-strip {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 calc(-1 * var(--page-x));
    padding: 0 var(--page-x);
  }
  .home-product-spec-strip span { min-height: 68px; padding: 10px 8px; }
  .home-product-spec-strip span:nth-child(2) { border-right: 0; }
}

@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;
  }
}

/* Final layout contract for the catalogue annotation map. */
body .home-product-spotlight {
  min-height: min(980px, calc(100svh - 62px));
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto;
  padding: clamp(42px, 5vh, 66px) clamp(24px, 3.4vw, 56px) 0;
  gap: 10px;
}
body .home-product-spotlight-copy {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(300px, .7fr) auto;
  align-items: end;
  gap: 28px;
  padding: 0;
}
body .home-product-spotlight-copy h2 { max-width: none; margin: 0; font-size: clamp(42px, 4.5vw, 72px); line-height: .88; }
body .home-product-spotlight-copy .home-product-spotlight-lede { max-width: 500px; }
body .home-product-spotlight-copy .home-product-spotlight-actions { justify-content: flex-end; margin: 0; }
body .home-product-stage { width: 100%; max-width: 1500px; min-height: 0; margin: 0 auto; aspect-ratio: 1000 / 560; }
body .home-product-render { inset: 5% 15.5% 3%; width: 69%; height: 92%; transform-origin: 50% 76%; }
body .home-product-spotlight.is-visible .home-product-render {
  animation: home-product-reveal 1.15s cubic-bezier(.16,.8,.2,1) .08s both, home-product-float 5.8s ease-in-out 1.35s infinite;
}

@media (max-width: 1050px) {
  body .home-product-spotlight-copy { grid-template-columns: 1fr 1fr; }
  body .home-product-spotlight-copy .home-product-spotlight-actions { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 720px) {
  body .home-product-spotlight { display: grid; min-height: auto; padding: 52px var(--page-x) 0; }
  body .home-product-spotlight-copy { display: block; }
  body .home-product-spotlight-copy h2 { font-size: clamp(46px, 14vw, 64px); }
  body .home-product-spotlight-copy .home-product-spotlight-lede { margin-top: 20px; }
  body .home-product-spotlight-copy .home-product-spotlight-actions { display: grid; margin-top: 24px; }
  body .home-product-stage { width: 100%; margin: 20px 0 28px; aspect-ratio: auto; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px; }
  body .home-product-render { position: relative; grid-column: 1 / -1; inset: auto; width: 112%; height: auto; max-width: none; margin: 0 -6% 8px; }
}

/* About page — Gutenberg-first editorial motion system */
.about-page { overflow: hidden; background: #f7f4ed; }
.about-page .about-hero { isolation: isolate; }
.about-page .about-hero .wp-block-cover__image-background {
  transform: scale(1.08);
  animation: about-hero-drift 13s cubic-bezier(.25,.1,.25,1) infinite alternate;
}
.about-page .about-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.16) 49%, transparent 60%);
  transform: translateX(-120%);
  animation: about-hero-sweep 6.5s ease-in-out infinite;
  pointer-events: none;
}
.about-page .about-hero .wp-block-cover__inner-container { position: relative; z-index: 2; }
.about-page .about-hero .eyebrow,
.about-page .about-hero h1,
.about-page .about-hero .hero-lede { opacity: 0; transform: translateY(22px); animation: about-title-in .75s cubic-bezier(.18,.78,.22,1) forwards; }
.about-page .about-hero h1 { animation-delay: .12s; }
.about-page .about-hero .hero-lede { animation-delay: .24s; }

.about-profile-band {
  position: relative;
  padding: clamp(76px, 9vw, 136px) var(--page-x);
  background: #f7f4ed;
}
.about-profile-band::before {
  content: "HOREGENER";
  position: absolute;
  right: -.03em;
  top: -.18em;
  color: rgba(23,32,39,.025);
  font-size: clamp(110px, 18vw, 290px);
  font-weight: 900;
  letter-spacing: -.08em;
  pointer-events: none;
}
.about-profile-grid {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
}
.about-profile-grid .wp-block-column { min-width: 0; }
.about-profile-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 30px 75px rgba(23,32,39,.16);
  clip-path: inset(0 100% 0 0);
}
.about-profile-intro.is-visible .about-profile-grid figure,
.about-manifesto-band.is-visible .about-profile-grid figure {
  animation: about-image-unmask 1.05s cubic-bezier(.18,.8,.2,1) .12s forwards;
}
.about-profile-grid figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.34) 49%, transparent 63%);
  transform: translateX(-130%);
}
.about-profile-band.is-visible figure::after { animation: about-image-glint 5.8s ease 1.4s infinite; }
.about-profile-grid img {
  width: 100%;
  min-height: 520px;
  aspect-ratio: 1.08;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2,.7,.2,1), filter .9s ease;
}
.about-profile-grid figure:hover img { transform: scale(1.045); filter: saturate(1.08) contrast(1.03); }
.about-profile-copy { position: relative; padding: 30px 0; }
.about-profile-copy::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 32px;
  width: 2px;
  height: 0;
  background: linear-gradient(var(--copper), rgba(180,119,67,.08));
}
.about-profile-band.is-visible .about-profile-copy::before { animation: about-rule-grow 1s ease .55s forwards; }
.about-profile-copy h2 {
  margin: 0 0 26px;
  max-width: 10ch;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .94;
  letter-spacing: -.055em;
}
.about-profile-copy h3 { margin: 34px 0 10px; font-size: clamp(22px, 2vw, 30px); }
.about-profile-copy p { font-size: clamp(15px, 1.15vw, 18px); line-height: 1.72; }
.about-profile-band.is-visible .about-profile-copy > * { animation: about-copy-in .65s ease both; }
.about-profile-band.is-visible .about-profile-copy > :nth-child(2) { animation-delay: .12s; }
.about-profile-band.is-visible .about-profile-copy > :nth-child(3) { animation-delay: .22s; }
.about-profile-band.is-visible .about-profile-copy > :nth-child(4) { animation-delay: .32s; }
.about-profile-band.is-visible .about-profile-copy > :nth-child(5) { animation-delay: .42s; }

.about-proof-strip {
  position: relative;
  padding: 0 var(--page-x);
  color: #fff;
  background: #20272b;
  overflow: hidden;
}
.about-proof-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0, rgba(180,119,67,.2), transparent 32%), linear-gradient(110deg, transparent 45%, rgba(255,255,255,.035) 50%, transparent 55%);
  transform: translateX(-40%);
  animation: about-proof-light 9s ease-in-out infinite alternate;
  pointer-events: none;
}
.about-proof-grid {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.about-proof-item {
  position: relative;
  min-height: 240px;
  padding: 42px clamp(18px, 2.2vw, 34px);
  border-left: 1px solid rgba(255,255,255,.13);
  opacity: 0;
  transform: translateY(30px);
  transition: background .35s ease, transform .35s ease;
}
.about-proof-item:last-child { border-right: 1px solid rgba(255,255,255,.13); }
.about-proof-strip.is-visible .about-proof-item { animation: about-proof-in .7s cubic-bezier(.2,.75,.2,1) forwards; }
.about-proof-strip.is-visible .about-proof-item:nth-child(2) { animation-delay: .12s; }
.about-proof-strip.is-visible .about-proof-item:nth-child(3) { animation-delay: .24s; }
.about-proof-strip.is-visible .about-proof-item:nth-child(4) { animation-delay: .36s; }
.about-proof-item:hover { background: rgba(255,255,255,.055); transform: translateY(-7px); }
.about-proof-item h3 { margin: 0 0 28px; color: #fff; font-size: clamp(54px, 6vw, 86px); line-height: .8; letter-spacing: -.07em; }
.about-proof-item h3::after { content: "+"; margin-left: 4px; color: var(--copper); font-size: .34em; vertical-align: top; }
.about-proof-item p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.55; }
.about-proof-item strong { color: #fff; font-size: 15px; }

.about-tbk-section {
  position: relative;
  padding: clamp(86px, 10vw, 150px) var(--page-x);
  background: #fff;
}
.about-tbk-layout { width: min(1180px,100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: clamp(46px,6vw,92px); }
.about-tbk-title { display: flex; align-items: baseline; gap: 18px; margin-bottom: 18px; }
.about-tbk-title h2 { margin: 0; font-size: clamp(58px,8vw,120px); line-height: .8; letter-spacing: -.075em; }
.about-tbk-title p { margin: 0; color: var(--copper); font-weight: 900; letter-spacing: .13em; writing-mode: vertical-rl; }
.about-tbk-intro { max-width: 700px; margin: 0 0 70px; font-size: 18px; }
.about-milestone-track { position: relative; display: grid; gap: 28px; padding-left: 72px; }
.about-milestone-track::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(var(--copper), rgba(180,119,67,.08));
  transform: scaleY(0);
  transform-origin: top;
}
.about-tbk-section.is-visible .about-milestone-track::before { animation: about-timeline-grow 1.5s cubic-bezier(.2,.75,.2,1) .25s forwards; }
.about-timeline-item,
.about-timeline-item:nth-child(odd),
.about-timeline-item:nth-child(even) {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 28px 32px;
  background: #f6f3ec;
  border: 1px solid rgba(23,32,39,.08);
  opacity: 0;
  transform: translateX(34px);
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}
.about-tbk-section.is-visible .about-timeline-item { animation: about-timeline-card .65s ease .35s forwards; }
.about-tbk-section.is-visible .about-timeline-item:nth-child(2) { animation-delay: .55s; }
.about-tbk-section.is-visible .about-timeline-item:nth-child(3) { animation-delay: .75s; }
.about-tbk-section.is-visible .about-timeline-item:nth-child(4) { animation-delay: .95s; }
.about-timeline-item:hover { background: #fff; box-shadow: 0 24px 55px rgba(23,32,39,.1); transform: translateX(7px); }
.about-timeline-item::after,
.about-timeline-item:nth-child(odd)::after,
.about-timeline-item:nth-child(even)::after {
  content: "";
  position: absolute;
  left: -55px;
  top: 39px;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 1px var(--copper), 0 0 0 0 rgba(180,119,67,.35);
  animation: about-dot-pulse 2.4s ease-out infinite;
}
.about-timeline-year { margin: 0 0 7px; color: var(--copper); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.about-timeline-item h3 { margin: 0 0 7px; font-size: clamp(20px,2vw,28px); line-height: 1.15; }
.about-timeline-item p:last-child { margin: 0; line-height: 1.6; }
.about-tbk-sidebar { position: sticky; top: 94px; align-self: start; display: grid; gap: 12px; }
.about-sidebar-card { position: relative; padding: 26px 24px; overflow: hidden; background: #f6f3ec; border: 1px solid rgba(23,32,39,.09); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.about-sidebar-card::before { content:""; position:absolute; left:0; top:0; width:3px; height:0; background:var(--copper); transition:height .35s ease; }
.about-sidebar-card:hover { transform: translateY(-6px); border-color: rgba(180,119,67,.38); box-shadow: 0 20px 42px rgba(23,32,39,.1); }
.about-sidebar-card:hover::before { height:100%; }
.about-sidebar-card h3 { margin:0 0 10px; font-size:20px; }
.about-sidebar-card p { margin:0 0 12px; font-size:13px; }
.about-sidebar-card p:last-child { margin-bottom:0; }
.about-sidebar-card a { color:var(--copper); font-weight:900; }
.about-recent-card img { aspect-ratio:1.5; object-fit:cover; margin:10px 0 18px; transition:transform .6s ease; }
.about-recent-card:hover img { transform:scale(1.035); }

.about-manifesto-band { background: #ebe6dc; }
.about-manifesto-band .about-profile-grid { grid-template-columns: minmax(340px,.78fr) minmax(0,1.22fr); }
.about-manifesto-band .about-profile-grid img { min-height: 430px; aspect-ratio: 1.35; }
.about-manifesto-band .about-profile-copy h2 { max-width: 13ch; }
.about-manifesto-band .about-profile-copy p:last-child { margin-top: 32px; padding: 22px 0 0 26px; border-top: 1px solid rgba(23,32,39,.16); border-left: 3px solid var(--copper); color: var(--ink); }

.about-contact-band { position:relative; padding:clamp(70px,8vw,110px) var(--page-x); color:#fff; background:#20272b; overflow:hidden; }
.about-contact-band::before { content:"LET'S BUILD"; position:absolute; right:-.04em; bottom:-.2em; color:rgba(255,255,255,.025); font-size:clamp(100px,18vw,270px); font-weight:900; letter-spacing:-.08em; }
.about-contact-card { position:relative; z-index:1; width:min(1180px,100%); margin:0 auto; display:grid; grid-template-columns:.7fr 1.3fr; gap:22px 70px; padding:0; background:transparent; border:0; }
.about-contact-card h2 { grid-row:1 / 3; margin:0; color:#fff; font-size:clamp(58px,8vw,110px); line-height:.82; letter-spacing:-.07em; }
.about-contact-card p { margin:0; color:rgba(255,255,255,.7); font-size:16px; }
.about-contact-band.is-visible .about-contact-card > * { animation:about-copy-in .7s ease both; }
.about-contact-band.is-visible .about-contact-card > :nth-child(2) { animation-delay:.12s; }
.about-contact-band.is-visible .about-contact-card > :nth-child(3) { animation-delay:.24s; }

@keyframes about-hero-drift { to { transform:scale(1.015) translate3d(1.2%,-1%,0); } }
@keyframes about-hero-sweep { 0%,48% { transform:translateX(-120%); } 74%,100% { transform:translateX(120%); } }
@keyframes about-title-in { to { opacity:1; transform:translateY(0); } }
@keyframes about-image-unmask { to { clip-path:inset(0 0 0 0); } }
@keyframes about-image-glint { 0%,65% { transform:translateX(-130%); } 90%,100% { transform:translateX(130%); } }
@keyframes about-rule-grow { to { height:calc(100% - 64px); } }
@keyframes about-copy-in { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }
@keyframes about-proof-light { to { transform:translateX(35%); } }
@keyframes about-proof-in { to { opacity:1; transform:translateY(0); } }
@keyframes about-timeline-grow { to { transform:scaleY(1); } }
@keyframes about-timeline-card { to { opacity:1; transform:translateX(0); } }
@keyframes about-dot-pulse { 70%,100% { box-shadow:0 0 0 1px var(--copper),0 0 0 15px rgba(180,119,67,0); } }

@media (max-width: 980px) {
  .about-profile-grid,
  .about-manifesto-band .about-profile-grid { grid-template-columns:1fr; }
  .about-profile-copy { padding:10px 0; }
  .about-profile-copy::before { display:none; }
  .about-proof-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .about-tbk-layout { grid-template-columns:1fr; }
  .about-tbk-sidebar { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .about-contact-card { grid-template-columns:1fr; }
  .about-contact-card h2 { grid-row:auto; }
}

@media (max-width: 640px) {
  .about-profile-band { padding:58px var(--page-x); }
  .about-profile-grid { gap:30px; }
  .about-profile-grid img,
  .about-manifesto-band .about-profile-grid img { min-height:0; aspect-ratio:4/3; }
  .about-profile-copy h2 { font-size:clamp(38px,11vw,52px); }
  .about-proof-grid { grid-template-columns:1fr; }
  .about-proof-item { min-height:0; padding:30px 20px; border-right:1px solid rgba(255,255,255,.13); border-bottom:1px solid rgba(255,255,255,.13); }
  .about-proof-item h3 { margin-bottom:18px; }
  .about-tbk-section { padding:66px var(--page-x); }
  .about-tbk-title h2 { font-size:clamp(52px,17vw,78px); }
  .about-tbk-intro { margin-bottom:42px; }
  .about-milestone-track { padding-left:42px; }
  .about-milestone-track::before { left:11px; }
  .about-timeline-item::after,
  .about-timeline-item:nth-child(odd)::after,
  .about-timeline-item:nth-child(even)::after { left:-38px; }
  .about-timeline-item { padding:22px 20px; }
  .about-tbk-sidebar { grid-template-columns:1fr; }
  .about-contact-card h2 { font-size:clamp(58px,20vw,86px); }
}

/* Homepage three-model Gutenberg configuration viewer */
.home-config-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(60px,7vw,104px) clamp(24px,3.6vw,58px) 0;
  background: radial-gradient(circle at 72% 30%,rgba(180,119,67,.09),transparent 28%),linear-gradient(145deg,#fff 0%,#fff 62%,#f3eee5 100%);
}
.home-config-showcase::before {
  content:"H-POD";
  position:absolute;
  right:-.04em;
  top:-.16em;
  color:rgba(23,32,39,.025);
  font-size:clamp(150px,22vw,350px);
  font-weight:900;
  line-height:1;
  letter-spacing:-.085em;
  pointer-events:none;
}
.home-config-showcase-head {
  position:relative;
  z-index:3;
  width:min(1420px,100%);
  margin:0 auto clamp(28px,4vw,54px);
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:40px;
  align-items:end;
}
.home-config-showcase-title {
  max-width:12ch;
  margin:0;
  color:var(--ink);
  font-size:clamp(46px,5.8vw,90px);
  line-height:.9;
  letter-spacing:-.065em;
}
.home-config-showcase-lede { max-width:570px; margin:0; font-size:clamp(15px,1.15vw,18px); line-height:1.65; }
.home-config-tabs {
  position:relative;
  z-index:7;
  width:min(720px,100%);
  margin:0 auto 16px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding:6px;
  background:#20272b;
  box-shadow:0 18px 45px rgba(23,32,39,.16);
}
.home-config-tab {
  position:relative;
  min-height:58px;
  display:grid;
  place-items:center;
  color:rgba(255,255,255,.58);
  font-size:17px;
  font-weight:900;
  letter-spacing:.07em;
  border:1px solid transparent;
  transition:color .25s ease,background .25s ease,transform .25s ease;
}
.home-config-tab::after { content:""; position:absolute; left:18%; right:18%; bottom:8px; height:2px; background:var(--copper); transform:scaleX(0); transition:transform .3s ease; }
.home-config-tab:hover { color:#fff; transform:translateY(-2px); }
.home-config-tab.is-active { color:#fff; background:var(--copper); }
.home-config-tab.is-active::after { transform:scaleX(1); background:#fff; }
.home-config-panels { position:relative; z-index:2; width:min(1500px,100%); margin:0 auto; }
.home-config-panel[hidden] { display:none !important; }
.home-config-panel:not(.is-active) { display:none; }
.home-config-panel {
  position:relative;
  display:grid;
  grid-template-rows:auto auto auto;
}
.home-config-panel-head {
  display:contents;
}
.home-config-panel-title {
  grid-row:1;
  justify-self:center;
  max-width:none;
  margin:0;
  text-align:center;
}
.home-config-panel-title .kicker {
  margin:0;
  color:var(--copper);
  font-size:clamp(22px,2.1vw,32px);
  line-height:1;
  letter-spacing:-.025em;
}
.home-config-model-name { margin:0 0 10px; color:var(--ink); font-size:clamp(30px,3.4vw,52px); line-height:1; letter-spacing:-.04em; }
.home-config-model-description { max-width:700px; margin:0; font-size:15px; }
.home-config-product-link {
  position:relative;
  z-index:9;
  grid-row:3;
  justify-self:center;
  margin:0 auto clamp(26px,3vw,44px);
  white-space:nowrap;
  pointer-events:auto;
}
.home-config-showcase .home-product-stage {
  grid-row:2;
  position:relative;
  width:100%;
  max-width:1500px;
  margin:clamp(-64px,-3.8vw,-42px) auto clamp(-82px,-4.8vw,-56px);
  aspect-ratio:1000/560;
}
.home-config-showcase .home-product-stage::before {
  content:"CONFIGURATION MAP";
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  color:rgba(23,32,39,.025);
  font-size:clamp(48px,8vw,120px);
  font-weight:900;
  white-space:nowrap;
  transform:translate(-50%,-50%);
}
.home-config-showcase .home-product-render {
  position:absolute;
  z-index:2;
  inset:5% 15.5% 3%;
  width:69%;
  height:92%;
  object-fit:contain;
  opacity:0;
  filter:drop-shadow(0 28px 28px rgba(23,32,39,.17));
  transform:translateY(20px) scale(.97);
}
.home-config-panel.model-enter .home-product-render {
  animation:home-product-reveal 1s cubic-bezier(.16,.8,.2,1) .05s both,home-product-float 5.8s ease-in-out 1.2s infinite;
}
.home-config-showcase .home-product-halo { position:absolute; inset:10% 12% 8%; border-radius:50%; background:radial-gradient(ellipse,rgba(180,119,67,.13),transparent 68%); filter:blur(12px); animation:home-product-halo 4.8s ease-in-out infinite; }
.home-config-showcase .home-product-scan { position:absolute; z-index:3; left:18%; top:8%; width:64%; height:2px; opacity:0; background:linear-gradient(90deg,transparent,rgba(180,119,67,.2),#f4c18f,rgba(180,119,67,.2),transparent); box-shadow:0 0 18px rgba(180,119,67,.6); pointer-events:none; }
.home-config-panel.model-enter .home-product-scan { animation:home-product-scan 4.6s cubic-bezier(.3,.1,.5,1) .9s infinite; }
.home-config-showcase .home-product-wiremap { position:absolute; z-index:4; inset:0; width:100%; height:100%; overflow:visible; pointer-events:none; }
.home-config-showcase .home-product-wiremap polyline { fill:none; stroke:rgba(180,119,67,.82); stroke-width:1.25; vector-effect:non-scaling-stroke; stroke-dasharray:none; stroke-dashoffset:0; opacity:0; }
.home-config-showcase .home-product-wiremap circle { fill:var(--copper); stroke:#fff; stroke-width:2; vector-effect:non-scaling-stroke; opacity:0; transform-box:fill-box; transform-origin:center; }
.home-config-panel.model-enter .home-product-wiremap polyline { animation:catalogue-line-reveal .65s cubic-bezier(.2,.8,.2,1) calc(.55s + var(--i)*.055s) forwards; }
.home-config-panel.model-enter .home-product-wiremap circle { animation:catalogue-dot-in .25s ease calc(1.05s + var(--i)*.055s) forwards,catalogue-dot-pulse 2s ease-out calc(1.5s + var(--i)*.055s) infinite; }
.home-config-showcase .catalogue-label {
  position:absolute;
  z-index:5;
  width:15.8%;
  min-width:142px;
  display:grid;
  grid-template-columns:28px 1fr;
  gap:8px;
  align-items:start;
  padding:7px 8px;
  overflow:hidden;
  opacity:0;
  transform:translateY(10px);
  background:linear-gradient(100deg,rgba(255,255,255,.97),rgba(255,255,255,.78));
  border:1px solid rgba(23,32,39,.1);
  border-left:2px solid var(--copper);
  box-shadow:0 10px 28px rgba(23,32,39,.075);
  backdrop-filter:blur(12px);
}
.home-config-showcase .catalogue-label::after { content:""; position:absolute; inset:0; background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.9) 50%,transparent 70%); transform:translateX(-130%); pointer-events:none; }
.home-config-panel.model-enter .catalogue-label { animation:catalogue-label-in .45s cubic-bezier(.18,.78,.25,1) calc(.75s + var(--i,0)*.055s) forwards; }
.home-config-panel.model-enter .catalogue-label::after { animation:catalogue-label-shine 4.8s ease 1.8s infinite; }
.home-config-showcase .annotation-index { display:grid; place-items:center; width:27px; height:27px; color:#fff; background:var(--copper); font-size:10px; font-weight:900; line-height:1; }
.home-config-showcase .annotation-copy { min-width:0; }
.home-config-showcase .annotation-title { margin:0; color:var(--ink); font-size:clamp(10px,.78vw,13px); line-height:1.1; }
.home-config-showcase .annotation-description { margin:2px 0 0; color:var(--muted); font-size:clamp(8px,.61vw,10px); line-height:1.18; }

@media (max-width:1050px) {
  .home-config-showcase-head { grid-template-columns:1fr; gap:18px; }
  .home-config-showcase-title { max-width:15ch; }
  .home-config-showcase .catalogue-label { width:17%; min-width:124px; padding:5px; grid-template-columns:23px 1fr; }
  .home-config-showcase .annotation-index { width:22px; height:22px; }
}

@media (max-width:720px) {
  .home-config-showcase { padding:52px var(--page-x) 0; }
  .home-config-showcase-title { font-size:clamp(42px,12vw,58px); }
  .home-config-tabs { margin-bottom:18px; }
  .home-config-tab { min-height:52px; font-size:14px; }
  .home-config-panel-title .kicker { font-size:clamp(20px,6vw,28px); }
  .home-config-product-link { justify-self:center; margin:2px auto 26px; }
  .home-config-showcase .home-product-stage { width:100%; margin:14px 0 18px; aspect-ratio:auto; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; }
  .home-config-showcase .home-product-stage::before { display:none; }
  .home-config-showcase .home-product-render { position:relative; grid-column:1/-1; inset:auto; width:112%; height:auto; max-width:none; margin:0 -6% 8px; opacity:1; }
  .home-config-showcase .home-product-halo { inset:3% -10% 46%; }
  .home-config-showcase .home-product-scan { left:0; top:0; width:100%; }
  .home-config-showcase .home-product-wiremap { display:none; }
  .home-config-showcase .catalogue-label { position:relative; inset:auto !important; width:auto; min-width:0; min-height:61px; opacity:1; transform:none; }
  .home-config-showcase .annotation-title { font-size:10px; }
  .home-config-showcase .annotation-description { font-size:8px; }
}

/* Remove giant decorative words that compete with products and editable copy. */
.home-product-stage::before,
.home-model-showcase::before,
.about-hero::before,
.about-contact-band::before,
.home-config-showcase::before,
.home-config-showcase .home-product-stage::before { display:none !important; content:none !important; }

/* Component-level scale: preserve small card labels, reduce only display headings. */
body .home-config-showcase .annotation-title { font-size:clamp(10px,.78vw,13px) !important; line-height:1.1 !important; letter-spacing:0 !important; }
body .feature-copy h3,
body .use-case-card h3,
body .occasion-card h3,
body .safety-card h3,
body .free-design-step h3 { font-size:clamp(18px,1.55vw,24px) !important; line-height:1.12 !important; letter-spacing:-.015em !important; }
body .free-design-copy h2,
body .product-info-copy h2,
body .safety-copy h2 { font-size:clamp(32px,3vw,44px) !important; line-height:1 !important; max-width:16ch; }
body .section-head h2,
body .home-config-showcase-title,
body .about-profile-copy h2,
body .product-quick-answer h2 { font-size:clamp(34px,3.2vw,48px) !important; line-height:1 !important; }
body .about-tbk-title h2,
body .about-contact-card h2 { font-size:clamp(40px,4.4vw,60px) !important; }

@media (max-width:720px) {
  body .free-design-copy h2,
  body .product-info-copy h2,
  body .safety-copy h2,
  body .section-head h2,
  body .home-config-showcase-title,
  body .about-profile-copy h2,
  body .product-quick-answer h2 { font-size:clamp(29px,8vw,38px) !important; }
  body .about-tbk-title h2,
  body .about-contact-card h2 { font-size:clamp(34px,9.5vw,44px) !important; }
}

/* Search and answer-engine trust modules */
.product-quick-facts {
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);
  gap:clamp(34px,5vw,76px);
  align-items:start;
  background:#fff;
  border-bottom:1px solid var(--line);
}
.product-quick-answer h2 { margin:0 0 18px; font-size:clamp(38px,4.5vw,66px); line-height:.94; letter-spacing:-.055em; }
.product-quick-answer > p:not(.kicker) { margin:0 0 18px; font-size:17px; line-height:1.7; }
.product-quick-answer small { color:var(--muted); font-size:12px; }
.product-fact-grid { margin:0; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.product-fact-grid div { min-height:150px; padding:28px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); background:linear-gradient(145deg,#fff,#f7f3eb); transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease; }
.product-fact-grid div:hover { position:relative; z-index:1; transform:translateY(-5px); border-color:rgba(180,119,67,.42); box-shadow:0 20px 45px rgba(23,32,39,.1); }
.product-fact-grid dt { margin-bottom:12px; color:var(--copper); font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.product-fact-grid dd { margin:0; color:var(--ink); font-size:17px; font-weight:800; line-height:1.35; }
.wp-single-answer { margin:0 0 18px; padding:24px 28px; background:linear-gradient(135deg,rgba(180,119,67,.12),rgba(245,242,234,.7)); border-left:4px solid var(--copper); }
.wp-single-answer p { margin:0; }
.wp-single-answer p:last-child { color:var(--ink); font-size:17px; font-weight:650; line-height:1.65; }
.wp-single-trust { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin-bottom:24px; border:1px solid var(--line); background:#fff; }
.wp-single-trust span { padding:14px 16px; color:var(--muted); font-size:12px; border-right:1px solid var(--line); }
.wp-single-trust span:last-child { border-right:0; }
.wp-single-trust strong { display:block; margin-bottom:2px; color:var(--ink); font-size:10px; letter-spacing:.07em; text-transform:uppercase; }

/* Unified editorial typography: keep products primary and Gutenberg copy fluid. */
:root {
  --type-hero: clamp(44px, 4.6vw, 64px);
  --type-page-hero: clamp(38px, 3.8vw, 54px);
  --type-section: clamp(30px, 2.7vw, 40px);
  --type-module: clamp(25px, 2.2vw, 32px);
}

body .home-video-hero .hero-content h1 { font-size:var(--type-hero) !important; line-height:.96; max-width:15ch; }
body .sub-hero h1,
body .editable-page .hero h1,
body .single-post-hero h1,
body .horegener-hero-content h1 { font-size:var(--type-page-hero) !important; line-height:.98; max-width:18ch; }
body .section-head h2,
body .home-product-spotlight-copy h2,
body .home-config-showcase-title,
body .about-profile-copy h2,
body .product-quick-answer h2 { font-size:var(--type-section) !important; line-height:.96; letter-spacing:-.045em; max-width:18ch; }
body .about-tbk-title h2,
body .about-contact-card h2 { font-size:clamp(34px,3.4vw,48px) !important; line-height:.94; letter-spacing:-.045em; }
body .about-proof-item h3 { font-size:clamp(32px,3.2vw,46px); line-height:.94; }
body .home-config-model-name,
body .about-profile-copy h3,
body .about-timeline-item h3 { font-size:var(--type-module); line-height:1.05; }

@media (max-width:720px) {
  :root {
    --type-hero: clamp(36px,10vw,46px);
    --type-page-hero: clamp(32px,8.5vw,40px);
    --type-section: clamp(27px,7.4vw,34px);
    --type-module: clamp(22px,6vw,28px);
  }
  body .about-tbk-title h2,
  body .about-contact-card h2 { font-size:clamp(30px,8.5vw,38px) !important; }
}

@media (max-width:820px) {
  .product-quick-facts { grid-template-columns:1fr; }
}
@media (max-width:640px) {
  .product-fact-grid { grid-template-columns:1fr; }
  .product-fact-grid div { min-height:0; padding:22px 18px; }
  .wp-single-trust { grid-template-columns:1fr; }
  .wp-single-trust span { border-right:0; border-bottom:1px solid var(--line); }
  .wp-single-trust span:last-child { border-bottom:0; }
}





