/*
Theme Name: Absco
Theme URI: https://absco.com.au
Author: Absco Enterprise Limited
Description: Custom WordPress theme for Absco Enterprise Limited
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: absco
Tags: custom, responsive, dark
*/

:root {
  --font-display: 'Instrument Serif', serif;
  --font-body: 'Inter', sans-serif;
  --gold: #5ba4f5;
  --gold-light: #93c8ff;
  --gold-dim: #3d7fd4;
  --dark: #0b0e16;
  --dark-2: #111620;
  --dark-3: #181e2c;
  --mid: #1e2638;
  --text: #f2ede6;
  --text-muted: rgba(242,237,230,0.5);
  --text-faint: rgba(242,237,230,0.28);
  --border: rgba(255,255,255,0.08);
  --accent-glow: rgba(59,130,245,0.35);
  --accent-glow-strong: rgba(59,130,245,0.5);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--text);
  overflow-x: hidden;
}

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

a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-light); text-decoration: none; }

/* ═══════════════════════════════════════════
   ANIMATED BACKGROUND SCENE
═══════════════════════════════════════════ */

.sky-scene {
  position: fixed;
  inset: 0;
  z-index: 0;
}

.sky-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    #0a1e4a 0%, #1548a0 20%, #2272cc 40%,
    #4aa8e8 60%, #7ecaf5 78%, #b8dff5 92%, #cce8f8 100%
  );
}

.sky-sun {
  position: absolute;
  bottom: 40%; left: 30%;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,235,140,0.3) 0%, rgba(255,200,60,0.08) 50%, transparent 70%);
  filter: blur(10px);
  animation: sunPulse 10s ease-in-out infinite;
}
@keyframes sunPulse {
  0%,100%{opacity:.65;transform:scale(1)} 50%{opacity:1;transform:scale(1.1)}
}

.cloud { position: absolute; border-radius: 50px; background: rgba(255,255,255,.86); filter: blur(1.5px); }
.cloud::before,.cloud::after { content:''; position:absolute; background:rgba(255,255,255,.92); border-radius:50%; }

.ca { top:7%; left:-22%; width:340px; height:64px; animation: cd1 95s linear infinite; }
.ca::before { width:150px;height:88px;top:-44px;left:42px; }
.ca::after  { width:110px;height:64px;top:-30px;left:150px; }

.cb { top:13%; left:-12%; width:230px; height:48px; animation: cd2 72s linear infinite; animation-delay:-22s; opacity:.72; }
.cb::before { width:105px;height:74px;top:-38px;left:32px; }
.cb::after  { width:82px;height:54px;top:-24px;left:115px; }

.cc { top:5%; left:8%; width:170px; height:37px; animation: cd3 58s linear infinite; animation-delay:-14s; opacity:.62; }
.cc::before { width:85px;height:58px;top:-32px;left:22px; }
.cc::after  { width:64px;height:42px;top:-20px;left:84px; }

.cd { top:19%; left:-8%; width:295px; height:32px; opacity:.48; filter:blur(3px); animation: cd4 115s linear infinite; animation-delay:-38s; }
.cd::before { width:125px;height:48px;top:-22px;left:62px; }
.cd::after  { width:95px;height:32px;top:-12px;left:165px; }

.ce { top:9%; right:3%; width:210px; height:44px; opacity:.78; animation: cd5 84s linear infinite; animation-delay:-55s; }
.ce::before { width:95px;height:68px;top:-36px;left:26px; }
.ce::after  { width:74px;height:50px;top:-26px;left:104px; }

.cf { top:16%; right:18%; width:145px; height:28px; opacity:.55; filter:blur(2px); animation: cd3 66s linear infinite; animation-delay:-30s; }
.cf::before { width:70px;height:46px;top:-26px;left:18px; }
.cf::after  { width:50px;height:35px;top:-16px;left:72px; }

@keyframes cd1{from{transform:translateX(0)}to{transform:translateX(122vw)}}
@keyframes cd2{from{transform:translateX(0)}to{transform:translateX(116vw)}}
@keyframes cd3{from{transform:translateX(0)}to{transform:translateX(112vw)}}
@keyframes cd4{from{transform:translateX(0)}to{transform:translateX(122vw)}}
@keyframes cd5{from{transform:translateX(0)}to{transform:translateX(112vw)}}

.ground {
  position: absolute; bottom: 0; left: 0; right: 0; height: 40%;
  background: linear-gradient(180deg, #6b4c28 0%, #8a6238 12%, #7a5333 32%, #5b3e1e 55%, #3c2910 100%);
}
.ground::before {
  content:''; position:absolute; inset:0;
  background:
    repeating-linear-gradient(91deg,transparent 0,transparent 17px,rgba(0,0,0,.055) 17px,rgba(0,0,0,.055) 18px),
    repeating-linear-gradient(2deg,transparent 0,transparent 21px,rgba(255,255,255,.025) 21px,rgba(255,255,255,.025) 22px);
}
.ground::after {
  content:''; position:absolute; top:0;left:0;right:0;height:55px;
  background:linear-gradient(180deg,rgba(0,0,0,.42) 0%,transparent 100%);
}

.ground-haze {
  position:absolute; bottom:40%; left:0;right:0; height:90px; pointer-events:none;
  background:linear-gradient(180deg,transparent 0%,rgba(175,135,75,.1) 40%,rgba(175,135,75,.2) 70%,rgba(155,115,55,.16) 100%);
}

.structures { position:absolute; bottom:40%; left:0;right:0; height:58%; pointer-events:none; }
.building { position:absolute; bottom:0; }
.b1{left:1%;width:88px;height:195px;background:#18213a}
.b2{left:7%;width:62px;height:148px;background:#1f2d4a}
.b3{left:12%;width:115px;height:272px;background:#162034}
.b4{left:21%;width:52px;height:118px;background:#222840}
.b5{left:25%;width:78px;height:168px;background:#1a2338}
.b6{right:30%;width:68px;height:138px;background:#181f35}
.b7{right:23%;width:92px;height:205px;background:#1c2335}
.b8{right:16%;width:52px;height:128px;background:#20283a}

.scaffold-wrap{position:absolute;bottom:0;left:12%;width:115px;height:272px;overflow:visible}
.scaffold-grid{position:absolute;inset:0;
  background:
    repeating-linear-gradient(0deg,transparent,transparent 28px,rgba(175,138,72,.48) 28px,rgba(175,138,72,.48) 30px),
    repeating-linear-gradient(90deg,transparent,transparent 17px,rgba(175,138,72,.38) 17px,rgba(175,138,72,.38) 19px);
}

.crane-wrap{position:absolute;bottom:0;right:7%;width:230px;height:88%;pointer-events:none}
.crane-light{position:absolute;top:13%;left:50%;transform:translateX(-50%);width:10px;height:10px;border-radius:50%;background:#ff4040;animation:blink 1.5s ease-in-out infinite;box-shadow:0 0 9px 3px rgba(255,55,55,.55)}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.15}}
.crane-mast{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:14px;height:80%;
  background:linear-gradient(180deg,#c09a28 0%,#ddb838 30%,#c09a28 60%,#b08818 100%);
  box-shadow:inset 2px 0 0 rgba(255,255,255,.18),inset -2px 0 0 rgba(0,0,0,.28);}
.crane-mast::before{content:'';position:absolute;inset:0;
  background:repeating-linear-gradient(45deg,transparent,transparent 11px,rgba(0,0,0,.22) 11px,rgba(0,0,0,.22) 13px),
  repeating-linear-gradient(-45deg,transparent,transparent 11px,rgba(0,0,0,.18) 11px,rgba(0,0,0,.18) 13px);}
.crane-cab{position:absolute;top:19%;left:50%;transform:translateX(-50%);width:36px;height:26px;
  background:linear-gradient(135deg,#e0b838 0%,#c09818 100%);border-radius:3px 3px 0 0;box-shadow:0 2px 6px rgba(0,0,0,.38);}
.crane-boom-wrap{position:absolute;top:19%;left:50%;transform-origin:0% 50%;animation:craneSweep 15s ease-in-out infinite}
@keyframes craneSweep{0%{transform:translateX(-6px) rotate(-13deg)}50%{transform:translateX(-6px) rotate(13deg)}100%{transform:translateX(-6px) rotate(-13deg)}}
.crane-boom{width:168px;height:10px;background:linear-gradient(90deg,#cc9e1e 0%,#e0b838 50%,#c29418 100%);position:relative;box-shadow:0 2px 4px rgba(0,0,0,.28);}
.crane-boom::before{content:'';position:absolute;top:-8px;left:0;width:100%;height:8px;
  background:repeating-linear-gradient(90deg,transparent,transparent 13px,rgba(195,155,28,.65) 13px,rgba(195,155,28,.65) 15px);}
.crane-cable{position:absolute;top:22px;right:22px;width:2px;height:48px;background:rgba(255,255,255,.55);animation:cableSwing 15s ease-in-out infinite;transform-origin:top center}
@keyframes cableSwing{0%{transform:rotate(-4deg)}50%{transform:rotate(4deg)}100%{transform:rotate(-4deg)}}
.crane-hook{position:absolute;bottom:-6px;left:-3px;width:8px;height:8px;border:2px solid rgba(255,255,255,.65);border-top:none;border-radius:0 0 4px 4px}
.crane-counterjib{position:absolute;top:19%;left:50%;width:54px;height:8px;background:linear-gradient(90deg,#c09418,#cc9e20);transform:translateX(-54px) translateY(1px)}
.crane-counterweight{position:absolute;top:calc(19% + 2px);left:50%;width:17px;height:15px;background:#7a6618;border-radius:2px;animation:cwAnim 15s ease-in-out infinite}
@keyframes cwAnim{0%{transform:translateX(-71px) rotate(-13deg)}50%{transform:translateX(-71px) rotate(13deg)}100%{transform:translateX(-71px) rotate(-13deg)}}

.worker{position:absolute;bottom:2px;width:13px;height:32px;background:#16100a;border-radius:6px 6px 2px 2px}
.worker::before{content:'';position:absolute;top:-9px;left:2px;width:9px;height:9px;background:#ff9500;border-radius:50%}
.w1{left:33%}.w2{left:36.5%}.w3{right:39%}

.vignette{position:fixed;inset:0;z-index:3;pointer-events:none;
  background:radial-gradient(ellipse 88% 82% at 50% 50%,transparent 38%,rgba(0,0,0,.6) 100%)}
.grain{position:fixed;inset:0;z-index:4;pointer-events:none;opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  animation:grainAnim .13s steps(1) infinite}
@keyframes grainAnim{
  0%{transform:translate(0,0)}10%{transform:translate(-2%,-3%)}20%{transform:translate(3%,1%)}
  30%{transform:translate(-1%,4%)}40%{transform:translate(4%,-2%)}50%{transform:translate(-3%,3%)}
  60%{transform:translate(2%,-4%)}70%{transform:translate(-4%,1%)}80%{transform:translate(3%,3%)}
  90%{transform:translate(-2%,-1%)}100%{transform:translate(0,0)}
}

/* ═══════════════════════════════════════════
   SITE WRAPPER
═══════════════════════════════════════════ */

.site-wrapper {
  position: relative;
  z-index: 5;
}

/* ═══════════════════════════════════════════
   HERO VIDEO BACKGROUND
═══════════════════════════════════════════ */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 105%;
  object-fit: cover;
  object-position: bottom center; /* 👈 anchor to bottom */
  z-index: 1;
  pointer-events: none;
}

/* ═══════════════════════════════════════════
   NAV LOGO IMAGE
═══════════════════════════════════════════ */

.nav-logo-img {
  height: 100px;
  width: auto;
  display: block;
}

/* ═══════════════════════════════════════════
   NAV
═══════════════════════════════════════════ */

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: stretch;
  height: 64px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transition: background 0.3s;
}

.nav.scrolled {
  background: rgba(255, 255, 255, 0.95);
}

.nav::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #1a4fa0 20%, #5ba4f5 50%, #1a4fa0 80%, transparent 100%);
  opacity: 0.5;
}

.nav-logo-zone {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border-right: 1px solid rgba(0,0,0,0.08);
  flex-shrink: 0;
  gap: 0.75rem;
  text-decoration: none;
}

.nav-logo-mark {
  width: 32px; height: 32px;
  flex-shrink: 0;
}

.nav-logo-mark svg { width: 100%; height: 100%; }

.nav-logo-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.nav-logo-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 0.01em;
  line-height: 1;
}

.nav-logo-sub {
  font-family: var(--font-body);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dim);
  line-height: 1;
}

.nav-links-zone {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  list-style: none;
}

.nav-links-zone li a {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 1.6rem;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(20, 30, 50, 0.55);
  text-decoration: none;
  transition: color 0.2s;
  border-right: 1px solid rgba(0,0,0,0.07);
  position: relative;
}

.nav-links-zone li:first-child a {
  border-left: 1px solid rgba(0,0,0,0.07);
}

.nav-links-zone li a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; right: 50%;
  height: 2px;
  background: var(--gold);
  transition: left 0.25s, right 0.25s;
}

.nav-links-zone li a:hover,
.nav-links-zone li a.active,
.nav-links-zone li.current-menu-item > a,
.nav-links-zone li.current_page_item > a {
  color: rgba(20, 30, 50, 0.95);
}

.nav-links-zone li a:hover::after,
.nav-links-zone li a.active::after,
.nav-links-zone li.current-menu-item > a::after,
.nav-links-zone li.current_page_item > a::after {
  left: 0; right: 0;
}

.nav-cta-zone {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  border-left: 1px solid rgba(0,0,0,0.07);
  flex-shrink: 0;
}

.nav-cta-btn {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--gold);
  border: none;
  padding: 0.6rem 1.5rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s, transform 0.15s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

.nav-cta-btn:hover {
  background: var(--gold-light);
  transform: translateY(-1px);
  color: #ffffff;
}

/* Mobile menu */
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(0,0,0,0.15);
  color: rgba(20,30,50,0.6);
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  font-size: 1.1rem;
  margin-right: 1rem;
  align-self: center;
}

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */

.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.hero-overlay {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.28) 0%,
    rgba(0,0,0,.18) 40%,
    rgba(0,0,0,.5) 80%,
    rgba(0,0,0,.75) 100%
  );
}

.hero-body {
  position: absolute; inset: 0; z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6vw;
  padding-top: 64px;
}

.hero-eyebrow {
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.4rem;
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  padding: .5rem .9rem;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  align-self: flex-start;
  animation: fadeUp 1.2s cubic-bezier(.22,1,.36,1) .2s both;
}
.hero-eyebrow::before {
  content:''; display:block; width:18px; height:2px; background:var(--gold); border-radius:2px;
}

.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 7vw, 6rem);
  font-weight: 400;
  line-height: 1.04;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 48px rgba(0,0,0,.5);
  animation: fadeUp 1.2s cubic-bezier(.22,1,.36,1) .38s both;
}
.hero-h1 em { font-style: italic; color: var(--gold-light); }

.hero-p {
  font-family: var(--font-body);
  font-size: clamp(.9rem, 1.4vw, 1.05rem);
  font-weight: 400;
  line-height: 1.75;
  color: rgba(255,255,255,.68);
  max-width: 500px;
  margin-bottom: 2.8rem;
  text-shadow: 0 1px 14px rgba(0,0,0,.4);
  animation: fadeUp 1.2s cubic-bezier(.22,1,.36,1) .52s both;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  animation: fadeUp 1.2s cubic-bezier(.22,1,.36,1) .66s both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.btn-gold {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--gold);
  border: none;
  padding: .9rem 2.2rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .2s, transform .15s, box-shadow .2s;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  box-shadow: 0 4px 22px var(--accent-glow);
}
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 30px var(--accent-glow-strong); color: #ffffff; }

.btn-primary {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--gold);
  border: none;
  padding: .9rem 2.2rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .2s, transform .15s, box-shadow .2s;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  box-shadow: 0 4px 22px var(--accent-glow);
}
.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px var(--accent-glow-strong);
  color: #ffffff;
}

.btn-ghost {
  font-family: var(--font-body);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
  background: transparent;
  border: 1px solid rgba(255,255,255,.22);
  padding: .88rem 1.8rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background .2s, border-color .2s;
}
.btn-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.4); color: rgba(255,255,255,.8); }

.hero-location {
  position: absolute;
  top: calc(64px + 1.5rem);
  right: 5vw;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-body);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #fff;
  padding: .5rem .9rem;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  animation: fadeUp 1s .9s both;
}
.location-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); opacity: .75;
  animation: locPulse 2.2s ease-in-out infinite;
}
@keyframes locPulse {
  0%,100%{box-shadow:0 0 0 0 rgba(59,130,245,.5)}
  50%{box-shadow:0 0 0 6px rgba(59,130,245,0)}
}

.scroll-hint {
  position: absolute;
  bottom: 2.5rem; right: 5vw; z-index: 10;
  display: flex; flex-direction: column; align-items: center; gap: .5rem;
  animation: fadeUp 1s 1.1s both;
}
.scroll-hint-label {
  font-family: var(--font-body); font-size: .58rem;
  letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.35);
  writing-mode: vertical-rl;
}
.scroll-bar {
  width: 1px; height: 44px;
  background: rgba(255,255,255,.25);
  position: relative; overflow: hidden;
}
.scroll-bar::after {
  content:''; position:absolute; top:-100%; left:0; width:100%; height:100%;
  background: rgba(255,255,255,.75);
  animation: scrollDrop 2.2s ease-in-out infinite;
}
@keyframes scrollDrop { from{top:-100%} to{top:200%} }

/* Ticker */
.ticker {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 44px;
  z-index: 10;
  background: rgba(0,0,0,.62);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ticker-label {
  flex-shrink: 0;
  padding: 0 1.4rem;
  font-family: var(--font-body);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  border-right: 1px solid var(--border);
  white-space: nowrap;
}
.ticker-track-wrap { flex: 1; overflow: hidden; position: relative; }
.ticker-track {
  display: flex;
  white-space: nowrap;
  animation: tickerScroll 32s linear infinite;
}
.ticker-item {
  font-family: var(--font-body);
  font-size: .6rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  padding: 0 2.2rem;
}
.ticker-sep { color: var(--gold); opacity: .5; }
@keyframes tickerScroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ═══════════════════════════════════════════
   GOLD RULE DIVIDER
═══════════════════════════════════════════ */

.gold-rule {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #1a4fa0 20%, #5ba4f5 50%, #1a4fa0 80%, transparent 100%);
  opacity: .35;
  display: block;
}

/* ═══════════════════════════════════════════
   SHARED SECTION STYLES
═══════════════════════════════════════════ */

.section { position: relative; }

.section-eyebrow {
  font-family: var(--font-body);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}
.section-eyebrow::before {
  content:''; display:block; width:24px; height:1px; background: var(--gold); opacity:.6;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--text);
  margin-bottom: 1.2rem;
}
.section-title em { font-style: italic; color: var(--gold-light); }

.section-desc {
  font-family: var(--font-body);
  font-size: .95rem;
  line-height: 1.75;
  color: var(--text-muted);
  max-width: 520px;
  margin-bottom: 4rem;
}

/* ═══════════════════════════════════════════
   SERVICES SECTION
═══════════════════════════════════════════ */

.services-section {
  background: var(--dark-2);
  padding: 8rem 6vw;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.service-card {
  background: var(--dark-2);
  padding: 2.2rem 1.8rem;
  position: relative;
  transition: background .25s;
  cursor: default;
}
.service-card:hover { background: var(--dark-3); }

.service-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 1.8rem; right: 1.8rem;
  height: 1px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0);
  transition: opacity .25s, transform .3s;
}
.service-card:hover::after { opacity: .5; transform: scaleX(1); }

.service-icon {
  width: 40px; height: 40px;
  margin-bottom: 1.4rem;
  opacity: .7;
  color: var(--gold);
  stroke: currentColor;
}

.service-name {
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: .6rem;
  line-height: 1.2;
}

.service-desc {
  font-family: var(--font-body);
  font-size: .78rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.service-num {
  position: absolute;
  top: 1.5rem; right: 1.8rem;
  font-family: var(--font-display);
  font-size: .8rem;
  color: var(--text-faint);
  font-style: italic;
}

/* ═══════════════════════════════════════════
   DRY ICE SECTION
═══════════════════════════════════════════ */

.dryice-section {
  background: var(--dark);
  padding: 8rem 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.dryice-visual {
  position: relative;
  height: 420px;
  background: var(--dark-3);
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dryice-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.img-placeholder-label {
  position: relative;
  font-family: var(--font-body);
  font-size: .65rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-faint);
  text-align: center;
  padding: 1rem 1.5rem;
  border: 1px solid var(--border);
}

.fog-particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(180,220,255,.06);
  filter: blur(20px);
  animation: fogDrift linear infinite;
}
.fp1{width:200px;height:200px;bottom:10%;left:-5%;animation-duration:12s;animation-delay:0s}
.fp2{width:150px;height:120px;bottom:20%;left:20%;animation-duration:9s;animation-delay:-3s;background:rgba(180,220,255,.04)}
.fp3{width:180px;height:140px;bottom:5%;right:-5%;animation-duration:11s;animation-delay:-5s}
.fp4{width:120px;height:100px;bottom:30%;right:15%;animation-duration:8s;animation-delay:-2s;background:rgba(180,220,255,.05)}
@keyframes fogDrift{
  0%{transform:translateX(0) translateY(0);opacity:.4}
  50%{transform:translateX(30px) translateY(-20px);opacity:.7}
  100%{transform:translateX(0) translateY(0);opacity:.4}
}

.dryice-list {
  list-style: none;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.dryice-list li {
  display: flex;
  align-items: center;
  gap: .8rem;
  font-family: var(--font-body);
  font-size: .85rem;
  color: var(--text-muted);
}
.dryice-list li::before {
  content: '';
  display: block;
  width: 16px; height: 1px;
  background: var(--gold);
  flex-shrink: 0;
  opacity: .6;
}

/* ═══════════════════════════════════════════
   ABOUT SECTION
═══════════════════════════════════════════ */

.about-section {
  background: var(--dark-3);
  padding: 8rem 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.about-image {
  position: relative;
  height: 480px;
  background: transparent;
  border: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-image img,
.about-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

canvas.about-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.about-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 60%, var(--dark-3) 100%),
    linear-gradient(90deg, rgba(91,164,245,.05) 0%, transparent 55%);
  z-index: 1;
  pointer-events: none;
}

.img-placeholder {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent 0px,
    transparent 14px,
    rgba(255,255,255,.025) 14px,
    rgba(255,255,255,.025) 16px
  );
}

.about-gold-accent {
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 100%;
  background: linear-gradient(180deg, var(--gold) 0%, transparent 100%);
  opacity: .6;
  z-index: 2;
}

.about-quote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-style: italic;
  color: var(--text);
  line-height: 1.45;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  border-left: 2px solid var(--gold);
}

.about-body {
  font-family: var(--font-body);
  font-size: .9rem;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 1.2rem;
}

.about-address {
  margin-top: 2rem;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.02);
}

.about-address-label {
  font-family: var(--font-body);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: .5rem;
}

.about-address-text {
  font-family: var(--font-body);
  font-size: .82rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ═══════════════════════════════════════════
   RFQ SECTION
═══════════════════════════════════════════ */

.rfq-section {
  background: var(--dark-2);
  padding: 8rem 6vw;
}

.rfq-inner {
  max-width: 860px;
  margin: 0 auto;
}

.rfq-header {
  text-align: center;
  margin-bottom: 4rem;
}

.rfq-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-bottom: 1px;
}

.rfq-form-full {
  grid-column: 1 / -1;
}

.form-field {
  background: var(--dark-2);
  padding: 1.4rem 1.6rem;
  position: relative;
  transition: background .2s;
}
.form-field:focus-within { background: var(--dark-3); }

.form-label {
  display: block;
  font-family: var(--font-body);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: .5rem;
}

.form-input, .form-select, .form-textarea {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: .88rem;
  color: var(--text);
  caret-color: var(--gold);
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-faint); }

.form-input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px var(--dark-3) inset;
  -webkit-text-fill-color: var(--text);
}

.form-select {
  appearance: none;
  cursor: pointer;
}
.form-select option { background: var(--dark-2); color: var(--text); }

.form-textarea {
  resize: none;
  height: 110px;
  line-height: 1.65;
}

.rfq-bottom {
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-top: none;
  padding: 1.5rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.rfq-note {
  font-family: var(--font-body);
  font-size: .72rem;
  color: var(--text-faint);
  line-height: 1.5;
  max-width: 420px;
}

.rfq-success {
  border: 1px solid var(--border);
  padding: 3rem;
  text-align: center;
  background: var(--dark-3);
}

.rfq-success-title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: var(--gold-light);
  font-style: italic;
}

.rfq-success-body {
  font-family: var(--font-body);
  font-size: .88rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */

.site-footer {
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px) saturate(1.8);
  -webkit-backdrop-filter: blur(20px) saturate(1.8);
  border-top: 1px solid rgba(0,0,0,0.08);
  color: rgba(20,30,50,0.75);
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #1a4fa0 20%, #5ba4f5 50%, #1a4fa0 80%, transparent 100%);
  opacity: 0.5;
}

/* Segmented zones — mirrors .nav layout */
.site-footer-inner {
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  align-items: stretch;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.footer-zone {
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0,0,0,0.07);
}
.footer-zone:first-child { border-left: 1px solid rgba(0,0,0,0.07); }

/* Brand zone */
.footer-brand {
  gap: 1.25rem;
  max-width: 360px;
  justify-content: space-between;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  width: fit-content;
}
.footer-logo-img {
  height: 160px;
  width: auto;
  display: block;
  transition: transform .35s ease;
}
.footer-logo:hover .footer-logo-img { transform: translateY(-2px); }

.footer-tagline {
  font-family: var(--font-body);
  font-size: .85rem;
  line-height: 1.7;
  color: rgba(20,30,50,0.6);
  margin: 0;
}

/* Column heading — uppercase eyebrow, mirrors nav link styling */
.footer-heading {
  font-family: var(--font-body);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(20,30,50,0.95);
  display: flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1.4rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  position: relative;
}
.footer-heading::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 32px; height: 2px;
  background: var(--gold);
}

/* Footer link list — mirrors .nav-links-zone underline-grow */
.footer-nav-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
}
.footer-nav-list li {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.footer-nav-list li:last-child { border-bottom: none; }

.footer-nav-list a {
  display: flex;
  align-items: center;
  height: 44px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(20, 30, 50, 0.55);
  text-decoration: none;
  transition: color 0.2s;
  position: relative;
}
.footer-nav-list a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; right: 50%;
  height: 2px;
  background: var(--gold);
  transition: left 0.25s, right 0.25s;
}
.footer-nav-list a:hover { color: rgba(20, 30, 50, 0.95); }
.footer-nav-list a:hover::after { left: 0; right: 0; }

/* Contact zone */
.footer-contact { padding-right: 3rem; }
.footer-contact-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.footer-contact-list li { display: flex; flex-direction: column; gap: .15rem; }

.footer-contact-label {
  font-family: var(--font-body);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(20,30,50,0.4);
  margin-bottom: .25rem;
}
.footer-contact-value {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: rgba(20,30,50,0.92);
  text-decoration: none;
  transition: color .2s ease;
  line-height: 1.3;
}
a.footer-contact-value:hover { color: var(--gold); }
.footer-contact-sub {
  font-family: var(--font-body);
  font-size: .8rem;
  color: rgba(20,30,50,0.55);
  text-decoration: none;
  transition: color .2s ease;
}
a.footer-contact-sub:hover { color: rgba(20,30,50,0.9); }

/* CTA zone — mirrors .nav-cta-zone */
.footer-cta-zone {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2.5rem;
  border-left: 1px solid rgba(0,0,0,0.07);
  border-right: 1px solid rgba(0,0,0,0.07);
}
.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--gold);
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition: background .2s ease, transform .15s ease;
}
.footer-cta svg { width: 14px; height: 14px; transition: transform .25s ease; }
.footer-cta:hover {
  background: var(--gold-light);
  color: #ffffff;
  transform: translateY(-1px);
}
.footer-cta:hover svg { transform: translateX(3px); }

/* Bottom strip */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.25rem 2.5rem;
}
.footer-copy,
.footer-meta {
  font-family: var(--font-body);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .12em;
  color: rgba(20,30,50,0.4);
  text-transform: uppercase;
}
.footer-meta { display: inline-flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.footer-meta span { display: inline-flex; align-items: center; gap: .5rem; }
.footer-powered::before {
  content: '';
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--gold);
  border-radius: 50%;
  margin-right: .25rem;
  opacity: .7;
}
.footer-powered a {
  color: rgba(20,30,50,0.7);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .12em;
  border-bottom: 1px solid rgba(91,164,245,0.4);
  padding-bottom: 1px;
  transition: color .2s ease, border-color .2s ease;
}
.footer-powered a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

/* ═══════════════════════════════════════════
   INNER PAGES (non-front-page content)
═══════════════════════════════════════════ */

.inner-page-wrap {
  padding-top: 64px;
  min-height: 100vh;
}

.inner-page-header {
  background: var(--dark-2);
  padding: 5rem 6vw 3rem;
  border-bottom: 1px solid var(--border);
}

.inner-page-header h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--text);
  margin: 0;
}

.inner-page-content {
  padding: 4rem 6vw;
  background: var(--dark-3);
  min-height: 50vh;
  font-family: var(--font-body);
  font-size: .95rem;
  line-height: 1.8;
  color: var(--text-muted);
}

.inner-page-content h2,
.inner-page-content h3,
.inner-page-content h4 {
  font-family: var(--font-display);
  color: var(--text);
  margin: 2rem 0 1rem;
}

.inner-page-content p { margin-bottom: 1.2rem; }

.inner-page-content a { color: var(--gold); }
.inner-page-content a:hover { color: var(--gold-light); }

/* News / project posts */
.news-page,
.news-single-page {
  background: var(--dark);
  min-height: 100vh;
}

.news-hero {
  padding: calc(64px + 5rem) 6vw 5rem;
}

.news-archive-hero {
  min-height: 50vh;
}

.news-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, rgba(6,12,26,0.96) 0%, rgba(11,22,36,0.96) 52%, rgba(16,28,48,0.98) 100%),
    radial-gradient(circle at 80% 24%, rgba(91,164,245,0.14), transparent 32%);
  pointer-events: none;
}

.news-hero .cu-hero-inner {
  position: relative;
  z-index: 2;
}

.news-hero-stat {
  cursor: default;
}

.news-hero-stat .cu-hero-quick-value {
  font-size: 1.6rem;
  color: var(--gold-light);
  font-style: italic;
}

.news-listing-section {
  background: var(--dark-2);
  padding: 6rem 6vw;
}

.news-listing-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  gap: 3rem;
  align-items: end;
  margin-bottom: 3rem;
}

.news-listing-header p {
  color: var(--text-muted);
  font-size: .9rem;
  line-height: 1.8;
}

.news-listing-header strong {
  color: var(--text);
  font-weight: 500;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.news-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: transform .3s cubic-bezier(.22,.9,.3,1), border-color .3s, background .3s;
}

.news-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .45s cubic-bezier(.22,.9,.3,1);
}

.news-card:hover {
  background: rgba(255,255,255,0.045);
  border-color: rgba(91,164,245,0.28);
  transform: translateY(-4px);
}

.news-card:hover::after {
  transform: scaleX(1);
}

.news-card-media {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--dark-3);
  overflow: hidden;
}

.news-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform .6s cubic-bezier(.22,.9,.3,1), opacity .3s;
}

.news-card:hover .news-card-media img {
  transform: scale(1.06);
}

.news-card-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(91,164,245,0.18), transparent 55%),
    var(--mid);
}

.news-card-placeholder span {
  color: rgba(255,255,255,0.22);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .22em;
}

.news-card-body {
  padding: 1.35rem;
}

.news-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
  color: var(--gold-light);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .85rem;
}

.news-card-meta span::before {
  content: '/';
  color: var(--text-faint);
  margin-right: .5rem;
}

.news-card-title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: .85rem;
}

.news-card-title a {
  color: var(--text);
}

.news-card-title a:hover {
  color: var(--gold-light);
}

.news-card-excerpt {
  color: var(--text-muted);
  font-size: .86rem;
  line-height: 1.75;
  margin-bottom: 1.2rem;
}

.news-card-excerpt p {
  margin: 0;
}

.news-card-link,
.news-back-link {
  color: var(--text);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.news-card-link:hover,
.news-back-link:hover {
  color: var(--gold-light);
}

.news-empty {
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.03);
  padding: 2rem;
  max-width: 720px;
}

.news-empty h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: .75rem;
}

.news-empty p {
  color: var(--text-muted);
  line-height: 1.8;
}

.navigation.pagination {
  margin-top: 3rem;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.navigation.pagination .page-numbers {
  min-width: 2.6rem;
  min-height: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: .65rem .9rem;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #ffffff;
}

.news-single-hero {
  aspect-ratio: 16 / 9;
  padding: calc(64px + 5rem) 6vw 5rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  background: var(--dark-2);
}

.news-single-hero-bg {
  position: absolute;
  inset: 0;
}

.news-single-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-single-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,12,26,0.94) 0%, rgba(6,12,26,0.72) 48%, rgba(6,12,26,0.36) 100%),
    linear-gradient(0deg, rgba(11,15,24,0.96) 0%, rgba(11,15,24,0.22) 54%, rgba(11,15,24,0.72) 100%);
}

.news-single-hero-content {
  position: relative;
  z-index: 1;
  max-width: 840px;
}

.news-back-link {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.news-single-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  font-weight: 400;
  line-height: .95;
  color: var(--text);
  margin: 0 0 1.2rem;
}

.news-single-hero-content > p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 640px;
}

.news-single-body {
  background: var(--dark-3);
  padding: 5rem 6vw;
}

.news-single-content {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(242,237,230,0.68);
  font-size: 1rem;
  line-height: 1.9;
}

.news-single-content > * {
  margin-bottom: 1.35rem;
}

.news-single-content h2,
.news-single-content h3,
.news-single-content h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.15;
  color: var(--text);
  margin-top: 2.4rem;
}

.news-single-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.news-single-content h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.news-single-content a {
  color: var(--gold);
}

.news-single-content a:hover {
  color: var(--gold-light);
}

.news-single-content img {
  width: auto;
  border: 1px solid var(--border);
}

.news-single-content .wp-block-image,
.news-single-content .wp-block-gallery {
  margin: 2rem 0;
}

.news-single-content .wp-block-image img,
.news-single-content .wp-block-gallery img {
  border-radius: 0;
}

/* WordPress alignment classes */
.alignleft { float: left; margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright { float: right; margin-left: 1.5rem; margin-bottom: 1rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px; overflow: hidden;
  position: absolute; width: 1px;
}

/* ═══════════════════════════════════════════
   DRY ICE BLASTING PAGE
═══════════════════════════════════════════ */

.dib-hero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: calc(64px + 5rem) 6vw 5rem;
  background: var(--dark);
}

.dib-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #060c1a 0%, #0d1b38 45%, var(--dark-3) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Per-page hero imagery — image sits beneath the original blue gradient */
.page-template-page-about .dib-hero-bg {
  background:
    linear-gradient(135deg, rgba(6,12,26,0.82) 0%, rgba(13,27,56,0.72) 45%, rgba(24,30,44,0.82) 100%),
    url('assets/media/about.png') center / cover no-repeat;
}
.page-template-page-construction .dib-hero-bg {
  background:
    linear-gradient(160deg, rgba(6,12,26,0.82) 0%, rgba(11,22,36,0.74) 50%, rgba(16,28,48,0.84) 100%),
    url('assets/media/construction.png') center / cover no-repeat;
}
.page-template-page-dry-ice-blasting .dib-hero-bg {
  background:
    linear-gradient(135deg, rgba(6,12,26,0.78) 0%, rgba(13,27,56,0.7) 45%, rgba(24,30,44,0.82) 100%),
    url('assets/media/iceblast.png') center / cover no-repeat;
}

.dib-hero-glow {
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 55%;
  height: 70%;
  background: radial-gradient(ellipse, rgba(59,130,245,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.dib-hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.dib-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

/* What is section */
.dib-what-section {
  background: var(--dark-2);
  padding: 7rem 6vw;
}

.dib-what-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

.dib-intro-text {
  font-family: var(--font-body);
  font-size: .92rem;
  line-height: 1.85;
  color: var(--text-muted);
}

/* Process steps */
.process-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.process-step {
  background: var(--dark-3);
  padding: 1.8rem;
  position: relative;
  transition: background .2s;
}
.process-step:hover { background: var(--mid); }

.step-number {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 400;
  color: var(--gold);
  opacity: .25;
  line-height: 1;
  margin-bottom: .8rem;
}

.step-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--text);
  margin-bottom: .4rem;
}

.step-desc {
  font-family: var(--font-body);
  font-size: .78rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.dib-callout {
  margin-top: 2.5rem;
  padding: 1.4rem 1.8rem;
  border: 1px solid rgba(91,164,245,0.2);
  background: rgba(91,164,245,0.04);
  font-family: var(--font-body);
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.7;
  border-left: 3px solid var(--gold);
}

/* Benefits */
.dib-benefits-section {
  background: var(--dark-3);
  padding: 7rem 6vw;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 3.5rem;
}

.benefit-card {
  background: var(--dark-3);
  padding: 2.2rem 1.8rem;
  position: relative;
  transition: background .25s;
}
.benefit-card:hover { background: var(--mid); }

.benefit-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 1.8rem; right: 1.8rem;
  height: 1px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0);
  transition: opacity .25s, transform .3s;
}
.benefit-card:hover::after { opacity: .4; transform: scaleX(1); }

.benefit-icon {
  width: 38px; height: 38px;
  margin-bottom: 1.2rem;
  color: var(--gold);
  opacity: .75;
}

.benefit-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: .5rem;
}

.benefit-desc {
  font-family: var(--font-body);
  font-size: .78rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Industries */
.dib-industries-section {
  background: var(--dark-2);
  padding: 7rem 6vw;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 3.5rem;
}

.industry-card {
  background: var(--dark-2);
  padding: 1.8rem;
  transition: background .25s;
}
.industry-card:hover { background: var(--dark-3); }

.industry-name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--text);
  padding-bottom: .75rem;
  margin-bottom: .75rem;
  border-bottom: 1px solid rgba(91,164,245,0.25);
}

.industry-apps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .35rem;
}

.industry-apps li {
  font-family: var(--font-body);
  font-size: .73rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: .6rem;
  line-height: 1.4;
}

.industry-apps li::before {
  content: '';
  display: block;
  width: 12px; height: 1px;
  background: var(--gold);
  flex-shrink: 0;
  opacity: .5;
}

/* Comparison table */
.dib-compare-section {
  background: var(--dark-3);
  padding: 7rem 6vw;
}

.table-scroll {
  overflow-x: auto;
  margin-top: 3.5rem;
  border: 1px solid var(--border);
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  min-width: 700px;
}

.comparison-table th {
  background: var(--dark);
  padding: .9rem 1.4rem;
  text-align: left;
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}

.comparison-table td {
  padding: .9rem 1.4rem;
  font-size: .8rem;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}

.comparison-table tr:last-child td { border-bottom: none; }

.comparison-table .row-highlight { background: rgba(91,164,245,0.06); }
.comparison-table .row-highlight td { color: var(--text); }
.comparison-table .row-highlight td:first-child {
  color: var(--gold);
  font-weight: 600;
}

.compare-good { color: #5ba4f5 !important; }
.compare-bad  { color: rgba(242,237,230,0.35) !important; }

/* Safety */
.dib-safety-section {
  background: var(--dark-2);
  padding: 7rem 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.safety-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.safety-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.2rem 1.4rem;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.02);
  transition: background .2s;
}
.safety-list li:hover { background: rgba(91,164,245,.04); }

.safety-list-label {
  font-family: var(--font-body);
  font-size: .7rem;
  font-weight: 600;
  color: var(--gold);
  white-space: nowrap;
  padding-top: .1rem;
}

.safety-list-desc {
  font-family: var(--font-body);
  font-size: .8rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Capabilities */
.dib-capabilities-section {
  background: var(--dark-3);
  padding: 7rem 6vw;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 3.5rem;
}

.capability-card {
  background: var(--dark-3);
  padding: 2.2rem 1.8rem;
  transition: background .25s;
}
.capability-card:hover { background: var(--mid); }

.capability-icon {
  width: 38px; height: 38px;
  margin-bottom: 1.2rem;
  color: var(--gold);
  opacity: .75;
}

.capability-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--text);
  margin-bottom: .5rem;
}

.capability-desc {
  font-family: var(--font-body);
  font-size: .78rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Use cases */
.dib-usecases-section {
  background: var(--dark-2);
  padding: 7rem 6vw;
}

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 3.5rem;
}

.use-case-card {
  background: var(--dark-2);
  padding: 2.2rem 1.8rem;
  transition: background .25s;
}
.use-case-card:hover { background: var(--dark-3); }

.use-case-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--text);
  margin-bottom: .8rem;
  padding-left: 1rem;
  border-left: 2px solid var(--gold);
  line-height: 1.3;
}

.use-case-desc {
  font-family: var(--font-body);
  font-size: .78rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* Page CTA */
.dib-cta-section {
  background: var(--dark);
  padding: 7rem 6vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.dib-cta-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 60% at 50% 100%, rgba(59,130,245,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.dib-cta-content { position: relative; z-index: 1; }

.dib-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}

.dib-phones {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.dib-phone-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
}

.dib-phone-label {
  font-family: var(--font-body);
  font-size: .55rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.dib-phone-number {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--text);
  letter-spacing: .02em;
}

.dib-phone-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  align-self: center;
}

/* ═══════════════════════════════════════════
   CONSTRUCTION PAGE
═══════════════════════════════════════════ */

/* Hero stat strip */
.cs-hero-stats {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 10;
  display: flex;
  border-top: 1px solid var(--border);
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(12px);
}

.cs-stat-strip {
  flex: 1;
  padding: 1.2rem 2rem;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.cs-stat-strip:last-child { border-right: none; }

.cs-stat-strip-number {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--gold-light);
  font-style: italic;
  line-height: 1;
}

.cs-stat-strip-label {
  font-family: var(--font-body);
  font-size: .58rem;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
}

/* Numbered service rows */
.cs-services-section {
  background: var(--dark-2);
  padding: 7rem 0;
}

.cs-services-header {
  padding: 0 6vw 4rem;
}

.cs-service-row {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  align-items: start;
  gap: 0;
  padding: 2.8rem 6vw;
  border-top: 1px solid var(--border);
  transition: background .2s;
  position: relative;
}
.cs-service-row:last-child { border-bottom: 1px solid var(--border); }
.cs-service-row:hover { background: rgba(255,255,255,.02); }

.cs-service-row::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 6vw; right: 6vw;
  height: 1px;
  background: var(--gold);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity .3s, transform .4s;
}
.cs-service-row:hover::after { opacity: .3; transform: scaleX(1); }

.cs-service-num {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-style: italic;
  color: var(--gold);
  opacity: .2;
  line-height: 1;
  padding-top: .1rem;
}

.cs-service-body { padding-right: 3rem; }

.cs-service-title {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: .7rem;
  line-height: 1.2;
}

.cs-service-desc {
  font-family: var(--font-body);
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 560px;
  margin-bottom: 1rem;
}

.cs-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.cs-tag {
  font-family: var(--font-body);
  font-size: .6rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold-dim);
  border: 1px solid rgba(91,164,245,.2);
  padding: .25rem .7rem;
  border-radius: 2px;
}

.cs-service-icon-wrap {
  opacity: .12;
  padding-top: .3rem;
  flex-shrink: 0;
}
.cs-service-icon-wrap svg {
  width: 52px; height: 52px;
  color: var(--gold);
}
.cs-service-row:hover .cs-service-icon-wrap { opacity: .3; }

/* Project types — alternating */
.cs-projects-section {
  background: var(--dark-3);
  padding: 7rem 0;
}

.cs-projects-header { padding: 0 6vw 1rem; }

.cs-project-type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 320px;
  border-top: 1px solid var(--border);
}
.cs-project-type:last-child { border-bottom: 1px solid var(--border); }

.cs-project-type.reverse { direction: rtl; }
.cs-project-type.reverse > * { direction: ltr; }

.cs-project-visual {
  background: var(--dark-2);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--border);
  min-height: 280px;
}
.cs-project-type.reverse .cs-project-visual {
  border-right: none;
  border-left: 1px solid var(--border);
}

.cs-project-visual-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.cs-project-visual-bg {
  position: absolute; inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(11,15,24,0.35) 0%, rgba(11,15,24,0.78) 100%),
    repeating-linear-gradient(
      -45deg, transparent 0, transparent 14px,
      rgba(255,255,255,.018) 14px, rgba(255,255,255,.018) 16px
    );
}

.cs-project-visual-icon {
  position: relative;
  z-index: 1;
}
.cs-project-visual-icon svg {
  width: 64px; height: 64px;
  color: var(--gold);
  opacity: .18;
}

.cs-project-visual-label {
  position: absolute;
  z-index: 1;
  bottom: 1.2rem; left: 1.5rem;
  font-family: var(--font-body);
  font-size: .55rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #fff;
}

.cs-project-content {
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cs-project-eyebrow {
  font-family: var(--font-body);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: .8rem;
}

.cs-project-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 400;
  color: var(--text);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cs-project-desc {
  font-family: var(--font-body);
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.cs-project-items {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .3rem .8rem;
}

.cs-project-items li {
  font-family: var(--font-body);
  font-size: .72rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: .5rem;
}
.cs-project-items li::before {
  content: '';
  width: 10px; height: 1px;
  background: var(--gold);
  flex-shrink: 0;
  opacity: .5;
}

/* Stats bar */
.cs-stats-section {
  background: var(--dark);
  
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: var(--border);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cs-stat-block {
  background: var(--dark);
  padding: 3rem 2.5rem;
  text-align: center;
  position: relative;
}

.cs-stat-block::after {
  content: '';
  position: absolute;
  top: 2rem; bottom: 2rem; right: 0;
  width: 1px;
  background: var(--border);
}
.cs-stat-block:last-child::after { display: none; }

.cs-stat-number {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-style: italic;
  color: var(--gold);
  line-height: 1;
  margin-bottom: .6rem;
  display: block;
}

.cs-stat-label {
  font-family: var(--font-body);
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* Why Absco — 2-col */
.cs-why-section {
  background: var(--dark-2);
  padding: 7rem 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}

.cs-why-left {}

.cs-why-quote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-style: italic;
  color: var(--text);
  line-height: 1.4;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-left: 2px solid var(--gold);
}

.cs-why-body {
  font-family: var(--font-body);
  font-size: .88rem;
  color: var(--text-muted);
  line-height: 1.8;
}

.cs-why-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.cs-why-point {
  background: var(--dark-2);
  padding: 1.4rem 1.6rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: start;
  transition: background .2s;
}
.cs-why-point:hover { background: var(--dark-3); }

.cs-why-point-icon {
  width: 34px; height: 34px;
  color: var(--gold);
  opacity: .65;
  flex-shrink: 0;
}

.cs-why-point-text {}

.cs-why-point-title {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--text);
  margin-bottom: .25rem;
}

.cs-why-point-desc {
  font-family: var(--font-body);
  font-size: .75rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Process — horizontal timeline */
.cs-process-section {
  background: var(--dark-3);
  padding: 7rem 6vw;
}

.cs-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 4rem;
}

.cs-timeline::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(12.5% + 14px);
  right: calc(12.5% + 14px);
  height: 1px;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold), var(--gold-dim));
  opacity: .35;
}

.cs-timeline-step {
  padding: 0 1.5rem 0 0;
  position: relative;
}

.cs-timeline-dot {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--dark-3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.cs-timeline-dot-inner {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  opacity: .7;
}

.cs-timeline-label {
  font-family: var(--font-body);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: .5rem;
}

.cs-timeline-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--text);
  margin-bottom: .5rem;
}

.cs-timeline-desc {
  font-family: var(--font-body);
  font-size: .78rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* Split CTA */
.cs-cta-section {
  background: var(--dark);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 360px;
  border-top: 1px solid var(--border);
}

.cs-cta-left {
  padding: 5rem 6vw;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cs-cta-left .section-eyebrow { margin-bottom: 1rem; }

.cs-cta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 400;
  color: var(--text);
  line-height: 1.15;
  margin-bottom: 1.2rem;
}
.cs-cta-title em { font-style: italic; color: var(--gold-light); }

.cs-cta-desc {
  font-family: var(--font-body);
  font-size: .88rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 2rem;
}

.cs-cta-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.cs-cta-right {
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  position: relative;
  overflow: hidden;
}

.cs-cta-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 80% 50%, rgba(59,130,245,.07) 0%, transparent 70%);
  pointer-events: none;
}

.cs-contact-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}
.cs-contact-row:last-child { border-bottom: none; padding-bottom: 0; }

.cs-contact-type {
  font-family: var(--font-body);
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.cs-contact-value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--text);
  font-style: italic;
  transition: color .2s;
}
.cs-contact-value:hover { color: var(--gold-light); }

.cs-contact-sub {
  font-family: var(--font-body);
  font-size: .72rem;
  color: var(--text-faint);
}

/* ═══════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════ */

.cu-hero {
  position: relative;
  padding: calc(64px + 4rem) 6vw 4rem;
  background: var(--dark);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}

.cu-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #1a4fa0 20%, #5ba4f5 50%, #1a4fa0 80%, transparent 100%);
  opacity: .35;
}

.cu-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 4rem;
  max-width: 1400px;
}

.cu-hero-glow {
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 100%;
  background: radial-gradient(ellipse 80% 100% at 100% 0%, rgba(59,130,245,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.cu-hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 400;
  color: var(--text);
  line-height: 1.05;
  letter-spacing: -.02em;
}
.cu-hero-title em { font-style: italic; color: var(--gold-light); }

.cu-hero-right {
  padding-bottom: .4rem;
}

.cu-hero-tagline {
  font-family: var(--font-body);
  font-size: .92rem;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1.8rem;
  max-width: 420px;
}

.cu-hero-quick {
  display: flex;
  flex-direction: column;
  gap: .6rem;
}

.cu-hero-quick-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  padding: .9rem 1.2rem;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.02);
  transition: background .2s, border-color .2s;
}
.cu-hero-quick-link:hover {
  background: rgba(91,164,245,.06);
  border-color: rgba(91,164,245,.25);
}

.cu-hero-quick-icon {
  width: 32px; height: 32px;
  color: var(--gold);
  opacity: .7;
  flex-shrink: 0;
}

.cu-hero-quick-text { display: flex; flex-direction: column; gap: .1rem; }

.cu-hero-quick-label {
  font-family: var(--font-body);
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.cu-hero-quick-value {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--text);
}

/* Main 2-col */
.cu-main {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  min-height: 600px;
  border-bottom: 1px solid var(--border);
}

/* Left — contact methods */
.cu-methods {
  background: var(--dark-3);
  padding: 4rem 3.5rem;
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cu-methods-heading {
  font-family: var(--font-body);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.cu-method {
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 1.2rem;
  align-items: start;
}
.cu-method:last-child { border-bottom: none; }

.cu-method-num {
  font-family: var(--font-display);
  font-size: .8rem;
  font-style: italic;
  color: var(--text-faint);
  padding-top: .15rem;
}

.cu-method-body { display: flex; flex-direction: column; gap: .3rem; }

.cu-method-type {
  font-family: var(--font-body);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-dim);
}

.cu-method-value {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--text);
  text-decoration: none;
  transition: color .2s;
  line-height: 1.2;
}
a.cu-method-value:hover { color: var(--gold-light); }

.cu-method-sub {
  font-family: var(--font-body);
  font-size: .72rem;
  color: var(--text-faint);
  line-height: 1.5;
}

.cu-hours {
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.cu-hours-heading {
  font-family: var(--font-body);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 1rem;
}

.cu-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: .45rem 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
  font-family: var(--font-body);
  font-size: .78rem;
}
.cu-hours-row:last-child { border-bottom: none; }

.cu-hours-day { color: var(--text-muted); }
.cu-hours-time { color: var(--text-faint); font-size: .72rem; }
.cu-hours-time.open { color: var(--gold); }

/* Right — form */
.cu-form-panel {
  background: var(--dark-2);
  padding: 4rem 4.5rem;
  display: flex;
  flex-direction: column;
}

.cu-form-heading {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--text);
  margin-bottom: .4rem;
}
.cu-form-heading em { font-style: italic; color: var(--gold-light); }

.cu-form-sub {
  font-family: var(--font-body);
  font-size: .8rem;
  color: var(--text-faint);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.cu-form { display: flex; flex-direction: column; gap: 0; flex: 1; }

.cu-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1px;
  background: var(--border);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  border-top: 1px solid var(--border);
}
.cu-field-row:first-child { border-top: 1px solid var(--border); }
.cu-field-row.full { grid-template-columns: 1fr; }

.cu-field {
  background: var(--dark-2);
  padding: 1.2rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: .4rem;
  transition: background .2s;
}
.cu-field:focus-within { background: var(--dark-3); }

.cu-label {
  font-family: var(--font-body);
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold-dim);
}

.cu-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.06);
  outline: none;
  font-family: var(--font-body);
  font-size: .88rem;
  color: var(--text);
  padding: .4rem 0;
  width: 100%;
  caret-color: var(--gold);
  transition: border-color .2s;
}
.cu-input:focus { border-bottom-color: rgba(91,164,245,.4); }
.cu-input::placeholder { color: var(--text-faint); }

.cu-textarea {
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: .88rem;
  color: var(--text);
  width: 100%;
  caret-color: var(--gold);
  resize: none;
  height: 130px;
  line-height: 1.7;
}
.cu-textarea::placeholder { color: var(--text-faint); }

.cu-form-bottom {
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-top: none;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cu-form-note {
  font-family: var(--font-body);
  font-size: .68rem;
  color: var(--text-faint);
  line-height: 1.5;
}

/* Success state */
.cu-success {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  padding: 3rem;
  border: 1px solid var(--border);
  background: rgba(91,164,245,.03);
}

.cu-success-icon {
  width: 48px; height: 48px;
  color: var(--gold);
  opacity: .8;
}

.cu-success-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-style: italic;
  color: var(--gold-light);
}

.cu-success-body {
  font-family: var(--font-body);
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 380px;
}

/* Location bar */
.cu-location {
  background: var(--dark);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid var(--border);
}

.cu-location-block {
  padding: 3rem 3.5rem;
  border-right: 1px solid var(--border);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
}
.cu-location-block:last-child { border-right: none; }

.cu-location-block::before {
  content: '';
  position: absolute;
  top: 2.5rem; bottom: 2.5rem; left: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  opacity: .2;
}
.cu-location-block:first-child::before { display: none; }

.cu-location-label {
  display: block;
  font-family: var(--font-body);
  font-size: .6rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: .6rem;
}

.cu-location-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--text);
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s ease;
}
a.cu-location-value:hover { color: var(--gold-light); }

.cu-location-sub {
  display: block;
  font-family: var(--font-body);
  font-size: .8rem;
  color: var(--text-muted);
  margin-top: .15rem;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s ease;
}
a.cu-location-sub:hover { color: var(--text); }

/* Map placeholder */
.cu-map {
  position: relative;
  height: 420px;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.cu-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: invert(90%) hue-rotate(180deg) saturate(.8) brightness(.85);
}

.cu-map-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to right, var(--dark) 0%, transparent 18%, transparent 82%, var(--dark) 100%),
    linear-gradient(to bottom, var(--dark) 0%, transparent 15%, transparent 85%, var(--dark) 100%);
  z-index: 1;
}

.cu-map-label {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .6rem;
  background: rgba(10,12,18,.75);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border);
  border-radius: 2px;
  padding: .5rem 1.1rem;
  pointer-events: none;
}

.cu-map-label svg {
  width: 14px; height: 14px;
  color: var(--gold);
  flex-shrink: 0;
}

.cu-map-label span {
  font-size: .7rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
}

/* Contact responsive */
@media (max-width: 1024px) {
  .cu-hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .cu-hero-quick { flex-direction: row; flex-wrap: wrap; }
  .cu-hero-quick-link { flex: 1; min-width: 200px; }
  .cu-main { grid-template-columns: 1fr; }
  .cu-methods { border-right: none; border-bottom: 1px solid var(--border); }
  .cu-location { grid-template-columns: 1fr; }
  .cu-location-block { border-right: none; border-bottom: 1px solid var(--border); padding: 2rem 2.5rem; }
  .cu-location-block:last-child { border-bottom: none; }
}

@media (max-width: 768px) {
  .cu-form-panel { padding: 2.5rem 1.5rem; }
  .cu-methods { padding: 2.5rem 1.5rem; }
  .cu-field-row { grid-template-columns: 1fr; }
  .cu-hours { margin-top: 2rem; }
}

/* Construction responsive */
@media (max-width: 1024px) {
  .cs-stats-section { grid-template-columns: repeat(2, 1fr); }
  .cs-why-section { grid-template-columns: 1fr; gap: 3rem; }
  .cs-project-type, .cs-project-type.reverse { grid-template-columns: 1fr; direction: ltr; }
  .cs-project-visual { min-height: 180px; border-right: none; border-left: none; border-bottom: 1px solid var(--border); }
  .cs-project-type.reverse .cs-project-visual { border-left: none; }
  .cs-cta-section { grid-template-columns: 1fr; }
  .cs-cta-left { border-right: none; border-bottom: 1px solid var(--border); }
  .cs-timeline { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .cs-timeline::before { display: none; }
}

@media (max-width: 768px) {
  .cs-service-row { grid-template-columns: 60px 1fr; }
  .cs-service-icon-wrap { display: none; }
  .cs-stats-section { grid-template-columns: repeat(2, 1fr); }
  .cs-project-items { grid-template-columns: 1fr; }
  .cs-timeline { grid-template-columns: 1fr; gap: 2rem; }
  .cs-cta-right { padding: 3rem 6vw; }
  .cs-stat-strip-number { font-size: 1.3rem; }
  .cs-hero-stats { display: none; }
}

/* DRY ICE responsive */
@media (max-width: 1100px) {
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
  .dib-what-inner { grid-template-columns: 1fr; gap: 3rem; }
  .dib-safety-section { grid-template-columns: 1fr; gap: 3rem; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .capabilities-grid { grid-template-columns: repeat(2, 1fr); }
  .use-cases-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .benefits-grid,
  .capabilities-grid,
  .use-cases-grid,
  .industry-grid,
  .process-steps { grid-template-columns: 1fr; }
  .dib-phones { flex-direction: column; gap: 1.5rem; }
  .dib-phone-divider { display: none; }
}

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */

@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .dryice-section, .about-section { grid-template-columns: 1fr; gap: 3rem; }
  .dryice-visual, .about-image { height: 280px; }
}

@media (max-width: 768px) {
  .nav-links-zone { display: none; }
  .menu-toggle { display: flex; align-items: center; margin-left: auto; }
  .nav-logo-img { height: 72px; }
  .nav-logo-zone { padding: 0 1.25rem; }
  .nav-links-zone.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 64px; left: 0; right: 0;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(20px);
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    z-index: 99;
    justify-content: flex-start;
    align-items: stretch;
  }
  .nav-links-zone.open li a {
    height: 48px;
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 0 2rem;
    color: rgba(20,30,50,0.65);
  }
  .nav-links-zone.open li:first-child a { border-left: none; }
  .services-grid { grid-template-columns: 1fr; }
  .rfq-form { grid-template-columns: 1fr; }
  .rfq-form-full { grid-column: 1; }
  .site-footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; max-width: none; border-right: 1px solid rgba(0,0,0,0.07); }
  .footer-cta-zone { grid-column: 1 / -1; border-top: 1px solid rgba(0,0,0,0.07); border-left: 1px solid rgba(0,0,0,0.07); }
  .hero-h1 { font-size: 2.8rem; }
  .nav-cta-zone { display: none; }
}

/* ═══════════════════════════════════════════
   ABOUT PAGE
═══════════════════════════════════════════ */

/* Company section */
.ab-company-section {
  background: var(--dark-2);
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 5rem;
  padding: 5rem max(2rem, calc((100% - 1200px) / 2));
}

.ab-fact-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2rem;
  border-top: 1px solid var(--border);
}

.ab-fact {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
}

.ab-fact-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: var(--font-body);
  white-space: nowrap;
}

.ab-fact-value {
  font-size: 0.9rem;
  color: var(--text);
  text-align: right;
}

.ab-body-text {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.ab-company-right {
  padding-top: 0.5rem;
}

/* Approach section */
.ab-approach-section {
  background: var(--dark-3);
  padding: 5rem max(2rem, calc((100% - 1200px) / 2));
}

.ab-approach-header {
  max-width: 640px;
  margin-bottom: 3.5rem;
}

.ab-approach-intro {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--text-muted);
}

.ab-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--border);
  border: 1px solid var(--border);
}

.ab-value-card {
  background: var(--dark-2);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ab-value-card:nth-child(4),
.ab-value-card:nth-child(5) {
  grid-column: span 1;
}

.ab-values-grid .ab-value-card:nth-child(4) {
  grid-column: 1 / span 1;
}

.ab-value-icon {
  width: 36px;
  height: 36px;
  color: var(--gold);
  flex-shrink: 0;
}

.ab-value-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.01em;
}

.ab-value-desc {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--text-muted);
}

/* Core Capabilities */
.ab-capabilities-section {
  background: var(--dark-2);
  padding: 5rem max(2rem, calc((100% - 1200px) / 2));
}

.ab-capabilities-header {
  max-width: 640px;
  margin-bottom: 3.5rem;
}

.ab-cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.ab-cap-card {
  background: var(--dark-3);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: background 0.2s;
}

.ab-cap-card:hover {
  background: var(--mid);
}

.ab-cap-icon {
  width: 36px;
  height: 36px;
  color: var(--gold);
  flex-shrink: 0;
}

.ab-cap-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
}

.ab-cap-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ab-cap-list li {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.5;
  padding-left: 1rem;
  position: relative;
}

.ab-cap-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold-dim);
  font-size: 0.75rem;
}

/* Location & Contact */
.ab-contact-section {
  background: var(--dark-3);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  padding: 5rem max(2rem, calc((100% - 1200px) / 2));
}

.ab-contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.ab-contact-icon {
  width: 36px;
  height: 36px;
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.ab-contact-icon svg {
  width: 100%;
  height: 100%;
}

.ab-contact-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-faint);
  margin-bottom: 0.4rem;
}

.ab-contact-value {
  display: block;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.6;
}

a.ab-contact-value:hover {
  color: var(--gold-light);
}

/* About responsive */
@media (max-width: 1024px) {
  .ab-values-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-cap-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .ab-company-section,
  .ab-contact-section { grid-template-columns: 1fr; gap: 3rem; padding: 3.5rem 1.5rem; }
  .ab-approach-section,
  .ab-capabilities-section { padding: 3.5rem 1.5rem; }
  .ab-values-grid,
  .ab-cap-grid { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════════
   MOBILE OPTIMIZATION & POLISH
═══════════════════════════════════════════ */

/* Animated hamburger → X */
.menu-toggle {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(91,164,245,0.4);
  background: rgba(91,164,245,0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 4px;
  margin-right: 1rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  transition: background .25s ease, border-color .25s ease, transform .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.menu-toggle:active { transform: scale(0.94); }
.menu-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold-dim);
  border-radius: 2px;
  transition: transform .35s cubic-bezier(.68,-0.4,.27,1.4),
              opacity .2s ease,
              background .25s ease,
              width .35s ease;
  transform-origin: center;
}
.menu-toggle.is-open { background: var(--gold); border-color: var(--gold); }
.menu-toggle.is-open .menu-toggle-bar { background: #fff; }
.menu-toggle.is-open .menu-toggle-bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle.is-open .menu-toggle-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle.is-open .menu-toggle-bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Body lock when nav drawer open */
body.menu-open { overflow: hidden; }

/* Smoother mobile drawer */
@media (max-width: 768px) {
  .nav-links-zone.open {
    animation: nav-drawer-in .35s cubic-bezier(.22,.9,.3,1) both;
    box-shadow: 0 24px 40px -20px rgba(0,0,0,0.18);
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .nav-links-zone.open li {
    opacity: 0;
    transform: translateY(-6px);
    animation: nav-link-in .4s cubic-bezier(.22,.9,.3,1) forwards;
  }
  .nav-links-zone.open li:nth-child(1) { animation-delay: .06s; }
  .nav-links-zone.open li:nth-child(2) { animation-delay: .11s; }
  .nav-links-zone.open li:nth-child(3) { animation-delay: .16s; }
  .nav-links-zone.open li:nth-child(4) { animation-delay: .21s; }
  .nav-links-zone.open li:nth-child(5) { animation-delay: .26s; }
  .nav-links-zone.open li:nth-child(6) { animation-delay: .31s; }
  .nav-links-zone.open li a {
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    height: 56px;
    transition: background .2s, color .2s, padding-left .2s;
  }
  .nav-links-zone.open li a:active,
  .nav-links-zone.open li a:hover {
    background: rgba(201,166,98,0.08);
    color: var(--gold);
    padding-left: 2.5rem;
  }
}

@keyframes nav-drawer-in {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: none; }
}
@keyframes nav-link-in {
  to { opacity: 1; transform: none; }
}

/* ────────── Tablet & smaller ────────── */
@media (max-width: 768px) {
  /* Tighter section spacing */
  .section { padding-top: 4rem; padding-bottom: 4rem; }

  /* Smoother hero scale */
  .hero { min-height: 560px; height: 92svh; }
  .hero-location { top: calc(64px + 0.4rem); }
  .hero-h1 { font-size: clamp(2.2rem, 9vw, 3.4rem); line-height: 1.06; }
  .hero-p  { font-size: 0.95rem; line-height: 1.65; }
  .hero-body { padding: 0 6vw; padding-top: 64px; }
  .hero-actions { flex-wrap: wrap; gap: 0.75rem; }

  /* DIB-style hero (construction/about/dry ice) */
  .dib-hero { padding: calc(64px + 3rem) 6vw 3.5rem !important; min-height: auto; }
  .dib-hero-content { max-width: 100%; }

  /* Section title */
  .section-title { font-size: clamp(1.9rem, 7vw, 2.6rem); line-height: 1.1; }

  /* Buttons fill width on phone */
  .btn-gold, .btn-ghost, .btn-primary {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0.95rem 1.5rem;
    font-size: 0.78rem;
  }
  .dib-hero-actions, .cs-cta-actions, .dib-cta-actions { flex-direction: column; width: 100%; }
  .dib-hero-actions a, .cs-cta-actions a, .dib-cta-actions a { width: 100%; }

  /* Form inputs — prevent iOS zoom (font-size must be ≥16px) */
  .form-input, .form-select, .form-textarea,
  .cu-input, .cu-textarea {
    font-size: 16px !important;
    padding: 0.95rem 1rem;
  }
  .form-textarea, .cu-textarea { min-height: 140px; }

  /* Service rows — stack icon below */
  .cs-service-row {
    grid-template-columns: 48px 1fr !important;
    gap: 1rem;
    padding: 1.75rem 0;
  }
  .cs-service-num { font-size: 1.4rem; }
  .cs-service-title { font-size: 1.15rem; }
  .cs-service-desc { font-size: 0.9rem; }
  .cs-service-tags { gap: 0.4rem; }
  .cs-tag { font-size: 0.65rem; padding: 0.25rem 0.55rem; }

  /* Why points wrap properly */
  .cs-why-point { gap: 1rem; }

  /* Stat blocks: numbers smaller */
  .cs-stat-number { font-size: 2.2rem; }
  .cs-stat-label { font-size: 0.7rem; }

  /* Project type */
  .cs-project-content { padding: 2rem 1.5rem; }
  .cs-project-title { font-size: 1.5rem; }

  /* Timeline – stack with vertical line, content right of dot */
  .cs-timeline { position: relative; }
  .cs-timeline::after {
    content: '';
    position: absolute;
    left: 14px; top: 14px; bottom: 14px;
    width: 1px;
    background: linear-gradient(180deg, var(--gold-dim), var(--gold), var(--gold-dim));
    opacity: 0.4;
  }
  .cs-timeline-step {
    padding: 0 0 0 3rem;
    position: relative;
  }
  .cs-timeline-step .cs-timeline-dot {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }

  /* Contact hero quick links */
  .cu-hero-quick-link { min-width: 100% !important; }
  .cu-hero-title { font-size: clamp(2rem, 8vw, 2.8rem); }

  /* Comparison table — sticky first col */
  .comparison-table { font-size: 0.78rem; min-width: 540px; }
  .comparison-table th, .comparison-table td { padding: 0.7rem 0.6rem; }
  .table-scroll {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    border: 1px solid var(--border);
    position: relative;
  }
  .table-scroll::after {
    content: '';
    position: sticky;
    right: 0; top: 0; bottom: 0;
    width: 24px;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.4));
    pointer-events: none;
    display: block;
  }

  /* Footer */
  .site-footer-inner { grid-template-columns: 1fr; }
  .footer-zone { padding: 2rem 1.5rem; border-right: none; border-left: none !important; border-bottom: 1px solid rgba(0,0,0,0.07); }
  .footer-zone:first-child { border-left: none; }
  .footer-cta-zone { padding: 2rem 1.5rem; border-left: none; border-right: none; border-top: none; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: .65rem; padding: 1.25rem 1.5rem; }
  .footer-logo-img { height: 150px; }

  /* Map height */
  .cu-map { height: 340px; }

  /* Process step number better balance */
  .step-number { font-size: 2rem; }

  /* Card padding tighten */
  .ab-value-card, .ab-cap-card,
  .benefit-card, .capability-card, .industry-card, .use-case-card,
  .service-card { padding: 1.75rem 1.4rem; }

  /* Benefit icons size */
  .benefit-icon, .capability-icon { width: 32px; height: 32px; }

  /* Hide decorative-only elements that crowd small screens */
  .grain { opacity: 0.25; }
  .vignette { opacity: 0.6; }
}

/* ────────── Small phones ────────── */
@media (max-width: 480px) {
  :root { --section-pad: 3rem; }

  .hero-h1 { font-size: clamp(1.95rem, 10vw, 2.6rem); }
  .hero-eyebrow { font-size: 0.62rem; letter-spacing: 0.18em; }
  .hero-p { font-size: 0.9rem; }

  .section-title { font-size: clamp(1.7rem, 8vw, 2.2rem); }
  .section-eyebrow { font-size: 0.62rem; letter-spacing: 0.16em; }

  /* Tighter horizontal padding */
  .section,
  .ab-company-section, .ab-contact-section,
  .ab-approach-section, .ab-capabilities-section,
  .cs-services-section, .cs-projects-section,
  .cs-why-section, .cs-process-section, .cs-cta-section,
  .dib-what-section, .dib-benefits-section,
  .dib-industries-section, .dib-compare-section,
  .dib-safety-section, .dib-capabilities-section,
  .dib-usecases-section, .dib-cta-section { padding-left: 1.25rem; padding-right: 1.25rem; }

  .dib-hero { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }

  /* Hero blocks — unify horizontal padding with sections */
  .cu-hero { padding: calc(64px + 2.5rem) 1.25rem 2.75rem; }
  .cs-hero { padding-left: 1.25rem; padding-right: 1.25rem; }
  .inner-page-header { padding: 3.5rem 1.25rem 2rem; }
  .inner-page-content { padding: 3rem 1.25rem; }

  /* Contact location bar — tighten card padding */
  .cu-location-block { padding: 1.75rem 1.25rem; }
  .cu-location-block::before { display: none; }
  .cu-location-value { font-size: 1.1rem; }

  /* Footer — unify with section gutter */
  .site-footer::before { left: 0; right: 0; }
  .footer-zone { padding: 1.75rem 1.25rem; }
  .footer-cta-zone { padding: 1.75rem 1.25rem; }
  .footer-bottom { padding: 1rem 1.25rem; }
  .footer-logo-img { height: 128px; }

  /* Stats grid — 1 column on tiny screens */
  .cs-stats-section { grid-template-columns: 1fr !important; }

  /* Construction service row — single column */
  .cs-service-row { grid-template-columns: 1fr !important; }
  .cs-service-num {
    font-size: 1rem;
    color: var(--gold);
    letter-spacing: 0.18em;
    border-bottom: 1px solid var(--border);
    padding-bottom: 0.6rem;
    margin-bottom: 0.4rem;
  }

  /* Contact methods */
  .cu-method { gap: 0.8rem; }
  .cu-method-num { font-size: 0.95rem; }
  .cu-method-value { font-size: 0.95rem; }

  /* Stat strip in hero */
  .cs-hero-stats, .cs-hero-stats * { display: none !important; }

  /* RFQ form */
  .rfq-section { padding: 3.5rem 1.25rem; }
  .rfq-form { gap: 1rem; }
}

/* ────────── Touch-device adjustments ────────── */
@media (hover: none) and (pointer: coarse) {
  /* Hover effects that don't translate well to touch */
  .cs-service-row:hover .cs-service-icon-wrap { opacity: 1; }
  .ascii-crane { display: none; }

  /* Larger tap targets */
  .nav-links-zone li a,
  .footer-nav-list a,
  .footer-contact-value,
  .cu-method-value,
  .cu-hero-quick-link,
  .ab-fact { min-height: 44px; }

  /* Eliminate sticky :hover state on tap */
  .service-card:hover, .benefit-card:hover, .capability-card:hover,
  .industry-card:hover, .use-case-card:hover, .ab-cap-card:hover {
    transform: none;
  }
}

/* ────────── Kill sticky :hover flicker on touch devices ──────────
   Touch browsers latch :hover until the next tap, causing layout-shifting
   hover styles (padding, transform, background, ::before/::after scales)
   to read as flickering borders/outlines while scrolling. Neutralise
   wholesale on hover-less devices. */
@media (hover: none) {
  .ab-fact:hover,
  .ab-cap-card:hover,
  .ab-value-card:hover,
  .service-card:hover,
  .benefit-card:hover,
  .capability-card:hover,
  .industry-card:hover,
  .use-case-card:hover,
  .cs-stat-block:hover,
  .cs-stat-strip:hover,
  .cs-stats-section .cs-stat-block:hover,
  .cs-service-row:hover,
  .cs-why-point:hover,
  .process-step:hover,
  .news-card:hover,
  .cu-hero-quick-link:hover {
    background: inherit;
    transform: none;
    padding-left: 0;
  }
  .ab-fact:hover { padding-left: 0; }
  .ab-fact:hover .ab-fact-label { color: var(--text-muted); }
  .ab-cap-card:hover::after,
  .ab-value-card:hover::before,
  .ab-value-card:hover::after,
  .service-card:hover::after,
  .benefit-card:hover::after,
  .cs-stat-strip:hover::after,
  .cs-stats-section .cs-stat-block:hover::before,
  .cs-service-row:hover::after {
    transform: scaleX(0) scaleY(0);
    opacity: 0;
    width: 0;
  }
  .ab-cap-card:hover .ab-cap-icon,
  .ab-value-card:hover .ab-value-icon {
    transform: none;
  }
  .ab-cap-card:hover .ab-cap-list li {
    padding-left: 0;
    color: inherit;
  }
  .cs-stats-section .cs-stat-block:hover .cs-stat-number {
    color: var(--gold);
    letter-spacing: normal;
  }
}

/* ────────── Honour iOS safe areas ────────── */
@supports (padding: env(safe-area-inset-bottom)) {
  .footer-bottom { padding-bottom: calc(1.25rem + env(safe-area-inset-bottom)); }
  .nav { padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
}

/* ────────── Mobile reveal tweak ────────── */
@media (max-width: 768px) {
  /* Smaller travel for cleaner mobile reveal */
  [data-reveal] { transform: translateY(18px); }
  [data-reveal-stagger] > * { transform: translateY(14px); }
}

/* Sector strip with word labels (Residential / Commercial / Industrial / Government) */
.cs-stats-text .cs-stat-block { padding: 2.5rem 1.25rem; min-width: 0; }
.cs-stats-text .cs-stat-number {
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.15;
  white-space: normal;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.cs-stats-text .cs-stat-label {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .cs-stats-text { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .cs-stats-text { grid-template-columns: 1fr; }
  .cs-stats-text .cs-stat-block::after { display: none; }
}

/* ═══════════════════════════════════════════
   ABOUT PAGE — POLISH
═══════════════════════════════════════════ */

/* Value cards — gold accent + icon motion */
.ab-value-card {
  position: relative;
  overflow: hidden;
  transition: background .35s ease, transform .35s cubic-bezier(.22,.9,.3,1);
}
.ab-value-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--gold-light), var(--gold-dim));
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform .5s cubic-bezier(.22,.9,.3,1);
}
.ab-value-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 0%, rgba(201,166,98,0.08) 0%, transparent 55%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
.ab-value-card:hover { background: var(--mid); transform: translateY(-2px); }
.ab-value-card:hover::before { transform: scaleY(1); }
.ab-value-card:hover::after  { opacity: 1; }

.ab-value-icon {
  transition: transform .5s cubic-bezier(.22,.9,.3,1), color .3s ease;
  transform-origin: 50% 50%;
}
.ab-value-card:hover .ab-value-icon { transform: scale(1.12) rotate(-4deg); color: var(--gold-light); }

/* Per-card icon idling */
.ab-value-card:nth-child(1) .ab-value-icon { animation: ab-spin-slow 18s linear infinite; }
.ab-value-card:nth-child(3) .ab-value-icon { animation: ab-pulse 3.2s ease-in-out infinite; }
.ab-value-card:nth-child(4) .ab-value-icon { animation: ab-tick 4s steps(60) infinite; transform-origin: 50% 50%; }
.ab-value-card:nth-child(1):hover .ab-value-icon,
.ab-value-card:nth-child(3):hover .ab-value-icon,
.ab-value-card:nth-child(4):hover .ab-value-icon { animation-play-state: paused; }

@keyframes ab-spin-slow { to { transform: rotate(360deg); } }
@keyframes ab-pulse { 0%,100% { opacity: .92; } 50% { opacity: 1; filter: drop-shadow(0 0 8px rgba(201,166,98,0.4)); } }
@keyframes ab-tick {
  0%,16% { transform: rotate(0deg); }
  17%,33% { transform: rotate(60deg); }
  34%,50% { transform: rotate(120deg); }
  51%,66% { transform: rotate(180deg); }
  67%,83% { transform: rotate(240deg); }
  84%,100% { transform: rotate(300deg); }
}

/* Capability cards — gold underline grows from left, list items wake up */
.ab-cap-card { position: relative; }
.ab-cap-card::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .55s cubic-bezier(.22,.9,.3,1);
}
.ab-cap-card:hover::after { transform: scaleX(1); }

.ab-cap-icon {
  transition: transform .5s cubic-bezier(.22,.9,.3,1), color .3s ease;
}
.ab-cap-card:hover .ab-cap-icon { transform: translateY(-3px) scale(1.08); color: var(--gold-light); }

.ab-cap-list li {
  transition: padding-left .3s ease, color .3s ease;
}
.ab-cap-card:hover .ab-cap-list li { padding-left: 1.25rem; color: var(--text); }
.ab-cap-card:hover .ab-cap-list li::before { color: var(--gold); }

/* Fact list — row hover accent */
.ab-fact {
  transition: padding-left .3s ease, background .3s ease;
  padding-left: 0;
}
@media (hover: hover) {
  .ab-fact:hover {
    padding-left: 0.75rem;
    background: linear-gradient(90deg, rgba(201,166,98,0.06), transparent 60%);
  }
  .ab-fact:hover .ab-fact-label { color: var(--gold); }
}

/* Hero stat strip on about page — bottom accent on numbers */
.cs-stat-strip {
  position: relative;
  transition: transform .35s cubic-bezier(.22,.9,.3,1);
}
.cs-stat-strip::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  height: 2px;
  width: 0;
  background: var(--gold);
  transition: width .6s cubic-bezier(.22,.9,.3,1);
}
@media (hover: hover) {
  .cs-stat-strip:hover { transform: translateY(-3px); }
  .cs-stat-strip:hover::after { width: 60%; }
}

/* Sectors strip (residential / commercial / industrial / government) */
.cs-stats-section .cs-stat-block {
  position: relative;
  cursor: default;
  transition: background .3s ease;
}
.cs-stats-section .cs-stat-block::before {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .5s cubic-bezier(.22,.9,.3,1);
}
@media (hover: hover) {
  .cs-stats-section .cs-stat-block:hover { background: rgba(255,255,255,0.02); }
  .cs-stats-section .cs-stat-block:hover::before { transform: scaleX(1); }
}
.cs-stats-section .cs-stat-block .cs-stat-number {
  transition: color .3s ease, letter-spacing .4s ease;
}
@media (hover: hover) {
  .cs-stats-section .cs-stat-block:hover .cs-stat-number {
    color: var(--gold-light);
    letter-spacing: 0.02em;
  }
}

/* Contact detail rows — icon glow on hover */
.ab-contact-detail {
  transition: transform .3s cubic-bezier(.22,.9,.3,1);
}
.ab-contact-detail:hover { transform: translateX(4px); }
.ab-contact-icon {
  transition: transform .5s cubic-bezier(.22,.9,.3,1), color .3s ease, filter .3s ease;
}
.ab-contact-detail:hover .ab-contact-icon {
  transform: scale(1.12) rotate(-4deg);
  color: var(--gold-light);
  filter: drop-shadow(0 0 10px rgba(201,166,98,0.5));
}

/* Hero quote-style intro punch on the about hero */
.dib-hero-content .hero-h1 em { position: relative; }
.dib-hero-content .hero-h1 em::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  animation: ab-rule-grow 1.4s cubic-bezier(.22,.9,.3,1) .8s forwards;
}
@keyframes ab-rule-grow { to { transform: scaleX(1); } }

@media (prefers-reduced-motion: reduce) {
  .ab-value-card .ab-value-icon { animation: none !important; }
  .dib-hero-content .hero-h1 em::after { animation: none; transform: scaleX(1); }
}

@media (max-width: 1024px) {
  .news-listing-header {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
  }
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .news-hero {
    padding: calc(64px + 2.5rem) 6vw 3rem;
  }
  .news-hero .cu-hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .news-listing-section,
  .news-single-body {
    padding: 3.5rem 6vw;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-card-body {
    padding: 1.15rem;
  }
  .news-single-hero {
    aspect-ratio: 16 / 9;
    padding: calc(64px + 3rem) 6vw 3.5rem;
  }
  .news-single-overlay {
    background:
      linear-gradient(90deg, rgba(6,12,26,0.94) 0%, rgba(6,12,26,0.78) 100%),
      linear-gradient(0deg, rgba(11,15,24,0.96) 0%, rgba(11,15,24,0.3) 56%, rgba(11,15,24,0.74) 100%);
  }
  .navigation.pagination .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .navigation.pagination .page-numbers {
    width: 100%;
  }
}
