/* ============================================================
   Magnate Designs — Shared Stylesheet
   ============================================================ */

/* ---------- Reset & Utility Shim ---------- */
*,*::before,*::after{box-sizing:border-box;border:0 solid #e5e7eb}
html{-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif;line-height:1.5}
body{margin:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}
p,blockquote,figure,ul,ol,dl{margin:0}
ul,ol{list-style:none;padding:0}
img,svg,video,canvas{display:block;max-width:100%;height:auto}
button,input,select,textarea{font:inherit;color:inherit;margin:0;padding:0;background:transparent;border:0}
a{color:inherit;text-decoration:inherit}

/* ---------- Layout Utilities ---------- */
.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}
.top-0{top:0}.left-0{left:0}.right-0{right:0}.inset-0{inset:0}
.-top-14{top:-3.5rem}.left-4{left:1rem}
.z-10{z-index:10}.z-50{z-index:50}
.block{display:block}.inline-flex{display:inline-flex}.flex{display:flex}.grid{display:grid}.hidden{display:none}
.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}
.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-baseline{align-items:baseline}
.justify-center{justify-content:center}.justify-between{justify-content:space-between}
.text-center{text-align:center}.text-right{text-align:right}
.shrink-0{flex-shrink:0}

/* Width / Height */
.w-2{width:.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-64{width:16rem}.w-full{width:100%}
.w-\[72vw\]{width:72vw}.w-\[82vw\]{width:82vw}
.h-2{height:.5rem}.h-12{height:3rem}.h-full{height:100%}.h-px{height:1px}
.min-h-\[100svh\]{min-height:100svh}.min-h-\[320px\]{min-height:320px}
.max-w-3xl{max-width:48rem}.max-w-frame{max-width:1280px}
.max-w-\[13ch\]{max-width:13ch}.max-w-\[16ch\]{max-width:16ch}.max-w-\[18ch\]{max-width:18ch}
.max-w-\[22ch\]{max-width:22ch}.max-w-\[26ch\]{max-width:26ch}.max-w-\[28ch\]{max-width:28ch}
.max-w-\[34ch\]{max-width:34ch}.max-w-\[42ch\]{max-width:42ch}.max-w-\[44ch\]{max-width:44ch}

/* Margin */
.mx-auto{margin-left:auto;margin-right:auto}
.mr-2{margin-right:.5rem}
.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}
.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}

/* Padding */
.pt-8{padding-top:2rem}.pt-14{padding-top:3.5rem}.pt-24{padding-top:6rem}.pt-36{padding-top:9rem}
.pb-6{padding-bottom:1.5rem}.pb-10{padding-bottom:2.5rem}.pb-14{padding-bottom:3.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}
.pl-0{padding-left:0}.pl-6{padding-left:1.5rem}
.pr-0{padding-right:0}.pr-6{padding-right:1.5rem}
.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}
.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}.py-28{padding-top:7rem;padding-bottom:7rem}
.p-8{padding:2rem}.p-10{padding:2.5rem}

/* Gap */
.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}
.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}
.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-10{gap:2.5rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}

/* Grid */
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
.col-span-12{grid-column:span 12/span 12}
.space-y-3>*+*{margin-top:.75rem}

/* Overflow & Aspect */
.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}
.aspect-\[4\/5\]{aspect-ratio:4/5}

/* Border Radius */
.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}
.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}
.rounded-none{border-radius:0}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}

/* Borders */
.border{border-width:1px}
.border-white\/10{border-color:rgba(255,255,255,.1)}
.border-white\/15{border-color:rgba(255,255,255,.15)}
.border-white\/30{border-color:rgba(255,255,255,.3)}

/* Backgrounds */
.bg-transparent{background-color:transparent}
.bg-black\/20{background-color:rgba(0,0,0,.2)}
.bg-white\/40{background-color:rgba(255,255,255,.4)}
.bg-ink{background-color:#0A0A0A}.bg-ink\/90{background-color:rgba(10,10,10,.9)}
.bg-cream{background-color:#F5F1EA}
.bg-red{background-color:#FF1E1E}.bg-red\/60{background-color:rgba(255,30,30,.6)}

/* Text Colors */
.text-ink{color:#0A0A0A}
.text-black{color:#000}.text-black\/10{color:rgba(0,0,0,.1)}
.text-black\/55{color:rgba(0,0,0,.55)}.text-black\/60{color:rgba(0,0,0,.6)}.text-black\/70{color:rgba(0,0,0,.7)}
.text-white{color:#fff}
.text-white\/40{color:rgba(255,255,255,.4)}.text-white\/45{color:rgba(255,255,255,.45)}
.text-white\/50{color:rgba(255,255,255,.5)}.text-white\/55{color:rgba(255,255,255,.55)}
.text-white\/60{color:rgba(255,255,255,.6)}.text-white\/70{color:rgba(255,255,255,.7)}
.text-white\/75{color:rgba(255,255,255,.75)}.text-white\/80{color:rgba(255,255,255,.8)}
.text-white\/85{color:rgba(255,255,255,.85)}.text-white\/90{color:rgba(255,255,255,.9)}
.text-white\/\[0\.06\]{color:rgba(255,255,255,.06)}
.text-red{color:#FF1E1E}.text-red\/30{color:rgba(255,30,30,.3)}
.placeholder-white\/40::placeholder{color:rgba(255,255,255,.4)}

/* Typography Utilities */
.font-sans{font-family:Inter,ui-sans-serif,system-ui,sans-serif}
.font-normal{font-weight:400}.font-medium{font-weight:500}
.italic{font-style:italic}
.uppercase{text-transform:uppercase}
.tracking-tight{letter-spacing:-.025em}
.tracking-tightest2{letter-spacing:-.045em}
.tracking-widest{letter-spacing:.1em}
.opacity-60{opacity:.6}
.select-none{user-select:none}
.pointer-events-none{pointer-events:none}
.outline-none{outline:2px solid transparent;outline-offset:2px}

/* Font Sizes */
.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[12\.5px\]{font-size:12.5px}
.text-\[13px\]{font-size:13px}.text-\[13\.5px\]{font-size:13.5px}
.text-\[14px\]{font-size:14px}.text-\[14\.5px\]{font-size:14.5px}
.text-\[15px\]{font-size:15px}.text-\[15\.5px\]{font-size:15.5px}
.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}
.text-\[20px\]{font-size:20px}.text-\[20vw\]{font-size:20vw}
.text-\[22px\]{font-size:22px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}
.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}
.text-\[38px\]{font-size:38px}.text-\[40px\]{font-size:40px}
.text-\[44px\]{font-size:44px}.text-\[48px\]{font-size:48px}
.text-\[56px\]{font-size:56px}.text-\[64px\]{font-size:64px}
.text-\[360px\]{font-size:360px}

/* Line Heights */
.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.leading-relaxed{line-height:1.625}
.leading-\[0\.85\]{line-height:.85}.leading-\[0\.92\]{line-height:.92}
.leading-\[0\.95\]{line-height:.95}.leading-\[0\.98\]{line-height:.98}
.leading-\[1\.02\]{line-height:1.02}.leading-\[1\.08\]{line-height:1.08}.leading-\[1\.1\]{line-height:1.1}

/* Transitions */
.transition-colors{transition:color .15s,background-color .15s,border-color .15s}
.hover\:text-white:hover{color:#fff}
.group{}
.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}
@keyframes ping{75%,100%{transform:scale(2);opacity:0}}

/* ---- SM (>=640) ---- */
@media (min-width:640px){
  .sm\:text-\[42px\]{font-size:42px}
  .sm\:text-\[58px\]{font-size:58px}
  .sm\:text-\[60px\]{font-size:60px}
  .sm\:text-\[64px\]{font-size:64px}
  .sm\:text-\[72px\]{font-size:72px}
  .sm\:text-\[88px\]{font-size:88px}
}

/* ---- MD (>=768) ---- */
@media (min-width:768px){
  .md\:block{display:block}.md\:flex{display:flex}
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}
  .md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-7{grid-column:span 7/span 7}
  .md\:border-l{border-left-width:1px}.md\:border-black\/10{border-color:rgba(0,0,0,.1)}
  .md\:gap-10{gap:2.5rem}.md\:gap-12{gap:3rem}
  .md\:justify-self-end{justify-self:end}
  .md\:hair-b-0{border-bottom:0}
  .md\:hair-r{border-right:1px solid rgba(255,255,255,.08)}
  .md\:left-10{left:2.5rem}
  .md\:max-w-\[18ch\]{max-width:18ch}
  .md\:mb-14{margin-bottom:3.5rem}.md\:mb-20{margin-bottom:5rem}
  .md\:mt-14{margin-top:3.5rem}.md\:mt-16{margin-top:4rem}.md\:mt-20{margin-top:5rem}.md\:mt-24{margin-top:6rem}
  .md\:p-12{padding:3rem}
  .md\:pb-14{padding-bottom:3.5rem}.md\:pb-28{padding-bottom:7rem}.md\:pb-32{padding-bottom:8rem}
  .md\:pl-8{padding-left:2rem}.md\:pl-10{padding-left:2.5rem}
  .md\:pl-\[calc\(\(100vw-1280px\)\/2\+40px\)\]{padding-left:calc((100vw - 1280px)/2 + 40px)}
  .md\:pr-10{padding-right:2.5rem}
  .md\:pt-32{padding-top:8rem}.md\:pt-40{padding-top:10rem}
  .md\:px-10{padding-left:2.5rem;padding-right:2.5rem}
  .md\:py-4{padding-top:1rem;padding-bottom:1rem}
  .md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:py-40{padding-top:10rem;padding-bottom:10rem}
  .md\:text-\[18px\]{font-size:18px}.md\:text-\[32px\]{font-size:32px}.md\:text-\[40px\]{font-size:40px}
  .md\:text-\[52px\]{font-size:52px}.md\:text-\[80px\]{font-size:80px}.md\:text-\[88px\]{font-size:88px}
  .md\:text-\[92px\]{font-size:92px}.md\:text-\[116px\]{font-size:116px}.md\:text-\[128px\]{font-size:128px}
  .md\:text-\[520px\]{font-size:520px}
  .md\:text-right{text-align:right}
  .md\:w-80{width:20rem}
  .md\:w-\[420px\]{width:420px}.md\:w-\[540px\]{width:540px}
}

/* ---- LG (>=1024) ---- */
@media (min-width:1024px){
  .lg\:flex{display:flex}
  .lg\:text-\[168px\]{font-size:168px}
}


/* ============================================================
   Design System — Custom Styles
   ============================================================ */

:root {
  --ink: #0A0A0A;
  --paper: #FAFAFA;
  --cream: #F5F1EA;
  --red: #FF1E1E;
  --hair: rgba(255,255,255,0.08);
  --hairDk: rgba(10,10,10,0.10);
}

html, body { background: var(--ink); color: var(--paper); }
body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  font-feature-settings: 'ss01','cv11';
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* ---------- Display Serif ---------- */
.serif-i { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; letter-spacing: -0.02em; }
.serif   { font-family: 'Instrument Serif', serif; font-weight: 400; letter-spacing: -0.02em; }

/* ---------- Grain Overlay ---------- */
.grain::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.04;
  mix-blend-mode: overlay;
  background-color: rgba(255,255,255,0.015);
  z-index: 2;
}

/* ---------- Hairlines ---------- */
.hair-b { border-bottom: 1px solid var(--hair); }
.hair-t { border-top: 1px solid var(--hair); }
.hair-r { border-right: 1px solid var(--hair); }
.hair-l { border-left: 1px solid var(--hair); }
.hair-b-dk { border-bottom: 1px solid var(--hairDk); }
.hair-t-dk { border-top: 1px solid var(--hairDk); }

/* ---------- Hero Headline Reveal ---------- */
.reveal-word { display: inline-block; overflow: hidden; vertical-align: baseline; }
.reveal-word > span {
  display: inline-block;
  transform: translateY(110%);
  filter: blur(14px);
  opacity: 0;
  will-change: transform, filter, opacity;
}

/* ---------- Clip-path Underline Links ---------- */
.ul-clip {
  position: relative;
  display: inline-block;
}
.ul-clip::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  clip-path: inset(0 100% 0 0);
  transition: clip-path .55s cubic-bezier(.77,0,.18,1);
}
.ul-clip:hover::after { clip-path: inset(0 0 0 0); }

/* ---------- Magnetic Buttons ---------- */
.magnet { display: inline-block; will-change: transform; }
.btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 22px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.005em;
  line-height: 1;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background .25s, color .25s, border-color .25s;
}
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: #ff2e2e; }
.btn-ghost {
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(255,255,255,0.22);
}
.btn-ghost:hover { border-color: rgba(255,255,255,0.55); }
.btn .dot { width: 8px; height: 8px; border-radius: 999px; background: currentColor; opacity: .9; }
.btn .arrow { display: inline-block; transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- Custom Cursor ---------- */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0;
  pointer-events: none;
  z-index: 9999;
  will-change: transform;
  mix-blend-mode: difference;
}
.cursor-dot {
  width: 8px; height: 8px;
  background: var(--red);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}
.cursor-ring {
  width: 40px; height: 40px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  transform: translate(-50%, -50%) scale(1);
  transition: transform .22s cubic-bezier(.2,.8,.2,1), width .22s, height .22s, border-color .22s;
}
.cursor-grow .cursor-ring {
  transform: translate(-50%, -50%) scale(2);
  border-color: var(--red);
}
@media (hover: none), (pointer: coarse) {
  .cursor-dot, .cursor-ring { display: none; }
  body { cursor: auto !important; }
}
body { cursor: none; }
a, button, .magnet, [data-hover] { cursor: none; }

/* ---------- Nav (Hamburger Overlay) ---------- */
.nav-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.5rem 1.5rem;
  transition: padding .35s cubic-bezier(.2,.8,.2,1), background-color .35s, backdrop-filter .35s;
}
@media (min-width: 768px) { .nav-bar { padding: 1.5rem 2.5rem; } .nav-overlay { padding-left: 2.5rem; padding-right: 2.5rem; } }
.nav-bar.shrink {
  padding-top: .625rem; padding-bottom: .625rem;
  background: rgba(10,10,10,0.72);
  backdrop-filter: saturate(140%) blur(16px);
  -webkit-backdrop-filter: saturate(140%) blur(16px);
}
.nav-bar .nav-logo img { height: 46px; width: auto; }

/* Hamburger trigger */
.nav-trigger {
  position: relative; z-index: 910;
  width: 32px; height: 24px;
  background: none; border: none; padding: 0;
  display: flex; flex-direction: column; justify-content: space-between;
  cursor: none;
}
.nav-line {
  display: block; width: 100%; height: 2px;
  background: var(--paper); border-radius: 1px;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), opacity .3s;
  transform-origin: center;
}
/* Morph to X */
.nav-open .nav-line:nth-child(1) { transform: translateY(11px) rotate(45deg); }
.nav-open .nav-line:nth-child(2) { opacity: 0; }
.nav-open .nav-line:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }

/* Overlay */
.nav-overlay {
  position: fixed; inset: 0; z-index: 899;
  background: var(--ink);
  display: flex; align-items: center; justify-content: flex-start;
  padding-left: 1.5rem; padding-right: 1.5rem;
  opacity: 0; visibility: hidden;
  transition: opacity .45s cubic-bezier(.2,.8,.2,1), visibility 0s .45s;
}
.nav-open .nav-overlay {
  opacity: 1; visibility: visible;
  transition: opacity .45s cubic-bezier(.2,.8,.2,1), visibility 0s 0s;
}

/* Menu list */
.nav-menu {
  list-style: none; padding: 0; margin: 0;
  text-align: left;
}
.nav-menu li {
  overflow: hidden;
}
.nav-menu a {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--paper);
  text-decoration: none;
  transform: translateY(110%);
  opacity: 0;
  transition: transform .5s cubic-bezier(.2,.8,.2,1), opacity .5s cubic-bezier(.2,.8,.2,1), color .25s;
}
.nav-open .nav-menu a {
  transform: translateY(0);
  opacity: 1;
}
/* Stagger delays */
.nav-menu li:nth-child(1) a { transition-delay: .08s; }
.nav-menu li:nth-child(2) a { transition-delay: .13s; }
.nav-menu li:nth-child(3) a { transition-delay: .18s; }
.nav-menu li:nth-child(4) a { transition-delay: .23s; }
.nav-menu li:nth-child(5) a { transition-delay: .28s; }
.nav-menu li:nth-child(6) a { transition-delay: .33s; }
.nav-menu li:nth-child(7) a { transition-delay: .38s; }

/* Close stagger (reverse) */
body:not(.nav-open) .nav-menu li:nth-child(7) a { transition-delay: .02s; }
body:not(.nav-open) .nav-menu li:nth-child(6) a { transition-delay: .04s; }
body:not(.nav-open) .nav-menu li:nth-child(5) a { transition-delay: .06s; }
body:not(.nav-open) .nav-menu li:nth-child(4) a { transition-delay: .08s; }
body:not(.nav-open) .nav-menu li:nth-child(3) a { transition-delay: .10s; }
body:not(.nav-open) .nav-menu li:nth-child(2) a { transition-delay: .12s; }
body:not(.nav-open) .nav-menu li:nth-child(1) a { transition-delay: .14s; }

/* Hover: dim siblings */
.nav-menu:hover a { opacity: .35; }
.nav-menu a:hover { opacity: 1 !important; }
.nav-open .nav-menu:hover a { opacity: .35; }
.nav-open .nav-menu a:hover { opacity: 1 !important; }

/* Active page dot */
.nav-menu a[aria-current="page"] { color: var(--paper); }
.nav-menu a[aria-current="page"]::after {
  content: ''; display: inline-block;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--red);
  margin-left: .6em; vertical-align: middle;
}

/* Scroll lock */
body.nav-open { overflow: hidden; position: fixed; width: 100%; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .nav-line { transition: none; }
  .nav-overlay { transition: none; }
  .nav-menu a { transition: none; transform: none; opacity: 1; }
}

/* ---------- Marquee ---------- */
.marquee {
  display: flex;
  width: max-content;
  animation: marq 42s linear infinite;
}
.marquee:hover { animation-play-state: paused; }
@keyframes marq {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.logo-cell {
  filter: grayscale(1);
  opacity: .55;
  transition: filter .3s, opacity .3s, color .3s;
}
.logo-cell:hover { filter: grayscale(0); opacity: 1; }

/* ---------- Case Studies Horizontal Scroll ---------- */
.hscroll {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.hscroll::-webkit-scrollbar { display: none; }
.hscroll > * { scroll-snap-align: start; }

/* ---------- Service Cards ---------- */
.svc {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.svc .svc-preview {
  position: absolute; inset: 0;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity .55s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1);
  z-index: 0;
}
.svc:hover .svc-preview { opacity: 1; transform: scale(1); }
.svc .svc-body { position: relative; z-index: 1; }
.svc .learn {
  opacity: 0; transform: translateY(8px);
  transition: opacity .35s, transform .45s cubic-bezier(.2,.8,.2,1);
}
.svc:hover .learn { opacity: 1; transform: translateY(0); }

/* ---------- Scroll Indicator ---------- */
.scroll-ind {
  width: 1px; height: 56px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 40%, rgba(255,255,255,0) 100%);
  position: relative;
}
.scroll-ind::after {
  content: ""; position: absolute; left: -3px; top: 0;
  width: 7px; height: 7px; border-radius: 999px; background: var(--red);
  animation: drop 2.4s ease-in-out infinite;
}
@keyframes drop {
  0%   { transform: translateY(0); opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { transform: translateY(48px); opacity: 0; }
}

/* ---------- Reveal Utility ---------- */
.fade-up { opacity: 0; transform: translateY(28px); will-change: transform, opacity; }

/* ---------- Red Mark Highlight ---------- */
.redmark {
  background-image: linear-gradient(transparent 62%, rgba(255,30,30,0.95) 62%, rgba(255,30,30,0.95) 92%, transparent 92%);
  padding: 0 .05em;
}

/* ---------- Eyebrow Label ---------- */
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(250,250,250,.55);
}
.eyebrow.dark { color: rgba(10,10,10,.55); }
.eyebrow .ebdot {
  display: inline-block; width: 6px; height: 6px; border-radius: 999px; background: var(--red);
  margin-right: 10px; transform: translateY(-2px);
}

/* ---------- Logo M Badge ---------- */
.m-badge {
  width: 28px; height: 28px; border-radius: 6px;
  background: var(--red);
  display: inline-flex; align-items: center; justify-content: center;
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.02em;
}

/* ---------- Hero Image (homepage — race-driver) ---------- */
.hero-img {
  background-image:
    linear-gradient(to right, rgba(10,10,10,.85) 0%, rgba(10,10,10,.55) 38%, rgba(10,10,10,.2) 62%, rgba(10,10,10,.55) 100%),
    url("../img/race-driver-1600.jpg");
  background-size: cover;
  background-position: center;
}
@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .hero-img {
    background-image:
      linear-gradient(to right, rgba(10,10,10,.85) 0%, rgba(10,10,10,.55) 38%, rgba(10,10,10,.2) 62%, rgba(10,10,10,.55) 100%),
      image-set(url("../img/race-driver-1600.webp") type("image/webp"), url("../img/race-driver-1600.jpg") type("image/jpeg"));
  }
}
@media (min-width:1441px) {
  .hero-img {
    background-image:
      linear-gradient(to right, rgba(10,10,10,.85) 0%, rgba(10,10,10,.55) 38%, rgba(10,10,10,.2) 62%, rgba(10,10,10,.55) 100%),
      url("../img/race-driver-2400.jpg");
  }
}
@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  @media (min-width:1441px) {
    .hero-img {
      background-image:
        linear-gradient(to right, rgba(10,10,10,.85) 0%, rgba(10,10,10,.55) 38%, rgba(10,10,10,.2) 62%, rgba(10,10,10,.55) 100%),
        image-set(url("../img/race-driver-2400.webp") type("image/webp"), url("../img/race-driver-2400.jpg") type("image/jpeg"));
    }
  }
}
@media (max-width:767px) {
  .hero-img {
    background-image:
      linear-gradient(to right, rgba(10,10,10,.85) 0%, rgba(10,10,10,.55) 38%, rgba(10,10,10,.2) 62%, rgba(10,10,10,.55) 100%),
      url("../img/race-driver-800.jpg");
  }
}
@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  @media (max-width:767px) {
    .hero-img {
      background-image:
        linear-gradient(to right, rgba(10,10,10,.85) 0%, rgba(10,10,10,.55) 38%, rgba(10,10,10,.2) 62%, rgba(10,10,10,.55) 100%),
        image-set(url("../img/race-driver-800.webp") type("image/webp"), url("../img/race-driver-800.jpg") type("image/jpeg"));
    }
  }
}

/* ---------- Welder / CTA Image ---------- */
.welder-img {
  background-image:
    linear-gradient(to right, rgba(10,10,10,.82) 0%, rgba(10,10,10,.55) 50%, rgba(10,10,10,.25) 100%),
    image-set(url("../img/cta-bg.webp") type("image/webp"), url("../img/cta-bg.jpg") type("image/jpeg"));
  background-image:
    linear-gradient(to right, rgba(10,10,10,.82) 0%, rgba(10,10,10,.55) 50%, rgba(10,10,10,.25) 100%),
    url("../img/cta-bg.jpg");
  background-size: cover;
  background-position: center;
}
@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .welder-img {
    background-image:
      linear-gradient(to right, rgba(10,10,10,.82) 0%, rgba(10,10,10,.55) 50%, rgba(10,10,10,.25) 100%),
      image-set(url("../img/cta-bg.webp") type("image/webp"), url("../img/cta-bg.jpg") type("image/jpeg"));
  }
}

/* ---------- Section Number Label ---------- */
.pnum { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--red); font-size: 14px; letter-spacing: 0; }

/* ---------- Case Card Image ---------- */
.cs-img {
  background: #141414;
  position: relative;
  overflow: hidden;
}
.cs-img::after {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(70% 60% at 30% 30%, rgba(255,255,255,0.08), transparent 60%),
    linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
  pointer-events: none;
}

/* ---------- Footer Link ---------- */
.flink { color: rgba(250,250,250,.55); transition: color .2s; }
.flink:hover { color: var(--paper); }

/* ---------- Brand Marquee Items ---------- */
.brand {
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #111;
  font-size: 22px;
  white-space: nowrap;
  transition: opacity .25s;
  opacity: .55;
}
.brand:hover { opacity: 1; }
.brand.italic { font-style: italic; font-family: 'Instrument Serif', serif; font-weight: 400; font-size: 26px; }

/* ---------- Corner Tick Accents ---------- */
.corner-tick {
  position: absolute; width: 14px; height: 14px;
}
.corner-tick::before, .corner-tick::after {
  content: ""; position: absolute; background: var(--red);
}
.corner-tick.tl::before { top: 0; left: 0; width: 14px; height: 1px; }
.corner-tick.tl::after  { top: 0; left: 0; width: 1px; height: 14px; }

/* ---------- Hero Italic Word ---------- */
.hero-italic {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--red);
  font-weight: 400;
  letter-spacing: -0.03em;
}

/* (Old nav-active removed — now using aria-current on hamburger nav) */

/* ORPHAN: was used for case-studies hero image, kept for potential revert */
/*
.cs-hero-img {
  background-image:
    linear-gradient(to right, rgba(10,10,10,.82) 0%, rgba(10,10,10,.5) 45%, rgba(10,10,10,.3) 100%),
    url("../img/case-studies-hero-1600.jpg");
  background-size: cover;
  background-position: center;
}
@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .cs-hero-img {
    background-image:
      linear-gradient(to right, rgba(10,10,10,.82) 0%, rgba(10,10,10,.5) 45%, rgba(10,10,10,.3) 100%),
      image-set(url("../img/case-studies-hero-1600.webp") type("image/webp"), url("../img/case-studies-hero-1600.jpg") type("image/jpeg"));
  }
}
*/

/* ---------- Typography-Driven Inner-Page Hero System ---------- */
.typo-hero {
  background: var(--ink);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  min-height: 60vh;
  padding-top: 120px;
}
@media (max-width:767px) {
  .typo-hero { min-height: 50vh; }
}
.typo-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
.typo-hero h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--paper);
}
.typo-hero .hero-sub {
  color: rgba(250,250,250,.7);
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.55;
  max-width: 640px;
  margin-top: 1.25rem;
}

/* --- Case Studies: counter accent --- */
.cs-hero-counter {
  position: absolute;
  top: 140px;
  right: 0;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(48px, 5vw, 80px);
  color: rgba(250,250,250,.12);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}
@media (max-width:767px) {
  .cs-hero-counter { position: static; margin-bottom: 1.5rem; font-size: 36px; color: rgba(250,250,250,.18); }
}

/* --- Process: phase numerals --- */
.process-hero-nums {
  display: flex;
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-top: 2rem;
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(40px, 5vw, 72px);
  color: rgba(250,250,250,.15);
  line-height: 1;
}
.process-hero-nums span {
  opacity: 0;
  transform: translateY(16px);
}

/* --- About: M monogram --- */
.about-hero-mono {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(200px, 25vw, 420px);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(250,250,250,.08);
  pointer-events: none;
  user-select: none;
}
@media (max-width:767px) {
  .about-hero-mono {
    font-size: 180px;
    right: -10%;
    -webkit-text-stroke: 1px rgba(250,250,250,.06);
  }
}

/* --- Contact: red line accent --- */
.contact-hero-line {
  position: absolute;
  right: 10%;
  bottom: 35%;
  width: 0;
  height: 2px;
  background: var(--red);
}
@media (max-width:767px) {
  .contact-hero-line { right: 6%; bottom: 28%; }
}

/* --- Insights: pull-quote preview --- */
.insights-hero-quote {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(24px, 3vw, 44px);
  line-height: 1.2;
  color: rgba(250,250,250,.2);
  max-width: 680px;
  margin-top: 1.5rem;
}

/* ---------- Case Study Rows ---------- */
.cs-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width:768px) {
  .cs-row { grid-template-columns: 1fr 1fr; gap: 4rem; }
  .cs-row.reverse .cs-row-img { order: 2; }
  .cs-row.reverse .cs-row-text { order: 1; }
}

.cs-row-img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.cs-row-img img,
.cs-row-img .cs-placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.cs-row-img:hover img,
.cs-row-img:hover .cs-placeholder {
  transform: scale(1.04);
}

/* Corner tick appears on hover */
.cs-row-img .corner-tick { opacity: 0; transition: opacity .4s cubic-bezier(.2,.8,.2,1); }
.cs-row-img:hover .corner-tick { opacity: 1; }

/* Placeholder block for missing images */
.cs-placeholder {
  background: var(--ink);
  border: 1px solid var(--hair);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.25);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* ORPHAN: was used for process hero image (race-driver), kept for potential revert */
/*
.process-hero-img {
  background-image:
    linear-gradient(to right, rgba(10,10,10,.82) 0%, rgba(10,10,10,.5) 45%, rgba(10,10,10,.3) 100%),
    url("../img/race-driver-1600.jpg");
  background-size: cover;
  background-position: center;
}
*/

/* ---------- Process Timeline ---------- */
.tl-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width:768px) {
  .tl-wrap { grid-template-columns: 2fr 3fr; gap: 4rem; }
}

/* Sticky indicator (left column) */
.tl-indicator {
  display: none;
}
@media (min-width:768px) {
  .tl-indicator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 3rem 0;
  }
}
.tl-indicator .tl-label {
  position: absolute;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .45s cubic-bezier(.2,.8,.2,1), transform .45s cubic-bezier(.2,.8,.2,1);
  width: 100%;
}
.tl-indicator .tl-label.active {
  opacity: 1;
  transform: translateY(0);
}

/* Progress line */
.tl-progress {
  position: absolute;
  left: 0; top: 15%; bottom: 15%;
  width: 2px;
  background: var(--hair);
}
.tl-progress-fill {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 0%;
  background: var(--red);
  transition: height .1s linear;
}

/* Step cards (right column) */
.tl-step {
  padding: 4rem 0;
}
.tl-step + .tl-step {
  border-top: 1px solid var(--hair);
}
@media (min-width:768px) {
  .tl-step { padding: 6rem 0; }
  .tl-step:first-child { padding-top: 8rem; }
  .tl-step:last-child { padding-bottom: 8rem; }
}

/* Mobile step indicator */
.tl-step-mobile {
  display: block;
  margin-bottom: 1rem;
}
@media (min-width:768px) {
  .tl-step-mobile { display: none; }
}

/* ---------- Value Blocks ---------- */
.val-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width:640px)  { .val-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width:1024px) { .val-grid { grid-template-columns: repeat(4, 1fr); } }

.val-block {
  padding: 2rem 0;
}
.val-icon {
  width: 36px; height: 36px;
  color: var(--red);
  margin-bottom: 1.25rem;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.val-block:hover .val-icon {
  transform: scale(1.15) rotate(6deg);
}
.val-block h3 {
  position: relative;
  display: inline-block;
}
.val-block h3::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -3px;
  height: 2px;
  background: var(--red);
  transform-origin: left;
  clip-path: inset(0 100% 0 0);
  transition: clip-path .55s cubic-bezier(.77,0,.18,1);
}
.val-block:hover h3::after {
  clip-path: inset(0 0 0 0);
}

/* ORPHAN: was used for about hero image, kept for potential revert */
/*
.about-hero-img {
  background-image:
    linear-gradient(to right, rgba(10,10,10,.82) 0%, rgba(10,10,10,.5) 45%, rgba(10,10,10,.3) 100%),
    url("../img/about-hero.jpg");
  background-size: cover;
  background-position: center;
}
*/

/* ---------- Two-Column Layouts ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width:768px) {
  .two-col       { grid-template-columns: 3fr 2fr; gap: 5rem; }
  .two-col.col55 { grid-template-columns: 11fr 9fr; }
}

/* ---------- Core Values Cards ---------- */
.cv-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width:640px)  { .cv-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width:1024px) { .cv-grid { grid-template-columns: repeat(4, 1fr); } }

.cv-card {
  background: #fff;
  border: 1px solid var(--hairDk);
  border-radius: 1rem;
  padding: 2rem;
  transition:
    background .4s cubic-bezier(.2,.8,.2,1),
    color .4s cubic-bezier(.2,.8,.2,1),
    border-color .4s cubic-bezier(.2,.8,.2,1),
    transform .4s cubic-bezier(.2,.8,.2,1),
    box-shadow .4s cubic-bezier(.2,.8,.2,1);
}
.cv-card:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--hair);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
}
.cv-card .cv-icon {
  width: 28px; height: 28px;
  color: var(--red);
  margin-bottom: 1rem;
}
.cv-card h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: .75rem;
  position: relative;
  display: inline-block;
}
.cv-card h3::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 1.5px;
  background: var(--ink);
  transition: background .4s cubic-bezier(.2,.8,.2,1);
}
.cv-card:hover h3::after { background: var(--red); }
.cv-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(10,10,10,.6);
  transition: color .4s cubic-bezier(.2,.8,.2,1);
}
.cv-card:hover p { color: rgba(250,250,250,.6); }

/* ---------- Story M Logo ---------- */
.story-m {
  width: 280px; height: 280px;
  border-radius: 48px;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 160px;
  letter-spacing: -0.04em;
  color: #fff;
  box-shadow: 0 0 120px rgba(255,30,30,.25), 0 0 40px rgba(255,30,30,.15);
  transform: rotate(-3deg);
}
@media (min-width:768px) {
  .story-m { width: 400px; height: 400px; font-size: 220px; border-radius: 64px; }
}

/* ---------- Insight Cards ---------- */
.ins-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width:768px) { .ins-grid { grid-template-columns: repeat(3, 1fr); } }

.ins-card {
  display: flex;
  flex-direction: column;
}
.ins-card-img {
  aspect-ratio: 16 / 10;
  border-radius: .75rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: var(--ink);
  border: 1px solid var(--hair);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.2);
  font-size: 13px;
  font-weight: 500;
}

/* ---------- Contact Page ---------- */
.contact-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width:768px) {
  .contact-cols { grid-template-columns: 38fr 62fr; gap: 0; }
}

/* Contact info items */
.ct-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
}
.ct-item + .ct-item { border-top: 1px solid var(--hair); }
.ct-icon {
  width: 20px; height: 20px;
  color: var(--red);
  flex-shrink: 0;
  margin-top: 2px;
}

/* Form panel — dark card on light background */
.form-panel {
  position: relative;
}
.contact-light .form-panel {
  background: var(--ink);
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  color: var(--paper);
}
@media (min-width:768px) {
  .form-panel {
    border-left: 1px solid var(--hair);
    padding-left: 48px;
  }
  .contact-light .form-panel {
    border-left: none;
    padding: 3rem;
    border-radius: 1.25rem;
  }
}

/* Progress indicator — thin red line at top of form */
.form-progress {
  position: absolute;
  top: 0; left: 0;
  height: 2px;
  background: var(--red);
  width: 0%;
  transition: width .45s cubic-bezier(.2,.8,.2,1);
  z-index: 1;
}
@media (min-width:768px) {
  .form-progress { left: -1px; }
  .contact-light .form-progress {
    left: 0;
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

/* Form layout */
.form-row { margin-bottom: 32px; }
@media (max-width:639px) { .form-row { margin-bottom: 24px; } }
.form-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width:640px) { .form-2col { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width:639px) { .form-2col { gap: 24px; } }

/* Sleek field group — bottom hairline only */
.sf-group {
  position: relative;
}
.sf-group label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,.5);
  margin-bottom: 8px;
  transition: color .25s cubic-bezier(.2,.8,.2,1), transform .25s cubic-bezier(.2,.8,.2,1);
}
.sf-group.focused label {
  color: var(--red);
  transform: translateY(-2px);
}
.sf-group input,
.sf-group textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.35);
  padding: 14px 0 16px;
  font-size: 17px;
  font-family: 'Inter', sans-serif;
  color: var(--paper);
  outline: none;
  transition: none;
}
.sf-group input::placeholder,
.sf-group textarea::placeholder {
  color: rgba(255,255,255,.3);
}
.sf-group textarea {
  resize: none;
  min-height: calc(3 * 1.6em + 30px); /* 3 rows */
  overflow: hidden;
  line-height: 1.6;
}

/* Animated underline sweep: scaleX 0→1 on focus */
.sf-line {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}
.sf-group.focused .sf-line { transform: scaleX(1); }

/* Char counter */
.char-count {
  position: absolute;
  right: 0; bottom: 4px;
  font-size: 12px;
  color: rgba(255,255,255,.4);
  pointer-events: none;
}

/* Field errors */
.sf-error {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--red);
  margin-top: 8px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .3s cubic-bezier(.2,.8,.2,1), opacity .25s, margin-top .3s;
}
.sf-group.has-error .sf-error {
  max-height: 2em;
  opacity: 1;
}
.sf-group.has-error .sf-line { transform: scaleX(1); background: var(--red); }

/* Service / Budget chips — shared */
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 9999px;
  font-size: 14px;
  color: rgba(255,255,255,.7);
  cursor: pointer;
  user-select: none;
  transition:
    background .35s cubic-bezier(.2,.8,.2,1),
    color .35s cubic-bezier(.2,.8,.2,1),
    border-color .35s cubic-bezier(.2,.8,.2,1);
}
.chip:hover { border-color: var(--paper); }
.chip input { display: none; }
.chip.active {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

/* File dropzone */
.dropzone {
  border: 2px dashed var(--hair);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  transition: border-color .3s cubic-bezier(.2,.8,.2,1), background .3s;
  cursor: pointer;
}
.dropzone.dragover {
  border-color: var(--red);
  background: rgba(255,30,30,.04);
}
.dropzone-icon {
  width: 32px; height: 32px;
  color: rgba(255,255,255,.35);
  margin: 0 auto .75rem;
}
.dropzone-files {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
}
.file-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--hair);
  border-radius: 999px;
  font-size: 12.5px;
  color: rgba(255,255,255,.7);
  transition: transform .25s cubic-bezier(.2,.8,.2,1), opacity .25s;
}
.file-pill.removing {
  transform: scale(0);
  opacity: 0;
}
.file-pill button {
  background: none;
  border: none;
  color: var(--red);
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

/* Custom checkbox */
.ck-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.ck-wrap input { display: none; }
.ck-box {
  width: 20px; height: 20px;
  flex-shrink: 0;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  transition: background .25s cubic-bezier(.2,.8,.2,1), border-color .25s cubic-bezier(.2,.8,.2,1), transform .2s cubic-bezier(.2,.8,.2,1);
}
.ck-wrap input:checked + .ck-box {
  background: var(--red);
  border-color: var(--red);
  transform: scale(1);
  animation: ck-pop .3s cubic-bezier(.2,.8,.2,1);
}
@keyframes ck-pop {
  0% { transform: scale(0.9); }
  100% { transform: scale(1); }
}
.ck-box svg { opacity: 0; transition: opacity .15s; }
.ck-wrap input:checked + .ck-box svg { opacity: 1; }

/* Submit button — pill-shaped, lime #D7FF47 */
.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  background: #D7FF47;
  color: var(--ink);
  border: none;
  cursor: pointer;
  transition:
    box-shadow .35s cubic-bezier(.2,.8,.2,1),
    background .25s cubic-bezier(.2,.8,.2,1),
    opacity .25s;
}
.btn-submit:hover {
  box-shadow: 0 0 32px rgba(255,30,30,.25);
}
.btn-submit .arrow {
  display: inline-block;
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.btn-submit:hover .arrow { transform: translateX(6px); }
.btn-submit:disabled {
  opacity: .55;
  cursor: not-allowed;
}
.btn-submit .spinner {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--ink);
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin .6s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Submit row layout */
.submit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
@media (max-width:639px) {
  .submit-row { flex-direction: column-reverse; align-items: stretch; }
  .btn-submit { width: 100%; justify-content: center; }
}

/* Form messages */
.form-msg {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-top: .75rem;
  min-height: 1.2em;
}
.form-msg.error { color: var(--red); }
.form-msg.ok { color: #34d399; }

/* Success confirmation block */
.form-success {
  text-align: center;
  padding: 4rem 2rem;
}
.form-success .sent-title {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--red);
  font-size: 72px;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media (min-width:768px) { .form-success .sent-title { font-size: 96px; } }

/* Handwritten accent (desktop) */
.hand-accent {
  display: none;
}
@media (min-width:768px) {
  .hand-accent {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 2.5rem;
  }
}

/* reCAPTCHA placeholder */
.recaptcha-placeholder {
  border: 1px dashed var(--hair);
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: .35;
}

/* ============================================================
   Contact — Light-themed middle section
   ============================================================ */
.contact-light {
  background: var(--cream);
}
.contact-light .contact-cols > div:first-child .eyebrow { color: var(--red); }
.contact-light .contact-cols > div:first-child h2 { color: var(--ink); }

/* Contact items on light */
.contact-light .ct-item + .ct-item { border-color: var(--hairDk); }
.contact-light .ct-item a.ul-clip:hover { color: var(--red); }

/* ============================================================
   Project Case Study Pages
   ============================================================ */

/* ---------- Project Hero Image ---------- */
.proj-hero-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.proj-hero-fig {
  position: relative;
  width: 100%;
}
.proj-hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
@media (min-width:768px) {
  .proj-hero-img { aspect-ratio: 16 / 9; }
}

/* ---------- Project Overview Grid ---------- */
.proj-overview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width:768px) {
  .proj-overview-grid { grid-template-columns: 2fr 3fr; gap: 5rem; }
}

/* ---------- Project Gallery ---------- */
.proj-gallery-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
}
@media (min-width:768px) {
  .proj-gallery-grid { gap: 24px; }
}

.proj-gal-row { margin: 0; }
.proj-gal-row figure { margin: 0; }

.proj-gal-full { width: 100%; }

.proj-gal-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.proj-gal-3col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width:768px) {
  .proj-gal-2col { grid-template-columns: 1fr 1fr; gap: 24px; }
  .proj-gal-60-40 { grid-template-columns: 3fr 2fr; }
  .proj-gal-40-60 { grid-template-columns: 2fr 3fr; }
  .proj-gal-3col { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}

.proj-gal-img-wrap {
  position: relative;
  overflow: hidden;
  background: #141414;
  cursor: default;
}
.proj-gal-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}

/* ---------- Project Approach Grid ---------- */
.proj-approach-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width:768px) {
  .proj-approach-grid { grid-template-columns: repeat(3, 1fr); gap: 0; }
}
.proj-approach-block {
  padding: 0;
}
@media (min-width:768px) {
  .proj-approach-block {
    padding: 0 2.5rem;
    border-right: 1px solid var(--hair);
  }
  .proj-approach-block:first-child { padding-left: 0; }
  .proj-approach-block:last-child { border-right: none; padding-right: 0; }
}

/* ---------- Testimonial Avatar ---------- */
.proj-avatar {
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.02em;
}

/* ---------- Project Navigation ---------- */
.proj-nav-grid {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
@media (min-width:768px) {
  .proj-nav-grid { grid-template-columns: 1fr auto 1fr; }
}

.proj-nav-half {
  display: flex;
  align-items: center;
  padding: 3.5rem 2.5rem;
  transition: background .45s cubic-bezier(.2,.8,.2,1);
}
.proj-nav-half:hover {
  background: rgba(255,255,255,.03);
}
.proj-nav-inner {
  width: 100%;
  max-width: 640px;
}
.proj-nav-prev .proj-nav-inner { margin-left: auto; }
.proj-nav-next { justify-content: flex-end; }
.proj-nav-next .proj-nav-inner { margin-right: auto; }

.proj-nav-thumb {
  width: 100%; border-radius: 10px; overflow: hidden;
  margin-bottom: 1.25rem; aspect-ratio: 16/9;
}
.proj-nav-thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.proj-nav-half:hover .proj-nav-thumb img { transform: scale(1.04); }

.proj-nav-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
  transition: color .3s cubic-bezier(.2,.8,.2,1);
}
.proj-nav-half:hover .proj-nav-title { color: var(--red); }

.proj-nav-divider {
  display: none;
}
@media (min-width:768px) {
  .proj-nav-divider {
    display: block;
    width: 1px;
    background: var(--hair);
    align-self: stretch;
  }
}
@media (max-width:767px) {
  .proj-nav-half + .proj-nav-divider + .proj-nav-half {
    border-top: 1px solid var(--hair);
  }
  .proj-nav-next .proj-nav-inner { text-align: right; }
}

/* ---------- Welder CTA for project pages (one level deep) ---------- */
.proj-welder-img {
  background-image:
    linear-gradient(to right, rgba(10,10,10,.82) 0%, rgba(10,10,10,.55) 50%, rgba(10,10,10,.25) 100%),
    url("../img/cta-bg.jpg");
  background-size: cover;
  background-position: center;
}
@supports (background-image: image-set(url("x.webp") type("image/webp"))) {
  .proj-welder-img {
    background-image:
      linear-gradient(to right, rgba(10,10,10,.82) 0%, rgba(10,10,10,.55) 50%, rgba(10,10,10,.25) 100%),
      image-set(url("../img/cta-bg.webp") type("image/webp"), url("../img/cta-bg.jpg") type("image/jpeg"));
  }
}

/* ============================================================
   Insights — Blog Index
   ============================================================ */

/* Filter strip */
.blog-filter-strip {
  position: sticky;
  top: 64px;
  z-index: 30;
  background: var(--ink);
  border-bottom: 1px solid var(--hair);
  padding: 16px 0;
}
.blog-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.blog-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border: 1px solid var(--hair);
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.6);
  background: transparent;
  cursor: pointer;
  transition:
    background .35s cubic-bezier(.2,.8,.2,1),
    color .35s cubic-bezier(.2,.8,.2,1),
    border-color .35s cubic-bezier(.2,.8,.2,1);
}
.blog-pill:hover { border-color: var(--paper); color: var(--paper); }
.blog-pill.active {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

/* Featured post card */
.blog-featured-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: var(--paper);
}
@media (min-width:768px) {
  .blog-featured-card { grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center; }
}
.blog-featured-img-wrap {
  overflow: hidden;
  border-radius: .75rem;
}
.blog-featured-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.blog-featured-card:hover .blog-featured-img { transform: scale(1.04); }
.blog-featured-title {
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
.blog-featured-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-meta {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
}

/* Post grid */
.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width:768px) { .blog-grid { grid-template-columns: 1fr 1fr; gap: 3rem; } }

.blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--paper);
}
.blog-card-img-wrap {
  overflow: hidden;
  border-radius: .75rem;
  margin-bottom: 1.25rem;
}
.blog-card-img-wrap img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.blog-card:hover .blog-card-img-wrap img { transform: scale(1.04); }
.blog-card-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.blog-card-excerpt {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.55);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Newsletter strip */
.news-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width:768px) { .news-cols { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.news-input-row {
  display: flex;
  border: 1px solid var(--hairDk);
  border-radius: 12px;
  overflow: hidden;
}
.news-email {
  flex: 1;
  padding: 14px 16px;
  font-size: 15px;
  color: var(--ink);
  background: transparent;
  outline: none;
  min-width: 0;
}
.news-email::placeholder { color: rgba(10,10,10,.4); }

/* ============================================================
   Insights — Article / Post Template
   ============================================================ */

/* Containers */
.post-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width:768px) { .post-container { padding: 0 2.5rem; } }

.post-article {
  background: var(--ink);
}

/* Breadcrumb */
.post-breadcrumb {
  font-size: 13px;
  color: rgba(255,255,255,.45);
  margin-bottom: 2rem;
}
.post-breadcrumb a { color: rgba(255,255,255,.55); transition: color .2s; }
.post-breadcrumb a:hover { color: var(--red); }
.post-bc-sep { margin: 0 .5rem; color: rgba(255,255,255,.25); }
.post-bc-current { color: rgba(255,255,255,.7); }

/* Header */
.post-header { margin-bottom: 2.5rem; }
.post-h1 {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--paper);
  max-width: 18ch;
}
.post-meta {
  margin-top: 1.25rem;
  font-size: 13px;
  color: rgba(255,255,255,.5);
}
.post-meta a { color: rgba(255,255,255,.7); }
.post-meta-sep { margin: 0 .5rem; color: rgba(255,255,255,.25); }

/* Hero image */
.post-hero {
  margin: 0 0 3rem;
  border-radius: .75rem;
  overflow: hidden;
}
.post-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.post-caption {
  font-size: 12.5px;
  color: rgba(255,255,255,.4);
  margin-top: .75rem;
  text-align: center;
}

/* Two-column: ToC + Body */
.post-layout {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width:768px) {
  .post-layout { padding: 0 2.5rem; }
}
@media (min-width:1024px) {
  .post-layout {
    max-width: 1120px;
    grid-template-columns: 200px 1fr;
    gap: 4rem;
  }
}

/* Table of Contents */
.post-toc {
  display: none;
}
@media (min-width:1024px) {
  .post-toc { display: block; }
  .post-toc-inner {
    position: sticky;
    top: 120px;
  }
}
.post-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc;
}
.post-toc-list li {
  margin-bottom: .75rem;
}
.post-toc-link {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255,255,255,.4);
  transition: color .25s cubic-bezier(.2,.8,.2,1);
  text-decoration: none;
}
.post-toc-link:hover { color: rgba(255,255,255,.7); }
.post-toc-link.active { color: var(--red); }

/* Article body */
.post-body {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
}
.post-body h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--paper);
  margin: 3rem 0 1.25rem;
}
.post-body h2:first-child { margin-top: 0; }
.post-body h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--paper);
  margin: 2rem 0 1rem;
}
.post-body p {
  margin: 0 0 1.25rem;
}
.post-body blockquote {
  border-left: 3px solid var(--red);
  padding: 1.25rem 0 1.25rem 1.5rem;
  margin: 2rem 0;
}
.post-body blockquote p {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.45;
  color: var(--paper);
  margin: 0;
}
.post-body ul, .post-body ol {
  padding-left: 1.25rem;
  margin: 0 0 1.25rem;
}
.post-body ul { list-style: disc; }
.post-body ol { list-style: decimal; }
.post-body li {
  margin-bottom: .5rem;
  padding-left: .25rem;
}
.post-body strong { color: var(--paper); font-weight: 600; }

/* Internal links */
.post-link {
  color: var(--paper);
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .2s;
}
.post-link:hover { color: var(--red); }

/* External links */
.post-ext-link {
  color: rgba(255,255,255,.82);
  text-decoration: underline dotted;
  text-decoration-color: rgba(255,255,255,.35);
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color .2s;
}
.post-ext-link:hover { color: var(--red); text-decoration-color: var(--red); }
.post-ext-link::after {
  content: '\2197';
  display: inline-block;
  font-size: .75em;
  margin-left: 3px;
  opacity: .5;
}

/* Inline figure */
.post-inline-fig {
  margin: 2rem 0;
  border-radius: .75rem;
  overflow: hidden;
}
.post-inline-fig img { width: 100%; }
.post-inline-fig figcaption {
  font-size: 12.5px;
  color: rgba(255,255,255,.4);
  margin-top: .75rem;
}

/* Key takeaways box */
.post-takeaways {
  background: rgba(245,241,234,.06);
  border-left: 3px solid var(--red);
  border-radius: 0 .75rem .75rem 0;
  padding: 2rem 2rem 2rem 1.5rem;
  margin: 3rem 0;
}
.post-takeaways ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
}
.post-takeaways li {
  margin-bottom: .5rem;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,.75);
}

/* Author card */
.post-author-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  padding: 2rem 0;
  margin: 3rem 0;
}
.post-author-logo {
  width: 48px;
  height: auto;
  flex-shrink: 0;
  margin-top: 2px;
}

/* Related posts */
.post-related {
  padding-bottom: 3rem;
}

/* ============================================================
   Insights — Typography-Driven Cards (no images)
   ============================================================ */

/* Article header — enhanced for no-image layout */
.post-h1 {
  font-size: clamp(36px, 6vw, 72px);
  max-width: 16ch;
}
.article-dek {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.4;
  color: rgba(245,241,234,.7);
  max-width: 48ch;
  margin-top: 1.5rem;
}
.post-meta-row {
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  padding: 1rem 0;
  margin-top: 2rem;
}
.article-start-rule {
  width: 64px;
  height: 4px;
  background: var(--red);
  border: none;
  margin: 3rem 0;
  border-radius: 2px;
}

/* Typography-led index cards */
.blog-card-typo {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--hair);
  border-radius: .75rem;
  text-decoration: none;
  color: var(--paper);
  transition:
    transform .3s cubic-bezier(.2,.8,.2,1),
    box-shadow .3s cubic-bezier(.2,.8,.2,1),
    border-color .3s cubic-bezier(.2,.8,.2,1);
}
@media (min-width:768px) { .blog-card-typo { padding: 32px; } }
.blog-card-typo:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
  border-color: var(--red);
}
.blog-card-typo-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--paper);
  margin: .75rem 0 .5rem;
}
@media (min-width:768px) { .blog-card-typo-title { font-size: 26px; } }
.blog-card-typo-excerpt {
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255,255,255,.55);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: .5rem;
}
.blog-grid-typo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width:768px) { .blog-grid-typo { grid-template-columns: 1fr 1fr; gap: 3rem; } }

/* Featured card — typography-driven with pull-quote */
.blog-featured-typo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding: 2rem;
  border: 1px solid var(--hair);
  border-radius: 1rem;
  text-decoration: none;
  color: var(--paper);
  transition:
    border-color .3s cubic-bezier(.2,.8,.2,1),
    box-shadow .3s cubic-bezier(.2,.8,.2,1);
}
@media (min-width:768px) {
  .blog-featured-typo {
    grid-template-columns: 2fr 3fr;
    gap: 3rem;
    padding: 3rem;
  }
}
.blog-featured-typo:hover {
  border-color: var(--red);
  box-shadow: 0 16px 48px rgba(0,0,0,.3);
}
.blog-featured-typo-title {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
.blog-featured-typo-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.6);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Pull-quote for featured card */
.insight-pullquote {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 0 2rem 1.5rem;
}
.insight-pullquote::before {
  content: '\201C';
  position: absolute;
  top: -0.15em;
  left: -0.1em;
  font-family: 'Instrument Serif', serif;
  font-size: 120px;
  line-height: 1;
  color: var(--red);
  opacity: .25;
  pointer-events: none;
}
.insight-pullquote p {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.35;
  color: rgba(245,241,234,.85);
}

/* About page — compact typography cards */
.ins-card-typo {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--hair);
  border-radius: .75rem;
  transition:
    transform .3s cubic-bezier(.2,.8,.2,1),
    box-shadow .3s cubic-bezier(.2,.8,.2,1),
    border-color .3s cubic-bezier(.2,.8,.2,1);
}
.ins-card-typo:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
  border-color: var(--red);
}
.ins-card-typo h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: .75rem 0 .5rem;
}

/* ---------- Reduced Motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .fade-up { opacity: 1; transform: none; filter: none; }
  .reveal-word > span { transform: none; filter: none; opacity: 1; }
  .process-hero-nums span { opacity: 1; transform: none; }
  .contact-hero-line { width: 200px; }
  .marquee { animation: none; }
}

/* ---------- Hide Native Cursor ---------- */
.no-cur, .no-cur * { cursor: none !important; }
