:root {
  --ink: #2d2723;
  --ink-soft: #625951;
  --cream: #f8f4ec;
  --paper: #fffdf9;
  --sand: #e9e0d3;
  --bronze: #b67b3f;
  --bronze-deep: #8d5d30;
  --sage: #758678;
  --sage-dark: #4e6254;
  --line: rgba(45, 39, 35, 0.14);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
svg { display: block; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only, .hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; left: 16px; top: 8px;
  transform: translateY(-150%);
  padding: 10px 16px; background: var(--ink); color: white;
}
.skip-link:focus { transform: translateY(0); }

.topbar { background: var(--ink); color: #f6f0e8; font-size: 0.78rem; letter-spacing: 0.04em; }
.topbar-inner { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { display: flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 700; }
.topbar svg { width: 14px; fill: var(--bronze); }
.site-header {
  position: sticky; z-index: 100; top: 0;
  background: rgba(255, 253, 249, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { width: 58px; height: 48px; overflow: visible; }
.brand-mark .roof-back { fill: #8b8e8d; }
.brand-mark .home-front { fill: #c2c0ba; }
.brand-mark .broom { fill: #4c2c17; }
.brand > span { display: flex; flex-direction: column; }
.brand strong { font-family: var(--serif); font-weight: 400; font-size: 1.85rem; line-height: 0.95; }
.brand small { margin-top: 5px; text-transform: uppercase; letter-spacing: 0.19em; font-size: 0.58rem; font-weight: 700; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { text-decoration: none; font-size: 0.9rem; font-weight: 600; }
.primary-nav > a:not(.nav-cta)::after {
  content: ""; display: block; width: 0; height: 1px; background: var(--bronze); transition: width .2s;
}
.primary-nav > a:hover::after { width: 100%; }
.nav-cta {
  padding: 13px 20px; color: white; background: var(--ink);
  transition: background .2s, transform .2s;
}
.nav-cta:hover { background: var(--bronze-deep); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero {
  position: relative; overflow: hidden;
  min-height: 680px;
  background:
    radial-gradient(circle at 10% 5%, rgba(182,123,63,.09), transparent 28%),
    linear-gradient(112deg, var(--cream) 0 51%, #e5e1d8 51%);
}
.hero-grid { display: grid; grid-template-columns: 1fr 1.02fr; min-height: 640px; align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 3; padding: 70px 0 105px; }
.eyebrow {
  display: flex; align-items: center; gap: 10px; margin: 0 0 20px;
  color: var(--bronze-deep); text-transform: uppercase; letter-spacing: .18em;
  font-size: .72rem; font-weight: 700;
}
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; }
h1 { max-width: 570px; margin: 0; font-size: clamp(3.7rem, 6vw, 6.7rem); line-height: .92; }
h1 em, h2 em { color: var(--bronze-deep); font-style: italic; }
.hero-lede { max-width: 530px; margin: 28px 0; color: var(--ink-soft); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  padding: 0 23px; border: 0; text-decoration: none; cursor: pointer;
  font: 700 .88rem var(--sans); transition: .2s ease;
}
.button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { color: white; background: var(--bronze-deep); box-shadow: 0 10px 24px rgba(100,59,26,.16); }
.button-primary:hover { background: var(--ink); transform: translateY(-2px); }
.button-quiet { color: var(--ink); }
.button-quiet svg { fill: currentColor; stroke: none; }
.button-quiet:hover { color: var(--bronze-deep); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; font-size: .76rem; color: var(--ink-soft); }
.hero-notes span { display: flex; align-items: center; gap: 6px; }
.hero-notes i { color: var(--sage-dark); font-style: normal; font-weight: 700; }

.hero-visual { position: relative; align-self: stretch; min-height: 630px; }
.sun-orb {
  position: absolute; top: 70px; right: -80px; width: 360px; height: 360px;
  border-radius: 50%; background: rgba(255,244,218,.7); filter: blur(2px);
}
.window {
  position: absolute; right: 24px; top: 110px; width: 310px; height: 300px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 9px;
  border: 10px solid #f8f5ef; background: #f8f5ef;
  box-shadow: 0 18px 48px rgba(45,39,35,.08);
}
.window span { background: linear-gradient(145deg, #cbd9d2, #f4ebd4); }
.plant { position: absolute; right: -18px; bottom: 116px; width: 170px; height: 245px; z-index: 2; }
.plant i {
  position: absolute; bottom: 50px; left: 68px; width: 58px; height: 108px;
  border-radius: 100% 0 100% 0; background: var(--sage); transform-origin: bottom left;
}
.plant i:nth-child(1) { transform: rotate(-55deg) scale(.75); }
.plant i:nth-child(2) { transform: rotate(-30deg) translateY(-28px) scale(.92); }
.plant i:nth-child(3) { transform: rotate(-5deg) translateY(-47px) scale(.8); }
.plant i:nth-child(4) { transform: rotate(23deg) translate(-5px,-28px) scale(.8); }
.plant i:nth-child(5) { transform: rotate(53deg) translate(-10px,8px) scale(.72); }
.plant b { position: absolute; bottom: 0; left: 55px; width: 82px; height: 68px; background: #9b6b40; clip-path: polygon(8% 0, 92% 0, 78% 100%, 22% 100%); }
.sofa { position: absolute; z-index: 3; left: -20px; right: 40px; bottom: 92px; height: 225px; }
.sofa-back { position: absolute; left: 45px; right: 35px; bottom: 53px; height: 152px; border-radius: 26px 26px 4px 4px; background: #e4d6c4; box-shadow: inset 0 -12px 25px rgba(108,82,55,.08); }
.cushion { position: absolute; bottom: 58px; height: 123px; width: 41%; border-radius: 18px 18px 6px 6px; background: #eee4d6; border: 1px solid rgba(75,57,41,.08); }
.cushion-one { left: 56px; transform: rotate(-1deg); }
.cushion-two { right: 46px; transform: rotate(1deg); }
.pillow { position: absolute; z-index: 2; right: 70px; bottom: 67px; width: 100px; height: 100px; transform: rotate(8deg); background: var(--sage); border-radius: 7px; box-shadow: inset 0 0 0 8px rgba(255,255,255,.08); }
.sofa-base { position: absolute; left: 15px; right: 0; bottom: 26px; height: 60px; border-radius: 12px; background: #d8c8b4; }
.sofa .leg { position: absolute; bottom: 0; width: 10px; height: 34px; background: #66462d; }
.sofa .leg.left { left: 60px; transform: rotate(5deg); }
.sofa .leg.right { right: 48px; transform: rotate(-5deg); }
.sparkle { position: absolute; z-index: 5; color: var(--bronze); }
.sparkle-one { top: 122px; left: 50px; font-size: 2.5rem; }
.sparkle-two { top: 195px; left: 112px; font-size: 1.2rem; }
.hero-badge {
  position: absolute; z-index: 6; left: -54px; bottom: 44px;
  display: flex; align-items: center; gap: 12px; padding: 16px 20px;
  color: white; background: var(--sage-dark); box-shadow: 0 15px 35px rgba(45,39,35,.18);
}
.hero-badge > span { color: #e9c38a; font-size: 1.4rem; }
.hero-badge div { display: flex; flex-direction: column; }
.hero-badge strong { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.hero-badge small { margin-top: 3px; opacity: .72; font-size: .65rem; text-transform: uppercase; letter-spacing: .11em; }
.hero-wave {
  position: absolute; z-index: 2; left: -3%; right: -3%; bottom: -46px; height: 92px;
  background: var(--paper); border-radius: 50% 50% 0 0 / 60% 60% 0 0;
}

.trust-strip { background: var(--paper); padding: 28px 0 50px; }
.trust-grid { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 30px; align-items: center; }
.trust-grid > p { margin: 0; font: 400 1.55rem/1.2 var(--serif); }
.trust-grid > p em { color: var(--bronze-deep); }
.trust-grid > div { position: relative; padding-left: 42px; }
.trust-grid > div:not(:first-of-type) { border-left: 1px solid var(--line); }
.trust-grid div > span { position: absolute; left: 0; top: 2px; color: var(--bronze); font: 1rem var(--serif); }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { font-size: .83rem; }
.trust-grid small { margin-top: 5px; color: var(--ink-soft); font-size: .69rem; }

.section { padding: 110px 0; }
.services { background: var(--cream); }
.section-heading { max-width: 680px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 4.7rem); line-height: 1.03; }
.section-heading > p:last-child { color: var(--ink-soft); font-size: .98rem; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card {
  position: relative; overflow: hidden; min-height: 390px; padding: 38px 34px;
  background: var(--paper); border: 1px solid rgba(45,39,35,.09);
  transition: transform .25s, box-shadow .25s;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 46px rgba(66,53,39,.1); }
.service-card.featured { color: white; background: var(--sage-dark); }
.service-card.featured::after {
  content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%; right: -60px; top: -50px;
}
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 42px; background: #eee4d5; }
.featured .service-icon { background: rgba(255,255,255,.13); }
.service-icon svg { width: 34px; fill: none; stroke: var(--bronze-deep); stroke-width: 1.5; }
.featured .service-icon svg { stroke: #f1d5ae; }
.card-number { position: absolute; top: 34px; right: 34px; margin: 0; color: var(--bronze); font: 1.05rem var(--serif); }
.service-card h3 { margin: 0 0 16px; font: 400 1.65rem var(--serif); }
.service-card > p:not(.card-number) { min-height: 82px; color: var(--ink-soft); font-size: .88rem; line-height: 1.65; }
.featured > p:not(.card-number) { color: rgba(255,255,255,.72); }
.service-card a { display: inline-flex; gap: 10px; margin-top: 18px; text-decoration: none; font-size: .78rem; font-weight: 700; }
.service-card a span { color: var(--bronze); }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 110px; align-items: center; }
.about-art { position: relative; min-height: 560px; }
.arch {
  position: absolute; inset: 0 45px 0 0; overflow: hidden;
  border-radius: 240px 240px 8px 8px; background: #e7ded2;
}
.arch::before {
  content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%;
  right: -80px; top: 40px; background: rgba(255,248,230,.72);
}
.arch-window { position: absolute; left: 60px; top: 100px; width: 210px; height: 280px; border: 18px solid #faf7f0; background: linear-gradient(135deg, #c8d8d0, #f2e6cc); }
.arch-window::before, .arch-window::after { content: ""; position: absolute; background: #faf7f0; }
.arch-window::before { width: 8px; top: 0; bottom: 0; left: calc(50% - 4px); }
.arch-window::after { height: 8px; left: 0; right: 0; top: calc(50% - 4px); }
.about-broom { position: absolute; z-index: 3; right: 78px; top: 80px; width: 180px; height: 390px; transform: rotate(8deg); }
.about-broom span { position: absolute; left: 84px; width: 12px; height: 300px; background: #6d4729; border-radius: 8px; }
.about-broom b { position: absolute; bottom: 0; left: 20px; width: 140px; height: 110px; background: var(--sage-dark); clip-path: polygon(34% 0, 66% 0, 100% 90%, 80% 100%, 50% 89%, 20% 100%, 0 90%); }
.about-bucket { position: absolute; z-index: 4; left: 95px; bottom: 35px; width: 150px; height: 100px; padding-top: 36px; text-align: center; color: white; font-size: 2rem; background: var(--bronze); clip-path: polygon(8% 0, 92% 0, 80% 100%, 20% 100%); }
.experience-card {
  position: absolute; right: 0; bottom: 54px; z-index: 5;
  display: flex; flex-direction: column; padding: 24px 28px; color: white; background: var(--ink);
}
.experience-card strong { font: 400 1.45rem var(--serif); }
.experience-card span { margin-top: 4px; color: #d8c6af; font-size: .72rem; }
.about-copy .eyebrow { margin-bottom: 24px; }
.about-lede { margin: 26px 0 30px; color: var(--ink-soft); font-size: 1rem; line-height: 1.75; }
.check-list { display: grid; gap: 20px; }
.check-list > div { display: flex; gap: 15px; }
.check-list i {
  flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center;
  border-radius: 50%; color: white; background: var(--sage-dark); font-size: .72rem; font-style: normal;
}
.check-list span, .check-list strong, .check-list small { display: block; }
.check-list strong { font-size: .9rem; }
.check-list small { margin-top: 5px; color: var(--ink-soft); line-height: 1.5; }
.text-link { display: inline-flex; gap: 12px; margin-top: 34px; color: var(--bronze-deep); text-decoration: none; font-weight: 700; font-size: .86rem; }

.process { color: white; background: var(--ink); }
.eyebrow.light { color: #d7aa70; }
.process h2 em { color: #dcb47e; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 60px; }
.step { position: relative; text-align: center; padding: 0 30px; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 50px; right: -38px; width: 76px; border-top: 1px dashed rgba(255,255,255,.23); }
.step > span { position: absolute; right: 26%; top: -18px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--ink); background: #dcb47e; font-size: .72rem; font-weight: 700; }
.step svg { width: 72px; margin: 0 auto 28px; fill: none; stroke: #e1bd8c; stroke-width: 1.3; }
.step h3 { margin: 0 0 12px; font: 400 1.55rem var(--serif); }
.step p { margin: 0; color: rgba(255,255,255,.62); font-size: .83rem; line-height: 1.7; }

.quote-section { background: var(--sand); }
.quote-grid { display: grid; grid-template-columns: .78fr 1.1fr; gap: 90px; align-items: center; }
.quote-copy > p:not(.eyebrow) { color: var(--ink-soft); line-height: 1.75; }
.contact-card { display: flex; align-items: center; gap: 14px; margin-top: 36px; }
.contact-icon { width: 50px; height: 50px; display: grid; place-items: center; color: white; background: var(--sage-dark); }
.contact-icon svg { width: 21px; fill: currentColor; }
.contact-card div:last-child { display: flex; flex-direction: column; }
.contact-card small { color: var(--ink-soft); font-size: .7rem; }
.contact-card a { margin-top: 3px; text-decoration: none; font: 400 1.45rem var(--serif); }
.quote-form { padding: 38px; background: var(--paper); box-shadow: 0 24px 60px rgba(56,47,38,.1); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 25px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { font: 400 1.5rem var(--serif); }
.form-heading small { color: var(--ink-soft); font-size: .65rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 16px; font-size: .72rem; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; border: 1px solid #d9d0c5; border-radius: 0; outline: none;
  padding: 13px 14px; color: var(--ink); background: white; font: 400 .85rem var(--sans);
  transition: border .2s, box-shadow .2s;
}
.quote-form input, .quote-form select { height: 48px; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(182,123,63,.11); }
.form-submit { width: 100%; margin-top: 3px; }
.form-submit:disabled { opacity: .68; cursor: wait; transform: none; }
.form-note { text-align: center; margin: 13px 0 0; color: var(--ink-soft); font-size: .65rem; }
.form-status { min-height: 20px; margin-top: 8px; text-align: center; color: var(--sage-dark); font-size: .78rem; font-weight: 700; }

footer { padding: 65px 0 28px; color: rgba(255,255,255,.75); background: #211d1a; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 45px; align-items: center; padding-bottom: 50px; }
.footer-brand { color: white; }
.footer-brand .brand-mark .roof-back { fill: #858887; }
.footer-main > p { font-size: .8rem; line-height: 1.6; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.footer-contact a { color: white; font-size: .82rem; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .65rem; }
.mobile-bar { display: none; }

@media (max-width: 950px) {
  .primary-nav { gap: 18px; }
  .hero-grid { gap: 20px; }
  .hero-visual { transform: scale(.9); transform-origin: center right; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > p { grid-column: 1 / -1; text-align: center; }
  .trust-grid > div:nth-of-type(2) { border-left: 0; }
  .service-card { padding: 30px 25px; }
  .about-grid { gap: 55px; }
  .quote-grid { gap: 48px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  .shell { width: min(100% - 30px, 620px); }
  .topbar { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 48px; height: 40px; }
  .brand strong { font-size: 1.5rem; }
  .brand small { font-size: .5rem; }
  .menu-toggle { display: block; }
  .primary-nav {
    position: absolute; left: 0; right: 0; top: 72px; display: none;
    padding: 22px 24px 28px; flex-direction: column; align-items: stretch;
    background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(45,39,35,.1);
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 8px 0; }
  .primary-nav .nav-cta { padding: 14px 18px; text-align: center; }
  .hero { min-height: auto; background: var(--cream); }
  .hero-grid { display: block; min-height: auto; }
  .hero-copy { padding: 72px 0 44px; text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.3rem); }
  .hero-lede { margin-inline: auto; font-size: 1rem; }
  .hero-actions { justify-content: center; }
  .hero-notes { justify-content: center; gap: 10px 16px; }
  .hero-visual { min-height: 420px; transform: none; }
  .window { width: 250px; height: 230px; right: 0; top: 35px; }
  .sofa { left: -20px; right: 15px; bottom: 55px; transform: scale(.9); transform-origin: bottom center; }
  .plant { right: -40px; bottom: 70px; transform: scale(.8); }
  .sun-orb { top: 10px; right: -130px; width: 300px; height: 300px; }
  .hero-badge { left: 0; bottom: 22px; }
  .hero-wave { bottom: -58px; }
  .trust-strip { padding-top: 50px; }
  .trust-grid { grid-template-columns: 1fr; gap: 24px; }
  .trust-grid > p { grid-column: auto; }
  .trust-grid > div { padding-left: 45px; border-left: 0 !important; }
  .section { padding: 78px 0; }
  .service-grid, .about-grid, .steps, .quote-grid, .footer-main { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 38px; }
  .section-heading > p:last-child { font-size: .9rem; }
  .service-card { min-height: 330px; }
  .service-card > p:not(.card-number) { min-height: 0; }
  .about-grid { gap: 60px; }
  .about-art { min-height: 440px; }
  .arch { right: 20px; }
  .arch-window { left: 35px; top: 75px; width: 170px; height: 230px; }
  .about-broom { right: 30px; top: 40px; transform: scale(.82) rotate(8deg); }
  .about-bucket { left: 50px; transform: scale(.85); }
  .experience-card { right: 0; bottom: 30px; }
  .steps { gap: 65px; }
  .step:not(:last-child)::after { top: auto; bottom: -34px; right: calc(50% - 1px); width: 1px; height: 35px; border-top: 0; border-left: 1px dashed rgba(255,255,255,.23); }
  .step > span { right: 31%; }
  .quote-grid { gap: 40px; }
  .quote-copy { text-align: center; }
  .quote-copy .eyebrow, .contact-card { justify-content: center; }
  .quote-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .footer-main { text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-contact { align-items: center; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 8px; text-align: center; }
  .mobile-bar {
    position: fixed; z-index: 200; left: 0; right: 0; bottom: 0;
    display: grid; grid-template-columns: .8fr 1.2fr; height: 66px;
    color: white; background: var(--ink); box-shadow: 0 -10px 30px rgba(45,39,35,.16);
  }
  .mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-size: .82rem; font-weight: 700; }
  .mobile-bar a:first-child { border-right: 1px solid rgba(255,255,255,.15); }
  .mobile-bar a:last-child { background: var(--bronze-deep); }
  .mobile-bar svg { width: 17px; fill: currentColor; }
}

@media (max-width: 390px) {
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 380px; }
  .sofa { transform: scale(.78); left: -50px; right: -20px; }
  .window { width: 220px; right: -12px; }
  .hero-badge { transform: scale(.86); transform-origin: left bottom; }
}

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