.outdoor-kitchen-v1 {
  --okv1-dark-section: #1d2a23;
  --okv1-dark-panel: #25342c;
  --okv1-dark-inner: #2c3b33;
  --okv1-dark-border: rgba(225, 192, 119, .22);
  --okv1-dark-text: #f6f3e9;
  --okv1-dark-muted: #cbd4ce;
  --okv1-dark-accent: #d9b65e;
  background: #f7f6f2;
  color: #1f2824;
  overflow-x: hidden;
}

.outdoor-kitchen-v1 .okv1-mobile-quote {
  display: none;
}

.okv1-breadcrumb-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.outdoor-kitchen-v1 main {
  overflow: clip;
}

.outdoor-kitchen-v1 .section {
  padding: 84px 0;
}

.outdoor-kitchen-v1 .soft {
  background: #efeee8;
}

.okv1-hero {
  padding: 78px 0 70px;
  background:
    radial-gradient(circle at 8% 16%, rgba(194, 161, 92, .18), transparent 26%),
    linear-gradient(140deg, #f5f1e8 0%, #f7f6f2 52%, #e8ece8 100%);
}

.okv1-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
  gap: clamp(42px, 5.4vw, 76px);
  align-items: center;
}

.okv1-hero-copy {
  max-width: 670px;
}

.okv1-hero h1 {
  max-width: 720px;
  margin: 14px 0 22px;
  font-size: clamp(44px, 4.35vw, 62px);
  line-height: 1;
  letter-spacing: -.045em;
}

.okv1-lead {
  max-width: 610px;
  margin: 0;
  color: #4f5b55;
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.7;
}

.okv1-hero-result {
  max-width: 610px;
  margin: 26px 0 30px;
  padding: 2px 0 2px 18px;
  border-left: 3px solid #eba21a;
  color: #2f3c35;
  font-size: 16px;
  line-height: 1.6;
}

.okv1-hero-result span {
  display: block;
  margin-bottom: 5px;
  color: #9b7120;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
}

.okv1-hero-media {
  position: relative;
  margin: 0;
  min-height: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(29, 38, 33, .18);
  background: #dfe3de;
}

.okv1-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(13, 20, 16, .68));
  pointer-events: none;
}

.okv1-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  display: block;
}

.okv1-hero-media .okv1-awning-reference--hero {
  object-position: center;
}

.okv1-hero-media figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
}

.okv1-asset-placeholder {
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  width: 100%;
  min-height: 300px;
  padding: 34px;
  text-align: center;
  color: #e9eee9;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 46%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 18px),
    #24352c;
}

.okv1-asset-placeholder span {
  color: #d9b65e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
}

.okv1-asset-placeholder strong {
  margin-top: 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 34px);
}

.okv1-asset-placeholder small {
  margin-top: 8px;
  color: #c8d0cb;
}

.okv1-asset-placeholder--hero {
  height: 100%;
  min-height: 440px;
}

.okv1-asset-placeholder--closable {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.outdoor-kitchen-v1 .okv1-outcomes {
  padding: 64px 0;
  background: #f7f6f2;
}

.okv1-outcomes-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.okv1-outcomes-head .eyebrow {
  margin: 0;
}

.okv1-outcomes-head h2 {
  margin: 0;
  color: #213128;
  font-size: clamp(34px, 3.4vw, 48px);
  letter-spacing: -.035em;
}

.okv1-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d2d8d2;
  border-bottom: 1px solid #d2d8d2;
}

.okv1-outcomes-grid article {
  min-width: 0;
  padding: 26px 26px 28px;
}

.okv1-outcomes-grid article + article {
  border-left: 1px solid #d2d8d2;
}

.okv1-outcomes-grid span {
  color: #a87925;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
}

.okv1-outcomes-grid h3 {
  margin: 11px 0 8px;
  color: #213128;
  font-size: 19px;
  line-height: 1.25;
}

.okv1-outcomes-grid p {
  margin: 0;
  color: #5f6b64;
  font-size: 14px;
  line-height: 1.6;
}

.okv1-section-head {
  display: block;
  max-width: 850px;
  margin-bottom: 34px;
}

.okv1-section-head h2,
.okv1-layout-block h2,
.okv1-closable h2,
.okv1-options-grid h2,
.okv1-customization-grid h2 {
  margin: 10px 0 14px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.okv1-section-head > p:last-child,
.okv1-layout-block > div:first-child > p,
.okv1-closable-copy > p,
.okv1-options-grid > div > p {
  max-width: 760px;
  margin: 0;
  color: #647069;
  font-size: 17px;
  line-height: 1.7;
}

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

.okv1-format-section {
  background: #f7f6f2;
}

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

.okv1-format-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d9d8d1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(31, 40, 36, .055);
}

.okv1-format-card img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 5 / 4;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #eef0ed;
}

.okv1-format-card[data-asset-id="OK-APP-0017"] img {
  object-position: 50% 52%;
  transform: scale(1.04);
}

.okv1-format-card[data-asset-id="OK-PROD-8107"] img {
  object-position: 50% 50%;
  transform: none;
}

.okv1-format-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px;
}

.okv1-format-card > div > span {
  color: #b88c34;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.okv1-format-card h3 {
  margin: 10px 0 12px;
  font-size: 25px;
  line-height: 1.18;
}

.okv1-format-card p {
  margin: 0;
  color: #66716b;
  line-height: 1.6;
}

.okv1-format-price {
  display: grid;
  gap: 7px;
  margin-top: 18px;
  padding: 15px 16px;
  border: 1px solid #dce1dc;
  border-radius: 14px;
  background: #f4f6f2;
}

.okv1-format-price > span {
  color: #8c6a24;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.okv1-format-price strong {
  color: #213128;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.25;
}

.okv1-format-price small {
  color: #66716b;
  font-size: 13px;
  line-height: 1.5;
}

.okv1-format-price .okv1-format-packing {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid #d7ddd7;
  color: #536159;
  font-size: 12px;
  line-height: 1.45;
}

.okv1-format-packing b {
  color: #2b3b32;
}

.okv1-format-price--custom {
  background: #f1eee6;
}

.okv1-format-card a {
  align-self: flex-start;
  margin-top: 22px;
  color: #87651e;
  font-weight: 800;
}

.okv1-finish-options {
  background: #f2efe7;
  border-top: 1px solid #e3dfd4;
  border-bottom: 1px solid #dedbd1;
}

.okv1-finish-options-head {
  max-width: 900px;
}

.okv1-finish-options-layout {
  display: grid;
  grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: stretch;
}

.okv1-finish-showcase {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #1f2d25;
  box-shadow: 0 24px 54px rgba(35, 43, 37, .13);
}

.okv1-finish-showcase::after {
  content: "";
  position: absolute;
  inset: 44% 0 0;
  background: linear-gradient(180deg, transparent, rgba(14, 21, 17, .82));
  pointer-events: none;
}

.okv1-finish-showcase img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  display: block;
  object-fit: cover;
  object-position: 44% center;
}

.okv1-finish-showcase figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: #fff;
}

.okv1-finish-showcase figcaption strong,
.okv1-finish-showcase figcaption span {
  display: block;
}

.okv1-finish-showcase figcaption strong {
  margin-bottom: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2vw, 31px);
}

.okv1-finish-showcase figcaption span {
  max-width: 450px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.55;
}

.okv1-finish-sample-panel {
  display: grid;
  gap: 28px;
  align-content: center;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #d9d7ce;
  border-radius: 24px;
  background: rgba(255, 255, 255, .78);
}

.okv1-finish-sample-group + .okv1-finish-sample-group {
  padding-top: 28px;
  border-top: 1px solid #dddcd5;
}

.okv1-finish-sample-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.okv1-finish-sample-heading > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.okv1-finish-sample-heading span {
  color: #b17b1e;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
}

.okv1-finish-sample-heading h3 {
  margin: 0;
  color: #213128;
  font-size: 20px;
}

.okv1-finish-sample-heading p {
  margin: 0;
  color: #79827c;
  font-size: 11px;
  letter-spacing: .04em;
}

.okv1-finish-swatch-grid {
  display: grid;
  gap: 12px;
}

.okv1-finish-swatch-grid--painted {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.okv1-finish-swatch-grid--woodgrain {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.okv1-finish-swatch {
  min-width: 0;
  padding: 7px 7px 9px;
  border: 1px solid #d8d8d1;
  border-radius: 13px;
  background: #fff;
  color: #314039;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.okv1-finish-swatch:hover,
.okv1-finish-swatch:focus-visible {
  border-color: #9ba79f;
  box-shadow: 0 10px 22px rgba(31, 45, 37, .1);
  transform: translateY(-2px);
}

.okv1-finish-swatch img {
  width: 100%;
  height: 118px;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  background: #ecece7;
}

.okv1-finish-swatch > span {
  display: block;
  padding: 8px 3px 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-align: center;
}

.okv1-finish-note {
  margin: 0;
  padding-top: 2px;
  color: #6b756f;
  font-size: 12px;
  line-height: 1.55;
}

.okv1-type-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.okv1-type-grid--three .okv1-image-card img {
  height: 330px;
}

.okv1-layout-card-grid .okv1-image-card img {
  height: 300px;
}

.okv1-layout-card-grid .okv1-image-card--catalog img {
  object-fit: contain;
  background: #f3f4f1;
}

.okv1-layout-card-grid .okv1-image-card > div {
  min-height: 188px;
}

.okv1-open-configurations .okv1-image-card--scene img {
  object-fit: cover;
}

.okv1-image-card--factory img {
  object-position: center 64%;
}

.okv1-delivery-strip {
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(0, 2.3fr);
  gap: 24px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #d4d8d1;
  border-radius: 20px;
  background: #fff;
}

.okv1-delivery-strip h3 {
  margin: 7px 0 0;
  font-size: 22px;
  line-height: 1.18;
}

.okv1-delivery-strip ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.okv1-delivery-strip li {
  min-height: 94px;
  padding: 14px;
  border-radius: 14px;
  background: #f2f2ed;
  color: #4b5851;
  font-size: 13px;
  line-height: 1.45;
}

.okv1-delivery-strip li span {
  display: block;
  margin-bottom: 7px;
  color: #b38325;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.okv1-delivery-strip--preassembly {
  grid-template-columns: minmax(260px, .8fr) minmax(0, 2.2fr);
  align-items: stretch;
}

.okv1-preassembly-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.okv1-preassembly-media figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #eef0ec;
}

.okv1-preassembly-media img {
  width: 100%;
  height: 100%;
  min-height: 178px;
  object-fit: cover;
  display: block;
}

.okv1-preassembly-media figure:first-child img {
  object-position: center 58%;
}

.okv1-preassembly-media figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  padding: 7px 9px;
  border-radius: 9px;
  background: rgba(20, 28, 24, .78);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  backdrop-filter: blur(5px);
}

.okv1-preassembly-copy {
  min-width: 0;
}

.okv1-preassembly-copy > .eyebrow {
  margin: 0;
}

.okv1-delivery-strip--preassembly ol {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.okv1-delivery-packing {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
  margin: 12px 0 0;
  padding: 10px 12px;
  border-left: 3px solid #c89833;
  border-radius: 0 10px 10px 0;
  background: #fbf8ef;
  color: #4d5a53;
  font-size: 12px;
  line-height: 1.45;
}

.okv1-delivery-packing b {
  color: #25362d;
}

.okv1-image-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dddcd5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(31, 40, 36, .06);
}

.okv1-image-card--wide {
  display: grid;
  grid-column: span 2;
  grid-template-columns: 1.25fr .75fr;
}

.okv1-image-card img {
  width: 100%;
  height: 285px;
  display: block;
  object-fit: cover;
  background: #f2f2ef;
}

.okv1-image-card:not(.okv1-image-card--wide) img {
  object-fit: contain;
}

.okv1-image-card--scene:not(.okv1-image-card--wide) img {
  object-fit: cover;
}

.okv1-image-card--wide img {
  height: 100%;
  min-height: 310px;
}

.okv1-image-card > div {
  padding: 20px;
}

.okv1-image-card > div > span {
  color: #b88c34;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.okv1-image-card h3 {
  margin: 8px 0 8px;
  font-size: 21px;
}

.okv1-image-card p {
  margin: 0;
  color: #66716b;
  line-height: 1.6;
}

.okv1-closable-delivery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 15px 16px;
  border: 1px solid var(--okv1-dark-border);
  border-radius: 14px;
  background: var(--okv1-dark-inner);
  color: var(--okv1-dark-text);
  font-size: 13px;
  line-height: 1.35;
}

.okv1-closable-delivery strong {
  flex: 0 0 100%;
  color: #d7ad55;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.okv1-closable-delivery i {
  color: #d7ad55;
  font-style: normal;
}

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

.okv1-function-grid article {
  padding: 24px;
  border: 1px solid #d9d8d1;
  border-radius: 18px;
  background: #fff;
}

.okv1-function-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #213128;
  color: #fff;
  font-weight: 800;
}

.okv1-function-grid h3 {
  margin: 18px 0 8px;
  font-size: 20px;
}

.okv1-function-grid p {
  margin: 0;
  color: #66716b;
  line-height: 1.6;
}

.okv1-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

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

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

.okv1-scene-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #deddd5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(29, 41, 34, .07);
}

.okv1-scene-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

.okv1-scene-grid figcaption {
  display: grid;
  gap: 6px;
  min-height: 116px;
  padding: 18px 20px 20px;
}

.okv1-scene-grid figcaption strong {
  color: #213128;
  font-size: 18px;
}

.okv1-scene-grid figcaption span {
  color: #66716b;
  line-height: 1.55;
}

.okv1-scene-grid--four figcaption {
  min-height: 132px;
  padding: 17px 18px 19px;
}

.okv1-detail-gallery figure,
.okv1-options-grid figure,
.okv1-supply-grid figure,
.okv1-closable figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

.okv1-detail-gallery img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
}

.okv1-detail-gallery figcaption,
.okv1-options-grid figcaption,
.okv1-closable figcaption {
  padding: 13px 16px;
  color: #435048;
  font-size: 14px;
  font-weight: 700;
}

.okv1-layout-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr);
  gap: 68px;
  align-items: center;
}

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

.okv1-layout-list article {
  min-height: 134px;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid var(--okv1-dark-border);
  background: var(--okv1-dark-panel);
  color: var(--okv1-dark-text);
}

.okv1-layout-list span {
  color: #e3c57e;
  font-size: 18px;
  font-weight: 800;
}

.okv1-layout-list p {
  margin: 12px 0 0;
  color: #d6ddd8;
  line-height: 1.5;
}

.okv1-layout-block .text-link {
  display: inline-flex;
  margin-top: 20px;
  color: #8a681f;
  font-weight: 800;
}

.okv1-module-proof-grid {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.okv1-module-proof-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9d8d1;
  border-radius: 17px;
  background: #fff;
}

.okv1-module-proof-grid img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
}

.okv1-module-proof-grid figure:nth-child(-n+2) img {
  object-fit: contain;
  background: #f4f4f1;
}

.okv1-module-proof-grid figcaption {
  padding: 12px 14px;
  color: #435048;
  font-size: 14px;
  font-weight: 750;
}

.okv1-closable {
  padding: 84px 0;
  background: #efeee8;
  color: #213128;
}

.okv1-closable-shell {
  display: grid;
  gap: 24px;
}

.okv1-closable-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(360px, 1fr);
  grid-template-rows: auto 1fr;
  gap: 28px 54px;
  align-items: start;
}

.okv1-closable-main-visual {
  grid-column: 1;
  grid-row: 1 / 3;
  overflow: hidden;
  border: 1px solid #d7dcd7;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(31, 48, 39, .08);
}

.okv1-closable-main-visual .okv1-awning-reference--product {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #eef0ed;
}

.okv1-closable-main-visual figcaption {
  padding: 16px 18px 17px;
  border-top: 1px solid #e1e4df;
  font-weight: 780;
}

.okv1-closable-intro {
  grid-column: 2;
  grid-row: 1;
}

.okv1-closable-intro h2 {
  margin: 10px 0 18px;
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.okv1-closable-intro > p:last-child {
  color: #5f6b64;
  font-size: 1.04rem;
  line-height: 1.7;
}

.okv1-closable-details {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: 18px;
}

.okv1-closable-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.okv1-closable-values li {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #d9ddd7;
  border-radius: 12px;
  background: rgba(255, 255, 255, .76);
  color: #283b30;
  font-size: .9rem;
  font-weight: 760;
  line-height: 1.35;
}

.okv1-closable-price {
  padding: 20px 22px;
  border: 1px solid #ddd4bd;
  border-left: 4px solid #d69a21;
  border-radius: 15px;
  background: #fffaf0;
}

.okv1-closable-price > span {
  display: block;
  margin-bottom: 7px;
  color: #8b6820;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
}

.okv1-closable-price strong {
  display: block;
  margin-bottom: 12px;
  color: #19382c;
  font-size: clamp(1.15rem, 1.55vw, 1.42rem);
  line-height: 1.3;
}

.okv1-closable-price p {
  margin: 5px 0;
  color: #46564d;
  font-size: .9rem;
}

.okv1-closable-price small {
  display: block;
  margin-top: 10px;
  color: #68736c;
  line-height: 1.5;
}

.okv1-closable-finish-note {
  margin: 0;
  color: #5f6b64;
  font-size: .9rem;
}

.okv1-closable-cta {
  width: fit-content;
}

.okv1-closable-detail-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid #d9dcd6;
}

.okv1-closable-detail-strip figure {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid #d9ddd8;
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

.okv1-closable-detail-strip img {
  width: 142px;
  height: 98px;
  display: block;
  object-fit: cover;
}

.okv1-closable-detail-strip figcaption {
  padding: 12px 16px;
  color: #2c3f34;
  font-size: .88rem;
  font-weight: 760;
}

.okv1-built-section {
  background: #efeee8;
  color: #213128;
}

.okv1-built-shell {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 42px;
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.okv1-built-intro > p:not(.eyebrow) {
  color: #5f6b64;
}

.okv1-panel-stack {
  display: grid;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid var(--okv1-dark-border);
  border-radius: 16px;
  text-align: center;
}

.okv1-panel-stack span,
.okv1-panel-stack strong {
  padding: 12px 16px;
}

.okv1-panel-stack span {
  color: #16211b;
  background: linear-gradient(90deg, #d9dddb, #f6f7f6, #c9cfcc);
  font-size: 13px;
  font-weight: 850;
}

.okv1-panel-stack strong {
  color: var(--okv1-dark-accent);
  background: var(--okv1-dark-inner);
  font-size: 14px;
  letter-spacing: .035em;
}

.okv1-construction-boundary {
  display: block;
  margin-top: 12px;
  color: #69756e;
  line-height: 1.55;
}

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

.okv1-built-facts article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid #d7dcd7;
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  box-shadow: none;
}

.okv1-built-facts article:nth-child(even) {
  background: rgba(247, 248, 244, .9);
}

.okv1-built-facts article > span {
  display: block;
  margin-bottom: 11px;
  color: #a87925;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.okv1-built-facts strong {
  display: block;
  color: #213128;
  font-size: 15px;
}

.okv1-built-facts p {
  margin: 7px 0 0;
  color: #5f6b64;
  font-size: 13px;
  line-height: 1.55;
}

.okv1-layout-card-grid [data-asset-id="OK-PROD-3599"] img {
  object-fit: cover;
  object-position: center 55%;
  background: #dfe2dd;
}

.okv1-factory-trust {
  background: #ece9e1;
}

.okv1-factory-trust-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 52px;
  align-items: center;
}

.okv1-factory-trust-copy > p:not(.eyebrow) {
  color: #526059;
}

.okv1-factory-trust-copy .okv1-experience-line {
  margin: 20px 0 14px;
  color: #1f2824;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 850;
  line-height: 1.35;
}

.okv1-factory-trust-copy > small {
  display: block;
  margin-top: 18px;
  color: #6f7b74;
  line-height: 1.55;
}

.okv1-factory-trust-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.okv1-factory-trust-media figure {
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: var(--okv1-dark-panel);
}

.okv1-factory-trust-main {
  grid-column: 1 / -1;
}

.okv1-factory-trust-media img {
  display: block;
  width: 100%;
  height: 185px;
  object-fit: cover;
}

.okv1-factory-trust-main img {
  height: 320px;
}

.okv1-factory-trust-media figcaption {
  padding: 11px 14px;
  color: #edf2ee;
  font-size: 13px;
  font-weight: 800;
}

.okv1-delivery-compare-section {
  background: #f7f6f2;
}

.okv1-delivery-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.okv1-delivery-compare > article {
  padding: 30px;
  border: 1px solid #d7d8d2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 40, 36, .07);
}

.okv1-delivery-compare > .okv1-delivery-compare--dark {
  border-color: var(--okv1-dark-border);
  background: var(--okv1-dark-panel);
  color: var(--okv1-dark-text);
}

.okv1-delivery-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.okv1-delivery-heading > span {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #d3a950;
  color: #162019;
  font-weight: 900;
}

.okv1-delivery-heading p {
  margin: 0 0 4px;
  color: #a87d28;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.okv1-delivery-compare--dark .okv1-delivery-heading p {
  color: #e1bf73;
}

.okv1-delivery-heading h3 {
  margin: 0;
  font-size: 23px;
}

.okv1-delivery-compare ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.okv1-delivery-compare li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  min-height: 54px;
  padding: 10px 14px;
  border-radius: 13px;
  background: #f0f1ed;
  color: #435048;
}

.okv1-delivery-compare--dark li {
  background: var(--okv1-dark-inner);
  color: var(--okv1-dark-text);
}

.okv1-delivery-compare li b {
  color: #ae8128;
  font-size: 12px;
}

.okv1-delivery-compare--dark li b {
  color: #e1bf73;
}

.okv1-delivery-note {
  max-width: 920px;
  margin: 18px auto 0;
  color: #66716b;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.okv1-steel-value {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.78fr);
  gap: 44px;
  margin-top: 58px;
  padding: 46px 0 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #d2d8d2;
  background: transparent;
  color: #213128;
  box-shadow: none;
}

.okv1-steel-value-intro {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.okv1-steel-value-intro .eyebrow {
  margin: 0 0 8px;
  color: #a87925;
}

.okv1-steel-value-intro h3 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.08;
}

.okv1-steel-value-intro > p:not(.eyebrow) {
  margin: 14px 0 20px;
  color: #5f6b64;
  font-size: 14px;
  line-height: 1.65;
}

.okv1-steel-value-intro a {
  margin-top: auto;
  color: #8e651d;
  font-weight: 800;
}

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

.okv1-steel-value-grid article {
  min-width: 0;
  min-height: 132px;
  padding: 16px 8px 10px;
  border: 0;
  border-top: 2px solid #c8cec8;
  border-radius: 0;
  background: transparent;
}

.okv1-steel-value-grid span {
  display: block;
  margin-bottom: 8px;
  color: #a87925;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
}

.okv1-steel-value-grid strong {
  display: block;
  color: #213128;
  font-size: 15px;
  line-height: 1.25;
}

.okv1-steel-value-grid p {
  margin: 7px 0 0;
  color: #5f6b64;
  font-size: 12px;
  line-height: 1.5;
}

.okv1-options-grid {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  gap: 64px;
  align-items: center;
}

.okv1-options-grid figure {
  border: 1px solid #d8d7cf;
}

.okv1-options-grid figure img {
  width: 100%;
  height: 510px;
  display: block;
  object-fit: cover;
}

.okv1-finish-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.okv1-finish-pair figure img {
  height: 360px;
}

.okv1-product-bridge .actions {
  margin-top: 26px;
}

.okv1-customization-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 34px 64px;
  align-items: center;
}

.okv1-customization-grid > div:first-child > p:last-child {
  margin: 0;
  color: #647069;
  font-size: 17px;
  line-height: 1.7;
}

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

.okv1-customization-list span {
  min-height: 52px;
  padding: 15px 17px;
  border: 1px solid #d7d8d2;
  border-radius: 13px;
  background: #fff;
  color: #344139;
  font-weight: 750;
}

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

.okv1-scope-grid article {
  min-height: 300px;
  padding: 25px;
  border: 1px solid #d9d8d1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(31, 40, 36, .05);
}

.okv1-scope-grid article > span {
  color: #b4862e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
}

.okv1-scope-grid h3 {
  min-height: 58px;
  margin: 15px 0 16px;
  font-size: 20px;
  line-height: 1.25;
}

.okv1-scope-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #66716b;
  list-style: none;
}

.okv1-scope-grid li::before {
  content: "✓";
  margin-right: 8px;
  color: #a97d28;
  font-weight: 900;
}

.okv1-option-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.okv1-option-points span {
  padding: 13px 15px;
  border: 1px solid #d9d8d1;
  border-radius: 12px;
  background: #fff;
  color: #344139;
  font-weight: 700;
}

.okv1-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.okv1-process li {
  padding: 24px 20px;
  border-top: 3px solid #c39b49;
  background: #fff;
  box-shadow: 0 10px 26px rgba(31, 40, 36, .06);
}

.okv1-process li > span {
  color: #ad8129;
  font-weight: 800;
  letter-spacing: .1em;
}

.okv1-process h3 {
  margin: 22px 0 8px;
  font-size: 18px;
}

.okv1-process p {
  margin: 0;
  color: #66716b;
  line-height: 1.55;
}

.okv1-supply {
  background: #e6e9e5;
}

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

.okv1-supply-grid figure {
  border: 1px solid #d5d8d4;
}

.okv1-supply-grid img {
  width: 100%;
  height: 330px;
  display: block;
  object-fit: cover;
}

.okv1-supply-grid figcaption {
  display: grid;
  gap: 5px;
  padding: 18px;
}

.okv1-supply-grid figcaption span {
  color: #657169;
  line-height: 1.5;
}

.okv1-boundary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.okv1-boundary article {
  padding: 22px 24px;
  border-radius: 16px;
  border: 1px solid var(--okv1-dark-border);
  background: var(--okv1-dark-panel);
  color: var(--okv1-dark-text);
}

.okv1-boundary strong {
  color: #e4c77f;
}

.okv1-boundary p {
  margin: 8px 0 0;
  color: #d4ddd7;
  line-height: 1.55;
}

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

.okv1-audience-grid article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid #dad9d3;
  border-radius: 18px;
  background: #fff;
}

.okv1-audience-grid h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.okv1-audience-grid p {
  margin: 0;
  color: #657169;
  line-height: 1.65;
}

.okv1-audience-grid a {
  color: #87651e;
  font-weight: 700;
}

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

.okv1-faq details {
  align-self: start;
  border: 1px solid #dcdad2;
  border-radius: 14px;
  background: #fff;
}

.okv1-faq summary {
  padding: 20px 48px 20px 20px;
  cursor: pointer;
  font-weight: 800;
}

.okv1-faq p {
  margin: 0;
  padding: 0 20px 20px;
  color: #657169;
  line-height: 1.65;
}

.okv1-cta {
  padding: 76px 0;
}

.okv1-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: 34px 64px;
  align-items: center;
}

.okv1-cta h2 {
  max-width: 730px;
  margin: 10px 0 12px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.06;
}

.okv1-cta p {
  max-width: 660px;
}

.okv1-quote-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.okv1-quote-checklist span {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.okv1-buyer-types {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.okv1-buyer-types strong {
  margin-right: 4px;
  color: #e4c77f;
}

.okv1-buyer-types span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #f1f3f1;
  font-size: 13px;
}

.okv1-cta .actions {
  grid-column: 1 / -1;
  margin-top: 0;
}

@media (max-width: 1120px) {
  .okv1-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
    gap: 42px;
  }

  .okv1-closable-feature {
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    gap: 26px 36px;
  }

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

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

  .okv1-outcomes-grid article:nth-child(odd) {
    border-left: 0;
  }

  .okv1-outcomes-grid article:nth-child(n + 3) {
    border-top: 1px solid #d2d8d2;
  }

  .okv1-format-card img {
    min-height: 0;
    aspect-ratio: 5 / 4;
  }

  .okv1-type-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .okv1-scene-grid--four,
  .okv1-module-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .okv1-function-grid,
  .okv1-detail-gallery,
  .okv1-audience-grid,
  .okv1-scope-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .okv1-delivery-strip {
    grid-template-columns: 1fr;
  }

  .okv1-delivery-strip--preassembly {
    grid-template-columns: 1fr;
  }

  .okv1-steel-value {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .okv1-finish-options-layout {
    grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
    gap: 30px;
  }
}

@media (max-width: 820px) {
  .outdoor-kitchen-v1 .nav {
    width: min(100% - 28px, 1180px);
    min-height: 72px;
    padding: 10px 0;
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .outdoor-kitchen-v1 .brand img {
    width: min(172px, 48vw);
  }

  .outdoor-kitchen-v1 .brand {
    flex: 0 0 auto;
  }

  .outdoor-kitchen-v1 .nav-links {
    display: none;
  }

  .outdoor-kitchen-v1 .okv1-mobile-quote {
    display: inline-flex;
    flex: 0 0 auto;
    width: auto;
    min-height: 42px;
    padding: 10px 15px;
    white-space: nowrap;
  }

  .outdoor-kitchen-v1 .section {
    padding: 62px 0;
  }

  .okv1-hero {
    padding: 54px 0 52px;
  }

  .okv1-outcomes-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .okv1-hero-grid,
  .okv1-layout-block,
  .okv1-finish-options-layout,
  .okv1-options-grid,
  .okv1-customization-grid,
  .okv1-built-shell,
  .okv1-factory-trust-grid,
  .okv1-cta-grid {
    grid-template-columns: 1fr;
  }

  .okv1-hero-media {
    min-height: 0;
    aspect-ratio: 3 / 2;
    border-radius: 22px;
  }

  .okv1-hero-media .okv1-awning-reference--hero {
    object-position: center;
  }

  .okv1-layout-block,
  .okv1-finish-options-layout,
  .okv1-options-grid {
    gap: 34px;
  }

  .okv1-finish-showcase,
  .okv1-finish-showcase img {
    min-height: 460px;
  }

  .okv1-closable-feature {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 24px;
  }

  .okv1-closable-intro {
    grid-column: 1;
    grid-row: 1;
  }

  .okv1-closable-main-visual {
    grid-column: 1;
    grid-row: 2;
  }

  .okv1-closable-details {
    grid-column: 1;
    grid-row: 3;
  }

  .okv1-closable-detail-strip figure {
    grid-template-columns: 1fr;
  }

  .okv1-closable-detail-strip img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .okv1-asset-placeholder--hero {
    min-height: 420px;
  }

  .okv1-built-shell,
  .okv1-factory-trust-grid {
    gap: 30px;
  }

  .okv1-supply-grid {
    grid-template-columns: 1fr;
  }

  .okv1-scene-grid {
    grid-template-columns: 1fr;
  }

  .okv1-scene-grid figcaption {
    min-height: 0;
  }

  .okv1-supply-grid img {
    height: 360px;
  }

  .okv1-finish-pair figure img {
    height: 300px;
  }

  .okv1-cta .actions {
    grid-column: auto;
  }

}

@media (max-width: 620px) {
  .okv1-format-price .okv1-format-packing {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .outdoor-kitchen-v1 .whatsapp-float {
    right: 12px;
    bottom: 12px;
    left: auto;
    width: auto;
    max-width: calc(100% - 24px);
    padding: 11px 15px;
    font-size: 14px;
  }

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

  .okv1-hero-result {
    margin: 22px 0 26px;
  }

  .okv1-type-grid,
  .okv1-format-grid,
  .okv1-function-grid,
  .okv1-detail-gallery,
  .okv1-layout-list,
  .okv1-option-points,
  .okv1-process,
  .okv1-boundary,
  .okv1-audience-grid,
  .okv1-faq,
  .okv1-delivery-compare,
  .okv1-scope-grid,
  .okv1-customization-list {
    grid-template-columns: 1fr;
  }

  .okv1-built-shell {
    padding: 0;
    border-radius: 0;
  }

  .okv1-built-facts {
    grid-template-columns: 1fr;
  }

  .okv1-built-facts article {
    min-height: 0;
  }

  .okv1-format-card {
    min-height: 0;
  }

  .okv1-format-card img {
    min-height: 0;
    aspect-ratio: 6 / 5;
  }

  .okv1-format-card[data-asset-id="OK-APP-0017"] img {
    transform: scale(1.025);
  }

  .okv1-format-card > div {
    padding: 24px;
  }

  .okv1-type-grid--three .okv1-image-card img {
    height: 280px;
  }

  .okv1-layout-card-grid .okv1-image-card img {
    height: 280px;
  }

  .okv1-layout-card-grid .okv1-image-card > div {
    min-height: 0;
  }

  .okv1-delivery-strip ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .okv1-image-card--wide {
    display: block;
    grid-column: auto;
  }

  .okv1-image-card img,
  .okv1-image-card--wide img {
    height: 270px;
    min-height: 0;
  }

  .okv1-detail-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .okv1-module-proof-grid,
  .okv1-finish-pair {
    grid-template-columns: 1fr;
  }

  .okv1-closable-intro h2 {
    font-size: 36px;
  }

  .okv1-closable-price {
    padding: 18px;
  }

  .okv1-asset-placeholder--hero,
  .okv1-asset-placeholder--closable {
    min-height: 280px;
    aspect-ratio: auto;
  }

  .okv1-factory-trust-main {
    grid-column: 1 / -1;
  }

  .okv1-factory-trust-main img {
    height: 250px;
  }

  .okv1-factory-trust-media img {
    height: 170px;
  }

  .okv1-detail-gallery img {
    height: 190px;
  }

  .okv1-options-grid figure img {
    height: 380px;
  }

  .okv1-supply-grid img {
    height: 310px;
  }

  .okv1-cta .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .okv1-delivery-strip {
    padding: 18px;
  }

  .okv1-delivery-strip ol {
    grid-template-columns: 1fr;
  }

  .okv1-delivery-strip--preassembly ol {
    grid-template-columns: 1fr;
  }

  .okv1-steel-value {
    padding: 20px;
  }

  .okv1-steel-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .okv1-finish-sample-panel {
    padding: 20px;
    border-radius: 18px;
  }

  .okv1-finish-sample-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .okv1-finish-swatch-grid--woodgrain {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .okv1-finish-swatch img {
    height: 108px;
  }

  .okv1-finish-showcase,
  .okv1-finish-showcase img {
    min-height: 390px;
  }

  .okv1-steel-value-grid article {
    min-height: 0;
    padding: 13px;
  }

  .okv1-steel-value-grid strong {
    font-size: 13px;
  }

  .okv1-steel-value-grid p {
    font-size: 11px;
  }

  .okv1-preassembly-media img {
    min-height: 138px;
  }

  .okv1-delivery-strip li {
    min-height: 0;
  }

  .okv1-closable-delivery i {
    display: none;
  }

  .okv1-closable-delivery span {
    flex: 0 0 100%;
  }
}

@media (max-width: 360px) {
  .okv1-steel-value-grid {
    grid-template-columns: 1fr;
  }
}
