/* =========================================================
   Conor Edwards — Portfolio
   Apple-inspired · light · modern · friendly
   ========================================================= */

:root {
  --bg: #fbfbfd;
  --bg-alt: #f5f5f7;
  --surface: #ffffff;
  --text: #1d1d1f;
  --text-2: #5f5f66;
  --text-3: #86868b;
  --accent: #0071e3;
  --accent-hover: #0077ed;
  --accent-soft: rgba(0, 113, 227, 0.08);
  --border: rgba(0, 0, 0, 0.09);
  --border-strong: rgba(0, 0, 0, 0.14);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 12px 34px rgba(0, 0, 0, 0.09);
  --shadow-lg: 0 30px 60px rgba(0, 0, 0, 0.12);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 28px;
  --max: 1120px;
  --pad: clamp(20px, 5vw, 40px);
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text",
    "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

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

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.011em;
  overflow-x: hidden;
}

a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.section-inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.section-inner.narrow { max-width: 760px; }
section[id], #top { scroll-margin-top: 66px; }

/* ---------- type ---------- */
.eyebrow {
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.03em;
  text-transform: uppercase; color: var(--accent); margin: 0 0 0.65rem;
}
.eyebrow.center { text-align: center; }

.section-title, .page-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.06; font-weight: 700; letter-spacing: -0.033em; margin: 0 0 0.5rem;
}
.page-title { font-size: clamp(2.3rem, 6.5vw, 4rem); }
.section-title.center { text-align: center; }

.section-lead {
  font-size: clamp(1.05rem, 2.2vw, 1.28rem);
  color: var(--text-2); max-width: 52ch; margin: 0.7rem 0 0; line-height: 1.55;
}
.section-lead.center { text-align: center; margin-left: auto; margin-right: auto; }
.accent-text { color: var(--accent); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font-size: 1rem; font-weight: 500; padding: 0.72rem 1.5rem;
  border-radius: 980px; border: 1px solid transparent; cursor: pointer;
  transition: background .25s ease, border-color .25s ease, transform .12s ease;
  white-space: nowrap;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); }
.btn-secondary { background: rgba(0,0,0,0.05); color: var(--text); border-color: var(--border); }
.btn-secondary:hover { background: rgba(0,0,0,0.08); }

.center-cta { display: flex; justify-content: center; gap: 0.75rem; flex-wrap: wrap; margin-top: 2.4rem; }
.center-cta.left { justify-content: flex-start; margin-top: 1.8rem; }

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(251, 251, 253, 0.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease;
}
.nav.scrolled { border-bottom-color: var(--border); }
.nav-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 var(--pad);
  height: 52px; display: flex; align-items: center; justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--text); }
.brand:hover { text-decoration: none; }
.brand-mark { display: inline-flex; }
.brand-mark img { display: block; width: 28px; height: 28px; object-fit: contain; }
.footer .brand-mark img { width: 24px; height: 24px; }
.brand-name { font-weight: 600; font-size: 1.02rem; letter-spacing: -0.02em; }

.nav-links { display: flex; align-items: center; gap: 1.7rem; }
.nav-links a { color: var(--text-2); font-size: 0.92rem; transition: color .2s ease; }
.nav-links a:hover { color: var(--text); text-decoration: none; }
.nav-links a.active { color: var(--text); font-weight: 500; }
.nav-links .nav-contact {
  color: #fff; background: var(--accent); padding: 0.4rem 1rem;
  border-radius: 980px; font-weight: 500;
}
.nav-links .nav-contact:hover { background: var(--accent-hover); color: #fff; }

/* ---------- Work dropdown ---------- */
.nav-item { position: relative; display: flex; align-items: center; }
.nav-trigger { display: inline-flex; align-items: center; gap: 4px; }
.ndd-caret { transition: transform .3s cubic-bezier(.16,1,.3,1); opacity: .55; }
.nav-item:hover .ndd-caret, .nav-item:focus-within .ndd-caret { transform: rotate(180deg); opacity: 1; }
.nav-item:hover .nav-trigger, .nav-item:focus-within .nav-trigger { color: var(--text); }

.nav-dropdown {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(-6px) scale(0.97);
  transform-origin: top center;
  min-width: 328px; padding: 0.5rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.13), 0 2px 8px rgba(0, 0, 0, 0.05);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .28s cubic-bezier(.16,1,.3,1),
              transform .28s cubic-bezier(.16,1,.3,1),
              visibility 0s linear .28s;
}
/* hover bridge so the menu doesn't close crossing the gap */
.nav-item::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 14px; }
.nav-item:hover .nav-dropdown, .nav-item:focus-within .nav-dropdown {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(6px) scale(1);
  transition-delay: 0s, 0s, 0s;
}

.ndd-item {
  display: flex; flex-direction: column; gap: 1px;
  padding: 0.5rem 0.7rem; border-radius: 10px;
  opacity: 0; transform: translateY(-5px);
  transition: opacity .3s cubic-bezier(.16,1,.3,1),
              transform .3s cubic-bezier(.16,1,.3,1),
              background .18s ease;
}
.nav-item:hover .ndd-item, .nav-item:focus-within .ndd-item { opacity: 1; transform: none; }
.nav-item:hover .ndd-item:nth-child(1) { transition-delay: .03s; }
.nav-item:hover .ndd-item:nth-child(2) { transition-delay: .06s; }
.nav-item:hover .ndd-item:nth-child(3) { transition-delay: .09s; }
.nav-item:hover .ndd-item:nth-child(4) { transition-delay: .12s; }
.nav-item:hover .ndd-item:nth-child(5) { transition-delay: .15s; }
.nav-item:hover .ndd-item:nth-child(6) { transition-delay: .18s; }
.nav-item:hover .ndd-item:hover, .nav-item:focus-within .ndd-item:hover {
  background: rgba(0, 0, 0, 0.05); text-decoration: none; transform: translateX(3px);
  transition-delay: 0s;
}
.ndd-title { font-size: 0.9rem; font-weight: 600; color: var(--text); letter-spacing: -0.015em; }
.ndd-sub { font-size: 0.76rem; color: var(--text-3); }
.nav-dropdown-all {
  display: block; margin-top: 0.3rem; padding: 0.55rem 0.7rem;
  border-top: 1px solid var(--border);
  font-size: 0.83rem; font-weight: 500; color: var(--accent) !important;
  opacity: 0; transition: opacity .3s ease .2s;
}
.nav-item:hover .nav-dropdown-all, .nav-item:focus-within .nav-dropdown-all { opacity: 1; }
.nav-dropdown-all:hover { text-decoration: none; }

.nav-toggle {
  display: none; width: 40px; height: 40px; background: none; border: none;
  cursor: pointer; flex-direction: column; justify-content: center; gap: 5px;
}
.nav-toggle span { display: block; width: 20px; height: 1.5px; background: var(--text); margin: 0 auto; transition: transform .3s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in-view { opacity: 1; transform: none; }

/* ---------- hero ---------- */
.hero { position: relative; padding: 130px var(--pad) 70px; overflow: hidden; }
.hero-inner {
  max-width: var(--max); margin: 0 auto; display: grid;
  grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem);
  align-items: center; min-height: min(74vh, 700px);
}
.hero-title { font-size: clamp(3rem, 9vw, 6rem); line-height: 0.98; font-weight: 700; letter-spacing: -0.045em; margin: 0 0 1.4rem; }
.hero-sub { font-size: clamp(1.1rem, 2.3vw, 1.4rem); color: var(--text-2); max-width: 36ch; margin: 0 0 2rem; line-height: 1.45; }
.hero-cta { display: flex; gap: 0.85rem; flex-wrap: wrap; }
.hero-marquee {
  list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 0.7rem;
  padding: 0; margin: 2.4rem 0 0; font-size: 0.88rem; color: var(--text-3); font-weight: 500;
}
.hero-portrait { position: relative; display: flex; justify-content: center; }
.portrait-frame {
  position: relative; z-index: 2; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg); max-width: 400px; width: 100%; aspect-ratio: 3/4; background: var(--bg-alt);
}
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.portrait-glow {
  position: absolute; z-index: 1; inset: 8% 12% -6% 12%;
  background: radial-gradient(60% 60% at 50% 40%, rgba(0,113,227,0.26), transparent 70%);
  filter: blur(48px);
}

/* ---------- page hero (inner pages) ---------- */
.page-hero { padding: 120px 0 0; }
.page-hero .section-lead { max-width: 58ch; }
/* sections that follow a page hero shouldn't double up on top padding */
.page-hero + .websites,
.page-hero + .photography { padding-top: clamp(38px, 7vw, 62px); }
.page-hero + .about-long { padding-top: clamp(34px, 6vw, 54px); }

/* ---------- stats ---------- */
.impact { padding: clamp(64px, 11vw, 120px) 0; background: var(--bg-alt); }
.impact .section-title { margin-bottom: 2.8rem; }
.stats-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--border); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
}
.stat {
  background: var(--surface); padding: clamp(1.5rem, 4vw, 2.5rem);
  display: flex; flex-direction: column; gap: 0.5rem;
  text-align: center; align-items: center; justify-content: center;
}
.stat-num { font-size: clamp(1.9rem, 4.2vw, 2.9rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.stat-label { font-size: 0.93rem; color: var(--text-2); max-width: 22ch; }

/* ---------- work grid ---------- */
.work { padding: clamp(64px, 11vw, 120px) 0; }
.work .section-lead { margin-bottom: 2.8rem; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.1rem, 2.4vw, 1.7rem); }

.work-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column; color: var(--text);
  box-shadow: var(--shadow-sm);
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease;
}
.work-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); text-decoration: none; }

.work-media { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--bg-alt); display: flex; align-items: center; justify-content: center; }
.work-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.work-card:hover .work-media img { transform: scale(1.04); }

.logo-media {
  background: #ffffff;
  border-bottom: 1px solid var(--border);
}
.logo-media .brand-logo {
  width: auto; height: auto; max-width: 82%; max-height: 72%;
  object-fit: contain; transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.work-card:hover .logo-media .brand-logo { transform: scale(1.03); }

.work-body { padding: clamp(1.4rem, 3vw, 1.9rem); display: flex; flex-direction: column; flex: 1; }
.work-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.work-head h3 { font-size: clamp(1.2rem, 2.5vw, 1.5rem); font-weight: 700; letter-spacing: -0.03em; margin: 0; }
.work-year { color: var(--text-3); font-size: 0.85rem; font-weight: 500; white-space: nowrap; }
.work-role { color: var(--accent); font-weight: 600; font-size: 0.92rem; margin: 0.3rem 0 0.8rem; }
.work-desc { color: var(--text-2); margin: 0 0 1.1rem; font-size: 0.99rem; line-height: 1.55; }
.work-more { color: var(--accent); font-size: 0.92rem; font-weight: 500; margin-top: auto; padding-top: 0.4rem; }

/* ---------- chips ---------- */
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 0; margin: 0 0 0.6rem; }
.chips li {
  font-size: 0.8rem; font-weight: 500; color: var(--text);
  background: var(--bg-alt); border: 1px solid var(--border);
  padding: 0.35rem 0.8rem; border-radius: 980px;
}
.chips.big { margin: 0 0 2.6rem; }
.chips.big li { font-size: 0.88rem; padding: 0.45rem 1rem; background: var(--accent-soft); border-color: rgba(0,113,227,0.16); color: #0a5cb8; }

/* ---------- reels ---------- */
.reel-block { margin: 2.6rem 0; }
.reel-rail-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 0.8rem; }
.reel-rail-head span { font-size: 0.76rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-3); }
.reel-rail-head a { font-size: 0.85rem; font-weight: 500; }
.reel-rail {
  display: flex; gap: 0.8rem; overflow-x: auto; padding-bottom: 0.7rem;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: var(--border-strong) transparent;
}
.reel-rail::-webkit-scrollbar { height: 6px; }
.reel-rail::-webkit-scrollbar-thumb { background: var(--border-strong); border-radius: 3px; }
.reel-rail::-webkit-scrollbar-track { background: transparent; }

.reel-card {
  position: relative; flex: 0 0 auto; width: 150px; aspect-ratio: 9/16;
  border-radius: 16px; overflow: hidden; scroll-snap-align: start;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 0.65rem; color: #fff; background: var(--bg-alt);
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.reel-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); text-decoration: none; }
.reel-card img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  z-index: 0; transition: transform .6s cubic-bezier(.16,1,.3,1);
}
.reel-card:hover img { transform: scale(1.05); }
.reel-card::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0) 34%, rgba(0,0,0,0.62) 100%);
}
.reel-play {
  position: absolute; z-index: 2; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255,255,255,0.92); display: flex; align-items: center; justify-content: center;
  transition: transform .3s ease; box-shadow: 0 2px 10px rgba(0,0,0,0.18);
}
.reel-card:hover .reel-play { transform: translate(-50%,-50%) scale(1.09); }
.reel-play svg { width: 16px; height: 16px; fill: #1d1d1f; margin-left: 2px; }
.reel-label { position: relative; z-index: 2; font-size: 0.74rem; font-weight: 600; line-height: 1.25; text-shadow: 0 1px 6px rgba(0,0,0,0.5); }
.reel-badge {
  position: absolute; z-index: 3; top: 0.5rem; left: 0.5rem;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.02em;
  background: rgba(255,255,255,0.95); color: #1d1d1f;
  padding: 0.2rem 0.5rem; border-radius: 980px;
}

/* ---------- systems ---------- */
.systems { padding: clamp(64px, 11vw, 120px) 0; background: var(--bg-alt); }
.systems .section-lead { margin-bottom: 2.8rem; }
.sys-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1rem, 2.2vw, 1.5rem); }
.sys-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2rem); box-shadow: var(--shadow-sm);
}
.sys-card h3 { margin: 0 0 0.6rem; font-size: 1.12rem; font-weight: 700; letter-spacing: -0.02em; }
.sys-card p { margin: 0; color: var(--text-2); font-size: 0.98rem; line-height: 1.6; }
.sys-stack { display: flex; flex-wrap: wrap; gap: 0.55rem; justify-content: center; margin-top: 2.2rem; }
.sys-stack span {
  font-size: 0.85rem; font-weight: 500; color: var(--text-2);
  background: var(--surface); border: 1px solid var(--border);
  padding: 0.45rem 0.95rem; border-radius: 980px;
}

/* ---------- websites ---------- */
.websites-preview, .websites { padding: clamp(64px, 11vw, 120px) 0; }
.websites-preview .section-lead, .websites .section-lead { margin-bottom: 2.6rem; }
.site-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.2vw, 1.5rem); }
.site-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  overflow: hidden; color: var(--text); box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s ease;
}
.site-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); text-decoration: none; }
.site-shot { aspect-ratio: 16/10; overflow: hidden; background: var(--bg-alt); border-bottom: 1px solid var(--border); }
.site-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.site-card:hover .site-shot img { transform: scale(1.04); }
.site-body { padding: 1.3rem; display: flex; flex-direction: column; flex: 1; }
.site-body h3 { margin: 0 0 0.35rem; font-size: 1.05rem; font-weight: 700; letter-spacing: -0.02em; }
.site-body p { margin: 0 0 0.9rem; color: var(--text-2); font-size: 0.92rem; line-height: 1.5; }
.site-link { color: var(--accent); font-size: 0.88rem; font-weight: 500; margin-top: auto; }

.group-title { font-size: clamp(1.3rem, 3vw, 1.7rem); font-weight: 700; letter-spacing: -0.025em; margin: 0 0 1.4rem; }
.group-title.spaced { margin-top: clamp(3rem, 7vw, 4.5rem); }
.group-lead { color: var(--text-2); margin: -0.9rem 0 1.5rem; font-size: 1rem; }

/* ---------- photography ---------- */
.photo-preview { padding: clamp(64px, 11vw, 120px) 0; background: var(--bg-alt); }
.photo-preview .section-lead { margin-bottom: 2.4rem; }
.strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.strip-item { margin: 0; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 3/4; box-shadow: var(--shadow-sm); }
.strip-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.strip-item:hover img { transform: scale(1.05); }

.photography { padding: 0 0 clamp(64px, 11vw, 120px); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; grid-auto-flow: dense; }
.g-item { margin: 0; border-radius: var(--radius); overflow: hidden; cursor: pointer; aspect-ratio: 4/3; box-shadow: var(--shadow-sm); background: var(--surface); }
.g-item:nth-child(1) { grid-column: span 2; grid-row: span 2; aspect-ratio: 1; }
.g-item:nth-child(4) { grid-column: span 2; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.g-item:hover img { transform: scale(1.05); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,0.9); backdrop-filter: blur(6px); padding: 4vw; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 12px; box-shadow: var(--shadow-lg); }
.lightbox-close, .lightbox-nav {
  position: absolute; background: rgba(255,255,255,0.12); color: #fff; border: none; cursor: pointer;
  border-radius: 50%; width: 48px; height: 48px; font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center; transition: background .2s ease;
}
.lightbox-close:hover, .lightbox-nav:hover { background: rgba(255,255,255,0.25); }
.lightbox-close { top: 20px; right: 20px; }
.lightbox-nav.prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lightbox-nav.next { right: 16px; top: 50%; transform: translateY(-50%); }

/* ---------- about ---------- */
.about-preview { padding: clamp(64px, 11vw, 120px) 0; }
.about-inner { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.about-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 1; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-copy p { color: var(--text-2); font-size: 1.06rem; line-height: 1.62; margin: 0 0 1.1rem; }
.about-copy .section-title { margin-bottom: 1.1rem; }

.about-hero { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.about-hero-photo { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 1; }
.about-hero-photo img { width: 100%; height: 100%; object-fit: cover; }

.about-long { padding: clamp(30px, 6vw, 50px) 0 clamp(50px, 9vw, 80px); }
.prose { max-width: 68ch; }
.prose p { color: var(--text-2); font-size: 1.08rem; line-height: 1.68; margin: 0 0 1.3rem; }
.skills { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 2rem; }
.skills span {
  font-size: 0.86rem; font-weight: 500; color: var(--text);
  background: var(--bg-alt); border: 1px solid var(--border);
  padding: 0.45rem 0.9rem; border-radius: 980px;
}

/* ---------- experience ---------- */
.experience { padding: clamp(64px, 11vw, 120px) 0; background: var(--bg-alt); }
.exp-layout { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: clamp(2rem, 5vw, 4rem); margin-top: 2.4rem; align-items: start; }
.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li { position: relative; padding: 0 0 2.1rem 2rem; }
.timeline li::before { content: ""; position: absolute; left: 5px; top: 6px; bottom: -6px; width: 2px; background: var(--border-strong); }
.timeline li:last-child::before { display: none; }
.tl-dot { position: absolute; left: 0; top: 5px; width: 12px; height: 12px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(0,113,227,0.15); }
.tl-top { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.tl-top h3 { margin: 0; font-size: 1.18rem; font-weight: 700; letter-spacing: -0.02em; }
.tl-top span { color: var(--text-3); font-size: 0.85rem; font-weight: 500; white-space: nowrap; }
.tl-org { color: var(--accent); font-weight: 600; font-size: 0.9rem; margin: 0.2rem 0 0.5rem; }
.tl-desc { color: var(--text-2); font-size: 0.97rem; line-height: 1.58; margin: 0; }

.exp-side { display: flex; flex-direction: column; gap: 1.2rem; position: sticky; top: 80px; }
.side-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow-sm); }
.side-card h3 { margin: 0 0 1rem; font-size: 1.03rem; font-weight: 700; }
.side-card p { margin: 0 0 0.9rem; color: var(--text-2); font-size: 0.94rem; line-height: 1.45; }
.side-card p strong { color: var(--text); font-weight: 600; }
.cert-list { list-style: none; padding: 0; margin: 0; }
.cert-list li { color: var(--text-2); font-size: 0.93rem; padding: 0.42rem 0; border-bottom: 1px solid var(--border); }
.cert-list li:last-child { border-bottom: none; }
.side-img { width: 100%; border-radius: 12px; margin-top: 0.9rem; border: 1px solid var(--border); }

/* ---------- case study ---------- */
.cs-hero { padding: 110px 0 clamp(24px, 4vw, 36px); }
.back-link { display: inline-block; color: var(--text-3); font-size: 0.9rem; margin-bottom: 1.6rem; }
.back-link:hover { color: var(--accent); text-decoration: none; }
.cs-title { font-size: clamp(2.3rem, 6.5vw, 4rem); line-height: 1.02; font-weight: 700; letter-spacing: -0.04em; margin: 0 0 0.7rem; }
.cs-meta { display: flex; align-items: center; gap: 0.6rem; color: var(--text-3); font-size: 0.98rem; margin: 0 0 1.6rem; flex-wrap: wrap; }
.cs-meta .dot { opacity: 0.5; }
.cs-intro { font-size: clamp(1.08rem, 2.3vw, 1.3rem); color: var(--text-2); line-height: 1.6; max-width: 62ch; margin: 0; }

.cs-cover { padding: clamp(16px, 3vw, 28px) 0 clamp(30px, 6vw, 50px); }
.cs-cover-img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 16/9; object-fit: cover; }
.cs-logo-band {
  border-radius: var(--radius-lg); border: 1px solid var(--border);
  background: #ffffff;
  aspect-ratio: 21/9; display: flex; align-items: center; justify-content: center;
  padding: 2rem; box-shadow: var(--shadow-sm);
}
.cs-logo-band img { max-width: min(620px, 80%); max-height: 74%; width: auto; object-fit: contain; }

.cs-body { padding-bottom: clamp(40px, 8vw, 70px); }
.cs-section { max-width: 68ch; margin: 0 0 2.6rem; }
.cs-section h2 { font-size: clamp(1.4rem, 3vw, 1.85rem); font-weight: 700; letter-spacing: -0.028em; margin: 0 0 0.8rem; }
.cs-section p { color: var(--text-2); font-size: 1.04rem; line-height: 1.68; margin: 0 0 1rem; }
.cs-section strong { color: var(--text); font-weight: 600; }

.cs-figure { margin: 2.6rem 0 0; }
.cs-figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.cs-figure figcaption { color: var(--text-3); font-size: 0.88rem; margin-top: 0.7rem; text-align: center; }

.cs-nav { border-top: 1px solid var(--border); background: var(--bg-alt); }
.cs-nav-inner { display: flex; justify-content: space-between; gap: 1rem; padding-top: 2rem; padding-bottom: 2rem; }
.cs-nav-link { display: flex; flex-direction: column; gap: 0.2rem; color: var(--text); max-width: 46%; }
.cs-nav-link:hover { text-decoration: none; }
.cs-nav-link span { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-3); font-weight: 600; }
.cs-nav-link strong { font-size: 1.05rem; font-weight: 600; letter-spacing: -0.02em; }
.cs-nav-link:hover strong { color: var(--accent); }
.cs-nav-link.next { text-align: right; align-items: flex-end; }

/* ---------- case study: stats + chart ---------- */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.cs-stats { margin: 0 0 3rem; }
.cs-stats h2 { font-size: clamp(1.4rem, 3vw, 1.85rem); font-weight: 700; letter-spacing: -0.028em; margin: 0 0 1.4rem; }
.hero-stat { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 2.2rem; }
.hero-num { font-size: clamp(3rem, 8vw, 4.6rem); font-weight: 700; letter-spacing: -0.045em; line-height: 1; color: var(--accent); }
.hero-label { color: var(--text-2); font-size: 1.02rem; max-width: 40ch; }

.chart-title { font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-3); margin: 0 0 0.6rem; }
.chart-wrap { position: relative; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.2rem 1rem 0.6rem; box-shadow: var(--shadow-sm); }
.chart { width: 100%; height: auto; display: block; overflow: visible; }
.ch-axis { stroke: var(--border-strong); stroke-width: 1; }
.ch-grid { stroke: rgba(0,0,0,0.07); stroke-width: 1; }
.ch-ytick, .ch-xtick { fill: var(--text-3); font-size: 12px; font-family: var(--font); }
.ch-ytick { text-anchor: end; }
.ch-xtick { text-anchor: middle; }
.ch-peak { fill: var(--text); font-size: 13px; font-weight: 600; text-anchor: middle; font-family: var(--font); }
.ch-fill { fill: var(--accent); transition: fill .2s ease; }
.ch-bar { cursor: default; }
.ch-bar:hover .ch-fill { fill: #0a5cb8; }
.chart-tip {
  position: absolute; pointer-events: none; z-index: 5;
  background: rgba(29,29,31,0.94); color: #fff; padding: 0.45rem 0.7rem;
  border-radius: 8px; font-size: 0.8rem; line-height: 1.35; white-space: nowrap;
  transform: translate(-50%, -115%); box-shadow: var(--shadow-md);
}
.chart-tip strong { display: block; font-weight: 600; }
.chart-tip[hidden] { display: none; }
.chart-note { color: var(--text-3); font-size: 0.9rem; line-height: 1.5; margin: 0.9rem 0 0; max-width: 62ch; }

/* ---------- case study: verticals + results grid ---------- */
.cs-verticals { margin: 0 0 2.6rem; }
.cs-verticals h2, .cs-results h2 { font-size: clamp(1.4rem, 3vw, 1.85rem); font-weight: 700; letter-spacing: -0.028em; margin: 0 0 1rem; }
.cs-results { margin: 0 0 3rem; }
.res-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.res-card { background: var(--surface); padding: 1.5rem 1.2rem; display: flex; flex-direction: column; gap: 0.4rem; }
.res-num { font-size: clamp(1.5rem, 3.2vw, 2rem); font-weight: 700; letter-spacing: -0.03em; color: var(--accent); line-height: 1.05; }
.res-label { font-size: 0.92rem; font-weight: 600; color: var(--text); }
.res-note { font-size: 0.84rem; color: var(--text-3); line-height: 1.45; }

/* ---------- case study: gallery + embed ---------- */
.cs-gallery { margin: 3rem 0 0; }
.cs-gallery h2 { font-size: clamp(1.4rem, 3vw, 1.85rem); font-weight: 700; letter-spacing: -0.028em; margin: 0 0 1.3rem; }
.cs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.cs-grid figure { margin: 0; border-radius: var(--radius-sm); overflow: hidden; background: var(--surface); border: 1px solid var(--border); aspect-ratio: 1; }
.cs-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.16,1,.3,1); }
.cs-grid figure:hover img { transform: scale(1.04); }

.cs-figure.contain { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.2rem; }
.cs-figure.contain img { border-radius: 8px; }

.cs-embed { margin: 3rem 0 0; }
.cs-embed h2 { font-size: clamp(1.4rem, 3vw, 1.85rem); font-weight: 700; letter-spacing: -0.028em; margin: 0 0 0.6rem; }
.embed-note { color: var(--text-2); font-size: 1rem; margin: 0 0 1.2rem; max-width: 60ch; }
.embed-frame { max-width: 504px; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-sm); background: var(--surface); }
.embed-frame iframe { display: block; width: 100%; border: 0; }

/* ---------- contact (informational) ---------- */
.contact { padding: clamp(70px, 12vw, 130px) 0; }
.contact .section-title { margin-bottom: 0.6rem; }
.contact-list {
  margin: 2.4rem 0 0; padding: 0;
  border-top: 1px solid var(--border);
  max-width: 720px;
}
.contact-list > div {
  display: grid; grid-template-columns: 140px 1fr; gap: 1rem;
  padding: 0.95rem 0; border-bottom: 1px solid var(--border); align-items: baseline;
}
.contact-list dt { color: var(--text-3); font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; }
.contact-list dd { margin: 0; color: var(--text); font-size: 1.02rem; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid var(--border); padding: 2.6rem 0 2.2rem; background: var(--bg-alt); }
.footer-inner { display: flex; flex-direction: column; align-items: center; gap: 0.6rem; text-align: center; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; width: 100%; flex-wrap: wrap; }
.footer-links { display: flex; gap: 1.3rem; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: var(--text-2); font-size: 0.9rem; }
.footer-links a:hover { color: var(--text); text-decoration: none; }
.footer-meta { color: var(--text-2); font-size: 0.88rem; margin: 0.8rem 0 0; }
.footer-copy { color: var(--text-3); font-size: 0.8rem; margin: 0.2rem 0 0; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px) {
  .site-grid { grid-template-columns: repeat(2, 1fr); }
  .strip { grid-template-columns: repeat(3, 1fr); }
  .strip-item:nth-child(4), .strip-item:nth-child(5) { display: none; }
}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 2.4rem; }
  .hero-copy { order: 2; }
  .hero-portrait { order: 1; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-cta, .hero-marquee { justify-content: center; }
  .portrait-frame { max-width: 290px; }
  .about-inner, .about-hero { grid-template-columns: 1fr; }
  .about-photo, .about-hero-photo { max-width: 320px; margin: 0 auto; order: -1; }
  .exp-layout { grid-template-columns: 1fr; }
  .exp-side { position: static; flex-direction: row; flex-wrap: wrap; }
  .exp-side .side-card { flex: 1; min-width: 240px; }
  .sys-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav.menu-open { background: var(--bg); }
  .nav.menu-open .nav-links {
    display: flex; position: fixed; top: 52px; left: 0; right: 0;
    flex-direction: column; gap: 0; padding: 0.5rem var(--pad) 1.5rem;
    background: #fbfbfd;
    backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid var(--border); align-items: stretch;
    max-height: calc(100vh - 52px); max-height: calc(100dvh - 52px);
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .nav.menu-open .nav-links a { padding: 0.9rem 0; border-bottom: 1px solid var(--border); font-size: 1.05rem; color: var(--text); }
  .nav.menu-open .nav-links .nav-contact { border: none; text-align: center; margin-top: 0.8rem; padding: 0.8rem; }

  /* dropdown becomes an inline list on mobile */
  .nav-item { display: block; }
  .nav-item::after { display: none; }
  .ndd-caret { display: none; }
  .nav-trigger { padding: 0.9rem 0; border-bottom: 1px solid var(--border); font-size: 1.05rem; color: var(--text); }
  .nav-dropdown {
    position: static; transform: none !important; opacity: 1; visibility: visible;
    pointer-events: auto; min-width: 0; padding: 0.2rem 0 0.5rem 0.9rem;
    background: none; backdrop-filter: none; -webkit-backdrop-filter: none;
    border: none; border-radius: 0; box-shadow: none; transition: none;
  }
  .nav-dropdown .ndd-item { padding: 0.55rem 0; border-bottom: 1px solid var(--border); opacity: 1 !important; transform: none !important; transition: none; }
  .nav-dropdown-all { opacity: 1 !important; }
  .ndd-title { font-size: 0.95rem; }
  .nav-dropdown-all { border-top: none; padding: 0.6rem 0; }

  .work-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .g-item:nth-child(1) { grid-column: span 2; grid-row: auto; aspect-ratio: 16/10; }
  .g-item:nth-child(4) { grid-column: span 2; }
  .strip { grid-template-columns: repeat(3, 1fr); }
  .footer-top { flex-direction: column; }
  .cs-logo-band { aspect-ratio: 16/9; }
}

@media (max-width: 900px) {
  .res-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .cs-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-list > div { grid-template-columns: 1fr; gap: 0.2rem; }
}

@media (max-width: 480px) {
  .res-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .site-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .strip { grid-template-columns: repeat(2, 1fr); }
  .strip-item:nth-child(3) { display: none; }
  .btn { width: 100%; }
  .hero-cta, .center-cta, .contact-actions { flex-direction: column; }
  .cs-nav-inner { flex-direction: column; gap: 1.5rem; }
  .cs-nav-link { max-width: 100%; }
  .cs-nav-link.next { text-align: left; align-items: flex-start; }
}

/* =========================================================
   MOTION POLISH — Apple-style easing & micro-interactions
   ========================================================= */

/* Staggered reveal: children of a grid come in one after another */
.work-grid .reveal:nth-child(1),
.site-grid .reveal:nth-child(1),
.stats-grid .reveal:nth-child(1),
.sys-grid .reveal:nth-child(1) { transition-delay: .00s; }
.work-grid .reveal:nth-child(2),
.site-grid .reveal:nth-child(2),
.stats-grid .reveal:nth-child(2),
.sys-grid .reveal:nth-child(2) { transition-delay: .06s; }
.work-grid .reveal:nth-child(3),
.site-grid .reveal:nth-child(3),
.stats-grid .reveal:nth-child(3),
.sys-grid .reveal:nth-child(3) { transition-delay: .12s; }
.work-grid .reveal:nth-child(4),
.site-grid .reveal:nth-child(4),
.stats-grid .reveal:nth-child(4),
.sys-grid .reveal:nth-child(4) { transition-delay: .18s; }
.work-grid .reveal:nth-child(5),
.site-grid .reveal:nth-child(5),
.stats-grid .reveal:nth-child(5) { transition-delay: .24s; }
.work-grid .reveal:nth-child(6),
.site-grid .reveal:nth-child(6),
.stats-grid .reveal:nth-child(6) { transition-delay: .30s; }

/* Hero: soft entrance on load, sequenced like an Apple product page */
.hero-copy > *, .hero-portrait { animation: heroIn .95s cubic-bezier(.16,1,.3,1) backwards; }
.hero-copy > .eyebrow      { animation-delay: .05s; }
.hero-copy > .hero-title   { animation-delay: .12s; }
.hero-copy > .hero-sub     { animation-delay: .20s; }
.hero-copy > .hero-cta     { animation-delay: .28s; }
.hero-copy > .hero-marquee { animation-delay: .36s; }
.hero-portrait             { animation-delay: .18s; animation-duration: 1.1s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* Portrait breathes very slightly — depth without distraction */
.portrait-frame { transition: transform .8s cubic-bezier(.16,1,.3,1), box-shadow .8s ease; }
.hero-portrait:hover .portrait-frame { transform: translateY(-6px) scale(1.012); box-shadow: 0 40px 80px rgba(0,0,0,0.16); }
.portrait-glow { animation: glowPulse 7s ease-in-out infinite; }
@keyframes glowPulse { 0%,100% { opacity: .85; transform: scale(1); } 50% { opacity: 1; transform: scale(1.06); } }

/* Buttons: springier press */
.btn { transition: background .25s ease, border-color .25s ease, transform .22s cubic-bezier(.16,1,.3,1), box-shadow .25s ease; }
.btn-primary:hover { box-shadow: 0 6px 18px rgba(0,113,227,0.30); transform: translateY(-1px); }
.btn-secondary:hover { transform: translateY(-1px); }
.btn:active { transform: scale(0.96); }

/* Stat numbers lift subtly when their tile is hovered */
.stat { transition: background .3s ease; }
.stat:hover { background: #fdfdfe; }
.stat-num { display: inline-block; transition: transform .45s cubic-bezier(.16,1,.3,1), color .3s ease; }
.stat:hover .stat-num { transform: translateY(-2px) scale(1.03); color: var(--accent); }

/* Nav links get an underline that grows from the centre */
.nav-links > a:not(.nav-contact), .nav-trigger { position: relative; }
.nav-links > a:not(.nav-contact)::after, .nav-trigger::after {
  content: ""; position: absolute; left: 50%; bottom: -3px; height: 1.5px; width: 0;
  background: var(--accent); border-radius: 2px;
  transform: translateX(-50%);
  transition: width .3s cubic-bezier(.16,1,.3,1);
}
.nav-links > a:not(.nav-contact):hover::after,
.nav-links > a.active:not(.nav-contact)::after { width: 100%; }
.nav-item:hover .nav-trigger::after { width: 100%; }

/* Case-study cards: image parallax-ish zoom + card lift already present; add shadow bloom */
.work-card, .site-card { transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s ease; }
.work-card:hover, .site-card:hover { transform: translateY(-6px); }

/* Chips gently raise on hover */
.chips li, .skills span, .sys-stack span { transition: transform .25s cubic-bezier(.16,1,.3,1), background .25s ease, border-color .25s ease; }
.chips li:hover, .skills span:hover, .sys-stack span:hover { transform: translateY(-2px); border-color: var(--border-strong); }

/* Timeline dots pulse into view */
.timeline li.in-view .tl-dot { animation: dotIn .6s cubic-bezier(.16,1,.3,1) backwards; }
@keyframes dotIn { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* Gallery items scale in with a touch of stagger */
.gallery .reveal:nth-child(odd) { transition-delay: .04s; }
.gallery .reveal:nth-child(even) { transition-delay: .09s; }
.g-item, .strip-item, .cs-grid figure { transition: transform .5s cubic-bezier(.16,1,.3,1), box-shadow .5s ease; }
.g-item:hover, .strip-item:hover, .cs-grid figure:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

/* Chart bars grow from the baseline when scrolled into view */
.cs-stats.in-view .ch-fill { animation: barGrow .9s cubic-bezier(.16,1,.3,1) backwards; transform-origin: center bottom; }
.cs-stats.in-view .ch-bar:nth-child(1) .ch-fill { animation-delay: .05s; }
.cs-stats.in-view .ch-bar:nth-child(2) .ch-fill { animation-delay: .11s; }
.cs-stats.in-view .ch-bar:nth-child(3) .ch-fill { animation-delay: .17s; }
.cs-stats.in-view .ch-bar:nth-child(4) .ch-fill { animation-delay: .23s; }
.cs-stats.in-view .ch-bar:nth-child(5) .ch-fill { animation-delay: .29s; }
.cs-stats.in-view .ch-bar:nth-child(6) .ch-fill { animation-delay: .35s; }
.cs-stats.in-view .ch-bar:nth-child(7) .ch-fill { animation-delay: .41s; }
@keyframes barGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }

/* Reel cards: lift + play button pop */
.reel-card { transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s ease; }
.reel-card:hover { transform: translateY(-5px); }
.reel-play { transition: transform .35s cubic-bezier(.16,1,.3,1), background .3s ease; }
.reel-card:hover .reel-play { transform: translate(-50%,-50%) scale(1.14); background: #fff; }

/* Contact rows highlight on hover */
.contact-list > div { transition: background .25s ease, padding-left .25s cubic-bezier(.16,1,.3,1); border-radius: 8px; }
.contact-list > div:hover { background: rgba(0,0,0,0.025); padding-left: 0.5rem; }

/* Respect reduced-motion for every one of the above */
@media (prefers-reduced-motion: reduce) {
  .hero-copy > *, .hero-portrait, .portrait-glow,
  .timeline li.in-view .tl-dot,
  .cs-stats.in-view .ch-fill,
  .ndd-item, .nav-dropdown-all { opacity: 1 !important; transform: none !important; }
  .reveal { transition-delay: 0s !important; }
}
