:root {
  --ink: #101628;
  --blue: #3157e8;
  --blue-bright: #718cff;
  --purple: #7457df;
  --lime: #b8a8ff;
  --cream: #f2f0fa;
  --paper: #fbfaff;
  --muted: #697086;
  --line: rgba(16, 22, 40, .14);
  --white-line: rgba(255,255,255,.17);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 18px; top: 14px; padding: 11px 16px; border-radius: 999px; background: var(--ink); color: white; font-size: 13px; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(49,87,232,.45); outline-offset: 4px; }
.page-glow { position: fixed; z-index: -1; width: 620px; height: 620px; border-radius: 50%; filter: blur(130px); opacity: .18; pointer-events: none; }
.glow-one { top: -380px; right: -200px; background: var(--blue-bright); }
.glow-two { top: 900px; left: -460px; background: var(--lime); }

.site-header { position: absolute; z-index: 20; left: 50%; top: 0; width: min(1440px, 100%); min-height: 98px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 5.5vw; transform: translateX(-50%); }
.logo { display: inline-flex; align-items: center; justify-self: start; }
.logo img { display: block; width: 178px; height: auto; }
.site-header .desktop-nav { display: flex; align-items: center; gap: 35px; }
.site-header .desktop-nav a { position: relative; color: #343a4a; font-size: 13px; font-weight: 500; }
.site-header .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: .2s ease; }
.site-header .desktop-nav a:hover::after, .site-header .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.language-switch { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 99px; }
.language-switch button { width: 40px; height: 34px; border: 0; border-radius: 99px; background: transparent; font-size: 10px; font-weight: 700; cursor: pointer; }
.language-switch button.active { background: var(--ink); color: white; }
.login-link { display: inline-flex; align-items: center; min-height: 40px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 99px; font-size: 12px; font-weight: 600; transition: .2s ease; }
.login-link:hover { background: var(--ink); color: white; }
.theme-toggle { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.58); cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.theme-toggle:hover { transform: rotate(8deg); border-color: var(--blue); }
.theme-toggle .icon { width: 17px; height: 17px; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.68); cursor: pointer; }
.menu-toggle .icon { width: 19px; height: 19px; }
.mobile-menu { position: fixed; z-index: 18; inset: 82px 12px auto; padding: 24px; border: 1px solid var(--line); border-radius: 22px; background: rgba(251,250,255,.96); box-shadow: 0 28px 80px rgba(16,22,40,.18); backdrop-filter: blur(18px); }
.mobile-menu[hidden] { display: none; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 15px 3px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 22px; font-weight: 700; }
.mobile-login { min-height: 48px; display: grid; place-items: center; margin-top: 18px; border-radius: 999px; background: var(--ink); color: white; font-size: 13px; font-weight: 700; }
body.menu-open { overflow: hidden; }

main { overflow: hidden; }
.hero { position: relative; min-height: 810px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; padding: 145px max(5.5vw, calc((100vw - 1280px) / 2)) 90px; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto 50%; height: 100%; background: linear-gradient(145deg, rgba(53,88,232,.06), transparent 58%); }
.hero-copy { position: relative; z-index: 2; max-width: 635px; padding: 30px 0 0; }
.eyebrow, .section-index { display: flex; align-items: center; gap: 12px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; background: var(--lime); }
.hero h1 { margin-top: 24px; font-family: var(--display); font-size: clamp(58px, 6.6vw, 102px); line-height: .89; letter-spacing: -6px; }
.hero-copy > p { max-width: 560px; margin-top: 31px; color: #50576a; font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 23px; padding: 0 25px; border-radius: 99px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { transform: translateY(-2px); background: var(--blue); }
.button-primary .icon { color: var(--lime); }
.button-ghost { border: 1px solid var(--line); }
.button-ghost:hover { border-color: var(--ink); }
.hero-art { position: relative; z-index: 2; height: 610px; }
.butterfly-stage { position: absolute; z-index: 2; inset: 61px -15px 0 0; display: grid; place-items: center; }
.hero-butterfly { width: min(100%, 620px); overflow: visible; filter: drop-shadow(0 35px 38px rgba(39,65,175,.18)); }
.wing { transform-box: fill-box; transform-origin: center; animation: breathe 5.5s ease-in-out infinite; }
.wing-right-top { animation-delay: -.35s; }
.wing-detail { fill: none; stroke: rgba(255,255,255,.48); stroke-width: 2.3; }
@keyframes breathe { 0%,100% { transform: scaleX(1); } 50% { transform: scaleX(.94); } }
.orbit { position: absolute; border: 1px solid rgba(53,88,232,.15); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; right: 10px; top: 44px; }
.orbit-two { width: 660px; height: 660px; right: -65px; top: -30px; border-style: dashed; animation: rotate 34s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.floating-note, .signal-card { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.6); background: rgba(255,255,255,.72); box-shadow: 0 20px 60px rgba(28,42,93,.12); backdrop-filter: blur(13px); }
.floating-note { display: flex; align-items: center; gap: 10px; padding: 11px 15px; border-radius: 99px; }
.floating-note span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 8px; font-weight: 800; }
.floating-note small, .floating-note strong { display: block; }
.floating-note small { margin-bottom: 2px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.floating-note strong { font-size: 10px; }
.note-one { left: 12%; top: 125px; }
.note-two { right: 1%; top: 372px; }
.signal-card { left: 4%; bottom: 22px; display: flex; align-items: center; gap: 11px; padding: 15px 17px; border-radius: 14px; }
.signal-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(53,88,232,.12); }
.signal-card small, .signal-card strong { display: block; }
.signal-card small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.signal-card strong { margin-top: 2px; font-size: 11px; }
.hero-foot { position: absolute; left: max(5.5vw, calc((100vw - 1280px) / 2)); right: max(5.5vw, calc((100vw - 1280px) / 2)); bottom: 31px; display: flex; align-items: center; justify-content: space-between; color: #737989; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.hero-foot i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }

.manifesto { display: grid; grid-template-columns: 250px 1fr; gap: 70px; padding: 135px max(5.5vw, calc((100vw - 1280px) / 2)); border-top: 1px solid var(--line); }
.section-index { align-items: flex-start; }
.section-index span { color: var(--muted); }
.large-statement { font-family: var(--display); font-size: clamp(40px, 5.1vw, 74px); font-weight: 700; line-height: 1.04; letter-spacing: -3.8px; }
.large-statement em { color: var(--blue); font-style: normal; }
.manifesto-copy > p:last-child { max-width: 630px; margin: 38px 0 0 36%; color: var(--muted); font-size: 16px; line-height: 1.7; }
.process-band { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 max(5.5vw, calc((100vw - 1280px) / 2)) 130px; }
.process-band article { position: relative; min-height: 330px; padding: 34px; border: 1px solid var(--line); border-right: 0; }
.process-band article:last-child { border-right: 1px solid var(--line); }
.process-band article > span { color: var(--muted); font-size: 9px; letter-spacing: .13em; }
.process-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-top: 57px; border-radius: 50%; background: var(--cream); color: var(--blue); }
.process-icon .icon { width: 23px; height: 23px; }
.process-band h3 { margin-top: 29px; font-family: var(--display); font-size: 25px; }
.process-band p { max-width: 290px; margin-top: 11px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.services { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 135px max(5.5vw, calc((100vw - 1280px) / 2)); background: var(--ink); color: white; }
.section-index.light { color: var(--lime); }
.section-index.light span { color: #8c94aa; }
.services-intro h2 { margin-top: 34px; font-family: var(--display); font-size: clamp(43px, 5vw, 69px); line-height: .99; letter-spacing: -3.5px; }
.services-intro > p { max-width: 470px; margin-top: 29px; color: #aeb5c7; font-size: 15px; line-height: 1.7; }
.audience-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.audience-card { min-height: 420px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--white-line); border-radius: 20px; background: rgba(255,255,255,.035); }
.audience-card-agency { background: linear-gradient(145deg,rgba(49,87,232,.22),rgba(116,87,223,.12)); }
.audience-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 15px; background: rgba(255,255,255,.08); color: var(--lime); }
.audience-icon .icon { width: 23px; height: 23px; }
.audience-card > span { color: var(--blue-bright); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.audience-card h3 { margin-top: 9px; font-family: var(--display); font-size: 29px; letter-spacing: -1.2px; }
.audience-card p { margin-top: 13px; color: #b0b8ca; font-size: 13px; line-height: 1.65; }
.audience-card ul { display: grid; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.audience-card li { position: relative; padding-left: 17px; color: #d7dcef; font-size: 11px; }
.audience-card li::before { content: ""; position: absolute; left: 0; top: .45em; width: 6px; height: 6px; border-radius: 50%; background: var(--lime); }
.audience-card > a { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 26px; color: white; font-size: 12px; font-weight: 700; }
.audience-card > a .icon { color: var(--lime); transition: transform .2s ease; }
.audience-card > a:hover .icon { transform: translate(3px,-3px); }
.service-proof { grid-column: 1 / -1; display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: center; padding: 25px 28px; border: 1px solid var(--white-line); border-radius: 16px; }
.service-proof > div:first-child { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.08); color: var(--blue-bright); }
.service-proof h3 { font-family: var(--display); font-size: 18px; }
.service-proof p { margin-top: 4px; color: #9da5ba; font-size: 11px; line-height: 1.6; }

.talent-showcase { padding: 145px max(5.5vw, calc((100vw - 1280px) / 2)); background: var(--paper); }
.talent-intro { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 70px; margin-bottom: 75px; }
.talent-intro h2 { grid-column: 2; margin-top: -4px; font-family: var(--display); font-size: clamp(55px, 7vw, 102px); line-height: .88; letter-spacing: -6px; }
.talent-intro h2 em { color: var(--blue); font-style: normal; }
.talent-intro > p { grid-column: 2; max-width: 650px; margin: -38px 0 0 43%; color: var(--muted); font-size: 15px; line-height: 1.75; }
.talent-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.public-talent-card { position: relative; grid-column: span 2; aspect-ratio: .78; overflow: hidden; border: 0; border-radius: 3px; padding: 0; background: #18213b; color: white; text-align: left; cursor: pointer; isolation: isolate; }
.public-talent-card:nth-child(4) { grid-column: 2 / span 2; }
.public-talent-card:nth-child(5) { grid-column: 4 / span 2; }
.talent-art { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(145deg, var(--talent-a), var(--talent-b)); }
.talent-art img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: var(--talent-position, 50% 50%); filter: saturate(.91) contrast(1.02); transform: scale(1.015); transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.talent-art::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(145deg, color-mix(in srgb, var(--talent-a) 43%, transparent), transparent 48%, color-mix(in srgb, var(--talent-b) 22%, transparent)); mix-blend-mode: color; pointer-events: none; }
.talent-art::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(7,11,25,.16), transparent 37%, rgba(7,11,25,.08) 50%, rgba(7,11,25,.9) 100%); }
.talent-number { position: absolute; z-index: 2; left: 26px; top: 24px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.74); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.talent-number::after { content: ""; width: 28px; height: 1px; background: var(--lime); }
.talent-card-stat { position: absolute; z-index: 3; right: 20px; top: 18px; max-width: 128px; display: grid; justify-items: end; padding: 9px 11px 8px; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; background: rgba(10,15,32,.35); box-shadow: 0 8px 28px rgba(3,6,17,.12); text-align: right; backdrop-filter: blur(12px); }
.talent-card-stat strong { font-family: var(--display); font-size: 16px; line-height: 1; }
.talent-card-stat small { margin-top: 4px; color: rgba(255,255,255,.7); font-size: 7px; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; }
.talent-card-copy { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; padding: 32px; }
.talent-card-copy > span { display: block; margin-bottom: 9px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.talent-card-copy h3 { max-width: calc(100% - 48px); font-family: var(--display); font-size: clamp(30px, 3vw, 42px); line-height: .96; letter-spacing: -2.2px; }
.talent-card-copy p { max-width: calc(100% - 44px); margin-top: 11px; color: rgba(255,255,255,.74); font-size: 11px; line-height: 1.55; }
.talent-open { position: absolute; z-index: 4; right: 27px; bottom: 31px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; color: var(--lime); transition: .25s ease; }
.talent-open .icon { width: 18px; height: 18px; }
.public-talent-card:hover .talent-art img { transform: scale(1.065); filter: saturate(1) contrast(1.04); }
.public-talent-card:hover .talent-open { transform: rotate(45deg); background: var(--lime); border-color: var(--lime); color: var(--ink); }
.talent-booking-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 35px; padding: 29px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.talent-booking-note a { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.talent-dialog { width: min(1120px, calc(100vw - 36px)); max-height: min(820px, calc(100vh - 36px)); overflow: hidden; border: 0; border-radius: 3px; padding: 0; background: var(--paper); color: var(--ink); box-shadow: 0 40px 120px rgba(4,8,20,.38); }
.talent-dialog::backdrop { background: rgba(7,11,24,.76); backdrop-filter: blur(12px); }
.dialog-close { position: absolute; z-index: 5; right: 19px; top: 19px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(16,22,40,.15); border-radius: 50%; background: rgba(255,255,255,.8); cursor: pointer; backdrop-filter: blur(8px); }
.dialog-close .icon { width: 19px; height: 19px; }
.talent-dialog-layout { min-height: 680px; display: grid; grid-template-columns: .9fr 1.1fr; }
.talent-dialog-art { position: relative; overflow: hidden; min-height: 680px; background: linear-gradient(145deg, var(--talent-a), var(--talent-b)); }
.talent-dialog-art .talent-monogram { top: 13%; right: -8%; font-size: 330px; }
.talent-dialog-art .talent-wing { top: 35%; left: 10%; width: 55%; }
.talent-dialog-copy { overflow-y: auto; padding: 74px 72px 58px; }
.talent-dialog-copy .section-index { margin-bottom: 28px; }
.talent-dialog-copy h2 { font-family: var(--display); font-size: clamp(45px, 5.2vw, 72px); line-height: .91; letter-spacing: -4.5px; }
.talent-dialog-copy > p { margin-top: 25px; color: var(--muted); font-size: 15px; line-height: 1.72; }
.bookable-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 31px; }
.bookable-list span { min-height: 48px; display: flex; align-items: center; padding: 12px 14px; border: 1px solid var(--line); font-size: 10px; font-weight: 700; }
.talent-dialog-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.talent-dialog-actions .button { min-height: 49px; }
.talent-dialog-actions a:last-child { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 4px; }

.talent-callout { display: grid; grid-template-columns: 1fr 1fr; min-height: 690px; }
.talent-visual { position: relative; overflow: hidden; min-height: 650px; background: var(--blue); }
.portrait-shape { position: absolute; border-radius: 48% 52% 41% 59% / 54% 43% 57% 46%; }
.shape-a { width: 520px; height: 520px; left: -80px; bottom: -60px; background: #6f8dff; transform: rotate(17deg); }
.shape-b { width: 390px; height: 510px; right: -75px; top: 70px; background: var(--lime); transform: rotate(-24deg); }
.shape-c { width: 290px; height: 360px; left: 34%; top: 110px; border: 2px solid rgba(255,255,255,.48); transform: rotate(9deg); }
.talent-stamp { position: absolute; left: 50%; top: 50%; width: 155px; height: 155px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(16,22,40,.83); color: white; text-align: center; transform: translate(-50%,-50%) rotate(-9deg); backdrop-filter: blur(8px); }
.talent-stamp b { font-family: var(--display); font-size: 44px; color: var(--lime); }
.talent-stamp small { margin-top: 4px; font-size: 8px; line-height: 1.4; letter-spacing: .12em; }
.talent-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px max(6vw, 70px); background: var(--cream); }
.talent-copy h2 { max-width: 560px; margin-top: 36px; font-family: var(--display); font-size: clamp(43px, 4.4vw, 65px); line-height: 1.02; letter-spacing: -3.5px; }
.talent-copy > p { max-width: 520px; margin-top: 28px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.text-link { width: fit-content; display: flex; align-items: center; gap: 22px; margin-top: 38px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.text-link .icon { color: var(--blue); }

.contact { position: relative; min-height: 620px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; overflow: hidden; padding: 135px max(5.5vw, calc((100vw - 1280px) / 2)) 115px; background: var(--blue); color: white; }
.contact-kicker { color: var(--lime); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact h2 { margin-top: 28px; font-family: var(--display); font-size: clamp(60px, 7vw, 105px); line-height: .87; letter-spacing: -6px; }
.contact-action { position: relative; z-index: 2; padding-bottom: 12px; }
.contact-action a { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 0 0 14px; border-bottom: 2px solid var(--lime); font-family: var(--display); font-size: clamp(21px, 2.4vw, 34px); font-weight: 700; }
.contact-action a .icon { color: var(--lime); }
.contact-action p { max-width: 450px; margin-top: 18px; color: #cbd4ff; font-size: 13px; line-height: 1.6; }
.contact-butterfly { position: absolute; right: -25px; top: 18px; width: 320px; opacity: .12; filter: grayscale(1) brightness(2.8); }

footer { min-height: 180px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 35px max(5.5vw, calc((100vw - 1280px) / 2)); background: #0b1020; color: white; }
.footer-logo img { filter: brightness(0) invert(1); }
footer > div { display: flex; align-items: center; gap: 30px; font-size: 12px; }
.footer-links a { display: inline-flex; align-items: center; gap: 7px; }
footer > p { justify-self: end; color: #747d95; font-size: 10px; }

.about-hero { position: relative; min-height: 860px; display: grid; align-items: center; overflow: hidden; padding: 155px max(5.5vw, calc((100vw - 1280px) / 2)) 110px; background: #0d1326; color: white; }
.about-page .site-header .logo img { filter: brightness(0) invert(1); }
.about-page .site-header .desktop-nav a { color: #c0c8dc; }
.about-page .site-header .language-switch { border-color: rgba(255,255,255,.2); }
.about-page .site-header .language-switch button { color: #b1bad0; }
.about-page .site-header .language-switch button.active { background: white; color: var(--ink); }
.about-page .site-header .login-link { border-color: rgba(255,255,255,.65); color: white; }
.about-page .site-header .login-link:hover { background: white; color: var(--ink); }
.about-hero::before { content: ""; position: absolute; width: 820px; height: 820px; right: -210px; top: -180px; border-radius: 50%; background: radial-gradient(circle, rgba(113,140,255,.32), rgba(116,87,223,.07) 49%, transparent 70%); }
.about-hero-copy { position: relative; z-index: 2; max-width: 1020px; }
.about-hero h1 { margin-top: 29px; font-family: var(--display); font-size: clamp(68px, 9vw, 132px); font-weight: 700; line-height: .84; letter-spacing: -8px; }
.about-hero h1 em { color: var(--blue-bright); font-style: normal; }
.about-hero-copy > p { max-width: 700px; margin: 39px 0 0 31%; color: #aab3ca; font-size: 17px; line-height: 1.7; }
.about-hero-symbol { position: absolute; z-index: 1; right: 4%; bottom: 10%; width: 380px; height: 300px; opacity: .54; transform: rotate(-11deg); }
.about-hero-symbol .symbol-wing { position: absolute; top: 24px; width: 190px; height: 220px; background: linear-gradient(145deg, var(--blue-bright), var(--purple)); filter: drop-shadow(0 25px 25px rgba(0,0,0,.18)); }
.about-hero-symbol .wing-a { left: 0; border-radius: 92% 18% 74% 27%; transform: rotate(-11deg); }
.about-hero-symbol .wing-b { right: 0; border-radius: 18% 92% 27% 74%; transform: rotate(11deg); }
.about-hero-symbol i { position: absolute; left: 183px; top: 85px; width: 14px; height: 177px; border-radius: 99px; background: white; }
.about-scroll-line { position: absolute; left: 0; right: 0; bottom: 0; height: 55px; display: flex; align-items: center; justify-content: space-around; border-top: 1px solid rgba(255,255,255,.11); color: #68738f; font-size: 9px; font-weight: 700; letter-spacing: .19em; }
.about-scroll-line i { width: 5px; height: 5px; border-radius: 50%; background: var(--purple); }

.origin-story { min-height: 850px; display: grid; grid-template-columns: 1fr 1fr; }
.origin-visual { position: relative; overflow: hidden; min-height: 720px; display: grid; place-items: center; background: linear-gradient(150deg,#3157e8,#7657df); }
.origin-visual img { position: relative; z-index: 2; width: 53%; filter: drop-shadow(0 35px 45px rgba(12,19,54,.29)); }
.origin-caption { position: absolute; left: 30px; bottom: 28px; color: rgba(255,255,255,.64); font-size: 9px; font-weight: 700; letter-spacing: .18em; }
.origin-ring { position: absolute; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.origin-ring.one { width: 520px; height: 520px; }
.origin-ring.two { width: 720px; height: 720px; border-style: dashed; animation: rotate 45s linear infinite; }
.origin-copy { display: flex; flex-direction: column; justify-content: center; padding: 110px max(7vw, 75px); background: var(--paper); }
.origin-copy h2 { margin-top: 36px; font-family: var(--display); font-size: clamp(58px, 6vw, 90px); line-height: .89; letter-spacing: -5.8px; }
.origin-copy p { max-width: 570px; margin-top: 30px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.origin-copy p + p { padding-top: 28px; border-top: 1px solid var(--line); }

.team-section { padding: 145px max(5.5vw, calc((100vw - 1280px) / 2)); background: #101628; color: white; }
.team-heading { display: grid; grid-template-columns: 250px 1fr; gap: 65px; }
.team-heading h2 { font-family: var(--display); font-size: clamp(55px, 6.7vw, 96px); line-height: .9; letter-spacing: -6px; }
.team-heading h2 em { color: var(--blue-bright); font-style: normal; }
.team-heading > p { grid-column: 2; max-width: 640px; margin: -18px 0 0 37%; color: #9fa8bd; font-size: 15px; line-height: 1.7; }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 80px; }
.team-card { background: #171f36; }
.team-portrait { position: relative; overflow: hidden; min-height: 430px; background: linear-gradient(145deg,var(--team-a),var(--team-b)); }
.portrait-thomas { --team-a:#264ac7;--team-b:#7259da; }
.portrait-zaza { --team-a:#6650d3;--team-b:#9c73e8; }
.portrait-simone { --team-a:#2244a9;--team-b:#7d63df; }
.team-portrait::before { content: ""; position: absolute; width: 340px; height: 340px; left: -80px; bottom: -90px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.team-portrait span { position: absolute; right: -10px; bottom: -12px; color: rgba(255,255,255,.18); font-family: var(--display); font-size: 150px; font-weight: 800; letter-spacing: -.12em; line-height: .8; }
.team-portrait i { position: absolute; width: 130px; height: 165px; left: 15%; top: 17%; border-radius: 87% 21% 70% 29%; background: linear-gradient(145deg,rgba(255,255,255,.77),rgba(255,255,255,.08)); transform: rotate(-22deg); }
.team-portrait i::after { content: ""; position: absolute; width: 120px; height: 155px; left: 89px; top: 36px; border-radius: 21% 87% 29% 70%; background: linear-gradient(225deg,var(--blue-bright),rgba(255,255,255,.15)); transform: rotate(35deg); }
.team-card > div:last-child { min-height: 250px; padding: 29px; border-top: 1px solid rgba(255,255,255,.08); }
.team-card > div:last-child > span { color: var(--blue-bright); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.team-card h3 { max-width: 290px; margin-top: 15px; font-family: var(--display); font-size: 25px; line-height: 1.03; letter-spacing: -1.3px; }
.team-card p { margin-top: 18px; color: #949db2; font-size: 11px; line-height: 1.65; }

.values-section { display: grid; grid-template-columns: 250px 1fr; gap: 70px; padding: 140px max(5.5vw, calc((100vw - 1280px) / 2)); }
.values-grid { border-top: 1px solid var(--line); }
.values-grid article { display: grid; grid-template-columns: 55px 1fr 1fr; gap: 30px; padding: 37px 0; border-bottom: 1px solid var(--line); }
.values-grid article > span { color: var(--blue); font-size: 9px; font-weight: 700; }
.values-grid h3 { font-family: var(--display); font-size: 26px; letter-spacing: -1.2px; }
.values-grid p { color: var(--muted); font-size: 12px; line-height: 1.65; }

/* Talent profiles */
.talent-page .site-header .logo img { filter: brightness(0) invert(1); }
.talent-page .site-header .desktop-nav a { color: #d5dbea; }
.talent-page .site-header .language-switch { border-color: rgba(255,255,255,.22); }
.talent-page .site-header .language-switch button { color: #c7cfe2; }
.talent-page .site-header .language-switch button.active { background: white; color: var(--ink); }
.talent-page .site-header .theme-toggle, .about-page .site-header .theme-toggle { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: white; }
.talent-page .site-header .login-link { border-color: rgba(255,255,255,.62); color: white; }
.talent-page .site-header .login-link:hover { background: white; color: var(--ink); }
.talent-profile-root { overflow: hidden; }
.profile-hero { position: relative; min-height: 880px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 6vw; align-items: end; overflow: hidden; padding: 145px max(5.5vw, calc((100vw - 1280px) / 2)) 68px; background: #0d1326; color: white; }
.profile-hero::before { content: ""; position: absolute; width: 820px; height: 820px; left: -330px; top: -370px; border-radius: 50%; background: radial-gradient(circle, color-mix(in srgb, var(--talent-a) 56%, transparent), transparent 67%); opacity: .82; }
.profile-hero::after { content: ""; position: absolute; right: -200px; bottom: -330px; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.012); }
.profile-hero-copy { position: relative; z-index: 2; align-self: center; padding-bottom: 20px; }
.profile-back { width: fit-content; display: inline-flex; align-items: center; gap: 10px; margin-bottom: 82px; color: #aab3c8; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.profile-back .icon { transform: rotate(180deg); transition: transform .2s ease; }
.profile-back:hover .icon { transform: rotate(180deg) translateX(4px); }
.profile-hero .eyebrow { color: var(--blue-bright); }
.profile-category { margin-top: 25px; color: var(--lime); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.profile-hero h1 { max-width: 760px; margin-top: 17px; font-family: var(--display); font-size: clamp(70px, 8vw, 120px); line-height: .84; letter-spacing: -7px; }
.profile-deck { max-width: 610px; margin-top: 29px; color: #b7c0d5; font-size: 17px; line-height: 1.65; }
.profile-actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
.button-light { background: white; color: var(--ink); }
.button-light .icon { color: var(--blue); }
.button-light:hover { background: var(--lime); transform: translateY(-2px); }
.profile-external { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.35); color: #d5dbea; font-size: 11px; font-weight: 700; }
.profile-hero-image { position: relative; z-index: 2; height: 690px; overflow: hidden; border-radius: 2px; background: linear-gradient(145deg,var(--talent-a),var(--talent-b)); }
.profile-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(5,8,20,.38)); pointer-events: none; }
.profile-hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.92) contrast(1.02); }
.profile-hero-image figcaption { position: absolute; z-index: 2; right: 20px; bottom: 20px; min-width: 134px; display: grid; padding: 14px 16px; border: 1px solid rgba(255,255,255,.34); border-radius: 13px; background: rgba(10,15,31,.38); backdrop-filter: blur(15px); }
.profile-hero-image figcaption strong { font-family: var(--display); font-size: 23px; line-height: 1; }
.profile-hero-image figcaption span { margin-top: 5px; color: rgba(255,255,255,.73); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }

.profile-introduction { display: grid; grid-template-columns: 1.25fr .75fr; gap: 11vw; padding: 145px max(5.5vw, calc((100vw - 1280px) / 2)); background: var(--paper); }
.profile-intro-copy h2 { max-width: 770px; margin-top: 37px; font-family: var(--display); font-size: clamp(43px, 4.6vw, 67px); line-height: 1.03; letter-spacing: -3.5px; }
.profile-intro-copy > p { max-width: 710px; margin-top: 32px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.profile-bookable { align-self: start; margin-top: 10px; padding: 31px; border: 1px solid var(--line); border-radius: 2px; background: var(--cream); }
.profile-bookable > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.profile-bookable ul { display: grid; gap: 0; margin: 21px 0 0; padding: 0; list-style: none; }
.profile-bookable li { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.4; }
.profile-bookable li .icon { color: var(--blue); }
.profile-bookable > a { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 25px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; }

.profile-platforms { padding: 130px max(5.5vw, calc((100vw - 1280px) / 2)); background: var(--cream); }
.profile-section-heading { display: grid; grid-template-columns: 250px 1fr; column-gap: 70px; }
.profile-section-heading h2 { grid-column: 2; margin-top: -5px; font-family: var(--display); font-size: clamp(50px, 6vw, 84px); line-height: .93; letter-spacing: -5px; }
.profile-section-heading > p { grid-column: 2; max-width: 620px; margin: 27px 0 0 26%; color: var(--muted); font-size: 14px; line-height: 1.7; }
.profile-platform-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 68px; }
.profile-platform-card { min-height: 118px; display: grid; grid-template-columns: 52px 1fr auto 20px; gap: 16px; align-items: center; padding: 22px 24px; border: 1px solid var(--line); background: var(--paper); transition: transform .2s ease, border-color .2s ease; }
.profile-platform-card:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--blue) 55%, var(--line)); }
.profile-platform-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: var(--cream); color: var(--blue); }
.profile-platform-icon .icon { width: 22px; height: 22px; }
.profile-platform-card > span:nth-child(2) { display: grid; gap: 4px; }
.profile-platform-card small { color: var(--muted); font-size: 9px; }
.profile-platform-card strong { font-family: var(--display); font-size: 18px; }
.profile-platform-card > b { padding-right: 12px; font-family: var(--display); font-size: 20px; white-space: nowrap; }
.profile-platform-card > .icon { color: var(--blue); }

.profile-metrics { padding: 130px max(5.5vw, calc((100vw - 1280px) / 2)); background: linear-gradient(135deg,#11182d,#172047 55%,#2f245b); color: white; }
.profile-metrics-heading { max-width: 800px; }
.profile-metrics-heading > span, .profile-proof > div:nth-child(2) > span, .profile-current-copy > span { color: var(--blue-bright); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.profile-metrics-heading h2 { margin-top: 20px; font-family: var(--display); font-size: clamp(50px, 6vw, 84px); line-height: .94; letter-spacing: -5px; }
.profile-metrics-heading p { max-width: 630px; margin-top: 25px; color: #aeb7cb; font-size: 13px; line-height: 1.7; }
.profile-metric-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 67px; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); }
.profile-metric-grid article { min-height: 265px; padding: 36px; border-right: 1px solid var(--white-line); }
.profile-metric-grid article:last-child { border-right: 0; }
.profile-metric-grid strong { font-family: var(--display); font-size: clamp(48px, 5.8vw, 82px); line-height: 1; letter-spacing: -4px; color: var(--lime); }
.profile-metric-grid h3 { margin-top: 49px; font-family: var(--display); font-size: 19px; }
.profile-metric-grid p { margin-top: 6px; color: #929cb4; font-size: 10px; }

.profile-work { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); }
.profile-current { display: grid; grid-template-columns: 1fr; border-right: 1px solid var(--line); }
.profile-current-image { position: relative; min-height: 640px; overflow: hidden; background: #172040; }
.profile-current-image > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.profile-current-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 64%, rgba(7,10,20,.42)); }
.profile-current-image > span { position: absolute; z-index: 2; right: 25px; bottom: 25px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--ink); }
.profile-current-image:hover > img { transform: scale(1.035); }
.profile-current-copy { padding: 55px max(5.5vw, calc((100vw - 1280px) / 2)) 70px; }
.profile-current-copy h2 { margin-top: 17px; font-family: var(--display); font-size: clamp(39px, 4.2vw, 60px); line-height: .96; letter-spacing: -3px; }
.profile-current-copy p { max-width: 610px; margin-top: 21px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.profile-current-copy > a { width: fit-content; display: flex; align-items: center; gap: 8px; margin-top: 26px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; }
.profile-cases { padding: 110px max(5.5vw, calc((100vw - 1280px) / 2)); }
.profile-cases > h2 { margin-top: 33px; font-family: var(--display); font-size: clamp(44px, 5vw, 68px); line-height: .95; letter-spacing: -4px; }
.profile-case-list { margin-top: 53px; border-top: 1px solid var(--line); }
.profile-case-list > a { position: relative; display: block; padding: 34px 55px 34px 0; border-bottom: 1px solid var(--line); }
.profile-case-list > a > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.profile-case-list h3 { margin-top: 9px; font-family: var(--display); font-size: 25px; }
.profile-case-list p { max-width: 520px; margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.profile-case-list b { display: flex; align-items: center; gap: 7px; margin-top: 18px; font-size: 9px; }
.profile-case-list b .icon { color: var(--blue); }

.profile-proof { display: grid; grid-template-columns: 90px 1fr auto; gap: 40px; align-items: center; padding: 88px max(5.5vw, calc((100vw - 1280px) / 2)); background: linear-gradient(100deg,var(--talent-a),var(--talent-b)); color: white; }
.profile-proof-icon { width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 23px; background: rgba(255,255,255,.1); }
.profile-proof-icon .icon { width: 34px; height: 34px; }
.profile-proof > div:nth-child(2) > span { color: rgba(255,255,255,.65); }
.profile-proof h2 { margin-top: 12px; font-family: var(--display); font-size: clamp(33px, 3.8vw, 54px); line-height: 1; letter-spacing: -2.6px; }
.profile-proof p { max-width: 720px; margin-top: 15px; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.65; }
.profile-proof-status { display: flex; align-items: center; gap: 10px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(12,15,32,.15); font-size: 9px; font-weight: 700; white-space: nowrap; }
.profile-proof-status i { width: 7px; height: 7px; border-radius: 50%; background: white; box-shadow: 0 0 0 4px rgba(255,255,255,.12); }

.profile-others { padding: 135px max(5.5vw, calc((100vw - 1280px) / 2)); background: var(--paper); }
.profile-other-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; margin-top: 65px; }
.profile-other-card { position: relative; aspect-ratio: .78; overflow: hidden; background: #151c31; color: white; }
.profile-other-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(6,9,20,.88)); }
.profile-other-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.profile-other-card > span { position: absolute; z-index: 2; left: 22px; right: 52px; bottom: 22px; display: grid; gap: 6px; }
.profile-other-card small { color: var(--lime); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.profile-other-card strong { font-family: var(--display); font-size: clamp(20px,2.2vw,29px); line-height: 1; letter-spacing: -1.3px; }
.profile-other-card > .icon { position: absolute; z-index: 2; right: 20px; bottom: 23px; color: var(--lime); }
.profile-other-card:hover img { transform: scale(1.05); }
.profile-not-found { min-height: 720px; display: grid; place-content: center; justify-items: center; gap: 22px; padding: 140px 20px; text-align: center; }
.profile-not-found h1 { font-family: var(--display); font-size: clamp(44px,6vw,80px); }
.profile-not-found p { color: var(--muted); }

/* Persistent light/dark appearance */
html[data-theme="dark"] { color-scheme: dark; --paper: #090e1c; --cream: #11182a; --muted: #a7b0c5; --line: rgba(232,236,255,.14); }
html[data-theme="dark"] body { background: var(--paper); color: #f5f7ff; }
html[data-theme="dark"] .site-header .logo img { filter: brightness(0) invert(1); }
html[data-theme="dark"] .site-header .desktop-nav a { color: #c7cfe1; }
html[data-theme="dark"] .language-switch, html[data-theme="dark"] .theme-toggle, html[data-theme="dark"] .menu-toggle { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.065); color: white; }
html[data-theme="dark"] .language-switch button { color: #b3bdd2; }
html[data-theme="dark"] .language-switch button.active { background: white; color: #101628; }
html[data-theme="dark"] .login-link { border-color: rgba(255,255,255,.6); color: white; }
html[data-theme="dark"] .login-link:hover { background: white; color: #101628; }
html[data-theme="dark"] .mobile-menu { border-color: rgba(255,255,255,.14); background: rgba(9,14,28,.97); color: white; }
html[data-theme="dark"] .mobile-menu nav a { border-color: rgba(255,255,255,.12); }
html[data-theme="dark"] .mobile-login { background: white; color: #101628; }
html[data-theme="dark"] .hero-copy > p, html[data-theme="dark"] .hero-foot { color: #aeb7ca; }
html[data-theme="dark"] .floating-note, html[data-theme="dark"] .signal-card { border-color: rgba(255,255,255,.13); background: rgba(22,30,52,.75); }
html[data-theme="dark"] .button-primary { background: white; color: #101628; }
html[data-theme="dark"] .button-primary:hover { background: var(--blue); color: white; }
html[data-theme="dark"] .button-ghost { border-color: rgba(255,255,255,.2); }
html[data-theme="dark"] .button-ghost:hover { border-color: white; }
html[data-theme="dark"] .talent-showcase, html[data-theme="dark"] .origin-copy, html[data-theme="dark"] .profile-introduction, html[data-theme="dark"] .profile-work, html[data-theme="dark"] .profile-others { background: var(--paper); }
html[data-theme="dark"] .process-icon, html[data-theme="dark"] .profile-platform-icon { background: #18223a; }
html[data-theme="dark"] .profile-bookable, html[data-theme="dark"] .profile-platforms { background: var(--cream); }
html[data-theme="dark"] .profile-platform-card { background: #0d1425; }
html[data-theme="dark"] .talent-booking-note a, html[data-theme="dark"] .text-link { color: white; border-color: white; }
html[data-theme="dark"] .profile-current-copy > span { color: var(--blue-bright); }
html[data-theme="dark"] .page-glow { opacity: .12; }
body, .talent-showcase, .origin-copy, .profile-introduction, .profile-platforms, .profile-work, .profile-others { transition: background-color .25s ease, color .25s ease; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .hero { grid-template-columns: 1fr; padding-top: 155px; }
  .hero-copy { max-width: 760px; }
  .hero-art { height: 590px; margin-top: 15px; }
  .hero-foot { display: none; }
  .manifesto { grid-template-columns: 1fr; gap: 42px; }
  .manifesto-copy > p:last-child { margin-left: 15%; }
  .services { grid-template-columns: 1fr; }
  .services-intro { max-width: 680px; }
  .talent-intro { grid-template-columns: 1fr; gap: 35px; }
  .talent-intro h2, .talent-intro > p { grid-column: 1; margin: 0; }
  .talent-intro > p { margin-left: 20%; }
  .talent-grid { grid-template-columns: repeat(2,1fr); }
  .public-talent-card, .public-talent-card:nth-child(4) { grid-column: auto; }
  .public-talent-card:nth-child(5) { width: calc(50% - 9px); grid-column: 1 / -1; justify-self: center; }
  .talent-copy { padding: 80px 7vw; }
  .about-hero-copy > p { margin-left: 15%; }
  .origin-story { grid-template-columns: 1fr; }
  .origin-visual { min-height: 620px; }
  .team-heading { grid-template-columns: 1fr; gap: 35px; }
  .team-heading > p { grid-column: 1; margin: 0 0 0 20%; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card:last-child { grid-column: span 2; }
  .values-section { grid-template-columns: 1fr; }
  .profile-hero { min-height: 980px; grid-template-columns: 1fr 1fr; gap: 35px; padding-top: 145px; }
  .profile-back { margin-bottom: 58px; }
  .profile-hero h1 { font-size: clamp(65px,9vw,92px); letter-spacing: -5px; }
  .profile-hero-image { height: 650px; }
  .profile-introduction { grid-template-columns: 1fr; gap: 65px; }
  .profile-bookable { width: min(560px,100%); }
  .profile-section-heading { grid-template-columns: 1fr; gap: 30px; }
  .profile-section-heading h2, .profile-section-heading > p { grid-column: 1; margin-left: 0; }
  .profile-work { grid-template-columns: 1fr; }
  .profile-current { border-right: 0; border-bottom: 1px solid var(--line); }
  .profile-cases { padding-top: 90px; padding-bottom: 90px; }
  .profile-proof { grid-template-columns: 78px 1fr; }
  .profile-proof-status { grid-column: 2; width: fit-content; }
  .profile-other-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .site-header { min-height: 82px; padding: 0 12px; }
  .logo img { width: 118px; }
  .header-actions { gap: 5px; }
  .language-switch { padding: 2px; }
  .language-switch button { width: 31px; height: 34px; }
  .login-link { display: none; }
  .theme-toggle, .menu-toggle { width: 38px; height: 38px; }
  .mobile-menu { inset: 76px 10px auto; }
  .about-page .mobile-menu { border-color: rgba(255,255,255,.14); background: rgba(13,19,38,.97); color: white; }
  .about-page .mobile-menu nav a { border-color: rgba(255,255,255,.13); }
  .about-page .mobile-login { background: white; color: var(--ink); }
  .hero { min-height: auto; padding: 125px 20px 70px; }
  .hero h1 { font-size: 54px; letter-spacing: -3.8px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-art { height: 440px; margin: 10px -35px 0; }
  .butterfly-stage { inset: 30px 0 0; }
  .orbit-one { width: 390px; height: 390px; right: 10px; }
  .orbit-two { width: 480px; height: 480px; right: -35px; }
  .note-one { left: 10%; top: 70px; }
  .note-two { right: 2%; top: 285px; }
  .signal-card { left: 12%; bottom: 4px; }
  .manifesto { padding: 85px 20px; }
  .large-statement { font-size: 38px; letter-spacing: -2px; }
  .manifesto-copy > p:last-child { margin: 28px 0 0; }
  .process-band { grid-template-columns: 1fr; padding: 0 20px 85px; }
  .process-band article { min-height: 280px; border-right: 1px solid var(--line); border-bottom: 0; }
  .process-band article:last-child { border-bottom: 1px solid var(--line); }
  .process-icon { margin-top: 35px; }
  .services { gap: 60px; padding: 90px 20px; }
  .services-intro h2 { font-size: 44px; }
  .audience-paths { grid-template-columns: 1fr; }
  .audience-card { min-height: 400px; padding: 28px; }
  .service-proof { grid-column: 1; grid-template-columns: 44px 1fr; padding: 22px; }
  .service-proof > div:first-child { width: 42px; height: 42px; }
  .talent-showcase { padding: 90px 20px; }
  .talent-intro { margin-bottom: 48px; }
  .talent-intro h2 { font-size: 54px; letter-spacing: -3.6px; }
  .talent-intro > p { margin-left: 0; }
  .talent-grid { grid-template-columns: 1fr; gap: 12px; }
  .public-talent-card, .public-talent-card:nth-child(4), .public-talent-card:nth-child(5) { width: 100%; grid-column: 1; aspect-ratio: .79; }
  .talent-card-copy { padding: 25px; }
  .talent-card-copy h3 { font-size: 36px; }
  .talent-open { right: 22px; bottom: 25px; }
  .talent-booking-note { align-items: flex-start; flex-direction: column; }
  .talent-dialog { overflow-y: auto; max-height: calc(100vh - 20px); width: calc(100vw - 20px); }
  .talent-dialog-layout { grid-template-columns: 1fr; }
  .talent-dialog-art { min-height: 310px; }
  .talent-dialog-art .talent-monogram { top: 5%; font-size: 230px; }
  .talent-dialog-art .talent-wing { top: 25%; width: 42%; }
  .talent-dialog-copy { padding: 42px 25px 40px; }
  .talent-dialog-copy h2 { font-size: 48px; letter-spacing: -3.2px; }
  .bookable-list { grid-template-columns: 1fr; }
  .talent-callout { grid-template-columns: 1fr; }
  .talent-visual { min-height: 500px; }
  .talent-copy { padding: 80px 20px; }
  .talent-copy h2 { font-size: 43px; }
  .contact { grid-template-columns: 1fr; gap: 65px; padding: 95px 20px 80px; }
  .contact h2 { font-size: 60px; letter-spacing: -4px; }
  .contact-action a { font-size: 19px; }
  .contact-butterfly { right: -75px; top: 20px; width: 260px; }
  .about-hero { min-height: 720px; padding: 125px 20px 90px; align-items: start; }
  .about-hero h1 { margin-top: 23px; font-size: 58px; line-height: .9; letter-spacing: -4.2px; }
  .about-hero-copy > p { margin: 30px 0 0; font-size: 14px; }
  .about-hero-symbol { right: -23%; bottom: 8%; transform: scale(.63) rotate(-11deg); }
  .about-scroll-line { height: 44px; }
  .about-scroll-line span:last-child, .about-scroll-line i:last-of-type { display: none; }
  .origin-visual { min-height: 460px; }
  .origin-ring.one { width: 350px; height: 350px; }
  .origin-ring.two { width: 480px; height: 480px; }
  .origin-copy { padding: 80px 20px; }
  .origin-copy h2 { font-size: 57px; letter-spacing: -4px; }
  .team-section { padding: 90px 20px; }
  .team-heading h2 { font-size: 52px; letter-spacing: -3.8px; }
  .team-heading > p { margin: 0; }
  .team-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .team-card:last-child { grid-column: 1; }
  .team-portrait { min-height: 380px; }
  .values-section { gap: 45px; padding: 85px 20px; }
  .values-grid article { grid-template-columns: 35px 1fr; }
  .values-grid article p { grid-column: 2; }
  .talent-page .mobile-menu { border-color: rgba(255,255,255,.14); background: rgba(13,19,38,.97); color: white; }
  .talent-page .mobile-menu nav a { border-color: rgba(255,255,255,.13); }
  .talent-page .mobile-login { background: white; color: var(--ink); }
  .profile-hero { min-height: auto; grid-template-columns: 1fr; gap: 46px; padding: 116px 20px 20px; }
  .profile-hero-copy { padding-bottom: 0; }
  .profile-back { margin-bottom: 48px; }
  .profile-category { margin-top: 22px; }
  .profile-hero h1 { font-size: 62px; line-height: .87; letter-spacing: -4.2px; }
  .profile-deck { margin-top: 23px; font-size: 15px; }
  .profile-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .profile-external { width: fit-content; }
  .profile-hero-image { height: 570px; }
  .profile-introduction, .profile-platforms, .profile-metrics, .profile-others { padding: 88px 20px; }
  .profile-intro-copy h2 { margin-top: 29px; font-size: 40px; letter-spacing: -2.4px; }
  .profile-intro-copy > p { font-size: 14px; }
  .profile-bookable { padding: 25px; }
  .profile-section-heading h2 { font-size: 51px; letter-spacing: -3.4px; }
  .profile-section-heading > p { margin-top: 0; }
  .profile-platform-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .profile-platform-card { min-height: 105px; grid-template-columns: 45px 1fr auto 16px; gap: 12px; padding: 18px; }
  .profile-platform-icon { width: 44px; height: 44px; }
  .profile-platform-card > b { padding-right: 0; font-size: 16px; }
  .profile-metrics-heading h2 { font-size: 50px; letter-spacing: -3.4px; }
  .profile-metric-grid { grid-template-columns: 1fr; margin-top: 47px; }
  .profile-metric-grid article { min-height: 215px; border-right: 0; border-bottom: 1px solid var(--white-line); }
  .profile-metric-grid article:last-child { border-bottom: 0; }
  .profile-metric-grid strong { font-size: 67px; }
  .profile-metric-grid h3 { margin-top: 31px; }
  .profile-current-image { min-height: 540px; }
  .profile-current-copy { padding: 48px 20px 62px; }
  .profile-current-copy h2 { font-size: 42px; letter-spacing: -2.5px; }
  .profile-cases { padding: 82px 20px; }
  .profile-cases > h2 { font-size: 48px; letter-spacing: -3px; }
  .profile-proof { grid-template-columns: 1fr; gap: 27px; padding: 72px 20px; }
  .profile-proof-icon { width: 66px; height: 66px; }
  .profile-proof-status { grid-column: 1; white-space: normal; }
  .profile-other-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .profile-other-card { aspect-ratio: .82; }
  .profile-other-card strong { font-size: 29px; }
  footer { grid-template-columns: 1fr; gap: 28px; padding: 50px 20px; }
  footer > div { flex-wrap: wrap; }
  footer > p { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .js .reveal { opacity: 1; transform: none; }
}
