/* Visual fidelity pass based on the approved full-page mockup. */
.atom-header {
  position: relative;
  top: auto;
  height: 76px;
  grid-template-columns: 210px 1fr auto;
  padding: 8px max(28px, calc((100vw - 1280px) / 2));
  transition:
    border-radius 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.atom-header.is-scroll-sticky {
  position: fixed;
  z-index: 1000;
  top: 16px;
  left: 50%;
  width: min(calc(100% - 32px), 1300px);
  height: 72px;
  padding: 8px 22px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  background:
    radial-gradient(circle at 16% -40%, rgba(255, 255, 255, 0.98), transparent 48%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.84), rgba(230, 244, 255, 0.67) 48%, rgba(255, 255, 255, 0.75));
  box-shadow:
    0 18px 44px rgba(20, 51, 104, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(117, 162, 217, 0.18);
  -webkit-backdrop-filter: blur(24px) saturate(175%);
  backdrop-filter: blur(24px) saturate(175%);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0) scale(1);
  transition:
    opacity 0.46s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.atom-header.is-scroll-sticky.is-scroll-sticky-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

body.admin-bar .atom-header.is-scroll-sticky {
  top: 48px;
}

.atom-header-spacer {
  height: 0;
  flex: 0 0 auto;
}

.atom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.atom-logo-link .atom-header-penguin,
.atom-logo-link .atom-header-wordmark {
  width: auto;
  height: 50px;
  object-fit: contain;
}

.atom-logo-link .atom-header-wordmark {
  margin-left: -3px;
}

.atom-nav {
  gap: clamp(22px, 2.6vw, 42px);
}

.atom-nav a {
  font-size: 15px;
  font-weight: 740;
}

.atom-call {
  min-height: 48px;
  padding: 0 22px;
  font-size: 15px;
}

.atom-call img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  filter: brightness(0) invert(1) contrast(2);
  display: block;
  transform: translate(-2px, -6px) scale(1.55);
}

.atom-hero {
  min-height: 720px;
  padding: 90px max(28px, calc((100vw - 1280px) / 2)) 38px;
  grid-template-columns: minmax(480px, 0.88fr) minmax(420px, 1.12fr);
  isolation: isolate;
  background: #ddecfb;
}

.atom-hero::after,
.atom-hero-glow {
  display: none;
}

.atom-hero-copy {
  z-index: 4;
  max-width: 610px;
}

.atom-hero h1 {
  margin-bottom: 23px;
  font-size: clamp(66px, 6.6vw, 100px);
  line-height: 0.87;
  text-shadow: none;
}

.atom-hero h2 {
  max-width: 590px;
  margin-bottom: 18px;
  font-size: clamp(22px, 2vw, 30px);
}

.atom-hero-lead {
  max-width: 490px;
  margin-bottom: 28px;
  font-size: 18px;
}

.atom-secondary span {
  min-width: 20px;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
}

.atom-ice-stage {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.atom-hero-ice-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.atom-trust-pill {
  max-width: 520px;
  margin-top: 48px;
  padding: 15px 20px;
}

.atom-trust-pill img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.atom-section {
  padding-top: 124px;
  padding-bottom: 94px;
  scroll-margin-top: 52px;
}

.atom-section-heading {
  margin-bottom: 48px;
}

.atom-section-heading h2 {
  font-size: clamp(38px, 4vw, 58px);
}

.atom-section-heading .atom-eyebrow,
.atom-contact .atom-eyebrow {
  font-size: 14px;
}

.atom-section-heading > p:not(.atom-eyebrow),
.atom-contact-copy > p:not(.atom-eyebrow) {
  font-size: 16px;
}

.atom-about-grid,
.atom-service-grid,
.atom-product-wrap,
.atom-footer-main {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

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

.atom-info-card,
.atom-stat-card,
.atom-service-card,
.atom-product-card {
  border-radius: 24px;
}

.atom-card-image {
  height: 240px;
}

.atom-card-image img,
.atom-work-image img,
.atom-water-image img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  background: none;
}

.atom-family-image img {
  object-position: center 45%;
}

.atom-water-image {
  display: block;
  background: #dcefff;
}

.atom-icon {
  top: 210px;
  width: 60px;
  height: 60px;
  padding: 3px;
  overflow: hidden;
  border-width: 5px;
  box-sizing: border-box;
}

.atom-icon img,
.atom-service-icon img {
  display: block;
  object-fit: contain;
  object-position: center;
}

.atom-icon img {
  width: 44px;
  height: 44px;
  position: static;
  inset: auto;
  opacity: 1;
  filter: none;
  transform: scale(1.5);
}

.atom-icon img[src*="icon-family"] {
  transform: translate(4px, -9px) scale(1.5);
}

.atom-icon img[src*="icon-water"] {
  transform: translate(-1px, -5px) scale(1.5);
}

.atom-icon img[src*="icon-shield-check"] {
  transform: translate(4px, -7px) scale(1.5);
}

.atom-card-copy {
  padding: 49px 21px 26px;
}

.atom-card-copy h3 {
  font-size: 18px;
}

.atom-card-copy p {
  font-size: 14px;
  line-height: 1.62;
}

.atom-stat-card {
  min-height: 0;
  padding: 0;
  display: block;
  color: var(--atom-text);
  border: 1px solid var(--atom-border);
  background: white;
}

.atom-clients-image {
  background: #eaf5ff;
}

.atom-stat-card .atom-clients-image > img {
  position: static;
  inset: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  opacity: 1;
  filter: none;
}

.atom-stat-card::before {
  display: none;
}

.atom-stat-card strong {
  display: block;
  color: var(--atom-navy);
  font-size: 47px;
  line-height: 1;
}

.atom-stat-card h3 {
  max-width: none;
  margin: 8px 0 0;
  color: var(--atom-navy);
  font-size: 18px;
  line-height: 1.2;
}

.atom-stat-copy {
  min-height: 200px;
  padding-top: 42px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.atom-about-trust {
  max-width: 740px;
  margin: 38px auto 0;
  padding-right: 34px;
  padding-left: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  border: 1px solid var(--atom-border);
  background: white;
  box-shadow: 0 12px 36px rgba(24, 59, 101, 0.075);
}

.atom-about-trust span {
  justify-content: center;
  font-size: 16px;
}

.atom-about-trust img {
  width: 29px;
  height: 29px;
  display: block;
}

.atom-about-trust span + span {
  padding-left: 30px;
  border-left: 1px solid #d9e4f1;
}

.atom-about-trust img[src*="icon-shield-snow"] {
  transform: translate(3px, -7px) scale(1.45);
}

.atom-about-trust img[src*="icon-truck"] {
  transform: translate(-2px, -9px) scale(1.45);
  filter: brightness(0) saturate(100%) invert(45%) sepia(84%) saturate(2714%) hue-rotate(207deg) brightness(101%) contrast(101%);
  clip-path: inset(0 24% 0 0);
}

.atom-services {
  background:
    radial-gradient(circle at 20% 23%, rgba(116, 190, 255, 0.2), transparent 26%),
    linear-gradient(180deg, #edf7ff, #f8fbff);
}

.atom-service-grid {
  gap: 22px;
}

.atom-service-card {
  min-height: 480px;
  padding: 20px 20px 28px;
}

.atom-service-image,
.atom-route-visual {
  height: 230px;
  margin-bottom: 46px;
  border-radius: 18px;
}

.atom-service-image img,
.atom-route-visual img,
.atom-service-card:nth-child(2) .atom-service-image img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  opacity: 1;
  filter: none;
}

.atom-service-card:nth-child(2) .atom-service-image img {
  object-fit: cover;
}

.atom-route-visual::after,
.route-pin {
  display: none;
}

.atom-service-icon {
  top: 220px;
  left: 28px;
  width: 60px;
  height: 60px;
  padding: 3px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.84);
  box-sizing: border-box;
}

.atom-service-icon img {
  width: 45px;
  height: 45px;
  transform: scale(1.5);
}

.atom-service-icon img[src*="icon-truck"] {
  transform: translate(10px, -6px) scale(1.35);
}

.atom-service-icon img[src*="icon-snowflake"] {
  transform: translate(10px, -4px) scale(1.35);
}

.atom-service-icon img[src*="icon-cloche"] {
  transform: translate(2px, -4px) scale(1.35);
}

.atom-service-card h3 {
  font-size: 18px;
}

.atom-service-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.62;
}

.atom-products .atom-section-heading {
  margin-bottom: 44px;
}

.atom-product-grid {
  gap: 16px;
}

.atom-product-card {
  min-height: 480px;
  padding: 18px 18px 22px;
}

.atom-product-image {
  position: relative;
  height: 215px;
  overflow: hidden;
  border-radius: 17px;
}

.atom-product-image .atom-best {
  top: 14px;
  right: 14px;
  z-index: 2;
}

.atom-product-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  filter: none;
}

.atom-product-card h3 {
  margin-top: 14px;
  font-size: 18px;
}

.atom-product-card p {
  font-size: 14px;
  line-height: 1.55;
}

.atom-product-tag {
  min-width: 108px;
  min-height: 42px;
  padding: 7px 14px;
  font-size: 14px;
}

.atom-product-tag img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  display: block;
  transform: scale(1.45);
}

.atom-product-tag img[src*="icon-cocktail"] {
  transform: translate(-1px, 1px) scale(1.45);
}

.atom-product-tag img[src*="icon-drink"] {
  transform: translate(3px, -1px) scale(1.45);
}

.atom-product-tag img[src*="icon-leaf"] {
  transform: translate(7px, -3px) scale(1.45);
}

.atom-product-tag img[src*="icon-snowflake"] {
  transform: translate(2px, -5px) scale(1.45);
}

.atom-product-tag.tag-3 {
  gap: 2px;
}

.atom-contact {
  max-width: 1280px;
  min-height: 400px;
  display: grid;
  place-items: center;
  background-image:
    linear-gradient(90deg, rgba(3, 16, 58, 0.18), rgba(3, 16, 58, 0.02), rgba(3, 16, 58, 0.18)),
    url("../images/v2/contact-ice.png");
  background-size: cover;
  background-position: center;
}

.atom-contact::before,
.atom-contact::after,
.atom-contact-glow {
  display: none;
}

.atom-phone-grid a img {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1) contrast(2) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.22));
  display: block;
  align-self: center;
  transform: translate(-2px, -7px) scale(1.55);
}

.atom-contact h2 {
  font-weight: 820;
}

.atom-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
}

.atom-assurances span img {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1) contrast(2);
  display: block;
  align-self: center;
  transform: scale(1.5);
}

.atom-assurances span img[src*="icon-phone"] {
  transform: translate(-2px, -6px) scale(1.5);
}

.atom-assurances span img[src*="icon-truck"] {
  transform: translate(-2px, -8px) scale(1.5);
  clip-path: inset(0 24% 0 0);
}

.atom-assurances span img[src*="icon-pin"] {
  transform: translate(4px, -5px) scale(1.5);
}

.atom-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.atom-footer-brand img {
  margin-right: auto;
  margin-left: auto;
}

.atom-footer-brand p {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1120px) {
  .atom-hero {
    grid-template-columns: minmax(430px, 0.95fr) minmax(320px, 1.05fr);
  }

  .atom-hero-ice-image {
    object-position: 56% center;
  }

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

@media (max-width: 900px) {
  .atom-header {
    height: 70px;
    padding: 8px 20px;
    grid-template-columns: 1fr auto;
  }

  .atom-header.is-scroll-sticky {
    top: 10px;
    width: calc(100% - 20px);
    height: 64px;
    padding: 7px 14px;
    border-radius: 999px;
  }

  body.admin-bar .atom-header.is-scroll-sticky {
    top: 56px;
  }

  .atom-logo-link .atom-header-penguin,
  .atom-logo-link .atom-header-wordmark {
    height: 42px;
  }

  .atom-hero {
    min-height: auto;
    padding: 50px 24px;
    display: block;
  }

  .atom-section {
    scroll-margin-top: 42px;
  }

  .atom-mobile-menu,
  .atom-mobile-menu nav {
    z-index: 1100;
  }

  .atom-hero-copy {
    max-width: 55%;
  }

  .atom-hero h1 {
    font-size: clamp(54px, 9vw, 72px);
  }

  .atom-hero-ice-image {
    object-fit: cover;
    object-position: 66% center;
    opacity: 0.95;
  }

  .atom-ice-stage::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(239, 248, 255, 0.99) 0%, rgba(239, 248, 255, 0.96) 39%, rgba(239, 248, 255, 0.58) 58%, rgba(239, 248, 255, 0.06) 82%),
      linear-gradient(180deg, rgba(239, 248, 255, 0.12) 70%, rgba(239, 248, 255, 0.74) 100%);
  }

  .atom-ice-stage {
    margin-top: 0;
  }

  .atom-about-grid,
  .atom-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .atom-hero {
    min-height: auto;
    padding: 50px 27px;
  }

  .atom-hero-copy {
    max-width: none;
  }

  .atom-hero-ice-image {
    object-position: 68% center;
    opacity: 0.95;
  }

  .atom-ice-stage::after {
    background:
      linear-gradient(90deg, rgba(239, 248, 255, 0.99) 0%, rgba(239, 248, 255, 0.94) 56%, rgba(239, 248, 255, 0.46) 79%, rgba(239, 248, 255, 0.1) 100%),
      linear-gradient(180deg, rgba(239, 248, 255, 0.14) 62%, rgba(239, 248, 255, 0.76) 100%);
  }

  .atom-about-grid,
  .atom-service-grid,
  .atom-product-grid {
    grid-template-columns: 1fr;
  }

  .atom-card-image {
    height: 250px;
  }

  .atom-icon {
    top: 220px;
  }

  .atom-about-trust {
    padding: 17px 20px;
    flex-direction: column;
    gap: 12px;
  }

  .atom-about-trust span + span {
    padding-top: 12px;
    padding-left: 0;
    border-top: 1px solid #d9e4f1;
    border-left: 0;
  }

  .atom-contact {
    min-height: 590px;
  }
}
