/* Carolina Autoglass Fitters
   Palette sampled directly out of the logo pixels (prep_assets.py), so the
   mark never fights the page:
     windshield blue #2B80F0 · body red #EE3A5C · map cyan #55C8F0
     lettering gold #F5D53C · card stock navy #0A0D1A
   The logo reads best on that near-black navy — it is the surface it was
   designed on — so every dark surface here uses it. */
:root{
  --ink:#070A14; --ink2:#0D1424; --panel:#131C30; --line:#22304C;
  --red:#E63548; --red-hi:#F04A63; --red-deep:#B8202F;
  --gold:#F5D53C; --blue:#2B80F0; --blue-deep:#1A5FC8; --ice:#55C8F0;
  --paper:#F7F9FC; --paper2:#EBF1F8; --txt:#141C2B; --txt-soft:#4A5872; --white:#fff;
  --r:14px; --shadow:0 18px 44px -22px rgba(7,10,20,.6);
  --f:"Segoe UI",system-ui,-apple-system,"Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:var(--f);color:var(--txt);background:var(--paper);line-height:1.62;font-size:17px}
img{max-width:100%;height:auto;display:block}
a{color:#12467F;text-decoration-thickness:1px;text-underline-offset:2px}
a:hover{color:var(--red)}
h1,h2,h3{line-height:1.18;margin:0 0 .5em;letter-spacing:-.015em;font-weight:800}
h1{font-size:clamp(2rem,4.6vw,3.15rem)}
h2{font-size:clamp(1.5rem,2.9vw,2.15rem)}
h3{font-size:1.16rem;font-weight:700}
p{margin:0 0 1.05em}
.wrap{width:min(1180px,92vw);margin-inline:auto}
.narrow{width:min(880px,92vw)}
.center{text-align:center}
.muted{color:var(--txt-soft);font-size:.95rem}
.skip{position:absolute;left:-9999px}
.skip:focus{left:10px;top:10px;z-index:99;background:var(--gold);color:#000;padding:10px 16px;border-radius:8px}
.kicker{font-size:.79rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--red);margin:0 0 .7em}
.hero .kicker,.cta-band .kicker{color:var(--gold)}
.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#3ED07A;margin-right:7px;
  box-shadow:0 0 0 4px rgba(62,208,122,.22)}
.lead{font-size:1.1rem;color:var(--txt-soft)}
.lead.wide{max-width:62ch}
.inline-link{font-weight:700}

/* header */
.site-head{position:sticky;top:0;z-index:40;background:rgba(8,11,18,.96);border-bottom:1px solid #1D2739;
  backdrop-filter:blur(9px)}
.head-inner{display:flex;align-items:center;gap:18px;padding:11px 0}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:#fff;flex:0 0 auto}
.brand img{width:auto;height:44px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}
.brand-txt{display:flex;flex-direction:column;line-height:1.2}
.brand-txt strong{font-size:1.01rem;letter-spacing:-.01em}
.brand-txt em{font-style:normal;font-size:.7rem;color:var(--ice);letter-spacing:.05em;text-transform:uppercase}
#nav{margin-left:auto}
#nav ul{display:flex;gap:19px;list-style:none;margin:0;padding:0}
#nav a{color:#D6E1F0;text-decoration:none;font-size:.88rem;font-weight:600;white-space:nowrap}
#nav a:hover{color:var(--gold)}
.head-phone{display:inline-flex;align-items:center;gap:7px;background:var(--red);color:#fff;
  padding:9px 15px;border-radius:999px;font-weight:800;text-decoration:none;font-size:.9rem;white-space:nowrap}
.head-phone:hover{background:var(--red-hi);color:#fff}
.navtoggle{display:none;margin-left:auto;background:none;border:0;padding:9px;cursor:pointer}
.navtoggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0;border-radius:2px}

/* hero */
.hero{background:var(--ink);color:#EAF1FA;padding:74px 0 82px;position:relative;overflow:hidden;isolation:isolate}
.hero-bg{position:absolute;inset:0;z-index:-2}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:38% 55%;opacity:.30;filter:saturate(.75)}
.hero::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:
   linear-gradient(100deg,var(--ink) 4%,rgba(7,10,20,.90) 44%,rgba(7,10,20,.55) 74%,rgba(7,10,20,.80) 100%),
   radial-gradient(900px 420px at 82% -14%,rgba(43,128,240,.30),transparent 64%),
   radial-gradient(700px 380px at 4% 112%,rgba(230,53,72,.26),transparent 62%)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:52px;align-items:center}
.hero-shot{margin:0}
.hero-shot img{border-radius:var(--r);border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 60px -28px #000;width:100%}
.hero-shot figcaption{font-size:.83rem;color:#93A6C0;margin-top:9px;text-align:center}
.hero h1{color:#fff;max-width:16ch}
.hero .lead{color:#B9C9DE;max-width:56ch}
.hero-cta{margin:28px 0 12px}
.hero-alt{font-size:.93rem;color:#93A6C0}
.hero-alt a{color:var(--gold);font-weight:800}
.btn{display:inline-block;background:var(--red);color:#fff;padding:14px 26px;border-radius:999px;
  font-weight:800;text-decoration:none;border:2px solid var(--red);transition:.15s;font-size:.98rem}
.btn:hover{background:var(--red-hi);border-color:var(--red-hi);color:#fff;transform:translateY(-1px)}
.btn-lg{padding:17px 34px;font-size:1.05rem}
.btn-ghost{background:transparent;border-color:#4A5C79;color:#DCE7F5}
.btn-ghost:hover{background:rgba(255,255,255,.09);border-color:var(--gold);color:#fff}
.band .btn-ghost{border-color:#B9C6D8;color:#20304A}
.band .btn-ghost:hover{background:#20304A;color:#fff;border-color:#20304A}
.cta-row .btn{margin:6px 5px}

/* trust strip */
.strip{background:var(--panel);color:#DCE7F5;padding:22px 0}
.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}
.strip-grid div{display:flex;flex-direction:column;align-items:center;gap:4px}
.strip-grid strong{font-size:1rem;color:#fff}
.strip-grid span{font-size:.82rem;color:#9DB0CA}

/* bands */
.band{padding:72px 0}
.band.alt{background:var(--paper2)}
.phead{padding:56px 0 34px;background:linear-gradient(180deg,#fff,var(--paper))}
.crumbs{background:var(--panel);color:#93A6C0;font-size:.8rem;padding:9px 0}
.crumbs a{color:var(--ice);text-decoration:none}
.crumbs a:hover{color:var(--gold)}
.crumbs .sep{opacity:.4;margin:0 2px}
.two-col{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:start}
.prose h2{margin-top:1.7em}
.prose h2:first-of-type{margin-top:.6em}

/* service cards */
.scards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}
.scard{background:#fff;border:1px solid #DDE5EF;border-radius:var(--r);overflow:hidden;display:block;
  text-decoration:none;color:inherit;transition:.16s;box-shadow:0 1px 2px rgba(20,28,43,.05)}
.scard:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--blue);color:inherit}
.scard-img{display:block;position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--panel)}
.scard-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.scard:hover .scard-img img{transform:scale(1.05)}
.scard-body{display:block;padding:22px}
.scard-icon{margin:-46px 0 10px;border-radius:11px;box-shadow:0 8px 20px -8px rgba(7,10,20,.6);position:relative}
.scard h3{margin-bottom:.4em}
.scard p{font-size:.94rem;color:var(--txt-soft);margin-bottom:.8em}
.scard-go{font-size:.84rem;font-weight:800;color:var(--red)}
.more{margin-top:32px}

/* work gallery */
.gthumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}
.gthumb{display:block;border-radius:var(--r);overflow:hidden;aspect-ratio:1;border:1px solid #DDE5EF}
.gthumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.gthumb:hover img{transform:scale(1.07)}
.gcards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.gcard{margin:0;background:#fff;border:1px solid #DDE5EF;border-radius:var(--r);overflow:hidden}
.gcard img{width:100%;aspect-ratio:4/3;object-fit:cover}
.gcard figcaption{padding:15px 18px;font-size:.9rem;color:var(--txt-soft)}
.shot{margin:0 0 22px}
.shot.wide{margin:0 0 30px}
.shot img{width:100%}
.shot figcaption{font-size:.87rem;color:var(--txt-soft);margin-top:9px;font-style:italic}

.srow{display:grid;grid-template-columns:210px 1fr;gap:26px;padding:30px 0;border-bottom:1px solid #DDE5EF;align-items:start}
.srow-img{display:block;border-radius:var(--r);overflow:hidden;aspect-ratio:4/3;border:1px solid #DDE5EF}
.srow-img img{width:100%;height:100%;object-fit:cover}
.srow:last-child{border-bottom:0}
.srow h3{font-size:1.32rem}
.srow h3 a{text-decoration:none;color:var(--txt)}
.srow h3 a:hover{color:var(--red)}
.kw{font-size:.83rem;color:#6B7B95;font-style:italic}

/* steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:34px}
.step{background:#fff;border:1px solid #DDE5EF;border-radius:var(--r);padding:24px 20px}
.step img{margin-bottom:12px}
.step p{font-size:.93rem;color:var(--txt-soft);margin:0}

/* lists */
.ticks{list-style:none;padding:0;margin:0 0 1.3em}
.ticks li{position:relative;padding-left:31px;margin-bottom:.72em}
.ticks li::before{content:"";position:absolute;left:0;top:.42em;width:17px;height:17px;border-radius:50%;
  background:var(--blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/11px no-repeat}
.ticks.two{columns:2;column-gap:34px}

/* proof / reviews */
.proof{position:sticky;top:88px}
.framed{border-radius:var(--r);border:1px solid #DDE5EF;background:#fff;width:100%}
.review{margin:20px 0;background:#fff;border:1px solid #DDE5EF;border-left:4px solid var(--gold);
  border-radius:var(--r);padding:22px 24px}
.review blockquote{margin:12px 0 8px;font-size:1.08rem;font-weight:600}
.review blockquote p{margin:0}
.review figcaption{font-size:.83rem;color:var(--txt-soft)}
.proof-note{font-size:.9rem;color:var(--txt-soft)}
.ratebox{display:grid;grid-template-columns:1fr 1fr;gap:26px;background:var(--panel);color:#DCE7F5;
  border-radius:var(--r);padding:30px;margin-bottom:34px}
.rate-big{display:flex;flex-direction:column;gap:8px;align-items:flex-start}
.rate-big strong{font-size:3.6rem;line-height:1;color:var(--gold)}
.rate-big span{font-size:.9rem;color:#9DB0CA}
.rate-side p{margin:0 0 14px;display:flex;flex-direction:column}
.rate-side strong{font-size:1.35rem;color:#fff}
.rate-side span{font-size:.83rem;color:#9DB0CA}

/* pills */
.pills{display:flex;flex-wrap:wrap;gap:11px;margin-top:26px}
.pill{background:#fff;border:1px solid #CFDCEB;border-radius:999px;padding:10px 19px;text-decoration:none;
  color:var(--txt);font-weight:700;font-size:.92rem}
.pill:hover{background:var(--panel);color:#fff;border-color:var(--panel)}
.pill-more{background:var(--red);color:#fff;border-color:var(--red)}
.pill-more:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.acards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.acard{background:#fff;border:1px solid #DDE5EF;border-radius:var(--r);padding:26px;text-decoration:none;color:inherit}
.acard:hover{border-color:var(--blue);box-shadow:var(--shadow);color:inherit}
.acard p{font-size:.94rem;color:var(--txt-soft)}

/* posts */
.pcards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}
.pcard{background:#fff;border:1px solid #DDE5EF;border-radius:var(--r);padding:26px 22px;
  text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:6px}
.pcard:hover{border-color:var(--blue);box-shadow:var(--shadow);color:inherit}
.pcard time{font-size:.78rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--red)}
.pcard h3{font-size:1.08rem;margin:0}
.pcard p{font-size:.92rem;color:var(--txt-soft);margin:0}
.byline{font-size:.9rem;color:var(--txt-soft);border-left:3px solid var(--gold);padding-left:14px}
.closebox{background:var(--paper2);border-radius:var(--r);padding:26px 28px;margin:36px 0}
.closebox .btn{margin:6px 6px 0 0}

/* faq */
.faq{border-bottom:1px solid #D7E0EC;padding:4px 0}
.faq summary{cursor:pointer;list-style:none;padding:17px 34px 17px 0;position:relative}
.faq summary::-webkit-details-marker{display:none}
.faq summary h3{display:inline;margin:0;font-size:1.06rem}
.faq summary::after{content:"+";position:absolute;right:4px;top:13px;font-size:1.5rem;color:var(--red);font-weight:400}
.faq[open] summary::after{content:"\2013"}
.faq-a{padding:0 40px 16px 0}
.faq-a p{margin:0;color:var(--txt-soft)}

/* cta band */
.cta-band{background:linear-gradient(150deg,var(--ink) 0%,#16213A 100%);color:#EAF1FA}
.cta-band h2{color:#fff}
.cta-band .lead{color:#B9C9DE}
.cta-row{margin-top:24px}

/* forms */
.qform{display:flex;flex-direction:column;gap:15px;background:#fff;border:1px solid #DDE5EF;
  border-radius:var(--r);padding:28px}
.qform label{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:.9rem}
.qform input,.qform textarea{font:inherit;font-weight:400;padding:12px 14px;border:1px solid #C8D5E4;
  border-radius:9px;background:#FBFCFE}
.qform input:focus,.qform textarea:focus{outline:2px solid var(--blue);outline-offset:1px;border-color:var(--blue)}
.qform button{align-self:flex-start;cursor:pointer;font-family:inherit}
.fineprint{font-size:.8rem;color:var(--txt-soft);margin:0}
.contactbox h3{margin-top:1.5em}
.bigphone a{font-size:1.9rem;font-weight:900;color:var(--red);text-decoration:none}
.bigmail a{font-size:1rem;font-weight:700;word-break:break-all}
.factbox{background:#fff;border:1px solid #DDE5EF;border-radius:var(--r);padding:22px 24px;margin-top:20px}
.factbox dl{display:grid;grid-template-columns:auto 1fr;gap:7px 16px;margin:0;font-size:.9rem}
.factbox dt{font-weight:800;color:var(--txt-soft)}
.factbox dd{margin:0}
.boxed{background:#fff;border:1px solid #DDE5EF;border-radius:var(--r);padding:15px 18px;font-size:.9rem;margin-top:16px}

/* hours */
.hours{margin:10px 0 16px}
.hrow{display:flex;justify-content:space-between;gap:16px;padding:6px 0;border-bottom:1px dashed rgba(140,160,190,.34);font-size:.89rem}
.hrow:last-child{border-bottom:0}

/* footer */
.site-foot{background:var(--ink);color:#A9BAD2;padding:60px 0 26px;font-size:.92rem}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.25fr;gap:38px}
.foot-h{font-size:.79rem;letter-spacing:.13em;text-transform:uppercase;color:var(--gold);margin-bottom:1em}
.foot-name strong{color:#fff;font-size:1.05rem}
.foot-links{list-style:none;margin:0;padding:0}
.foot-links li{margin-bottom:.55em}
.foot-links a{color:#A9BAD2;text-decoration:none}
.foot-links a:hover{color:var(--gold)}
.foot-links.col2{columns:2;column-gap:26px}
.foot-ext{margin-top:16px;border-top:1px solid #1D2739;padding-top:14px}
.foot-phone{color:var(--gold)!important;font-size:1.25rem;font-weight:900}
.foot-nap a{color:#A9BAD2;text-decoration:none}
.foot-nap a:hover{color:var(--gold)}
.foot-rating{display:flex;align-items:center;gap:8px;color:#DCE7F5}
.foot-pay{font-size:.85rem}
.foot-base{border-top:1px solid #1D2739;margin-top:34px;padding-top:20px;font-size:.8rem;color:#6E819C}
.foot-base p{margin:0 0 .4em}

@media(max-width:1000px){
  #nav{position:fixed;inset:56px 0 auto 0;background:var(--ink);padding:16px 6vw 26px;display:none;
    border-bottom:1px solid #1D2739}
  #nav.open{display:block}
  #nav ul{flex-direction:column;gap:2px}
  #nav a{display:block;padding:11px 0;border-bottom:1px solid #182130;font-size:1rem}
  .navtoggle{display:block}
  .head-phone{order:3}
  .hero-grid,.two-col{grid-template-columns:1fr;gap:34px}
  .hero-grid{gap:28px}
  .scards,.pcards{grid-template-columns:repeat(2,1fr)}
  .steps,.strip-grid{grid-template-columns:repeat(2,1fr)}
  .foot-grid{grid-template-columns:1fr 1fr}
  .proof{position:static}
}
@media(max-width:640px){
  body{font-size:16px}
  .band{padding:52px 0}
  .hero{padding:30px 0 42px}
  .hero h1{font-size:1.72rem;max-width:none}
  .hero .lead{font-size:1rem}
  .hero-cta{margin:20px 0 10px}
  .hero-shot img{aspect-ratio:16/10;object-fit:cover;object-position:50% 46%}
  .hero-shot figcaption{margin-top:7px}
  .scards,.pcards,.acards,.steps,.strip-grid,.foot-grid,.ratebox{grid-template-columns:1fr}
  .ticks.two,.foot-links.col2{columns:1}
  .srow{grid-template-columns:1fr}
  .btn{display:block;text-align:center}
  .cta-row .btn,.closebox .btn{margin:8px 0}
}
@media(max-width:1000px){
  .gthumbs{grid-template-columns:repeat(2,1fr)}
  .gcards{grid-template-columns:repeat(2,1fr)}
  .srow{grid-template-columns:150px 1fr}
}
@media(max-width:640px){
  .gcards{grid-template-columns:1fr}
  .srow-img{aspect-ratio:16/9}
  .brand img{height:36px}
  .brand-txt{display:none}
}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto}}

/* ══ Glass-shatter intro (3.5s) ════════════════════════════════════════════
   Timeline
     0.00-0.55  pane sits over the page, specular sweep, logo fades up
     0.55       impact: flash, chip, camera shake
     0.60-1.05  radial cracks race outward from the impact
     0.90-1.35  concentric ring cracks form between the radials
     1.15-1.50  fine crazing chords in
     1.35-1.70  the pane trembles — fractured but still hanging together
     1.68-3.15  fragments let go in outward waves, tumbling under gravity
     2.60-3.40  logo pushes through toward the viewer and fades
     3.50       overlay removed
   Everything is CSS with fill-mode:forwards, so if the JS never loads the
   overlay still ends hidden and pointer-events:none. Nobody gets trapped. */
#shatter{position:fixed;inset:0;z-index:9000;overflow:hidden;pointer-events:auto;
  perspective:1100px;perspective-origin:50% 41%;background:#05070E;
  animation:sh-shake .5s cubic-bezier(.36,.07,.19,.97) .55s both,
            sh-gone .01s linear 3.42s forwards}
#shatter .pane{position:absolute;inset:0;transform-style:preserve-3d}
#shatter .sh{position:absolute;inset:-1px;transform-origin:50% 41%;backface-visibility:hidden;
  will-change:transform,opacity;
  background:
    linear-gradient(112deg,transparent 34%,rgba(190,225,255,.13) 47%,rgba(255,255,255,.05) 51%,transparent 63%),
    radial-gradient(125% 95% at 50% 38%,rgba(43,128,240,.26),transparent 64%),
    radial-gradient(95% 72% at 16% 92%,rgba(230,53,72,.18),transparent 62%),
    linear-gradient(158deg,#0C1326 0%,#070A14 54%,#0A1327 100%);
  box-shadow:inset 0 0 0 .5px rgba(175,215,255,.22),
             inset 1px 1px 0 rgba(255,255,255,.05),
             inset -1px -1px 0 rgba(0,0,0,.35);
  animation:sh-fall 1.55s linear both}
#shatter .cracks{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:3}
#shatter .cracks polyline,#shatter .cracks line{fill:none;stroke:#D6ECFF;
  vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round;
  stroke-dasharray:400;stroke-dashoffset:400;
  filter:drop-shadow(0 0 3px rgba(130,205,255,.85))}
#shatter .c-rad polyline{stroke-width:1.7px;animation:sh-draw .45s cubic-bezier(.1,.85,.3,1) .60s forwards}
#shatter .c-ring polyline{stroke-width:1.1px;opacity:.85;animation:sh-draw .45s ease-out .90s forwards}
#shatter .c-craze line{stroke-width:.7px;opacity:.6;animation:sh-draw .35s ease-out 1.15s forwards}
#shatter .cracks g{animation:sh-crackout .55s ease-in 1.56s forwards}
#shatter .impact{position:absolute;left:50%;top:41%;width:16px;height:16px;margin:-8px 0 0 -8px;
  border-radius:50%;background:#fff;box-shadow:0 0 34px 14px rgba(190,230,255,.95);opacity:0;
  z-index:4;animation:sh-hit .55s ease-out .52s forwards}
#shatter .chip{position:absolute;left:50%;top:41%;width:26px;height:26px;margin:-13px 0 0 -13px;
  z-index:4;opacity:0;background:radial-gradient(circle,rgba(255,255,255,.92),rgba(200,230,255,.5) 45%,transparent 72%);
  clip-path:polygon(50% 0,72% 22%,100% 42%,78% 68%,60% 100%,36% 76%,4% 58%,24% 26%);
  animation:sh-chip .3s ease-out .58s forwards,sh-crackout .45s ease-in 1.56s forwards}
#shatter .gl{position:absolute;left:var(--gx);top:var(--gy);width:5px;height:5px;margin:-2px 0 0 -2px;
  border-radius:50%;background:#fff;opacity:0;z-index:4;
  box-shadow:0 0 12px 4px rgba(210,240,255,.9);
  animation:sh-glint .75s ease-out var(--gd) forwards}
#shatter .sh-logo{position:absolute;left:50%;top:41%;transform:translate(-50%,-50%);text-align:center;
  width:min(430px,76vw);z-index:6;animation:sh-logo 3.4s cubic-bezier(.24,.66,.28,1) both}
#shatter .sh-logo img{width:100%;height:auto;filter:drop-shadow(0 12px 34px rgba(0,0,0,.8))}
#shatter .sh-logo p{margin:13px 0 0;font-size:.74rem;letter-spacing:.24em;text-transform:uppercase;
  color:#7FB6E8;font-weight:700}
#shatter .sh-skip{position:absolute;left:0;right:0;bottom:26px;margin:0;text-align:center;z-index:6;
  font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:#4E6688;
  opacity:0;animation:sh-skipin .5s ease-out 1s forwards}
@keyframes sh-draw{to{stroke-dashoffset:0}}
@keyframes sh-crackout{to{opacity:0}}
@keyframes sh-hit{0%{opacity:0;transform:scale(.15)}30%{opacity:1;transform:scale(1)}
  100%{opacity:0;transform:scale(4.2)}}
@keyframes sh-chip{0%{opacity:0;transform:scale(.3) rotate(0)}100%{opacity:1;transform:scale(1) rotate(22deg)}}
@keyframes sh-glint{0%{opacity:0;transform:scale(.4)}40%{opacity:1;transform:scale(1.3)}
  100%{opacity:0;transform:scale(.5)}}
@keyframes sh-skipin{to{opacity:1}}
/* Cracked but still hanging in the frame (0-19%), a slight lift off the
   pinchweld (19-24%), then gravity takes it. Per-keyframe timing functions so
   only the fall phase accelerates. */
@keyframes sh-fall{
  0%{transform:none;opacity:1;filter:blur(0);animation-timing-function:ease-in-out}
  5%{transform:translate3d(.15%,-.11%,0)}
  10%{transform:translate3d(-.13%,.15%,0)}
  15%{transform:translate3d(.09%,.07%,0)}
  19%{transform:none;animation-timing-function:ease-out}
  25%{transform:translate3d(calc(var(--dx)*-.035),calc(var(--dy)*-.022),22px);opacity:1;
      animation-timing-function:cubic-bezier(.4,0,.78,.42)}
  100%{transform:translate3d(var(--dx),var(--dy),var(--dz))
       rotate3d(1,0,0,var(--rx)) rotate3d(0,1,0,var(--ry)) rotate3d(0,0,1,var(--rz));
       opacity:0;filter:blur(2.5px)}}
@keyframes sh-logo{
  0%{opacity:0;transform:translate(-50%,-50%) scale(.84)}
  12%{opacity:1;transform:translate(-50%,-50%) scale(1)}
  46%{opacity:1;transform:translate(-50%,-50%) scale(1.01)}
  50%{opacity:1;transform:translate(-50%,-50%) scale(1.035)}
  74%{opacity:1;transform:translate(-50%,-50%) scale(1.06)}
  100%{opacity:0;transform:translate(-50%,-50%) scale(1.62)}}
@keyframes sh-shake{
  0%,100%{transform:translate3d(0,0,0)}
  12%{transform:translate3d(-7px,4px,0)}
  28%{transform:translate3d(6px,-5px,0)}
  44%{transform:translate3d(-4px,-3px,0)}
  62%{transform:translate3d(3px,3px,0)}
  80%{transform:translate3d(-2px,1px,0)}}
@keyframes sh-gone{to{visibility:hidden;pointer-events:none;opacity:0}}
html.sh-run{overflow:hidden}
html.sh-done #shatter{display:none}
@media(prefers-reduced-motion:reduce){#shatter{display:none}}

#shatter .sh:nth-child(1){clip-path:polygon(50.0% 41.0%, 61.5% 39.4%, 60.7% 48.0%);--dx:9.6vw;--dy:72.0vh;--dz:179px;--rx:4deg;--ry:159deg;--rz:109deg;filter:brightness(1.12);animation-delay:1.363s}
#shatter .sh:nth-child(2){clip-path:polygon(61.5% 39.4%, 60.7% 48.0%, 79.4% 60.3%, 83.3% 36.4%);--dx:33.0vw;--dy:94.9vh;--dz:86px;--rx:73deg;--ry:109deg;--rz:-132deg;filter:brightness(1.22);animation-delay:1.488s}
#shatter .sh:nth-child(3){clip-path:polygon(83.3% 36.4%, 79.4% 60.3%, 108.1% 79.1%, 112.1% 32.5%);--dx:41.5vw;--dy:117.8vh;--dz:45px;--rx:-92deg;--ry:6deg;--rz:139deg;filter:brightness(0.84);animation-delay:1.605s}
#shatter .sh:nth-child(4){clip-path:polygon(112.1% 32.5%, 108.1% 79.1%, 161.0% 113.7%, 195.0% 21.1%);--dx:47.1vw;--dy:120.5vh;--dz:191px;--rx:30deg;--ry:161deg;--rz:-82deg;filter:brightness(1.05);animation-delay:1.712s}
#shatter .sh:nth-child(5){clip-path:polygon(195.0% 21.1%, 161.0% 113.7%, 288.8% 197.3%, 329.2% 2.6%);--dx:64.0vw;--dy:135.0vh;--dz:278px;--rx:7deg;--ry:-8deg;--rz:-183deg;filter:brightness(1.16);animation-delay:1.862s}
#shatter .sh:nth-child(6){clip-path:polygon(50.0% 41.0%, 60.7% 48.0%, 57.3% 51.2%);--dx:8.4vw;--dy:81.1vh;--dz:204px;--rx:71deg;--ry:39deg;--rz:150deg;filter:brightness(1.19);animation-delay:1.325s}
#shatter .sh:nth-child(7){clip-path:polygon(60.7% 48.0%, 57.3% 51.2%, 72.0% 71.7%, 79.4% 60.3%);--dx:24.7vw;--dy:98.7vh;--dz:97px;--rx:86deg;--ry:-26deg;--rz:42deg;filter:brightness(1.16);animation-delay:1.437s}
#shatter .sh:nth-child(8){clip-path:polygon(79.4% 60.3%, 72.0% 71.7%, 92.8% 100.9%, 108.1% 79.1%);--dx:32.2vw;--dy:127.2vh;--dz:205px;--rx:163deg;--ry:-44deg;--rz:190deg;filter:brightness(1.15);animation-delay:1.529s}
#shatter .sh:nth-child(9){clip-path:polygon(108.1% 79.1%, 92.8% 100.9%, 128.9% 151.3%, 161.0% 113.7%);--dx:34.6vw;--dy:143.6vh;--dz:309px;--rx:138deg;--ry:-132deg;--rz:-66deg;filter:brightness(1.17);animation-delay:1.654s}
#shatter .sh:nth-child(10){clip-path:polygon(161.0% 113.7%, 128.9% 151.3%, 218.8% 276.9%, 288.8% 197.3%);--dx:41.5vw;--dy:167.9vh;--dz:150px;--rx:-30deg;--ry:140deg;--rz:-110deg;filter:brightness(1.12);animation-delay:1.777s}
#shatter .sh:nth-child(11){clip-path:polygon(50.0% 41.0%, 57.3% 51.2%, 52.9% 53.3%);--dx:3.3vw;--dy:88.6vh;--dz:276px;--rx:-113deg;--ry:154deg;--rz:173deg;filter:brightness(1.21);animation-delay:1.285s}
#shatter .sh:nth-child(12){clip-path:polygon(57.3% 51.2%, 52.9% 53.3%, 56.7% 69.1%, 72.0% 71.7%);--dx:10.6vw;--dy:101.3vh;--dz:164px;--rx:154deg;--ry:-28deg;--rz:-167deg;filter:brightness(1.10);animation-delay:1.426s}
#shatter .sh:nth-child(13){clip-path:polygon(72.0% 71.7%, 56.7% 69.1%, 65.0% 103.9%, 92.8% 100.9%);--dx:16.6vw;--dy:127.8vh;--dz:190px;--rx:19deg;--ry:-159deg;--rz:4deg;filter:brightness(1.03);animation-delay:1.544s}
#shatter .sh:nth-child(14){clip-path:polygon(92.8% 100.9%, 65.0% 103.9%, 77.7% 157.1%, 128.9% 151.3%);--dx:20.3vw;--dy:147.9vh;--dz:173px;--rx:69deg;--ry:-137deg;--rz:-124deg;filter:brightness(1.19);animation-delay:1.658s}
#shatter .sh:nth-child(15){clip-path:polygon(128.9% 151.3%, 77.7% 157.1%, 118.2% 327.0%, 218.8% 276.9%);--dx:20.7vw;--dy:165.0vh;--dz:242px;--rx:-15deg;--ry:138deg;--rz:-151deg;filter:brightness(0.82);animation-delay:1.860s}
#shatter .sh:nth-child(16){clip-path:polygon(50.0% 41.0%, 52.9% 53.3%, 46.2% 52.0%);--dx:-2.4vw;--dy:75.1vh;--dz:318px;--rx:-129deg;--ry:83deg;--rz:64deg;filter:brightness(0.96);animation-delay:1.391s}
#shatter .sh:nth-child(17){clip-path:polygon(52.9% 53.3%, 46.2% 52.0%, 40.2% 69.7%, 56.7% 69.1%);--dx:-6.0vw;--dy:106.8vh;--dz:195px;--rx:6deg;--ry:-73deg;--rz:-111deg;filter:brightness(0.82);animation-delay:1.513s}
#shatter .sh:nth-child(18){clip-path:polygon(56.7% 69.1%, 40.2% 69.7%, 24.7% 115.0%, 65.0% 103.9%);--dx:-7.7vw;--dy:121.9vh;--dz:87px;--rx:-10deg;--ry:60deg;--rz:147deg;filter:brightness(1.03);animation-delay:1.585s}
#shatter .sh:nth-child(19){clip-path:polygon(65.0% 103.9%, 24.7% 115.0%, 8.4% 162.9%, 77.7% 157.1%);--dx:-9.4vw;--dy:146.4vh;--dz:137px;--rx:-63deg;--ry:7deg;--rz:-172deg;filter:brightness(1.03);animation-delay:1.662s}
#shatter .sh:nth-child(20){clip-path:polygon(77.7% 157.1%, 8.4% 162.9%, -44.8% 318.6%, 118.2% 327.0%);--dx:0.6vw;--dy:178.5vh;--dz:41px;--rx:31deg;--ry:-58deg;--rz:-104deg;filter:brightness(0.95);animation-delay:1.789s}
#shatter .sh:nth-child(21){clip-path:polygon(50.0% 41.0%, 46.2% 52.0%, 42.7% 47.8%);--dx:-8.2vw;--dy:79.9vh;--dz:241px;--rx:54deg;--ry:153deg;--rz:-57deg;filter:brightness(0.98);animation-delay:1.362s}
#shatter .sh:nth-child(22){clip-path:polygon(46.2% 52.0%, 42.7% 47.8%, 27.9% 61.7%, 40.2% 69.7%);--dx:-13.9vw;--dy:105.4vh;--dz:152px;--rx:115deg;--ry:102deg;--rz:66deg;filter:brightness(0.85);animation-delay:1.416s}
#shatter .sh:nth-child(23){clip-path:polygon(40.2% 69.7%, 27.9% 61.7%, -6.6% 94.2%, 24.7% 115.0%);--dx:-22.0vw;--dy:125.4vh;--dz:60px;--rx:-70deg;--ry:163deg;--rz:-45deg;filter:brightness(0.99);animation-delay:1.536s}
#shatter .sh:nth-child(24){clip-path:polygon(24.7% 115.0%, -6.6% 94.2%, -37.5% 123.3%, 8.4% 162.9%);--dx:-30.2vw;--dy:143.0vh;--dz:138px;--rx:-131deg;--ry:-150deg;--rz:-162deg;filter:brightness(0.91);animation-delay:1.693s}
#shatter .sh:nth-child(25){clip-path:polygon(8.4% 162.9%, -37.5% 123.3%, -159.5% 238.0%, -44.8% 318.6%);--dx:-31.2vw;--dy:166.1vh;--dz:120px;--rx:80deg;--ry:121deg;--rz:11deg;filter:brightness(1.05);animation-delay:1.833s}
#shatter .sh:nth-child(26){clip-path:polygon(50.0% 41.0%, 42.7% 47.8%, 37.8% 44.3%);--dx:-17.0vw;--dy:79.8vh;--dz:161px;--rx:-69deg;--ry:-64deg;--rz:-149deg;filter:brightness(1.16);animation-delay:1.354s}
#shatter .sh:nth-child(27){clip-path:polygon(42.7% 47.8%, 37.8% 44.3%, 21.6% 48.6%, 27.9% 61.7%);--dx:-26.9vw;--dy:92.2vh;--dz:189px;--rx:61deg;--ry:-24deg;--rz:166deg;filter:brightness(1.22);animation-delay:1.455s}
#shatter .sh:nth-child(28){clip-path:polygon(27.9% 61.7%, 21.6% 48.6%, -14.7% 58.3%, -6.6% 94.2%);--dx:-31.8vw;--dy:115.8vh;--dz:216px;--rx:10deg;--ry:-69deg;--rz:155deg;filter:brightness(1.08);animation-delay:1.547s}
#shatter .sh:nth-child(29){clip-path:polygon(-6.6% 94.2%, -14.7% 58.3%, -83.3% 76.7%, -37.5% 123.3%);--dx:-44.4vw;--dy:130.5vh;--dz:33px;--rx:-139deg;--ry:-72deg;--rz:124deg;filter:brightness(1.00);animation-delay:1.734s}
#shatter .sh:nth-child(30){clip-path:polygon(-37.5% 123.3%, -83.3% 76.7%, -222.8% 114.0%, -159.5% 238.0%);--dx:-53.8vw;--dy:153.1vh;--dz:162px;--rx:-97deg;--ry:98deg;--rz:-17deg;filter:brightness(1.05);animation-delay:1.857s}
#shatter .sh:nth-child(31){clip-path:polygon(50.0% 41.0%, 37.8% 44.3%, 41.1% 37.4%);--dx:-9.8vw;--dy:72.3vh;--dz:313px;--rx:133deg;--ry:-148deg;--rz:-116deg;filter:brightness(0.89);animation-delay:1.387s}
#shatter .sh:nth-child(32){clip-path:polygon(37.8% 44.3%, 41.1% 37.4%, 17.9% 28.0%, 21.6% 48.6%);--dx:-22.3vw;--dy:82.5vh;--dz:290px;--rx:78deg;--ry:56deg;--rz:124deg;filter:brightness(1.19);animation-delay:1.494s}
#shatter .sh:nth-child(33){clip-path:polygon(21.6% 48.6%, 17.9% 28.0%, -21.2% 12.3%, -14.7% 58.3%);--dx:-39.0vw;--dy:98.5vh;--dz:212px;--rx:-3deg;--ry:69deg;--rz:-69deg;filter:brightness(1.22);animation-delay:1.582s}
#shatter .sh:nth-child(34){clip-path:polygon(-14.7% 58.3%, -21.2% 12.3%, -72.8% -8.6%, -83.3% 76.7%);--dx:-51.8vw;--dy:118.9vh;--dz:165px;--rx:122deg;--ry:51deg;--rz:97deg;filter:brightness(1.09);animation-delay:1.673s}
#shatter .sh:nth-child(35){clip-path:polygon(-83.3% 76.7%, -72.8% -8.6%, -212.7% -65.1%, -222.8% 114.0%);--dx:-57.7vw;--dy:125.6vh;--dz:104px;--rx:114deg;--ry:65deg;--rz:76deg;filter:brightness(1.07);animation-delay:1.790s}
#shatter .sh:nth-child(36){clip-path:polygon(50.0% 41.0%, 41.1% 37.4%, 41.8% 31.6%);--dx:-16.4vw;--dy:60.3vh;--dz:101px;--rx:-61deg;--ry:-19deg;--rz:-18deg;filter:brightness(0.90);animation-delay:1.373s}
#shatter .sh:nth-child(37){clip-path:polygon(41.1% 37.4%, 41.8% 31.6%, 31.0% 19.0%, 17.9% 28.0%);--dx:-20.5vw;--dy:78.8vh;--dz:76px;--rx:83deg;--ry:39deg;--rz:102deg;filter:brightness(1.05);animation-delay:1.414s}
#shatter .sh:nth-child(38){clip-path:polygon(17.9% 28.0%, 31.0% 19.0%, 6.2% -9.6%, -21.2% 12.3%);--dx:-24.3vw;--dy:82.2vh;--dz:114px;--rx:47deg;--ry:135deg;--rz:-92deg;filter:brightness(1.17);animation-delay:1.554s}
#shatter .sh:nth-child(39){clip-path:polygon(-21.2% 12.3%, 6.2% -9.6%, -30.1% -51.6%, -72.8% -8.6%);--dx:-35.3vw;--dy:98.8vh;--dz:230px;--rx:34deg;--ry:-7deg;--rz:130deg;filter:brightness(0.86);animation-delay:1.672s}
#shatter .sh:nth-child(40){clip-path:polygon(-72.8% -8.6%, -30.1% -51.6%, -139.1% -177.5%, -212.7% -65.1%);--dx:-54.3vw;--dy:110.0vh;--dz:122px;--rx:-57deg;--ry:-57deg;--rz:167deg;filter:brightness(1.20);animation-delay:1.855s}
#shatter .sh:nth-child(41){clip-path:polygon(50.0% 41.0%, 41.8% 31.6%, 47.2% 28.7%);--dx:-5.8vw;--dy:66.1vh;--dz:222px;--rx:-35deg;--ry:-4deg;--rz:-90deg;filter:brightness(1.02);animation-delay:1.306s}
#shatter .sh:nth-child(42){clip-path:polygon(41.8% 31.6%, 47.2% 28.7%, 42.6% 8.8%, 31.0% 19.0%);--dx:-11.8vw;--dy:69.4vh;--dz:157px;--rx:97deg;--ry:82deg;--rz:-159deg;filter:brightness(1.06);animation-delay:1.489s}
#shatter .sh:nth-child(43){clip-path:polygon(31.0% 19.0%, 42.6% 8.8%, 32.3% -36.1%, 6.2% -9.6%);--dx:-14.8vw;--dy:77.4vh;--dz:37px;--rx:-151deg;--ry:43deg;--rz:-114deg;filter:brightness(1.09);animation-delay:1.567s}
#shatter .sh:nth-child(44){clip-path:polygon(6.2% -9.6%, 32.3% -36.1%, 16.6% -104.3%, -30.1% -51.6%);--dx:-19.8vw;--dy:90.8vh;--dz:63px;--rx:-117deg;--ry:-0deg;--rz:-62deg;filter:brightness(1.19);animation-delay:1.696s}
#shatter .sh:nth-child(45){clip-path:polygon(-30.1% -51.6%, 16.6% -104.3%, -16.0% -245.6%, -139.1% -177.5%);--dx:-27.0vw;--dy:106.7vh;--dz:298px;--rx:2deg;--ry:131deg;--rz:-2deg;filter:brightness(1.17);animation-delay:1.848s}
#shatter .sh:nth-child(46){clip-path:polygon(50.0% 41.0%, 47.2% 28.7%, 52.5% 30.4%);--dx:0.6vw;--dy:67.2vh;--dz:310px;--rx:-97deg;--ry:-151deg;--rz:-181deg;filter:brightness(0.86);animation-delay:1.386s}
#shatter .sh:nth-child(47){clip-path:polygon(47.2% 28.7%, 52.5% 30.4%, 58.5% 4.6%, 42.6% 8.8%);--dx:-5.8vw;--dy:71.6vh;--dz:82px;--rx:91deg;--ry:-154deg;--rz:189deg;filter:brightness(1.20);animation-delay:1.514s}
#shatter .sh:nth-child(48){clip-path:polygon(42.6% 8.8%, 58.5% 4.6%, 66.3% -29.4%, 32.3% -36.1%);--dx:-2.0vw;--dy:73.6vh;--dz:200px;--rx:-117deg;--ry:-99deg;--rz:-64deg;filter:brightness(0.93);animation-delay:1.542s}
#shatter .sh:nth-child(49){clip-path:polygon(32.3% -36.1%, 66.3% -29.4%, 79.5% -85.9%, 16.6% -104.3%);--dx:5.2vw;--dy:82.4vh;--dz:196px;--rx:132deg;--ry:109deg;--rz:-75deg;filter:brightness(1.09);animation-delay:1.688s}
#shatter .sh:nth-child(50){clip-path:polygon(16.6% -104.3%, 79.5% -85.9%, 116.5% -245.5%, -16.0% -245.6%);--dx:4.7vw;--dy:102.9vh;--dz:68px;--rx:46deg;--ry:107deg;--rz:14deg;filter:brightness(1.12);animation-delay:1.847s}
#shatter .sh:nth-child(51){clip-path:polygon(50.0% 41.0%, 52.5% 30.4%, 54.8% 31.4%);--dx:11.3vw;--dy:65.6vh;--dz:101px;--rx:26deg;--ry:-130deg;--rz:21deg;filter:brightness(1.05);animation-delay:1.375s}
#shatter .sh:nth-child(52){clip-path:polygon(52.5% 30.4%, 54.8% 31.4%, 63.4% 14.1%, 58.5% 4.6%);--dx:12.5vw;--dy:69.3vh;--dz:180px;--rx:-53deg;--ry:-54deg;--rz:98deg;filter:brightness(0.92);animation-delay:1.436s}
#shatter .sh:nth-child(53){clip-path:polygon(58.5% 4.6%, 63.4% 14.1%, 79.5% -18.4%, 66.3% -29.4%);--dx:8.5vw;--dy:78.7vh;--dz:133px;--rx:-70deg;--ry:47deg;--rz:-51deg;filter:brightness(1.11);animation-delay:1.612s}
#shatter .sh:nth-child(54){clip-path:polygon(66.3% -29.4%, 79.5% -18.4%, 101.9% -63.3%, 79.5% -85.9%);--dx:18.2vw;--dy:83.1vh;--dz:235px;--rx:44deg;--ry:-71deg;--rz:109deg;filter:brightness(0.90);animation-delay:1.726s}
#shatter .sh:nth-child(55){clip-path:polygon(79.5% -85.9%, 101.9% -63.3%, 180.1% -220.5%, 116.5% -245.5%);--dx:19.8vw;--dy:106.7vh;--dz:215px;--rx:139deg;--ry:-81deg;--rz:-142deg;filter:brightness(1.14);animation-delay:1.767s}
#shatter .sh:nth-child(56){clip-path:polygon(50.0% 41.0%, 54.8% 31.4%, 60.0% 34.5%);--dx:16.6vw;--dy:61.9vh;--dz:43px;--rx:82deg;--ry:-125deg;--rz:122deg;filter:brightness(1.20);animation-delay:1.311s}
#shatter .sh:nth-child(57){clip-path:polygon(54.8% 31.4%, 60.0% 34.5%, 74.5% 25.0%, 63.4% 14.1%);--dx:22.5vw;--dy:82.7vh;--dz:155px;--rx:61deg;--ry:64deg;--rz:176deg;filter:brightness(1.19);animation-delay:1.515s}
#shatter .sh:nth-child(58){clip-path:polygon(63.4% 14.1%, 74.5% 25.0%, 117.2% -3.0%, 79.5% -18.4%);--dx:31.9vw;--dy:94.4vh;--dz:304px;--rx:-69deg;--ry:125deg;--rz:-180deg;filter:brightness(0.83);animation-delay:1.550s}
#shatter .sh:nth-child(59){clip-path:polygon(79.5% -18.4%, 117.2% -3.0%, 171.4% -38.5%, 101.9% -63.3%);--dx:28.8vw;--dy:97.3vh;--dz:44px;--rx:-37deg;--ry:-73deg;--rz:12deg;filter:brightness(1.17);animation-delay:1.678s}
#shatter .sh:nth-child(60){clip-path:polygon(101.9% -63.3%, 171.4% -38.5%, 288.7% -115.3%, 180.1% -220.5%);--dx:35.1vw;--dy:108.2vh;--dz:323px;--rx:30deg;--ry:68deg;--rz:-119deg;filter:brightness(1.04);animation-delay:1.808s}
#shatter .sh:nth-child(61){clip-path:polygon(50.0% 41.0%, 60.0% 34.5%, 61.5% 39.4%);--dx:10.6vw;--dy:68.3vh;--dz:235px;--rx:-91deg;--ry:-149deg;--rz:67deg;filter:brightness(1.23);animation-delay:1.340s}
#shatter .sh:nth-child(62){clip-path:polygon(60.0% 34.5%, 61.5% 39.4%, 83.3% 36.4%, 74.5% 25.0%);--dx:19.8vw;--dy:80.5vh;--dz:151px;--rx:-83deg;--ry:-126deg;--rz:165deg;filter:brightness(0.94);animation-delay:1.502s}
#shatter .sh:nth-child(63){clip-path:polygon(74.5% 25.0%, 83.3% 36.4%, 112.1% 32.5%, 117.2% -3.0%);--dx:34.5vw;--dy:95.8vh;--dz:321px;--rx:-62deg;--ry:78deg;--rz:-62deg;filter:brightness(0.94);animation-delay:1.600s}
#shatter .sh:nth-child(64){clip-path:polygon(117.2% -3.0%, 112.1% 32.5%, 195.0% 21.1%, 171.4% -38.5%);--dx:44.4vw;--dy:102.4vh;--dz:35px;--rx:-24deg;--ry:-103deg;--rz:-35deg;filter:brightness(1.02);animation-delay:1.690s}
#shatter .sh:nth-child(65){clip-path:polygon(171.4% -38.5%, 195.0% 21.1%, 329.2% 2.6%, 288.7% -115.3%);--dx:49.8vw;--dy:125.4vh;--dz:322px;--rx:-106deg;--ry:83deg;--rz:19deg;filter:brightness(1.08);animation-delay:1.860s}
