.sun-disc { display: none; }

.brand img,
footer .brand img,
.bag-wrap {
  mix-blend-mode: normal;
}

.brand img {
  display: block;
  background: transparent;
}

.main-nav { flex-direction: row; }

.main-nav > a.is-current:not(.nav-cta)::after { width: 100%; }

.intro-image::after { display: none; }

.intro-image img {
  object-position: center top;
}

.about-copy h2 {
  margin-bottom: 26px;
}

.about-benefits {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-benefits > div {
  min-height: 134px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 25px 20px;
  color: var(--purple);
  border-left: 1px solid var(--line);
}

.about-benefits > div:first-child { border-left: 0; }

.about-benefits svg {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-benefits span {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: .95;
  text-transform: uppercase;
}

.about-factory {
  position: relative;
  min-height: 700px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  padding: 70px clamp(22px, 7vw, 110px);
  isolation: isolate;
}

.factory-background {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-factory::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 11, 41, .12) 0%, rgba(20, 11, 41, .02) 40%, rgba(20, 11, 41, .48) 100%);
}

.about-panel {
  width: min(100%, 590px);
  padding: clamp(34px, 5vw, 64px);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 45px rgba(34, 17, 62, .18);
}

.about-panel h2 {
  margin: 0 0 26px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(58px, 6vw, 91px);
  font-weight: 800;
  line-height: .85;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: var(--purple);
}

.about-panel h2 em { color: var(--green); font-style: normal; }

.about-panel > p:not(.eyebrow) {
  color: #4e4b54;
  font-size: 14px;
  line-height: 1.7;
}

.about-panel .about-benefits {
  grid-column: auto;
  grid-template-columns: 1fr 1fr;
  margin: 31px 0 0;
}

.about-panel .about-benefits > div {
  min-height: 90px;
  padding: 15px 11px;
}

.about-panel .about-benefits > div:nth-child(3) {
  border-left: 0;
  border-top: 1px solid var(--line);
}

.about-panel .about-benefits > div:nth-child(4) { border-top: 1px solid var(--line); }

.about-panel .about-benefits svg { width: 34px; height: 34px; }

.about-panel .about-benefits span { font-size: 19px; }

.about-showcase {
  display: grid;
  grid-template-columns: minmax(330px, .85fr) minmax(500px, 1.15fr);
  gap: clamp(45px, 7vw, 108px);
  align-items: center;
  background: linear-gradient(135deg, #fbfffb, #eff9f4);
}

.about-editorial h2 {
  margin: 0 0 28px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(68px, 6.3vw, 100px);
  font-weight: 800;
  line-height: .79;
  letter-spacing: -.035em;
  text-transform: uppercase;
  color: var(--purple);
}

.about-editorial h2 em { color: var(--green); font-style: normal; }

.about-editorial > p:not(.eyebrow) {
  max-width: 480px;
  color: #485265;
  font-size: 16px;
  line-height: 1.7;
}

.about-editorial .about-benefits {
  grid-column: auto;
  grid-template-columns: 1fr 1fr;
  margin: 34px 0 0;
}

.about-editorial .about-benefits > div {
  min-height: 112px;
  padding: 18px 12px;
}

.about-editorial .about-benefits > div:nth-child(3) {
  border-left: 0;
  border-top: 1px solid var(--line);
}

.about-editorial .about-benefits > div:nth-child(4) { border-top: 1px solid var(--line); }

.about-editorial .about-benefits svg { width: 40px; height: 40px; }

.about-gallery { display: grid; gap: 14px; }

.about-gallery img {
  display: block;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(30, 25, 45, .12);
}

.gallery-wide { height: clamp(250px, 24vw, 390px); object-position: center; }

.gallery-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.gallery-bottom img { height: clamp(220px, 23vw, 360px); object-position: center top; }

.products { background: linear-gradient(135deg, #f8fcfb, #edf8f3); }

.products .section-heading { max-width: 690px; }

.products .section-heading h2 {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 800;
  line-height: .84;
  letter-spacing: -.03em;
}

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

.product-card.product-card-image {
  min-height: 0;
  padding: 0;
  display: grid;
  grid-template-rows: 340px 286px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(72, 36, 119, .11);
  border-radius: 12px;
  box-shadow: 0 9px 22px rgba(40, 32, 65, .07);
}

.product-card-image > img {
  display: block;
  width: 100%;
  height: 340px;
  padding: 12px;
  background: transparent;
  object-fit: contain;
  object-position: center;
}

.product-card-body {
  min-height: 286px;
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
}

.product-card-body .product-type {
  min-height: 28px;
  display: flex;
  align-items: center;
  margin: 0 0 14px;
  font-size: 10px;
  letter-spacing: .08em;
  color: var(--deep);
  white-space: nowrap;
}

.product-card-body .product-type b {
  margin-right: 12px;
  color: var(--green);
  font-size: 21px;
  font-family: "Barlow Condensed", Arial, sans-serif;
}

.product-card-body h3 {
  margin: 0 0 16px;
  font-size: clamp(27px, 2.1vw, 35px);
  line-height: .88;
  color: var(--deep);
}

.product-detail { margin: 0 0 16px; font-size: 12px; font-weight: 700; }

.product-tags { display: flex; flex-wrap: nowrap; gap: 4px; margin: auto 0 16px; }

.product-detail { margin: auto 0 16px; }

.product-tags span {
  padding: 5px 7px;
  border: 1px solid var(--green);
  border-radius: 5px;
  color: var(--deep);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.product-card-image:nth-child(3) > img {
  object-position: center 72%;
}

.product-card-body > a {
  margin-top: auto;
  padding: 12px;
  border: 2px solid var(--purple);
  border-radius: 5px;
  color: var(--purple);
  font-size: 12px;
  text-align: center;
  font-weight: 800;
  transition: .2s;
}

.product-card-image .product-card-body > a {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.product-card-image:last-child .product-card-body > a {
  border-color: var(--green);
  background: var(--green);
}

.product-card-body > a:hover { transform: translateY(-2px); }

.coverage {
  display: grid;
  grid-template-columns: minmax(330px, .7fr) minmax(580px, 1.3fr);
  gap: clamp(32px, 5vw, 72px);
  color: var(--deep);
  background: linear-gradient(135deg, #fbfffd, #eff9f5);
}

.coverage-copy { align-self: center; }

.coverage-eyebrow { color: var(--green) !important; }

.coverage-eyebrow span { background: var(--green) !important; }

.coverage-copy h2 {
  margin: 0 0 22px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 800;
  line-height: .84;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: var(--purple);
}

.coverage-copy h2 em { color: var(--green); font-style: normal; }

.coverage-copy > p:not(.eyebrow) {
  max-width: 480px;
  font-size: 15px;
  line-height: 1.72;
  color: #485265;
}

.coverage-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0 32px;
}

.coverage-benefits > div { text-align: center; }

.coverage-benefits svg {
  display: block;
  width: 37px;
  height: 37px;
  margin: 0 auto 8px;
  fill: none;
  stroke: var(--purple);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.coverage-benefits strong {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
}

.coverage-copy h3 {
  margin: 0 0 13px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.coverage-zones { display: flex; flex-wrap: wrap; gap: 8px; }

.coverage-zones span {
  padding: 7px 10px;
  border: 1px solid rgba(72, 36, 119, .13);
  border-radius: 30px;
  background: #fff;
  font-size: 10px;
  font-weight: 800;
}

.coverage-zones span::before { content: "✓"; margin-right: 6px; color: var(--green); }

.coverage-map {
  min-height: 0;
  align-self: start;
  justify-self: end;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.coverage-map img {
  width: 122%;
  max-width: none;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  transform: translate(2%, -5%);
}

.coverage-zones-block {
  grid-column: 1 / -1;
  margin-top: 20px;
  text-align: center;
}

.coverage-zones-block h3 {
  margin: 0 0 13px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.coverage-zones-block .coverage-zones { justify-content: center; }

.coverage-zones-block .coverage-zones { gap: 11px; }

.coverage-zones-block .coverage-zones span {
  padding: 10px 16px;
  font-size: 12px;
}

.coverage-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 12px;
  padding: 23px 0;
  border-radius: 13px;
  background: rgba(255, 255, 255, .75);
}

.coverage-stats > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-left: 1px solid var(--line);
}

.coverage-stats > div:first-child { border-left: 0; }

.coverage-stats b {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 42px;
  line-height: .9;
  color: var(--purple);
  text-transform: uppercase;
}

.coverage-stats span {
  max-width: 95px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

/* Certifications */
.quality {
  background: #fff;
  color: var(--deep);
}

.quality-intro h2 {
  margin: 0 0 22px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(58px, 6vw, 92px);
  font-weight: 800;
  line-height: .84;
  letter-spacing: -.03em;
  text-transform: uppercase;
  color: var(--purple);
}

.quality-intro h2 em { color: var(--green); font-style: normal; }

.quality-intro > p:not(.eyebrow) {
  max-width: 460px;
  font-size: 16px;
  line-height: 1.7;
  color: #485265;
}

.quality-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.quality-mini span {
  padding: 8px 12px;
  border: 1px solid rgba(72, 36, 119, .15);
  border-radius: 999px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
}

.quality-certs-title {
  margin: 0 0 16px;
  color: var(--purple);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cert-card {
  height: 100%;
  min-height: 345px;
  padding: 28px 24px;
  border: 1px solid rgba(72, 36, 119, .13);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(45, 43, 66, .06);
}

.cert-card img {
  width: min(205px, 78%);
  height: 195px;
  display: block;
  margin: 0 auto 19px;
  object-fit: contain;
}

.cert-card h3 {
  margin: 0 0 11px;
  color: var(--green);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cert-card p {
  max-width: 260px;
  margin: 0 auto;
  color: #485265;
  font-size: 13px;
  line-height: 1.5;
}

/* Final contact section */
.contact-section {
  min-height: 720px;
  padding: 0 !important;
  overflow: hidden;
  color: var(--deep);
  background: linear-gradient(135deg, #fbfffd, #eef9f5);
}

.contact-section > .row {
  min-height: 720px;
  margin: 0;
}

.contact-section > .row > .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vw, 108px);
}

.contact-section > .row > .col-lg-7 { padding: 0; }

.contact-section h2 {
  max-width: 610px;
  margin: 0 0 22px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: clamp(62px, 6.5vw, 102px);
  font-weight: 800;
  line-height: .84;
  letter-spacing: -.035em;
  text-transform: uppercase;
  color: var(--purple);
}

.contact-section h2 em { color: var(--green); font-style: normal; }

.contact-copy {
  max-width: 500px;
  margin-bottom: 25px;
  color: #485265;
  font-size: 16px;
  line-height: 1.7;
}

.contact-form { max-width: 560px; }

.contact-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid rgba(72, 36, 119, .2);
  border-radius: 9px;
  outline: none;
  background: rgba(255, 255, 255, .9);
  color: var(--deep);
  font: inherit;
  font-size: 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(81, 190, 57, .13); }

.contact-form button { margin-top: 17px; border: 0; cursor: pointer; }

.contact-image {
  width: 100%;
  height: 100%;
  min-height: 720px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
}

.contact-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.hero-visual {
  right: 4%;
  bottom: 24px;
  width: min(50vw, 660px);
  height: 650px;
}

.bag-wrap {
  inset: 28px -3% -18px;
}

.bag-wrap img {
  object-fit: contain;
  object-position: center bottom;
}

/* Subtle motion and scroll reveals */
@media (prefers-reduced-motion: no-preference) {
  body.has-animations .reveal {
    opacity: 0;
    transform: translate3d(0, 26px, 0);
    transition: opacity .7s ease, transform .7s cubic-bezier(.22, .8, .28, 1);
    transition-delay: var(--reveal-delay, 0ms);
  }

  body.has-animations .reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .hero-content { animation: hero-copy-in .8s cubic-bezier(.22, .8, .28, 1) both; }

  .hero-visual { animation: hero-visual-in 1s .12s cubic-bezier(.22, .8, .28, 1) both; }

  .bag-wrap { animation: ice-float 5.5s 1s ease-in-out infinite; }

  .hero-visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 23% 5% 5%;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(183, 241, 255, .56) 0%, rgba(214, 250, 255, .18) 42%, transparent 72%);
    filter: blur(8px);
    animation: cold-glow 4.8s ease-in-out infinite;
  }

  .bag-wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: -18% -48%;
    pointer-events: none;
    background: linear-gradient(108deg, transparent 43%, rgba(255, 255, 255, 0) 46%, rgba(238, 253, 255, .1) 48%, rgba(255, 255, 255, .8) 50%, rgba(189, 241, 255, .28) 53%, transparent 57%);
    mix-blend-mode: screen;
    transform: translateX(-58%) skewX(-14deg);
    animation: ice-shine 5.4s 1.2s ease-in-out infinite;
  }

  .product-card.product-card-image {
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  }

  .product-card.product-card-image:hover,
  body.has-animations .product-card.product-card-image.reveal.is-visible:hover {
    transform: translateY(-8px);
    border-color: rgba(82, 198, 49, .52);
    box-shadow: 0 19px 38px rgba(40, 32, 65, .14);
  }

  .product-card-image > img { transition: transform .35s ease; }

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

  .coverage-map { animation: map-arrival .9s .2s cubic-bezier(.22, .8, .28, 1) both; }

  .cert-card { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }

  .cert-card:hover,
  body.has-animations .cert-card.reveal.is-visible:hover {
    transform: translateY(-6px);
    border-color: rgba(82, 198, 49, .42);
    box-shadow: 0 18px 34px rgba(40, 32, 65, .11);
  }

  @keyframes hero-copy-in {
    from { opacity: 0; transform: translate3d(-22px, 0, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
  }

  @keyframes hero-visual-in {
    from { opacity: 0; transform: translate3d(34px, 16px, 0) scale(.97); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  }

  @keyframes ice-float {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -10px, 0); }
  }

  @keyframes ice-shine {
    0%, 22% { opacity: 0; transform: translateX(-58%) skewX(-14deg); }
    30% { opacity: .9; }
    52% { opacity: .9; transform: translateX(58%) skewX(-14deg); }
    62%, 100% { opacity: 0; transform: translateX(58%) skewX(-14deg); }
  }

  @keyframes cold-glow {
    0%, 100% { opacity: .48; transform: scale(.94); }
    50% { opacity: .82; transform: scale(1.04); }
  }

  @keyframes map-arrival {
    from { opacity: 0; transform: translate3d(22px, 10px, 0) scale(.97); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 900px) {
  .hero-visual {
    right: -6%;
    width: 80vw;
    height: 610px;
    bottom: 0;
  }

  .about-showcase { grid-template-columns: 1fr; }

  .about-editorial { max-width: 610px; }

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

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

  .coverage-copy { max-width: 610px; }

  .coverage-map { width: 100%; max-width: 760px; justify-self: center; }

  .coverage-map img { width: 100%; transform: none; }

  .contact-section { min-height: 0; padding: clamp(52px, 8vw, 80px) var(--gutter) !important; }

  .contact-section > .row { min-height: 0; }

  .contact-section > .row > .col-lg-5 { padding: 0; }

  .contact-section > .row > .col-lg-7 { padding: 0 12px; }

  .contact-image { min-height: 0; aspect-ratio: 1.34 / 1; }
}

@media (max-width: 650px) {
  .main-nav { flex-direction: column; }

  .intro-image { height: 300px; }

  .about-benefits { grid-template-columns: 1fr 1fr; }

  .about-benefits > div {
    min-height: 105px;
    padding: 17px 10px;
    border-top: 1px solid var(--line);
  }

  .about-benefits > div:nth-child(odd) { border-left: 0; }

  .about-benefits span { font-size: 18px; }

  .about-benefits svg { width: 34px; height: 34px; }

  .about-factory {
    min-height: 800px;
    align-items: flex-end;
    padding: 36px 22px;
  }

  .about-factory::after {
    background: linear-gradient(180deg, rgba(20, 11, 41, .08), rgba(20, 11, 41, .58));
  }

  .about-panel { padding: 31px 23px; }

  .about-panel h2 { font-size: 61px; }

  .about-panel .about-benefits > div { min-height: 88px; }

  .about-showcase { gap: 40px; }

  .about-editorial h2 { font-size: 76px; }

  .about-editorial > p:not(.eyebrow) { font-size: 15px; }

  .gallery-wide { height: 190px; }

  .gallery-bottom img { height: 185px; }

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

  .product-card.product-card-image { grid-template-rows: 290px 250px; }

  .product-card-image > img { height: 290px; }

  .product-card-body { min-height: 250px; }

  .coverage-benefits { gap: 7px; }

  .coverage-benefits strong { font-size: 9px; }

  .coverage-map { max-width: 100%; }

  .hero-visual {
    width: 125vw;
    right: -46%;
    height: 530px;
    bottom: 28px;
  }

  .bag-wrap { inset: 25px -10% -8px -24%; }
}
