:root {
  --bg: #07110d;
  --bg-2: #0b1a14;
  --bg-3: #10251c;
  --panel: rgba(255, 255, 255, 0.07);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --text: #eef7f1;
  --muted: #a8bdb0;
  --ink: #102018;
  --paper: #f5f8f2;
  --paper-2: #eaf1e7;
  --green: #48d16f;
  --green-2: #22a852;
  --gold: #f2cd5c;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  --radius: 24px;
  --max: 1160px;
  --header: 82px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 999;
  padding: .75rem 1rem;
  border-radius: 999px;
  background: var(--green);
  color: #03110a;
  transform: translateY(-140%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 17, 13, .72);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  background: rgba(7, 17, 13, .94);
  box-shadow: 0 12px 38px rgba(0,0,0,.28);
}
.nav-wrap {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: max-content; }
.brand img {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(242, 205, 92, .75);
  box-shadow: 0 0 0 4px rgba(72, 209, 111, .1);
}
.brand strong { display: block; letter-spacing: .02em; line-height: 1.1; }
.brand small { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; margin-top: .15rem; }
.site-nav { display: flex; align-items: center; gap: 1.2rem; font-size: .93rem; font-weight: 700; }
.site-nav a { color: rgba(238,247,241,.82); transition: color .2s ease, background .2s ease; }
.site-nav a:hover { color: #fff; }
.nav-cta {
  padding: .7rem 1rem;
  border: 1px solid rgba(72, 209, 111, .45);
  border-radius: 999px;
  background: rgba(72, 209, 111, .13);
}
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 0; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 6px auto; background: var(--text); border-radius: 999px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.section { padding: 110px 0; }
.section-dark { background: radial-gradient(circle at 70% 20%, rgba(72,209,111,.16), transparent 32%), linear-gradient(135deg, #07110d, #0b1a14 48%, #05100b); color: var(--text); }
.section-soft { background: var(--paper-2); color: var(--ink); }
.section-heading { max-width: 760px; text-align: center; margin: 0 auto 3.3rem; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: .16em; font-weight: 900; font-size: .78rem; margin: 0 0 .85rem; }
.section-soft .eyebrow, .services .eyebrow, .health-check .eyebrow { color: #168341; }
h1, h2, h3 { line-height: 1.05; margin: 0; letter-spacing: -.045em; }
h1 { font-size: clamp(3rem, 7vw, 6.65rem); max-width: 860px; }
h2 { font-size: clamp(2.15rem, 4vw, 4.35rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0; color: var(--muted); }
.section-soft p, .services p, .health-check p { color: #455449; }

.hero { position: relative; min-height: calc(100vh - var(--header)); display: flex; align-items: center; overflow: hidden; padding: 92px 0 120px; }
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,17,13,.96) 0%, rgba(7,17,13,.82) 45%, rgba(7,17,13,.42) 100%), url('../images/network-hero.png') center / cover no-repeat;
  opacity: .95;
  transform: scale(1.03);
  animation: drift 18s ease-in-out infinite alternate;
}
.network-grid {
  position: absolute; inset: 0; opacity: .32;
  background-image: linear-gradient(rgba(72,209,111,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(72,209,111,.1) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 35% 40%, #000 0%, transparent 68%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .72fr; gap: 3rem; align-items: center; }
.hero-copy { max-width: 860px; }
.live-dot { display: inline-block; width: 10px; height: 10px; margin-right: .55rem; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px rgba(72,209,111,.12); animation: pulse 1.7s infinite; }
.hero-lede { font-size: clamp(1.1rem, 2vw, 1.35rem); max-width: 720px; margin: 1.5rem 0 0; color: rgba(238,247,241,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin: 2rem 0; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 52px; padding: .9rem 1.25rem; border-radius: 999px;
  border: 1px solid transparent; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  cursor: pointer;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--green), #8ff5a7); color: #03110a; box-shadow: 0 12px 35px rgba(72,209,111,.25); }
.button-secondary { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); color: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.trust-row span {
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  padding: .55rem .8rem;
  color: rgba(238,247,241,.78);
  background: rgba(255,255,255,.055);
  font-size: .9rem;
}
.hero-card {
  position: relative;
  padding: 2rem;
  background: linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.055));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  overflow: hidden;
}
.hero-card::before { content: ''; position: absolute; inset: -2px; background: radial-gradient(circle at 70% 0%, rgba(242,205,92,.24), transparent 35%); pointer-events: none; }
.logo-orbit { position: relative; width: 168px; height: 168px; margin-bottom: 1.5rem; }
.logo-orbit img { border-radius: 999px; width: 100%; height: 100%; object-fit: cover; border: 3px solid var(--gold); position: relative; z-index: 1; }
.logo-orbit::before, .logo-orbit::after { content: ''; position: absolute; inset: -10px; border-radius: 999px; border: 1px solid rgba(72,209,111,.38); animation: spin 16s linear infinite; }
.logo-orbit::after { inset: -20px; border-color: rgba(242,205,92,.28); animation-duration: 24s; animation-direction: reverse; }
.road-lines { position: absolute; left: 0; right: 0; bottom: 0; height: 90px; background: linear-gradient(110deg, transparent 0 35%, rgba(242,205,92,.48) 36% 38%, transparent 39% 55%, rgba(242,205,92,.32) 56% 58%, transparent 59%); opacity: .32; }
.hero-card h2 { font-size: clamp(1.7rem, 2.5vw, 2.25rem); margin-bottom: .75rem; }
.hero-card p { color: rgba(238,247,241,.78); margin-bottom: 1.2rem; }
.hero-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; position: relative; z-index: 1; }
.hero-card li::before { content: '✓'; color: var(--green); font-weight: 900; margin-right: .55rem; }

.stats-bar { position: relative; z-index: 2; margin-top: -46px; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.stats-grid div { padding: 1.35rem; background: linear-gradient(180deg, #173426, #11271d); text-align: center; }
.stats-grid strong { display: block; color: var(--green); font-size: clamp(1.7rem, 4vw, 2.7rem); line-height: 1; }
.stats-grid span { display: block; color: rgba(238,247,241,.72); font-size: .88rem; margin-top: .35rem; }

.services { background: var(--paper); color: var(--ink); }
.service-layout { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.service-card {
  padding: 1.55rem;
  border-radius: 22px;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(12,32,24,.09);
  box-shadow: 0 18px 50px rgba(10,30,22,.08);
  min-height: 100%;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 30px 65px rgba(10,30,22,.13); border-color: rgba(34,168,82,.28); }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: #10251c; color: var(--green); font-size: 1.65rem; margin-bottom: 1.1rem; }
.service-card h3 { margin-bottom: .75rem; }
.service-card p { margin-bottom: 1rem; }
.service-card ul { margin: 0; padding-left: 1.05rem; color: #435348; }
.service-card li { margin: .35rem 0; }

.two-column { display: grid; grid-template-columns: .84fr 1.16fr; gap: 4rem; align-items: start; }
.two-column p { margin: 1rem 0; font-size: 1.05rem; }
.text-link { color: #126d35; font-weight: 900; display: inline-flex; margin-top: .5rem; }
.timeline { display: grid; gap: 1rem; }
.step { display: grid; grid-template-columns: 68px 1fr; gap: 1rem; padding: 1.15rem; border-radius: 20px; background: rgba(255,255,255,.72); border: 1px solid rgba(12,32,24,.08); box-shadow: 0 12px 32px rgba(10,30,22,.06); }
.step > span { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px; background: #10251c; color: var(--green); font-weight: 1000; }
.step h3 { font-size: 1.2rem; margin-bottom: .25rem; }
.step p { margin: 0; }

.showcase { background: var(--bg-2); }
.showcase-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center; }
.showcase h2 { margin-bottom: 1rem; }
.showcase p { font-size: 1.05rem; }
.image-stack { position: relative; min-height: 460px; }
.image-main, .image-float { border-radius: 24px; object-fit: cover; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.12); }
.image-main { width: 86%; height: 390px; }
.image-float { position: absolute; right: 0; bottom: 0; width: 56%; min-width: 260px; height: 235px; border: 8px solid var(--bg-2); }
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 1.6rem; }
.principles-grid div { padding: 1rem; border-radius: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.principles-grid strong { display: block; color: var(--green); }
.principles-grid span { color: rgba(238,247,241,.72); font-size: .92rem; }

.portfolio { position: relative; overflow: hidden; }
.portfolio::before { content: ''; position: absolute; width: 480px; height: 480px; right: -180px; top: -120px; background: radial-gradient(circle, rgba(72,209,111,.18), transparent 65%); }
.portfolio::after { content: ''; position: absolute; width: 520px; height: 520px; left: -260px; bottom: -260px; background: radial-gradient(circle, rgba(242,205,92,.12), transparent 65%); }
.portfolio .section-heading { position: relative; z-index: 1; }
.portfolio-toolbar { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin: 0 0 1.15rem; }
.portfolio-toolbar p { margin: 0; color: rgba(238,247,241,.68); }
.portfolio-controls { display: inline-flex; gap: .65rem; }
.portfolio-scroll-button { width: 46px; height: 46px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.08); color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.portfolio-scroll-button:hover, .portfolio-scroll-button:focus-visible { transform: translateY(-2px); background: rgba(72,209,111,.18); border-color: rgba(72,209,111,.42); outline: none; }
.portfolio-window { position: relative; z-index: 1; margin-inline: calc((100vw - min(100%, var(--max))) / -2); padding-inline: calc((100vw - min(100%, var(--max))) / 2); }
.portfolio-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(310px, 405px); gap: 1rem; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: calc((100vw - min(100%, var(--max))) / 2); padding: .35rem 0 1.35rem; scrollbar-width: thin; scrollbar-color: rgba(72,209,111,.85) rgba(255,255,255,.08); }
.portfolio-track::-webkit-scrollbar { height: 10px; }
.portfolio-track::-webkit-scrollbar-track { background: rgba(255,255,255,.08); border-radius: 999px; }
.portfolio-track::-webkit-scrollbar-thumb { background: rgba(72,209,111,.78); border-radius: 999px; }
.portfolio-track:focus { outline: none; }
.portfolio-track:focus-visible { box-shadow: 0 0 0 4px rgba(72,209,111,.22); border-radius: 28px; }
.portfolio-slide { scroll-snap-align: start; min-height: 100%; border-radius: 28px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 28px 76px rgba(0,0,0,.22); display: flex; flex-direction: column; }
.portfolio-slide img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-bottom: 1px solid rgba(255,255,255,.12); background: #0f231a; }
.portfolio-slide-content { padding: 1.25rem; display: flex; flex-direction: column; gap: .65rem; flex: 1; }
.portfolio-meta { display: flex; justify-content: space-between; align-items: center; gap: .75rem; }
.portfolio-meta span { display: inline-flex; padding: .35rem .65rem; border-radius: 999px; background: rgba(72,209,111,.13); color: var(--green); font-weight: 900; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.portfolio-meta strong { color: rgba(238,247,241,.42); font-size: .92rem; }
.portfolio-slide h3 { margin: .2rem 0 .15rem; font-size: 1.25rem; }
.portfolio-slide p { color: rgba(238,247,241,.74); margin: 0; font-size: .95rem; }
.portfolio-slide p strong { color: rgba(255,255,255,.92); }
.portfolio-result { margin-top: auto !important; padding-top: .85rem; border-top: 1px solid rgba(255,255,255,.1); color: rgba(72,209,111,.86) !important; font-weight: 800; }
.portfolio-slide-featured { background: linear-gradient(145deg, rgba(72,209,111,.18), rgba(242,205,92,.08)); border-color: rgba(72,209,111,.28); }
.portfolio-note { position: relative; z-index: 1; max-width: 920px; margin: 2rem auto 0; text-align: center; color: rgba(238,247,241,.68); }

.health-check { background: var(--paper); color: var(--ink); }
.health-card { background: #fff; border-radius: 24px; padding: 1.35rem; box-shadow: 0 24px 70px rgba(10,30,22,.12); border: 1px solid rgba(12,32,24,.08); }
.health-card form { display: grid; gap: .8rem; }
.health-card label { display: flex; gap: .65rem; align-items: flex-start; padding: .8rem; border-radius: 16px; background: #f6f9f4; color: #24362b; }
.health-card input[type="checkbox"] { width: 1.15rem; height: 1.15rem; accent-color: var(--green-2); margin-top: .2rem; flex: 0 0 auto; }
.score-box { margin-top: 1rem; padding: 1.1rem; border-radius: 18px; background: #10251c; color: #fff; }
.score-box strong { display: block; color: var(--green); font-size: 2rem; }
.score-box p { color: rgba(238,247,241,.78); margin: .35rem 0 0; }

.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 4rem; align-items: center; }
.about-card { background: #10251c; color: #fff; padding: 2rem; border-radius: 28px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.about-card::after { content: ''; position: absolute; width: 320px; height: 320px; right: -140px; bottom: -160px; background: radial-gradient(circle, rgba(242,205,92,.28), transparent 62%); }
.about-card img { width: 190px; height: 190px; border-radius: 999px; object-fit: cover; border: 3px solid var(--gold); margin-bottom: 1.5rem; position: relative; z-index: 1; }
.about-card h2, .about-card p { position: relative; z-index: 1; }
.about-card p { color: rgba(238,247,241,.78); margin-top: .8rem; }
.about-grid > div:last-child p { margin-top: 1rem; font-size: 1.05rem; }
.values-list { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.4rem; }
.values-list span { padding: .55rem .8rem; border-radius: 999px; background: rgba(16,37,28,.09); color: #10251c; font-weight: 900; }

.podcast { background: linear-gradient(135deg, #0b1a14, #12301f); }
.podcast-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(1.5rem, 4vw, 3rem); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); }
.podcast-card h2 { margin-bottom: .8rem; }
.podcast-card p { font-size: 1.05rem; max-width: 720px; }
.podcast-badge { display: grid; place-items: center; width: 136px; height: 136px; border-radius: 50%; border: 2px dashed rgba(242,205,92,.65); color: var(--gold); font-weight: 1000; letter-spacing: .14em; transform: rotate(-10deg); }

.contact { position: relative; overflow: hidden; }
.contact::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 40%, rgba(242,205,92,.16), transparent 35%); pointer-events: none; }
.contact-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 4rem; align-items: start; }
.contact h2 { margin-bottom: 1rem; }
.contact p { font-size: 1.05rem; }
.contact-methods { display: grid; gap: .75rem; margin-top: 1.6rem; }
.contact-methods a, .contact-methods span { display: block; padding: .9rem 1rem; border-radius: 16px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); color: rgba(238,247,241,.86); }
.contact-form { padding: 1.4rem; border-radius: 24px; background: #fff; color: var(--ink); box-shadow: var(--shadow); display: grid; gap: 1rem; }
.contact-form label { display: grid; gap: .35rem; font-weight: 900; color: #24362b; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(12,32,24,.16); border-radius: 14px; padding: .9rem 1rem; background: #f8faf6; color: #102018; outline: none; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 4px rgba(72,209,111,.15); }
.form-note { font-size: .85rem; color: #667569 !important; }

.site-footer { background: #050c09; color: rgba(238,247,241,.74); padding: 56px 0 22px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 3rem; }
.footer-brand { margin-bottom: 1rem; }
.footer-grid p { max-width: 520px; }
.footer-grid h3 { font-size: 1.05rem; margin: 0 0 .85rem; color: #fff; letter-spacing: 0; }
.footer-grid a:not(.brand) { display: block; color: rgba(238,247,241,.68); margin: .4rem 0; }
.footer-grid a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; margin-top: 2.4rem; border-top: 1px solid rgba(255,255,255,.09); font-size: .9rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 7px rgba(72,209,111,.12); } 50% { box-shadow: 0 0 0 14px rgba(72,209,111,0); } }
@keyframes drift { from { transform: scale(1.03) translateX(0); } to { transform: scale(1.08) translateX(-1.5%); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  :root { --header: 76px; }
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    left: 18px;
    right: 18px;
    top: calc(var(--header) + 10px);
    display: grid;
    gap: 0;
    padding: .6rem;
    border-radius: 22px;
    background: rgba(7,17,13,.98);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: var(--shadow);
    transform-origin: top;
    transform: scale(.98) translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
  }
  .site-nav.open { opacity: 1; transform: scale(1) translateY(0); pointer-events: auto; }
  .site-nav a { padding: 1rem; border-radius: 16px; }
  .site-nav a:hover { background: rgba(255,255,255,.08); }
  .nav-cta { text-align: center; }
  .hero-grid, .two-column, .showcase-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-card { max-width: 560px; }
  .service-layout { grid-template-columns: repeat(2, 1fr); }
  .portfolio-track { grid-auto-columns: minmax(300px, 78vw); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .image-stack { min-height: 410px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 660px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 78px 0; }
  .hero { padding: 70px 0 92px; }
  .brand small { display: none; }
  .brand img { width: 46px; height: 46px; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .trust-row span { width: 100%; text-align: center; }
  .service-layout, .principles-grid, .footer-grid { grid-template-columns: 1fr; }
  .portfolio-toolbar { align-items: flex-start; flex-direction: column; }
  .portfolio-controls { width: 100%; }
  .portfolio-scroll-button { flex: 1; }
  .portfolio-track { grid-auto-columns: minmax(280px, 86vw); }
  .stats-grid { border-radius: 18px; }
  .stats-grid div { padding: 1.1rem .8rem; }
  .image-stack { min-height: 0; display: grid; gap: 1rem; }
  .image-main, .image-float { position: static; width: 100%; min-width: 0; height: auto; border: 1px solid rgba(255,255,255,.12); }
  .image-main { aspect-ratio: 16/10; }
  .image-float { aspect-ratio: 16/10; }
  .podcast-card { grid-template-columns: 1fr; }
  .podcast-badge { width: 104px; height: 104px; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Client logo portfolio carousel */
.client-logo-track { grid-auto-columns: minmax(260px, 340px); }
.client-logo-card { scroll-snap-align: start; min-height: 100%; border-radius: 28px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 28px 76px rgba(0,0,0,.22); display: flex; flex-direction: column; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.client-logo-card:hover { transform: translateY(-6px); border-color: rgba(72,209,111,.38); box-shadow: 0 32px 90px rgba(0,0,0,.3); }
.client-logo-art { min-height: 210px; display: grid; place-items: center; padding: 1.1rem; background: radial-gradient(circle at 50% 15%, rgba(72,209,111,.16), rgba(255,255,255,.055) 58%, rgba(255,255,255,.035)); border-bottom: 1px solid rgba(255,255,255,.12); }
.client-logo-art img { width: 100%; height: 170px; object-fit: contain; border: 0; background: transparent; filter: saturate(.96) contrast(1.02); transition: transform .24s ease, filter .24s ease; }
.client-logo-card:hover .client-logo-art img { transform: scale(1.035); filter: saturate(1.05) contrast(1.06); }
.client-logo-caption { padding: 1.05rem 1.15rem 1.2rem; display: grid; gap: .3rem; }
.client-logo-caption span { color: var(--green); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.client-logo-caption strong { color: #fff; font-size: 1rem; line-height: 1.25; }
.portfolio-note code { color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: .12rem .35rem; }

@media (max-width: 720px) {
  .client-logo-track { grid-auto-columns: minmax(240px, 78vw); }
  .client-logo-art { min-height: 190px; }
  .client-logo-art img { height: 150px; }
}
