:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #fff1e2;
  --ink: #24211f;
  --muted: #756d66;
  --line: #eadfd4;
  --orange: #ec7b2d;
  --orange-deep: #c95e17;
  --orange-wash: #fff4e8;
  --green: #287445;
  --dark: #282521;
  --shadow: 0 14px 34px rgba(72, 43, 18, .07);
  --radius: 8px;
  --content: 1180px;
  --page-y: 48px;
  --section-y: 40px;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body { min-height: 100vh; margin: 0; display: flex; flex-direction: column; background: var(--bg); color: var(--ink); font: 15px/1.55 Manrope, Arial, sans-serif; }
main { flex: 1; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(var(--content), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

/* Header */
.site-header { position: relative; z-index: 10; background: rgba(255, 253, 250, .96); border-bottom: 1px solid var(--line); }
.header-main { min-height: 76px; display: grid; grid-template-columns: auto minmax(280px, 1fr) auto; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font: 700 22px/1 Onest, Arial, sans-serif; white-space: nowrap; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 8px; font: 800 17px/1 Onest, Arial, sans-serif; }
.search { width: min(100%, 560px); justify-self: center; height: 42px; display: flex; align-items: center; overflow: hidden; background: #f7f2ec; border: 1px solid transparent; border-radius: 7px; transition: .16s ease; }
.search:focus-within { background: #fff; border-color: #e9ae78; box-shadow: 0 0 0 3px rgba(236, 123, 45, .10); }
.search input { width: 100%; padding: 0 14px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search input::placeholder { color: #9d948b; }
.search button { width: 46px; height: 100%; border: 0; background: transparent; color: var(--orange-deep); font-size: 23px; cursor: pointer; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; font-size: 13px; font-weight: 700; white-space: nowrap; }
.header-actions > a:not(.icon-button):hover, .header-nav a:hover { color: var(--orange-deep); }
.icon-button { position: relative; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: var(--surface); transition: .16s ease; }
.icon-button:hover { color: var(--orange-deep); border-color: #e5a46c; background: var(--orange-wash); }
.icon-button svg { width: 19px; height: 19px; }
.cart-count { position: absolute; top: -6px; right: -6px; width: 17px; height: 17px; display: grid; place-items: center; border: 2px solid #fffdfa; border-radius: 50%; background: var(--orange); color: #fff; font: 800 10px/1 Manrope, Arial, sans-serif; }
.header-nav-wrap { border-top: 1px solid #f3ebe4; }
.header-nav { height: 45px; display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.header-nav a:first-child { color: var(--orange-deep); }

/* Shared typography and pages */
.eyebrow { margin: 0 0 10px; color: var(--orange-deep); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Onest, Arial, sans-serif; letter-spacing: 0; }
h1 { font-size: clamp(32px, 4vw, 48px); line-height: 1.12; }
h2 { font-size: 27px; line-height: 1.22; }
.lead { max-width: 670px; margin: 14px 0 0; color: var(--muted); font-size: 16px; }
.page { padding-block: var(--page-y); }
.narrow { width: min(800px, calc(100% - 48px)); margin-inline: auto; }
.breadcrumbs { display: flex; gap: 9px; margin-bottom: 24px; color: var(--muted); font-size: 12px; overflow: hidden; white-space: nowrap; }
.breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }
.breadcrumbs a { color: var(--orange-deep); }
.section { padding-block: var(--section-y); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.text-link { color: var(--orange-deep); font-size: 13px; font-weight: 800; white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 46px; padding: 0 17px; border: 1px solid var(--orange); border-radius: 7px; background: var(--orange); color: #fff; font-size: 14px; font-weight: 800; cursor: pointer; transition: .16s ease; }
.button:hover { border-color: var(--orange-deep); background: var(--orange-deep); transform: translateY(-1px); }

/* Home */
.intro { border-bottom: 1px solid #f1e4d6; background: #ffffff; }
.intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 462px; align-items: center; gap: 56px; padding-block: 38px; }
.intro h1 { max-width: 590px; margin-bottom: 18px; font-size: clamp(38px, 4.5vw, 56px); }
.intro-copy { max-width: 480px; margin: 0 0 27px; color: var(--muted); font-size: 16px; }
.intro-notes { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 24px; color: #6a625b; font-size: 12px; }
.intro-notes span::before { content: '✓'; margin-right: 7px; color: var(--orange-deep); font-weight: 800; }
.spotlight { position: relative; min-height: 294px; display: block; overflow: hidden; border-radius: var(--radius); background: var(--dark); color: #fff; box-shadow: 0 20px 42px rgba(113, 67, 26, .16); }
.spotlight img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.spotlight:hover img { transform: scale(1.035); }
.spotlight-shade { position: absolute; inset: 0; background: rgba(28, 23, 18, .48); }
.spotlight-top, .spotlight-bottom { position: absolute; left: 20px; right: 20px; display: flex; justify-content: space-between; gap: 12px; }
.spotlight-top { top: 18px; font-size: 11px; font-weight: 800; }
.spotlight-top span { padding: 4px 8px; border-radius: 4px; background: #fff; color: var(--ink); }
.spotlight-top span:last-child { background: var(--orange); color: #fff; }
.spotlight-bottom { bottom: 19px; display: block; }
.spotlight-bottom p { margin: 0 0 4px; color: #eee4d8; font-size: 11px; }
.spotlight-bottom h2 { max-width: 360px; margin-bottom: 9px; font-size: 20px; }
.spotlight-bottom strong { font: 700 20px/1 Onest, Arial, sans-serif; }
.spotlight-bottom small { margin-left: 8px; color: #dfd5ca; font: 500 12px/1 Manrope, Arial, sans-serif; text-decoration: line-through; }
.categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { position: relative; min-height: 138px; display: flex; align-items: flex-start; gap: 13px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: .16s ease; }
.category-card:hover { border-color: #e7ae78; box-shadow: var(--shadow); transform: translateY(-2px); }
.category-icon { width: 39px; height: 39px; flex: none; display: grid; place-items: center; border-radius: 7px; background: var(--orange-wash); color: var(--orange-deep); font-size: 20px; }
.category-card strong { display: block; margin-top: 1px; font: 700 15px/1.35 Onest, Arial, sans-serif; }
.category-card small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.category-card b { position: absolute; right: 17px; bottom: 14px; color: var(--orange-deep); }
.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { min-width: 0; }
.product-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.52; border-radius: 7px; background: #ede8e2; }
.product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .2s ease; }
.product-card:hover img { transform: scale(1.035); }
.product-image span { position: absolute; top: 9px; left: 9px; padding: 3px 7px; border-radius: 4px; background: #fff; color: var(--orange-deep); font-size: 10px; font-weight: 800; }
.product-card-body { padding: 11px 2px 0; }
.product-meta { margin: 0 0 4px; color: var(--muted); font-size: 11px; }
.product-card h3 { min-height: 40px; font-size: 14px; line-height: 1.38; }
.product-price { display: flex; align-items: baseline; gap: 8px; margin-top: 10px; }
.product-price strong { font-size: 16px; }
.product-price s, .price-block s { color: #9e958d; font-size: 12px; }
.assurance { padding-block: 50px; background: var(--dark); color: #fff; }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.assurance-grid > div { padding-left: 18px; border-left: 2px solid var(--orange); }
.assurance span { color: #f4aa6b; font-size: 11px; font-weight: 800; }
.assurance h2 { margin: 7px 0 8px; font-size: 19px; }
.assurance p { max-width: 280px; margin: 0; color: #cfc8c1; font-size: 13px; }
.section + .section { padding-top: 16px; }
.journal-preview { padding-bottom: 48px; }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.article-card { min-height: 205px; display: flex; flex-direction: column; gap: 11px; padding: 22px 26px 22px 0; margin-right: 24px; border-bottom: 1px solid var(--line); }
.article-card p, .article-row p { margin: 0; color: var(--muted); font-size: 11px; }
.article-card h3 { font-size: 18px; line-height: 1.35; }
.article-card span, .article-row span { color: var(--muted); font-size: 13px; }
.article-card b { margin-top: auto; color: var(--orange-deep); font-size: 13px; }

/* Catalog */
.catalog-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 31px; border-bottom: 1px solid var(--line); }
.catalog-head > span { padding: 6px 9px; border-radius: 4px; background: var(--orange-wash); color: var(--orange-deep); font-size: 12px; font-weight: 700; white-space: nowrap; }
.catalog-head p { margin: 10px 0 0; color: var(--muted); }
.catalog-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 40px; padding-top: 28px; }
.filters { display: flex; flex-direction: column; gap: 10px; padding: 16px; align-self: start; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); font-size: 13px; }
.filters strong { margin: 2px 0 4px; font: 700 14px Onest, Arial, sans-serif; }
.filters a { color: var(--muted); }
.filters a.active { color: var(--orange-deep); font-weight: 800; }
.filters hr { width: 100%; margin: 7px 0; border: 0; border-top: 1px solid var(--line); }
.filters label { color: var(--muted); cursor: pointer; }
.filters input { accent-color: var(--orange); }
.catalog-tools { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.catalog-tools button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 5px; background: var(--surface); color: var(--muted); font-size: 12px; }

/* Product */
.product-view { display: grid; grid-template-columns: minmax(0, 1.14fr) minmax(320px, .86fr); gap: 58px; }
.product-hero-image { overflow: hidden; aspect-ratio: 1.46; border-radius: var(--radius); background: #ede8e2; }
.product-hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-info { padding-top: 5px; }
.product-info h1 { font-size: clamp(30px, 3.2vw, 40px); }
.pills { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; }
.pills span { padding: 5px 8px; border-radius: 4px; background: var(--orange-wash); color: var(--orange-deep); font-size: 12px; font-weight: 700; }
.price-block { display: flex; align-items: baseline; gap: 12px; margin: 28px 0 18px; }
.price-block strong { font: 700 30px/1 Onest, Arial, sans-serif; }
.button-wide { width: 100%; }
.availability { margin: 13px 0 0; color: var(--green); font-size: 13px; font-weight: 700; }
.product-specs { margin: 25px 0 0; padding-top: 4px; border-top: 1px solid var(--line); }
.product-specs div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.product-specs dt { color: var(--muted); }.product-specs dd { margin: 0; font-weight: 700; text-align: right; }
.product-description { width: min(680px, 100%); padding-top: 48px; }
.product-description h2 { margin: 30px 0 11px; font-size: 22px; }.product-description p, .product-description li { color: #564f49; }.product-description ol { padding-left: 20px; }.product-description li + li { margin-top: 8px; }
.related { padding-top: 56px; }

/* Content and support */
.search-results { margin-top: 34px; }.page > p:not(.eyebrow):not(.lead) { margin: 14px 0 0; color: var(--muted); }.articles-list { margin-top: 38px; border-top: 1px solid var(--line); }
.article-row { display: grid; grid-template-columns: 170px minmax(220px, 1fr) minmax(240px, 1.25fr) 24px; align-items: center; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); transition: padding .15s ease; }
.article-row:hover { padding-inline: 10px; background: var(--orange-wash); }.article-row h2 { font-size: 18px; line-height: 1.35; }.article-row b { color: var(--orange-deep); font-size: 20px; }
.reading { width: min(800px, calc(100% - 48px)); padding: var(--page-y) 0 80px; margin-inline: auto; }.reading h1 { max-width: 690px; }.article-copy { max-width: 670px; margin-top: 42px; font-size: 16px; }.article-copy h2 { margin-top: 32px; font-size: 23px; }.article-copy p { color: #564f49; }
.faq-list { margin-top: 34px; border-top: 1px solid var(--line); }.faq-list details { padding: 18px 0; border-bottom: 1px solid var(--line); }.faq-list summary { font: 700 16px Onest, Arial, sans-serif; cursor: pointer; }.faq-list p { max-width: 620px; margin: 11px 0 0; color: var(--muted); font-size: 14px; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 34px 0 18px; }.contact-grid div { min-height: 108px; padding: 17px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }.contact-grid span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 12px; }.contact-grid strong { font: 700 14px Onest, Arial, sans-serif; }.notice { padding: 14px 16px; border: 1px solid #f2d3b1; border-radius: 7px; background: var(--orange-wash); color: #825122; font-size: 13px; }.legal { min-height: 440px; }.legal .notice { margin-top: 28px; }

/* Footer */
.site-footer { margin-top: auto; padding-top: 40px; border-top: 1px solid var(--line); background: #f8f3ed; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 36px; }.footer-grid p { margin: 13px 0; color: var(--muted); font-size: 12px; }.footer-grid h2 { margin: 0 0 12px; font-size: 13px; }.footer-grid a:not(.brand) { display: block; margin: 8px 0; color: var(--muted); font-size: 12px; }.footer-grid a:not(.brand):hover, .footer-bottom a:hover { color: var(--orange-deep); }.footer-bottom { display: flex; gap: 24px; margin-top: 32px; padding: 15px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }.footer-bottom a:last-child { margin-right: auto; }

@media (max-width: 900px) {
  :root { --page-y: 40px; --section-y: 36px; }
  .header-main { grid-template-columns: auto minmax(190px, 1fr) auto; gap: 22px; }
  .intro-grid { grid-template-columns: minmax(0, 1fr) 360px; gap: 38px; }
  .products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .categories { grid-template-columns: repeat(2, 1fr); }
  .product-view { gap: 38px; }
}

@media (max-width: 700px) {
  :root { --page-y: 30px; --section-y: 32px; }
  .container, .narrow, .reading { width: min(100% - 32px, var(--content)); }
  .header-main { grid-template-columns: 1fr auto; gap: 12px; padding: 12px 0; }
  .brand { font-size: 19px; }.brand-mark { width: 28px; height: 28px; }
  .search { grid-column: 1 / -1; grid-row: 2; width: 100%; height: 40px; }
  .header-actions > a:not(.icon-button) { display: none; }.header-nav-wrap { overflow-x: auto; }.header-nav { width: max-content; height: 42px; gap: 20px; }
  .intro-grid { grid-template-columns: 1fr; gap: 24px; padding-block: 30px; }.intro h1 { font-size: 39px; }.intro-notes { display: grid; gap: 8px; margin-top: 20px; }.spotlight { min-height: 240px; }
  .section-heading { margin-bottom: 22px; }.section-heading h2 { font-size: 24px; }
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }.categories { gap: 12px; }.category-card { min-height: 120px; padding: 14px; }
  .assurance { padding-block: 42px; }.assurance-grid { grid-template-columns: 1fr; gap: 26px; }.journal-preview { padding-bottom: 50px; }.articles-grid { grid-template-columns: 1fr; }.article-card { min-height: 0; margin: 0; padding-right: 0; }
  .catalog-head { align-items: start; flex-direction: column; gap: 14px; padding-bottom: 24px; }.catalog-layout { display: block; padding-top: 20px; }.filters { display: none; }.catalog-tools { margin-bottom: 18px; }
  .product-view { grid-template-columns: 1fr; gap: 26px; }.product-info h1 { font-size: 31px; }.product-description { padding-top: 34px; }.related { padding-top: 42px; }
  .article-row { grid-template-columns: 1fr 22px; gap: 7px; padding: 19px 0; }.article-row span { grid-column: 1; }.article-row b { grid-column: 2; grid-row: 1 / 4; }.article-row:hover { padding-inline: 0; background: transparent; }.reading { padding-top: var(--page-y); padding-bottom: 56px; }.reading h1 { font-size: 34px; }.article-copy { margin-top: 32px; }
  .contact-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 28px; }.contact-grid div { min-height: 0; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-wrap: wrap; gap: 11px 18px; }.footer-bottom a:last-child { margin-right: 0; }
}

@media (max-width: 390px) {
  .intro h1 { font-size: 35px; }.categories, .products { gap: 10px; }.category-card { gap: 9px; padding: 11px; }.category-icon { width: 32px; height: 32px; font-size: 17px; }.category-card strong { font-size: 13px; }.category-card small { font-size: 11px; }.product-card h3 { font-size: 13px; }
}

/* Cart and checkout */
.cart-layout, .checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 32px; margin-top: 28px; }
.cart-list, .checkout-form, .order-summary { border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.cart-item { display: grid; grid-template-columns: 142px minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 17px; border-bottom: 1px solid var(--line); }
.cart-item:last-child { border-bottom: 0; }.cart-item > img { width: 142px; height: 93px; object-fit: cover; border-radius: 6px; background: #eee; }.cart-item p { margin: 0 0 4px; color: var(--muted); font-size: 11px; }.cart-item h2 { font-size: 16px; line-height: 1.35; }.cart-item > div > span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; }.cart-item-side { min-width: 88px; text-align: right; }.cart-item-side strong { font: 700 17px Onest, Arial, sans-serif; }.cart-item-side button { padding: 0; margin-top: 11px; border: 0; background: transparent; color: var(--orange-deep); font-size: 12px; cursor: pointer; }
.order-summary { padding: 18px; }.order-summary > p { margin: 0 0 17px; font: 700 16px Onest, Arial, sans-serif; }.order-summary > div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; color: var(--muted); font-size: 13px; }.order-summary strong { color: var(--ink); }.summary-item span { max-width: 190px; }.summary-total { margin: 9px 0 17px; padding-top: 15px !important; border-top: 1px solid var(--line); color: var(--ink) !important; font-weight: 700; }.summary-total strong { font: 700 19px Onest, Arial, sans-serif; }
.empty-state { max-width: 510px; padding: 34px; margin-top: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }.empty-state h2 { font-size: 22px; }.empty-state p { margin: 8px 0 21px; color: var(--muted); }
.checkout-form { padding: 25px; }.checkout-form h2 { margin-bottom: 21px; font-size: 21px; }.form-field { margin-bottom: 22px; }.form-field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 700; }.form-field input[type="email"] { width: 100%; height: 43px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; outline: 0; }.form-field input[type="email"]:focus { border-color: #e5a46c; box-shadow: 0 0 0 3px rgba(236, 123, 45, .10); }.form-field small, .form-error { color: #b33a2c; font-size: 12px; }.form-check { display: flex; align-items: start; gap: 9px; margin: 12px 0; color: var(--muted); font-size: 12px; }.form-check input { margin-top: 3px; accent-color: var(--orange); }.form-check a { color: var(--orange-deep); text-decoration: underline; }.checkout-form .button { margin-top: 14px; }.checkout-note { margin: 12px 0 0; color: var(--muted); font-size: 11px; }.success-page .notice { margin: 27px 0; }.order-detail-list { margin: 0 0 25px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }.order-detail-list h2 { margin-bottom: 13px; font-size: 18px; }.order-detail-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-top: 1px solid var(--line); font-size: 13px; }.order-detail-list span { color: var(--muted); }.order-detail-total { margin-top: 5px; font-weight: 800; }.order-detail-total span { color: var(--ink); }
.messages { padding-top: 16px; }.message { padding: 12px 14px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); font-size: 13px; }.message.error { border-color: #efb4ad; background: #fff1ef; color: #8c2920; }.message.success { border-color: #abd6b8; background: #f0faf3; color: #24643a; }.payment-button { margin: 0 0 24px; }.order-detail-item { flex-wrap: wrap; }.order-detail-item code { width: 100%; padding: 11px 12px; border-radius: 5px; background: #f5f1ed; color: var(--ink); font: 700 13px/1.4 monospace; word-break: break-all; }

@media (max-width: 700px) {
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; gap: 18px; margin-top: 22px; }.cart-item { grid-template-columns: 92px minmax(0, 1fr); gap: 12px; padding: 12px; }.cart-item > img { width: 92px; height: 61px; }.cart-item h2 { font-size: 14px; }.cart-item-side { grid-column: 2; min-width: 0; display: flex; align-items: center; justify-content: space-between; text-align: left; }.cart-item-side button { margin-top: 0; }.checkout-form { padding: 18px; }
}
