:root {
  --ink: #0a0a0a;
  --paper: #f4f1eb;
  --paper-deep: #e8e2d9;
  --white: #fff;
  --muted: #6d6a65;
  --line: rgba(10, 10, 10, 0.14);
  --accent: #ff4f98;
  --accent-dark: #da2873;
  --purple: #7f62ed;
  --radius: 22px;
  --shell: 1180px;
  --shadow: 0 22px 70px rgba(10, 10, 10, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; background: var(--ink); }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

:focus-visible { outline: 3px solid rgba(255, 79, 152, 0.65); outline-offset: 3px; }

.lp-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }

.lp-skip {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  transform: translateY(-160%);
}

.lp-skip:focus { transform: none; }

.lp-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 80px;
  color: var(--white);
}

.lp-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }

.lp-logo { display: inline-flex; height: 58px; width: 132px; overflow: hidden; align-items: center; }
.lp-logo img { width: 132px; height: auto; }

.lp-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 99px;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.lp-header-cta:hover { background: var(--white); color: var(--ink); }

.lp-hero { position: relative; min-height: 760px; height: min(920px, 100svh); color: var(--white); background: var(--ink); overflow: hidden; }

.lp-hero-media { position: absolute; inset: 0 0 0 46%; }
.lp-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 42%; }
.lp-hero-gradient {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(10,10,10,.94) 8%, rgba(10,10,10,.35) 55%, rgba(10,10,10,.08) 100%),
    linear-gradient(0deg, rgba(10,10,10,.42), transparent 45%);
}

.lp-price-stamp {
  position: absolute;
  right: clamp(20px, 5vw, 70px);
  bottom: clamp(24px, 5vw, 58px);
  width: 132px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  gap: 2px;
  padding: 16px;
  text-align: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--accent);
  transform: rotate(-7deg);
  box-shadow: 0 18px 50px rgba(0,0,0,.28);
}

.lp-price-stamp strong { font-size: 2rem; letter-spacing: -.06em; }
.lp-price-stamp span { font-size: .68rem; line-height: 1.15; font-weight: 800; text-transform: uppercase; }

.lp-hero-inner { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.lp-hero-copy { width: min(620px, 58%); padding-top: 72px; }

.lp-kicker {
  margin: 0 0 18px;
  font-size: .72rem;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lp-kicker::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: var(--accent); }

.lp-hero h1,
.lp-section h2,
.lp-enquiry h2 {
  margin: 0;
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .95;
  text-wrap: balance;
}

.lp-hero h1 { max-width: 660px; font-size: clamp(3.7rem, 7vw, 7rem); }
.lp-hero-lead { max-width: 540px; margin: 28px 0 0; font-size: clamp(1.12rem, 2vw, 1.38rem); line-height: 1.48; color: rgba(255,255,255,.84); }

.lp-location-line { display: flex; align-items: flex-start; gap: 9px; max-width: 520px; margin: 18px 0 30px; color: rgba(255,255,255,.66); font-size: .91rem; line-height: 1.5; }
.lp-location-line span { color: var(--accent); font-size: .7rem; margin-top: 4px; }

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-radius: 7px;
  font-size: .79rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.lp-button:hover { transform: translateY(-2px); }
.lp-button-primary, .lp-button-submit { color: var(--ink); background: var(--accent); }
.lp-button-primary:hover, .lp-button-submit:hover { background: #ff72ae; }
.lp-cta-note { margin: 12px 0 0; color: rgba(255,255,255,.5); font-size: .72rem; }

.lp-trust { color: var(--white); background: #161616; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.lp-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lp-trust p { margin: 0; min-height: 86px; display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-left: 1px solid rgba(255,255,255,.1); font-size: .82rem; font-weight: 760; }
.lp-trust p:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.lp-trust p span { color: var(--accent); font-size: .67rem; }

.lp-section { padding: clamp(82px, 10vw, 140px) 0; }
.lp-section h2, .lp-enquiry h2 { font-size: clamp(2.9rem, 6vw, 5.6rem); }
.lp-section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 360px); gap: 32px; align-items: end; margin-bottom: 56px; }
.lp-section-heading .lp-kicker { grid-column: 1 / -1; margin-bottom: -6px; }
.lp-section-heading > p:last-child, .lp-lead { margin: 0; color: var(--muted); font-size: 1.04rem; line-height: 1.7; }

.lp-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.lp-benefit-grid article { min-height: 280px; padding: 26px 25px; border-right: 1px solid var(--line); }
.lp-benefit-grid article:first-child { border-left: 1px solid var(--line); }
.lp-benefit-grid article > span { color: var(--accent-dark); font-size: .7rem; font-weight: 800; }
.lp-benefit-grid h3 { margin: 88px 0 12px; font-size: 1.1rem; letter-spacing: -.02em; }
.lp-benefit-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }

.lp-session { padding-top: 20px; }
.lp-split, .lp-coach-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(44px, 8vw, 110px); align-items: center; }
.lp-image-frame { position: relative; overflow: hidden; border-radius: var(--radius); background: #ddd; }
.lp-session-image { min-height: 680px; }
.lp-session-image img { width: 100%; height: 100%; min-height: 680px; object-fit: cover; object-position: 46% center; }
.lp-session-image > p { position: absolute; inset: auto 18px 18px; margin: 0; padding: 15px 17px; border-radius: 11px; color: var(--white); background: rgba(10,10,10,.74); backdrop-filter: blur(12px); font-size: .78rem; font-weight: 750; }
.lp-session-copy h2 { margin-bottom: 26px; }
.lp-session-copy .lp-lead { max-width: 610px; }

.lp-check-list { list-style: none; padding: 0; margin: 36px 0; border-top: 1px solid var(--line); }
.lp-check-list li { position: relative; padding: 15px 0 15px 30px; border-bottom: 1px solid var(--line); font-size: .93rem; font-weight: 700; }
.lp-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent-dark); }
.lp-no-sparring { display: flex; gap: 9px; flex-direction: column; padding: 21px; border-radius: 14px; background: var(--white); box-shadow: 0 8px 30px rgba(0,0,0,.06); }
.lp-no-sparring strong { font-size: 1rem; }
.lp-no-sparring span { color: var(--muted); font-size: .85rem; }

.lp-location { padding-top: 30px; }
.lp-location-card { display: grid; grid-template-columns: .88fr 1.12fr; overflow: hidden; border-radius: 28px; background: #d8d0e7; }
.lp-location-copy { padding: clamp(38px, 6vw, 80px); }
.lp-location-copy h2 { margin-bottom: 26px; }
.lp-location-copy > p:not(.lp-kicker) { color: #4d4851; font-size: 1rem; line-height: 1.7; }
.lp-location-detail { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(10,10,10,.18); }
.lp-location-detail > span { display: block; color: #5f5662; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lp-location-detail strong { display: block; margin-top: 8px; font-size: 1.15rem; }
.lp-location-detail p { margin: 8px 0 0; color: #5f5662; font-size: .78rem; }
.lp-location-image { min-height: 520px; }
.lp-location-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }

.lp-pricing { color: var(--white); background: var(--ink); }
.lp-pricing-inner { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 80px; align-items: center; }
.lp-pricing h2 { max-width: 670px; margin-bottom: 24px; }
.lp-pricing-inner > div > p:last-child { max-width: 560px; color: rgba(255,255,255,.62); line-height: 1.7; }
.lp-price-card { padding: 38px; color: var(--ink); background: var(--accent); border-radius: 24px; transform: rotate(1.5deg); }
.lp-price { display: flex; align-items: flex-start; letter-spacing: -.08em; }
.lp-price > span { margin-top: 14px; font-size: 1.5rem; font-weight: 850; }
.lp-price strong { font-size: 6.8rem; line-height: .86; }
.lp-price-card > p { margin: 15px 0 28px; font-weight: 800; }
.lp-price-card ul { list-style: none; padding: 20px 0; margin: 0 0 24px; border-block: 1px solid rgba(10,10,10,.2); }
.lp-price-card li { padding: 7px 0; font-size: .9rem; font-weight: 700; }
.lp-price-card li::before { content: "✓"; margin-right: 10px; }
.lp-button-light { width: 100%; color: var(--white); background: var(--ink); }
.lp-price-card small { display: block; margin-top: 16px; font-size: .68rem; line-height: 1.4; }

.lp-coach-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.lp-coach-image { min-height: 600px; background: var(--ink); }
.lp-coach-image img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }
.lp-coach-image > span { position: absolute; left: 22px; bottom: 22px; padding: 9px 13px; color: var(--white); background: var(--ink); border-radius: 99px; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lp-coach-copy h2 { margin-bottom: 24px; }
.lp-qualification { display: inline-block; margin: 28px 0; padding: 10px 13px; border: 1px solid var(--line); border-radius: 99px; font-size: .75rem; font-weight: 800; }
.lp-achievements { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.lp-achievements li { display: grid; grid-template-columns: 92px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.lp-achievements strong { color: var(--accent-dark); font-size: .79rem; }
.lp-achievements span { font-size: .9rem; font-weight: 700; }

.lp-reviews { background: var(--paper-deep); }
.lp-reviews-heading { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-bottom: 48px; }
.lp-reviews-heading h2 { max-width: 770px; }
.lp-review-score { margin: 0; display: grid; justify-items: end; }
.lp-review-score strong { font-size: 2.4rem; letter-spacing: -.05em; }
.lp-review-score span, .lp-stars { color: #df8e12; letter-spacing: .08em; }
.lp-review-score small { margin-top: 3px; color: var(--muted); font-size: .7rem; }
.lp-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp-review-card { min-height: 310px; display: flex; flex-direction: column; padding: 27px; background: var(--white); border-radius: 18px; }
.lp-review-person { display: flex; align-items: center; gap: 12px; }
.lp-review-person img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; }
.lp-review-person div { display: grid; gap: 3px; }
.lp-review-person strong { font-size: .85rem; }
.lp-review-person span { color: var(--muted); font-size: .68rem; }
.lp-review-card .lp-stars { margin-top: 28px; font-size: .8rem; }
.lp-review-card blockquote { margin: auto 0 0; font-size: 1.03rem; line-height: 1.62; letter-spacing: -.015em; }

.lp-enquiry { padding: clamp(88px, 11vw, 150px) 0; color: var(--white); background: #131313; }
.lp-enquiry-grid { display: grid; grid-template-columns: 1fr minmax(410px, 520px); gap: clamp(60px, 10vw, 130px); align-items: start; }
.lp-enquiry-copy { position: sticky; top: 60px; }
.lp-enquiry-copy > p:not(.lp-kicker) { max-width: 520px; color: rgba(255,255,255,.65); font-size: 1.05rem; line-height: 1.7; }
.lp-enquiry-copy ul { list-style: none; padding: 0; margin: 38px 0 0; }
.lp-enquiry-copy li { padding: 11px 0; color: rgba(255,255,255,.76); border-bottom: 1px solid rgba(255,255,255,.12); font-size: .86rem; }
.lp-enquiry-copy li::before { content: "✓"; margin-right: 10px; color: var(--accent); }
.lp-form-card { min-height: 590px; padding: clamp(24px, 4vw, 42px); color: var(--ink); background: var(--paper); border-radius: 24px; }
.lp-form { display: grid; gap: 24px; }
.lp-field label, .lp-time-field legend { display: block; margin-bottom: 9px; font-size: .75rem; font-weight: 820; letter-spacing: .04em; text-transform: uppercase; }
.lp-field input { width: 100%; height: 58px; padding: 0 16px; color: var(--ink); background: var(--white); border: 1px solid rgba(10,10,10,.17); border-radius: 9px; }
.lp-field input::placeholder { color: #96918a; }
.lp-field input:focus { border-color: var(--accent-dark); outline: 3px solid rgba(255,79,152,.15); }
.lp-field input[aria-invalid="true"] { border-color: #c62a3a; }
.lp-time-field { min-width: 0; padding: 0; margin: 0; border: 0; }
.lp-time-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.lp-time-options label { position: relative; cursor: pointer; }
.lp-time-options input { position: absolute; opacity: 0; pointer-events: none; }
.lp-time-options span { min-height: 52px; display: grid; place-items: center; padding: 8px; background: var(--white); border: 1px solid rgba(10,10,10,.17); border-radius: 9px; font-size: .78rem; font-weight: 750; }
.lp-time-options input:checked + span { color: var(--white); background: var(--ink); border-color: var(--ink); }
.lp-time-options input:focus-visible + span { outline: 3px solid rgba(255,79,152,.5); outline-offset: 2px; }
.lp-button-submit { width: 100%; min-height: 60px; margin-top: 2px; }
.lp-button-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.lp-form-note { margin: -10px 0 0; color: var(--muted); text-align: center; font-size: .68rem; }
.lp-error { min-height: 0; margin: 6px 0 0; color: #b31f31; font-size: .72rem; }
.lp-error:empty { display: none; }
.lp-form-fallback { display: grid; gap: 4px; padding: 13px; color: #761724; background: #f8d9dc; border-radius: 9px; font-size: .78rem; line-height: 1.45; }
.lp-form-fallback a { text-decoration: underline; font-weight: 800; }
.lp-success { min-height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.lp-success[hidden] { display: none; }
.lp-success-mark { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 28px; color: var(--ink); background: var(--accent); border-radius: 50%; font-size: 1.4rem; font-weight: 900; }
.lp-success .lp-kicker { margin-bottom: 16px; }
.lp-success h3 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.02; letter-spacing: -.05em; }
.lp-success > p:not(.lp-kicker) { max-width: 390px; margin: 20px 0 32px; color: var(--muted); line-height: 1.65; }
.lp-success a { font-size: .75rem; font-weight: 850; text-transform: uppercase; text-decoration: underline; text-underline-offset: 5px; }

.lp-footer { padding: 26px 0 90px; color: rgba(255,255,255,.58); background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.lp-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.lp-footer p { margin: 0; }
.lp-footer-inner > div { display: flex; gap: 20px; }
.lp-footer a:hover { color: var(--white); }
.lp-mobile-cta { display: none; }

@media (max-width: 900px) {
  .lp-shell { width: min(calc(100% - 32px), var(--shell)); }
  .lp-hero { min-height: 730px; height: 100svh; }
  .lp-hero-media { inset: 0; }
  .lp-hero-gradient { background: linear-gradient(0deg, rgba(10,10,10,.97) 0%, rgba(10,10,10,.77) 44%, rgba(10,10,10,.1) 78%), linear-gradient(90deg, rgba(10,10,10,.2), transparent); }
  .lp-hero-media img { object-position: 48% 28%; }
  .lp-hero-inner { align-items: flex-end; padding-bottom: 44px; }
  .lp-hero-copy { width: 100%; padding: 0; }
  .lp-hero h1 { max-width: 700px; font-size: clamp(3.2rem, 11vw, 5.5rem); }
  .lp-hero-lead { max-width: 590px; margin-top: 18px; }
  .lp-location-line { margin: 12px 0 22px; }
  .lp-price-stamp { display: none; }
  .lp-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-trust p:nth-child(3) { border-top: 1px solid rgba(255,255,255,.1); }
  .lp-trust p:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); border-right: 1px solid rgba(255,255,255,.1); }
  .lp-section-heading { grid-template-columns: 1fr; }
  .lp-section-heading .lp-kicker { grid-column: auto; }
  .lp-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-benefit-grid article:nth-child(3) { border-left: 1px solid var(--line); }
  .lp-benefit-grid article:nth-child(n+3) { border-top: 1px solid var(--line); }
  .lp-split, .lp-coach-grid, .lp-location-card, .lp-pricing-inner, .lp-enquiry-grid { grid-template-columns: 1fr; }
  .lp-session-image { min-height: 580px; }
  .lp-session-image img { min-height: 580px; }
  .lp-location-card { gap: 0; }
  .lp-location-image { min-height: 390px; }
  .lp-pricing-inner { gap: 48px; }
  .lp-price-card { width: min(100%, 520px); transform: none; }
  .lp-coach-image { min-height: 500px; }
  .lp-coach-image img { min-height: 500px; }
  .lp-review-grid { grid-template-columns: 1fr; }
  .lp-review-card { min-height: 245px; }
  .lp-enquiry-copy { position: static; }
  .lp-enquiry-grid { gap: 48px; }
}

@media (max-width: 620px) {
  .lp-shell { width: min(calc(100% - 28px), var(--shell)); }
  .lp-header { height: 66px; }
  .lp-logo { width: 108px; height: 52px; }
  .lp-logo img { width: 108px; }
  .lp-header-cta { min-height: 38px; padding: 0 13px; font-size: .66rem; }
  .lp-header-cta span { display: none; }
  .lp-hero { min-height: 680px; height: 100svh; max-height: 820px; }
  .lp-hero-media img { object-position: 46% 22%; }
  .lp-hero-inner { padding-bottom: 28px; }
  .lp-hero h1 { max-width: 460px; font-size: clamp(3rem, 14.2vw, 4.5rem); }
  .lp-kicker { margin-bottom: 13px; font-size: .63rem; }
  .lp-hero-lead { font-size: 1rem; line-height: 1.42; }
  .lp-location-line { max-width: 380px; font-size: .77rem; line-height: 1.4; }
  .lp-button { width: 100%; min-height: 54px; }
  .lp-cta-note { text-align: center; }
  .lp-trust p { min-height: 70px; padding: 13px 11px; gap: 7px; font-size: .69rem; line-height: 1.3; }
  .lp-trust p span { font-size: .58rem; }
  .lp-section { padding: 78px 0; }
  .lp-section h2, .lp-enquiry h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .lp-section-heading { margin-bottom: 34px; }
  .lp-benefit-grid { grid-template-columns: 1fr; }
  .lp-benefit-grid article, .lp-benefit-grid article:nth-child(3) { min-height: auto; padding: 22px 18px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .lp-benefit-grid article:first-child { border-top: 0; }
  .lp-benefit-grid h3 { margin: 36px 0 8px; }
  .lp-session { padding-top: 4px; }
  .lp-split, .lp-coach-grid { gap: 38px; }
  .lp-session-image, .lp-session-image img { min-height: 490px; }
  .lp-check-list { margin: 28px 0; }
  .lp-location { padding-top: 8px; }
  .lp-location-card { width: calc(100% - 16px); }
  .lp-location-copy { padding: 34px 22px 38px; }
  .lp-location-image { min-height: 270px; }
  .lp-location-image img { object-position: center 24%; }
  .lp-pricing-inner { gap: 36px; }
  .lp-price-card { padding: 30px 24px; }
  .lp-price strong { font-size: 5.8rem; }
  .lp-coach-image, .lp-coach-image img { min-height: 390px; }
  .lp-coach-image img { object-position: 53% center; }
  .lp-achievements li { grid-template-columns: 82px 1fr; }
  .lp-reviews-heading { grid-template-columns: 1fr; gap: 22px; }
  .lp-review-score { justify-items: start; }
  .lp-review-card { min-height: 260px; padding: 22px; }
  .lp-form-card { min-height: 0; padding: 24px 18px; border-radius: 18px; }
  .lp-time-options { gap: 6px; }
  .lp-time-options span { font-size: .7rem; }
  .lp-success { min-height: 450px; }
  .lp-footer { padding-bottom: 92px; }
  .lp-footer-inner { align-items: flex-start; flex-direction: column; }
  .lp-mobile-cta {
    position: fixed;
    z-index: 30;
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    color: var(--ink);
    background: var(--accent);
    border-radius: 8px;
    box-shadow: 0 12px 38px rgba(0,0,0,.28);
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: opacity .2s ease, transform .2s ease;
  }
  .lp-mobile-cta.is-hidden { opacity: 0; transform: translateY(90px); pointer-events: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
