:root {
  --ink: #142231;
  --muted: #657078;
  --sage: #687b54;
  --sage-light: #e9eee4;
  --terracotta: #c96034;
  --terracotta-dark: #a84b28;
  --paper: #fbfaf7;
  --line: #e4e4df;
  --white: #fff;
  --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-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-shell { min-height: 100vh; overflow: hidden; }
.status-strip { align-items: center; background: #f1f0ec; color: #73766f; display: flex; font-size: .68rem; gap: .55rem; justify-content: flex-end; letter-spacing: .02em; padding: .62rem clamp(1rem, 6vw, 6rem); }
.status-strip b { color: #a6a79f; font-weight: 400; }
.status-progress { background: #ddd8d1; border-radius: 999px; height: 6px; margin-right: .4rem; overflow: hidden; width: 132px; }
.status-progress span { background: var(--terracotta); border-radius: inherit; display: block; height: 100%; width: 52%; }
.status-progress--muted { margin-left: .45rem; margin-right: 0; }
.status-progress--muted span { background: #b9b9b1; width: 0; }

.site-header { align-items: center; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(20,34,49,.06); display: grid; gap: 2rem; grid-template-columns: 1fr auto 1fr; min-height: 78px; padding: 0 clamp(1rem, 6vw, 6rem); position: relative; z-index: 2; }
.brand { align-items: center; display: inline-flex; font-family: var(--serif); font-size: 1.65rem; font-weight: 700; gap: .5rem; letter-spacing: -.055em; width: fit-content; }
.brand-mark { display: block; height: 35px; object-fit: contain; width: 35px; }
.brand-name { line-height: 1; }
.main-nav { align-items: center; display: flex; gap: 2.8rem; height: 100%; }
.main-nav a { align-items: center; color: #28333d; display: flex; font-size: .9rem; height: 100%; position: relative; }
.main-nav a::after { background: var(--terracotta); bottom: 0; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; width: 100%; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.main-nav a.is-active { color: var(--terracotta-dark); }
.header-note { color: #6b6c64; font-family: var(--serif); font-size: .84rem; justify-self: end; margin: 0; }
.leaf-dot { color: var(--sage); font-family: var(--sans); font-size: 1.3rem; margin-right: .55rem; }

.hero { align-items: center; background: linear-gradient(100deg, #eee9df 0%, #f8f5ef 52%, #eae4d8 100%); display: grid; gap: clamp(2rem, 5vw, 5rem); grid-template-columns: minmax(0, 1fr) minmax(420px, .94fr); min-height: 420px; padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1rem, 10vw, 10rem); position: relative; }
.hero::before { background: radial-gradient(circle at 10% 30%, rgba(104,123,84,.16), transparent 24%), radial-gradient(circle at 92% 80%, rgba(201,96,52,.11), transparent 25%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-copy, .featured-card { position: relative; z-index: 1; }
.eyebrow { color: var(--terracotta-dark); font-size: .68rem; font-weight: 700; letter-spacing: .15em; margin: 0 0 1rem; text-transform: uppercase; }
.hero h1 { font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); font-weight: 700; letter-spacing: -.055em; line-height: .98; margin: 0; max-width: 620px; }
.hero-lead { color: #53606a; font-family: var(--serif); font-size: 1.1rem; line-height: 1.5; margin: 1.4rem 0 2rem; max-width: 560px; }
.value-points { display: flex; flex-wrap: wrap; gap: 1.5rem 2.5rem; }
.value-points span { align-items: center; color: #44504b; display: flex; font-size: .78rem; gap: .65rem; line-height: 1.25; }
.value-points b { font-weight: 600; }
.point-icon { color: var(--sage); font-size: 1.7rem; font-style: normal; font-weight: 400; line-height: 1; }

.featured-card { background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.92); border-radius: 13px; box-shadow: 0 18px 55px rgba(55,47,34,.12); display: grid; grid-template-columns: minmax(150px, .82fr) 1fr; overflow: hidden; }
.featured-card > img, .product-card > img { background: #eeeae1; height: clamp(220px, 24vw, 320px); object-fit: contain; object-position: center; padding: clamp(.55rem, 2vw, 1.25rem); width: 100%; }
.product-image { align-items: center; background: #eeeae1; display: flex; justify-content: center; min-height: 220px; overflow: hidden; }
.product-image img { display: block; height: clamp(220px, 24vw, 320px); max-height: 320px; object-fit: contain; padding: clamp(.55rem, 2vw, 1.25rem); width: 100%; }
.product-image--featured { min-height: 300px; }
.product-image--featured img { height: clamp(280px, 31vw, 370px); max-height: 370px; }
.featured-content { padding: clamp(1.5rem, 3vw, 2.2rem); }
.badge { background: var(--sage-light); border-radius: 999px; color: #58664b; display: inline-flex; font-size: .63rem; font-weight: 800; letter-spacing: .08em; padding: .45rem .7rem; text-transform: uppercase; }
.featured-content h2 { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.2rem); letter-spacing: -.035em; line-height: 1; margin: 1rem 0 .7rem; }
.featured-content p, .product-card p { color: var(--muted); font-size: .89rem; line-height: 1.48; margin: 0; }
.button { align-items: center; background: var(--terracotta); border-radius: 7px; color: var(--white); display: flex; font-family: var(--serif); font-size: 1rem; justify-content: space-between; margin-top: 1.4rem; padding: .85rem 1rem; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--terracotta-dark); transform: translateY(-2px); }
.button span, .text-button span { font-family: var(--sans); font-size: 1.2rem; }
.featured-content small { color: #777a72; display: block; font-family: var(--serif); font-size: .78rem; margin-top: 1.2rem; }
.tiny-leaf { color: var(--sage); font-size: .65rem; margin-right: .35rem; }

.product-visual { align-items: center; background: linear-gradient(140deg, #dce1d5, #f0e9dd 60%, #d4c8b6); color: #526148; display: flex; flex-direction: column; font-family: var(--serif); justify-content: space-between; min-height: 205px; padding: 1.1rem; text-align: center; }
.product-visual--featured { background: radial-gradient(circle at 50% 35%, #4b5050 0 17%, transparent 17.5%), linear-gradient(135deg, #d7ddd1, #e8d9c7); color: #fff; min-height: 300px; padding: 1.4rem; text-shadow: 0 1px 8px rgba(0,0,0,.4); }
.product-visual strong { font-family: var(--sans); font-size: 3.8rem; font-weight: 200; opacity: .35; }
.product-visual span { font-size: .86rem; letter-spacing: .04em; }

.catalog { margin: 0 auto; max-width: 1440px; padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 5vw, 5rem); }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 1.8rem; }
.section-heading .eyebrow { margin-bottom: .45rem; }
.section-heading h2 { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); letter-spacing: -.045em; margin: 0; }
.section-heading > a { color: var(--terracotta-dark); font-family: var(--serif); font-size: .95rem; padding-bottom: .3rem; }
.section-heading > a span { font-family: var(--sans); margin-left: .4rem; }
.product-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; display: grid; grid-template-columns: .88fr 1.12fr; overflow: hidden; }
.product-card-content { padding: 1.25rem 1.2rem 1.1rem; }
.card-kicker { color: var(--sage); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { font-family: var(--serif); font-size: 1.3rem; letter-spacing: -.03em; line-height: 1.05; margin: .5rem 0 .6rem; }
.product-card p { font-size: .78rem; }
.text-button { align-items: center; color: var(--terracotta-dark); display: inline-flex; font-family: var(--serif); font-size: .94rem; font-weight: 700; gap: .6rem; margin-top: 1rem; }
.catalog-note { align-items: center; background: #f5f2eb; border: 1px solid #e7e0d4; border-radius: 12px; color: var(--muted); display: flex; gap: 1rem; max-width: 720px; padding: 1.1rem 1.25rem; }
.catalog-note-mark { align-items: center; background: var(--sage-light); border-radius: 50%; color: var(--sage); display: inline-flex; flex: 0 0 2.4rem; font-size: 1.5rem; height: 2.4rem; justify-content: center; }
.catalog-note strong { color: var(--ink); display: block; font-family: var(--serif); font-size: 1rem; }
.catalog-note p { font-size: .82rem; line-height: 1.45; margin: .25rem 0 0; }

.trust-strip { background: #f1f0ec; display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); padding: 1.7rem clamp(1rem, 7vw, 7rem); }
.trust-strip > div { align-items: center; border-right: 1px solid #d0d0c9; display: flex; gap: .8rem; padding-right: 1rem; }
.trust-strip > div:last-child { border-right: 0; }
.trust-icon { color: var(--sage); font-size: 2rem; font-weight: 300; }
.trust-strip p { display: flex; flex-direction: column; gap: .2rem; margin: 0; }
.trust-strip strong { font-family: var(--serif); font-size: .86rem; }
.trust-strip small { color: var(--muted); font-size: .68rem; }
.site-footer { align-items: center; display: flex; justify-content: space-between; padding: 2rem clamp(1rem, 7vw, 7rem); }
.brand--footer { font-size: 1.25rem; }
.brand--footer .brand-mark { height: 27px; width: 27px; }
.site-footer p { color: #74766f; font-family: var(--serif); font-size: .82rem; margin: 0; }
.empty-state { min-height: 450px; padding: 8rem clamp(1rem, 8vw, 8rem); }

.info-main { background: var(--paper); min-height: 620px; }
.info-hero { background: linear-gradient(115deg, #eee9df, #faf8f3 58%, #e9e2d7); padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 12vw, 12rem); }
.info-hero h1 { font-family: var(--serif); font-size: clamp(2.7rem, 6vw, 5.2rem); letter-spacing: -.06em; line-height: .98; margin: 0; max-width: 760px; }
.info-lead { color: #53606a; font-family: var(--serif); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.55; margin: 1.35rem 0 0; max-width: 680px; }
.category-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.6rem; }
.category-chips span { background: rgba(255,255,255,.72); border: 1px solid rgba(104,123,84,.25); border-radius: 999px; color: #536148; font-size: .73rem; font-weight: 700; padding: .45rem .75rem; }
.info-content { margin: 0 auto; max-width: 1440px; padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 7vw, 7rem); }
.info-content--narrow { max-width: 960px; }
.info-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); }
.info-product-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; display: flex; overflow: hidden; }
.info-product-image { align-items: center; background: #eeeae1; display: flex; flex: 0 0 240px; height: 240px; justify-content: center; min-height: 0; overflow: hidden; width: 240px; }
.info-product-card img { display: block; height: 100%; max-height: 100%; object-fit: contain; padding: 1rem; width: 100%; }
.info-product-card > div:not(.info-product-image) { padding: 1.35rem 1.2rem; }
.info-product-card h2, .info-section h2 { font-family: var(--serif); letter-spacing: -.04em; line-height: 1.08; }
.info-product-card h2 { font-size: 1.45rem; margin: .55rem 0 .65rem; }
.info-product-card h2 a:hover { color: var(--terracotta-dark); }
.info-product-card p, .info-section p { color: var(--muted); line-height: 1.6; }
.info-section { border-top: 1px solid var(--line); padding: 2.4rem 0; }
.info-section h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin: 0 0 .8rem; max-width: 680px; }
.info-section p:not(.eyebrow) { font-size: 1rem; margin: 0; max-width: 700px; }
.info-list { color: var(--muted); display: grid; gap: .8rem; line-height: 1.55; list-style: none; margin: 1.2rem 0 0; max-width: 700px; padding: 0; }
.info-list li { border-left: 3px solid var(--sage); padding-left: 1rem; }
.info-list strong { color: var(--ink); }
.info-button { display: inline-flex; gap: 2rem; margin-top: 1.6rem; width: fit-content; }

.whatsapp-widget { align-items: flex-end; bottom: 1.2rem; display: flex; flex-direction: column; gap: .45rem; position: fixed; right: clamp(1rem, 3vw, 2.5rem); z-index: 10; }
.whatsapp-widget.is-hidden { display: none; }
.whatsapp-float { align-items: center; background: #25d366; border: 4px solid rgba(255,255,255,.92); border-radius: 50%; box-shadow: 0 10px 28px rgba(13,74,42,.28); color: #fff; display: flex; height: 58px; justify-content: center; transition: transform .2s ease, background .2s ease; width: 58px; }
.whatsapp-float:hover { background: #1ebe5d; transform: translateY(-3px); }
.whatsapp-float svg { fill: #fff; height: 30px; width: 30px; }
.whatsapp-message { background: #fff; border: 1px solid #dfe5df; border-radius: 12px 12px 2px 12px; box-shadow: 0 8px 24px rgba(20,34,49,.14); color: #304238; font-size: .78rem; line-height: 1.35; max-width: 235px; padding: .7rem .85rem; }
.whatsapp-close { align-items: center; background: #fff; border: 1px solid #dfe5df; border-radius: 50%; color: #657078; cursor: pointer; display: flex; font-size: 1rem; height: 23px; justify-content: center; line-height: 1; padding: 0; position: absolute; right: -7px; top: -7px; width: 23px; z-index: 1; }
.whatsapp-close:hover { color: var(--terracotta-dark); }

.product-detail { margin: 0 auto; max-width: 1180px; padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 5vw, 4rem) 5rem; }
.product-back { color: var(--terracotta-dark); display: inline-block; font-family: var(--serif); margin-bottom: 1.5rem; }
.product-detail-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; display: grid; grid-template-columns: minmax(280px, .9fr) 1.1fr; overflow: hidden; }
.product-detail-image { align-items: center; background: #eeeae1; display: flex; justify-content: center; min-height: 430px; overflow: hidden; }
.product-detail-image img { height: 430px; max-height: 100%; object-fit: contain; padding: 2rem; width: 100%; }
.product-detail-copy { align-self: center; padding: clamp(1.5rem, 5vw, 4rem); }
.product-detail-copy h1 { font-family: var(--serif); font-size: clamp(2.3rem, 5vw, 4.3rem); letter-spacing: -.055em; line-height: 1; margin: 0 0 1rem; }
.product-detail-lead { color: var(--muted); font-family: var(--serif); font-size: 1.15rem; line-height: 1.55; margin: 0; }
.product-disclosure { color: #777a72; font-size: .8rem; line-height: 1.5; margin: 1.4rem 0 0; }

.admin-body { background: #f1f0ec; min-height: 100vh; }
.admin-shell { margin: 0 auto; max-width: 760px; padding: 2rem 1rem 4rem; }
.admin-back { color: var(--terracotta-dark); display: inline-block; font-family: var(--serif); font-size: .9rem; margin-bottom: 2.5rem; }
.admin-header { margin-bottom: 1.5rem; }
.admin-header h1 { font-family: var(--serif); font-size: clamp(2.3rem, 7vw, 4rem); letter-spacing: -.055em; line-height: 1; margin: 0 0 .8rem; }
.admin-header > p:last-child { color: var(--muted); line-height: 1.55; margin: 0; max-width: 580px; }
.admin-form { background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 35px rgba(55,47,34,.07); display: grid; gap: .55rem; padding: clamp(1.2rem, 5vw, 2rem); }
.admin-form label { font-size: .84rem; font-weight: 700; margin-top: .7rem; }
.admin-form label span { color: var(--muted); font-weight: 400; }
.admin-form input, .admin-form textarea { background: #fff; border: 1px solid #d8d8d2; border-radius: 8px; color: var(--ink); font: inherit; font-size: 1rem; padding: .85rem .9rem; width: 100%; }
.admin-form textarea { min-height: 110px; resize: vertical; }
.admin-form input:focus, .admin-form textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(104,123,84,.14); outline: none; }
.admin-form small { color: var(--muted); font-size: .74rem; line-height: 1.4; }
.admin-submit { align-items: center; background: var(--terracotta); border: 0; border-radius: 8px; color: var(--white); cursor: pointer; display: flex; font-family: var(--serif); font-size: 1.03rem; justify-content: space-between; margin-top: 1.1rem; padding: 1rem; transition: background .2s ease, transform .2s ease; }
.admin-submit:hover { background: var(--terracotta-dark); transform: translateY(-1px); }
.admin-submit span { font-family: var(--sans); font-size: 1.25rem; }
.admin-alert { border-radius: 10px; font-size: .88rem; line-height: 1.45; margin: 0 0 1rem; padding: .9rem 1rem; }
.admin-alert--success { background: #e8f0e3; border: 1px solid #cadcc0; color: #405533; }
.admin-alert--error { background: #f8e7df; border: 1px solid #e6c2b2; color: #853d26; }
.admin-alert code { background: rgba(255,255,255,.55); border-radius: 4px; padding: .1rem .25rem; }
.admin-products { margin-top: 2.5rem; }
.admin-section-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: .8rem; }
.admin-section-heading h2 { font-family: var(--serif); font-size: 1.55rem; letter-spacing: -.035em; margin: 0; }
.admin-section-heading span { background: var(--sage-light); border-radius: 999px; color: var(--sage); font-size: .75rem; font-weight: 800; padding: .35rem .65rem; }
.admin-product-row { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 10px; display: flex; gap: .85rem; margin-top: .55rem; padding: .6rem; }
.admin-product-row img, .admin-product-placeholder { background: #eeeae1; border-radius: 7px; height: 54px; object-fit: cover; width: 54px; }
.admin-product-placeholder { align-items: center; color: var(--sage); display: flex; font-size: 1.5rem; justify-content: center; }
.admin-product-info { display: flex; flex: 1; flex-direction: column; gap: .2rem; min-width: 0; }
.admin-product-row strong { font-family: var(--serif); font-size: .98rem; }
.admin-product-row small, .admin-empty { color: var(--muted); font-size: .75rem; }
.admin-empty { background: #fff; border: 1px dashed #d4d4cd; border-radius: 10px; margin: 0; padding: 1rem; }
.admin-delete-form { margin-left: auto; }
.admin-delete { background: transparent; border: 1px solid #e1c5b9; border-radius: 6px; color: var(--terracotta-dark); cursor: pointer; font: inherit; font-size: .72rem; padding: .45rem .6rem; }
.admin-delete:hover { background: #f8e7df; }

@media (max-width: 1050px) {
  .site-header { gap: 1rem; grid-template-columns: 1fr auto; }
  .header-note { display: none; }
  .hero { grid-template-columns: 1fr; }
  .featured-card { max-width: 720px; }
}

@media (max-width: 700px) {
  .status-strip { justify-content: center; }
  .status-progress { width: 54px; }
  .site-header { min-height: auto; padding-bottom: .7rem; padding-top: .7rem; }
  .brand { font-size: 1.35rem; }
  .brand-mark { height: 29px; width: 29px; }
  .main-nav { gap: 1rem; }
  .main-nav a { font-size: .75rem; }
  .hero { padding-bottom: 3rem; padding-top: 3rem; }
  .hero h1 { font-size: 3rem; }
  .value-points { gap: 1rem; }
  .featured-card, .product-card { grid-template-columns: 1fr; }
  .featured-card > img, .product-card > img, .product-visual, .product-visual--featured, .product-image, .product-image img { min-height: 180px; }
  .product-image img { height: 210px; }
  .product-image--featured img { height: 260px; }
  .section-heading { align-items: start; flex-direction: column; gap: 1rem; }
  .product-grid { grid-template-columns: 1fr; }
  .info-hero { padding: 3.2rem 1.25rem; }
  .info-hero h1 { font-size: clamp(2.35rem, 12vw, 3.1rem); }
  .info-content { padding: 2.5rem 1rem 4rem; }
  .info-product-card { display: flex; flex-direction: column; }
  .info-product-image { flex-basis: 210px; height: 210px; width: 100%; }
  .info-product-card img { height: 100%; max-height: 100%; }
  .product-detail { padding: 1.5rem 1rem 3rem; }
  .product-detail-card { grid-template-columns: 1fr; }
  .product-detail-image { min-height: 280px; }
  .product-detail-image img { height: 280px; padding: 1.25rem; }
  .product-detail-copy { padding: 1.5rem; }
  .product-detail-copy h1 { font-size: 2.55rem; }
  .whatsapp-widget { bottom: .8rem; right: .7rem; }
  .whatsapp-message { max-width: min(215px, calc(100vw - 90px)); }
  .whatsapp-float { height: 52px; width: 52px; }
  .whatsapp-float svg { height: 28px; width: 28px; }
  .whatsapp-close { right: -6px; top: -6px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div:nth-child(2) { border-right: 0; }
  .site-footer { align-items: start; flex-direction: column; gap: 1rem; }
  .admin-shell { padding-top: 1.25rem; }
  .admin-back { margin-bottom: 2rem; }
}
