@font-face{font-family:Inter;src:url("assets/fonts/inter-latin-variable.woff2") format("woff2");font-style:normal;font-weight:100 900;font-display:swap}
:root{
  --paper:#fffdf7;--ivory:#f5ecdd;--ink:#171711;--muted:#68645a;--line:rgba(23,23,17,.17);--gold:#d8a43b;--gold-hover:#e8b74f;--surface:#f0eadf;--footer:#10100e;--focus:#8e5c00;
  --font-body:Inter,Arial,sans-serif;--font-display:Inter,Arial,sans-serif;
  --text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:clamp(1.1rem,1rem + .2vw,1.25rem);--text-xl:clamp(1.6rem,1.3rem + .5vw,1.8rem);--text-section:clamp(1.9rem,1.1rem + 2.2vw,2.85rem);--text-hero:clamp(3.2rem,2.1rem + 3.1vw,5rem);
  --gap:24px;--radius:12px;--space-section:64px;
  color-scheme:light;
}
@media(prefers-color-scheme:dark){:root:not([data-theme="light"]){--paper:#171713;--ivory:#24231c;--ink:#fff8e9;--muted:#beb7a7;--line:rgba(245,236,221,.2);--surface:#272720;--focus:#f2c45e;color-scheme:dark}}
:root[data-theme="dark"]{--paper:#171713;--ivory:#24231c;--ink:#fff8e9;--muted:#beb7a7;--line:rgba(245,236,221,.2);--surface:#272720;--focus:#f2c45e;color-scheme:dark}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:28px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:var(--text-base);line-height:1.5;-webkit-font-smoothing:antialiased}
body.dialog-open{overflow:hidden}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer}
button:disabled{cursor:default}
img{max-width:100%;height:auto;display:block}
figure,p,h1,h2,h3{margin:0}
h1,h2,h3{font-family:var(--font-display);text-wrap:balance}
button,summary,a{touch-action:manipulation}
button{border:0}
[hidden]{display:none!important}
::selection{background:var(--gold);color:#171711}
:focus-visible{outline:3px solid var(--focus);outline-offset:5px}
.container{width:min(1200px,calc(100% - 80px));margin-inline:auto}
.icon{width:20px;height:20px;flex:none;vertical-align:middle}
.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;top:12px;left:12px;padding:14px 20px;background:var(--gold);color:#171711;z-index:100;transform:translateY(-200%)}
.skip-link:focus{transform:translateY(0)}
.eyebrow{font-size:var(--text-xs);font-weight:650;letter-spacing:.12em;text-transform:uppercase}
.site-header{border-bottom:1px solid var(--line)}
.header-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:64px;height:64px;border-radius:50%;object-fit:contain}
.brand-name{font-size:var(--text-xs);font-weight:650;line-height:1.2;letter-spacing:.08em}
.brand-name strong{display:block;font-size:1.6rem;font-weight:850;letter-spacing:.02em}
.main-nav{display:flex;gap:32px;margin-left:auto;margin-right:42px;font-size:var(--text-sm);font-weight:550}
.main-nav a{position:relative;display:inline-flex;align-items:center;min-height:44px}
.main-nav a::after{position:absolute;content:"";height:1px;left:0;right:0;bottom:8px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s}
.main-nav a:hover::after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:20px}
.icon-button{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:transparent;transition:background .2s,transform .2s}
.icon-button:hover{background:var(--ivory)}
.theme-toggle .icon-sun{display:none}
.theme-toggle.is-dark .icon-moon{display:none}
.theme-toggle.is-dark .icon-sun{display:block}
.header-contact{display:inline-flex;align-items:center;gap:10px;min-height:44px;font-size:var(--text-sm);font-weight:650}
.header-contact:hover{color:var(--muted)}
.hero{display:grid;grid-template-columns:1fr 1.04fr;gap:40px;align-items:center;padding-block:36px 44px}
.hero-copy{padding-block:8px}
.hero .hero-display{font-size:var(--text-hero);line-height:.99;letter-spacing:-.064em;font-weight:900;margin:20px 0 22px}
.hero .hero-display span{color:var(--muted)}
.hero-description{font-size:var(--text-lg);line-height:1.5;font-weight:450}
.hero-actions{display:flex;align-items:center;gap:26px;margin-top:28px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:14px 21px;border-radius:7px;font-size:var(--text-sm);font-weight:750;line-height:1.3;transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}
.button-gold{background:var(--gold);color:#171711}
.button-gold:hover{background:var(--gold-hover);transform:translateY(-2px);box-shadow:0 5px 0 rgba(99,66,7,.12)}
.button-gold:active{transform:translateY(0);box-shadow:none}
.button .icon:last-child{transition:transform .2s}
.button:hover .icon:last-child{transform:translateX(2px)}
.hero-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 6px;font-size:var(--text-sm);max-width:100px;line-height:1.3}
.hero-price strong{font-size:var(--text-xl);font-weight:800;letter-spacing:-.06em;line-height:1}
.hero-price>span{font-size:var(--text-xs);color:var(--muted)}
.hero-price::before{content:"";display:none}
.hero-photo{position:relative;background:var(--surface);border-radius:16px 72px 16px 16px;overflow:hidden;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between}
.hero-photo picture{display:block;flex:1;min-height:0}
.hero-photo img{width:100%;height:100%;object-fit:contain;aspect-ratio:970/680}
.hero-photo figcaption{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:5px 12px 5px 22px;background:var(--ivory);font-size:var(--text-sm);font-weight:600;min-height:48px}
.hero-photo figcaption a{display:grid;place-items:center;width:44px;height:38px;min-height:44px}
.hero-photo figcaption a:hover .icon{transform:translateX(4px)}
.hero-photo figcaption .icon{transition:transform .2s}
.catalog{padding-top:30px;padding-bottom:32px;border-top:1px solid var(--line);scroll-margin-top:20px}
.catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}
.catalog-heading .eyebrow{margin-bottom:10px;color:var(--muted)}
.catalog h2{font-size:var(--text-section);font-weight:850;line-height:1.08;letter-spacing:-.055em}
.catalog-count{font-size:var(--text-xs);font-weight:650;letter-spacing:0;vertical-align:top;display:inline-block;margin:5px 0 0 12px;color:var(--muted)}
.filters{display:flex;align-items:center;gap:6px;flex-shrink:0}
.filters button{padding:9px 12px;min-height:44px;border-radius:5px;background:transparent;font-size:var(--text-xs);font-weight:600;transition:background .2s,color .2s}
.filters button span{display:inline-block;margin-left:4px;font-weight:450;opacity:.68}
.filters button[aria-pressed="true"]{color:var(--paper);background:var(--ink)}
.filters button:not([aria-pressed="true"]):hover{background:var(--ivory)}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px var(--gap)}
.product{min-width:0;scroll-margin-top:24px}
.product-photo{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius);background:var(--surface);outline-offset:5px;isolation:isolate}
.product-photo picture,.product-photo img{display:block;width:100%;height:100%;object-fit:contain}
.product-photo img{transition:filter .25s}
.product-photo:hover img{filter:brightness(1.05)}
.photo-action{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;gap:7px;padding:9px;border-radius:5px;background:#fffdf7;color:#171711;font-size:var(--text-xs);font-weight:600;box-shadow:0 2px 8px rgba(10,10,5,.1)}
.photo-action .icon{width:17px;height:17px}
.photo-action span{max-width:0;overflow:hidden;white-space:nowrap;opacity:0;transition:max-width .2s,opacity .2s;margin-left:-7px}
.product-photo:hover .photo-action span,.product-photo:focus-visible .photo-action span{max-width:90px;opacity:1;margin-left:0}
.product-index{position:absolute;top:10px;left:10px;width:29px;height:27px;display:grid;place-items:center;background:#fffdf7;color:#171711;border-radius:4px;font-size:var(--text-xs);font-weight:700}
.product-info{padding:17px 0 0}
.product h3{font-size:var(--text-lg);font-weight:750;line-height:1.25;letter-spacing:-.035em;min-height:1.3em;text-wrap:initial}
.product h3 a{display:inline-block}
.product h3 a:hover{text-decoration:underline;text-underline-offset:4px}
.product-meta{font-size:var(--text-xs);line-height:1.5;color:var(--muted);margin-top:7px}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:16px}
.price{display:flex;gap:7px;align-items:baseline;white-space:nowrap}
.price>span{font-size:var(--text-xl);font-weight:800;letter-spacing:-.055em;line-height:1.2}
.price>small{font-size:var(--text-xs);color:var(--muted);font-weight:550}
.product-cta{min-height:44px;padding:12px 16px;font-size:var(--text-xs);gap:8px}
.product-cta .icon{width:16px;height:16px}
.catalog-note{font-size:var(--text-xs);color:var(--muted);margin-top:36px;padding-top:20px;border-top:1px solid var(--line)}
.help-section{background:var(--ivory);padding-block:52px 54px;margin-top:14px}
.help-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:80px}
.help-copy .eyebrow{color:var(--muted);margin-bottom:16px}
.help-copy h2{font-size:clamp(2.6rem,2rem + 1.5vw,3.7rem);font-weight:900;line-height:1.02;letter-spacing:-.06em}
.text-cta{display:inline-flex;align-items:center;gap:42px;padding-block:13px;border-bottom:1px solid currentColor;margin-top:18px;font-size:var(--text-sm);font-weight:650}
.text-cta:hover .icon{transform:translateX(4px)}
.text-cta .icon{transition:transform .2s}
.faq-list{align-self:center}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list details:first-child{border-top:1px solid var(--line)}
.faq-list summary{min-height:72px;display:flex;gap:24px;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font-size:var(--text-sm);font-weight:650;padding:16px 0}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary .icon{width:18px;height:18px;transition:transform .2s}
.faq-list details[open] summary .icon{transform:rotate(45deg)}
.faq-answer{padding:0 40px 22px 0;font-size:var(--text-sm);color:var(--muted);max-width:57ch}
.faq-list details[open] .faq-answer{animation:soft-in .22s ease both}
.site-footer{background:var(--footer);color:#fff8e9;font-size:var(--text-xs)}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:114px;padding-block:22px}
.footer-brand{display:flex;gap:13px;align-items:center;font-weight:650}
.footer-brand img{border-radius:50%;width:48px;height:48px}
.footer-brand small{font-size:var(--text-xs);font-weight:450;color:#b5af9e}
.footer-inner>p{display:flex;align-items:center;gap:8px;color:#b5af9e}
.footer-inner>p .icon{width:16px;height:16px}
.footer-source{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-weight:550}
.footer-source .icon{width:16px;height:16px}
.footer-source:hover{text-decoration:underline;text-underline-offset:5px}
.footer-contact{display:flex;flex-wrap:wrap;align-items:center;gap:8px 30px;padding-block:8px 28px;border-top:1px solid rgba(255,248,233,.15)}
.footer-contact p{color:#b5af9e}
.footer-contact a{display:inline-flex;align-items:center;gap:8px;min-height:44px;text-decoration:underline;text-underline-offset:4px}
.footer-contact .icon{width:14px;height:14px}
@media(max-width:700px){.footer-contact{display:grid;gap:0;padding-top:18px}.footer-contact p{margin-bottom:6px}}
.product-dialog{padding:0;border:0;border-radius:16px;width:min(1060px,calc(100vw - 64px));max-width:none;max-height:calc(100dvh - 64px);background:var(--paper);color:var(--ink);overflow:auto;box-shadow:0 24px 100px rgba(0,0,0,.25)}
.product-dialog::backdrop{background:rgba(10,10,6,.72);backdrop-filter:blur(5px)}
.product-dialog[open]{animation:dialog-in .2s ease both}
.dialog-shell{display:grid;grid-template-columns:1.15fr 1fr;position:relative}
.dialog-close{position:absolute;right:12px;top:12px;background:var(--paper);z-index:2;border:1px solid var(--line)}
.dialog-close:hover{transform:rotate(90deg)}
.dialog-gallery{padding:24px;background:var(--ivory);display:flex;flex-direction:column;justify-content:center;min-width:0}
.gallery-stage{display:grid;place-items:center;min-height:330px}
.gallery-main{width:100%;height:100%;max-height:440px;object-fit:contain;border-radius:6px}
.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}
.gallery-thumbs{display:flex;gap:8px}
.gallery-thumb{background:transparent;border:2px solid transparent;border-radius:6px;padding:3px;min-width:66px;min-height:54px}
.gallery-thumb[aria-pressed="true"]{border-color:var(--ink)}
.gallery-thumb img{width:68px;height:52px;object-fit:contain;border-radius:3px}
.gallery-counter{color:var(--muted);font-size:var(--text-xs);white-space:nowrap}
.dialog-content{padding:64px 32px 28px}
.dialog-content .eyebrow{color:var(--muted);letter-spacing:.08em;font-size:var(--text-xs)}
.dialog-content h2{font-weight:850;letter-spacing:-.045em;font-size:clamp(1.7rem,1.5rem + .6vw,2.2rem);line-height:1.1;margin-top:12px;text-wrap:initial}
.dialog-description{font-size:var(--text-sm);line-height:1.55;margin-top:16px;color:var(--muted)}
.dialog-price{margin-top:22px}
.dialog-price>span{font-size:2.2rem}
.product-specs{display:grid;gap:12px;margin:22px 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.product-specs div{display:flex;justify-content:space-between;gap:16px;font-size:var(--text-xs)}
.product-specs dt{color:var(--muted)}
.product-specs dd{margin:0;font-weight:600;text-align:right}
.space-note,.fine-print{font-size:var(--text-xs);line-height:1.55;color:var(--muted)}
.dialog-cta{display:flex;white-space:normal;gap:10px;margin-top:22px;width:100%;font-size:var(--text-sm)}
.dialog-cta>.icon:last-child{margin-left:auto;width:18px}
.fine-print{margin-top:12px}
.source-link{display:inline-flex;align-items:center;gap:8px;min-height:44px;margin-top:8px;font-size:var(--text-xs);color:var(--muted);text-decoration:underline;text-underline-offset:4px}
.source-link .icon{width:14px;height:14px}
.not-found{padding-block:10vh;max-width:700px}
.not-found .eyebrow{margin-top:36px}
.not-found h1{font-size:var(--text-hero);line-height:1.04;letter-spacing:-.06em;font-weight:900;margin-block:20px}
.not-found .button{margin-top:28px}
@keyframes soft-in{from{opacity:.6;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
@keyframes dialog-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:no-preference){.hero-copy{animation:soft-in .55s ease both}.hero-photo{animation:soft-in .65s ease both}.product.is-filtered{animation:soft-in .25s ease both}}
@media(min-width:1280px){.hero{gap:56px}.hero .hero-display{font-size:4.8rem}.hero-photo{max-height:418px}.hero{padding-block:32px 40px}.hero-price{max-width:104px}}
@media(max-width:1080px){.main-nav{margin-right:12px}.hero{gap:28px}.hero .hero-display{font-size:clamp(3.1rem,5.9vw,4.6rem)}.hero-actions{gap:16px}.hero-actions .button{padding-inline:16px}.catalog-heading{align-items:flex-start;flex-direction:column;gap:20px}.product-bottom{gap:8px}.product-cta{padding-inline:12px}.help-grid{gap:40px}.hero-price{max-width:93px}.product-info{padding-top:14px}}
@media(max-width:960px){.container{width:calc(100% - 48px)}.header-inner{min-height:86px}.brand img{width:56px;height:56px}.brand-name{display:none}.main-nav{margin-left:auto}.hero{padding-block:30px;grid-template-columns:1fr 1fr;gap:24px}.hero-copy .eyebrow{max-width:22ch;font-size:var(--text-xs)}.hero .hero-display{font-size:clamp(2.8rem,5.7vw,3.9rem);margin:16px 0}.hero-description{font-size:var(--text-base)}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px;margin-top:22px}.hero-price{max-width:none;align-items:baseline;gap:6px}.hero-price strong{font-size:1.3rem;letter-spacing:-.03em}.hero-photo{align-self:center;border-top-right-radius:52px}.hero-photo figcaption{padding-left:16px;font-size:var(--text-xs)}.catalog{padding-top:28px}.catalog-heading{flex-direction:row;align-items:flex-end;gap:16px}.catalog h2{font-size:1.95rem}.catalog-count{display:none}.filters button{padding:9px 10px}.filters button span{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px}.product-bottom{gap:16px}.product-cta{padding-inline:17px}.help-copy h2{font-size:2.6rem}.footer-inner{gap:20px}.footer-brand small{display:none}.dialog-shell{grid-template-columns:1fr 1fr}.dialog-gallery{padding:18px}.dialog-content{padding:60px 24px 24px}.gallery-stage{min-height:250px}.gallery-thumb{min-width:48px}.gallery-thumb img{width:51px;height:45px}.product-dialog{width:calc(100vw - 40px)}}
@media(max-width:700px){.container{width:calc(100% - 40px)}.header-inner{min-height:78px;gap:16px}.brand-name{display:block;font-size:.6rem}.brand-name strong{font-size:1.4rem}.brand{gap:9px}.brand img{width:50px;height:50px}.main-nav{display:none}.header-actions{gap:10px}.header-contact{gap:0}.header-contact>span{display:none}.header-contact{width:40px;justify-content:center}.header-contact .icon{width:22px;height:22px}.hero{grid-template-columns:1fr;gap:24px;padding-block:27px 30px}.hero-copy{padding:0}.hero-copy .eyebrow{max-width:none;letter-spacing:.09em;font-size:var(--text-xs)}.hero .hero-display{font-size:clamp(3.1rem,9.6vw,4.9rem);margin:16px 0;letter-spacing:-.06em;line-height:1}.hero-description{font-size:var(--text-base)}.hero-description br{display:none}.hero-description br::after{content:" "}.hero-actions{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;margin-top:22px}.hero-actions .button{font-size:var(--text-sm);padding-inline:18px;gap:16px;min-height:48px}.hero-price{flex-direction:column;gap:0;line-height:1.3}.hero-price strong{font-size:1.6rem;letter-spacing:-.045em}.hero-price>span{display:none}.hero-photo{border-radius:12px 48px 12px 12px;width:100%}.hero-photo picture{aspect-ratio:970/680;max-height:none}.hero-photo img{width:100%;height:100%;object-fit:contain}.hero-photo figcaption{min-height:42px;padding:0 6px 0 16px}.hero-photo figcaption a{height:42px;min-height:42px}.catalog{padding-top:25px}.catalog-heading{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:22px}.catalog h2{font-size:clamp(1.75rem,5.8vw,2.3rem);line-height:1.1;letter-spacing:-.055em}.catalog-heading .eyebrow{margin-bottom:8px}.filters{gap:5px;width:100%;border-bottom:1px solid var(--line);padding-bottom:12px}.filters button{padding:9px 14px;font-size:var(--text-xs)}.filters button span{display:inline-block}.product h3{font-size:var(--text-lg)}.help-section{padding-block:36px 40px;margin-top:4px}.help-grid{grid-template-columns:1fr;gap:32px}.help-copy h2{font-size:2.8rem}.help-copy h2 br{display:none}.help-copy .eyebrow{margin-bottom:12px}.text-cta{margin-top:10px}.faq-list summary{min-height:66px}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:20px 8px;padding-block:25px}.footer-brand small{display:none}.footer-inner>p{grid-column:1/-1;grid-row:2;font-size:var(--text-xs)}.footer-source{font-size:var(--text-xs);gap:6px}.footer-source .icon{width:14px;height:14px}.footer-brand{font-size:var(--text-xs);gap:8px}.footer-brand img{width:40px;height:40px}.product-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);border-radius:12px}.dialog-shell{grid-template-columns:1fr}.dialog-gallery{padding:18px;padding-top:58px}.gallery-stage{min-height:0;max-height:45vh;aspect-ratio:4/3}.gallery-main{width:100%;height:100%;max-height:45vh}.dialog-content{padding:26px 22px 20px}.dialog-close{top:10px;right:10px}.gallery-toolbar{margin-top:12px}.gallery-thumb img{width:58px;height:44px}.gallery-thumb{min-height:54px}.dialog-content h2{font-size:1.8rem}.dialog-description{margin-top:12px}.dialog-price{margin-top:18px}.product-specs{margin-block:18px}.not-found{padding-top:64px}.not-found h1{font-size:3.1rem}}
@media(max-width:600px){.product-grid{grid-template-columns:1fr;gap:32px}.product-photo{border-radius:10px}.product-info{padding-top:15px}.product h3{font-size:1.25rem}.product-bottom{padding-top:13px}.price>span{font-size:1.8rem}.product-cta{font-size:var(--text-sm);padding-inline:20px;gap:9px;min-height:46px}.product-cta .icon{width:18px;height:18px}.photo-action span{max-width:none;opacity:1;margin-left:0}.product-meta{font-size:var(--text-sm)}.catalog-note{line-height:1.6;margin-top:26px;padding-top:18px}}
@media(max-width:360px){.brand-name{display:none}.header-actions{gap:4px}.hero .hero-display{font-size:2.85rem}.hero-actions .button{padding-inline:13px;gap:10px;font-size:var(--text-xs)}.filters button{padding-inline:10px}.filters button span{display:none}.help-copy h2{font-size:2.45rem}.footer-inner{grid-template-columns:1fr}.footer-source{grid-row:3}.dialog-cta{font-size:var(--text-xs)}}
/* Small supporting labels remain readable on every screen. */
.brand-name{font-size:var(--text-xs)}
.header-contact{min-width:44px}
/* Keep the official brand mark prominent and sharp on every screen. */
.header-inner{min-height:112px}
.brand{flex-shrink:0}
.brand img{width:80px;height:80px;flex-shrink:0}
.footer-brand img{width:64px;height:64px;flex-shrink:0;object-fit:contain}
@media(max-width:960px){.header-inner{min-height:100px}.brand img{width:72px;height:72px}}
@media(max-width:700px){.header-inner{min-height:92px}.brand img{width:64px;height:64px}.footer-brand img{width:48px;height:48px}.header-actions{flex-shrink:0}}
@media(max-width:360px){.header-inner{gap:10px}.brand-name{display:block;font-size:.68rem}.brand-name strong{font-size:1.25rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
