:root {
  --ink: #17151c;
  --paper: #fffafb;
  --white: #ffffff;
  --pink: #ed3b9e;
  --pink-deep: #c92479;
  --aqua: #18cbd1;
  --muted: #615e67;
  --line: rgba(23, 21, 28, .14);
  --display: Arial, Helvetica, sans-serif;
  --body: Arial, Helvetica, sans-serif;
  --space-1: .5rem;
  --space-2: .875rem;
  --space-3: 1.25rem;
  --space-4: 1.75rem;
  --space-5: 2.5rem;
  --space-6: 4rem;
  --space-7: 6.5rem;
  --max: 78rem;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; margin: 0; overflow-x: clip; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--pink-deep); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.06em; line-height: .98; }
h1 { font-size: clamp(3.3rem, 7vw, 7.4rem); max-width: 11ch; }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.7rem); max-width: 13ch; }
h3 { font-size: clamp(1.35rem, 2.2vw, 2.1rem); }
p { max-width: 66ch; }
.lead { color: var(--muted); font-size: clamp(1.1rem, 1.65vw, 1.4rem); line-height: 1.5; }
.eyebrow, .card-kicker, .solution-number { color: var(--pink-deep); font-size: .74rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.button { align-items: center; background: var(--ink); border: 0; border-radius: 999px; color: var(--white); cursor: pointer; display: inline-flex; font-weight: 850; gap: .6rem; padding: .9rem 1.15rem; text-decoration: none; }
.button:hover { background: var(--pink-deep); color: var(--white); }
.button-small { font-size: .88rem; padding: .68rem 1rem; }
.button-light { background: var(--white); color: var(--ink); }
.text-link { align-items: center; display: inline-flex; font-weight: 850; gap: .4rem; text-decoration: none; }
.link-arrow { flex: 0 0 auto; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-variant-emoji: text; order: 2; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: var(--space-3); margin-top: var(--space-5); }

.site-header { align-items: center; background: var(--pink); border-bottom: 1px solid var(--ink); display: flex; gap: var(--space-4); justify-content: space-between; min-height: 5.25rem; padding: .65rem clamp(1.2rem, 4vw, 4.5rem); position: sticky; top: 0; z-index: 20; }
.brand { align-items: center; display: inline-flex; flex: 0 0 auto; width: 3.8rem; }
.brand img { height: 3.8rem; object-fit: contain; width: 3.8rem; }
.site-nav { align-items: center; display: flex; gap: clamp(.9rem, 2.4vw, 2.2rem); }
.site-nav > a:not(.button) { color: var(--ink); font-weight: 800; text-decoration: none; }
.site-nav > a:not(.button):hover { color: var(--white); }
.site-nav .button { background: var(--ink); }
.site-nav .button:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; }

.home-hero { background: var(--pink); display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, .9fr); min-height: min(46rem, calc(100vh - 5.25rem)); overflow: hidden; }
.hero-copy { align-content: center; display: grid; justify-items: start; padding: clamp(4rem, 8vw, 8rem); position: relative; }
.hero-copy .eyebrow { color: var(--ink); margin-bottom: var(--space-3); }
.hero-copy h1 { margin-bottom: var(--space-4); }
.hero-copy h1 em { color: var(--white); font-style: normal; text-shadow: 2px 2px 0 var(--ink); }
.hero-copy .lead { color: var(--ink); font-weight: 600; }
.button-ink { background: var(--ink); }
.hero-copy .text-link { color: var(--ink); }
.scroll-cue { align-items: center; bottom: 1.75rem; color: var(--ink); display: inline-flex; font-size: .75rem; font-weight: 850; gap: .55rem; letter-spacing: .1em; position: absolute; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { align-items: center; border: 2px solid var(--ink); border-radius: 50%; display: grid; font-size: 1rem; height: 2.2rem; place-items: center; width: 2.2rem; }
.hero-visual { background: var(--pink); min-height: 30rem; overflow: hidden; position: relative; }
.hero-visual::after { background: var(--white); clip-path: polygon(44% 0, 100% 0, 100% 100%, 0 100%); content: ''; inset: 0; position: absolute; }
.hero-visual img:not(.brand-shape) { bottom: -1rem; filter: drop-shadow(.9rem .9rem 0 var(--ink)); max-width: min(48rem, 114%); position: absolute; right: -7%; width: 108%; z-index: 2; }
.hero-visual .brand-shape, .hero-visual .signal { display: none; }
.proof-strip { align-items: center; background: var(--ink); color: var(--white); display: grid; gap: var(--space-4); grid-template-columns: 1.25fr 1fr; padding: 1.55rem clamp(1.2rem, 8vw, 8rem); }
.proof-strip p { font-weight: 750; }
.proof-strip div { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: flex-end; }
.proof-strip span { border: 1px solid var(--aqua); border-radius: 999px; color: var(--aqua); font-size: .74rem; font-weight: 800; padding: .3rem .65rem; }

.section, .page-hero, .inner-hero, .creator-hero, .case-hero, .contact-layout, .legal-page, .not-found { padding-left: clamp(1.2rem, 8vw, 8rem); padding-right: clamp(1.2rem, 8vw, 8rem); }
.section { margin: 0 auto; max-width: calc(var(--max) + 16rem); padding-bottom: var(--space-7); padding-top: var(--space-7); }
.section-intro { align-items: start; display: grid; gap: var(--space-6); grid-template-columns: .9fr 1.1fr; }
.section-intro .eyebrow { margin-bottom: var(--space-2); }
.solution-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: calc(var(--max) + 16rem); padding: 0 clamp(1.2rem, 8vw, 8rem) var(--space-7); }
.solution-grid article { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; gap: var(--space-3); min-height: 22rem; padding: var(--space-5); }
.solution-grid article:first-child { background: var(--pink); }
.solution-grid article:nth-child(2) .solution-number { color: var(--aqua-deep, #009fa7); }
.solution-grid article:nth-child(3) { background: var(--ink); color: var(--white); }
.solution-grid article:nth-child(3) .solution-number, .solution-grid article:nth-child(3) .text-link { color: var(--aqua); }
.solution-grid article .text-link { margin-top: auto; }
.solution-grid.extended { padding-top: var(--space-5); }
.section-dark { background: var(--ink); color: var(--white); max-width: none; }
.section-dark .eyebrow, .process li > span { color: var(--aqua); }
.process { display: grid; gap: var(--space-6); grid-template-columns: .8fr 1.2fr; }
.process ol { list-style: none; margin: 0; padding: 0; }
.process li { border-top: 1px solid rgba(255,255,255,.28); display: grid; gap: var(--space-3); grid-template-columns: 3rem 1fr; padding: 1.15rem 0; }
.process li > span { font-size: .85rem; font-weight: 850; }
.process li h3 { font-size: 1.45rem; letter-spacing: -.035em; margin-bottom: .35rem; }
.process li p { color: #ded9dc; }
.section-showcase { padding-top: var(--space-6); }
.section-heading { align-items: end; display: flex; gap: var(--space-4); justify-content: space-between; margin-bottom: var(--space-5); }
.section-heading .eyebrow { margin-bottom: var(--space-2); }
.card-grid { display: grid; gap: 1.25rem; }
.card-grid.creators { grid-template-columns: repeat(3, 1fr); }
.card-grid.cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.creator-card, .case-card { background: var(--white); border: 1px solid var(--line); display: flex; min-width: 0; overflow: hidden; }
.creator-card { flex-direction: column; }
.case-card { flex-direction: column; }
.card-image, .case-image { background: #f1eef0; display: block; overflow: hidden; }
.creator-card .card-image { aspect-ratio: 4 / 4.4; }
.case-card .case-image { aspect-ratio: 16 / 10; }
.card-image img, .case-image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.case-card-logo { align-items: center; display: flex; height: 2rem; justify-content: flex-end; max-width: 7.5rem; }
.case-card .case-card-logo img { height: 1.75rem; max-width: 7.5rem; object-fit: contain; object-position: right center; transform: none; width: auto; }
.case-card:hover .case-card-logo img { transform: none; }
.media-fit-cover { object-fit: cover !important; }
.media-fit-contain { object-fit: contain !important; }
.media-position-top { object-position: center top !important; }
.media-position-center { object-position: center !important; }
.media-position-bottom { object-position: center bottom !important; }
.media-position-left { object-position: left center !important; }
.media-position-right { object-position: right center !important; }
.creator-card:hover img, .case-card:hover img { transform: scale(1.025); }
.card-content { display: flex; flex: 1; flex-direction: column; gap: .75rem; padding: var(--space-4); }
.card-content h3 a { text-decoration: none; }
.card-content p { color: var(--muted); }
.case-card-footer { align-items: end; display: flex; gap: var(--space-3); justify-content: space-between; margin-top: auto; min-height: 2rem; padding-top: .35rem; }
.case-card-footer .text-link { flex: 0 0 auto; }
.pill-row { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: auto; }
.pill { border: 1px solid var(--line); border-radius: 999px; font-size: .72rem; font-weight: 750; padding: .25rem .5rem; }
.closing-cta { background: var(--pink); color: var(--ink); padding: var(--space-7) clamp(1.2rem, 15vw, 18rem); text-align: center; }
.closing-cta > div { align-items: center; display: grid; justify-items: center; }
.closing-cta .eyebrow { color: var(--ink); }
.closing-cta h2 { margin-bottom: var(--space-3); }
.closing-cta p { color: var(--ink); margin-bottom: var(--space-4); }
.closing-cta .button-light { background: var(--ink); color: var(--white); }

.rail-wrap { position: relative; }
.carousel-controls { display: flex; gap: .5rem; position: absolute; right: 0; top: -4.65rem; }
.carousel-arrow { align-items: center; background: var(--ink); border: 0; border-radius: 50%; color: var(--white); cursor: pointer; display: grid; font-size: 1.15rem; height: 2.6rem; place-items: center; width: 2.6rem; }
.carousel-arrow:hover { background: var(--pink); }
.content-rail { display: flex; gap: 1.2rem; overflow-x: auto; padding: .2rem .15rem 1rem; scroll-behavior: smooth; scrollbar-color: var(--pink) transparent; scrollbar-width: thin; }
.content-rail > * { flex: 0 0 min(21rem, 76vw); }
.creator-rail .creator-card, .creator-preview { min-height: 30rem; }
.creator-preview { background: var(--ink); color: var(--white); display: flex; flex-direction: column; overflow: hidden; }
.creator-preview img { background: var(--white); height: 21rem; object-fit: contain; width: 100%; }
.creator-preview div { display: grid; gap: .65rem; padding: var(--space-4); }
.creator-preview .card-kicker { color: var(--aqua); }
.creator-preview p:last-child { color: #ded9dc; }
.case-rail .case-card { box-shadow: none; max-width: none; }
.case-rail .case-image { min-height: 14rem; }
.showcase-pink { background: var(--pink); }
.showcase-pink .eyebrow { color: var(--ink); }
.showcase-pink .carousel-arrow { background: var(--white); color: var(--ink); }
.showcase-pink .carousel-arrow:hover { background: var(--ink); color: var(--white); }

.page-hero { background: var(--pink); color: var(--ink); padding-bottom: var(--space-7); padding-top: clamp(5rem, 12vw, 10rem); }
.page-hero .eyebrow, .inner-hero .eyebrow, .creator-hero .eyebrow, .contact-layout .eyebrow, .legal-page .eyebrow, .not-found .eyebrow { color: var(--ink); margin-bottom: var(--space-3); }
.page-hero .lead { color: var(--ink); font-weight: 600; margin-top: var(--space-4); }
.page-hero.compact { padding-bottom: var(--space-6); padding-top: var(--space-6); }
.inner-hero { align-items: center; background: var(--pink); display: grid; gap: var(--space-6); grid-template-columns: 1fr .8fr; min-height: 38rem; padding-bottom: var(--space-6); padding-top: var(--space-6); }
.inner-hero h1 { margin-bottom: var(--space-4); }
.inner-hero .lead { color: var(--ink); font-weight: 600; }
.inner-hero .button { margin-top: var(--space-5); }
.hero-image { background: var(--white); height: 28rem; overflow: hidden; }
.hero-image img { height: 100%; object-fit: contain; width: 100%; }
.stack-list { display: grid; }
.stack-list p { border-top: 1px solid var(--line); padding: 1rem 0; }
.stack-list strong { display: block; font-size: 1.03rem; }
.filter-bar { border-bottom: 1px solid var(--line); display: flex; font-size: .82rem; font-weight: 850; justify-content: space-between; letter-spacing: .08em; margin-bottom: var(--space-4); padding-bottom: .85rem; text-transform: uppercase; }

.creator-hero { align-items: stretch; background: var(--white); display: grid; gap: var(--space-6); grid-template-columns: .8fr 1.2fr; min-height: 35rem; padding-bottom: var(--space-6); padding-top: var(--space-6); }
.creator-portrait { background: var(--pink); min-height: 25rem; }
.creator-portrait img { height: 100%; object-fit: cover; width: 100%; }
.creator-hero > div:last-child { align-content: center; display: grid; justify-items: start; }
.creator-hero h1 { margin-bottom: var(--space-4); }
.creator-hero .pill-row { margin: var(--space-4) 0; }
.profile-grid { display: grid; gap: var(--space-6); grid-template-columns: 1.2fr .8fr; }
.profile-grid h2, .profile-note h2 { margin-bottom: var(--space-3); }
.profile-grid dl { margin: 0; }
.profile-grid dl > div { border-top: 1px solid var(--line); padding: .8rem 0; }
.profile-grid dt { color: var(--muted); font-size: .74rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.profile-grid dd { margin: .22rem 0 0; }
.profile-note { background: var(--pink); }
.case-hero { align-items: stretch; background: var(--ink); color: var(--white); display: grid; gap: var(--space-6); grid-template-columns: 1.1fr .9fr; min-height: 35rem; padding-bottom: var(--space-6); padding-top: var(--space-6); }
.case-hero > div:first-child { align-content: center; display: grid; justify-items: start; }
.case-hero .eyebrow, .case-meta { color: var(--aqua); }
.case-hero h1 { margin-bottom: var(--space-4); }
.case-hero .lead { color: #e4dfe2; }
.case-meta { font-size: .92rem; font-weight: 750; margin-top: var(--space-4); }
.case-meta a { color: inherit; }
.case-brand-row { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem; margin-top: var(--space-4); }
.case-brand-row .case-meta { margin-top: 0; }
.case-brand-logo { display: block; height: auto; width: clamp(8rem, 12vw, 10.5rem); }
.case-booking-cta { margin-top: var(--space-4); }
.featured-case-logo { display: block; height: auto; margin-bottom: var(--space-3); width: clamp(7rem, 11vw, 9rem); }
.case-hero-image { min-height: 25rem; }
.case-hero-image img { height: 100%; object-fit: cover; width: 100%; }
.case-hero-compact { min-height: 28rem; }
.case-hero-compact .case-hero-image { min-height: 20rem; max-height: 28rem; }
.case-story { display: grid; gap: var(--space-5); grid-template-columns: repeat(3, 1fr); }
.case-story h2 { font-size: 1.55rem; letter-spacing: -.03em; margin-bottom: .8rem; }
.case-story ul, .application-aside ul { margin: 0; padding-left: 1.2rem; }
.case-story li, .application-aside li { margin: .45rem 0; }
.video-panel { align-items: center; background: var(--white); display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: minmax(0, .9fr) minmax(18rem, .75fr); padding-bottom: var(--space-6); padding-top: var(--space-6); }
.video-panel-copy { max-width: 32rem; }
.creator-video-panel { background: var(--pink); color: var(--ink); }
.creator-video-panel .eyebrow, .creator-video-panel .media-caption { color: var(--ink); }
.creator-video-panel .profile-links { align-items: flex-start; flex-direction: column; }
.video-panel-copy .eyebrow { margin-bottom: var(--space-2); }
.video-panel figure { display: grid; justify-items: center; margin: 0; }
.video-panel video { background: var(--ink); max-height: 38rem; max-width: 100%; width: auto; }
.video-panel video.video-portrait { aspect-ratio: 9 / 16; height: min(68vh, 38rem); object-fit: cover; }
.phone-showcase { background: #07070a; border: 2px solid #34343b; border-radius: 2.65rem; box-shadow: 0 1.4rem 3.5rem rgba(20, 17, 23, .2); box-sizing: border-box; padding: .5rem; position: relative; width: min(100%, 19rem); }
.phone-showcase::before { background: #07070a; border-radius: 999px; content: ''; height: 1.3rem; left: 50%; pointer-events: none; position: absolute; top: .82rem; transform: translateX(-50%); width: 4.6rem; z-index: 2; }
.phone-showcase video.video-portrait { border-radius: 2.15rem; display: block; height: auto; max-height: none; width: 100%; }
.media-caption { color: var(--muted); font-size: 1.05rem; margin-top: var(--space-3); max-width: 32rem; text-align: left; }
.case-gallery { background: var(--paper); }
.case-gallery-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.case-gallery figure { aspect-ratio: 4 / 5; background: var(--white); margin: 0; overflow: hidden; }
.case-gallery figure:first-child { aspect-ratio: 16 / 9; grid-column: 1 / -1; }
.case-gallery img { height: 100%; object-fit: cover; width: 100%; }

.values { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin: 0 auto; max-width: calc(var(--max) + 16rem); padding: 0 clamp(1.2rem, 8vw, 8rem) var(--space-7); }
.values article { background: var(--white); border-top: 4px solid var(--pink); padding: var(--space-4); }
.values article:nth-child(2) { border-top-color: var(--aqua); }
.values article:nth-child(3) { background: var(--ink); border-top-color: var(--aqua); color: var(--white); }
.values h2 { margin: .75rem 0; }
.contact-layout { align-items: start; background: var(--pink); display: grid; gap: clamp(3rem, 9vw, 9rem); grid-template-columns: 1fr 1fr; min-height: 43rem; padding-bottom: var(--space-7); padding-top: var(--space-7); }
.contact-layout h1 { margin-bottom: var(--space-4); }
.contact-layout .lead, .contact-layout p { color: var(--ink); }
.direct-contact { display: grid; gap: .55rem; margin-top: var(--space-5); }
.direct-contact a { font-size: 1.05rem; font-weight: 850; }
.contact-form { background: var(--white); display: grid; gap: var(--space-3); padding: clamp(1.25rem, 3vw, 2.5rem); }
.contact-form label { display: grid; font-size: .85rem; font-weight: 850; gap: .45rem; }
input, textarea { background: #fffdfd; border: 1px solid var(--line); border-radius: 0; color: var(--ink); padding: .75rem; width: 100%; }
textarea { resize: vertical; }
.form-note, .form-status { color: var(--muted); font-size: .85rem; }
.form-status { color: var(--pink-deep); min-height: 1.4rem; }
.application-aside { background: var(--ink); color: var(--white); padding: var(--space-5); }
.application-aside h2 { font-size: 2rem; margin-bottom: var(--space-3); }
.application-aside p { color: #ded9dc; margin-top: var(--space-4); }
.legal-page { display: grid; gap: var(--space-6); grid-template-columns: .9fr 1.1fr; min-height: 38rem; padding-bottom: var(--space-7); padding-top: var(--space-7); }
.legal-page h1 { margin-bottom: var(--space-4); }
.legal-page h2 { font-size: 1.65rem; letter-spacing: -.03em; margin: 0 0 .6rem; }
.legal-page h2:not(:first-child) { margin-top: var(--space-5); }
.not-found { align-content: center; display: grid; min-height: 60vh; padding-bottom: var(--space-7); padding-top: var(--space-7); }
.not-found h1 { margin-bottom: var(--space-4); }

.site-footer { background: var(--ink); color: var(--white); display: grid; gap: var(--space-4); grid-template-columns: 1.2fr .7fr .7fr; padding: var(--space-6) clamp(1.2rem, 8vw, 8rem) var(--space-4); }
.footer-brand { color: var(--pink); font-size: 2.15rem; font-weight: 900; letter-spacing: -.06em; text-decoration: none; }
.footer-brand span { color: var(--aqua); font-size: .5em; letter-spacing: 0; }
.site-footer p { color: #ded9dc; margin-top: .7rem; max-width: 22rem; }
.footer-links, .footer-contact { align-content: start; display: grid; gap: .5rem; }
.footer-links a, .footer-contact a { color: var(--white); text-decoration: none; }
.footer-contact a[href^="mailto:"], .direct-contact a[href^="mailto:"], .legal-page a[href^="mailto:"] { text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .22em; }

.home-page .home-hero .home-hero-links { align-items: center; gap: clamp(1rem, 2vw, 1.75rem); }
.home-page .home-hero .hero-action-link { color: var(--white); }
.home-page .home-hero .hero-action-link:hover, .home-page .home-hero .hero-action-link:focus-visible { background: var(--pink-deep); color: var(--white); }
.site-footer a:hover { color: var(--aqua); }
.footer-bottom { border-top: 1px solid rgba(24,203,209,.5); color: #ded9dc; display: flex; font-size: .82rem; grid-column: 1 / -1; justify-content: space-between; margin-top: var(--space-4); padding-top: var(--space-3); }

@media (max-width: 800px) {
  :root { --space-7: 4rem; --space-6: 2.7rem; }
  .site-header { min-height: 4.8rem; }
  .brand, .brand img { height: 3.1rem; width: 3.1rem; }
  .menu-toggle { align-items: center; background: transparent; border: 0; color: var(--ink); display: inline-flex; font-weight: 850; gap: .55rem; margin-left: auto; padding: .5rem; }
  .menu-toggle span, .menu-toggle::before, .menu-toggle::after { background: var(--ink); content: ''; display: block; height: 2px; width: 1.15rem; }
  .site-nav { background: var(--pink); border-bottom: 1px solid var(--ink); display: none; flex-direction: column; left: 0; padding: 1rem 1.2rem 1.5rem; position: absolute; right: 0; top: 100%; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .site-nav .button { justify-content: center; }
  .home-hero, .proof-strip, .section-intro, .process, .inner-hero, .creator-hero, .case-hero, .profile-grid, .case-story, .contact-layout, .legal-page { grid-template-columns: 1fr; }
  .home-hero { min-height: 0; }
  .hero-copy { min-height: 33rem; padding-bottom: 5rem; padding-top: 4.2rem; }
  .hero-visual { min-height: 23rem; }
  .hero-visual::after { clip-path: polygon(42% 0, 100% 0, 100% 100%, 0 100%); }
  .hero-visual img:not(.brand-shape) { filter: drop-shadow(.55rem .55rem 0 var(--ink)); right: -2%; width: 105%; }
  .proof-strip div { justify-content: flex-start; }
  .solution-grid, .values { grid-template-columns: 1fr; padding-bottom: var(--space-6); }
  .solution-grid article { min-height: 0; }
  .card-grid.creators, .card-grid.cases { grid-template-columns: 1fr; }
  .section-heading { align-items: start; flex-direction: column; }
  .carousel-controls { position: static; justify-content: flex-end; margin: -2.4rem 0 1rem; }
  .content-rail { margin-right: -1.2rem; }
  .content-rail > * { flex-basis: min(18.5rem, 82vw); }
  .inner-hero, .creator-hero, .case-hero { padding-bottom: var(--space-6); padding-top: var(--space-6); }
  .hero-image { height: 21rem; order: -1; }
  .creator-portrait, .case-hero-image { min-height: 20rem; }
  .case-hero > div:first-child { order: 2; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-bottom { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Homepage refinement: quiet hero, full artwork, and one clear system for the solution cards. */
.hero-visual { align-items: center; background: var(--white); display: flex; justify-content: center; padding: 1.5rem; }
.hero-visual::after { background: var(--pink); clip-path: polygon(0 0, 25% 0, 0 100%); display: block; }
.hero-visual img:not(.brand-shape) { bottom: auto; filter: drop-shadow(.65rem .65rem 0 var(--ink)); height: min(76%, 32rem); max-height: 32rem; max-width: 100%; object-fit: contain; object-position: center; position: relative; right: auto; width: 100%; z-index: 2; }
.proof-strip { background: var(--white); border-bottom: 1px solid var(--line); color: var(--ink); }
.proof-strip p { font-weight: 800; }
.proof-strip span { border-color: var(--aqua); color: var(--ink); }
.solution-grid { gap: .75rem; }
.solution-grid article, .solution-grid article:first-child, .solution-grid article:nth-child(2), .solution-grid article:nth-child(3) { box-shadow: inset 0 4px 0 var(--white); color: var(--white); }
.solution-grid article:first-child { background: #d82c88; }
.solution-grid article:nth-child(2) { background: #007b81; }
.solution-grid article:nth-child(3) { background: var(--ink); }
.solution-grid article p, .solution-grid article .solution-number, .solution-grid article .text-link, .solution-grid article:nth-child(2) .solution-number, .solution-grid article:nth-child(3) .solution-number, .solution-grid article:nth-child(3) .text-link { color: var(--white); }
.solution-grid article .text-link:hover { color: var(--aqua); }

@media (max-width: 800px) {
  .hero-visual { min-height: 25rem; padding: 1.25rem; }
  .hero-visual img:not(.brand-shape) { height: min(78%, 28rem); max-height: 28rem; width: 100%; }
  .hero-visual::after { clip-path: polygon(0 0, 18% 0, 0 100%); }
  .solution-grid { gap: .75rem; }
}

/* Reference-card geometry: sharp top rule and the original cut lower-right corner. */
:root { --paper: #f8edf3; }
.proof-strip { background: #cf287f; border-bottom: 1px solid var(--ink); color: var(--white); }
.proof-strip span { border-color: var(--white); color: var(--white); }
.solution-grid { background: var(--paper); gap: .7rem; padding-top: var(--space-3); }
.solution-grid article, .solution-grid article:first-child, .solution-grid article:nth-child(2), .solution-grid article:nth-child(3) { border: 0; box-shadow: inset 0 4px 0 var(--ink); clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.45rem), calc(100% - 1.45rem) 100%, 0 100%); min-height: 25rem; padding: var(--space-5); }
.solution-grid article:first-child { background: var(--pink); }
.solution-grid article:nth-child(2) { background: #087e84; }
.solution-grid article:nth-child(3) { background: var(--ink); }
.solution-grid article .text-link { padding-bottom: .1rem; }

@media (max-width: 800px) {
  .solution-grid { gap: .7rem; padding-top: var(--space-3); }
  .solution-grid article, .solution-grid article:first-child, .solution-grid article:nth-child(2), .solution-grid article:nth-child(3) { min-height: 21rem; }
}

/* Complete agency system */
.skip-link { background: var(--ink); color: var(--white); left: 1rem; padding: .7rem 1rem; position: fixed; top: -5rem; z-index: 100; }
.skip-link:focus { color: var(--white); top: 1rem; }
.eyebrow, .card-kicker, .solution-number { font-size: .78rem; }
.site-nav > a:not(.button) { padding: .45rem 0; position: relative; }
.site-nav > a:not(.button).is-active::after { background: var(--ink); bottom: 0; content: ''; height: 2px; left: 0; position: absolute; right: 0; }
.site-nav .button.is-active { background: var(--white); color: var(--ink); }
.footer-label { color: var(--aqua) !important; font-size: .78rem; font-weight: 850; letter-spacing: .12em; margin: 0 0 .35rem !important; text-transform: uppercase; }
[hidden] { display: none !important; }

.solution-intro, .working-model, .stats-panel, .external-work { align-items: start; display: grid; gap: var(--space-6); grid-template-columns: .9fr 1.1fr; }
.home-hero > *, .inner-hero > *, .creator-hero > *, .case-hero > *, .contact-layout > *, .legal-page > * { min-width: 0; }
.solution-grid.extended h2 { font-size: clamp(1.7rem, 2.5vw, 2.5rem); letter-spacing: -.045em; }
.decision-section { background: var(--ink); color: var(--white); max-width: none; }
.decision-section .eyebrow { color: var(--aqua); }
.decision-grid { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); }
.decision-grid article { border: 1px solid rgba(255,255,255,.24); min-height: 15rem; padding: var(--space-4); }
.decision-grid span { color: var(--aqua); display: block; font-size: .78rem; font-weight: 850; letter-spacing: .1em; margin-bottom: var(--space-4); text-transform: uppercase; }
.decision-grid h3 { margin-bottom: var(--space-3); }
.decision-grid p { color: #ded9dc; }

.solutions-guide { padding-top: var(--space-6); }
.solutions-guide-intro { align-items: start; display: grid; gap: var(--space-6); grid-template-columns: .9fr 1.1fr; margin-bottom: var(--space-6); }
.solutions-guide-intro .lead { margin-bottom: var(--space-3); }
.solutions-stack { display: grid; gap: 1rem; }
.solution-row { background: var(--white); display: grid; grid-template-columns: minmax(18rem, .78fr) minmax(0, 1.22fr); overflow: hidden; }
.solution-row-heading { align-content: start; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.4rem), calc(100% - 2.4rem) 100%, 0 100%); display: grid; min-height: 22rem; padding: clamp(2rem, 5vw, 4.5rem); }
.solution-row-heading .solution-number { align-self: start; }
.solution-row-heading h2 { align-self: end; font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.065em; line-height: .92; margin: var(--space-6) 0 var(--space-3); max-width: 9ch; }
.solution-row-heading p { align-self: end; font-weight: 650; max-width: 34ch; }
.solution-row-sourcing .solution-row-heading { background: var(--pink); color: var(--ink); }
.solution-row-influencer .solution-row-heading { background: var(--aqua); color: var(--ink); }
.solution-row-ugc .solution-row-heading { background: var(--ink); color: var(--white); }
.solution-row-ugc .solution-row-heading .solution-number { color: var(--aqua); }
.solution-row-details { align-content: center; display: grid; gap: clamp(2rem, 4vw, 4rem); grid-template-columns: repeat(2, minmax(0, 1fr)); padding: clamp(2rem, 5vw, 5rem); }
.solution-row-details > div { align-content: start; display: grid; }
.solution-detail-label { color: var(--pink-deep); font-size: .75rem; font-weight: 850; letter-spacing: .11em; margin-bottom: var(--space-3); text-transform: uppercase; }
.solution-row-influencer .solution-detail-label { color: #087e84; }
.solution-row-ugc .solution-detail-label { color: var(--ink); }
.solution-row-details h3 { font-size: clamp(1.45rem, 2.3vw, 2.15rem); letter-spacing: -.045em; line-height: 1.02; margin-bottom: var(--space-3); }
.solution-row-details p { color: var(--muted); }
.solution-row-details .text-link { align-self: end; grid-column: 1 / -1; justify-self: start; margin-top: auto; }
.creator-index .filter-bar { align-items: flex-start; gap: var(--space-4); letter-spacing: 0; text-transform: none; }
.creator-index .filter-bar > div:first-child { display: grid; gap: .15rem; min-width: 8rem; }
.creator-index .filter-bar > div:first-child span { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.creator-index .filter-bar > div:first-child strong { font-size: 1.05rem; }
.filter-controls { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: flex-end; }
.filter-button { background: transparent; border: 1px solid var(--ink); border-radius: 999px; color: var(--ink); cursor: pointer; font-size: .78rem; font-weight: 800; padding: .42rem .72rem; }
.filter-button:hover, .filter-button[aria-pressed='true'] { background: var(--ink); color: var(--white); }
.filter-empty { background: var(--white); border: 1px solid var(--line); margin-top: var(--space-4); padding: var(--space-4); }
.editorial-callout { align-items: center; background: var(--ink); color: var(--white); display: flex; gap: var(--space-5); justify-content: space-between; padding: var(--space-6) clamp(1.2rem, 8vw, 8rem); }
.editorial-callout .eyebrow { color: var(--aqua); margin-bottom: var(--space-2); }
.editorial-callout h2 { max-width: 17ch; }

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 1.15rem 0 var(--space-4);
}
.social-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 2.5rem;
  padding: .58rem .9rem;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
.social-link-button:hover,
.social-link-button:focus-visible {
  color: var(--soft-white);
  background: var(--ink);
  transform: translateY(-1px);
}
.social-link-button .link-arrow { line-height: 1; }
.stats-panel { background: var(--ink); color: var(--white); max-width: none; }
.stats-panel .eyebrow, .stats-date { color: var(--aqua); }
.stats-date { font-size: .85rem; font-weight: 750; margin-top: var(--space-3); }
.stats-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.stats-grid article { border: 1px solid rgba(255,255,255,.25); display: grid; padding: var(--space-4); }
.stats-grid article p { color: var(--aqua); font-size: .78rem; font-weight: 850; letter-spacing: .1em; margin-bottom: var(--space-3); text-transform: uppercase; }
.stats-grid article strong { font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.06em; line-height: 1; }
.stats-grid article span { color: #ded9dc; font-size: .82rem; margin: .35rem 0 1.1rem; }
.sample-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.sample-card { background: var(--white); border: 1px solid var(--line); display: grid; overflow: hidden; text-decoration: none; }
.sample-card img { aspect-ratio: 4 / 5; height: 100%; object-fit: cover; width: 100%; }
.sample-card span { font-weight: 850; padding: var(--space-3); }
.profile-note { align-items: center; display: flex; gap: var(--space-5); justify-content: space-between; }
.profile-note .button { flex: 0 0 auto; }

.featured-case-card { background: var(--white); display: grid; grid-template-columns: 1.2fr .8fr; min-height: 32rem; }
.featured-case-card > a { min-height: 25rem; overflow: hidden; }
.featured-case-card img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.featured-case-card:hover img { transform: scale(1.02); }
.featured-case-card > div { align-content: center; display: grid; justify-items: start; padding: clamp(2rem, 5vw, 5rem); }
.featured-case-card h3 { font-size: clamp(2rem, 4vw, 4rem); margin: var(--space-3) 0; }
.featured-case-card .button { margin-top: var(--space-5); }
.featured-case-card .featured-case-logo { height: 1.55rem; margin-bottom: .85rem; max-width: 6rem; object-fit: contain; object-position: left center; transform: none; width: auto; }
.featured-case-card:hover .featured-case-logo { transform: none; }
.case-index { padding-top: var(--space-5); }
.case-index .card-grid.cases { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.case-story article { border-top: 4px solid var(--ink); padding-top: var(--space-3); }
.case-story article > span { color: var(--pink-deep); display: block; font-size: .78rem; font-weight: 850; letter-spacing: .1em; margin-bottom: var(--space-4); }
.external-work { align-items: center; border-top: 1px solid var(--line); }

.working-model { background: var(--white); }
.working-model .stack-list strong { margin-bottom: .2rem; }
.contact-points { display: grid; margin-top: var(--space-5); }
.contact-points p { border-top: 1px solid rgba(23,21,28,.3); display: grid; gap: .2rem; padding: .8rem 0; }
.contact-points span { font-weight: 850; }
.form-heading { margin-bottom: var(--space-2); }
.form-heading .eyebrow { color: var(--pink-deep); margin-bottom: .6rem; }
.form-heading h2 { font-size: clamp(1.9rem, 3vw, 3rem); }

@media (min-width: 801px) and (max-width: 1100px) {
  .case-index .card-grid.cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sample-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 800px) {
  body.nav-open { overflow: hidden; }
  .menu-toggle::before, .menu-toggle::after { display: none; }
  .menu-toggle .menu-label { background: transparent; height: auto; width: auto; }
  .menu-toggle .menu-icon { background: var(--ink); display: block; height: 2px; position: relative; width: 1.2rem; }
  .menu-toggle .menu-icon::before, .menu-toggle .menu-icon::after { background: var(--ink); content: ''; height: 2px; left: 0; position: absolute; transition: transform .18s ease; width: 1.2rem; }
  .menu-toggle .menu-icon::before { top: -.38rem; }
  .menu-toggle .menu-icon::after { top: .38rem; }
  .menu-toggle[aria-expanded='true'] .menu-icon { background: transparent; }
  .menu-toggle[aria-expanded='true'] .menu-icon::before { top: 0; transform: rotate(45deg); }
  .menu-toggle[aria-expanded='true'] .menu-icon::after { top: 0; transform: rotate(-45deg); }
  .site-nav > a:not(.button).is-active::after { bottom: -.15rem; right: auto; width: 2rem; }  .solution-intro, .working-model, .stats-panel, .external-work, .featured-case-card { grid-template-columns: 1fr; }
  .decision-grid, .stats-grid, .sample-grid, .case-index .card-grid.cases { grid-template-columns: 1fr; }
  .decision-grid article { min-height: 0; }
  .creator-index .filter-bar, .editorial-callout, .profile-note { align-items: flex-start; flex-direction: column; }
  .filter-controls { justify-content: flex-start; }
  .featured-case-card > div { padding: var(--space-4); }
  .featured-case-card > a { min-height: 18rem; }
  .editorial-callout .button, .profile-note .button { width: auto; }
}

.solution-grid article:nth-child(2) { background: var(--aqua); }
.hero-visual {
  align-items: flex-end;
  isolation: isolate;
  justify-content: flex-end;
  padding: 0;
}
.hero-visual::after {
  clip-path: polygon(0 0, 31% 0, 5% 100%, 0 100%);
  z-index: 0;
}
.hero-visual img:not(.brand-shape) {
  bottom: -1px;
  height: auto;
  max-height: none;
  max-width: none;
  mix-blend-mode: multiply;
  object-position: right bottom;
  position: absolute;
  right: 3.5%;
  width: min(140%, 58rem);
}
.hero-visual .brand-shape {
  display: block;
  height: 7rem;
  opacity: .13;
  pointer-events: none;
  position: absolute;
  width: 7rem;
  z-index: 3;
}
.hero-visual .shape-top { right: -2.8rem; top: -2.8rem; }
.hero-visual .shape-bottom { bottom: -3.8rem; left: .5rem; transform: rotate(8deg); }
.case-secondary {
  align-items: center;
  background: var(--white);
  display: grid;
  gap: var(--space-6);
  grid-template-columns: .8fr 1.2fr;
}
.case-secondary .eyebrow { margin-bottom: var(--space-2); }
.case-secondary figure { background: var(--paper); display: grid; margin: 0; min-height: 25rem; padding: var(--space-4); place-items: center; }
.case-secondary img { max-height: 36rem; object-fit: contain; width: 100%; }

@media (min-width: 801px) {
  .hero-copy {
    padding-bottom: clamp(4rem, 5vw, 6rem);
    padding-top: clamp(4rem, 5vw, 6rem);
  }
}

@media (max-width: 800px) {
  .hero-visual { min-height: 22rem; }
  .hero-visual::after { clip-path: polygon(0 0, 24% 0, 2% 100%, 0 100%); }
  .hero-visual img:not(.brand-shape) { bottom: -1px; height: auto; right: 3.5%; width: 108%; }
  .hero-visual .brand-shape { height: 5rem; width: 5rem; }
  .hero-visual .shape-top { right: -2.1rem; top: -2.1rem; }
  .hero-visual .shape-bottom { bottom: -2.8rem; left: 0; }
  .case-secondary { grid-template-columns: 1fr; }
  .case-secondary figure { min-height: 20rem; }
  .case-gallery-grid { grid-template-columns: 1fr; }
  .case-gallery figure:first-child { grid-column: auto; }
}

/* Focused visual refinement: angled hero, shared page rhythm and link alignment. */
.home-hero {
  background: var(--paper);
  grid-template-columns: minmax(0, 3fr) minmax(18rem, 2fr);
  isolation: isolate;
  min-height: min(56rem, calc(100vh - 5.25rem));
  position: relative;
}
.home-hero::before {
  background: var(--pink);
  clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.home-hero::after {
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.65) 0, rgba(0,0,0,.78) 38%, #000 64%, #000 100%);
  background-image: none;
  background-position: -1rem center;
  background-repeat: no-repeat;
  background-size: calc(100% - 1rem) 100%;
  content: '';
  filter: saturate(1) contrast(1.03);
  inset: 0;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.65) 0, rgba(0,0,0,.78) 38%, #000 64%, #000 100%);
  opacity: .4;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.hero-copy {
  background: transparent;
  color: var(--ink);
  z-index: 1;
}
.hero-copy .eyebrow { color: var(--ink); }
.hero-copy .lead,
.hero-copy .text-link { color: var(--ink); }
.hero-copy h1 { color: var(--ink); }
.hero-copy h1 em {
  color: var(--white);
  text-shadow: none;
}
.hero-visual {
  background: transparent;
  margin-left: 0;
  min-height: 30rem;
}
.hero-visual::after {
  display: none;
}
.hero-visual::before { display: none; }
.hero-visual .signal-one { display: none; }

.showcase-pink + .closing-cta {
  background: var(--paper);
}
.showcase-pink + .closing-cta h2 { color: var(--pink); }
.showcase-pink + .closing-cta .eyebrow,
.showcase-pink + .closing-cta p { color: var(--ink); }

.text-link > .link-arrow,
.button > .link-arrow {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1em;
  justify-content: center;
  line-height: 1;
  margin-left: .05rem;
  position: relative;
  top: -.02em;
}
.section-heading > .text-link { white-space: nowrap; }
.section-heading-with-controls { padding-right: 7rem; }
.page-hero {
  --page-cut-depth: clamp(4.5rem, 7vw, 7rem);
  --page-cut-width: clamp(7rem, 10vw, 10rem);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--page-cut-depth)), calc(100% - var(--page-cut-width)) 100%, 0 100%);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}
.page-hero > div { position: relative; z-index: 1; }
.page-hero .lead {
  color: var(--white);
  font-size: clamp(1.2rem, 1.65vw, 1.45rem);
  font-weight: 700;
}
.page-hero-angle {
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
}
.page-hero-angle > div { max-width: 62vw; }

.footer-brand {
  align-items: baseline;
  display: inline-flex;
  gap: .35rem;
  line-height: 1;
}
.footer-brand span { color: inherit; }

@media (max-width: 800px) {
  .home-hero { grid-template-columns: 1fr; min-height: 0; }
  .home-hero::before { clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7rem), 0 100%); }
  .home-hero::after {
    -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.58) 0, rgba(0,0,0,.64) 42%, rgba(0,0,0,.86) 64%, #000 82%, #000 100%);
    background-position: -.75rem bottom;
    background-size: calc(100% - .9rem) auto;
    mask-image: linear-gradient(90deg, rgba(0,0,0,.58) 0, rgba(0,0,0,.64) 42%, rgba(0,0,0,.86) 64%, #000 82%, #000 100%);
    opacity: .56;
  }
  .hero-copy {
    min-height: 34rem;
    padding-bottom: 4.5rem;
    padding-left: clamp(1.2rem, 6vw, 2rem);
    padding-right: clamp(1.2rem, 6vw, 2rem);
    padding-top: 4rem;
  }
  .hero-visual {
    margin-left: 0;
    margin-top: 0;
    min-height: 7rem;
  }
  .hero-visual::after { clip-path: polygon(0 0, 100% 0, 0 100%); }
  .section-heading-with-controls { padding-right: 6.25rem; }
  .page-hero {
    --page-cut-depth: clamp(3.75rem, 16vw, 5.5rem);
    --page-cut-width: clamp(5rem, 22vw, 7rem);
  }
  .page-hero-angle { clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%); }
  .page-hero-angle > div { max-width: 100%; }
  .page-hero-angle .lead { max-width: 70vw; }
}

@media (max-width: 480px) {
  .home-hero::after {
    background-position: -.75rem bottom;
    background-size: calc(100% - .75rem) auto;
  }
}

@media (max-width: 800px) {
  .video-panel { gap: var(--space-4); grid-template-columns: 1fr; }
  .video-panel-copy { max-width: none; }
  .video-panel video.video-portrait { height: auto; width: min(100%, 21rem); }
}






/* Focused content refinements: softer transitions and compact sourcing previews. */
.decision-section + .closing-cta,
.editorial-callout + .closing-cta {
  background: var(--paper);
}
.decision-section + .closing-cta h2,
.editorial-callout + .closing-cta h2 {
  color: var(--pink);
}
.sourcing-samples {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: var(--space-4);
}
.sourcing-samples figure {
  background: var(--white);
  border-radius: .35rem;
  box-shadow: 0 .8rem 2rem rgba(23, 21, 28, .08);
  margin: 0;
  overflow: hidden;
}
.sourcing-samples img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.sourcing-samples figcaption {
  color: var(--ink);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  padding: .65rem .75rem;
  text-transform: uppercase;
}
.sourcing-samples > p {
  border: 0;
  color: var(--muted);
  font-size: .78rem;
  grid-column: 1 / -1;
  padding: 0;
}
@media (max-width: 560px) {
  .sourcing-samples { grid-template-columns: 1fr; }
}


.home-sourcing-evidence { background: var(--paper); }
.home-sourcing-evidence .section-heading { align-items: end; }
.home-sourcing-grid {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr);
}
.home-sourcing-grid figure {
  background: var(--white);
  border-radius: .4rem;
  box-shadow: 0 1rem 2.5rem rgba(23, 21, 28, .08);
  display: grid;
  margin: 0;
  min-height: 28rem;
  overflow: hidden;
}
.home-sourcing-grid img {
  align-self: stretch;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.home-sourcing-grid figcaption {
  background: var(--ink);
  color: var(--white);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .09em;
  padding: .8rem 1rem;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .home-sourcing-grid { grid-template-columns: 1fr; }
  .home-sourcing-grid figure { min-height: 0; }
  .home-sourcing-grid img { height: auto; max-height: 34rem; }
}

/* Compact creator-intelligence presentation */
.home-hero {
  min-height: clamp(32rem, 60vh, 40rem);
}

.home-hero::after {
  display: none;
}

.home-hero .hero-copy {
  padding-bottom: clamp(3.5rem, 6vw, 5rem);
  padding-top: clamp(3.5rem, 6vw, 5rem);
}

.home-hero .hero-visual {
  min-height: 0;
}

.home-intro {
  padding-bottom: clamp(2.5rem, 4vw, 3.75rem);
  padding-top: clamp(2.75rem, 4.5vw, 4rem);
}

.home-sourcing-evidence {
  background: var(--paper);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
  padding-top: clamp(3rem, 5vw, 4.5rem);
}

.home-sourcing-evidence .section-heading {
  align-items: end;
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.home-sourcing-grid {
  align-items: start;
  display: grid;
  gap: clamp(.8rem, 1.4vw, 1.2rem);
  grid-template-columns: minmax(0, 2fr) minmax(14rem, 1fr);
}

.home-sourcing-grid figure,
.sourcing-samples figure {
  background: var(--white);
  border-radius: .4rem;
  box-shadow: 0 .8rem 2rem rgba(23, 21, 28, .07);
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 0;
  overflow: hidden;
}

.home-sourcing-grid img,
.sourcing-samples img {
  aspect-ratio: auto;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.sourcing-samples {
  align-items: start;
  gap: .7rem;
  grid-template-columns: minmax(0, 2fr) minmax(10rem, 1fr);
  margin-top: var(--space-3);
}

.sourcing-samples > p {
  grid-column: 1 / -1;
}

@media (max-width: 800px) {
  .home-hero {
    min-height: 0;
  }

  .home-hero .hero-copy {
    min-height: 0;
    padding: 3rem 1.4rem 4.75rem;
  }

  .home-hero .hero-visual {
    display: none;
  }
}

@media (max-width: 640px) {
  .home-sourcing-grid,
  .sourcing-samples {
    grid-template-columns: 1fr;
  }

  .home-intro,
  .home-sourcing-evidence {
    padding-bottom: 2.75rem;
    padding-top: 2.75rem;
  }
}

.home-hero { grid-template-columns: 1fr; }
.home-hero .hero-copy { max-width: min(64rem, 76vw); }
.home-hero .hero-visual { display: none; }
@media (max-width: 800px) {
  .home-hero .hero-copy { max-width: none; padding-bottom: 3.75rem; padding-top: 2.5rem; }
  .home-hero .hero-copy h1 { font-size: clamp(3.15rem, 14vw, 4rem); margin-bottom: 1.25rem; }
  .home-hero .hero-copy .eyebrow { margin-bottom: 1rem; }
}


.home-hero { min-height: 0; }
.home-hero .hero-copy { max-width: none; width: 100%; }
.home-hero .hero-copy h1 { font-size: clamp(4.5rem, 6vw, 6.5rem); }
@media (max-width: 800px) {
  .home-hero .hero-copy h1 { font-size: clamp(3rem, 13vw, 3.75rem); }
}


.home-hero .hero-copy h1 { max-width: 15ch; }
@media (max-width: 800px) { .home-hero .hero-copy h1 { max-width: 11ch; } }


.sourcing-page .inner-hero .hero-image { background: var(--white); }
.sourcing-page .inner-hero .hero-image img { object-fit: contain; padding: clamp(.75rem, 2vw, 1.5rem); }


/* Keep homepage hero content inside the pink plane. */
.home-hero .hero-copy .lead { max-width: 44rem; }
.home-hero .hero-copy .button-row { align-items: flex-start; flex-direction: column; gap: .9rem; max-width: 44rem; }


.home-hero .hero-copy > .lead,
.home-hero .hero-copy > .button-row {
  max-width: 42rem;
  width: 58vw;
}
@media (max-width: 800px) {
  .home-hero .hero-copy > .lead,
  .home-hero .hero-copy > .button-row { width: 100%; }
}


.home-hero .hero-copy > .button-row { flex-direction: row; flex-wrap: nowrap; max-width: none; width: auto; }
.home-hero .button-row .button { font-size: clamp(.92rem, 1.35vw, 1.05rem); padding: .9rem 1.2rem; }
@media (max-width: 640px) {
  .home-hero .hero-copy > .button-row { align-items: flex-start; flex-direction: column; width: 100%; }
}


.home-hero .hero-copy > .button-row { gap: 14px; max-width: 62vw; }
.home-hero .button-row .button { font-size: 16px; padding: 14px 18px; white-space: nowrap; }
@media (max-width: 640px) {
  .home-hero .hero-copy > .button-row { max-width: none; }
}


.home-hero .hero-copy > .button-row { gap: 12px; }
.home-hero .button-row .button { font-size: 15px; padding: 12px 14px; }


.home-hero .hero-copy > .button-row { gap: 10px; }
.home-hero .button-row .button { font-size: 14px; padding: 10px 12px; }
@media (min-width: 801px) and (max-width: 850px) {
  .home-hero .hero-copy > .button-row { flex-direction: column; }
}


@media (min-width: 801px) and (max-width: 870px) {
  .home-hero .hero-copy > .button-row { flex-direction: column; }
}


/* Focused content and layout pass — September 2026 */

.home-page .section {
  padding-bottom: clamp(3rem, 5vw, 4.75rem);
  padding-top: clamp(3rem, 5vw, 4.75rem);
}
.home-page .home-intro {
  padding-bottom: clamp(1.5rem, 2.5vw, 2.5rem);
  padding-top: clamp(2.75rem, 4vw, 3.75rem);
}
.home-page .home-sourcing-evidence {
  padding-bottom: clamp(2.75rem, 4vw, 4rem);
  padding-top: clamp(1.5rem, 2.5vw, 2.5rem);
}
.home-page .home-intro h2,
.home-page .home-sourcing-evidence h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.75rem);
  max-width: 15ch;
}
.home-page .solution-grid { padding-bottom: clamp(2.75rem, 4vw, 4rem); }
.home-page .solution-grid article { box-shadow: none; }
.home-page .closing-cta { padding-bottom: clamp(3.5rem, 6vw, 5rem); padding-top: clamp(3.5rem, 6vw, 5rem); }


.sourcing-samples {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sourcing-samples .sourcing-sample-wide { grid-column: 1 / -1; }
.sourcing-samples img { background: var(--white); object-fit: contain; }
.sourcing-page .inner-hero .hero-image img { padding: .75rem; }

.solution-copy { display: grid; gap: 1rem; }
.solution-copy p { max-width: 46rem; }

.creator-groups { display: grid; gap: clamp(3rem, 6vw, 5rem); }
.creator-group { display: grid; gap: var(--space-4); }
.creator-group-heading {
  align-items: end;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: var(--space-4);
  justify-content: space-between;
  padding-bottom: .9rem;
}
.creator-group-heading .eyebrow { margin: 0; }
.creator-group-heading span { color: var(--muted); font-size: .9rem; }
.creator-group:not(:has([data-creator-card]:not([hidden]))) { display: none; }

.featured-case-card > div { display: flex; flex-direction: column; justify-content: center; }
.featured-case-support { color: var(--muted); font-size: .95rem; margin-top: 1rem; }
.featured-case-footer {
  align-items: flex-end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-top: var(--space-4);
  width: 100%;
}
.featured-case-card .featured-case-footer .button { margin-top: 0; }
.featured-case-card .featured-case-footer .featured-case-logo {
  height: 2.1rem;
  margin: 0 0 .2rem;
  max-width: 8rem;
  object-position: right center;
}
.case-card .case-card-logo-bol-thuis-max-zeegers { height: 2.5rem; max-width: 9rem; }
.case-card .case-card-logo-bol-thuis-max-zeegers img { height: 2.2rem; max-width: 9rem; }.case-card .case-card-logo-elize-pienpino { height: 2.4rem; max-width: 8.5rem; }
.case-card .case-card-logo-elize-pienpino img { height: 1.5rem; max-width: 8.5rem; }
.case-card .case-card-logo-elize-alix-the-label { height: 2.4rem; max-width: 8.5rem; }
.case-card .case-card-logo-elize-alix-the-label img { height: 2.05rem; max-width: 8.5rem; }
.case-card .case-card-logo-shell-max-kruin { height: 2.4rem; max-width: 3.2rem; }
.case-card .case-card-logo-shell-max-kruin img { height: 2.15rem; max-width: 3.2rem; }
.case-brand-logo[src*="/elize-pienpino/"],
.case-brand-logo[src*="/elize-alix-the-label/"] { width: clamp(9rem, 14vw, 12rem); }
.case-brand-logo[src*="/shell-max-kruin/"] { width: clamp(4.25rem, 6vw, 5.25rem); }

.about-story > div:last-child { display: grid; gap: 1rem; }

@media (max-width: 800px) {
  .sourcing-samples { grid-template-columns: 1fr 1fr; }
  .sourcing-samples .sourcing-sample-wide { grid-column: 1 / -1; }
  .creator-group-heading { align-items: flex-start; flex-direction: column; gap: .4rem; }
  .featured-case-footer { align-items: flex-start; }
}

@media (max-width: 520px) {
  .sourcing-samples { grid-template-columns: 1fr; }
  .sourcing-samples .sourcing-sample-wide { grid-column: auto; }
  .featured-case-footer { align-items: flex-start; flex-direction: column; }
}
/* Focused correction: readable angled headers and a single compact sourcing story. */
.page-hero > div {
  margin-inline: 0;
  max-width: 62vw;
  text-align: left;
}
.page-hero h1,
.page-hero .lead {
  margin-inline: 0;
  max-width: 100%;
}

.home-sourcing-heading {
  align-items: start;
  display: grid;
  gap: clamp(1.5rem, 4vw, 4rem);
  grid-template-columns: .9fr 1.1fr;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.home-sourcing-heading > div:last-child {
  display: grid;
  gap: 1.25rem;
  justify-items: start;
}
.home-sourcing-heading .lead {
  max-width: 48rem;
}

.sourcing-page .inner-hero .hero-image {
  aspect-ratio: 2108 / 1490;
  height: auto;
}
.sourcing-page .inner-hero .hero-image img {
  height: 100%;
  object-fit: contain;
  padding: 0;
  width: 100%;
}

.site-nav-links {
  align-items: center;
  display: flex;
  gap: clamp(.9rem, 2.4vw, 2.2rem);
}
.site-nav-links > a {
  color: var(--ink);
  font-weight: 800;
  padding: .45rem 0;
  position: relative;
  text-decoration: none;
}
.site-nav-links > a:hover { color: var(--white); }
.site-nav-links > a.is-active::after {
  background: var(--ink);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

@media (min-width: 801px) {
  .site-nav {
    flex: 1;
    justify-content: flex-end;
  }
  .site-nav-links {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}

@media (max-width: 800px) {
  .page-hero-angle > div { max-width: 68vw; }
  .page-hero-angle .lead { max-width: 100%; }

  .home-sourcing-heading {
    grid-template-columns: 1fr;
  }

  .site-nav-links {
    align-items: stretch;
    flex-direction: column;
  }
  .site-nav-links > a.is-active::after {
    bottom: -.15rem;
    right: auto;
    width: 2rem;
  }
}


/* Shared compact treatment for the three solution detail pages. */
.solution-page-hero {
  padding-bottom: clamp(3.5rem, 6vw, 5rem);
  padding-top: clamp(3.5rem, 6vw, 5rem);
}
.solution-page-hero h1 { color: var(--ink); }
.solution-page-hero .lead {
  color: var(--white);
  margin-top: var(--space-4);
}
.solution-page-hero .button { margin-top: var(--space-4); }

.solution-detail {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
  padding-top: clamp(3.5rem, 5vw, 5rem);
}
.solution-detail-lead {
  display: grid;
  gap: var(--space-4);
  min-width: 0;
}
.solution-detail > .sourcing-samples {
  grid-column: 1 / -1;
  margin-top: calc(-1 * var(--space-2));
}
.solution-showcase {
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
  padding-top: clamp(3.5rem, 5vw, 5rem);
}
.solution-showcase .section-heading {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.creator-index {
  padding-bottom: clamp(3.5rem, 5vw, 5rem);
  padding-top: clamp(2.5rem, 4vw, 4rem);
}
.creator-index .filter-bar {
  align-items: center;
  background: var(--white);
  border-bottom: 0;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: 1rem 1.15rem;
}
.creator-groups { gap: clamp(2.5rem, 4vw, 4rem); }

@media (max-width: 800px) {
  .solution-page-hero {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }
  .solution-detail {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }
  .solution-detail > .sourcing-samples { grid-column: auto; }
  .solution-showcase {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }
}

@media (max-width: 480px) {
  .solution-page-hero .button {
    font-size: .86rem;
    padding: .78rem .9rem;
  }
  .creator-index .filter-bar { padding: .9rem; }
}
/* Final solution media refinement. */
.sourcing-page .sourcing-samples {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.solution-copy-only {
  padding-bottom: 2.5rem;
}
.solution-copy-only + .solution-showcase {
  padding-top: 2.5rem;
}

@media (max-width: 640px) {
  .sourcing-page .sourcing-samples {
    grid-template-columns: 1fr;
  }
  .sourcing-page .sourcing-samples .sourcing-sample-wide {
    grid-column: auto;
  }
  .solution-copy-only {
    padding-bottom: 2rem;
  }
  .solution-copy-only + .solution-showcase {
    padding-top: 2rem;
  }
}


/* Compact solution point grid and balanced sourcing pages. */
.sourcing-page .sourcing-samples {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sourcing-page .sourcing-samples .sourcing-sample-wide,
.sourcing-page .sourcing-samples .sourcing-sample-summary {
  grid-column: 1 / -1;
}

.solution-points {
  padding-bottom: clamp(2rem, 3vw, 3rem);
  padding-top: clamp(2rem, 3vw, 3rem);
}
.solution-points-grid {
  display: grid;
  gap: .7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.solution-points-grid p {
  background: var(--white);
  padding: 1.15rem 1.25rem;
}
.solution-points-grid strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: .35rem;
}
.solution-points + .solution-showcase {
  padding-top: 2rem;
}

@media (max-width: 900px) {
  .sourcing-page .sourcing-samples {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .solution-points-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sourcing-page .sourcing-samples,
  .solution-points-grid {
    grid-template-columns: 1fr;
  }
  .sourcing-page .sourcing-samples .sourcing-sample-wide,
  .sourcing-page .sourcing-samples .sourcing-sample-summary {
    grid-column: auto;
  }
  .solution-points {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .solution-points + .solution-showcase {
    padding-top: 1.5rem;
  }
}

/* Replace boxed solution points with a compact editorial text flow. */
.solution-points-grid {
  column-count: 2;
  column-gap: clamp(2rem, 5vw, 5rem);
  display: block;
}
.solution-points-grid p {
  background: transparent;
  break-inside: avoid;
  margin-bottom: 1rem;
  padding: 0;
}
.solution-points-grid strong {
  display: inline;
  font-size: inherit;
  margin: 0;
}
.solution-points-grid strong::after {
  content: ' — ';
}

@media (max-width: 640px) {
  .solution-points-grid {
    column-count: 1;
  }
  .solution-points-grid p {
    margin-bottom: .85rem;
  }
}

/* Keep solution context compact and visually balanced. */
.solution-points {
  text-align: center;
}
.solution-points-grid {
  column-count: initial;
  display: block;
  margin-inline: auto;
  max-width: 72rem;
}
.solution-points-grid p {
  break-inside: auto;
  display: inline;
  margin: 0;
}
.solution-points-grid p:not(:last-child)::after {
  color: var(--pink-deep);
  content: '  •  ';
  font-weight: 850;
  white-space: pre;
}

@media (max-width: 640px) {
  .solution-points {
    text-align: left;
  }
  .solution-points-grid p {
    display: block;
    margin-bottom: .75rem;
  }
  .solution-points-grid p:not(:last-child)::after {
    content: '';
  }
}

/* Match Influencer and UGC to the compact Creator Sourcing composition. */
.solution-detail-compact {
  padding-bottom: clamp(3rem, 4.5vw, 4.5rem);
  padding-top: clamp(3rem, 4.5vw, 4.5rem);
}
.solution-related-creators {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  grid-column: 1 / -1;
  margin-top: calc(-1 * var(--space-2));
}
.solution-related-head {
  align-items: center;
  display: flex;
  gap: var(--space-3);
  justify-content: space-between;
}
.solution-related-head .eyebrow {
  margin: 0;
}

@media (max-width: 800px) {
  .solution-detail-compact {
    padding-bottom: 3rem;
    padding-top: 3rem;
  }
  .solution-related-creators {
    grid-column: auto;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .solution-related-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

.solution-lead-note {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.5;
  max-width: 34rem;
}
.solution-lead-note strong {
  color: var(--ink);
  display: block;
  font-size: 1.05rem;
  margin-bottom: .3rem;
}





.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.filter-bar h2 { font: inherit; letter-spacing: inherit; margin: 0; text-transform: inherit; }


@media (max-width: 800px) {
  .solutions-guide-intro,
  .solution-row { grid-template-columns: 1fr; }
  .solutions-guide-intro { gap: var(--space-4); margin-bottom: var(--space-5); }
  .solution-row-heading { min-height: 18rem; padding: var(--space-4); }
  .solution-row-heading h2 { margin-top: var(--space-5); }
  .solution-row-details { gap: var(--space-5); grid-template-columns: 1fr; padding: var(--space-4); }
  .solution-row-details .text-link { grid-column: auto; }
}



.home-page .solution-grid article:nth-child(2) .text-link:hover { color: var(--ink); }

/* Focused case, solutions and About refinement */
.case-video-panel { background: var(--pink); color: var(--ink); }
.case-video-panel .eyebrow, .case-video-panel .media-caption { color: var(--ink); }
.case-video-panel + .case-gallery, .case-video-panel + .closing-cta { background: var(--paper); }
.case-video-panel + .case-gallery .eyebrow, .case-video-panel + .case-gallery h2, .case-video-panel + .closing-cta h2 { color: var(--pink); }
.case-video-panel + .case-gallery p, .case-video-panel + .closing-cta p { color: var(--ink); }
.home-page .solution-grid article:nth-child(1) .solution-number, .home-page .solution-grid article:nth-child(2) .solution-number, .solution-row-sourcing .solution-number, .solution-row-influencer .solution-number { color: var(--ink); }
.home-page .solution-grid article:nth-child(3) .solution-number, .solution-row-ugc .solution-row-heading .solution-number { color: var(--white); }
.about-page .about-story { background: var(--paper); padding-bottom: clamp(3rem, 6vw, 5rem); padding-top: clamp(3rem, 6vw, 5rem); }
.about-page .about-story h2 { max-width: 11ch; }
.about-page .about-story .eyebrow { color: var(--pink-deep); display: block; font-family: var(--body); font-size: .74rem; font-weight: 850; letter-spacing: .13em; margin-bottom: 1rem; text-transform: uppercase; }
.about-page .about-story > div:last-child { display: grid; gap: 1rem; }
.about-page .about-story .lead,
.about-page .about-story p { color: var(--ink); font-size: 1rem; font-weight: 400; line-height: 1.55; }
.about-page .about-story .belief-copy strong { font-weight: 850; }
.about-page .values { background: var(--paper); gap: 1rem; max-width: none; padding: 0 clamp(1.2rem, 8vw, 8rem) clamp(3rem, 6vw, 5rem); }
.about-page .values article { border: 0; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.75rem), calc(100% - 2.75rem) 100%, 0 100%); display: flex; flex-direction: column; justify-content: flex-start; min-height: 16rem; overflow: hidden; padding: clamp(1.5rem, 2.5vw, 2.25rem); }
.about-page .values article:nth-child(1) { background: var(--pink); color: var(--ink); }
.about-page .values article:nth-child(2) { background: var(--aqua); color: var(--ink); }
.about-page .values article:nth-child(3) { background: var(--ink); color: var(--white); }
.about-page .values article span { margin-bottom: 2rem; }
.about-page .values h2 { margin: 0 0 .75rem; min-height: 2em; }
.about-page .working-model { background: var(--pink); clip-path: none; color: var(--ink); padding-bottom: clamp(3.5rem, 7vw, 6.5rem); }
.about-page .working-model .eyebrow { color: var(--ink); }
.about-page .working-model .stack-list { gap: 1.4rem; }
.about-page .working-model .stack-list p { border: 0; padding: 0; }
.about-page .working-model + .closing-cta { background: var(--paper); }
.about-page .working-model + .closing-cta h2 { color: var(--pink); }
@media (max-width: 800px) {
  .about-page .values { grid-template-columns: 1fr; }
  .about-page .values article { min-height: 13rem; }
  .about-page .values h2 { min-height: 0; }
  .about-page .working-model { clip-path: none; padding-bottom: var(--space-6); }
}





/* Launch refinement: keep the two full sourcing examples crisp and clickable. */
.home-page .home-sourcing-grid {
  grid-template-columns: minmax(0, 2fr) minmax(14rem, 1fr);
}
.home-page .home-sourcing-link {
  color: inherit;
  display: block;
  text-decoration: none;
}
.home-page .home-sourcing-link figure { height: 100%; }
.home-page .home-sourcing-link:hover figcaption { background: var(--pink-deep); }
.home-page .home-sourcing-grid img {
  image-rendering: auto;
  max-width: none;
  width: 100%;
}
@media (max-width: 800px) {
  .home-page .home-sourcing-grid { grid-template-columns: 1fr; }
}

/* Keep creator imagery crisp and compact at tablet widths. */
@media (min-width: 600px) and (max-width: 800px) {
  .creator-index .card-grid.creators,
  .solution-related-creators .card-grid.creators {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Keep homepage actions clear of the angled edge on narrow screens. */
@media (max-width: 640px) {
  .home-page .home-hero .hero-copy {
    padding-bottom: 9.5rem;
  }
  .home-page .home-hero .hero-copy > .button-row {
    margin-top: 1rem;
    max-width: calc(100% - 1.25rem);
  }
  .home-page .home-hero .button-row .hero-action-link {
    white-space: normal;
  }
}
/* Homepage CTA links stay compact and clear of the angled edge. */
.home-page .home-hero .button-row .hero-action-link {
  color: var(--white) !important;
  font-size: .95rem;
  padding: .2rem 0;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .home-page .home-hero .button-row .hero-action-link {
    color: var(--white) !important;
    font-size: .9rem;
    padding: .15rem 0;
    width: auto;
  }
}
/* Full-resolution sourcing image viewer. */
.image-zoom-trigger { color: inherit; cursor: zoom-in; display: block; text-decoration: none; }
.image-zoom-trigger img { transition: opacity .18s ease; }
.image-zoom-trigger:hover img, .image-zoom-trigger:focus-visible img { opacity: .88; }
.zoom-mark { font-size: 1.15em; line-height: 1; }
body.lightbox-open { overflow: hidden; }
.image-lightbox[hidden] { display: none; }
.image-lightbox {
  background: rgba(23, 21, 28, .94);
  inset: 0;
  position: fixed;
  z-index: 2000;
}
.image-lightbox-dialog {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  height: 100%;
  outline: 0;
  width: 100%;
}
.image-lightbox-header,
.image-lightbox-footer {
  align-items: center;
  color: var(--white);
  display: grid;
  gap: 1rem;
  padding: .75rem clamp(.8rem, 3vw, 2rem);
}
.image-lightbox-header { grid-template-columns: 1fr auto; }
.image-lightbox-footer { grid-template-columns: auto minmax(0, 1fr) auto; }
.image-lightbox-count { font-size: .82rem; font-weight: 850; letter-spacing: .08em; }
.image-lightbox-caption { color: var(--white); font-size: .95rem; font-weight: 800; margin: 0; text-align: center; }
.image-lightbox-close,
.image-lightbox-previous,
.image-lightbox-next {
  align-items: center;
  background: var(--white);
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font: 800 1.25rem/1 Arial, sans-serif;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}
.image-lightbox-close:hover,
.image-lightbox-previous:hover,
.image-lightbox-next:hover { background: var(--pink); }
.image-lightbox-stage {
  align-items: start;
  display: grid;
  overflow: auto;
  overscroll-behavior: contain;
  padding: clamp(.5rem, 2vw, 1.5rem);
}
.image-lightbox-image {
  background: var(--white);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .35);
  display: block;
  height: auto;
  margin: auto;
  max-width: min(94vw, 1400px);
  width: auto;
}
@media (max-width: 640px) {
  .image-lightbox-header, .image-lightbox-footer { padding: .65rem .75rem; }
  .image-lightbox-caption { font-size: .82rem; }
  .image-lightbox-close, .image-lightbox-previous, .image-lightbox-next { height: 2.5rem; width: 2.5rem; }
  .image-lightbox-image { max-width: 100%; }
}


