:root {
  --black: #0b0c10;
  --cherry: #d2032d;
  --orange: #fe2400;
  --white: #fbfbf9;
  --cream: #f2efe8;
  --line: rgba(11, 12, 16, 0.17);
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: "Archivo", Arial, sans-serif;
  --shell: min(1320px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--black); font-family: var(--body); overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button { color: inherit; -webkit-appearance: none; appearance: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3, blockquote { margin: 0; }

.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; background: var(--white); color: var(--black); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; color: var(--white); }
.ticker { height: 30px; overflow: hidden; background: var(--black); color: var(--white); font-size: 11px; line-height: 30px; letter-spacing: .08em; white-space: nowrap; }
.ticker-track { display: flex; width: max-content; animation: ticker 42s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track span { display: inline-flex; align-items: center; }
.ticker i { width: 5px; height: 5px; margin: 0 18px; border-radius: 50%; background: var(--orange); }
@keyframes ticker { to { transform: translateX(-50%); } }

.nav-wrap { width: var(--shell); height: 92px; margin: auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; transition: .25s ease; }
.site-header.is-scrolled { position: fixed; color: var(--black); }
.site-header.is-scrolled .nav-wrap { width: 100%; height: 72px; padding-inline: max(40px, calc((100vw - 1320px) / 2)); background: rgba(251,251,249,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(8px); }
.brand { width: max-content; display: flex; align-items: flex-end; gap: 12px; text-decoration: none; }
.brand img { width: 152px; height: auto; transition: filter .2s; }
.brand span { max-width: 82px; margin-bottom: 0; font-size: 9px; font-weight: 700; line-height: 1; letter-spacing: .05em; }
.site-header.is-scrolled .brand img { content: url("assets/mais-creators-lockup-dark.png"); }
.desktop-nav { display: flex; gap: 28px; }
.desktop-nav a, .login-link { font-size: 11px; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 18px; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; color: inherit; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px auto; background: currentColor; transition: .2s; }

.btn { min-height: 48px; padding: 0 20px; border: 1px solid currentColor; border-radius: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: -.02em; text-decoration: none; cursor: pointer; transition: color .2s, background .2s; }
.btn span { transition: transform .2s; }
.btn:hover span, .join-cta:hover span { transform: translate(5px,-5px); }
.btn-light { border-color: var(--white); background: var(--white); color: var(--black); }
.btn-light:hover { border-color: var(--black); background: var(--black); color: var(--white); }
.btn-dark { border-color: var(--black); background: var(--black); color: var(--white); }
.btn-dark:hover { border-color: var(--orange); background: var(--orange); color: var(--white); }
.btn-large { min-height: 58px; padding-inline: 26px; font-size: 15px; }
.site-header.is-scrolled .nav-join { border-color: var(--orange); background: var(--orange); color: var(--white); }

.hero { position: relative; min-height: 94vh; padding: 150px 0 36px; display: flex; flex-direction: column; color: var(--white); background: linear-gradient(105deg, var(--cherry) 0%, var(--orange) 100%); overflow: hidden; }
.hero-inner { flex: 1; width: var(--shell); margin: auto; display: grid; grid-template-columns: minmax(0, .92fr) minmax(500px, .9fr); align-items: center; gap: 4vw; }
.eyebrow, .section-label { font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.hero h1, .section-intro h2, .voice h2, .friendship h2, .final-cta h2 { font-family: var(--display); font-weight: 700; letter-spacing: -.055em; line-height: .84; }
.hero h1 { max-width: 760px; margin: 26px 0 30px; font-size: clamp(76px, 8.4vw, 138px); text-transform: lowercase; }
.hero-lead { max-width: 600px; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.45; }
.hero-lead strong { font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.under-link { font-family: var(--display); font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.microcopy { margin-top: 18px; font-size: 11px; letter-spacing: .03em; }
.hero-roll { position: relative; height: min(68vh, 720px); }
.camera-frame, .life-shot, .evidence-photo, .voice-photo, .work-photo, .memory-shot { overflow: hidden; background: var(--black); }
.crop-a { background-position: 0 0; }
.crop-b { background-position: 100% 0; }
.crop-c { background-position: 0 100%; }
.crop-d { background-position: 100% 100%; }
.camera-frame { position: absolute; border: 6px solid var(--white); box-shadow: 0 14px 40px rgba(0,0,0,.24); opacity: 0; animation: photo-in .45s cubic-bezier(.2,.8,.2,1) forwards; }
.camera-frame figcaption, .life-shot figcaption, .evidence-photo figcaption, .voice-photo figcaption, .memory-shot figcaption { position: absolute; left: 10px; bottom: 10px; padding: 5px 7px; background: var(--black); color: var(--white); font-size: 10px; letter-spacing: .03em; }
.frame-one { z-index: 2; inset: 4% 14% 14% 0; transform: rotate(-2deg); animation-delay: .25s; }
.frame-two { z-index: 3; width: 39%; height: 43%; right: 0; top: 5%; transform: rotate(4deg); animation-delay: .65s; }
.frame-three { z-index: 4; width: 38%; height: 41%; right: -7%; bottom: 1%; transform: rotate(-4deg); animation-delay: 1.05s; }
.flash { position: absolute; z-index: 10; inset: 0; background: white; pointer-events: none; opacity: 0; animation: camera-flash .18s .15s ease-out; }
@keyframes camera-flash { 50% { opacity: .82; } }
@keyframes photo-in { from { opacity: 0; clip-path: inset(0 100% 0 0); } to { opacity: 1; clip-path: inset(0); } }
.hero-bottom { width: var(--shell); margin: 24px auto 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.45); display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .08em; }

.section-light, .section-cream, .section-dark, .section-cherry { padding: 130px max(40px, calc((100vw - 1320px) / 2)); }
.section-light { background: var(--white); }
.section-cream { background: var(--cream); }
.section-dark { background: var(--black); color: var(--white); }
.section-cherry { background: var(--cherry); color: var(--white); }
.section-intro { display: grid; grid-template-columns: 1fr minmax(360px, 1fr); column-gap: 8vw; align-items: end; }
.section-intro .section-label { grid-column: 1 / -1; margin-bottom: 38px; color: var(--cherry); }
.section-intro h2 { max-width: 850px; font-size: clamp(64px, 7.2vw, 116px); text-transform: lowercase; }
.intro-copy { max-width: 520px; font-size: 17px; line-height: 1.55; }
.intro-copy p + p { margin-top: 16px; }
.section-intro-dark .section-label { color: var(--orange); }
.section-intro-dark .intro-copy { color: rgba(251,251,249,.74); }
.section-intro-dark .intro-copy strong { color: var(--white); }
.circulates { color: var(--orange); font-size: 14px; font-weight: 700; }

.camera-row { width: calc(100vw - max(40px, calc((100vw - 1320px) / 2))); margin-top: 92px; display: grid; grid-template-columns: 1.1fr .85fr .9fr 1.15fr; gap: 14px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.camera-row::-webkit-scrollbar { display: none; }
.life-shot { position: relative; min-height: 470px; scroll-snap-align: start; }
.life-shot:nth-child(2) { margin-top: 54px; }
.life-shot:nth-child(3) { min-height: 560px; }
.life-shot:nth-child(4) { margin-top: 22px; }

.evidence-wall { max-width: 1180px; margin: 100px auto 0; display: grid; grid-template-columns: 1.05fr .8fr 1.1fr; grid-template-rows: 250px 260px; gap: 14px; align-items: stretch; }
.evidence { position: relative; min-width: 0; padding: 24px; color: var(--black); font-style: normal; }
.invite { background: var(--cream); display: flex; flex-direction: column; }
.invite small, .opportunity small { font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.invite strong { margin-top: auto; font-family: var(--display); font-size: 46px; letter-spacing: -.05em; }
.invite span { font-size: 19px; }.invite em { margin-top: 14px; font-size: 11px; font-style: normal; }
.chat { background: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: 14px; font-size: 13px; }
.chat p:first-child { grid-column: 1 / -1; font-size: 17px; }.chat span { align-self: end; color: var(--cherry); font-size: 11px; font-weight: 700; }
.evidence-photo { min-height: 220px; padding: 0; }.evidence-photo figcaption { background: var(--white); color: var(--black); }
.note { background: #ece5d6; display: flex; flex-direction: column; justify-content: center; align-items: center; transform: rotate(-2deg); }
.note span { font-family: Georgia, serif; font-style: italic; font-size: 44px; }.note small { margin-top: 18px; align-self: flex-end; }
.opportunity { background: var(--orange); display: flex; flex-direction: column; color: var(--black); }
.opportunity strong { margin-top: auto; font-family: var(--display); font-size: 30px; line-height: 1.05; letter-spacing: -.04em; }.opportunity a { margin-top: 22px; font-size: 12px; font-weight: 700; }

.voice { display: grid; grid-template-columns: minmax(400px, .88fr) 1fr; gap: 8vw; align-items: center; }
.voice-photo { position: relative; min-height: 760px; }
.voice-copy .section-label { color: var(--cherry); margin-bottom: 38px; }
.voice h2 { max-width: 700px; margin-bottom: 38px; font-size: clamp(64px, 6.7vw, 108px); text-transform: lowercase; }
.voice-copy > p:not(.section-label) { max-width: 650px; font-size: 17px; line-height: 1.55; }
.voice-copy > p + p { margin-top: 16px; }
.voice-rules { margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px 26px; font-size: 12px; font-weight: 700; }

.work-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 280px; gap: 12px; }
.work-module { position: relative; min-width: 0; padding: 26px; overflow: hidden; border: 1px solid var(--line); }
.work-module small { font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.work-module h3 { margin-top: 16px; font-family: var(--display); font-size: 31px; line-height: .98; letter-spacing: -.04em; }
.work-ui { grid-column: span 7; background: var(--white); }.work-ui h3 { max-width: 440px; }
.mini-op { position: absolute; right: 26px; bottom: 26px; width: 250px; padding: 18px; display: flex; flex-direction: column; gap: 10px; background: var(--orange); }.mini-op span,.mini-op em { font-size: 10px; font-style: normal; }.mini-op b { font-size: 15px; }
.work-photo { grid-column: span 5; color: var(--white); }.work-photo div { position: absolute; inset: auto 0 0; padding: 28px; background: linear-gradient(transparent,rgba(0,0,0,.88)); }
.work-context { grid-column: span 5; background: var(--cherry); color: var(--white); }.work-context blockquote { position: absolute; right: 22px; bottom: 22px; width: 230px; padding: 18px; background: var(--white); color: var(--black); font-size: 13px; }
.work-analytics { grid-column: span 4; background: var(--black); color: var(--white); }.bars { position: absolute; inset: auto 24px 24px; height: 75px; display: flex; align-items: end; gap: 8px; }.bars i { flex: 1; background: var(--orange); }.bars i:nth-child(1){height:30%}.bars i:nth-child(2){height:65%}.bars i:nth-child(3){height:44%}.bars i:nth-child(4){height:90%}.bars i:nth-child(5){height:74%}
.work-irl { grid-column: span 3; background: var(--orange); }.work-irl strong { position: absolute; left: 26px; bottom: 65px; font-family: var(--display); font-size: 38px; letter-spacing: -.05em; }.work-irl p { position: absolute; left: 26px; bottom: 25px; max-width: 220px; font-size: 11px; }

.friendship { min-height: 92vh; display: flex; flex-direction: column; justify-content: center; }
.friendship > p { font-size: 12px; font-weight: 700; }.friendship h2 { max-width: 1120px; margin: 34px 0 55px; font-size: clamp(78px, 10vw, 160px); text-transform: lowercase; }
.friendship div { display: flex; flex-wrap: wrap; gap: 8px 32px; max-width: 900px; font-size: 16px; }.friendship strong { margin-top: 40px; font-size: 19px; }

.memory-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: start; }
.memory-grid article:nth-child(even) { margin-top: 80px; }.memory-grid h3 { margin-bottom: 12px; font-size: 11px; letter-spacing: .08em; }
.memory-shot { position: relative; min-height: 330px; }.memory-shot + .memory-shot { margin-top: 12px; min-height: 220px; }
.memory-chat { width: min(500px,100%); margin: 70px 0 0 auto; padding: 24px; border-left: 2px solid var(--orange); background: rgba(255,255,255,.06); font-size: 13px; }.memory-chat p + p { margin-top: 12px; }

.more-words { margin-top: 90px; border-top: 1px solid rgba(255,255,255,.45); border-bottom: 1px solid rgba(255,255,255,.45); }.more-words span { display: block; padding: 16px 0; font-family: var(--display); font-size: clamp(42px,5vw,78px); font-weight: 700; letter-spacing: -.05em; border-bottom: 1px solid rgba(255,255,255,.25); }.more-words span:last-child { border: 0; }
.proof { margin-top: 110px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; color: var(--black); }.case-placeholder,.receipt-placeholder { min-height: 520px; padding: 28px; background: var(--white); }.proof small { font-size: 10px; letter-spacing: .05em; }.case-photo { height: 250px; margin: 24px 0; background: linear-gradient(135deg,#ddd,#aaa); }.case-placeholder h3 { font-family: var(--display); font-size: 35px; line-height: 1; letter-spacing: -.04em; }.case-placeholder p { margin-top: 24px; font-size: 11px; }.receipt-placeholder { display: flex; flex-direction: column; background: var(--orange); }.receipt-placeholder span { margin-top: auto; font-size: 11px; font-weight: 700; }.receipt-placeholder strong { margin-top: 14px; font-family: var(--display); font-size: 54px; letter-spacing: -.05em; }.receipt-placeholder p,.receipt-placeholder em { margin-top: 18px; font-size: 12px; font-style: normal; }

.category-ticker { width: 100vw; margin: 95px 0 0 calc(max(40px, calc((100vw - 1320px) / 2)) * -1); overflow: hidden; border-block: 1px solid var(--line); }.category-ticker div { width: max-content; display: flex; }.category-ticker span { padding: 22px 30px; font-family: var(--display); font-size: 22px; font-weight: 700; letter-spacing: -.03em; border-right: 1px solid var(--line); }
.cast-copy { max-width: 880px; margin: 90px 0 0 auto; font-size: 21px; line-height: 1.5; }.cast-copy p + p { margin-top: 14px; }.cast-copy > strong { display: block; margin-top: 16px; font-family: var(--display); font-size: 42px; line-height: 1; letter-spacing: -.04em; }.cast-copy hr { margin: 70px 0 30px; border: 0; border-top: 1px solid var(--line); }.cast-copy small { font-size: 10px; font-weight: 800; letter-spacing: .08em; }.cast-copy h3 { margin: 18px 0 28px; font-family: var(--display); font-size: 58px; line-height: .95; letter-spacing: -.05em; }

.join-steps { margin-top: 80px; border-top: 1px solid var(--line); }.join-steps article { display: grid; grid-template-columns: 70px minmax(260px,.7fr) 1fr; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); }.join-steps span { font-size: 12px; font-weight: 800; color: var(--cherry); }.join-steps h3 { font-family: var(--display); font-size: 34px; line-height: 1; letter-spacing: -.04em; }.join-steps p { max-width: 520px; justify-self: end; font-size: 15px; line-height: 1.5; }.join-micro { margin-top: 34px; font-size: 11px; }.join-cta { width: 100%; margin-top: 26px; padding: 18px 0; border: 0; border-bottom: 3px solid var(--black); display: flex; justify-content: space-between; background: transparent; color: var(--black); -webkit-text-fill-color: var(--black); font-family: var(--display); font-size: clamp(50px,7vw,105px); font-weight: 700; line-height: .9; letter-spacing: -.055em; text-align: left; cursor: pointer; }

.faq-list { max-width: 960px; margin: 90px 0 0 auto; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 24px 0; display: flex; justify-content: space-between; align-items: center; gap: 25px; font-family: var(--display); font-size: 24px; font-weight: 700; letter-spacing: -.03em; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { font-family: var(--body); font-weight: 400; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 760px; padding: 0 0 28px; color: rgba(11,12,16,.72); font-size: 15px; line-height: 1.6; }

.final-cta { min-height: 100vh; padding: 80px max(40px, calc((100vw - 1320px) / 2)) 42px; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: linear-gradient(105deg,var(--cherry),var(--orange)); }.final-cta > img { width: 150px; height: auto; aspect-ratio: auto; object-fit: contain; object-position: left center; margin-bottom: 70px; }.final-cta h2 { max-width: 1160px; font-size: clamp(64px,8vw,126px); text-transform: lowercase; overflow-wrap: anywhere; }.final-cta h2 span { display: block; margin-top: .25em; }.final-cta > p { max-width: 620px; margin: 35px 0; font-size: 18px; line-height: 1.5; }.final-cta > div { display: flex; align-items: center; gap: 28px; }.final-cta > div > a { font-size: 13px; font-weight: 700; }.final-cta > small { margin-top: auto; padding-top: 70px; font-size: 10px; letter-spacing: .1em; }
.footer { padding: 72px max(40px,calc((100vw - 1320px)/2)) 36px; color: var(--white); background: var(--black); }.footer-top { display: flex; justify-content: space-between; align-items: flex-start; }.footer-top img { width: 130px; height: auto; aspect-ratio: auto; object-fit: contain; }.footer-top nav { display: flex; flex-wrap: wrap; gap: 16px 28px; max-width: 500px; }.footer-top nav a { font-size: 12px; text-decoration: none; }.footer-bottom { margin-top: 100px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.25); display: flex; justify-content: space-between; align-items: end; font-size: 10px; letter-spacing: .08em; }.footer-bottom strong { max-width: 100%; font-family: var(--display); font-size: clamp(50px,7vw,100px); line-height: .8; letter-spacing: -.05em; overflow-wrap: anywhere; }

.mobile-profile-cta { display: none; }
.profile-dialog { width: min(760px,calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; background: var(--white); color: var(--black); }.profile-dialog::backdrop { background: rgba(11,12,16,.78); backdrop-filter: blur(3px); }.profile-check { padding: 28px; }.profile-head { padding-bottom: 20px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }.profile-head div { display: flex; flex-direction: column; gap: 4px; }.profile-head small { font-size: 9px; color: var(--cherry); }.profile-head strong { font-family: var(--display); font-size: 15px; }.dialog-close { width: 38px; height: 38px; border: 1px solid var(--line); background: transparent; font-size: 24px; cursor: pointer; }.profile-progress { height: 3px; background: #e8e4de; }.profile-progress span { display: block; width: 33%; height: 100%; background: var(--orange); transition: width .3s; }.quiz-step { padding: 42px 0 8px; }.quiz-step > small { color: var(--cherry); font-size: 10px; font-weight: 800; }.quiz-step h2 { margin: 16px 0 32px; font-family: var(--display); font-size: clamp(42px,6vw,68px); line-height: .92; letter-spacing: -.05em; text-transform: lowercase; }.quiz-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.quiz-options button { min-height: 74px; padding: 18px; border: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; background: transparent; text-align: left; cursor: pointer; }.quiz-options button:hover { background: var(--orange); border-color: var(--orange); }.quiz-back { margin-top: 22px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: 11px; cursor: pointer; }.quiz-result { text-align: left; }.result-mark { width: 34px; height: 34px; margin-bottom: 18px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--white); }.quiz-result p { margin-bottom: 28px; }.quiz-result em { display: block; margin-top: 16px; font-size: 10px; font-style: normal; }.quiz-result .quiz-back { display: block; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }.reveal.is-visible { opacity: 1; transform: none; }

/* Campaign system: real image elements keep every crop responsive. */
.camera-frame img,
.campaign-shot img,
.evidence-photo img,
.voice-photo img,
.work-photo > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.camera-frame img { object-position: center; }
.frame-one img { object-position: 68% center; }
.frame-two img { object-position: center 30%; }
.frame-three img { object-position: center; }

.campaign-strip { width: 100%; height: min(46vw, 620px); margin-top: 88px; display: grid; grid-template-columns: 1.35fr .82fr .82fr; gap: 12px; align-items: stretch; }
.campaign-shot { position: relative; min-width: 0; height: 100%; overflow: hidden; background: var(--black); }
.campaign-shot img { transition: transform .45s ease; }
.campaign-shot:hover img { transform: scale(1.025); }
.campaign-shot figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 8px 10px; background: var(--black); color: var(--white); font-size: 10px; letter-spacing: .05em; }

.evidence-photo img { object-position: center; }
.evidence-photo figcaption { z-index: 2; }
.invite strong { max-width: 9ch; font-size: clamp(34px, 4vw, 52px); line-height: .9; }
.invite span { margin-top: 16px; max-width: 26ch; font-size: 14px; line-height: 1.4; }
.chat { border-left: 3px solid var(--orange); background: #191a1e; color: var(--white); }
.chat span { color: var(--orange); }

.voice-photo img { object-position: center 25%; }
.work-photo { padding: 0; isolation: isolate; }
.work-photo > img { position: absolute; inset: 0; z-index: -1; }
.work-photo div { z-index: 1; }
.work-context h3 { max-width: 18ch; }

.more .section-label { color: var(--white); }
.value-strip { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.48); }
.value-strip article { min-height: 190px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.48); }
.value-strip article:last-child { border-right: 0; }
.value-strip small { font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.value-strip strong { max-width: 9ch; font-family: var(--display); font-size: clamp(28px,3vw,48px); line-height: .92; letter-spacing: -.04em; }

.brand img { height: auto; aspect-ratio: auto; object-fit: contain; }

@media (max-width: 1020px) {
  :root { --shell: calc(100vw - 40px); }
  .nav-wrap { grid-template-columns: 1fr auto; height: 74px; }.desktop-nav,.nav-actions { display: none; }.menu-button { display: block; justify-self: end; }.mobile-nav { position: fixed; top: 102px; right: 0; left: 0; padding: 22px 20px 30px; flex-direction: column; gap: 0; background: var(--white); color: var(--black); border-bottom: 1px solid var(--line); }.mobile-nav:not([hidden]) { display: flex; }.mobile-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; text-decoration: none; }.mobile-nav .btn { margin-top: 18px; }.site-header.is-scrolled .nav-wrap { padding-inline: 20px; }.site-header.is-scrolled .mobile-nav { top: 102px; }
  .hero { padding-top: 130px; }.hero-inner { grid-template-columns: 1fr; gap: 48px; }.hero h1 { font-size: clamp(72px,13vw,108px); }.hero-roll { height: 620px; }.frame-one { inset: 0 12% 17% 0; }
  .section-intro { grid-template-columns: 1fr; }.section-intro h2 { max-width: 900px; }.intro-copy { margin-top: 36px; }
  .campaign-strip { height: auto; grid-template-columns: 1.25fr 1fr; }.campaign-shot { height: auto; aspect-ratio: 4 / 5; }.campaign-shot:last-child { grid-column: 1 / -1; aspect-ratio: 16 / 8; }
  .evidence-wall { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3,260px); }.voice { grid-template-columns: 1fr; }.voice-photo { min-height: 620px; }.work-ui { grid-column: span 12; }.work-photo { grid-column: span 6; }.work-context,.work-analytics,.work-irl { grid-column: span 4; }
}

@media (max-width: 700px) {
  .ticker { height: 28px; line-height: 28px; }.site-header.is-scrolled .nav-wrap { height: 68px; }.brand img { width: 124px; }.brand span { font-size: 8px; }
  .hero { min-height: 100svh; padding: 116px 0 24px; }.hero-inner { align-items: start; gap: 34px; }.hero h1 { margin: 18px 0 24px; font-size: clamp(52px,15vw,60px); line-height: .88; }.hero-lead { font-size: 16px; }.hero-actions { flex-direction: column; align-items: stretch; gap: 18px; }.hero-actions .btn { width: 100%; }.under-link { width: max-content; }.hero-roll { height: 410px; margin-inline: -20px; overflow: hidden; }.frame-one { inset: 0 8% 12% 8%; }.frame-two { width: 40%; height: 42%; right: -4%; top: 4%; }.frame-three { width: 39%; height: 39%; left: -3%; right: auto; bottom: -2%; }.hero-bottom { display: none; }
  .section-light,.section-cream,.section-dark,.section-cherry { padding: 90px 20px; }.section-intro .section-label { margin-bottom: 26px; }.section-intro h2,.voice h2 { font-size: clamp(52px,14vw,64px); }.intro-copy { margin-top: 28px; font-size: 15px; }
  .campaign-strip { margin-top: 58px; grid-template-columns: 1fr; gap: 8px; }.campaign-shot,.campaign-shot.campaign-wide,.campaign-shot:last-child { grid-column: auto; aspect-ratio: 4 / 5; }.campaign-shot.campaign-wide { aspect-ratio: 5 / 4; }.campaign-shot.campaign-wide img { object-position: 68% center; }
  .camera-row { width: calc(100vw - 20px); margin-top: 58px; grid-template-columns: repeat(4,78vw); gap: 8px; }.life-shot,.life-shot:nth-child(3) { min-height: 440px; }.life-shot:nth-child(2),.life-shot:nth-child(4) { margin-top: 0; }
  .evidence-wall { margin-top: 62px; grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: minmax(220px, auto); gap: 8px; }.evidence { padding: 18px; }.invite strong { font-size: 38px; }.chat { font-size: 12px; }.note span { font-size: 32px; }.opportunity strong { font-size: 30px; }.evidence-photo { min-height: 360px; }
  .voice { padding-inline: 20px; gap: 55px; }.voice-photo { min-height: 530px; }.voice-copy > p:not(.section-label) { font-size: 15px; }.voice-rules { flex-direction: column; }
  .work-grid { grid-template-columns: 1fr; grid-auto-rows: minmax(300px, auto); margin-top: 60px; gap: 8px; }.work-module,.work-ui,.work-photo,.work-context,.work-analytics,.work-irl { grid-column: 1 / -1; padding: 20px; }.work-module h3 { max-width: 18ch; font-size: 28px; }.work-photo { min-height: 430px; padding: 0; }.mini-op { width: calc(100% - 40px); right: 20px; bottom: 20px; }.work-context blockquote { width: calc(100% - 40px); right: 20px; bottom: 20px; }.work-irl strong { left: 20px; font-size: 34px; }.work-irl p { left: 20px; }
  .friendship { min-height: 80svh; }.friendship h2 { font-size: clamp(64px,17vw,82px); }.friendship div { flex-direction: column; font-size: 15px; }
  .memory-grid { margin-top: 60px; grid-template-columns: repeat(4,70vw); gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }.memory-grid article { scroll-snap-align: start; }.memory-grid article:nth-child(even) { margin-top: 0; }.memory-shot { min-height: 340px; }.memory-chat { margin-top: 45px; }
  .more-words { margin-top: 60px; }.more-words span { font-size: 42px; }.value-strip { margin-top: 60px; grid-template-columns: 1fr; }.value-strip article { min-height: 145px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.48); }.value-strip article:last-child { border-bottom: 0; }
  .category-ticker { margin: 65px 0 0 -20px; }.category-ticker span { padding: 18px 22px; font-size: 18px; }.cast-copy { margin-top: 65px; font-size: 17px; }.cast-copy > strong { font-size: 34px; }.cast-copy h3 { font-size: 45px; }
  .join-steps article { grid-template-columns: 38px 1fr; gap: 12px; }.join-steps h3 { font-size: 29px; }.join-steps p { grid-column: 2; justify-self: start; font-size: 14px; }.join-cta { font-size: 51px; line-height: .92; }
  .faq-list { margin-top: 60px; }.faq-list summary { font-size: 19px; }
  .final-cta { min-height: 100svh; padding: 70px 20px 28px; }.final-cta > img { width: 112px; height: auto; margin-bottom: 50px; }.final-cta h2 { font-size: clamp(46px,13.2vw,60px); line-height: .88; }.final-cta > p { font-size: 16px; }.final-cta > div { flex-direction: column; align-items: stretch; }.final-cta .btn { width: 100%; }.footer { padding: 60px 20px 100px; }.footer-top { flex-direction: column; gap: 50px; }.footer-top img { width: 112px; height: auto; }.footer-bottom { margin-top: 70px; align-items: flex-start; flex-direction: column; gap: 44px; }.footer-bottom strong { max-width: 100%; font-size: clamp(50px, 16vw, 66px); line-height: .86; }
  .mobile-profile-cta { position: fixed; z-index: 45; right: 10px; bottom: 10px; left: 10px; min-height: 52px; padding: 0 18px; border: 0; display: flex; align-items: center; justify-content: space-between; background: var(--orange); color: var(--white); -webkit-text-fill-color: var(--white); font-weight: 700; transition: transform .25s; }.mobile-profile-cta.is-hidden { transform: translateY(140%); }
  .profile-check { padding: 20px; }.quiz-options { grid-template-columns: 1fr; }.quiz-options button { min-height: 62px; }.quiz-step h2 { font-size: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .camera-frame,.reveal { opacity: 1; transform: none; clip-path: none; }
}
