:root {
  --ink: #1d1d1b;
  --paper: #f4f0e8;
  --paper-deep: #e8e0d2;
  --cream: #faf8f3;
  --accent: #876f58;
  --line: rgba(29, 29, 27, .18);
  --max: 1240px;
  --serif: "Songti SC", "STSong", "Noto Serif SC", Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; 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; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: #fff; }
.skip-link:focus { top: 1rem; }
.section-pad { padding-left: max(5vw, calc((100vw - var(--max)) / 2)); padding-right: max(5vw, calc((100vw - var(--max)) / 2)); }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 92px;
  padding: 0 max(5vw, calc((100vw - var(--max)) / 2));
}
.brand { display: inline-flex; align-items: center; gap: .75rem; font-family: var(--serif); font-weight: 700; letter-spacing: .12em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid currentColor; border-radius: 50%; font-size: 15px; }
.site-nav { display: flex; gap: 2.5rem; font-size: 14px; }
.site-nav a { position: relative; padding: .5rem 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.menu-button { display: none; border: 0; background: none; padding: .6rem; }

.hero { min-height: min(850px, 100svh); display: grid; grid-template-columns: 1fr .9fr; align-items: stretch; padding-top: 132px; padding-bottom: 58px; gap: 6vw; }
.hero-copy { align-self: center; padding-bottom: 2rem; }
.eyebrow { margin: 0 0 1.6rem; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .25em; }
h1, h2 { margin: 0; overflow-wrap: anywhere; font-family: var(--serif); font-weight: 500; line-height: 1.15; }
h1 { max-width: 720px; font-size: clamp(50px, 7.4vw, 100px); letter-spacing: -.06em; }
.hero-intro { max-width: 560px; margin: 2rem 0 0; color: rgba(29, 29, 27, .72); font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .8rem 1.5rem; border: 1px solid transparent; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-light { background: var(--cream); color: var(--ink); }
.button-outline { gap: .8rem; border-color: var(--ink); background: transparent; color: var(--ink); }
.text-link { padding: .65rem 0; border-bottom: 1px solid var(--ink); font-size: 14px; }

.hero-visual { position: relative; min-height: 560px; overflow: hidden; background: linear-gradient(145deg, #a3927f 0%, #cbbdab 47%, #7b6b5c 100%); }
.hero-visual::before { content: ""; position: absolute; inset: 12%; border-radius: 50%; background: radial-gradient(circle at 38% 34%, #f7eee0 0 12%, #ad7c55 13% 20%, #d9b78c 21% 42%, #725242 43% 45%, transparent 46%); filter: blur(.2px); opacity: .72; transform: rotate(-9deg); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 45%, rgba(255,255,255,.14)); }
.visual-label { position: absolute; z-index: 1; top: 2rem; right: 2rem; color: rgba(255,255,255,.75); text-align: right; font-size: 10px; line-height: 1.5; letter-spacing: .3em; }
.visual-stamp { position: absolute; z-index: 1; bottom: 2rem; left: 2rem; color: #fff; font-family: var(--serif); font-size: 13px; letter-spacing: .15em; }

.intro-strip { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 5vw, 5rem); min-height: 100px; padding: 1.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 14px; letter-spacing: .16em; }
.intro-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--accent); }

.products { padding-top: 130px; padding-bottom: 140px; background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 2rem; margin-bottom: 60px; }
h2 { font-size: clamp(42px, 5.5vw, 76px); letter-spacing: -.045em; }
.section-heading > p { max-width: 480px; margin: 0 0 .5rem auto; color: #66625c; line-height: 1.8; font-size: 14px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px 24px; }
.product-card { min-width: 0; }
.product-button { display: block; width: 100%; padding: 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.product-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--tone, #d7ccbb); }
.product-media::before { content: ""; position: absolute; left: 18%; top: 24%; width: 64%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 40% 35%, rgba(255,255,255,.82) 0 8%, var(--cake-light, #dcc4a6) 9% 42%, var(--cake-dark, #7b5f49) 43% 47%, transparent 48%); box-shadow: 14px 18px 30px rgba(48,35,24,.18); transform: rotate(var(--rotate, -6deg)); transition: transform .5s ease; }
.product-media::after { content: attr(data-number); position: absolute; top: 1.25rem; left: 1.25rem; color: rgba(29,29,27,.6); font-size: 11px; letter-spacing: .16em; }
.product-button:hover .product-media::before { transform: rotate(0) scale(1.04); }
.product-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 18px; }
.product-name { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.product-category { margin: 0 0 .5rem; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.product-note { margin: .55rem 0 0; color: #77716a; font-size: 13px; }
.product-arrow { font-size: 20px; }
.section-action { display: flex; justify-content: center; margin-top: 64px; }

.story { position: relative; min-height: 720px; display: grid; grid-template-columns: .7fr 1.3fr 1fr; gap: 5vw; align-items: center; overflow: hidden; background: var(--paper-deep); }
.story-number { align-self: start; padding-top: 120px; color: rgba(29,29,27,.3); font-family: var(--serif); font-size: 13px; }
.story-copy p:not(.eyebrow) { max-width: 540px; margin: 2rem 0 0; color: #57514b; line-height: 2; }
.story-copy .muted { font-size: 12px; opacity: .62; }
.story-card { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; background: #2c2b28; color: #f6f1e8; }
.story-card-label { font-size: 10px; letter-spacing: .2em; opacity: .6; }
.story-card strong { font-family: var(--serif); font-size: clamp(23px, 2.2vw, 34px); font-weight: 400; line-height: 1.6; }

.notice { padding-top: 130px; padding-bottom: 130px; background: var(--cream); }
.notice-inner > h2 { margin-bottom: 60px; }
.notice-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.notice-grid > div { padding: 2rem 2.2rem 1rem 0; border-right: 1px solid var(--line); }
.notice-grid > div + div { padding-left: 2.2rem; }
.notice-grid > div:last-child { border-right: 0; }
.notice-grid span { color: var(--accent); font-family: var(--serif); font-size: 12px; }
.notice-grid h3 { margin: 2.5rem 0 1rem; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.notice-grid p { margin: 0; color: #67625c; font-size: 13px; line-height: 1.9; }
.notice-grid-wide { grid-template-columns: repeat(4, 1fr); }

.contact { min-height: 560px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 6vw; background: #252522; color: #f3eee5; }
.contact .eyebrow { color: #b7a38e; }
.contact-panel { max-width: 440px; }
.consult-context { display: block; margin-bottom: 1.25rem; color: #d7c5b0; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.contact-panel p { color: rgba(243,238,229,.68); line-height: 1.9; }
.contact-panel .button { margin-top: 1.5rem; }
.contact-panel small { display: block; min-height: 1.5em; margin-top: .7rem; color: #cbbca9; }

.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding-top: 50px; padding-bottom: 40px; background: #1b1b19; color: #f3eee5; border-top: 1px solid rgba(255,255,255,.1); }
.footer-meta { display: flex; gap: 1.5rem; font-size: 12px; color: rgba(243,238,229,.65); }
.footer-link { padding: 0; border: 0; background: none; cursor: pointer; }
.site-footer > p { grid-column: 1 / -1; margin: 1rem 0 0; color: rgba(243,238,229,.4); font-size: 11px; }

dialog { max-width: min(960px, calc(100vw - 32px)); max-height: min(800px, calc(100svh - 32px)); padding: 0; border: 0; background: var(--cream); color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.25); }
dialog::backdrop { background: rgba(20,19,17,.72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 2; top: 14px; right: 16px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(250,248,243,.9); font-size: 28px; line-height: 1; cursor: pointer; }
.detail-dialog[open] { display: grid; grid-template-columns: 1fr 1fr; }
.detail-media { position: relative; min-height: 600px; overflow: hidden; background: var(--tone); }
.detail-media::before { content: ""; position: absolute; left: 8%; top: 20%; width: 42%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 40% 35%, #fff 0 8%, var(--cake-light) 9% 42%, var(--cake-dark) 43% 47%, transparent 48%); box-shadow: 14px 18px 30px rgba(48,35,24,.18); }
.detail-content { padding: clamp(2rem, 5vw, 4.5rem); align-self: center; }
.detail-content h2, .text-dialog h2 { font-size: clamp(36px, 4vw, 55px); }
.detail-description { margin: 1.5rem 0 2rem; color: #615d57; line-height: 1.9; }
.detail-list { margin: 0 0 2rem; border-top: 1px solid var(--line); }
.detail-list div { display: grid; grid-template-columns: 86px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.7; }
.detail-list dt { color: #8b837a; }
.detail-list dd { margin: 0; }
.text-dialog { width: min(640px, calc(100vw - 32px)); padding: clamp(2rem, 6vw, 4rem); }
.text-dialog p:not(.eyebrow) { color: #625d56; line-height: 1.9; }

/* Product catalog */
.inner-page .site-header { position: relative; border-bottom: 1px solid var(--line); background: var(--paper); }
.catalog-hero { padding-top: 110px; padding-bottom: 100px; }
.catalog-hero h1, .not-found h1 { max-width: 920px; font-size: clamp(52px, 7vw, 94px); }
.catalog-hero p:not(.eyebrow) { max-width: 650px; margin: 2rem 0 0; color: #625d56; font-size: 15px; line-height: 1.9; }
.catalog-content { padding-top: 70px; padding-bottom: 140px; background: var(--cream); }
.catalog-tools { min-width: 0; display: grid; grid-template-columns: minmax(280px, 1fr) 1.6fr; gap: 1.25rem 2rem; align-items: center; margin-bottom: 64px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.search-box { display: flex; align-items: center; gap: .8rem; min-height: 56px; padding: 0 1rem; border: 1px solid var(--line); background: #fff; }
.search-box > span:first-child { color: var(--accent); font-size: 26px; line-height: 1; transform: rotate(-15deg); }
.search-box input { min-width: 0; width: 100%; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; }
.search-box:focus-within { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.category-filters { min-width: 0; display: flex; flex-wrap: wrap; gap: .65rem; }
.filter-button { min-height: 42px; padding: .6rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 13px; }
.filter-button[aria-pressed="true"] { border-color: var(--ink); background: var(--ink); color: #fff; }
.result-count { grid-column: 1 / -1; margin: 0; color: #79726a; font-size: 12px; }
.catalog-empty { padding: 80px 20px; border-top: 1px solid var(--line); text-align: center; }
.catalog-empty h3 { margin: 0; font-family: var(--serif); font-size: 30px; font-weight: 500; }
.catalog-empty p { color: #746e67; }

/* Product detail */
.product-detail { padding-top: 38px; padding-bottom: 140px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: 38px; color: #77716a; font-size: 12px; }
.breadcrumbs a { border-bottom: 1px solid transparent; }
.breadcrumbs a:hover { border-bottom-color: currentColor; }
.product-detail-layout { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 670px; background: var(--cream); }
.product-detail-media { position: relative; min-height: 620px; overflow: hidden; background: var(--tone, #d7ccbb); }
.product-detail-media::before { content: ""; position: absolute; left: 18%; top: 22%; width: 64%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 40% 35%, rgba(255,255,255,.82) 0 8%, var(--cake-light, #dcc4a6) 9% 42%, var(--cake-dark, #7b5f49) 43% 47%, transparent 48%); box-shadow: 14px 18px 30px rgba(48,35,24,.18); transform: rotate(var(--rotate, -6deg)); }
.product-detail-media span { position: absolute; z-index: 1; right: 1.5rem; bottom: 1.5rem; color: rgba(255,255,255,.72); text-align: right; font-size: 9px; line-height: 1.6; letter-spacing: .22em; }
.product-detail-copy { align-self: center; padding: clamp(2.2rem, 6vw, 5.5rem); }
.product-detail-copy h1 { font-size: clamp(48px, 6vw, 82px); }
.detail-note { margin: 1.2rem 0 0; color: var(--accent); font-family: var(--serif); font-size: 18px; }
.product-detail-copy .detail-description { margin: 2rem 0 0; font-size: 15px; }
.detail-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.5rem; }
.product-facts { display: grid; grid-template-columns: .75fr 1.25fr; gap: 6vw; padding: 110px 0; border-bottom: 1px solid var(--line); }
.facts-heading h2, .product-specific-notice h2 { font-size: clamp(40px, 5vw, 66px); }
.facts-list { margin: 0; border-top: 1px solid var(--line); }
.facts-list > div { display: grid; grid-template-columns: 120px 1fr; gap: 1.5rem; padding: 1.35rem 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.8; }
.facts-list dt { color: #8b837a; }
.facts-list dd { margin: 0; }
.product-specific-notice { max-width: 900px; padding: 110px 0 0; }
.product-specific-notice > p:not(.eyebrow) { margin: 2rem 0 1rem; font-family: var(--serif); font-size: clamp(22px, 2.4vw, 32px); line-height: 1.7; }
.product-specific-notice small { color: #77716a; line-height: 1.8; }
.not-found { min-height: 70svh; padding-top: 120px; padding-bottom: 120px; }
.not-found > p:not(.eyebrow) { margin: 2rem 0; color: #706a63; }

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

@media (max-width: 900px) {
  .site-header { height: 74px; }
  .menu-button { width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; }
  .menu-button span:not(.sr-only) { display: none; }
  .menu-button::before, .menu-button::after { content: ""; display: block; width: 24px; height: 1px; flex: 0 0 1px; background: currentColor; transition: transform .25s; }
  .menu-button[aria-expanded="true"]::before { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"]::after { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 74px 0 auto; display: none; flex-direction: column; gap: 0; padding: 1rem 5vw 2rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 120px; gap: 3rem; }
  .hero-visual { min-height: 65svh; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p { margin-left: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .notice-grid-wide { grid-template-columns: repeat(2, 1fr); }
  .notice-grid-wide > div:nth-child(2) { border-right: 0; }
  .catalog-tools { grid-template-columns: 1fr; }
  .result-count { grid-column: auto; }
  .product-detail-layout { grid-template-columns: 1fr; }
  .product-detail-media { min-height: 65svh; }
  .product-facts { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr 1fr; padding-top: 100px; padding-bottom: 100px; }
  .story-number { display: none; }
  .contact { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .section-pad { padding-left: 20px; padding-right: 20px; }
  .site-header { height: 68px; }
  .brand { gap: .6rem; font-size: 15px; }
  .brand-mark { width: 32px; height: 32px; }
  .site-nav { inset: 68px 0 auto; padding-left: 20px; padding-right: 20px; }
  .eyebrow { margin-bottom: 1rem; font-size: 10px; letter-spacing: .2em; }
  h1 { font-size: clamp(42px, 13.5vw, 58px); line-height: 1.08; }
  h2 { font-size: 38px; line-height: 1.18; }
  .hero { padding-top: 96px; padding-bottom: 24px; gap: 2rem; }
  .hero-copy { padding-bottom: 0; }
  .hero-intro { margin-top: 1.4rem; font-size: 14px; line-height: 1.75; }
  .hero-actions { flex-wrap: wrap; gap: .8rem 1.2rem; margin-top: 1.8rem; }
  .hero-actions .button { min-height: 46px; padding: .7rem 1.15rem; }
  .hero-visual { min-height: min(95vw, 390px); }
  .visual-label { top: 1.2rem; right: 1.2rem; }
  .visual-stamp { bottom: 1.2rem; left: 1.2rem; }
  .intro-strip { min-height: 78px; justify-content: space-between; gap: .45rem; padding: 1rem 20px; font-size: 10px; letter-spacing: .08em; }
  .products { padding-top: 72px; padding-bottom: 76px; }
  .section-heading { gap: 1.2rem; margin-bottom: 36px; }
  .section-heading > p { font-size: 13px; line-height: 1.7; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 12px; }
  .product-media::before { left: 15%; top: 22%; width: 70%; }
  .product-media::after { top: .8rem; left: .8rem; font-size: 9px; }
  .product-meta { gap: .45rem; margin-top: 12px; }
  .product-category { margin-bottom: .35rem; font-size: 9px; letter-spacing: .08em; }
  .product-name { font-size: 18px; line-height: 1.3; }
  .product-note { display: -webkit-box; overflow: hidden; margin-top: .4rem; font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .product-arrow { display: none; }
  .section-action { justify-content: stretch; margin-top: 42px; }
  .section-action .button { width: 100%; }
  .story { grid-template-columns: 1fr; min-height: auto; gap: 2.2rem; padding-top: 74px; padding-bottom: 74px; }
  .story-copy p:not(.eyebrow) { margin-top: 1.4rem; line-height: 1.85; }
  .story-card { min-height: 290px; padding: 1.5rem; }
  .notice { padding-top: 74px; padding-bottom: 74px; }
  .notice-inner > h2 { margin-bottom: 30px; }
  .notice-grid { grid-template-columns: 1fr; }
  .notice-grid > div, .notice-grid > div + div { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .notice-grid h3 { margin: 1.2rem 0 .7rem; }
  .notice-grid-wide { grid-template-columns: 1fr; }
  .catalog-hero { padding-top: 64px; padding-bottom: 56px; }
  .catalog-hero > *, .not-found > * { min-width: 0; max-width: 100%; }
  .catalog-hero h1, .not-found h1 { width: 100%; font-size: clamp(38px, 11.5vw, 48px); overflow-wrap: anywhere; word-break: normal; }
  .catalog-hero p:not(.eyebrow) { margin-top: 1.4rem; font-size: 14px; line-height: 1.75; }
  .catalog-content { padding-top: 36px; padding-bottom: 76px; }
  .catalog-tools { gap: 1rem; margin-bottom: 34px; padding-bottom: 24px; }
  .search-box { min-height: 52px; }
  .category-filters { width: 100%; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .category-filters::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .product-detail { padding-top: 24px; padding-bottom: 90px; }
  .product-detail-layout { margin: 0 -20px; }
  .product-detail-media { min-height: min(108vw, 420px); }
  .product-detail-copy { padding: 2.5rem 20px 3rem; }
  .product-detail-copy h1 { font-size: 42px; }
  .detail-actions { align-items: stretch; flex-direction: column; }
  .detail-actions .button, .detail-actions .text-link { width: 100%; text-align: center; }
  .product-facts { gap: 2.2rem; padding: 68px 0; }
  .facts-list > div { grid-template-columns: 88px 1fr; gap: 1rem; }
  .product-specific-notice { padding-top: 68px; }
  .contact { min-height: 560px; grid-template-columns: 1fr; align-content: center; gap: 2.2rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-meta { flex-wrap: wrap; }
  .site-footer > p { grid-column: auto; }
  .detail-dialog[open] { display: block; }
  .detail-media { min-height: 330px; }
  .detail-media::before { left: 18%; top: 4%; width: 64%; }
}

@media (max-width: 350px) {
  .section-pad { padding-left: 16px; padding-right: 16px; }
  .site-nav { padding-left: 16px; padding-right: 16px; }
  .hero-actions .button { width: 100%; }
  .product-grid { column-gap: 10px; }
  .product-name { font-size: 16px; }
  .product-note { display: none; }
  .product-detail-layout { margin-right: -16px; margin-left: -16px; }
}

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