:root {
  --ink: #101311;
  --muted: #6e7771;
  --line: #d9dfd9;
  --canvas: #f7f8f3;
  --white: #ffffff;
  --night: #0b0e0d;
  --night-soft: #16201d;
  --mint: #c3f7d1;
  --mint-strong: #9ee8b6;
  --sage: #e4f2e8;
  --radius: 8px;
  --page: min(1440px, calc(100vw - 64px));
  --sans: "Manrope", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
button, a { font: inherit; }
button { border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
.page-width { width: var(--page); margin-inline: auto; }

.site-header { position: absolute; z-index: 5; top: 0; left: 0; right: 0; height: 78px; width: var(--page); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; color: #fff; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 12px; letter-spacing: .08em; font-weight: 500; }
.wordmark em { font-style: normal; color: #9baba3; }
.wordmark-mark { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.55); display: grid; place-items: center; font-size: 10px; letter-spacing: -.08em; }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; margin-right: 42px; font-size: 13px; color: #d2d9d3; }
.desktop-nav a, .hero-text-link { transition: color .2s ease; }
.desktop-nav a:hover, .hero-text-link:hover { color: var(--mint); }
.header-actions { display: flex; align-items: center; gap: 14px; }
.text-button { background: transparent; color: #dce4de; font-size: 13px; padding: 8px 2px; }
.icon-button { position: relative; width: 38px; height: 38px; display: inline-grid; place-items: center; color: currentColor; background: transparent; border: 1px solid currentColor; border-radius: 50%; }
.icon-button svg { width: 17px; height: 17px; stroke-width: 1.7; }
.cart-count { position: absolute; top: -7px; right: -6px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border-radius: 999px; background: var(--mint); color: var(--ink); font-family: var(--mono); font-size: 10px; font-weight: 500; }
.mobile-menu-button { display: none; }

.hero { position: relative; min-height: min(750px, 84vh); display: flex; align-items: stretch; overflow: hidden; background: var(--night); color: #fff; }
.hero-image { position: absolute; inset: 0; background-image: url("https://images.unsplash.com/photo-1531297484001-80022131f5a1?auto=format&fit=crop&w=2400&q=88"); background-position: center; background-size: cover; filter: saturate(.7) contrast(1.06); opacity: .72; }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(3, 8, 6, .66); }
.hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; padding-top: 132px; padding-bottom: 38px; }
.hero-main { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr); gap: 54px; align-items: center; }
.hero-copy { max-width: 780px; }
.eyebrow { margin: 0 0 18px; font-family: var(--mono); font-size: 11px; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; color: #78847c; }
.eyebrow-light { color: #bdcbc1; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--mint-strong); vertical-align: 1px; box-shadow: 0 0 0 3px rgba(195,247,209,.14); }
.status-dot-dark { background: #3e9d5e; box-shadow: 0 0 0 3px rgba(62,157,94,.12); }
.status-dot-muted { background: #aab4ad; box-shadow: 0 0 0 3px rgba(170,180,173,.12); }
.status-dot-mint { background: var(--mint); box-shadow: 0 0 0 3px rgba(195,247,209,.16); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 840px; margin-bottom: 26px; font-size: clamp(46px, 5.5vw, 76px); font-weight: 500; line-height: 1.04; letter-spacing: -.045em; }
h1 span { color: var(--mint); }
.hero-lede { max-width: 520px; margin-bottom: 34px; color: #d6ded8; font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { min-height: 44px; padding: 11px 18px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 16px; height: 16px; stroke-width: 1.8; }
.button-mint { background: var(--mint); color: var(--ink); }
.button-mint:hover { background: #d7fbe0; }
.button-dark { background: var(--night); color: #fff; }
.button-dark:hover { background: #26332d; }
.button-outline { color: var(--ink); background: transparent; border: 1px solid #aeb8b0; }
.button-outline:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.hero-text-link { color: #dbe4de; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; }
.hero-text-link svg { width: 15px; }
.hero-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-self: center; }
.hero-product-tile { min-width: 0; padding: 12px; color: #fff; text-align: left; background: rgba(10, 16, 13, .84); border: 1px solid rgba(210, 228, 216, .32); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(0,0,0,.22); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.hero-product-tile:hover { transform: translateY(-4px); border-color: var(--mint); background: rgba(10, 16, 13, .96); }
.hero-product-image { position: relative; aspect-ratio: 1 / 1; margin-bottom: 14px; overflow: hidden; background: var(--auto-product-bg, #101a25); display: grid; place-items: center; }
.hero-product-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-product-image .auto-product-generated { width: 70%; aspect-ratio: 1; }
.hero-product-image .auto-product-icon-img { width: 78%; height: 78%; object-fit: contain; }
.hero-product-image .auto-product-text { color: #fff; font-size: clamp(18px, 2.4vw, 34px); font-style: normal; font-weight: 800; text-align: center; }
.hero-product-brand { position: absolute; left: 8px; bottom: 8px; padding: 4px 7px; color: var(--ink); background: var(--mint); font-family: var(--mono); font-size: 9px; letter-spacing: .07em; }
.hero-product-brand-claude { color: #fff; background: var(--night-soft); border: 1px solid rgba(195,247,209,.7); }
.hero-product-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.hero-product-index { color: #aabbb0; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; }
.hero-product-meta strong { color: var(--mint); font-size: 16px; font-weight: 600; }
.hero-product-tile p { min-height: 40px; margin: 8px 0 9px; color: #d4dfd8; font-size: 11px; line-height: 1.55; }
.hero-product-cta { display: inline-flex; align-items: center; gap: 6px; color: #c4d2c9; font-family: var(--mono); font-size: 9px; }
.hero-product-cta svg { width: 13px; height: 13px; }
.hero-bottomline { display: flex; align-items: end; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.25); padding-top: 18px; color: #b5c0b8; font-size: 11px; }
.hero-caption { display: flex; gap: 22px; align-items: center; }
.caption-kicker, .product-version, .process-index, .signal-number { font-family: var(--mono); letter-spacing: .08em; }
.caption-kicker { color: var(--mint); }
.hero-metrics { display: flex; gap: 34px; }
.hero-metrics div { display: flex; flex-direction: column; gap: 2px; min-width: 54px; }
.hero-metrics strong { color: #fff; font-size: 16px; font-weight: 600; }
.hero-metrics span { font-family: var(--mono); font-size: 10px; color: #9eaaa2; }

.product-section { padding-top: 112px; padding-bottom: 116px; }
.catalog-heading { align-items: end; }
.catalog-status { display: inline-flex; align-items: baseline; gap: 6px; color: #748077; font-family: var(--mono); font-size: 10px; }
.catalog-status strong { color: var(--ink); font-size: 15px; font-weight: 500; }
.catalog-toolbar { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.catalog-toolbar .filter-tabs { margin-right: auto; }
.search-box { width: min(270px, 100%); height: 39px; display: flex; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: #78847b; }
.search-box svg { width: 15px; height: 15px; flex: 0 0 auto; }
.search-box input { width: 100%; min-width: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.search-box input::placeholder { color: #98a29a; }
.category-select select { height: 39px; padding: 0 30px 0 12px; border: 1px solid var(--line); border-radius: 6px; color: #59645d; background: #fff; font-size: 12px; }
.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; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-heading h2, .signal-intro h2 { margin-bottom: 0; font-size: clamp(32px, 4vw, 56px); font-weight: 500; line-height: 1.1; letter-spacing: -.045em; }
.catalog-controls { display: flex; align-items: center; gap: 26px; }
.filter-tabs { display: inline-flex; gap: 5px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.filter-tab { padding: 7px 13px; color: #687169; background: transparent; border-radius: 999px; font-size: 12px; }
.filter-tab.is-active { color: var(--ink); background: #fff; box-shadow: 0 1px 4px rgba(16,19,17,.08); }
.catalog-note { color: #6d776f; font-family: var(--mono); font-size: 10px; white-space: nowrap; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.product-card { min-width: 0; min-height: 470px; height: 100%; align-self: stretch; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); display: grid; grid-template-rows: auto auto minmax(0, 1fr) auto; overflow: hidden; background: rgba(255,255,255,.34); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); border-color: #aebdb2; box-shadow: 0 14px 28px rgba(16,19,17,.08); }
.product-card-featured, .product-card-dark { min-height: 470px; }
.product-card-featured { background: var(--mint); border-color: var(--mint); }
.product-card-dark { color: #fff; background: var(--night-soft); border-color: var(--night-soft); }
.product-card-outline { grid-column: 1 / -1; min-height: 280px; background: transparent; }
.product-topline, .product-bottomline, .product-name-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-chip { flex: 0 0 auto; padding: 5px 10px; border-radius: 999px; font-family: var(--mono); font-size: 10px; letter-spacing: .05em; white-space: nowrap; }
.chip-dark { color: #fff; background: var(--ink); }
.chip-mint { color: var(--ink); background: var(--mint); }
.chip-outline { color: #687169; border: 1px solid #b9c3bc; }
.product-stock { color: #5d6b61; font-family: var(--mono); font-size: 10px; white-space: nowrap; }
.product-stock-light { color: #a9b8ae; }
.product-symbol { width: 70px; height: 70px; margin-top: 38px; display: grid; place-items: center; font-size: 48px; line-height: 1; }
.product-symbol-chatgpt { color: #0e5a36; }
.product-symbol-claude { border: 1px solid rgba(195,247,209,.55); border-radius: 50%; color: var(--mint); font-family: Georgia, serif; font-size: 42px; font-weight: 400; }
.product-symbol-neutral { color: #829087; }
.product-symbol-neutral svg { width: 45px; height: 45px; stroke-width: 1; }
.product-image-wrap { position: relative; width: 100%; aspect-ratio: 1.45 / 1; height: auto; margin-top: 18px; overflow: hidden; border-radius: 8px; background: #101a25; }
.product-image-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-image-wrap .product-image-source { position: absolute; left: 6px; bottom: 6px; padding: 3px 5px; color: var(--ink); background: var(--mint); font-family: var(--mono); font-size: 8px; letter-spacing: .02em; }
.product-card-dark .product-image-wrap .product-image-source { color: #fff; background: var(--night-soft); border: 1px solid rgba(195,247,209,.65); }
.product-image-wrap.auto-product-visual { display: grid; place-items: center; background: var(--auto-product-bg, radial-gradient(circle at 50% 36%, #7c5cff61, transparent 58%), linear-gradient(140deg, #17152d, #10131f)); }
.auto-product-generated { z-index: 1; width: 48%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 22px; background: rgba(255,255,255,.24); backdrop-filter: blur(8px); box-shadow: inset 0 1px rgba(255,255,255,.25), 0 18px 42px rgba(0,0,0,.18); }
.auto-product-icon-img { width: 78% !important; height: 78% !important; max-width: none; max-height: none; object-fit: contain !important; background: transparent !important; border-radius: 0 !important; box-shadow: none !important; }
.auto-product-text { color: #fff; font-family: var(--sans); font-size: clamp(14px, 2vw, 22px); font-style: normal; font-weight: 800; line-height: 1; text-align: center; }
.product-copy { min-height: 0; margin-top: 16px; display: flex; flex-direction: column; }
.product-name-row { align-items: flex-start; justify-content: start; gap: 9px; }
.product-copy h3 { display: -webkit-box; min-width: 0; margin: 0; overflow: hidden; font-size: 17px; line-height: 1.32; letter-spacing: -.02em; font-weight: 650; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-card-featured .product-copy h3, .product-card-dark .product-copy h3 { display: block; font-size: 27px; line-height: 1.2; letter-spacing: -.04em; font-weight: 600; }
.product-version { flex: 0 0 auto; padding-top: 4px; color: #5c6a60; font-size: 9px; }
.product-card-dark .product-version { color: #9ead9f; }
.product-source-link { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 4px; padding-top: 2px; color: #2f6b58; font-family: var(--mono); font-size: 9px; text-decoration: none; }
.product-source-link:hover { color: #111311; text-decoration: underline; text-underline-offset: 3px; }
.product-source-link svg { width: 11px; height: 11px; }
.product-card-dark .product-source-link { color: #a9e9cc; }
.product-card-dark .product-source-link:hover { color: #fff; }
.product-copy > p { display: -webkit-box; max-width: 380px; min-height: 42px; margin: 11px 0 12px; overflow: hidden; color: #435148; line-height: 1.6; font-size: 13px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card-dark .product-copy > p { color: #b8c5bc; }
.product-features { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #415047; font-size: 12px; }
.product-card-dark .product-features { color: #b9c8bd; }
.product-features li { display: flex; align-items: center; gap: 8px; }
.product-features svg { width: 15px; height: 15px; stroke-width: 1.7; }
.product-category { margin-top: auto; color: #8b968d; font-family: var(--mono); font-size: 9px; }
.product-card-dark .product-category { color: #9ead9f; }
.price-block { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.price-block span, .price-block small { color: #637067; font-family: var(--mono); font-size: 10px; }
.price-block strong { font-size: 25px; font-weight: 600; letter-spacing: -.04em; }
.price-block-light span, .price-block-light small { color: #aab9ae; }
.price-block-light strong { color: #fff; }
.product-card-outline .product-copy { max-width: 720px; }
.product-card-outline .product-symbol { margin-top: 24px; }
.product-card-outline .product-bottomline { margin-top: 22px; }
.product-bottomline { align-self: end; width: 100%; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(16,19,17,.1); }
.product-card-dark .product-bottomline { border-color: rgba(255,255,255,.14); }
.product-bottomline .button { min-height: 40px; padding: 9px 14px; }
.catalog-footnote { margin: 20px 0 0; color: #7b847d; font-size: 11px; }
.catalog-empty { grid-column: 1 / -1; min-height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: #77837a; border: 1px dashed #bbc5bd; }
.catalog-empty svg { width: 26px; height: 26px; stroke-width: 1.3; }
.catalog-empty strong { color: var(--ink); font-size: 15px; font-weight: 600; }
.catalog-empty span { font-size: 12px; }
.button:disabled { cursor: not-allowed; opacity: .48; transform: none; }

.signal-band { background: var(--sage); padding: 82px 0 88px; }
.signal-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 34px; }
.signal-intro h2 { font-size: clamp(30px, 3.3vw, 48px); }
.signal-item { position: relative; min-height: 170px; padding-top: 38px; border-top: 1px solid #b5cfbb; }
.signal-number { position: absolute; top: 10px; left: 0; color: #78947d; font-size: 10px; }
.signal-item > svg { width: 22px; height: 22px; margin-bottom: 16px; color: #277344; stroke-width: 1.5; }
.signal-item h3 { margin-bottom: 7px; font-size: 16px; font-weight: 600; letter-spacing: -.02em; }
.signal-item p { margin: 0; color: #617366; font-size: 13px; line-height: 1.65; }

.process-section { padding-top: 122px; padding-bottom: 122px; }
.section-heading-process { align-items: start; }
.section-heading-process h2 { font-size: clamp(32px, 4vw, 52px); }
.section-aside { max-width: 330px; margin: 36px 0 0; color: #68746b; font-size: 13px; line-height: 1.75; }
.process-list { border-top: 1px solid var(--line); }
.process-step { min-height: 116px; display: grid; grid-template-columns: 100px 1fr 22px; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.process-index { color: #778078; font-size: 11px; }
.process-step h3 { margin: 0 0 4px; font-size: 17px; font-weight: 600; }
.process-step p { margin: 0; color: #707a72; font-size: 13px; }
.process-step > svg { color: #5b675e; width: 19px; height: 19px; stroke-width: 1.5; }

.faq-section { padding-bottom: 130px; }
.faq-mark { color: #97a199; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { position: relative; width: 100%; padding: 23px 42px 23px 0; display: grid; grid-template-columns: 1fr 20px; gap: 20px; text-align: left; color: var(--ink); background: transparent; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 600; }
.faq-item svg { width: 18px; height: 18px; color: #637067; transition: transform .2s ease; }
.faq-item p { grid-column: 1 / -1; max-width: 620px; max-height: 0; margin: -4px 0 0; overflow: hidden; color: #6c776f; font-size: 13px; font-weight: 400; line-height: 1.7; transition: max-height .25s ease, margin .25s ease; }
.faq-item[aria-expanded="true"] svg { transform: rotate(45deg); }
.faq-item[aria-expanded="true"] p { max-height: 100px; margin-top: 2px; }

.site-footer { background: var(--night); color: #fff; padding: 68px 0 34px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 30px; }
.wordmark-footer .wordmark-mark { border-color: #65736a; }
.footer-note { margin: 20px 0 0; color: #8d9b91; font-size: 13px; }
.footer-links { display: grid; gap: 11px; align-content: start; color: #b4c0b6; font-size: 12px; }
.footer-links a:hover { color: var(--mint); }
.footer-meta { display: grid; gap: 9px; align-content: start; justify-items: end; color: #7f8e83; font-family: var(--mono); font-size: 10px; }

.mobile-menu { position: fixed; z-index: 10; inset: 0; display: none; flex-direction: column; justify-content: center; gap: 22px; padding: 32px; background: var(--night); color: #fff; }
.mobile-menu.is-open { display: flex; }
.mobile-menu a { font-size: 30px; font-weight: 500; letter-spacing: -.04em; }
.mobile-menu-close { position: absolute; top: 24px; right: 24px; }
.cart-drawer { position: fixed; z-index: 20; inset: 0; visibility: hidden; pointer-events: none; }
.cart-drawer.is-open { visibility: visible; pointer-events: auto; }
.drawer-overlay { position: absolute; inset: 0; background: rgba(4, 7, 5, .5); opacity: 0; transition: opacity .25s ease; }
.cart-drawer.is-open .drawer-overlay { opacity: 1; }
.drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(440px, 100%); display: flex; flex-direction: column; background: var(--canvas); transform: translateX(100%); transition: transform .28s ease; }
.cart-drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-header { display: flex; align-items: start; justify-content: space-between; padding: 32px 30px 22px; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin-bottom: 8px; }
.drawer-header h2 { margin: 0; font-size: 29px; font-weight: 500; letter-spacing: -.04em; }
.drawer-header h2 span { color: #778279; font-family: var(--mono); font-size: 13px; vertical-align: 3px; }
.drawer-header .icon-button { color: var(--ink); border-color: var(--line); }
.cart-items { flex: 1; overflow: auto; padding: 14px 30px; }
.empty-cart { height: 100%; min-height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #738077; }
.empty-cart svg { width: 30px; height: 30px; margin-bottom: 14px; stroke-width: 1.4; }
.empty-cart p { margin: 0 0 3px; color: var(--ink); font-weight: 600; }
.empty-cart span { font-size: 12px; }
.cart-line { display: grid; grid-template-columns: 46px 1fr auto; gap: 13px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-line-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: #0e5a36; font-size: 23px; }
.cart-line-mark.claude { background: var(--night-soft); color: var(--mint); font-family: Georgia, serif; }
.cart-line h3 { margin: 0; font-size: 14px; font-weight: 600; }
.cart-line p { margin: 2px 0 0; color: #748077; font-family: var(--mono); font-size: 10px; }
.cart-line-price { text-align: right; font-family: var(--mono); font-size: 12px; }
.cart-line-remove { margin-top: 5px; padding: 0; color: #89938b; background: transparent; font-size: 10px; text-decoration: underline; }
.drawer-footer { padding: 22px 30px 28px; border-top: 1px solid var(--line); }
.drawer-total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 17px; color: #6e7971; font-family: var(--mono); font-size: 11px; }
.drawer-total strong { color: var(--ink); font-family: var(--sans); font-size: 23px; font-weight: 600; }
.button-wide { width: 100%; }
.drawer-disclaimer { margin: 12px 0 0; color: #8a948c; font-size: 10px; line-height: 1.5; text-align: center; }
.toast { position: fixed; z-index: 30; left: 50%; bottom: 28px; max-width: calc(100vw - 40px); padding: 11px 16px; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; border-radius: 999px; background: var(--ink); color: #fff; font-size: 12px; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 880px) {
  :root { --page: min(100% - 40px, 680px); }
  .site-header { height: 70px; }
  .desktop-nav, .header-actions .text-button { display: none; }
  .mobile-menu-button { display: inline-grid; }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 140px; padding-bottom: 28px; }
  .hero-main { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .hero-showcase { max-width: 430px; width: 100%; }
  .hero-bottomline { align-items: start; flex-direction: column; }
  .hero-metrics { gap: 30px; }
  .product-section, .process-section { padding-top: 80px; padding-bottom: 84px; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }
  .catalog-toolbar { align-items: stretch; flex-wrap: wrap; }
  .catalog-toolbar .filter-tabs { width: 100%; margin-right: 0; }
  .catalog-toolbar .filter-tab { flex: 1; }
  .search-box { flex: 1 1 250px; }
  .category-select { flex: 0 0 auto; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card-outline { grid-column: auto; }
  .signal-band { padding: 68px 0 54px; }
  .signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 20px; }
  .signal-intro { grid-column: 1 / -1; }
  .section-aside { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; justify-items: start; }
}

@media (max-width: 520px) {
  :root { --page: calc(100% - 32px); }
  .site-header { height: 64px; }
  .wordmark { font-size: 10px; gap: 7px; }
  .wordmark-mark { width: 25px; height: 25px; }
  .hero { min-height: 0; }
  .hero-image { background-position: 62% center; }
  .hero-content { padding-top: 104px; padding-bottom: 22px; }
  h1 { font-size: clamp(40px, 12vw, 56px); line-height: 1.04; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: center; flex-direction: row; flex-wrap: wrap; gap: 14px; }
  .hero-main { gap: 16px; }
  .hero-showcase { gap: 8px; }
  .hero-product-tile { padding: 8px; }
  .hero-product-image { aspect-ratio: 1.12 / 1; margin-bottom: 8px; }
  .hero-product-tile p { display: -webkit-box; min-height: 36px; margin: 6px 0 7px; overflow: hidden; font-size: 10px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .hero-bottomline { align-items: end; flex-direction: row; gap: 10px; }
  .hero-caption { min-width: 0; align-items: start; flex: 1; flex-direction: column; gap: 4px; }
  .hero-caption > span:last-child { max-width: 155px; }
  .hero-metrics { width: auto; justify-content: end; gap: 12px; }
  .hero-metrics div { min-width: 0; }
  .catalog-toolbar { flex-direction: column; }
  .search-box, .category-select, .category-select select { width: 100%; }
  .search-box { flex: 0 0 39px; height: 39px; }
  .product-card { min-height: 430px; padding: 14px; }
  .product-card-featured, .product-card-dark { min-height: 450px; }
  .product-card-outline { min-height: 330px; }
  .product-name-row { align-items: start; flex-direction: column; gap: 2px; }
  .product-copy h3 { font-size: 16px; }
  .product-card-featured .product-copy h3, .product-card-dark .product-copy h3 { font-size: 23px; }
  .product-bottomline { align-items: start; flex-direction: column; gap: 18px; }
  .product-bottomline .button { width: 100%; }
  .product-image-wrap { margin-top: 14px; aspect-ratio: 1.25 / 1; }
  .product-copy { margin-top: 12px; }
  .product-chip { padding-inline: 8px; font-size: 9px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-intro { grid-column: auto; }
  .signal-item { min-height: 135px; }
  .process-step { grid-template-columns: 42px 1fr 18px; gap: 10px; }
  .process-step p { padding-right: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; }
  .drawer-header, .cart-items, .drawer-footer { padding-left: 20px; padding-right: 20px; }
}
