@font-face{font-family:"Bricolage Grotesque";src:url("./fonts/bricolage-grotesque-latin-wght-normal.woff2") format("woff2");font-weight:200 800;font-display:swap}
@font-face{font-family:"Bricolage Grotesque";src:url("./fonts/bricolage-grotesque-latin-ext-wght-normal.woff2") format("woff2");font-weight:200 800;font-display:swap;unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
:root{
    --display:"Bricolage Grotesque","Space Grotesk",-apple-system,BlinkMacSystemFont,sans-serif;
    --body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"Noto Sans SC",sans-serif;
    --orange:#F26522; --orange-deep:#D8470F; --cream:#FFF7EF; --cream-soft:rgba(255,247,239,.88);
    --gold:#FFD9A8; --ink:#16181F; --ink-soft:#3b3f4a; --muted:#717784;
    --night:#0E1016; --night-2:#0B0D14; --line-d:rgba(255,255,255,.12); --line-l:rgba(20,22,26,.12);
    --ease:cubic-bezier(.32,.72,0,1);
  }
#sections *{box-sizing:border-box;margin:0;padding:0}
#sections{font-family:var(--body);background:#EFEFEF;color:var(--ink);line-height:1.5}
#sections img{display:block;max-width:100%}
#sections a{color:inherit;text-decoration:none}
#sections .iw-wrap{position:relative;z-index:3;max-width:1240px;margin:0 auto;padding:0 clamp(20px,5vw,48px)}
#sections .iw-eyebrow{display:flex;align-items:center;gap:.6rem;margin-bottom:clamp(28px,4vw,46px)}
#sections .iw-eyebrow .star{width:15px;height:15px;flex:0 0 auto}
#sections .iw-eyebrow span{font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}
#sections .iw-h2{font-family:var(--display);font-weight:740;line-height:1.0;letter-spacing:-.02em}
#sections .iw-btn{display:inline-flex;align-items:center;gap:.7rem;border:none;cursor:pointer;border-radius:999px;
    padding:.6rem .6rem .6rem 1.35rem;font-size:14.5px;font-weight:700;font-family:var(--body);
    transition:transform .3s var(--ease),box-shadow .3s ease;text-decoration:none}
#sections .iw-btn .circ{width:30px;height:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;transition:transform .5s var(--ease)}
#sections .iw-btn:hover{transform:translateY(-2px)}
#sections .iw-btn:hover .circ{transform:rotate(-45deg)}
#sections .iw-btn--cream{background:var(--cream);color:var(--orange-deep);box-shadow:0 14px 30px -12px rgba(90,30,4,.5)}
#sections .iw-btn--cream .circ{background:var(--orange-deep);color:var(--cream)}
#sections .iw-btn--orange{background:var(--orange);color:#fff;box-shadow:0 14px 30px -14px rgba(242,101,34,.6)}
#sections .iw-btn--orange .circ{background:#fff;color:var(--orange)}
#sections .iw-reveal{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
#sections .iw-reveal.in{opacity:1;transform:none}
#sections .grain{position:absolute;inset:0;pointer-events:none;opacity:.10;mix-blend-mode:overlay;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
#sections /* ============ ABOUT — molten orange ============ */
  #about{position:relative;overflow:hidden;isolation:isolate;padding:clamp(96px,11vw,160px) 0 clamp(64px,8vw,112px);
    background:linear-gradient(158deg,#FF7E32 0%,#F2611F 40%,#DA480F 76%,#B5390B 100%)}
#sections #about .blob{position:absolute;border-radius:50%;filter:blur(60px);z-index:0;pointer-events:none}
#sections #about .b1{width:60vw;height:60vw;max-width:760px;max-height:760px;left:-12%;top:-18%;background:radial-gradient(circle,#FFB066,transparent 62%);mix-blend-mode:screen;animation:drift1 22s var(--ease) infinite alternate}
#sections #about .b2{width:52vw;height:52vw;max-width:680px;max-height:680px;right:-14%;top:24%;background:radial-gradient(circle,#FF8A3D,transparent 60%);mix-blend-mode:screen;animation:drift2 26s var(--ease) infinite alternate}
#sections #about .b3{width:46vw;height:46vw;max-width:560px;max-height:560px;left:24%;bottom:-22%;background:radial-gradient(circle,#9E2F0A,transparent 58%);mix-blend-mode:multiply;opacity:.6;animation:drift3 30s var(--ease) infinite alternate}
@keyframes drift1{to{transform:translate(14%,12%) scale(1.12)}}
@keyframes drift2{to{transform:translate(-12%,-10%) scale(1.15)}}
@keyframes drift3{to{transform:translate(10%,-14%) scale(1.1)}}
#sections #about .heat{position:absolute;inset:0;z-index:1;pointer-events:none;mix-blend-mode:screen;transition:background .25s ease;
    background:radial-gradient(420px circle at var(--mx,32%) var(--my,18%),rgba(255,228,185,.38),transparent 42%)}
#sections #about .iw-eyebrow .star{color:var(--cream)}
#sections #about .iw-eyebrow span{color:var(--cream-soft)}
#sections #about .iw-h2{font-size:clamp(2.7rem,6.6vw,5.4rem);color:var(--cream);margin-bottom:clamp(28px,3.4vw,40px);max-width:13ch}
#sections #about .iw-h2 .out{-webkit-text-stroke:2px var(--cream);color:transparent}
#sections #about .grid{display:grid;grid-template-columns:1.12fr .88fr;gap:clamp(24px,4vw,56px);align-items:center}
#sections .pts{display:flex;flex-direction:column;gap:1.05rem;max-width:560px;margin-bottom:clamp(30px,3.6vw,42px)}
#sections .pts li{position:relative;list-style:none;padding-left:30px;font-size:clamp(15.5px,1.2vw,17px);line-height:1.6;color:var(--cream-soft)}
#sections .pts li .star{position:absolute;left:0;top:5px;width:13px;height:13px;color:var(--gold)}
#sections .pts li b{font-weight:700;color:var(--cream)}
#sections .stage{position:relative;display:flex;justify-content:center;align-items:flex-end;min-height:clamp(400px,48vw,560px)}
#sections .stage .halo{position:absolute;bottom:4%;left:50%;transform:translateX(-50%);width:min(96%,440px);aspect-ratio:1;border-radius:50%;
    background:radial-gradient(circle at 50% 42%,rgba(255,233,200,.92),rgba(255,180,110,.5) 46%,transparent 70%);filter:blur(2px)}
#sections .stage .ring{position:absolute;bottom:2%;left:50%;transform:translateX(-50%);width:min(86%,400px);aspect-ratio:1;border-radius:50%;border:1.5px solid rgba(255,247,239,.55)}
#sections .stage .ring.r2{width:min(99%,460px);border-color:rgba(255,247,239,.22)}
#sections .stage img{position:relative;z-index:2;max-height:clamp(400px,48vw,560px);width:auto;filter:drop-shadow(0 30px 46px rgba(120,46,8,.4))}
#sections #about .rule{height:1px;background:rgba(255,247,239,.28);margin:clamp(56px,7vw,90px) 0 clamp(32px,4vw,46px)}
#sections .stats{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}
#sections .stats .cell+.cell{border-left:1px solid rgba(255,247,239,.24);padding-left:2rem}
#sections .stats .num{font-family:var(--display);font-weight:600;font-size:clamp(2.3rem,4.4vw,3.6rem);letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums;color:var(--cream)}
#sections .stats .lab{margin-top:.55rem;font-size:12px;letter-spacing:.04em;color:var(--cream-soft)}
#sections .brands{margin-top:clamp(40px,6vw,72px);border-radius:22px;padding:clamp(24px,3vw,36px);background:#fff;box-shadow:0 30px 60px -28px rgba(90,30,4,.45)}
#sections .brands .lab{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#9aa0a8;margin-bottom:1.5rem}
#sections .logos{display:grid;grid-template-columns:repeat(6,1fr);gap:clamp(30px,3.6vw,48px) clamp(18px,2.4vw,36px);align-items:center;justify-items:center}
#sections .logos img{filter:none;opacity:.95;transition:transform .3s ease,opacity .3s ease}
#sections .logos img:hover{opacity:1;transform:translateY(-2px)}
#sections .logos .word{font-size:1.2rem;font-weight:600;letter-spacing:-.01em;color:var(--ink-soft);transition:transform .3s ease;white-space:nowrap}
#sections .logos .word:hover{transform:translateY(-2px)}
#sections /* ============ WORK — cinematic dark gallery ============ */
  #work{position:relative;overflow:hidden;isolation:isolate;background:var(--night-2);padding:clamp(88px,10vw,150px) 0 clamp(80px,9vw,128px)}
#sections #work .glowblob{position:absolute;width:60vw;max-width:720px;height:60vw;max-height:720px;right:-16%;top:-10%;border-radius:50%;
    background:radial-gradient(circle,rgba(242,101,34,.28),transparent 62%);filter:blur(70px);z-index:0;pointer-events:none;animation:drift2 30s var(--ease) infinite alternate}
#sections #work .iw-eyebrow .star{color:var(--orange)}
#sections #work .iw-eyebrow span{color:rgba(255,255,255,.6)}
#sections #work .iw-h2{font-size:clamp(2.3rem,6vw,4.4rem);color:var(--cream);margin-bottom:1.15rem;max-width:18ch;text-wrap:balance}
#sections #work .intro{color:rgba(255,255,255,.62);font-size:15.5px;line-height:1.6;max-width:52ch;margin-bottom:1.2rem}
#sections #work .intro em{color:var(--cream);font-style:normal;font-weight:600}
#sections .pgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,2.4vw,30px)}
#sections .card{display:block}
#sections .card .frame{position:relative;border-radius:18px;overflow:hidden;aspect-ratio:4/3;background:#15171f;isolation:isolate;
    border:1px solid rgba(255,255,255,.08);transition:transform .5s var(--ease),box-shadow .5s var(--ease);transform-style:preserve-3d}
#sections .card .frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease),filter .5s ease;filter:saturate(1.02)}
#sections .card:hover .frame{box-shadow:0 30px 70px -30px rgba(242,101,34,.5);border-color:rgba(242,101,34,.4)}
#sections .card:hover .frame img{transform:scale(1.05)}
#sections .card .spot{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;transition:opacity .4s ease;
    background:radial-gradient(300px circle at var(--cx,50%) var(--cy,50%),rgba(255,210,160,.22),transparent 45%);mix-blend-mode:screen}
#sections .card:hover .spot{opacity:1}
#sections .fab{position:absolute;bottom:16px;left:16px;z-index:2;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;
    height:38px;width:38px;border-radius:999px;background:var(--cream);color:var(--orange-deep);padding:0 11px;transition:width .4s var(--ease)}
#sections .card:hover .fab{width:var(--fw,150px)}
#sections .fab .ic{flex:0 0 auto;transition:transform .35s ease;transform:rotate(-45deg)}
#sections .card:hover .fab .ic{transform:rotate(0)}
#sections .fab .lbl{white-space:nowrap;font-size:13px;font-weight:700;margin-left:.5rem;opacity:0;transition:opacity .3s ease .08s}
#sections .card:hover .fab .lbl{opacity:1}
#sections .card h3{font-family:var(--display);font-weight:600;font-size:clamp(1.05rem,1.4vw,1.25rem);color:var(--cream);margin-top:1.1rem;letter-spacing:-.01em}
#sections .card .cred{font-size:12.5px;color:rgba(255,255,255,.45);margin-top:.25rem}
#sections .card .desc{font-size:13.5px;line-height:1.6;color:rgba(255,255,255,.66);margin-top:.6rem;max-width:54ch}
#sections .card .desc b{color:var(--cream);font-weight:600}
#sections .card .tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:.95rem}
#sections .card .ctag{font-size:11.5px;font-weight:500;color:#FFD9A8;background:rgba(242,101,34,.13);border:1px solid rgba(242,101,34,.34);border-radius:999px;padding:3px 10px;line-height:1.4}
#sections .card.wide{grid-column:1/-1}
#sections .card.wide .frame{aspect-ratio:21/9}
#sections .card.wide .frame video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
#sections /* ============ EXPERIENCE — light editorial ============ */
  #xp{position:relative;background:#EFEFEF;padding:clamp(88px,10vw,150px) 0 clamp(80px,9vw,128px)}
#sections #xp .iw-eyebrow .star{color:var(--orange)}
#sections #xp .iw-eyebrow span{color:var(--muted)}
#sections #xp .iw-h2{font-size:clamp(2.3rem,6vw,4.6rem);color:var(--ink);margin-bottom:clamp(40px,5vw,68px)}
#sections .xlabel{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1.6rem}
#sections .tl{position:relative}
#sections .row{position:relative;display:grid;grid-template-columns:28px 150px 1fr;gap:0 2rem}
#sections .row .spine{position:relative;display:flex;justify-content:center}
#sections .row .spine .dot{position:absolute;top:6px;width:14px;height:14px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(242,101,34,.16)}
#sections .row .spine .ln{position:absolute;top:24px;bottom:-10px;width:2px;background:linear-gradient(180deg,rgba(242,101,34,.5),rgba(242,101,34,.12))}
#sections .row.last .spine .ln{display:none}
#sections .row .yr{font-size:14px;color:var(--muted);font-variant-numeric:tabular-nums;padding-top:1px}
#sections .row .body{padding-bottom:3rem}
#sections .row .co{font-family:var(--display);font-weight:600;font-size:clamp(1.25rem,2.3vw,1.7rem);color:var(--ink);letter-spacing:-.02em}
#sections .row .sub{font-size:14px;color:var(--ink-soft);margin:.15rem 0 1rem}
#sections .row .sub b{color:var(--ink);font-weight:600}
#sections .row ul{display:flex;flex-direction:column;gap:.6rem}
#sections .row li{position:relative;list-style:none;padding-left:18px;font-size:14.5px;line-height:1.6;color:var(--ink-soft)}
#sections .row li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--orange)}
#sections .row li b{color:var(--ink);font-weight:600}
#sections .tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:1.1rem}
#sections .tag{font-size:12px;font-weight:500;color:#c2410c;background:rgba(242,101,34,.08);border:1px solid rgba(242,101,34,.32);border-radius:999px;padding:4px 12px}
#sections .edu{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;margin-top:.5rem}
#sections .ecard{background:#fff;border:1px solid #ececec;border-radius:18px;padding:1.6rem 1.7rem;box-shadow:0 1px 2px rgba(17,24,39,.04);display:flex;flex-direction:column;gap:.4rem}
#sections .ecard .top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.4rem}
#sections .ecard .top img{height:46px;width:auto}
#sections .ecard .yr{font-size:13px;color:var(--muted);white-space:nowrap}
#sections .ecard .nm{font-family:var(--display);font-weight:600;font-size:1.05rem;color:var(--ink);letter-spacing:-.01em}
#sections .ecard .es{font-size:13.5px;color:var(--ink-soft)}
#sections .cvlink{display:inline-flex;align-items:center;gap:.4rem;margin-top:2.4rem;font-size:14px;font-weight:700;color:var(--ink);border-bottom:1.5px solid var(--orange);padding-bottom:2px;transition:color .2s}
#sections .cvlink:hover{color:var(--orange)}
#sections /* ============ THINKING — dark manifesto ============ */
  #think{position:relative;overflow:hidden;isolation:isolate;background:var(--night);padding:clamp(88px,10vw,150px) 0 clamp(80px,9vw,128px)}
#sections #think .glowblob{position:absolute;width:54vw;max-width:640px;height:54vw;max-height:640px;right:-12%;top:-14%;border-radius:50%;
    background:radial-gradient(circle,rgba(242,101,34,.20),transparent 62%);filter:blur(70px);z-index:0;pointer-events:none}
#sections #think .heat{position:absolute;inset:0;z-index:1;pointer-events:none;mix-blend-mode:screen;transition:background .3s ease;
    background:radial-gradient(460px circle at var(--mx,70%) var(--my,12%),rgba(242,101,34,.16),transparent 44%)}
#sections #think .iw-eyebrow .star{color:var(--orange)}
#sections #think .iw-eyebrow span{color:rgba(255,255,255,.5)}
#sections #think .iw-h2{font-size:clamp(2.3rem,6vw,4.6rem);color:var(--cream);margin-bottom:clamp(36px,5vw,56px)}
#sections .prin{position:relative;display:grid;grid-template-columns:clamp(110px,13vw,200px) 1fr;gap:0 clamp(20px,4vw,52px);padding:clamp(32px,4vw,50px) 0;border-top:1px solid var(--line-d)}
#sections .prin:first-of-type{border-top-color:rgba(255,255,255,.22)}
#sections .prin .n{font-family:var(--display);font-weight:800;font-size:clamp(3rem,7vw,5.6rem);line-height:.82;letter-spacing:-.04em;-webkit-text-stroke:2px var(--orange);color:transparent;transition:color .45s var(--ease),-webkit-text-stroke-color .45s var(--ease)}
#sections .prin:hover .n{color:var(--orange);-webkit-text-stroke-color:transparent}
#sections .prin .pc{transition:transform .45s var(--ease)}
#sections .prin:hover .pc{transform:translateX(8px)}
#sections .prin h3{position:relative;display:inline-block;font-family:var(--display);font-weight:600;font-size:clamp(1.35rem,2.5vw,2rem);color:var(--cream);margin-bottom:.85rem;letter-spacing:-.01em}
#sections .prin h3:after{content:"";position:absolute;left:0;bottom:-6px;height:2px;width:0;background:var(--orange);transition:width .55s var(--ease)}
#sections .prin:hover h3:after{width:100%}
#sections .prin p{font-size:clamp(14.5px,1.2vw,15.5px);line-height:1.65;max-width:62ch;color:rgba(255,255,255,.62)}
#sections #think .beyond-lab{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.5);margin:clamp(48px,6vw,72px) 0 1.4rem}
#sections .red{max-width:780px}
#sections .redcard{position:relative;display:grid;grid-template-columns:1fr 290px;min-height:188px;background:#fff;border-radius:22px;overflow:hidden;transition:transform .3s var(--ease),box-shadow .3s ease;box-shadow:0 24px 56px -28px rgba(0,0,0,.6)}
#sections .redcard:hover{transform:translateY(-3px);box-shadow:0 32px 66px -28px rgba(0,0,0,.66)}
#sections .rc-body{display:flex;flex-direction:column;justify-content:center;gap:.5rem;padding:clamp(1.6rem,3vw,2rem) clamp(1.7rem,3vw,2.2rem)}
#sections .rc-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.2rem}
#sections .redcard .badge{width:46px;height:46px;border-radius:13px;background:#FF2442;color:#fff;font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;letter-spacing:.03em}
#sections .rc-handle{font-size:12.5px;color:var(--muted)}
#sections .redcard .nm{font-family:var(--display);font-weight:600;font-size:1.2rem;color:var(--ink);letter-spacing:-.01em}
#sections .redcard .ds{font-size:13.5px;color:var(--ink-soft);line-height:1.55;max-width:42ch}
#sections .redcard .stat{display:flex;gap:1.5rem;margin-top:.45rem;font-size:13px;color:var(--muted)}
#sections .redcard .stat b{color:var(--ink);font-weight:700}
#sections .rc-media{position:relative;overflow:hidden}
#sections .rc-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
#sections .rc-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff,transparent 20%)}
#sections .redcard .arrow{position:absolute;top:1.1rem;right:1.1rem;z-index:2;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.94);color:var(--ink);display:flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:0 6px 18px -6px rgba(0,0,0,.45)}
#sections /* ============ CONTACT — silk light ============ */
  #contact{position:relative;overflow:hidden;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(96px,11vw,150px) 0 clamp(40px,4vw,56px)}
#sections #footer-shader{position:absolute;inset:0;z-index:0;background:repeating-linear-gradient(90deg,rgba(20,24,31,.014) 0 1px,transparent 1px 13px),radial-gradient(120% 80% at 82% 8%,rgba(242,101,34,.09),transparent 55%),radial-gradient(100% 70% at 6% 96%,rgba(255,206,150,.18),transparent 60%),linear-gradient(180deg,#F4F1EC 0%,#ECE6DE 60%,#E8E1D7 100%)}
#sections #contact .scrim{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(100deg,rgba(244,243,241,.72) 0%,rgba(244,243,241,.2) 42%,transparent 64%)}
#sections #contact .iw-eyebrow .star{color:var(--orange)}
#sections #contact .iw-eyebrow span{color:var(--muted)}
#sections #contact .iw-h2{font-size:clamp(2.4rem,7vw,5rem);color:var(--ink);margin-bottom:.8rem}
#sections #contact .iw-h2 .accent{color:var(--orange)}
#sections #contact .sub{font-size:16px;color:var(--ink-soft);max-width:48ch;margin-bottom:1.8rem}
#sections .form{max-width:560px}
#sections .form .two{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-bottom:.7rem}
#sections .form input, #sections .form textarea{width:100%;font-family:var(--body);font-size:14.5px;color:var(--ink);background:rgba(255,255,255,.86);
    -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(20,22,26,.18);border-radius:14px;padding:.85rem 1rem;transition:border-color .2s}
#sections .form input{margin-bottom:0}
#sections .form textarea{margin:.7rem 0 1rem;resize:vertical;min-height:120px}
#sections .form input:focus, #sections .form textarea:focus{outline:none;border-color:var(--ink)}
#sections .form .email{font-size:13px;color:var(--muted);margin-top:1.1rem}
#sections .form .email a{color:var(--ink-soft);text-decoration:underline;text-underline-offset:2px}
#sections .foot{position:relative;z-index:3;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;
    padding-top:1.6rem;border-top:1px solid var(--line-l);font-size:13px;color:var(--muted)}
#sections .foot b{color:var(--ink);font-weight:700}
#sections .foot .r{display:flex;gap:1.4rem}
#sections .foot a:hover{color:var(--ink)}
@media (max-width:860px){#sections #about .grid{grid-template-columns:1fr;gap:8px}#sections .stage{order:-1;min-height:360px;margin-bottom:6px}#sections .stats{grid-template-columns:repeat(2,1fr);gap:30px 20px}#sections .stats .cell+.cell{border-left:none;padding-left:0}#sections #about .iw-h2 .out{-webkit-text-stroke-width:1.5px}#sections .pgrid{grid-template-columns:1fr}#sections .row{grid-template-columns:24px 1fr}#sections .row .yr{display:none}#sections .edu{grid-template-columns:1fr}#sections .redcard{grid-template-columns:1fr;min-height:0}#sections .rc-media{height:170px;order:-1}#sections .rc-media:after{background:linear-gradient(0deg,#fff,transparent 36%)}#sections .prin{grid-template-columns:74px 1fr;gap:0 1rem}#sections .form .two{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){#sections *{animation:none!important;transition-duration:.001ms!important}}@media (max-width:980px){#sections .logos{grid-template-columns:repeat(4,1fr)}}
@media (max-width:600px){#sections .logos{grid-template-columns:repeat(3,1fr)}}
@media (max-width:400px){#sections .logos{grid-template-columns:repeat(2,1fr)}}

/* ---- refinements: throughline, think-lead, beyond-art, wechat, mlb sound ---- */
#sections #work .throughline{margin:0 0 clamp(46px,5.5vw,74px);padding:.5rem 0 .5rem 1.15rem;border-left:2px solid var(--orange);font-size:clamp(1.06rem,1.7vw,1.34rem);line-height:1.5;color:var(--cream);max-width:46ch;font-weight:500}
#sections #work .throughline b{color:var(--orange);font-weight:700}

#sections #think .think-lead{font-size:clamp(1.12rem,1.7vw,1.4rem);line-height:1.55;max-width:60ch;color:rgba(255,255,255,.82);margin-bottom:clamp(40px,5vw,60px)}
#sections #think .think-lead b{color:var(--cream);font-weight:700}

#sections .beyond-grid{display:grid;grid-template-columns:1fr 300px;gap:clamp(24px,4vw,56px);align-items:center}
#sections .beyond-grid .red{max-width:none}
#sections .beyond-art{position:relative;height:240px;display:flex;align-items:center;justify-content:center}
#sections .beyond-art .glow{position:absolute;width:236px;height:236px;border-radius:50%;background:radial-gradient(circle,rgba(242,101,34,.34),transparent 66%);filter:blur(18px);animation:pulse 6s ease-in-out infinite}
#sections .beyond-art .ringA{position:absolute;width:206px;height:206px;border-radius:50%;border:1px dashed rgba(255,217,168,.42);animation:spin 26s linear infinite}
#sections .beyond-art .ringB{position:absolute;width:150px;height:150px;border-radius:50%;border:1px solid rgba(242,101,34,.3);animation:spin 18s linear infinite reverse}
#sections .beyond-art .burst{position:relative;width:98px;height:98px;color:var(--orange);filter:drop-shadow(0 0 14px rgba(242,101,34,.5));animation:spin 44s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes pulse{0%,100%{transform:scale(1);opacity:.82}50%{transform:scale(1.13);opacity:1}}

#sections .contact-grid{display:grid;grid-template-columns:minmax(0,560px) auto;gap:clamp(28px,5vw,64px);align-items:start}
#sections .wechat{background:#fff;border:1px solid #ececec;border-radius:20px;padding:1.5rem 1.5rem 1.6rem;text-align:center;box-shadow:0 22px 54px -30px rgba(90,30,4,.42);width:230px}
#sections .wechat .wx-lab{font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}
#sections .wechat img{width:172px;height:172px;margin:0 auto .95rem;display:block}
#sections .wechat .wx-cta{font-family:var(--display);font-weight:600;font-size:1.02rem;color:var(--ink);display:flex;align-items:center;justify-content:center;gap:.5rem;letter-spacing:-.01em}
#sections .wechat .wx-cta .dot{width:8px;height:8px;border-radius:50%;background:#09B83E;flex:0 0 auto}

#sections .card.wide{position:relative}
#sections .card.wide .sound{position:absolute;top:16px;right:16px;z-index:3;width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;background:rgba(11,13,20,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--cream);display:flex;align-items:center;justify-content:center;transition:background .25s ease,transform .25s ease}
#sections .card.wide .sound:hover{background:rgba(11,13,20,.82);transform:scale(1.07)}

@media (max-width:860px){
  #sections .beyond-grid{grid-template-columns:1fr}
  #sections .beyond-art{height:170px;margin-top:.4rem}
  #sections .contact-grid{grid-template-columns:1fr;justify-items:start}
  #sections .wechat{margin-top:.6rem}
}

/* ---- language toggle (global, not scoped to #sections) ---- */
#lang-toggle{position:fixed;bottom:20px;right:20px;z-index:10000;display:flex;gap:2px;padding:3px;border-radius:999px;
  background:rgba(17,19,26,.66);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  box-shadow:0 12px 30px -10px rgba(0,0,0,.55);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans SC",sans-serif}
#lang-toggle button{border:none;cursor:pointer;background:transparent;color:rgba(255,255,255,.72);font-size:12.5px;font-weight:600;
  letter-spacing:.02em;padding:6px 13px;border-radius:999px;transition:background .2s ease,color .2s ease;line-height:1}
#lang-toggle button:hover{color:#fff}
#lang-toggle button.active{background:#F26522;color:#fff}
@media (max-width:860px){#lang-toggle{bottom:14px;right:12px}}

/* ---- Hero fallback background ----
   Shows when the WebGPU silk can't render (mobile browsers, WeChat in-app, etc.).
   On devices where WebGPU works, the silk canvas sits on top and fully covers this. */
#root section[class*="EFEFEF"]{
  background:
    repeating-linear-gradient(90deg,rgba(20,24,31,.016) 0 1px,transparent 1px 13px),
    radial-gradient(120% 72% at 80% 10%,rgba(242,101,34,.10),transparent 55%),
    radial-gradient(100% 65% at 8% 92%,rgba(255,206,150,.20),transparent 60%),
    linear-gradient(180deg,#F4F1EC 0%,#ECE6DE 58%,#E8E1D7 100%) !important;
}
