.product-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
}

.product-hero-media,
.product-hero-media img,
.product-hero-overlay {
  position: absolute;
  inset: 0;
}

.product-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.straight-drop-hero-media img {
  object-position: center 48%;
}

.product-hero-overlay {
  background:
    linear-gradient(90deg, rgba(13, 17, 13, 0.84), rgba(13, 17, 13, 0.4) 64%, rgba(13, 17, 13, 0.18)),
    linear-gradient(180deg, rgba(13, 17, 13, 0.08), rgba(13, 17, 13, 0.55));
}

.product-hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 150px 0 76px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.breadcrumbs a:hover {
  color: #fff;
}

.product-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
}

.project-hero h1 {
  max-width: 860px;
  font-size: 56px;
  line-height: 1.08;
}

.product-hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.product-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1180px, calc(100% - 48px));
  margin: -34px auto 0;
  position: relative;
  z-index: 3;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.product-facts div {
  min-height: 112px;
  padding: 26px 30px;
  border-right: 1px solid var(--line);
}

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

.product-facts strong,
.product-facts span {
  display: block;
}

.product-facts strong {
  margin-bottom: 8px;
  font-size: 16px;
}

.product-facts span {
  color: var(--muted);
  font-size: 14px;
}

.product-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: center;
}

.product-overview-media {
  background: #e8dfd0;
  padding: 16px;
}

.product-overview-media img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.product-overview-copy > p:last-of-type {
  color: var(--muted);
  font-size: 18px;
}

.product-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.product-checks li {
  position: relative;
  padding-left: 25px;
  color: var(--ink);
  font-weight: 650;
}

.product-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--olive);
}

.benefits-section {
  width: 100%;
  background: #ece8e0;
}

.benefits-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0;
}

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

.benefit-grid article {
  min-height: 210px;
  padding: 28px;
  border-top: 3px solid var(--olive);
  background: var(--surface);
}

.benefit-grid h3 {
  margin-top: 24px;
}

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

.benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(77, 90, 67, 0.24);
  border-radius: 50%;
  color: var(--olive);
  font-size: 20px;
  font-weight: 850;
}

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

.ziptrak-feature-grid article {
  min-height: 250px;
}

.ziptrak-feature-grid .benefit-icon {
  border-radius: 0;
  border-width: 0 0 1px;
  width: auto;
  height: 34px;
  font-size: 14px;
}

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

.expanded-benefit-grid article {
  min-height: 250px;
}

.expanded-benefit-grid .benefit-icon {
  width: auto;
  height: 34px;
  border-width: 0 0 1px;
  border-radius: 0;
  font-size: 14px;
}

.product-detail-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 72px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.product-detail-split > div p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.product-detail-split figure {
  margin: 0;
}

.product-detail-split img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.product-detail-split figcaption {
  display: grid;
  gap: 5px;
  padding-top: 16px;
}

.product-detail-split figcaption strong {
  color: var(--ink);
  font-size: 19px;
}

.product-detail-split figcaption span {
  color: var(--muted);
}

.ziptrak-engineering {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 72px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.ziptrak-engineering-media {
  overflow: hidden;
  background: #f3f1ec;
}

.ziptrak-engineering-media img {
  display: block;
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.ziptrak-engineering-media-single {
  display: grid;
  place-items: center;
  padding: 28px;
}

.ziptrak-engineering-media-single img {
  width: min(100%, 420px);
  min-height: 0;
  object-fit: contain;
}

.ziptrak-engineering-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.ziptrak-component-points {
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.ziptrak-component-points div {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1.3fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.ziptrak-component-points strong {
  color: var(--ink);
}

.ziptrak-component-points span {
  color: var(--muted);
}

.product-section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.product-section-heading > p:last-child,
.details-intro > p:last-child {
  color: var(--muted);
  font-size: 18px;
}

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

.material-grid > article {
  border: 1px solid var(--line);
  background: var(--surface);
  overflow: hidden;
}

.material-card-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.material-card-copy {
  padding: 34px 38px 38px;
}

.material-grid h3 {
  margin-top: 16px;
  font-size: 30px;
}

.material-card-copy > p {
  color: var(--muted);
}

.material-label {
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.material-checks {
  margin: 26px 0;
}

.material-note {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

.ziptrak-gallery-section {
  border-top: 1px solid var(--line);
}

.ziptrak-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.ziptrak-gallery-grid figure {
  grid-column: span 5;
  margin: 0;
}

.ziptrak-gallery-grid figure:nth-child(3),
.ziptrak-gallery-grid figure:nth-child(4) {
  grid-column: span 6;
}

.ziptrak-gallery-grid .ziptrak-gallery-wide {
  grid-column: span 7;
}

.ziptrak-gallery-grid img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.ziptrak-gallery-grid .ziptrak-gallery-wide img {
  height: 420px;
}

.ziptrak-gallery-grid figcaption {
  padding-top: 13px;
  color: var(--muted);
  font-size: 14px;
}

.ziptrak-performance {
  color: #fff;
  background: #172d25;
}

.ziptrak-performance-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 104px 0;
}

.ziptrak-performance-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 48px;
}

.ziptrak-performance-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -28px;
  color: #dac9ae;
}

.ziptrak-performance-heading h2 {
  margin: 0;
  color: #fff;
}

.ziptrak-performance-heading > p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.ziptrak-performance-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.ziptrak-performance-grid article {
  min-width: 0;
}

.ziptrak-wind-card {
  grid-column: span 5;
  padding: 42px;
  background: #234438;
}

.ziptrak-performance-number {
  display: block;
  color: #dac9ae;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(72px, 8vw, 118px);
  line-height: 0.82;
}

.ziptrak-performance-unit {
  display: block;
  margin: 18px 0 36px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.ziptrak-wind-card h3,
.ziptrak-size-card h3 {
  color: #fff;
}

.ziptrak-wind-card p {
  color: rgba(255, 255, 255, 0.74);
}

.ziptrak-wind-card small {
  display: block;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.55;
}

.ziptrak-size-card {
  grid-column: span 7;
  background: #0e1c17;
}

.ziptrak-size-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  object-position: center bottom;
}

.ziptrak-size-card > div {
  padding: 30px 34px 34px;
}

.ziptrak-size-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.product-photo-gallery {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ece8e0;
}

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

.product-photo-grid figure {
  grid-column: span 5;
  margin: 0;
  background: var(--surface);
}

.product-photo-grid .product-photo-wide {
  grid-column: span 7;
}

.product-photo-grid figure:nth-child(3) {
  grid-column: span 12;
}

.product-photo-grid img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.product-photo-grid .product-photo-wide img {
  height: 420px;
}

.product-photo-grid figure:nth-child(3) img {
  height: 360px;
}

.product-photo-grid figcaption {
  padding: 16px 18px 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.product-photo-grid-extended figure {
  grid-column: span 4;
}

.product-photo-grid-extended .product-photo-wide {
  grid-column: span 7;
}

.product-photo-grid-extended figure:nth-child(2) {
  grid-column: span 5;
}

.product-photo-grid-extended figure:nth-child(3) {
  grid-column: span 4;
}

.product-photo-grid-extended figure:nth-child(6) {
  grid-column: span 12;
}

.auto-awning-gallery figure:nth-child(6) {
  grid-column: span 4;
}

.auto-awning-gallery figure:nth-child(6) img {
  height: auto;
  object-fit: contain;
}

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

.straight-benefit-grid article {
  min-height: 250px;
}

.straight-benefit-grid .benefit-icon {
  width: auto;
  height: 34px;
  border-width: 0 0 1px;
  border-radius: 0;
  font-size: 14px;
}

.straight-layouts {
  border-bottom: 1px solid var(--line);
}

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

.straight-layout-grid figure {
  margin: 0;
}

.straight-layout-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.straight-layout-grid figcaption {
  display: grid;
  gap: 5px;
  padding-top: 16px;
}

.straight-layout-grid figcaption strong {
  color: var(--ink);
  font-size: 19px;
}

.straight-layout-grid figcaption span,
.straight-layout-note {
  color: var(--muted);
}

.straight-layout-note {
  max-width: 820px;
  margin: 34px 0 0;
  padding-left: 20px;
  border-left: 3px solid var(--olive);
  font-size: 14px;
}

.straight-fabrics-section {
  color: #fff;
  background: var(--olive-dark);
}

.straight-fabrics-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0;
}

.straight-fabrics-section h2,
.straight-fabrics-section h3 {
  color: #fff;
}

.straight-fabrics-section .product-section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

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

.straight-fabric-grid article {
  background: rgba(255, 255, 255, 0.05);
}

.straight-fabric-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.straight-fabric-grid article > div {
  padding: 28px 30px 32px;
}

.straight-fabric-grid span {
  color: var(--sand);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.straight-fabric-grid h3 {
  margin: 12px 0 10px;
  font-size: 27px;
}

.straight-fabric-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.straight-gallery-section {
  border-bottom: 1px solid var(--line);
}

.straight-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.straight-gallery-grid figure {
  grid-column: span 5;
  margin: 0;
}

.straight-gallery-grid figure:nth-child(3),
.straight-gallery-grid figure:nth-child(4) {
  grid-column: span 6;
}

.straight-gallery-grid .straight-gallery-wide {
  grid-column: span 7;
}

.straight-gallery-grid img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.straight-gallery-grid .straight-gallery-wide img {
  height: 420px;
}

.straight-gallery-grid figcaption {
  padding-top: 13px;
  color: var(--muted);
  font-size: 14px;
}

.straight-compare {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 72px;
}

.straight-compare-list {
  display: grid;
  gap: 16px;
  align-content: start;
}

.straight-compare-list div {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.straight-compare-list strong,
.straight-compare-list span {
  display: block;
}

.straight-compare-list strong {
  margin-bottom: 7px;
  color: var(--ink);
}

.straight-compare-list span {
  color: var(--muted);
  font-size: 14px;
}

.wire-guide-hero .product-hero-media img {
  object-position: center 48%;
}

.auto-awning-hero .product-hero-media img {
  object-position: center 48%;
}

.fixed-guide-hero .product-hero-media img {
  object-position: center 54%;
}

.folding-arm-hero .product-hero-media img {
  object-position: center 48%;
}

.folding-arm-gallery figure:nth-child(2) img {
  object-position: center 38%;
}

.folding-arm-gallery figure:nth-child(3) {
  grid-column: span 12;
}

.folding-arm-gallery figure:nth-child(3) img {
  height: 360px;
  object-position: center 40%;
}

.folding-arm-gallery figure:nth-child(4) {
  grid-column: span 12;
}

.folding-arm-gallery figure:nth-child(4) img {
  height: clamp(360px, 52vw, 620px);
  object-fit: contain;
  object-position: center;
  background: #e8dfd0;
}

.fixed-guide-gallery figure:nth-child(2) img {
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  background: #f3f1ec;
}

.fixed-guide-gallery figure:nth-child(3) img {
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  background: #f3f1ec;
}

.fixed-guide-detail img {
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}

.fixed-guide-gallery figure:nth-child(4) {
  grid-column: span 12;
}

.fixed-guide-gallery figure:nth-child(4) img {
  height: 360px;
  object-position: center 45%;
}

.auto-awning-gallery figure:nth-child(4) img {
  object-position: center 18%;
}

.auto-awning-gallery figure:nth-child(3),
.auto-awning-gallery figure:nth-child(4),
.auto-awning-gallery figure:nth-child(5) {
  grid-column: span 4;
}

.auto-awning-gallery figure:nth-child(5) img,
.auto-awning-gallery figure:nth-child(6) img {
  object-position: center 22%;
}

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

.wire-benefit-grid article {
  min-height: 250px;
}

.wire-benefit-grid .benefit-icon {
  width: auto;
  height: 34px;
  border-width: 0 0 1px;
  border-radius: 0;
  font-size: 14px;
}

.wire-system {
  border-bottom: 1px solid var(--line);
}

.wire-system-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 24px;
  align-items: stretch;
}

.wire-system-grid figure {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.wire-system-grid img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.wire-system-grid figure:not(.wire-system-main) img {
  object-position: center 35%;
}

.wire-system-grid figcaption,
.wire-transform-grid figcaption {
  display: grid;
  gap: 5px;
  padding-top: 16px;
}

.wire-system-grid figcaption strong,
.wire-transform-grid figcaption strong {
  color: var(--ink);
  font-size: 19px;
}

.wire-system-grid figcaption span,
.wire-transform-grid figcaption span {
  color: var(--muted);
}

.wire-system-note {
  max-width: 900px;
  margin: 36px 0 0;
  padding: 20px 24px;
  border-left: 3px solid var(--olive);
  color: var(--muted);
  background: var(--surface);
}

.wire-system-note strong {
  color: var(--ink);
}

.wire-transform {
  border-bottom: 1px solid var(--line);
}

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

.wire-transform-grid figure {
  margin: 0;
}

.wire-transform-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wire-gallery-section {
  background: #ece8e0;
}

.wire-gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.wire-gallery-grid figure {
  grid-column: span 5;
  margin: 0;
}

.wire-gallery-grid figure:nth-child(3),
.wire-gallery-grid figure:nth-child(4) {
  grid-column: span 6;
}

.wire-gallery-grid figure:nth-child(5) {
  grid-column: span 7;
}

.wire-gallery-grid .wire-gallery-wide {
  grid-column: span 7;
}

.wire-gallery-grid img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.wire-gallery-grid .wire-gallery-wide img {
  height: 420px;
}

.wire-gallery-grid figcaption {
  padding-top: 13px;
  color: var(--muted);
  font-size: 14px;
}

.wire-compare {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 72px;
}

.wire-compare-list {
  display: grid;
  gap: 16px;
  align-content: start;
}

.wire-compare-list div {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--surface);
}

.wire-compare-list strong,
.wire-compare-list span {
  display: block;
}

.wire-compare-list strong {
  margin-bottom: 7px;
  color: var(--ink);
}

.wire-compare-list span {
  color: var(--muted);
  font-size: 14px;
}

.operation-section {
  color: #fff;
  background: var(--olive-dark);
}

.operation-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0;
}

.operation-section h2,
.operation-section h3 {
  color: #fff;
}

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

.operation-list article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.operation-list span {
  color: var(--sand);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.operation-list h3 {
  margin-top: 14px;
}

.operation-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

.ziptrak-operation-image {
  margin: 36px 0 0;
}

.ziptrak-operation-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ziptrak-operation-image figcaption {
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.5;
}

.ziptrak-details {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
}

.detail-option-list {
  align-content: start;
}

.ziptrak-faq {
  background: #ece8e0;
}

.faq-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 72px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 100px 0;
}

.faq-heading {
  align-self: start;
  position: sticky;
  top: 120px;
}

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

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

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  color: var(--ink);
  font-size: 18px;
  font-weight: 750;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 21px;
  right: 4px;
  color: var(--wine);
  font-size: 24px;
  font-weight: 400;
}

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

.faq-list details p {
  margin: -4px 48px 24px 0;
  color: var(--muted);
}

.interior-detail-hero .product-hero-media img {
  object-position: center 42%;
}

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

.interior-benefit-grid article {
  min-height: 250px;
}

.interior-benefit-grid .benefit-icon {
  width: auto;
  height: 34px;
  border-width: 0 0 1px;
  border-radius: 0;
  font-size: 14px;
}

.interior-blackout {
  width: 100%;
  background: #101713;
  color: #fff;
}

.interior-blackout-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 56px;
  align-items: center;
}

.interior-blackout .eyebrow {
  color: var(--cream);
}

.interior-blackout h2 {
  max-width: 660px;
  color: #fff;
}

.interior-blackout-copy > p:last-of-type {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}

.blackout-specs {
  display: grid;
  gap: 12px;
  margin: 34px 0 0;
}

.blackout-specs div {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.blackout-specs dt {
  color: var(--cream);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.blackout-specs dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.blackout-before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.blackout-before-after figure {
  position: relative;
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
}

.blackout-before-after span {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 8px 11px;
  background: rgba(16, 23, 19, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.blackout-before-after img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.blackout-before-after figcaption {
  padding: 18px 20px 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.blackout-single-image {
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
}

.blackout-single-image img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.blackout-single-image figcaption {
  padding: 18px 20px 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.interior-seal {
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

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

.interior-seal-grid article {
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.58);
}

.interior-seal-grid span {
  display: block;
  margin-bottom: 44px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
}

.interior-seal-grid h3 {
  margin-bottom: 10px;
}

.interior-seal-grid p {
  color: var(--muted);
}

.interior-system {
  border-bottom: 1px solid var(--line);
}

.interior-system-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 36px;
  align-items: stretch;
}

.interior-system-grid figure {
  margin: 0;
  background: var(--surface);
}

.interior-system-grid img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.interior-system-grid figcaption {
  display: grid;
  gap: 5px;
  padding: 18px 20px 22px;
}

.interior-system-grid figcaption strong {
  color: var(--ink);
  font-size: 19px;
}

.interior-system-grid figcaption span {
  color: var(--muted);
}

.interior-system-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: stretch;
}

.interior-system-list article {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 160px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.7);
}

.interior-system-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.interior-system-list span {
  color: var(--muted);
  font-size: 14px;
}

.interior-gallery {
  padding-bottom: 124px;
}

.interior-install-gallery figure:nth-child(1) {
  grid-column: span 12;
}

.interior-install-gallery figure:nth-child(2) {
  grid-column: span 7;
}

.interior-install-gallery figure:nth-child(3) {
  grid-column: span 5;
}

.interior-install-gallery figure:nth-child(4),
.interior-install-gallery figure:nth-child(5),
.interior-install-gallery figure:nth-child(6),
.interior-install-gallery figure:nth-child(7) {
  grid-column: span 3;
}

.interior-install-gallery figure:nth-child(1) img {
  height: 500px;
}

.interior-install-gallery figure:nth-child(2) img,
.interior-install-gallery figure:nth-child(3) img {
  height: 420px;
}

.interior-install-gallery figure:nth-child(n + 4) img {
  height: 300px;
}

.interior-install-gallery img {
  object-fit: contain;
  background: #eee9e1;
}

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

.interior-gallery-grid figure {
  margin: 0;
  background: var(--surface);
}

.interior-gallery-grid img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.interior-gallery-main {
  grid-row: span 2;
}

.interior-gallery-main img {
  height: 720px;
}

.interior-gallery-diagram img {
  object-fit: contain;
  padding: 30px;
  background: #f1eee8;
}

.interior-gallery-grid figcaption {
  padding: 18px 20px 20px;
  color: var(--muted);
  font-size: 14px;
}

.interior-fabrics {
  border-top: 1px solid var(--line);
}

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

.interior-fabric-grid article {
  min-height: 260px;
  padding: 30px;
  border-top: 3px solid var(--olive);
  background: var(--surface);
}

.interior-fabric-grid h3 {
  margin-top: 16px;
  font-size: 28px;
}

.interior-fabric-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.interior-room-guide {
  background: #ece8e0;
}

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

.room-guide-grid article {
  min-height: 250px;
  padding: 28px;
  background: var(--surface);
  border-top: 3px solid var(--olive);
}

.room-guide-grid span {
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.room-guide-grid h3 {
  margin-top: 16px;
  font-size: 26px;
}

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

.interior-options .option-list div {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.interior-options .option-list strong {
  color: #fff;
}

.interior-options .option-list span {
  color: rgba(255, 255, 255, 0.68);
}

.options-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
}

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

.option-list div {
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 243, 0.6);
}

.option-list strong {
  display: block;
  margin-bottom: 6px;
}

.option-list span {
  color: var(--muted);
  font-size: 14px;
}

.product-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 64px max(24px, calc((100vw - 1180px) / 2));
  color: #fff;
  background: var(--olive-dark);
}

.product-cta h2 {
  max-width: 760px;
  margin-bottom: 10px;
  color: #fff;
}

.product-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
}

.product-cta .button {
  min-width: 210px;
}

@media (max-width: 900px) {
  .product-facts,
  .benefit-grid,
  .interior-benefit-grid,
  .interior-fabric-grid,
  .expanded-benefit-grid,
  .straight-benefit-grid,
  .wire-benefit-grid,
  .room-guide-grid {
    grid-template-columns: 1fr;
  }

  .product-facts div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-facts div:last-child {
    border-bottom: 0;
  }

  .product-overview,
  .options-section,
  .product-detail-split,
  .ziptrak-engineering,
  .interior-blackout-inner,
  .operation-inner,
  .ziptrak-details,
  .straight-compare,
  .wire-compare,
  .faq-inner,
  .product-cta {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-heading {
    position: static;
  }

  .product-detail-split img {
    min-height: 320px;
  }

  .ziptrak-engineering-media img {
    min-height: 360px;
  }

  .ziptrak-engineering-media-single img {
    min-height: 0;
  }

  .ziptrak-performance-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ziptrak-performance-heading .eyebrow {
    margin-bottom: 0;
  }

  .ziptrak-wind-card,
  .ziptrak-size-card {
    grid-column: span 6;
  }

  .interior-system-grid,
  .interior-system-list,
  .interior-seal-grid {
    grid-template-columns: 1fr;
  }

  .blackout-before-after {
    grid-template-columns: 1fr;
  }

  .blackout-before-after img {
    height: 420px;
  }

  .blackout-single-image img {
    height: 420px;
  }

  .interior-system-grid img {
    height: 420px;
  }

  .interior-gallery-main {
    grid-row: auto;
  }

  .interior-gallery-main img {
    height: 420px;
  }

  .ziptrak-gallery-grid figure,
  .ziptrak-gallery-grid .ziptrak-gallery-wide,
  .ziptrak-gallery-grid figure:nth-child(3),
  .ziptrak-gallery-grid figure:nth-child(4) {
    grid-column: span 6;
  }

  .ziptrak-gallery-grid img,
  .ziptrak-gallery-grid .ziptrak-gallery-wide img {
    height: 320px;
  }

  .product-photo-grid figure,
  .product-photo-grid .product-photo-wide,
  .product-photo-grid figure:nth-child(3),
  .product-photo-grid-extended figure,
  .product-photo-grid-extended .product-photo-wide,
  .product-photo-grid-extended figure:nth-child(2),
  .product-photo-grid-extended figure:nth-child(3),
  .product-photo-grid-extended figure:nth-child(6) {
    grid-column: span 6;
  }

  .product-photo-grid img,
  .product-photo-grid .product-photo-wide img,
  .product-photo-grid figure:nth-child(3) img {
    height: 320px;
  }

  .straight-gallery-grid figure,
  .straight-gallery-grid .straight-gallery-wide,
  .straight-gallery-grid figure:nth-child(3),
  .straight-gallery-grid figure:nth-child(4) {
    grid-column: span 6;
  }

  .straight-gallery-grid img,
  .straight-gallery-grid .straight-gallery-wide img {
    height: 320px;
  }

  .wire-system-grid {
    grid-template-columns: 1fr;
  }

  .wire-system-grid img,
  .wire-system-grid figure:not(.wire-system-main) img {
    height: 360px;
    object-position: center;
  }

  .wire-gallery-grid figure,
  .wire-gallery-grid .wire-gallery-wide,
  .wire-gallery-grid figure:nth-child(3),
  .wire-gallery-grid figure:nth-child(4) {
    grid-column: span 6;
  }

  .wire-gallery-grid img,
  .wire-gallery-grid .wire-gallery-wide img {
    height: 320px;
  }

  .interior-install-gallery figure:nth-child(1),
  .interior-install-gallery figure:nth-child(2),
  .interior-install-gallery figure:nth-child(3),
  .interior-install-gallery figure:nth-child(4),
  .interior-install-gallery figure:nth-child(5),
  .interior-install-gallery figure:nth-child(6),
  .interior-install-gallery figure:nth-child(7) {
    grid-column: span 6;
  }

  .interior-install-gallery figure:nth-child(1) img,
  .interior-install-gallery figure:nth-child(2) img,
  .interior-install-gallery figure:nth-child(n + 3) img {
    height: 320px;
  }
}

@media (max-width: 760px) {
  .product-hero {
    min-height: 600px;
  }

  .product-hero-content {
    width: calc(100% - 36px);
    padding: 120px 0 52px;
  }

  .product-hero h1 {
    font-size: 42px;
  }

  .project-hero h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .product-hero-copy {
    font-size: 16px;
  }

  .product-facts {
    width: calc(100% - 36px);
    margin-top: -20px;
  }

  .product-overview-media img {
    min-height: 280px;
  }

  .product-checks,
  .option-list,
  .material-grid,
  .straight-layout-grid,
  .straight-fabric-grid,
  .wire-transform-grid,
  .operation-list,
  .ziptrak-feature-grid,
  .interior-gallery-grid {
    grid-template-columns: 1fr;
  }

  .ziptrak-gallery-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ziptrak-gallery-grid figure,
  .ziptrak-gallery-grid .ziptrak-gallery-wide,
  .ziptrak-gallery-grid figure:nth-child(3),
  .ziptrak-gallery-grid figure:nth-child(4) {
    grid-column: 1;
  }

  .ziptrak-gallery-grid img,
  .ziptrak-gallery-grid .ziptrak-gallery-wide img {
    height: 280px;
  }

  .product-photo-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .product-photo-grid figure,
  .product-photo-grid .product-photo-wide,
  .product-photo-grid figure:nth-child(3),
  .product-photo-grid-extended figure,
  .product-photo-grid-extended .product-photo-wide,
  .product-photo-grid-extended figure:nth-child(2),
  .product-photo-grid-extended figure:nth-child(3),
  .product-photo-grid-extended figure:nth-child(6) {
    grid-column: 1;
  }

  .product-photo-grid img,
  .product-photo-grid .product-photo-wide img,
  .product-photo-grid figure:nth-child(3) img {
    height: 280px;
  }

  .interior-install-gallery figure:nth-child(1),
  .interior-install-gallery figure:nth-child(2),
  .interior-install-gallery figure:nth-child(3),
  .interior-install-gallery figure:nth-child(4),
  .interior-install-gallery figure:nth-child(5),
  .interior-install-gallery figure:nth-child(6),
  .interior-install-gallery figure:nth-child(7) {
    grid-column: 1;
  }

  .interior-install-gallery figure:nth-child(1) img,
  .interior-install-gallery figure:nth-child(2) img,
  .interior-install-gallery figure:nth-child(n + 3) img {
    height: 300px;
  }

  .straight-benefit-grid article {
    min-height: 0;
  }

  .expanded-benefit-grid article,
  .room-guide-grid article {
    min-height: 0;
  }

  .product-detail-split img {
    min-height: 260px;
  }

  .ziptrak-engineering {
    gap: 34px;
  }

  .ziptrak-engineering-media img {
    min-height: 260px;
  }

  .ziptrak-engineering-media-single {
    padding: 20px;
  }

  .ziptrak-engineering-media-single img {
    min-height: 0;
  }

  .ziptrak-component-points div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ziptrak-performance-inner {
    width: calc(100% - 36px);
    padding: 76px 0;
  }

  .ziptrak-performance-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ziptrak-wind-card,
  .ziptrak-size-card {
    grid-column: 1;
  }

  .ziptrak-wind-card {
    padding: 32px 26px;
  }

  .ziptrak-size-card > div {
    padding: 26px 24px 30px;
  }

  .fixed-guide-detail img {
    height: auto;
  }

  .straight-fabrics-inner {
    width: calc(100% - 36px);
    padding: 76px 0;
  }

  .straight-fabric-grid article > div {
    padding: 24px 22px 28px;
  }

  .straight-gallery-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .straight-gallery-grid figure,
  .straight-gallery-grid .straight-gallery-wide,
  .straight-gallery-grid figure:nth-child(3),
  .straight-gallery-grid figure:nth-child(4) {
    grid-column: 1;
  }

  .straight-gallery-grid img,
  .straight-gallery-grid .straight-gallery-wide img {
    height: 280px;
  }

  .wire-benefit-grid article {
    min-height: 0;
  }

  .wire-system-grid img,
  .wire-system-grid figure:not(.wire-system-main) img {
    height: 280px;
  }

  .wire-gallery-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .wire-gallery-grid figure,
  .wire-gallery-grid .wire-gallery-wide,
  .wire-gallery-grid figure:nth-child(3),
  .wire-gallery-grid figure:nth-child(4) {
    grid-column: 1;
  }

  .wire-gallery-grid img,
  .wire-gallery-grid .wire-gallery-wide img {
    height: 280px;
  }

  .benefits-inner {
    width: calc(100% - 36px);
    padding: 76px 0;
  }

  .material-grid > article {
    padding: 0;
  }

  .material-card-copy {
    padding: 28px 24px 30px;
  }

  .operation-inner,
  .faq-inner {
    width: calc(100% - 36px);
    padding: 76px 0;
  }

  .ziptrak-feature-grid article {
    min-height: 0;
  }

  .interior-benefit-grid article,
  .interior-fabric-grid article,
  .interior-system-list article {
    min-height: 0;
  }

  .interior-system-grid img {
    height: 280px;
  }

  .blackout-specs div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .blackout-before-after img {
    height: 300px;
  }

  .blackout-single-image img {
    height: 300px;
  }

  .interior-seal-grid article {
    min-height: 0;
    padding: 24px 22px;
  }

  .interior-seal-grid span {
    margin-bottom: 26px;
  }

  .interior-gallery {
    padding-bottom: 88px;
  }

  .interior-gallery-grid img,
  .interior-gallery-main img {
    height: 260px;
  }

  .interior-gallery-diagram img {
    height: auto;
    min-height: 180px;
    padding: 18px;
  }

  .faq-list summary {
    font-size: 16px;
  }

  .product-cta {
    padding: 58px 18px;
  }

  .product-cta .button {
    width: 100%;
  }
}

.fixed-guide-gallery .product-photo-wide img {
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  background: #f3f1ec;
}

.suburb-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 64px;
  align-items: start;
}

.suburb-intro p {
  color: var(--muted);
  font-size: 18px;
}

.suburb-card {
  padding: 34px;
  background: #ece8e0;
  border-top: 4px solid var(--olive);
}

.suburb-card h2 {
  margin-bottom: 18px;
  font-size: 32px;
}

.suburb-card ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.suburb-card li {
  position: relative;
  padding-left: 24px;
  color: var(--ink);
  font-weight: 650;
}

.suburb-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--olive);
}

.suburb-links {
  background: #f5f2ec;
}

.suburb-links-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 86px 0;
}

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

.suburb-link-grid a {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 750;
}

.suburb-link-grid a:hover {
  border-color: var(--olive);
  color: var(--maroon);
}

.outdoor-melbourne-hero .product-hero-media img {
  object-position: center 46%;
}

.melbourne-system-section {
  background: #f8f5ef;
}

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

.melbourne-system-grid article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line);
}

.melbourne-system-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.melbourne-system-grid article > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.melbourne-system-grid span {
  margin-bottom: 12px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.melbourne-system-grid h3 {
  margin-bottom: 10px;
  font-size: 25px;
}

.melbourne-system-grid p {
  color: var(--muted);
  font-size: 15px;
}

.melbourne-system-grid a {
  margin-top: auto;
  color: var(--maroon);
  font-weight: 850;
}

.melbourne-service-areas {
  background: #f5f2ec;
}

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

.melbourne-area-grid a,
.melbourne-area-grid span {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 750;
}

.melbourne-area-grid a:hover {
  border-color: var(--olive);
  color: var(--maroon);
}

.melbourne-faq {
  background: #fff;
}

@media (max-width: 900px) {
  .suburb-intro,
  .suburb-link-grid,
  .melbourne-system-grid,
  .melbourne-area-grid {
    grid-template-columns: 1fr;
  }

  .suburb-card {
    padding: 26px;
  }

  .suburb-links-inner {
    width: calc(100% - 36px);
    padding: 68px 0;
  }
}
