:root {
  --max-carbon-black: #181818;
  --max-champagne-gold: #be995b;
  --max-warm-ivory: #f7f2e9;
  --max-graphite: #625f59;
  --max-stone: #d9d0c2;
  --max-champagne-gradient: linear-gradient(90deg, #9b753e 0%, #d4b878 50%, #af844a 100%);
  --max-phi: 1.618034;
  --max-type-caption: 0.5rem;
  --max-type-body: 0.8125rem;
  --max-type-small-title: 1.3125rem;
  --max-type-heading: 2.125rem;
  --max-type-display: 3.4375rem;
  --max-type-hero: 5.5625rem;
  --ink: var(--max-carbon-black);
  --ink-soft: var(--max-graphite);
  --forest: var(--max-carbon-black);
  --forest-deep: #111111;
  --sage: var(--max-champagne-gold);
  --sage-light: #eee3d1;
  --cream: #f1eadd;
  --paper: var(--max-warm-ivory);
  --line: rgba(24, 24, 24, 0.14);
  --orange: var(--max-champagne-gold);
  --orange-dark: #9b753e;
  --steel: var(--max-stone);
  --ice: #f2eadf;
  --white: #fffdf8;
  --shadow: 0 28px 80px rgba(24, 24, 24, 0.14);
  --shadow-tech: 0 22px 64px rgba(24, 24, 24, 0.11);
  --radius-sm: 2px;
  --radius-md: 3px;
  --radius-lg: 4px;
  --content: 1240px;
  --font-sans: "Manrope", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Manrope", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: var(--max-carbon-black);
  background: var(--max-champagne-gold);
}

h1,
h2,
h3 {
  text-wrap: balance;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(190, 153, 91, 0.54);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest-deep);
  border-radius: 999px;
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 40px), 820px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(16, 33, 38, 0.1);
  background: rgba(248, 251, 250, 0.88);
  box-shadow: 0 10px 32px rgba(7, 29, 33, 0.045);
  backdrop-filter: blur(22px) saturate(1.35);
}

.utility-bar {
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(90deg, transparent, rgba(168, 227, 223, 0.12), transparent),
    var(--forest-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.utility-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-proof,
.utility-contact {
  display: flex;
  align-items: center;
  gap: 18px;
}

.utility-proof span,
.utility-contact a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.utility-proof span::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
  content: "";
}

.utility-contact a:hover {
  color: var(--white);
}

.nav-shell {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

.brand-mark {
  position: relative;
  width: 31px;
  height: 31px;
  border: 2px solid var(--forest);
  border-radius: 3px 3px 9px 3px;
  box-shadow: inset 0 0 0 1px rgba(168, 227, 223, 0.3);
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
  background: var(--forest);
}

.brand-mark::before {
  top: 6px;
  right: 5px;
  left: 5px;
  height: 2px;
  box-shadow: 0 7px 0 var(--forest), 0 14px 0 var(--forest);
}

.brand-mark::after {
  right: -3px;
  bottom: -3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.desktop-nav a {
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--forest);
  background: var(--sage-light);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nav-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--white);
  background: var(--forest);
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(11, 74, 80, 0.18);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.nav-cta:hover {
  background: var(--forest-deep);
  box-shadow: 0 14px 34px rgba(7, 29, 33, 0.24);
  transform: translateY(-2px);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-button[aria-expanded="true"] span {
  opacity: 0;
}

.menu-button[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-button[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--forest);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  content: "";
  background: var(--orange);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 38px 0 64px;
  background:
    radial-gradient(circle at 6% 12%, rgba(168, 227, 223, 0.52), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), transparent 42%),
    var(--cream);
}

.hero::before,
.page-hero::before,
.cta-panel::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(11, 74, 80, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 74, 80, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  align-items: center;
  gap: clamp(36px, 6vw, 84px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-block: 54px;
}

.hero h1,
.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(48px, 5.6vw, 78px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.hero h1 span,
.page-hero h1 span {
  color: var(--forest);
  background: linear-gradient(100deg, var(--forest) 8%, #16838b 58%, var(--forest-deep) 100%);
  background-clip: text;
  font-style: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.65;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 12px 32px rgba(206, 67, 24, 0.24);
}

.button-primary:hover {
  background: var(--orange-dark);
  box-shadow: 0 16px 38px rgba(206, 67, 24, 0.3);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.button-secondary:hover {
  border-color: var(--forest);
  background: var(--white);
}

.button-light {
  color: var(--forest-deep);
  background: var(--white);
}

.button-ghost-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}

.button-arrow {
  font-size: 18px;
  line-height: 1;
}

.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.micro-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.micro-proof span::before {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--forest);
  content: "✓";
  font-size: 10px;
}

.hero-visual {
  position: relative;
  min-height: 610px;
}

.hero-image-frame {
  position: absolute;
  inset: 0 -80px 0 0;
  overflow: hidden;
  border: 1px solid rgba(168, 227, 223, 0.45);
  border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  box-shadow: var(--shadow-tech);
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-image-frame::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 50%, rgba(7, 29, 33, 0.42)),
    linear-gradient(90deg, rgba(7, 29, 33, 0.08), transparent 36%);
}

.floating-card {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 26px;
  width: min(290px, 72%);
  padding: 20px;
  color: var(--white);
  border: 1px solid rgba(168, 227, 223, 0.34);
  border-radius: 14px;
  background: rgba(7, 29, 33, 0.82);
  box-shadow: 0 18px 48px rgba(7, 29, 33, 0.26);
  backdrop-filter: blur(18px) saturate(1.25);
}

.floating-card strong {
  display: block;
  margin-bottom: 3px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
}

.floating-card span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.trust-bar {
  color: var(--white);
  border-top: 1px solid rgba(168, 227, 223, 0.32);
  background:
    linear-gradient(90deg, transparent, rgba(11, 74, 80, 0.42), transparent),
    var(--forest-deep);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-number {
  color: var(--sage);
  font-family: var(--font-display);
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
}

.trust-item strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.trust-item small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.4;
}

.section {
  padding: 112px 0;
}

.section-compact {
  padding: 78px 0;
}

.section-sage {
  background: var(--sage-light);
}

.section-cream {
  background: var(--cream);
}

.section-dark {
  position: relative;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 12%, rgba(168, 227, 223, 0.12), transparent 26%),
    linear-gradient(rgba(168, 227, 223, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 227, 223, 0.035) 1px, transparent 1px),
    var(--forest-deep);
  background-size: auto, 54px 54px, 54px 54px, auto;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 46px;
}

.section-header-copy {
  max-width: 700px;
}

.section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.section-title em {
  color: var(--forest);
  font-style: normal;
  font-weight: 600;
}

.section-dark .section-title em {
  color: var(--sage);
}

.section-intro {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
}

.section-dark .section-intro {
  color: rgba(255, 255, 255, 0.66);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--forest);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.story-card {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(168, 227, 223, 0.22);
  border-radius: var(--radius-md);
  background: var(--forest);
  box-shadow: 0 20px 54px rgba(7, 29, 33, 0.12);
}

.story-card:nth-child(1) {
  grid-column: span 7;
}

.story-card:nth-child(2) {
  grid-column: span 5;
}

.story-card:nth-child(3) {
  grid-column: 3 / span 8;
  min-height: 460px;
}

.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.8,.2,1);
}

.story-card:hover img {
  transform: scale(1.035);
}

.story-card img[src$="led-lounge-pergola.jpg"],
.product-image img[src$="led-lounge-pergola.jpg"],
.page-hero-media img[src$="led-lounge-pergola.jpg"],
.cta-image img[src$="led-lounge-pergola.jpg"] {
  object-position: center bottom;
  transform: scale(1.44);
  transform-origin: center bottom;
}

.story-card:hover img[src$="led-lounge-pergola.jpg"],
.product-card:hover .product-image img[src$="led-lounge-pergola.jpg"] {
  transform: scale(1.49);
}

.story-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(7, 29, 33, 0.02) 28%, rgba(7, 29, 33, 0.92));
}

.story-content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px;
  color: var(--white);
}

.story-kicker {
  margin: 0 0 8px;
  color: var(--sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.story-content h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.story-content p {
  max-width: 520px;
  margin: 8px 0 18px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
}

.story-content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}

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

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

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 36px rgba(7, 29, 33, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card:hover {
  border-color: rgba(11, 74, 80, 0.32);
  box-shadow: 0 24px 60px rgba(7, 29, 33, 0.14);
  transform: translateY(-5px);
}

.product-image {
  position: relative;
  aspect-ratio: 1.15;
  overflow: hidden;
  background: var(--sage-light);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.035);
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--forest-deep);
  background: rgba(255, 253, 248, 0.88);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.product-body {
  padding: 24px;
}

.product-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.product-body p {
  min-height: 50px;
  margin: 7px 0 18px;
  color: var(--ink-soft);
  font-size: 14px;
}

.spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
}

.spec-row span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink-soft);
  font-size: 11px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.product-price {
  font-size: 12px;
  line-height: 1.4;
}

.product-price strong {
  display: block;
  color: var(--forest);
  font-size: 15px;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(42px, 7vw, 100px);
}

.feature-media {
  position: relative;
}

.feature-media img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid rgba(168, 227, 223, 0.28);
  box-shadow: var(--shadow-tech);
}

.feature-media-infographic img {
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
}

.feature-media-infographic .feature-media-label {
  position: static;
  max-width: none;
  margin-top: 10px;
  border: 1px solid var(--line);
  box-shadow: none;
}

.feature-media-label {
  position: absolute;
  right: -18px;
  bottom: 26px;
  max-width: 210px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--paper);
  box-shadow: 0 16px 34px rgba(13, 43, 33, 0.15);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.feature-copy h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.2vw, 56px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.feature-copy > p {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
}

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

.check-list li {
  position: relative;
  padding: 0 0 14px 32px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--forest);
  content: "✓";
  font-size: 11px;
}

.comparison-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 18px 48px rgba(7, 29, 33, 0.08);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.comparison-table th,
.comparison-table td {
  padding: 19px 24px;
  border-bottom: 1px solid var(--line);
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-table th {
  color: var(--white);
  background: var(--forest);
  font-size: 13px;
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.comparison-table th:first-child {
  background: var(--forest-deep);
}

.comparison-table td:first-child {
  font-weight: 800;
}

.comparison-good {
  color: var(--forest);
  font-weight: 800;
}

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

.value-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 247, 245, 0.54));
  box-shadow: 0 14px 40px rgba(7, 29, 33, 0.055);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.value-card:hover {
  border-color: rgba(11, 74, 80, 0.28);
  box-shadow: 0 22px 54px rgba(7, 29, 33, 0.1);
  transform: translateY(-4px);
}

.value-card::after {
  position: absolute;
  right: -40px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 18px solid rgba(168, 227, 223, 0.28);
  border-radius: 50%;
  content: "";
}

.value-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 54px;
  border: 1px solid rgba(168, 227, 223, 0.36);
  border-radius: 10px;
  color: var(--white);
  background: var(--forest);
  font-family: var(--font-display);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

.value-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.value-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  counter-reset: install-step;
}

.steps-six {
  grid-template-columns: repeat(3, 1fr);
}

.steps-six .step:nth-child(3n) {
  border-right: 0;
}

.steps-six .step:nth-child(-n+3) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.step {
  position: relative;
  min-height: 210px;
  padding: 26px 26px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  counter-increment: install-step;
}

.step:last-child {
  border-right: 0;
}

.step::before {
  display: block;
  margin-bottom: 46px;
  color: var(--sage);
  content: "0" counter(install-step);
  font-family: var(--font-display);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}

.step h3 {
  margin: 0 0 7px;
  font-size: 16px;
}

.step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  position: relative;
  padding: 24px 54px 24px 0;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 28px;
  height: 28px;
  content: "+";
  color: var(--forest);
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-answer {
  max-width: 760px;
  padding: 0 60px 26px 0;
  color: var(--ink-soft);
}

.faq-answer p {
  margin: 0;
}

.home-faq-section {
  padding-block: 72px 86px;
}

.home-faq-section .section-header {
  margin-bottom: 24px;
}

.home-faq-section .section-header-copy {
  max-width: 600px;
}

.home-faq-section .eyebrow {
  font-size: 8px;
  opacity: 0.78;
}

.home-faq-section .section-title {
  max-width: 560px;
  color: var(--ink-soft);
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(32px, 5vw, 72px);
  border-top: 0;
}

.home-faq-grid .faq-item {
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.home-faq-grid .faq-item summary {
  padding: 17px 36px 17px 0;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.home-faq-grid .faq-item summary::after {
  right: 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  line-height: 22px;
  opacity: 0.72;
}

.home-faq-grid .faq-answer {
  max-width: none;
  padding: 0 36px 18px 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.65;
}

.cta-panel {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 420px;
  grid-template-columns: 1.15fr 0.85fr;
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 12% 10%, rgba(168, 227, 223, 0.17), transparent 28%),
    linear-gradient(120deg, var(--forest) 0%, var(--forest-deep) 72%);
  box-shadow: var(--shadow-tech);
}

.cta-panel::after {
  z-index: 1;
  opacity: 0.48;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.cta-copy {
  position: relative;
  z-index: 3;
  padding: clamp(42px, 6vw, 76px);
}

.cta-copy h2 {
  max-width: 570px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 4.6vw, 60px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.cta-copy p {
  max-width: 550px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.cta-image {
  position: relative;
  z-index: 2;
  min-height: 420px;
}

.cta-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-image::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, var(--forest), transparent 38%);
}

.site-footer {
  padding: 76px 0 26px;
  color: rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(rgba(168, 227, 223, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 227, 223, 0.035) 1px, transparent 1px),
    #041418;
  background-size: 52px 52px;
}

.floating-contact {
  position: fixed;
  z-index: 42;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 7px 17px 7px 8px;
  color: var(--white);
  border: 1px solid rgba(168, 227, 223, 0.26);
  border-radius: var(--radius-sm);
  background: rgba(7, 29, 33, 0.92);
  box-shadow: 0 14px 38px rgba(7, 29, 33, 0.26);
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-contact:hover {
  box-shadow: 0 18px 46px rgba(7, 29, 33, 0.34);
  transform: translateY(-3px);
}

.floating-contact-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 7px;
  color: var(--white);
  background: var(--orange);
  font-family: var(--font-display);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 0.7fr);
  gap: 48px;
  padding-bottom: 58px;
}

.footer-brand .brand {
  color: var(--white);
}

.footer-brand .brand-mark {
  border-color: var(--sage);
}

.footer-brand .brand-mark::before {
  background: var(--sage);
  box-shadow: 0 7px 0 var(--sage), 0 14px 0 var(--sage);
}

.footer-brand p {
  max-width: 380px;
  margin: 20px 0 0;
  font-size: 14px;
}

.footer-column h2 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: 12px;
  font-family: var(--font-display);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  width: fit-content;
  margin: 11px 0;
  font-size: 13px;
}

.footer-column a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 78px;
  background:
    radial-gradient(circle at 88% 20%, rgba(168, 227, 223, 0.66), transparent 24%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.68), transparent 45%),
    var(--cream);
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 0.85fr);
  align-items: center;
  gap: 70px;
}

.page-hero h1 {
  font-size: clamp(48px, 5.3vw, 72px);
}

.page-hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 19px;
}

.page-hero-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid rgba(168, 227, 223, 0.34);
  box-shadow: var(--shadow-tech);
}

.page-hero-media img {
  aspect-ratio: 1.08;
  object-fit: cover;
  border-radius: var(--radius-md);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
  overflow: hidden;
}

.proof-cell {
  padding: 28px;
  background: rgba(255, 255, 255, 0.9);
}

.proof-cell strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
}

.proof-cell p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.5fr);
  align-items: start;
  gap: 70px;
}

.article h2 {
  margin: 74px 0 18px;
  font-family: var(--font-display);
  font-size: 39px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.article h2:first-child {
  margin-top: 0;
}

.article h3 {
  margin: 34px 0 12px;
  font-size: 18px;
}

.article p,
.article li {
  color: var(--ink-soft);
  font-size: 17px;
}

.article ul,
.article ol {
  padding-left: 23px;
}

.article-callout {
  margin: 36px 0;
  padding: 24px 26px;
  border-left: 4px solid var(--orange);
  border-radius: 0 14px 14px 0;
  background:
    linear-gradient(90deg, rgba(168, 227, 223, 0.22), transparent),
    var(--cream);
}

.article-callout strong {
  display: block;
  margin-bottom: 5px;
}

.sidebar-card {
  position: sticky;
  top: 108px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), transparent 72%),
    var(--cream);
  box-shadow: 0 16px 46px rgba(7, 29, 33, 0.08);
}

.sidebar-card h2 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
}

.sidebar-card a:not(.button) {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.sidebar-card .button {
  width: 100%;
  margin-top: 22px;
}

.timeline {
  display: grid;
  gap: 0;
  margin-top: 36px;
}

.timeline-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.timeline-row strong {
  color: var(--forest);
  font-family: var(--font-display);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
}

.timeline-row h3 {
  margin: 0 0 5px;
}

.timeline-row p {
  margin: 0;
  font-size: 15px;
}

.idea-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.idea-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 42px rgba(7, 29, 33, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.idea-card:hover {
  box-shadow: 0 22px 56px rgba(7, 29, 33, 0.12);
  transform: translateY(-4px);
}

.idea-card img {
  aspect-ratio: 1.25;
  object-fit: cover;
}

.idea-body {
  padding: 24px;
}

.idea-body h2,
.idea-body h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.idea-body p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.versus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.versus-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 42px rgba(7, 29, 33, 0.065);
}

.versus-card.featured {
  color: var(--white);
  background:
    linear-gradient(rgba(168, 227, 223, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 227, 223, 0.045) 1px, transparent 1px),
    var(--forest);
  background-size: 44px 44px;
}

.versus-card h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
}

.versus-card p {
  margin: 0;
  color: var(--ink-soft);
}

.versus-card.featured p {
  color: rgba(255, 255, 255, 0.68);
}

.versus-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.unit-standard {
  display: grid;
  min-width: 210px;
  gap: 2px;
  padding: 16px 18px;
  border: 1px solid rgba(11, 74, 80, 0.18);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 30px rgba(7, 29, 33, 0.06);
}

.unit-standard span,
.unit-standard small {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.unit-standard strong {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.configurator-section {
  position: relative;
  overflow: clip;
}

.configurator-section::before {
  position: absolute;
  top: 130px;
  right: -180px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(11, 74, 80, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 72px rgba(168, 227, 223, 0.11), inset 0 0 0 144px rgba(255, 255, 255, 0.16);
  content: "";
  pointer-events: none;
}

.configurator {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, 0.78fr);
  align-items: start;
  gap: 24px;
}

.configurator-form {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(7, 29, 33, 0.07);
}

.config-step {
  min-width: 0;
  padding: 32px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.config-step-last {
  border-bottom: 0;
}

.config-step legend {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 14px;
  padding: 0;
  margin: 0 0 20px;
}

.config-step legend > span:last-child {
  display: grid;
  gap: 2px;
}

.config-step legend strong {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.config-step legend small {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
}

.config-step-number {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(11, 74, 80, 0.22);
  border-radius: 9px;
  color: var(--forest);
  background: var(--sage-light);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
}

.config-choice-grid {
  display: grid;
  gap: 10px;
}

.config-choice-grid-size {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.config-choice-grid-size > .config-choice:last-child {
  grid-column: 2;
}

.config-choice-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.config-choice {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.config-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.config-choice-surface {
  position: relative;
  display: grid;
  min-height: 126px;
  align-content: space-between;
  gap: 9px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  box-shadow: inset 0 0 0 1px transparent;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.config-choice:hover .config-choice-surface {
  border-color: rgba(11, 74, 80, 0.38);
  transform: translateY(-2px);
}

.config-choice input:checked + .config-choice-surface {
  color: var(--white);
  border-color: var(--forest-deep);
  background:
    linear-gradient(rgba(168, 227, 223, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 227, 223, 0.055) 1px, transparent 1px),
    var(--forest-deep);
  background-size: 24px 24px;
  box-shadow: 0 13px 30px rgba(7, 29, 33, 0.2), inset 0 0 0 1px rgba(168, 227, 223, 0.16);
}

.config-choice input:focus-visible + .config-choice-surface {
  outline: 3px solid rgba(240, 90, 42, 0.48);
  outline-offset: 3px;
}

.choice-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
}

.choice-top strong,
.config-choice-horizontal strong {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.choice-top em,
.config-choice-horizontal em {
  flex: 0 0 auto;
  padding: 4px 6px;
  border: 1px solid rgba(16, 33, 38, 0.12);
  border-radius: 4px;
  color: var(--ink-soft);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.config-choice input:checked + .config-choice-surface em {
  color: var(--sage);
  border-color: rgba(168, 227, 223, 0.28);
}

.choice-metric {
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
}

.choice-area {
  font-size: 12px;
  font-weight: 800;
}

.choice-area small,
.choice-description {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}

.config-choice input:checked + .config-choice-surface .choice-metric,
.config-choice input:checked + .config-choice-surface .choice-area small,
.config-choice input:checked + .config-choice-surface .choice-description,
.config-choice input:checked + .config-choice-surface small {
  color: rgba(255, 255, 255, 0.65);
}

.config-choice-horizontal {
  min-height: 90px;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  align-content: center;
  gap: 13px;
}

.config-choice-horizontal span:nth-child(2) {
  display: grid;
  gap: 3px;
}

.config-choice-horizontal small {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 600;
}

.layout-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 30px;
  border-top: 4px solid var(--forest);
  border-right: 3px solid var(--forest);
  border-left: 3px solid var(--forest);
}

.layout-icon::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  left: 5px;
  height: 3px;
  background: var(--orange);
  content: "";
}

.layout-icon-wall {
  border-left-width: 8px;
  border-left-color: var(--orange);
}

.config-choice input:checked + .config-choice-surface .layout-icon {
  border-color: var(--sage);
}

.config-choice input:checked + .config-choice-surface .layout-icon::after,
.config-choice input:checked + .config-choice-surface .layout-icon-wall {
  border-left-color: var(--orange);
}

.finish-options,
.accessory-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.finish-choice,
.accessory-choice {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--paper);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.finish-choice:hover,
.accessory-choice:hover {
  border-color: rgba(11, 74, 80, 0.38);
  transform: translateY(-2px);
}

.finish-choice:has(input:checked),
.accessory-choice:has(input:checked) {
  border-color: var(--forest);
  background: var(--sage-light);
  box-shadow: inset 0 0 0 1px rgba(11, 74, 80, 0.14);
}

.finish-choice:has(input:focus-visible),
.accessory-choice:has(input:focus-visible) {
  outline: 3px solid rgba(240, 90, 42, 0.48);
  outline-offset: 3px;
}

.finish-choice input,
.accessory-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.finish-choice > span:last-child,
.accessory-choice > span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.finish-choice strong,
.accessory-choice strong {
  font-size: 12px;
  line-height: 1.25;
}

.finish-choice small,
.accessory-choice small {
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.finish-swatch {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(16, 33, 38, 0.18);
}

.finish-graphite {
  background: #2a3134;
}

.finish-white {
  background: #f3f1e9;
}

.finish-custom {
  background: conic-gradient(#f05a2a, #f4c55e, #4aa092, #2b6c83, #6b4f82, #f05a2a);
}

.accessory-choice {
  align-items: start;
}

.accessory-check {
  position: relative;
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  border: 1px solid rgba(16, 33, 38, 0.25);
  border-radius: 5px;
  background: var(--white);
}

.accessory-choice input:checked + .accessory-check {
  border-color: var(--forest);
  background: var(--forest);
}

.accessory-choice input:checked + .accessory-check::after {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  content: "";
  transform: rotate(45deg);
}

.config-summary {
  position: sticky;
  top: 132px;
  overflow: hidden;
  border: 1px solid rgba(168, 227, 223, 0.24);
  border-radius: var(--radius-md);
  color: var(--white);
  background: var(--forest-deep);
  box-shadow: var(--shadow-tech);
}

.config-summary-image {
  position: relative;
  aspect-ratio: 1.45;
  overflow: hidden;
  border-bottom: 1px solid rgba(168, 227, 223, 0.2);
  background: var(--forest);
}

.config-summary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.config-summary-image img[src$="led-lounge-pergola.jpg"] {
  object-position: center bottom;
  transform: scale(1.44);
  transform-origin: center bottom;
}

.config-summary-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(7, 29, 33, 0.02), rgba(7, 29, 33, 0.48));
}

.dimension-tag {
  position: absolute;
  z-index: 2;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  color: var(--white);
  background: rgba(7, 29, 33, 0.74);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.dimension-tag-width {
  right: 16px;
  bottom: 16px;
}

.dimension-tag-metric {
  right: 16px;
  bottom: 54px;
  color: var(--sage);
}

.config-summary-body {
  padding: 25px;
}

.summary-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.summary-heading p {
  margin: 0 0 3px;
  color: var(--sage);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.summary-heading h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.summary-status {
  flex: 0 0 auto;
  padding: 5px 7px;
  border: 1px solid rgba(168, 227, 223, 0.22);
  border-radius: 4px;
  color: var(--sage);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sku-display {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2px 10px;
  margin: 20px 0 4px;
  padding: 13px 14px;
  border: 1px solid rgba(168, 227, 223, 0.18);
  border-radius: 9px;
  background: rgba(168, 227, 223, 0.075);
}

.sku-display span {
  grid-column: 1;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sku-display strong {
  grid-column: 1;
  overflow-wrap: anywhere;
  color: var(--sage);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.015em;
}

.sku-display button {
  grid-row: 1 / span 2;
  grid-column: 2;
  padding: 6px 8px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
}

.summary-list {
  margin: 17px 0;
}

.summary-list > div {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.summary-list dt {
  color: rgba(255, 255, 255, 0.47);
  font-size: 10px;
  font-weight: 700;
}

.summary-list dd {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
}

.summary-list dd strong,
.summary-list dd small {
  display: block;
}

.summary-list dd small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 600;
}

.zip-field {
  display: grid;
  gap: 7px;
  margin-top: 20px;
}

.zip-field > span {
  font-size: 10px;
  font-weight: 800;
}

.zip-field > span small {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 600;
}

.zip-field input {
  width: 100%;
  height: 46px;
  padding: 0 13px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  outline: 0;
}

.zip-field input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.zip-field input:focus {
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(168, 227, 223, 0.12);
}

.quote-price {
  display: grid;
  gap: 2px;
  margin: 20px 0;
}

.quote-price > span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-price strong {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
}

.quote-price small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  line-height: 1.45;
}

.config-cta {
  width: 100%;
}

.config-disclaimer {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  line-height: 1.55;
}

.metric-subtitle {
  min-height: 0 !important;
  margin: 3px 0 13px !important;
  color: var(--forest) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.text-link-button {
  padding: 0 0 4px;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.sku-legend {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: 42px;
  margin-top: 24px;
  padding: 34px;
  border: 1px solid rgba(168, 227, 223, 0.24);
  border-radius: var(--radius-md);
  color: var(--white);
  background:
    linear-gradient(rgba(168, 227, 223, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 227, 223, 0.045) 1px, transparent 1px),
    var(--forest-deep);
  background-size: 32px 32px;
  box-shadow: var(--shadow-tech);
}

.sku-legend .eyebrow {
  color: var(--sage);
}

.sku-legend h3 {
  margin: 0;
  color: var(--sage);
  font-family: var(--font-display);
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 600;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.sku-legend h3 span {
  color: var(--orange);
}

.sku-legend dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
}

.sku-legend dl > div {
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.sku-legend dt {
  color: var(--white);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
}

.sku-legend dd {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 600;
}

.fulfillment-callout {
  display: grid;
  gap: 3px;
  margin: 20px 0;
  padding: 14px;
  border: 1px solid rgba(168, 227, 223, 0.22);
  border-left: 3px solid var(--orange);
  border-radius: 7px;
  background: rgba(168, 227, 223, 0.075);
}

.fulfillment-callout > span {
  color: var(--sage);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fulfillment-callout strong {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
}

.fulfillment-callout small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  line-height: 1.5;
}

.fulfillment-callout a {
  color: var(--sage);
  font-weight: 800;
}

.fulfillment-section {
  overflow: hidden;
}

.fulfillment-section .eyebrow {
  color: var(--sage);
}

.fulfillment-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.fulfillment-roadmap::before {
  position: absolute;
  z-index: 2;
  top: 55px;
  left: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(168, 227, 223, 0.3);
  border-radius: 50%;
  color: var(--forest-deep);
  background: var(--sage);
  content: "→";
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  transform: translateX(-50%);
}

.fulfillment-phase {
  position: relative;
  min-width: 0;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  background:
    linear-gradient(rgba(168, 227, 223, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 227, 223, 0.04) 1px, transparent 1px),
    rgba(255, 255, 255, 0.045);
  background-size: 36px 36px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.fulfillment-phase-current {
  border-color: rgba(168, 227, 223, 0.34);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18), inset 0 3px 0 var(--sage);
}

.fulfillment-phase-planned {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18), inset 0 3px 0 var(--orange);
}

.fulfillment-phase-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.fulfillment-phase-top > span {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fulfillment-phase-top em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px solid rgba(168, 227, 223, 0.24);
  border-radius: 5px;
  color: var(--sage);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fulfillment-phase-planned .fulfillment-phase-top em {
  color: #ffb89f;
  border-color: rgba(240, 90, 42, 0.34);
}

.fulfillment-phase-top em i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 5px rgba(168, 227, 223, 0.09);
}

.fulfillment-date {
  margin: 46px 0 7px;
  color: var(--sage);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fulfillment-phase-planned .fulfillment-date {
  color: #ffb89f;
}

.fulfillment-phase h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.fulfillment-phase > p:not(.fulfillment-date) {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.route-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 30px 0;
  padding: 18px;
  border: 1px solid rgba(168, 227, 223, 0.14);
  border-radius: 11px;
  background: rgba(7, 29, 33, 0.64);
}

.route-visual span {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.route-visual i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(168, 227, 223, 0.3);
  border-radius: 50%;
  color: var(--sage);
  background: rgba(168, 227, 223, 0.08);
  font-family: var(--font-display);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.fulfillment-phase-planned .route-visual span:first-child i {
  color: #ffb89f;
  border-color: rgba(240, 90, 42, 0.34);
  background: rgba(240, 90, 42, 0.08);
}

.route-visual b {
  position: relative;
  display: block;
  height: 1px;
  background: linear-gradient(90deg, var(--sage), var(--orange));
}

.route-visual b::after {
  position: absolute;
  top: -4px;
  right: -1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--orange);
  border-right: 1px solid var(--orange);
  content: "";
  transform: rotate(45deg);
}

.fulfillment-phase ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fulfillment-phase li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 700;
}

.fulfillment-phase li::before {
  position: absolute;
  top: 6px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
  content: "";
}

.fulfillment-phase-planned li::before {
  background: var(--orange);
}

.fulfillment-rule {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 56px;
  margin-top: 22px;
  padding: 36px;
  border: 1px solid rgba(168, 227, 223, 0.3);
  border-radius: var(--radius-md);
  color: var(--ink);
  background: var(--sage-light);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.14);
}

.fulfillment-rule .eyebrow {
  color: var(--forest);
}

.fulfillment-rule h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.fulfillment-rule > div > p:last-child {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.fulfillment-rule dl {
  margin: 0;
}

.fulfillment-rule dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(16, 33, 38, 0.13);
}

.fulfillment-rule dl > div:last-child {
  border-bottom: 0;
}

.fulfillment-rule dt {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.fulfillment-rule dd {
  margin: 0;
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.fulfillment-note {
  max-width: 900px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  line-height: 1.6;
}

.legal-note {
  margin-top: 22px;
  color: var(--ink-soft);
  font-size: 11px;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .mobile-menu {
    position: absolute;
    z-index: 45;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(100vh - 112px);
    display: grid;
    align-content: start;
    gap: 4px;
    padding: 28px 20px;
    background: var(--paper);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-menu[data-open] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu a {
    padding: 14px 8px;
    border-bottom: 1px solid var(--line);
    font-family: var(--font-display);
    font-size: 25px;
  }

  .mobile-menu .button {
    margin-top: 18px;
    color: var(--white);
    font-family: var(--font-sans);
    font-size: 15px;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
    padding: 54px 0 12px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-image-frame {
    right: -20px;
    left: 0;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .story-card:nth-child(1),
  .story-card:nth-child(2),
  .story-card:nth-child(3) {
    grid-column: span 6;
  }

  .story-card:nth-child(3) {
    grid-column: 4 / span 6;
  }

  .product-grid,
  .value-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card:last-child,
  .value-card:last-child {
    grid-column: span 2;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-six {
    grid-template-columns: repeat(2, 1fr);
  }

  .steps-six .step:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .steps-six .step:nth-child(2n) {
    border-right: 0;
  }

  .steps-six .step:nth-child(-n+4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .step:nth-child(2) {
    border-right: 0;
  }

  .step:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .footer-grid {
    grid-template-columns: 1.4fr repeat(3, 0.7fr);
    gap: 28px;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .page-hero-media {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .container,
  .narrow {
    width: min(calc(100% - 30px), var(--content));
  }

  .nav-shell {
    min-height: 70px;
  }

  .mobile-menu {
    height: calc(100vh - 104px);
  }

  .utility-inner {
    min-height: 34px;
    justify-content: center;
  }

  .utility-proof span:first-child,
  .utility-contact {
    display: none;
  }

  .hero {
    padding-top: 0;
  }

  .hero-grid {
    gap: 26px;
  }

  .hero-copy {
    padding-top: 56px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(42px, 12.7vw, 58px);
  }

  .hero-lead,
  .page-hero p {
    font-size: 17px;
  }

  .button-row {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .micro-proof {
    display: grid;
    gap: 10px;
  }

  .hero .micro-proof,
  .hero-copy > .legal-note {
    display: none;
  }

  .hero-visual {
    min-height: 480px;
  }

  .hero-image-frame {
    right: 0;
    border-radius: var(--radius-md);
  }

  .floating-card {
    right: 12px;
    bottom: 12px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item,
  .trust-item:nth-child(2) {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 78px 0;
  }

  .section-compact {
    padding: 58px 0;
  }

  .section-header {
    display: block;
  }

  .section-header .text-link {
    margin-top: 20px;
  }

  .section-title {
    font-size: 39px;
  }

  .section-intro {
    font-size: 16px;
  }

  .home-faq-section {
    padding-block: 52px 64px;
  }

  .home-faq-section .section-header {
    margin-bottom: 20px;
  }

  .home-faq-section .section-title {
    font-size: 30px;
  }

  .home-faq-grid {
    grid-template-columns: 1fr;
  }

  .story-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .story-card:nth-child(1),
  .story-card:nth-child(2),
  .story-card:nth-child(3) {
    grid-column: auto;
    min-height: 470px;
  }

  .story-content {
    padding: 26px;
  }

  .product-grid,
  .value-grid,
  .feature-split,
  .cta-panel,
  .footer-grid,
  .proof-strip,
  .content-grid,
  .idea-grid,
  .versus-grid {
    grid-template-columns: 1fr;
  }

  .product-card:last-child,
  .value-card:last-child {
    grid-column: auto;
  }

  .feature-media-label {
    right: 12px;
  }

  .comparison-wrap {
    overflow-x: auto;
  }

  .comparison-table {
    min-width: 620px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .steps-six {
    grid-template-columns: 1fr;
  }

  .steps-six .step:nth-child(n) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .step,
  .step:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .cta-image {
    min-height: 300px;
  }

  .cta-image::before {
    background: linear-gradient(180deg, var(--forest), transparent 42%);
  }

  .footer-grid {
    gap: 32px;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom span:last-child {
    display: block;
    margin-top: 8px;
  }

  .floating-contact {
    right: 12px;
    bottom: 12px;
    width: 46px;
    min-height: 46px;
    padding: 6px;
  }

  .floating-contact-icon {
    width: 34px;
    height: 34px;
  }

  .floating-contact > span:last-child {
    display: none;
  }

  .page-hero {
    padding: 66px 0 56px;
  }

  .page-hero-grid {
    gap: 36px;
  }

  .content-grid {
    gap: 44px;
  }

  .sidebar-card {
    position: static;
  }

  .timeline-row {
    grid-template-columns: 76px 1fr;
    gap: 16px;
  }
}

@media (max-width: 420px) {
  .brand {
    font-size: 16px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .floating-card {
    width: calc(100% - 24px);
  }
}

@media (max-width: 1120px) {
  .configurator {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
  }

  .config-choice-grid-size,
  .finish-options,
  .accessory-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .config-choice-grid-size .config-choice-surface {
    min-height: 104px;
  }

  .config-choice-grid-size > .config-choice:last-child {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  .configurator {
    grid-template-columns: 1fr;
  }

  .config-summary {
    position: static;
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  }

  .config-summary-image {
    height: 100%;
    aspect-ratio: auto;
    border-right: 1px solid rgba(168, 227, 223, 0.2);
    border-bottom: 0;
  }

  .fulfillment-rule {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 760px) {
  .unit-standard {
    width: 100%;
    margin-top: 22px;
  }

  .config-step {
    padding: 24px 18px;
  }

  .config-choice-grid-two,
  .finish-options,
  .accessory-options {
    grid-template-columns: 1fr;
  }

  .config-summary {
    display: block;
  }

  .config-summary-image {
    height: auto;
    aspect-ratio: 1.35;
    border-right: 0;
    border-bottom: 1px solid rgba(168, 227, 223, 0.2);
  }

  .sku-legend {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 26px 20px;
  }

  .sku-legend dl {
    grid-template-columns: 1fr;
  }

  .size-product-grid .product-footer {
    align-items: start;
    flex-direction: column;
  }

  .fulfillment-roadmap {
    grid-template-columns: 1fr;
  }

  .fulfillment-roadmap::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .fulfillment-phase {
    padding: 28px 22px;
  }

  .fulfillment-rule {
    padding: 28px 22px;
  }
}

@media (max-width: 420px) {
  .config-step legend {
    align-items: start;
  }

  .config-step legend strong {
    font-size: 18px;
  }

  .config-summary-body {
    padding: 21px 18px;
  }

  .summary-heading {
    display: grid;
  }

  .summary-status {
    width: fit-content;
  }

  .route-visual {
    grid-template-columns: minmax(0, 1fr) 38px minmax(0, 1fr);
    padding: 15px 10px;
  }

  .fulfillment-rule dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .fulfillment-rule dd {
    text-align: left;
  }
}

/* MAX PERGOLA Final VI 2.0 - confirmed master application */

.site-header {
  border-bottom-color: rgba(24, 24, 24, 0.13);
  background: rgba(247, 242, 233, 0.94);
  box-shadow: 0 8px 28px rgba(24, 24, 24, 0.04);
  backdrop-filter: blur(20px) saturate(1.05);
}

.utility-bar {
  color: rgba(247, 242, 233, 0.72);
  background: var(--max-carbon-black);
  font-size: var(--max-type-caption);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.utility-inner {
  min-height: 34px;
}

.utility-proof span::before {
  width: 13px;
  height: 1px;
  border-radius: 0;
  background: var(--max-champagne-gold);
}

.utility-contact a {
  color: var(--max-champagne-gold);
}

.nav-shell {
  min-height: 86px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
}

.brand-logo {
  width: 204px;
  min-width: 180px;
  height: auto;
}

.brand-mark {
  display: none;
}

.desktop-nav {
  gap: 2px;
}

.desktop-nav a {
  position: relative;
  padding: 12px 13px;
  border-radius: 0;
  color: var(--max-graphite);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  position: absolute;
  right: 13px;
  bottom: 6px;
  left: 13px;
  height: 1px;
  background: var(--max-champagne-gold);
  content: "";
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 180ms ease, transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--max-carbon-black);
  background: transparent;
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta {
  min-height: 46px;
  padding-inline: 21px;
  color: var(--max-warm-ivory);
  background: var(--max-carbon-black);
  border-radius: 1px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-cta:hover {
  color: var(--max-carbon-black);
  background: var(--max-champagne-gold);
  box-shadow: none;
}

.menu-button {
  border-radius: 1px;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  height: 1px;
  background: var(--max-carbon-black);
}

.skip-link {
  color: var(--max-warm-ivory);
  background: var(--max-carbon-black);
  border-radius: 1px;
}

.eyebrow {
  color: var(--max-champagne-gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: var(--max-champagne-gold);
}

.hero {
  padding: 40px 0 72px;
  background: var(--max-warm-ivory);
}

.hero::before,
.page-hero::before,
.cta-panel::after {
  display: none;
}

.hero::after {
  position: absolute;
  top: 46px;
  left: max(28px, calc((100vw - 1240px) / 2));
  width: 78px;
  height: 2px;
  background: var(--max-champagne-gold);
  box-shadow: 0 10px 0 var(--max-champagne-gold), 0 20px 0 var(--max-champagne-gold);
  content: "";
  opacity: 0.72;
  transform: rotate(-20deg);
  transform-origin: left center;
}

.hero-grid {
  min-height: 690px;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: clamp(42px, 6vw, 88px);
}

.hero-copy {
  padding-block: 76px 54px;
}

.hero h1,
.page-hero h1 {
  max-width: 800px;
  color: var(--max-carbon-black);
  font-size: clamp(55px, 6vw, var(--max-type-hero));
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.hero h1 span,
.page-hero h1 span {
  color: var(--max-champagne-gold);
  background: var(--max-champagne-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-lead,
.page-hero p {
  color: var(--max-graphite);
  font-size: 18px;
  line-height: 1.72;
}

.button {
  min-height: 54px;
  padding-inline: 25px;
  border-radius: 1px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--max-carbon-black);
  background: var(--max-champagne-gradient);
  box-shadow: 0 12px 34px rgba(155, 117, 62, 0.17);
}

.button-primary:hover {
  color: var(--max-warm-ivory);
  background: var(--max-carbon-black);
  box-shadow: 0 15px 40px rgba(24, 24, 24, 0.16);
}

.button-secondary {
  border-color: rgba(24, 24, 24, 0.3);
  background: transparent;
  backdrop-filter: none;
}

.button-secondary:hover {
  border-color: var(--max-champagne-gold);
  background: rgba(255, 253, 248, 0.54);
}

.button-light {
  color: var(--max-carbon-black);
  background: var(--max-warm-ivory);
}

.button-ghost-light {
  color: var(--max-warm-ivory);
  border-color: rgba(247, 242, 233, 0.32);
}

.micro-proof {
  color: var(--max-graphite);
  font-size: 12px;
  font-weight: 600;
}

.micro-proof span::before {
  width: 17px;
  height: 17px;
  border-radius: 1px;
  color: var(--max-carbon-black);
  background: var(--max-champagne-gold);
}

.hero-visual {
  min-height: 620px;
}

.hero-image-frame {
  inset: 0 -80px 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: 0 32px 80px rgba(24, 24, 24, 0.13);
}

.hero-image-frame::after {
  background: linear-gradient(180deg, transparent 52%, rgba(24, 24, 24, 0.42));
}

.floating-card {
  right: 18px;
  bottom: 24px;
  border-color: rgba(190, 153, 91, 0.36);
  border-radius: 1px;
  color: var(--max-warm-ivory);
  background: rgba(24, 24, 24, 0.88);
  box-shadow: 0 18px 48px rgba(24, 24, 24, 0.22);
}

.floating-card strong {
  font-size: var(--max-type-small-title);
}

.floating-card span {
  color: rgba(247, 242, 233, 0.62);
}

.trust-bar {
  color: var(--max-warm-ivory);
  border-top: 1px solid rgba(190, 153, 91, 0.45);
  background: var(--max-carbon-black);
}

.trust-item {
  border-right-color: rgba(247, 242, 233, 0.12);
}

.trust-number,
.story-kicker,
.section-dark .section-title em,
.section-title em,
.text-link,
.product-price strong,
.comparison-good,
.timeline-row strong,
.metric-subtitle {
  color: var(--max-champagne-gold) !important;
}

.trust-item small {
  color: rgba(247, 242, 233, 0.55);
}

.section {
  padding-block: 112px;
}

.section-cream {
  background: #f1eadd;
}

.section-sage {
  background: #eee3d1;
}

.section-dark {
  color: var(--max-warm-ivory);
  background: var(--max-carbon-black);
}

.section-title,
.feature-copy h2,
.cta-copy h2,
.page-hero h1 {
  font-weight: 600;
  letter-spacing: -0.05em;
}

.section-intro,
.feature-copy > p,
.article p,
.article li,
.idea-body p,
.versus-card p {
  color: var(--max-graphite);
}

.section-dark .section-intro,
.section-dark .step p,
.section-dark .fulfillment-note {
  color: rgba(247, 242, 233, 0.57);
}

.section-dark .eyebrow[style],
.cta-copy .eyebrow[style] {
  color: var(--max-champagne-gold) !important;
}

.story-card,
.product-card,
.idea-card,
.versus-card,
.value-card,
.comparison-wrap,
.proof-strip,
.page-hero-media,
.feature-media img,
.sidebar-card,
.configurator-form,
.config-summary,
.sku-legend,
.fulfillment-phase,
.fulfillment-rule {
  border-radius: 1px;
}

.story-card {
  border-color: rgba(190, 153, 91, 0.2);
  background: var(--max-carbon-black);
  box-shadow: 0 18px 52px rgba(24, 24, 24, 0.1);
}

.story-card::after {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.02) 30%, rgba(24, 24, 24, 0.94));
}

.story-content {
  color: var(--max-warm-ivory);
}

.story-content p {
  color: rgba(247, 242, 233, 0.7);
}

.product-card,
.idea-card,
.versus-card {
  border-color: rgba(24, 24, 24, 0.14);
  background: rgba(255, 253, 248, 0.62);
  box-shadow: 0 12px 34px rgba(24, 24, 24, 0.045);
}

.product-card:hover,
.idea-card:hover,
.value-card:hover {
  border-color: rgba(190, 153, 91, 0.62);
  box-shadow: 0 20px 52px rgba(24, 24, 24, 0.09);
  transform: translateY(-3px);
}

.product-image {
  background: #e9decc;
}

.product-badge {
  border-radius: 1px;
  color: var(--max-carbon-black);
  background: rgba(247, 242, 233, 0.9);
}

.spec-row span {
  border-radius: 1px;
}

.feature-media img {
  border-color: rgba(24, 24, 24, 0.14);
  box-shadow: 0 24px 64px rgba(24, 24, 24, 0.11);
}

.feature-media-label {
  border-radius: 1px;
  background: var(--max-warm-ivory);
  box-shadow: 0 14px 36px rgba(24, 24, 24, 0.14);
}

.check-list li::before {
  border-radius: 1px;
  color: var(--max-carbon-black);
  background: var(--max-champagne-gold);
}

.comparison-wrap {
  border-color: rgba(24, 24, 24, 0.14);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 48px rgba(24, 24, 24, 0.065);
}

.comparison-table th,
.comparison-table th:first-child {
  color: var(--max-warm-ivory);
  background: var(--max-carbon-black);
}

.comparison-table th:nth-child(2) {
  color: var(--max-carbon-black);
  background: var(--max-champagne-gold);
}

.value-card {
  min-height: 320px;
  border-color: rgba(24, 24, 24, 0.14);
  background: rgba(255, 253, 248, 0.54);
  box-shadow: none;
}

.value-card::after {
  right: 28px;
  bottom: 28px;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(190, 153, 91, 0.52);
  border-top: 0;
  border-left: 0;
  border-radius: 0;
}

.value-icon {
  width: 48px;
  height: 48px;
  border-color: rgba(190, 153, 91, 0.4);
  border-radius: 1px;
  color: var(--max-champagne-gold);
  background: var(--max-carbon-black);
}

.step {
  border-color: rgba(247, 242, 233, 0.18);
}

.step::before {
  color: var(--max-champagne-gold);
}

.faq-item summary::after {
  color: var(--max-champagne-gold);
}

.cta-panel {
  border: 1px solid rgba(190, 153, 91, 0.26);
  border-radius: 1px;
  color: var(--max-warm-ivory);
  background: var(--max-carbon-black);
  box-shadow: 0 26px 70px rgba(24, 24, 24, 0.13);
}

.cta-copy p {
  color: rgba(247, 242, 233, 0.62);
}

.cta-image::before {
  background: linear-gradient(90deg, var(--max-carbon-black), transparent 42%);
}

.site-footer {
  padding-top: 78px;
  color: rgba(247, 242, 233, 0.62);
  background: var(--max-carbon-black);
}

.footer-brand .brand-logo {
  width: 224px;
}

.footer-column h2 {
  color: var(--max-champagne-gold);
  font-size: 10px;
  font-weight: 600;
}

.footer-column a:hover {
  color: var(--max-champagne-gold);
}

.footer-bottom {
  border-top-color: rgba(247, 242, 233, 0.13);
  padding-right: 170px;
}

.floating-contact {
  color: var(--max-warm-ivory);
  border-color: rgba(190, 153, 91, 0.4);
  border-radius: 1px;
  background: rgba(24, 24, 24, 0.94);
  box-shadow: 0 14px 38px rgba(24, 24, 24, 0.22);
}

.floating-contact-icon {
  border-radius: 1px;
  color: var(--max-carbon-black);
  background: var(--max-champagne-gold);
}

.page-hero {
  background: var(--max-warm-ivory);
}

.page-hero-media {
  border-color: rgba(24, 24, 24, 0.14);
  box-shadow: 0 24px 64px rgba(24, 24, 24, 0.11);
}

.page-hero-media img {
  border-radius: 0;
}

.proof-strip {
  border-color: rgba(24, 24, 24, 0.14);
  background: rgba(24, 24, 24, 0.14);
}

.proof-cell {
  background: rgba(255, 253, 248, 0.66);
}

.article-callout {
  border-left-color: var(--max-champagne-gold);
  border-radius: 0;
  background: #eee3d1;
}

.sidebar-card {
  background: #f1eadd;
  box-shadow: 0 16px 44px rgba(24, 24, 24, 0.07);
}

.versus-card.featured {
  color: var(--max-warm-ivory);
  background: var(--max-carbon-black);
}

.versus-card.featured p {
  color: rgba(247, 242, 233, 0.62);
}

.unit-standard {
  border-color: rgba(24, 24, 24, 0.16);
  border-radius: 1px;
  background: rgba(255, 253, 248, 0.56);
  box-shadow: none;
}

.configurator-section::before {
  top: 120px;
  right: -120px;
  width: 420px;
  height: 300px;
  border-color: rgba(190, 153, 91, 0.25);
  border-radius: 0;
  box-shadow: inset -72px -72px 0 rgba(190, 153, 91, 0.08);
}

.configurator-form {
  border-color: rgba(24, 24, 24, 0.14);
  background: rgba(255, 253, 248, 0.62);
  box-shadow: 0 18px 48px rgba(24, 24, 24, 0.055);
}

.config-step-number {
  border-color: rgba(190, 153, 91, 0.42);
  border-radius: 1px;
  color: var(--max-champagne-gold);
  background: var(--max-carbon-black);
}

.config-choice-surface,
.finish-choice,
.accessory-choice {
  border-color: rgba(24, 24, 24, 0.14);
  border-radius: 1px;
  background: var(--max-warm-ivory);
}

.config-choice:hover .config-choice-surface,
.finish-choice:hover,
.accessory-choice:hover {
  border-color: rgba(190, 153, 91, 0.72);
}

.config-choice input:checked + .config-choice-surface {
  color: var(--max-warm-ivory);
  border-color: var(--max-carbon-black);
  background: var(--max-carbon-black);
  box-shadow: inset 3px 0 0 var(--max-champagne-gold);
}

.config-choice input:focus-visible + .config-choice-surface,
.finish-choice:has(input:focus-visible),
.accessory-choice:has(input:focus-visible) {
  outline-color: rgba(190, 153, 91, 0.54);
}

.choice-top em,
.config-choice-horizontal em,
.summary-status,
.sku-display,
.sku-display button,
.fulfillment-phase-top em,
.route-visual,
.dimension-tag,
.zip-field input,
.fulfillment-callout {
  border-radius: 1px;
}

.config-choice input:checked + .config-choice-surface em,
.config-choice input:checked + .config-choice-surface .choice-metric {
  color: var(--max-champagne-gold);
}

.layout-icon {
  border-color: var(--max-carbon-black);
}

.layout-icon::after,
.layout-icon-wall {
  border-left-color: var(--max-champagne-gold);
  background: var(--max-champagne-gold);
}

.config-choice input:checked + .config-choice-surface .layout-icon {
  border-color: var(--max-warm-ivory);
}

.finish-choice:has(input:checked),
.accessory-choice:has(input:checked) {
  border-color: var(--max-champagne-gold);
  background: #eee3d1;
  box-shadow: inset 0 0 0 1px rgba(190, 153, 91, 0.18);
}

.finish-custom {
  background: linear-gradient(135deg, var(--max-carbon-black) 0 33%, var(--max-champagne-gold) 33% 66%, var(--max-warm-ivory) 66% 100%);
}

.accessory-check {
  border-radius: 1px;
}

.accessory-choice input:checked + .accessory-check {
  border-color: var(--max-carbon-black);
  background: var(--max-carbon-black);
}

.config-summary {
  border-color: rgba(190, 153, 91, 0.28);
  color: var(--max-warm-ivory);
  background: var(--max-carbon-black);
  box-shadow: 0 24px 64px rgba(24, 24, 24, 0.18);
}

.config-summary-image {
  border-color: rgba(190, 153, 91, 0.24);
  background: #111111;
}

.config-summary-image::after {
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.02), rgba(24, 24, 24, 0.55));
}

.dimension-tag {
  background: rgba(24, 24, 24, 0.8);
}

.dimension-tag-metric,
.summary-heading p,
.summary-status,
.sku-display strong,
.fulfillment-callout > span,
.fulfillment-callout a,
.sku-legend h3,
.sku-legend .eyebrow,
.fulfillment-section .eyebrow,
.fulfillment-date {
  color: var(--max-champagne-gold);
}

.sku-display,
.fulfillment-callout {
  border-color: rgba(190, 153, 91, 0.24);
  background: rgba(190, 153, 91, 0.07);
}

.zip-field input:focus {
  border-color: var(--max-champagne-gold);
  box-shadow: 0 0 0 3px rgba(190, 153, 91, 0.12);
}

.sku-legend {
  border-color: rgba(190, 153, 91, 0.28);
  color: var(--max-warm-ivory);
  background: var(--max-carbon-black);
  box-shadow: 0 22px 60px rgba(24, 24, 24, 0.13);
}

.sku-legend h3 span {
  color: var(--max-warm-ivory);
}

.fulfillment-roadmap::before {
  border-color: rgba(190, 153, 91, 0.48);
  border-radius: 1px;
  color: var(--max-carbon-black);
  background: var(--max-champagne-gold);
}

.fulfillment-phase {
  border-color: rgba(247, 242, 233, 0.15);
  background: rgba(247, 242, 233, 0.035);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.fulfillment-phase-current,
.fulfillment-phase-planned {
  border-color: rgba(190, 153, 91, 0.34);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16), inset 0 3px 0 var(--max-champagne-gold);
}

.fulfillment-phase-planned {
  opacity: 0.82;
}

.fulfillment-phase-planned .fulfillment-phase-top em,
.fulfillment-phase-planned .fulfillment-date {
  color: var(--max-champagne-gold);
  border-color: rgba(190, 153, 91, 0.34);
}

.fulfillment-phase-top em i,
.fulfillment-phase li::before,
.fulfillment-phase-planned li::before {
  border-radius: 0;
  background: var(--max-champagne-gold);
  box-shadow: none;
}

.route-visual {
  border-color: rgba(190, 153, 91, 0.18);
  background: rgba(0, 0, 0, 0.24);
}

.route-visual i,
.fulfillment-phase-planned .route-visual span:first-child i {
  border-color: rgba(190, 153, 91, 0.34);
  border-radius: 1px;
  color: var(--max-champagne-gold);
  background: rgba(190, 153, 91, 0.08);
}

.route-visual b {
  background: var(--max-champagne-gold);
}

.route-visual b::after {
  border-color: var(--max-champagne-gold);
}

.fulfillment-rule {
  border-color: rgba(190, 153, 91, 0.34);
  color: var(--max-carbon-black);
  background: #eee3d1;
  box-shadow: 0 20px 54px rgba(24, 24, 24, 0.12);
}

.fulfillment-rule .eyebrow,
.fulfillment-rule dd {
  color: var(--max-carbon-black);
}

.legal-note {
  color: var(--max-graphite);
}

@media (max-width: 1040px) {
  .nav-shell {
    min-height: 80px;
  }

  .mobile-menu {
    height: calc(100vh - 114px);
    background: var(--max-warm-ivory);
  }

  .mobile-menu a {
    font-weight: 500;
    letter-spacing: -0.025em;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-image-frame {
    right: -20px;
    left: 0;
  }
}

@media (max-width: 760px) {
  .nav-shell {
    min-height: 74px;
  }

  .brand-logo {
    width: 180px;
  }

  .mobile-menu {
    height: calc(100vh - 108px);
  }

  .hero::after {
    top: 31px;
    left: 20px;
    width: 55px;
  }

  .hero-copy {
    padding-top: 72px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(42px, 12vw, 55px);
  }

  .hero-image-frame {
    right: 0;
    border-radius: 0;
  }

  .floating-card {
    border-radius: 0;
  }

  .cta-image::before {
    background: linear-gradient(180deg, var(--max-carbon-black), transparent 42%);
  }

  .footer-brand .brand-logo {
    width: 210px;
  }

  .footer-bottom {
    padding-right: 58px;
  }
}

@media (max-width: 420px) {
  .brand-logo {
    width: 180px;
  }
}

/* Package architecture: Standard / Pro / Max / Custom */
[hidden] {
  display: none !important;
}

.package-collection {
  background:
    linear-gradient(90deg, transparent 0 72%, rgba(190, 153, 91, 0.055) 72% 72.08%, transparent 72.08%),
    var(--max-warm-ivory);
}

.package-grid {
  display: grid;
  gap: 18px;
}

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

.package-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: #fffdf8;
  box-shadow: 0 18px 54px rgba(24, 24, 24, 0.075);
}

.package-card-image {
  position: relative;
  aspect-ratio: 1.22;
  overflow: hidden;
  background: #d9d0c2;
}

.package-card-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(24, 24, 24, 0.02) 45%, rgba(24, 24, 24, 0.68));
}

.package-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.2, 0.72, 0.25, 1);
}

.package-card-image-diagram {
  background: #fff;
}

.package-card-image-diagram::after {
  display: none;
}

.package-card-image-diagram img {
  object-fit: contain;
}

.package-card-image img[src$="led-lounge-pergola.jpg"] {
  object-position: center bottom;
  transform: scale(1.28);
  transform-origin: center bottom;
}

.package-card:hover .package-card-image img {
  transform: scale(1.04);
}

.package-card:hover .package-card-image-diagram img {
  transform: none;
}

.package-card:hover .package-card-image img[src$="led-lounge-pergola.jpg"] {
  transform: scale(1.34);
}

.package-card-image > span {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: #fffdf8;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.package-card-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.package-card-heading p {
  margin: 0 0 3px;
  color: var(--max-champagne-gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package-card-heading h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.package-code {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(190, 153, 91, 0.42);
  color: var(--max-champagne-gold);
  background: rgba(190, 153, 91, 0.07);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
}

.package-card-body > p {
  min-height: 76px;
  margin: 0;
  color: var(--max-graphite);
  font-size: 12px;
  line-height: 1.65;
}

.package-card-body ul {
  display: grid;
  gap: 9px;
  padding: 17px 0;
  margin: 18px 0 0;
  border-top: 1px solid rgba(24, 24, 24, 0.11);
  border-bottom: 1px solid rgba(24, 24, 24, 0.11);
  list-style: none;
}

.package-card-body li {
  position: relative;
  padding-left: 17px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.package-card-body li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 7px;
  height: 4px;
  border-bottom: 1px solid var(--max-champagne-gold);
  border-left: 1px solid var(--max-champagne-gold);
  content: "";
  transform: rotate(-45deg);
}

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

.package-facts span {
  display: grid;
  gap: 2px;
  color: var(--max-graphite);
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
}

.package-facts strong {
  color: var(--max-carbon-black);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
}

.package-card-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding-top: 22px;
  margin-top: auto;
}

.package-card-footer > div {
  display: grid;
  gap: 2px;
}

.package-card-footer > div span {
  color: var(--max-graphite);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.package-card-footer > div strong {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
}

.package-card-footer .button {
  min-height: 42px;
  padding: 0 16px;
  font-size: 9px;
  white-space: nowrap;
}

.package-card-featured {
  border-color: rgba(190, 153, 91, 0.72);
  box-shadow: 0 24px 72px rgba(24, 24, 24, 0.13);
}

.package-ribbon {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  color: var(--max-carbon-black);
  background: var(--max-champagne-gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.package-card-max {
  color: var(--max-warm-ivory);
  border-color: var(--max-carbon-black);
  background: var(--max-carbon-black);
  box-shadow: 0 28px 72px rgba(24, 24, 24, 0.2);
}

.package-card-max .package-card-body > p,
.package-card-max .package-facts span,
.package-card-max .package-card-footer > div span {
  color: rgba(247, 242, 233, 0.58);
}

.package-card-max .package-card-body ul {
  border-color: rgba(247, 242, 233, 0.14);
}

.package-card-max .package-facts strong,
.package-card-max .package-card-footer > div strong {
  color: var(--max-warm-ivory);
}

.package-card-custom {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  margin-top: 18px;
}

.package-card-custom .package-card-image {
  min-height: 390px;
  aspect-ratio: auto;
}

.package-card-custom .package-card-body {
  justify-content: center;
  padding: clamp(30px, 5vw, 64px);
}

.package-card-custom .package-card-body > p {
  max-width: 720px;
  min-height: 0;
}

.package-card-custom .package-card-footer {
  max-width: 720px;
}

.package-comparison {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 24, 0.15);
  background: #fffdf8;
}

.package-comparison-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding: 26px 28px;
  border-bottom: 1px solid rgba(24, 24, 24, 0.13);
}

.package-comparison-heading .eyebrow {
  margin-bottom: 4px;
}

.package-comparison-heading h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.package-comparison-heading > span {
  color: var(--max-graphite);
  font-size: 10px;
  font-weight: 700;
}

.package-comparison-scroll {
  overflow-x: auto;
}

.package-comparison table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  font-size: 10px;
}

.package-comparison th,
.package-comparison td {
  padding: 15px 18px;
  border-right: 1px solid rgba(24, 24, 24, 0.09);
  border-bottom: 1px solid rgba(24, 24, 24, 0.09);
  text-align: left;
}

.package-comparison thead th {
  color: var(--max-warm-ivory);
  background: var(--max-carbon-black);
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
}

.package-comparison thead th:nth-child(4) {
  color: var(--max-carbon-black);
  background: var(--max-champagne-gold);
}

.package-comparison tbody th {
  width: 22%;
  color: var(--max-carbon-black);
  background: #f1eadd;
  font-weight: 800;
}

.package-comparison td {
  color: var(--max-graphite);
  font-weight: 650;
}

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

.tier-choice .config-choice-surface {
  min-height: 148px;
}

.tier-code {
  color: var(--max-champagne-gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.config-choice input:checked + .config-choice-surface .tier-code {
  color: var(--max-champagne-gold);
}

.custom-dimension-panel {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px;
  padding: 22px;
  border: 1px solid rgba(190, 153, 91, 0.44);
  background: #eee3d1;
}

.custom-dimension-intro {
  display: grid;
  align-content: center;
  gap: 4px;
}

.custom-dimension-intro > span {
  color: var(--max-champagne-gold);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.custom-dimension-intro strong {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.custom-dimension-intro small {
  color: var(--max-graphite);
  font-size: 9px;
  font-weight: 650;
  line-height: 1.45;
}

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

.custom-dimension-grid label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.custom-dimension-grid label > span:first-child {
  font-size: 9px;
  font-weight: 800;
}

.dimension-input {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-width: 0;
  height: 47px;
  border: 1px solid rgba(24, 24, 24, 0.18);
  background: #fffdf8;
}

.dimension-input:focus-within {
  border-color: var(--max-champagne-gold);
  box-shadow: 0 0 0 3px rgba(190, 153, 91, 0.12);
}

.dimension-input input {
  min-width: 0;
  height: 100%;
  padding: 0 11px;
  border: 0;
  background: transparent;
  outline: 0;
}

.dimension-input em {
  padding: 0 11px;
  color: var(--max-champagne-gold);
  font-family: var(--font-display);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .package-grid-primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-card-max {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  }

  .package-card-max .package-card-image {
    aspect-ratio: auto;
  }

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

@media (max-width: 820px) {
  .package-grid-primary {
    grid-template-columns: 1fr;
  }

  .package-card-max,
  .package-card-custom {
    grid-column: auto;
    display: flex;
  }

  .package-card-custom .package-card-image {
    min-height: 0;
    aspect-ratio: 1.35;
  }

  .package-card-custom .package-card-body {
    padding: 28px;
  }

  .custom-dimension-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .package-choice-grid,
  .custom-dimension-grid,
  .config-choice-grid-size {
    grid-template-columns: 1fr;
  }

  .package-comparison-heading,
  .package-card-footer {
    align-items: start;
    flex-direction: column;
  }

  .package-card-footer .button {
    width: 100%;
  }

  .tier-choice .config-choice-surface {
    min-height: 126px;
  }

  .package-card-body > p {
    min-height: 0;
  }
}
