@import "tailwindcss";

:root {
  --navy: #111b48;
  --blue: #395ee9;
  --ice: #c8f3ff;
  --pale: #eff8fb;
  --orange: #ff6b21;
  --ink: #111325;
  --white: #ffffff;
}

/* Final Atom-inspired Cubilacen site */
@font-face {
  font-family: "Cubilacen Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../images/geist-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Cubilacen Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../images/geist-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+1E00-1EFF, U+20A0-20AB;
}

.atom-site {
  --atom-navy: #0b1742;
  --atom-deep: #071339;
  --atom-blue: #3767e8;
  --atom-electric: #4c69fb;
  --atom-orange: #ff6a1a;
  --atom-coral: #ff4f35;
  --atom-ice: #edf7ff;
  --atom-pale: #f7fbff;
  --atom-border: #dce7f5;
  --atom-text: #0f172a;
  --atom-muted: #536078;
  min-width: 0;
  overflow: hidden;
  color: var(--atom-text);
  background: white;
  font-family: "Cubilacen Sans", "Avenir Next", Arial, sans-serif;
}

.atom-site h1,
.atom-site h2,
.atom-site h3,
.atom-site p {
  margin-top: 0;
}

.atom-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 82px;
  padding: 8px clamp(24px, 5vw, 76px);
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(204, 220, 237, 0.78);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 3px 18px rgba(36, 62, 105, 0.045);
  backdrop-filter: blur(18px);
}

.atom-logo-link img {
  width: 150px;
}

.atom-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 48px);
}

.atom-nav a {
  position: relative;
  padding: 10px 0;
  color: #172142;
  font-size: 14px;
  font-weight: 650;
  transition: color 0.2s ease;
}

.atom-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--atom-orange), var(--atom-coral));
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.atom-nav a:hover,
.atom-nav a.is-active {
  color: var(--atom-orange);
}

.atom-nav a:hover::after,
.atom-nav a.is-active::after {
  transform: scaleX(1);
}

.atom-gradient-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: linear-gradient(105deg, #ff9d2e, var(--atom-orange) 58%, var(--atom-coral));
  box-shadow: 0 10px 22px rgba(249, 100, 25, 0.26);
  font-weight: 760;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.atom-gradient-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 16px 28px rgba(249, 100, 25, 0.34);
}

.atom-gradient-button:focus-visible,
.atom-secondary:focus-visible,
.atom-site a:focus-visible,
.atom-site button:focus-visible,
.atom-mobile-menu summary:focus-visible {
  outline: 3px solid rgba(76, 105, 251, 0.36);
  outline-offset: 4px;
}

.atom-call {
  min-height: 42px;
  padding: 0 19px;
  font-size: 13px;
}

.atom-mobile-menu {
  display: none;
}

.atom-hero {
  position: relative;
  min-height: 720px;
  padding: 80px clamp(24px, 6vw, 96px) 44px;
  display: grid;
  grid-template-columns: minmax(470px, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 69% 38%, rgba(255, 255, 255, 0.94), transparent 26%),
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.9), transparent 25%),
    linear-gradient(122deg, #eef8ff 0%, #f9fcff 44%, #dceeff 100%);
}

.atom-hero::after {
  content: "";
  position: absolute;
  right: -14%;
  bottom: -38%;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(91, 143, 218, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(255, 255, 255, 0.12),
    0 0 0 180px rgba(255, 255, 255, 0.08);
}

.atom-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(16px);
  pointer-events: none;
}

.atom-hero-glow-one {
  width: 360px;
  height: 360px;
  top: 15%;
  left: 43%;
  background: rgba(111, 191, 255, 0.16);
}

.atom-hero-glow-two {
  width: 260px;
  height: 260px;
  right: 4%;
  bottom: 8%;
  background: rgba(74, 106, 246, 0.12);
}

.atom-hero-copy {
  position: relative;
  z-index: 5;
  max-width: 680px;
}

.atom-eyebrow {
  margin-bottom: 18px;
  color: var(--atom-electric);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.atom-hero h1 {
  max-width: 680px;
  margin-bottom: 24px;
  color: var(--atom-navy);
  font-size: clamp(66px, 7vw, 108px);
  font-weight: 850;
  line-height: 0.84;
  letter-spacing: -0.07em;
}

.atom-hero h1 em {
  display: block;
  color: var(--atom-blue);
  font-style: normal;
}

.atom-hero h2 {
  margin-bottom: 20px;
  color: #111a38;
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.atom-hero h2 strong {
  color: var(--atom-orange);
}

.atom-hero-lead {
  max-width: 540px;
  margin-bottom: 30px;
  color: var(--atom-muted);
  font-size: 17px;
  line-height: 1.6;
}

.atom-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.atom-primary,
.atom-secondary {
  min-height: 54px;
  padding: 0 24px;
  font-size: 14px;
}

.atom-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid var(--atom-electric);
  border-radius: 999px;
  color: var(--atom-blue);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 8px 24px rgba(52, 96, 193, 0.08);
  font-weight: 760;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.atom-secondary:hover {
  color: white;
  background: var(--atom-electric);
  transform: translateY(-2px);
}

.atom-secondary span {
  transition: transform 0.2s ease;
}

.atom-secondary:hover span {
  transform: translateX(4px);
}

.atom-trust-pill {
  max-width: 580px;
  margin-top: 54px;
  padding: 17px 22px;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 13px 34px rgba(49, 94, 149, 0.12);
  backdrop-filter: blur(12px);
}

.atom-trust-pill span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #42506b;
  font-size: 12px;
}

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

.atom-trust-pill i {
  color: var(--atom-electric);
  font-size: 19px;
  font-style: normal;
}

.atom-trust-pill b {
  color: var(--atom-navy);
}

.atom-ice-stage {
  position: relative;
  z-index: 3;
  height: 590px;
  align-self: end;
}

.atom-mountain {
  position: absolute;
  inset: 0 -100px -20px 4%;
  opacity: 0.28;
  background: url("../images/mountain.png") center bottom / contain no-repeat;
  filter: saturate(0.5) hue-rotate(165deg);
}

.atom-ice {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 36px 32px rgba(35, 89, 154, 0.18));
  animation: atom-float 6s ease-in-out infinite;
}

.atom-ice-main {
  z-index: 3;
  width: 340px;
  right: 27%;
  bottom: 105px;
  transform: rotate(-5deg);
}

.atom-ice-two {
  z-index: 2;
  width: 320px;
  right: 2%;
  bottom: 235px;
  animation-delay: -2s;
}

.atom-ice-three {
  z-index: 4;
  width: 410px;
  right: -6%;
  bottom: 60px;
  transform: rotate(-8deg);
  animation-delay: -1s;
}

.atom-ice-crushed {
  z-index: 1;
  width: 460px;
  left: -5%;
  bottom: 10px;
  opacity: 0.77;
  animation-delay: -3s;
}

@keyframes atom-float {
  0%,
  100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

.atom-section {
  padding: 105px clamp(24px, 6vw, 92px);
}

.atom-section-heading {
  max-width: 780px;
  margin: 0 auto 56px;
  text-align: center;
}

.atom-section-heading h2 {
  margin-bottom: 18px;
  color: var(--atom-navy);
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 810;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.atom-section-heading > p:last-child {
  max-width: 640px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: var(--atom-muted);
  font-size: 15px;
  line-height: 1.65;
}

.atom-about {
  background: white;
}

.atom-about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(210px, 0.72fr);
  gap: 20px;
}

.atom-info-card,
.atom-stat-card,
.atom-service-card,
.atom-product-card {
  border: 1px solid var(--atom-border);
  border-radius: 26px;
  background: white;
  box-shadow: 0 12px 36px rgba(24, 59, 101, 0.075);
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease;
}

.atom-info-card {
  position: relative;
  overflow: hidden;
}

.atom-info-card:hover,
.atom-product-card:hover {
  transform: translateY(-9px);
  border-color: rgba(76, 105, 251, 0.3);
  box-shadow: 0 24px 55px rgba(48, 86, 151, 0.16);
}

.atom-card-image {
  height: 220px;
  overflow: hidden;
  background: var(--atom-ice);
}

.atom-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.atom-info-card:hover .atom-card-image img {
  transform: scale(1.045);
}

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

.atom-work-image img {
  object-fit: contain;
  padding: 28px;
  background:
    radial-gradient(circle at center, white 0, rgba(255, 255, 255, 0.2) 45%, transparent 70%),
    linear-gradient(145deg, #eaf5ff, #cfebff);
}

.atom-water-image {
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 71%, rgba(15, 111, 198, 0.34) 0 2%, transparent 2.5%),
    repeating-radial-gradient(ellipse at 50% 72%, transparent 0 19px, rgba(35, 121, 208, 0.27) 21px 23px, transparent 25px 41px),
    linear-gradient(160deg, #e7f7ff, #84c3ef);
}

.atom-water-drop {
  width: 34px;
  height: 52px;
  border-radius: 60% 40% 62% 38%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(55, 143, 219, 0.72));
  box-shadow: 0 16px 22px rgba(17, 86, 157, 0.25);
  transform: rotate(45deg);
}

.atom-icon,
.atom-service-icon {
  display: grid;
  place-items: center;
  color: var(--atom-navy);
  box-shadow: 0 8px 18px rgba(41, 79, 133, 0.09);
}

.atom-icon {
  position: absolute;
  top: 194px;
  left: 20px;
  width: 48px;
  height: 48px;
  border: 5px solid white;
  border-radius: 16px;
  font-size: 18px;
}

.atom-icon-orange {
  color: var(--atom-orange);
  background: #fff0e7;
}

.atom-icon-blue {
  color: var(--atom-blue);
  background: #e9f2ff;
}

.atom-icon-green {
  color: #12a77c;
  background: #e6fbf3;
}

.atom-card-copy {
  padding: 42px 22px 28px;
}

.atom-card-copy h3 {
  margin-bottom: 12px;
  color: var(--atom-navy);
  font-size: 18px;
  letter-spacing: -0.025em;
}

.atom-card-copy p {
  margin-bottom: 0;
  color: var(--atom-muted);
  font-size: 13px;
  line-height: 1.65;
}

.atom-stat-card {
  position: relative;
  min-height: 440px;
  padding: 40px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: white;
  border: 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.23), transparent 23%),
    linear-gradient(150deg, #5a82ed, #2158d8 72%, #1744b5);
}

.atom-stat-card::before {
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  top: 40px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.atom-stat-icon {
  z-index: 1;
  margin-bottom: 58px;
  font-size: 28px;
}

.atom-stat-card strong {
  z-index: 1;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.atom-stat-card h3 {
  z-index: 1;
  max-width: 150px;
  margin: 10px 0 0;
  font-size: 23px;
  line-height: 1.05;
  text-align: center;
}

.atom-stat-card img {
  position: absolute;
  right: -20%;
  bottom: -3%;
  left: -20%;
  width: 140%;
  opacity: 0.25;
  filter: brightness(0) invert(1);
}

.atom-services {
  position: relative;
  background:
    radial-gradient(circle at 18% 22%, rgba(125, 196, 255, 0.22), transparent 23%),
    radial-gradient(circle at 76% 34%, rgba(76, 105, 251, 0.1), transparent 24%),
    linear-gradient(180deg, #eff8ff, #f8fbff);
}

.atom-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.atom-service-card {
  position: relative;
  min-height: 525px;
  padding: 22px 22px 30px;
  display: flex;
  flex-direction: column;
}

.atom-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 65px rgba(33, 77, 139, 0.17);
}

.atom-service-card > a {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--atom-border);
  border-radius: 50%;
  color: var(--atom-blue);
  background: white;
  box-shadow: 0 8px 18px rgba(34, 73, 128, 0.1);
  transition:
    transform 0.25s ease,
    color 0.25s ease,
    background 0.25s ease;
}

.atom-service-card:hover > a {
  color: white;
  background: var(--atom-electric);
  transform: translateX(4px);
}

.atom-service-icon {
  position: absolute;
  z-index: 3;
  top: 22px;
  left: 22px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  font-size: 20px;
}

.atom-service-image,
.atom-route-visual {
  height: 240px;
  margin-bottom: 26px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  background: #edf6fe;
}

.atom-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.atom-service-card:nth-child(2) .atom-service-image img {
  padding: 28px;
  object-fit: contain;
}

.atom-service-card h3 {
  margin-bottom: 13px;
  color: var(--atom-navy);
  font-size: 22px;
  letter-spacing: -0.035em;
}

.atom-service-card p {
  margin-bottom: 44px;
  color: var(--atom-muted);
  font-size: 13px;
  line-height: 1.65;
}

.atom-service-featured {
  border: 0;
  color: white;
  background:
    radial-gradient(circle at 100% 0, rgba(68, 105, 239, 0.25), transparent 34%),
    linear-gradient(145deg, #0b1848, #07112f);
  box-shadow: 0 24px 52px rgba(20, 49, 124, 0.26);
  transform: translateY(-8px);
}

.atom-service-featured:hover {
  transform: translateY(-14px);
}

.atom-service-featured h3 {
  color: white;
}

.atom-service-featured p {
  color: rgba(255, 255, 255, 0.72);
}

.atom-route-visual {
  position: relative;
  background:
    radial-gradient(circle at center, rgba(48, 88, 212, 0.2), transparent 60%),
    #071433;
}

.atom-route-visual img {
  width: 115%;
  max-width: none;
  opacity: 0.4;
  filter: invert(1) sepia(0.4) saturate(1.8) hue-rotate(178deg);
}

.atom-route-visual::after {
  content: "";
  position: absolute;
  width: 54%;
  height: 58%;
  top: 26%;
  left: 19%;
  border: 2px dashed rgba(255, 255, 255, 0.82);
  border-right-color: transparent;
  border-bottom-color: var(--atom-orange);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.route-pin {
  position: absolute;
  right: 21%;
  bottom: 23%;
  color: var(--atom-orange);
  font-size: 26px;
  font-style: normal;
  filter: drop-shadow(0 4px 7px rgba(255, 91, 28, 0.5));
}

.atom-products {
  background: white;
}

.atom-product-wrap {
  position: relative;
}

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

.atom-product-card {
  position: relative;
  min-height: 480px;
  padding: 28px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(155deg, #f9fcff, #fff);
}

.atom-product-card.is-featured {
  border: 2px solid #5b87f2;
  box-shadow:
    0 20px 44px rgba(49, 93, 196, 0.2),
    0 0 0 6px rgba(76, 105, 251, 0.045);
  transform: translateY(-8px);
}

.atom-product-card.is-featured:hover {
  transform: translateY(-14px);
}

.atom-best {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(100deg, #ff9d2e, var(--atom-coral));
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(255, 103, 31, 0.24);
}

.atom-product-image {
  width: 100%;
  height: 220px;
  display: grid;
  place-items: center;
}

.atom-product-image img {
  max-width: 84%;
  max-height: 190px;
  object-fit: contain;
  filter: drop-shadow(0 22px 22px rgba(47, 83, 127, 0.17));
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.atom-product-card:hover .atom-product-image img {
  transform: scale(1.07) rotate(2deg);
}

.atom-product-card h3 {
  margin: 8px 0 13px;
  color: var(--atom-navy);
  font-size: 20px;
  letter-spacing: -0.035em;
}

.atom-product-card p {
  margin-bottom: 18px;
  color: var(--atom-muted);
  font-size: 12px;
  line-height: 1.6;
}

.atom-product-tag {
  min-width: 104px;
  margin-top: auto;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  color: #f16b25;
  background: #fff0e8;
  font-size: 11px;
  font-weight: 750;
}

.atom-product-tag i {
  font-size: 15px;
  font-style: normal;
}

.tag-1 {
  color: var(--atom-blue);
  background: #edf3ff;
}

.tag-2 {
  color: #35a454;
  background: #edf9ee;
}

.tag-3 {
  color: #625dd2;
  background: #f0efff;
}

.atom-carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 48%;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--atom-border);
  border-radius: 50%;
  color: var(--atom-blue);
  background: white;
  box-shadow: 0 10px 25px rgba(37, 72, 119, 0.14);
  font-size: 20px;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.atom-carousel-arrow:hover {
  color: white;
  background: var(--atom-electric);
  transform: scale(1.08);
}

.atom-arrow-left {
  left: -25px;
}

.atom-arrow-right {
  right: -25px;
}

.atom-dots {
  margin-top: 42px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.atom-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5d8de;
}

.atom-dots span.is-active {
  background: var(--atom-blue);
  box-shadow: 0 0 0 4px rgba(76, 105, 251, 0.11);
}

.atom-contact {
  position: relative;
  width: calc(100% - clamp(48px, 8vw, 124px));
  margin: 0 auto 68px;
  padding-top: 74px;
  padding-bottom: 74px;
  overflow: hidden;
  border-radius: 32px;
  color: white;
  background:
    radial-gradient(circle at 11% 56%, rgba(70, 131, 234, 0.3), transparent 20%),
    radial-gradient(circle at 88% 22%, rgba(44, 90, 221, 0.28), transparent 25%),
    linear-gradient(125deg, #07153f, #06265f 55%, #071342);
  box-shadow: 0 30px 68px rgba(8, 27, 82, 0.2);
}

.atom-contact::before,
.atom-contact::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  top: 50%;
  border: 1px solid rgba(123, 184, 255, 0.24);
  border-radius: 43% 57% 54% 46%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(76, 141, 236, 0.02)),
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.28), transparent 6%);
  filter: blur(0.2px);
  transform: translateY(-50%) rotate(26deg);
}

.atom-contact::before {
  left: -125px;
}

.atom-contact::after {
  right: -125px;
  transform: translateY(-50%) rotate(-38deg);
}

.atom-contact-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: rgba(23, 102, 230, 0.17);
  filter: blur(50px);
  transform: translate(-50%, -50%);
}

.atom-contact-copy {
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin: auto;
  text-align: center;
}

.atom-contact .atom-eyebrow {
  margin-bottom: 15px;
  color: #36b8ff;
}

.atom-contact h2 {
  margin-bottom: 12px;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.atom-contact-copy > p:not(.atom-eyebrow) {
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
}

.atom-phone-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.atom-phone-grid a {
  min-width: 270px;
  padding: 15px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(105deg, var(--atom-coral), #ff7b1e 68%, #ff9d2e);
  box-shadow: 0 15px 32px rgba(255, 96, 32, 0.24);
  font-size: 25px;
  font-weight: 820;
  letter-spacing: -0.035em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.atom-phone-grid a:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 38px rgba(255, 96, 32, 0.34);
}

.atom-phone-grid span {
  font-size: 20px;
}

.atom-assurances {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 620;
}

.atom-assurances i {
  color: #7085bc;
  font-style: normal;
}

.atom-footer {
  padding: 10px clamp(24px, 6vw, 92px) 24px;
  background: white;
}

.atom-footer-main {
  padding: 20px 0 46px;
  display: grid;
  grid-template-columns: minmax(320px, 1.5fr) 0.55fr 0.75fr;
  gap: 90px;
}

.atom-footer-brand img {
  width: 150px;
  margin-bottom: 16px;
}

.atom-footer-brand p {
  max-width: 360px;
  margin-bottom: 0;
  color: var(--atom-muted);
  font-size: 13px;
  line-height: 1.65;
}

.atom-footer-main > div:not(.atom-footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.atom-footer h3 {
  margin: 9px 0 12px;
  color: var(--atom-navy);
  font-size: 14px;
}

.atom-footer a {
  width: fit-content;
  color: #576176;
  font-size: 12px;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.atom-footer a:hover {
  color: var(--atom-blue);
  transform: translateX(3px);
}

.atom-copyright {
  margin: 0;
  padding-top: 23px;
  border-top: 1px solid var(--atom-border);
  color: #667189;
  font-size: 11px;
  text-align: center;
}

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

@media (max-width: 1120px) {
  .atom-header {
    grid-template-columns: 160px 1fr auto;
    gap: 16px;
  }

  .atom-nav {
    gap: 19px;
  }

  .atom-nav a {
    font-size: 12px;
  }

  .atom-hero {
    min-height: 660px;
    grid-template-columns: minmax(430px, 0.95fr) minmax(350px, 1.05fr);
  }

  .atom-hero h1 {
    font-size: clamp(58px, 7.2vw, 82px);
  }

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

  .atom-stat-card {
    min-height: 440px;
  }

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

  .atom-product-card {
    min-height: 430px;
  }
}

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

  .atom-logo-link img {
    width: 126px;
  }

  .atom-nav,
  .atom-call {
    display: none;
  }

  .atom-mobile-menu {
    position: relative;
    display: block;
  }

  .atom-mobile-menu summary {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50%;
    color: var(--atom-navy);
    background: #edf5ff;
    cursor: pointer;
    list-style: none;
  }

  .atom-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .atom-mobile-menu summary span {
    width: 18px;
    height: 2px;
    border-radius: 5px;
    background: currentColor;
    transition: transform 0.2s ease;
  }

  .atom-mobile-menu[open] summary span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .atom-mobile-menu[open] summary span:nth-child(2) {
    opacity: 0;
  }

  .atom-mobile-menu[open] summary span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .atom-mobile-menu nav {
    position: absolute;
    top: 54px;
    right: 0;
    width: min(310px, calc(100vw - 40px));
    padding: 16px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--atom-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 50px rgba(15, 38, 83, 0.17);
  }

  .atom-mobile-menu nav a {
    padding: 13px;
    border-bottom: 1px solid #edf1f7;
    color: var(--atom-navy);
    font-size: 14px;
    font-weight: 650;
  }

  .atom-mobile-menu nav a:last-child {
    margin-top: 10px;
    border: 0;
    border-radius: 999px;
    color: white;
    background: linear-gradient(100deg, var(--atom-orange), var(--atom-coral));
    text-align: center;
  }

  .atom-hero {
    min-height: auto;
    padding: 72px 24px 0;
    grid-template-columns: 1fr;
  }

  .atom-hero-copy {
    max-width: 620px;
  }

  .atom-hero h1 {
    font-size: clamp(55px, 14vw, 82px);
  }

  .atom-hero h2 {
    max-width: 540px;
  }

  .atom-ice-stage {
    width: 100%;
    height: 430px;
    margin-top: 25px;
  }

  .atom-ice-main {
    width: 280px;
    right: 35%;
    bottom: 80px;
  }

  .atom-ice-two {
    width: 260px;
    right: 5%;
    bottom: 150px;
  }

  .atom-ice-three {
    width: 310px;
    bottom: 20px;
  }

  .atom-ice-crushed {
    width: 360px;
    bottom: -20px;
  }

  .atom-section {
    padding: 80px 24px;
  }

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

  .atom-service-card:last-child {
    grid-column: 1 / -1;
    min-height: 450px;
  }

  .atom-contact {
    width: calc(100% - 36px);
    padding: 62px 24px;
  }

  .atom-footer-main {
    grid-template-columns: 1.4fr 0.65fr 0.85fr;
    gap: 32px;
  }
}

@media (max-width: 580px) {
  .atom-hero {
    padding-top: 55px;
  }

  .atom-eyebrow {
    font-size: 10px;
  }

  .atom-hero h1 {
    font-size: clamp(48px, 15vw, 67px);
    line-height: 0.9;
  }

  .atom-hero h2 {
    font-size: 22px;
  }

  .atom-hero-lead {
    font-size: 15px;
  }

  .atom-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .atom-primary,
  .atom-secondary {
    width: 100%;
  }

  .atom-trust-pill {
    margin-top: 36px;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

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

  .atom-ice-stage {
    height: 340px;
  }

  .atom-ice-main {
    width: 210px;
    right: 38%;
  }

  .atom-ice-two {
    width: 210px;
  }

  .atom-ice-three {
    width: 250px;
  }

  .atom-ice-crushed {
    width: 280px;
  }

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

  .atom-section-heading h2 {
    font-size: 38px;
  }

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

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

  .atom-stat-card {
    min-height: 410px;
  }

  .atom-service-card,
  .atom-service-card:last-child {
    min-height: 510px;
    grid-column: auto;
  }

  .atom-service-featured {
    transform: none;
  }

  .atom-product-card,
  .atom-product-card.is-featured {
    min-height: 440px;
    transform: none;
  }

  .atom-carousel-arrow {
    display: none;
  }

  .atom-phone-grid {
    align-items: center;
    flex-direction: column;
  }

  .atom-phone-grid a {
    width: 100%;
    min-width: 0;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 23px;
  }

  .atom-assurances {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  .atom-assurances i {
    display: none;
  }

  .atom-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .atom-footer-brand {
    grid-column: 1 / -1;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family:
    Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.eyebrow {
  margin: 0 0 20px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.proposal-bar {
  min-height: 38px;
  padding: 8px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background: var(--navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.proposal-bar a {
  padding-bottom: 2px;
  border-bottom: 1px solid currentColor;
}

.proposal-bar-orange {
  color: var(--navy);
  background: var(--orange);
}

/* Comparison */
.chooser {
  position: relative;
  min-height: 100vh;
  padding: 32px clamp(22px, 5vw, 76px) 44px;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(150deg, rgba(56, 90, 230, 0.22), transparent 38%),
    #09102f;
}

.chooser-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(12px);
  opacity: 0.3;
  pointer-events: none;
}

.chooser-glow-one {
  width: 340px;
  height: 340px;
  top: -180px;
  right: 12%;
  background: #68d9ff;
}

.chooser-glow-two {
  width: 220px;
  height: 220px;
  bottom: -80px;
  left: -80px;
  background: var(--orange);
}

.chooser-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chooser-logo {
  width: 160px;
}

.prototype-pill {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.chooser-intro {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 88px 0 54px;
}

.chooser-intro h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(44px, 7vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.chooser-intro > p:last-child {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 17px;
  line-height: 1.6;
}

.concept-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.concept-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(18px);
}

.concept-number {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: white;
  font-size: 13px;
  font-weight: 900;
}

.mini-browser {
  margin: 18px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 30px 55px rgba(0, 0, 0, 0.26);
}

.mini-toolbar {
  height: 28px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #e9edf3;
}

.mini-toolbar span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bdc3cc;
}

.premium-mini-canvas {
  position: relative;
  min-height: 310px;
  padding: 18px;
  overflow: hidden;
  color: var(--navy);
  background: #edf9fc;
}

.premium-mini-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.premium-mini-nav img {
  width: 96px;
}

.premium-mini-nav span {
  padding: 7px 9px;
  color: white;
  background: var(--navy);
  font-size: 6px;
  font-weight: 900;
}

.premium-mini-copy {
  position: relative;
  z-index: 2;
  width: 61%;
  margin-top: 48px;
}

.premium-mini-copy small {
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.17em;
}

.premium-mini-copy strong {
  display: block;
  margin: 10px 0;
  font-size: clamp(23px, 3vw, 43px);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.premium-mini-copy p {
  max-width: 230px;
  color: #59627c;
  font-size: 8px;
  line-height: 1.5;
}

.premium-mini-copy i {
  display: inline-block;
  padding: 8px 10px;
  color: white;
  background: var(--blue);
  font-size: 6px;
  font-style: normal;
  font-weight: 900;
}

.premium-mini-ice {
  position: absolute;
  right: 1%;
  bottom: -16%;
  width: 39%;
  transform: rotate(12deg);
  filter: drop-shadow(0 20px 20px rgba(26, 67, 113, 0.18));
}

.brand-mini-canvas {
  position: relative;
  min-height: 310px;
  padding: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 54%, #ff6b21 0 21%, transparent 21.5%),
    var(--navy);
}

.brand-mini-badge {
  display: inline-block;
  padding: 6px 9px;
  border: 1px solid white;
  border-radius: 50px;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.brand-mini-copy {
  position: relative;
  z-index: 2;
  width: 62%;
  margin-top: 40px;
}

.brand-mini-copy strong {
  display: block;
  color: white;
  font-size: clamp(26px, 3.7vw, 50px);
  line-height: 0.85;
  letter-spacing: -0.06em;
}

.brand-mini-copy p {
  color: var(--ice);
  font-size: 10px;
  font-weight: 800;
}

.brand-mini-copy i {
  display: inline-block;
  padding: 8px 11px;
  color: var(--navy);
  background: var(--orange);
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
}

.brand-mini-canvas > img {
  position: absolute;
  right: -2%;
  bottom: -17%;
  width: 45%;
  filter: drop-shadow(0 20px 16px rgba(0, 0, 0, 0.25));
}

.brand-mini-canvas > b {
  position: absolute;
  right: -30px;
  bottom: 19px;
  transform: rotate(-8deg);
  color: var(--ice);
  font-size: 7px;
  letter-spacing: 0.1em;
}

.concept-copy {
  padding: 16px 28px 30px;
}

.concept-kicker {
  color: var(--ice);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.concept-brand .concept-kicker {
  color: #ff9c6a;
}

.concept-copy h2 {
  margin: 12px 0;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.04em;
}

.concept-copy p {
  min-height: 70px;
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 14px;
  line-height: 1.55;
}

.concept-copy ul {
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.concept-copy li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.concept-copy li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--ice);
}

.concept-brand li::before {
  color: var(--orange);
}

.concept-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 12px 16px;
  border-radius: 4px;
  color: var(--navy);
  background: white;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.concept-brand .concept-link {
  background: var(--orange);
}

.concept-link span {
  font-size: 16px;
}

.chooser-footer {
  position: relative;
  z-index: 1;
  margin-top: 34px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 11px;
  text-align: center;
}

/* Premium proposal */
.premium-site {
  color: #111a3f;
  background: white;
}

.premium-header {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 84px;
  padding: 10px 5vw;
  display: grid;
  grid-template-columns: 190px 1fr 170px;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #d9e6ea;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.premium-header img {
  width: 166px;
}

.premium-header nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  color: #47506a;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.nav-call {
  padding-left: 22px;
  border-left: 1px solid #d9e6ea;
  font-size: 14px;
  font-weight: 900;
}

.nav-call span {
  display: block;
  margin-bottom: 4px;
  color: #6b748d;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.premium-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  background: var(--pale);
}

.premium-hero-copy {
  padding: clamp(82px, 9vw, 132px) 7vw 70px;
}

.premium-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(54px, 7vw, 106px);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.premium-hero-copy h1 em {
  color: var(--blue);
  font-style: normal;
}

.hero-lead {
  max-width: 610px;
  margin: 32px 0;
  color: #59627a;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn-primary {
  gap: 26px;
  color: white;
  background: var(--blue);
}

.btn-quiet {
  border-bottom: 1px solid var(--navy);
}

.hero-proof {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cddde2;
}

.hero-proof span {
  padding: 22px 16px 0 0;
  color: #636d82;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-proof b {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 22px;
}

.premium-hero-media {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #d8eff5;
}

.premium-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.premium-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(9, 20, 50, 0.5), transparent 45%);
  pointer-events: none;
}

.media-label {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
}

.media-label > span {
  font-size: 28px;
  font-weight: 300;
}

.media-label p {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.media-label small {
  display: block;
  margin-top: 6px;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: normal;
}

.premium-marquee {
  overflow: hidden;
  color: white;
  background: var(--blue);
}

.premium-marquee > div {
  min-width: max-content;
  padding: 18px 3vw;
  display: flex;
  justify-content: space-around;
  gap: 34px;
  font-size: clamp(12px, 1.4vw, 18px);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.premium-marquee i {
  color: var(--ice);
  font-style: normal;
}

.premium-story {
  padding: 110px 7vw;
  display: grid;
  grid-template-columns: 160px 1fr 0.9fr;
  gap: 50px;
}

.section-index {
  padding-top: 8px;
  color: #7a8293;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.story-copy h2,
.section-heading h2,
.service-copy h2,
.premium-contact h2 {
  margin: 0;
  font-size: clamp(44px, 5.4vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.story-detail > p {
  margin: 0 0 24px;
  color: #5d6679;
  font-size: 16px;
  line-height: 1.7;
}

.water-note {
  margin-top: 40px;
  padding: 22px;
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 18px;
  border-left: 3px solid var(--blue);
  background: var(--pale);
}

.water-note b {
  font-size: 13px;
}

.water-note span {
  color: #677083;
  font-size: 12px;
  line-height: 1.55;
}

.premium-products {
  padding: 110px 6vw;
  background: #101942;
  color: white;
}

.section-heading {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.section-heading > p {
  max-width: 330px;
  color: #aeb7d3;
  font-size: 14px;
  line-height: 1.6;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.product-card {
  position: relative;
  min-height: 500px;
  padding: 20px;
  overflow: hidden;
  background: #151f4d;
}

.product-number {
  position: relative;
  z-index: 2;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.product-image {
  height: 285px;
  display: grid;
  place-items: center;
}

.product-image img {
  max-width: 82%;
  max-height: 250px;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.35));
  transition: transform 0.35s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.06) rotate(2deg);
}

.product-info {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.product-info p {
  color: #86d9ef;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.product-info h3 {
  margin: 8px 0;
  font-size: 24px;
}

.product-info span {
  color: #aeb7ce;
  font-size: 12px;
  line-height: 1.55;
}

.premium-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--pale);
}

.service-photo {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background:
    linear-gradient(rgba(12, 28, 67, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 28, 67, 0.06) 1px, transparent 1px),
    #d9f1f6;
  background-size: 42px 42px;
}

.service-photo::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(56, 92, 230, 0.27);
  border-radius: 50%;
}

.service-photo::after {
  content: "GR";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(56, 92, 230, 0.08);
  font-size: 280px;
  font-weight: 900;
}

.route-map {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.route-dot {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 20px;
  border: 6px solid white;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 4px 12px rgba(15, 31, 74, 0.2);
}

.route-one {
  top: 34%;
  left: 30%;
}

.route-two {
  right: 28%;
  bottom: 30%;
}

.route-line {
  position: absolute;
  width: 38%;
  height: 2px;
  top: 50%;
  left: 32%;
  transform: rotate(28deg);
  border-top: 2px dashed var(--blue);
}

.route-map > div {
  position: absolute;
  right: 38px;
  bottom: 36px;
  padding: 18px;
  color: white;
  background: var(--blue);
}

.route-map small {
  display: block;
  margin-bottom: 7px;
  font-size: 8px;
  letter-spacing: 0.15em;
}

.route-map b {
  font-size: 15px;
}

.service-copy {
  padding: 100px 7vw;
}

.service-copy > p:not(.eyebrow) {
  margin: 28px 0 42px;
  color: #5f687b;
  font-size: 16px;
  line-height: 1.7;
}

.service-copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-copy li {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  border-top: 1px solid #cbdce2;
}

.service-copy li > span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.service-copy li b {
  font-size: 15px;
}

.service-copy li p {
  margin: 7px 0 0;
  color: #687184;
  font-size: 12px;
}

.premium-audiences {
  padding: 100px 6vw;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d9e2e6;
}

.audience-grid article {
  min-height: 280px;
  padding: 32px;
  border-right: 1px solid #d9e2e6;
}

.audience-grid article:last-child {
  border-right: 0;
}

.audience-grid span {
  color: var(--blue);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.audience-grid h3 {
  max-width: 330px;
  margin: 80px 0 14px;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.audience-grid p {
  color: #687184;
  font-size: 13px;
}

.premium-contact {
  padding: 105px 7vw;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 80px;
  color: white;
  background: var(--blue);
}

.premium-contact .eyebrow {
  color: var(--ice);
}

.contact-options > a {
  position: relative;
  padding: 22px 54px 22px 0;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.contact-options span {
  display: block;
  margin-bottom: 7px;
  color: var(--ice);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.contact-options b {
  font-size: clamp(25px, 3vw, 42px);
  letter-spacing: -0.04em;
}

.contact-options i {
  position: absolute;
  right: 4px;
  bottom: 24px;
  font-size: 26px;
  font-style: normal;
}

.contact-options p {
  margin-top: 35px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.7;
}

.premium-footer {
  padding: 34px 5vw;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 30px;
  background: #0e163a;
  color: white;
}

.premium-footer img {
  width: 145px;
}

.premium-footer p {
  color: #929ab4;
  font-size: 10px;
}

.premium-footer div {
  display: flex;
  gap: 22px;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Brand proposal */
.brand-site {
  color: white;
  background: var(--navy);
}

.brand-header {
  position: sticky;
  z-index: 20;
  top: 0;
  min-height: 84px;
  padding: 12px 4.5vw;
  display: grid;
  grid-template-columns: 190px 1fr 160px;
  align-items: center;
  gap: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(17, 27, 72, 0.95);
  backdrop-filter: blur(12px);
}

.brand-header img {
  width: 168px;
}

.brand-header nav {
  display: flex;
  justify-content: center;
  gap: 42px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.brand-phone {
  padding: 13px 16px;
  display: flex;
  justify-content: space-between;
  color: var(--navy);
  background: var(--orange);
  font-size: 10px;
  font-weight: 900;
}

.brand-hero {
  position: relative;
  min-height: 760px;
  padding: 92px 6vw 50px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
}

.brand-hero::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: 18%;
  left: -100px;
  border: 28px solid var(--blue);
  border-radius: 50%;
}

.hero-sticker {
  position: absolute;
  z-index: 4;
  padding: 10px 15px;
  border: 2px solid currentColor;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.sticker-one {
  top: 95px;
  right: 43%;
  transform: rotate(-5deg);
  color: var(--ice);
}

.sticker-two {
  right: 5%;
  bottom: 80px;
  transform: rotate(7deg);
  color: var(--orange);
}

.brand-hero-copy {
  position: relative;
  z-index: 3;
}

.brand-hero-copy > p {
  color: var(--ice);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.brand-hero h1 {
  margin: 26px 0 36px;
  font-size: clamp(68px, 9vw, 138px);
  line-height: 0.76;
  letter-spacing: -0.075em;
}

.brand-hero h1 em {
  color: var(--orange);
  font-style: normal;
  text-shadow: 4px 4px 0 var(--ice);
}

.brand-hero-action {
  max-width: 660px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 35px;
  border-top: 2px solid rgba(255, 255, 255, 0.24);
}

.brand-hero-action p {
  max-width: 430px;
  margin: 0;
  color: #b9c4e8;
  font-size: 15px;
  line-height: 1.55;
}

.brand-hero-action a {
  min-width: 150px;
  padding: 17px;
  display: flex;
  justify-content: space-between;
  color: var(--navy);
  background: var(--orange);
  font-size: 11px;
  font-weight: 900;
}

.brand-hero-art {
  position: relative;
  min-height: 560px;
}

.orange-sun {
  position: absolute;
  width: min(38vw, 520px);
  height: min(38vw, 520px);
  top: 48%;
  left: 52%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--orange);
}

.orange-sun::after {
  content: "";
  position: absolute;
  inset: 28px;
  border: 2px dashed var(--navy);
  border-radius: 50%;
}

.brand-penguin {
  position: absolute;
  z-index: 2;
  width: min(38vw, 510px);
  right: 4%;
  bottom: -15%;
  filter: drop-shadow(22px 24px 0 rgba(0, 0, 0, 0.13));
}

.floating-ice {
  position: absolute;
  z-index: 3;
  width: 120px;
  filter: drop-shadow(12px 12px 0 rgba(17, 27, 72, 0.3));
}

.ice-one {
  top: 3%;
  right: 5%;
  transform: rotate(18deg);
}

.ice-two {
  bottom: 7%;
  left: 0;
  transform: rotate(-20deg);
}

.speech-bubble {
  position: absolute;
  z-index: 4;
  top: 19%;
  left: -3%;
  max-width: 190px;
  padding: 18px;
  transform: rotate(-7deg);
  color: var(--navy);
  background: var(--ice);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 35% 78%, 22% 100%, 22% 78%, 0 78%);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.brand-ticker {
  overflow: hidden;
  color: var(--navy);
  background: var(--ice);
  transform: rotate(-1deg) scale(1.01);
}

.brand-ticker > div {
  min-width: max-content;
  padding: 18px 0;
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: clamp(15px, 2vw, 25px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.brand-ticker b {
  color: var(--orange);
}

.brand-section-label {
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.brand-intro {
  padding: 130px 7vw;
  display: grid;
  grid-template-columns: 150px 1.15fr 0.85fr;
  gap: 50px;
  color: var(--navy);
  background: #f4f1e9;
}

.brand-intro h2,
.brand-products-title h2,
.brand-route-copy h2,
.brand-freezers h2,
.brand-contact h2 {
  margin: 0;
  font-size: clamp(50px, 6.3vw, 92px);
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.brand-intro h2 span,
.brand-route-copy h2 span,
.brand-contact h2 span {
  color: var(--orange);
}

.brand-intro-detail > p {
  margin: 0 0 55px;
  color: #596078;
  font-size: 17px;
  line-height: 1.65;
}

.brand-stat {
  padding-top: 22px;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  border-top: 2px solid var(--navy);
}

.brand-stat b {
  color: var(--blue);
  font-size: 65px;
  line-height: 0.8;
}

.brand-stat span {
  max-width: 150px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.4;
}

.brand-products {
  padding: 120px 6vw;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
}

.brand-products-title {
  position: relative;
}

.brand-products-title h2 {
  margin-top: 42px;
}

.brand-products-title h2 span {
  color: var(--ice);
}

.brand-products-title > img {
  width: 170px;
  margin: 50px auto 0;
  transform: rotate(-14deg);
  filter: drop-shadow(12px 14px 0 rgba(0, 0, 0, 0.23));
}

.brand-product-list {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}

.brand-product-list article {
  min-height: 150px;
  padding: 15px 10px;
  display: grid;
  grid-template-columns: 40px 110px 1fr 30px;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.brand-product-list article > span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
}

.brand-product-list img {
  width: 90px;
  height: 100px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-product-list article:hover img {
  transform: scale(1.1) rotate(5deg);
}

.brand-product-list h3 {
  margin: 0 0 7px;
  font-size: 32px;
}

.brand-product-list p {
  margin: 0;
  color: #aeb9da;
  font-size: 12px;
}

.brand-product-list article > b {
  color: var(--ice);
  font-size: 22px;
}

.brand-reparto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: var(--navy);
  background: var(--ice);
}

.brand-route-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border-right: 3px solid var(--navy);
}

.map-shape {
  position: absolute;
  width: 460px;
  height: 480px;
  top: 48%;
  left: 48%;
  transform: translate(-50%, -50%) rotate(-5deg);
  border: 3px solid var(--navy);
  border-radius: 46% 54% 61% 39% / 44% 34% 66% 56%;
  background:
    linear-gradient(rgba(17, 27, 72, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 27, 72, 0.08) 1px, transparent 1px),
    #dff7ff;
  background-size: 32px 32px;
}

.map-shape > b {
  position: absolute;
  top: 42%;
  left: 22%;
  font-size: 55px;
  letter-spacing: -0.05em;
}

.map-pin {
  position: absolute;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 3px solid var(--navy);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  color: white;
  background: var(--orange);
  font-size: 11px;
  font-weight: 900;
}

.map-pin::first-letter {
  transform: rotate(45deg);
}

.pin-a {
  top: 18%;
  left: 23%;
}

.pin-b {
  right: 20%;
  bottom: 17%;
}

.map-path {
  position: absolute;
  width: 45%;
  top: 45%;
  left: 30%;
  transform: rotate(28deg);
  border-top: 4px dashed var(--orange);
}

.brand-route-visual > img {
  position: absolute;
  z-index: 4;
  width: 170px;
  right: 1%;
  bottom: -4%;
}

.brand-route-copy {
  padding: 100px 7vw;
}

.brand-route-copy h2 {
  margin: 42px 0 28px;
}

.brand-route-copy > p {
  max-width: 560px;
  color: #4b5876;
  font-size: 17px;
  line-height: 1.65;
}

.brand-route-copy ul {
  margin: 55px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 3px solid var(--navy);
}

.brand-route-copy li {
  padding: 22px 12px 0 0;
}

.brand-route-copy li b {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 39px;
}

.brand-route-copy li span {
  font-size: 10px;
  font-weight: 900;
}

.brand-freezers {
  position: relative;
  min-height: 650px;
  padding: 95px 7vw;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  overflow: hidden;
  color: var(--navy);
  background: var(--orange);
}

.brand-freezers > div:first-child {
  position: relative;
  z-index: 3;
}

.brand-freezers p {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.brand-freezers h2 {
  max-width: 820px;
}

.brand-freezers span {
  display: block;
  max-width: 560px;
  margin-top: 28px;
  font-size: 15px;
  line-height: 1.6;
}

.brand-freezers > img {
  width: 100%;
  transform: rotate(3deg);
  border: 4px solid var(--navy);
  box-shadow: 22px 22px 0 var(--navy);
}

.freezer-burst {
  position: absolute;
  z-index: 5;
  width: 160px;
  height: 160px;
  right: 34%;
  bottom: 42px;
  padding: 35px 20px;
  display: grid;
  place-items: center;
  transform: rotate(-10deg);
  clip-path: polygon(50% 0%, 61% 24%, 85% 15%, 76% 39%, 100% 50%, 76% 61%, 85% 85%, 61% 76%, 50% 100%, 39% 76%, 15% 85%, 24% 61%, 0% 50%, 24% 39%, 15% 15%, 39% 24%);
  color: white;
  background: var(--blue);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.brand-contact {
  position: relative;
  min-height: 650px;
  padding: 90px 7vw 90px 31vw;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.brand-contact > img {
  position: absolute;
  width: 420px;
  left: 4vw;
  bottom: -120px;
  filter: drop-shadow(20px 20px 0 rgba(0, 0, 0, 0.22));
}

.brand-contact > div {
  position: relative;
  z-index: 2;
}

.brand-contact > div > p {
  color: var(--ice);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.brand-contact h2 {
  margin: 35px 0;
}

.brand-numbers {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.brand-numbers a {
  padding: 16px 20px;
  color: var(--navy);
  background: var(--orange);
  font-size: 18px;
  font-weight: 900;
}

.brand-footer {
  padding: 34px 5vw;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 30px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.brand-footer img {
  width: 145px;
}

.brand-footer p {
  color: #a5afcf;
  font-size: 10px;
}

.brand-footer div {
  display: flex;
  gap: 24px;
  color: var(--ice);
  font-size: 9px;
  font-weight: 900;
}

@media (max-width: 1000px) {
  .concept-grid,
  .premium-story,
  .premium-service,
  .premium-contact,
  .brand-intro,
  .brand-products,
  .brand-reparto,
  .brand-freezers {
    grid-template-columns: 1fr;
  }

  .premium-header,
  .brand-header {
    grid-template-columns: 1fr auto;
  }

  .premium-header nav,
  .brand-header nav {
    display: none;
  }

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

  .premium-hero-media {
    min-height: 560px;
  }

  .premium-story {
    gap: 30px;
  }

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

  .brand-hero {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .brand-hero-art {
    min-height: 520px;
  }

  .orange-sun {
    width: 440px;
    height: 440px;
  }

  .brand-penguin {
    width: 430px;
  }

  .sticker-one {
    right: 8%;
  }

  .brand-intro {
    gap: 35px;
  }

  .brand-products-title > img {
    display: none;
  }

  .brand-route-visual {
    min-height: 620px;
    border-right: 0;
    border-bottom: 3px solid var(--navy);
  }

  .brand-freezers {
    gap: 55px;
  }

  .brand-freezers > img {
    max-width: 620px;
    margin: auto;
  }

  .freezer-burst {
    right: 9%;
    bottom: 22%;
  }

  .brand-contact {
    padding-left: 42vw;
  }
}

@media (max-width: 680px) {
  .proposal-bar {
    padding: 8px 18px;
  }

  .proposal-bar span {
    max-width: 65%;
    line-height: 1.35;
  }

  .chooser {
    padding: 22px 18px 38px;
  }

  .chooser-logo {
    width: 128px;
  }

  .prototype-pill {
    max-width: 150px;
    font-size: 7px;
    text-align: center;
  }

  .chooser-intro {
    margin: 65px 0 38px;
  }

  .chooser-intro h1 {
    font-size: 49px;
  }

  .chooser-intro > p:last-child {
    font-size: 14px;
  }

  .concept-grid {
    gap: 18px;
  }

  .mini-browser {
    margin: 10px;
  }

  .premium-mini-canvas,
  .brand-mini-canvas {
    min-height: 260px;
  }

  .concept-copy {
    padding: 14px 20px 24px;
  }

  .concept-copy p {
    min-height: auto;
  }

  .premium-header,
  .brand-header {
    min-height: 68px;
    padding: 9px 18px;
    grid-template-columns: 130px 1fr;
    gap: 15px;
  }

  .premium-header img,
  .brand-header img {
    width: 128px;
  }

  .nav-call {
    padding: 10px 12px;
    border: 0;
    color: white;
    background: var(--blue);
    font-size: 10px;
    text-align: center;
  }

  .nav-call span {
    display: none;
  }

  .brand-phone {
    padding: 10px 11px;
    font-size: 8px;
  }

  .premium-hero {
    min-height: auto;
  }

  .premium-hero-copy {
    padding: 70px 22px 45px;
  }

  .premium-hero-copy h1 {
    font-size: 55px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-proof {
    margin-top: 42px;
  }

  .hero-proof span {
    padding-right: 6px;
    font-size: 7px;
  }

  .hero-proof b {
    font-size: 17px;
  }

  .premium-hero-media {
    min-height: 470px;
  }

  .premium-story,
  .premium-products,
  .service-copy,
  .premium-audiences,
  .premium-contact {
    padding: 76px 22px;
  }

  .section-index {
    display: none;
  }

  .story-copy h2,
  .section-heading h2,
  .service-copy h2,
  .premium-contact h2 {
    font-size: 48px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

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

  .product-card {
    min-height: 450px;
  }

  .service-photo {
    min-height: 520px;
  }

  .service-photo::before {
    width: 360px;
    height: 360px;
  }

  .service-photo::after {
    font-size: 190px;
  }

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

  .audience-grid article {
    min-height: 230px;
    padding: 28px 5px;
    border-right: 0;
    border-bottom: 1px solid #d9e2e6;
  }

  .audience-grid h3 {
    margin-top: 60px;
  }

  .premium-contact {
    gap: 50px;
  }

  .premium-footer,
  .brand-footer {
    padding: 32px 22px;
    grid-template-columns: 1fr;
  }

  .premium-footer div,
  .brand-footer div {
    flex-wrap: wrap;
  }

  .brand-hero {
    min-height: 820px;
    padding: 60px 22px 0;
  }

  .brand-hero h1 {
    font-size: 63px;
    line-height: 0.82;
  }

  .brand-hero-action {
    grid-template-columns: 1fr;
  }

  .brand-hero-art {
    min-height: 380px;
  }

  .orange-sun {
    width: 330px;
    height: 330px;
  }

  .brand-penguin {
    width: 320px;
    right: -5%;
    bottom: -10%;
  }

  .floating-ice {
    width: 78px;
  }

  .speech-bubble {
    top: 17%;
    left: -2%;
    max-width: 145px;
    font-size: 10px;
  }

  .sticker-one {
    top: 56%;
    right: auto;
    left: 8%;
  }

  .sticker-two {
    right: 3%;
    bottom: 34px;
  }

  .brand-intro,
  .brand-products,
  .brand-route-copy,
  .brand-freezers {
    padding: 76px 22px;
  }

  .brand-intro h2,
  .brand-products-title h2,
  .brand-route-copy h2,
  .brand-freezers h2,
  .brand-contact h2 {
    font-size: 53px;
  }

  .brand-product-list article {
    grid-template-columns: 24px 70px 1fr 20px;
    gap: 10px;
  }

  .brand-product-list img {
    width: 65px;
    height: 80px;
  }

  .brand-product-list h3 {
    font-size: 21px;
  }

  .brand-product-list p {
    font-size: 9px;
  }

  .brand-route-visual {
    min-height: 500px;
  }

  .map-shape {
    width: 340px;
    height: 360px;
  }

  .map-shape > b {
    font-size: 40px;
  }

  .brand-route-visual > img {
    width: 120px;
  }

  .brand-route-copy ul {
    gap: 10px;
  }

  .brand-route-copy li b {
    font-size: 31px;
  }

  .brand-freezers {
    min-height: auto;
  }

  .freezer-burst {
    width: 120px;
    height: 120px;
    right: 1%;
    bottom: 10%;
    font-size: 10px;
  }

  .brand-contact {
    min-height: 720px;
    padding: 76px 22px 340px;
    align-items: flex-start;
  }

  .brand-contact > img {
    width: 310px;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
  }

  .brand-numbers {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
