/* Premier Shipping Containers concept homepage */
:root {
  --navy: #0b2532;
  --navy-2: #12313f;
  --ink: #040707;
  --steel: #1c2a33;
  --blue: #4fa3d1;
  --blue-deep: #1e6a8f;
  --blue-soft: #e1eff7;
  --paper: #f5f5f5;
  --line: #e2e6e9;
  --text: #1e2a31;
  --muted: #5d6b74;
  --white: #ffffff;
  --rust: #b5432c;
  --gold: #f4b400;
  --font-head: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --container: 1200px;
  --gutter: clamp(20px, 4vw, 48px);
  --radius: 6px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --shadow: 0 18px 50px -20px rgba(4,7,7,.35);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.62;
  color: var(--text);
  background: var(--white);
  overflow-x: clip;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1; margin: 0; text-transform: uppercase; letter-spacing: .005em; }
h1 { font-size: clamp(44px, 6.2vw, 84px); }
h2 { font-size: clamp(36px, 4.4vw, 56px); }
h3 { font-size: clamp(22px, 2vw, 26px); font-weight: 500; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; background: var(--blue); color: var(--ink); padding: 10px 16px; z-index: 100; font-weight: 600; border-radius: var(--radius); }
.skip:focus { top: 12px; }

.wrap { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.range-grid > *, .loc-grid > *, .delivery-grid > *, .about-grid > *, .quality-grid > *, .quality-body > *, .art-grid > *, .services-grid > *, .footer-grid > *, .cta .wrap > * { min-width: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-head); font-weight: 500; font-size: 18px; letter-spacing: .06em; text-transform: uppercase; color: var(--blue-deep); }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow.center { justify-content: center; }
.center { text-align: center; }
.section { padding-block: clamp(72px, 9vw, 128px); }
.sec-head { max-width: 780px; margin-bottom: clamp(36px, 5vw, 64px); }
.sec-head h2 { margin-top: 12px; }
.sec-head p { margin-top: 16px; color: var(--muted); max-width: 560px; }
.sec-head.center { margin-inline: auto; }
.sec-head.center p { margin-inline: auto; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 26px; border-radius: var(--radius); font-family: var(--font-head); font-weight: 600; font-size: 19px; letter-spacing: .04em; text-transform: uppercase; border: 2px solid transparent; transition: transform .35s var(--ease), background .3s, color .3s, border-color .3s, box-shadow .35s; position: relative; overflow: hidden; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn-primary { background: var(--blue); color: var(--ink); border-color: var(--blue); }
.btn-primary:hover { background: #6fb8dd; transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(79,163,209,.8); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.btn-outline:hover { background: var(--white); color: var(--navy); border-color: var(--white); transform: translateY(-2px); }
.btn-dark { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-dark:hover { background: var(--steel); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-ghost:hover { background: var(--navy); color: var(--white); }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; font-size: 18px; letter-spacing: .05em; text-transform: uppercase; color: var(--blue-deep); }
.link-arrow svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translateX(5px); }

/* header */
.header { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .4s, box-shadow .4s, padding .4s; padding: 18px 0; }
.header .wrap { display: flex; align-items: center; gap: 28px; width: min(1440px, 100% - 2 * var(--gutter)); }
.header.is-solid { background: rgba(11,37,50,.97); box-shadow: 0 10px 30px -18px rgba(0,0,0,.6); padding: 10px 0; }
.logo { display: block; }
.logo img { height: 44px; width: auto; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav a { color: var(--white); font-family: var(--font-head); font-weight: 500; font-size: 18px; letter-spacing: .05em; text-transform: uppercase; padding: 10px 14px; border-radius: 4px; position: relative; }
.nav a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.nav a:hover::after, .nav a[aria-current]::after { transform: scaleX(1); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { color: var(--white); font-family: var(--font-head); font-weight: 600; font-size: 19px; letter-spacing: .03em; display: inline-flex; align-items: center; gap: 8px; }
.header-phone svg { width: 18px; height: 18px; }
.header .btn { min-height: 46px; padding-inline: 20px; }
.nav-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border: 0; background: transparent; color: var(--white); flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.nav-toggle span { width: 26px; height: 2px; background: currentColor; transition: transform .3s, opacity .3s; }
@media (max-width: 1080px) {
  .nav, .header-phone { display: none; }
  .nav-toggle { display: flex; }
  .header .wrap { gap: 12px; }
  body.nav-open .nav { display: flex; position: fixed; inset: 0; background: var(--navy); flex-direction: column; justify-content: center; align-items: center; gap: 8px; z-index: 60; }
  body.nav-open .nav a { font-size: 34px; }
  body.nav-open .nav-toggle { position: relative; z-index: 61; }
  body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
}
@media (max-width: 560px) { .header .btn { display: none; } .logo img { height: 36px; } }

/* hero */
.hero { position: relative; min-height: 100dvh; display: grid; align-items: end; color: var(--white); overflow: hidden; background: var(--navy); isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; transform: translateZ(0); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,37,50,.55) 0%, rgba(11,37,50,.35) 40%, rgba(11,37,50,.92) 100%); }
.hero-grain { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .07; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
.hero .wrap { position: relative; padding-top: 150px; padding-bottom: 40px; width: min(1440px, 100% - 2 * var(--gutter)); }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-head); font-size: 18px; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); font-weight: 500; }
.hero-eyebrow::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px rgba(79,163,209,.25); animation: pulse 2.4s infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(79,163,209,.25); } 50% { box-shadow: 0 0 0 10px rgba(79,163,209,.05); } }
.hero h1 { margin-top: 22px; max-width: 1080px; }
.hero h1 .w { display: inline-block; overflow: hidden; vertical-align: top; }
.hero h1 .w i { display: inline-block; font-style: normal; transform: translateY(110%); }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-sub { margin-top: 22px; max-width: 560px; font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-bottom { margin-top: clamp(40px, 7vh, 80px); display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; overflow: hidden; background: rgba(11,37,50,.62); }
.chooser { display: flex; align-items: center; gap: 16px; padding: 22px 24px; color: var(--white); border-right: 1px solid rgba(255,255,255,.14); transition: background .3s; position: relative; }
.chooser:last-child { border-right: 0; }
.chooser:hover { background: rgba(79,163,209,.16); }
.chooser svg { width: 34px; height: 34px; flex: none; color: var(--blue); }
.chooser b { display: block; font-family: var(--font-head); font-weight: 600; font-size: 22px; letter-spacing: .04em; text-transform: uppercase; line-height: 1; }
.chooser small { display: block; font-size: 14px; color: rgba(255,255,255,.7); margin-top: 4px; }
.chooser .go { margin-left: auto; width: 22px; height: 22px; opacity: .5; transition: transform .3s var(--ease), opacity .3s; }
.chooser:hover .go { transform: translateX(4px); opacity: 1; }
@media (max-width: 1000px) { .hero-bottom { grid-template-columns: repeat(2, 1fr); } .chooser:nth-child(2) { border-right: 0; } .chooser:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); } }
@media (max-width: 560px) { .hero-bottom { grid-template-columns: 1fr; } .chooser { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); } .chooser:last-child { border-bottom: 0; } .hero .wrap { padding-top: 120px; } }

/* marquee strip */
.strip { background: var(--navy); color: var(--white); overflow: hidden; border-block: 1px solid rgba(255,255,255,.08); }
.strip-track { display: flex; gap: 0; width: max-content; animation: marquee 38s linear infinite; will-change: transform; }
.strip-track span { font-family: var(--font-head); font-weight: 500; font-size: 20px; letter-spacing: .12em; text-transform: uppercase; padding: 16px 34px; display: inline-flex; align-items: center; gap: 34px; white-space: nowrap; }
.strip-track span::after { content: ""; width: 8px; height: 8px; background: var(--blue); transform: rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* services */
.services { background: var(--white); position: relative; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 3 / 4; color: var(--white); background: var(--navy); box-shadow: var(--shadow); isolation: isolate; }
.service img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter .6s; z-index: -1; }
.service::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,37,50,0) 30%, rgba(11,37,50,.92) 100%); z-index: 0; transition: opacity .5s; }
.service-body { position: absolute; inset: auto 0 0 0; padding: 26px; z-index: 1; }
.service-num { font-family: var(--font-head); font-size: 15px; letter-spacing: .2em; color: var(--blue); }
.service h3 { font-size: clamp(30px, 2.6vw, 38px); font-weight: 600; margin-top: 8px; }
.service p { margin-top: 10px; font-size: 15px; line-height: 1.5; color: rgba(255,255,255,.82); max-height: 0; opacity: 0; overflow: hidden; transition: max-height .6s var(--ease), opacity .5s .1s, margin .6s var(--ease); }
.service .link-arrow { color: var(--blue); margin-top: 14px; font-size: 16px; }
.service:hover img, .service:focus-within img { transform: scale(1.06); }
.service:hover p, .service:focus-within p { max-height: 120px; opacity: 1; }
@media (hover: none) { .service p { max-height: 120px; opacity: 1; } }
@media (max-width: 1000px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .services-grid { grid-template-columns: 1fr; } .service { aspect-ratio: 4 / 3; } }

/* 3D range */
.range { background: var(--navy); color: var(--white); position: relative; overflow: hidden; }
.range::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 70% at 70% 50%, rgba(79,163,209,.22), transparent 70%); pointer-events: none; }
.range .eyebrow { color: var(--blue); }
.range-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(24px, 4vw, 64px); align-items: center; position: relative; }
.range-copy p { color: rgba(255,255,255,.78); }
.size-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.size-chip { min-height: 46px; padding: 0 20px; border-radius: 999px; border: 1px solid rgba(255,255,255,.28); background: transparent; color: var(--white); font-family: var(--font-head); font-weight: 600; font-size: 18px; letter-spacing: .06em; transition: background .3s, color .3s, border-color .3s; }
.size-chip[aria-pressed="true"], .size-chip:hover { background: var(--blue); color: var(--ink); border-color: var(--blue); }
.specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.spec b { display: block; font-family: var(--font-head); font-weight: 600; font-size: clamp(30px, 3vw, 44px); line-height: 1; }
.spec b small { font-size: .5em; color: var(--blue); margin-left: 3px; }
.spec span { display: block; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 6px; }
.range-stage { position: relative; aspect-ratio: 4 / 3; min-height: 340px; }
.range-stage canvas { width: 100%; height: 100%; touch-action: pan-y; cursor: grab; border-radius: 12px; }
.range-stage canvas:active { cursor: grabbing; }
.range-ghost { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90%; height: 70%; background: no-repeat center / contain; pointer-events: none; z-index: 0; opacity: .06; }
.range-hint { position: absolute; right: 12px; bottom: 8px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); display: flex; gap: 8px; align-items: center; }
.range-hint svg { width: 16px; height: 16px; }
.range-note { margin-top: 20px; font-size: 14px; color: rgba(255,255,255,.55); }
@media (max-width: 900px) { .range-grid { grid-template-columns: 1fr; } .range-stage { order: -1; aspect-ratio: 16 / 10; } }
@media (max-width: 520px) { .specs { grid-template-columns: 1fr 1fr; } .spec:last-child { grid-column: 1 / -1; } }

/* delivery compare */
.delivery { background: var(--paper); }
.delivery-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: stretch; }
.delivery-stage { position: relative; border-radius: 12px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); aspect-ratio: 16 / 10; }
.delivery-stage video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .5s; }
.delivery-stage video.is-active { opacity: 1; }
.delivery-badge { position: absolute; left: 18px; top: 18px; background: var(--navy); color: var(--white); font-family: var(--font-head); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 8px 14px; border-radius: 4px; font-size: 15px; z-index: 2; }
.delivery-tabs { display: grid; gap: 12px; align-content: center; }
.dtab { text-align: left; background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 16px 20px 16px 16px; display: grid; grid-template-columns: 84px 1fr auto; gap: 16px; align-items: center; transition: border-color .3s, transform .35s var(--ease), box-shadow .35s; position: relative; overflow: hidden; }
.dtab::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--blue); transform: scaleY(0); transition: transform .35s var(--ease); transform-origin: top; }
.dtab[aria-selected="true"] { border-color: var(--blue); box-shadow: var(--shadow); transform: translateX(6px); }
.dtab[aria-selected="true"]::before { transform: scaleY(1); }
.dtab:hover { border-color: var(--blue); }
.dtab-thumb { width: 84px; height: 84px; object-fit: cover; border-radius: 8px; }
.dtab-icon { width: 52px; height: 52px; border-radius: 10px; background: var(--blue-soft); display: grid; place-items: center; color: var(--navy); }
.dtab-icon svg { width: 30px; height: 30px; }
.dtab b { display: block; font-family: var(--font-head); font-weight: 600; font-size: 24px; text-transform: uppercase; letter-spacing: .03em; color: var(--navy); }
.dtab small { display: block; font-size: 14px; color: var(--muted); margin-top: 3px; line-height: 1.45; }
.dtab .num { font-family: var(--font-head); font-size: 26px; font-weight: 600; color: var(--line); transition: color .3s; }
.dtab[aria-selected="true"] .num { color: var(--blue); }
.delivery-foot { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.delivery-foot p { color: var(--muted); max-width: 640px; }
@media (max-width: 900px) { .delivery-grid { grid-template-columns: 1fr; } .dtab[aria-selected="true"] { transform: none; } }

/* about */
.about { background: var(--navy); color: var(--white); overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.about-media { position: relative; overflow: hidden; min-height: 360px; }
.about-media img { position: absolute; inset: -12% 0; width: 100%; height: 124%; object-fit: cover; }
.about-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,37,50,0) 60%, rgba(11,37,50,.9)); }
.about-copy { padding: clamp(48px, 6vw, 96px) clamp(24px, 5vw, 80px); display: grid; align-content: center; gap: 22px; position: relative; }
.about-copy .eyebrow { color: var(--blue); }
.about-copy p { color: rgba(255,255,255,.8); max-width: 560px; }
.stats { display: grid; grid-template-columns: repeat(3, auto); gap: clamp(20px, 4vw, 48px); margin-top: 10px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.14); justify-content: start; }
.stat b { display: block; font-family: var(--font-head); font-weight: 600; font-size: clamp(38px, 4vw, 58px); line-height: 1; }
.stat b small { font-size: .45em; color: var(--blue); margin-left: 4px; vertical-align: top; }
.stat span { display: block; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 6px; }
.about-year { position: absolute; right: 24px; top: 24px; width: clamp(200px, 26vw, 400px); height: clamp(90px, 12vw, 180px); pointer-events: none; opacity: .06; background: no-repeat right top / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 180'%3E%3Ctext x='400' y='160' text-anchor='end' font-family='Barlow Condensed, Arial Narrow, sans-serif' font-weight='600' font-size='180' fill='%23ffffff'%3E2007%3C/text%3E%3C/svg%3E"); }
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } .stats { grid-template-columns: repeat(3, 1fr); } }

/* partners */
.partners { background: var(--white); border-bottom: 1px solid var(--line); }
.partners .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; }
.partners h2 { font-size: clamp(26px, 2.6vw, 34px); }
.partner-logos { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(28px, 4vw, 60px); }
.partner-logos img { height: clamp(64px, 7vw, 100px); width: auto; transition: transform .4s; }
.partner-logos img:hover { transform: translateY(-3px); }

/* quality */
.quality { background: var(--paper); position: relative; }
.quality-head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-bottom: clamp(36px, 5vw, 56px); }
.quality-head p { color: var(--muted); max-width: 520px; justify-self: end; }
.quality-body { display: grid; grid-template-columns: 1fr 1.7fr; gap: clamp(20px, 3vw, 40px); align-items: start; }
.quality-photo { position: sticky; top: 96px; margin: 0; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--navy); }
.quality-photo img { width: 100%; height: 100%; object-fit: cover; }
.quality-photo figcaption { position: absolute; inset: auto 0 0 0; padding: 60px 24px 24px; color: var(--white); font-family: var(--font-head); font-weight: 600; font-size: 24px; line-height: 1.1; text-transform: uppercase; background: linear-gradient(180deg, rgba(11,37,50,0), rgba(11,37,50,.92)); }
.quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.q { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 28px 24px; transition: transform .4s var(--ease), box-shadow .4s, border-color .4s; position: relative; overflow: hidden; }
.q::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.q:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.q:hover::after { transform: scaleX(1); }
.q-icon { width: 48px; height: 48px; color: var(--navy); margin-bottom: 18px; }
.q-icon svg { width: 100%; height: 100%; }
.q h3 { font-size: 24px; font-weight: 600; color: var(--navy); }
.q p { font-size: 15px; color: var(--muted); margin-top: 10px; line-height: 1.55; }
@media (max-width: 1000px) { .quality-body { grid-template-columns: 1fr; } .quality-photo { position: static; aspect-ratio: 16 / 9; } .quality-head { grid-template-columns: 1fr; } .quality-head p { justify-self: start; } }
@media (max-width: 520px) { .quality-grid { grid-template-columns: 1fr; } }

/* locations */
.locations { background: var(--white); overflow: hidden; }
.loc-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(24px, 4vw, 64px); align-items: center; }
.map { position: relative; }
.map svg { width: 100%; height: auto; overflow: visible; }
.map .land { fill: var(--paper); stroke: var(--line); stroke-width: 1.2; }
.pin { cursor: pointer; }
.pin circle.dot { fill: var(--blue); transition: r .3s; r: 9px; }
.pin.is-on circle.dot { r: 12px; }
.pin circle.ring { fill: none; stroke: var(--blue); stroke-width: 1.5; opacity: .6; transform-origin: center; transform-box: fill-box; animation: ring 2.6s infinite; }
.pin:nth-child(2n) circle.ring { animation-delay: .8s; }
.pin:nth-child(3n) circle.ring { animation-delay: 1.5s; }
@keyframes ring { 0% { transform: scale(.4); opacity: .8; } 100% { transform: scale(2.6); opacity: 0; } }
.pin text { font-family: var(--font-head); font-weight: 600; font-size: 26px; letter-spacing: .08em; text-transform: uppercase; fill: var(--navy); }
.pin.is-hq circle.dot { fill: var(--rust); }
.pin.is-hq circle.ring { stroke: var(--rust); }
.loc-list { display: grid; gap: 0; }
.loc { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); transition: padding .3s var(--ease); }
.loc:first-child { border-top: 1px solid var(--line); }
.loc:hover, .loc.is-on { padding-left: 8px; background: linear-gradient(90deg, var(--blue-soft), transparent 60%); }
.loc .n { font-family: var(--font-head); font-weight: 600; font-size: 20px; color: var(--blue-deep); }
.loc b { display: block; font-family: var(--font-head); font-weight: 600; font-size: 26px; text-transform: uppercase; color: var(--navy); line-height: 1; }
.loc small { display: block; color: var(--muted); font-size: 14px; margin-top: 4px; }
.loc svg { width: 20px; height: 20px; color: var(--blue-deep); transition: transform .3s var(--ease); }
.loc:hover svg { transform: translateX(5px); }
.loc.is-hq b::after { content: "Head office"; font-family: var(--font-body); font-weight: 600; font-size: 11px; letter-spacing: .12em; background: var(--rust); color: var(--white); padding: 4px 8px; border-radius: 3px; margin-left: 10px; vertical-align: middle; }
@media (max-width: 900px) { .loc-grid { grid-template-columns: 1fr; } }

/* reviews */
.reviews { background: var(--paper); overflow: hidden; }
.google-badge { display: inline-flex; align-items: center; gap: 14px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 10px 20px 10px 14px; margin-top: 20px; }
.google-badge img { height: 26px; width: auto; }
.google-badge b { font-family: var(--font-head); font-size: 26px; font-weight: 600; color: var(--navy); line-height: 1; }
.google-badge .stars { color: var(--gold); letter-spacing: 1px; font-size: 16px; }
.google-badge small { color: var(--muted); font-size: 13px; }
.review-track { display: flex; gap: 20px; width: max-content; padding-block: 8px; animation: marquee 70s linear infinite; will-change: transform; }
.reviews:hover .review-track, .reviews:focus-within .review-track { animation-play-state: paused; }
.review { width: 380px; background: var(--white); border-radius: 12px; padding: 30px 28px; box-shadow: 0 10px 30px -22px rgba(4,7,7,.35); position: relative; border: 1px solid var(--line); display: grid; gap: 16px; align-content: start; }
.review::before { content: "\201C"; position: absolute; right: 22px; top: 8px; font-family: var(--font-head); font-size: 90px; line-height: 1; color: var(--blue-soft); }
.review .stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; }
.review p { font-size: 15px; color: var(--text); line-height: 1.6; }
.review cite { font-style: normal; font-family: var(--font-head); font-weight: 600; font-size: 18px; letter-spacing: .04em; color: var(--navy); }
.review cite small { display: block; font-family: var(--font-body); font-weight: 400; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.reviews-foot { margin-top: 30px; }
@media (max-width: 520px) { .review { width: 300px; } }

/* articles */
.articles { background: var(--white); }
.art-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.art { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--white); transition: transform .4s var(--ease), box-shadow .4s; display: flex; flex-direction: column; }
.art:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.art-media { aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper); }
.art-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.art:hover .art-media img { transform: scale(1.05); }
.art-body { padding: 24px; display: grid; gap: 12px; flex: 1; align-content: start; }
.art-tag { font-family: var(--font-head); font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--blue-deep); font-weight: 600; }
.art h3 { font-size: 24px; font-weight: 600; color: var(--navy); text-transform: none; line-height: 1.1; }
.art p { font-size: 15px; color: var(--muted); }
.art .link-arrow { margin-top: auto; font-size: 16px; }
@media (max-width: 900px) { .art-grid { grid-template-columns: 1fr; } }

/* cta */
.cta { position: relative; background: var(--navy); color: var(--white); overflow: hidden; isolation: isolate; }
.cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; opacity: .5; }
.cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,37,50,.96), rgba(11,37,50,.7)); z-index: -1; }
.cta .wrap { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.cta h2 { max-width: 760px; }
.cta p { margin-top: 14px; color: rgba(255,255,255,.82); max-width: 640px; }
.cta p a { color: var(--blue); font-weight: 600; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 800px) { .cta .wrap { grid-template-columns: 1fr; } }

/* footer */
.footer { background: var(--ink); color: rgba(255,255,255,.75); padding: 64px 0 28px; font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: repeat(4, auto) 1.4fr; gap: 40px; }
.footer h4 { font-family: var(--font-body); font-size: 15px; font-weight: 700; text-transform: none; letter-spacing: 0; color: var(--white); margin-bottom: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer a:hover { color: var(--blue); }
.footer-brand { justify-self: end; text-align: right; display: grid; gap: 10px; justify-items: end; }
.footer-brand img { height: 44px; width: auto; }
.footer-brand p { display: flex; align-items: center; gap: 8px; justify-content: flex-end; }
.footer-brand svg { width: 16px; height: 16px; color: var(--blue); }
.social { display: flex; gap: 14px; margin-top: 6px; }
.social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: grid; place-items: center; transition: background .3s, border-color .3s; }
.social a:hover { background: var(--blue); border-color: var(--blue); color: var(--ink); }
.social svg { width: 16px; height: 16px; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 13px; color: rgba(255,255,255,.5); }
@media (max-width: 1000px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } .footer-brand { grid-column: 1 / -1; justify-self: start; text-align: left; justify-items: start; } .footer-brand p { justify-content: flex-start; } }

/* reveal */
.rv { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: .1s; } .rv-d2 { transition-delay: .2s; } .rv-d3 { transition-delay: .3s; } .rv-d4 { transition-delay: .4s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; transition-duration: .001s !important; }
  .rv { opacity: 1; transform: none; }
  .hero h1 .w i { transform: none; }
  .strip-track, .review-track { animation: none; }
  .review-track { flex-wrap: wrap; width: 100%; justify-content: center; }
  .review { width: min(380px, 100%); }
  .is-clone { display: none !important; }
  .service p { max-height: 120px; opacity: 1; }
}
