:root {
  --cream: #f8ecd9;
  --cream-2: #fff8ed;
  --brown: #6f210f;
  --brown-dark: #4b170d;
  --caramel: #c75a17;
  --amber: #e58a23;
  --text: #402117;
  --muted: #866b5d;
  --line: rgba(111, 33, 15, .15);
  --shadow: 0 24px 70px rgba(89, 35, 14, .14);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.7; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.topbar { background: var(--brown); color: #fff5e8; font-size: .78rem; letter-spacing: .02em; }
.topbar__inner { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; }
.topbar a { color: #ffd29a; font-weight: 700; }
.site-header { position: absolute; z-index: 10; inset: 34px 0 auto; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 96px; height: 96px; object-fit: contain; filter: drop-shadow(0 8px 14px rgba(91, 32, 10, .1)); }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: .88rem; font-weight: 700; }
.nav-links a { transition: color .25s ease; }
.nav-links a:hover { color: var(--caramel); }
.nav-cta { padding: 12px 19px; border: 1px solid var(--brown); border-radius: 999px; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--brown); }
.section { position: relative; padding: 110px 0; overflow: hidden; }
.hero { min-height: 790px; padding-top: 155px; background: var(--cream); }
.hero__glow { position: absolute; width: 680px; height: 680px; right: -180px; top: 20px; border-radius: 50%; background: radial-gradient(circle, rgba(229,138,35,.19), transparent 68%); }
.hero__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 45px; }
.eyebrow { color: var(--caramel); text-transform: uppercase; font-size: .72rem; letter-spacing: .19em; font-weight: 800; margin: 0 0 17px; }
h1, h2, h3 { font-family: "Playfair Display", serif; line-height: 1.08; margin: 0 0 22px; color: var(--brown-dark); }
h1 { font-size: clamp(3.2rem, 5.4vw, 5.5rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.5rem, 4.4vw, 4.35rem); letter-spacing: -.045em; }
h3 { font-size: 2rem; }
em { color: var(--caramel); font-style: normal; }
.hero__lead { max-width: 570px; font-size: 1.08rem; color: var(--muted); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 13px 22px; border-radius: 999px; font-weight: 800; font-size: .87rem; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 13px 25px rgba(111,33,15,.16); }
.btn--primary { background: var(--brown); color: #fff7ed; }
.btn--ghost { border: 1px solid var(--line); color: var(--brown); }
.btn--light { background: var(--cream-2); color: var(--brown); }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 20px; color: var(--muted); font-size: .72rem; }
.hero__visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero__image-wrap { width: min(610px, 100%); border-radius: 45% 45% 24px 24px; overflow: hidden; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero__image-wrap img { width: 100%; height: 510px; object-fit: cover; object-position: 67% center; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 12px; padding: 14px 18px; background: rgba(255,248,237,.92); border: 1px solid rgba(111,33,15,.12); border-radius: 18px; box-shadow: 0 18px 45px rgba(111,33,15,.12); backdrop-filter: blur(8px); }
.floating-note strong { display: block; color: var(--brown); font-size: .88rem; }
.floating-note small, .floating-note span { display: block; color: var(--muted); font-size: .72rem; }
.note-icon { color: var(--caramel); font-size: 1.7rem !important; }
.floating-note--top { top: 30px; left: -25px; }
.floating-note--bottom { bottom: 15px; right: -12px; flex-direction: column; gap: 0; align-items: flex-start; }
.floating-note--bottom strong { font-family: "Playfair Display"; font-size: 2rem; line-height: 1; }
.hero__scroll { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .13em; }
.hero__scroll span { color: var(--caramel); padding-left: 8px; }
.section--light { background: var(--cream-2); }
.section-heading { max-width: 800px; margin: 0 auto 55px; text-align: center; }
.section-heading h2 { margin-bottom: 20px; }
.section-heading p:last-child { color: var(--muted); max-width: 560px; margin: auto; }
.product-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.product-feature__image { position: relative; }
.product-feature__image img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50% 50% 24px 24px; box-shadow: var(--shadow); }
.image-tag { position: absolute; bottom: 25px; left: 25px; padding: 10px 16px; border-radius: 999px; background: var(--brown); color: #fff7ed; font-size: .72rem; font-weight: 800; }
.product-feature__copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { display: flex; align-items: center; gap: 10px; margin: 11px 0; font-size: .92rem; }
.check-list span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: rgba(199,90,23,.13); color: var(--caramel); font-weight: 800; }
.price-line { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding: 20px 0; margin-bottom: 20px; font-size: .8rem; color: var(--muted); }
.price-line strong { color: var(--brown); font-size: 1rem; }
.story { background: var(--brown); color: #f9e9d3; }
.story h2, .story .eyebrow { color: #fff3df; }
.story em { color: #ffb55e; }
.story__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.story__copy p:not(.eyebrow) { color: #e9cdb8; }
.text-link { display: inline-flex; gap: 18px; color: #ffc17b; font-weight: 800; margin-top: 20px; }
.story__image { position: relative; }
.story__image img { width: 100%; aspect-ratio: 1.2; object-fit: cover; border-radius: 28px; box-shadow: 0 25px 60px rgba(0,0,0,.18); }
.story__badge { position: absolute; bottom: -28px; left: -28px; display: flex; align-items: center; gap: 15px; background: var(--cream); color: var(--brown); padding: 18px 22px; border-radius: 18px; box-shadow: var(--shadow); font-size: .82rem; }
.story__badge span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--caramel); border-radius: 50%; font-family: "Playfair Display"; font-size: 1.5rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-card { position: relative; background: var(--cream); border: 1px solid var(--line); padding: 35px; border-radius: var(--radius); min-height: 290px; }
.process-card__number { position: absolute; top: 24px; right: 25px; color: rgba(111,33,15,.23); font-family: "Playfair Display"; font-size: 1.5rem; }
.process-card__icon { color: var(--caramel); font-size: 2.4rem; margin-bottom: 35px; }
.process-card p { color: var(--muted); font-size: .92rem; }
.quote-section { background: var(--caramel); padding: 75px 0; }
.quote-box { text-align: center; color: #fff8ed; max-width: 900px; }
.quote-mark { font-family: "Playfair Display"; font-size: 5rem; line-height: .6; color: #ffd19c; }
blockquote { font-family: "Playfair Display"; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.15; margin: 20px 0; letter-spacing: -.03em; }
.quote-box p { color: #ffe1bc; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 28px; }
.contact__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.contact__copy > p:not(.eyebrow) { color: var(--muted); max-width: 510px; }
.contact__details { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line); }
.contact__details span { display: block; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.contact__details strong { color: var(--brown); font-size: .9rem; }
.contact__image { position: relative; }
.contact__image img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.contact__stamp { position: absolute; right: -25px; bottom: 25px; background: var(--brown); color: #fff0dc; padding: 22px; border-radius: 50%; width: 135px; height: 135px; display: grid; place-content: center; text-align: center; font-family: "Playfair Display"; font-size: 1.35rem; line-height: 1.1; transform: rotate(-10deg); }
.contact__stamp small { font-family: "DM Sans"; color: #f5c89c; font-size: .58rem; margin-top: 8px; }
.footer { background: var(--brown-dark); color: #f3d7bd; padding: 30px 0; }
.footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .75rem; }
.footer__brand { font-family: "Playfair Display"; font-size: 1.7rem; color: #fff3df; line-height: 1; }
.footer__brand span { display: block; font-family: "DM Sans"; font-size: .6rem; color: #d9ab88; letter-spacing: .12em; text-transform: uppercase; margin-top: 6px; }
.footer a:last-child { color: #ffc17b; font-weight: 800; }
.whatsapp-float { position: fixed; z-index: 20; right: 24px; bottom: 24px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #238b52; color: white; font-size: 2rem; box-shadow: 0 10px 25px rgba(0,0,0,.18); transition: transform .25s ease; }
.whatsapp-float:hover { transform: scale(1.08); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay { transition-delay: .15s; }
.reveal--delay-2 { transition-delay: .3s; }
@media (max-width: 900px) {
  .site-header { inset: 32px 0 auto; }
  .nav-links { gap: 17px; font-size: .76rem; }
  .hero__grid, .product-feature, .story__grid, .contact__grid { gap: 45px; }
  .hero { min-height: auto; padding-bottom: 100px; }
  .hero__visual { min-height: 430px; }
  .hero__image-wrap img { height: 430px; }
  .story__grid { grid-template-columns: 1fr; }
  .story__image { max-width: 650px; width: 100%; margin-inline: auto; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 34px, 560px); }
  .topbar__inner { justify-content: center; text-align: center; }
  .topbar__inner span { display: none; }
  .site-header { inset: 42px 0 auto; }
  .brand img { width: 82px; height: 82px; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 75px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--cream-2); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 13px 15px; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { padding-top: 145px; }
  .hero__grid, .product-feature, .contact__grid { grid-template-columns: 1fr; }
  .hero__content { text-align: center; }
  .hero__lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .trust-row { justify-content: center; }
  .hero__visual { min-height: 350px; margin-top: 10px; }
  .hero__image-wrap img { height: 350px; }
  .floating-note--top { left: -5px; top: 5px; }
  .floating-note--bottom { right: -5px; bottom: 0; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 38px; }
  .product-feature { gap: 35px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: auto; }
  .contact__grid { gap: 45px; }
  .contact__stamp { right: -8px; }
  .footer__inner { flex-direction: column; text-align: center; }
  .hero__scroll { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
