:root {
  --bg: #fff8ec;
  --paper: #fffdf8;
  --ink: #241510;
  --muted: #6f5d50;
  --brand: #8b1e24;
  --brand-dark: #5f1218;
  --gold: #bd8c28;
  --green: #17633e;
  --line: #ead7ad;
  --soft-line: rgba(139, 30, 36, .12);
  --shadow: 0 18px 46px rgba(82, 43, 18, .11);
  --soft-shadow: 0 10px 28px rgba(82, 43, 18, .08);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 231, 184, .9) 0 16%, transparent 36%),
    linear-gradient(180deg, #fff8ec 0%, #fffdf8 48%, #fff8ec 100%);
  line-height: 1.55;
}

body::selection { background: rgba(189, 140, 40, .28); }
body.menu-open { overflow: hidden; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.08em; height: 1.08em; flex: 0 0 auto; }
.social-link, .btn, .floating-whatsapp { gap: .5rem; }
.container { width: min(1120px, 92vw); margin: auto; }
.section { padding: 86px 0; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; padding: .7rem 1rem; z-index: 99; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 240, .94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--soft-line);
  box-shadow: 0 8px 26px rgba(82, 43, 18, .06);
}

.nav { position: relative; min-height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; gap: 1.1rem; align-items: center; color: var(--ink); text-decoration: none; font-weight: 900; }

.brand img {
  width: 70px;
  height: 66px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff8ec;
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(189, 140, 40, .25);
}

.brand-text { display: flex; flex-direction: column; line-height: 1.02; }
.brand-name { font-family: Georgia, 'Times New Roman', serif; font-size: 1.5rem; font-weight: 700; color: var(--brand); }
.brand-subtitle { margin-top: 4px; font-size: .72rem; text-transform: uppercase; letter-spacing: .2em; color: var(--green); font-weight: 900; }
.drawer-brand { display: none; }
.nav-links { display: flex; gap: 1.55rem; align-items: center; }
.nav-links a, .footer-links a { color: var(--ink); text-decoration: none; font-weight: 750; }
.nav-links a { position: relative; display: inline-flex; align-items: center; padding: .45rem 0; font-size: .94rem; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: .1rem; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.nav-links a:hover::after { transform: scaleX(1); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  font-size: 1.18rem;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(139, 30, 36, .2);
}

h1, h2, h3 { margin: 0; line-height: 1.1; }
h1, h2 { font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: 0; }
h3 { font-size: 1.08rem; letter-spacing: 0; }

.eyebrow {
  margin: 0 0 .78rem;
  color: var(--brand);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  min-height: 48px;
  padding: .86rem 1.24rem;
  color: inherit;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--brand), #a8232b); color: #fff; box-shadow: 0 12px 26px rgba(139, 30, 36, .2); }
.btn-secondary { background: rgba(255, 253, 248, .94); color: var(--brand); border-color: var(--line); }
.btn-card { min-height: 44px; padding: .74rem 1rem; background: #fff7e6; color: var(--brand); border-color: rgba(139, 30, 36, .16); box-shadow: none; }

.hero-banner { padding: 0; background: #fff8ec; overflow: hidden; }
.hero-banner-wrap { position: relative; width: 100%; max-width: none; margin: 0 auto; display: grid; place-items: center; background: #f9efe0; overflow: visible; }
.hero-banner-img { display: block; width: 100%; height: auto; min-height: 0; object-fit: contain; object-position: center; }

.hero-banner-actions {
  position: static;
  transform: none;
  z-index: 3;
  display: flex;
  gap: 12px;
  justify-content: center;
  width: 100%;
  padding: 18px min(4vw, 32px) 22px;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: linear-gradient(180deg, #fff8ec, #fff3dc);
  box-shadow: none;
}

.hero-banner-actions .btn { flex: 0 1 220px; white-space: nowrap; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #241510; color: #fff8ec; }
.trust-grid { min-height: 62px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 18px; text-align: center; }
.trust-grid span { position: relative; font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.trust-grid span + span::before { content: ""; position: absolute; left: -9px; top: 50%; width: 1px; height: 22px; background: rgba(255, 248, 236, .24); transform: translateY(-50%); }

.intro { background: linear-gradient(180deg, #ffe8b7, #fff7e8); }
.intro-grid, .contact-grid, .craft-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; }
.intro p, .section-heading p, .custom-card p, .craft-grid p, .contact-grid p, .steps p, .product-body li { color: var(--muted); }
.intro-grid > p { font-size: 1.08rem; max-width: 620px; }
.section-heading { max-width: 720px; margin: 0 auto 38px; text-align: center; }

.products { background: linear-gradient(180deg, #fff7e8, #fffdf8); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { display: flex; flex-direction: column; overflow: hidden; background: rgba(255, 253, 248, .88); border: 1px solid rgba(234, 215, 173, .9); border-radius: var(--radius); box-shadow: var(--soft-shadow); }
.product-image-carousel { position: relative; overflow: hidden; isolation: isolate; background: #f3e2bf; }
.product-card img, .product-image-carousel .carousel-slide { width: 100%; object-fit: cover; background: #f3e2bf; }
.product-image-carousel .carousel-track { aspect-ratio: 4 / 3.25; }
.product-body { display: flex; flex: 1; flex-direction: column; gap: 13px; padding: 20px; }
.product-meta { display: flex; gap: 8px; flex-wrap: wrap; }
.pill { padding: .34rem .58rem; border: 1px solid rgba(189, 140, 40, .28); border-radius: 999px; background: #fff4d6; color: #624413; font-size: .76rem; font-weight: 850; }
.prices { display: flex; align-items: baseline; gap: .65rem; }
.launch { color: var(--brand); font-size: 1.55rem; font-weight: 950; }
.regular { color: var(--muted); font-weight: 800; text-decoration: line-through; }
.product-body ul { margin: 0 0 .35rem; padding-left: 1.06rem; }
.product-body li { margin: .18rem 0; }
.product-body .btn { margin-top: auto; }

.custom { background: #fffdf8; }
.custom-card { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 240, 204, .94)); box-shadow: var(--soft-shadow); }
.custom-card > div { max-width: 720px; }

.craft-note { background: linear-gradient(180deg, #fffdf8, #fff7e8); }
.craft-grid { grid-template-columns: minmax(280px, .86fr) 1.14fr; }
.craft-grid img { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); cursor: zoom-in; }

.gallery { background: #fff7e8; }
.gallery-carousel { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.carousel-track { position: relative; overflow: hidden; border-radius: inherit; background: #fff; }
.carousel-slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
  cursor: zoom-in;
  opacity: 0;
  pointer-events: none;
  transition: opacity .45s ease;
}
.carousel-slide.active { opacity: 1; pointer-events: auto; }
.gallery-carousel .carousel-track { aspect-ratio: 16 / 8.5; }
.carousel-btn { position: absolute; top: 48%; z-index: 5; width: 40px; height: 40px; display: grid; place-items: center; padding: 0 0 3px; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .9); color: var(--brand); font-size: 1.8rem; font-weight: 900; line-height: 1; cursor: pointer; box-shadow: 0 8px 22px rgba(0, 0, 0, .16); transform: translateY(-50%); }
.carousel-btn.prev { left: 14px; }
.carousel-btn.next { right: 14px; }
.carousel-dots { position: absolute; left: 0; right: 0; bottom: 14px; z-index: 6; display: flex; justify-content: center; gap: 8px; }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: rgba(255, 255, 255, .45); cursor: pointer; }
.carousel-dots button.active { background: #fff; transform: scale(1.25); }
.zoom-hint { position: absolute; right: 14px; bottom: 14px; z-index: 7; border: 0; border-radius: 999px; background: rgba(35, 21, 15, .72); color: #fff; padding: .45rem .7rem; font-size: .74rem; font-weight: 850; pointer-events: none; }

.process { background: #fffdf8; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps article { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--soft-shadow); }
.steps strong { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 14px; border-radius: 50%; background: var(--gold); color: #fff; }

.contact { background: linear-gradient(180deg, #fffdf8, #fff4dc); }
.contact-actions { display: flex; gap: .85rem; flex-wrap: wrap; margin-top: 22px; }
.contact-form { display: grid; gap: 16px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.contact-form label { color: var(--ink); font-weight: 850; }
input, textarea { display: block; width: 100%; margin-top: 6px; padding: 13px 14px; border: 1px solid #ddc492; border-radius: 12px; background: #fffaf0; font: inherit; }
input:focus, textarea:focus { border-color: var(--gold); outline: 3px solid rgba(189, 140, 40, .25); }
.small-note { margin-top: 18px; font-size: .9rem; }
.form-status { min-height: 1.4em; margin: 0; color: var(--muted); font-size: .9rem; font-weight: 750; }
.form-status[data-status="success"] { color: var(--green); }
.form-status[data-status="error"] { color: var(--brand); }
.form-status[data-status="loading"] { color: var(--gold); }
button:disabled { opacity: .72; cursor: not-allowed; transform: none; }

.footer { padding: 34px 0; background: #23150f; color: #fff; }
.footer p { color: #d8c8bb; }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-links a { display: inline-flex; align-items: center; color: #fff; }

.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 30; display: inline-flex; align-items: center; padding: .82rem 1rem; border-radius: 999px; background: var(--green); color: #fff; text-decoration: none; font-weight: 900; box-shadow: 0 12px 30px rgba(0, 0, 0, .2); }

.lightbox { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 72px 18px 28px; background: rgba(0, 0, 0, .88); }
.lightbox.open { display: flex; }
.lightbox img { max-width: 94vw; max-height: 84vh; object-fit: contain; cursor: zoom-in; transition: transform .2s ease; }
.lightbox.zoomed img { cursor: zoom-out; transform: scale(1.75); }
.lightbox-close, .lightbox-zoom { position: fixed; top: 18px; border: 0; border-radius: 999px; background: #fff; color: var(--ink); font-weight: 900; cursor: pointer; }
.lightbox-close { right: 18px; width: 44px; height: 44px; font-size: 1.7rem; }
.lightbox-zoom { right: 74px; padding: .75rem 1rem; }

@media (max-width: 900px) {
  .hero-banner-img { height: auto; min-height: 0; object-fit: contain; }
  .hero-banner-actions { width: 100%; padding: 16px 18px 24px; border: 0; border-radius: 0; background: #fff8ec; box-shadow: none; }
  .intro-grid, .contact-grid, .craft-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid span + span::before { display: none; }
  .custom-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .section { padding: 58px 0; }
  .site-header { position: static; background: #fff8ec; backdrop-filter: none; }
  .nav { min-height: 74px; padding-top: 10px; padding-bottom: 10px; }
  .brand { gap: .82rem; }
  .brand img { width: 54px; height: 50px; }
  .brand-name { font-size: 1.1rem; }
  .brand-subtitle { font-size: .58rem; letter-spacing: .16em; }
  .nav-toggle { position: relative; z-index: 80; display: inline-grid; place-items: center; }
  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    padding: 26px 28px 32px;
    background: #fff8ec;
  }
  .nav-links.open { display: flex; }
  .drawer-brand {
    display: flex;
    align-items: center;
    gap: .82rem;
    margin: 0 56px 92px 0;
  }
  .drawer-brand img {
    width: 54px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
    background: #fff8ec;
    border: 1px solid rgba(189, 140, 40, .25);
    box-shadow: var(--soft-shadow);
  }
  .drawer-brand span { display: flex; flex-direction: column; line-height: 1.05; }
  .drawer-brand strong { font-family: Georgia, 'Times New Roman', serif; font-size: 1.1rem; color: var(--brand); }
  .drawer-brand small { margin-top: 4px; color: var(--green); font-size: .58rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
  .nav-links a {
    justify-content: center;
    min-height: 52px;
    padding: .9rem 1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fffdf8;
    box-shadow: var(--soft-shadow);
    font-size: 1rem;
  }
  .nav-links a::after { display: none; }
  .hero-banner-img { width: 100%; border-bottom: 1px solid var(--line); }
  .hero-banner-actions { display: grid; gap: 12px; }
  .hero-banner-actions .btn, .contact-actions .btn { width: 100%; }
  .trust-grid { min-height: auto; padding: 16px 0; gap: 12px; }
  .trust-grid span { font-size: .68rem; letter-spacing: .12em; }
  h2 { font-size: clamp(1.8rem, 9vw, 2.45rem); }
  .product-grid, .steps { grid-template-columns: 1fr; }
  .product-card { overflow: visible; border-radius: 14px; box-shadow: 0 8px 22px rgba(82, 43, 18, .08); }
  .product-image-carousel,
  .gallery-carousel,
  .carousel-track { overflow: hidden; border-radius: 14px 14px 0 0; }
  .product-image-carousel .carousel-track,
  .gallery-carousel .carousel-track { aspect-ratio: auto; min-height: 0; }
  .product-image-carousel .carousel-slide,
  .gallery-carousel .carousel-slide {
    position: static;
    inset: auto;
    display: none;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3.15;
    opacity: 1;
    transition: none;
  }
  .product-image-carousel .carousel-slide.active,
  .gallery-carousel .carousel-slide.active { display: block; }
  .custom-card, .contact-form { padding: 24px; }
  .gallery-carousel .carousel-slide { aspect-ratio: 4 / 5; }
  .carousel-btn { width: 36px; height: 36px; font-size: 1.6rem; }
  .floating-whatsapp { display: none; }
  .lightbox.zoomed img { transform: scale(1.35); }
  .footer-grid { flex-direction: column; }
}
