/* Vcelidvor — self-hosted stylesheet, no external fonts/CDN */
:root {
  --bg: oklch(96% 0.02 85);
  --text: oklch(23% 0.02 90);
  --muted: oklch(42% 0.02 90);
  --muted-2: oklch(35% 0.02 90);
  --link: oklch(58% 0.15 60);
  --link-hover: oklch(48% 0.15 60);
  --brown: oklch(28% 0.03 50);
  --brown-2: oklch(30% 0.03 50);
  --brown-3: oklch(32% 0.03 50);
  --brown-border: oklch(45% 0.03 55);
  --header-bg: oklch(99% 0.004 85);
  --border: oklch(85% 0.03 80);
  --border-2: oklch(90% 0.02 85);
  --honey: oklch(72% 0.16 70);
  --honey-text: oklch(26% 0.03 55);
  --honey-text-2: oklch(24% 0.03 55);
  --green: oklch(40% 0.06 135);
  --green-label: oklch(52% 0.07 135);
  --alt-bg: oklch(92% 0.025 80);
  --card-bg: oklch(99% 0.004 85);
  --footer-bg: oklch(28% 0.03 50);
  --footer-text: oklch(92% 0.02 85);
  --footer-muted: oklch(80% 0.02 85);
  --danger: oklch(52% 0.1 30);
  --overlay: oklch(0% 0 0 / 0.45);
  --font-serif: Georgia, 'Times New Roman', Cambria, serif;
  --font-sans: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
img { max-width: 100%; display: block; }
a { color: var(--link); text-decoration: none; }
a:hover { color: var(--link-hover); text-decoration: underline; }
button { font-family: var(--font-sans); cursor: pointer; }
input, textarea { font-family: var(--font-sans); }
h1, h2, h3 { font-family: var(--font-serif); }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.narrow { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.legal-wrap { max-width: 800px; margin: 0 auto; padding: 36px 32px 70px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

/* Skip link */
.skip-link { position: absolute; left: -999px; top: 0; background: var(--honey); color: var(--honey-text-2); padding: 10px 16px; z-index: 200; border-radius: 0 0 6px 0; font-weight: 700; }
.skip-link:focus { left: 0; }

/* Announcement bar */
.announcement { background: var(--brown-2); color: var(--bg); text-align: center; padding: 8px 16px; font-size: 13px; letter-spacing: 0.02em; }
.announcement a { color: var(--bg); text-decoration: underline; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 40; background: var(--header-bg); border-bottom: 1px solid var(--border); }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.logo-link { display: flex; align-items: center; gap: 10px; background: none; border: none; padding: 0; }
.logo-mark { width: 40px; height: 40px; border-radius: 50%; background: var(--honey); display: flex; align-items: center; justify-content: center; color: var(--honey-text-2); font-family: var(--font-serif); font-weight: 700; font-size: 18px; }
.logo-text { font-family: var(--font-serif); font-weight: 700; font-size: 22px; color: var(--brown); }
.main-nav { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.main-nav a { background: none; border: none; font-size: 15px; color: var(--text); font-weight: 500; text-decoration: none; }
.main-nav a:hover { color: var(--link-hover); text-decoration: underline; }
.main-nav a[aria-current="page"] { color: var(--green-label); font-weight: 700; }
.cart-btn { background: var(--green); color: var(--header-bg); border: none; border-radius: 6px; padding: 10px 18px; font-size: 14px; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.cart-count { background: var(--honey); color: var(--honey-text-2); border-radius: 999px; padding: 2px 9px; font-size: 13px; }

main { flex: 1; }

/* Buttons */
.btn { display: inline-block; border: none; border-radius: 6px; padding: 12px 22px; font-size: 14px; font-weight: 700; cursor: pointer; }
.btn-primary { background: var(--honey); color: var(--honey-text-2); padding: 14px 26px; font-size: 16px; }
.btn-outline-light { background: transparent; color: var(--header-bg); border: 1px solid oklch(99% 0.004 85 / 0.6); padding: 14px 26px; font-size: 16px; }
.btn-outline-dark { background: transparent; border: 1px solid var(--brown); color: var(--brown); padding: 12px 22px; font-size: 14px; }
.btn-green { background: var(--green); color: var(--header-bg); border-radius: 6px; padding: 9px; font-size: 13px; font-weight: 700; width: 100%; }
.btn-green-lg { background: var(--green); color: var(--header-bg); border-radius: 6px; padding: 13px; font-size: 14.5px; font-weight: 700; width: 100%; }

/* Hero */
.hero { position: relative; min-height: 480px; display: flex; align-items: center; background: repeating-linear-gradient(135deg, oklch(80% 0.06 75) 0px, oklch(80% 0.06 75) 18px, oklch(87% 0.04 80) 18px, oklch(87% 0.04 80) 36px); background-size: cover; background-position: center; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, oklch(20% 0.02 90 / 0.62), oklch(20% 0.02 90 / 0.2)); }
.hero-content { position: relative; max-width: 1280px; margin: 0 auto; padding: 60px 32px; width: 100%; color: var(--header-bg); }
.hero-content h1 { font-size: 46px; line-height: 1.15; max-width: 620px; margin: 0 0 20px; }
.hero-content p { font-size: 18px; max-width: 520px; line-height: 1.6; margin: 0 0 28px; color: oklch(95% 0.01 85); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Trust strip */
.trust-strip { max-width: 1280px; margin: 0 auto; padding: 40px 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-item { text-align: center; padding: 20px; }
.trust-icon { width: 48px; height: 48px; border-radius: 50%; background: var(--alt-bg); margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.trust-item strong { display: block; font-weight: 700; font-size: 15px; margin-bottom: 6px; }
.trust-item span { font-size: 14px; color: var(--muted); }

/* Section titles */
.section { max-width: 1280px; margin: 0 auto; padding: 24px 32px 60px; }
.section h2 { font-size: 30px; margin: 0 0 24px; }
.section-alt { background: var(--alt-bg); padding: 60px 32px; }
.section-dark { background: var(--brown); padding: 70px 32px; }
.section-dark h2 { color: var(--bg); }

/* Category cards */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cat-card { text-align: left; border: 1px solid var(--border); border-radius: 10px; overflow: hidden; background: var(--card-bg); padding: 0; display: block; width: 100%; }
.cat-card img { height: 170px; width: 100%; object-fit: cover; }
.cat-card-body { padding: 18px; }
.cat-card-body strong { display: block; font-weight: 700; font-size: 17px; margin-bottom: 6px; }
.cat-card-body span { font-size: 14px; color: var(--muted); }

/* Product grid & cards */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { background: var(--card-bg); border-radius: 10px; border: 1px solid var(--border); overflow: hidden; display: flex; flex-direction: column; }
.product-photo { height: 150px; width: 100%; object-fit: cover; border: none; padding: 0; }
.product-photo-btn { background: none; border: none; padding: 0; width: 100%; display: block; }
.product-body { padding: 14px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-cat { font-size: 11px; color: var(--green-label); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; }
.product-name-btn { text-align: left; background: none; border: none; padding: 0; font-weight: 700; font-size: 14px; line-height: 1.35; color: var(--text); }
.product-desc { font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.product-price { font-family: var(--font-serif); font-weight: 700; font-size: 17px; color: var(--brown); }

/* Tabs (shop categories) */
.tabs { display: flex; gap: 10px; margin-bottom: 28px; flex-wrap: wrap; }
.tab { border: 1px solid var(--border); border-radius: 999px; padding: 9px 18px; font-size: 13.5px; font-weight: 600; background: transparent; color: var(--text); }
.tab[aria-current="true"] { background: var(--honey); color: var(--honey-text); }

/* Story split */
.story { max-width: 1280px; margin: 0 auto; padding: 70px 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.story img { border-radius: 10px; height: 340px; width: 100%; object-fit: cover; }
.story h2 { font-size: 30px; margin: 0 0 18px; }
.story p { font-size: 15px; line-height: 1.7; color: var(--muted-2); margin: 0 0 14px; }

/* Blog preview cards (dark) */
.tip-grid-dark { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tip-card-dark { text-align: left; background: var(--brown-3); border: 1px solid var(--brown-border); border-radius: 10px; padding: 20px; color: var(--footer-text); display: block; }
.tip-card-dark strong { display: block; font-family: var(--font-serif); font-weight: 700; font-size: 17px; color: var(--bg); margin-bottom: 10px; }
.tip-card-dark span { font-size: 13.5px; color: oklch(85% 0.02 85); line-height: 1.6; }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 10px; padding: 22px; }
.testi-quote { font-size: 14.5px; line-height: 1.65; color: var(--muted-2); margin-bottom: 16px; }
.testi-name { font-weight: 700; font-size: 14px; }
.testi-loc { font-size: 13px; color: var(--muted); }

/* Newsletter */
.newsletter { background: var(--honey); padding: 56px 32px; }
.newsletter-inner { max-width: 700px; margin: 0 auto; text-align: center; }
.newsletter h2 { font-size: 26px; margin: 0 0 10px; color: var(--honey-text); }
.newsletter p { font-size: 14.5px; color: var(--honey-text); margin: 0 0 20px; }
.newsletter-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.newsletter-form input { padding: 12px 16px; border-radius: 6px; border: none; font-size: 14px; min-width: 260px; }
.newsletter-form button { background: var(--honey-text); color: var(--bg); border: none; border-radius: 6px; padding: 12px 22px; font-size: 14px; font-weight: 700; }
.form-success { font-weight: 700; color: var(--honey-text); }

/* Breadcrumb */
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 8px; }

/* Article page */
.article-photo { height: 300px; width: 100%; object-fit: cover; border-radius: 10px; margin-bottom: 28px; }
.article-body p { font-size: 15.5px; line-height: 1.75; color: var(--muted-2); margin: 0 0 18px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-card { text-align: left; background: var(--alt-bg); border: none; border-radius: 8px; padding: 14px; font-size: 13.5px; font-weight: 600; color: var(--text); display: block; }
.back-link { background: none; border: none; color: var(--green-label); font-size: 14px; font-weight: 700; margin-bottom: 20px; padding: 0; display: inline-block; }

/* Tips listing */
.tip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tip-card { text-align: left; background: var(--card-bg); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; padding: 0; display: block; }
.tip-card img { height: 150px; width: 100%; object-fit: cover; }
.tip-card-body { padding: 16px; }
.tip-card-body strong { display: block; font-family: var(--font-serif); font-weight: 700; font-size: 16px; margin-bottom: 8px; line-height: 1.35; color: var(--text); }
.tip-card-body span { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* About */
.about-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 50px; }
.about-hero img { height: 320px; width: 100%; object-fit: cover; border-radius: 10px; }
.about-hero p { font-size: 15px; line-height: 1.75; color: var(--muted-2); margin: 0 0 16px; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 50px; }
.team-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 10px; padding: 20px; text-align: center; }
.team-card img { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto 14px; object-fit: cover; }
.team-card strong { display: block; font-weight: 700; font-size: 15px; }
.team-role { font-size: 12.5px; color: var(--green-label); font-weight: 600; margin-bottom: 10px; }
.team-bio { font-size: 13px; color: var(--muted); line-height: 1.55; }
.stats-strip { display: flex; gap: 40px; flex-wrap: wrap; background: var(--alt-bg); border-radius: 10px; padding: 28px; }
.stat-num { font-family: var(--font-serif); font-size: 26px; font-weight: 700; }
.stat-label { font-size: 13px; color: var(--muted); }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-card { background: var(--card-bg); border: 1px solid var(--border); border-radius: 10px; padding: 24px; margin-bottom: 20px; }
.contact-card strong { display: block; font-weight: 700; font-size: 16px; margin-bottom: 14px; }
.contact-card div.info { font-size: 14px; color: var(--muted-2); line-height: 1.7; }
.hours-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--muted-2); }
.hours-list { display: flex; flex-direction: column; gap: 6px; }
.map-box { height: 180px; background: repeating-linear-gradient(45deg, oklch(88% 0.02 90) 0px, oklch(88% 0.02 90) 10px, oklch(93% 0.01 90) 10px, oklch(93% 0.01 90) 20px); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--brown-2); margin-bottom: 20px; text-align: center; padding: 10px; }
.form-field { padding: 12px 14px; border: 1px solid var(--border); border-radius: 6px; font-size: 14px; width: 100%; }
.contact-form { display: flex; flex-direction: column; gap: 12px; }
.contact-thanks { background: var(--alt-bg); border-radius: 10px; padding: 24px; font-weight: 700; }

/* Legal pages */
.legal-wrap h1 { font-size: 30px; margin: 0 0 24px; }
.legal-wrap .updated { font-size: 14px; color: var(--muted); margin: 0 0 24px; }
.legal-wrap h3 { font-size: 18px; margin: 26px 0 10px; }
.legal-wrap p { font-size: 14.5px; line-height: 1.7; color: var(--muted-2); }

/* Footer */
.site-footer { background: var(--footer-bg); color: var(--footer-text); padding: 56px 32px 24px; }
.footer-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 36px; }
.footer-brand { font-family: var(--font-serif); font-weight: 700; font-size: 20px; margin-bottom: 12px; color: var(--bg); }
.footer-desc { font-size: 13.5px; line-height: 1.65; color: var(--footer-muted); max-width: 280px; }
.footer-col-title { font-weight: 700; font-size: 13px; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.03em; color: var(--footer-muted); }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { color: var(--footer-text); font-size: 13.5px; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { max-width: 1280px; margin: 32px auto 0; border-top: 1px solid var(--brown-border); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px; color: oklch(72% 0.02 85); }

/* Cookie banner */
.cookie-banner { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; background: var(--card-bg); border-top: 1px solid var(--border); box-shadow: 0 -4px 20px oklch(0% 0 0 / 0.12); padding: 18px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cookie-banner p { font-size: 13.5px; color: var(--muted-2); max-width: 640px; line-height: 1.55; margin: 0; }
.cookie-banner a { color: var(--green-label); font-weight: 700; text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.btn-cookie-decline { background: transparent; border: 1px solid var(--border); border-radius: 6px; padding: 10px 18px; font-size: 13.5px; font-weight: 600; }
.btn-cookie-accept { background: var(--green); color: var(--header-bg); border: none; border-radius: 6px; padding: 10px 18px; font-size: 13.5px; font-weight: 700; }
.hidden { display: none !important; }

/* Cart drawer */
.js-cart-drawer-wrap { display: contents; }
.js-cart-drawer-wrap.hidden { display: none; }
.cart-overlay { position: fixed; inset: 0; background: oklch(0% 0 0 / 0.4); z-index: 90; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 400px; max-width: 92vw; background: var(--card-bg); z-index: 91; box-shadow: -8px 0 24px oklch(0% 0 0 / 0.15); display: flex; flex-direction: column; }
.cart-head { padding: 20px 24px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.cart-head strong { font-family: var(--font-serif); font-weight: 700; font-size: 19px; }
.cart-close { background: none; border: none; font-size: 22px; color: var(--muted); }
.cart-body { flex: 1; overflow: auto; padding: 16px 24px; }
.cart-empty { font-size: 14px; color: var(--muted); padding: 30px 0; text-align: center; }
.cart-line { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border-2); }
.cart-line-photo { width: 56px; height: 56px; flex-shrink: 0; border-radius: 6px; object-fit: cover; background: var(--alt-bg); }
.cart-line-name { font-size: 13.5px; font-weight: 600; line-height: 1.3; margin-bottom: 4px; }
.cart-line-price { font-size: 13px; color: var(--muted); margin-bottom: 6px; }
.qty-controls { display: flex; align-items: center; gap: 8px; }
.qty-btn { width: 24px; height: 24px; border: 1px solid var(--border); border-radius: 4px; background: none; font-size: 14px; }
.qty-val { font-size: 13px; min-width: 16px; text-align: center; }
.remove-btn { margin-left: auto; background: none; border: none; font-size: 12.5px; color: var(--danger); }
.cart-line-total { font-weight: 700; font-size: 13.5px; white-space: nowrap; }
.cart-foot { padding: 20px 24px; border-top: 1px solid var(--border); }
.cart-total-row { display: flex; justify-content: space-between; font-size: 15px; font-weight: 700; margin-bottom: 16px; }
.cart-note { font-size: 12px; color: var(--muted); text-align: center; margin-top: 10px; }
.checkout-fields { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; }
.checkout-fields input { padding: 10px 12px; border: 1px solid var(--border); border-radius: 6px; font-size: 13.5px; }
.cart-thanks { padding: 40px 24px; text-align: center; }
.cart-thanks strong { display: block; font-weight: 700; font-size: 16px; margin-bottom: 10px; }
.cart-thanks span { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* Product modal */
.modal-overlay { position: fixed; inset: 0; background: var(--overlay); z-index: 95; display: flex; align-items: center; justify-content: center; padding: 24px; }
.modal-box { background: var(--card-bg); border-radius: 12px; max-width: 820px; width: 100%; max-height: 88vh; overflow: auto; display: grid; grid-template-columns: 1fr 1fr; }
.modal-photo { height: 100%; min-height: 320px; width: 100%; object-fit: cover; border-radius: 12px 0 0 12px; }
.modal-info { padding: 28px; position: relative; }
.modal-close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 22px; color: var(--muted); }
.modal-cat { font-size: 11.5px; color: var(--green-label); font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 10px; }
.modal-info h2 { font-size: 22px; margin: 0 0 14px; line-height: 1.3; }
.modal-price { font-family: var(--font-serif); font-weight: 700; font-size: 24px; color: var(--brown); margin-bottom: 16px; }
.modal-desc { font-size: 14px; line-height: 1.7; color: var(--muted-2); margin: 0 0 20px; }

/* Responsive */
@media (max-width: 980px) {
  .product-grid, .cat-grid, .tip-grid, .tip-grid-dark, .testi-grid, .related-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .story, .about-hero, .contact-grid { grid-template-columns: 1fr; }
  .modal-box { grid-template-columns: 1fr; }
  .modal-photo { border-radius: 12px 12px 0 0; min-height: 200px; }
}
@media (max-width: 640px) {
  .product-grid, .cat-grid, .tip-grid, .tip-grid-dark, .testi-grid, .related-grid, .team-grid, .trust-strip { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 32px; }
  .hero-content p { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cart-drawer { width: 100vw; max-width: 100vw; }
}
