:root {
  --ink: #1b1715;
  --ink-soft: #2c211e;
  --wine: #4c201c;
  --wine-dark: #321815;
  --gold: #d2ad72;
  --gold-deep: #9c7440;
  --cream: #f8f4ed;
  --paper: #eee8df;
  --line: #d7cbbd;
  --text: #312521;
  --muted: #71645d;
  --white: #fffdf9;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "DM Sans", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--cream); font: 400 1rem/1.65 var(--font-body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-deep); outline-offset: 4px; }
::selection { color: var(--ink); background: var(--gold); }
.container { width: min(100% - 80px, 1300px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 18px; padding: 11px 16px; background: var(--gold); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 16px; }

.topline { min-height: 32px; display: flex; align-items: center; justify-content: center; gap: 18px; background: var(--wine-dark); color: #e9d2ad; font-size: .67rem; line-height: 1.3; font-weight: 700; letter-spacing: .24em; text-align: center; }
.topline span { width: 3px; height: 3px; background: var(--gold); transform: rotate(45deg); }
.site-header { position: relative; z-index: 30; background: var(--white); border-bottom: 1px solid #e9e0d5; }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; white-space: nowrap; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--wine); border: 1px solid #764131; color: #f6e6c7; font-family: var(--font-display); font-size: 1rem; font-weight: 600; letter-spacing: -.13em; line-height: 1; padding-right: 3px; }
.brand-mark-dot { color: var(--gold); letter-spacing: 0; }
.brand-name { color: var(--ink); font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; letter-spacing: -.04em; }
.brand-name em { color: var(--wine); font-style: normal; }
.primary-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); margin-left: auto; }
.primary-nav > a:not(.mobile-nav-cta) { position: relative; color: #493b34; font-size: .86rem; font-weight: 600; transition: color .2s; }
.primary-nav > a:not(.mobile-nav-cta)::after { content: ""; position: absolute; bottom: -7px; left: 0; width: 0; height: 1px; background: var(--wine); transition: width .2s; }
.primary-nav > a:hover { color: var(--wine); }
.primary-nav > a:hover::after { width: 100%; }
.mobile-nav-cta { display: none; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 42px; padding: 0 21px; border: 1px solid var(--wine); color: var(--wine); font-size: .84rem; font-weight: 700; transition: background .2s, color .2s; }
.header-cta:hover { background: var(--wine); color: var(--white); }
.header-cta span { font-size: 1.15rem; font-weight: 400; }
.menu-toggle { display: none; }

.hero { position: relative; display: grid; grid-template-columns: 51% 49%; min-height: min(710px, calc(100svh - 114px)); background: var(--ink); color: var(--white); overflow: hidden; }
.hero-copy { display: flex; align-items: center; position: relative; z-index: 1; background: radial-gradient(circle at 0% 100%, #48221e 0, transparent 45%), linear-gradient(130deg, #211a18 0%, #191616 62%, #251b18 100%); }
.hero-copy::before { content: ""; position: absolute; inset: 30px 30px 30px auto; width: 1px; background: linear-gradient(transparent, rgba(210,173,114,.32), transparent); }
.hero-copy-inner { width: min(100%, 670px); padding: 72px 7vw 74px max(40px, calc((100vw - 1300px) / 2)); }
.eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 23px; color: var(--gold-deep); font-size: .72rem; line-height: 1.35; font-weight: 700; letter-spacing: .23em; }
.eyebrow-gold { color: var(--gold); }
.eyebrow-line { flex: none; width: 28px; height: 1px; background: currentColor; }
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 26px; font: 500 clamp(3.3rem, 5.7vw, 5.6rem)/1.09 var(--font-display); letter-spacing: -.055em; }
.hero h1 em, h2 em { color: var(--gold); font-style: italic; font-weight: 400; }
.hero-intro { max-width: 490px; margin-bottom: 34px; color: #e1d5c9; font-size: 1.025rem; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 56px; padding: 14px 23px; font-size: .87rem; line-height: 1.2; font-weight: 700; transition: background .2s, color .2s, transform .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button span, .text-link span { font-size: 1.2rem; line-height: 1; font-weight: 400; }
.button-gold { background: var(--gold); color: #211914; border: 1px solid var(--gold); }
.button-gold:hover { background: #e6c48a; border-color: #e6c48a; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 7px; border-bottom: 1px solid var(--wine); color: var(--wine); font-size: .88rem; font-weight: 700; line-height: 1.25; transition: gap .2s; }
.text-link:hover { gap: 28px; }
.text-link-light { border-color: #bba88f; color: #f5eee3; }
.hero-note { display: flex; align-items: center; gap: 17px; margin-top: 60px; color: #ac9782; font-size: .68rem; font-weight: 700; letter-spacing: .19em; }
.note-rule { width: 39px; height: 1px; background: #aa8b60; }
.hero-image-wrap { position: relative; min-width: 0; min-height: 540px; overflow: hidden; background: #53433b; }
.hero-image { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: 47% center; filter: saturate(.82) contrast(1.08) brightness(.86); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(20,15,14,.18), transparent 25%), linear-gradient(0deg, rgba(20,15,14,.66), transparent 28%); }
.hero-image-label { position: absolute; z-index: 1; right: clamp(34px, 6vw, 90px); bottom: 36px; display: flex; align-items: baseline; gap: 22px; color: #f7eee2; }
.hero-image-label span { color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .15em; }
.hero-image-label strong { font: italic 1.13rem var(--font-display); }
.hero-side-label { position: absolute; z-index: 2; top: 50%; right: 13px; color: #e5d2b6; font-size: .65rem; font-weight: 700; letter-spacing: .23em; writing-mode: vertical-rl; transform: translateY(-50%); text-shadow: 0 1px 8px #15100c; }

.promise-bar { background: var(--wine); color: #f4e6d0; }
.promise-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; text-transform: uppercase; font-size: .71rem; line-height: 1.35; font-weight: 700; letter-spacing: .18em; }
.promise-inner i { color: var(--gold); font: normal 1rem var(--font-display); }
.section-pad { padding-block: clamp(88px, 9vw, 145px); }
h2 { margin-bottom: 26px; font: 500 clamp(2.5rem, 4.1vw, 4.2rem)/1.18 var(--font-display); letter-spacing: -.048em; }
.story { background: var(--cream); }
.story-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(56px, 8vw, 132px); }
.story-visual { position: relative; padding: 24px 24px 25px 0; }
.story-visual::before { content: ""; position: absolute; z-index: 0; inset: 0 0 0 24px; border: 1px solid #c8ad84; }
.story-photo-frame { position: relative; z-index: 1; height: clamp(350px, 34vw, 510px); overflow: hidden; background: #4b413b; }
.story-photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 20% center; filter: saturate(.75) contrast(1.05); transform: scale(1.26); }
.story-stamp { position: absolute; z-index: 2; right: -34px; bottom: -24px; width: 136px; height: 136px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 6px double #ead3aa; border-radius: 50%; background: var(--wine); color: var(--cream); text-align: center; box-shadow: 0 15px 34px rgba(44, 21, 13, .19); transform: rotate(9deg); }
.story-stamp span, .story-stamp small { color: var(--gold); font-size: .58rem; font-weight: 700; letter-spacing: .17em; }
.story-stamp strong { font: 600 2.55rem/1.15 var(--font-display); }
.story-content { max-width: 565px; }
.story-content h2 { color: var(--ink); }
.story-content h2 em, .products h2 em { color: var(--wine); }
.story-content > p:not(.eyebrow) { max-width: 510px; margin-bottom: 18px; color: #675a52; font-size: 1rem; line-height: 1.9; }
.story-content .text-link { margin-top: 19px; }

.craft { position: relative; overflow: hidden; background: radial-gradient(circle at 100% 0%, rgba(133,65,39,.22), transparent 31%), linear-gradient(145deg, #271b19, #171515); color: var(--cream); }
.craft::before { content: ""; position: absolute; inset: 30px; border: 1px solid rgba(201,168,107,.12); pointer-events: none; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.section-heading h2 { margin-bottom: 0; }
.craft-heading { margin-bottom: 65px; }
.craft-heading > p { width: min(100%, 275px); margin: 0 0 6px; color: #c5b7a9; font-size: 1rem; line-height: 1.75; }
.craft-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid #635047; border-bottom: 1px solid #635047; }
.craft-item { position: relative; min-height: 254px; padding: 31px 42px 30px 0; }
.craft-item + .craft-item { border-left: 1px solid #635047; padding-left: 42px; }
.craft-number { display: block; margin-bottom: 22px; color: #a68865; font-size: .76rem; font-weight: 700; letter-spacing: .1em; }
.craft-icon { height: 48px; color: var(--gold); font: 2rem/1 var(--font-display); }
.craft-item h3 { margin-bottom: 10px; color: #f8f0e3; font: 500 1.55rem/1.25 var(--font-display); }
.craft-item p { max-width: 315px; margin-bottom: 0; color: #baa99b; font-size: .92rem; line-height: 1.75; }

.products { background: #f3eee6; }
.products-heading { margin-bottom: 36px; }
.products-heading .text-link { flex: none; margin-bottom: 10px; }
.catalog-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 52px; }
.catalog-jump a { display: inline-flex; align-items: center; gap: 23px; min-height: 40px; padding: 9px 15px; border: 1px solid #d6c7b6; color: var(--wine); font-size: .76rem; font-weight: 700; transition: background .2s, color .2s; }
.catalog-jump a:hover { background: var(--wine); color: var(--white); }
.catalog-jump span { font-size: 1rem; font-weight: 400; }
.catalog-group + .catalog-group { margin-top: 72px; }
.catalog-group-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 21px; padding-bottom: 16px; border-bottom: 1px solid #cfc0ad; }
.catalog-group-kicker { display: block; margin-bottom: 6px; color: var(--gold-deep); font-size: .65rem; font-weight: 700; letter-spacing: .2em; }
.catalog-group-heading h3 { margin: 0; color: var(--ink); font: 500 clamp(1.8rem, 2.6vw, 2.6rem)/1.18 var(--font-display); letter-spacing: -.035em; }
.catalog-group-count { flex: none; padding-bottom: 4px; color: #806d5d; font-size: .78rem; font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { min-width: 0; background: var(--white); border: 1px solid #e3dacf; transition: box-shadow .25s, transform .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 19px 35px rgba(64,42,28,.09); }
.product-image-wrap { position: relative; height: 300px; overflow: hidden; background: #fff; }
.product-image-wrap img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s; }
.product-card:hover img { transform: scale(1.045); }
.product-index { position: absolute; z-index: 1; top: 18px; left: 18px; color: #8c7764; font-size: .67rem; font-weight: 700; letter-spacing: .15em; }
.product-info { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 108px; padding: 18px 18px 21px; border-top: 1px solid #ece6dd; }
.product-info h4 { margin: 0; color: #271d1a; font: 600 1.08rem/1.35 var(--font-display); }
.product-link { flex: none; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #d4c6b8; color: var(--wine); font-size: 1.14rem; line-height: 1; transition: color .2s, background .2s, border-color .2s; }
.product-link:hover { color: var(--white); background: var(--wine); border-color: var(--wine); }
.product-note { margin: 19px 0 0; color: #84776d; font-size: .75rem; }

.quote-band { position: relative; padding: 98px 20px 107px; overflow: hidden; background: #e7d8bd; text-align: center; }
.quote-band::before, .quote-band::after { content: ""; position: absolute; width: 310px; height: 310px; border: 1px solid rgba(92,52,33,.13); transform: rotate(45deg); }
.quote-band::before { left: -185px; top: -160px; }
.quote-band::after { right: -185px; bottom: -170px; }
.quote-inner { position: relative; z-index: 1; }
.quote-ornament { display: block; height: 45px; color: #9e694a; font: 5rem/1 var(--font-display); }
.quote-band h2 { margin: 20px 0 12px; color: var(--wine); font-size: clamp(2.3rem, 4vw, 4rem); }
.quote-band h2 em { color: #8d5838; }
.quote-band p { margin: 0; color: #6d5141; font-size: .93rem; }

.final-cta { padding-block: 105px; background: radial-gradient(circle at 90% 70%, rgba(151,63,38,.26), transparent 35%), var(--wine-dark); color: var(--white); }
.final-grid { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.final-grid h2 { margin-bottom: 20px; }
.final-grid p:not(.eyebrow) { margin-bottom: 0; color: #d8c4b7; }
.final-actions { display: flex; flex-wrap: wrap; gap: 13px; padding-bottom: 9px; }
.final-actions .button { min-width: 210px; }
.button-outline { border: 1px solid #b9976d; color: #f6e7d4; background: transparent; }
.button-outline:hover { background: #f6e7d4; border-color: #f6e7d4; color: var(--wine-dark); }

.site-footer { background: #171514; color: #e3d7c9; }
.footer-main { display: grid; grid-template-columns: 1.7fr .6fr .75fr; gap: 70px; padding-block: 78px 72px; }
.footer-brand .brand-name { color: #f5e8d6; }
.footer-brand .brand-name em { color: var(--gold); }
.footer-main > div:first-child > p { max-width: 340px; margin: 24px 0 0; color: #a99a8c; font-size: .92rem; }
.footer-links { display: flex; flex-direction: column; gap: 13px; }
.footer-links span { margin-bottom: 9px; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: #d9cbbd; font-size: .9rem; transition: color .2s; }
.footer-links a:hover, .footer-bottom a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 24px 30px; border-top: 1px solid #3c302c; color: #8f8073; font-size: .76rem; }
.footer-bottom a { color: #bfae9e; }
.floating-wa { position: fixed; z-index: 25; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.3); border-radius: 40px; color: #fff; background: #2f7c53; box-shadow: 0 13px 28px rgba(0,0,0,.21); font-size: .78rem; font-weight: 700; transition: background .2s, transform .2s; }
.floating-wa:hover { background: #256f49; transform: translateY(-3px); }
.floating-wa svg { width: 22px; height: 22px; fill: currentColor; }

@media (max-width: 1200px) {
  .hero-copy-inner { padding-left: 50px; padding-right: 40px; }
  .hero h1 { font-size: clamp(3.3rem, 5.5vw, 4.8rem); }
  .product-image-wrap { height: 250px; }
  .product-info h4 { font-size: 1.05rem; }
  .final-grid { align-items: start; flex-direction: column; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 44px, 1300px); }
  .header-inner { height: 72px; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 18px 22px 24px; border-top: 1px solid #e9e0d5; background: var(--white); box-shadow: 0 20px 30px rgba(35,22,17,.12); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 14px 0; border-bottom: 1px solid #eee6db; }
  .primary-nav > a:not(.mobile-nav-cta) { font-size: .98rem; }
  .primary-nav > a::after { display: none; }
  .mobile-nav-cta { display: block; color: var(--wine); font-weight: 700; }
  .header-cta { margin-left: auto; }
  .menu-toggle { width: 40px; height: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; padding: 0; border: 1px solid var(--wine); background: transparent; cursor: pointer; }
  .menu-toggle span { width: 17px; height: 1px; background: var(--wine); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 0; grid-template-columns: 1fr; }
  .hero-copy-inner { width: 100%; padding: 78px 50px 70px; }
  .hero-image-wrap, .hero-image { height: 420px; min-height: 0; }
  .hero-image { object-position: center 48%; }
  .hero-side-label { top: auto; right: 17px; bottom: 65px; transform: none; }
  .promise-inner { min-height: 76px; flex-wrap: wrap; justify-content: center; padding-block: 19px; gap: 12px 18px; font-size: .64rem; }
  .story-grid { grid-template-columns: 1fr; gap: 75px; }
  .story-visual { width: min(100% - 25px, 680px); }
  .story-content { max-width: 680px; }
  .craft-heading { align-items: start; flex-direction: column; gap: 22px; }
  .craft-heading > p { width: min(100%, 540px); }
  .craft-item { padding-right: 20px; }
  .craft-item + .craft-item { padding-left: 22px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .product-image-wrap { height: 320px; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 74px; }
  .container { width: min(100% - 36px, 1300px); }
  .topline { min-height: 29px; gap: 8px; padding-inline: 5px; font-size: .49rem; letter-spacing: .11em; }
  .topline span { width: 2px; height: 2px; }
  .header-inner { height: 66px; gap: 10px; }
  .brand { gap: 8px; }
  .brand-mark { width: 35px; height: 35px; font-size: .83rem; }
  .brand-name { font-size: 1.08rem; }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .hero-copy-inner { padding: 62px 24px 55px; }
  .hero-copy::before { right: 15px; inset-block: 20px; }
  .eyebrow { gap: 10px; margin-bottom: 19px; font-size: .62rem; letter-spacing: .17em; }
  .eyebrow-line { width: 22px; }
  .hero h1 { margin-bottom: 22px; font-size: clamp(3rem, 12.8vw, 4.6rem); }
  .hero-intro { margin-bottom: 28px; font-size: .96rem; line-height: 1.7; }
  .hero-actions { align-items: flex-start; gap: 22px; }
  .hero-actions .button { width: 100%; }
  .hero-note { margin-top: 49px; font-size: .56rem; line-height: 1.5; letter-spacing: .12em; }
  .note-rule { width: 24px; }
  .hero-image-wrap, .hero-image { height: 300px; }
  .hero-image { object-position: 52% center; }
  .hero-image-label { right: 30px; bottom: 23px; gap: 10px; }
  .hero-image-label strong { font-size: .95rem; }
  .hero-image-label span { font-size: .58rem; }
  .hero-side-label { display: none; }
  .promise-inner { gap: 8px 10px; padding-block: 15px; font-size: .51rem; letter-spacing: .08em; }
  .promise-inner i { font-size: .75rem; }
  .section-pad { padding-block: 80px; }
  h2 { font-size: clamp(2.15rem, 9.1vw, 3rem); }
  .story-grid { gap: 60px; }
  .story-visual { width: calc(100% - 15px); padding: 15px 15px 18px 0; }
  .story-visual::before { left: 15px; }
  .story-photo-frame { height: 290px; }
  .story-stamp { right: -24px; bottom: -19px; width: 100px; height: 100px; border-width: 4px; }
  .story-stamp strong { font-size: 1.85rem; }
  .story-stamp span, .story-stamp small { font-size: .45rem; }
  .story-content > p:not(.eyebrow) { font-size: .96rem; line-height: 1.78; }
  .craft::before { inset: 12px; }
  .craft-heading { margin-bottom: 38px; }
  .craft-grid { grid-template-columns: 1fr; }
  .craft-item, .craft-item + .craft-item { min-height: 0; padding: 24px 5px 25px; border-left: 0; }
  .craft-item + .craft-item { border-top: 1px solid #635047; }
  .craft-number { margin-bottom: 12px; }
  .craft-icon { height: 40px; font-size: 1.65rem; }
  .craft-item h3 { font-size: 1.42rem; }
  .products-heading { align-items: start; flex-direction: column; gap: 23px; margin-bottom: 28px; }
  .products-heading .text-link { margin: 0; }
  .catalog-jump { margin-bottom: 43px; }
  .catalog-group + .catalog-group { margin-top: 59px; }
  .catalog-group-heading { align-items: end; }
  .catalog-group-heading h3 { font-size: 1.85rem; }
  .product-grid { grid-template-columns: 1fr; gap: 15px; }
  .product-image-wrap { height: 310px; }
  .product-info { min-height: 100px; }
  .product-info h4 { font-size: 1.2rem; }
  .quote-band { padding-block: 72px 75px; }
  .quote-band h2 { font-size: clamp(2.05rem, 8.4vw, 3rem); }
  .final-cta { padding-block: 76px; }
  .final-grid { gap: 28px; }
  .final-grid h2 { font-size: clamp(2.55rem, 10vw, 3.5rem); }
  .final-actions { width: 100%; padding: 0; }
  .final-actions .button { width: 100%; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 43px 20px; padding-block: 62px 54px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-main > div:first-child > p { margin-top: 18px; }
  .footer-bottom { flex-direction: column; gap: 7px; padding-bottom: 92px; }
  .floating-wa { right: 15px; bottom: 15px; padding: 12px; }
  .floating-wa span { display: none; }
  .floating-wa svg { width: 25px; height: 25px; }
}

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