:root {
  --paper: #f3f0e8;
  --ink: #17181b;
  --muted: #9a9da4;
  --line: rgba(23, 24, 27, .14);
  --accent: #5268ff;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; }
body.menu-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; }
.site-shell { min-height: 100svh; padding: 26px 38px 24px; position: relative; overflow: hidden; }
.site-header { align-items: center; background: transparent; display: flex; height: 86px; justify-content: space-between; left: 0; padding: 26px 38px; position: fixed; right: 0; top: 0; transition: background .35s ease, box-shadow .35s ease, backdrop-filter .35s ease; width: 100%; z-index: 100; }
body.is-scrolled .site-header { background: rgba(243, 240, 232, .78); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.wordmark { font-family: var(--serif); font-size: 24px; letter-spacing: -.04em; line-height: 1; }
.wordmark-dot, .serif-dot { color: #b6b3ac; }
.header-links { align-items: center; display: flex; flex: 0 0 auto; gap: 17px; margin-left: auto; margin-right: 17px; min-width: max-content; visibility: visible; }
.header-links a, .menu-toggle { font-family: var(--mono); font-size: 10px; letter-spacing: .02em; }
.header-links a { opacity: .75; transition: opacity .2s ease; }
.header-links a:hover { opacity: 1; }
.blog-link { font-size: 10px !important; letter-spacing: .05em !important; }
.icon-link { align-items: center; display: flex; height: 16px; justify-content: center; width: 16px; }
.icon-link img { display: block; height: 14px; object-fit: contain; transition: transform .2s ease; width: 14px; }
.icon-link[data-social="linkedin"] img { mix-blend-mode: multiply; }
.icon-link:hover img { transform: translateY(-2px); }
.shop-icon { align-items: center; display: flex; height: 22px; justify-content: center; margin: 0 20px 0 0; width: 22px; }
.shop-icon svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; width: 18px; }
.menu-toggle { background: none; border: 0; cursor: pointer; height: 34px; padding: 4px 0 4px 8px; width: 30px; }
.menu-toggle:focus { outline: none; }
.menu-toggle:focus-visible { outline: 1px solid currentColor; outline-offset: 4px; }
.menu-icon { display: block; height: 16px; position: relative; width: 22px; }
.menu-icon i { background: currentColor; display: block; height: 1px; left: 0; position: absolute; transition: transform .35s ease, top .35s ease; width: 20px; }
.menu-icon i:first-child { top: 5px; }
.menu-icon i:last-child { top: 11px; }
.menu-toggle[aria-expanded="true"] .menu-icon i:first-child { top: 8px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-icon i:last-child { top: 8px; transform: rotate(-45deg); }

#app { padding-top: 34px; position: relative; }
.page-enter { animation: pageIn .55s cubic-bezier(.2,.7,.2,1) both; }
@keyframes pageIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.eyebrow { color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .14em; line-height: 1.35; margin: 0; text-transform: uppercase; }

/* Home */
.home-page { min-height: calc(100svh - 84px); }
.home-stage { min-height: calc(100svh - 120px); position: relative; }
.timeline { margin: 57px 0 0; width: min(760px, 48vw); }
.timeline-list { position: relative; }
.timeline-item { display: grid; grid-template-columns: 145px 1fr; min-height: 45px; position: relative; }
.timeline-date { color: var(--muted); font-family: var(--mono); font-size: 11px; padding: 13px 0; text-align: left; }
.timeline-copy { font-family: var(--mono); font-size: 13px; line-height: 1.35; padding: 13px 0; }
.timeline-copy a { color: var(--accent); text-decoration: underline; text-decoration-color: currentColor; text-underline-offset: 3px; }
.timeline-item.current .timeline-copy { font-family: var(--mono); font-size: 13px; }
.caret { animation: blink 1s steps(1) infinite; background: var(--accent); display: inline-block; height: 1.05em; margin-left: 5px; vertical-align: -.15em; width: .55em; }
@keyframes blink { 50% { opacity: 0; } }
.timeline-item:hover .timeline-copy { transform: translateX(3px); transition: transform .25s ease; }
.sphere-wrap { color: rgba(98, 98, 98, .48); height: min(31vw, 420px); left: 50%; opacity: 0; pointer-events: none; position: fixed !important; top: 50%; transform: translate(-50%, -50%); transition: opacity .35s ease, visibility .35s ease; visibility: hidden; width: min(31vw, 420px); z-index: 1; }
body.home-route .sphere-wrap { opacity: 1; visibility: visible; }
.sphere-wrap svg { display: block; height: 100%; overflow: visible; width: 100%; }
.sphere-wrap #sphere-edges { transition: opacity .52s ease-in-out; }
.sphere-caption { bottom: -24px; color: var(--accent); font-family: var(--mono); font-size: 9px; left: 50%; letter-spacing: .08em; position: absolute; transform: translateX(-50%); white-space: nowrap; }
.sphere-wrap::after { border: 1px solid rgba(90,90,90,.08); border-radius: 50%; content: ""; inset: 13%; position: absolute; }
.side-shop-tab { align-items: center; border: 1px solid var(--line); border-radius: 20px 0 0 20px; color: var(--muted); display: flex; font-family: var(--mono); font-size: 10px; gap: 16px; height: 120px; justify-content: center; opacity: 0; position: fixed !important; right: 0; top: 50%; transform: translateY(-50%); transition: color .25s ease, box-shadow .25s ease, opacity .35s ease, transform .25s ease, visibility .35s ease; visibility: hidden; writing-mode: vertical-rl; z-index: 4; }
body.home-route .side-shop-tab { opacity: 1; visibility: visible; }
.side-shop-tab:hover { box-shadow: -8px 8px 24px rgba(21, 21, 21, .08); color: var(--ink); transform: translate(-8px, -50%); }
.side-shop-tab span { color: var(--ink); font-family: var(--sans); font-size: 20px; line-height: 1; }

/* Inner pages */
.inner-page { margin: 0 auto; max-width: 1100px; padding: 104px 0 100px; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(86px, 16vw, 190px); font-weight: 400; letter-spacing: -.065em; line-height: .78; margin: 50px 0 0; }
.page-hero-tight h1 { font-size: clamp(74px, 13vw, 154px); }
.about-grid { align-items: start; display: grid; gap: clamp(50px, 13vw, 170px); grid-template-columns: minmax(220px, 350px) minmax(300px, 1fr); margin: 130px 0 0; }
.portrait-card { aspect-ratio: 4 / 5; background: #dedbd2; overflow: hidden; padding: 20px; position: relative; }
.portrait-image { display: block; height: 100%; object-fit: cover; object-position: center; width: 100%; }
.portrait-sun { background: #f6f5f1; border-radius: 50%; height: 88%; left: 18%; opacity: .7; position: absolute; top: -28%; width: 88%; }
.portrait-placeholder { align-items: center; background: #847d70; bottom: 20%; color: #f6f5f1; display: flex; font-family: var(--serif); font-size: 110px; height: 62%; justify-content: center; left: 14%; position: absolute; transform: rotate(-5deg); width: 72%; }
.portrait-placeholder::before { border: 1px solid rgba(246,245,241,.35); content: ""; inset: 13px; position: absolute; }
.portrait-card p { bottom: 13px; font-family: var(--mono); font-size: 9px; line-height: 1.35; margin: 0; position: absolute; }
.about-copy { padding-top: 17px; max-width: 440px; }
.about-copy h2 { font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); font-weight: 400; letter-spacing: -.045em; line-height: .95; margin: 52px 0 26px; }
.about-copy p:not(.eyebrow) { color: #68655e; font-family: var(--mono); font-size: 13px; line-height: 1.65; margin: 0 0 24px; }
.about-copy .lead { color: var(--ink) !important; font-size: 16px !important; line-height: 1.45 !important; }
.signature { border-top: 1px solid var(--line); font-family: var(--serif); font-size: 25px; font-style: italic; margin-top: 46px; padding-top: 14px; }
.signature span { float: right; font-family: var(--sans); font-size: 16px; font-style: normal; }
.values-list { margin: 105px 0 0; max-width: 100%; }
.value-item { border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 42px 1fr; padding: 22px 0 26px; }
.value-number { color: var(--muted); font-family: var(--mono); font-size: 12px; }
.value-item h2 { font-size: 16px; font-weight: 500; line-height: 1.35; margin: 0 0 9px; }
.value-item p { color: #77746c; font-family: var(--mono); font-size: 12px; line-height: 1.6; margin: 0; max-width: 510px; }
.page-hero-compact h1 { font-size: clamp(86px, 15vw, 172px); }
.blog-list { margin: 120px 0 0; max-width: 100%; }
.blog-post { border-top: 1px solid var(--line); display: grid; gap: 34px; grid-template-columns: 52px 1fr; padding: 26px 0 32px; }
.blog-index, .blog-kicker { color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.blog-post h2 { font-family: var(--serif); font-size: clamp(33px, 4vw, 51px); font-weight: 400; letter-spacing: -.045em; line-height: .95; margin: 15px 0 14px; }
.blog-copy { color: #77746c; font-family: var(--mono); font-size: 12px; line-height: 1.65; margin: 0; max-width: 500px; }
.blog-read { display: inline-block; font-family: var(--mono); font-size: 10px; margin-top: 25px; }
.blog-read span { font-family: var(--sans); font-size: 14px; margin-left: 6px; }
.now-grid { display: grid; gap: clamp(48px, 8vw, 120px); grid-template-columns: minmax(280px, 1fr) minmax(300px, .9fr); margin: 120px 0 0; }
.now-current { border-top: 1px solid var(--line); padding-top: 20px; }
.now-current h2 { font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); font-weight: 400; letter-spacing: -.05em; line-height: .9; margin: 54px 0 20px; }
.now-current > p:not(.eyebrow) { color: #77746c; font-family: var(--mono); font-size: 13px; line-height: 1.65; margin: 0; max-width: 440px; }
.live-dot { color: var(--accent); font-size: 11px; margin-right: 5px; }
.now-progress { background: var(--line); height: 2px; margin-top: 52px; max-width: 440px; overflow: hidden; }
.now-progress span { background: var(--accent); display: block; height: 100%; width: 62%; }
.now-meta { color: var(--muted) !important; display: flex; font-size: 10px !important; justify-content: space-between; margin-top: 12px !important; max-width: 440px !important; }
.now-updates { border-top: 1px solid var(--line); padding-top: 20px; }
.now-update { border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 78px 1fr; margin-top: 24px; padding-top: 18px; }
.now-update time { color: var(--muted); font-family: var(--mono); font-size: 10px; }
.now-update p { color: #77746c; font-family: var(--mono); font-size: 12px; line-height: 1.6; margin: 0; }
.contact-grid { display: grid; gap: clamp(48px, 7vw, 96px); grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); margin: 120px 0 0; max-width: 1100px; }
.contact-lead { font-family: var(--serif); font-size: clamp(34px, 4vw, 54px); letter-spacing: -.045em; line-height: .97; margin: 0; }
.contact-actions { align-self: end; border-top: 1px solid var(--line); padding-top: 18px; }
.contact-email { border-bottom: 1px solid var(--ink); display: flex; font-family: var(--mono); font-size: 13px; justify-content: space-between; padding: 0 0 14px; }
.contact-email span { color: var(--accent); font-family: var(--sans); font-size: 17px; }
.copy-email { background: none; border: 0; color: var(--muted); cursor: pointer; font-family: var(--mono); font-size: 10px; margin-top: 17px; padding: 0; }
.copy-email:hover { color: var(--accent); }
.copy-status { color: var(--accent); font-family: var(--mono); font-size: 10px; min-height: 15px; }
.shop-hero { display: grid; grid-template-columns: 1fr 1fr; }
.shop-hero .eyebrow { grid-column: 1 / -1; }
.shop-hero h1 { margin-top: 48px; }
.hero-note { align-self: end; color: #6f6c65; font-family: var(--mono); font-size: 12px; line-height: 1.55; margin: 0 0 10px; max-width: 300px; }
.product-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); margin-top: 125px; }
.product-card { border: 1px solid var(--line); padding: 20px; transition: background .3s ease, transform .3s ease; }
.product-card:hover { background: #eeece6; transform: translateY(-5px); }
.product-visual { align-items: end; display: flex; height: 330px; justify-content: space-between; margin-bottom: 22px; overflow: hidden; padding: 22px; position: relative; }
.visual-notes { background: #c9c5ba; }
.visual-notes::before, .visual-notes::after { border: 1px solid rgba(21,21,21,.24); content: ""; position: absolute; transform: rotate(-9deg); }
.visual-notes::before { background: #e7e4dc; height: 74%; left: 18%; top: 16%; width: 63%; }
.visual-notes::after { background: #a39d90; height: 74%; left: 24%; top: 12%; width: 63%; }
.visual-call { background: #20211f; color: #f6f5f1; }
.visual-call::before { border: 1px solid rgba(246,245,241,.3); border-radius: 50%; content: ""; height: 220px; left: 16%; position: absolute; top: 16%; width: 220px; }
.visual-call::after { border: 1px solid rgba(246,245,241,.2); content: ""; height: 70%; left: 50%; position: absolute; top: 14%; transform: rotate(45deg); width: 1px; }
.product-visual span { font-family: var(--serif); font-size: 48px; letter-spacing: -.05em; line-height: .85; position: relative; z-index: 1; }
.product-visual i { font-family: var(--mono); font-size: 11px; font-style: normal; position: relative; z-index: 1; }
.product-meta { color: var(--muted); display: flex; font-family: var(--mono); font-size: 9px; justify-content: space-between; letter-spacing: .08em; }
.product-card h2 { font-family: var(--serif); font-size: 38px; font-weight: 400; letter-spacing: -.04em; margin: 17px 0 10px; }
.product-card p { color: #6b6861; font-family: var(--mono); font-size: 12px; line-height: 1.6; margin: 0; max-width: 320px; }
.card-link { display: block; font-family: var(--mono); font-size: 11px; margin-top: 28px; }
.card-link b { font-family: var(--sans); font-size: 15px; font-weight: 400; margin-left: 7px; }
.shop-placeholder { border: 1px solid var(--line); margin-top: 125px; min-height: 330px; padding: 28px; position: relative; }
.shop-placeholder h2 { font-family: var(--serif); font-size: clamp(48px, 6vw, 78px); font-weight: 400; letter-spacing: -.05em; line-height: .88; margin: 58px 0 22px; }
.shop-placeholder > p:not(.eyebrow) { color: #6b6861; font-family: var(--mono); font-size: 12px; line-height: 1.6; margin: 0; max-width: 390px; }
.placeholder-stamp { border: 1px solid var(--line); bottom: 28px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; line-height: 1.25; padding: 12px; position: absolute; right: 28px; text-align: center; transform: rotate(-8deg); }
.shop-footnote { color: var(--muted); font-family: var(--mono); font-size: 10px; margin: 25px 0 0; }
.back-link { color: var(--muted); display: inline-block; font-family: var(--mono); font-size: 11px; margin-bottom: 100px; }
.detail-page #detail-content { max-width: 700px; }
.detail-page h1 { font-family: var(--serif); font-size: clamp(72px, 13vw, 150px); font-weight: 400; letter-spacing: -.06em; line-height: .8; margin: 0 0 60px; }
.detail-page .detail-kicker { color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.detail-page .detail-body { border-top: 1px solid var(--line); display: grid; gap: 42px; grid-template-columns: 1fr 1fr; padding-top: 20px; }
.detail-page .detail-body p { color: #6b6861; font-family: var(--mono); font-size: 13px; line-height: 1.7; margin: 0; }
.detail-page .detail-stamp { align-items: center; background: #e6e2d8; display: flex; font-family: var(--serif); font-size: 55px; height: 250px; justify-content: center; letter-spacing: -.06em; }
.newsletter-form { margin-top: 38px; }
.newsletter-form label { color: var(--muted); display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .1em; margin-bottom: 10px; text-transform: uppercase; }
.newsletter-form > div { border-bottom: 1px solid var(--ink); display: flex; gap: 12px; }
.newsletter-form input { background: transparent; border: 0; color: var(--ink); flex: 1; font-family: var(--mono); font-size: 12px; min-width: 0; outline: 0; padding: 12px 0; }
.newsletter-form input::placeholder { color: #aaa79f; }
.newsletter-form button { background: none; border: 0; cursor: pointer; font-family: var(--mono); font-size: 10px; padding: 12px 0; white-space: nowrap; }
.newsletter-form button span { font-family: var(--sans); font-size: 15px; margin-left: 6px; }
.form-status { color: var(--muted) !important; font-size: 10px !important; margin-top: 13px !important; }

/* Menu */
.menu-overlay { background: var(--ink); color: var(--paper); height: 0; inset: 0; overflow: hidden; position: fixed; transform: translateY(-100%); transition: height .65s cubic-bezier(.7,0,.15,1), transform .65s cubic-bezier(.7,0,.15,1); z-index: 10; }
.menu-overlay.is-open { height: 100svh; transform: translateY(0); }
.menu-heading { color: #818078; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; position: absolute; right: 14%; text-align: right; text-transform: uppercase; top: 19%; }
.menu-links { align-items: flex-end; bottom: 15%; display: flex; flex-direction: column; justify-content: space-between; position: absolute; right: 14%; text-align: right; top: 25%; }
.menu-links a { font-family: var(--serif); font-size: clamp(42px, 5.2vw, 72px); letter-spacing: -.06em; line-height: .7; transition: color .25s ease, transform .25s ease; }
.menu-links a:hover { color: var(--accent); transform: translateX(-10px); }
.menu-links span { color: #76746c; font-family: var(--mono); font-size: 10px; letter-spacing: 0; margin-left: 8px; vertical-align: top; }
.menu-bottom { bottom: 7%; display: flex; font-family: var(--mono); font-size: 10px; gap: 20px; justify-content: flex-end; letter-spacing: .05em; position: absolute; right: 14%; text-align: right; }
.menu-bottom a { color: #99978f; }
.menu-orbit { border: 1px solid rgba(246,245,241,.18); border-radius: 50%; height: 190px; left: 51%; position: absolute; top: 15%; width: 190px; }
.orbit-a { transform: rotate(26deg) scaleX(1.7); }
.orbit-b { height: 100px; left: 58%; top: 29%; transform: rotate(-20deg) scaleX(1.8); width: 100px; }
.code-panel { bottom: 13%; display: flex; flex-direction: column; font-family: var(--mono); left: 8%; opacity: .94; position: absolute; top: 25%; width: min(34vw, 500px); z-index: 1; }
.code-topline, .code-footer { color: #9699a2; display: flex; font-size: 10px; justify-content: space-between; letter-spacing: .08em; text-transform: uppercase; }
.code-live { color: var(--accent); }
#code-output { background: rgba(0,0,0,.12); border-left: 1px solid rgba(243,240,232,.16); color: #e7e6e1; flex: 1; font-size: clamp(10px, 1vw, 14px); line-height: 1.65; margin: 14px 0; min-height: 0; overflow: hidden; padding: 20px 24px; white-space: pre-wrap; }
.py-keyword { color: #ff6a8a; }
.py-string { color: #f8c66d; }
.py-number { color: #8fcbff; }
.py-function { color: #75e4a0; }
.py-comment { color: #8e929d; }
.code-caret { animation: blink 1s steps(1) infinite; color: var(--accent); }

.site-footer { bottom: 24px; color: var(--muted); display: flex; font-family: var(--mono); font-size: 10px; justify-content: space-between; left: 38px; position: fixed; right: 38px; width: calc(100% - 76px); z-index: 3; }
body.menu-open .site-header,
body.menu-open .site-header .wordmark,
body.menu-open .site-header .header-links a,
body.menu-open .site-header .menu-toggle,
body.menu-open .site-header .shop-icon { color: var(--paper); }
body.menu-open .icon-link img { filter: invert(1); }
body.menu-open .site-header { background: rgba(23, 24, 27, .55); backdrop-filter: blur(16px); }

@media (max-width: 700px) {
  .site-shell { padding: 22px 24px 22px; }
  .site-header { gap: 8px; height: 74px; padding: 22px 24px; }
  .wordmark, .shop-icon, .menu-toggle { flex-shrink: 0; }
  .header-links { flex-shrink: 1; gap: 10px; margin-right: 12px; min-width: 0; }
  .blog-link { font-size: 9px !important; }
  .icon-link { height: 15px; width: 15px; }
  .icon-link img { height: 13px; width: 13px; }
  .shop-icon { margin-right: 14px; }
  .home-stage { min-height: calc(100svh - 92px); }
  .timeline { margin-top: 44px; width: 73vw; }
  .timeline-item { grid-template-columns: 70px 1fr; min-height: 47px; }
  .timeline-date { font-size: 9px; padding-top: 14px; }
  .timeline-copy { font-size: 13px; padding: 14px 0; }
  .sphere-wrap { height: min(45vw, 280px); left: 70%; top: 57%; width: min(45vw, 280px); }
  .side-shop-tab { height: 94px; }
  .inner-page { padding: 85px 0 80px; }
  .page-hero h1 { font-size: clamp(78px, 24vw, 140px); margin-top: 45px; }
  .about-grid { gap: 56px; grid-template-columns: 1fr; margin-top: 85px; }
  .portrait-card { max-width: 310px; }
  .about-copy { padding: 0; }
  .about-copy h2 { margin-top: 42px; }
  .values-list { margin: 80px 0 0; }
  .blog-list { margin: 80px 0 0; }
  .now-grid { gap: 58px; grid-template-columns: 1fr; margin-top: 80px; }
  .now-current h2 { margin-top: 42px; }
  .now-update { gap: 16px; grid-template-columns: 70px 1fr; }
  .contact-grid { gap: 52px; grid-template-columns: 1fr; margin: 80px 0 0; }
  .shop-hero { display: block; }
  .hero-note { margin-top: 42px; }
  .product-grid { grid-template-columns: 1fr; margin-top: 75px; }
  .product-visual { height: 270px; }
  .shop-placeholder { margin-top: 75px; min-height: 300px; padding: 22px; }
  .shop-placeholder h2 { margin-top: 45px; }
  .placeholder-stamp { bottom: 22px; right: 22px; }
  .menu-overlay { inset: 0; }
  .code-panel { display: none; }
  .menu-heading, .menu-links { left: auto; right: 20%; }
  .menu-heading { top: 18%; }
  .menu-links { bottom: 17%; top: 23%; }
  .menu-links a { font-size: clamp(35px, 12vw, 58px); }
  .menu-bottom { left: 20%; right: 20%; }
  .menu-orbit { left: auto; right: 5%; }
  .detail-body { grid-template-columns: 1fr !important; }
  .detail-page h1 { margin-bottom: 46px; }
  .back-link { margin-bottom: 75px; }
  .site-footer { bottom: 18px; left: 24px; width: calc(100% - 48px); }
}

@media (max-width: 380px) {
  .site-header { padding-left: 16px; padding-right: 16px; }
  .header-links { gap: 7px; margin-right: 7px; }
  .blog-link { font-size: 8px !important; }
  .icon-link { height: 14px; width: 14px; }
  .icon-link img { height: 12px; width: 12px; }
  .shop-icon { margin-right: 7px; }
  .menu-toggle { padding-left: 4px; width: 26px; }
}

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