/*
  Çınar Med V5
  Visual thesis: operating-theatre precision with an editorial product atlas.
  Restraint: one orange navigation line; product photography carries the detail.
*/

:root {
  --v5-ink: #101411;
  --v5-ink-2: #171c18;
  --v5-paper: #f5f2eb;
  --v5-paper-2: #e9e6de;
  --v5-orange: #f27309;
  --v5-acid: #a8ba25;
  --v5-line-dark: rgba(255, 255, 255, 0.14);
  --v5-line-paper: rgba(16, 20, 17, 0.16);
}

html {
  scroll-padding-top: 140px;
}

.site-header,
.site-header.is-sticky {
  background: rgba(245, 242, 235, 0.98);
}

.header-strip__identity b::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--v5-acid);
  content: "";
  vertical-align: 1px;
}

.header-cta {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.header-cta:hover,
.header-cta:focus-visible {
  background: #222820;
}

/* Operating-theatre slideshow */
.hero-slider--v5,
.hero-slider--v5 .hero-slide,
.hero-slider--v5 .hero-slide__inner {
  min-height: max(720px, calc(100svh - 126px));
}

.hero-slider--v5 {
  position: relative;
  overflow: hidden;
  background: var(--v5-ink);
  color: #fff;
}

.hero-slider--v5::before {
  position: absolute;
  z-index: 4;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.hero-slider--v5::after {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 58%;
  width: 1px;
  background: rgba(255, 255, 255, 0.11);
  content: "";
  pointer-events: none;
}

.hero-slider--v5 .hero-slide {
  position: absolute;
  z-index: 0;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 650ms ease, visibility 650ms ease;
}

.hero-slider--v5 .hero-slide.is-active {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.hero-slider--v5 .hero-slide__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.05);
  transform: scale(1.035);
  transition: transform 7.5s cubic-bezier(0.2, 0.64, 0.2, 1);
}

.hero-slider--v5 .hero-slide:first-child .hero-slide__image {
  object-position: 58% center;
}

.hero-slider--v5 .hero-slide.is-active .hero-slide__image {
  transform: scale(1);
}

.hero-slider--v5 .hero-slide::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 14, 11, 0.98) 0%, rgba(10, 14, 11, 0.91) 34%, rgba(10, 14, 11, 0.48) 58%, rgba(10, 14, 11, 0.15) 78%, rgba(10, 14, 11, 0.28) 100%),
    linear-gradient(0deg, rgba(10, 14, 11, 0.72) 0%, transparent 42%);
  content: "";
}

.hero-slider--v5 .hero-slide__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-block: 64px 210px;
}

.hero-slider--v5 .hero-copy {
  position: relative;
  width: min(760px, 56vw);
  padding-left: 34px;
}

.hero-slider--v5 .hero-copy::before {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  width: 3px;
  max-height: 118px;
  background: linear-gradient(var(--v5-orange) 0 48%, rgba(255, 255, 255, 0.19) 48% 100%);
  content: "";
}

.hero-slider--v5 .hero-copy__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 620px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  padding-bottom: 13px;
}

.hero-slider--v5 .hero-kicker {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-slider--v5 .hero-copy__top > span {
  color: var(--v5-orange);
  font-family: var(--display);
  font-size: 1.22rem;
  white-space: nowrap;
}

.hero-slider--v5 .hero-title {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(3.7rem, 5.25vw, 6.25rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.hero-slider--v5 .hero-title em {
  display: block;
  color: #fff;
  font-weight: 400;
}

.hero-slider--v5 .hero-text {
  max-width: 610px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.86rem, 1vw, 1rem);
  line-height: 1.75;
}

.hero-slider--v5 .button-row {
  margin-top: 28px;
}

.hero-slider--v5 .button--ghost {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.hero-slider--v5 .hero-vertical-label {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 20px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.hero-slider--v5 .hero-atlas-mark {
  z-index: 5;
  top: 28px;
  right: max(34px, calc((100vw - var(--container)) / 2));
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(10, 14, 11, 0.44);
  backdrop-filter: blur(14px);
}

.hero-slide-tabs {
  position: absolute;
  z-index: 6;
  right: max(34px, calc((100vw - var(--container)) / 2));
  bottom: 112px;
  display: grid;
  width: min(520px, 37vw);
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 14, 11, 0.46);
  backdrop-filter: blur(16px);
}

.hero-slide-tabs button {
  display: grid;
  min-height: 64px;
  grid-template-columns: 28px 1fr;
  align-items: center;
  gap: 10px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 12px 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.hero-slide-tabs button:hover,
.hero-slide-tabs button:focus-visible,
.hero-slide-tabs button.is-active {
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
}

.hero-slide-tabs button.is-active {
  box-shadow: inset 3px 0 0 var(--v5-orange);
}

.hero-slide-tabs span {
  color: var(--v5-orange);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hero-slide-tabs strong {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-slider--v5 .hero-dock {
  position: absolute;
  z-index: 6;
  right: max(34px, calc((100vw - var(--container)) / 2));
  bottom: 22px;
  left: max(34px, calc((100vw - var(--container)) / 2));
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) auto minmax(140px, 1fr) auto;
  grid-template-areas: none;
  align-items: center;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 0;
  padding-top: 14px;
  padding-bottom: 0;
}

.hero-slider--v5 .slider-context,
.hero-slider--v5 .slider-arrows,
.hero-slider--v5 .slider-progress,
.hero-slider--v5 .slider-count {
  grid-area: auto;
}

.hero-slider--v5 .slider-context {
  display: grid;
  min-width: 0;
  grid-template-columns: 112px 1fr;
  gap: 16px;
}

.hero-slider--v5 .slider-context span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-slider--v5 .slider-context strong {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-slider--v5 .slider-arrows {
  display: flex;
  gap: 8px;
}

.hero-slider--v5 .slider-button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(10, 14, 11, 0.35);
  color: #fff;
}

.hero-slider--v5 .slider-progress {
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.hero-slider--v5 .slider-progress span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--v5-orange);
}

.hero-slider--v5 .slider-count {
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--display);
  font-size: 0.9rem;
}

.hero-slider--v5 .slider-count b {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}

/* Product menu immediately below the slideshow */
.home-product-menu {
  position: relative;
  border-bottom: 1px solid var(--v5-line-paper);
  padding: clamp(64px, 7vw, 100px) 0 clamp(78px, 8vw, 120px);
  background: var(--v5-paper);
}

.home-product-menu::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  width: 1px;
  background: rgba(16, 20, 17, 0.07);
  content: "";
}

.home-product-menu__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr);
  align-items: end;
  gap: 64px;
  margin-bottom: 42px;
}

.home-product-menu__head h2 {
  max-width: 820px;
  margin: 16px 0 0;
  color: var(--v5-ink);
  font-family: var(--display);
  font-size: clamp(2.65rem, 4.6vw, 5.35rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.home-product-menu__head h2 em {
  color: var(--v5-orange);
  font-weight: 400;
}

.home-product-menu__head > p {
  margin: 0;
  border-left: 2px solid var(--v5-orange);
  padding-left: 20px;
  color: rgba(16, 20, 17, 0.62);
  line-height: 1.65;
}

.home-product-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--v5-line-paper);
  border-left: 1px solid var(--v5-line-paper);
}

.home-product-link {
  position: relative;
  display: grid;
  min-height: 138px;
  grid-template-columns: 30px 1fr auto;
  grid-template-rows: 1fr auto;
  gap: 8px 14px;
  border-right: 1px solid var(--v5-line-paper);
  border-bottom: 1px solid var(--v5-line-paper);
  padding: 24px;
  color: var(--v5-ink);
  transition: background 180ms ease, color 180ms ease;
}

.home-product-link:hover,
.home-product-link:focus-visible {
  background: var(--v5-ink);
  color: #fff;
}

.home-product-link--accent {
  background: var(--v5-orange);
  color: #111511;
}

.home-product-link--all {
  background: var(--v5-ink);
  color: #fff;
}

.home-product-link > span {
  color: var(--v5-orange);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home-product-link--accent > span {
  color: #fff;
}

.home-product-link strong {
  max-width: 190px;
  font-size: clamp(0.85rem, 1vw, 1rem);
  line-height: 1.25;
}

.home-product-link small {
  grid-column: 2;
  color: currentColor;
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  opacity: 0.55;
  text-transform: uppercase;
}

.home-product-link b {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: end;
  font-size: 1.1rem;
}

/* Plastic surgery opening */
.plastic-hero-v5 {
  position: relative;
  min-height: max(760px, calc(100svh - 126px));
  overflow: hidden;
  background: var(--v5-ink);
  color: #fff;
}

.plastic-hero-v5::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
  pointer-events: none;
}

.plastic-hero-v5__image,
.plastic-hero-v5__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.plastic-hero-v5__image {
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.78) contrast(1.06);
}

.plastic-hero-v5__veil {
  background:
    linear-gradient(90deg, rgba(9, 13, 10, 0.98) 0%, rgba(9, 13, 10, 0.89) 36%, rgba(9, 13, 10, 0.35) 67%, rgba(9, 13, 10, 0.18) 100%),
    linear-gradient(0deg, rgba(9, 13, 10, 0.72), transparent 48%);
}

.plastic-hero-v5__inner {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: max(760px, calc(100svh - 126px));
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  grid-template-rows: auto 1fr auto;
  align-items: center;
  gap: 34px 64px;
  padding-block: 46px 34px;
}

.plastic-hero-v5 .breadcrumbs {
  grid-column: 1 / -1;
  align-self: start;
  color: rgba(255, 255, 255, 0.54);
}

.plastic-hero-v5 .breadcrumbs a {
  color: inherit;
}

.plastic-hero-v5__copy {
  max-width: 820px;
  border-left: 3px solid var(--v5-orange);
  padding-left: clamp(24px, 3vw, 42px);
}

.plastic-hero-v5__copy h1 {
  margin: 18px 0 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(3.7rem, 5.55vw, 6.7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.plastic-hero-v5__copy h1 em {
  display: block;
  color: #fff;
  font-weight: 400;
}

.plastic-hero-v5__copy > p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.72;
}

.plastic-hero-v5 .button--ghost {
  border-color: rgba(255, 255, 255, 0.34);
  color: #fff;
}

.plastic-hero-v5__ledger {
  align-self: end;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(9, 13, 10, 0.48);
  backdrop-filter: blur(14px);
}

.plastic-hero-v5__ledger > span {
  display: grid;
  min-height: 86px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 16px 20px;
}

.plastic-hero-v5__ledger small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plastic-hero-v5__ledger strong {
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.2rem, 2vw, 2.1rem);
  font-weight: 400;
  text-align: right;
}

.plastic-hero-v5__scroll {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.plastic-hero-v5__scroll b {
  color: var(--v5-orange);
  font-size: 1.4rem;
}

/* Plastic surgery directory */
.plastic-directory {
  border-bottom: 1px solid var(--v5-line-paper);
  padding: clamp(70px, 8vw, 118px) 0;
  background: var(--v5-paper);
}

.plastic-directory__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 42px;
}

.plastic-directory__top > p {
  margin: 0;
  border-left: 2px solid var(--v5-orange);
  padding-left: 20px;
  color: rgba(16, 20, 17, 0.62);
  line-height: 1.7;
}

.plastic-directory__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--v5-line-paper);
  border-left: 1px solid var(--v5-line-paper);
}

.plastic-directory__grid a {
  display: grid;
  min-height: 162px;
  grid-template-columns: 28px 1fr auto;
  grid-template-rows: 1fr auto;
  gap: 8px 14px;
  border-right: 1px solid var(--v5-line-paper);
  border-bottom: 1px solid var(--v5-line-paper);
  padding: 24px;
  color: var(--v5-ink);
  transition: background 180ms ease, color 180ms ease;
}

.plastic-directory__grid a:first-child {
  background: var(--v5-orange);
}

.plastic-directory__grid a:hover,
.plastic-directory__grid a:focus-visible {
  background: var(--v5-ink);
  color: #fff;
}

.plastic-directory__grid span {
  color: var(--v5-orange);
  font-size: 0.56rem;
  font-weight: 800;
}

.plastic-directory__grid a:first-child span {
  color: #fff;
}

.plastic-directory__grid strong {
  max-width: 210px;
  font-size: 0.96rem;
  line-height: 1.3;
}

.plastic-directory__grid small {
  grid-column: 2;
  color: currentColor;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.5;
  text-transform: uppercase;
}

.plastic-directory__grid b {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: end;
  font-size: 1rem;
}

.plastic-catalog-v5 {
  background: var(--v5-paper);
}

.plastic-group {
  padding: clamp(82px, 9vw, 138px) 0;
  scroll-margin-top: 138px;
}

.plastic-group:nth-child(even) {
  background: var(--v5-paper-2);
}

.plastic-group:nth-child(3n) {
  background: var(--v5-ink-2);
  color: #fff;
}

.plastic-group__head {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) minmax(280px, 0.38fr);
  align-items: end;
  gap: clamp(28px, 4vw, 70px);
  margin-bottom: 54px;
  border-bottom: 1px solid var(--v5-line-paper);
  padding-bottom: 28px;
}

.plastic-group__head > *,
.plastic-group__head h2,
.plastic-group__head .eyebrow,
.plastic-group__index small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.plastic-group:nth-child(3n) .plastic-group__head {
  border-bottom-color: var(--v5-line-dark);
}

.plastic-group__index {
  display: grid;
  gap: 7px;
  border-left: 3px solid var(--v5-orange);
  padding-left: 16px;
}

.plastic-group__index span {
  font-family: var(--display);
  font-size: 3rem;
  line-height: 0.8;
}

.plastic-group__index small {
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  opacity: 0.55;
  text-transform: uppercase;
}

.plastic-group__head .eyebrow {
  margin: 0 0 12px;
}

.plastic-group__head h2 {
  max-width: 780px;
  margin: 0;
  color: currentColor;
  font-family: var(--display);
  font-size: clamp(2.5rem, 4.4vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.plastic-group__head > p {
  margin: 0;
  color: currentColor;
  line-height: 1.68;
  opacity: 0.62;
}

.plastic-product-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.plastic-product {
  display: grid;
  grid-column: span 4;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border: 1px solid var(--v5-line-paper);
  background: rgba(255, 255, 255, 0.42);
  color: var(--v5-ink);
}

.plastic-group:nth-child(3n) .plastic-product {
  border-color: var(--v5-line-dark);
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
}

.plastic-product--featured {
  grid-column: span 8;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  grid-template-rows: 1fr;
  background: #fff;
}

.plastic-group:nth-child(3n) .plastic-product--featured {
  background: #f4f1e9;
  color: var(--v5-ink);
}

.plastic-product__media {
  position: relative;
  min-height: 285px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--v5-line-paper);
  background:
    linear-gradient(rgba(16, 20, 17, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 20, 17, 0.04) 1px, transparent 1px),
    #efede6;
  background-size: 42px 42px;
}

.plastic-product--featured .plastic-product__media {
  min-height: 420px;
  border-right: 1px solid var(--v5-line-paper);
  border-bottom: 0;
}

.plastic-product__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: contain;
  padding: clamp(20px, 3vw, 42px);
  mix-blend-mode: multiply;
  transition: transform 420ms cubic-bezier(0.2, 0.64, 0.2, 1);
}

.plastic-product:hover .plastic-product__media img {
  transform: scale(1.035);
}

.plastic-product__media figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(16, 20, 17, 0.18);
  padding-top: 9px;
  color: rgba(16, 20, 17, 0.58);
}

.plastic-product__media figcaption span {
  color: var(--v5-orange);
  font-size: 0.56rem;
  font-weight: 800;
}

.plastic-product__media figcaption small {
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plastic-product__body {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  padding: 24px;
}

.plastic-product--featured .plastic-product__body {
  min-height: 420px;
  justify-content: center;
  padding: clamp(28px, 4vw, 58px);
}

.plastic-product__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--v5-orange);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plastic-product__brand::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--v5-acid);
  content: "";
}

.plastic-product h3 {
  margin: 17px 0 0;
  color: currentColor;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.plastic-product--featured h3 {
  font-size: clamp(2.25rem, 3.7vw, 4.4rem);
  line-height: 0.96;
}

.plastic-product__body > p {
  margin: 16px 0 28px;
  color: currentColor;
  font-size: 0.82rem;
  line-height: 1.65;
  opacity: 0.64;
}

.plastic-product__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  border-top: 1px solid currentColor;
  padding-top: 14px;
  color: currentColor;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.plastic-product__link b {
  color: var(--v5-orange);
  font-size: 1rem;
}

.plastic-provenance {
  border-top: 1px solid var(--v5-line-paper);
}

.plastic-provenance__grid {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(300px, 0.52fr);
  align-items: start;
  gap: clamp(36px, 5vw, 84px);
}

.plastic-provenance h2 {
  margin: 0;
  color: var(--v5-ink);
  font-family: var(--display);
  font-size: clamp(2.5rem, 4.2vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.plastic-provenance h2 em {
  color: var(--v5-orange);
  font-weight: 400;
}

.plastic-provenance__grid > div p {
  margin: 0 0 20px;
  line-height: 1.72;
}

/* Stronger footer finish */
.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: 7%;
  color: rgba(255, 255, 255, 0.018);
  content: "ÇM";
  font-family: var(--display);
  font-size: min(32vw, 540px);
  letter-spacing: -0.14em;
  line-height: 0.7;
  pointer-events: none;
}

.footer-portal,
.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
}

@media (max-width: 1180px) {
  .hero-slide-tabs {
    width: min(460px, 42vw);
  }

  .hero-slider--v5 .hero-dock {
    grid-template-columns: minmax(220px, 0.64fr) auto minmax(110px, 1fr) auto;
  }

  .home-product-menu__grid,
  .plastic-directory__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .plastic-group__head {
    grid-template-columns: 92px minmax(0, 1fr) minmax(240px, 0.36fr);
  }

  .plastic-product {
    grid-column: span 6;
  }

  .plastic-product--featured {
    grid-column: span 12;
  }
}

@media (min-width: 921px) and (max-height: 760px) {
  .hero-slider--v5,
  .hero-slider--v5 .hero-slide,
  .hero-slider--v5 .hero-slide__inner,
  .plastic-hero-v5,
  .plastic-hero-v5__inner {
    min-height: max(560px, calc(100svh - 126px));
  }

  .hero-slider--v5 .hero-slide__inner {
    padding-block: 38px 130px;
  }

  .hero-slider--v5 .hero-title,
  .plastic-hero-v5__copy h1 {
    font-size: clamp(3rem, 4.35vw, 4.8rem);
  }

  .hero-slider--v5 .hero-text,
  .plastic-hero-v5__copy > p:not(.eyebrow) {
    margin-top: 15px;
    font-size: 0.78rem;
  }

  .hero-slider--v5 .button-row,
  .plastic-hero-v5__copy .button-row {
    margin-top: 18px;
  }

  .hero-slide-tabs {
    bottom: 82px;
    grid-template-columns: repeat(4, 1fr);
    width: min(680px, 48vw);
  }

  .hero-slide-tabs button {
    min-height: 46px;
    grid-template-columns: 22px 1fr;
    padding: 8px 10px;
  }

  .hero-slider--v5 .hero-dock {
    bottom: 10px;
  }

  .hero-slider--v5 .slider-context {
    display: none;
  }

  .hero-slider--v5 .hero-dock {
    grid-template-columns: auto minmax(180px, 1fr) auto;
  }

  .plastic-hero-v5__ledger > span {
    min-height: 58px;
  }
}

@media (max-width: 920px) {
  html {
    scroll-padding-top: 94px;
  }

  .hero-slider--v5::after {
    display: none;
  }

  .hero-slider--v5,
  .hero-slider--v5 .hero-slide,
  .hero-slider--v5 .hero-slide__inner {
    min-height: 860px;
  }

  .hero-slider--v5 .hero-slide::after {
    background:
      linear-gradient(0deg, rgba(9, 13, 10, 0.99) 0%, rgba(9, 13, 10, 0.9) 48%, rgba(9, 13, 10, 0.28) 100%),
      linear-gradient(90deg, rgba(9, 13, 10, 0.64), rgba(9, 13, 10, 0.12));
  }

  .hero-slider--v5 .hero-slide__image,
  .hero-slider--v5 .hero-slide:first-child .hero-slide__image {
    height: 48%;
    object-position: center;
  }

  .hero-slider--v5 .hero-slide__inner {
    align-items: flex-start;
    padding-block: 330px 230px;
  }

  .hero-slider--v5 .hero-copy {
    width: 100%;
    max-width: 680px;
  }

  .hero-slider--v5 .hero-title {
    font-size: clamp(3.05rem, 8.5vw, 5rem);
  }

  .hero-slide-tabs {
    right: 24px;
    bottom: 92px;
    left: 24px;
    width: auto;
    grid-template-columns: repeat(4, 1fr);
  }

  .hero-slide-tabs button {
    min-height: 54px;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 9px 10px;
  }

  .hero-slide-tabs strong {
    font-size: 0.55rem;
  }

  .hero-slider--v5 .hero-dock {
    right: 24px;
    bottom: 20px;
    left: 24px;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
  }

  .hero-slider--v5 .slider-context {
    display: none;
  }

  .home-product-menu__head,
  .plastic-directory__top {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-product-menu__grid,
  .plastic-directory__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plastic-hero-v5,
  .plastic-hero-v5__inner {
    min-height: 940px;
  }

  .plastic-hero-v5__image {
    height: 48%;
    object-position: center;
  }

  .plastic-hero-v5__veil {
    background:
      linear-gradient(0deg, rgba(9, 13, 10, 0.99) 0%, rgba(9, 13, 10, 0.94) 54%, rgba(9, 13, 10, 0.22) 100%),
      linear-gradient(90deg, rgba(9, 13, 10, 0.48), rgba(9, 13, 10, 0.08));
  }

  .plastic-hero-v5__inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto auto;
    gap: 28px;
    padding-block: 28px;
  }

  .plastic-hero-v5 .breadcrumbs {
    align-self: start;
  }

  .plastic-hero-v5__copy {
    align-self: end;
    max-width: 700px;
    margin-top: 300px;
  }

  .plastic-hero-v5__copy h1 {
    font-size: clamp(3.1rem, 8.8vw, 5.2rem);
  }

  .plastic-hero-v5__ledger {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .plastic-hero-v5__ledger > span {
    min-height: 92px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .plastic-hero-v5__ledger strong {
    text-align: left;
  }

  .plastic-group__head {
    grid-template-columns: 82px 1fr;
    align-items: start;
    gap: 24px;
  }

  .plastic-group__head > p {
    grid-column: 2;
  }

  .plastic-product,
  .plastic-product--featured {
    grid-column: span 12;
  }

  .plastic-provenance__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-slider--v5,
  .hero-slider--v5 .hero-slide,
  .hero-slider--v5 .hero-slide__inner {
    min-height: 900px;
  }

  .hero-slider--v5 .hero-slide__inner {
    padding-block: 274px 224px;
  }

  .hero-slider--v5 .hero-copy {
    padding-left: 18px;
  }

  .hero-slider--v5 .hero-copy__top {
    margin-bottom: 16px;
  }

  .hero-slider--v5 .hero-kicker {
    font-size: 0.58rem;
  }

  .hero-slider--v5 .hero-copy__top > span {
    font-size: 0.9rem;
  }

  .hero-slider--v5 .hero-title {
    font-size: clamp(2.75rem, 12.3vw, 3.65rem);
  }

  .hero-slider--v5 .hero-text {
    margin-top: 17px;
    font-size: 0.79rem;
    line-height: 1.62;
  }

  .hero-slider--v5 .button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .hero-slider--v5 .button-row .button {
    width: 100%;
  }

  .hero-slide-tabs {
    right: 16px;
    bottom: 82px;
    left: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-slide-tabs button {
    min-height: 46px;
    grid-template-columns: 22px 1fr;
    padding: 7px 9px;
  }

  .hero-slide-tabs strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-slider--v5 .hero-dock {
    right: 16px;
    bottom: 13px;
    left: 16px;
    padding-top: 9px;
  }

  .hero-slider--v5 .slider-button {
    width: 40px;
    height: 40px;
  }

  .hero-slider--v5 .hero-atlas-mark,
  .hero-slider--v5 .hero-vertical-label {
    display: none;
  }

  .home-product-menu,
  .plastic-directory {
    padding-block: 60px 76px;
  }

  .home-product-menu__head h2,
  .plastic-directory .section-title {
    font-size: clamp(2.5rem, 11vw, 3.6rem);
  }

  .home-product-menu__grid,
  .plastic-directory__grid {
    grid-template-columns: 1fr;
  }

  .home-product-link,
  .plastic-directory__grid a {
    min-height: 96px;
    grid-template-rows: 1fr;
    align-items: center;
    padding: 18px;
  }

  .home-product-link small,
  .plastic-directory__grid small {
    display: none;
  }

  .home-product-link b,
  .plastic-directory__grid b {
    grid-row: 1;
    align-self: center;
  }

  .plastic-hero-v5,
  .plastic-hero-v5__inner {
    min-height: 940px;
  }

  .plastic-hero-v5__copy {
    margin-top: 280px;
    padding-left: 18px;
  }

  .plastic-hero-v5__copy h1 {
    font-size: clamp(2.75rem, 12.1vw, 3.7rem);
  }

  .plastic-hero-v5__copy > p:not(.eyebrow) {
    font-size: 0.8rem;
  }

  .plastic-hero-v5__copy .button-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .plastic-hero-v5__copy .button {
    width: 100%;
  }

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

  .plastic-hero-v5__ledger > span {
    min-height: 58px;
    grid-template-columns: 1fr auto;
  }

  .plastic-hero-v5__ledger strong {
    text-align: right;
  }

  .plastic-group {
    padding-block: 74px;
  }

  .plastic-group__head {
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }

  .plastic-group__head > p {
    grid-column: 1;
  }

  .plastic-group__index {
    grid-template-columns: auto 1fr;
    align-items: end;
  }

  .plastic-product--featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .plastic-product__media,
  .plastic-product--featured .plastic-product__media {
    min-height: 260px;
    border-right: 0;
    border-bottom: 1px solid var(--v5-line-paper);
  }

  .plastic-product__body,
  .plastic-product--featured .plastic-product__body {
    min-height: 220px;
    padding: 22px;
  }

  .plastic-product--featured h3 {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .plastic-provenance__grid {
    gap: 28px;
  }
}

@media (max-width: 380px) {
  .hero-slider--v5 .hero-title,
  .plastic-hero-v5__copy h1 {
    font-size: 2.55rem;
  }

  .hero-slider--v5 .hero-slide__inner {
    padding-top: 254px;
  }

  .hero-slide-tabs strong {
    font-size: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider--v5 .hero-slide,
  .hero-slider--v5 .hero-slide__image,
  .plastic-product__media img {
    transition: none !important;
    transform: none !important;
  }
}
