



:root {
  --black: #050505;
  --black-soft: #101010;
  --paper: #f5f7fa;
  --white: #ffffff;
  --lime: #c7ff3d;
  --lime-dark: #78a800;
  --line: #dfe4e8;
  --gray: #68707c;
  --background: #ffffff;
  --foreground: #050505;
  --card: #ffffff;
  --card-foreground: #050505;
  --popover: #ffffff;
  --popover-foreground: #050505;
  --primary: #050505;
  --primary-foreground: #ffffff;
  --secondary: #edf0f2;
  --secondary-foreground: #050505;
  --muted: #edf0f2;
  --muted-foreground: #68707c;
  --accent: #c7ff3d;
  --accent-foreground: #050505;
  --destructive: #d9363e;
  --border: #dfe4e8;
  --input: #cfd5da;
  --ring: #86b600;
  --radius: 0.875rem;
}



* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--black); font-family: Inter, Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.shop-header { min-height: 76px; padding: 0 clamp(20px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 28px; background: rgba(5,5,5,.94); color: white; border-bottom: 1px solid rgba(255,255,255,.1); position: sticky; top: 0; z-index: 40; backdrop-filter: blur(18px); }
.trurop-logo { display: inline-flex; align-items: center; gap: 11px; color: white; white-space: nowrap; }
.trurop-logo > span { font-size: 24px; font-weight: 900; letter-spacing: -.065em; }
.trurop-logo > span strong { color: var(--lime); }
.trurop-logo small { padding: 4px 7px; border: 1px solid rgba(255,255,255,.24); border-radius: 99px; color: #a8afb9; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.shop-header nav { display: flex; gap: 32px; color: #d4d4d4; font-size: 13px; font-weight: 700; }
.shop-header nav a:hover { color: var(--lime); }
.cart-trigger { border-color: rgba(255,255,255,.22)!important; background: rgba(255,255,255,.04)!important; color: white!important; }
.cart-trigger span { min-width: 22px; height: 22px; display: grid; place-items: center; border-radius: 99px; background: var(--lime); color: var(--black); font-size: 11px; font-weight: 900; }

.store-hero { min-height: 650px; padding: 84px clamp(20px, 6vw, 96px) 100px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); gap: clamp(50px, 8vw, 120px); align-items: center; background: var(--black); color: white; position: relative; overflow: hidden; }
.store-hero::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 50px 50px; mask-image: linear-gradient(90deg, #000, transparent 72%); }
.store-hero-copy, .store-proof { position: relative; z-index: 1; }
.brand-kicker { display: flex; align-items: center; gap: 10px; margin: 0; color: #aaa; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.brand-kicker span { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(199,255,61,.12); }
.store-hero h1 { margin: 30px 0; font-size: clamp(52px, 6.3vw, 92px); line-height: .96; letter-spacing: -.075em; font-weight: 900; }
.store-hero h1 em { color: var(--lime); font-style: normal; }
.store-hero-copy > p:not(.brand-kicker) { max-width: 660px; color: #c9c9c9; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.store-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.store-hero-actions button, .store-hero-actions a { height: 52px!important; background: var(--lime)!important; color: var(--black)!important; font-weight: 800!important; }
.store-hero-actions > span { color: #858585; font-size: 12px; }
.store-proof { border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: rgba(255,255,255,.035); box-shadow: 24px 24px 0 var(--lime); overflow: hidden; }
.proof-top { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.14); color: #888; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.proof-top svg { color: var(--lime); }
.proof-metric { padding: 34px 24px 28px; display: flex; align-items: end; gap: 18px; }
.proof-metric strong { font-size: clamp(86px, 9vw, 140px); line-height: .8; letter-spacing: -.09em; color: var(--lime); }
.proof-metric span { color: #d4d4d4; font-size: 16px; font-weight: 800; line-height: 1.25; }
.proof-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.proof-list span { padding: 16px 10px; display: flex; align-items: center; gap: 5px; border-right: 1px solid rgba(255,255,255,.14); color: #bdbdbd; font-size: 10px; }
.proof-list span:last-child { border: 0; }
.proof-list svg { width: 13px; color: var(--lime); }
.proof-bottom { padding: 18px 20px; display: flex; align-items: center; gap: 10px; color: #999; font-size: 12px; }
.proof-bottom svg { color: var(--lime); }

.store-categories { padding: 100px clamp(20px, 6vw, 96px); background: white; }
.store-section-title p, .catalog-title p { margin: 0 0 12px; color: #718f16; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.store-section-title h2, .catalog-title h2 { margin: 0; max-width: 900px; font-size: clamp(40px, 5vw, 66px); line-height: .98; letter-spacing: -.065em; font-weight: 900; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 48px; }
.category-card { min-height: 185px; padding: 24px; border: 1px solid var(--line); border-radius: 14px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); color: var(--black); }
.category-card > svg:first-child { width: 30px; height: 30px; color: #8b949f; }
.category-card > span { display: flex; flex-direction: column; gap: 6px; }
.category-card strong { font-size: 18px; }
.category-card small { color: #8c949e; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.category-card.active { background: var(--black); color: white; border-color: var(--black); position: relative; }
.category-card.active > svg:first-child { color: var(--lime); }
.category-card.active > svg:last-child { position: absolute; right: 22px; top: 22px; color: var(--lime); }
.category-card.active small { color: var(--lime); }

.full-catalog { padding: 98px clamp(20px, 6vw, 96px) 115px; max-width: 1640px; margin: 0 auto; }
.catalog-title { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 38px; }
.catalog-title > span { flex: 0 0 auto; padding: 9px 12px; border: 1px solid #ccd2d7; border-radius: 99px; color: #707985; font-size: 11px; font-weight: 800; }
.catalog-controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.shop-tabs { height: 48px!important; padding: 4px!important; background: #e7ebee!important; }
.shop-tabs button { height: 40px!important; padding: 0 17px!important; gap: 7px!important; }
.shop-tabs button > span { color: #8c949d; font-size: 10px; }
.catalog-search { width: min(430px, 100%); position: relative; }
.catalog-search > svg { width: 18px; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #727b85; z-index: 1; }
.catalog-search input { height: 48px; padding-left: 42px; background: white; border-color: #cdd3d8; }
.shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.shop-product { min-height: 350px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 14px; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.shop-product:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(5,5,5,.07); }
.shop-product.is-featured { border-top: 4px solid var(--lime-dark); }
.shop-product-head { display: flex; justify-content: space-between; align-items: start; }
.database-sign { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 12px; background: var(--black); color: var(--lime); font-size: 12px; font-weight: 900; }
.database-sign.small { width: 38px; height: 38px; border-radius: 9px; flex: 0 0 auto; }
.freshness { display: flex; align-items: center; gap: 6px; padding: 6px 8px; border: 1px solid var(--line); border-radius: 99px; color: #747d88; font-size: 9px; }
.freshness svg { width: 11px; height: 11px; }
.shop-product-copy p { margin: 0 0 8px; color: #7f8892; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.shop-product-copy h3 { margin: 0; font-size: clamp(20px, 1.8vw, 27px); line-height: 1.08; letter-spacing: -.045em; font-weight: 850; }
.shop-product > ul { margin: 18px 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 12px; list-style: none; color: #68717c; font-size: 10px; }
.shop-product > ul li { display: flex; align-items: center; gap: 5px; }
.shop-product > ul svg { width: 12px; color: #789d16; }
.shop-product-foot { padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.shop-product-foot > strong { font-size: 24px; letter-spacing: -.04em; }
.shop-product-foot button { height: 40px; }
.load-more { margin-top: 32px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.load-more button { background: white; }
.load-more span { color: #858e98; font-size: 11px; }
.catalog-empty { padding: 80px 20px; display: flex; flex-direction: column; align-items: center; text-align: center; border: 1px dashed #c9d0d5; background: rgba(255,255,255,.55); }
.catalog-empty > svg { width: 34px; height: 34px; color: #84901f; margin-bottom: 20px; }
.catalog-empty strong { font-size: 24px; }
.catalog-empty p { color: var(--gray); }

.commerce-info { padding: 100px clamp(20px, 6vw, 96px); background: var(--black); color: white; }
.store-section-title.light p { color: var(--lime); }
.commerce-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.15); }
.commerce-grid article { min-height: 270px; padding: 25px; display: flex; flex-direction: column; justify-content: end; border-right: 1px solid rgba(255,255,255,.15); position: relative; }
.commerce-grid article:last-child { border: 0; }
.commerce-grid article > svg { width: 30px; height: 30px; color: var(--lime); margin-bottom: 24px; }
.commerce-grid article > span { position: absolute; right: 22px; top: 22px; color: #666; font: 12px ui-monospace, monospace; }
.commerce-grid h3 { margin: 0 0 8px; font-size: 21px; }
.commerce-grid p { margin: 0; color: #aaa; font-size: 13px; line-height: 1.55; }
.store-final { padding: 62px clamp(20px, 6vw, 96px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--lime); }
.store-final p { margin: 0 0 8px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.store-final h2 { margin: 0; font-size: clamp(38px, 4.6vw, 65px); letter-spacing: -.06em; line-height: .98; }
.store-final button { height: 52px!important; }

.shop-footer { padding: 64px clamp(20px, 6vw, 96px) 26px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; background: var(--black); color: white; }
.shop-footer > div:first-child > p { max-width: 340px; color: #777; font-size: 13px; }
.shop-footer > div:not(:first-child):not(.footer-wide) { display: flex; flex-direction: column; align-items: start; gap: 12px; color: #999; font-size: 12px; }
.shop-footer > div strong { color: white; margin-bottom: 5px; }
.footer-wide { grid-column: 1 / -1; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 20px; color: #666; font-size: 10px; }

.cart-sheet { width: min(620px, 94vw)!important; max-width: 620px!important; padding: 0!important; gap: 0!important; }
.cart-sheet [data-slot="sheet-header"] { padding: 24px 26px 18px; border-bottom: 1px solid var(--line); }
.cart-sheet [data-slot="sheet-title"] { font-size: 28px; letter-spacing: -.04em; }
.cart-scroll { overflow-y: auto; padding: 0 26px 28px; }
.cart-lines { display: grid; gap: 0; }
.cart-line { padding: 16px 0; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-line > div { display: flex; flex-direction: column; gap: 4px; }
.cart-line > div strong { font-size: 13px; line-height: 1.25; }
.cart-line > div span { color: #6e7782; font-size: 12px; }
.cart-line button { color: #8a929b; }
.empty-cart { height: 70vh; padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart > svg { width: 48px; height: 48px; color: #98a11d; margin-bottom: 22px; }
.empty-cart strong { font-size: 24px; }
.empty-cart p { color: var(--gray); }
.order-form { display: grid; gap: 19px; padding-top: 22px; }
.order-total { display: flex; align-items: end; justify-content: space-between; }
.order-total span { color: var(--gray); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.order-total strong { font-size: 30px; letter-spacing: -.05em; }
.order-form fieldset { border: 0; padding: 0; margin: 0; }
.order-form legend, .company-fields > p, .shipping-fields > p { margin: 0 0 10px; font-size: 12px; font-weight: 800; }
.payment-options { grid-template-columns: 1fr 1fr; gap: 10px!important; }
.payment-option { min-height: 82px; padding: 12px; display: grid!important; grid-template-columns: auto auto 1fr; gap: 9px!important; align-items: center; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.payment-option.selected { border-color: var(--black); background: #f2f4f0; }
.payment-option > svg { width: 20px; color: #769a16; }
.payment-option > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.payment-option strong { font-size: 12px; }
.payment-option small { color: var(--gray); font-size: 9px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field input { height: 43px; }
.company-fields, .shipping-fields { padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: #f5f7f5; }
.shipping-fields > p { display: flex; align-items: center; gap: 7px; }
.shipping-fields > p svg { width: 16px; color: #719413; }
.shipping-fields > small { display: block; margin-top: 9px; color: var(--gray); font-size: 10px; }
.consent-row { display: flex; align-items: start; gap: 9px; }
.consent-row label { display: block!important; color: #69727d; font-size: 11px!important; font-weight: 400!important; line-height: 1.5!important; }
.consent-row label a { color: var(--black); text-decoration: underline; }
.checkout-submit { height: 50px!important; background: var(--black)!important; }
.secure-note { margin: -9px 0 0; display: flex; align-items: center; justify-content: center; gap: 6px; color: #858e98; font-size: 9px; }
.secure-note svg { width: 11px; }
.form-error { margin: 0; padding: 10px 12px; background: #fff0f1; color: #b8212d; font-size: 11px; }

.invoice-page { min-height: 100vh; padding: 40px 20px 80px; background: #e8ebed; color: #111; }
.invoice-actions { max-width: 980px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 800; }
.invoice-print-button { background: var(--black)!important; color: white!important; }
.invoice-document { max-width: 980px; margin: 0 auto; padding: 54px 58px 68px; background: white; box-shadow: 0 10px 40px rgba(0,0,0,.08); font-family: Arial, Helvetica, sans-serif; }
.invoice-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.invoice-brand > strong { font-size: 29px; letter-spacing: -.07em; }
.invoice-brand > strong span { color: #789d16; }
.invoice-brand > small { padding: 4px 7px; border: 1px solid #bbb; border-radius: 99px; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.invoice-notice { margin: 0 0 18px; font-size: 11px; line-height: 1.45; }
.bank-table, .invoice-lines { width: 100%; border-collapse: collapse; }
.bank-table td, .invoice-lines th, .invoice-lines td { border: 1px solid #111; padding: 7px 8px; font-size: 11px; }
.bank-table td:first-child { width: 67%; }
.bank-table td:nth-child(2) { width: 8%; }
.bank-table small { font-size: 9px; color: #555; }
.invoice-document h1 { margin: 38px 0 22px; padding-bottom: 9px; border-bottom: 2px solid #111; font-size: 24px; letter-spacing: -.025em; }
.invoice-parties { display: grid; gap: 11px; margin-bottom: 24px; }
.invoice-parties p { margin: 0; display: grid; grid-template-columns: 92px 1fr; gap: 10px; font-size: 11px; line-height: 1.5; }
.invoice-parties span { color: #555; }
.invoice-lines th { background: #edf0eb; text-align: left; }
.invoice-lines th:not(:nth-child(2)), .invoice-lines td:not(:nth-child(2)) { text-align: center; white-space: nowrap; }
.invoice-totals { width: min(420px, 100%); margin: 20px 0 0 auto; }
.invoice-totals p { margin: 0; padding: 4px 0; display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.invoice-totals .grand-total { margin-top: 5px; border-top: 2px solid #111; padding-top: 9px; font-size: 17px; }
.invoice-summary { margin: 26px 0 34px; padding-bottom: 14px; border-bottom: 1px solid #111; font-size: 11px; font-weight: 700; }
.invoice-sign > div { display: grid; grid-template-columns: 160px 1fr; gap: 80px; align-items: end; font-size: 11px; }
.invoice-sign strong { padding: 0 8px 5px; border-bottom: 1px solid #111; text-align: center; }
.invoice-footer-note { margin: 42px 0 0; padding: 15px; background: #f0f5e2; border-left: 4px solid var(--lime); font-size: 10px; line-height: 1.5; }

@media print {
  .invoice-page { padding: 0; background: white; }
  .invoice-actions { display: none; }
  .invoice-document { max-width: none; padding: 16mm 12mm; box-shadow: none; }
}

@media (max-width: 1100px) {
  .store-hero { grid-template-columns: 1fr; }
  .store-proof { max-width: 700px; }
  .category-grid, .commerce-grid { grid-template-columns: repeat(2, 1fr); }
  .commerce-grid article:nth-child(2) { border-right: 0; }
  .commerce-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .shop-header { min-height: 64px; }
  .shop-header nav { display: none; }
  .trurop-logo > span { font-size: 21px; }
  .cart-trigger { font-size: 0!important; width: 44px; padding: 0!important; }
  .cart-trigger svg { margin: 0; }
  .cart-trigger span { position: absolute; right: -5px; top: -5px; }
  .store-hero { min-height: 0; padding-top: 56px; padding-bottom: 72px; }
  .store-hero h1 { font-size: 49px; }
  .store-hero-actions { align-items: start; flex-direction: column; gap: 14px; }
  .store-proof { box-shadow: 10px 12px 0 var(--lime); }
  .proof-metric strong { font-size: 92px; }
  .store-categories, .full-catalog, .commerce-info { padding-top: 72px; padding-bottom: 78px; }
  .store-section-title h2, .catalog-title h2 { font-size: 40px; }
  .category-grid, .commerce-grid, .shop-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 150px; }
  .catalog-title { align-items: start; flex-direction: column; }
  .catalog-controls { align-items: stretch; flex-direction: column; }
  .shop-tabs { width: 100%!important; height: auto!important; display: grid!important; grid-template-columns: 1fr!important; }
  .shop-tabs button { width: 100%; justify-content: space-between!important; }
  .catalog-search { width: 100%; }
  .shop-product { min-height: 330px; }
  .load-more { flex-direction: column; }
  .commerce-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .commerce-grid article:last-child { border-bottom: 0; }
  .store-final { align-items: start; flex-direction: column; }
  .shop-footer { grid-template-columns: 1fr 1fr; gap: 38px 22px; }
  .shop-footer > div:first-child { grid-column: 1 / -1; }
  .footer-wide { flex-direction: column; }
  .cart-sheet [data-slot="sheet-header"] { padding-left: 18px; padding-right: 18px; }
  .cart-scroll { padding-left: 18px; padding-right: 18px; }
  .payment-options, .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
}

[hidden] { display: none !important; }
body.drawer-open { overflow: hidden; }
.btn { min-height: 42px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--black); border-radius: 9px; background: var(--black); color: white; font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .15s ease, opacity .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn:disabled { opacity: .55; cursor: wait; transform: none; }
.btn-outline { border-color: #cbd1d6; background: white; color: var(--black); }
.ui-icon { min-width: 20px; font-weight: 900; text-align: center; }
.icon-button { width: 38px; height: 38px; padding: 0; border: 0; border-radius: 9px; background: transparent; color: #767f89; font-size: 26px; cursor: pointer; }
.shop-header .cart-trigger { position: relative; min-height: 42px; }
.category-card .category-icon { color: #8b949f; font-size: 28px; }
.category-card.active .category-icon, .category-card.active > b { color: var(--lime); }
.category-card.active > b { position: absolute; right: 22px; top: 22px; }
.shop-tabs { display: flex; border-radius: 10px; }
.shop-tabs button { border: 0; border-radius: 7px; background: transparent; color: #4f5964; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.shop-tabs button.active { background: white; color: var(--black); box-shadow: 0 2px 8px rgba(0,0,0,.07); }
.catalog-search { display: block; }
.catalog-search > span { position: absolute; left: 15px; top: 12px; z-index: 1; color: #707985; font-size: 20px; }
.catalog-search input, .form-field input { width: 100%; padding: 0 13px; border: 1px solid #cfd5da; border-radius: 9px; outline: none; }
.catalog-search input:focus, .form-field input:focus { border-color: #789d16; box-shadow: 0 0 0 3px rgba(120,157,22,.13); }
.shop-product[hidden] { display: none !important; }
.shop-product-copy h3 a:hover { text-decoration: underline; text-decoration-color: var(--lime-dark); text-underline-offset: 4px; }
.shop-product-foot .btn.is-added { background: #edf0f2; border-color: #d7dce0; color: var(--black); }
.commerce-grid article > b { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 24px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; color: var(--lime); font-size: 17px; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(0,0,0,.5); backdrop-filter: blur(2px); }
.cart-drawer { width: min(620px, 94vw); height: 100dvh; position: fixed; right: 0; top: 0; z-index: 90; display: flex; flex-direction: column; background: white; transform: translateX(105%); transition: transform .25s ease; box-shadow: -18px 0 50px rgba(0,0,0,.18); }
.cart-drawer.open { transform: translateX(0); }
.drawer-head { padding: 22px 26px 18px; display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-size: 29px; letter-spacing: -.04em; }
.drawer-head p { margin: 5px 0 0; color: var(--gray); font-size: 13px; }
.cart-body { padding: 0 26px 28px; overflow-y: auto; }
.cart-line { padding: 16px 0; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-line > div { display: flex; flex-direction: column; gap: 4px; }
.cart-line strong { font-size: 14px; line-height: 1.3; }
.cart-line div span { color: var(--gray); font-size: 13px; }
.empty-cart { min-height: 55vh; padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart > .ui-icon { margin-bottom: 18px; color: #789d16; font-size: 42px; }
.empty-cart strong { font-size: 24px; }
.empty-cart p { color: var(--gray); }
.order-form { display: grid; gap: 19px; padding-top: 22px; }
.order-form fieldset { margin: 0; padding: 0; border: 0; }
.order-form legend, .company-fields > p { margin: 0 0 10px; font-size: 14px; font-weight: 800; }
.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.payment-option { min-height: 82px; padding: 12px; display: grid; grid-template-columns: auto auto 1fr; gap: 9px; align-items: center; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.payment-option.selected { border-color: var(--black); background: #f2f4f0; }
.payment-option > span:last-child { display: flex; flex-direction: column; gap: 4px; }
.payment-option small { color: var(--gray); font-size: 12px; }
.form-field { display: grid; gap: 7px; color: #3e4650; font-size: 13px; font-weight: 700; }
.form-field input { height: 44px; background: white; color: var(--black); font-size: 16px; font-weight: 400; }
.consent-row { display: flex; align-items: start; gap: 9px; color: #69727d; font-size: 13px; line-height: 1.5; }
.consent-row input { margin-top: 3px; }
.consent-row a { color: var(--black); text-decoration: underline; }
.checkout-submit { width: 100%; min-height: 50px; }
.secure-note { margin: -9px 0 0; color: #858e98; font-size: 12px; text-align: center; }

.document-shell { min-height: 70vh; padding: 64px 20px 90px; background: #e9edef; }
.document-page { max-width: 850px; margin: 0 auto; padding: clamp(28px, 5vw, 62px); background: white; box-shadow: 0 15px 50px rgba(5,5,5,.08); }
.back-link { color: #628400; font-size: 14px; font-weight: 800; }
.document-page h1 { margin: 32px 0 26px; font-size: clamp(40px, 6vw, 66px); line-height: .98; letter-spacing: -.06em; }
.document-page section { margin-top: 32px; }
.document-page h2 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.03em; }
.document-page p { margin: 0; color: #59626d; font-size: 16px; line-height: 1.75; }
.document-page p a { color: #527100; text-decoration: underline; }
.document-callout { padding: 18px 20px; border-left: 5px solid var(--lime); background: #f2f5ed; font-size: 15px; line-height: 1.55; }

.product-page { min-height: 70vh; padding: 42px clamp(20px, 6vw, 96px) 90px; max-width: 1450px; margin: 0 auto; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: #69727d; font-size: 13px; }
.breadcrumbs a:hover { color: #527100; }
.product-detail { margin-top: 34px; display: grid; grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: white; }
.product-mark { min-height: 560px; padding: 42px; display: flex; flex-direction: column; justify-content: space-between; background: var(--black); color: white; }
.database-sign.large { width: 120px; height: 120px; border: 1px solid rgba(255,255,255,.2); border-radius: 25px; background: rgba(255,255,255,.05); font-size: 30px; }
.product-mark p { color: var(--lime); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-main { padding: clamp(30px, 6vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.product-main .freshness { width: fit-content; }
.product-main h1 { margin: 25px 0 18px; font-size: clamp(44px, 6vw, 78px); line-height: .95; letter-spacing: -.07em; }
.product-lead { max-width: 700px; color: #626c77; font-size: 18px; line-height: 1.6; }
.feature-list { margin: 26px 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; color: #3e4750; font-size: 15px; }
.product-buy { margin-top: 12px; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); }
.product-buy > strong { font-size: 36px; letter-spacing: -.05em; }
.product-buy .btn { min-height: 52px; }
.product-note { margin: 20px 0 0; color: #7b848d; font-size: 13px; line-height: 1.5; }

.status-page { min-height: 100vh; padding: 60px 20px; display: grid; place-items: center; background: var(--black); color: white; }
.status-page section { width: min(720px, 100%); padding: clamp(30px, 7vw, 72px); border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); }
.status-icon { min-width: 64px; height: 64px; padding: 0 12px; display: inline-grid; place-items: center; border-radius: 14px; background: var(--lime); color: var(--black); font-size: 25px; font-weight: 900; }
.status-page p { margin: 28px 0 8px; color: var(--lime); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.status-page h1 { margin: 0; font-size: clamp(43px, 8vw, 78px); line-height: .95; letter-spacing: -.065em; }
.status-page section > div { margin: 24px 0 32px; color: #b4bbc2; font-size: 17px; line-height: 1.65; }
.status-page .btn { background: var(--lime); border-color: var(--lime); color: var(--black); }

@media (max-width: 760px) {
  .product-detail { grid-template-columns: 1fr; }
  .product-mark { min-height: 220px; }
  .feature-list { grid-template-columns: 1fr; }
  .product-buy { align-items: stretch; flex-direction: column; }
  .shop-header .cart-trigger { font-size: 0; }
  .shop-header .cart-trigger > .ui-icon, .shop-header .cart-trigger > span { font-size: 13px; }
  .drawer-head, .cart-body { padding-left: 18px; padding-right: 18px; }
  .payment-options { grid-template-columns: 1fr; }
}
