:root {
  --black: #000; --blue: #2D5BE3; --blue-dark: #1F47BF; --steel: #8A9099; --paper: #F4F3F0;
  --line: #E6E4DE; --text: #3A424C; --muted: #6B727B;
  --mono: 'IBM Plex Mono', Consolas, ui-monospace, monospace;
  --sans: Archivo, Helvetica, Arial, sans-serif;
  --gutter: clamp(20px, 4vw, 48px);
  --max: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: #FFF; color: var(--black); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p, ul, ol, dl, dd, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.eyebrow { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 24px; height: 1.5px; background: var(--blue); }
.mono { font-family: var(--mono); }
h2 { font-size: clamp(28px, 3.8vw, 44px); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; text-wrap: balance; }
.lead { font-size: 17px; line-height: 1.65; color: var(--text); text-wrap: pretty; }
.section { padding-block: clamp(72px, 9vw, 120px); }
.section-head { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); gap: 24px 64px; align-items: end; margin-bottom: 56px; }
.section-head > div { display: grid; gap: 18px; }
.grid-bg { background-color: var(--paper); background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 24px 24px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; padding: 16px 24px; border: 1.5px solid var(--blue); background: var(--blue); color: #FFF; transition: background .15s, border-color .15s, color .15s; white-space: nowrap; }
.btn:hover { background: var(--black); border-color: var(--black); }
.btn-outline { background: transparent; color: var(--black); border-color: var(--black); }
.btn-outline:hover { background: var(--black); color: #FFF; }
.btn-white { background: #FFF; border-color: #FFF; color: var(--black); }
.btn-white:hover { background: var(--black); border-color: var(--black); color: #FFF; }
.btn svg { width: 16px; height: 16px; flex: none; }

/* Header */
header.site { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 76px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand svg { width: 38px; height: 38px; flex: none; }
.brand b { display: block; font-size: 15px; font-weight: 500; letter-spacing: .34em; }
.brand small { display: block; font-family: var(--mono); font-size: 8.5px; letter-spacing: .2em; color: #4A525C; margin-top: 3px; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a:not(.btn) { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; position: relative; padding-block: 6px; }
.nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1.5px; background: var(--blue); transition: right .2s; }
.nav a:not(.btn):hover::after { right: 0; }
.nav .btn { padding: 12px 18px; }
.menu-btn { display: none; background: none; border: 1.5px solid var(--black); width: 44px; height: 44px; padding: 0; cursor: pointer; }
.menu-btn span { display: block; width: 18px; height: 1.5px; background: var(--black); margin: 4px auto; }
@media (max-width: 900px) {
  .menu-btn { display: block; }
  .nav { position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: #FFF; border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 20px; display: none; }
  .nav.open { display: flex; }
  .nav a:not(.btn) { padding-block: 14px; border-bottom: 1px solid var(--line); }
  .nav .btn { margin-top: 16px; }
}

/* Hero */
.hero { border-bottom: 1px solid var(--line); }
.hero .wrap { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 460px), 1fr)); gap: 48px; padding-block: clamp(56px, 7vw, 96px); align-items: center; }
.hero-copy { display: grid; gap: 28px; }
.hero h1 { font-size: clamp(38px, 5.6vw, 72px); font-weight: 800; letter-spacing: -.035em; line-height: 1; text-wrap: balance; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero .lead { max-width: 54ch; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 10px 22px; font-family: var(--mono); font-size: 12px; color: var(--text); }
.hero-checks li { display: flex; align-items: center; gap: 8px; }
.hero-checks li::before { content: ""; width: 7px; height: 7px; background: var(--blue); }
.drawing { border: 1.5px solid var(--black); position: relative; }
.drawing svg { width: 100%; height: auto; }
.titleblock { display: grid; grid-template-columns: 1.4fr 1fr 1fr; border-top: 1.5px solid var(--black); background: #FFF; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.titleblock div { padding: 10px 12px; display: grid; gap: 3px; }
.titleblock div + div { border-left: 1px solid var(--black); }
.titleblock small { color: var(--steel); font-size: 9px; }

.stats { border-bottom: 1px solid var(--line); }
.stats ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 1px; background: var(--line); border-inline: 1px solid var(--line); }
.stats li { padding: 32px 28px; display: grid; gap: 8px; align-content: start; background: #FFF; }
.stats b { font-size: clamp(28px, 3vw, 38px); font-weight: 800; letter-spacing: -.03em; }
.stats span { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); line-height: 1.6; }

/* Products */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.filters input { position: absolute; opacity: 0; pointer-events: none; }
.filters label { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; padding: 11px 18px; border: 1.5px solid var(--line); cursor: pointer; transition: border-color .15s; }
.filters label:hover { border-color: var(--black); }
.filters input:checked + label { background: var(--black); border-color: var(--black); color: #FFF; }
.filters input:focus-visible + label { outline: 2px solid var(--blue); outline-offset: 2px; }
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); gap: 20px; }
.card { display: flex; flex-direction: column; border: 1px solid var(--line); background: #FFF; transition: border-color .2s, transform .2s, box-shadow .2s; }
.card:hover { border-color: var(--black); transform: translateY(-3px); box-shadow: 0 14px 30px -18px rgba(0,0,0,.35); }
.card figure { position: relative; aspect-ratio: 16 / 10; border-bottom: 1px solid var(--line); overflow: hidden; }
.card figure svg, .card figure img { width: 100%; height: 100%; object-fit: cover; }
.card .tag { position: absolute; top: 12px; left: 12px; font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; background: #FFF; border: 1px solid var(--line); padding: 5px 8px; }
.card .num { position: absolute; top: 12px; right: 12px; font-family: var(--mono); font-size: 10px; color: var(--steel); }
.card .body { display: flex; flex-direction: column; gap: 12px; padding: 22px; flex: 1; }
.card h3 { font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.card p { font-size: 14.5px; line-height: 1.6; color: var(--text); }
.card dl { display: grid; grid-template-columns: 42% 1fr; gap: 6px 14px; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; border-top: 1px solid var(--line); padding-top: 14px; }
.card dt { color: var(--steel); text-transform: uppercase; }
.card dd { line-height: 1.45; }
.card .buy { display: grid; gap: 10px; margin-top: auto; padding-top: 6px; }
.shops { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.shops a { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; text-align: center; padding: 9px 4px; border: 1px solid var(--line); transition: border-color .15s, color .15s; }
.shops a:hover { border-color: var(--black); }
.custom-note { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 32px; border: 1.5px dashed var(--steel); padding: 22px 26px; }
.custom-note p { font-size: 16px; line-height: 1.5; }
.custom-note strong { font-weight: 700; }

/* Why */
.dark { background: var(--black); color: #FFF; }
.dark .eyebrow { color: #A7ADB5; }
.dark .lead { color: #C9CDD3; }
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); border-top: 1px solid #2A2F36; border-left: 1px solid #2A2F36; }
.features li { padding: 34px 28px; border-right: 1px solid #2A2F36; border-bottom: 1px solid #2A2F36; display: grid; gap: 14px; align-content: start; }
.features svg { width: 34px; height: 34px; color: var(--blue); }
.features h3 { font-size: 19px; font-weight: 700; letter-spacing: -.01em; }
.features p { font-size: 14.5px; line-height: 1.65; color: #A7ADB5; }

/* Services */
.services { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 20px; }
.service { border-top: 2px solid var(--black); padding-top: 22px; display: grid; gap: 12px; align-content: start; }
.service .mono { font-size: 12px; color: var(--blue); }
.service h3 { font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.service p { font-size: 15px; line-height: 1.65; color: var(--text); }

/* Industries */
.industries { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.industries li { background: #FFF; padding: 28px 24px; display: grid; gap: 10px; align-content: start; }
.industries h3 { font-size: 17px; font-weight: 700; }
.industries p { font-size: 14px; line-height: 1.6; color: var(--text); }
.industries .mono { font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); }

/* Process */
.process { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); counter-reset: step; }
.process li { counter-increment: step; position: relative; padding: 0 24px 0 0; display: grid; gap: 12px; align-content: start; }
.process li::before { content: "0" counter(step); font-family: var(--mono); font-size: 13px; font-weight: 500; width: 48px; height: 48px; display: grid; place-items: center; border: 1.5px solid var(--black); background: #FFF; position: relative; z-index: 1; }
.process li::after { content: ""; position: absolute; top: 24px; left: 48px; right: 0; height: 1.5px; background: repeating-linear-gradient(90deg, var(--black) 0 6px, transparent 6px 12px); }
.process li:last-child::after { display: none; }
.process li:first-child::before { background: var(--blue); border-color: var(--blue); color: #FFF; }
.process h3 { font-size: 18px; font-weight: 700; margin-top: 8px; }
.process p { font-size: 14.5px; line-height: 1.6; color: var(--text); }
@media (max-width: 700px) { .process { gap: 28px; } .process li::after { display: none; } }

/* Stores */
.stores { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 16px; }
.store { display: grid; gap: 18px; padding: 26px; border: 1.5px solid var(--line); transition: border-color .15s, transform .15s; }
.store:hover { border-color: var(--black); transform: translateY(-2px); }
.store .top { display: flex; justify-content: space-between; align-items: center; }
.store .dot { width: 40px; height: 40px; display: grid; place-items: center; color: #FFF; font-weight: 800; font-size: 15px; }
.store .arrow { font-family: var(--mono); font-size: 18px; transition: transform .15s; }
.store:hover .arrow { transform: translate(3px, -3px); }
.store h3 { font-size: 19px; font-weight: 700; }
.store p { font-size: 14px; line-height: 1.55; color: var(--text); margin-top: 6px; }

/* FAQ */
.faq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); gap: 40px 72px; align-items: start; }
.faq-grid > div:first-child { display: grid; gap: 18px; }
@media (min-width: 900px) { .faq-grid > div:first-child { position: sticky; top: 110px; } }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--mono); font-size: 20px; font-weight: 400; color: var(--blue); transition: transform .2s; flex: none; line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 40px 22px 0; font-size: 15px; line-height: 1.7; color: var(--text); }

/* CTA */
.cta { background: var(--blue); color: #FFF; position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 32px 32px; }
.cta .wrap { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px; padding-block: clamp(56px, 7vw, 88px); }
.cta h2 { max-width: 20ch; }
.cta p { color: #DFE7FD; font-size: 17px; line-height: 1.6; margin-top: 14px; max-width: 48ch; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); gap: 48px; }
.contact-list { display: grid; gap: 0; font-style: normal; }
.contact-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-list > div:first-child { border-top: 1px solid var(--line); }
.contact-list .ic { width: 44px; height: 44px; display: grid; place-items: center; border: 1.5px solid var(--black); }
.contact-list .ic svg { width: 18px; height: 18px; }
.contact-list small { display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.contact-list a, .contact-list p { font-size: 17px; font-weight: 600; line-height: 1.5; }
.contact-list a:hover { color: var(--blue); }
.map { border: 1.5px solid var(--black); min-height: 380px; display: flex; flex-direction: column; }
.map iframe { border: 0; width: 100%; flex: 1; min-height: 340px; filter: grayscale(1) contrast(1.05); }
.map a { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 14px 16px; border-top: 1.5px solid var(--black); display: flex; justify-content: space-between; }
.map a:hover { background: var(--black); color: #FFF; }

/* Footer */
footer.site { background: var(--black); color: #A7ADB5; }
.foot { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; padding-block: 72px 48px; }
@media (max-width: 800px) { .foot { grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); } }
.foot .brand { color: #FFF; margin-bottom: 20px; }
.foot p { font-size: 14px; line-height: 1.7; max-width: 38ch; }
.foot h3 { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; color: #FFF; margin-bottom: 18px; }
.foot li { font-size: 14px; line-height: 1.5; margin-bottom: 10px; }
.foot a:hover { color: #FFF; }
.foot-bottom { border-top: 1px solid #2A2F36; }
.foot-bottom .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-block: 22px; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; color: #6B727B; }

.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 60; display: flex; align-items: center; gap: 10px; background: #25D366; color: #FFF; padding: 14px 18px 14px 14px; border-radius: 999px; box-shadow: 0 10px 28px -8px rgba(0,0,0,.35); font-weight: 600; font-size: 14px; transition: transform .15s; }
.wa-float:hover { transform: translateY(-2px); }
.wa-float svg { width: 24px; height: 24px; }
@media (max-width: 600px) { .wa-float span { display: none; } .wa-float { padding: 14px; } }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; } }

/* Blog */
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); gap: 20px; }
.post-card a { height: 100%; display: flex; flex-direction: column; gap: 14px; padding: 28px; background: #FFF; border: 1px solid var(--line); border-top: 3px solid var(--black); transition: border-color .2s, transform .2s, box-shadow .2s; }
.post-card a:hover { border-color: var(--black); border-top-color: var(--blue); transform: translateY(-3px); box-shadow: 0 14px 30px -18px rgba(0,0,0,.35); }
.post-card .mono { font-size: 11px; letter-spacing: .06em; color: var(--muted); text-transform: uppercase; }
.post-card h3 { font-size: 21px; font-weight: 700; letter-spacing: -.02em; line-height: 1.25; text-wrap: balance; }
.post-card p { font-size: 15px; line-height: 1.6; color: var(--text); }
.post-card .more { margin-top: auto; padding-top: 8px; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--blue); }

.page-hero { border-bottom: 1px solid var(--line); padding-block: clamp(48px, 7vw, 88px); }
.page-hero .wrap { display: grid; gap: 22px; }
.page-hero h1 { font-size: clamp(34px, 5vw, 60px); font-weight: 800; letter-spacing: -.035em; line-height: 1.04; text-wrap: balance; max-width: 22ch; }
.page-hero .lead { max-width: 60ch; }
.narrow { max-width: 1180px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 6px 10px; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb [aria-current] { color: var(--black); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 40ch; }
.post-meta { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }

.post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 72px; align-items: start; padding-block: 56px 96px; max-width: 1180px; }
@media (max-width: 960px) { .post-layout { grid-template-columns: 1fr; gap: 48px; } }
.post-aside { display: grid; gap: 16px; padding: 28px; border: 1.5px solid var(--black); background: var(--paper); }
@media (min-width: 961px) { .post-aside { position: sticky; top: 108px; } }
.post-aside h2 { font-size: 22px; letter-spacing: -.02em; line-height: 1.2; }
.post-aside p { font-size: 14.5px; line-height: 1.6; color: var(--text); }

.prose { font-size: 18px; line-height: 1.8; color: #1F242B; max-width: 70ch; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { font-size: clamp(24px, 2.6vw, 30px); line-height: 1.2; margin-top: 2.2em; padding-top: .9em; border-top: 1px solid var(--line); }
.prose h3 { font-size: 20px; font-weight: 700; letter-spacing: -.01em; line-height: 1.3; margin-top: 1.8em; }
.prose h2 + *, .prose h3 + * { margin-top: .6em; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--black); }
.prose strong { font-weight: 700; color: var(--black); }
.prose ul, .prose ol { padding-left: 1.4em; }
.prose ul { list-style: square; }
.prose ol { list-style: decimal; }
.prose li + li { margin-top: .45em; }
.prose li::marker { color: var(--blue); }
.prose blockquote { margin-inline: 0; padding: 18px 22px; border-left: 3px solid var(--blue); background: var(--paper); font-size: 17px; }
.prose blockquote p { margin: 0; }
.prose code { font-family: var(--mono); font-size: .85em; background: var(--paper); padding: .1em .35em; }
.prose hr { border: 0; border-top: 1px solid var(--line); margin-block: 2.4em; }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; line-height: 1.5; display: block; overflow-x: auto; }
.prose th, .prose td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; min-width: 130px; }
.prose th { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); border-bottom: 1.5px solid var(--black); }
.prose img { width: 100%; height: auto; border: 1px solid var(--line); }

/* Produk */
.card h3 a:hover { color: var(--blue); }
.card .buy .btn-outline { padding-block: 12px; }
.product-hero { padding-bottom: clamp(40px, 5vw, 64px); }
.product-top { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); gap: clamp(32px, 5vw, 64px); align-items: center; margin-top: 8px; }
.product-media { position: relative; aspect-ratio: 4 / 3; border: 1.5px solid var(--black); overflow: hidden; }
.product-media svg, .product-media img { width: 100%; height: 100%; object-fit: cover; }
.product-media .tag { position: absolute; top: 14px; left: 14px; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; background: #FFF; border: 1px solid var(--line); padding: 6px 10px; }
.product-info { display: grid; gap: 24px; }
.product-info h1 { font-size: clamp(34px, 4.6vw, 56px); font-weight: 800; letter-spacing: -.035em; line-height: 1.02; }
.spec-quick { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1.5px solid var(--black); }
.spec-quick div { padding: 14px 16px 14px 0; border-bottom: 1px solid var(--line); display: grid; gap: 4px; }
.spec-quick div:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--line); }
.spec-quick dt { font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.spec-quick dd { font-size: 15px; font-weight: 600; }
.shop-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; }
.shop-row .mono { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-right: 4px; }
.shop-row a { font-family: var(--mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; padding: 9px 12px; border: 1px solid var(--line); }
.shop-row a:hover { border-color: var(--black); }

.product-tabs { min-width: 0; }
.tabs { display: flex; gap: 4px; border-bottom: 1.5px solid var(--black); margin-bottom: 36px; overflow-x: auto; }
.tabs button { font: 500 12px var(--mono); letter-spacing: .14em; text-transform: uppercase; background: none; border: 0; border-bottom: 3px solid transparent; margin-bottom: -1.5px; padding: 16px 20px; color: var(--muted); cursor: pointer; white-space: nowrap; }
.tabs button:hover { color: var(--black); }
.tabs button[aria-selected="true"] { color: var(--black); border-bottom-color: var(--blue); }
.tabpanel h2:first-child { margin-top: 1.4em; }
.tabpanel table { display: table; }
.tabpanel td:first-child { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); width: 40%; }
.tabpanel td:last-child { font-weight: 600; color: var(--black); }
