:root {
  --paper: #f6f1e8;
  --paper-2: #fbf8f1;
  --ink: #191a17;
  --muted: #6e706a;
  --line: rgba(25, 26, 23, .14);
  --green: #3e5732;
  --green-dark: #24351f;
  --sage: #dfe5d7;
  --white: #fff;
  --shadow: 0 18px 50px rgba(34, 28, 20, .08);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behaviour: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 10%, rgba(90, 75, 55, .045), transparent 24rem),
    linear-gradient(180deg, var(--paper-2), var(--paper));
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1600px, calc(100% - 30px)); margin-inline: auto; }
.section { border-top: 1px solid var(--line); }
.skip-link { position: fixed; z-index: 999; left: 12px; top: 12px; background: #000; color: #fff; padding: 10px 14px; transform: translateY(-150%); transition: .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 248, 241, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(25, 26, 23, .08);
}
.header-inner { min-height: 86px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 150px; height: auto; }
.site-nav { justify-self: center; display: flex; gap: clamp(18px, 2.5vw, 42px); align-items: center; }
.site-nav a, .footer-nav a { font-size: .92rem; color: #34352f; position: relative; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--green); transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.icon-link { width: 34px; height: 34px; display: grid; place-items: center; }
.icon-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-link path { fill: currentColor; stroke: none; }
.shop-pill, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; transition: transform .2s ease, background .2s ease, color .2s ease; }
.shop-pill { color: #fff; background: var(--green); padding: 13px 20px; font-size: .9rem; margin-left: 6px; }
.shop-pill:hover, .btn:hover { transform: translateY(-2px); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { width: min(100% - 30px, 1600px); margin: 10px auto 0; min-height: 600px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); background: var(--paper-2); overflow: visible; gap: 18px; align-items: stretch; }
.hero-copy { display: grid; align-items: center; min-width: 0; padding: 56px 22px 52px 22px; }
.hero-copy-inner { max-width: 560px; min-width: 0; }
.eyebrow { margin: 0 0 20px; letter-spacing: .36em; font-size: .72rem; font-weight: 700; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .95; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(3.8rem, 5.4vw, 6rem); }
h1 em { color: var(--green); font-weight: 400; }
.hero-intro { font-size: 1.08rem; max-width: 480px; margin: 22px 0 26px; color: #33362f; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.btn { border: 1px solid transparent; padding: 14px 24px; font-weight: 600; }
.btn-primary { background: var(--green); color: white; }
.btn-primary:hover { background: var(--green-dark); }
.btn-outline { border-color: var(--green); color: var(--green); }
.secure-note { margin: 0; font-size: .8rem; color: #474941; display: flex; gap: 8px; align-items: center; }
.secure-note svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.hero-image-wrap { position: relative; min-width: 0; min-height: 100%; border-radius: 22px; overflow: hidden; box-shadow: 0 20px 50px rgba(34, 28, 20, .08); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,241,232,.12), transparent 24%); pointer-events: none; }

.products { padding: 38px 0 64px; }
.products-layout { display: grid; grid-template-columns: minmax(280px, 340px) minmax(0, 1fr); gap: 28px; align-items: start; }
.products-layout > * { min-width: 0; }
.products-intro { padding-top: 8px; min-width: 0; }
.products-intro h2 { font-size: clamp(3rem, 3.6vw, 4.35rem); line-height: 1.02; max-width: 320px; }
.products-intro > p:last-of-type { max-width: 260px; color: #55584f; margin-top: 0; }
.brush-line { display: block; width: 60px; height: 4px; margin: 22px 0 20px; border-radius: 99px; background: var(--green); transform: rotate(-1.5deg); }
.text-link { text-decoration: underline; text-underline-offset: 4px; font-size: .92rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; min-width: 0; }
.product-card { background: rgba(255,255,255,.62); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 12px 35px rgba(20, 20, 14, .03); display: flex; flex-direction: column; }
.product-image-frame { aspect-ratio: 1.45/1; overflow: hidden; margin: 14px 14px 0; border-radius: 14px; }
.product-image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image-frame img { transform: scale(1.025); }
.product-body { padding: 16px 16px 18px; display: flex; flex-direction: column; flex: 1; }
.product-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.product-heading h3 { font-size: 1.45rem; line-height: 1.08; }
.price { white-space: nowrap; margin: 0; font-size: .92rem; color: #55584f; }
.product-body > p { color: #4d5048; margin: 10px 0 18px; font-size: .95rem; }
.btn-card { margin-top: auto; width: 100%; background: var(--green); color: #fff; padding: 11px 18px; font-size: .9rem; }

.story { width: min(100% - 30px, 1600px); margin-inline: auto; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) minmax(0, .95fr); min-height: 340px; background: #fbf8f1; gap: 18px; align-items: stretch; }
.story-photo { overflow: hidden; min-height: 340px; border-radius: 18px; }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-photo-left img { object-position: center 62%; }
.story-photo-right img { object-position: center center; }
.story-copy { min-width: 0; padding: 28px 12px 28px 12px; display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { font-size: clamp(3rem, 4vw, 4.4rem); margin-bottom: 18px; }
.story-copy p:not(.eyebrow) { max-width: 700px; color: #4d5048; }
.story-copy .text-link { margin-top: 10px; align-self: flex-start; }

.how { background: #efe8dc; padding: 28px 0; }
.how-grid { display: grid; grid-template-columns: minmax(240px, 1.15fr) minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 28px; }
.how-grid > * { min-width: 0; }
.how-heading h2 { font-size: 2.7rem; max-width: 260px; }
.how-heading .eyebrow { margin-bottom: 10px; }
.step { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: flex-start; }
.step-number { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-family: var(--serif); font-size: 1.2rem; }
.step h3 { font-size: 1.2rem; line-height: 1.05; margin-bottom: 6px; }
.step p { font-size: .82rem; margin: 0; color: #56594f; }
.step-arrow { font-size: 1.8rem; color: #55584f; }

.delivery { padding: 44px 0 52px; }
.delivery-grid { display: grid; grid-template-columns: minmax(260px, 1.1fr) minmax(0, .9fr) minmax(0, .9fr); gap: 32px; align-items: center; }
.delivery-grid > * { min-width: 0; }
.delivery-heading h2 { font-size: clamp(3rem, 4vw, 4.5rem); max-width: 360px; }
.delivery-heading .eyebrow { margin-bottom: 12px; }
.info-block { display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start; }
.info-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--sage); display: grid; place-items: center; }
.info-icon svg { width: 29px; height: 29px; fill: none; stroke: var(--ink); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.info-block h3 { font-size: 1.35rem; line-height: 1.1; margin-bottom: 9px; }
.info-block p { margin: 0; font-size: .9rem; color: #55584f; }

.contact { padding: 26px 0 54px; }
.contact-card { background: var(--green-dark); color: #fff; border-radius: 18px; padding: 34px 36px; display: flex; justify-content: space-between; gap: 28px; align-items: center; box-shadow: var(--shadow); }
.contact-card h2 { font-size: clamp(2.9rem, 4vw, 4.2rem); }
.contact-card p:not(.eyebrow) { margin: 10px 0 0; max-width: 620px; color: rgba(255,255,255,.8); }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.contact-card .btn-primary { background: #fff; color: var(--green-dark); }
.contact-card .btn-outline { color: #fff; border-color: rgba(255,255,255,.55); }

.site-footer { border-top: 1px solid var(--line); padding: 28px 0 24px; background: #fbf8f1; }
.footer-top { display: grid; grid-template-columns: 220px 1fr auto; gap: 20px; align-items: center; }
.footer-brand img { width: 140px; }
.footer-nav { justify-self: center; display: flex; gap: 28px; flex-wrap: wrap; }
.footer-socials { display: flex; }
.footer-bottom { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .75rem; color: #5b5d55; }
.footer-bottom p { margin: 0; }
.footer-meta { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
.footer-meta a { text-decoration: underline; text-underline-offset: 3px; }

.whatsapp-float { position: fixed; right: 26px; bottom: 24px; z-index: 90; background: #169c55; color: #fff; border-radius: 999px; padding: 11px 18px 11px 12px; box-shadow: 0 14px 32px rgba(0,0,0,.18); display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: .84rem; }
.whatsapp-float svg { width: 28px; height: 28px; fill: none; stroke: #fff; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 180px 1fr auto; }
  .shop-pill { display: none; }
  .hero { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); min-height: 520px; }
  h1 { font-size: clamp(3.4rem, 5.2vw, 5.2rem); }
  .products-layout { grid-template-columns: 1fr; }
  .products-intro { max-width: 620px; }
  .products-intro > p:last-of-type { max-width: 500px; }
  .story { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .story-photo-right { display: none; }
  .how-grid { grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
  .how-heading { grid-column: 1 / -1; }
  .step-arrow { display: none; }
  .delivery-grid { gap: 40px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 30px, 1600px); }
  .header-inner { min-height: 74px; grid-template-columns: 1fr auto; }
  .brand img { width: 130px; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .header-actions { display: none; }
  .site-nav { position: absolute; top: 74px; left: 0; right: 0; background: #fbf8f1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px; flex-direction: column; align-items: flex-start; gap: 0; transform-origin: top; transform: scaleY(0); opacity: 0; pointer-events: none; transition: .2s ease; }
  .site-nav.open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .site-nav a { width: 100%; padding: 13px 2px; border-bottom: 1px solid var(--line); }
  .hero { width: min(100% - 30px, 1600px); min-height: 0; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 42px 20px 32px; }
  .hero-copy-inner { max-width: 700px; }
  .hero-image-wrap { aspect-ratio: 16/9; }
  .products-layout { grid-template-columns: 1fr; }
  .products-intro { max-width: 600px; }
  .products-intro > p:last-of-type { max-width: 500px; }
  .product-grid { grid-template-columns: repeat(3, minmax(220px,1fr)); overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .product-card { scroll-snap-align: start; }
  .story { width: min(100% - 30px, 1600px); grid-template-columns: 1fr; gap: 0; }
  .story-photo-left { min-height: 300px; }
  .story-copy { padding: 42px 24px 50px; }
  .how-grid { grid-template-columns: 1fr; }
  .delivery-grid { grid-template-columns: 1fr; }
  .contact-card { flex-direction: column; align-items: flex-start; padding: 28px 24px; }
  .contact-actions { justify-content: flex-start; }
  .footer-top { grid-template-columns: 1fr; justify-items: start; }
  .footer-nav { justify-self: start; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-meta { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 22px, 1600px); }
  .hero { width: min(100% - 22px, 1600px); }
  .hero-copy { padding-inline: 18px; }
  h1 { font-size: clamp(3.5rem, 18vw, 5.2rem); }
  .hero-intro { font-size: 1rem; }
  .eyebrow { font-size: .64rem; letter-spacing: .28em; }
  .products { padding-top: 30px; }
  .products-intro h2, .delivery-heading h2, .story-copy h2 { font-size: 3.25rem; }
  .product-grid { grid-template-columns: 84vw 84vw 84vw; }
  .story { width: min(100% - 22px, 1600px); }
  .story-photo-left { min-height: 230px; }
  .story-copy { padding-inline: 18px; }
  .how { padding: 30px 0 38px; }
  .step { padding: 8px 0; }
  .delivery { padding: 46px 0; }
  .contact { padding-bottom: 54px; }
  .contact-card { padding: 26px 18px; }
  .contact-actions, .contact-actions .btn { width: 100%; }
  .whatsapp-float { width: 54px; height: 54px; padding: 0; display: grid; place-items: center; right: 16px; bottom: 16px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float svg { width: 30px; height: 30px; }
}

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