/* Talaria Komodo — pagina editoriale e configuratore */

.komodo-page{
  --komodo-paper: #efeee9;
  --komodo-ink: #050505;
  --komodo-line-dark: rgba(5,5,5,.18);
  --komodo-line-light: rgba(255,255,255,.18);
  background: var(--komodo-ink);
}

.komodo-page main{
  overflow: clip;
}

.komodo-shell{
  width: min(var(--container-wide), calc(100% - (2 * var(--gutter))));
  margin-inline: auto;
}

.komodo-section-kicker,
.komodo-eyebrow{
  display: block;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.komodo-section-kicker{
  color: currentColor;
}

.komodo-action{
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 13px 18px;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  background: rgba(0,0,0,.24);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.komodo-action--green{
  border-color: var(--color-green);
  color: #050505;
  background: var(--color-green);
}

.komodo-action:hover{
  transform: translateY(-2px);
  border-color: var(--color-green);
}

.komodo-action--green:hover{
  color: #050505;
  background: #70ff45;
}

.komodo-hero-actions .komodo-action{
  gap: 20px;
  padding: 10px 12px 10px 20px;
  border-radius: 12px;
  font-size: 11px;
  letter-spacing: .03em;
}

.komodo-hero-actions .komodo-action span{
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 8px;
  color: var(--color-green);
  background: rgba(0,230,119,.12);
  font-size: 16px;
  line-height: 1;
  transition: color .22s ease, background-color .22s ease, transform .22s ease;
}

.komodo-action.btn-primary{
  border-color: rgba(119,221,78,.72);
  color: #050505;
  background: linear-gradient(135deg, #72d452 0%, #60c344 58%, #50ad38 100%);
  box-shadow: 0 8px 18px rgba(84,190,48,.08), inset 0 1px 0 rgba(255,255,255,.3);
}

.komodo-action.btn-secondary{
  border-color: rgba(255,255,255,.24);
  background: linear-gradient(135deg, rgba(31,27,25,.96), rgba(13,12,12,.94));
  box-shadow: 0 14px 34px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.komodo-action.btn-primary span{
  color: #050505;
  background: rgba(5,5,5,.12);
}

.komodo-action.btn-secondary span{
  color: #fff;
  background: rgba(255,255,255,.08);
}

.komodo-action.btn-primary:hover{
  border-color: rgba(155,235,122,.82);
  background: linear-gradient(135deg, #78d858 0%, #65c749 58%, #55b23d 100%);
}

.komodo-action.btn-secondary:hover{
  border-color: rgba(112,255,69,.5);
  background: linear-gradient(135deg, rgba(40,35,32,.98), rgba(18,17,16,.96));
}

.komodo-hero-actions .komodo-action:hover span{
  transform: translate(2px, -2px);
}

.komodo-hero-actions .komodo-action:active{
  transform: translateY(-1px) scale(.985);
}

.komodo-hero-actions .komodo-action:focus-visible,
.komodo-back-link:focus-visible{
  outline: 2px solid var(--color-green);
  outline-offset: 4px;
}

/* Screen 1 */
.komodo-hero{
  position: relative;
  display: flex;
  min-height: calc(100svh - var(--header-height));
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #050505;
  isolation: isolate;
}

.komodo-hero-image,
.komodo-hero-shade{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.komodo-hero-image{
  z-index: -2;
  object-fit: cover;
  object-position: center;
  scale: 1.01;
}

.komodo-hero-shade{
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.78) 31%, rgba(0,0,0,.16) 72%),
    linear-gradient(0deg, rgba(0,0,0,.95) 0%, transparent 43%, rgba(0,0,0,.28) 100%);
}

.komodo-hero-inner{
  position: relative;
  display: flex;
  min-height: calc(100svh - var(--header-height));
  flex-direction: column;
  justify-content: flex-end;
  padding-block: clamp(34px, 5vw, 74px);
}

.komodo-back{
  position: absolute;
  top: clamp(28px, 5vw, 70px);
  left: 0;
}

.komodo-back a{
  display: inline-flex;
  min-height: 0;
  align-items: center;
  gap: 10px;
  padding: 0;
  border: 0;
  color: var(--color-green);
  background: none;
  box-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
}

.komodo-back a span{
  display: inline;
  width: auto;
  height: auto;
  color: currentColor;
  background: none;
  font-size: 14px;
  line-height: 1;
  transition: none;
}

.komodo-back a:hover{
  color: var(--color-violet-bright);
}

.komodo-hero-copy{
  width: min(930px, 76%);
}

.komodo-hero-heading{
  position: absolute;
  top: clamp(118px, 16vh, 170px);
  left: 0;
  width: min(930px, 76%);
}

.komodo-eyebrow{
  margin-bottom: 12px;
  color: #fff;
}

.komodo-hero h1{
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: clamp(72px, 10vw, 160px);
  font-weight: 600;
  line-height: .74;
  letter-spacing: -.085em;
}

.komodo-hero-lead{
  max-width: 610px;
  margin: clamp(28px, 4vw, 48px) 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.65;
}

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

.komodo-hero-note{
  position: absolute;
  right: 0;
  bottom: 20px;
  margin: 0;
  color: rgba(255,255,255,.48);
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 7px;
  letter-spacing: .09em;
}

/* Screen 2 e Screen 3 */
.komodo-story{
  display: flow-root;
  padding: 0;
  border-top: 1px solid var(--fw-line);
  color: var(--komodo-ink);
  background: #050505;
}

.komodo-related-heading h2{
  margin: 20px 0 0;
  color: var(--komodo-ink);
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: clamp(64px, 7.4vw, 122px);
  font-weight: 600;
  line-height: .76;
  letter-spacing: -.075em;
}

.komodo-configurator{
  --komodo-config-bg: #050505;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr);
  margin-block: clamp(36px, 4vw, 64px) clamp(16px, 2vw, 28px);
  margin-inline: calc(-1 * ((100vw - min(var(--container-wide), calc(100vw - (2 * var(--gutter))))) / 2));
  overflow: hidden;
  border: 0;
  background: var(--komodo-config-bg);
  box-shadow: none;
}

#configura{
  scroll-margin-top: -16px;
}

.komodo-gallery{
  display: grid;
  min-width: 0;
  gap: clamp(12px, 1.4vw, 20px);
  padding: clamp(16px, 2vw, 34px);
  background: var(--komodo-config-bg);
}

.komodo-gallery:focus-visible{
  outline: 3px solid var(--color-green);
  outline-offset: -6px;
}

.komodo-gallery-stage{
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: transparent;
}

.komodo-gallery-main{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transition: opacity .24s ease, transform .36s var(--ease-standard);
}

.komodo-gallery-main.is-changing{
  opacity: .28;
  transform: scale(.992);
}

.komodo-gallery .gallery-arrow{
  width: 52px;
  height: 52px;
  border-color: rgba(255,255,255,.24);
  color: #fff;
  background: rgba(11,5,18,.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.komodo-gallery .gallery-arrow:hover{
  color: #050505;
  background: var(--color-green);
}

.komodo-gallery-counter{
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 5;
  padding: 7px 10px;
  color: #fff;
  background: rgba(0,0,0,.72);
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .08em;
}

.komodo-gallery-thumbnails{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 14px);
}

.komodo-gallery-thumbnail{
  position: relative;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  padding: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: #080808;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.komodo-gallery-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .72;
  transition: opacity .2s ease, transform .3s var(--ease-standard);
}

.komodo-gallery-thumbnail:is(:hover, .is-active){
  border-color: var(--color-green);
  box-shadow: none;
}

.komodo-gallery-thumbnail:is(:hover, .is-active) img{
  opacity: 1;
}

.komodo-gallery-thumbnail:hover{
  transform: translateY(-2px);
}

.komodo-gallery-thumbnail:focus-visible{
  outline: 2px solid var(--color-green);
  outline-offset: 3px;
}

.komodo-buy-panel{
  display: flex;
  min-height: 0;
  min-width: 0;
  flex-direction: column;
  margin: clamp(16px, 2vw, 32px);
  padding: clamp(24px, 2.1vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  color: #fff;
  background: var(--komodo-config-bg);
  box-shadow: none;
}

.komodo-buy-heading{
  flex: 0 0 auto;
  padding-bottom: clamp(18px, 1.8vw, 26px);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.komodo-buy-heading .komodo-section-kicker{
  color: var(--color-green);
}

.komodo-buy-panel h2{
  margin: 12px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: clamp(42px, 4.1vw, 68px);
  font-weight: 600;
  line-height: .92;
  letter-spacing: -.055em;
}

.komodo-buy-intro{
  max-width: 58ch;
  margin: 20px 0 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.62;
}

.komodo-purchase-grid{
  display: grid;
  grid-template-columns: minmax(190px, .9fr) minmax(270px, 1.1fr);
  min-width: 0;
  flex: 0 0 auto;
  padding-block: clamp(18px, 1.6vw, 24px);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.komodo-page .komodo-buy-panel .product-price{
  width: auto;
  min-width: 0;
  min-height: 0;
  justify-content: center;
  margin: 0;
  padding: 0 clamp(22px, 2vw, 34px) 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.komodo-page .komodo-buy-panel .price-old{
  color: rgba(255,255,255,.58);
  font-size: clamp(16px, 1.25vw, 21px);
}

.komodo-page .komodo-buy-panel .price-value{
  display: inline-block;
  margin-top: 6px;
  font-size: clamp(40px, 3.6vw, 60px);
  line-height: .95;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.komodo-page .komodo-buy-panel .price-note{
  max-width: 26ch;
  margin: 8px 0 0;
  color: rgba(255,255,255,.46);
  font-size: 10px;
  line-height: 1.45;
}

.komodo-page .komodo-buy-panel .variant-panel{
  min-width: 0;
  margin: 0;
  padding: 0 0 0 clamp(22px, 2.4vw, 38px);
  border: 0;
  border-left: 1px solid rgba(255,255,255,.16);
  border-radius: 0;
  background: transparent;
}

.komodo-page .komodo-buy-panel .variant-label{
  margin: 0 0 12px;
  color: rgba(255,255,255,.78);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.komodo-page .komodo-buy-panel .variant-group + .variant-group{
  margin-top: 18px;
}

.komodo-page .komodo-buy-panel .variant-options{
  align-items: flex-start;
  gap: clamp(12px, 1.2vw, 20px);
}

.komodo-page .komodo-buy-panel .variant-switch{
  display: flex;
  width: 54px;
  height: auto;
  min-height: 72px;
  flex-direction: column;
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: rgba(255,255,255,.66);
  background: transparent;
  font-size: 11px;
}

.komodo-page .komodo-buy-panel .variant-switch:is(:hover, .is-active){
  color: #fff;
  border-color: transparent;
  box-shadow: none;
}

.komodo-page .komodo-buy-panel .variant-switch:focus-visible{
  outline: 2px solid var(--color-green);
  outline-offset: 5px;
}

.komodo-page .komodo-buy-panel .swatch{
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 2px solid rgba(255,255,255,.35);
  box-shadow: inset 0 0 0 3px #090909;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.komodo-page .komodo-buy-panel .variant-switch:is(:hover, .is-active) .swatch{
  border-color: var(--color-green);
  box-shadow: inset 0 0 0 3px #090909, 0 0 0 1px rgba(0,230,119,.2);
}

.komodo-page .komodo-buy-panel .variant-switch:hover .swatch{
  transform: translateY(-2px);
}

.variant-name{
  display: block;
  line-height: 1.2;
}

.swatch--frame-black,
.swatch--plastics-black{ background: #17191b; }
.swatch--frame-blue{ background: #1673df; }
.swatch--frame-green{ background: #15966a; }
.swatch--plastics-white{ background: #f4f4ef; }

.komodo-add-to-cart{
  position: relative;
  display: flex;
  width: 100%;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 0 0 auto;
  margin-top: clamp(18px, 1.6vw, 24px);
  padding: 14px 22px;
  border: 1px solid var(--color-green);
  border-radius: 7px;
  color: #050505;
  background: linear-gradient(90deg, #25ed53, #50ef59);
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 700;
  letter-spacing: .09em;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.komodo-add-to-cart:hover{
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 12px 30px rgba(0,230,119,.16);
}

.komodo-cart-icon{
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.komodo-page .komodo-buy-panel .variant-note{
  display: flex;
  width: 100%;
  max-width: none;
  flex: 0 0 auto;
  align-self: stretch;
  box-sizing: border-box;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 7px;
  color: rgba(255,255,255,.74);
  background: rgba(255,255,255,.018);
  font-size: clamp(11px, .85vw, 14px);
  line-height: 1.45;
}

.variant-note-check{
  display: grid;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  place-items: center;
  border-radius: 50%;
  color: #050505;
  background: var(--color-green);
  font-size: 10px;
  font-weight: 800;
}

.variant-note-label{
  text-transform: uppercase;
  letter-spacing: .04em;
}

.variant-note-selection{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.variant-note-separator,
[data-selection-plastics]{
  color: var(--color-green);
}

.komodo-cart-status{
  flex: 0 0 auto;
  min-height: 18px;
  margin: 5px 0 0;
  color: var(--color-green);
  font-size: 11px;
}

.komodo-cart-status:empty{
  display: none;
}

.komodo-service-notes{
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 7px;
  list-style: none;
}

.komodo-service-notes li{
  display: grid;
  min-height: 86px;
  padding: 10px 14px;
  place-items: center;
  color: rgba(255,255,255,.7);
  font-size: clamp(12px, .9vw, 15px);
  line-height: 1.35;
  text-align: center;
}

.komodo-service-notes li + li{
  position: relative;
}

.komodo-service-notes li + li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 52px;
  transform: translateY(-50%);
  background: rgba(255,255,255,.28);
}

.komodo-accessories{
  padding: clamp(76px, 8vw, 128px) 0;
  border-block: 1px solid var(--fw-line);
  color: #fff;
  background: #050505;
}

.komodo-accessories-heading{
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(34px, 7vw, 120px);
  align-items: end;
}

.komodo-accessories-heading .komodo-section-kicker{
  color: var(--color-green);
}

.komodo-accessories-heading h2{
  max-width: 1050px;
  margin: 18px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: clamp(50px, 6.3vw, 104px);
  font-weight: 600;
  line-height: .82;
  letter-spacing: -.07em;
}

.komodo-accessories-heading > p{
  max-width: 46ch;
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.7;
}

.komodo-accessories-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.5vw, 24px);
  margin-top: clamp(44px, 5vw, 78px);
}

.komodo-accessory-card{
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: #080808;
  transition: border-color .25s ease, transform .25s ease;
}

.komodo-accessory-media{
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: #020202;
}

.komodo-accessory-media img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transition: transform .55s var(--ease-standard), filter .55s ease;
}

.komodo-accessory-media--plate img{
  object-position: 18% center;
}

.komodo-accessory-media > span{
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 8px;
  color: rgba(255,255,255,.74);
  background: rgba(0,0,0,.78);
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 7px;
  letter-spacing: .08em;
}

.komodo-accessory-copy{
  padding: clamp(24px, 2.6vw, 40px);
}

.komodo-accessory-meta{
  margin: 0;
  color: var(--color-green);
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
}

.komodo-accessory-copy h3{
  margin: 14px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 600;
  line-height: .9;
  letter-spacing: -.055em;
}

.komodo-accessory-copy > p:not(.komodo-accessory-meta){
  max-width: 54ch;
  margin: 20px 0 0;
  color: rgba(255,255,255,.62);
  font-size: 13px;
  line-height: 1.65;
}

.komodo-accessory-bottom{
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.komodo-accessory-status{
  color: rgba(255,255,255,.48);
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: .08em;
}

.komodo-accessory-bottom a{
  display: inline-flex;
  min-height: 42px;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 7px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.komodo-accessory-bottom a:hover{
  border-color: var(--color-green);
  color: #050505;
  background: var(--color-green);
}

.komodo-accessory-bottom a:focus-visible{
  outline: 2px solid var(--color-green);
  outline-offset: 4px;
}

body.komodo-modal-open{
  overflow: hidden;
}

.komodo-availability-modal{
  position: fixed;
  inset: 0;
  z-index: 400;
  display: grid;
  padding: var(--gutter);
  place-items: center;
}

.komodo-availability-modal[hidden]{
  display: none;
}

.komodo-availability-backdrop{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(0,0,0,.82);
  cursor: default;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.komodo-availability-dialog{
  position: relative;
  z-index: 1;
  width: min(650px, 100%);
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 16px;
  color: #fff;
  background: #080808;
  box-shadow: 0 28px 80px rgba(0,0,0,.58);
}

.komodo-availability-dialog .komodo-section-kicker{
  color: var(--color-green);
}

.komodo-availability-dialog h2{
  max-width: 560px;
  margin: 14px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.05em;
}

.komodo-availability-dialog p{
  max-width: 58ch;
  margin: 24px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.7;
}

.komodo-availability-close{
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.04);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.komodo-availability-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.komodo-availability-actions :is(a, button){
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 7px;
  color: #fff;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  cursor: pointer;
}

.komodo-availability-actions a{
  border-color: var(--color-green);
  color: #050505;
  background: var(--color-green);
}

.komodo-availability-close:focus-visible,
.komodo-availability-actions :is(a, button):focus-visible{
  outline: 2px solid var(--color-green);
  outline-offset: 4px;
}

@media (min-width: 921px){
  .komodo-configurator{
    height: calc(100svh - var(--header-height));
    grid-template-columns: minmax(0, 1.18fr) minmax(560px, .82fr);
  }

  .komodo-gallery{
    height: 100%;
    min-height: 0;
  }

  .komodo-gallery{
    grid-template-rows: minmax(0, 1fr) clamp(82px, 12vh, 126px);
    padding: clamp(12px, 1.5vw, 24px);
  }

  .komodo-gallery-stage{
    min-height: 0;
    aspect-ratio: auto;
  }

  .komodo-gallery-thumbnail{
    height: 100%;
    aspect-ratio: auto;
  }

  .komodo-buy-panel{
    height: auto;
    min-height: 0;
    align-self: stretch;
    justify-content: center;
    margin: clamp(14px, 1.45vw, 28px);
    padding: clamp(20px, 1.5vw, 26px);
  }
}

/* Screen 3 e Screen 4 */
.komodo-technical{
  padding: clamp(64px, 6vw, 96px) 0 clamp(56px, 5vw, 80px);
  color: #fff;
  background: #050505;
}

.komodo-technical-layout{
  display: grid;
  grid-template-columns: minmax(350px, .75fr) minmax(480px, 1.25fr);
  gap: clamp(60px, 10vw, 180px);
  align-items: start;
}

.komodo-technical-heading .komodo-section-kicker{
  color: var(--color-green);
}

.komodo-technical-heading h2{
  margin: 26px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: clamp(50px, 5.6vw, 82px);
  font-weight: 600;
  line-height: .72;
  letter-spacing: -.075em;
}

.komodo-technical-heading h2 span{
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.74);
}

.komodo-technical-heading h2 .komodo-technical-word{
  color: #fff;
  -webkit-text-stroke: 0;
  white-space: nowrap;
}

.komodo-page .komodo-specs{
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.komodo-specs > div{
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, .8fr);
  gap: 28px;
  align-items: center;
  min-height: 62px;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.18);
}

.komodo-specs > div:last-child{
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.komodo-specs dt{
  color: rgba(255,255,255,.66);
  font-size: 12px;
}

.komodo-specs dd{
  margin: 0;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
}

.komodo-setup-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(78px, 9vw, 140px);
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.035);
}

.komodo-setup-grid article{
  min-width: 0;
  padding: clamp(28px, 3vw, 48px);
}

.komodo-setup-grid article + article{
  border-left: 1px solid rgba(255,255,255,.15);
}

.komodo-setup-grid article > span{
  display: block;
  margin-bottom: 40px;
  color: var(--color-green);
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .09em;
}

.komodo-setup-grid h3{
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: clamp(30px, 3vw, 44px);
  line-height: .9;
  letter-spacing: -.045em;
}

.komodo-setup-grid p,
.komodo-setup-grid ul{
  margin: 18px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.7;
}

.komodo-setup-grid ul{
  padding-left: 18px;
}

/* Screen 5 e Screen 6 */
.komodo-related{
  padding: clamp(110px, 12vw, 190px) 0 clamp(100px, 12vw, 180px);
  color: var(--komodo-ink);
  background: var(--komodo-paper);
}

.komodo-related-heading h2{
  margin-top: 28px;
  font-size: clamp(66px, 8.4vw, 138px);
  white-space: nowrap;
}

.komodo-page .komodo-related-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: clamp(80px, 9vw, 140px);
}

.komodo-page .komodo-related-card{
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.komodo-related-image{
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  color: #fff;
  background: #0b0b0b;
}

.komodo-related-image > span{
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: grid;
  width: 34px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.68);
  font-family: var(--font-display);
  font-size: 8px;
}

.komodo-related-image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease-standard), filter .6s ease;
}

.komodo-related-image small{
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 6px 8px;
  color: #fff;
  background: rgba(0,0,0,.72);
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 7px;
  letter-spacing: .08em;
}

.komodo-related-copy{
  padding: 32px 2px 0;
}

.komodo-related-meta{
  margin: 0;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
}

.komodo-related-copy h3{
  margin: 12px 0 0;
  color: var(--komodo-ink);
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 600;
  line-height: .85;
  letter-spacing: -.06em;
}

.komodo-related-copy > p:not(.komodo-related-meta){
  margin: 20px 0 0;
  color: rgba(5,5,5,.65);
  font-size: 13px;
  line-height: 1.65;
}

.komodo-related-copy dl{
  margin: 22px 0 0;
  border-block: 1px solid var(--komodo-line-dark);
}

.komodo-related-copy dl div{
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 20px;
  padding: 15px 0;
}

.komodo-related-copy dt,
.komodo-related-copy dd{
  font-size: 11px;
}

.komodo-related-copy dd{
  margin: 0;
  font-weight: 700;
}

.komodo-related-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 20px;
}

.komodo-related-actions a{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  border-bottom: 1px solid #050505;
  color: #050505;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 700;
}

.komodo-related-actions a:first-child{
  color: var(--color-green-deep);
  border-bottom-color: var(--color-green-deep);
}

/* Screen 7 */
.komodo-final{
  position: relative;
  display: flex;
  min-height: clamp(680px, 82svh, 920px);
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 78% 50%, rgba(102,11,177,.52), transparent 36rem),
    linear-gradient(90deg, #050505 0%, #050505 48%, #190b30 100%);
}

.komodo-final::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255,255,255,.18);
}

.komodo-final-inner{
  padding-block: clamp(92px, 12vw, 170px);
}

.komodo-final .komodo-section-kicker{
  color: var(--color-green);
}

.komodo-final h2{
  max-width: 1260px;
  margin: 30px 0 0;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: clamp(66px, 9vw, 150px);
  font-weight: 600;
  line-height: .76;
  letter-spacing: -.08em;
}

.komodo-final-bottom{
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  margin-top: clamp(60px, 8vw, 100px);
}

.komodo-final-bottom > p{
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 15px;
  line-height: 1.7;
}

.komodo-final-actions{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@media (hover: hover){
  .komodo-related-image:hover img,
  .komodo-accessory-card:hover img{
    transform: scale(1.035);
  }

  .komodo-related-image:hover img,
  .komodo-accessory-card:hover img{
    filter: brightness(1.08);
  }

  .komodo-accessory-card:hover{
    border-color: rgba(0,230,119,.52);
    transform: translateY(-3px);
  }
}

@media (max-width: 1120px){
  .komodo-technical-layout{
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .komodo-configurator{
    grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
  }

  .komodo-purchase-grid{
    grid-template-columns: minmax(145px, .82fr) minmax(210px, 1.18fr);
  }

  .komodo-page .komodo-buy-panel .price-value{
    font-size: clamp(38px, 4.2vw, 50px);
  }

  .komodo-related-heading h2{
    white-space: normal;
  }
}

@media (max-width: 920px){
  .komodo-configurator,
  .komodo-technical-layout,
  .komodo-final-bottom,
  .komodo-accessories-heading{
    grid-template-columns: 1fr;
  }

  .komodo-accessories-heading > p{
    max-width: 62ch;
  }

  .komodo-configurator{
    margin-block: 32px;
  }

  .komodo-gallery-stage{
    aspect-ratio: 16 / 11;
  }

  .komodo-buy-panel{
    margin: 16px;
  }

  .komodo-setup-grid{
    grid-template-columns: 1fr;
  }

  .komodo-setup-grid article + article{
    border-top: 1px solid rgba(255,255,255,.15);
    border-left: 0;
  }

  .komodo-final-actions{
    justify-content: flex-start;
  }
}

@media (max-width: 760px){
  .komodo-hero-copy{
    width: 100%;
  }

  .komodo-hero-heading{
    position: static;
    width: 100%;
  }

  .komodo-hero-image{
    object-position: 62% center;
  }

  .komodo-hero-shade{
    background:
      linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.22)),
      linear-gradient(0deg, rgba(0,0,0,.98) 0%, rgba(0,0,0,.36) 58%, rgba(0,0,0,.24) 100%);
  }

  .komodo-hero h1{
    font-size: clamp(70px, 21vw, 126px);
  }

  .komodo-hero-note{
    display: none;
  }

  .komodo-related-heading h2{
    font-size: clamp(54px, 15vw, 88px);
  }

  .komodo-page .komodo-related-grid{
    grid-template-columns: 1fr;
    gap: 76px;
  }

  .komodo-accessories-grid{
    grid-template-columns: 1fr;
  }

  .komodo-final{
    min-height: 720px;
  }

  .komodo-final h2{
    font-size: clamp(58px, 16vw, 94px);
  }
}

@media (max-width: 560px){
  .komodo-action{
    width: 100%;
  }

  .komodo-hero-inner{
    padding-bottom: 34px;
  }

  .komodo-back{
    top: 20px;
  }

  .komodo-hero-lead{
    margin-top: 24px;
    font-size: 15px;
  }

  .komodo-story{
    padding-top: 0;
  }

  .komodo-configurator{
    margin-block: 24px;
    margin-inline: calc(-1 * var(--gutter));
    border-inline: 0;
  }

  .komodo-gallery{
    padding: 10px;
  }

  .komodo-gallery-stage{
    aspect-ratio: 1 / 1;
  }

  .komodo-gallery .gallery-arrow{
    width: 40px;
    height: 40px;
  }

  .komodo-buy-panel{
    margin: 12px;
    padding: 26px 18px 30px;
  }

  .komodo-availability-modal{
    padding: 12px;
  }

  .komodo-availability-dialog{
    padding: 30px 20px 22px;
    border-radius: 12px;
  }

  .komodo-availability-dialog h2{
    padding-right: 38px;
    font-size: clamp(32px, 10vw, 42px);
  }

  .komodo-availability-dialog p{
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.6;
  }

  .komodo-availability-close{
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
  }

  .komodo-availability-actions{
    flex-direction: column;
    margin-top: 22px;
  }

  .komodo-availability-actions :is(a, button){
    width: 100%;
  }

  .komodo-buy-panel h2{
    font-size: clamp(38px, 12vw, 52px);
  }

  .komodo-purchase-grid{
    grid-template-columns: 1fr;
  }

  .komodo-page .komodo-buy-panel .product-price{
    padding: 0 0 22px;
  }

  .komodo-page .komodo-buy-panel .variant-panel{
    padding: 22px 0 0;
    border-top: 1px solid rgba(255,255,255,.16);
    border-left: 0;
  }

  .komodo-page .komodo-buy-panel .price-note{
    max-width: none;
  }

  .komodo-add-to-cart{
    min-height: 58px;
    font-size: 9px;
  }

  .komodo-page .komodo-buy-panel .variant-note{
    flex-wrap: wrap;
    min-height: 44px;
    gap: 4px 6px;
    padding: 5px 10px;
    font-size: 9px;
    line-height: 1.2;
  }

  .variant-note-label{
    width: calc(100% - 23px);
  }

  .komodo-page .komodo-buy-panel .variant-note [data-selection-text]{
    padding-left: 23px;
  }

  .komodo-accessories{
    padding-block: 68px;
  }

  .komodo-accessories-heading h2{
    font-size: clamp(44px, 13vw, 64px);
  }

  .komodo-accessory-media{
    aspect-ratio: 4 / 3;
  }

  .komodo-accessory-bottom{
    align-items: flex-start;
    flex-direction: column;
  }

  .komodo-accessory-bottom a{
    width: 100%;
    justify-content: space-between;
  }

  .komodo-technical{
    padding-block: 78px;
  }

  .komodo-technical-heading h2{
    font-size: clamp(52px, 16vw, 82px);
  }

  .komodo-specs > div{
    grid-template-columns: 1fr;
    gap: 5px;
    padding-block: 16px;
  }

  .komodo-setup-grid{
    margin-top: 64px;
  }

  .komodo-setup-grid article{
    padding: 28px 20px;
  }

  .komodo-setup-grid article > span{
    margin-bottom: 28px;
  }

  .komodo-related{
    padding-block: 82px;
  }

  .komodo-page .komodo-related-grid{
    margin-top: 58px;
  }

  .komodo-related-copy dl div{
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .komodo-related-actions{
    align-items: flex-start;
    flex-direction: column;
  }

  .komodo-final-actions{
    flex-direction: column;
  }
}

@media (max-width: 390px){
  .komodo-hero h1{
    font-size: 66px;
  }

  .komodo-related-heading h2{
    font-size: 50px;
  }

  .komodo-buy-panel h2{
    font-size: 40px;
  }

  .komodo-final h2{
    font-size: 52px;
  }
}

@media (orientation: landscape) and (max-height: 620px) and (min-width: 721px){
  .komodo-hero-inner{
    padding-block: 20px;
  }

  .komodo-hero-heading{
    top: 48px;
  }

  .komodo-back{
    top: 12px;
  }

  .komodo-hero h1{
    font-size: clamp(70px, 13vw, 120px);
  }

  .komodo-hero-lead{
    margin-top: 18px;
  }

  .komodo-hero-actions{
    margin-top: 14px;
  }
}

@media (min-width: 921px) and (max-height: 820px){
  .komodo-gallery{
    grid-template-rows: minmax(0, 1fr) 78px;
    gap: 10px;
    padding: 10px;
  }

  .komodo-buy-panel{
    margin: 10px;
    padding: 16px 20px;
  }

  .komodo-buy-heading{
    padding-bottom: 10px;
  }

  .komodo-buy-panel h2{
    margin-top: 6px;
    font-size: clamp(34px, 3.2vw, 46px);
  }

  .komodo-buy-intro{
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.4;
  }

  .komodo-purchase-grid{
    padding-block: 10px;
  }

  .komodo-page .komodo-buy-panel .variant-group + .variant-group{
    margin-top: 6px;
  }

  .komodo-page .komodo-buy-panel .variant-label{
    margin-bottom: 5px;
    font-size: 10px;
  }

  .komodo-page .komodo-buy-panel .variant-switch{
    width: 42px;
    min-height: 54px;
    gap: 3px;
    font-size: 9px;
  }

  .komodo-page .komodo-buy-panel .swatch{
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .komodo-page .komodo-buy-panel .price-value{
    font-size: clamp(34px, 3.5vw, 46px);
  }

  .komodo-add-to-cart{
    min-height: 48px;
    margin-top: 10px;
  }

  .komodo-page .komodo-buy-panel .variant-note{
    min-height: 36px;
    margin-top: 7px;
    padding-block: 6px;
  }

  .komodo-cart-status{
    min-height: 12px;
    margin-top: 2px;
    font-size: 9px;
  }

  .komodo-service-notes{
    margin-top: 3px;
  }

  .komodo-service-notes li{
    min-height: 46px;
    padding: 7px 10px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce){
  .komodo-action,
  .komodo-hero-actions .komodo-action span,
  .komodo-back-link,
  .komodo-back-link span,
  .komodo-gallery-main,
  .komodo-gallery-thumbnail,
  .komodo-gallery-thumbnail img,
  .komodo-add-to-cart,
  .komodo-related-image img,
  .komodo-accessory-card,
  .komodo-accessory-media img{
    transition: none;
  }
}
