/*
Theme Name: Cool Ice
Theme URI: https://cool-ice.cool/
Author: Cool Ice
Description: Lightweight classic theme for Cool Ice — purified drinking water company in Achimota, Ghana. Converted from the hand-built static site; replaces the previous Elementor build.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cool-ice
*/

/* ============================================================
   COOL ICE — Purified Drinking Water
   Global stylesheet
   ============================================================ */

:root {
  /* Brand palette */
  --ice-950: #04263b;
  --ice-900: #063a55;
  --ice-800: #0a5078;
  --blue-600: #0e7fc0;
  --blue-500: #1d9be6;
  --blue-400: #4db5f0;
  --blue-300: #8fd2f7;
  --ice-100: #e4f4fd;
  --ice-50:  #f2fafe;
  --white:   #ffffff;
  --ink:     #16344a;
  --ink-soft: #4f6e83;

  /* Type */
  --font-head: "Sora", sans-serif;
  --font-body: "Manrope", sans-serif;

  /* Rhythm */
  --section-pad: clamp(4rem, 9vw, 7.5rem);
  --container: 1160px;
  --radius: 18px;
  --shadow-soft: 0 18px 45px rgba(6, 58, 85, 0.10);
  --shadow-lift: 0 26px 60px rgba(6, 58, 85, 0.16);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { padding: 0; list-style: none; }
button, input, textarea { font: inherit; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.15;
  color: var(--ice-950);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.container {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

section { padding-block: var(--section-pad); }

/* ---------- Shared bits ---------- */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--blue-500);
  margin-bottom: 1.1rem;
}
.kicker::before {
  content: "";
  width: 34px; height: 2px;
  background: linear-gradient(90deg, var(--blue-500), var(--blue-300));
  border-radius: 2px;
}
.kicker--center { justify-content: center; }
.kicker--center::after {
  content: "";
  width: 34px; height: 2px;
  background: linear-gradient(90deg, var(--blue-300), var(--blue-500));
  border-radius: 2px;
}
.kicker--light { color: var(--blue-300); }

.section-title { font-size: clamp(1.75rem, 3.6vw, 2.6rem); }
.lead { color: var(--ink-soft); font-size: 1.06rem; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .95rem 1.9rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: .95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}
.btn svg { width: 17px; height: 17px; transition: transform .25s ease; }
.btn:hover svg { transform: translateX(4px); }
.btn-primary {
  background: linear-gradient(120deg, var(--blue-500), var(--blue-600));
  color: var(--white);
  box-shadow: 0 14px 30px rgba(29, 155, 230, .35);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(29, 155, 230, .45); }
.btn-ghost {
  border-color: rgba(255,255,255,.55);
  color: var(--white);
}
.btn-ghost:hover { background: rgba(255,255,255,.14); transform: translateY(-3px); }
.btn-outline {
  border-color: var(--blue-500);
  color: var(--blue-600);
}
.btn-outline:hover { background: var(--blue-500); color: var(--white); transform: translateY(-3px); }

/* Scroll-reveal */
.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s cubic-bezier(.2,.65,.3,1), transform .8s cubic-bezier(.2,.65,.3,1);
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal[data-delay="3"] { transition-delay: .36s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   Header
   ============================================================ */
.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 100;
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
  padding-block: 1.1rem;
}
.site-header.is-scrolled {
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(6, 58, 85, .08);
  padding-block: .65rem;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1.28rem;
  letter-spacing: .04em;
  color: var(--white);
  transition: color .35s ease;
}
.logo .flake { width: 30px; height: 30px; color: var(--blue-400); filter: drop-shadow(0 2px 6px rgba(29,155,230,.5)); animation: spin-slow 22s linear infinite; }
@keyframes spin-slow { to { transform: rotate(360deg); } }
.logo small {
  display: block;
  font-family: var(--font-body);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .3em;
  opacity: .8;
}
.site-header.is-scrolled .logo,
.site-header.header-solid .logo { color: var(--ice-950); }

.main-nav ul { display: flex; align-items: center; gap: 2.1rem; }
.main-nav a {
  font-weight: 700;
  font-size: .92rem;
  letter-spacing: .04em;
  color: rgba(255,255,255,.92);
  padding-block: .35rem;
  position: relative;
  transition: color .35s ease;
}
.main-nav a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  border-radius: 2px;
  background: var(--blue-400);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.site-header.is-scrolled .main-nav a,
.site-header.header-solid .main-nav a { color: var(--ink); }
.main-nav .nav-cta {
  background: linear-gradient(120deg, var(--blue-500), var(--blue-600));
  color: var(--white) !important;
  padding: .6rem 1.4rem;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(29,155,230,.35);
  transition: transform .25s ease, box-shadow .25s ease;
}
.main-nav .nav-cta::after { display: none; }
.main-nav .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(29,155,230,.45); }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px; height: 44px;
  cursor: pointer;
  position: relative;
  z-index: 110;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2.5px;
  border-radius: 3px;
  background: var(--white);
  margin: 5px auto;
  transition: transform .3s ease, opacity .3s ease, background .3s ease;
}
.site-header.is-scrolled .nav-toggle span,
.site-header.header-solid .nav-toggle span { background: var(--ice-950); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

@media (max-width: 820px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 0;
    background: linear-gradient(160deg, var(--ice-950), var(--ice-800));
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
  }
  .main-nav.is-open { opacity: 1; pointer-events: auto; }
  .main-nav ul { flex-direction: column; gap: 2.2rem; text-align: center; }
  .main-nav a { color: var(--white) !important; font-size: 1.35rem; }
  .nav-toggle[aria-expanded="true"] span { background: var(--white) !important; }
}

/* ============================================================
   Hero (home)
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding-block: 8.5rem 7rem;
  background:
    radial-gradient(1100px 620px at 82% 8%, rgba(77, 181, 240, .38), transparent 60%),
    radial-gradient(900px 700px at -8% 100%, rgba(14, 127, 192, .5), transparent 62%),
    linear-gradient(158deg, var(--ice-950) 0%, var(--ice-900) 45%, var(--ice-800) 100%);
  overflow: hidden;
  color: var(--white);
}
.hero::before {
  /* soft light streaks */
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 42%, rgba(255,255,255,.05) 46%, transparent 52%),
    linear-gradient(115deg, transparent 60%, rgba(255,255,255,.04) 65%, transparent 72%);
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-copy .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--blue-300);
  background: rgba(77, 181, 240, .12);
  border: 1px solid rgba(77, 181, 240, .35);
  padding: .5rem 1.1rem;
  border-radius: 999px;
  margin-bottom: 1.6rem;
}
.hero-eyebrow .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--blue-400);
  box-shadow: 0 0 0 0 rgba(77,181,240,.7);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  70% { box-shadow: 0 0 0 9px rgba(77,181,240,0); }
  100% { box-shadow: 0 0 0 0 rgba(77,181,240,0); }
}
.hero h1 {
  color: var(--white);
  font-size: clamp(2.5rem, 6vw, 4.15rem);
  margin-bottom: 1.4rem;
}
.hero h1 .accent {
  background: linear-gradient(100deg, var(--blue-300), var(--blue-400) 55%, #bfe8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero p.lead {
  color: rgba(255,255,255,.82);
  max-width: 34rem;
  margin-bottom: 2.4rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem; }
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.hero-facts .fact strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.45rem;
  color: var(--white);
}
.hero-facts .fact span { font-size: .84rem; color: rgba(255,255,255,.65); letter-spacing: .06em; }

/* Floating bottle visual */
.hero-visual { position: relative; display: grid; place-items: center; }
.hero-visual .halo {
  position: absolute;
  width: min(420px, 80%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77,181,240,.35), rgba(77,181,240,.06) 55%, transparent 70%);
  filter: blur(2px);
}
.hero-visual .ring {
  position: absolute;
  width: min(430px, 84%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1.5px dashed rgba(255,255,255,.22);
  animation: spin-slow 40s linear infinite;
}
.hero-visual img {
  position: relative;
  width: clamp(150px, 16vw, 205px);
  filter: drop-shadow(0 40px 55px rgba(2, 20, 33, .55));
  animation: float 5.5s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1.5deg); }
  50% { transform: translateY(-22px) rotate(1.5deg); }
}
.hero-visual .chip {
  position: absolute;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: .7rem 1rem;
  font-size: .8rem;
  font-weight: 700;
  color: var(--white);
  box-shadow: 0 16px 34px rgba(2,20,33,.35);
  animation: float 6.5s ease-in-out infinite;
}
.hero-visual .chip strong { display: block; font-family: var(--font-head); font-size: 1.05rem; color: var(--blue-300); }
.hero-visual .chip-1 { top: 16%; left: 2%; animation-delay: .8s; }
.hero-visual .chip-2 { bottom: 20%; right: 0; animation-delay: 1.6s; }

/* drifting bubbles */
.bubbles { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.bubbles span {
  position: absolute;
  bottom: -60px;
  width: var(--s, 14px);
  height: var(--s, 14px);
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, rgba(255,255,255,.5), rgba(255,255,255,.06) 60%);
  animation: rise var(--t, 14s) linear infinite;
  animation-delay: var(--d, 0s);
  opacity: 0;
}
@keyframes rise {
  0% { transform: translateY(0) translateX(0); opacity: 0; }
  8% { opacity: .8; }
  100% { transform: translateY(-110vh) translateX(38px); opacity: 0; }
}

/* wave divider */
.wave {
  position: absolute;
  bottom: -1px; left: 0;
  width: 100%;
  line-height: 0;
  z-index: 3;
}
.wave svg { width: 100%; height: clamp(46px, 8vw, 110px); }
.wave path { fill: var(--white); }
.wave--flip { transform: rotate(180deg); bottom: auto; top: -1px; }
.wave--ice path { fill: var(--ice-50); }

/* ============================================================
   Page hero (inner pages)
   ============================================================ */
.page-hero {
  position: relative;
  padding-block: 10.5rem 6.5rem;
  background:
    radial-gradient(900px 500px at 85% 0%, rgba(77, 181, 240, .35), transparent 60%),
    linear-gradient(158deg, var(--ice-950), var(--ice-800));
  color: var(--white);
  overflow: hidden;
}
.page-hero h1 { color: var(--white); font-size: clamp(2.2rem, 5vw, 3.4rem); margin-bottom: 1.1rem; }
.page-hero .lead { color: rgba(255,255,255,.8); max-width: 40rem; }
.breadcrumb {
  display: inline-flex;
  gap: .6rem;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--blue-300);
  margin-bottom: 1.3rem;
  text-transform: uppercase;
}
.breadcrumb a:hover { color: var(--white); }

/* ============================================================
   Products
   ============================================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 3.2rem;
}
.product-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ice-50);
  border: 1px solid rgba(14,127,192,.1);
  box-shadow: var(--shadow-soft);
  transition: transform .35s ease, box-shadow .35s ease;
  display: flex;
  flex-direction: column;
}
.product-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lift); }
.product-media {
  position: relative;
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  background: linear-gradient(180deg, #dff2fc, #f6fbff);
  display: grid;
  place-items: center;
}
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-media svg.product-illu { width: 46%; height: auto; }
.product-card:hover .product-media img { transform: scale(1.06); }
.product-tag {
  position: absolute;
  top: 1rem; left: 1rem;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(6px);
  color: var(--blue-600);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: .38rem .85rem;
  border-radius: 999px;
}
.product-body { padding: 1.7rem 1.7rem 2rem; display: flex; flex-direction: column; gap: .7rem; flex: 1; }
.product-body h3 { font-size: 1.3rem; }
.product-body p { color: var(--ink-soft); font-size: .95rem; flex: 1; }
.product-link {
  font-weight: 800;
  font-size: .9rem;
  color: var(--blue-600);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.product-link svg { width: 16px; height: 16px; transition: transform .25s ease; }
.product-card:hover .product-link svg { transform: translateX(4px); }

/* ============================================================
   Split sections
   ============================================================ */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
.split--rev .split-media { order: 2; }
.split-media { position: relative; }
.split-media .main-img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lift);
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 4.6;
}
.split-media .float-img {
  position: absolute;
  bottom: -2.2rem; right: -1.4rem;
  width: 46%;
  border-radius: 14px;
  border: 6px solid var(--white);
  box-shadow: var(--shadow-lift);
}
.split-media .exp-badge {
  position: absolute;
  top: 1.4rem; left: -1.2rem;
  background: linear-gradient(130deg, var(--blue-500), var(--blue-600));
  color: var(--white);
  border-radius: 16px;
  padding: 1rem 1.3rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .05em;
  box-shadow: 0 18px 38px rgba(29,155,230,.4);
}
.exp-badge strong { display: block; font-family: var(--font-head); font-size: 1.6rem; }
.split-copy .section-title { margin-bottom: 1.3rem; }
.split-copy p { color: var(--ink-soft); margin-bottom: 1.15rem; }
.split-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }

.checklist { margin-top: 1.4rem; display: grid; gap: .85rem; }
.checklist li {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  font-weight: 600;
}
.checklist svg { width: 21px; height: 21px; flex: none; color: var(--blue-500); margin-top: .2rem; }

/* pH stat pills */
.ph-stats { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.6rem 0 .4rem; }
.ph-pill {
  background: var(--ice-100);
  border: 1px solid rgba(14,127,192,.16);
  border-radius: 14px;
  padding: .9rem 1.4rem;
}
.ph-pill strong { display: block; font-family: var(--font-head); font-size: 1.5rem; color: var(--blue-600); }
.ph-pill span { font-size: .8rem; color: var(--ink-soft); font-weight: 700; letter-spacing: .05em; }

/* ============================================================
   Mission & vision cards
   ============================================================ */
.mv-section { background: var(--ice-50); position: relative; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; margin-top: 3rem; }
.mv-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2.4rem 2.2rem;
  border: 1px solid rgba(14,127,192,.1);
  box-shadow: var(--shadow-soft);
  transition: transform .35s ease, box-shadow .35s ease;
  position: relative;
  overflow: hidden;
}
.mv-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--blue-500), var(--blue-300));
}
.mv-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.mv-icon {
  width: 58px; height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--ice-100), #d3edfb);
  color: var(--blue-600);
  margin-bottom: 1.4rem;
}
.mv-icon svg { width: 28px; height: 28px; }
.mv-card h3 { font-size: 1.25rem; margin-bottom: .8rem; }
.mv-card p { color: var(--ink-soft); font-size: .97rem; }

/* ============================================================
   Process band
   ============================================================ */
.process {
  position: relative;
  background:
    radial-gradient(800px 400px at 15% 10%, rgba(77,181,240,.25), transparent 55%),
    linear-gradient(150deg, var(--ice-900), var(--blue-600));
  color: var(--white);
  overflow: hidden;
}
.process .section-title, .process h3 { color: var(--white); }
.process .lead { color: rgba(255,255,255,.78); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3.4rem;
  counter-reset: step;
}
.process-step {
  position: relative;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius);
  padding: 2.6rem 1.9rem 2.1rem;
  transition: transform .35s ease, background .35s ease;
}
.process-step:hover { transform: translateY(-8px); background: rgba(255,255,255,.11); }
.process-step .num {
  font-family: var(--font-head);
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,.55);
  margin-bottom: 1.1rem;
}
.process-step h3 { font-size: 1.22rem; margin-bottom: .7rem; }
.process-step p { color: rgba(255,255,255,.78); font-size: .95rem; }
.process-step .step-icon {
  position: absolute;
  top: 1.7rem; right: 1.6rem;
  width: 40px; height: 40px;
  color: var(--blue-300);
  opacity: .9;
}

/* ============================================================
   Stats band
   ============================================================ */
.stats-band {
  background:
    radial-gradient(700px 380px at 85% 20%, rgba(255,255,255,.12), transparent 55%),
    linear-gradient(140deg, var(--blue-600), var(--blue-500));
  color: var(--white);
}
.stats-inner {
  display: grid;
  grid-template-columns: 1.1fr 1.6fr;
  gap: 3rem;
  align-items: center;
}
.stats-inner h2 { color: var(--white); font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: .9rem; }
.stats-inner .lead { color: rgba(255,255,255,.85); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.stat {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  padding: 1.5rem 1.2rem;
  text-align: center;
}
.stat strong {
  display: block;
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 3.4vw, 2.5rem);
  font-weight: 800;
}
.stat span { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.8); }

/* ============================================================
   CTA band
   ============================================================ */
.cta-band { padding-block: 0; }
.cta-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(600px 300px at 90% 0%, rgba(77,181,240,.4), transparent 60%),
    linear-gradient(140deg, var(--ice-950), var(--ice-800));
  color: var(--white);
  padding: clamp(2.6rem, 6vw, 4.5rem);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  align-items: center;
  box-shadow: var(--shadow-lift);
}
.cta-card h2 { color: var(--white); font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: .9rem; }
.cta-card p { color: rgba(255,255,255,.8); }
.cta-card .cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-end; }

/* ============================================================
   About page extras
   ============================================================ */
.pillars-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; }
.pillar-card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(14,127,192,.1);
  box-shadow: var(--shadow-soft);
  padding: 2.3rem 2.1rem;
  transition: transform .35s ease, box-shadow .35s ease;
}
.pillar-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.pillar-card h3 { font-size: 1.2rem; margin-bottom: .75rem; }
.pillar-card p { color: var(--ink-soft); font-size: .96rem; }

.values-band { background: var(--ice-50); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 3rem; }

/* ============================================================
   Contact page
   ============================================================ */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 2rem;
  align-items: stretch;
}
.contact-panel {
  background:
    radial-gradient(500px 320px at 90% -10%, rgba(77,181,240,.35), transparent 60%),
    linear-gradient(155deg, var(--ice-900), var(--blue-600));
  color: var(--white);
  border-radius: var(--radius);
  padding: 2.6rem 2.3rem;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-lift);
}
.contact-panel h2 { color: var(--white); font-size: 1.7rem; margin-bottom: 1rem; }
.contact-panel > p { color: rgba(255,255,255,.82); margin-bottom: 2rem; }
.contact-list { display: grid; gap: 1.35rem; margin-top: auto; }
.contact-list li { display: flex; gap: 1rem; align-items: flex-start; }
.contact-list .ico {
  flex: none;
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
}
.contact-list .ico svg { width: 20px; height: 20px; }
.contact-list strong { display: block; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-300); margin-bottom: .15rem; }
.contact-list a:hover { text-decoration: underline; }

.contact-form-card {
  background: var(--white);
  border: 1px solid rgba(14,127,192,.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: 2.6rem 2.3rem;
}
.contact-form-card h2 { font-size: 1.7rem; margin-bottom: .5rem; }
.contact-form-card > p { color: var(--ink-soft); margin-bottom: 1.8rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-field { display: flex; flex-direction: column; gap: .45rem; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { font-size: .84rem; font-weight: 800; letter-spacing: .04em; color: var(--ice-950); }
.form-field input, .form-field textarea {
  border: 1.5px solid rgba(14,127,192,.22);
  border-radius: 12px;
  padding: .85rem 1.05rem;
  background: var(--ice-50);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
  resize: vertical;
}
.form-field input:focus, .form-field textarea:focus {
  outline: none;
  border-color: var(--blue-500);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(29,155,230,.14);
}
.form-note { font-size: .82rem; color: var(--ink-soft); margin-top: 1rem; }

.map-section { padding-top: 0; }
.map-frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(14,127,192,.12);
  line-height: 0;
}
.map-frame iframe { width: 100%; height: 430px; border: 0; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer {
  background: linear-gradient(170deg, var(--ice-950), #031c2d);
  color: rgba(255,255,255,.75);
  padding-top: 5rem;
  position: relative;
  overflow: hidden;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr;
  gap: 3rem;
  padding-bottom: 3.2rem;
}
.footer-brand .logo { color: var(--white); margin-bottom: 1.1rem; }
.footer-brand p { font-size: .95rem; max-width: 30rem; }
.footer-social { display: flex; gap: .7rem; margin-top: 1.5rem; }
.footer-social a {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  transition: background .25s ease, transform .25s ease;
}
.footer-social a:hover { background: var(--blue-500); transform: translateY(-3px); }
.footer-social svg { width: 17px; height: 17px; color: var(--white); }
.site-footer h4 { color: var(--white); font-size: 1rem; margin-bottom: 1.2rem; letter-spacing: .06em; }
.footer-links li { margin-bottom: .7rem; }
.footer-links a { transition: color .2s ease; font-size: .95rem; }
.footer-links a:hover { color: var(--blue-300); }
.footer-contact li { display: flex; gap: .7rem; margin-bottom: .85rem; font-size: .92rem; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; flex: none; margin-top: .3rem; color: var(--blue-400); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-block: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  justify-content: space-between;
  font-size: .85rem;
  color: rgba(255,255,255,.5);
}

/* back-to-top */
.to-top {
  position: fixed;
  right: 1.4rem; bottom: 1.4rem;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(130deg, var(--blue-500), var(--blue-600));
  color: var(--white);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(29,155,230,.4);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease;
  z-index: 90;
}
.to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.to-top svg { width: 20px; height: 20px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy .hero-eyebrow { margin-inline: auto; }
  .hero p.lead { margin-inline: auto; }
  .hero-actions, .hero-facts { justify-content: center; }
  .hero-visual { margin-top: 1.5rem; }
  .split, .split--rev { grid-template-columns: 1fr; }
  .split--rev .split-media { order: 0; }
  .stats-inner { grid-template-columns: 1fr; text-align: center; }
  .cta-card { grid-template-columns: 1fr; text-align: center; }
  .cta-card .cta-actions { justify-content: center; }
  .contact-wrap { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .products-grid, .process-grid, .values-grid { grid-template-columns: 1fr; }
  .mv-grid, .pillars-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .split-media .float-img { right: 0; }
  .split-media .exp-badge { left: 0; }
}
