
:root{
  --ink:#09090b;--ink-2:#111114;--ink-3:#19191d;--paper:#f4efe6;--paper-2:#e9e0d2;
  --gold:#f5b334;--gold-2:#d9941b;--copper:#b5543a;--ivory:#f5f0e8;
  --muted:#b9b0a3;--line:rgba(245,240,232,.14);--line-dark:rgba(9,9,11,.14);
  --shell:min(1240px,calc(100% - 48px));--shadow:0 30px 90px rgba(0,0,0,.34);
  --sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
}
*{box-sizing:border-box}html{color-scheme:dark;scroll-behavior:smooth;scroll-padding-top:96px;background:var(--ink)}body{margin:0;background:var(--ink);text-rendering:optimizeLegibility;color:var(--ivory);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 72% 8%,rgba(245,179,52,.10),transparent 28%),radial-gradient(circle at 5% 42%,rgba(181,84,58,.06),transparent 26%)}img{max-width:100%;height:auto;display:block}picture{display:block}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:var(--shell);margin-inline:auto}.skip-link{position:fixed;z-index:1000;left:16px;top:12px;transform:translateY(-150%);background:var(--gold);color:#151008;padding:10px 14px;border-radius:10px;font-weight:800}.skip-link:focus{transform:none}:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation-duration:.28s}
.site-header{position:sticky;top:0;z-index:100;height:88px;border-bottom:1px solid transparent;background:rgba(9,9,11,.74);backdrop-filter:blur(18px) saturate(130%);transition:.25s}.site-header.is-scrolled{height:76px;border-color:var(--line);background:rgba(9,9,11,.94);box-shadow:0 10px 40px rgba(0,0,0,.26)}.header-shell{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{width:226px;flex:0 0 auto}.brand img{width:100%;height:68px;object-fit:contain;object-position:left center}.site-nav{display:flex;align-items:center;gap:4px}.site-nav>a{position:relative;padding:11px 12px;color:#d7d0c5;font-size:.91rem;font-weight:700;letter-spacing:-.01em;border-radius:10px;transition:.2s}.site-nav>a:hover,.site-nav>a[aria-current=page]{color:white;background:rgba(255,255,255,.06)}.site-nav>a[aria-current=page]::after{content:"";position:absolute;left:14px;right:14px;bottom:5px;height:2px;background:var(--gold);border-radius:2px}.site-nav .nav-whatsapp{margin-left:10px;padding:12px 17px;color:#171008;background:linear-gradient(135deg,#ffc957,var(--gold));box-shadow:0 10px 32px rgba(245,179,52,.17)}.site-nav .nav-whatsapp:hover{background:linear-gradient(135deg,#ffd373,#f5b334);transform:translateY(-1px)}.site-nav .nav-whatsapp::after{display:none}.menu-toggle{display:none;align-items:center;gap:10px;border:0;background:transparent;color:var(--ivory);padding:10px}.menu-toggle-label{font-weight:800}.menu-toggle-lines{width:24px;height:16px;position:relative;border-top:2px solid currentColor;border-bottom:2px solid currentColor}.menu-toggle-lines::after{content:"";position:absolute;left:0;right:0;top:5px;border-top:2px solid currentColor}
main{overflow:clip}.kicker{margin:0 0 16px;color:var(--gold);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.hero{padding:clamp(56px,7vw,104px) 0 clamp(78px,9vw,128px)}.hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(460px,.88fr);gap:clamp(48px,7vw,104px);align-items:center}.hero-copy{max-width:760px}.hero h1,.page-hero h1,.contact-hero h1,.not-found h1{margin:0;font-family:var(--serif);font-size:clamp(3.1rem,6vw,6.4rem);line-height:.94;letter-spacing:-.058em;font-weight:500;text-wrap:balance}.hero-lead{margin:28px 0 0;max-width:690px;color:#d4ccc0;font-size:clamp(1.08rem,1.5vw,1.34rem);line-height:1.55}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 20px;border:1px solid transparent;border-radius:999px;font-weight:850;letter-spacing:-.015em;transition:transform .2s,box-shadow .2s,background .2s}.button:hover{transform:translateY(-2px)}.button.primary{color:#171008;background:linear-gradient(135deg,#ffc95a,var(--gold));box-shadow:0 18px 50px rgba(245,179,52,.17)}.button.ghost{border-color:var(--line);background:rgba(255,255,255,.035)}.button.light{background:var(--ivory);color:var(--ink)}.button.large{padding-inline:28px;min-height:58px}.hero-signals{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:36px;color:#aaa196;font-size:.85rem;font-weight:700}.hero-signals span{display:flex;align-items:center;gap:8px}.hero-signals span::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold)}.hero-visual{margin:0;position:relative;min-height:620px;border-radius:2px 48px 2px 48px;overflow:hidden;box-shadow:var(--shadow);isolation:isolate}.hero-visual picture,.hero-visual img{display:block;width:100%;height:100%}.hero-visual img{object-fit:cover}.hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(9,9,11,.84));pointer-events:none}.hero-visual figcaption{position:absolute;z-index:2;left:32px;right:32px;bottom:30px;display:grid;gap:4px}.hero-visual figcaption strong{font-family:var(--serif);font-size:1.55rem;font-weight:500}.hero-visual figcaption span{color:#d0c6b9;font-size:.92rem}.statement{padding:clamp(72px,9vw,138px) 0;border-block:1px solid var(--line);background:rgba(255,255,255,.018)}.statement-grid{display:grid;grid-template-columns:150px minmax(0,1.3fr) minmax(260px,.55fr);gap:clamp(28px,5vw,76px);align-items:start}.section-index{margin:8px 0 0;color:var(--gold);font-size:.75rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.statement blockquote{margin:0;font-family:var(--serif);font-size:clamp(2.2rem,4vw,4.4rem);line-height:1.05;letter-spacing:-.045em;color:var(--ivory)}.statement-grid>p:last-child{margin:8px 0 0;color:#bdb4a7;font-size:1.03rem}.section{padding:clamp(82px,10vw,150px) 0}.section-heading{max-width:850px;margin-bottom:52px}.section-heading h2,.editorial-grid h2,.media-story-copy h2,.impact-grid h2,.cta-card h2,.contact-note h2,.technology-principles h2,.security-grid h2{margin:0;font-family:var(--serif);font-size:clamp(2.45rem,4.6vw,5rem);line-height:1.02;letter-spacing:-.05em;font-weight:500;text-wrap:balance}.section-heading>p:last-child{max-width:690px;margin:20px 0 0;color:#bdb4a7;font-size:1.08rem}.pillar-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.pillar{position:relative;min-height:460px;padding:42px;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018));transition:.25s}.pillar::before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-170px;top:-180px;background:radial-gradient(circle,rgba(245,179,52,.22),transparent 68%)}.pillar-ops::before{background:radial-gradient(circle,rgba(181,84,58,.24),transparent 68%)}.pillar:hover{transform:translateY(-5px);border-color:rgba(245,179,52,.34)}.pillar-number{color:#82796f;font-size:.75rem;font-weight:900;letter-spacing:.14em}.pillar-label{margin:78px 0 12px;color:var(--gold);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.pillar h3{margin:0;font-family:var(--serif);font-size:clamp(2rem,3vw,3.4rem);line-height:1.02;font-weight:500;letter-spacing:-.04em}.pillar>p:not(.pillar-label){max-width:510px;color:#bdb4a7}.pillar>a{margin-top:auto;color:var(--ivory);font-weight:850}.pillar>a span{color:var(--gold);margin-left:8px}.section-ivory{background:var(--paper);color:var(--ink)}.dark{color:var(--ink)}.section-heading.dark>p:last-child,.dark p{color:#5d554d}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark)}.audience-grid article{min-height:330px;padding:34px;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.audience-grid span{color:#8b5b17;font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.audience-grid h3{margin:58px 0 14px;font-family:var(--serif);font-size:2.2rem;line-height:1.05;font-weight:500;letter-spacing:-.04em}.audience-grid p{color:#5b534b}.media-story{padding-top:0}.media-story-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.65fr);gap:clamp(38px,7vw,100px);align-items:center}.media-story-grid.reverse{grid-template-columns:minmax(320px,.65fr) minmax(0,1.25fr)}.wide-media{margin:0;min-height:580px;overflow:hidden}.wide-media picture,.wide-media img{display:block;width:100%;height:100%}.wide-media img{object-fit:cover}.media-story-copy p:not(.kicker){color:#bdb4a7;font-size:1.05rem}.text-link{display:inline-flex;gap:10px;margin-top:18px;color:var(--ivory);font-weight:850;border-bottom:1px solid rgba(245,179,52,.42);padding-bottom:5px}.text-link span{color:var(--gold)}.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.steps li{padding:32px;min-height:260px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.steps span,.principle-grid span,.commitment-grid>article>span,.quality-grid>article>span{color:var(--gold);font-size:.74rem;font-weight:900;letter-spacing:.14em}.steps h3{margin:62px 0 10px;font-family:var(--serif);font-size:2rem;font-weight:500}.steps p{color:#bdb4a7}.impact-panel{padding-block:0 120px}.impact-grid{display:grid;grid-template-columns:.9fr 1.1fr;min-height:620px;background:var(--copper);color:white}.impact-grid>div{padding:clamp(42px,6vw,82px);align-self:center}.impact-grid>div p:not(.kicker){max-width:520px;color:#f1d9d0}.impact-grid figure{position:relative;margin:0;min-height:620px;overflow:hidden;background:#201713}.impact-grid picture,.impact-grid img{display:block;width:100%;height:100%}.impact-grid picture{position:absolute;inset:0}.impact-grid img{object-fit:cover}.final-cta{padding-top:0}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:38px;padding:clamp(38px,5vw,68px);border:1px solid rgba(245,179,52,.25);background:radial-gradient(circle at 0 0,rgba(245,179,52,.18),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.022));box-shadow:var(--shadow)}.cta-card h2{max-width:870px;font-size:clamp(2.2rem,4vw,4.3rem)}.cta-card p:not(.kicker){color:#bdb4a7}
.page-hero{padding:clamp(70px,9vw,130px) 0 clamp(72px,9vw,118px)}.page-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(440px,.85fr);gap:clamp(46px,7vw,104px);align-items:center}.page-hero h1{font-size:clamp(3.2rem,5.8vw,6.2rem)}.page-hero-media{margin:0;min-height:590px;overflow:hidden;border-radius:48px 2px 48px 2px;box-shadow:var(--shadow)}.page-hero-media picture,.page-hero-media img{display:block;width:100%;height:100%}.page-hero-media img{object-fit:cover}.page-hero.text-only{padding-bottom:40px}.page-hero.text-only .shell{max-width:980px;margin-left:max(24px,calc((100% - 1240px)/2))}.editorial-grid{display:grid;grid-template-columns:180px minmax(0,850px);gap:clamp(32px,7vw,110px)}.editorial-grid .large-copy{font-family:var(--serif);font-size:clamp(1.65rem,2.5vw,2.7rem);line-height:1.2;color:var(--ivory)}.editorial-grid>div>p:not(.large-copy){color:#bdb4a7;font-size:1.05rem}.brand-architecture{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark)}.brand-architecture article{padding:34px;min-height:300px;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.brand-architecture strong{font-family:var(--serif);font-size:3.1rem;font-weight:500;color:#8b5b17}.brand-architecture h3{margin:64px 0 10px;font-size:1.1rem}.brand-architecture p{color:#5b534b}.values-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:70px}.value-list{border-top:1px solid var(--line)}.value-list article{display:grid;grid-template-columns:70px 1fr;gap:20px;padding:26px 0;border-bottom:1px solid var(--line)}.value-list article>span{color:var(--gold);font-size:.72rem;font-weight:900}.value-list h3{margin:0 0 5px;font-family:var(--serif);font-size:1.7rem;font-weight:500}.value-list p{margin:0;color:#bdb4a7}.value-list.dark{border-color:var(--line-dark)}.value-list.dark article{border-color:var(--line-dark)}.value-list.dark p{color:#5b534b}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-grid article{min-height:360px;padding:34px;border:1px solid var(--line);background:rgba(255,255,255,.025)}.service-grid span{color:var(--gold);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.service-grid h3{margin:96px 0 12px;font-family:var(--serif);font-size:2.3rem;line-height:1;font-weight:500}.service-grid p{color:#bdb4a7}.flow-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.flow-list{list-style:none;margin:0;padding:0}.flow-list li{display:grid;grid-template-columns:56px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--line-dark)}.flow-list li:first-child{border-top:1px solid var(--line-dark)}.flow-list span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--ink);color:var(--gold);font-weight:900}.flow-list h3{margin:0;font-size:1.05rem}.flow-list p{margin:4px 0 0;color:#5b534b}.experience-split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.experience-split article{padding:42px;border:1px solid var(--line);background:rgba(255,255,255,.025)}.experience-split h2{font-family:var(--serif);font-size:clamp(2.2rem,3.4vw,3.8rem);line-height:1.05;font-weight:500}.check-list{list-style:none;margin:28px 0 0;padding:0}.check-list li{padding:15px 0 15px 30px;border-top:1px solid var(--line);position:relative;color:#d2c9bc}.check-list li::before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:900}.language-comparison{display:grid;grid-template-columns:1fr 1fr;gap:18px}.language-comparison>div{padding:38px;border:1px solid var(--line-dark);background:#ebe3d7}.language-comparison .preferred{background:var(--ink);color:var(--ivory)}.language-comparison span{font-size:.75rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#7b7065}.language-comparison blockquote{margin:54px 0 0;font-family:var(--serif);font-size:2rem;line-height:1.2}.principle-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.principle-grid article{padding:30px;border-top:2px solid var(--gold);background:rgba(255,255,255,.025)}.principle-grid h3{margin:64px 0 10px;font-family:var(--serif);font-size:1.75rem;font-weight:500}.principle-grid p{color:#bdb4a7}.commitment-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.commitment-grid article{min-height:390px;padding:42px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.commitment-grid h2{margin:84px 0 12px;font-family:var(--serif);font-size:2.6rem;line-height:1;font-weight:500}.commitment-grid p{color:#bdb4a7}.capability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.capability-grid article{padding:38px;border:1px solid var(--line);min-height:300px}.capability-grid span{color:var(--gold);font-size:.75rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.capability-grid h3{margin:70px 0 10px;font-family:var(--serif);font-size:2.2rem;line-height:1.05;font-weight:500}.capability-grid p{color:#bdb4a7}.technology-principles{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.contact-hero{padding:clamp(70px,9vw,130px) 0}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(50px,8vw,120px);align-items:start}.phone-display{color:var(--gold);font-weight:800}.contact-card{border-top:1px solid var(--line)}.contact-card>a{display:grid;grid-template-columns:110px 1fr 24px;gap:18px;align-items:center;padding:24px 4px;border-bottom:1px solid var(--line);transition:.2s}.contact-card>a:hover{padding-left:14px;background:rgba(255,255,255,.03)}.contact-card span{color:var(--gold);font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.contact-card strong{font-family:var(--serif);font-size:1.5rem;font-weight:500}.contact-card i{font-style:normal;color:var(--gold)}.contact-note{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:end}.contact-note>p{font-size:1.1rem}.quality-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.quality-grid article{padding:36px;min-height:300px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.quality-grid h2{margin:72px 0 10px;font-family:var(--serif);font-size:2.2rem;font-weight:500}.quality-grid p{color:#bdb4a7}.security-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:80px}.brand-showcase{padding:20px;border:1px solid var(--line);background:#080809}.brand-showcase img{width:100%}.brand-rules{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.brand-rules h2{font-family:var(--serif);font-size:2rem;font-weight:500}.brand-rules p{color:#5b534b}.legal-note{max-width:820px;padding:42px;border-left:3px solid var(--gold);background:rgba(255,255,255,.035)}.legal-note h2{font-family:var(--serif);font-size:2.4rem;font-weight:500}.legal-note p{color:#bdb4a7}.internal-links{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.internal-links a{padding:16px;border:1px solid var(--line)}.not-found{min-height:70vh;display:grid;align-items:center;padding:100px 0}.not-found .shell{max-width:900px}
.site-footer{padding:72px 0 26px;border-top:1px solid var(--line);background:#070708}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr .8fr;gap:50px}.footer-brand img{width:230px;height:76px;object-fit:contain;object-position:left}.footer-brand p{max-width:410px;color:#938b81}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer-col strong{margin-bottom:9px;color:var(--gold);font-size:.76rem;letter-spacing:.14em;text-transform:uppercase}.footer-col a{color:#bdb4a7}.footer-col a:hover{color:white}.footer-contact p{margin:0;color:#81796f;font-size:.85rem}.footer-bottom{display:flex;justify-content:space-between;gap:24px;margin-top:54px;padding-top:22px;border-top:1px solid var(--line);color:#736c63;font-size:.79rem}.whatsapp-float{position:fixed;z-index:70;right:22px;bottom:22px;display:flex;align-items:center;gap:9px;padding:12px 16px;border-radius:999px;background:var(--gold);color:#171008;font-size:.87rem;box-shadow:0 16px 50px rgba(0,0,0,.38);transition:.2s}.whatsapp-float:hover{transform:translateY(-3px)}
@media(max-width:1120px){.site-nav{position:fixed;inset:88px 18px auto 18px;display:grid;padding:18px;border:1px solid var(--line);background:rgba(9,9,11,.98);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.2s}.nav-open{overflow:hidden}.nav-open .site-nav{opacity:1;visibility:visible;transform:none}.site-nav>a{padding:14px}.site-nav .nav-whatsapp{margin:6px 0 0;text-align:center}.menu-toggle{display:flex}.hero-grid,.page-hero-grid{grid-template-columns:1fr}.hero-visual,.page-hero-media{min-height:600px;max-width:820px;width:100%}.statement-grid{grid-template-columns:120px 1fr}.statement-grid>p:last-child{grid-column:2}.media-story-grid,.media-story-grid.reverse{grid-template-columns:1fr}.wide-media{min-height:560px}.impact-grid{grid-template-columns:1fr}.impact-grid figure{min-height:560px}.values-grid,.flow-grid,.technology-principles,.security-grid{grid-template-columns:1fr;gap:46px}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-contact{grid-column:2/4}}
@media(max-width:760px){:root{--shell:min(100% - 32px,1240px)}html{scroll-padding-top:78px}.site-header,.site-header.is-scrolled{height:72px}.brand{width:178px}.brand img{height:54px}.site-nav{inset:72px 12px auto 12px}.hero,.page-hero,.contact-hero{padding-top:54px}.hero h1,.page-hero h1,.contact-hero h1,.not-found h1{font-size:clamp(2.8rem,14vw,4.5rem);line-height:.96}.hero-lead{font-size:1.05rem}.hero-visual,.page-hero-media{min-height:0;aspect-ratio:4/5;border-radius:2px 32px 2px 32px}.hero-visual figcaption{left:22px;right:22px;bottom:22px}.hero-signals{display:grid;gap:7px}.statement-grid{grid-template-columns:1fr}.statement-grid>p:last-child{grid-column:auto}.pillar-grid,.experience-split,.capability-grid,.commitment-grid,.language-comparison{grid-template-columns:1fr}.pillar{min-height:410px;padding:30px}.pillar-label{margin-top:60px}.audience-grid,.service-grid,.quality-grid,.brand-architecture,.brand-rules{grid-template-columns:1fr}.audience-grid article,.service-grid article{min-height:260px}.audience-grid h3,.service-grid h3{margin-top:46px}.steps,.principle-grid{display:grid;grid-template-columns:1fr 1fr}.steps li{min-height:220px}.media-story-grid{gap:34px}.wide-media{min-height:0;aspect-ratio:4/5}.impact-grid{min-height:auto}.impact-grid figure{min-height:0;aspect-ratio:4/5}.cta-card{align-items:flex-start;flex-direction:column}.editorial-grid{grid-template-columns:1fr}.contact-note{grid-template-columns:1fr;gap:28px}.contact-card>a{grid-template-columns:82px 1fr 18px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.footer-contact{grid-column:auto}.footer-bottom{flex-direction:column}.whatsapp-float strong{display:none}.whatsapp-float{width:48px;height:48px;justify-content:center;padding:0}.internal-links{grid-template-columns:1fr}}
@media(max-width:480px){.steps,.principle-grid{grid-template-columns:1fr}.actions{flex-direction:column;align-items:stretch}.button{width:100%}.hero-visual figcaption span{display:none}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.contact-card>a{grid-template-columns:1fr 22px}.contact-card span{grid-column:1/3}.contact-card strong{font-size:1.32rem}.service-grid article,.quality-grid article{min-height:250px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}@view-transition{navigation:none}}
@media(forced-colors:active){.button,.site-nav>a,.pillar,.service-grid article{border:1px solid ButtonText}}

/* =========================================================
   v5.1.0 — Interactive Signature
   Interatividade orientada por propósito, sem dependências.
   ========================================================= */
:root{
  --pointer-x:72%;--pointer-y:8%;
  --ease-out:cubic-bezier(.16,1,.3,1);
}
body::before{
  background:
    radial-gradient(520px circle at var(--pointer-x) var(--pointer-y),rgba(245,179,52,.12),transparent 62%),
    radial-gradient(circle at 5% 42%,rgba(181,84,58,.07),transparent 26%);
  transition:background-position .15s linear;
}
.scroll-progress{position:fixed;z-index:160;inset:0 0 auto;height:3px;pointer-events:none;background:rgba(255,255,255,.035)}
.scroll-progress span{display:block;width:100%;height:100%;transform:scaleX(0);transform-origin:left center;background:linear-gradient(90deg,var(--copper),var(--gold),#ffe09a);box-shadow:0 0 18px rgba(245,179,52,.42);will-change:transform}
.logo-alpha{filter:drop-shadow(0 8px 18px rgba(0,0,0,.26))}
.brand{width:246px}
.brand img{height:72px;object-fit:contain;object-position:left center}
.footer-brand img{width:260px;height:auto;max-height:94px;object-fit:contain;object-position:left center}
.footer-bottom{align-items:center}
.footer-share{display:inline-flex;align-items:center;gap:10px;border:0;padding:8px 0;background:transparent;color:#9f978d;cursor:pointer;font:inherit;font-size:.79rem;transition:color .2s}
.footer-share:hover{color:var(--ivory)}
.footer-share i{display:grid;place-items:center;width:26px;height:26px;border:1px solid var(--line);border-radius:50%;font-style:normal;color:var(--gold)}
.footer-share.is-copied span{color:var(--gold)}

/* Purposeful motion */
.motion-ready [data-reveal]{opacity:0;transform:translateY(32px);transition:opacity .75s var(--ease-out),transform .75s var(--ease-out)}
.motion-ready [data-reveal].is-visible{opacity:1;transform:none}
[data-parallax-card]{--px:0px;--py:0px;transform:translate3d(var(--px),var(--py),0);transition:transform .55s var(--ease-out)}
[data-tilt]{--rx:0deg;--ry:0deg;--tz:0px;transform:perspective(900px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(var(--tz));transform-style:preserve-3d;transition:transform .35s var(--ease-out),border-color .25s,box-shadow .25s;will-change:transform}
[data-tilt]:hover{--tz:-5px;box-shadow:0 28px 70px rgba(0,0,0,.18)}
[data-magnetic]{--mx:0px;--my:0px;transform:translate3d(var(--mx),var(--my),0);transition:transform .25s var(--ease-out),box-shadow .2s,background .2s}
[data-magnetic]:hover{transform:translate3d(var(--mx),calc(var(--my) - 2px),0)}

/* Hero interactive polish */
.hero-visual::before,.page-hero-media::before{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:radial-gradient(340px circle at var(--card-x,70%) var(--card-y,22%),rgba(255,225,155,.16),transparent 65%);mix-blend-mode:screen;opacity:.85}
.hero-visual .media-image,.page-hero-media .media-image{transition:transform 1s var(--ease-out),filter .6s ease}
.hero-visual:hover .media-image,.page-hero-media:hover .media-image{transform:scale(1.025);filter:saturate(1.04) contrast(1.02)}
.hero-copy .kicker{display:inline-flex;align-items:center;gap:10px}
.hero-copy .kicker::before{content:"";width:28px;height:1px;background:var(--gold);box-shadow:12px 0 0 rgba(245,179,52,.35)}

/* Interactive audience explorer */
.audience-lab{overflow:hidden}
.audience-explorer{border:1px solid var(--line-dark);background:rgba(255,255,255,.42);box-shadow:0 24px 80px rgba(28,22,16,.08)}
.audience-tabs{display:flex;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--line-dark);padding:0 14px}
.audience-tabs::-webkit-scrollbar{display:none}
.audience-tabs button{position:relative;flex:0 0 auto;border:0;background:transparent;color:#6b6258;padding:22px 19px;cursor:pointer;font:inherit;font-size:.83rem;font-weight:850;letter-spacing:-.01em}
.audience-tabs button::after{content:"";position:absolute;left:18px;right:18px;bottom:-1px;height:3px;background:var(--gold-2);transform:scaleX(0);transition:transform .28s var(--ease-out)}
.audience-tabs button[aria-selected="true"]{color:var(--ink)}
.audience-tabs button[aria-selected="true"]::after{transform:scaleX(1)}
.audience-panel{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);min-height:510px;outline:0}
.audience-panel-copy{padding:clamp(38px,6vw,76px)}
.audience-eyebrow{margin:0;color:#8b5b17;font-size:.76rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.audience-panel h3{max-width:620px;margin:26px 0 18px;font-family:var(--serif);font-size:clamp(2.5rem,4.3vw,4.6rem);line-height:1;letter-spacing:-.05em;font-weight:500}
.audience-panel-copy>p:not(.audience-eyebrow){max-width:610px;color:#5b534b;font-size:1.08rem}
.audience-panel ul{display:grid;gap:0;margin:28px 0 20px;padding:0;list-style:none;border-top:1px solid var(--line-dark)}
.audience-panel li{position:relative;padding:14px 0 14px 26px;border-bottom:1px solid var(--line-dark);color:#4f4841;font-weight:650}
.audience-panel li::before{content:"";position:absolute;left:1px;top:22px;width:8px;height:8px;border-radius:50%;background:var(--gold-2)}
.audience-panel .text-link{color:var(--ink)}
.audience-orbit{position:relative;min-height:100%;overflow:hidden;background:linear-gradient(145deg,#101013,#08080a);isolation:isolate}
.audience-orbit::before,.audience-orbit::after{content:"";position:absolute;inset:50% auto auto 50%;border:1px solid rgba(245,179,52,.18);border-radius:50%;transform:translate(-50%,-50%)}
.audience-orbit::before{width:310px;height:310px}
.audience-orbit::after{width:440px;height:440px;border-color:rgba(245,240,232,.09)}
.orbit-core{position:absolute;z-index:2;left:50%;top:50%;width:170px;height:170px;display:grid;place-items:center;border-radius:50%;transform:translate(-50%,-50%);background:radial-gradient(circle at 35% 25%,rgba(245,179,52,.20),rgba(255,255,255,.035) 52%,rgba(255,255,255,.015));border:1px solid rgba(245,179,52,.24);box-shadow:0 30px 90px rgba(0,0,0,.42),inset 0 0 60px rgba(245,179,52,.07)}
.orbit-core img{width:128px;height:auto;filter:drop-shadow(0 12px 20px rgba(0,0,0,.4))}
.orbit-dot{position:absolute;z-index:3;width:12px;height:12px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 8px rgba(245,179,52,.10),0 0 24px rgba(245,179,52,.6);animation:orbitPulse 2.5s ease-in-out infinite}
.dot-a{left:22%;top:28%}.dot-b{right:22%;top:35%;animation-delay:.7s}.dot-c{left:35%;bottom:19%;animation-delay:1.4s}
.orbit-label{position:absolute;z-index:3;padding:7px 11px;border:1px solid rgba(245,240,232,.13);border-radius:999px;background:rgba(9,9,11,.72);backdrop-filter:blur(10px);color:#d7d0c5;font-size:.72rem;font-weight:800}
.label-a{left:12%;top:15%}.label-b{right:11%;top:20%}.label-c{right:18%;bottom:14%}
@keyframes orbitPulse{50%{transform:scale(1.35);opacity:.7}}

/* Interactive journey simulator */
.journey-lab{position:relative;overflow:hidden;background:linear-gradient(180deg,#0a0a0c,#111116)}
.journey-lab::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 48%,rgba(245,179,52,.12),transparent 28%),linear-gradient(120deg,transparent 55%,rgba(181,84,58,.055));pointer-events:none}
.journey-grid{position:relative;display:grid;grid-template-columns:minmax(300px,.72fr) minmax(420px,1.28fr);gap:clamp(50px,8vw,120px);align-items:center}
.journey-controls{max-width:560px}
.journey-progress{height:4px;background:rgba(255,255,255,.08);overflow:hidden;margin-bottom:22px}
.journey-progress span{display:block;height:100%;width:25%;background:linear-gradient(90deg,var(--copper),var(--gold));transition:width .5s var(--ease-out)}
.journey-step-label{color:var(--gold);font-size:.76rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.journey-controls h3{margin:22px 0 14px;font-family:var(--serif);font-size:clamp(2.5rem,4vw,4.5rem);line-height:1;letter-spacing:-.05em;font-weight:500}
.journey-controls>p:not(.journey-step-label){color:#bdb4a7;font-size:1.06rem}
.journey-benefits{list-style:none;margin:26px 0 0;padding:0;border-top:1px solid var(--line)}
.journey-benefits li{position:relative;padding:13px 0 13px 28px;border-bottom:1px solid var(--line);color:#d5cec4}
.journey-benefits li::before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:900}
.journey-actions{display:flex;gap:10px;margin-top:30px}
.journey-actions .button:disabled{opacity:.34;cursor:not-allowed;transform:none}
.journey-dots{display:flex;gap:9px;margin-top:22px}
.journey-dots button{width:28px;height:5px;border:0;border-radius:999px;padding:0;background:rgba(255,255,255,.16);cursor:pointer;transition:.25s}
.journey-dots button[aria-selected="true"]{width:54px;background:var(--gold)}
.phone-stage{position:relative;display:grid;place-items:center;min-height:680px;isolation:isolate}
.phone-glow{position:absolute;width:min(560px,90%);height:min(560px,90%);border-radius:50%;background:radial-gradient(circle,rgba(245,179,52,.2),rgba(181,84,58,.07) 42%,transparent 68%);filter:blur(8px);animation:phoneBreathe 5s ease-in-out infinite}
.phone-shell{position:relative;z-index:2;width:min(390px,86vw);height:650px;border:9px solid #242329;border-radius:50px;background:#dfe4dc;box-shadow:0 50px 120px rgba(0,0,0,.55),inset 0 0 0 2px rgba(255,255,255,.07);overflow:hidden;transform:rotate(2deg);transition:transform .55s var(--ease-out)}
.phone-stage:hover .phone-shell{transform:rotate(0deg) translateY(-5px)}
.phone-top{height:76px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;padding:16px 18px;background:#111b18;color:white}
.phone-top>span{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--copper));box-shadow:inset 0 0 0 3px rgba(255,255,255,.15)}
.phone-top strong{font-size:.93rem}.phone-top i{font-style:normal;color:#83d5a2;font-size:.7rem}
.chat-window{height:512px;padding:22px 16px 30px;overflow-y:auto;background-color:#e7e2d8;background-image:radial-gradient(rgba(38,58,51,.075) 1px,transparent 1px);background-size:14px 14px;scrollbar-width:none}
.chat-window::-webkit-scrollbar{display:none}.chat-day{width:max-content;margin:0 auto 18px;padding:5px 10px;border-radius:8px;background:rgba(255,255,255,.72);color:#6b6c68;font-size:.68rem}
.chat-bubble{max-width:82%;margin:0 0 9px;padding:10px 12px;border-radius:7px;color:#222;font-size:.84rem;line-height:1.4;box-shadow:0 2px 6px rgba(0,0,0,.09);opacity:0;transform:translateY(14px) scale(.98);height:0;overflow:hidden;padding-block:0;margin-bottom:0;transition:opacity .38s var(--ease-out),transform .38s var(--ease-out),height .38s var(--ease-out),padding .38s var(--ease-out),margin .38s var(--ease-out)}
.chat-bubble.is-visible{opacity:1;transform:none;height:auto;padding:10px 12px;margin-bottom:9px}
.chat-bubble.incoming{background:white;border-top-left-radius:2px}.chat-bubble.outgoing{margin-left:auto;background:#d9fdd3;border-top-right-radius:2px}
.chat-status{margin-top:12px;color:#737875;font-size:.66rem;text-align:center;letter-spacing:.04em}
.phone-compose{height:62px;display:grid;grid-template-columns:1fr 38px;align-items:center;gap:8px;padding:9px 12px;background:#f4f3f1;color:#888;font-size:.78rem}
.phone-compose span{padding:10px 13px;border-radius:999px;background:white}.phone-compose button{width:38px;height:38px;border:0;border-radius:50%;background:#1f8f69;color:white}
@keyframes phoneBreathe{50%{transform:scale(1.07);opacity:.72}}

/* Home section navigator */
.section-navigator{position:fixed;z-index:65;left:20px;top:50%;display:grid;gap:10px;transform:translateY(-50%)}
.section-navigator button{position:relative;width:10px;height:10px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.22);cursor:pointer;transition:.25s}
.section-navigator button::after{content:attr(aria-label);position:absolute;left:22px;top:50%;width:max-content;max-width:190px;padding:6px 9px;border:1px solid var(--line);border-radius:7px;background:rgba(9,9,11,.94);color:#d8d1c7;font-size:.68rem;font-weight:750;opacity:0;visibility:hidden;transform:translate(-5px,-50%);transition:.2s;pointer-events:none}
.section-navigator button:hover::after,.section-navigator button:focus-visible::after{opacity:1;visibility:visible;transform:translate(0,-50%)}
.section-navigator button.is-active{background:var(--gold);box-shadow:0 0 0 6px rgba(245,179,52,.10)}

/* Interactive FAQ */
.faq-layout{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(420px,1.28fr);gap:clamp(50px,8vw,110px);align-items:start}
.faq-list{border-top:1px solid var(--line-dark)}
.faq-list details{border-bottom:1px solid var(--line-dark)}
.faq-list summary{display:grid;grid-template-columns:1fr 34px;gap:20px;align-items:center;padding:24px 0;cursor:pointer;list-style:none;color:var(--ink);font-family:var(--serif);font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.2;font-weight:500}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--line-dark);font-family:var(--sans);font-size:1rem;transition:transform .25s,background .25s}
.faq-list details[open] summary span{transform:rotate(45deg);background:var(--gold);border-color:var(--gold)}
.faq-list details p{max-width:720px;margin:-4px 54px 24px 0;color:#5b534b}

/* Solutions interactive selector */
[data-service-selector] article{cursor:pointer;outline:0}
[data-service-selector] article[aria-pressed="true"]{border-color:rgba(245,179,52,.72);background:linear-gradient(145deg,rgba(245,179,52,.12),rgba(255,255,255,.025));box-shadow:inset 0 0 0 1px rgba(245,179,52,.15),0 26px 70px rgba(0,0,0,.14)}
.service-focus{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:18px;padding:28px 30px;border:1px solid var(--line);background:linear-gradient(115deg,rgba(245,179,52,.095),rgba(255,255,255,.025))}
.service-focus .kicker{margin-bottom:7px}.service-focus h3{margin:0;font-family:var(--serif);font-size:2rem;font-weight:500}.service-focus p:not(.kicker){margin:4px 0 0;color:#bdb4a7}

/* Experience voice switch */
.voice-switch{display:grid;grid-template-columns:230px 1fr;min-height:390px;border:1px solid var(--line-dark);background:#e9e1d5}
.voice-switch-controls{display:flex;flex-direction:column;border-right:1px solid var(--line-dark)}
.voice-switch-controls button{flex:1;border:0;border-bottom:1px solid var(--line-dark);background:transparent;color:#6c6258;padding:28px;text-align:left;cursor:pointer;font:inherit;font-weight:850}
.voice-switch-controls button:last-child{border-bottom:0}
.voice-switch-controls button[aria-selected="true"]{background:var(--ink);color:var(--ivory);box-shadow:inset 4px 0 var(--gold)}
.voice-stage{display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,6vw,74px);color:var(--ink);transition:background .35s,color .35s}
.voice-stage.is-technical{background:#d8d0c5;color:#332f2b}
.voice-stage>p{margin:0;color:#8b5b17;font-size:.75rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.voice-stage blockquote{margin:34px 0 22px;font-family:var(--serif);font-size:clamp(2rem,3.7vw,4rem);line-height:1.08;letter-spacing:-.045em}
.voice-stage span{color:#665e56;font-weight:700}

/* Feedback states */
.toast-message{position:fixed;z-index:200;left:50%;bottom:30px;max-width:min(90vw,430px);padding:12px 18px;border:1px solid var(--line);border-radius:999px;background:rgba(9,9,11,.96);box-shadow:0 22px 60px rgba(0,0,0,.4);color:var(--ivory);font-size:.86rem;font-weight:750;opacity:0;transform:translate(-50%,18px);transition:.25s;pointer-events:none}
.toast-message.is-visible{opacity:1;transform:translate(-50%,0)}

@media(max-width:1180px){.section-navigator{display:none}.audience-panel{grid-template-columns:1fr}.audience-orbit{min-height:460px}.journey-grid{grid-template-columns:1fr}.journey-controls{max-width:720px}.phone-stage{min-height:700px}.faq-layout{grid-template-columns:1fr}.voice-switch{grid-template-columns:190px 1fr}}
@media(max-width:760px){.brand{width:194px}.brand img{height:58px}.footer-brand img{width:230px}.audience-tabs{padding-inline:5px}.audience-tabs button{padding:18px 14px}.audience-panel-copy{padding:34px 25px}.audience-orbit{min-height:400px}.orbit-core{width:142px;height:142px}.audience-orbit::before{width:260px;height:260px}.audience-orbit::after{width:360px;height:360px}.journey-grid{gap:34px}.phone-stage{min-height:620px}.phone-shell{height:590px;border-radius:42px}.chat-window{height:452px}.journey-actions{display:grid;grid-template-columns:1fr 1fr}.journey-actions .button{width:100%}.faq-list summary{font-size:1.35rem}.service-focus{align-items:flex-start;flex-direction:column}.voice-switch{grid-template-columns:1fr}.voice-switch-controls{display:grid;grid-template-columns:1fr 1fr;border-right:0;border-bottom:1px solid var(--line-dark)}.voice-switch-controls button{border-bottom:0;border-right:1px solid var(--line-dark);padding:18px}.voice-switch-controls button:last-child{border-right:0}.voice-switch-controls button[aria-selected="true"]{box-shadow:inset 0 -4px var(--gold)}.voice-stage{min-height:340px}.footer-bottom{align-items:flex-start}.footer-share{order:3}}
@media(max-width:480px){.audience-orbit{min-height:330px}.orbit-label{font-size:.65rem}.label-a{left:5%}.label-b{right:5%}.label-c{right:8%}.phone-stage{min-height:570px}.phone-shell{width:100%;height:550px;border-width:7px;border-radius:38px}.chat-window{height:412px;padding-inline:12px}.phone-top{height:72px}.journey-actions{grid-template-columns:1fr}.journey-dots{justify-content:center}.voice-switch-controls{grid-template-columns:1fr}.voice-switch-controls button{border-right:0;border-bottom:1px solid var(--line-dark)}.voice-switch-controls button:last-child{border-bottom:0}.voice-stage blockquote{font-size:2rem}}
@media(prefers-reduced-motion:reduce){.orbit-dot,.phone-glow{animation:none!important}.hero-visual:hover .media-image,.page-hero-media:hover .media-image{transform:none}.motion-ready [data-reveal]{opacity:1!important;transform:none!important}[data-parallax-card],[data-tilt],[data-magnetic]{transform:none!important}}
.logo-lab{border:1px solid var(--line-dark);background:white;box-shadow:0 30px 80px rgba(28,22,16,.10)}
.logo-lab-controls{display:flex;gap:8px;padding:12px;border-bottom:1px solid var(--line-dark);overflow-x:auto}
.logo-lab-controls button{border:1px solid var(--line-dark);border-radius:999px;background:transparent;color:#5d554d;padding:9px 15px;cursor:pointer;font:inherit;font-size:.78rem;font-weight:850}
.logo-lab-controls button[aria-selected="true"]{background:var(--ink);border-color:var(--ink);color:var(--ivory)}
.logo-lab-stage{min-height:440px;display:grid;place-items:center;padding:clamp(28px,6vw,76px);transition:background .45s var(--ease-out)}
.logo-lab-stage.is-dark{background:#09090b}.logo-lab-stage.is-light{background:#f4efe6}.logo-lab-stage.is-copper{background:#a84e36}
.logo-lab-stage img{width:min(100%,1000px);height:auto;filter:drop-shadow(0 20px 28px rgba(0,0,0,.22));transition:transform .45s var(--ease-out)}
.logo-lab-stage:hover img{transform:scale(1.025)}
@media(max-width:760px){.logo-lab-stage{min-height:300px}.logo-lab-controls{justify-content:flex-start}}

/* =========================================================
   Ecossistema Gentill — base v5.2.0
   ========================================================= */
.ecosystem-section{position:relative;overflow:hidden;background:
  radial-gradient(700px circle at 88% 12%,rgba(245,179,52,.12),transparent 64%),
  linear-gradient(180deg,#0c0c0f 0%,#09090b 100%)}
.ecosystem-section::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent)}
.ecosystem-section>.shell{position:relative;z-index:1}
.ecosystem-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.55fr);gap:clamp(36px,7vw,100px);align-items:end;margin-bottom:clamp(36px,6vw,72px)}
.ecosystem-heading h2{max-width:850px;margin:0;font-family:var(--serif);font-size:clamp(2.55rem,4.8vw,5.25rem);font-weight:500;line-height:.98;letter-spacing:-.052em;text-wrap:balance}
.ecosystem-heading>p{margin:0 0 8px;color:#bdb4a7;font-size:1.05rem;line-height:1.65}
.ecosystem-lab{display:grid;grid-template-columns:minmax(250px,.46fr) minmax(0,1.54fr);gap:18px;align-items:stretch}
.ecosystem-tabs{display:grid;grid-template-rows:repeat(3,1fr);gap:10px}
.ecosystem-tabs button{display:grid;grid-template-columns:92px 1fr;gap:17px;align-items:center;min-height:122px;padding:14px 18px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.025);color:var(--ivory);text-align:left;cursor:pointer;transition:border-color .25s,background .25s,transform .25s,box-shadow .25s}
.ecosystem-tabs button:hover{transform:translateX(4px);border-color:rgba(245,179,52,.4);background:rgba(255,255,255,.045)}
.ecosystem-tabs button[aria-selected="true"]{border-color:rgba(245,179,52,.72);background:linear-gradient(135deg,rgba(245,179,52,.15),rgba(255,255,255,.035));box-shadow:inset 3px 0 var(--gold),0 24px 60px rgba(0,0,0,.2)}
.ecosystem-tab-logo{display:grid;place-items:center;width:92px;height:78px;padding:6px;border-radius:12px;background:rgba(0,0,0,.2)}
.ecosystem-tab-logo img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.25))}
.ecosystem-tabs strong{display:block;font-family:var(--serif);font-size:1.3rem;font-weight:500;line-height:1.05}
.ecosystem-tabs small{display:block;margin-top:8px;color:#a9a094;font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.ecosystem-panel{--ecosystem-accent:var(--gold);display:grid;grid-template-columns:minmax(0,.93fr) minmax(360px,1.07fr);min-height:500px;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:linear-gradient(140deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 44px 110px rgba(0,0,0,.25)}
.ecosystem-panel.is-mei{--ecosystem-accent:#d3b16a}.ecosystem-panel.is-arcanum{--ecosystem-accent:#a66d2a}
.ecosystem-visual{position:relative;display:grid;place-items:center;min-height:100%;padding:clamp(38px,6vw,78px);overflow:hidden;background:
  radial-gradient(390px circle at 50% 46%,color-mix(in srgb,var(--ecosystem-accent) 22%,transparent),transparent 68%),
  linear-gradient(145deg,#111114,#070708)}
.ecosystem-visual::before{content:"";position:absolute;width:68%;aspect-ratio:1;border:1px solid rgba(245,179,52,.18);border-radius:50%;box-shadow:0 0 0 36px rgba(245,179,52,.025),0 0 0 74px rgba(245,179,52,.018)}
.ecosystem-product-logo{position:relative;z-index:2;width:min(100%,640px);max-height:300px;object-fit:contain;filter:drop-shadow(0 28px 34px rgba(0,0,0,.45));transition:transform .5s var(--ease-out),filter .5s var(--ease-out)}
.ecosystem-panel.is-arcanum .ecosystem-product-logo{max-height:360px;width:min(76%,460px)}
.ecosystem-visual:hover .ecosystem-product-logo{transform:scale(1.025);filter:drop-shadow(0 34px 42px rgba(0,0,0,.5))}
.ecosystem-smile{position:absolute;z-index:1;right:-5%;bottom:-7%;width:42%;height:auto;opacity:.075;transform:rotate(-9deg);pointer-events:none}
.ecosystem-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,5.5vw,76px)}
.ecosystem-eyebrow{margin:0 0 18px;color:var(--ecosystem-accent);font-size:.76rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.ecosystem-copy h3{margin:0;font-family:var(--serif);font-size:clamp(2.25rem,3.8vw,4.35rem);line-height:1;letter-spacing:-.045em;font-weight:500;text-wrap:balance}
.ecosystem-copy>p:not(.ecosystem-eyebrow){margin:24px 0 0;color:#c4bbaf;font-size:1.03rem;line-height:1.65}
.ecosystem-copy ul{list-style:none;margin:30px 0 34px;padding:0;border-top:1px solid var(--line)}
.ecosystem-copy li{position:relative;padding:14px 0 14px 26px;border-bottom:1px solid var(--line);color:#ddd5ca}
.ecosystem-copy li::before{content:"";position:absolute;left:2px;top:22px;width:7px;height:7px;border-radius:50%;background:var(--ecosystem-accent);box-shadow:0 0 0 5px color-mix(in srgb,var(--ecosystem-accent) 12%,transparent)}
.ecosystem-copy .button{align-self:flex-start}
.ecosystem-more{display:flex;justify-content:flex-end;margin-top:24px}
.ecosystem-more .text-link{color:var(--gold)}

.ecosystem-hero{padding-bottom:clamp(70px,9vw,130px)}
.ecosystem-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:clamp(42px,7vw,100px);align-items:center}
.ecosystem-hero h1{margin:0;font-family:var(--serif);font-size:clamp(3.25rem,6.3vw,6.7rem);font-weight:500;line-height:.94;letter-spacing:-.06em;text-wrap:balance}
.ecosystem-signature{position:relative;display:grid;place-items:center;min-height:430px;padding:clamp(28px,4vw,58px);border:1px solid var(--line);border-radius:2px 42px 2px 42px;overflow:hidden;background:radial-gradient(circle at 70% 20%,rgba(245,179,52,.13),transparent 44%),linear-gradient(145deg,#111114,#070708)}
.ecosystem-signature::before{content:"";position:absolute;inset:9%;border:1px solid rgba(245,179,52,.13);border-radius:50%}
.ecosystem-signature img{position:relative;z-index:1;width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 28px 36px rgba(0,0,0,.5))}
.ecosystem-page-lab{background:linear-gradient(180deg,#09090b,#0d0d10)}
.ecosystem-architecture-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.ecosystem-architecture-grid article{position:relative;min-height:520px;padding:clamp(34px,5vw,62px);border:1px solid var(--line-dark);overflow:hidden;background:#ebe3d7;color:var(--ink)}
.ecosystem-architecture-grid article:last-child{background:var(--ink);color:var(--ivory);border-color:var(--line)}
.ecosystem-architecture-grid span{color:#9a681b;font-size:.75rem;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.ecosystem-architecture-grid article:last-child span{color:var(--gold)}
.ecosystem-architecture-grid h3{max-width:620px;margin:68px 0 16px;font-family:var(--serif);font-size:clamp(2.35rem,4vw,4.5rem);font-weight:500;line-height:1;letter-spacing:-.045em}
.ecosystem-architecture-grid p{max-width:560px;font-size:1.02rem;line-height:1.62;color:#5c544c}
.ecosystem-architecture-grid article:last-child p{color:#bdb4a7}
.ecosystem-architecture-grid img{position:absolute;right:-3%;bottom:-8%;width:42%;max-height:230px;object-fit:contain;opacity:.18;filter:saturate(.9)}

.ecosystem-brand-gallery{background:linear-gradient(180deg,#09090b,#0c0c0f)}
.brand-ecosystem-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.brand-ecosystem-card{position:relative;display:grid;place-items:center;min-height:360px;padding:55px 42px;border:1px solid var(--line);overflow:hidden;background:radial-gradient(350px circle at 50% 50%,rgba(245,179,52,.08),transparent 70%),#0d0d10}
.brand-ecosystem-card span{position:absolute;top:22px;left:24px;color:#a9a094;font-size:.72rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.brand-ecosystem-card img{width:min(100%,720px);max-height:250px;object-fit:contain;filter:drop-shadow(0 24px 32px rgba(0,0,0,.4))}
.brand-ecosystem-card.brand-parent{grid-column:1/3;min-height:420px}
.brand-ecosystem-card.brand-parent img{width:min(92%,1100px);max-height:310px}
.brand-ecosystem-card.brand-tall img{width:min(76%,430px);max-height:310px}
.brand-symbol-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}
.brand-symbol-row figure{display:grid;grid-template-rows:1fr auto;place-items:center;min-height:300px;margin:0;padding:38px 28px 20px;border:1px solid var(--line);background:rgba(255,255,255,.022)}
.brand-symbol-row img{width:min(100%,310px);height:210px;object-fit:contain;filter:drop-shadow(0 22px 28px rgba(0,0,0,.35))}
.brand-symbol-row figcaption{margin-top:18px;color:#9e9589;font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}

@media(max-width:1120px){
  .ecosystem-heading,.ecosystem-hero-grid{grid-template-columns:1fr}
  .ecosystem-lab{grid-template-columns:1fr}
  .ecosystem-tabs{grid-template-columns:repeat(3,minmax(220px,1fr));grid-template-rows:none;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}
  .ecosystem-tabs button{min-width:240px}
  .ecosystem-panel{grid-template-columns:1fr 1fr}
  .ecosystem-signature{min-height:350px}
}
@media(max-width:760px){
  .ecosystem-heading{gap:22px}.ecosystem-heading h2{font-size:clamp(2.6rem,12vw,4rem)}
  .ecosystem-tabs{margin-inline:calc(var(--shell-gutter,0px)*-1)}
  .ecosystem-tabs button{grid-template-columns:74px 1fr;min-width:238px;min-height:104px;padding:12px}
  .ecosystem-tab-logo{width:74px;height:66px}
  .ecosystem-panel{grid-template-columns:1fr;border-radius:22px}
  .ecosystem-visual{min-height:330px;padding:34px 24px}
  .ecosystem-product-logo{max-height:210px}.ecosystem-panel.is-arcanum .ecosystem-product-logo{max-height:250px}
  .ecosystem-copy{padding:34px 25px 38px}.ecosystem-copy h3{font-size:clamp(2.25rem,10vw,3.25rem)}
  .ecosystem-copy .button{width:100%}.ecosystem-more{justify-content:flex-start}
  .ecosystem-hero h1{font-size:clamp(3rem,13vw,4.8rem)}.ecosystem-signature{min-height:280px;border-radius:2px 28px 2px 28px}
  .ecosystem-architecture-grid,.brand-ecosystem-grid,.brand-symbol-row{grid-template-columns:1fr}
  .brand-ecosystem-card.brand-parent{grid-column:auto}.brand-ecosystem-card{min-height:300px;padding:50px 24px}.brand-ecosystem-card.brand-parent{min-height:330px}
  .ecosystem-architecture-grid article{min-height:430px}.ecosystem-architecture-grid h3{margin-top:48px}.ecosystem-architecture-grid img{width:52%;opacity:.14}
}
@media(max-width:480px){
  .ecosystem-tabs button{min-width:216px}.ecosystem-tabs strong{font-size:1.16rem}
  .ecosystem-visual{min-height:290px}.ecosystem-smile{width:55%}
  .brand-symbol-row figure{min-height:260px}.brand-symbol-row img{height:170px}
}
@media(prefers-reduced-motion:reduce){.ecosystem-product-logo,.ecosystem-tabs button{transition:none!important}.ecosystem-visual:hover .ecosystem-product-logo{transform:none}}

/* ==============================================================
   v5.3.0 — Ecosystem Experience
   Interatividade orientada por escolha, sem dependências externas.
   ============================================================== */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.ecosystem-experience-section{--product-accent:#f5b334;--product-accent-rgb:245,179,52;--ecosystem-pointer-x:50%;--ecosystem-pointer-y:30%;position:relative;overflow:hidden;background:
  radial-gradient(720px circle at var(--ecosystem-pointer-x) var(--ecosystem-pointer-y),rgba(var(--product-accent-rgb),.10),transparent 68%),
  linear-gradient(180deg,#09090b 0%,#0b0b0e 52%,#09090b 100%)}
.ecosystem-experience-section::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.34;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,transparent,#000 24%,#000 76%,transparent)}
.ecosystem-intro{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.55fr);gap:clamp(32px,6vw,88px);align-items:end;margin-bottom:clamp(48px,7vw,90px)}
.ecosystem-intro h2,.ecosystem-match-heading h2{margin:0;font-family:var(--serif);font-size:clamp(2.7rem,5.2vw,5.7rem);line-height:.98;letter-spacing:-.055em;font-weight:500;text-wrap:balance}
.ecosystem-intro>p,.ecosystem-match-heading>p:last-child{margin:0;color:#bdb4a7;font-size:1.05rem;line-height:1.7}
.ecosystem-experience{position:relative;z-index:1;display:grid;grid-template-columns:minmax(430px,.82fr) minmax(520px,1.18fr);gap:clamp(28px,4vw,56px);align-items:stretch;isolation:isolate}
.ecosystem-experience::before{content:"";position:absolute;inset:-40px;z-index:-1;pointer-events:none;background:radial-gradient(560px circle at 78% 28%,rgba(var(--product-accent-rgb),.09),transparent 66%);transition:background .5s ease}
.ecosystem-orbit-card{display:grid;align-content:center;gap:18px;min-width:0;padding:22px;border:1px solid var(--line);border-radius:34px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.016));box-shadow:0 36px 100px rgba(0,0,0,.28);overflow:hidden}
.ecosystem-orbit{position:relative;width:min(100%,600px);aspect-ratio:1;margin:auto}
.ecosystem-orbit-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}
.ecosystem-orbit-lines circle,.ecosystem-orbit-lines path{fill:none;stroke:rgba(var(--product-accent-rgb),.22);stroke-width:1.35;stroke-dasharray:6 10;vector-effect:non-scaling-stroke;transition:stroke .45s ease}
.ecosystem-orbit-lines path{stroke-dasharray:2 9}
.ecosystem-core{position:absolute;left:50%;top:50%;width:226px;aspect-ratio:1;transform:translate(-50%,-50%);display:grid;place-items:center;align-content:center;text-align:center;border:1px solid rgba(var(--product-accent-rgb),.36);border-radius:50%;background:radial-gradient(circle at 50% 38%,rgba(var(--product-accent-rgb),.18),rgba(9,9,11,.92) 67%);box-shadow:0 0 0 24px rgba(var(--product-accent-rgb),.035),0 28px 70px rgba(0,0,0,.38);transition:border-color .4s,background .4s}
.ecosystem-core::after{content:"";position:absolute;inset:13px;border:1px solid rgba(var(--product-accent-rgb),.17);border-radius:50%}
.ecosystem-core img{width:116px;height:64px;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(0,0,0,.35))}
.ecosystem-core span{margin-top:7px;font-family:var(--serif);font-size:1.72rem;line-height:1;color:var(--ivory)}
.ecosystem-core small{margin-top:7px;color:#938a7e;font-size:.62rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.ecosystem-node{position:absolute;width:184px;min-height:122px;padding:14px 15px 12px;border:1px solid rgba(245,240,232,.16);border-radius:18px;background:rgba(13,13,16,.92);color:var(--ivory);cursor:pointer;box-shadow:0 18px 45px rgba(0,0,0,.28);transition:transform .3s var(--ease-out,cubic-bezier(.22,.78,.24,1)),border-color .3s,background .3s,box-shadow .3s}
.ecosystem-node:hover{border-color:rgba(var(--product-accent-rgb),.5);background:rgba(22,22,26,.97);box-shadow:0 24px 62px rgba(0,0,0,.38)}
.ecosystem-node.is-active,.ecosystem-node[aria-selected="true"]{border-color:rgba(var(--product-accent-rgb),.9);background:linear-gradient(145deg,rgba(var(--product-accent-rgb),.16),rgba(14,14,17,.96));box-shadow:0 0 0 1px rgba(var(--product-accent-rgb),.22),0 24px 70px rgba(0,0,0,.4)}
.ecosystem-node img{width:100%;height:58px;object-fit:contain;filter:drop-shadow(0 10px 15px rgba(0,0,0,.4));transition:transform .3s}
.ecosystem-node:hover img,.ecosystem-node.is-active img{transform:scale(1.035)}
.ecosystem-node-number{position:absolute;top:10px;left:12px;color:rgba(245,240,232,.45);font-size:.62rem;font-weight:900;letter-spacing:.13em}
.ecosystem-node-label{display:block;margin-top:8px;color:#a9a095;font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.ecosystem-node.node-mob{left:50%;top:0;transform:translateX(-50%)}
.ecosystem-node.node-mei{right:0;bottom:48px}
.ecosystem-node.node-arcanum{left:0;bottom:48px}
.ecosystem-node.node-mob:hover,.ecosystem-node.node-mob.is-active{transform:translateX(-50%) translateY(-5px)}
.ecosystem-node.node-mei:hover,.ecosystem-node.node-mei.is-active,.ecosystem-node.node-arcanum:hover,.ecosystem-node.node-arcanum.is-active{transform:translateY(-5px)}
.ecosystem-orbit-hint{margin:0;text-align:center;color:#8f877c;font-size:.76rem;font-weight:750;letter-spacing:.02em}
.ecosystem-orbit-hint span{color:var(--product-accent);margin-right:6px}
.ecosystem-product-panel{min-width:0;display:grid;grid-template-rows:minmax(300px,.84fr) auto;border:1px solid rgba(var(--product-accent-rgb),.28);border-radius:34px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 42px 110px rgba(0,0,0,.30);transition:border-color .45s,box-shadow .45s}
.ecosystem-product-panel:focus-visible{outline-offset:6px}
.ecosystem-product-visual{position:relative;display:grid;place-items:center;min-height:330px;padding:clamp(36px,5vw,70px);overflow:hidden;background:
  radial-gradient(420px circle at 52% 48%,rgba(var(--product-accent-rgb),.22),transparent 68%),
  linear-gradient(145deg,#151519,#070708)}
.ecosystem-product-visual::before{content:"";position:absolute;width:min(72%,460px);aspect-ratio:1;border:1px solid rgba(var(--product-accent-rgb),.23);border-radius:50%;box-shadow:0 0 0 38px rgba(var(--product-accent-rgb),.028),0 0 0 78px rgba(var(--product-accent-rgb),.018)}
.ecosystem-product-counter{position:absolute;z-index:4;left:24px;top:20px;color:rgba(245,240,232,.55);font-size:.72rem;font-weight:900;letter-spacing:.16em}
.ecosystem-product-symbol{position:absolute;z-index:1;right:-6%;bottom:-22%;width:50%;max-height:95%;object-fit:contain;opacity:.075;filter:saturate(.7);pointer-events:none}
.ecosystem-product-mark{position:relative;z-index:2;width:min(92%,650px);max-height:250px;object-fit:contain;filter:drop-shadow(0 28px 42px rgba(0,0,0,.48));transition:filter .4s,transform .4s}
.ecosystem-experience[data-product="arcanum"] .ecosystem-product-mark{width:min(66%,430px);max-height:315px}
.ecosystem-experience[data-product="mei"] .ecosystem-product-mark{width:min(94%,680px)}
.ecosystem-product-visual:hover .ecosystem-product-mark{transform:scale(1.025);filter:drop-shadow(0 34px 48px rgba(0,0,0,.55))}
.ecosystem-product-copy{padding:clamp(32px,4.5vw,62px)}
.ecosystem-product-category{margin:0 0 16px;color:var(--product-accent);font-size:.75rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.ecosystem-product-copy h3{margin:0;font-family:var(--serif);font-size:clamp(2.25rem,3.65vw,4.25rem);line-height:1;letter-spacing:-.048em;font-weight:500;text-wrap:balance}
.ecosystem-product-copy>p:not(.ecosystem-product-category){margin:22px 0 0;color:#c2b9ad;font-size:1.02rem;line-height:1.68}
.ecosystem-product-copy ul{list-style:none;margin:28px 0 32px;padding:0;border-top:1px solid var(--line)}
.ecosystem-product-copy li{position:relative;padding:13px 0 13px 25px;border-bottom:1px solid var(--line);color:#ddd5ca}
.ecosystem-product-copy li::before{content:"";position:absolute;left:2px;top:21px;width:7px;height:7px;border-radius:50%;background:var(--product-accent);box-shadow:0 0 0 5px rgba(var(--product-accent-rgb),.11)}
.ecosystem-product-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px}
.ecosystem-share-button{min-height:48px;padding:11px 16px;border:1px solid var(--line);border-radius:999px;background:transparent;color:var(--ivory);font-weight:800;cursor:pointer;transition:border-color .2s,background .2s,transform .2s}
.ecosystem-share-button:hover{transform:translateY(-2px);border-color:rgba(var(--product-accent-rgb),.45);background:rgba(255,255,255,.045)}

/* Ecosystem page hero and guided chooser */
.ecosystem-hero-v2{padding-bottom:clamp(70px,8vw,118px)}
.ecosystem-hero-v2-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(480px,1.14fr);gap:clamp(46px,7vw,108px);align-items:center}
.ecosystem-hero-v2-copy h1{margin:0;font-family:var(--serif);font-size:clamp(3.25rem,6.25vw,6.8rem);font-weight:500;line-height:.94;letter-spacing:-.06em;text-wrap:balance}
.ecosystem-hero-v2-art{position:relative;display:grid;place-items:center;min-height:530px;padding:clamp(38px,5vw,72px);border:1px solid var(--line);border-radius:3px 50px 3px 50px;overflow:hidden;background:radial-gradient(560px circle at 60% 40%,rgba(245,179,52,.15),transparent 67%),linear-gradient(145deg,#141417,#070708);box-shadow:var(--shadow)}
.ecosystem-hero-v2-art::before{content:"";position:absolute;width:62%;aspect-ratio:1;border:1px solid rgba(245,179,52,.17);border-radius:50%;box-shadow:0 0 0 48px rgba(245,179,52,.025),0 0 0 96px rgba(245,179,52,.015)}
.ecosystem-hero-signature{position:relative;z-index:2;width:min(96%,760px);height:auto;filter:drop-shadow(0 30px 42px rgba(0,0,0,.5))}
.ecosystem-hero-product{position:absolute;z-index:3;padding:8px 12px;border:1px solid rgba(245,240,232,.17);border-radius:999px;background:rgba(10,10,12,.72);backdrop-filter:blur(10px);color:#d8d0c5;font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.ecosystem-hero-product span{color:var(--gold);margin-right:5px}.ecosystem-hero-product.product-mob{left:8%;top:12%}.ecosystem-hero-product.product-mei{right:7%;top:22%}.ecosystem-hero-product.product-arcanum{right:13%;bottom:12%}
.ecosystem-match-section{background:var(--paper);color:var(--ink)}
.ecosystem-match-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(270px,.48fr);gap:clamp(32px,6vw,88px);align-items:end;margin-bottom:50px}
.ecosystem-match-heading .kicker{grid-column:1/3}.ecosystem-match-heading>p:last-child{color:#62594f}
.ecosystem-match-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line-dark);border-left:1px solid var(--line-dark)}
.ecosystem-match-grid button{position:relative;min-height:330px;padding:34px;border:0;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark);background:transparent;color:var(--ink);text-align:left;cursor:pointer;transition:background .25s,color .25s,transform .25s}
.ecosystem-match-grid button:hover,.ecosystem-match-grid button:focus-visible{z-index:1;background:var(--ink);color:var(--ivory);transform:translateY(-4px)}
.ecosystem-match-grid button>span{color:#9a681b;font-size:.74rem;font-weight:900;letter-spacing:.15em}
.ecosystem-match-grid strong{display:block;margin-top:66px;font-family:var(--serif);font-size:clamp(1.9rem,2.8vw,3rem);line-height:1.02;font-weight:500;letter-spacing:-.04em}
.ecosystem-match-grid small{display:block;margin-top:16px;color:#5d554d;font-size:.96rem;line-height:1.55}.ecosystem-match-grid button:hover small,.ecosystem-match-grid button:focus-visible small{color:#bdb4a7}
.ecosystem-match-grid i{position:absolute;right:30px;bottom:24px;color:#9a681b;font-size:1.6rem;font-style:normal;transition:transform .25s}.ecosystem-match-grid button:hover i{transform:translateX(6px);color:var(--gold)}
.ecosystem-page-stage{padding-top:clamp(86px,10vw,150px)}

@media(max-width:1120px){
  .ecosystem-intro,.ecosystem-match-heading,.ecosystem-hero-v2-grid{grid-template-columns:1fr}
  .ecosystem-match-heading .kicker{grid-column:auto}.ecosystem-experience{grid-template-columns:1fr}.ecosystem-orbit-card{order:2}.ecosystem-product-panel{order:1;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);grid-template-rows:none}.ecosystem-product-visual{min-height:100%}.ecosystem-hero-v2-art{min-height:420px}
}
@media(max-width:820px){
  .ecosystem-orbit-card{padding:14px;border-radius:24px}.ecosystem-orbit{width:100%;height:auto;aspect-ratio:auto;display:grid;grid-template-columns:repeat(3,minmax(216px,1fr));gap:12px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x mandatory;scrollbar-width:thin}.ecosystem-orbit-lines,.ecosystem-core{display:none}.ecosystem-node,.ecosystem-node.node-mob,.ecosystem-node.node-mei,.ecosystem-node.node-arcanum{position:relative;inset:auto;width:auto;min-width:216px;min-height:112px;transform:none!important;scroll-snap-align:start}.ecosystem-node img{height:55px}.ecosystem-orbit-hint{text-align:left;padding:0 5px}.ecosystem-product-panel{grid-template-columns:1fr;grid-template-rows:auto auto}.ecosystem-product-visual{min-height:330px}.ecosystem-match-grid{grid-template-columns:1fr}.ecosystem-match-grid button{min-height:245px}.ecosystem-match-grid strong{margin-top:38px}.ecosystem-hero-v2-art{min-height:330px;border-radius:3px 30px 3px 30px}.ecosystem-hero-product{font-size:.58rem}.ecosystem-hero-product.product-mob{left:4%;top:8%}.ecosystem-hero-product.product-mei{right:3%;top:16%}.ecosystem-hero-product.product-arcanum{right:6%;bottom:8%}
}
@media(max-width:560px){
  .ecosystem-intro{margin-bottom:34px}.ecosystem-intro h2,.ecosystem-match-heading h2{font-size:clamp(2.5rem,12vw,3.8rem)}.ecosystem-experience{gap:18px}.ecosystem-product-panel{border-radius:22px}.ecosystem-product-visual{min-height:280px;padding:32px 22px}.ecosystem-product-mark{max-height:185px}.ecosystem-experience[data-product="arcanum"] .ecosystem-product-mark{max-height:230px;width:min(70%,330px)}.ecosystem-product-symbol{width:62%;right:-13%;bottom:-20%}.ecosystem-product-copy{padding:30px 24px 34px}.ecosystem-product-copy h3{font-size:clamp(2.15rem,10vw,3.15rem)}.ecosystem-product-actions{align-items:stretch}.ecosystem-product-actions .button,.ecosystem-share-button{width:100%}.ecosystem-hero-v2-copy h1{font-size:clamp(3rem,13vw,4.75rem)}.ecosystem-hero-v2-art{min-height:280px;padding:28px 18px}.ecosystem-hero-product{display:none}.ecosystem-match-grid button{min-height:220px;padding:28px}.ecosystem-match-grid strong{font-size:2rem}.ecosystem-match-grid i{right:24px;bottom:18px}
}
@media(prefers-reduced-motion:reduce){
  .ecosystem-node,.ecosystem-node img,.ecosystem-product-mark,.ecosystem-share-button,.ecosystem-match-grid button,.ecosystem-match-grid i{transition:none!important}.ecosystem-product-visual:hover .ecosystem-product-mark{transform:none}
}
