:root{--background:#f8fafc;--foreground:#111827;--muted:#64748b;--border:#dbe3ef;--surface:#fff;--primary:#111827;--accent:#0f766e}*{box-sizing:border-box}html,body{background:var(--background);min-height:100%;color:var(--foreground);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input,textarea{font:inherit}.shell{width:min(1120px,100vw - 32px);margin:0 auto}.button{border-radius:var(--brand-radius,8px);min-height:44px;color:var(--on-primary,#fff);background:var(--primary);cursor:pointer;border:0;justify-content:center;align-items:center;padding:0 18px;font-weight:700;text-decoration:none;display:inline-flex}.button.secondary{color:var(--primary);border:1px solid var(--border);background:#fff}.card{border:1px solid var(--border);border-radius:var(--brand-radius,8px);background:var(--surface);padding:24px}.grid{gap:16px;display:grid}.auth-page{background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 12%, transparent), transparent 38%), linear-gradient(180deg, var(--background), #fff);min-height:100vh;padding:28px 0 64px}.auth-logo{width:min(1120px,100vw - 32px);margin:0 auto 56px}.auth-logo img{width:auto;height:36px;display:block}.auth-card{border:1px solid var(--border);background:#ffffffeb;border-radius:8px;width:min(620px,100vw - 32px);margin:0 auto;padding:32px;box-shadow:0 24px 80px #0f172a1a}.auth-card h1{margin:0;font-size:clamp(32px,6vw,52px);line-height:1}.auth-copy{color:var(--muted);line-height:1.65}.auth-form{gap:10px;margin-top:22px;display:grid}.auth-form label{font-weight:800}.auth-form input{border:1px solid var(--border);min-height:48px;color:var(--foreground);background:#fff;border-radius:8px;padding:0 14px}.notice,.error-message{border-radius:8px;padding:12px 14px;line-height:1.5}.notice{border:1px solid color-mix(in srgb, var(--accent) 38%, #fff);background:color-mix(in srgb, var(--accent) 10%, #fff)}.error-message{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.resend-form{margin-top:18px}.link-button{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.eyebrow{letter-spacing:.06em;text-transform:uppercase;margin:0 0 12px;font-size:13px;font-weight:900}.microsite{background:var(--background);font-family:var(--site-font,Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);position:relative;overflow:hidden}.site-nav{z-index:20;border-bottom:1px solid color-mix(in srgb, var(--primary) 12%, var(--border));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd6;position:relative}.brand-ticker{z-index:12;border-bottom:1px solid color-mix(in srgb, var(--foreground) 18%, transparent);background:var(--accent);color:var(--on-accent,var(--foreground));white-space:nowrap;position:relative;overflow:hidden}.brand-ticker-track{letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:30px;width:max-content;min-height:32px;padding:0 15px;font-size:10px;font-weight:850;animation:28s linear infinite brand-ticker;display:flex}.brand-ticker i{font-style:normal}@keyframes brand-ticker{to{transform:translate(-50%)}}.site-nav-inner{justify-content:space-between;align-items:center;gap:18px;min-height:68px;display:flex}.site-nav-brand{align-items:center;gap:12px;font-weight:900;display:flex}.site-nav-links{color:var(--muted);align-items:center;gap:22px;font-size:14px;font-weight:800;display:flex}.site-nav-links a{text-decoration:none}.brand-logo{object-fit:contain;width:auto;max-width:150px;height:38px;display:block}.brand-mark{background:var(--primary);border-radius:8px;width:34px;height:34px;box-shadow:inset 0 0 0 1px #fff3}.hero-section{border-bottom:1px solid var(--border);background:radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 30%), linear-gradient(135deg, color-mix(in srgb, var(--primary) 10%, #fff), var(--background));position:relative;overflow:hidden}.hero-orbit{z-index:0;border:1px solid color-mix(in srgb, var(--accent) 48%, transparent);pointer-events:none;border-radius:50%;position:absolute}.hero-orbit-one{aspect-ratio:1.8;width:clamp(280px,42vw,720px);top:8%;right:-8%;transform:rotate(-18deg)}.hero-orbit-two{aspect-ratio:1;background:color-mix(in srgb, var(--accent) 12%, transparent);width:clamp(90px,13vw,220px);bottom:-8%;right:8%}.creative-showcase .hero-section,.creative-cinematic .hero-section{background:linear-gradient(115deg, color-mix(in srgb, var(--primary) 88%, #030712), color-mix(in srgb, var(--primary) 52%, transparent) 54%, color-mix(in srgb, var(--accent) 18%, var(--background))), repeating-linear-gradient(90deg, color-mix(in srgb, var(--on-primary,#fff) 8%, transparent) 0 1px, transparent 1px 84px);align-items:end;min-height:720px;display:grid}.creative-showcase .hero-section .hero-copy,.creative-cinematic .hero-section .hero-copy{color:var(--showcase-hero-foreground,var(--on-primary,#fff))}.creative-showcase .hero-section .hero-copy p,.creative-cinematic .hero-section .hero-copy p{color:var(--showcase-hero-muted,#ffffffd6)}.creative-showcase .hero-section:before,.creative-cinematic .hero-section:before{content:"";background:linear-gradient(90deg, color-mix(in srgb, var(--primary) 18%, transparent) 0 1px, transparent 1px 100%), linear-gradient(0deg, color-mix(in srgb, var(--primary) 14%, transparent) 0 1px, transparent 1px 100%);opacity:.28;pointer-events:none;background-size:72px 72px;position:absolute;inset:0}.hero-section .hero-copy{color:var(--hero-foreground,var(--foreground))}.hero-section .hero-copy .eyebrow{color:inherit!important}.hero-section .hero-copy p{color:var(--hero-muted,var(--muted))}.brand-hero-image{border-radius:var(--brand-radius,8px);border:1px solid color-mix(in srgb, var(--primary) 14%, var(--border));background:color-mix(in srgb, var(--primary) 5%, #fff);align-self:stretch;min-height:280px;margin:0;overflow:hidden}.brand-hero-image img{object-fit:cover;width:100%;height:100%;min-height:280px;display:block}.hero-inner{z-index:1;padding:var(--brand-section-padding,64px) 0 calc(var(--brand-section-padding,64px) - 8px);grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:end;gap:32px;display:grid;position:relative}.creative-showcase .hero-inner,.creative-cinematic .hero-inner{grid-template-columns:minmax(0,1.1fr) minmax(320px,.78fr);gap:42px;width:min(1280px,100vw - 32px);padding-top:92px;padding-bottom:78px}.brand-hero-split .hero-inner{grid-template-columns:minmax(0,1.05fr) minmax(260px,.75fr) minmax(240px,.55fr);align-items:center}.brand-hero-image_backed .hero-section{color:var(--hero-foreground,#fff);background:linear-gradient(90deg, color-mix(in srgb, var(--primary) 86%, #000), color-mix(in srgb, var(--primary) 40%, transparent)), var(--background)}.brand-hero-image_backed .hero-copy p{color:var(--hero-muted,#ffffffd1)}.brand-hero-image_backed .brand-hero-image{order:-1;grid-column:1/-1;max-height:360px}.brand-hero-centered .hero-inner{text-align:center;grid-template-columns:1fr;justify-items:center}.brand-hero-centered .hero-copy p,.brand-hero-centered .hero-copy h1{margin-left:auto;margin-right:auto}.brand-hero-compact .hero-inner{align-items:start;padding-top:42px;padding-bottom:42px}.recruitment-microsite .hero-inner{width:min(1180px,100vw - 32px)}.recruitment-microsite .brand-hero-image_backed .brand-hero-image,.recruitment-microsite.brand-hero-image_backed .brand-hero-image{max-height:320px}.recruitment-hero-inner{grid-template-columns:minmax(0,1.55fr) minmax(340px,.64fr);align-items:center;gap:clamp(36px,6vw,92px);padding-top:clamp(58px,7vw,92px);padding-bottom:clamp(58px,7vw,92px)}.recruitment-hero-inner .hero-copy{max-width:760px}.recruitment-hero-inner .hero-copy h1{max-width:760px;font-size:clamp(54px,6.4vw,90px);line-height:.96}.recruitment-hero-inner .hero-copy p{max-width:700px}.recruitment-role-panel{place-self:center end;width:min(100%,390px)}.hero-copy h1{max-width:920px;margin:0;font-size:clamp(40px,5.6vw,76px);line-height:1}.creative-showcase .hero-copy h1,.creative-cinematic .hero-copy h1{max-width:980px;font-size:clamp(54px,9vw,112px);line-height:.9}.creative-wow-high .hero-copy h1,.creative-wow-strong .hero-copy h1{text-wrap:balance;letter-spacing:-.055em}.creative-wow-high .hero-section,.creative-wow-strong .hero-section{min-height:min(820px,100vh - 100px)}.hero-copy p{max-width:760px;font-size:20px;line-height:1.55}.hero-panel{border:1px solid color-mix(in srgb, var(--primary) 16%, var(--border));border-radius:var(--brand-radius,8px);color:var(--hero-panel-foreground,var(--foreground));background:#ffffffc2;padding:24px;box-shadow:0 24px 80px #0f172a1a}.creative-showcase .hero-panel,.creative-cinematic .hero-panel{background:color-mix(in srgb, var(--surface) 86%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);align-self:end;padding:28px}.creative-motifs{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.creative-motifs span{border:1px solid color-mix(in srgb, var(--hero-foreground,var(--foreground)) 22%, transparent);min-height:34px;color:var(--hero-foreground,var(--foreground));background:color-mix(in srgb, var(--background) 16%, transparent);border-radius:999px;align-items:center;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.hero-panel p,.hero-panel li{color:var(--hero-panel-muted,var(--muted))}.hero-panel ul{gap:12px;margin:16px 0 0;padding:0;list-style:none;display:grid}.hero-panel li{grid-template-columns:10px 1fr;gap:12px;line-height:1.55;display:grid}.hero-panel li:before{content:"";background:var(--accent);border-radius:999px;width:10px;height:10px;margin-top:8px}.section-band{padding:var(--brand-section-padding,46px) 0}.section-band.alt{background:color-mix(in srgb, var(--primary) 5%, #fff)}.creative-showcase .section-band,.creative-cinematic .section-band{padding-top:calc(var(--brand-section-padding,52px) + 24px);padding-bottom:calc(var(--brand-section-padding,52px) + 24px)}.creative-showcase .showcase-band,.creative-cinematic .showcase-band{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 9%, #fff), color-mix(in srgb, var(--accent) 8%, #fff))}.creative-showcase .section-heading,.creative-cinematic .section-heading{max-width:980px}.creative-showcase .section-heading h2,.creative-cinematic .section-heading h2{font-size:clamp(34px,5vw,62px)}.source-notice-band{background:var(--background);padding:24px 0 0}.source-notice{border:1px solid color-mix(in srgb, var(--accent) 32%, var(--border));background:color-mix(in srgb, var(--accent) 8%, #fff);border-radius:8px;padding:20px}.source-notice h2{margin:0 0 8px;font-size:22px}.source-notice p,.source-notice li{color:var(--muted);line-height:1.6}.source-notice ul{margin:10px 0 0;padding-left:20px}.section-heading{max-width:880px;margin-bottom:22px}.section-heading h2{margin:0 0 10px;font-size:clamp(28px,4vw,42px);line-height:1.05}.section-heading p{color:var(--muted);line-height:1.7}.feature-card{min-height:100%;position:relative;overflow:hidden}.feature-index{color:var(--foreground);letter-spacing:.12em;margin-bottom:clamp(34px,5vw,76px);font-size:11px;font-weight:850;display:block}.numbered-grid .feature-card{transition:transform .28s cubic-bezier(.2,.75,.2,1),background-color .28s,color .28s}.numbered-grid .feature-card:hover{z-index:2;background:var(--primary);color:var(--on-primary,#fff);transform:translateY(-8px)}.numbered-grid .feature-card:hover p,.numbered-grid .feature-card:hover .card-label,.numbered-grid .feature-card:hover .feature-index{color:color-mix(in srgb, var(--on-primary,#fff) 84%, transparent)!important}.numbered-grid .feature-card:hover .outcome{color:var(--on-primary,#fff)!important}@media (min-width:900px){.creative-wow-high .numbered-grid,.creative-wow-strong .numbered-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:0}.creative-wow-high .numbered-grid .feature-card,.creative-wow-strong .numbered-grid .feature-card{border-radius:0;grid-column:span 4;min-height:430px}.creative-wow-high .use-case-grid .feature-card:nth-child(5n+1),.creative-wow-strong .use-case-grid .feature-card:nth-child(5n+1){grid-column:span 7}.creative-wow-high .use-case-grid .feature-card:nth-child(5n+2),.creative-wow-strong .use-case-grid .feature-card:nth-child(5n+2){grid-column:span 5}.creative-wow-high .use-case-grid .feature-card:nth-child(5n+3),.creative-wow-strong .use-case-grid .feature-card:nth-child(5n+3){grid-column:span 4}}.creative-showcase .feature-card,.creative-cinematic .feature-card{padding:30px}.creative-showcase .grid.two,.creative-cinematic .grid.two{gap:22px}.brand-card-flat .card{box-shadow:none;border-color:#0000}.brand-card-bordered .card{box-shadow:none}.brand-card-shadowed .card{box-shadow:0 22px 70px #0f172a1c}.brand-section-editorial .grid.two{gap:28px}.brand-section-editorial .feature-card:before{display:none}.brand-section-compact .section-band{padding-top:28px;padding-bottom:28px}.brand-button-pill .button{border-radius:999px}.brand-button-square .button,.brand-button-square .card,.brand-button-square .hero-panel,.brand-button-square .brand-hero-image{border-radius:2px}.feature-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));height:4px;position:absolute;inset:0 0 auto}.email-list-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.email-list-remove,.email-list-add{border:1px solid var(--border);min-height:42px;color:var(--foreground);font:inherit;cursor:pointer;background:#fff;border-radius:8px;padding:0 12px;font-weight:700}.email-list-remove:disabled{opacity:.45;cursor:not-allowed}.email-list-add{justify-self:start}.recipe-hero-editorial .hero-section{background:var(--accent);padding:clamp(24px,4vw,58px)}.recipe-hero-editorial .hero-inner{text-align:left;background:var(--surface);grid-template-rows:minmax(560px,auto) auto;grid-template-columns:repeat(12,minmax(0,1fr));place-items:stretch stretch;gap:0;width:min(1220px,100%);min-height:0;padding:0}.recipe-hero-editorial .hero-copy{color:var(--foreground);grid-area:1/1/auto/8;align-self:center;padding:clamp(56px,7vw,92px) clamp(36px,6vw,78px) 40px}.recipe-hero-editorial .hero-copy p{color:var(--muted)}.recipe-hero-editorial .hero-copy h1{margin-left:0;margin-right:0;font-size:clamp(48px,4.4vw,66px);line-height:.98}.recipe-hero-editorial .brand-hero-image{border:0;border-radius:0;grid-area:1/8/auto/13;min-height:560px}.recipe-hero-editorial .brand-hero-image img{object-position:center;min-height:560px}.recipe-hero-editorial .hero-panel{--hero-panel-foreground:#fff;--hero-panel-muted:#ffffffc7;background:var(--primary);box-shadow:none;border:0;border-radius:0;grid-area:2/1/auto/13;padding:clamp(30px,4vw,48px) clamp(36px,6vw,78px)}.recipe-hero-editorial .hero-panel ul{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,3vw,42px)}.recipe-hero-editorial .section-heading h2{max-width:760px;font-size:clamp(42px,5vw,68px);line-height:.98}.recipe-hero-editorial .feature-card{border-width:0 0 1px;border-radius:0;padding-left:0;padding-right:clamp(24px,4vw,56px)}.recipe-hero-editorial .feature-card:before{background:var(--accent);width:54px;height:5px}.recipe-hero-retail_split .hero-section{background:var(--primary)}.recipe-hero-retail_split .hero-copy,.recipe-hero-image_led .hero-copy{color:var(--showcase-hero-foreground,var(--on-primary))}.recipe-hero-retail_split .hero-copy p,.recipe-hero-image_led .hero-copy p{color:var(--showcase-hero-muted,#ffffffe0)}.recipe-hero-retail_split .hero-inner{grid-template-columns:minmax(0,.88fr) minmax(360px,1.35fr) minmax(260px,.62fr);gap:0;max-width:none;padding:0}.recipe-hero-retail_split .hero-copy{min-height:580px;padding:clamp(48px,7vw,112px) clamp(32px,4vw,72px) clamp(48px,7vw,112px) max(5vw,50vw - 610px)}.recipe-hero-retail_split .brand-hero-image{border-radius:0;height:100%;min-height:580px}.recipe-hero-retail_split .hero-panel{align-self:center;margin:24px 28px 24px -18px}.recipe-image-hero_background .hero-section,.recipe-image-hero_full_bleed .hero-section{isolation:isolate;background:var(--primary);position:relative}.recipe-image-hero_background .hero-section:after,.recipe-image-hero_full_bleed .hero-section:after{content:"";background:linear-gradient(90deg, color-mix(in srgb, var(--primary) 88%, transparent), color-mix(in srgb, var(--primary) 35%, transparent));z-index:-1;position:absolute;inset:0}.recipe-image-hero_background .brand-hero-image,.recipe-image-hero_full_bleed .brand-hero-image{z-index:-2;border-radius:0;width:100%;height:100%;position:absolute;inset:0}.recipe-image-hero_background .brand-hero-image img,.recipe-image-hero_full_bleed .brand-hero-image img{object-fit:cover;width:100%;height:100%}.recipe-image-hero_background .hero-inner,.recipe-image-hero_full_bleed .hero-inner{grid-template-columns:minmax(0,.9fr) minmax(280px,.55fr)}.recipe-image-hero_background .hero-copy,.recipe-image-hero_full_bleed .hero-copy{color:var(--hero-foreground)}.recipe-sections-editorial_flow .grid.two{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.recipe-sections-editorial_flow .feature-card:nth-child(3n){grid-column:1/-1}.recipe-sections-card_grid .feature-card{background:var(--background);border-color:color-mix(in srgb, var(--foreground) 18%, transparent)}.recipe-density-compact .feature-card{padding:24px}.recipe-density-spacious .feature-card{padding:42px}.recipe-headings-display h1{font-size:clamp(48px,6.5vw,104px);line-height:.96}.recipe-headings-editorial h1{font-size:clamp(44px,5vw,80px);line-height:1.02}.recipe-headings-corporate h1{font-size:clamp(42px,4.5vw,72px);line-height:1.06}.recipe-cta-outline .button{color:currentColor;background:0 0;border:2px solid}.recipe-cta-underlined .button{color:currentColor;background:0 0;border:0;border-bottom:2px solid;border-radius:0;padding-left:0;padding-right:0}@media (max-width:900px){.recipe-hero-editorial .hero-section{padding:20px}.recipe-hero-editorial .hero-inner{grid-template-rows:auto;grid-template-columns:1fr;min-height:0;display:grid}.recipe-hero-editorial .hero-copy{grid-area:1/1;padding:44px 28px 36px}.recipe-hero-editorial .hero-copy h1{font-size:clamp(44px,12vw,66px)}.recipe-hero-editorial .brand-hero-image{grid-area:2/1;height:360px;min-height:360px}.recipe-hero-editorial .brand-hero-image img{min-height:360px}.recipe-hero-editorial .hero-panel{grid-area:3/1;padding:34px 28px}.recipe-hero-editorial .hero-panel ul{grid-template-columns:1fr}.recipe-hero-retail_split .hero-inner{padding:0;display:block}.recipe-hero-retail_split .hero-copy{min-height:0;padding:56px 24px 36px}.recipe-hero-retail_split .brand-hero-image{height:300px;min-height:300px}.recipe-hero-retail_split .hero-panel{margin:-24px 24px 28px}.recipe-image-hero_background .hero-inner,.recipe-image-hero_full_bleed .hero-inner,.recipe-sections-editorial_flow .grid.two{grid-template-columns:1fr}.recipe-sections-editorial_flow .feature-card:nth-child(3n){grid-column:auto}}.reveal-ready .reveal-on-scroll{opacity:0;transition:opacity .64s,transform .64s cubic-bezier(.2,.75,.2,1),box-shadow .22s,border-color .22s;transition-delay:var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(28px)}.reveal-ready .reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.recruitment-opportunity{background:linear-gradient(135deg, color-mix(in srgb, var(--primary) 8%, #fff), color-mix(in srgb, var(--accent) 7%, #fff)), var(--surface);gap:14px;max-width:980px;margin:0 auto;padding:clamp(28px,5vw,52px);display:grid}.recruitment-opportunity h2{max-width:760px;margin:0;font-size:clamp(32px,5vw,58px);line-height:1}.recruitment-opportunity p:not(.card-label){max-width:820px;color:var(--foreground);margin:0;font-size:clamp(19px,2.2vw,25px);line-height:1.55}.card-label{color:var(--accent);letter-spacing:.04em;text-transform:uppercase;margin:0 0 10px;font-size:13px;font-weight:900}.outcome{border-left:4px solid var(--accent);margin-top:18px;padding-left:14px;font-weight:800}.cta-band{background:linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary) 74%, #000));color:var(--on-primary,#fff);padding:52px 0 70px}.cta-card{grid-template-columns:1fr auto;align-items:center;gap:24px;display:grid}.cta-card p{color:color-mix(in srgb, var(--on-primary,#fff) 78%, transparent)}.cta-band .button{background:var(--on-primary,#fff);color:var(--primary)}@media (min-width:800px){.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:800px){.auth-page{padding-top:20px}.auth-logo{margin-bottom:34px}.auth-card{padding:24px}.site-nav-inner,.cta-card{flex-direction:column;align-items:flex-start}.hero-inner{grid-template-columns:1fr;padding:42px 0}.creative-showcase .hero-section,.creative-cinematic .hero-section{min-height:auto}.creative-showcase .hero-inner,.creative-cinematic .hero-inner{grid-template-columns:1fr;width:min(1120px,100vw - 32px);padding-top:52px;padding-bottom:52px}.creative-showcase .hero-copy h1,.creative-cinematic .hero-copy h1{font-size:clamp(44px,14vw,72px)}.site-nav-links{flex-wrap:wrap;gap:12px}.brand-hero-split .hero-inner,.brand-hero-centered .hero-inner,.brand-hero-compact .hero-inner,.recruitment-hero-inner{grid-template-columns:1fr}.recruitment-hero-inner{gap:28px;padding-top:48px;padding-bottom:48px}.recruitment-hero-inner .hero-copy h1{font-size:clamp(42px,13vw,68px)}.recruitment-role-panel{justify-self:stretch;width:100%}}@media (prefers-reduced-motion:reduce){.brand-ticker-track{animation:none}.reveal-ready .reveal-on-scroll{opacity:1;transition:none;transform:none}}
