:root {
  --ink: #20211f;
  --muted: #777871;
  --line: #deded8;
  --paper: #f6f6f2;
  --white: #ffffff;
  --accent: #d8f05a;
  --accent-deep: #a7c82f;
  --coral: #f37858;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'DM Sans', 'Noto Sans SC', Arial, sans-serif;
  --max-width: 1180px;
  --shadow: 0 24px 70px rgba(32, 33, 31, 0.09);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.6; }
body, button, input, select { font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font-size: inherit; }
button { border: 0; cursor: pointer; }
.container { width: min(calc(100% - 48px), var(--max-width)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { margin: 0 0 14px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .18em; line-height: 1.2; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.06; }
h1 { font-size: clamp(48px, 7vw, 82px); margin-bottom: 23px; }
h2 { font-size: clamp(34px, 4vw, 52px); margin-bottom: 20px; }
h3 { font-size: 19px; margin-bottom: 8px; }
em { font-family: var(--serif); font-weight: 400; letter-spacing: -.05em; }

/* Header */
.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(32, 33, 31, .08); background: rgba(246, 246, 242, .94); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 80px; }
.brand { display: inline-flex; align-items: baseline; font-size: 22px; font-weight: 700; letter-spacing: -.08em; }
.brand span { color: var(--coral); font-size: 29px; line-height: 0; margin-left: 2px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: 90px; }
.desktop-nav a, .mobile-menu a { position: relative; color: #666760; font-size: 13px; transition: color .2s ease; }
.desktop-nav a:hover, .mobile-menu a:hover, .desktop-nav a[aria-current='page'], .mobile-menu a[aria-current='page'] { color: var(--ink); }
.desktop-nav a[aria-current='page']::after, .mobile-menu a[aria-current='page']::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--coral); content: ''; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.cart-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; }
.cart-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.cart-count { display: inline-grid; min-width: 20px; height: 20px; padding: 0 5px; place-items: center; border-radius: 99px; background: var(--accent); font-size: 11px; line-height: 1; }
.menu-toggle { display: none; width: 35px; height: 35px; padding: 8px 4px; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px 0; background: var(--ink); transition: transform .2s ease; }
.mobile-menu { display: none; }

/* Buttons and common links */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 600; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span, .text-link span { font-size: 16px; line-height: 1; }
.button-primary { background: var(--accent); }
.button-primary:hover { background: #e3fa70; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #3b3d38; }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--ink); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 11px; border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 13px; font-weight: 600; transition: gap .2s ease; }
.text-link:hover { gap: 16px; }

/* Home */
.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(50px, 8vw, 130px); align-items: center; min-height: 670px; padding-top: 60px; padding-bottom: 80px; }
.hero-copy { padding-top: 6px; }
.hero-copy h1 { max-width: 590px; }
.hero-copy h1 em { color: #686d3d; }
.hero-text { max-width: 420px; color: var(--muted); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 33px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 62px; }
.hero-proof p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.hero-proof strong { color: var(--ink); font-size: 13px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { display: grid; width: 31px; height: 31px; margin-left: -8px; place-items: center; border: 2px solid var(--paper); border-radius: 50%; color: var(--white); background: #b2b1a4; font-size: 10px; font-weight: 700; }
.avatar-stack span:nth-child(2) { background: #d49a77; }
.avatar-stack span:nth-child(3) { background: #7c8776; }
.avatar-stack span:last-child { color: var(--ink); background: var(--accent); }
.hero-visual { position: relative; min-height: 540px; }
.hero-image-frame { position: absolute; top: 0; right: 0; bottom: 0; left: 38px; overflow: hidden; background: #dfe1da; }
.hero-image-frame::after { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(32, 33, 31, 0), rgba(32, 33, 31, .13)); content: ''; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.floating-card { position: absolute; display: flex; align-items: center; box-shadow: var(--shadow); background: var(--white); }
.floating-card-top { top: 42px; left: 0; gap: 9px; padding: 11px 15px; font-size: 11px; }
.dot { width: 7px; height: 7px; border-radius: 50%; }
.dot-green { background: #81ad5e; }
.floating-card-bottom { right: -24px; bottom: 35px; display: grid; grid-template-columns: 70px 1fr 34px; gap: 17px; align-items: center; min-width: 310px; padding: 17px 16px; }
.floating-card-bottom strong { font-size: 13px; line-height: 1.25; }
.mini-label { align-self: start; color: var(--muted); font-size: 10px; }
.arrow-circle { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 15px; }
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); padding: 19px 0; color: var(--muted); font-size: 11px; }
.trust-items span { display: flex; gap: 13px; align-items: center; justify-content: center; border-right: 1px solid var(--line); }
.trust-items span:first-child { justify-content: flex-start; }
.trust-items span:last-child { justify-content: flex-end; border-right: 0; }
.trust-items b { color: var(--ink); font-size: 10px; }
.section { padding-top: 120px; padding-bottom: 130px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.section-heading h2 { margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px 18px; }
.product-grid-featured { grid-template-columns: repeat(4, 1fr); }
.product-card { min-width: 0; }
.product-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1.1; margin-bottom: 17px; background: #e9e9e3; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.product-card:hover .product-card-image img { transform: scale(1.045); }
.product-card-badge { position: absolute; top: 13px; left: 13px; padding: 5px 9px; background: var(--accent); font-size: 10px; font-weight: 700; }
.product-card-meta { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.product-card .eyebrow { margin-bottom: 8px; font-size: 9px; }
.product-card h3 { margin-bottom: 7px; font-size: 17px; }
.product-card h3 a:hover { color: #66701e; }
.product-card-description { min-height: 45px; margin-bottom: 11px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.product-price { white-space: nowrap; font-size: 14px; font-weight: 700; }
.product-card-link { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11px; }
.product-card-link:hover { color: var(--ink); }
.story-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: center; padding-bottom: 130px; }
.story-image { overflow: hidden; aspect-ratio: 1.24 / 1; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { max-width: 390px; }
.story-copy h2 { margin-bottom: 23px; }
.story-copy > p:not(.eyebrow) { margin-bottom: 32px; color: var(--muted); }
.newsletter-section { padding: 72px 0; background: var(--accent); }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.newsletter-inner h2 { max-width: 430px; margin: 0; font-size: clamp(30px, 4vw, 46px); }
.newsletter-form { display: flex; min-width: min(100%, 430px); border-bottom: 1px solid var(--ink); }
.newsletter-form input { min-width: 0; flex: 1; padding: 15px 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.newsletter-form input::placeholder { color: #66701e; }
.newsletter-form .button { margin-bottom: 8px; }

/* Catalog and product detail */
.page-intro { max-width: 880px; padding-top: 105px; padding-bottom: 85px; }
.page-intro h1 { max-width: 600px; margin-bottom: 24px; }
.page-intro h1 em { color: #686d3d; }
.page-intro > p:last-child { max-width: 440px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.catalog-section { padding-bottom: 130px; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; padding: 15px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catalog-count { color: var(--muted); font-size: 11px; }
.filter-label { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 11px; }
.filter-label select { padding: 5px 20px 5px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; cursor: pointer; }
.breadcrumb { display: flex; gap: 9px; padding-top: 36px; color: var(--muted); font-size: 11px; }
.breadcrumb a:hover { color: var(--ink); }
.product-detail-page { padding-bottom: 120px; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); gap: clamp(50px, 9vw, 125px); align-items: center; padding-top: 44px; }
.product-detail-image { overflow: hidden; aspect-ratio: 1 / 1.08; background: #e6e7e0; }
.product-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-copy .eyebrow { margin-bottom: 14px; }
.product-detail-copy h1 { margin-bottom: 15px; font-size: clamp(42px, 5vw, 65px); }
.detail-price { margin-bottom: 27px; font-size: 20px; font-weight: 700; }
.detail-description { margin-bottom: 32px; color: var(--muted); font-size: 15px; }
.detail-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 34px; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; color: var(--muted); font-size: 11px; }
.detail-benefits li::before { margin-right: 8px; color: var(--accent-deep); content: '✓'; font-weight: 700; }
.quantity-row { display: flex; align-items: center; gap: 16px; margin-bottom: 14px; }
.quantity-row > label { color: var(--muted); font-size: 12px; }
.quantity-control { display: inline-flex; align-items: center; height: 43px; border: 1px solid var(--line); background: var(--white); }
.quantity-control button { width: 38px; height: 100%; color: var(--ink); background: transparent; font-size: 18px; }
.quantity-control button:hover { background: var(--paper); }
.quantity-control input { width: 35px; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; text-align: center; }
.detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.detail-actions .button { width: 100%; }
.not-found { padding: 130px 0; text-align: center; }
.not-found p { color: var(--muted); }

/* Cart */
.cart-page { padding-top: 90px; padding-bottom: 130px; }
.page-title-row { display: flex; align-items: end; justify-content: space-between; margin-bottom: 45px; }
.page-title-row h1 { margin: 0; font-size: clamp(42px, 6vw, 67px); }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 65px; align-items: start; }
.cart-items-heading { display: flex; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--ink); color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.cart-item { display: grid; grid-template-columns: 108px minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.cart-item-image { display: block; overflow: hidden; width: 108px; aspect-ratio: 1 / 1.1; background: #e5e6df; }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-info h3 { margin-bottom: 5px; font-size: 16px; }
.cart-item-info h3 a:hover { color: #66701e; }
.cart-item-info p { margin-bottom: 12px; color: var(--muted); font-size: 11px; }
.cart-item-meta { margin-bottom: 4px; color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.cart-item-actions { display: flex; align-items: center; gap: 15px; }
.cart-item-actions .quantity-control { height: 34px; }
.cart-item-actions .quantity-control button { width: 30px; font-size: 15px; }
.cart-item-actions .quantity-control input { width: 29px; font-size: 12px; }
.remove-item { padding: 0; color: var(--muted); background: transparent; font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.remove-item:hover { color: var(--coral); }
.cart-item-total { align-self: start; padding-top: 4px; font-size: 14px; font-weight: 700; }
.order-summary { padding: 27px; background: var(--white); box-shadow: var(--shadow); }
.summary-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 31px; }
.summary-heading h2 { margin: 0; font-size: 21px; }
.secure-badge { color: #6f934a; font-size: 10px; }
.summary-line, .summary-total { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; color: var(--muted); font-size: 12px; }
.summary-line strong { color: var(--ink); font-weight: 500; }
.summary-total { margin-top: 25px; margin-bottom: 22px; padding-top: 21px; border-top: 1px solid var(--line); color: var(--ink); font-size: 14px; }
.summary-total strong { font-size: 22px; }
.payment-status { min-height: 22px; margin: 12px 0 0; color: var(--coral); font-size: 11px; }
.summary-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.cart-empty { padding: 80px 20px 100px; text-align: center; }
.empty-icon { display: grid; width: 68px; height: 68px; margin: 0 auto 24px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-size: 34px; font-weight: 300; }
.cart-empty h2 { margin-bottom: 10px; font-size: 30px; }
.cart-empty p { margin-bottom: 27px; color: var(--muted); }

/* Result pages */
.result-page { display: grid; min-height: 650px; padding-top: 70px; padding-bottom: 110px; place-items: center; }
.result-card { width: min(100%, 670px); padding: 60px clamp(24px, 7vw, 80px); background: var(--white); box-shadow: var(--shadow); text-align: center; }
.result-mark { display: grid; width: 66px; height: 66px; margin: 0 auto 25px; place-items: center; border-radius: 50%; font-size: 30px; }
.result-success .result-mark { color: #557642; background: #e2f0d5; }
.result-cancel .result-mark { color: #9b5b48; background: #f8e1d8; }
.result-card h1 { margin-bottom: 15px; font-size: clamp(35px, 5vw, 53px); }
.result-lead { max-width: 410px; margin: 0 auto 30px; color: var(--muted); }
.order-id-row { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; text-align: left; }
.order-id-row code { max-width: 62%; overflow: hidden; color: var(--ink); font-family: var(--sans); text-overflow: ellipsis; white-space: nowrap; }
.result-order { margin-top: 25px; padding: 18px; background: var(--paper); text-align: left; }
.result-order-heading, .result-item { display: flex; justify-content: space-between; gap: 15px; }
.result-order-heading { margin-bottom: 10px; color: var(--muted); font-size: 10px; }
.result-order-heading strong { color: var(--ink); font-size: 14px; }
.result-item { padding: 8px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.result-item strong { color: var(--ink); font-weight: 500; }
.result-actions { display: flex; align-items: center; justify-content: center; gap: 25px; margin-top: 34px; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: end; padding-top: 40px; padding-bottom: 35px; }
.brand-footer { margin-bottom: 10px; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.footer-links { display: flex; justify-content: center; gap: 25px; }
.footer-links a, .footer-meta { color: var(--muted); font-size: 11px; }
.footer-links a:hover { color: var(--ink); }
.footer-meta { display: flex; flex-direction: column; align-items: end; gap: 4px; }
.noscript-note { position: fixed; right: 0; bottom: 0; left: 0; z-index: 20; padding: 12px; color: #fff; background: var(--ink); text-align: center; }
.toast { position: fixed; right: 24px; bottom: 24px; z-index: 20; padding: 13px 18px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); font-size: 12px; animation: toast-in .25s ease both; }
@keyframes toast-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 920px) {
  .desktop-nav { gap: 22px; margin-left: 20px; }
  .hero { grid-template-columns: .9fr 1.1fr; gap: 45px; }
  .hero-visual { min-height: 470px; }
  .floating-card-bottom { right: -13px; min-width: 275px; }
  .product-grid-featured { grid-template-columns: repeat(2, 1fr); }
  .story-section { gap: 55px; }
  .cart-layout { gap: 35px; grid-template-columns: minmax(0, 1fr) 315px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 32px), var(--max-width)); }
  .site-header { position: sticky; top: 0; }
  .nav-wrap { min-height: 66px; }
  .desktop-nav, .cart-label { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { display: none; padding: 7px 16px 18px; border-top: 1px solid var(--line); background: var(--paper); }
  .site-header.menu-open .mobile-menu { display: grid; gap: 0; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .mobile-menu a:last-child { border-bottom: 0; }
  .mobile-menu a[aria-current='page']::after { right: auto; bottom: 0; width: 26px; }
  .site-header.menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  .site-header.menu-open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
  h1 { font-size: clamp(44px, 14vw, 67px); }
  .hero { display: flex; flex-direction: column; align-items: stretch; min-height: auto; gap: 40px; padding-top: 60px; padding-bottom: 65px; }
  .hero-text { max-width: 360px; }
  .hero-proof { margin-top: 42px; }
  .hero-visual { min-height: 430px; }
  .hero-image-frame { left: 26px; }
  .floating-card-top { top: 24px; }
  .floating-card-bottom { right: -6px; bottom: 20px; min-width: 260px; }
  .trust-items { grid-template-columns: 1fr 1fr; gap: 16px 8px; padding: 20px 0; }
  .trust-items span, .trust-items span:first-child, .trust-items span:last-child { justify-content: flex-start; border: 0; }
  .section { padding-top: 75px; padding-bottom: 80px; }
  .section-heading { align-items: start; gap: 20px; }
  .section-heading .text-link { margin-top: 9px; white-space: nowrap; }
  .product-grid, .product-grid-featured { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px 12px; }
  .product-card-description { min-height: 0; }
  .product-card-meta { display: block; }
  .product-price { display: block; margin-top: 6px; }
  .story-section { display: flex; flex-direction: column; gap: 38px; padding-bottom: 80px; }
  .story-copy { max-width: none; }
  .newsletter-section { padding: 55px 0; }
  .newsletter-inner { display: block; }
  .newsletter-inner h2 { margin-bottom: 28px; }
  .newsletter-form { min-width: 0; }
  .page-intro { padding-top: 70px; padding-bottom: 55px; }
  .catalog-section { padding-bottom: 80px; }
  .catalog-toolbar { align-items: start; gap: 10px; }
  .filter-label { display: block; text-align: right; }
  .filter-label select { display: block; max-width: 150px; padding-right: 0; text-align: right; }
  .product-detail-page { padding-bottom: 80px; }
  .breadcrumb { padding-top: 25px; }
  .product-detail { display: block; padding-top: 25px; }
  .product-detail-copy { padding-top: 35px; }
  .detail-actions { grid-template-columns: 1fr; }
  .cart-page { padding-top: 65px; padding-bottom: 80px; }
  .page-title-row { align-items: start; margin-bottom: 30px; }
  .cart-layout { display: block; }
  .cart-items-panel { margin-bottom: 35px; }
  .order-summary { padding: 23px 20px; }
  .cart-item { grid-template-columns: 78px minmax(0, 1fr); gap: 13px; }
  .cart-item-image { width: 78px; }
  .cart-item-total { grid-column: 2; grid-row: 1; justify-self: end; font-size: 13px; }
  .cart-item-info { grid-column: 2; }
  .cart-item-info p { margin-bottom: 9px; }
  .cart-item-actions { gap: 10px; }
  .result-page { min-height: 610px; padding-top: 45px; padding-bottom: 70px; }
  .result-card { padding: 44px 21px; }
  .result-actions { flex-direction: column; gap: 18px; }
  .result-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-links { display: grid; justify-content: start; gap: 8px; }
  .footer-meta { grid-column: 1 / -1; align-items: start; padding-top: 15px; border-top: 1px solid var(--line); }
}

@media (max-width: 390px) {
  .product-grid, .product-grid-featured { grid-template-columns: 1fr; }
  .product-card-image { aspect-ratio: 1 / .95; }
  .floating-card-bottom { min-width: 235px; }
  .trust-items { font-size: 10px; }
}
