/* =====================================================================
   Daytime Design Co. — Homepage sections
   Wider 1440 content column · purple featured band · chapter services
   ===================================================================== */

/* ---------- 1 · HERO (olive) ---------- */
.hero { background: var(--c-olive); position: relative; padding: 112px 0 20px; overflow: hidden; }
.hero__banner { width: 100%; margin-bottom: 8px; }
.hero__banner img { width: 100%; height: auto; max-height: 30vh; object-fit: contain; display: block; }
.hero__foot { margin-top: clamp(28px, 4vh, 90px); }
.hero__stage { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; min-height: 320px; }
/* full-viewport hero — pills close out the screen */
@media (min-width: 821px) {
  .hero { display: flex; flex-direction: column; min-height: 100vh; }
  .hero > .container { flex: 1; display: flex; align-items: center; width: 100%; }
  .hero__stage { flex: 1; min-height: 0; }
  .hero__foot { margin-top: auto; padding-top: 28px; }
}
.hero__center { text-align: center; }
.hero__center h1 { color: var(--c-olive-deep); display: flex; flex-direction: column; gap: 2px; margin-bottom: 30px; }
.hero__center h1 .l-sans { font-family: var(--font-sans); font-weight: 700; font-size: clamp(36px, 3.6vw, 54px); line-height: 1.12; letter-spacing: -1px; }
.hero__center h1 .l-serif { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: clamp(38px, 3.8vw, 56px); line-height: 1.05; }

/* photos — no white outlines, just rounded corners + shadow + tilt */
.polaroid { width: 300px; max-width: 100%; border-radius: 14px; overflow: hidden; box-shadow: 0 26px 50px rgba(0,0,0,0.22); }
.polaroid .ph { aspect-ratio: 251 / 300; background: linear-gradient(160deg,#d9d9d9,#c4c4c4); }
.polaroid img { display: block; width: 100%; height: auto; }
/* left card is the landscape project poster, right card is the portrait of Em */
.polaroid--left { transform: rotate(-5deg); justify-self: start; width: clamp(280px, 27vw, 400px); box-shadow: none; }
.polaroid--right { transform: rotate(4deg); justify-self: end; width: clamp(210px, 19vw, 280px); }

/* the phone mockup leans on the poster's right edge — art already carries its own shadow */
.hero__phone {
  position: absolute; z-index: 4;
  width: clamp(104px, 10vw, 152px); height: auto;
  left: 24%; bottom: 0;
  pointer-events: none;
}

/* stickers — badge moved to the portrait side now the phone owns the left */
.hero__badge {
  position: absolute; width: clamp(88px, 8.4vw, 118px); height: clamp(88px, 8.4vw, 118px);
  right: 17%; bottom: 4%; z-index: 3;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,0.18));
}

/* shorter screens — compress the hero so the pills stay above the fold */
@media (min-width: 821px) and (max-height: 880px) {
  .hero { padding-top: 96px; }
  .hero__banner img { max-height: 26vh; }
  .polaroid--left { width: clamp(240px, 24vw, 320px); }
  .polaroid--right { width: clamp(180px, 17vw, 232px); }
  .hero__phone { width: clamp(92px, 9vw, 124px); }
  .hero__center h1 .l-sans { font-size: clamp(30px, 3vw, 44px); }
  .hero__center h1 .l-serif { font-size: clamp(32px, 3.2vw, 46px); }
  .hero__center h1 { margin-bottom: 22px; }
  .hero__stage { min-height: 0; }
  .hero__foot { margin-top: 24px; }
  .hero__meta { margin-top: 24px; }
  .hero__badge { width: 96px; height: 96px; bottom: 2%; }
}

.hero__meta { display: grid; grid-template-columns: 1fr auto 1fr; margin-top: 46px; color: var(--c-cream); }
.hero__meta span:nth-child(2){ text-align: center; }
.hero__meta span:nth-child(3){ text-align: right; }
.hero__divider { height: 1px; background: rgba(249,245,235,0.55); margin: 16px 0 20px; }
.hero__tags { display: grid; grid-template-columns: repeat(4, auto); justify-content: space-between; gap: 12px; }

/* ---------- 2 · ABOUT (cream + acid grid) ---------- */
.about { padding: 145px 0; }
.about__grid { display: grid; grid-template-columns: 540px 1fr; gap: 96px; align-items: center; }
.about__photo { aspect-ratio: 1 / 1; border-radius: var(--radius); background: linear-gradient(160deg,#d9d9d9,#c2c2c2); box-shadow: 0 20px 50px rgba(0,0,0,0.10); }

/* Em's portfolio animation. Replaced the JS cover rotator (Em, 2026-07-27) — the gif carries
   its own 800ms cadence and framing, so there's nothing left to drive from anim.js.
   Square, matching .about__photo's aspect-ratio: 1/1 above. */
.about__gif { width: 100%; height: 100%; object-fit: cover; display: block; background: none; }
.about__head { font-size: clamp(34px, 3.5vw, 52px); line-height: 1.14; letter-spacing: -0.5px; margin-bottom: 44px; }
.about__head .sans { color: var(--c-ink); }
.about__btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- thin word marquee (white band, directly under the about statement) ---------- */
.thinmarquee { background: var(--c-off-white); padding: 12px 0 0; }
.thinmarquee .marquee__track { animation-duration: 46s; }
.thinmarquee__set { display: inline-flex; align-items: baseline; white-space: nowrap; }
.thinmarquee__set span {
  font-family: var(--font-sans); font-weight: 700;
  font-size: clamp(16px, 1.3vw, 20px); letter-spacing: -0.2px; color: var(--c-ink);
  padding-right: clamp(100px, 14vw, 260px);
}

/* ---------- 3 · KIND WORDS — testimonial carousel (white) ---------- */
.quote { background: var(--c-off-white); padding: 150px 0; }
.quote__grid { display: grid; grid-template-columns: 1fr 400px; gap: 100px; align-items: stretch; margin-top: 44px; }
.quote__text { position: relative; display: flex; flex-direction: column; }
.qslide { display: none; }
.qslide.is-active { display: flex; flex-direction: column; flex: 1; animation: panelIn .45s var(--ease-out, ease) both; }
.quote__lead { font-size: clamp(36px, 4vw, 60px); line-height: 1.08; letter-spacing: -1px; margin: 0; max-width: 900px; color: var(--c-ink); }
.qmark { font-family: var(--font-serif); font-weight: 700; font-size: 1.15em; line-height: 0; color: var(--c-red); margin-right: 0.12em; vertical-align: -0.08em; }
.quote__more { margin-top: 22px; }
.quote__more p { color: #333; font-size: 17px; line-height: 1.6; max-width: 640px; }
/* cite pins to the bottom of the block, level with the photo's base */
.quote__cite { margin-top: auto; padding-top: 22px; padding-right: 130px; border-top: 1px solid var(--c-hair); }
.quote__cite .name { font-weight: 600; font-size: 17px; }
.quote__cite .name .mark {
  background: var(--c-lilac);
  border-radius: 999px;
  padding: 5px 15px;
  display: inline-block;
}
.quote__cite .role { color: var(--c-ink-3); font-size: 14px; margin-top: 6px; }
/* arrows — bottom right of the text block, across from the name */
.quote__nav { position: absolute; right: 0; bottom: 2px; display: flex; gap: 10px; }
.qbtn {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.18); background: #fff; color: var(--c-ink);
  font-size: 18px; line-height: 1; cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.qbtn:hover { background: var(--c-acid); transform: translateY(-2px); }
/* photo + spinning "see the work" badge */
.quote__photo-wrap { position: relative; }
.quote__photo { aspect-ratio: 310 / 421; border-radius: var(--radius); overflow: hidden; position: relative; background: linear-gradient(160deg,#dcdcdc,#c4c4c4); }
.quote__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .45s ease; }
.quote__photo img.is-active { opacity: 1; }

/* ---------- 4-7 · FEATURED WORK BAND (pure purple) ---------- */
.featured-band { background-color: var(--c-lilac); }

.workhead__row { display: flex; justify-content: space-between; padding-block: 18px; }
.workhead__row .t-mono-label { color: var(--c-red-deep); opacity: 0.6; }
.workhead__marquee { border-top: 1px solid rgba(126,22,23,0.25); padding: 8px 0 16px; }
.workhead__marquee .marquee__track {
  font-family: var(--font-serif); font-weight: 400; font-style: normal;
  font-size: clamp(84px, 13vw, 200px); line-height: 1.05; color: var(--c-red-deep); letter-spacing: -1px;
  animation-duration: 44s;
}
.workhead__marquee .marquee__track span { padding-right: 40px; }

/* case teasers — all on the purple band */
.teaser { padding: 85px 0; }
.teaser--last { padding-bottom: 130px; }
.teaser__grid { display: grid; grid-template-columns: 1fr 680px; gap: 90px; align-items: center; }
.teaser--reverse .teaser__grid { grid-template-columns: 680px 1fr; }
.teaser--reverse .teaser__cover { order: -1; }
.teaser__index { margin-bottom: 26px; }
.teaser__title { font-family: var(--font-sans); font-weight: 800; font-size: clamp(40px, 4.6vw, 66px); line-height: 1.02; letter-spacing: -1.5px; color: var(--c-ink); margin-bottom: 24px; }
.teaser__desc { font-size: 18px; line-height: 1.55; max-width: 490px; color: #3a2f3a; margin-bottom: 34px; }

/* disciplines — outline pills so they read as tags, not buttons */
.teaser__tags { display: flex; flex-wrap: wrap; gap: 10px; }
.teaser__tags span {
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--c-ink); background: transparent;
  border: 1.5px solid rgba(39,39,39,0.55);
  border-radius: 4px; padding: 5px 10px;
}
.teaser__btn { margin-top: 40px; }

.teaser__cover { aspect-ratio: 640 / 480; border-radius: var(--radius-lg); position: relative; overflow: hidden; display: grid; place-items: center; box-shadow: 0 30px 60px rgba(0,0,0,0.14); }
.cover--blue   { background-color: var(--c-blue); background-image: url("../02_Site-Wide%20Assets/backgrounds/bg-blue.png"); background-size: cover; }
.cover--olive  { background-color: var(--c-olive);
  background-image: repeating-linear-gradient(to right, transparent 0 45px, rgba(10,83,66,0.7) 45px 46px); }
.cover--orange { background-color: var(--c-orange);
  background-image: repeating-linear-gradient(to right, transparent 0 96px, rgba(250,255,91,0.7) 96px 97px); }

/* the yellow grid field carries a real project poster (matches the work page) */
.cover--yellow { background: var(--c-acid) url("../02_Site-Wide%20Assets/backgrounds/bg-yellow.png") center / cover no-repeat; }
/* cream grid field — Huckberry (matches the work page) */
.cover--cream  { background-color: var(--c-cream);
  background-image: linear-gradient(to right, rgba(202,206,40,0.55) 1px, transparent 1px), linear-gradient(to bottom, rgba(202,206,40,0.55) 1px, transparent 1px);
  background-size: 36px 36px; }
a.teaser__cover { display: grid; cursor: pointer; }
.teaser__poster {
  position: relative; z-index: 1; width: 62%; height: auto; border-radius: 6px;
  transition: transform .4s var(--ease-out, ease);
}
a.teaser__cover:hover .teaser__poster { transform: translateY(-6px); }
/* transparent device art carries its own shadow — sits wider, no card edge */
.teaser__poster--devices { width: 78%; border-radius: 0; }
/* a full-bleed cover (hard edge, no baked shadow) — needs the card treatment, same as
   .prow__poster--photo on the work page. Sits wide so the field reads as a frame. */
.teaser__poster--photo { width: 76%; border-radius: 6px; box-shadow: 0 22px 46px rgba(0,0,0,0.24); }

/* project tag placement on the teaser covers (shape + colour live in styles.css) */
.teaser__sticker { top: 18px; right: 20px; }

/* spinning "new work" sticker on fresh case studies */
.teaser__badge {
  position: absolute; top: 20px; right: 20px; width: 112px; height: 112px;
  z-index: 4; filter: drop-shadow(0 12px 26px rgba(0,0,0,0.18));
}
.teaser__cover .mock-browser { width: 62%; position: relative; z-index: 1; }
.teaser__cover .mock-phone { position: absolute; width: 158px; aspect-ratio: 179/307; right: 14%; bottom: -4%; z-index: 2; }
.teaser--reverse .teaser__cover .mock-browser { width: 70%; }
.cover--orange .mock-browser { width: 56%; transform: translate(-10%, -6%); }
.cover--orange .mock-browser.two { position: absolute; width: 40%; right: 14%; bottom: 12%; transform: none; }

/* ---------- 8 · MORE WORK (white) ---------- */
.more { background: var(--c-paper); padding: 120px 0; }
.more__label { margin-bottom: 46px; }
.more__row { display: grid; grid-template-columns: 60px 120px 1fr auto 50px; align-items: center; gap: 24px; padding: 22px 0; border-top: 1px solid var(--c-hair); }
.more__row:last-child { border-bottom: 1px solid var(--c-hair); }
.more__num { font-family: var(--font-mono); font-size: 12px; letter-spacing: 2px; color: var(--c-red); }
.more__thumb {
  width: 120px; height: 78px; border-radius: 10px; overflow: hidden;
  box-shadow: 0 10px 22px rgba(0,0,0,0.12);
  transition: transform .3s var(--ease-out, ease);
}
.more__row:hover .more__thumb { transform: rotate(-3deg) scale(1.05); }
.thumb--babe  { background: var(--c-lilac) url("../01_Case%20Studies/Babe/02_Website/web/babe-thumb.webp") center / cover no-repeat; }
.thumb--huck  { background: var(--c-cream) url("../01_Case%20Studies/Huckberry%20Farm/02_Website/web/huckberry-thumb.webp") center / cover no-repeat; }
.thumb--pm    { background: #0c2c4c url("../01_Case%20Studies/Smart%20Management/02_Website/web/smart-management-thumb.webp") center / cover no-repeat; }
/* fallback is the cover's own dark walnut edge, so the card never flashes white behind the art */
.thumb--redpath { background: #441c04 url("../01_Case%20Studies/Redpath/02_Website/web/redpath-thumb.webp") center / cover no-repeat; }
.thumb--mjl   { background: var(--c-cream) url("../01_Case%20Studies/MonkeyJump%20Labs/02_Website/web/mjl-thumb.webp") center / cover no-repeat; }
.more__name { font-family: var(--font-sans); font-weight: 800; font-size: clamp(34px, 3.6vw, 56px); line-height: 1; letter-spacing: -1.5px; color: var(--c-ink); transition: color .2s ease; }
.more__row:hover .more__name { font-family: var(--font-serif); font-weight: 400; font-style: italic; letter-spacing: 0; }
.more__cat { font-family: var(--font-mono); font-size: 12px; letter-spacing: 3px; color: var(--c-ink-3); text-transform: uppercase; transition: all .2s ease; }
.more__row:hover .more__cat { color: var(--c-ink); background: var(--c-acid); padding: 5px 10px; border-radius: 5px; }
.more__arrow { font-size: 24px; text-align: right; color: var(--c-red); transition: transform .25s var(--ease-out, ease); }
.more__row:hover .more__arrow { transform: translateX(12px); }

/* rows without a case study yet — Coming Soon, no interactive affordances */
.more__row--soon { grid-template-columns: 60px 120px 1fr auto; cursor: default; }
.more__row--soon .more__cat { color: var(--c-red); }
.more__row--soon:hover .more__thumb { transform: none; }
.more__row--soon:hover .more__name { font-family: var(--font-sans); font-weight: 800; font-style: normal; letter-spacing: -1.5px; }
.more__row--soon:hover .more__cat { background: none; padding: 0; color: var(--c-red); }

/* the "View All Work" row — same rhythm, its own energy */
.more__row--all .more__num { color: var(--c-ink-3); }
.thumb--all {
  display: grid; place-items: center;
  background: var(--c-lilac); color: var(--c-ink);
  font-size: 30px; font-weight: 700; box-shadow: none;
}
.more__row--all:hover .thumb--all { background: var(--c-acid); transform: rotate(-3deg) scale(1.05); }
.more__row--all .more__name { color: var(--c-red); }

/* ---------- 9 · EXPERIENCE / "Human." (cream + grid) ---------- */
.exp { padding: 120px 0 150px; }
.exp .container { position: relative; }
.exp__word { display: inline-block; font-family: var(--font-sans); font-weight: 800; font-size: clamp(96px, 15vw, 230px); line-height: 0.85; letter-spacing: -4px; color: var(--c-olive); margin-bottom: 60px; min-height: 0.85em; }
/* typewriter caret — only while JS is typing */
.exp__word.is-typing::after {
  content: ""; display: inline-block;
  width: 3px; height: 0.72em;
  margin-left: 0.06em; vertical-align: baseline;
  background: var(--c-ink);
  animation: caretBlink 1.1s steps(1) infinite;
}
@keyframes caretBlink { 0%, 55% { opacity: 1; } 56%, 100% { opacity: 0; } }
.exp__grid { display: grid; grid-template-columns: 500px 1fr; gap: 96px; align-items: center; position: relative; }
.exp__photo { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1.05; border-radius: 14px; box-shadow: 0 20px 45px rgba(0,0,0,0.12); }
.exp__intro { font-size: clamp(28px, 2.9vw, 40px); line-height: 1.2; letter-spacing: -0.4px; margin-bottom: 26px; max-width: 600px; }
.exp__body { max-width: 600px; }
.exp__body p { color: #333; }
.exp__body p + p { margin-top: 16px; }
.exp__body .lead { font-weight: 700; color: var(--c-ink); }
/* snapshot — frameless, rounded, aligned to the top of the "Human." headline */
.exp__snap { position: absolute; top: 0; right: 0; width: 172px; border-radius: 10px; overflow: visible; }
.exp__snap .ph { display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3/4; border-radius: 10px; box-shadow: 0 20px 40px rgba(0,0,0,0.18); }
.exp__cta { margin-top: 30px; }

/* ---------- 10 · SERVICES (packages, cream) ---------- */
.services { background: var(--c-cream); padding: 0 0 60px; }
.services > .tagrow { background: var(--c-off-white); }
/* standalone services band — sits above the Kind Words carousel */
.tagrow--band { background: var(--c-off-white); }

/* ---------- PACKAGES — shared sales-card layer (home + services) ---------- */
.pack__mini--icon {
  background: #fff; width: 86px; height: 86px; border-radius: 50%;
  display: grid; place-items: center;
  transform: rotate(6deg);
}
.pack__mini--icon svg { width: 52px; height: 52px; overflow: visible; }
.pack__for {
  font-family: var(--font-serif); font-style: italic; font-size: 16.5px;
  color: var(--c-ink-3); margin: 2px 0 14px; line-height: 1.45;
}
/* add-ons — accordion inside each card */
.pack__acc { margin-top: auto; border-top: 1px solid var(--c-hair); padding-top: 4px; }
.pack__acc summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 2px 10px;
}
.pack__acc summary::-webkit-details-marker { display: none; }
.pack__addon-label {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--c-red);
}
.pack__acc summary i {
  font-style: normal; font-family: var(--font-mono); font-size: 15px; line-height: 1;
  color: var(--c-red); transition: transform .2s ease;
}
.pack__acc summary i::before { content: "+"; }
.pack__acc[open] summary i::before { content: "−"; }
.pack__acc summary:hover .pack__addon-label { color: var(--c-ink); }
.pack__acc .pack__addon-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 2px 2px 14px; }
.pack__acc[open] .pack__addon-chips { animation: accIn .25s ease both; }
@keyframes accIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }
.pack__list { padding-bottom: 20px; }
.pack__addon-chips i {
  font-family: var(--font-mono); font-style: normal; font-size: 10.5px; letter-spacing: 1px;
  text-transform: uppercase; color: var(--c-ink);
  border: 1px solid rgba(0,0,0,0.3); border-radius: 4px; padding: 5px 10px;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.pack__addon-chips i:hover { background: var(--c-acid); border-color: var(--c-acid); transform: rotate(-2deg); }
.pack__flag--pop { background: var(--c-blue); }

/* ---------- Pack icon motion (shared with the services page "model" icons) ---------- */
.pack__mini--icon .mi-draw { stroke-dashoffset: 0; }
.pack__mini--icon .mi-pop, .pack__mini--icon .mi-fill { transform-origin: center; }
@media (prefers-reduced-motion: no-preference) {
  .pack .mi-draw { stroke-dasharray: 160; stroke-dashoffset: 160; }
  .pack .mi-pop { opacity: 0; transform: scale(0.4); }
  .pack .mi-fill { opacity: 0; }
  .pack.is-in .mi-draw { animation: miDraw 1.1s ease forwards; }
  .pack.is-in .mi-fill { animation: miFade 0.5s ease 0.7s forwards; }
  .pack.is-in .mi-pop  { animation: miPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 0.95s forwards; }
  .pack:hover .pack__mini--icon svg { animation: miWiggle 0.5s ease; }
}
@keyframes miDraw { to { stroke-dashoffset: 0; } }
@keyframes miFade { to { opacity: 1; } }
@keyframes miPop { to { opacity: 1; transform: scale(1); } }
@keyframes miWiggle { 25% { transform: rotate(-4deg); } 65% { transform: rotate(3deg); } 100% { transform: rotate(0); } }

/* ---------- 10b · THE FULL PRACTICE (white, accordion) ---------- */
.knownfor { background: var(--c-off-white); padding: 130px 0 160px; }
.services > .container { padding-top: 120px; }
.services > .container + .container { padding-top: 0; }

/* --- packages + services, one headline --- */
.packs { padding-bottom: 130px; }
.sechead { text-align: center; max-width: 780px; margin: 0 auto 60px; }
.services__big { font-size: clamp(40px, 5vw, 76px); letter-spacing: -2px; line-height: 1.02; margin: 22px 0 0; color: var(--c-ink); }
.packs__sub { color: #333; max-width: 520px; margin: 18px auto 0; }
.packs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pack {
  background: #fff; border: 1px solid var(--c-hair); border-radius: var(--radius-lg);
  display: flex; flex-direction: column; position: relative;
  transition: transform .3s var(--ease-out, ease), box-shadow .3s var(--ease-out, ease);
}
.pack:hover { transform: translateY(-6px); box-shadow: 0 26px 55px rgba(0,0,0,0.10); }
/* the signature package — same card, the tag does the talking */
.pack__flag.pack__flag--top {
  position: absolute; top: -16px; right: 24px; left: auto;
  height: auto;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--c-lilac); color: var(--c-ink);
  font-family: var(--font-mono); font-weight: 500; text-transform: uppercase;
  font-size: 11px; letter-spacing: 2px; padding: 8px 16px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.14);
  z-index: 2;
}
.pack__flag.pack__flag--top .pulse { width: 8px; height: 8px; }
.pack__flag--top .pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--c-acid); flex: 0 0 auto;
}
@media (prefers-reduced-motion: no-preference) {
  .pack__flag--top .pulse { animation: flagPulse 1.9s ease-out infinite; }
  @keyframes flagPulse {
    0%   { box-shadow: 0 0 0 0 rgba(250,255,91,0.85); }
    70%  { box-shadow: 0 0 0 11px rgba(250,255,91,0); }
    100% { box-shadow: 0 0 0 0 rgba(250,255,91,0); }
  }
}
.pack__head { aspect-ratio: 3 / 2; position: relative; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.pack__head--acid {
  background-color: var(--c-acid);
  background-image: linear-gradient(to right, rgba(0,0,0,0.12) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.12) 1px, transparent 1px);
  background-size: 40px 40px;
}
.pack__head--blue { background-color: var(--c-blue); background-image: url("../02_Site-Wide%20Assets/backgrounds/bg-blue.png"); background-size: cover; }
.pack__head--olive { background-color: var(--c-olive); background-image: repeating-linear-gradient(to right, transparent 0 45px, rgba(10,83,66,0.7) 45px 46px); }
/* real work sitting ON the pack head's pattern field — the field still reads around it.
   --photo = a full-bleed cover, so it needs the card treatment (radius + shadow).
   --cutout = device art with its own baked shadow, so it sits wider with neither. */
.pack__art {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  display: block; z-index: 1;
}
.pack__art--photo  { width: 74%; border-radius: 6px; box-shadow: 0 14px 30px rgba(0,0,0,0.22); }
.pack__art--cutout { width: 70%; }
.pack:hover .pack__art { transform: translate(-50%, calc(-50% - 4px)); }
.pack__art { transition: transform .4s var(--ease-out, ease); }

.pack__mini { position: absolute; right: 20px; bottom: -18px; width: 88px; height: 62px; border-radius: 10px; box-shadow: 0 10px 24px rgba(0,0,0,0.18); transform: rotate(6deg); }
.pack__mini--orange { background-color: var(--c-orange); background-image: repeating-linear-gradient(to right, transparent 0 12px, rgba(250,255,91,0.7) 12px 13px); }
.pack__mini--acid { background-color: var(--c-acid); background-image: linear-gradient(to right, rgba(0,0,0,0.12) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.12) 1px, transparent 1px); background-size: 14px 14px; }
.pack__mini--cream { background-color: var(--c-cream); background-image: linear-gradient(to right, rgba(202,206,40,0.55) 1px, transparent 1px), linear-gradient(to bottom, rgba(202,206,40,0.55) 1px, transparent 1px); background-size: 14px 14px; }
.pack__body { padding: 34px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.pack__price {
  align-self: flex-start;
  display: inline-flex; align-items: baseline; gap: 6px;
  font-family: var(--font-sans); font-weight: 800;
  font-size: 21px; letter-spacing: -0.3px; color: var(--c-ink);
}
.pack__price i { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 15px; letter-spacing: 0; color: var(--c-ink-3); }
.pack__flag {
  font-family: var(--font-mono); font-size: 10px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px; white-space: nowrap;
}
.pack__name { font-family: var(--font-sans); font-weight: 700; font-size: 31px; letter-spacing: -1px; margin: 16px 0 6px; }
.pack__list { margin-top: 6px; }
.pack__list li {
  font-family: var(--font-sans); font-size: 16px; line-height: 1.5; color: #333;
  padding: 6px 0 6px 26px; position: relative;
}
.pack__list li::before {
  content: "\2733\FE0E"; /* text-presentation star, never an emoji */
  position: absolute; left: 0; top: 6px;
  color: var(--c-red); font-size: 14px;
}
.packs__ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 44px; }
.packs__note { text-align: center; margin-top: 30px; font-family: var(--font-serif); font-style: italic; font-size: 18px; color: var(--c-ink-3); }
.services__title { font-size: clamp(34px, 4vw, 54px); letter-spacing: -1px; line-height: 1.05; margin: 20px 0 44px; color: var(--c-ink); }

.services__grid { display: grid; grid-template-columns: 1fr 620px; gap: 70px; align-items: start; }

/* rows use border-top so the open card can dissolve its neighbours' rules.
   Every row carries the same inline padding so nothing shifts on open. */
.srow { border-top: 1px solid var(--c-hair); padding-inline: 26px; transition: background .35s ease, border-color .35s ease; }
.services__list .srow:last-child { border-bottom: 1px solid var(--c-hair); }
.srow--open {
  background: var(--c-cream);
  border-radius: 18px;
  border-top-color: transparent;
}
.srow--open + .srow { border-top-color: transparent; }
.services__list .srow--open:last-child { border-bottom-color: transparent; }

.srow__head {
  display: grid; grid-template-columns: 40px 1fr 44px; align-items: center; gap: 18px;
  width: 100%; padding: 22px 0; background: none; border: 0; cursor: pointer; text-align: left;
  font: inherit; color: inherit;
}
.srow__num { font-family: var(--font-mono); font-size: 13px; letter-spacing: 2px; color: var(--c-red); }
.srow__name { font-family: var(--font-sans); font-weight: 700; font-size: clamp(24px, 2vw, 31px); line-height: 1.1; letter-spacing: -0.5px; color: var(--c-ink); transition: transform .25s var(--ease-out, ease); }
.srow__head:hover .srow__name { transform: translateX(6px); }
.srow__toggle { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--c-hair); display: grid; place-items: center; font-size: 20px; color: var(--c-ink); transition: background .25s ease, border-color .25s ease, transform .3s var(--ease-out, ease); }
.srow--open .srow__toggle { background: var(--c-lilac); border-color: transparent; }

/* smooth open/close — grid-rows height transition */
.srow__body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .5s var(--ease-out, ease), opacity .35s ease;
}
.srow--open .srow__body { grid-template-rows: 1fr; opacity: 1; transition: grid-template-rows .5s var(--ease-out, ease), opacity .45s ease .15s; }
.srow__inner { overflow: hidden; min-height: 0; padding-left: 58px; }
.srow--open .srow__inner { padding-bottom: 26px; }
.srow__inner p { color: #333; max-width: 520px; margin-bottom: 14px; }
.srow__inner ul li { color: #333; margin-bottom: 9px; padding-left: 20px; position: relative; }
.srow__inner ul li::before { content: "→"; position: absolute; left: 0; color: var(--c-red); }

/* --- the visual panel --- */
.services__panel {
  position: sticky; top: 90px;
  background: var(--c-cream);
  background-image:
    linear-gradient(to right, rgba(202,206,40,0.35) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(202,206,40,0.35) 1px, transparent 1px);
  background-size: 42px 42px;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 60px rgba(0,0,0,0.10);
  min-height: 560px;
  overflow: hidden;
}
.spanel { display: none; flex-direction: column; padding: 34px 38px 30px; min-height: 560px; }
.spanel.is-active { display: flex; animation: panelIn .5s var(--ease-out, ease) both; }
@keyframes panelIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
/* chapter chip — the one home of the little purple pill, over the visual */
.spanel__chip {
  align-self: flex-end;
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--c-ink); background: var(--c-lilac);
  padding: 8px 15px; border-radius: 999px;
  white-space: nowrap;
}
.spanel__stage { flex: 1; position: relative; display: grid; place-items: center; }
.spanel__cap { text-align: center; font-family: var(--font-serif); font-style: italic; font-size: 21px; color: var(--c-ink); }

/* scene 01 — brand (Aa + chips as one centered group) */
.spanel--brand .spanel__stage { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 36px; }
.sb-aa { font-family: var(--font-serif); font-size: 170px; line-height: 1; color: var(--c-ink); }
.sb-aa::first-letter { font-style: italic; }
.sb-chips { display: flex; gap: 10px; }
.sb-chips span { width: 46px; height: 46px; border-radius: 12px; box-shadow: 0 8px 18px rgba(0,0,0,0.14); }
.sb-chips span:nth-child(1){ background: var(--c-olive); }
.sb-chips span:nth-child(2){ background: var(--c-pink); }
.sb-chips span:nth-child(3){ background: var(--c-green); }
.sb-chips span:nth-child(4){ background: var(--c-acid); }
.sb-flower { position: absolute; top: 6%; right: 8%; width: 84px; }

/* scene 02 — web */
.sw-browser { width: 78%; background: #fff; border-radius: 12px; box-shadow: 0 24px 50px rgba(0,0,0,0.16); overflow: hidden; }
.sw-bar { height: 26px; display: flex; align-items: center; gap: 6px; padding-inline: 12px; background: #e9e5da; }
.sw-bar span { width: 9px; height: 9px; border-radius: 50%; }
.sw-bar span:nth-child(1){ background: var(--c-orange); }
.sw-bar span:nth-child(2){ background: #f2c94c; }
.sw-bar span:nth-child(3){ background: #27ae60; }
.sw-body { padding: 16px; }
.sw-nav { height: 14px; border-radius: 7px; background: var(--c-ink); opacity: .12; margin-bottom: 12px; }
.sw-hero { height: 92px; border-radius: 10px; background: var(--c-pink); margin-bottom: 12px; }
.sw-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.sw-cards span { height: 58px; border-radius: 8px; }
.sw-cards span:nth-child(1){ background: var(--c-acid); }
.sw-cards span:nth-child(2){ background: var(--c-blue); }
.sw-cards span:nth-child(3){ background: var(--c-olive); opacity: .8; }
.sw-cursor { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--c-red); box-shadow: 0 0 0 5px rgba(221,0,17,0.22); top: 40%; left: 30%; }

/* scene 03 — product (loading → live → toggle → rearrange) */
.sp-phone { width: 198px; background: #111; border-radius: 30px; padding: 8px; box-shadow: 0 24px 50px rgba(0,0,0,0.22); margin: 10px auto; }
.sp-screen { position: relative; border-radius: 24px; background: #fff; padding: 28px 11px 12px; height: 372px; display: flex; flex-direction: column; gap: 9px; overflow: hidden; }
.sp-island { position: absolute; top: 10px; left: 50%; transform: translateX(-50%); width: 64px; height: 14px; border-radius: 999px; background: #111; }
.sp-header { display: flex; align-items: center; gap: 9px; }
.sp-avatar { width: 27px; height: 27px; border-radius: 50%; background: var(--c-red); flex: 0 0 auto; }
.sp-lines { display: flex; flex-direction: column; gap: 5px; flex: 1; }
.sp-lines i { display: block; height: 7px; border-radius: 4px; background: rgba(0,0,0,0.14); width: 68%; }
.sp-lines i:last-child { width: 42%; }
.sp-hero { height: 92px; border-radius: 12px; background: var(--c-pink); flex: 0 0 auto; }
.sp-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sp-cards span { height: 56px; border-radius: 10px; display: block; }
.sp-cardL { background: var(--c-acid); }
.sp-cardR { background: var(--c-blue); }
.sp-chart { flex: 1; display: flex; align-items: flex-end; gap: 7px; padding: 4px 2px 0; }
.sp-chart i { flex: 1; height: 100%; border-radius: 5px 5px 2px 2px; transform-origin: bottom; }
.sp-chart i:nth-child(1){ background: var(--c-olive);  transform: scaleY(.4); }
.sp-chart i:nth-child(2){ background: var(--c-pink);   transform: scaleY(.65); }
.sp-chart i:nth-child(3){ background: var(--c-red);    transform: scaleY(.5); }
.sp-chart i:nth-child(4){ background: var(--c-green);  transform: scaleY(.85); }
.sp-chart i:nth-child(5){ background: var(--c-blue);   transform: scaleY(.3); }
.sp-footrow { display: flex; align-items: center; gap: 10px; border-top: 1px solid rgba(0,0,0,0.08); padding-top: 11px; }
.sp-lines--foot { flex: 1; }
.sp-toggle { width: 52px; height: 30px; border-radius: 999px; background: var(--c-green); position: relative; flex: 0 0 auto; }
.sp-toggle span { position: absolute; top: 4px; left: 4px; width: 22px; height: 22px; border-radius: 50%; background: var(--c-acid); }
/* shimmer sweep while "loading" */
.sp-screen::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg, transparent 25%, rgba(255,255,255,0.9) 50%, transparent 75%);
  transform: translateX(-100%); opacity: 0;
}

/* scene 04 — leadership */
.sl-orbit { position: relative; width: 240px; height: 240px; }
.sl-center { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 96px; height: 96px; border-radius: 50%; background: var(--c-green); color: var(--c-acid); font-family: var(--font-sans); font-weight: 800; display: grid; place-items: center; font-size: 22px; z-index: 2; }
/* dotted spokes from the center out to each collaborator */
.sl-arm {
  position: absolute; top: 50%; left: 50%;
  width: 108px; height: 2px; margin-top: -1px;
  transform-origin: 0 50%;
  background-image: linear-gradient(to right, rgba(39,39,39,0.4) 0 5px, transparent 5px 11px);
  background-size: 11px 2px; background-repeat: repeat-x;
}
.sl-arm--1 { transform: rotate(210deg); }
.sl-arm--2 { transform: rotate(330deg); }
.sl-arm--3 { transform: rotate(90deg); }
.sl-dot { position: absolute; right: -17px; top: 50%; margin-top: -17px; width: 34px; height: 34px; border-radius: 50%; }
.sl-dot--1 { background: var(--c-pink); }
.sl-dot--2 { background: var(--c-orange); }
.sl-dot--3 { background: var(--c-blue); }
.sl-flower { position: absolute; top: 8%; left: 8%; width: 64px; }
.sl-bars { position: absolute; bottom: 10%; right: 8%; display: flex; align-items: flex-end; gap: 7px; height: 74px; }
.sl-bars span { width: 16px; border-radius: 5px 5px 2px 2px; background: var(--c-olive); }
.sl-bars span:nth-child(1){ height: 30%; }
.sl-bars span:nth-child(2){ height: 52%; background: var(--c-pink); }
.sl-bars span:nth-child(3){ height: 74%; background: var(--c-red); }
.sl-bars span:nth-child(4){ height: 100%; background: var(--c-green); }

/* scene motion */
@media (prefers-reduced-motion: no-preference) {
  .sb-aa { animation: aaBreathe 5s ease-in-out infinite; }
  @keyframes aaBreathe { 0%,100% { transform: scale(1) rotate(-2deg); } 50% { transform: scale(1.05) rotate(2deg); } }
  .sb-chips span { animation: chipPop 4.4s var(--ease-out, ease) infinite; }
  .sb-chips span:nth-child(2){ animation-delay: .18s; }
  .sb-chips span:nth-child(3){ animation-delay: .36s; }
  .sb-chips span:nth-child(4){ animation-delay: .54s; }
  @keyframes chipPop { 0%, 8% { transform: scale(0); opacity: 0; } 16%, 82% { transform: scale(1); opacity: 1; } 94%, 100% { transform: scale(0); opacity: 0; } }
  .sb-flower svg { animation: badgeSpin 16s linear infinite; }

  .sw-nav, .sw-hero { transform-origin: left center; animation: drawX 5.2s var(--ease-out, ease) infinite; }
  .sw-hero { animation-delay: .25s; }
  .sw-cards span { transform-origin: left center; animation: drawX 5.2s var(--ease-out, ease) infinite; }
  .sw-cards span:nth-child(1){ animation-delay: .5s; }
  .sw-cards span:nth-child(2){ animation-delay: .65s; }
  .sw-cards span:nth-child(3){ animation-delay: .8s; }
  @keyframes drawX { 0% { transform: scaleX(0); opacity: 0; } 18%, 86% { transform: scaleX(1); opacity: 1; } 96%, 100% { transform: scaleX(0); opacity: 0; } }
  .sw-cursor { animation: cursorRoam 5.2s ease-in-out infinite; }
  @keyframes cursorRoam {
    0%   { top: 42%; left: 28%; }
    30%  { top: 30%; left: 62%; }
    60%  { top: 66%; left: 56%; }
    85%  { top: 58%; left: 34%; }
    100% { top: 42%; left: 28%; }
  }

  /* product story — 8s loop: skeleton loads → content lands → toggle flips →
     theme recolors + cards rearrange → reset */
  .sp-screen::after { animation: spShimmer 8s linear infinite; }
  @keyframes spShimmer {
    0%   { transform: translateX(-100%); opacity: 1; }
    9%   { transform: translateX(100%);  opacity: 1; }
    9.1% { transform: translateX(-100%); opacity: 1; }
    17%  { transform: translateX(100%);  opacity: 1; }
    17.1%, 100% { transform: translateX(-100%); opacity: 0; }
  }
  .sp-avatar { animation: spAvatar 8s ease infinite; }
  @keyframes spAvatar { 0%,17% { background: #e7e7e7; } 23%,93% { background: var(--c-red); } 100% { background: #e7e7e7; } }
  .sp-hero { animation: spHero 8s ease infinite; }
  @keyframes spHero { 0%,17% { background: #ededed; } 23%,56% { background: var(--c-pink); } 63%,93% { background: var(--c-lilac); } 100% { background: #ededed; } }
  .sp-cardL { animation: spCardL 8s var(--ease-out, ease) infinite; }
  @keyframes spCardL {
    0%,17% { background: #f2f2f2; transform: none; }
    23%,56% { background: var(--c-acid); transform: none; }
    63%,93% { background: var(--c-acid); transform: translateX(calc(100% + 10px)); }
    100% { background: #f2f2f2; transform: none; }
  }
  .sp-cardR { animation: spCardR 8s var(--ease-out, ease) infinite; }
  @keyframes spCardR {
    0%,17% { background: #f2f2f2; transform: none; }
    23%,56% { background: var(--c-blue); transform: none; }
    63%,93% { background: var(--c-blue); transform: translateX(calc(-100% - 10px)); }
    100% { background: #f2f2f2; transform: none; }
  }
  .sp-toggle { animation: spTrack 8s ease infinite; }
  @keyframes spTrack { 0%,17% { background: #dedede; } 23%,58% { background: var(--c-green); } 62%,93% { background: var(--c-olive); } 100% { background: #dedede; } }
  .sp-toggle span { animation: spKnob 8s var(--ease-out, ease) infinite; }
  @keyframes spKnob { 0%,58% { transform: none; } 62%,93% { transform: translateX(22px); } 100% { transform: none; } }
  .sp-chart i { animation-duration: 8s; animation-timing-function: var(--ease-out, ease); animation-iteration-count: infinite; }
  .sp-chart i:nth-child(1){ animation-name: spBar1; }
  .sp-chart i:nth-child(2){ animation-name: spBar2; }
  .sp-chart i:nth-child(3){ animation-name: spBar3; }
  .sp-chart i:nth-child(4){ animation-name: spBar4; }
  .sp-chart i:nth-child(5){ animation-name: spBar5; }
  @keyframes spBar1 { 0%,17% { transform: scaleY(.1); } 25%,56% { transform: scaleY(.4); }  64%,93% { transform: scaleY(.75); } 100% { transform: scaleY(.1); } }
  @keyframes spBar2 { 0%,17% { transform: scaleY(.1); } 26%,56% { transform: scaleY(.65); } 65%,93% { transform: scaleY(.35); } 100% { transform: scaleY(.1); } }
  @keyframes spBar3 { 0%,17% { transform: scaleY(.1); } 27%,56% { transform: scaleY(.5); }  66%,93% { transform: scaleY(.9); }  100% { transform: scaleY(.1); } }
  @keyframes spBar4 { 0%,17% { transform: scaleY(.1); } 28%,56% { transform: scaleY(.85); } 67%,93% { transform: scaleY(.5); }  100% { transform: scaleY(.1); } }
  @keyframes spBar5 { 0%,17% { transform: scaleY(.1); } 29%,56% { transform: scaleY(.3); }  68%,93% { transform: scaleY(.65); } 100% { transform: scaleY(.1); } }

  .sl-arm { animation: armSpin 16s linear infinite; }
  .sl-arm--2 { animation-delay: -5.33s; }
  .sl-arm--3 { animation-delay: -10.66s; }
  @keyframes armSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
  .sl-bars span { transform-origin: bottom; animation: barGrow 4.8s var(--ease-out, ease) infinite; }
  .sl-bars span:nth-child(2){ animation-delay: .15s; }
  .sl-bars span:nth-child(3){ animation-delay: .3s; }
  .sl-bars span:nth-child(4){ animation-delay: .45s; }
  @keyframes barGrow { 0% { transform: scaleY(0); } 20%, 85% { transform: scaleY(1); } 97%, 100% { transform: scaleY(0); } }
}

/* ---------- 11 · TESTIMONIALS (red + pink pinstripes) ---------- */
.testi {
  position: relative;
  min-height: 300vh;
  background-color: var(--c-red-bg);
  background-image: url("../02_Site-Wide%20Assets/backgrounds/bg-red.png");
  background-size: auto 100vh;
  color: #fff;
}
.testi__sticky { position: sticky; top: 0; height: 100vh; display: grid; place-items: center; z-index: 1; }
.testi__statement { text-align: center; max-width: 1080px; padding-inline: var(--gutter); }
.testi__statement .big { font-size: clamp(36px, 4.8vw, 68px); line-height: 1.08; letter-spacing: -0.5px; color: #fff; }
.testi__statement .kicker { display: block; font-family: var(--font-sans); font-weight: 700; font-size: clamp(24px, 3vw, 38px); margin-top: 18px; }
.testi__statement .btn { margin-top: 34px; }

.testi__cards { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.testi__card {
  position: absolute; width: 370px; pointer-events: auto;
  background: #fff; color: var(--c-ink); border-radius: 16px; padding: 28px;
  box-shadow: 0 26px 55px rgba(0,0,0,0.24);
}
.testi__card p { font-size: 15.5px; line-height: 1.5; margin-bottom: 20px; }
.testi__card .by { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--c-hair); }
.testi__card .avatar { position: relative; width: 46px; height: 46px; border-radius: 50%; overflow: hidden; flex: 0 0 auto; display: grid; place-items: center; font-weight: 700; font-size: 14px; color: var(--c-ink); background: linear-gradient(135deg, var(--c-pink), var(--c-blue)); }
.testi__card .avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.testi__card .name { font-weight: 600; font-size: 15px; display: flex; align-items: center; gap: 6px; }
.testi__card .check { color: #1d9bf0; font-size: 13px; }
.testi__card .role { color: var(--c-ink-3); font-size: 13px; }
.tc1 { top: 8%;  left: 4%; transform: rotate(-2deg); }
.tc2 { top: 19%; right: 4%; transform: rotate(2deg); }
.tc3 { top: 43%; left: 3%; transform: rotate(1.5deg); }
.tc4 { top: 57%; right: 4%; transform: rotate(-1.5deg); }
.tc5 { top: 80%; left: 8%; transform: rotate(2deg); }

/* ---------- 12 · WORK INTRO (white) ---------- */
.wintro { background: var(--c-paper); padding: 140px 0 110px; }
.wintro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.wintro__lead { font-size: clamp(32px, 3.5vw, 50px); line-height: 1.12; letter-spacing: -0.5px; color: var(--c-ink); margin-bottom: 28px; }
.wintro__body p { color: #333; max-width: 560px; }
.wintro__body p + p { margin-top: 14px; }
.wintro__cta { margin-top: 32px; }
/* one piece of real applied brand work, no device chrome. The acid-grid browser + black
   phone placeholders and the two-browser pair that briefly replaced them are both gone
   (Em, 2026-07-27) — a single strong image beats a collage of screens here. */
.wintro__visual { position: relative; }
.wintro__shot {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 60px rgba(0,0,0,0.16);
}

/* ---------- 13 · CTA (pink band with wavy edges, marquee inside) ---------- */
/* bottom padding was 0 while the photostrip marquee sat inside the band and supplied its own
   130/90. With the marquee parked (04_Docs/PARKED-photostrip-marquee.md) the band closes on the
   button, so it carries its own bottom breathing room. Restore 0 if the marquee ever comes back. */
.cta { background: var(--c-pink); padding: 180px 0 150px; text-align: center; overflow: hidden; }
.cta .container { position: relative; }
.cta__label { margin-bottom: 22px; }
.cta__title { font-size: clamp(38px, 4.8vw, 66px); line-height: 1.05; letter-spacing: -1px; color: var(--c-ink); margin: 0 auto 36px; max-width: 980px; }

/* image marquee — same pink band, breathing room under the CTA button */
.photostrip { padding: 130px 0 90px; }
.photostrip .marquee__track { animation-duration: 44s; }
.photostrip__set { display: inline-flex; gap: 34px; padding-right: 34px; align-items: center; }
.pcard {
  position: relative; display: inline-block; width: 250px; aspect-ratio: 4/5;
  border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,0.16); overflow: hidden;
}
.pcard:nth-child(odd)  { transform: rotate(-2.5deg); }
.pcard:nth-child(even) { transform: rotate(2deg) translateY(10px); }
.pcard--a { background: linear-gradient(160deg, var(--c-blue), #8fc3d6); }
.pcard--b { background: linear-gradient(160deg, var(--c-olive), var(--c-olive-deep)); }
.pcard--c { background: linear-gradient(160deg, #fff, #efd9ec); }
.pcard--d { background: linear-gradient(160deg, var(--c-orange), #cf3d1e); }
.pcard--e { background: linear-gradient(160deg, #d9d9d9, #b9b9b9); }
.pcard--f { background: linear-gradient(160deg, var(--c-green), var(--c-green-deep)); }
.pcap {
  position: absolute; left: 12px; bottom: 12px;
  background: var(--c-paper); color: var(--c-ink);
  padding: 6px 10px; border-radius: 6px; font-size: 10px; letter-spacing: 2px;
}

/* =====================================================================
   Responsive
   ===================================================================== */
@media (max-width: 1200px) {
  .teaser__grid, .teaser--reverse .teaser__grid { grid-template-columns: 1fr; gap: 44px; }
  .teaser--reverse .teaser__cover { order: 0; }
}
@media (max-width: 1100px) {
  .about__grid { grid-template-columns: 400px 1fr; gap: 50px; }
  .quote__grid { grid-template-columns: 1fr 300px; gap: 50px; }
  .exp__grid { grid-template-columns: 360px 1fr; gap: 44px; }
  .exp__snap { display: none; }
  .testi__card { width: 310px; }
  .hero__badge { display: none; }

  .packs__grid { grid-template-columns: 1fr 1fr; }
  /* services — visual panel moves inside the open accordion row (JS) */
  .services__grid { grid-template-columns: 1fr; gap: 40px; }
  .services__panel {
    position: static; min-height: 0; margin-top: 6px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.10);
  }
  .srow__inner .services__panel { margin-bottom: 4px; }
  .spanel { min-height: 440px; padding: 26px 24px 24px; }
}
@media (max-width: 820px) {
  .hero { padding-top: 108px; }
  .hero__stage { grid-template-columns: 1fr; }
  .polaroid--left, .polaroid--right, .hero__phone { display: none; }
  .hero__meta { grid-template-columns: 1fr; gap: 6px; text-align: left; }
  .hero__meta span:nth-child(2), .hero__meta span:nth-child(3){ text-align: left; }
  .hero__tags { grid-template-columns: repeat(2, auto); }
  .about__grid { grid-template-columns: 1fr; gap: 32px; }
  .quote__grid { grid-template-columns: 1fr; gap: 32px; }
  .quote__photo { max-width: 340px; }
  .exp__grid { grid-template-columns: 1fr; gap: 32px; }
  .exp__word { font-size: clamp(52px, 15.5vw, 96px); letter-spacing: -2px; }
  .srow__head { grid-template-columns: 34px 1fr 40px; }
  .srow { padding-inline: 16px; }
  .srow__inner { padding-left: 0; }
  .spanel { min-height: 400px; }
  .sb-aa { font-size: 120px; }
  .sp-phone { width: 196px; }
  .sp-screen { height: 372px; padding-top: 30px; }
  .sp-hero { height: 72px; }
  .more__row { grid-template-columns: 44px 84px 1fr 40px; }
  .more__thumb { width: 84px; height: 58px; }
  .more__cat { display: none; }
  .testi { min-height: auto; }
  .testi__sticky { position: static; height: auto; padding: 90px 0 10px; }
  .testi__cards { position: static; padding: 0 var(--gutter) 90px; display: flex; flex-direction: column; gap: 20px; }
  .testi__card { position: static; width: 100%; max-width: 480px; margin: 0 auto; transform: none; }
  .wintro__grid { grid-template-columns: 1fr; gap: 40px; }
  .cta { padding: 90px 0 80px; }
  .photostrip { padding: 50px 0 70px; } /* parked — see 04_Docs/PARKED-photostrip-marquee.md */
  .pcard { width: 190px; }
}

/* =====================================================================
   MOBILE PASS — home page (≤820px)
   Halved section padding · visual hero collage · editorial labels ·
   image-first case studies · sticky testimonials restored
   ===================================================================== */
@media (max-width: 820px) {

  /* --- section padding, roughly half of desktop --- */
  .about { padding: 70px 0; }
  .quote { padding: 75px 0; }
  .teaser { padding: 45px 0; }
  .teaser--last { padding-bottom: 70px; }
  .more { padding: 60px 0; }
  .exp { padding: 60px 0 75px; }
  .services { padding-bottom: 22px; }
  .services > .container { padding-top: 40px; }
  .knownfor { padding: 65px 0 80px; }
  .wintro { padding: 70px 0 55px; }
  .cta { padding: 90px 0 70px; }
  .photostrip { padding: 56px 0 50px; } /* parked — see 04_Docs/PARKED-photostrip-marquee.md */
  .footer { padding: 50px 0 24px; }
  .thinmarquee { padding: 22px 0 10px; }

  /* --- HERO: gif → headline + button → stacked imagery → editorial labels --- */
  .hero { padding-bottom: 12px; }
  .hero__stage { display: flex; flex-direction: column; min-height: 0; position: relative; padding-bottom: 408px; }
  .hero__center { order: 1; margin-top: 6px; }
  .polaroid--left {
    display: block; position: absolute;
    bottom: 138px; left: 2%; width: 60%;
    transform: rotate(-6deg);
  }
  /* the phone drops down to sit beside the badge, so the two read as one
     cluster anchored bottom-left instead of the phone floating mid-collage */
  .hero__phone {
    display: block; position: absolute;
    bottom: 44px; left: 30%; width: 23%;
  }
  .polaroid--right {
    display: block; position: absolute;
    bottom: 14px; right: 24px; width: 42%;
    transform: rotate(5deg);
  }
  .hero__badge { display: block; left: 3%; right: auto; bottom: 40px; width: 74px; height: 74px; }
  .hero__foot { margin-top: 30px; }
  .hero__meta { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 0; }
  /* "For legacies in the making" — vertical, riding the edge of the collage */
  .hero__meta span:nth-child(1) {
    position: absolute; top: -354px; right: -8px;
    writing-mode: vertical-rl;
    text-align: left; font-size: 11px; letter-spacing: 3px;
  }
  .hero__meta span:nth-child(2) { text-align: left; font-size: 11px; letter-spacing: 3px; white-space: nowrap; }
  .hero__meta span:nth-child(3) { text-align: right; font-size: 11px; letter-spacing: 3px; white-space: nowrap; }
  .hero__divider { display: none; }
  .hero__tags { display: none; }

  /* --- testimonial carousel: small square headshot above the quote,
         steady section height so nothing bounces between slides --- */
  .quote__grid { margin-top: 22px; gap: 22px; }
  .quote__photo-wrap { order: -1; }
  .quote__photo { width: 112px; max-width: 112px; aspect-ratio: 1 / 1; border-radius: 12px; }
  .quote__text { min-height: 500px; }
  .quote__more { margin-bottom: 28px; }
  .quote__cite { padding-right: 110px; padding-top: 24px; }
  .teaser__badge { width: 88px; height: 88px; top: 14px; right: 14px; }
  .packs__grid { grid-template-columns: 1fr; gap: 20px; }
  .packs { padding-bottom: 50px; }
  .wintro__visual { order: -1; width: 100%; aspect-ratio: auto; padding-bottom: 26px; }
  .wintro__shot { border-radius: 14px; }

  /* --- case studies: image first, calmer radius, tags on one line --- */
  .teaser__cover, .teaser--reverse .teaser__cover { order: -1; border-radius: 14px; }
  .teaser__btn { margin-top: 26px; }
  .teaser__tags { gap: 7px; }
  .teaser__tags span { font-size: 10px; letter-spacing: 0.5px; padding: 6px 12px; border-width: 1px; }

  /* --- more from the studio: number + image up top, name below --- */
  .more__row {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "num thumb arrow"
      ". name name";
    row-gap: 14px; column-gap: 16px;
    padding: 20px 0;
  }
  .more__num { grid-area: num; }
  .more__thumb { grid-area: thumb; width: 116px; height: 74px; justify-self: start; }
  .more__name { grid-area: name; font-size: clamp(28px, 8vw, 36px); }
  .more__arrow { grid-area: arrow; }

  /* --- "Human." rotating word sits under the photo, with its people --- */
  .exp .container { display: flex; flex-direction: column; }
  .exp__grid { display: contents; }
  .exp__photo { order: 1; }
  .exp__word { order: 2; margin: 26px 0 28px; }
  .exp__col { order: 3; }

  /* --- editorial tag rows: left + right only --- */
  .tagrow span:nth-child(3), .workhead__row .t-mono-label:nth-child(3) { display: none; }

  /* --- services accordion visuals: plain white card, smaller scenes --- */
  .services__panel {
    background: #fff; background-image: none;
    box-shadow: none; border: 1px solid var(--c-hair);
  }
  .srow__inner .services__panel { margin-top: 24px; }
  .spanel { min-height: 0; padding: 18px 16px 16px; }
  .spanel__stage { min-height: 290px; margin: 16px 0 14px; }
  .spanel__cap { font-size: 17px; }
  .sb-aa { font-size: 92px; }
  .sb-chips { bottom: 8%; }
  .sb-chips span { width: 34px; height: 34px; border-radius: 9px; }
  .sb-flower { width: 54px; top: 2%; right: 4%; }
  .sw-browser { width: 94%; }
  .sp-phone { width: 166px; }
  .sp-screen { height: 312px; padding: 24px 10px 12px; gap: 8px; }
  .sp-island { top: 8px; width: 50px; height: 11px; }
  .sp-hero { height: 58px; }
  .sp-cards span { height: 42px; }
  .sl-orbit { width: 178px; height: 178px; }
  .sl-arm { width: 80px; }
  .sl-center { width: 70px; height: 70px; font-size: 16px; }
  .sl-dot { width: 26px; height: 26px; margin-top: -13px; right: -13px; }
  .sl-bars { height: 52px; bottom: 2%; right: 2%; }
  .sl-bars span { width: 12px; }
  .sl-flower { width: 42px; top: 4%; left: 4%; }

  /* --- testimonials: statement gets a full screen to be read first,
         then the cards scroll over it --- */
  .testi { min-height: 340vh; }
  .testi__sticky { position: sticky; top: 0; height: 100vh; padding: 0; display: grid; place-items: center; }
  .testi__cards { position: absolute; inset: 0; padding: 0; display: block; }
  .testi__card { position: absolute; width: min(82vw, 340px); max-width: none; margin: 0; }
  .tc1 { top: 34%; left: 4%;  transform: rotate(-2deg); }
  .tc2 { top: 47%; right: 4%; transform: rotate(2deg); }
  .tc3 { top: 60%; left: 4%;  transform: rotate(1.5deg); }
  .tc4 { top: 72%; right: 4%; transform: rotate(-1.5deg); }
  .tc5 { top: 84%; left: 9%;  transform: rotate(2deg); }
}

/* =====================================================================
   THE PRACTICE — compact capabilities strip (home). Full accordion +
   animated panels moved to services.html (#practice).
   ===================================================================== */
.caps { background: var(--c-paper); padding: 150px 0 160px; }
.caps__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 56px; }
/* static cards — nothing here links out, so no hover affordances */
.caps__item {
  position: relative; display: flex; flex-direction: column;
  min-height: 340px; padding: 40px 32px 44px;
  border: 1px solid var(--c-hair); border-radius: 12px;
}
.caps__icon { display: block; width: 60px; height: 60px; margin-bottom: 32px; }
.caps__icon svg { width: 100%; height: 100%; overflow: visible; }
.caps__name { font-family: var(--font-sans); font-weight: 800; font-size: 22px; letter-spacing: -0.4px; color: var(--c-ink); margin: 0 0 14px; }
.caps__item p { font-size: 15px; line-height: 1.65; color: #424242; margin: 0; }
.caps__cta { margin-top: 56px; display: flex; justify-content: center; }

/* icons draw themselves in as the card is revealed */
.caps__icon .ci-draw { stroke-dashoffset: 0; fill: none; }
.caps__icon .ci-pop, .caps__icon .ci-fill { transform-origin: center; }
@media (prefers-reduced-motion: no-preference) {
  .caps__item .ci-draw { stroke-dasharray: 200; stroke-dashoffset: 200; }
  .caps__item .ci-pop  { opacity: 0; transform: scale(0.4); }
  .caps__item .ci-fill { opacity: 0; }
  .caps__item.is-in .ci-draw { animation: miDraw 1.1s ease forwards; }
  .caps__item.is-in .ci-fill { animation: miFade 0.5s ease 0.7s forwards; }
  .caps__item.is-in .ci-pop  { animation: miPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 0.95s forwards; }

  /* ---------------------------------------------------------------
     ONGOING IDLE LOOPS — each icon gets its own character. Everything
     starts at 1.6s so it picks up right where the draw-in leaves off.
     Rule: SVG parts scale from the artwork centre (transform-box:
     view-box), never their own bounding box, or petals drift apart.
     --------------------------------------------------------------- */

  /* group-level drift — staggered so the row never moves in lockstep */
  .caps__item.is-in .ci { animation: capsFloat 7s ease-in-out 1.6s infinite; }
  .caps__item.is-in .ci--browser { animation-delay: 2.3s; animation-duration: 8s; }
  .caps__item.is-in .ci--bolt    { animation-delay: 3.1s; animation-duration: 6.4s; }
  @keyframes capsFloat { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-4px) rotate(-2deg); } }

  /* 01 · BRAND — the flower turns slowly and breathes open */
  .caps__item.is-in .ci--flower {
    transform-box: view-box; transform-origin: 30px 30px;
    animation: capsSpin 26s linear 1.6s infinite;
  }
  @keyframes capsSpin { to { transform: rotate(360deg); } }
  .caps__item.is-in .ci--flower .ci-fill {
    transform-box: view-box; transform-origin: 30px 30px;
    animation: miFade 0.5s ease 0.7s forwards, capsBloom 5s ease-in-out 1.6s infinite;
  }
  .caps__item.is-in .ci--flower .ci-draw {
    transform-box: view-box; transform-origin: 30px 30px;
    animation: miDraw 1.1s ease forwards, capsBloom 5s ease-in-out 1.6s infinite;
  }
  @keyframes capsBloom { 0%,100% { transform: scale(1); } 50% { transform: scale(1.09); } }
  .caps__item.is-in .ci--flower .ci-pop {
    animation: miPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 0.95s forwards,
               capsBeat 5s ease-in-out 1.6s infinite;
  }
  @keyframes capsBeat { 0%,100% { transform: scale(1); } 50% { transform: scale(0.82); } }

  /* 02 · WEB — content lines fill in like a page loading, dot blinks */
  .caps__item.is-in .ci--browser .ci-line {
    transform-box: view-box; transform-origin: 20px center;
    animation: miPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 0.95s forwards,
               capsType 4.2s ease-in-out 1.6s infinite;
  }
  .caps__item.is-in .ci--browser .ci-line--b { animation-delay: 0.95s, 2.1s; }
  @keyframes capsType {
    0%      { transform: scaleX(0.35); }
    35%,60% { transform: scaleX(1); }
    100%    { transform: scaleX(0.35); }
  }
  .caps__item.is-in .ci--browser .ci-dot {
    animation: miPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 0.95s forwards,
               capsBlink 4.2s steps(1,end) 1.6s infinite;
  }
  @keyframes capsBlink { 0%,55% { opacity: 1; } 60%,72% { opacity: 0.25; } 77%,100% { opacity: 1; } }

  /* 03 · PRODUCT — screen content shifts, home button taps itself */
  .caps__item.is-in .ci--phone {
    transform-box: view-box; transform-origin: 30px 55px;
    animation: capsRock 6.5s ease-in-out 1.6s infinite;
  }
  @keyframes capsRock { 0%,100% { transform: rotate(-2.5deg); } 50% { transform: rotate(2.5deg); } }
  .caps__item.is-in .ci--phone .ci-line {
    transform-box: view-box; transform-origin: 24px center;
    animation: miPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 0.95s forwards,
               capsType 5s ease-in-out 1.6s infinite;
  }
  .caps__item.is-in .ci--phone .ci-line--b { animation-delay: 0.95s, 2.4s; }
  .caps__item.is-in .ci--phone .ci-btn {
    transform-box: view-box; transform-origin: 30px 47px;
    animation: miPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 0.95s forwards,
               capsTap 2.6s ease-out 1.6s infinite;
  }
  @keyframes capsTap {
    0%,70%,100% { transform: scale(1); }
    80%         { transform: scale(1.5); }
    90%         { transform: scale(0.9); }
  }

  /* 04 · LEADERSHIP — bolt charges, sparks fire off one after another */
  .caps__item.is-in .ci--bolt .ci-boltbody {
    transform-box: view-box; transform-origin: 29px 30px;
    animation: miFade 0.5s ease 0.7s forwards, capsCharge 3.4s ease-in-out 1.6s infinite;
  }
  @keyframes capsCharge {
    0%,100% { transform: scale(1);    opacity: 1; }
    46%     { transform: scale(1.07); opacity: 1; }
    54%     { transform: scale(1.07); opacity: 0.55; }
  }
  .caps__item.is-in .ci--bolt .ci-spark {
    transform-box: view-box; transform-origin: 33px 30px;
    animation: miPop 0.45s cubic-bezier(0.34,1.56,0.64,1) 0.95s forwards,
               capsSpark 3.4s ease-out 1.6s infinite;
  }
  .caps__item.is-in .ci--bolt .ci-spark--2 { animation-delay: 0.95s, 1.75s; }
  .caps__item.is-in .ci--bolt .ci-spark--3 { animation-delay: 0.95s, 1.9s; }
  @keyframes capsSpark {
    0%       { transform: scale(1);    opacity: 1; }
    40%      { transform: scale(0.65); opacity: 0.35; }
    58%      { transform: scale(1.28); opacity: 1; }
    100%     { transform: scale(1);    opacity: 1; }
  }
}

@media (max-width: 1100px) {
  .caps { padding: 110px 0 120px; }
  .caps__grid { grid-template-columns: 1fr 1fr; }
  .caps__item { min-height: 300px; }
}
@media (max-width: 640px) {
  .caps { padding: 70px 0 80px; }
  .caps__grid { grid-template-columns: 1fr; gap: 16px; margin-top: 34px; }
  .caps__item { min-height: 0; padding: 32px 26px 34px; }
  .caps__icon { margin-bottom: 22px; }
  .caps__cta { margin-top: 34px; }
}
