:root {
  --ink: #173128;
  --ink-soft: #577066;
  --forest: #143d2b;
  --forest-2: #1d5b3d;
  --leaf: #8dbd74;
  --orange: #ec7f45;
  --cream: #f8f5ec;
  --paper: #fffdf9;
  --line: rgba(23, 49, 40, .14);
  --shadow: 0 24px 60px rgba(16, 54, 35, .12);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.5; }
body.no-scroll { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 18px; color: #e9f2df; background: var(--forest); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.announcement-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; width: 100%; padding: 18px max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(23, 49, 40, .08); background: rgba(255, 253, 249, .91); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 12px 4px 12px 4px; color: #f8f5ec; background: var(--forest); font-family: "Playfair Display", serif; font-size: 13px; font-weight: 800; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: "Playfair Display", serif; font-size: 15px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--orange); font-size: 8px; font-weight: 700; letter-spacing: .22em; }
.main-nav { display: flex; align-items: center; gap: 30px; color: var(--ink-soft); font-size: 13px; }
.main-nav a:hover, .footer-links a:hover { color: var(--forest); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.icon-button, .cart-button, .editor-trigger, .close-button, .text-button { border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.icon-button { display: inline-flex; align-items: center; gap: 7px; padding: 8px; font-size: 12px; }
.icon-circle { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; font-size: 19px; line-height: 1; }
.cart-button { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }
.cart-count { display: grid; place-items: center; min-width: 21px; height: 21px; padding: 0 5px; border-radius: 50%; color: #fff; background: var(--orange); font-size: 10px; font-weight: 700; }
.editor-trigger { display: none; padding: 8px 12px; border-radius: 999px; color: var(--forest); background: #e9f2df; font-size: 11px; font-weight: 700; }
.eyebrow { margin: 0 0 12px; color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Playfair Display", serif; line-height: 1.06; letter-spacing: -.045em; }
h1 { max-width: 620px; margin-bottom: 22px; font-size: clamp(49px, 7vw, 88px); }
h2 { margin-bottom: 14px; font-size: clamp(35px, 4vw, 54px); }
h3 { margin-bottom: 8px; font-size: 25px; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .84fr); align-items: center; gap: 56px; min-height: 730px; padding-top: 80px; padding-bottom: 72px; }
.hero-body { max-width: 530px; margin-bottom: 30px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-bottom: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 50px; padding: 0 21px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .01em; }
.button-primary { color: #fff; background: var(--forest); box-shadow: 0 12px 24px rgba(20, 61, 43, .16); }
.button-primary:hover { background: var(--forest-2); transform: translateY(-1px); }
.button-light { color: var(--forest); background: #fff; }
.text-button { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; color: var(--forest); font-size: 13px; font-weight: 700; }
.text-button span { color: var(--orange); font-size: 18px; }
.hero-note { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 12px; }
.note-icon { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--orange); background: #fff0e9; }
.hero-art { position: relative; min-height: 560px; }
.hero-image { position: absolute; overflow: hidden; border-radius: 150px 150px 22px 22px; background: #e7ede3; box-shadow: var(--shadow); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-main { top: 20px; right: 4%; width: 70%; height: 500px; transform: rotate(2.7deg); }
.hero-image-main img { object-position: 49% 46%; }
.hero-image-side { bottom: 7px; left: 1%; width: 42%; height: 300px; border: 9px solid var(--paper); transform: rotate(-8deg); }
.hero-image-side img { object-position: 52% 64%; }
.hero-orbit { position: absolute; border: 1px solid rgba(45, 105, 65, .18); border-radius: 50%; }
.orbit-one { width: 98%; height: 55%; top: 10%; left: -7%; transform: rotate(-22deg); }
.orbit-two { width: 80%; height: 74%; top: 12%; right: -4%; transform: rotate(26deg); }
.hero-chip { position: absolute; top: 3%; left: 3%; display: flex; align-items: center; gap: 9px; padding: 10px 13px 10px 10px; border: 1px solid rgba(20, 61, 43, .11); border-radius: 999px; color: var(--forest); background: rgba(255, 253, 249, .92); box-shadow: 0 14px 30px rgba(20, 61, 43, .1); }
.hero-chip strong, .hero-chip small { display: block; line-height: 1; }
.hero-chip strong { font-size: 16px; }
.hero-chip small { margin-top: 4px; color: var(--ink-soft); font-size: 9px; }
.chip-star { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; background: var(--orange); font-size: 13px; }
.hero-sticker { position: absolute; right: 1%; bottom: 14%; display: grid; place-items: center; width: 94px; height: 94px; border-radius: 50%; color: var(--forest); background: #d8e9c6; font-family: "Playfair Display", serif; font-size: 15px; line-height: 1.05; text-align: center; transform: rotate(11deg); }
.hero-sticker em { color: var(--orange); font-style: normal; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 20px; padding-bottom: 82px; }
.trust-item { display: flex; align-items: center; gap: 14px; min-height: 86px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.trust-icon { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 12px; color: var(--forest); background: #e7f0e0; font-size: 11px; font-weight: 700; }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { font-size: 13px; }
.trust-item small { margin-top: 4px; color: var(--ink-soft); font-size: 11px; }
.catalog-section { padding-bottom: 94px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-intro { max-width: 350px; margin: 0 0 6px; color: var(--ink-soft); font-size: 13px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.category-tabs { display: flex; flex-wrap: wrap; gap: 8px; }
.category-tab { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: transparent; cursor: pointer; font-size: 11px; }
.category-tab.active, .category-tab:hover { border-color: var(--forest); color: #fff; background: var(--forest); }
.catalog-count { color: var(--ink-soft); font-size: 11px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(20, 61, 43, .1); }
.product-photo { position: relative; height: 340px; overflow: hidden; background: #ecf2e8; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-photo img { transform: scale(1.04); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 6px 9px; border-radius: 999px; color: var(--forest); background: rgba(255,255,255,.88); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-category { margin-bottom: 8px; color: var(--orange); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-body h3 { margin-bottom: 8px; font-size: 25px; }
.product-description { min-height: 42px; margin-bottom: 18px; color: var(--ink-soft); font-size: 12px; }
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: auto; }
.product-price small, .product-price strong { display: block; }
.product-price small { margin-bottom: 4px; color: var(--ink-soft); font-size: 10px; }
.product-price strong { font-family: "Playfair Display", serif; font-size: 21px; }
.mini-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 39px; padding: 0 13px; border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.mini-button:hover, .mini-button.filled { color: #fff; background: var(--forest); }
.mini-button.orange { border-color: var(--orange); color: var(--orange); }
.mini-button.orange:hover { color: #fff; background: var(--orange); }
.bundle-banner { display: flex; align-items: center; gap: 28px; min-height: 195px; margin-bottom: 110px; padding: 32px 46px; border-radius: 30px; color: #fff; background: var(--forest); }
.bundle-banner h2 { margin-bottom: 9px; font-size: 37px; }
.bundle-banner p:not(.eyebrow) { max-width: 490px; margin-bottom: 0; color: #d6e4d8; font-size: 13px; }
.bundle-banner .eyebrow { color: #ffae7d; }
.bundle-mark { display: grid; place-items: center; flex: 0 0 94px; width: 94px; height: 94px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #d9efc9; font-family: "Playfair Display", serif; font-size: 15px; line-height: .94; text-align: center; transform: rotate(-10deg); }
.bundle-mark strong { color: #fff; font-size: 22px; }
.bundle-banner .button { margin-left: auto; white-space: nowrap; }
.story-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: 76px; padding-bottom: 116px; }
.story-image { position: relative; min-height: 470px; overflow: hidden; border-radius: 150px 25px 25px 25px; background: #e7eee1; }
.story-image img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; object-position: 42% 56%; }
.story-caption { position: absolute; right: 20px; bottom: 20px; max-width: 150px; padding: 12px; border-radius: 12px; color: var(--forest); background: rgba(255,255,255,.87); font-family: "Playfair Display", serif; font-size: 14px; line-height: 1.05; }
.story-copy p:not(.eyebrow):not(.story-note) { max-width: 500px; color: var(--ink-soft); font-size: 16px; }
.story-rule { width: 100%; height: 1px; margin: 30px 0 22px; background: var(--line); }
.story-note { max-width: 500px; margin-bottom: 22px; color: var(--ink-soft); font-size: 11px; }
.faq-section { padding-bottom: 112px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
details { border-top: 1px solid var(--line); padding: 18px 4px; }
details:last-child, details:nth-last-child(2) { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--orange); font-size: 20px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 500px; margin: 12px 36px 0 0; color: var(--ink-soft); font-size: 12px; }
.site-footer { padding: 45px 0 34px; color: #dbeadd; background: var(--forest); }
.footer-inner { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 30px; }
.brand-footer .brand-mark { color: var(--forest); background: #d8e9c6; }
.brand-footer .brand-copy strong { color: #fff; }
.footer-inner > div:first-child p { margin: 17px 0 0; color: #b9cfbd; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; color: #b9cfbd; font-size: 12px; }
.footer-links button { width: fit-content; padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; font-size: inherit; }
.footer-note { display: flex; flex-direction: column; align-items: flex-end; justify-content: end; gap: 8px; color: #8eb19a; font-size: 10px; text-align: right; }
.modal-backdrop { position: fixed; inset: 0; z-index: 30; display: none; background: rgba(10, 28, 19, .42); backdrop-filter: blur(5px); }
.modal-backdrop.active { display: block; }
.side-panel { position: fixed; top: 0; right: 0; z-index: 40; display: flex; flex-direction: column; width: min(470px, 100%); height: 100vh; background: var(--paper); box-shadow: -15px 0 42px rgba(8, 34, 21, .16); transform: translateX(105%); transition: transform .28s ease; }
.side-panel.active { transform: translateX(0); }
.panel-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 30px 30px 20px; border-bottom: 1px solid var(--line); }
.panel-header h2 { margin-bottom: 0; font-size: 33px; }
.close-button { width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink-soft); font-size: 22px; line-height: 1; }
.panel-content { flex: 1; overflow: auto; padding: 24px 30px 35px; }
.empty-state { display: grid; place-items: center; min-height: 290px; padding: 30px; border: 1px dashed var(--line); border-radius: 20px; color: var(--ink-soft); font-size: 13px; text-align: center; }
.empty-state strong { display: block; margin-bottom: 8px; color: var(--ink); font-family: "Playfair Display", serif; font-size: 27px; }
.cart-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 12px; align-items: center; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 72px; height: 78px; border-radius: 12px; object-fit: cover; background: #e8f0e3; }
.cart-line h3 { margin-bottom: 5px; font-size: 16px; }
.cart-line p { margin-bottom: 8px; color: var(--ink-soft); font-size: 10px; }
.quantity-control { display: inline-flex; align-items: center; gap: 10px; padding: 4px 7px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }
.quantity-control button { width: 18px; height: 18px; padding: 0; border: 0; border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; }
.cart-line-total { font-family: "Playfair Display", serif; font-size: 15px; white-space: nowrap; }
.cart-summary { margin-top: 24px; padding: 18px; border-radius: 18px; background: #eef4e9; }
.summary-row { display: flex; justify-content: space-between; gap: 18px; color: var(--ink-soft); font-size: 12px; }
.summary-row + .summary-row { margin-top: 10px; }
.summary-row.total { padding-top: 13px; border-top: 1px solid var(--line); color: var(--ink); font-size: 15px; font-weight: 700; }
.summary-row.total strong { font-family: "Playfair Display", serif; font-size: 20px; }
.cart-summary .button { width: 100%; margin-top: 18px; }
.cart-note { margin: 16px 0 0; color: var(--ink-soft); font-size: 10px; line-height: 1.5; }
.modal { position: fixed; top: 50%; left: 50%; z-index: 50; display: none; width: min(920px, calc(100% - 32px)); max-height: min(720px, calc(100vh - 32px)); overflow: auto; border-radius: 25px; background: var(--paper); box-shadow: 0 25px 70px rgba(8, 34, 21, .26); transform: translate(-50%, -48%); }
.modal.active { display: block; }
.product-modal-layout { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 490px; }
.product-modal-image { min-height: 500px; overflow: hidden; background: #e8f0e3; }
.product-modal-image img { width: 100%; height: 100%; object-fit: cover; }
.product-modal-copy { position: relative; padding: 40px; }
.product-modal-copy .close-button { position: absolute; top: 18px; right: 18px; }
.product-modal-copy h2 { max-width: 420px; margin-bottom: 12px; font-size: 44px; }
.product-modal-copy > p { color: var(--ink-soft); font-size: 13px; }
.modal-label { margin-top: 24px; margin-bottom: 9px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.quantity-picker { display: flex; flex-wrap: wrap; gap: 7px; }
.quantity-option { padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); background: transparent; cursor: pointer; font-size: 11px; }
.quantity-option.active, .quantity-option:hover { border-color: var(--forest); color: #fff; background: var(--forest); }
.modal-price-row { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 23px 0 20px; }
.modal-price-row small { display: block; margin-bottom: 3px; color: var(--ink-soft); font-size: 10px; }
.modal-price-row strong { display: block; font-family: "Playfair Display", serif; font-size: 29px; }
.product-highlights { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 23px; }
.highlight { padding: 11px; border-radius: 12px; color: var(--ink-soft); background: #eef4e9; font-size: 10px; }
.product-disclaimer { margin-top: 17px; color: var(--ink-soft); font-size: 10px; }
.auth-modal { width: min(520px, calc(100% - 32px)); }
.auth-content { padding: 35px; }
.auth-content h2 { margin-bottom: 10px; font-size: 37px; }
.auth-content > p { color: var(--ink-soft); font-size: 12px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 22px 0; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 12px; outline: none; color: var(--ink); background: #fff; font-size: 12px; }
.field textarea { min-height: 74px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(20, 61, 43, .08); }
.dashboard-header { display: flex; align-items: start; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.dashboard-header h2 { margin-bottom: 5px; font-size: 35px; }
.dashboard-header p { margin-bottom: 0; color: var(--ink-soft); font-size: 12px; }
.dashboard-tabs { display: flex; gap: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--line); }
.dashboard-tab { padding: 0 0 11px; border: 0; border-bottom: 2px solid transparent; color: var(--ink-soft); background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.dashboard-tab.active { border-color: var(--orange); color: var(--ink); }
.order-card { margin-bottom: 10px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; }
.order-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.order-top strong { font-size: 12px; }
.status-pill { padding: 4px 7px; border-radius: 999px; color: var(--forest); background: #e7f0e0; font-size: 9px; font-weight: 700; }
.order-card p { margin-bottom: 0; color: var(--ink-soft); font-size: 11px; }
.editor-panel { width: min(520px, 100%); }
.editor-mode-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 30px; border-bottom: 1px solid var(--line); }
.editor-mode-row strong, .editor-mode-row small { display: block; }
.editor-mode-row strong { font-size: 12px; }
.editor-mode-row small { margin-top: 4px; color: var(--ink-soft); font-size: 10px; }
.switch { position: relative; width: 44px; height: 24px; padding: 0; border: 0; border-radius: 999px; background: #dce6dd; cursor: pointer; }
.switch span { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.18); transition: transform .2s ease; }
.switch[aria-pressed="true"] { background: var(--forest); }
.switch[aria-pressed="true"] span { transform: translateX(20px); }
.editor-tabs { display: flex; gap: 18px; padding: 16px 30px 0; border-bottom: 1px solid var(--line); }
.editor-tab { padding: 0 0 11px; border: 0; border-bottom: 2px solid transparent; color: var(--ink-soft); background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.editor-tab.active { border-color: var(--orange); color: var(--ink); }
.editor-content { flex: 1; overflow: auto; padding: 22px 30px 40px; }
.editor-content h3 { font-size: 22px; }
.editor-hint { margin: -3px 0 20px; color: var(--ink-soft); font-size: 11px; }
.editor-copy-list { display: grid; gap: 10px; }
.editor-copy-card { padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.editor-copy-card label { display: block; margin-bottom: 6px; color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.editor-copy-card textarea { width: 100%; min-height: 65px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; outline: none; color: var(--ink); background: #fff; font-size: 12px; resize: vertical; }
.editor-copy-card textarea:focus { border-color: var(--forest); }
.editor-actions { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 26px; }
.editor-product-list { display: grid; gap: 9px; }
.editor-product-row { display: grid; grid-template-columns: 24px 44px 1fr auto; align-items: center; gap: 10px; padding: 9px; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: grab; }
.editor-product-row:active { cursor: grabbing; }
.drag-handle { color: var(--ink-soft); font-size: 17px; }
.editor-product-row img { width: 44px; height: 47px; border-radius: 8px; object-fit: cover; }
.editor-product-row strong, .editor-product-row small { display: block; }
.editor-product-row strong { font-size: 11px; }
.editor-product-row small { margin-top: 3px; color: var(--ink-soft); font-size: 9px; }
.editor-row-actions { display: flex; gap: 4px; }
.tiny-button { padding: 6px 7px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: #fff; cursor: pointer; font-size: 9px; }
.tiny-button:hover { border-color: var(--forest); color: var(--forest); }
.product-form { display: grid; gap: 10px; padding-top: 16px; border-top: 1px solid var(--line); }
.product-form .field-grid { margin: 0; }
.editor-active [data-edit-key] { outline: 1px dashed rgba(236, 127, 69, .7); outline-offset: 5px; cursor: text; }
.editor-active [data-edit-key]:focus { outline: 2px solid var(--orange); }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 80; max-width: min(340px, calc(100% - 44px)); padding: 13px 16px; border-radius: 12px; color: #fff; background: var(--forest); box-shadow: var(--shadow); font-size: 12px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: translateY(0); }

@media (min-width: 1100px) { .editor-trigger { display: inline-block; } }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding-top: 54px; }
  .hero-art { min-height: 500px; width: min(600px, 100%); margin: 0 auto; }
  .trust-strip { grid-template-columns: 1fr; gap: 10px; padding-bottom: 64px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .story-section { grid-template-columns: 1fr; gap: 38px; }
  .story-image { min-height: 420px; }
  .story-image img { min-height: 420px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-note { grid-column: 1 / -1; align-items: start; text-align: left; }
}
@media (max-width: 650px) {
  .section-shell { width: min(100% - 32px, 1180px); }
  .site-header { padding: 14px 16px; }
  .brand-copy strong { font-size: 13px; }
  .desktop-only { display: none; }
  .header-actions { gap: 4px; }
  .hero { min-height: auto; padding-top: 48px; padding-bottom: 58px; }
  h1 { font-size: clamp(44px, 15vw, 68px); }
  .hero-body { font-size: 15px; }
  .hero-art { min-height: 390px; }
  .hero-image-main { height: 350px; }
  .hero-image-side { height: 220px; }
  .hero-sticker { width: 74px; height: 74px; font-size: 12px; }
  .section-heading { display: block; }
  .section-intro { margin-top: 14px; }
  .catalog-toolbar { display: block; }
  .catalog-count { display: block; margin-top: 12px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-photo { height: 360px; }
  .bundle-banner { display: grid; grid-template-columns: auto 1fr; gap: 17px; margin-bottom: 80px; padding: 25px 22px; }
  .bundle-banner .button { grid-column: 1 / -1; margin-left: 0; width: 100%; }
  .bundle-banner h2 { font-size: 30px; }
  .story-section { padding-bottom: 80px; }
  .story-image { min-height: 330px; }
  .story-image img { min-height: 330px; }
  .faq-grid { grid-template-columns: 1fr; }
  details:last-child, details:nth-last-child(2) { border-bottom: 0; }
  details:last-child { border-bottom: 1px solid var(--line); }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-note { grid-column: auto; }
  .product-modal-layout { grid-template-columns: 1fr; }
  .product-modal-image { min-height: 300px; max-height: 360px; }
  .product-modal-copy { padding: 28px 22px 30px; }
  .product-modal-copy h2 { font-size: 36px; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .panel-header, .panel-content, .editor-content { padding-left: 22px; padding-right: 22px; }
  .editor-mode-row, .editor-tabs { padding-left: 22px; padding-right: 22px; }
}
