:root {
  --ink: #091a17;
  --forest: #0c2d25;
  --forest-2: #123d32;
  --cream: #f5f2e9;
  --paper: #fffefa;
  --line: #dcded5;
  --muted: #65716d;
  --lime: #c8f135;
  --lime-dark: #a7d312;
  --gold: #d59f11;
  --silver: #6f7f82;
  --bronze: #a96a38;
  --trash: #6b5c70;
  --red: #b8463f;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(4, 30, 24, .12);
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand-lockup { font-family: "Manrope", sans-serif; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 76px;
  color: white;
  background: rgba(7, 28, 24, .84);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
  transition: transform .35s ease, background .25s ease, box-shadow .25s ease;
}
.site-header.is-hidden { transform: translateY(-105%); }
.site-header.is-scrolled { background: rgba(7, 28, 24, .96); box-shadow: 0 12px 40px rgba(3,20,17,.16); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; letter-spacing: -.7px; }
.brand-lockup > span:last-child > span { color: var(--lime); }
.brand-mark { width: 27px; height: 27px; display: flex; align-items: flex-end; gap: 3px; transform: skew(-9deg); }
.brand-mark i { display: block; width: 7px; border-radius: 2px 2px 0 0; background: var(--lime); }
.brand-mark i:nth-child(1) { height: 11px; }.brand-mark i:nth-child(2) { height: 20px; }.brand-mark i:nth-child(3) { height: 15px; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a, .header-actions { font-size: 14px; font-weight: 600; }
.main-nav a { color: rgba(255,255,255,.78); transition: color .2s; }
.main-nav a:hover { color: var(--lime); }
.main-nav .nav-add { color: var(--lime); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-actions form { margin: 0; }
.text-button { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 8px 14px; color: white; background: transparent; cursor: pointer; }
.user-chip { color: rgba(255,255,255,.72); }

.hero { position: relative; overflow: hidden; padding: 160px 0 72px; min-height: 710px; color: white; background: var(--forest); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 84px; background: linear-gradient(to top, rgba(4,22,18,.3), transparent); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .7; }
.hero-orb-one { width: 550px; height: 550px; right: -130px; top: -160px; background: radial-gradient(circle at 35% 38%, rgba(199,241,53,.34), rgba(199,241,53,0) 68%); }
.hero-orb-two { width: 400px; height: 400px; left: -250px; bottom: -200px; background: radial-gradient(circle, rgba(81,176,143,.25), transparent 70%); }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: 1.8px; }
.eyebrow { color: var(--lime); }
.eyebrow i { width: 24px; height: 2px; background: currentColor; }
.hero h1 { max-width: 880px; margin: 22px 0 23px; font-size: clamp(48px, 7vw, 86px); line-height: .99; letter-spacing: -5px; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 620px; color: rgba(255,255,255,.68); font-size: 18px; }
.hero-search { max-width: 860px; margin-top: 43px; }
.hero-search > label { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.65); }
.search-shell { height: 68px; padding: 7px 7px 7px 20px; display: flex; align-items: center; gap: 13px; border-radius: 16px; background: white; box-shadow: 0 18px 50px rgba(0,0,0,.24); }
.search-shell svg { width: 21px; fill: none; stroke: var(--muted); stroke-width: 1.8; }
.search-shell input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); font-size: 16px; }
.search-shell button { align-self: stretch; min-width: 120px; border: 0; border-radius: 11px; color: var(--ink); background: var(--lime); font-weight: 800; cursor: pointer; transition: background .2s, transform .2s; }
.search-shell button:hover { background: var(--lime-dark); transform: translateY(-1px); }
.search-hint { display: block; margin: 9px 0 0 3px; font-size: 12px; color: rgba(255,255,255,.46); }
.tier-legend { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 900px; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.13); }
.legend-item { display: flex; gap: 13px; align-items: center; padding: 21px 15px 0 0; color: rgba(255,255,255,.62); transition: color .2s, transform .2s; }
.legend-item:hover { color: white; transform: translateY(-2px); }
.legend-item b { font-size: 11px; color: currentColor; }
.legend-item span { display: grid; }
.legend-item strong { color: white; font-size: 14px; }
.legend-item span { font-size: 12px; }
.tier-gold b { color: #f2ca57; }.tier-silver b { color: #b9c9cb; }.tier-bronze b { color: #e7a16d; }.tier-trash b { color: #bdacc4; }

.catalog-section { padding: 90px 0 110px; background: var(--cream); }
.catalog-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 34px; }
.section-kicker { color: #587066; }
.catalog-head h2, .detail-body h2, .reviews-section h2, .video-section h2 { margin: 8px 0 3px; font-size: clamp(32px, 4vw, 48px); letter-spacing: -2px; line-height: 1.1; }
.catalog-head p { margin: 0; color: var(--muted); }
.filter-toggle { display: none; border: 1px solid var(--line); background: white; padding: 11px 16px; border-radius: 999px; font-weight: 700; }
.catalog-layout { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 44px; align-items: start; }
.filter-panel { position: sticky; top: 100px; border-top: 3px solid var(--ink); padding-top: 18px; }
.filter-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; }
.filter-panel-head h3 { margin: 0; font-size: 18px; }.filter-panel-head a { font-size: 12px; color: var(--muted); text-decoration: underline; }
.filter-group { margin-bottom: 17px; }
.filter-group label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }
.filter-group label b { color: var(--red); }
.filter-group label span { color: var(--muted); font-weight: 500; }
.filter-group input:not([type=checkbox]), .filter-group textarea, .filter-group select, .input-shell {
  width: 100%; border: 1px solid #ced3cc; border-radius: 10px; background: white; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s;
}
.filter-group input:not([type=checkbox]), .filter-group textarea, .filter-group select { padding: 11px 12px; }
.filter-group input:focus, .filter-group textarea:focus, .filter-group select:focus, .input-shell:focus-within { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(18,61,50,.1); }
.filter-group small, .field-group small { display: block; margin-top: 6px; color: var(--muted); font-size: 11px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 10px; padding: 12px 20px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }.button-block { width: 100%; }.button-dark { color: white; background: var(--ink); }.button-dark:hover { box-shadow: 0 10px 24px rgba(5,27,22,.2); }.button-accent { color: var(--ink); background: var(--lime); }.button-accent:hover { background: var(--lime-dark); box-shadow: 0 13px 30px rgba(169,210,18,.22); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.product-card { min-width: 0; border-radius: var(--radius); background: var(--paper); box-shadow: 0 1px 0 rgba(9,26,23,.08); overflow: hidden; transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.card-image { position: relative; display: block; aspect-ratio: 1 / .78; overflow: hidden; background: #e8e7df; }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }.product-card:hover .card-image img { transform: scale(1.055); }
.tier-badge, .discount-badge { position: absolute; z-index: 4; top: 14px; display: inline-flex; align-items: center; height: 27px; border-radius: 999px; padding: 0 11px; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: 1px; color: white; backdrop-filter: blur(8px); }
.tier-badge { left: 14px; }.discount-badge { right: 14px; color: var(--ink); background: var(--lime); }
.tier-badge.tier-gold { background: rgba(172,125,0,.9); }.tier-badge.tier-silver { background: rgba(87,105,109,.9); }.tier-badge.tier-bronze { background: rgba(147,80,31,.9); }.tier-badge.tier-trash { background: rgba(75,60,82,.9); }
.image-arrow { position: absolute; right: 14px; bottom: 14px; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--ink); background: white; font-size: 18px; opacity: 0; transform: translateY(7px); transition: .25s; }.product-card:hover .image-arrow { opacity: 1; transform: none; }
.card-content { padding: 20px; }
.card-meta { display: flex; justify-content: space-between; gap: 8px; color: #6c7773; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: 1.1px; }
.card-meta code { font-family: inherit; }
.card-content h3 { margin: 9px 0 7px; font-size: 18px; line-height: 1.25; letter-spacing: -.45px; }
.card-content h3 a:hover { text-decoration: underline; text-decoration-color: var(--lime-dark); text-underline-offset: 3px; }
.card-content > p { min-height: 61px; margin-bottom: 19px; color: var(--muted); font-size: 13px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.card-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ebebe6; padding-top: 15px; }
.price-line { display: flex; align-items: baseline; gap: 8px; }.price-line strong { font-family: "Manrope"; font-size: 20px; }.price-line del { color: #8b9491; font-size: 12px; }
.round-link { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; color: white; background: var(--forest); transition: background .2s, transform .2s; }.round-link:hover { color: var(--ink); background: var(--lime); transform: rotate(-10deg); }
.empty-state { grid-column: 1 / -1; min-height: 360px; display: grid; place-items: center; align-content: center; text-align: center; border: 1px dashed #bdc5be; border-radius: var(--radius); background: rgba(255,255,255,.5); }.empty-state > span { font-size: 48px; }.empty-state h3 { margin: 5px 0; }.empty-state p { color: var(--muted); }
.principles-section { padding: 74px 0; color: white; background: var(--forest); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; }.principles-grid > div { position: relative; padding-left: 43px; }.principles-grid span { position: absolute; left: 0; top: 4px; color: var(--lime); font-size: 11px; font-weight: 800; }.principles-grid h3 { margin-bottom: 7px; font-size: 20px; }.principles-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; }

/* Product detail */
.product-page { background: var(--paper); }.product-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 117px; color: var(--muted); font-size: 12px; }.product-breadcrumb a:hover { color: var(--ink); }.product-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 75px; padding-top: 27px; padding-bottom: 95px; }
.gallery-stage { position: relative; aspect-ratio: 1 / .82; overflow: hidden; border-radius: 20px; background: var(--cream); }.gallery-stage > img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s; }.gallery-stage .tier-badge { top: 18px; left: 18px; }
.gallery-thumbs { display: flex; gap: 11px; margin-top: 13px; overflow-x: auto; padding-bottom: 3px; }.gallery-thumbs button { flex: 0 0 72px; aspect-ratio: 1; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 10px; background: #eee; cursor: pointer; }.gallery-thumbs button.is-active { border-color: var(--forest); }.gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-summary { padding-top: 8px; }.summary-overline { display: flex; justify-content: space-between; align-items: center; color: #597068; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }.summary-overline code { font: inherit; padding: 5px 9px; border-radius: 5px; background: var(--cream); }
.product-summary h1 { margin: 18px 0 15px; font-size: clamp(37px, 4vw, 57px); line-height: 1.06; letter-spacing: -2.6px; }.product-deck { color: var(--muted); font-size: 17px; }
.rating-line { display: flex; align-items: center; gap: 8px; margin: 23px 0; font-size: 12px; }.stars, .review-stars { color: var(--gold); letter-spacing: 1px; }.rating-line a { color: var(--muted); text-decoration: underline; }.detail-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 11px; margin-bottom: 25px; }.detail-price strong { font-family: "Manrope"; font-size: 35px; }.detail-price del { color: #8a9490; }.detail-price > span { padding: 4px 8px; border-radius: 5px; color: #345214; background: #e8f6b5; font-size: 11px; font-weight: 800; }
.verdict-panel { margin: 25px 0; padding: 18px 20px; border-left: 4px solid; border-radius: 4px 12px 12px 4px; background: var(--cream); }.verdict-panel > span { display: block; color: var(--muted); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: 1.3px; }.verdict-panel strong { display: block; margin: 3px 0 1px; font: 800 23px "Manrope"; }.verdict-panel p { margin: 0; color: var(--muted); font-size: 13px; }.tier-surface-gold { border-color: var(--gold); }.tier-surface-silver { border-color: var(--silver); }.tier-surface-bronze { border-color: var(--bronze); }.tier-surface-trash { border-color: var(--trash); }
.button-shop { width: 100%; min-height: 59px; justify-content: space-between; padding-inline: 22px; }.button-shop i { font-style: normal; font-size: 20px; }.secure-note { margin: 10px 0 21px; text-align: center; color: var(--muted); font-size: 11px; }.product-taxonomy { display: flex; flex-wrap: wrap; gap: 7px; }.product-taxonomy a { padding: 6px 10px; border: 1px solid var(--line); border-radius: 999px; color: #53635d; font-size: 11px; }.product-taxonomy a:hover { border-color: var(--forest); color: var(--forest); }
.detail-body { padding: 93px 0; background: var(--cream); }.detail-body-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 100px; }.rich-copy { color: #3e4d48; font-size: 16px; line-height: 1.78; }.rich-copy p:last-child { margin-bottom: 0; }.product-facts { align-self: start; padding: 28px; border-radius: var(--radius); background: white; }.product-facts h3 { margin-bottom: 15px; }.product-facts dl, .product-facts dd { margin: 0; }.product-facts dl > div { display: grid; grid-template-columns: 90px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid #ecece6; font-size: 12px; }.product-facts dt { color: var(--muted); }.product-facts dd { font-weight: 700; }
.video-section { padding: 92px 0; color: white; background: var(--forest); }.video-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 70px; align-items: center; }.video-section .section-kicker { color: var(--lime); }.video-section p { color: rgba(255,255,255,.57); }.video-frame { display: grid; place-items: center; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 18px; background: #061a16; box-shadow: 0 24px 70px rgba(0,0,0,.28); }.video-frame iframe { width: 100%; height: 100%; border: 0; }.video-frame a { font-weight: 800; }.video-frame a span { color: var(--lime); }
.reviews-section { padding: 100px 0 120px; }.reviews-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr); gap: 80px; align-items: start; }.review-card { margin-top: 22px; padding: 24px 0; border-top: 1px solid var(--line); }.review-head { display: flex; align-items: center; gap: 11px; }.review-avatar { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-weight: 800; }.review-head > div { display: grid; }.review-head time { color: var(--muted); font-size: 11px; }.review-stars { margin-left: auto; }.review-card h3 { margin: 16px 0 5px; font-size: 17px; }.review-card > p { margin: 0; color: #4c5b56; font-size: 14px; }.review-empty { margin-top: 24px; padding: 22px; border-radius: 10px; color: var(--muted); background: var(--cream); }.review-form-card { position: sticky; top: 105px; padding: 30px; border-radius: var(--radius); background: var(--cream); }.review-form-card h3 { margin: 8px 0; font-size: 25px; }.review-form-card > p { color: var(--muted); font-size: 14px; }

/* Admin product form */
.add-product-page { background: var(--cream); }.admin-hero { padding: 137px 0 55px; color: white; background: var(--forest); }.admin-hero-inner { display: flex; justify-content: space-between; align-items: end; gap: 35px; }.admin-hero h1 { margin: 17px 0 5px; font-size: clamp(42px, 6vw, 67px); letter-spacing: -3.4px; }.admin-hero p { max-width: 660px; margin: 0; color: rgba(255,255,255,.62); }.code-preview { flex: 0 0 auto; padding: 17px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.05); }.code-preview span { display: block; color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: 1px; }.code-preview strong { display: block; margin-top: 4px; color: var(--lime); letter-spacing: 5px; }
.product-form { padding-block: 55px 100px; }.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 285px; gap: 35px; align-items: start; }.form-main { display: grid; gap: 25px; }.form-section { padding: 32px; border-radius: var(--radius); background: white; box-shadow: 0 1px 0 rgba(9,26,23,.07); }.form-section-title { display: flex; gap: 15px; margin-bottom: 27px; }.form-section-title > span { display: grid; flex: 0 0 31px; height: 31px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 800; }.form-section-title h2 { margin: 0 0 3px; font-size: 23px; letter-spacing: -.7px; }.form-section-title p { margin: 0; color: var(--muted); font-size: 13px; }.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }.field-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }.field-full { grid-column: 1 / -1; }.field-group > label, .label-row > label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }.field-group label b { color: var(--red); }.field-group input:not([type=checkbox]):not([type=file]), .field-group textarea, .field-group select { width: 100%; padding: 12px 13px; border: 1px solid #ccd2cc; border-radius: 9px; color: var(--ink); background: #fff; outline: none; }.field-group textarea { resize: vertical; }.field-group select[multiple] { min-height: 145px; }.field-group input:focus, .field-group textarea:focus, .field-group select:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(18,61,50,.1); }.input-shell { display: flex; align-items: center; overflow: hidden; }.input-shell > span { padding-left: 13px; color: var(--muted); }.input-shell input { border: 0 !important; box-shadow: none !important; }.input-shell textarea, .input-shell select { border: 0; }.field-error { display: block; margin-top: 5px; color: var(--red); font-size: 12px; }.form-alert { margin-bottom: 22px; padding: 14px 17px; border-left: 4px solid var(--red); border-radius: 6px; color: #842d27; background: #fce9e6; }.form-alert p { margin: 0; }
.upload-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.upload-field > input[type=file] { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }.upload-drop { position: relative; min-height: 200px; display: flex !important; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; margin: 0 !important; border: 1px dashed #aeb9b1; border-radius: 12px; color: var(--ink); background: #f9faf6; cursor: pointer; transition: border .2s, background .2s; }.upload-drop:hover { border-color: var(--forest); background: #f1f6ed; }.upload-drop .upload-icon { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 8px; border-radius: 50%; color: white; background: var(--forest); font-size: 20px; }.upload-drop strong { font-size: 13px; }.upload-drop small { margin-top: 2px; }.upload-drop img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.multi-preview { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }.multi-preview img { width: 43px; height: 43px; object-fit: cover; border-radius: 5px; }
.label-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.label-row button { padding: 0; border: 0; color: #42665a; background: none; font-size: 11px; font-weight: 800; cursor: pointer; }.label-row button:hover { text-decoration: underline; }.taxonomy-field select { min-height: 158px; }.field-full.taxonomy-field select { min-height: auto; }.checkbox-field { display: flex; gap: 11px; align-items: flex-start; padding: 15px; border-radius: 10px; background: var(--cream); }.checkbox-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--forest); }.checkbox-field label { margin: 0; cursor: pointer; }.checkbox-field label strong, .checkbox-field label span { display: block; }.checkbox-field label span { color: var(--muted); font-size: 12px; font-weight: 400; }
.form-sidebar { position: sticky; top: 100px; display: grid; gap: 17px; }.publish-card, .form-tip { padding: 23px; border-radius: 15px; background: white; }.publish-card .status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 5px; border-radius: 50%; background: #47a255; box-shadow: 0 0 0 4px #e4f3e5; }.publish-card > strong { font-size: 13px; }.publish-card p { margin: 13px 0 20px; color: var(--muted); font-size: 12px; }.publish-card > a { display: block; margin-top: 13px; text-align: center; color: var(--muted); font-size: 11px; }.form-tip { border: 1px solid #dedfcf; background: #f7f5dd; }.form-tip span { color: #64641a; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: 1px; }.form-tip p { margin: 6px 0 0; color: #666555; font-size: 12px; }
.taxonomy-modal { width: min(92vw, 470px); padding: 0; border: 0; border-radius: 18px; color: var(--ink); background: white; box-shadow: 0 30px 90px rgba(0,0,0,.25); }.taxonomy-modal::backdrop { background: rgba(4,22,18,.75); backdrop-filter: blur(4px); }.modal-shell { position: relative; padding: 33px; }.modal-shell h2 { margin: 7px 0 24px; font-size: 28px; }.modal-close { position: absolute; right: 17px; top: 14px; width: 32px; height: 32px; border: 0; border-radius: 50%; background: var(--cream); cursor: pointer; }.modal-error { min-height: 20px; margin: 0 0 8px; color: var(--red); font-size: 12px; }

/* Login */
.login-wrap { min-height: 100vh; display: grid; grid-template-columns: 1.05fr .95fr; padding-top: 76px; }.login-art { display: grid; place-items: center; overflow: hidden; padding: 70px; color: white; background: var(--forest); }.login-art-copy { position: relative; z-index: 2; max-width: 580px; }.login-art h1 { margin: 22px 0; font-size: clamp(48px, 6vw, 75px); line-height: 1.02; letter-spacing: -4px; }.login-art p { max-width: 470px; color: rgba(255,255,255,.6); }.login-shapes { display: flex; gap: 13px; align-items: end; height: 130px; margin-top: 48px; }.login-shapes span { display: block; flex: 0 0 65px; border-radius: 50% 50% 8px 8px; background: var(--lime); opacity: .85; }.login-shapes span:nth-child(1) { height: 58px; }.login-shapes span:nth-child(2) { height: 112px; }.login-shapes span:nth-child(3) { height: 82px; }.login-panel { display: grid; place-items: center; padding: 60px; background: var(--cream); }.login-panel form { width: min(100%, 420px); padding: 37px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }.login-panel h2 { margin: 8px 0 5px; font-size: 30px; }.login-panel form > p { margin-bottom: 25px; color: var(--muted); font-size: 13px; }.login-panel .button { margin-top: 4px; }.back-home { display: block; margin-top: 20px; text-align: center; color: var(--muted); font-size: 12px; }

/* Footer and utilities */
.site-footer { padding: 65px 0 23px; color: white; background: #061713; }.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .5fr; gap: 70px; }.brand-lockup-light { margin-bottom: 13px; }.footer-grid p { max-width: 350px; margin: 0; color: rgba(255,255,255,.52); font-size: 13px; }.affiliate-note strong { display: block; margin-bottom: 8px; font-size: 12px; }.footer-links { display: grid; align-content: start; gap: 8px; color: rgba(255,255,255,.67); font-size: 13px; }.footer-links a:hover { color: var(--lime); }.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.36); font-size: 11px; }
.toast-stack { position: fixed; z-index: 200; top: 91px; right: 20px; display: grid; gap: 8px; width: min(calc(100% - 40px), 410px); }.toast { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 15px; border-left: 4px solid var(--lime-dark); border-radius: 9px; background: white; box-shadow: 0 15px 50px rgba(0,0,0,.18); font-size: 13px; }.toast-error { border-color: var(--red); }.toast button { border: 0; background: none; color: var(--muted); font-size: 18px; cursor: pointer; }.back-to-top { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 42px; height: 42px; border: 0; border-radius: 50%; color: white; background: var(--forest); box-shadow: 0 10px 24px rgba(0,0,0,.18); opacity: 0; visibility: hidden; transform: translateY(10px); cursor: pointer; transition: .25s; }.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }.reveal.is-revealed { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-hero { gap: 45px; }
  .form-layout { grid-template-columns: minmax(0, 1fr) 250px; }
}
@media (max-width: 850px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .main-nav a:not(.nav-add) { display: none; }
  .user-chip { display: none; }
  .hero { min-height: auto; padding: 135px 0 60px; }.hero h1 { letter-spacing: -3px; }.tier-legend { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .catalog-layout { grid-template-columns: 1fr; gap: 24px; }.filter-toggle { display: inline-flex; }.filter-panel { position: static; display: none; padding: 22px; border: 0; border-radius: 15px; background: white; }.filter-panel.is-open { display: block; }
  .product-hero { grid-template-columns: 1fr; }.product-summary { padding-top: 0; }.detail-body-grid, .reviews-grid, .video-grid { grid-template-columns: 1fr; gap: 45px; }.review-form-card { position: static; }.product-facts { max-width: none; }.video-grid { gap: 25px; }
  .form-layout { grid-template-columns: 1fr; }.form-sidebar { position: static; grid-row: 1; }.form-tip { display: none; }.publish-card { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 4px 8px; }.publish-card p { grid-column: 1 / -1; }.publish-card .button, .publish-card > a { grid-column: 1 / -1; }
  .login-wrap { grid-template-columns: 1fr; }.login-art { min-height: 480px; padding: 50px 30px; }.login-panel { padding: 50px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-links { grid-column: 1 / -1; }
}
@media (max-width: 580px) {
  .site-header { height: 66px; }.main-nav { display: none; }.brand-lockup { font-size: 19px; }.brand-mark { transform: scale(.9) skew(-9deg); }.header-actions { margin-left: auto; }.text-button { padding: 7px 11px; font-size: 12px; }
  .hero { padding-top: 112px; }.hero h1 { font-size: 47px; letter-spacing: -2.8px; }.hero-copy > p { font-size: 15px; }.search-shell { height: auto; flex-wrap: wrap; padding: 13px; }.search-shell input { min-height: 40px; }.search-shell button { width: 100%; min-height: 45px; }.search-hint { display: none; }.tier-legend { margin-top: 34px; }.legend-item { padding-top: 15px; }
  .catalog-section { padding: 65px 0 80px; }.catalog-head h2 { font-size: 35px; }.product-grid { grid-template-columns: 1fr; }.card-content > p { min-height: auto; }.principles-grid { grid-template-columns: 1fr; gap: 35px; }
  .product-breadcrumb { padding-top: 92px; }.product-hero { padding-bottom: 65px; }.gallery-stage { border-radius: 13px; }.product-summary h1 { font-size: 38px; letter-spacing: -2px; }.detail-body, .video-section, .reviews-section { padding-block: 70px; }.detail-body-grid { gap: 32px; }.reviews-grid { gap: 50px; }.review-form-card { padding: 22px; }
  .admin-hero { padding: 108px 0 43px; }.admin-hero-inner { display: block; }.admin-hero h1 { font-size: 44px; letter-spacing: -2.5px; }.code-preview { display: none; }.product-form { padding-block: 30px 70px; }.form-section { padding: 23px 18px; }.field-grid, .field-grid-3, .upload-grid { grid-template-columns: 1fr; }.field-full { grid-column: auto; }.form-section-title p { display: none; }.taxonomy-field select { min-height: 120px; }
  .login-wrap { padding-top: 66px; }.login-art { min-height: 410px; }.login-art h1 { font-size: 48px; letter-spacing: -3px; }.login-shapes { height: 85px; }.login-shapes span:nth-child(2) { height: 80px; }.login-panel form { padding: 27px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }.footer-links { grid-column: auto; }
}

/* Searchable taxonomy selectors */
.smart-select { position: relative; }
.smart-native { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.smart-selected { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 9px; }
.smart-chip { display: inline-flex; align-items: center; gap: 7px; max-width: 100%; padding: 6px 7px 6px 10px; border: 1px solid #b9c9bf; border-radius: 999px; color: #214a3c; background: #edf6ef; font-size: 11px; font-weight: 800; }
.smart-chip button { display: grid; width: 19px; height: 19px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #fff; background: #456b5d; line-height: 1; cursor: pointer; transition: background .2s, transform .2s; }
.smart-chip button:hover { background: #b43f3a; transform: scale(1.08); }
.smart-trigger { width: 100%; min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 13px; border: 1px solid #ccd2cc; border-radius: 10px; color: var(--ink); background: #fff; text-align: left; cursor: pointer; }
.smart-trigger > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.smart-trigger svg { flex: 0 0 18px; width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s; }
.smart-select.is-open .smart-trigger { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(18,61,50,.1); }
.smart-select.is-open .smart-trigger svg { transform: rotate(180deg); }
.smart-panel { position: absolute; z-index: 40; top: calc(100% + 7px); left: 0; right: 0; overflow: hidden; border: 1px solid #c9d0c9; border-radius: 12px; background: #fff; box-shadow: 0 20px 55px rgba(4,30,24,.2); }
.smart-search-wrap { display: flex; align-items: center; gap: 8px; margin: 10px; padding: 0 10px; border: 1px solid #cdd4cd; border-radius: 9px; background: #f9faf7; }
.smart-search-wrap > svg { width: 18px; flex: 0 0 18px; fill: none; stroke: #68766f; stroke-width: 1.8; }
.smart-search-wrap input { min-width: 0; flex: 1; height: 42px; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
.smart-search-wrap button { width: 25px; height: 25px; padding: 0; border: 0; border-radius: 50%; color: #67736f; background: #e8ece7; cursor: pointer; }
.smart-options { max-height: 245px; overflow-y: auto; padding: 0 7px 7px; }
.smart-option { display: grid !important; grid-template-columns: 20px 20px 1fr; align-items: center; gap: 8px; min-height: 42px; margin: 0 !important; padding: 7px 9px; border-radius: 8px; cursor: pointer; font-size: 13px !important; font-weight: 600 !important; transition: background .15s; }
.smart-option:hover { background: #f1f5ef; }
.smart-option input { position: absolute; opacity: 0; pointer-events: none; }
.smart-check { display: grid; width: 19px; height: 19px; place-items: center; border: 1.5px solid #aeb9b2; border-radius: 5px; color: transparent; background: white; font-size: 11px; transition: .15s; }
.smart-option:has(input:checked) { color: #123d32; background: #edf6e8; }
.smart-option input:checked + .smart-check { color: var(--ink); border-color: var(--lime-dark); background: var(--lime); }
.smart-no-results { padding: 14px 16px; color: var(--muted); text-align: center; font-size: 12px; }
.smart-create { width: 100%; min-height: 43px; padding: 9px 14px; border: 0; border-top: 1px solid #e5e9e3; color: #244f40; background: #f7faf5; text-align: left; font-size: 12px; font-weight: 800; cursor: pointer; }
.smart-create:hover { color: var(--ink); background: #ebf4e6; }

/* Sanitized visual editors */
.rich-editor { overflow: hidden; border: 1px solid #c9d0c9; border-radius: 12px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.rich-editor:focus-within { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(18,61,50,.1); }
.rich-toolbar { display: flex; flex-wrap: wrap; gap: 5px; align-items: center; padding: 9px; border-bottom: 1px solid #e1e5df; background: #f5f7f3; }
.rich-toolbar button, .rich-toolbar select { min-height: 32px; padding: 5px 8px; border: 1px solid #d1d7d0; border-radius: 6px; color: #273a34; background: #fff; font-size: 11px; cursor: pointer; }
.rich-toolbar button { min-width: 32px; }
.rich-toolbar button:hover, .rich-toolbar button.is-active { color: #fff; border-color: var(--forest); background: var(--forest); }
.rich-toolbar button:disabled { opacity: .55; cursor: wait; }
.rich-toolbar select { width: auto !important; max-width: 125px; }
.toolbar-divider { width: 1px; height: 24px; margin-inline: 2px; background: #d5dad4; }
.toolbar-color { display: grid; width: 32px; height: 32px; place-items: center; overflow: hidden; border: 1px solid #d1d7d0; border-radius: 6px; background: white; cursor: pointer; }
.toolbar-color input { width: 40px !important; height: 40px; padding: 0 !important; border: 0 !important; cursor: pointer; }
.rich-content { min-height: 330px; max-height: 650px; overflow-y: auto; padding: 18px; color: var(--ink); outline: none; line-height: 1.68; }
.rich-content-compact { min-height: 190px; max-height: 430px; }
.rich-content:empty::before { content: attr(data-placeholder); color: #8a9490; pointer-events: none; }
.rich-content img, .rich-rendered img { max-width: 100%; height: auto; border-radius: 8px; }
.rich-content table, .rich-rendered table { width: 100%; border-collapse: collapse; }
.rich-content td, .rich-content th, .rich-rendered td, .rich-rendered th { padding: 8px; border: 1px solid #d7ddd7; }
.rich-content blockquote, .rich-rendered blockquote { margin-inline: 0; padding: 10px 16px; border-left: 4px solid var(--lime-dark); color: #51615b; background: #f5f7ee; }
.rich-editor-source { display: none !important; min-height: 330px; padding: 16px !important; border: 0 !important; border-radius: 0 !important; color: #dff8eb !important; background: #0b211b !important; font: 13px/1.6 ui-monospace, SFMono-Regular, Consolas, monospace !important; box-shadow: none !important; }
.rich-editor.is-source .rich-content { display: none; }
.rich-editor.is-source .rich-editor-source { display: block !important; width: 100%; }
.rich-status { display: flex; justify-content: space-between; gap: 15px; padding: 7px 11px; border-top: 1px solid #e6e9e4; color: #75817c; background: #fbfcfa; font-size: 10px; }
.rich-rendered { overflow-wrap: anywhere; }.rich-rendered > :first-child { margin-top: 0; }.rich-rendered > :last-child { margin-bottom: 0; }
.rich-summary { font-size: 16px; }.rich-summary h2, .rich-summary h3, .rich-summary h4 { font-size: 19px; letter-spacing: -.4px; }

/* Edit product media and controls */
.upload-drop.has-preview::after { content: "Click to replace"; position: absolute; z-index: 2; right: 9px; bottom: 9px; padding: 5px 8px; border-radius: 6px; color: white; background: rgba(7,28,24,.8); font-size: 9px; }
.existing-gallery { margin-top: 24px; padding-top: 22px; border-top: 1px solid #e7e9e4; }
.existing-gallery-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 11px; }.existing-gallery-head strong { font-size: 13px; }.existing-gallery-head span { color: var(--muted); font-size: 11px; }
.existing-gallery-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 10px; }
.existing-gallery-grid label { position: relative; overflow: hidden; aspect-ratio: 1; margin: 0; border: 2px solid transparent; border-radius: 9px; background: #eee; cursor: pointer; }
.existing-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.existing-gallery-grid input { position: absolute; top: 7px; left: 7px; width: 18px; height: 18px; accent-color: #b43f3a; }
.existing-gallery-grid label > span { position: absolute; inset: auto 0 0; padding: 5px; color: white; background: rgba(7,28,24,.78); text-align: center; font-size: 9px; font-weight: 800; }
.existing-gallery-grid label:has(input:checked) { border-color: #b43f3a; opacity: .65; }
.summary-tools { display: flex; align-items: center; gap: 7px; }
.detail-admin-edit, .card-admin-edit { display: grid; place-items: center; color: white; background: #204d3f; box-shadow: 0 7px 20px rgba(4,30,24,.18); transition: transform .2s, background .2s; }
.detail-admin-edit:hover, .card-admin-edit:hover { color: var(--ink); background: var(--lime); transform: translateY(-2px); }
.detail-admin-edit { width: 36px; height: 36px; border-radius: 9px; }.detail-admin-edit svg, .card-admin-edit svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-admin-edit { position: absolute; z-index: 6; top: 58px; right: 13px; width: 37px; height: 37px; border-radius: 50%; }

/* All-products superuser workspace */
.manage-products-page { background: var(--cream); }
.manage-hero { padding: 140px 0 62px; color: white; background: radial-gradient(circle at 85% 10%,rgba(200,241,53,.18),transparent 28%),var(--forest); }
.manage-hero-grid { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.manage-hero h1 { margin: 15px 0 6px; font-size: clamp(48px,7vw,76px); letter-spacing: -4px; }.manage-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.62); }
.manage-workspace { padding: 0 0 100px; }
.manage-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; overflow: hidden; margin-top: -27px; border-radius: 15px; background: #dfe4dd; box-shadow: 0 17px 50px rgba(4,30,24,.12); }
.manage-stats > div { padding: 20px 23px; background: white; }.manage-stats span { display: block; color: var(--muted); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: 1px; }.manage-stats strong { display: block; margin-top: 3px; font: 800 27px "Manrope"; }
.manage-filters { display: grid; grid-template-columns: 1.5fr repeat(6,minmax(105px,1fr)); gap: 11px; align-items: end; margin-top: 28px; padding: 20px; border-radius: 15px; background: white; }
.manage-filters label { display: block; margin-bottom: 6px; font-size: 10px; font-weight: 800; }.manage-filters input, .manage-filters select { width: 100%; min-height: 42px; padding: 8px 10px; border: 1px solid #ccd2cc; border-radius: 8px; background: white; font-size: 12px; }
.manage-filter-actions { display: flex; grid-column: 1 / -1; align-items: center; justify-content: flex-end; gap: 15px; }.manage-filter-actions .button { min-height: 42px; }.manage-filter-actions a { color: var(--muted); font-size: 11px; text-decoration: underline; }
.manage-table-card { margin-top: 22px; overflow: hidden; border-radius: 15px; background: white; box-shadow: 0 1px 0 rgba(9,26,23,.06); }.manage-table-scroll { overflow-x: auto; }
.manage-table { width: 100%; border-collapse: collapse; }.manage-table th { padding: 13px 15px; color: #68756f; background: #f4f6f1; text-align: left; text-transform: uppercase; font-size: 9px; letter-spacing: .7px; white-space: nowrap; }.manage-table td { padding: 14px 15px; border-top: 1px solid #ecefe9; vertical-align: middle; font-size: 12px; }.manage-table tbody tr:hover { background: #fbfcf9; }
.manage-product-cell { display: flex; align-items: center; gap: 11px; min-width: 280px; }.manage-product-cell img { width: 53px; height: 53px; flex: 0 0 53px; border-radius: 9px; object-fit: cover; }.manage-product-cell > div { display: grid; gap: 3px; }.manage-product-cell strong { font-size: 12px; line-height: 1.3; }.manage-product-cell span { color: var(--muted); font-size: 9px; }.manage-product-cell code { padding: 2px 5px; border-radius: 4px; color: var(--ink); background: #eef1eb; font: 800 9px "Manrope"; letter-spacing: .7px; }
.manage-tier, .manage-status { display: inline-flex; padding: 5px 8px; border-radius: 999px; font-size: 9px; font-weight: 800; text-transform: uppercase; }.manage-tier.tier-gold { color: #725600; background: #fff0ad; }.manage-tier.tier-silver { color: #42575a; background: #e3edef; }.manage-tier.tier-bronze { color: #75421e; background: #f9ddc8; }.manage-tier.tier-trash { color: #62466a; background: #eddfef; }.manage-status.is-active { color: #286036; background: #dff2df; }.manage-status.is-hidden { color: #735050; background: #f1e4e3; }.click-count { font: 800 18px "Manrope"; }.manage-table del { display: block; color: #929b97; font-size: 9px; }.manage-table time { color: var(--muted); white-space: nowrap; }
.manage-row-actions { min-width: 145px; }.manage-row-actions a { display: inline-flex; align-items: center; gap: 4px; margin-right: 8px; color: #355c4e; font-size: 10px; font-weight: 800; }.manage-row-actions svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }.manage-row-actions a:hover { color: var(--ink); text-decoration: underline; }
.manage-empty { min-height: 280px; display: grid; place-items: center; align-content: center; gap: 3px; }.manage-empty > span { font-size: 40px; }.manage-empty h3 { margin: 0; }.manage-empty a { color: #3e6557; font-size: 12px; text-decoration: underline; }
.manage-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 16px 19px; border-top: 1px solid #e9ece7; }.manage-pagination a:last-child { justify-self: end; }.manage-pagination a, .manage-pagination strong { font-size: 11px; }.manage-pagination a { color: #31594b; font-weight: 800; }

@media (max-width: 1100px) {
  .manage-filters { grid-template-columns: repeat(4,1fr); }.manage-search { grid-column: span 2; }
  .existing-gallery-grid { grid-template-columns: repeat(5,minmax(0,1fr)); }
}
@media (max-width: 850px) {
  .manage-filters { grid-template-columns: repeat(2,1fr); }.manage-search { grid-column: 1 / -1; }
  .existing-gallery-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 580px) {
  .rich-toolbar { max-height: 166px; overflow-y: auto; }.rich-toolbar select { max-width: 106px; }.rich-content { min-height: 280px; padding: 14px; }.rich-content-compact { min-height: 170px; }.rich-status { display: block; }.rich-status span:last-child { display: block; margin-top: 2px; }
  .smart-panel { position: fixed; z-index: 140; inset: auto 10px 12px; max-height: min(70vh,520px); border-radius: 16px; }.smart-options { max-height: 42vh; }.smart-select.is-open::before { content: ""; position: fixed; z-index: 139; inset: 0; background: rgba(4,22,18,.57); }
  .existing-gallery-head { display: block; }.existing-gallery-head span { display: block; margin-top: 3px; }.existing-gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .card-admin-edit { top: 53px; right: 10px; width: 35px; height: 35px; }
  .manage-hero { padding: 110px 0 48px; }.manage-hero-grid { display: block; }.manage-hero h1 { font-size: 49px; letter-spacing: -3px; }.manage-hero .button { margin-top: 22px; }.manage-stats { grid-template-columns: 1fr 1fr; }.manage-stats > div:last-child { grid-column: 1 / -1; }.manage-stats > div { padding: 16px; }.manage-stats strong { font-size: 23px; }.manage-filters { grid-template-columns: 1fr; padding: 15px; }.manage-search { grid-column: auto; }.manage-filter-actions { justify-content: space-between; }
  .manage-table-scroll { overflow: visible; }.manage-table, .manage-table tbody, .manage-table tr, .manage-table td { display: block; }.manage-table thead { display: none; }.manage-table tbody { padding: 10px; }.manage-table tr { margin-bottom: 12px; padding: 14px; border: 1px solid #e0e5df; border-radius: 12px; }.manage-table td { display: flex; justify-content: space-between; gap: 15px; padding: 8px 0; border-top: 1px solid #edf0eb; text-align: right; }.manage-table td:first-child { border-top: 0; }.manage-table td::before { content: attr(data-label); color: var(--muted); text-align: left; text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .7px; }.manage-table td:first-child::before, .manage-row-actions::before { display: none; }.manage-product-cell { min-width: 0; text-align: left; }.manage-row-actions { justify-content: flex-end !important; min-width: 0; }.manage-empty { min-height: 250px; }.manage-table td[colspan] { display: block; }
}

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

/* TrendTried product-discovery upgrade */
.header-wishlist {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  color: white;
  transition: color .2s, border-color .2s, transform .2s;
}
.header-manage { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: white; transition: color .2s, border-color .2s, transform .2s; }
.header-manage:hover { color: var(--lime); border-color: var(--lime); transform: translateY(-2px); }
.header-manage svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; }
.header-wishlist:hover { color: var(--lime); border-color: var(--lime); transform: translateY(-2px); }
.header-wishlist svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.header-wishlist > span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  min-width: 18px;
  height: 18px;
  padding-inline: 4px;
  place-items: center;
  border: 2px solid var(--forest);
  border-radius: 999px;
  color: var(--ink);
  background: var(--lime);
  font-size: 9px;
  font-weight: 800;
}

.verdict-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: 1050px;
  margin-top: 45px;
}
.verdict-tile {
  --verdict-color: #fff;
  --verdict-glow: rgba(255,255,255,.12);
  position: relative;
  min-height: 132px;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  grid-template-rows: 1fr auto;
  gap: 8px 13px;
  align-items: center;
  overflow: hidden;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), border-color .3s, box-shadow .3s;
}
.verdict-gold { --verdict-color: #ffd451; --verdict-glow: rgba(255,199,30,.22); }
.verdict-silver { --verdict-color: #d9e6e7; --verdict-glow: rgba(183,215,220,.19); }
.verdict-bronze { --verdict-color: #f1a166; --verdict-glow: rgba(217,119,54,.21); }
.verdict-trash { --verdict-color: #d2afd9; --verdict-glow: rgba(168,115,181,.2); }
.verdict-tile::before {
  content: "";
  position: absolute;
  inset: auto -25% -85% 25%;
  height: 150%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--verdict-glow), transparent 65%);
  transition: transform .45s ease;
}
.verdict-tile:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--verdict-color) 55%, transparent); box-shadow: 0 20px 45px rgba(0,0,0,.19), inset 0 1px 0 rgba(255,255,255,.12); }
.verdict-tile:hover::before { transform: translate(-10%, -12%); }
.verdict-shine {
  position: absolute;
  inset: -70% auto -70% -45%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
  transform: rotate(18deg);
  transition: left .65s ease;
}
.verdict-tile:hover .verdict-shine { left: 125%; }
.verdict-number { position: absolute; right: 13px; top: 10px; color: rgba(255,255,255,.25); font: 800 10px "Manrope"; }
.verdict-icon {
  position: relative;
  z-index: 1;
  grid-row: 1 / -1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--verdict-color) 35%, transparent);
  border-radius: 14px;
  color: var(--verdict-color);
  background: color-mix(in srgb, var(--verdict-color) 10%, transparent);
  transition: transform .35s, background .35s;
}
.verdict-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.verdict-tile:hover .verdict-icon { transform: rotate(-6deg) scale(1.08); background: color-mix(in srgb, var(--verdict-color) 17%, transparent); }
.verdict-copy { position: relative; z-index: 1; display: grid; align-self: end; }
.verdict-copy strong { color: white; font: 800 17px "Manrope"; }
.verdict-copy small { color: rgba(255,255,255,.52); font-size: 11px; }
.verdict-arrow { position: relative; z-index: 1; align-self: end; color: var(--verdict-color); font-size: 18px; transition: transform .3s; }
.verdict-tile:hover .verdict-arrow { transform: translate(3px,-3px); }

.product-card { position: relative; }
.card-wishlist { position: absolute; z-index: 5; top: 13px; right: 13px; margin: 0; }
.card-wishlist button {
  display: grid;
  width: 37px;
  height: 37px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255,255,255,.92);
  box-shadow: 0 6px 18px rgba(4,25,20,.14);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: color .2s, transform .2s, background .2s;
}
.card-wishlist button:hover { transform: scale(1.09); color: #b62543; }
.card-wishlist svg { width: 18px; fill: transparent; stroke: currentColor; stroke-width: 1.9; transition: fill .2s, transform .25s; }
.card-wishlist.is-saved button { color: white; background: #b62543; }
.card-wishlist.is-saved svg { fill: currentColor; transform: scale(1.06); }
.card-wishlist.is-bouncing svg { animation: wishlist-pop .42s ease; }
@keyframes wishlist-pop { 40% { transform: scale(1.45); } 75% { transform: scale(.9); } }
.card-image .discount-badge { right: 58px; }
.product-code-tag {
  position: absolute;
  z-index: 4;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 7px;
  color: white;
  background: rgba(7,28,24,.82);
  backdrop-filter: blur(9px);
  font: 800 11px "Manrope";
  letter-spacing: 1px;
}
.product-code-tag small { color: rgba(255,255,255,.6); font: 700 8px "DM Sans"; letter-spacing: .7px; text-transform: uppercase; }
.product-card .image-arrow { z-index: 4; bottom: 14px; }
.card-meta { justify-content: flex-start; }
.card-meta span + span::before { content: "•"; margin-right: 8px; color: #a5adaa; }
.card-bottom { align-items: flex-end; gap: 10px; }
.card-actions { display: flex; align-items: center; gap: 7px; }
.card-detail-link, .card-view-link { display: inline-flex; align-items: center; justify-content: center; min-height: 35px; border-radius: 8px; font-size: 11px; font-weight: 800; }
.card-detail-link { gap: 4px; padding: 0 7px; color: #50615b; }.card-detail-link:hover { color: var(--ink); text-decoration: underline; }
.card-detail-link span { font-size: 12px; transition: transform .2s ease; }
.card-detail-link:hover span { transform: translate(2px,-2px); }
.card-view-link { gap: 5px; padding: 0 11px; color: white; background: var(--forest); transition: color .2s, background .2s, transform .2s; }
.card-view-link:hover { color: var(--ink); background: var(--lime); transform: translateY(-2px); }

/* Verdict collection pages */
.verdict-hero { --page-accent: var(--lime); position: relative; overflow: hidden; padding: 145px 0 70px; color: white; background: var(--forest); }
.verdict-hero-gold { --page-accent: #ffd451; background: linear-gradient(135deg,#0c2d25 5%,#353212 100%); }
.verdict-hero-silver { --page-accent: #d9e6e7; background: linear-gradient(135deg,#0c2d25 5%,#263b40 100%); }
.verdict-hero-bronze { --page-accent: #f1a166; background: linear-gradient(135deg,#0c2d25 5%,#422918 100%); }
.verdict-hero-trash { --page-accent: #d2afd9; background: linear-gradient(135deg,#0c2d25 5%,#38253d 100%); }
.verdict-hero .eyebrow { color: var(--page-accent); }
.verdict-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 240px; align-items: center; gap: 60px; }
.verdict-title-row { display: flex; align-items: baseline; gap: 17px; margin: 15px 0 8px; }
.verdict-title-row > span { color: var(--page-accent); font: 800 13px "Manrope"; }
.verdict-title-row h1 { margin: 0; font-size: clamp(51px,7vw,86px); line-height: 1; letter-spacing: -5px; }
.verdict-hero-grid > div:first-child > p { max-width: 620px; margin: 0; color: rgba(255,255,255,.65); font-size: 17px; }
.verdict-emblem { display: grid; width: 185px; height: 185px; place-items: center; justify-self: end; border: 1px solid color-mix(in srgb,var(--page-accent) 35%,transparent); border-radius: 50%; color: var(--page-accent); background: radial-gradient(circle,color-mix(in srgb,var(--page-accent) 14%,transparent),transparent 67%); box-shadow: 0 0 70px color-mix(in srgb,var(--page-accent) 15%,transparent); animation: emblem-float 4s ease-in-out infinite; }
.verdict-emblem::before, .verdict-emblem::after { content: ""; position: absolute; border: 1px solid color-mix(in srgb,var(--page-accent) 18%,transparent); border-radius: 50%; }
.verdict-emblem::before { width: 225px; height: 225px; }.verdict-emblem::after { width: 270px; height: 270px; }
.verdict-emblem svg { width: 82px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
@keyframes emblem-float { 50% { transform: translateY(-9px) rotate(3deg); } }
.verdict-hero-orbit { position: absolute; width: 600px; height: 600px; right: -250px; top: -250px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; }
.verdict-switcher { position: relative; z-index: 5; display: flex; justify-content: center; gap: 7px; margin-top: -24px; padding: 9px; border-radius: 15px; background: white; box-shadow: 0 15px 45px rgba(4,30,24,.13); }
.verdict-switcher a { flex: 1; max-width: 180px; padding: 11px 16px; border-radius: 9px; text-align: center; color: var(--muted); font-size: 12px; font-weight: 800; transition: .2s; }
.verdict-switcher a:hover { color: var(--ink); background: var(--cream); }.verdict-switcher a.is-active { color: var(--ink); }.verdict-switcher .switch-gold { background: #fff3bf; }.verdict-switcher .switch-silver { background: #e8f0f1; }.verdict-switcher .switch-bronze { background: #ffe4d0; }.verdict-switcher .switch-trash { background: #f1e6f3; }
.verdict-catalog { padding: 82px 0 110px; background: var(--cream); }
.verdict-catalog-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 34px; }
.verdict-catalog-head .section-kicker { max-width: 620px; line-height: 1.4; }
.verdict-catalog-head h2 { margin: 9px 0 0; font-size: clamp(31px,4vw,46px); letter-spacing: -2px; }

/* Product detail enhancements */
.exact-match-banner { display: flex; align-items: center; gap: 13px; margin-top: 20px; padding: 14px 17px; border: 1px solid #c7e383; border-radius: 12px; color: #294316; background: linear-gradient(90deg,#f1f9d5,#fbfff0); }
.exact-match-banner p { margin: 1px 0 0; color: #5e724d; font-size: 12px; }.match-pulse { width: 10px; height: 10px; flex: 0 0 auto; border-radius: 50%; background: #77a51e; box-shadow: 0 0 0 0 rgba(119,165,30,.5); animation: match-pulse 1.8s infinite; }.match-check { margin-left: auto; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: white; background: #78a523; font-weight: 800; }
@keyframes match-pulse { 70% { box-shadow: 0 0 0 9px rgba(119,165,30,0); } }
.gallery-saving { position: absolute; top: 18px; right: 18px; padding: 7px 11px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 800; }
.gallery-trust-row { display: flex; flex-wrap: wrap; gap: 7px 16px; margin-top: 14px; color: var(--muted); font-size: 10px; font-weight: 700; }
.summary-overline { gap: 15px; }
.detail-code { display: inline-flex; align-items: center; gap: 7px; padding: 6px 8px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: var(--cream); cursor: pointer; }
.detail-code small { color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .8px; }.detail-code b { font: 800 11px "Manrope"; letter-spacing: 1.2px; }.detail-code i { color: #507064; font-style: normal; font-size: 9px; text-transform: none; letter-spacing: 0; }.detail-code.is-copied i { color: #5d8f17; }
.verdict-panel { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; }
.verdict-panel-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; color: white; background: var(--forest); font: 800 17px "Manrope"; }.verdict-panel > div:nth-child(2) > span { display: block; color: var(--muted); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: 1.2px; }.verdict-panel > div:nth-child(2) > strong { display: block; margin: 2px 0; font: 800 21px "Manrope"; }.verdict-panel > div:nth-child(2) > p { margin: 0; color: var(--muted); font-size: 12px; }.verdict-panel > a { color: #4d635b; font-size: 10px; font-weight: 800; white-space: nowrap; }
.detail-actions { display: grid; grid-template-columns: 1fr auto; gap: 10px; }.detail-actions .button-shop { min-height: 58px; }.detail-wishlist button { height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; font-weight: 800; cursor: pointer; transition: .2s; }.detail-wishlist button:hover { border-color: #b62543; color: #b62543; }.detail-wishlist svg { width: 19px; fill: transparent; stroke: currentColor; stroke-width: 1.8; }.detail-wishlist.is-saved button { color: white; border-color: #b62543; background: #b62543; }.detail-wishlist.is-saved svg { fill: currentColor; }
.related-section { padding: 92px 0 105px; background: #edf0e8; }.related-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 31px; }.related-head h2 { margin: 7px 0 2px; font-size: clamp(32px,4vw,46px); letter-spacing: -2px; }.related-head p { margin: 0; color: var(--muted); font-size: 13px; }.related-head > a { font-size: 12px; font-weight: 800; }.related-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }.related-grid .card-content > p { min-height: 61px; }
.mobile-product-bar { display: none; }

/* Wishlist */
.wishlist-hero { padding: 145px 0 67px; color: white; background: radial-gradient(circle at 85% 20%,rgba(200,241,53,.18),transparent 25%),var(--forest); }.wishlist-hero h1 { margin: 16px 0 7px; font-size: clamp(48px,7vw,76px); letter-spacing: -4px; }.wishlist-hero p { max-width: 570px; color: rgba(255,255,255,.62); }.wishlist-total { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.68); font-size: 11px; }.wishlist-total strong { color: var(--lime); }.wishlist-catalog { min-height: 480px; padding: 75px 0 110px; background: var(--cream); }.wishlist-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }.wishlist-empty { min-height: 390px; }

@media (max-width: 1100px) {
  .verdict-nav { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 760px; }
  .related-grid, .wishlist-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 850px) {
  .verdict-hero-grid { grid-template-columns: 1fr 150px; }.verdict-emblem { width: 130px; height: 130px; }.verdict-emblem::before { width: 155px; height: 155px; }.verdict-emblem::after { width: 185px; height: 185px; }.verdict-emblem svg { width: 57px; }
  .related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .main-nav a[href*="wishlist"] { display: none; }
}
@media (max-width: 580px) {
  .header-actions { gap: 7px; }.header-wishlist, .header-manage { width: 34px; height: 34px; }.header-actions .text-button { white-space: nowrap; }
  .verdict-nav { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin-top: 32px; }.verdict-tile { min-height: 118px; grid-template-columns: 39px 1fr; padding: 13px; border-radius: 14px; }.verdict-icon { width: 39px; height: 39px; border-radius: 11px; }.verdict-icon svg { width: 21px; }.verdict-copy strong { font-size: 15px; }.verdict-copy small { font-size: 9px; line-height: 1.25; }.verdict-arrow { display: none; }
  .product-code-tag { left: 10px; bottom: 10px; height: 25px; padding-inline: 8px; font-size: 10px; }.card-wishlist { top: 10px; right: 10px; }.card-wishlist button { width: 35px; height: 35px; }.card-image .discount-badge { right: 51px; }.card-bottom { align-items: center; }.card-actions { gap: 4px; }.card-detail-link { display: none; }.card-view-link { padding-inline: 12px; }
  .verdict-hero { padding: 112px 0 53px; }.verdict-hero-grid { grid-template-columns: 1fr; }.verdict-emblem { position: absolute; right: -18px; bottom: -29px; width: 105px; height: 105px; opacity: .4; }.verdict-emblem::before { width: 125px; height: 125px; }.verdict-emblem::after { display: none; }.verdict-title-row h1 { font-size: 49px; letter-spacing: -3px; }.verdict-hero-grid > div:first-child > p { max-width: 78%; font-size: 14px; }.verdict-switcher { width: calc(100% - 30px); gap: 3px; padding: 6px; overflow-x: auto; justify-content: flex-start; }.verdict-switcher a { min-width: 81px; padding: 10px 9px; }.verdict-catalog { padding: 62px 0 80px; }.verdict-catalog-head h2 { font-size: 31px; }
  .exact-match-banner { margin-top: 15px; }.exact-match-banner p { line-height: 1.35; }.match-check { display: none; }
  .summary-overline { align-items: flex-start; }.detail-code small { display: none; }.verdict-panel { grid-template-columns: 38px 1fr; }.verdict-panel > a { grid-column: 2; }.detail-actions { grid-template-columns: 1fr 82px; }.detail-wishlist button { width: 82px; padding: 0; }.gallery-trust-row { justify-content: center; }.related-section { padding: 65px 0 80px; }.related-head { align-items: flex-start; }.related-head > a { display: none; }.related-grid, .wishlist-grid { grid-template-columns: 1fr; }
  .product-page { padding-bottom: 76px; }.mobile-product-bar { position: fixed; z-index: 90; inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 15px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid #dfe3dc; background: rgba(255,255,255,.96); box-shadow: 0 -12px 35px rgba(4,30,24,.12); backdrop-filter: blur(13px); }.mobile-product-bar > div { display: grid; }.mobile-product-bar small { max-width: 110px; overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.mobile-product-bar strong { font: 800 18px "Manrope"; }.mobile-product-bar > a { display: inline-flex; align-items: center; gap: 9px; min-height: 45px; padding: 0 17px; border-radius: 9px; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 800; }
  .wishlist-hero { padding: 112px 0 50px; }.wishlist-hero h1 { font-size: 49px; letter-spacing: -3px; }.wishlist-catalog { padding: 55px 0 80px; }
}

/* Discovery, live search and motion refinement */
.scroll-progress { position: fixed; z-index: 240; inset: 0 0 auto; height: 3px; overflow: hidden; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg,var(--lime),#7bdac0); box-shadow: 0 0 15px rgba(200,241,53,.55); }
[data-scroll-shift] { transform: translate3d(0,var(--scroll-shift-y,0),0); transition: transform .08s linear; will-change: transform; }
body.is-scrolling-up .back-to-top.is-visible { box-shadow: 0 0 0 5px rgba(200,241,53,.15),0 12px 28px rgba(0,0,0,.2); }

.live-search { position: relative; z-index: 35; }
.live-search > label { display: block; margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 800; }
.live-search-hero > label { color: rgba(255,255,255,.66); }
.live-search-shell { min-height: 62px; display: flex; align-items: center; gap: 12px; padding: 7px 7px 7px 18px; border: 1px solid rgba(9,26,23,.09); border-radius: 15px; background: white; box-shadow: 0 17px 45px rgba(3,22,18,.14); }
.live-search-hero .live-search-shell { min-height: 68px; border: 0; box-shadow: 0 18px 50px rgba(0,0,0,.24); }
.live-search-shell > svg { width: 21px; flex: 0 0 21px; fill: none; stroke: #64736d; stroke-width: 1.8; }
.live-search-shell input { min-width: 0; flex: 1; border: 0; color: var(--ink); background: transparent; outline: 0; }
.live-search-shell button { align-self: stretch; min-width: 112px; padding: 0 17px; border: 0; border-radius: 10px; color: var(--ink); background: var(--lime); font-weight: 800; cursor: pointer; transition: transform .2s,background .2s; }
.live-search-shell button:hover { transform: translateY(-1px); background: var(--lime-dark); }
.search-suggestions { position: absolute; z-index: 90; top: calc(100% + 9px); right: 0; left: 0; max-height: min(490px,68vh); overflow-y: auto; overscroll-behavior: contain; border: 1px solid #d9ded7; border-radius: 15px; color: var(--ink); background: #fff; box-shadow: 0 25px 70px rgba(3,27,21,.24); scrollbar-width: thin; scrollbar-color: #9eaaa4 #eef1ec; }
.search-suggestions::-webkit-scrollbar { width: 8px; }.search-suggestions::-webkit-scrollbar-track { background: #eef1ec; }.search-suggestions::-webkit-scrollbar-thumb { border: 2px solid #eef1ec; border-radius: 9px; background: #87968f; }
.suggestion-group { padding: 8px; border-bottom: 1px solid #edf0eb; }
.suggestion-group:last-child { border-bottom: 0; }
.suggestion-heading { position: sticky; z-index: 2; top: -8px; display: block; padding: 8px 9px 6px; color: #6c7b75; background: rgba(255,255,255,.96); text-transform: uppercase; font-size: 9px; letter-spacing: 1.3px; }
.suggestion-item { display: flex; align-items: center; gap: 11px; min-height: 54px; padding: 7px 9px; border-radius: 10px; transition: background .16s,transform .16s; }
.suggestion-item:hover,.suggestion-item.is-active { background: #f0f5ea; transform: translateX(2px); }
.suggestion-product img { width: 51px; height: 51px; flex: 0 0 51px; border-radius: 9px; object-fit: cover; background: var(--cream); }
.suggestion-item > span:not(.suggestion-symbol) { min-width: 0; display: grid; }
.suggestion-item b { overflow: hidden; font: 700 13px/1.3 "DM Sans",sans-serif; text-overflow: ellipsis; white-space: nowrap; }
.suggestion-item small { color: var(--muted); font-size: 10px; }
.suggestion-product em { margin-left: auto; color: var(--forest); font: 800 12px "Manrope",sans-serif; font-style: normal; white-space: nowrap; }
.suggestion-symbol { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 11px; color: white; background: var(--forest); font: 800 15px "Manrope",sans-serif; }
.suggestion-symbol-brand { color: #3a2d00; background: #ffe178; }.suggestion-symbol-category { background: #387565; }.suggestion-symbol-tag { background: #7b667e; }
.search-loading,.search-empty { padding: 22px; color: var(--muted); text-align: center; font-size: 12px; }
.search-loading span { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--lime-dark); animation: search-pulse 1s ease-in-out infinite; }
@keyframes search-pulse { 50% { transform: scale(1.6); opacity: .45; } }

.catalog-toolbox { position: relative; z-index: 12; margin-bottom: 30px; padding: 21px; border: 1px solid #e0e4dc; border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 13px 45px rgba(8,34,28,.06); backdrop-filter: blur(10px); }
.catalog-toolbox .live-search { max-width: none; }
.catalog-filter-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 17px 0 10px; padding-top: 14px; border-top: 1px solid #e7eae4; }
.catalog-filter-heading > div { display: grid; }.catalog-filter-heading strong { font: 800 13px "Manrope"; }.catalog-filter-heading span { color: var(--muted); font-size: 10px; }
.catalog-filter-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(145px,1fr)); gap: 12px; align-items: end; }
.catalog-filter-grid .filter-group { margin: 0; }
.catalog-filter-grid .filter-group label { margin-bottom: 5px; font-size: 10px; }
.catalog-filter-grid select,.catalog-filter-grid input { min-height: 43px; }
.price-filter-input { display: flex; align-items: center; overflow: hidden; border: 1px solid #ced3cc; border-radius: 10px; background: white; }
.price-filter-input:focus-within { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(18,61,50,.1); }
.price-filter-input span { padding-left: 11px; color: #63716c; font-weight: 800; }
.price-filter-input input { min-width: 0; border: 0 !important; box-shadow: none !important; }
.catalog-filter-actions { display: flex; align-items: center; gap: 12px; min-height: 43px; }.catalog-filter-actions .button { min-height: 43px; padding-inline: 18px; }.catalog-filter-actions a { color: var(--muted); font-size: 11px; text-decoration: underline; }
.catalog-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.catalog-pagination { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; margin-top: 38px; padding: 14px; border: 1px solid #dfe4dc; border-radius: 14px; background: rgba(255,255,255,.72); }
.catalog-pagination > div { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }.catalog-pagination > div strong { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); }.pagination-arrow { font-size: 11px; font-weight: 800; }.pagination-arrow:last-child { justify-self: end; }.pagination-arrow.is-disabled { color: #a8b0ac; }

/* Product card image story */
.card-image-slides { position: absolute; inset: 0; display: flex; background: #e8e7df; transform: translate3d(var(--card-gallery-offset,0%),0,0); transition: transform 1.05s cubic-bezier(.22,.72,.2,1); will-change: transform; }
.card-image .card-slide { position: relative; inset: auto; width: 100%; height: 100%; flex: 0 0 100%; opacity: 1; transform: none; object-fit: cover; transition: none; }
.card-image .card-slide.is-active { opacity: 1; transform: none; }
.product-card:hover .card-image .card-slide,.product-card:hover .card-image .card-slide.is-active { transform: none; }
.card-gallery-status { position: absolute; z-index: 3; right: 57px; bottom: 17px; padding: 4px 7px; border-radius: 999px; color: white; background: rgba(7,28,24,.72); backdrop-filter: blur(7px); font-size: 9px; font-weight: 800; }
.card-gallery-status i { font-style: normal; }
.card-content h3 { min-height: 45px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.card-meta a { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color .2s; }.card-meta a:hover { color: var(--forest); }.card-meta a + a::before { content: "•"; margin-right: 8px; color: #a5adaa; }.card-brand i { margin-right: 4px; color: var(--gold); font-style: normal; }

/* Dedicated brand, category and tag collections */
.collection-hero { position: relative; overflow: hidden; padding: 137px 0 66px; color: white; background: radial-gradient(circle at 80% 20%,rgba(200,241,53,.18),transparent 27%),linear-gradient(125deg,#071c18,#123d32); }
.collection-orb { position: absolute; width: 390px; height: 390px; right: -95px; top: -165px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: inset 0 0 80px rgba(200,241,53,.07); }
.collection-hero-inner { position: relative; z-index: 2; display: flex; align-items: center; gap: 25px; }
.collection-icon { display: grid; width: 78px; height: 78px; flex: 0 0 78px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 23px; color: var(--lime); background: rgba(255,255,255,.07); font: 800 30px "Manrope"; box-shadow: 0 18px 50px rgba(0,0,0,.17); }
.collection-icon-brand { color: #ffd758; }.collection-icon-tag { color: #dfc5e4; }
.collection-hero h1 { margin: 10px 0 4px; font-size: clamp(47px,7vw,76px); line-height: 1; letter-spacing: -4px; }.collection-hero p { margin: 0; color: rgba(255,255,255,.62); }
.collection-catalog { padding: 75px 0 105px; background: var(--cream); }.collection-head { margin-bottom: 25px; }.collection-head h2 { margin: 8px 0 2px; font-size: clamp(32px,4vw,47px); letter-spacing: -2px; }.collection-head p { margin: 0; color: var(--muted); }

/* Product detail editorial refinement */
.product-hero { gap: 52px; padding-bottom: 72px; }
.product-gallery { align-self: start; }
.product-summary { position: relative; padding: 11px 0 0; }
.summary-brand { display: inline-flex; align-items: center; gap: 6px; }.summary-brand i { color: var(--gold); font-style: normal; }
.product-summary h1 { max-width: 690px; margin: 16px 0 13px; font-size: clamp(30px,3vw,44px); line-height: 1.1; letter-spacing: -1.8px; text-wrap: balance; }
.summary-copy-wrap { position: relative; }
.product-deck { position: relative; max-height: 8.4em; overflow: hidden; color: #52635d; font-size: 15px; line-height: 1.62; transition: max-height .45s ease; }
.summary-copy-wrap:not(.is-expanded)::after { content: ""; position: absolute; right: 0; bottom: 27px; left: 0; height: 43px; pointer-events: none; background: linear-gradient(transparent,var(--paper)); }
.summary-copy-wrap.is-expanded .product-deck { max-height: 1000px; }.summary-copy-wrap.is-expanded::after { display: none; }
.summary-more { position: relative; z-index: 2; margin-top: 5px; padding: 0; border: 0; color: #315b4d; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.rating-line { margin: 17px 0; }.detail-price { margin-bottom: 18px; }.detail-price strong { font-size: 32px; }
.verdict-panel { margin: 19px 0; }
.product-taxonomy .taxonomy-brand { color: #5f4900; border-color: #e1c96b; background: #fff9df; }
.detail-body { padding: 76px 0 82px; background: linear-gradient(135deg,#f5f2e9,#eef1e8); }.detail-body-grid { grid-template-columns: minmax(0,1fr) 350px; gap: 75px; }.product-description { max-width: 790px; }.rich-copy { font-size: 16px; line-height: 1.82; }.rich-copy p { margin-bottom: 1.15em; }.rich-copy h2,.rich-copy h3,.rich-copy h4 { margin: 1.4em 0 .55em; letter-spacing: -.6px; }.product-facts { position: sticky; top: 98px; border: 1px solid #e2e6df; box-shadow: 0 18px 55px rgba(7,35,29,.07); }.product-facts a { color: #315e50; text-decoration: underline; text-decoration-color: #b9c9c0; text-underline-offset: 2px; }
.reviews-section { padding: 76px 0 88px; background: #fff; }.reviews-grid { gap: 62px; }.review-empty { display: flex; align-items: center; gap: 15px; min-height: 96px; }.review-empty > span { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--lime); font-size: 24px; }.review-empty strong { display: block; color: var(--ink); }.review-empty p { margin: 2px 0 0; font-size: 12px; }.review-form-card { border: 1px solid #e2e3dc; box-shadow: 0 18px 50px rgba(7,35,29,.06); }

@media (max-width: 1100px) {
  .catalog-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .catalog-filter-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 850px) {
  .catalog-filter-heading .filter-toggle { display: inline-flex; }
  .catalog-filter-panel { display: none; }.catalog-filter-panel.is-open { display: block; }
  .catalog-filter-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalog-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .collection-hero { padding-top: 118px; }
  .product-facts { position: static; }
}
@media (max-width: 580px) {
  .hero-search { margin-top: 31px; }.live-search-shell { min-height: 56px; padding: 7px 7px 7px 13px; }.live-search-shell button { min-width: 79px; padding-inline: 11px; font-size: 12px; }.live-search-hero .live-search-shell { min-height: 59px; }.search-suggestions { max-height: 62vh; border-radius: 12px; }.suggestion-product img { width: 45px; height: 45px; flex-basis: 45px; }.suggestion-product em { font-size: 10px; }
  .catalog-toolbox { margin-inline: -3px; padding: 14px; border-radius: 15px; }.catalog-filter-grid { grid-template-columns: 1fr 1fr; gap: 10px; }.catalog-filter-actions { grid-column: 1 / -1; }.catalog-filter-actions .button { flex: 1; }.catalog-product-grid { grid-template-columns: 1fr; }.catalog-pagination { margin-top: 27px; padding: 10px; }.catalog-pagination > div span { display: none; }.pagination-arrow { font-size: 10px; }
  .card-content h3 { min-height: auto; }.card-gallery-status { right: 51px; bottom: 13px; }
  .collection-hero { padding: 103px 0 45px; }.collection-hero-inner { gap: 15px; }.collection-icon { width: 58px; height: 58px; flex-basis: 58px; border-radius: 17px; font-size: 22px; }.collection-hero h1 { font-size: 40px; letter-spacing: -2.2px; }.collection-hero p { font-size: 12px; }.collection-catalog { padding: 56px 0 78px; }
  .product-summary h1 { font-size: 31px; line-height: 1.12; letter-spacing: -1.35px; }.product-deck { font-size: 14px; }.product-hero { gap: 30px; padding-bottom: 56px; }.detail-body { padding: 61px 0 66px; }.detail-body-grid { gap: 28px; }.rich-copy { font-size: 15px; line-height: 1.72; }.reviews-section { padding: 60px 0 72px; }.reviews-grid { gap: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  [data-scroll-shift] { transform: none !important; transition: none !important; }.card-image .card-slide { transition: opacity .15s; }.search-loading span { animation: none; }
}

/* Home: product-first discovery */
.home-hero {
  z-index: 20;
  min-height: 0;
  overflow: visible;
  padding: 126px 0 43px;
}
.home-hero::after { z-index: -1; }
.home-hero .hero-orb { z-index: -1; pointer-events: none; }
.home-hero .hero-copy { max-width: 730px; }
.home-hero .hero-copy h1 { margin: 14px 0 13px; font-size: clamp(43px,6vw,68px); letter-spacing: -3.8px; }
.home-hero .hero-copy > p { margin-bottom: 0; font-size: 16px; }
.home-hero .hero-search { position: relative; z-index: 80; max-width: 945px; margin-top: 25px; }
.home-hero .live-search { z-index: 90; }
.home-hero .search-suggestions { z-index: 300; }
.home-hero .verdict-nav { max-width: none; margin-top: 27px; }
.home-hero .verdict-tile { min-height: 108px; padding: 14px; }
.verdict-tile.is-active {
  border-color: color-mix(in srgb,var(--verdict-color) 78%,transparent);
  background: linear-gradient(145deg,color-mix(in srgb,var(--verdict-color) 16%,transparent),rgba(255,255,255,.045));
  box-shadow: 0 14px 35px rgba(0,0,0,.16),inset 0 0 0 1px color-mix(in srgb,var(--verdict-color) 18%,transparent);
}
.verdict-tile.is-active::after { content: "Selected"; position: absolute; right: 12px; bottom: 9px; color: var(--verdict-color); font-size: 8px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }

.home-discovery { position: relative; z-index: 1; min-height: 520px; padding: 48px 0 104px; background: var(--cream); scroll-margin-top: 84px; }
.home-control-bar { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; padding: 15px 17px; border: 1px solid #dfe4dc; border-radius: 16px; background: rgba(255,255,255,.78); box-shadow: 0 12px 38px rgba(7,35,29,.05); }
.home-control-copy { min-width: 170px; }
.home-control-copy .section-kicker { font-size: 9px; }
.home-control-copy p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.home-control-copy strong { color: var(--ink); font: 800 15px "Manrope",sans-serif; }
.home-quick-filters { display: grid; grid-template-columns: repeat(2,minmax(175px,210px)); gap: 11px; }
.home-quick-filters label { display: grid; gap: 5px; }
.home-quick-filters label > span { color: #53645e; font-size: 9px; font-weight: 800; letter-spacing: .45px; text-transform: uppercase; }
.home-quick-filters select { min-height: 42px; padding: 0 35px 0 12px; border: 1px solid #cfd6ce; border-radius: 10px; color: var(--ink); background-color: white; font-size: 12px; font-weight: 700; outline: 0; cursor: pointer; }
.home-quick-filters select:focus { border-color: #527b6e; box-shadow: 0 0 0 3px rgba(36,91,75,.1); }
.home-results { min-height: 320px; }
.home-discovery.is-loading .home-results { display: none; }
.home-loading { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 21px; }
.home-loading[hidden] { display: none !important; }
.home-skeleton-card { overflow: hidden; min-height: 430px; border-radius: var(--radius); background: var(--paper); box-shadow: 0 1px 0 rgba(9,26,23,.08); }
.home-skeleton-card > * { display: block; margin-inline: 20px; border-radius: 8px; background: linear-gradient(105deg,#e7e8e2 20%,#f5f6f1 38%,#e7e8e2 56%); background-size: 220% 100%; animation: home-skeleton-shimmer 1.15s linear infinite; }
.home-skeleton-card i { height: 245px; margin: 0; border-radius: 0; }
.home-skeleton-card span { height: 14px; margin-top: 20px; }
.home-skeleton-card span + span { width: 68%; margin-top: 11px; }
.home-skeleton-card b { width: 42%; height: 25px; margin-top: 34px; }
@keyframes home-skeleton-shimmer { to { background-position-x: -220%; } }
.home-section-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
.home-section-head h2 { margin: 7px 0 2px; font-size: clamp(31px,4vw,46px); line-height: 1.1; letter-spacing: -2px; }
.home-section-head p { margin: 0; color: var(--muted); font-size: 13px; }
.home-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 21px; }
.home-pagination { display: grid; grid-template-columns: 120px 1fr 120px; align-items: center; gap: 16px; margin-top: 46px; padding: 13px; border: 1px solid #dfe4dc; border-radius: 15px; background: rgba(255,255,255,.8); box-shadow: 0 12px 40px rgba(7,35,29,.055); }
.home-pagination > a,.home-pagination > span { font-size: 11px; font-weight: 800; }
.home-pagination > a:last-child,.home-pagination > span:last-child { justify-self: end; }
.home-pagination .is-disabled { color: #a4ada8; }
.home-pagination-pages { display: flex; align-items: center; justify-content: center; gap: 7px; }
.home-pagination-pages a { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 10px; color: #4d5e58; font: 800 11px "Manrope"; transition: .2s; }
.home-pagination-pages a:hover { color: var(--ink); background: #e8eee3; transform: translateY(-2px); }
.home-pagination-pages a.is-current { color: var(--ink); background: var(--lime); box-shadow: 0 7px 18px rgba(166,207,18,.22); }
.home-pagination-ellipsis { color: #89938f; }
.home-see-all-wrap { display: flex; justify-content: center; margin-top: 30px; }
.home-see-all-wrap .button { min-width: 250px; justify-content: center; gap: 9px; }
.home-see-all-wrap .button span { transition: transform .2s ease; }
.home-see-all-wrap .button:hover span { transform: translate(2px,-2px); }

@media (max-width: 1100px) {
  .home-product-grid,.home-loading { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .home-hero .verdict-nav { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media (max-width: 850px) {
  .home-hero { padding-top: 114px; }
  .home-hero .verdict-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-control-bar { align-items: stretch; flex-direction: column; gap: 14px; }
  .home-quick-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-product-grid,.home-loading { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 580px) {
  .home-hero { padding: 101px 0 27px; }
  .home-hero .hero-copy h1 { margin-block: 10px; font-size: 43px; line-height: 1.02; letter-spacing: -2.7px; }
  .home-hero .hero-copy > p { max-width: 330px; font-size: 14px; line-height: 1.45; }
  .home-hero .hero-search { margin-top: 21px; }
  .home-hero .search-hint { display: none; }
  .home-hero .verdict-nav { margin-top: 20px; }
  .home-hero .verdict-tile { min-height: 102px; }
  .verdict-tile.is-active::after { display: none; }
  .search-suggestions { right: -4px; left: -4px; max-height: min(410px,58vh); }
  .suggestion-product b { max-width: 100%; }
  .suggestion-product em { display: none; }
  .home-discovery { padding: 35px 0 75px; }
  .home-control-bar { margin-bottom: 22px; padding: 13px; border-radius: 14px; }
  .home-control-copy { display: flex; align-items: center; justify-content: space-between; min-width: 0; }
  .home-control-copy p { margin: 0; }
  .home-quick-filters { gap: 8px; }
  .home-quick-filters select { min-height: 40px; width: 100%; padding-left: 10px; font-size: 11px; }
  .home-section-head { align-items: flex-start; margin-bottom: 19px; }
  .home-section-head h2 { font-size: 30px; letter-spacing: -1.45px; }
  .home-section-head p { font-size: 12px; }
  .home-product-grid,.home-loading { grid-template-columns: 1fr; gap: 16px; }
  .home-skeleton-card:nth-child(n+4) { display: none; }
  .home-pagination { grid-template-columns: 75px 1fr 75px; gap: 7px; margin-top: 30px; padding: 9px; }
  .home-pagination > a,.home-pagination > span { font-size: 9px; }
  .home-pagination-pages { gap: 3px; }
  .home-pagination-pages a { width: 31px; height: 31px; border-radius: 8px; }
  .home-see-all-wrap { margin-top: 24px; }
  .home-see-all-wrap .button { width: 100%; min-width: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .home-skeleton-card > * { animation: none; }
  .card-image-slides { transition-duration: .01ms; }
}
