/* ============================================
   ANNA F. MILLER STUDIO — style.css v2
   Electric Dusk palette, Archivo + DM Sans
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap');

:root {
  --white:       #FFFFFF;
  --off-white:   #F9F9FC;
  --dark:        #111114;
  --dark-2:      #1C1C24;
  --mid:         #2E2E3A;
  --muted:       #565D6A;
  --light-rule:  #E2E2EA;

  --blue:        #60A5FA;
  --purple:      #C084FC;
  --gradient:    linear-gradient(135deg, #60A5FA 0%, #C084FC 100%);
  --gradient-text: linear-gradient(90deg, #60A5FA, #C084FC);
  --icon-check:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.25 8.25l3 3 6.5-7.25' stroke='%2360A5FA' stroke-width='2.25' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");

  --font-head:   'Archivo', sans-serif;
  --font-body:   'DM Sans', sans-serif;

  --nav-h:       84px;
  --max-w:       1200px;
  --section-v:   80px;
  --section-v-sm: 56px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--dark-2);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* Body copy — pretty wrapping reduces orphans/runts on multi-line text */
.service-block__body,
.service-block__lead,
.services-list .service-block__takeaway,
.field-note__body,
.field-note__body p,
.field-notes__lead,
.field-notes__footnote,
.project-about__text,
.page-about .about-intro__copy p,
.page-home .home-cta__lead,
.hero__sub,
.offer-grid__desc,
.reel-block__text p,
.services-hero__lead,
.phase__body,
.ity-card__body,
.quotes-slide__quote {
  text-wrap: pretty;
}

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 48px; }
@media (max-width: 768px) { .container { padding: 0 24px; } }

.section { padding: var(--section-v) 0; }
.section--compact { padding: var(--section-v-sm) 0; }
.section--dark { background: var(--dark); color: var(--white); }
.section--off { background: var(--off-white); }
.bg-gradient-soft {
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(96,165,250,0.09) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 100%, rgba(192,132,252,0.08) 0%, transparent 50%),
    var(--off-white);
}
.bg-gradient-soft--light {
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(96,165,250,0.04) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 100%, rgba(192,132,252,0.03) 0%, transparent 50%),
    var(--off-white);
}
.bg-gradient-soft--work {
  background:
    radial-gradient(ellipse 80% 60% at 20% 0%, rgba(96,165,250,0.14) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 100%, rgba(192,132,252,0.12) 0%, transparent 50%),
    #F2F2F7;
}

/* FLAT TILES — no border, shadow, or radius */
.tile {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: var(--dark);
}

.case-row__title {
  transition: color 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.case-row:hover .case-row__title {
  color: var(--blue);
  transform: translateX(4px);
}
.case-row .case-thumb img {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.case-row:hover .case-thumb img {
  transform: scale(1.04);
  opacity: 0.82;
}
.section:not(.section--dark):not(.section--off):not(.bg-gradient-soft) .tile,
.section:not(.section--dark):not(.section--off):not(.bg-gradient-soft) .svc-card,
.section:not(.section--dark):not(.section--off):not(.bg-gradient-soft) .path-card,
.section:not(.section--dark):not(.section--off):not(.bg-gradient-soft) .case-row,
.section:not(.section--dark):not(.section--off):not(.bg-gradient-soft) .highlight-box,
.section:not(.section--dark):not(.section--off):not(.bg-gradient-soft) .ity-card {
  background: var(--off-white);
}
.section--off .tile,
.section--off .svc-card,
.section--off .path-card,
.section--off .case-row,
.section--off .highlight-box,
.section--off .ity-card {
  background: var(--white);
}
.bg-gradient-soft .tile,
.bg-gradient-soft .path-card,
.bg-gradient-soft .service-panel__includes,
.bg-gradient-soft .case-row {
  background: var(--white);
}
.section--cta { text-align: center; padding: var(--section-v) 0; }
.section--cta h2 { margin-bottom: 12px; }
.section--cta p { color: var(--muted); margin-bottom: 28px; font-size: 18px; font-weight: 400; }
.section--cta > .container > .btn-primary {
  margin-top: clamp(24px, 3vw, 32px);
}
.container--narrow { max-width: 520px; text-align: center; }

/* HOME — CTA (centered stack) */
.page-home .section--cta {
  text-align: center;
  padding-top: clamp(72px, 9vw, 96px);
  padding-bottom: clamp(32px, 4vw, 44px);
}
.page-home .home-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.page-home .home-cta__title {
  margin: 0 0 10px;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.page-home .home-cta__lead {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
  font-weight: 400;
  max-width: 42ch;
  text-wrap: pretty;
}
.page-home .home-cta__btn {
  margin-top: clamp(24px, 3vw, 32px);
}
.page-home .client-logos {
  padding: clamp(28px, 3.5vw, 40px) 0 clamp(40px, 5vw, 56px);
}

.section-title { font-size: clamp(22px, 3vw, 32px); margin-bottom: 28px; }
@media (max-width: 768px) {
  .section, .section--compact, .section--cta { padding: 48px 0; }
}

.label {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
  display: block;
}

.gradient-text {
  background: var(--gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.1; font-weight: 700; color: #1a1a1a; }
h1 { font-size: clamp(32px, 4.5vw, 60px); }
h2 { font-size: clamp(26px, 3.5vw, 42px); }
h3 { font-size: clamp(18px, 2vw, 24px); }
h4 { font-size: 17px; font-weight: 600; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: var(--white); }

.lead { font-size: clamp(17px, 1.8vw, 19px); line-height: 1.7; color: var(--muted); font-weight: 400; }
.section--dark .lead { color: #B0B8C4; font-weight: 400; }

p { margin-bottom: 16px; }
p:last-child { margin-bottom: 0; }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 24px; border-radius: 6px;
  font-family: var(--font-body); font-size: 15px; font-weight: 500;
  letter-spacing: 0; text-transform: none;
  cursor: pointer; transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease; border: none;
}
a.btn { text-decoration: none; }
.btn-primary { background: var(--gradient); color: var(--white); box-shadow: none; }
.btn-primary:hover { transform: translateY(-3px); }
.btn-primary:active { transform: translateY(0); transition-duration: 0.1s; }
.btn-contact {
  opacity: 1;
  transform: none;
  position: relative;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(96, 165, 250, 0.2);
}
.btn-outline { background: transparent; border: 1.5px solid var(--blue); color: var(--blue); }
.btn-outline:hover { background: var(--blue); color: var(--white); }
.btn-text { background: none; border: none; padding: 0; }

/* SHARED INLINE LINK */
.text-link {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  position: relative;
  padding-bottom: 2px;
  transition: color 0.25s ease;
}
.text-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--blue);
  transition: width 0.35s ease;
}
.text-link:hover { color: var(--dark); }
.text-link:hover::after { width: 100%; }
a.text-link { text-decoration: none; }
.btn-outline-white { background: transparent; border: 1.5px solid rgba(255,255,255,0.25); color: var(--white); }
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,0.06); }

/* NAV */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--nav-h); z-index: 100;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.nav--hero {
  background: transparent;
  border-bottom-color: transparent;
}
.nav--hero.nav--scrolled,
.nav.nav--scrolled {
  background: rgba(255,255,255,0.97);
  border-bottom-color: var(--light-rule);
  box-shadow: 0 1px 12px rgba(0,0,0,0.04);
}
.nav__inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 48px;
  height: 100%; display: flex; align-items: center; justify-content: space-between;
}
.nav__logo { font-family: var(--font-head); font-size: 20px; font-weight: 600; color: var(--dark); letter-spacing: -0.02em; }
.nav__links { display: flex; align-items: center; gap: 40px; list-style: none; }
.nav__links a { font-size: 15px; font-weight: 400; color: var(--muted); transition: color 0.2s; }
.nav__links a:hover, .nav__links a.active { color: var(--dark); }
.nav__cta {
  color: var(--dark) !important;
  font-weight: 500;
}
.nav__cta:hover { color: var(--blue) !important; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.nav__toggle span { width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: all 0.3s; }
@media (max-width: 820px) {
  .nav__links { display: none; }
  .nav__toggle { display: flex; }
  .nav__inner { padding: 0 20px; }
  .nav__links.open {
    display: flex; flex-direction: column;
    position: fixed; top: var(--nav-h); left: 0; right: 0;
    background: var(--white); padding: 20px 24px 28px;
    border-bottom: 1px solid var(--light-rule);
    gap: 16px; align-items: flex-start;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  }
  .nav--hero .nav__links.open { background: var(--white); }
  .nav__links.open a {
    display: flex;
    align-items: center;
    min-height: 44px;
    width: 100%;
  }
}

.page-top { padding-top: calc(var(--nav-h) + 40px); }
@media (max-width: 768px) { .page-top { padding-top: calc(var(--nav-h) + 28px); } }
.rule { height: 1px; background: var(--light-rule); border: none; margin: 0; }
.rule--dark { background: rgba(255,255,255,0.07); height: 1px; border: none; margin: 0; }

/* GRID */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px; align-items: start; }
@media (max-width: 768px) { .grid-2 { grid-template-columns: 1fr; gap: 32px; } }

/* SERVICE CARDS */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.svc-grid--home { margin-top: 0; }
.svc-grid--four { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 1100px) { .svc-grid--four { grid-template-columns: repeat(4, 1fr); } }
.svc-card {
  padding: 28px 24px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.svc-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 0;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(96,165,250,0.10) 0%, rgba(192,132,252,0.08) 100%);
  color: #8FA4CC;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svc-card__icon svg {
  width: 20px;
  height: 20px;
  opacity: 0.55;
  stroke-width: 1.25;
}
.svc-card__number { font-family: var(--font-head); font-size: 10px; font-weight: 600; letter-spacing: 0.2em; color: var(--blue); margin-bottom: 12px; }
.svc-card__title { font-family: var(--font-head); font-size: 17px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; line-height: 1.2; }
.svc-card__body { font-size: 14px; color: var(--dark); line-height: 1.55; font-weight: 400; margin-bottom: 0; opacity: 0.75; }
.svc-card__link { font-size: 11px; font-weight: 600; font-family: var(--font-head); letter-spacing: 0.12em; text-transform: uppercase; color: var(--blue); display: inline-flex; align-items: center; gap: 6px; }
@media (max-width: 960px) { .svc-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .svc-card { padding: 22px 20px; } }

/* PATH SELECTOR */
.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.path-grid--home { margin-top: 0; }
.path-card {
  padding: 28px 24px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.path-card--link { display: block; color: inherit; }
.path-card__title { font-family: var(--font-head); font-size: 20px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.path-card__desc { font-size: 14px; color: var(--dark); line-height: 1.55; font-weight: 400; margin-bottom: 16px; opacity: 0.75; }
.path-card__arrow { font-size: 14px; font-weight: 500; color: var(--blue); display: inline-block; }
@media (max-width: 640px) { .path-grid { grid-template-columns: 1fr; } .path-card { padding: 22px 20px; } }

/* HERO (homepage) */
.hero {
  padding: calc(var(--nav-h) + 48px) 0 64px;
  background: linear-gradient(180deg, #fafbfd 0%, var(--white) 100%);
  min-height: auto;
}
.hero__inner { max-width: 720px; }
.hero__intro { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.hero__photo {
  width: 72px; height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  flex-shrink: 0;
  box-shadow: none;
  filter: grayscale(20%);
}
.hero__hi { font-size: 15px; color: var(--muted); margin: 0; font-weight: 400; }
.hero__headline { margin-bottom: 16px; font-size: clamp(28px, 5vw, 48px); line-height: 1.12; }
.hero__sub { font-size: clamp(17px, 2vw, 19px); color: var(--muted); line-height: 1.65; margin-bottom: 28px; max-width: 540px; font-weight: 400; }
.hero__actions { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
@media (max-width: 768px) {
  .hero { padding: calc(var(--nav-h) + 32px) 0 48px; }
  .hero__photo { width: 64px; height: 64px; }
  .hero__actions { flex-direction: column; align-items: flex-start; gap: 8px; }
  .hero__actions .btn-primary { width: 100%; justify-content: center; }
  .btn-contact {
    display: inline-flex;
    width: 100%;
    max-width: 360px;
    min-height: 48px;
    justify-content: center;
    align-items: center;
  }
  .page-home .home-cta__btn {
    width: 100%;
    max-width: 360px;
  }
}

/* REEL BLOCK */
.reel-block { display: grid; grid-template-columns: 1.28fr 1fr; gap: 40px; align-items: center; }
.reel-block__video .vimeo-wrap { border-radius: 0; overflow: hidden; }
.reel-block__text { padding-left: 12px; }
.reel-block__text h2 { font-size: clamp(22px, 3vw, 30px); margin-bottom: 12px; }
.reel-block__text p { color: var(--muted); font-size: 16px; line-height: 1.6; font-weight: 400; margin-bottom: 16px; }
@media (max-width: 768px) {
  .reel-block { grid-template-columns: 1fr; gap: 24px; }
  .reel-block__text { order: -1; padding-left: 0; }
}

/* PHOTO (about & legacy) */
.photo-hero {
  width: 200px; height: 240px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: none;
}
.photo-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(20%); }
.photo-about { width: 100%; height: 380px; max-width: 360px; border-radius: 8px; overflow: hidden; box-shadow: none; }
.photo-about img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(20%); }
@media (max-width: 640px) { .photo-about { height: 280px; max-width: 100%; } }

/* HIGHLIGHT BOX */
.highlight-box {
  padding: 36px 40px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.highlight-box p { font-size: 18px; line-height: 1.65; font-weight: 400; color: var(--dark); }
.highlight-box--dark { background: var(--mid); }
.section--dark .highlight-box--dark p { color: #E5E7EB; }

/* CHECKLIST */
.checklist { list-style: none; }
.checklist li {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 11px 0; border-bottom: 1px solid var(--light-rule);
  font-size: 15px; color: var(--dark-2);
}
.section--dark .checklist li { border-color: rgba(255,255,255,0.06); color: #D1D5DB; }
.checklist li:last-child { border-bottom: none; }
.checklist li::before {
  content: '';
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-top: 3px;
  background-image: var(--icon-check);
  background-size: 17px 17px;
  background-position: center;
  background-repeat: no-repeat;
}
.checklist--compact li { padding: 8px 0; font-size: 14px; border-bottom: none; }
.checklist--compact li::before { width: 15px; height: 15px; min-width: 15px; background-size: 15px 15px; margin-top: 4px; }
.checklist--service li { padding: 10px 0; font-size: 16px; border-bottom: none; line-height: 1.55; }
.checklist--service li::before { width: 18px; height: 18px; min-width: 18px; background-size: 18px 18px; margin-top: 4px; }
.section--dark .checklist li::before { background-image: var(--icon-check); }

.privacy-list {
  list-style: disc;
  margin: 0 0 0 1.15em;
  padding: 0;
}
.privacy-list li {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  padding: 4px 0;
}

/* SERVICE PAGE */
.services-hero__lead {
  max-width: 640px;
  margin-top: 16px;
  color: #B0B8C4;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  text-align: left;
}
.services-intro { max-width: 680px; }
.services-intro .highlight-box { margin-bottom: 32px; }
.services-intro .highlight-box p {
  font-size: clamp(18px, 2.2vw, 21px);
  line-height: 1.55;
  font-weight: 400;
}
.services-intro__list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  border-top: 1px solid var(--light-rule);
}
.services-intro__list li {
  font-family: var(--font-head);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
  padding: 14px 0;
  border-bottom: 1px solid var(--light-rule);
}
.services-intro__closing p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--dark);
  font-weight: 400;
  margin-bottom: 14px;
}
.services-intro__closing p:last-child { margin-bottom: 0; }

/* HOME — What I offer (open 2×2 quadrant) */
.section-offer {
  padding: clamp(56px, 7vw, 72px) 0;
}
.section-offer .section-title {
  font-size: clamp(24px, 3.2vw, 34px);
  margin-bottom: 0;
  padding-bottom: clamp(18px, 2.2vw, 24px);
  border-bottom: 1px solid var(--light-rule);
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(32px, 4vw, 40px);
  column-gap: clamp(56px, 8vw, 96px);
  row-gap: clamp(40px, 5vw, 60px);
}
.offer-grid__item {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: inherit;
  background: none;
  min-width: 0;
}
.offer-grid__title {
  display: inline-block;
  font-family: var(--font-head);
  font-size: clamp(21px, 2.4vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #1a1a1a;
  margin: 0 0 14px;
  padding-bottom: 2px;
  position: relative;
  transition: color 0.25s ease;
}
.offer-grid__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 1px;
  background: var(--blue);
  transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.offer-grid__item:hover .offer-grid__title {
  color: var(--blue);
}
.offer-grid__item:hover .offer-grid__title::after {
  width: 100%;
}
.offer-grid__desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  font-weight: 400;
  margin: 0;
}

/* HOME — responsive */
@media (max-width: 960px) {
  .offer-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
    margin-top: 32px;
    column-gap: 0;
  }
  .offer-grid__item {
    padding: 8px 0;
  }
  .offer-grid__item:not(:first-child) {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--light-rule);
  }
  .page-home .section--cta {
    padding-top: 56px;
    padding-bottom: 28px;
  }
}
@media (max-width: 640px) {
  .section-offer {
    padding: 44px 0;
  }
  .offer-grid__title {
    font-size: 20px;
  }
  .offer-grid__desc {
    font-size: 14px;
  }
}

/* SERVICES PAGE */
.services-list .service-block {
  padding: clamp(56px, 7vw, 80px) 0;
}
.service-block__title {
  margin: 0 0 clamp(12px, 1.5vw, 16px);
  font-family: var(--font-head);
  font-size: clamp(26px, 3.2vw, 32px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  text-wrap: balance;
}
.service-block__lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--dark);
  font-weight: 400;
  margin: 0 0 clamp(18px, 2.5vw, 24px);
  max-width: 52ch;
  text-wrap: pretty;
}
.service-block__body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  font-weight: 400;
  margin: 0 0 clamp(28px, 3.5vw, 36px);
  max-width: 600px;
  text-wrap: pretty;
}
.services-list .service-block__body:not(.service-block__takeaway) {
  margin-bottom: 0;
}
.services-list .service-block__takeaway {
  margin-top: clamp(22px, 2.8vw, 30px);
  margin-bottom: clamp(28px, 3.5vw, 40px);
  padding-left: 18px;
  border-left: 3px solid var(--blue);
  color: var(--dark);
  font-weight: 500;
  font-size: 17px;
  line-height: 1.65;
  max-width: 600px;
  text-wrap: pretty;
}
.service-block__support {
  margin-bottom: clamp(20px, 2.5vw, 28px);
}
.service-block__support-label {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
}
.service-block__support-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 40px;
  max-width: 640px;
  margin: 0;
  padding: 0;
}
.service-block__support-list li {
  font-size: 15px;
  line-height: 1.45;
  color: var(--dark-2);
  font-weight: 400;
}
.service-block__support-list--stacked {
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 1fr 1fr;
}
.service-block .text-link { margin-top: 0; }
.page-services .section--cta h2 {
  text-wrap: balance;
}
@media (max-width: 768px) {
  .services-list .service-block {
    padding: 44px 0;
  }
  .service-block__title { font-size: 24px; }
  .service-block__lead { font-size: 17px; }
  .service-block__body { font-size: 15px; }
  .service-block__support-list {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .service-block__support-list--stacked {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }
}
/* Legacy service-panel (includes blocks if reused) */
.service-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
  width: 100%;
  padding: clamp(40px, 5vw, 56px) 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.service-panel:last-child { border-bottom: none; }
.service-panel__includes {
  padding: 32px 28px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.service-panel__includes-title {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
}
.service-panel__includes .checklist--service li:first-child { padding-top: 0; }
@media (max-width: 900px) {
  .service-panel { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 640px) {
  .service-panel__includes { padding: 28px 24px; }
}

/* CONTACT */
.contact-page {
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(64px, 8vw, 96px);
}
.contact-page__inner { max-width: 780px; margin: 0 auto; }
.contact-form-card {
  padding: clamp(40px, 5vw, 56px) clamp(32px, 4vw, 52px);
  border: none;
  border-radius: 0;
  background: var(--white);
  box-shadow: none;
}
.contact-form-card__intro {
  text-align: center;
  margin-bottom: 36px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-form-card .form-group { margin-bottom: 20px; }
.contact-form-card .form-group:last-of-type { margin-bottom: 28px; }
.contact-form-card .form-input,
.contact-form-card .form-textarea {
  background: var(--off-white);
  border: none;
  border-radius: 0;
}
.contact-form-card .form-input:focus,
.contact-form-card .form-textarea:focus {
  background: var(--off-white);
  box-shadow: inset 0 0 0 2px var(--blue);
}
.contact-form__submit {
  width: auto;
  min-width: 168px;
  padding-left: 36px;
  padding-right: 36px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px solid var(--light-rule);
}
.contact-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--dark);
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  background: var(--off-white);
  transition: background 0.2s ease, color 0.2s ease;
}
.contact-links a:hover {
  color: var(--blue);
  background: #E8E8EE;
}
.form-success {
  padding: 20px 24px;
  background: var(--off-white);
  border: none;
  border-radius: 0;
  margin-bottom: 24px;
  text-align: center;
}
.form-success p { color: var(--dark); font-size: 16px; margin: 0; font-weight: 400; }
@media (max-width: 640px) {
  .contact-form__row { grid-template-columns: 1fr; gap: 0; }
}

/* PROJECT CREDITS */
.credits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  color: var(--dark-2);
}
.credits-list li { font-weight: 400; }
.credits-list strong {
  font-weight: 600;
  margin-right: 0.35em;
}

/* PHASE STEPS */
.phase { display: grid; grid-template-columns: 64px 1fr; gap: 28px; padding: 40px 0; border-bottom: 1px solid var(--light-rule); align-items: start; }
.section--dark .phase { border-color: rgba(255,255,255,0.06); }
.phase:last-child { border-bottom: none; }
.phase__number { font-family: var(--font-head); font-size: 48px; font-weight: 900; line-height: 1; background: var(--gradient-text); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: 0.25; }
.phase__tag { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
.phase__title { font-family: var(--font-head); font-size: 21px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.section--dark .phase__title { color: var(--white); }
.phase__body { font-size: 15px; color: var(--muted); line-height: 1.7; font-weight: 400; }
@media (max-width: 600px) { .phase { grid-template-columns: 1fr; gap: 4px; } .phase__number { font-size: 28px; } }

/* IS THIS YOU */
.ity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.ity-card {
  padding: 32px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.ity-card__title { font-family: var(--font-head); font-size: 16px; font-weight: 700; color: #1a1a1a; margin-bottom: 10px; line-height: 1.3; }
.ity-card__body { font-size: 14px; color: var(--muted); line-height: 1.65; font-weight: 400; }
@media (max-width: 640px) { .ity-grid { grid-template-columns: 1fr; } }

/* ABOUT PAGE */
.page-about .about-intro {
  padding-bottom: clamp(56px, 7vw, 80px);
}
.page-about .about-intro__layout {
  display: grid;
  grid-template-columns: minmax(0, 640px) 1fr;
  grid-template-rows: auto auto;
  column-gap: clamp(32px, 4vw, 56px);
  row-gap: clamp(24px, 3vw, 32px);
  align-items: start;
}
.page-about .about-intro__title {
  grid-column: 1 / -1;
  grid-row: 1;
  margin-bottom: 0;
}
.page-about .about-intro__photo {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  align-self: center;
  margin-top: clamp(-80px, -8vw, -52px);
  width: clamp(200px, 24vw, 260px);
  min-width: clamp(200px, 24vw, 260px);
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: none;
}
.page-about .about-intro__copy {
  grid-column: 1;
  grid-row: 2;
  max-width: 640px;
}
.page-about .about-intro__copy p {
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.75;
  color: var(--dark-2);
  font-weight: 400;
  margin-bottom: clamp(16px, 2vw, 22px);
  text-wrap: pretty;
}
.page-about .about-intro__copy p:last-child {
  margin-bottom: 0;
}
.page-about .about-intro__photo img {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 15%;
  display: block;
  border-radius: 50%;
  opacity: 0;
  animation: aboutPhotoFade 0.9s ease 0.15s forwards;
}
@keyframes aboutPhotoFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .page-about .about-intro__photo img {
    animation: none;
    opacity: 1;
  }
}
.about-quotes {
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
}
.about-quotes__header {
  max-width: 600px;
  margin: 0 auto clamp(36px, 4.5vw, 48px);
  text-align: center;
}
.about-quotes__header h2 { margin-bottom: 10px; }
.about-quotes__header .lead { margin-top: 0; color: var(--muted); }
.quotes-carousel {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quotes-carousel__rule {
  width: 100%;
  margin-bottom: clamp(28px, 3.5vw, 36px);
}
.quotes-carousel__track {
  position: relative;
  width: 100%;
  text-align: center;
}
.quotes-slide {
  display: none;
  margin: 0;
  padding: 0;
  animation: quoteFade 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.quotes-slide.active { display: block; }
@keyframes quoteFade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .quotes-slide { animation: none; }
}
.quotes-slide__quote {
  max-width: 560px;
  margin: 0 auto clamp(20px, 2.5vw, 28px);
  padding: 0;
  border: none;
  font-size: clamp(14px, 1.45vw, 15px);
  line-height: 1.7;
  color: var(--dark-2);
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-wrap: pretty;
  widows: 2;
  orphans: 2;
}
.quotes-slide__quote::before {
  content: '\201C';
  margin-right: 0.04em;
}
.quotes-slide__quote::after {
  content: '\201D';
  margin-left: 0.04em;
}
.quotes-slide__cite {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0 auto;
  text-align: center;
}
.quotes-slide__name {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
}
.quotes-slide__role {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}
.quotes-carousel__nav {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 12px;
  margin: clamp(28px, 3.5vw, 36px) auto 0;
  width: 100%;
  max-width: 200px;
}
.quotes-carousel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: none;
  color: var(--muted);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s ease;
}
.quotes-carousel__btn:hover,
.quotes-carousel__btn:active { color: var(--blue); }
.quotes-carousel__count {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-align: center;
  justify-self: center;
}
@media (max-width: 768px) {
  .quotes-carousel__nav {
    max-width: 240px;
    width: 100%;
    gap: 8px;
    margin-top: 32px;
  }
  .quotes-carousel__btn {
    width: 48px;
    height: 48px;
  }
  .quotes-carousel__count {
    font-size: 13px;
  }
  .page-about .about-intro__layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 24px;
  }
  .page-about .about-intro__title,
  .page-about .about-intro__copy {
    max-width: none;
  }
  .page-about .about-intro__title {
    grid-column: 1;
    grid-row: 1;
  }
  .page-about .about-intro__photo {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin-top: 0;
    width: 200px;
  }
  .page-about .about-intro__copy {
    grid-column: 1;
    grid-row: 3;
  }
}

/* REMOTE PAGE */
.remote-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.remote-split--reverse .remote-split__media { order: -1; }
.remote-split__media {
  aspect-ratio: 4 / 3;
  min-height: 220px;
  background: var(--off-white);
  border: none;
  border-radius: 0;
}
.remote-checklist { max-width: 640px; margin-top: 28px; }
@media (max-width: 768px) {
  .remote-split { grid-template-columns: 1fr; gap: 32px; }
  .remote-split--reverse .remote-split__media { order: 0; }
}

/* GALLERY */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; background: var(--dark); }
.gallery-item { position: relative; aspect-ratio: 16/9; overflow: hidden; cursor: pointer; background: var(--dark-2); display: block; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease, opacity 0.3s ease; }
.gallery-item:hover img { transform: scale(1.04); opacity: 0.65; }
.gallery-item__overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 55%); opacity: 0; transition: opacity 0.3s ease; }
.gallery-item:hover .gallery-item__overlay { opacity: 1; }
.gallery-item__title { font-family: var(--font-head); font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 2px; }
.gallery-item__sub { font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 0.05em; text-transform: uppercase; }
.play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(0.8); width: 48px; height: 48px; border-radius: 50%; background: rgba(96,165,250,0.85); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s, transform 0.3s; }
.gallery-item:hover .play-icon { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.play-icon svg { width: 18px; height: 18px; fill: white; margin-left: 3px; }
@media (max-width: 768px) { .gallery-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 480px) { .gallery-grid { grid-template-columns: 1fr; } }

/* VIMEO */
.vimeo-wrap { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; background: var(--dark); }
.vimeo-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

/* PROJECT PAGES */
.page-project .project-back {
  padding-top: calc(var(--nav-h) + 20px);
  padding-bottom: 20px;
  background: var(--off-white);
  border-bottom: 1px solid var(--light-rule);
}
.page-project .project-back__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  font-family: var(--font-head);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.2s;
}
.page-project .project-back__link:hover { color: var(--blue); }

.page-project .project-hero {
  padding: clamp(40px, 5vw, 56px) 0 clamp(24px, 3vw, 32px);
}
.page-project .project-hero h1 {
  color: var(--white);
  margin: 0;
}

.page-project .project-main {
  padding: clamp(32px, 4vw, 44px) 0 clamp(40px, 5vw, 56px);
  background: var(--white);
}
.page-project .project-body,
.page-project .project-more__inner {
  width: min(84%, calc(48vh * 16 / 9));
  max-width: 100%;
}
.page-project .project-video--landscape {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--dark);
  overflow: hidden;
}
.page-project .project-video--hero {
  width: 100%;
  max-height: 48vh;
  margin: 0;
}
.page-project .project-video--landscape iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.page-project .project-meta {
  padding-top: clamp(24px, 3vw, 32px);
}

.page-project .project-label {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
  display: block;
}
.page-project .project-about__text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--dark-2);
  font-weight: 400;
  width: 100%;
  max-width: none;
  margin: 0;
  text-wrap: pretty;
}
.page-project .project-credits {
  margin: clamp(14px, 2vw, 18px) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-project .project-credits__line {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  white-space: nowrap;
  line-height: 1.45;
}
.page-project .project-credits__label {
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8B929F;
  flex-shrink: 0;
}
.page-project .project-credits__value {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--muted);
}
.page-project .btn-project-next {
  background: var(--blue);
  color: var(--white);
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  box-shadow: none;
}
.page-project .btn-project-next:hover {
  background: #4b94e8;
  transform: translateY(-2px);
}
.page-project .btn-project-next:active {
  transform: translateY(0);
  transition-duration: 0.1s;
}
.page-project .btn-project-next svg {
  width: 12px;
  height: 12px;
}
.page-project .project-more {
  padding-bottom: clamp(48px, 6vw, 64px);
}
.page-project .project-more .rule {
  margin-bottom: clamp(36px, 4.5vw, 48px);
}
.page-project .project-clips--landscape {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 1.5vw, 20px);
}
.page-project .project-clips--popup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.2vw, 16px);
}
.page-project .project-clip-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
}
.page-project .project-clip-trigger__frame {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--dark);
  overflow: hidden;
  transition: opacity 0.2s ease;
}
.page-project .project-clip-trigger__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.page-project .project-clip-trigger__thumb--portrait {
  object-fit: cover;
  object-position: center top;
}
.page-project .project-clip-trigger__frame--portrait {
  aspect-ratio: 9 / 16;
  height: clamp(360px, 44vw, 480px);
  width: auto;
}
.page-project .project-clips--popup-portrait {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  gap: clamp(16px, 2vw, 24px);
}
.page-project .project-clips--popup-portrait .project-clip-trigger {
  width: auto;
}
.page-project .project-clip-trigger:hover .project-clip-trigger__thumb {
  opacity: 0.92;
}
.page-project .project-clip-trigger__thumb {
  transition: opacity 0.2s ease;
}
.page-project .project-clip-trigger__play {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.95);
  background: none;
  pointer-events: none;
}
.page-project .project-clip-trigger__play svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  margin-left: 3px;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
}

.page-project .video-modal[hidden] { display: none; }
.page-project .video-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.page-project .video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 20, 0.88);
}
.page-project .video-modal__stage {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 20px);
  width: auto;
  max-width: min(1080px, 100%);
  pointer-events: none;
}
.page-project .video-modal__stage > * {
  pointer-events: auto;
}
.page-project .video-modal__nav {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 10px 4px;
  border: none;
  border-radius: 0;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s ease, transform 0.2s ease;
}
.page-project .video-modal__nav:hover,
.page-project .video-modal__nav:focus-visible {
  color: rgba(255, 255, 255, 0.95);
  outline: none;
}
.page-project .video-modal__nav--prev:hover,
.page-project .video-modal__nav--prev:focus-visible {
  transform: translateX(-2px);
}
.page-project .video-modal__nav--next:hover,
.page-project .video-modal__nav--next:focus-visible {
  transform: translateX(2px);
}
.page-project .video-modal__nav[hidden] {
  display: none;
}
.page-project .video-modal__dialog {
  position: relative;
  flex: 0 1 auto;
  width: min(960px, calc(100vw - 120px));
  min-width: min(280px, 100%);
}
.page-project .video-modal__dialog--portrait {
  width: auto;
  max-width: 100%;
}
.page-project .video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
}
.page-project .video-modal__close:hover { color: var(--white); }
.page-project .video-modal__caption {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  text-wrap: balance;
}
.page-project .video-modal__dialog--portrait .video-modal__caption {
  max-width: min(360px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.page-project .video-modal__player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--dark);
  overflow: hidden;
}
.page-project .video-modal__poster-play {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: var(--dark);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.page-project .video-modal__poster-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.page-project .video-modal__poster-img--portrait {
  object-position: center top;
}
.page-project .video-modal__poster-icon {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.95);
  pointer-events: none;
}
.page-project .video-modal__poster-icon svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
}
.page-project .video-modal__player--portrait {
  width: auto;
  height: min(65vh, 640px);
  max-height: 65vh;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
}
.page-project .video-modal__player iframe,
.page-project .video-modal__iframe {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
}
.page-project .video-modal__load-poster {
  z-index: 0;
  transition: opacity 0.2s ease;
}
.page-project .video-modal__load-poster--hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .page-project .video-modal {
    padding: 16px;
  }
  .page-project .video-modal__stage {
    gap: 8px;
    max-width: 100%;
  }
  .page-project .video-modal__nav {
    padding: 12px 2px;
  }
  .page-project .video-modal__close {
    top: -32px;
  }
}

.page-project .project-nav {
  padding: clamp(40px, 5vw, 56px) 0 clamp(48px, 6vw, 64px);
  border-top: 1px solid var(--light-rule);
}
.page-project .project-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.page-project .project-nav__vimeo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-head);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  transition: color 0.2s;
}
.page-project .project-nav__vimeo:hover { color: var(--blue); }

@media (max-width: 960px) {
  .page-project .project-clips--popup-portrait {
    grid-template-columns: repeat(2, auto);
    justify-content: start;
  }
}
@media (max-width: 768px) {
  .page-project .project-body,
  .page-project .project-more__inner {
    width: 100%;
  }
  .page-project .project-video--hero {
    max-height: none;
  }
  .page-project .project-clips--popup {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .page-project .project-clips--landscape {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-project .project-clips--popup-portrait {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-project .project-clips--popup-portrait::-webkit-scrollbar { display: none; }
  .page-project .project-clips--popup-portrait .project-clip-trigger {
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
  .page-project .project-clips--popup-portrait .project-clip-trigger__frame--portrait {
    height: min(65vh, 400px);
    max-height: 65vh;
    width: calc(min(65vh, 400px) * 9 / 16);
    min-width: calc(min(65vh, 400px) * 9 / 16);
  }
}

/* WORK GALLERY */
.page-work .case-row {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 8fr);
  align-items: stretch;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 16px;
  text-decoration: none;
  color: inherit;
  background: var(--white);
}
.page-work .case-info {
  padding: clamp(24px, 2.8vw, 32px) clamp(24px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 0;
}
.page-work .case-row__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-work .case-row__tag {
  font-family: var(--font-head);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 10px;
}
.page-work .case-row__title {
  font-family: var(--font-head);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 8px;
}
.page-work .case-row__role {
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  font-weight: 400;
  margin-bottom: 16px;
}
.page-work .case-thumb {
  position: relative;
  overflow: hidden;
  background: var(--dark-2);
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  align-self: start;
}
.page-work .case-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-work .page-work__cta-title {
  margin-bottom: clamp(24px, 3vw, 32px);
  text-wrap: balance;
}
@media (max-width: 640px) {
  .page-work .case-row {
    display: flex;
    flex-direction: column;
  }
  .page-work .case-thumb {
    order: -1;
    aspect-ratio: 16 / 9;
  }
  .page-work .case-info {
    justify-content: flex-start;
    padding: 28px 24px;
  }
  .page-work .case-row__role {
    margin-bottom: 18px;
  }
}

/* CLIENT LOGOS */
.client-logos {
  background: var(--white);
  padding: clamp(52px, 7vw, 76px) 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-logos__inner {
  max-width: 1260px;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .client-logos__inner { padding-left: 24px; padding-right: 24px; }
}
.client-logos__label {
  text-align: center;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: clamp(28px, 3.5vw, 40px);
}
.client-logos__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 68px;
  gap: clamp(10px, 1.6vw, 22px);
}
.client-logos__row img {
  height: clamp(34px, 4.1vw, 44px);
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: center center;
  flex: 0 1 auto;
  display: block;
  align-self: center;
  opacity: 1;
}
.client-logos__row .logo-asu { height: clamp(50px, 5.8vw, 66px); }
.client-logos__row .logo-cigna { height: clamp(43px, 5.1vw, 58px); }
.client-logos__row .logo-foundry { height: clamp(30px, 3.6vw, 38px); }
.client-logos__row .logo-applause { height: clamp(28px, 3.3vw, 34px); opacity: 0.72; transform: translateY(6px); }
.client-logos__row .logo-workhuman { transform: translateY(5px); }
.client-logos__row .logo-godaddy { transform: translateY(5px); }
.client-logos__row .logo-gcu { height: clamp(36px, 4.4vw, 48px); }
@media (max-width: 960px) {
  .client-logos__row {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: clamp(28px, 5vw, 48px);
    padding-bottom: 4px;
  }
  .client-logos__row::-webkit-scrollbar { display: none; }
  .client-logos__row img { flex-shrink: 0; }
}

/* FOOTER */
.footer { background: var(--dark); padding: 64px 0 36px; color: #9CA3AF; }
.footer__inner { max-width: var(--max-w); margin: 0 auto; padding: 0 48px; }
.footer__top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 28px; }
.footer__logo { font-family: var(--font-head); font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.footer__tagline { font-size: 14px; max-width: 280px; line-height: 1.6; }
.footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(156, 163, 175, 0.55);
  transition: color 0.2s ease;
}
.footer__social-link:hover { color: rgba(255, 255, 255, 0.85); }
.footer__social-link svg {
  display: block;
  width: 15px;
  height: 15px;
}
.footer__links { display: flex; flex-direction: column; align-items: flex-end; gap: 0; }
.footer__nav { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.footer__nav a { font-size: 13px; line-height: 1.4; color: #9CA3AF; transition: color 0.2s; }
.footer__nav a:hover { color: var(--white); }
.footer__discover {
  margin-top: 18px;
  font-size: 12px;
  color: rgba(156, 163, 175, 0.72);
  letter-spacing: 0.01em;
  transition: color 0.2s;
}
.footer__discover:hover,
.footer__discover[aria-current="page"] { color: rgba(255, 255, 255, 0.88); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.footer__bottom a { color: var(--blue); }
@media (max-width: 768px) {
  .footer__inner { padding: 0 24px; }
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-bottom: 32px;
  }
  .footer__top > div:first-child { display: contents; }
  .footer__logo { order: 1; }
  .footer__tagline { order: 2; margin-bottom: 32px; }
  .footer__links { order: 3; align-items: flex-start; gap: 0; }
  .footer__nav { align-items: flex-start; gap: 10px; }
  .footer__discover { margin-top: 20px; }
  .footer__social {
    order: 4;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .footer__bottom { flex-direction: column; gap: 10px; text-align: center; }
}

/* FIELD NOTES */
.page-field-notes { background: var(--white); }
.field-notes {
  padding: calc(var(--nav-h) + clamp(48px, 8vw, 80px)) 48px clamp(80px, 12vw, 120px);
}
.field-notes__inner {
  max-width: 32rem;
  margin: 0 auto;
}
.field-notes__header {
  margin-bottom: clamp(44px, 6vw, 64px);
}
.field-notes__title {
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: clamp(14px, 2vw, 20px);
}
.field-notes__lead {
  font-size: 17px;
  line-height: 1.45;
  color: var(--dark-2);
  font-weight: 400;
  margin-bottom: clamp(16px, 2.2vw, 22px);
  text-wrap: pretty;
}
.field-notes__footnote {
  margin-top: clamp(40px, 5vw, 52px);
  padding-top: clamp(24px, 3vw, 32px);
  border-top: 1px solid var(--light-rule);
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  font-weight: 400;
  text-wrap: pretty;
}
.field-notes__entries {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.field-note {
  padding: clamp(28px, 4vw, 36px) 0;
  border-top: 1px solid var(--light-rule);
}
.field-note:first-child { border-top: none; padding-top: 0; }
.field-note__no {
  font-family: ui-monospace, 'SFMono-Regular', 'SF Mono', Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin-bottom: 10px;
}
.field-note__title {
  font-family: var(--font-head);
  font-size: clamp(20px, 2.8vw, 24px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--dark);
  margin-bottom: clamp(12px, 1.8vw, 16px);
  line-height: 1.2;
  text-wrap: balance;
}
.field-note__body {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1vw, 9px);
  text-wrap: pretty;
}
.field-note__body p {
  font-size: 15px;
  line-height: 1.52;
  color: var(--dark-2);
  font-weight: 400;
  overflow-wrap: break-word;
  hyphens: none;
  hanging-punctuation: first allow-end;
}
.field-notes__lead,
.field-notes__footnote {
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .field-notes { padding-left: 24px; padding-right: 24px; }
  .field-note { padding-top: 32px; padding-bottom: 32px; }
}

/* CONTACT */
.form-group { margin-bottom: 22px; }
.form-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--dark-2);
  margin-bottom: 8px;
}
.form-input, .form-textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--off-white);
  border: none;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--dark);
  transition: box-shadow 0.2s ease, background 0.2s ease;
  outline: none;
}
.form-input::placeholder, .form-textarea::placeholder { color: #9CA3AF; }
.form-input:focus, .form-textarea:focus {
  box-shadow: inset 0 0 0 2px var(--blue);
}
.form-textarea { resize: vertical; min-height: 120px; }

/* SECTION HEADER */
.section-header { margin-bottom: 56px; }
.section-header--center { text-align: center; }
.section-header--center .lead { margin: 14px auto 0; max-width: 540px; }

/* ANIMATIONS */
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
/* Bottom CTAs use fade-up — restore gradient button hover after scroll-in */
.btn-primary.fade-up,
.btn-primary.fade-up.visible,
.btn-primary.fade-up.visible:hover,
.btn-primary.fade-up.visible:active { box-shadow: none; }
.btn-primary.fade-up.visible:hover { transform: translateY(-3px); transition: opacity 0.6s ease, transform 0.2s ease; }
.btn-primary.fade-up.visible:active { transform: translateY(0); transition-duration: 0.1s; }
/* Fallback: if JS doesn't fire, show content */
@media (prefers-reduced-motion: reduce) {
  .fade-up { opacity: 1; transform: none; }
  .btn-primary.fade-up.visible:hover,
  .btn-primary.fade-up.visible:active { transform: none; }
  .case-row:hover .case-row__title { transform: none; }
  .case-row:hover .case-thumb img { transform: none; }
  .case-row .case-thumb img { transition: opacity 0.25s ease; }
}
