:root {
  --ink: #2b1b17;
  --muted: #75645f;
  --paper: #fffdf9;
  --cream: #fff6ee;
  --rose: #c77768;
  --rose-deep: #9b4f43;
  --gold: #d9a25f;
  --green: #2c6f52;
  --line: rgba(69, 39, 31, .12);
  --shadow: 0 24px 70px rgba(62, 34, 26, .12);
  --radius: 28px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans Bengali", "Hind Siliguri", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
.shell { width: min(var(--shell), calc(100% - 32px)); margin-inline: auto; }

.top-notice {
  padding: 7px 16px;
  color: #fff;
  background: var(--ink);
  text-align: center;
  font-size: .8rem;
  font-weight: 750;
  letter-spacing: .01em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 253, 249, .88);
  border-bottom: 1px solid rgba(83, 48, 38, .08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.nav-shell { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; line-height: 1; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.brand span { display: grid; gap: 3px; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.32rem; letter-spacing: -.025em; }
.brand small { color: var(--rose-deep); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .14em; }
.main-menu { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 750; }
.main-menu a { position: relative; }
.main-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--rose); transition: right .25s ease; }
.main-menu a:hover::after { right: 0; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.menu-button span { display: block; height: 2px; margin: 5px 0; border-radius: 10px; background: var(--ink); transition: transform .25s ease, opacity .25s ease; }
.menu-button.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button.active span:nth-child(2) { opacity: 0; }
.menu-button.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border: 1px solid var(--rose-deep);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--rose-deep), var(--rose));
  box-shadow: 0 12px 28px rgba(155, 79, 67, .22);
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(155, 79, 67, .28); filter: saturate(1.05); }
.button:active { transform: translateY(0) scale(.985); }
.button-small { min-height: 42px; padding: 9px 17px; font-size: .88rem; }
.button-soft { color: var(--ink); background: #fff; border-color: var(--line); box-shadow: none; }
.button-full { width: 100%; }
.button[disabled] { opacity: .65; cursor: wait; transform: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 70px 0 84px;
  background:
    radial-gradient(circle at 9% 18%, rgba(217, 162, 95, .19), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(199, 119, 104, .18), transparent 31%),
    linear-gradient(135deg, #fffaf5 0%, #fff4eb 52%, #fbebe4 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -270px;
  bottom: -280px;
  border: 80px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--rose-deep); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 30px; height: 1px; background: currentColor; }
.eyebrow.light { color: #f1c28e; }
.hero h1, .section-head h2, .quality-copy h2, .location-copy h2, .contact-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -.048em;
  line-height: 1.06;
}
.hero h1 { max-width: 690px; margin: 18px 0 20px; font-size: clamp(3rem, 5.6vw, 5.6rem); }
.hero-copy > p { max-width: 640px; margin: 0; color: var(--muted); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.trust-chips span { padding: 8px 12px; border: 1px solid rgba(83, 48, 38, .1); border-radius: 999px; background: rgba(255, 255, 255, .68); color: var(--green); font-size: .8rem; font-weight: 800; }
.hero-gallery { position: relative; min-height: 560px; }
.hero-gallery figure { position: absolute; margin: 0; overflow: hidden; border: 7px solid rgba(255, 255, 255, .96); border-radius: 32px; box-shadow: var(--shadow); background: #fff; }
.hero-gallery img { width: 100%; height: 100%; object-fit: cover; }
.hero-main { inset: 2% 4% 10% 13%; transform: rotate(2.5deg); }
.hero-mini { width: 42%; height: 34%; }
.hero-mini-one { left: 0; bottom: 0; transform: rotate(-5deg); }
.hero-mini-two { right: 0; top: 3%; transform: rotate(7deg); }
.hero-seal { position: absolute; right: 2%; bottom: 6%; width: 132px; height: 132px; padding: 20px; display: grid; place-content: center; border: 6px solid rgba(255,255,255,.8); border-radius: 50%; color: #fff; background: var(--ink); box-shadow: 0 20px 42px rgba(43,27,23,.24); text-align: center; transform: rotate(-8deg); }
.hero-seal strong { font-family: Georgia, serif; font-size: 1.65rem; }
.hero-seal span { font-size: .69rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }

.promise-row { color: #fff; background: var(--ink); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid article { min-height: 118px; padding: 24px 32px; display: flex; align-items: center; gap: 17px; border-right: 1px solid rgba(255,255,255,.11); }
.promise-grid article:last-child { border-right: 0; }
.promise-grid b { color: #eec28d; font-family: Georgia, serif; font-size: 1.65rem; }
.promise-grid div { display: grid; }
.promise-grid strong { font-size: .98rem; }
.promise-grid span { color: rgba(255,255,255,.58); font-size: .78rem; }

.section { padding: 102px 0; }
.cakes-section { background: var(--paper); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.section-head h2 { margin: 13px 0 10px; font-size: clamp(2.5rem, 4vw, 4.35rem); }
.section-head p { max-width: 680px; margin: 0; color: var(--muted); }
.section-head.centered { display: block; text-align: center; }
.filter-scroll { display: flex; gap: 9px; margin: 0 0 28px; padding-bottom: 5px; overflow-x: auto; scrollbar-width: none; overscroll-behavior-inline: contain; scroll-snap-type: inline proximity; }
.filter-scroll::-webkit-scrollbar { display: none; }
.filter-pill { flex: 0 0 auto; min-height: 42px; padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: #fff; font-weight: 800; font-size: .84rem; scroll-snap-align: start; }
.filter-pill.active { color: #fff; border-color: var(--ink); background: var(--ink); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 44px rgba(58,34,27,.06); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(58,34,27,.12); }
.product-card.hidden { display: none; }
.product-image { position: relative; aspect-ratio: 1 / .82; overflow: hidden; background: var(--cream); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.featured-badge { position: absolute; left: 15px; top: 15px; padding: 6px 10px; border-radius: 999px; color: #fff; background: rgba(43,27,23,.82); backdrop-filter: blur(10px); font-size: .68rem; font-weight: 850; }
.product-body { padding: 20px; }
.product-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .77rem; }
.product-top strong { color: var(--rose-deep); font-size: .88rem; white-space: nowrap; }
.product-body h3 { margin: 9px 0 8px; font-family: Georgia, serif; font-size: 1.42rem; line-height: 1.2; letter-spacing: -.025em; }
.product-body p { min-height: 52px; margin: 0 0 17px; color: var(--muted); font-size: .86rem; }
.product-order { width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: var(--cream); font-weight: 850; transition: background .2s ease, color .2s ease; }
.product-order:hover { color: #fff; background: var(--rose-deep); }
.skeleton-card { min-height: 420px; border-radius: var(--radius); background: linear-gradient(90deg, #f4eee8 25%, #fff8f3 45%, #f4eee8 65%); background-size: 300% 100%; animation: shimmer 1.5s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }
.load-error { padding: 30px; border: 1px dashed var(--line); border-radius: 20px; background: var(--cream); text-align: center; }
.text-button { margin-left: 10px; border: 0; color: var(--rose-deep); background: transparent; font-weight: 850; text-decoration: underline; }

.quality-section { overflow: hidden; color: #fff; background: #2a1b17; }
.quality-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: center; }
.quality-photo { position: relative; min-height: 620px; }
.quality-photo > img { width: 88%; height: 590px; object-fit: cover; border: 8px solid rgba(255,255,255,.07); border-radius: 34px; box-shadow: 0 32px 80px rgba(0,0,0,.28); }
.quality-card { position: absolute; right: 0; bottom: 30px; width: 220px; padding: 23px; display: grid; gap: 3px; border-radius: 22px; color: var(--ink); background: #f3c894; box-shadow: 0 22px 52px rgba(0,0,0,.24); }
.quality-card strong { font-family: Georgia, serif; font-size: 1.55rem; }
.quality-card span { font-size: .78rem; font-weight: 700; }
.quality-copy h2 { margin: 15px 0 20px; font-size: clamp(2.5rem, 4vw, 4.2rem); }
.quality-copy > p { color: rgba(255,255,255,.68); }
.quality-list { display: grid; gap: 14px; margin-top: 28px; }
.quality-list article { display: flex; gap: 14px; align-items: center; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.1); }
.quality-list i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #1f573f; background: #d9eddf; font-style: normal; font-weight: 900; }
.quality-list div { display: grid; }
.quality-list span { color: rgba(255,255,255,.55); font-size: .8rem; }
.allergy-note { padding: 13px 15px; border-radius: 15px; color: #eacfae !important; background: rgba(255,255,255,.06); font-size: .78rem; }

.steps-section { background: var(--cream); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.steps-grid article { position: relative; padding: 34px 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 14px 44px rgba(58,34,27,.06); }
.steps-grid b { position: absolute; right: 18px; top: 5px; color: rgba(199,119,104,.14); font-family: Georgia, serif; font-size: 5.6rem; line-height: 1; }
.steps-grid h3 { position: relative; margin: 0 0 9px; font-family: Georgia, serif; font-size: 1.55rem; }
.steps-grid p { position: relative; margin: 0; color: var(--muted); font-size: .88rem; }

.location-section { background: linear-gradient(145deg, #fffaf4, #f7e8de); }
.location-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 34px; align-items: stretch; }
.location-copy { padding: 50px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(83,48,38,.09); border-radius: 32px; background: rgba(255,255,255,.77); box-shadow: 0 20px 60px rgba(58,34,27,.07); }
.location-copy h2 { margin: 14px 0; font-size: clamp(2.5rem, 4vw, 4.2rem); }
.location-copy > p { margin: 0 0 22px; color: var(--muted); }
.location-info { display: flex; gap: 10px; margin-bottom: 28px; color: var(--green); }
.location-copy .button { align-self: flex-start; }
.map-wrap { min-height: 480px; overflow: hidden; border: 8px solid #fff; border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 480px; border: 0; display: block; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.contact-copy, .contact-order { padding: 46px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 18px 55px rgba(58,34,27,.07); }
.contact-copy h2 { margin: 14px 0; font-size: clamp(2.5rem, 4vw, 4.2rem); }
.contact-copy > p { color: var(--muted); }
.contact-links { display: grid; margin-top: 25px; }
.contact-links a { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-top: 1px solid var(--line); }
.contact-links span { color: var(--muted); }
.contact-links strong { overflow-wrap: anywhere; text-align: right; }
.contact-order { display: flex; flex-direction: column; justify-content: center; color: #fff; background: linear-gradient(145deg, var(--rose-deep), #6e382f); }
.small-label { font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.contact-order h3 { margin: 12px 0 24px; font-family: Georgia, serif; font-size: 2.3rem; line-height: 1.1; }
.contact-order .button { color: var(--ink); border-color: #fff; background: #fff; box-shadow: none; }
.whatsapp-link { margin-top: 17px; color: rgba(255,255,255,.78); text-align: center; font-size: .84rem; font-weight: 800; }

.site-footer { padding: 30px 0 92px; color: rgba(255,255,255,.65); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 26px; align-items: center; font-size: .82rem; }
.footer-brand strong { color: #fff; }
.footer-brand small { color: #e7b47a; }
.footer-grid > a { color: rgba(255,255,255,.38); }
.mobile-actions { display: none; }

.order-dialog { width: min(780px, calc(100% - 24px)); max-height: 92dvh; padding: 0; overflow: hidden; border: 0; border-radius: 28px; background: transparent; box-shadow: 0 40px 110px rgba(38,21,16,.36); }
.order-dialog::backdrop { background: rgba(35,20,16,.66); backdrop-filter: blur(7px); }
.order-panel { position: relative; max-height: 92dvh; padding: 34px; overflow-y: auto; background: #fff; }
.dialog-close { position: absolute; right: 17px; top: 15px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--ink); background: var(--cream); font-size: 1.65rem; line-height: 1; }
.dialog-head { padding-right: 45px; }
.dialog-head h2 { margin: 8px 0; font-family: Georgia, serif; font-size: 2.55rem; line-height: 1.1; letter-spacing: -.035em; }
.dialog-head p { margin: 0 0 23px; color: var(--muted); font-size: .88rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label { display: grid; gap: 7px; color: var(--ink); font-size: .8rem; font-weight: 850; }
.form-grid .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fffdfb; outline: none; }
textarea { min-height: 110px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(199,119,104,.12); }
.form-message { min-height: 24px; margin: 14px 0 8px; color: var(--rose-deep); font-size: .82rem; font-weight: 750; }
.form-message.success { color: var(--green); }
.privacy-note { display: block; margin-top: 10px; color: var(--muted); text-align: center; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-menu { position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); padding: 18px; display: none; align-items: stretch; flex-direction: column; gap: 4px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
  .main-menu.open { display: flex; animation: menuIn .2s ease; }
  .main-menu a { padding: 10px 8px; }
  .main-menu .button { margin-top: 7px; }
  .menu-button { display: block; }
  @keyframes menuIn { from { opacity: 0; transform: translateY(-8px); } }
  .hero-grid, .quality-grid, .location-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-chips { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-gallery { width: min(650px, 100%); margin-inline: auto; }
  .quality-photo { width: min(620px, 100%); margin-inline: auto; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-copy .button { align-self: stretch; }
  .map-wrap, .map-wrap iframe { min-height: 420px; }
}

@media (max-width: 720px) {
  :root { --radius: 22px; }
  .shell { width: min(100% - 24px, var(--shell)); }
  .top-notice { font-size: .72rem; }
  .nav-shell { min-height: 66px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 1.12rem; }
  .brand small { font-size: .61rem; }
  .hero { padding: 47px 0 58px; }
  .hero-grid { gap: 34px; }
  .hero h1 { margin-top: 14px; font-size: clamp(2.55rem, 13vw, 4.1rem); }
  .hero-copy > p { font-size: .94rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button { padding-inline: 12px; font-size: .86rem; }
  .trust-chips { gap: 6px; }
  .trust-chips span { padding: 7px 9px; font-size: .69rem; }
  .hero-gallery { min-height: 390px; }
  .hero-main { inset: 0 5% 8% 11%; }
  .hero-gallery figure { border-width: 5px; border-radius: 22px; }
  .hero-mini { width: 44%; height: 32%; }
  .hero-seal { width: 102px; height: 102px; padding: 13px; border-width: 4px; }
  .hero-seal strong { font-size: 1.25rem; }
  .hero-seal span { font-size: .55rem; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid article { min-height: 88px; padding: 18px 12px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .promise-grid article:last-child { border-bottom: 0; }
  .section { padding: 72px 0; }
  .section-head h2, .quality-copy h2, .location-copy h2, .contact-copy h2 { font-size: clamp(2.35rem, 11vw, 3.45rem); }
  .section-head { margin-bottom: 20px; }
  .filter-scroll { margin-inline: -12px; padding-inline: 12px; }
  .product-grid { grid-template-columns: 1fr; gap: 16px; }
  .product-card { display: grid; grid-template-columns: 42% 58%; border-radius: 20px; }
  .product-image { aspect-ratio: auto; min-height: 220px; }
  .product-body { padding: 15px 14px; display: flex; flex-direction: column; justify-content: center; }
  .product-top { display: grid; gap: 2px; }
  .product-body h3 { margin: 7px 0 6px; font-size: 1.18rem; }
  .product-body p { display: -webkit-box; min-height: auto; margin-bottom: 12px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: .76rem; }
  .product-order { min-height: 40px; font-size: .76rem; }
  .featured-badge { left: 9px; top: 9px; font-size: .58rem; }
  .quality-grid { gap: 37px; }
  .quality-photo { min-height: 430px; }
  .quality-photo > img { width: 92%; height: 410px; border-radius: 26px; }
  .quality-card { width: 185px; right: 0; bottom: 0; padding: 18px; }
  .quality-card strong { font-size: 1.3rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { padding: 27px 22px; }
  .location-copy, .contact-copy, .contact-order { padding: 28px 22px; border-radius: 24px; }
  .map-wrap, .map-wrap iframe { min-height: 350px; border-radius: 24px; }
  .contact-links a { display: grid; gap: 2px; }
  .contact-links strong { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .site-footer { padding-bottom: 100px; }
  .mobile-actions { position: fixed; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); z-index: 38; padding: 6px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 6px; border: 1px solid rgba(255,255,255,.68); border-radius: 18px; background: rgba(43,27,23,.91); box-shadow: 0 18px 45px rgba(31,18,14,.28); backdrop-filter: blur(16px); }
  .mobile-actions a, .mobile-actions button { min-height: 48px; border: 0; border-radius: 13px; font-weight: 900; }
  .mobile-actions a { display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.1); }
  .mobile-actions button { color: var(--ink); background: #f0c18a; }
  .order-dialog { width: 100%; max-width: none; max-height: 94dvh; margin: auto 0 0; border-radius: 25px 25px 0 0; }
  .order-panel { max-height: 94dvh; padding: 27px 18px max(24px, env(safe-area-inset-bottom)); }
  .dialog-head h2 { font-size: 2.15rem; }
  .form-grid { grid-template-columns: 1fr; gap: 12px; }
  .form-grid .full { grid-column: auto; }
}

@media (max-width: 430px) {
  .hero-actions { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 40% 60%; }
  .product-image { min-height: 205px; }
  .product-body { padding: 13px 11px; }
  .product-top strong { font-size: .78rem; }
  .product-body h3 { font-size: 1.05rem; }
}

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