:root { --paper: #f4f0e7; --paper-deep: #e8e1d4; --ink: #17181b; --muted: #73726d; --line: #d5cec2; --red: #b84b39; --blue: #567183; --yellow: #e8b94b; --green: #8c9b76; --shell: min(1240px, calc(100vw - 72px)); font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif; color: var(--ink); background: var(--paper); font-size: 16px; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; min-width: 320px; background: var(--paper); } body::selection { color: var(--paper); background: var(--red); } a { color: inherit; } button, input, select { font: inherit; } button { cursor: pointer; } .shell { width: var(--shell); margin-inline: auto; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; } .skip-link { position: absolute; top: -40px; left: 18px; z-index: 10; padding: 10px 14px; background: var(--ink); color: var(--paper); } .skip-link:focus { top: 12px; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 83px; border-bottom: 1px solid var(--line); } .brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; } .brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--ink); transform: rotate(-8deg); } .brand-mark::before, .brand-mark span { content: ""; width: 12px; height: 16px; display: block; border: 2px solid var(--paper); border-radius: 8px 8px 2px 2px; } .brand-mark span { position: absolute; width: 6px; height: 6px; border-width: 0 0 2px 2px; border-radius: 0; transform: translate(1px, 5px) rotate(-45deg); } .brand strong { display: block; font-size: 17px; letter-spacing: -.06em; } .brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; } .site-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 12px; font-weight: 700; } .site-nav a { text-decoration: none; } .site-nav a:hover, .footer-links a:hover { color: var(--red); } .quiet-button, .clear-button { border: 0; padding: 0; color: inherit; background: none; font-size: 12px; font-weight: 700; } .quiet-button span { display: inline-grid; place-items: center; min-width: 17px; height: 17px; margin-left: 4px; border: 1px solid var(--line); border-radius: 50%; font-size: 9px; }
.hero { display: grid; grid-template-columns: 1.07fr .93fr; min-height: 570px; padding: 80px 0 92px; gap: 80px; } .eyebrow { margin: 0 0 16px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; } h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { letter-spacing: -.075em; } h1 { max-width: 660px; margin-bottom: 28px; font-size: clamp(68px, 8vw, 115px); line-height: .84; font-weight: 800; } h1 em { color: var(--red); font-style: normal; } .hero-lede { max-width: 410px; margin-bottom: 32px; color: var(--muted); font-size: 17px; line-height: 1.52; } .text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; } .text-link span { color: var(--red); font-size: 19px; transition: transform .2s ease; } .text-link:hover span { transform: translate(3px, 3px); } .hero-art { position: relative; min-height: 390px; padding-top: 28px; } .hero-art-caption { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; } .hero-frame { position: absolute; top: 69px; right: 8%; width: min(390px, 85%); aspect-ratio: .84; overflow: hidden; border: 1px solid var(--ink); background: #c8bea9; transform: rotate(3.5deg); } .hero-frame::after { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(244,240,231,.7); } .hero-sun { position: absolute; top: 14%; right: 12%; width: 34%; aspect-ratio: 1; border-radius: 50%; background: var(--red); } .hero-window { position: absolute; bottom: 0; left: 12%; width: 44%; height: 72%; border: 16px solid var(--blue); border-bottom-width: 0; background: linear-gradient(140deg, transparent 45%, rgba(244,240,231,.75) 46% 48%, transparent 49%), #a7b5b3; } .hero-shadow { position: absolute; right: -14%; bottom: -3%; width: 74%; height: 42%; background: var(--ink); transform: rotate(-20deg); } .hero-frame > span { position: absolute; z-index: 1; right: 25px; bottom: 23px; color: var(--paper); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.signal-bar { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); } .signal-bar > div { min-height: 122px; padding: 25px 28px 20px 0; border-right: 1px solid var(--line); } .signal-bar > div + div { padding-left: 28px; } .signal-bar > div:last-child { border-right: 0; } .signal-number { display: block; margin-bottom: 13px; color: var(--red); font-size: 10px; font-weight: 800; } .signal-bar strong { display: block; margin-bottom: 6px; font-size: 14px; letter-spacing: -.03em; } .signal-bar p { margin: 0; color: var(--muted); font-size: 12px; }
.feature-section { padding: 128px 0 96px; } .section-heading, .archive-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 30px; } h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 68px); line-height: .9; font-weight: 800; } .heading-note { color: var(--muted); font-size: 11px; font-weight: 700; } .featured-grid { display: grid; grid-template-columns: 1.06fr 1fr 1fr; align-items: end; gap: 17px; } .featured-card { min-width: 0; } .featured-1 { padding-bottom: 30px; } .feature-art { position: relative; display: block; width: 100%; aspect-ratio: .96; overflow: hidden; padding: 0; border: 1px solid var(--ink); color: var(--paper); text-align: left; background: var(--paper-deep); } .featured-1 .feature-art { aspect-ratio: .86; } .feature-art img, .card-art img, .product-view-art img { width: 100%; height: 100%; object-fit: cover; } .feature-art .art-shape, .card-art .art-shape, .product-view-art .art-shape { position: absolute; inset: 0; } .feature-art::after, .card-art::after { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(244,240,231,.6); pointer-events: none; } .feature-number { position: absolute; z-index: 1; right: 17px; bottom: 15px; color: var(--paper); font-size: 11px; font-weight: 800; letter-spacing: .13em; } .feature-info { padding: 15px 3px 0; } .card-kicker { margin-bottom: 9px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; } .feature-info h3 { margin: 0 0 8px; font-size: 26px; line-height: .98; } .feature-info h3 button, .card-body h3 button { padding: 0; border: 0; color: inherit; background: none; text-align: left; font-weight: inherit; } .feature-info h3 button:hover, .card-body h3 button:hover { color: var(--red); } .feature-info > p:not(.card-kicker) { max-width: 280px; margin-bottom: 15px; color: var(--muted); font-size: 12px; line-height: 1.45; } .feature-price { color: var(--red); font-size: 12px; font-weight: 800; } .feature-empty { grid-column: 1 / -1; padding: 50px 0; color: var(--muted); }
.archive-section { padding: 45px 0 110px; border-top: 1px solid var(--line); } .archive-description { max-width: 310px; margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.5; } .filter-bar { display: grid; grid-template-columns: minmax(260px, 1.8fr) 1fr 1fr 1fr auto; gap: 8px; padding: 9px; border: 1px solid var(--ink); background: var(--paper-deep); } .filter-bar label { min-width: 0; } .filter-bar input, .filter-bar select { width: 100%; height: 43px; padding: 0 13px; border: 1px solid transparent; outline: 0; color: var(--ink); background: var(--paper); font-size: 12px; font-weight: 700; } .filter-bar input:focus, .filter-bar select:focus { border-color: var(--red); } .search-field { position: relative; } .search-field input { padding-left: 36px; } .search-glyph { position: absolute; z-index: 1; top: 9px; left: 13px; color: var(--red); font-size: 22px; line-height: 22px; pointer-events: none; } .filter-submit { height: 43px; padding: 0 17px; border: 1px solid var(--ink); color: var(--paper); background: var(--ink); font-size: 11px; font-weight: 800; } .filter-submit:hover, .interest-form button:hover, .buy-button:hover, .checkout-form > button:hover { background: var(--red); } .archive-meta { display: flex; justify-content: space-between; align-items: center; min-height: 64px; color: var(--muted); } .archive-meta p { margin: 0; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; } .clear-button { color: var(--red); font-size: 11px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 17px; } .product-card { min-width: 0; } .card-art { position: relative; display: block; width: 100%; aspect-ratio: 1.07; overflow: hidden; padding: 0; border: 1px solid var(--ink); text-align: left; background: var(--paper-deep); transition: transform .25s ease; } .card-art:hover { transform: translateY(-5px) rotate(-.6deg); } .card-art img { position: relative; z-index: 1; } .art-index { position: absolute; z-index: 2; right: 17px; bottom: 15px; color: var(--paper); font-size: 10px; font-weight: 800; letter-spacing: .1em; } .card-body { display: flex; flex-direction: column; justify-content: space-between; min-height: 147px; padding: 15px 2px 0; } .card-body h3 { margin: 0 0 9px; font-size: 25px; line-height: .98; } .card-subtitle { max-width: 300px; margin-bottom: 16px; color: var(--muted); font-size: 12px; line-height: 1.45; } .card-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid var(--line); color: var(--red); font-size: 12px; font-weight: 800; } .save-button { border: 0; padding: 0; color: var(--muted); background: none; font-size: 10px; font-weight: 800; text-transform: uppercase; } .save-button:hover, .save-button.is-saved { color: var(--red); } .empty-catalog { grid-column: 1 / -1; min-height: 190px; padding: 42px 0; border-top: 1px solid var(--line); color: var(--muted); } .empty-catalog .empty-index { display: block; margin-bottom: 17px; color: var(--red); font-size: 10px; font-weight: 800; } .empty-catalog strong { display: block; color: var(--ink); font-size: 24px; letter-spacing: -.05em; } .empty-catalog p { margin: 8px 0 18px; font-size: 13px; } .empty-catalog button, .catalog-message button { border: 1px solid var(--ink); padding: 9px 13px; color: var(--ink); background: transparent; font-size: 11px; font-weight: 800; } .catalog-message { display: grid; gap: 8px; padding: 35px 0; color: var(--muted); font-size: 13px; } .catalog-message strong { color: var(--ink); font-size: 20px; } .pagination { display: flex; justify-content: space-between; align-items: center; margin-top: 50px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; } .pagination button { border: 0; padding: 0; color: var(--ink); background: none; font-size: inherit; font-weight: inherit; } .pagination button:disabled { color: var(--line); cursor: default; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 110px 0; border-top: 1px solid var(--line); } .about-image { position: relative; min-height: 380px; overflow: hidden; padding: 28px; background: var(--blue); color: var(--paper); } .about-image::before { content: ""; position: absolute; top: 15%; right: 15%; width: 51%; height: 65%; border: 1px solid rgba(244,240,231,.6); transform: rotate(8deg); } .about-image::after { content: ""; position: absolute; right: 27%; bottom: 0; width: 33%; height: 75%; background: var(--yellow); transform: skewX(-12deg); } .about-stamp { position: relative; z-index: 1; display: grid; place-content: center; width: 92px; height: 92px; border: 1px solid var(--paper); border-radius: 50%; font-size: 28px; font-weight: 800; line-height: .7; text-align: center; transform: rotate(-12deg); } .about-stamp span { margin-top: 12px; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; } .about-image p { position: absolute; z-index: 1; bottom: 22px; left: 28px; margin: 0; font-size: 12px; line-height: 1.4; } .about-copy { align-self: center; max-width: 510px; } .about-copy h2 { max-width: 470px; margin-bottom: 24px; } .about-copy p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.62; } .about-copy .text-link { margin-top: 11px; }
.notify-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 65px 0 80px; border-top: 1px solid var(--line); } .notify-section h2 { max-width: 450px; font-size: 43px; } .interest-form { align-self: end; display: grid; grid-template-columns: 1fr auto; gap: 8px; } .interest-form input { width: 100%; height: 47px; border: 1px solid var(--ink); padding: 0 14px; outline: 0; color: var(--ink); background: transparent; } .interest-form input:focus { border-color: var(--red); } .interest-form button { height: 47px; border: 1px solid var(--ink); padding: 0 18px; color: var(--paper); background: var(--ink); font-size: 11px; font-weight: 800; } .form-message { grid-column: 1 / -1; min-height: 18px; margin: 0; color: var(--blue); font-size: 11px; } .form-message.error { color: var(--red); }
.site-footer { display: flex; justify-content: space-between; gap: 30px; padding: 28px 0 42px; border-top: 1px solid var(--line); color: var(--muted); } .footer-brand { color: var(--ink); } .footer-brand .brand-mark { width: 24px; height: 24px; } .footer-brand strong { font-size: 13px; } .site-footer p { margin: 12px 0 0; font-size: 11px; } .footer-links { display: flex; align-items: end; flex-wrap: wrap; justify-content: end; gap: 20px; font-size: 10px; font-weight: 700; }
.legal-page { max-width: 780px; padding: 85px 0 110px; } .legal-page h1 { margin-bottom: 28px; font-size: clamp(58px, 8vw, 95px); } .legal-lede { max-width: 590px; margin-bottom: 70px; color: var(--muted); font-size: 18px; line-height: 1.55; } .legal-page section { max-width: 590px; padding: 28px 0; border-top: 1px solid var(--line); } .legal-page section h2 { margin-bottom: 14px; font-size: 30px; } .legal-page section p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; } .legal-page section a { color: var(--red); } .legal-note { max-width: 590px; margin-top: 32px; padding: 15px; border-left: 3px solid var(--red); color: var(--muted); font-size: 11px; line-height: 1.5; }
.art-image { background: #b5b9ab; } .art-image .art-shape { background: radial-gradient(circle at 68% 28%, var(--red) 0 15%, transparent 15.5%), linear-gradient(116deg, transparent 0 38%, var(--ink) 38.5% 58%, transparent 58.5%), var(--green); } .art-video { background: #c08f6e; } .art-video .art-shape { background: linear-gradient(155deg, transparent 0 44%, var(--ink) 44.5% 63%, transparent 63.5%), linear-gradient(30deg, var(--blue) 0 32%, transparent 32.5%), #d2b795; } .art-ebook { background: #6f7d81; } .art-ebook .art-shape { background: linear-gradient(90deg, transparent 0 19%, var(--paper) 19.5% 22%, transparent 22.5% 48%, var(--yellow) 48.5% 64%, transparent 64.5%), var(--blue); } .art-article { background: #d6c4aa; } .art-article .art-shape { background: repeating-linear-gradient(0deg, transparent 0 28px, rgba(23,24,27,.55) 29px 30px), linear-gradient(120deg, var(--red) 0 32%, transparent 32.5%), #d6c4aa; } .art-pdf, .art-epub { background: #a19d89; } .art-pdf .art-shape, .art-epub .art-shape { background: linear-gradient(70deg, transparent 0 36%, var(--paper) 36.5% 62%, transparent 62.5%), linear-gradient(160deg, var(--ink) 0 25%, transparent 25.5%), var(--red); } .art-bundle { background: #b8a8b5; } .art-bundle .art-shape { background: radial-gradient(circle at 35% 35%, var(--yellow) 0 17%, transparent 17.5%), radial-gradient(circle at 66% 61%, var(--blue) 0 27%, transparent 27.5%), var(--ink); }
.product-dialog, .checkout-dialog { width: min(900px, calc(100vw - 30px)); max-height: calc(100vh - 30px); overflow: auto; padding: 0; border: 1px solid var(--ink); color: var(--ink); background: var(--paper); } .product-dialog::backdrop, .checkout-dialog::backdrop { background: rgba(23,24,27,.62); } .dialog-close { position: absolute; z-index: 2; top: 17px; right: 20px; width: 30px; height: 30px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--paper); font-size: 21px; line-height: 22px; } .product-view { display: grid; grid-template-columns: .88fr 1.12fr; gap: 45px; padding: 44px; } .product-view-art { position: relative; min-height: 390px; overflow: hidden; border: 1px solid var(--ink); color: var(--paper); } .product-view-art > span { position: absolute; right: 18px; bottom: 16px; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; } .product-view-copy { align-self: center; padding-top: 11px; } .product-view-copy h2 { max-width: 430px; margin: 0 0 15px; font-size: 56px; } .product-lede { max-width: 380px; color: var(--muted); font-size: 16px; line-height: 1.5; } .product-description { margin-top: 28px; color: var(--muted); font-size: 13px; line-height: 1.6; } .product-description p { margin-bottom: 9px; } .license-note { margin-top: 29px; padding: 15px; border-left: 3px solid var(--red); background: var(--paper-deep); } .license-note span { display: block; margin-bottom: 5px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; } .license-note strong { font-size: 13px; } .license-note p { margin: 6px 0; color: var(--muted); font-size: 11px; line-height: 1.45; } .license-note a { color: var(--red); font-size: 10px; font-weight: 800; text-decoration: none; } .buy-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line); } .buy-row strong { color: var(--red); font-size: 20px; } .buy-button, .checkout-form > button { border: 0; padding: 13px 17px; color: var(--paper); background: var(--ink); font-size: 11px; font-weight: 800; } .small-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; } .related-products { padding: 0 44px 44px; border-top: 1px solid var(--line); } .related-products > .eyebrow { padding-top: 27px; } .related-products > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .related-products .card-body { min-height: 105px; } .related-products .card-art { aspect-ratio: 1.2; } .related-products .card-subtitle { display: none; } .checkout-dialog { width: min(520px, calc(100vw - 30px)); padding: 48px; } .checkout-dialog h2 { max-width: 330px; margin: 0 0 15px; font-size: 48px; } .checkout-copy { max-width: 340px; margin-bottom: 28px; color: var(--muted); font-size: 13px; line-height: 1.5; } .checkout-form { display: grid; gap: 17px; } .checkout-form label { display: grid; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; } .checkout-form input { width: 100%; height: 47px; border: 1px solid var(--ink); padding: 0 13px; outline: 0; color: var(--ink); background: transparent; font-size: 14px; letter-spacing: normal; } .checkout-form input:focus { border-color: var(--red); } .demo-button { border: 1px solid var(--ink); padding: 6px 9px; color: var(--ink); background: transparent; font-size: 11px; font-weight: 800; } .dialog-loading, .dialog-error { padding: 100px 44px; color: var(--muted); } .dialog-error strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 22px; } .toast { position: fixed; right: 24px; bottom: 24px; z-index: 4; max-width: 330px; padding: 14px 17px; border: 1px solid var(--ink); color: var(--paper); background: var(--ink); font-size: 12px; line-height: 1.4; opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; } .toast.visible { opacity: 1; transform: translateY(0); }
.skeleton-card, .skeleton-feature { min-height: 300px; background: linear-gradient(100deg, var(--paper-deep) 35%, #eee8dc 50%, var(--paper-deep) 65%); background-size: 300% 100%; animation: shimmer 1.4s infinite; } .skeleton-feature { min-height: 315px; } @keyframes shimmer { to { background-position: -200% 0; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media (max-width: 900px) { :root { --shell: min(100% - 42px, 680px); } .hero { grid-template-columns: 1fr; gap: 20px; padding: 62px 0 70px; } .hero-art { min-height: 400px; } .hero-frame { right: 10%; width: min(390px, 80%); } .featured-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); } .featured-1 { padding-bottom: 0; } .featured-1 .feature-art { aspect-ratio: 1.07; } .filter-bar { grid-template-columns: 1fr 1fr; } .search-field { grid-column: 1 / -1; } .filter-submit { grid-column: 1 / -1; } .about-section, .notify-section { grid-template-columns: 1fr; gap: 45px; } .about-image { min-height: 320px; } .product-view { grid-template-columns: 1fr; padding: 28px; } .product-view-art { min-height: 340px; } .related-products { padding: 0 28px 28px; } }
@media (max-width: 540px) { :root { --shell: min(100% - 28px, 480px); } .site-header { min-height: 68px; } .brand small, .site-nav a { display: none; } .site-nav { gap: 0; } h1 { font-size: clamp(64px, 20vw, 92px); } .hero-art { min-height: 320px; } .hero-frame { top: 57px; right: 4%; width: 80%; } .signal-bar { grid-template-columns: 1fr; } .signal-bar > div, .signal-bar > div + div { min-height: 0; padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); } .signal-bar > div:last-child { border-bottom: 0; } .feature-section { padding-top: 84px; } .section-heading, .archive-heading { display: block; } .heading-note { display: block; margin-top: 12px; } .archive-description { margin-top: 18px; } .featured-grid, .catalog-grid { grid-template-columns: 1fr; } .featured-card { display: grid; grid-template-columns: .95fr 1.05fr; gap: 14px; align-items: center; } .featured-card .feature-art, .featured-1 .feature-art { aspect-ratio: 1; } .feature-info { padding: 0; } .feature-info h3 { font-size: 23px; } .filter-bar { grid-template-columns: 1fr; } .search-field, .filter-submit { grid-column: auto; } .archive-meta { min-height: 75px; } .about-section { padding: 80px 0; } .notify-section { padding-top: 70px; } .notify-section h2 { font-size: 38px; } .interest-form { grid-template-columns: 1fr; } .site-footer { display: grid; gap: 25px; } .footer-links { justify-content: start; align-items: start; } .product-view { padding: 19px; gap: 27px; } .product-view-art { min-height: 280px; } .product-view-copy h2 { font-size: 47px; } .related-products { padding: 0 19px 19px; } .related-products > div { grid-template-columns: 1fr; } .checkout-dialog { padding: 42px 22px 25px; } .checkout-dialog h2 { font-size: 42px; } }
.preview-link { display: inline-block; margin-top: 18px; color: var(--red); font-size: 11px; font-weight: 800; text-decoration: none; }
.order-panel { margin-top: 18px; border: 1px solid var(--ink); border-left: 4px solid var(--green); background: var(--paper-deep); }
.archive-tabs { display: flex; gap: 20px; margin: 20px 0 24px; border-bottom: 1px solid var(--line); }
.category-chips, .active-filters { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.category-chip, .filter-chip { border: 1px solid var(--line); padding: 7px 10px; color: var(--muted); background: transparent; font-size: 10px; font-weight: 800; }
.category-chip:hover, .category-chip.is-active, .filter-chip:hover { border-color: var(--ink); color: var(--ink); }
.category-chip span { margin-left: 4px; color: var(--red); font-size: 9px; }
.filter-chip { border-color: var(--red); color: var(--red); }
.filter-chip span { margin-left: 5px; font-size: 13px; line-height: 0; }
.archive-tab { position: relative; border: 0; padding: 0 0 12px; color: var(--muted); background: transparent; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.archive-tab::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: transparent; }
.archive-tab:hover, .archive-tab.is-active { color: var(--ink); }
.archive-tab.is-active::after { background: var(--red); }
.order-panel[data-state="pending"], .order-panel[data-state="loading"] { border-left-color: var(--yellow); }
.order-panel[data-state="error"], .order-panel[data-state="unavailable"] { border-left-color: var(--red); }
.order-panel-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px 25px 18px; }
.order-panel h2 { margin: 0 0 7px; font-size: clamp(30px, 4vw, 48px); line-height: .95; }
.order-panel p:not(.eyebrow) { max-width: 570px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.order-action { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid var(--ink); padding: 11px 15px; color: var(--paper); background: var(--ink); font-size: 11px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.order-action:hover { color: var(--paper); background: var(--red); }
.order-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; padding: 12px 25px 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.order-refresh { cursor: pointer; }
.product-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 28px 0 0; border: 1px solid var(--line); background: var(--line); }
.product-specs div { padding: 12px; background: var(--paper); }
.product-specs dt { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-specs dd { margin: 5px 0 0; font-size: 14px; font-weight: 800; }
@media (max-width: 700px) { .order-panel-inner { display: grid; gap: 18px; } .order-action { justify-self: start; } }
@media (min-width: 901px) { .filter-bar { grid-template-columns: minmax(260px, 1.8fr) repeat(5, minmax(100px, 1fr)) auto; } }
.recovery-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 65px 0 80px; border-top: 1px solid var(--line); }
.recovery-section h2 { max-width: 430px; margin-bottom: 16px; font-size: 43px; }
.recovery-section > div > p:not(.eyebrow) { max-width: 400px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.recovery-form { align-self: end; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.recovery-form input { width: 100%; height: 47px; border: 1px solid var(--ink); padding: 0 14px; outline: 0; color: var(--ink); background: transparent; }
.recovery-form input:focus { border-color: var(--red); }
.recovery-form button { height: 47px; border: 1px solid var(--ink); padding: 0 18px; color: var(--paper); background: var(--ink); font-size: 11px; font-weight: 800; }
.recovery-form button:hover { background: var(--red); }
@media (max-width: 900px) { .recovery-section { grid-template-columns: 1fr; gap: 45px; } }
@media (max-width: 540px) { .recovery-form { grid-template-columns: 1fr; } }
