:root {
  --green: #173f35;
  --green-2: #245647;
  --ink: #18201d;
  --muted: #68736e;
  --cream: #f4efe5;
  --cream-2: #ebe2d2;
  --white: #fffdf8;
  --gold: #cfa66a;
  --line: rgba(23, 63, 53, .15);
  --shadow: 0 24px 80px rgba(23, 63, 53, .16);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; background: #fff; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  height: 94px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
  color: var(--green);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; font-family: "Lora", serif; font-size: 15px; }
.brand > span:last-child { display: grid; gap: 5px; letter-spacing: .11em; }
.brand b { font-size: 12px; }
.brand small { font-size: 9px; letter-spacing: .32em; }
.desktop-nav { display: flex; gap: 34px; font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-call { justify-self: end; display: flex; align-items: center; gap: 10px; color: var(--white); }
.header-call svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.header-call span { display: grid; line-height: 1.3; }
.header-call small { opacity: .65; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.header-call b { font-size: 13px; }

.hero { min-height: 800px; height: min(900px, 100vh); display: grid; grid-template-columns: 52% 48%; background: var(--cream); }
.hero-content { padding: 152px 5vw 50px 8vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.light { color: #d9c9a9; }
h1, h2 { margin: 0; font-family: "Lora", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.1; }
h1 { max-width: 720px; color: var(--green); font-size: clamp(54px, 5.25vw, 88px); }
h1 em, h2 em { color: var(--gold); font-weight: inherit; }
.hero-lead { max-width: 600px; margin: 28px 0 30px; color: #53615c; font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 0; border-radius: 0; font-size: 12px; font-weight: 700; letter-spacing: .04em; cursor: pointer; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: var(--green-2); }
.button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.text-link { font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--line); padding: 6px 0; }
.text-link span { margin-left: 8px; color: var(--gold); }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); width: min(620px, 100%); margin-top: auto; padding-top: 34px; border-top: 1px solid var(--line); }
.hero-stats div { display: grid; gap: 2px; padding-left: 20px; border-left: 1px solid var(--line); }
.hero-stats div:first-child { padding-left: 0; border-left: 0; }
.hero-stats strong { color: var(--green); font-family: "Lora", serif; font-size: 30px; line-height: 1; }
.hero-stats strong small { font: 600 13px "Be Vietnam Pro", sans-serif; }
.hero-stats span { color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.hero-visual { position: relative; min-width: 0; overflow: hidden; background: #d7c9b5; }
.hero-visual > img { height: 100%; object-fit: cover; object-position: 50% 35%; transition: transform 1s ease; }
.hero-visual:hover > img { transform: scale(1.015); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(14,36,31,.2), transparent 35%, rgba(14,36,31,.08)); pointer-events: none; }
.price-card { position: absolute; right: 0; bottom: 0; z-index: 2; width: 210px; padding: 28px 30px 26px; color: var(--white); background: var(--green); }
.price-card span, .price-card i { display: block; font-size: 9px; font-style: normal; letter-spacing: .12em; text-transform: uppercase; opacity: .68; }
.price-card strong { display: block; margin: 8px 0 6px; font-family: "Lora", serif; font-size: 38px; line-height: 1; }
.price-card strong small { font: 600 13px "Be Vietnam Pro", sans-serif; }
.hero-note { position: absolute; left: 26px; bottom: 26px; z-index: 2; display: flex; align-items: flex-start; gap: 10px; padding: 13px 18px; color: var(--white); background: rgba(15, 39, 33, .78); backdrop-filter: blur(12px); }
.hero-note .dot { width: 7px; height: 7px; margin-top: 7px; border-radius: 50%; background: #d9b06f; box-shadow: 0 0 0 4px rgba(217,176,111,.18); }
.hero-note p { margin: 0; font-size: 10px; line-height: 1.5; }

.intro { background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: end; }
h2 { color: var(--green); font-size: clamp(42px, 4.6vw, 68px); }
.intro-copy { padding-bottom: 6px; }
.intro-copy > p { margin: 0 0 30px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.intro-copy b { color: var(--green); }
.inline-call { color: var(--green); font-size: 12px; font-weight: 700; border-bottom: 1px solid var(--green); padding-bottom: 7px; }
.inline-call span { color: var(--gold); margin-left: 6px; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 90px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-strip article { position: relative; padding: 38px 42px 42px; border-left: 1px solid var(--line); }
.feature-strip article:first-child { border-left: 0; padding-left: 0; }
.feature-number { color: var(--gold); font-family: "Lora", serif; font-size: 13px; }
.feature-strip h3 { margin: 30px 0 12px; color: var(--green); font: 600 23px "Lora", serif; }
.feature-strip p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }

.visual-story { padding: 0; color: var(--cream); background: var(--green); }
.story-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 57% 43%; }
.story-collage { position: relative; min-height: 800px; }
.story-main { position: absolute; inset: 0 22% 0 0; margin: 0; overflow: hidden; }
.story-main img { height: 100%; object-fit: cover; }
.story-small { position: absolute; right: 5%; bottom: 8%; z-index: 2; width: 37%; margin: 0; padding: 10px; background: var(--cream); box-shadow: var(--shadow); }
.story-small img { aspect-ratio: 4/3; object-fit: cover; }
.sun-badge { position: absolute; right: 4%; top: 10%; z-index: 3; width: 98px; height: 98px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: "Lora", serif; font-size: 15px; line-height: 1.2; text-align: center; transform: rotate(8deg); }
.story-content { display: flex; flex-direction: column; justify-content: center; padding: 100px 7vw 100px 6vw; }
.story-content h2, .fit-copy h2, .contact-inner h2 { color: var(--cream); }
.story-content > p:not(.eyebrow) { margin: 28px 0 28px; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.9; }
.check-list { display: grid; gap: 13px; margin: 0 0 38px; padding: 0; list-style: none; color: rgba(255,255,255,.83); font-size: 12px; }
.check-list span { color: var(--gold); margin-right: 10px; }
.button-cream { align-self: flex-start; color: var(--green); background: var(--cream); }

.layout-section { background: var(--cream); }
.layout-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 90px; align-items: end; }
.layout-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.layout-card { margin-top: 70px; display: grid; grid-template-columns: .72fr 1.28fr; background: var(--white); box-shadow: 0 24px 70px rgba(36,44,40,.07); }
.floor-summary { display: flex; flex-direction: column; justify-content: center; padding: 60px; color: var(--cream); background: var(--green); }
.floor-summary > span { margin-bottom: 25px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; opacity: .6; }
.floor-summary strong { max-width: 250px; font: 500 42px/1.35 "Lora", serif; }
.floor-summary i { color: var(--gold); font-style: normal; }
.room-list { display: grid; grid-template-columns: 1fr 1fr; padding: 36px 48px; }
.room-list > div { display: flex; gap: 22px; padding: 30px 18px; border-bottom: 1px solid var(--line); }
.room-list > div:nth-last-child(-n+2) { border-bottom: 0; }
.room-list > div:nth-child(odd) { border-right: 1px solid var(--line); }
.room-list > div > span { color: var(--gold); font: 500 25px "Lora", serif; }
.room-list p { display: grid; gap: 8px; margin: 0; }
.room-list b { color: var(--green); font: 600 17px "Lora", serif; }
.room-list small { max-width: 230px; color: var(--muted); font-size: 11px; line-height: 1.7; }

.gallery { background: var(--white); }
.gallery-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 60px; }
.gallery-heading > p { max-width: 220px; margin: 0 0 8px; color: var(--muted); font-size: 12px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 280px; gap: 6px; padding: 0 6px; }
.gallery-item { position: relative; display: block; min-width: 0; padding: 0; border: 0; overflow: hidden; background: #ddd; cursor: zoom-in; }
.gallery-item::after { content: "+"; position: absolute; right: 16px; bottom: 16px; width: 36px; height: 36px; display: grid; place-items: center; color: var(--green); background: rgba(255,255,255,.92); font-size: 19px; opacity: 0; transform: translateY(8px); transition: .25s ease; }
.gallery-item:hover::after { opacity: 1; transform: translateY(0); }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-action { display: flex; justify-content: center; margin-top: 42px; }
.button-outline { color: var(--green); border: 1px solid var(--green); background: transparent; }
.button-outline:hover { color: #fff; background: var(--green); }
.button-outline span { font-size: 18px; font-weight: 400; }

.location { overflow: hidden; background: #f0eadf; }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.location-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 34px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.address-card { display: flex; align-items: center; gap: 18px; padding: 21px 24px; border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.address-card svg { width: 28px; fill: none; stroke: var(--gold); stroke-width: 1.5; }
.address-card div { display: grid; gap: 5px; }
.address-card small { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.address-card strong { color: var(--green); font-size: 12px; }
.connections { position: relative; min-height: 540px; border: 1px solid rgba(23,63,53,.12); border-radius: 50%; }
.connections::before, .connections::after { content: ""; position: absolute; inset: 16%; border: 1px dashed rgba(23,63,53,.18); border-radius: 50%; }
.connections::after { inset: 33%; }
.connection-center { position: absolute; inset: 50% auto auto 50%; z-index: 2; width: 145px; height: 145px; display: grid; place-content: center; border-radius: 50%; color: #fff; background: var(--green); text-align: center; transform: translate(-50%,-50%); box-shadow: 0 15px 35px rgba(23,63,53,.2); }
.connection-center span { color: var(--gold); font-size: 9px; letter-spacing: .15em; }
.connection-center b { margin-top: 5px; font: 500 17px/1.3 "Lora", serif; }
.connection-item { position: absolute; display: flex; gap: 10px; align-items: flex-start; padding: 10px 14px; background: #f0eadf; }
.connection-item span { color: var(--gold); font: 500 13px "Lora", serif; }
.connection-item p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.connection-item b { color: var(--green); font-size: 11px; }
.c1 { left: 7%; top: 15%; }.c2 { right: 3%; top: 12%; }.c3 { right: -2%; top: 52%; }.c4 { left: 6%; bottom: 12%; }.c5 { right: 15%; bottom: 3%; }

.fit-section { padding: 0; background: var(--green); }
.fit-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 50% 50%; }
.fit-image img { height: 100%; min-height: 730px; object-fit: cover; }
.fit-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px 8vw; }
.fit-options { margin-top: 46px; border-top: 1px solid rgba(255,255,255,.16); }
.fit-options > div { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.fit-options > div > span { color: var(--gold); font: 500 15px "Lora", serif; }
.fit-options p { display: grid; gap: 7px; margin: 0; }
.fit-options b { color: var(--cream); font: 500 18px "Lora", serif; }
.fit-options small { color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.7; }

.legal { background: var(--cream); }
.legal-card { display: grid; grid-template-columns: auto 1fr .7fr; gap: 54px; align-items: center; padding: 65px 70px; border: 1px solid var(--line); background: rgba(255,255,255,.32); }
.legal-icon { width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); border: 1px solid currentColor; }
.legal-icon svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 1.3; }
.legal-card h2 { font-size: clamp(38px, 4vw, 56px); }
.legal-action p { margin: 0 0 24px; color: var(--muted); font-size: 12px; line-height: 1.8; }

.contact-section { position: relative; padding: 120px 0; color: var(--white); background: linear-gradient(rgba(12,42,34,.88), rgba(12,42,34,.94)), url("hinhanh/2aoboqj80nxvy6zmu6nqqob7yw9s1nkfrinitzik17.jpg") center/cover; }
.contact-inner { max-width: 780px; text-align: center; }
.contact-inner .eyebrow { justify-content: center; }
.contact-note { max-width: 560px; margin: 28px auto 38px; color: rgba(255,255,255,.62); font-size: 13px; }
.contact-person { display: grid; grid-template-columns: auto 1fr auto auto; gap: 20px; align-items: center; padding: 22px 24px; color: var(--green); background: var(--cream); text-align: left; transition: transform .25s ease; }
.contact-person:hover { transform: translateY(-3px); }
.avatar { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: var(--cream); background: var(--green); font: 500 22px "Lora", serif; }
.contact-person > span:nth-child(2) { display: grid; }
.contact-person small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.contact-person b { font: 600 19px "Lora", serif; }
.contact-person strong { font-size: 18px; }
.contact-person i { color: var(--gold); font-size: 11px; font-style: normal; font-weight: 700; }

footer { padding: 34px 0; color: rgba(255,255,255,.55); background: #0f2d26; font-size: 9px; letter-spacing: .04em; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.brand-footer { color: var(--cream); }
.footer-inner p { margin: 0; }
.footer-inner p:last-child { justify-self: end; }

.floating-call { position: fixed; right: 22px; bottom: 20px; z-index: 35; display: flex; align-items: center; gap: 10px; padding: 11px 18px 11px 13px; border-radius: 999px; color: #fff; background: #2e7a58; box-shadow: 0 12px 35px rgba(18,70,48,.28); }
.floating-call svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.floating-call > span:not(.pulse) { display: grid; line-height: 1.25; }
.floating-call small { font-size: 8px; opacity: .72; text-transform: uppercase; }
.floating-call b { font-size: 12px; }
.pulse { position: absolute; inset: 0; border-radius: inherit; border: 1px solid #4b9d78; animation: pulse 2.2s infinite; pointer-events: none; }
@keyframes pulse { 0% { transform: scale(1); opacity: .8; } 70%,100% { transform: scale(1.12); opacity: 0; } }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 42px 70px; border: 0; color: #fff; background: rgba(8,22,18,.96); overflow: hidden; }
.lightbox::backdrop { background: rgba(8,22,18,.96); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox img { max-width: min(1150px, 82vw); max-height: 84vh; width: auto; height: auto; object-fit: contain; box-shadow: 0 30px 90px #0008; }
.lightbox-close, .lightbox-nav { position: absolute; z-index: 2; border: 0; color: #fff; background: transparent; cursor: pointer; }
.lightbox-close { right: 30px; top: 20px; font-size: 38px; font-weight: 200; }
.lightbox-nav { top: 50%; font: 300 60px/1 serif; transform: translateY(-50%); }
.lightbox-prev { left: 25px; }.lightbox-next { right: 25px; }
.lightbox p { position: absolute; bottom: 16px; margin: 0; font-size: 10px; letter-spacing: .12em; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr 1fr; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 55% 45%; }
  .hero-content { padding-left: 5vw; }
  .intro-grid, .location-grid { gap: 55px; }
  .story-content { padding-inline: 5vw; }
  .legal-card { grid-template-columns: auto 1fr; }
  .legal-action { grid-column: 2; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 82px 0; }
  .site-header { position: absolute; height: 78px; padding: 0 18px; }
  .header-call span { display: none; }
  .header-call { width: 42px; height: 42px; justify-content: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
  .hero { height: auto; min-height: 0; grid-template-columns: 1fr; padding-top: 0; }
  .hero-content { min-height: 700px; padding: 118px 24px 42px; }
  .hero-content .eyebrow { max-width: 280px; line-height: 1.6; }
  h1 { font-size: clamp(45px, 13vw, 64px); }
  .hero-lead { margin-block: 24px; font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-stats { margin-top: 46px; }
  .hero-stats strong { font-size: 25px; }
  .hero-stats div { padding-left: 11px; }
  .hero-visual { height: 650px; }
  .price-card { width: 180px; padding: 22px; }
  .hero-note { left: 14px; bottom: 16px; }
  .intro-grid, .layout-heading, .location-grid { grid-template-columns: 1fr; gap: 40px; }
  h2 { font-size: clamp(39px, 11vw, 56px); }
  .feature-strip { grid-template-columns: 1fr; margin-top: 60px; }
  .feature-strip article, .feature-strip article:first-child { padding: 28px 0; border-left: 0; border-top: 1px solid var(--line); }
  .feature-strip article:first-child { border-top: 0; }
  .feature-strip h3 { margin-top: 14px; }
  .story-grid, .fit-grid { grid-template-columns: 1fr; }
  .story-collage { min-height: 590px; }
  .story-main { inset-right: 14%; }
  .story-small { right: 3%; width: 47%; }
  .story-content, .fit-copy { padding: 80px 24px; }
  .layout-card { grid-template-columns: 1fr; margin-top: 48px; }
  .floor-summary { padding: 45px 32px; }
  .room-list { padding: 18px 24px; }
  .room-list > div { padding: 24px 10px; }
  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 20px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 230px; }
  .gallery-tall { grid-row: span 1; }
  .connections { min-height: 500px; }
  .fit-image img { min-height: 540px; }
  .legal-card { grid-template-columns: 1fr; gap: 30px; padding: 42px 28px; }
  .legal-action { grid-column: auto; }
  .contact-person { grid-template-columns: auto 1fr auto; }
  .contact-person > strong { grid-column: 2; }
  .contact-person i { grid-row: 1 / 3; grid-column: 3; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-inner p:last-child { justify-self: center; }
  .floating-call { right: 14px; bottom: 14px; }
}

@media (max-width: 520px) {
  .hero-content { min-height: 650px; }
  .hero-visual { height: 560px; }
  .hero-stats { gap: 0; }
  .hero-stats div { padding-left: 8px; }
  .hero-stats strong { font-size: 22px; }
  .hero-stats span { font-size: 7px; }
  .story-collage { min-height: 500px; }
  .sun-badge { width: 76px; height: 76px; font-size: 12px; }
  .room-list { grid-template-columns: 1fr; }
  .room-list > div, .room-list > div:nth-child(odd) { border-right: 0; border-bottom: 1px solid var(--line); }
  .room-list > div:last-child { border-bottom: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery-wide { grid-column: span 2; }
  .connections { min-height: 410px; transform: scale(.95); }
  .connection-center { width: 120px; height: 120px; }
  .connection-item { padding: 7px; }
  .c1 { left: 0; }.c2 { right: -5%; }.c3 { right: -8%; }.c4 { left: 0; }.c5 { right: 4%; }
  .contact-section { padding: 90px 0; }
  .contact-person { grid-template-columns: auto 1fr; gap: 13px; padding: 18px; }
  .contact-person strong { font-size: 16px; }
  .contact-person i { display: none; }
  .floating-call > span:not(.pulse) { display: none; }
  .floating-call { width: 54px; height: 54px; padding: 0; justify-content: center; }
  .lightbox { padding: 50px 15px; }
  .lightbox img { max-width: 94vw; }
  .lightbox-nav { font-size: 45px; }
  .lightbox-prev { left: 8px; }.lightbox-next { right: 8px; }
}

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