:root {
  --forest: #123c34;
  --forest-2: #1f5549;
  --lime: #dff06f;
  --sand: #f5f3ed;
  --paper: #fffefb;
  --ink: #17221f;
  --muted: #63706c;
  --line: #dce1dd;
  --orange: #e96a32;
  --shadow: 0 24px 70px rgba(20, 48, 41, .13);
  --soft-shadow: 0 12px 34px rgba(20, 48, 41, .08);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: var(--ink);
  background: var(--sand);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--sand); color: var(--ink); }
body.drawer-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 10px 16px; border-radius: 8px; background: var(--lime); color: var(--forest); font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid rgba(220,225,221,.85); background: rgba(255,254,251,.92); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--forest); color: #fff; font-size: 14px; font-weight: 900; letter-spacing: .06em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 18px; letter-spacing: .02em; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 11px; font-weight: 600; }
.desktop-nav { display: flex; align-items: center; gap: 30px; color: #44524e; font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 27px 0; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; border-radius: 2px; background: var(--forest); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 9px; }
.primary-button, .secondary-button, .ghost-button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 0; border-radius: 12px; padding: 0 18px; cursor: pointer; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.primary-button { background: var(--forest); color: #fff; box-shadow: 0 8px 18px rgba(18,60,52,.16); }
.primary-button:hover, .secondary-button:hover { transform: translateY(-1px); }
.primary-button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.secondary-button { border: 1px solid #bfd0ca; background: rgba(255,255,255,.88); color: var(--forest); }
.ghost-button { background: transparent; color: var(--forest); }
.large { min-height: 52px; padding: 0 24px; border-radius: 14px; }
.cart-count { display: inline-grid; min-width: 22px; height: 22px; margin-left: 7px; place-items: center; border-radius: 999px; background: var(--lime); color: var(--forest); font-size: 12px; }
.mobile-menu-trigger { display: none; width: 42px; height: 42px; border: 0; background: transparent; font-size: 24px; }
.mobile-nav { padding: 4px 20px 16px; border-top: 1px solid var(--line); background: var(--paper); }
.mobile-nav a { display: block; padding: 12px 0; color: #3d4c47; font-weight: 700; }

.hero { position: relative; overflow: hidden; padding: 72px 0 82px; background: radial-gradient(circle at 12% 20%, rgba(223,240,111,.28), transparent 27%), linear-gradient(135deg, #f8f7f2 0%, #eef3ed 100%); }
.hero::before { position: absolute; top: -180px; right: -160px; width: 560px; height: 560px; border: 1px solid rgba(18,60,52,.08); border-radius: 50%; content: ""; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr); gap: 76px; align-items: center; }
.eyebrow { display: flex; flex-wrap: wrap; gap: 8px; }
.eyebrow span, .kicker { color: var(--forest-2); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.eyebrow span { min-height: 30px; padding: 7px 11px; border: 1px solid #cbd7d2; border-radius: 999px; background: rgba(255,255,255,.7); letter-spacing: 0; }
.hero h1 { max-width: 720px; margin: 22px 0 22px; color: #14312b; font-size: clamp(44px, 5.2vw, 72px); line-height: 1.08; letter-spacing: -.04em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 650px; margin: 0; color: #566560; font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-proof { display: flex; gap: 26px; margin-top: 42px; color: #54635e; font-size: 13px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof b { color: var(--orange); font-size: 12px; }
.hero-visual { position: relative; }
.hero-image-shell { position: relative; overflow: hidden; border: 9px solid rgba(255,255,255,.88); border-radius: 30px; background: #f1f0e9; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.hero-image-shell picture, .hero-image-shell img { display: block; width: 100%; aspect-ratio: 1 / 1; }
.hero-image-shell img { object-fit: contain; object-position: center; }
.hero-image-label { position: absolute; right: 18px; bottom: 18px; left: 18px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 16px; background: rgba(18,60,52,.9); color: #fff; backdrop-filter: blur(12px); }
.hero-image-label span, .hero-image-label strong, .hero-image-label small { display: block; }
.hero-image-label span { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.hero-image-label strong { margin-top: 5px; font-size: 18px; }
.hero-image-label small { margin-top: 3px; color: #d7e2de; }
.floating-card { position: absolute; z-index: 2; min-width: 220px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 15px; background: rgba(255,255,255,.92); box-shadow: var(--soft-shadow); backdrop-filter: blur(10px); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { color: var(--muted); font-size: 11px; }
.floating-card strong { margin-top: 4px; color: var(--forest); font-size: 14px; }
.floating-card.top { top: 34px; left: -48px; }
.floating-card.bottom { right: -30px; bottom: 48px; }

.trust-strip { position: relative; z-index: 2; margin-top: -24px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--soft-shadow); }
.trust-grid > div { display: grid; grid-template-columns: 42px 1fr; padding: 24px; column-gap: 12px; }
.trust-grid > div + div { border-left: 1px solid var(--line); }
.trust-grid span { grid-row: 1 / 3; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: #edf3e6; color: var(--forest); font-weight: 900; }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { align-self: end; font-size: 14px; }
.trust-grid small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.section { padding: 100px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; margin-bottom: 42px; }
.section-heading h2 { margin: 8px 0 10px; font-size: clamp(34px, 4vw, 50px); line-height: 1.15; letter-spacing: -.03em; }
.section-heading p { max-width: 650px; margin: 0; color: var(--muted); line-height: 1.8; }
.section-heading.centered { justify-content: center; text-align: center; }
.section-heading.centered p { margin-inline: auto; }
.category-tabs { display: flex; max-width: 520px; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.category-tabs button { min-height: 38px; border: 1px solid var(--line); border-radius: 999px; background: #fff; padding: 0 15px; cursor: pointer; color: #596762; font-size: 13px; font-weight: 700; }
.category-tabs button.active { border-color: var(--forest); background: var(--forest); color: #fff; }
.catalog-status { padding: 40px 0; color: var(--muted); text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 8px 20px rgba(24,55,47,.05); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--soft-shadow); }
.product-media { position: relative; overflow: hidden; background: #edf0ec; }
.product-media img { width: 100%; aspect-ratio: 1.05 / 1; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-media img { transform: scale(1.025); }
.product-tag { position: absolute; top: 14px; left: 14px; padding: 7px 10px; border-radius: 999px; background: var(--lime); color: var(--forest); font-size: 11px; font-weight: 900; }
.product-source { position: absolute; right: 14px; bottom: 14px; padding: 7px 10px; border-radius: 999px; background: rgba(18,60,52,.86); color: #fff; font-size: 11px; font-weight: 700; }
.product-body { padding: 22px; }
.product-category { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.product-body h3 { margin: 7px 0 8px; font-size: 21px; line-height: 1.35; }
.product-body > p { min-height: 48px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.product-pricing { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 17px; padding-top: 17px; border-top: 1px solid #e5e9e6; }
.product-price strong { color: var(--forest); font-size: 21px; }
.product-price small, .product-minimum { color: var(--muted); font-size: 11px; }
.product-controls { display: grid; grid-template-columns: 1fr 88px; gap: 9px; margin-top: 18px; }
.product-controls select, .product-controls input { width: 100%; min-height: 42px; border: 1px solid #cad3cf; border-radius: 10px; background: #fff; padding: 0 11px; color: var(--ink); }
.product-controls .primary-button { grid-column: 1 / -1; }
.product-stock { display: block; margin-top: 11px; color: #6b7773; font-size: 11px; line-height: 1.5; }

.capability-section { overflow: hidden; background: var(--forest); color: #fff; }
.section-heading.light .kicker { color: var(--lime); }
.section-heading.light p { color: #c6d4cf; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.capability-grid article { min-height: 280px; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.05); }
.capability-grid article > span { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--lime); color: var(--forest); font-weight: 900; }
.capability-grid h3 { margin: 44px 0 12px; font-size: 21px; }
.capability-grid p { margin: 0; color: #c6d4cf; font-size: 14px; line-height: 1.8; }
.factory-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.factory-gallery figure { position: relative; overflow: hidden; min-height: 280px; margin: 0; border-radius: 18px; }
.factory-gallery img { width: 100%; height: 100%; object-fit: cover; }
.factory-gallery figcaption { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 14px; border-radius: 12px; background: rgba(14,40,34,.84); backdrop-filter: blur(8px); }
.factory-gallery strong, .factory-gallery span { display: block; }
.factory-gallery span { margin-top: 4px; color: #c9d6d1; font-size: 11px; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-grid li { position: relative; display: flex; flex-direction: column; align-items: center; padding: 0 18px; text-align: center; }
.process-grid li:not(:last-child)::after { position: absolute; top: 22px; left: calc(50% + 32px); width: calc(100% - 64px); height: 1px; background: #cdd5d1; content: ""; }
.process-grid li > span { position: relative; z-index: 1; display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--forest); color: #fff; font-weight: 900; }
.process-grid strong { display: block; margin-top: 20px; font-size: 16px; }
.process-grid p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.partner-section { padding-top: 72px; }
.partner-card { display: grid; grid-template-columns: 1.45fr .55fr; gap: 70px; align-items: center; padding: 56px; border-radius: 26px; background: linear-gradient(125deg, #e5efc4, #d9eadf); box-shadow: var(--soft-shadow); }
.partner-card h2 { margin: 10px 0 12px; font-size: clamp(30px, 3.5vw, 46px); line-height: 1.2; }
.partner-card p { margin: 0; color: #4f615a; line-height: 1.8; }
.partner-actions { display: flex; flex-direction: column; gap: 10px; }

.site-footer { padding: 66px 0 22px; background: #0d2d27; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-brand { align-self: start; }
.footer-brand .brand-mark { background: var(--lime); color: var(--forest); }
.footer-brand small { color: #aebfba; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; color: #b9c9c4; font-size: 13px; }
.footer-grid > div > strong { margin-bottom: 6px; color: #fff; }
.footer-link { border: 0; background: none; padding: 0; color: inherit; cursor: pointer; text-align: left; }
.internal-entry { color: #758b84; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #829991; font-size: 11px; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(9,28,23,.48); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 110; display: flex; width: min(460px, 100%); height: 100dvh; flex-direction: column; padding: 26px; background: var(--paper); box-shadow: -24px 0 70px rgba(9,35,28,.18); transform: translateX(105%); transition: transform .28s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-head, .dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.drawer-head small, .dialog-head small { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.drawer-head h2, .dialog-head h2 { margin: 5px 0 0; font-size: 28px; }
.dialog-head p { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.icon-button { display: grid; width: 40px; height: 40px; flex: none; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; color: var(--forest); font-size: 24px; }
.cart-items { flex: 1; overflow: auto; margin: 24px -4px 0; padding: 0 4px; }
.cart-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 72px; height: 72px; border-radius: 10px; object-fit: cover; }
.cart-line strong, .cart-line small { display: block; }
.cart-line small { margin-top: 5px; color: var(--muted); }
.cart-line-controls { display: flex; align-items: center; gap: 6px; margin-top: 9px; }
.cart-line-controls button { width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; }
.cart-quantity-input { width: 58px; height: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); text-align: center; font: inherit; font-weight: 800; outline: none; }
.cart-quantity-input:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(31,85,73,.1); }
.cart-line-remove { align-self: start; border: 0; background: none; color: #9b5a47; cursor: pointer; font-size: 12px; }
.cart-empty { display: none; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--muted); text-align: center; }
.cart-empty strong { color: var(--ink); font-size: 18px; }
.cart-empty .secondary-button { margin-top: 14px; }
.cart-footer { padding-top: 18px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.cart-footer small { color: var(--muted); text-align: right; }
.cart-footer .primary-button { width: 100%; }

.site-dialog { width: min(720px, calc(100% - 28px)); max-height: calc(100dvh - 32px); overflow: auto; border: 0; border-radius: 22px; padding: 0; background: transparent; box-shadow: var(--shadow); }
.site-dialog::backdrop { background: rgba(9,28,23,.55); backdrop-filter: blur(4px); }
.dialog-card { margin: 0; padding: 30px; background: var(--paper); }
.order-summary { display: grid; gap: 8px; margin: 22px 0; padding: 14px; border-radius: 12px; background: #eef3ef; }
.order-summary-line { display: flex; justify-content: space-between; gap: 16px; font-size: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid label, .tracking-form > label { display: grid; gap: 7px; }
.form-grid label > span, .tracking-form label > span { color: #44534e; font-size: 12px; font-weight: 800; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea, .tracking-form input { width: 100%; border: 1px solid #c8d1cd; border-radius: 10px; background: #fff; padding: 12px 13px; outline: none; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus, .tracking-form input:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(31,85,73,.1); }
.honeypot { position: absolute; left: -9999px; }
.consent { display: flex; align-items: flex-start; gap: 8px; margin: 18px 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.submit-order { width: 100%; }
.form-message { min-height: 22px; margin-top: 12px; color: #a43c25; font-size: 12px; line-height: 1.5; }
.form-message.success { color: var(--forest-2); }
.tracking-form > label { margin-top: 16px; }
.tracking-form > .primary-button { width: 100%; margin-top: 6px; }
.tracking-result { margin-top: 18px; }
.tracking-card { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #f2f5f2; }
.tracking-card h3 { margin: 0 0 12px; }
.tracking-statuses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.tracking-statuses div { padding: 10px; border-radius: 10px; background: #fff; }
.tracking-statuses small, .tracking-statuses strong { display: block; }
.tracking-statuses small { color: var(--muted); font-size: 10px; }
.tracking-statuses strong { margin-top: 4px; font-size: 13px; }
.order-party-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-top: 10px; padding: 12px; }
.order-party-card p { margin: 6px 0; }
.order-party-card small { color: var(--muted); }
.storefront-announcement { background: #153d32; color: #fff; padding: 10px 5vw; text-align: center; }
.toast { position: fixed; right: 22px; bottom: 22px; z-index: 160; max-width: min(380px, calc(100% - 44px)); padding: 13px 17px; border-radius: 12px; background: #142d27; color: #fff; box-shadow: var(--shadow); font-size: 13px; }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .mobile-menu-trigger { display: grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .hero-proof { justify-content: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-visual { width: min(620px, 92%); margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .trust-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-grid, .factory-gallery { grid-template-columns: 1fr; }
  .factory-gallery figure { max-height: 420px; }
  .process-grid { grid-template-columns: 1fr; gap: 18px; }
  .process-grid li { flex-direction: row; align-items: flex-start; gap: 16px; padding: 0; text-align: left; }
  .process-grid li:not(:last-child)::after { top: 46px; left: 22px; width: 1px; height: 28px; }
  .process-grid strong { margin-top: 2px; }
  .process-grid p { margin-top: 4px; }
  .partner-card { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 660px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header .ghost-button { display: none; }
  .nav-wrap { min-height: 64px; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-actions .primary-button { min-height: 40px; padding: 0 12px; font-size: 12px; }
  .hero { padding: 46px 0 64px; }
  .hero h1 { font-size: 42px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; font-size: 11px; }
  .hero-proof span { flex-direction: column; gap: 3px; }
  .hero-visual { width: 100%; }
  .hero-image-shell { border-width: 6px; border-radius: 22px; }
  .floating-card { display: none; }
  .trust-strip { margin-top: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 72px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2 { font-size: 36px; }
  .category-tabs { justify-content: flex-start; margin-top: 20px; }
  .product-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 240px; }
  .partner-card { padding: 30px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 26px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .cart-drawer { padding: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .dialog-card { padding: 22px; }
  .tracking-statuses { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
