:root {
  --cream: #fbf8f3;
  --sand: #f3eee4;
  --paper: #fffdf9;
  --ink: #1f2a24;
  --muted: #5c6b63;
  --line: #ddd6c8;
  --sage: #3d6b54;
  --emerald: #1e6b4f;
  --emerald-deep: #164c39;
  --whatsapp: #128c7e;
  --whatsapp-hover: #0e7368;
  --shadow: 0 18px 50px rgba(31, 42, 36, 0.12);
  --radius: 1.25rem;
  --header: 4.5rem;
  --font-serif: "Fraunces", "Times New Roman", serif;
  --font-sans: "Source Sans 3", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  background:
    linear-gradient(180deg, rgba(251, 248, 243, 0.92), rgba(251, 248, 243, 0.96)),
    url("/images/texture-paper.webp");
  background-attachment: fixed;
  background-size: cover;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--emerald);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--emerald-deep);
}

h1,
h2,
h3,
.brand-name {
  font-family: var(--font-serif);
  font-optical-sizing: auto;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.18;
}

h1 {
  font-size: clamp(2rem, 4.6vw, 3.35rem);
  font-weight: 650;
  margin: 0 0 1rem;
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  margin: 0 0 0.75rem;
}

h3 {
  font-size: 1.25rem;
  margin: 0 0 0.4rem;
}

p {
  margin: 0 0 1rem;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--ink);
  color: #fff;
  padding: 0.5rem 0.8rem;
  z-index: 20;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.narrow {
  width: min(760px, calc(100% - 2rem));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 248, 243, 0.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header);
}

.brand {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-size: 1.15rem;
}

.brand-meta {
  font-size: 0.75rem;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 1.25rem;
}

.nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.nav a:hover {
  color: var(--emerald);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.7rem 1.15rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-lg {
  padding: 0.95rem 1.4rem;
  font-size: 1.05rem;
}

.btn-whatsapp,
.btn-whatsapp:hover {
  background: var(--whatsapp);
  color: #fff;
}

.btn-whatsapp:hover {
  background: var(--whatsapp-hover);
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.btn-ghost:hover {
  color: var(--emerald-deep);
  border-color: var(--sage);
}

.icon-wa {
  width: 1.15em;
  height: 1.15em;
  display: inline-block;
  background: currentColor;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12.04 2C6.58 2 2.15 6.43 2.15 11.89c0 1.76.46 3.47 1.34 4.99L2 22l5.27-1.38a9.86 9.86 0 0 0 4.77 1.21h.01c5.46 0 9.89-4.43 9.89-9.89C21.94 6.43 17.5 2 12.04 2zm5.76 14.05c-.24.68-1.4 1.25-1.93 1.33-.49.07-1.12.1-1.81-.11-.42-.13-.95-.31-1.64-.6-2.89-1.25-4.77-4.16-4.92-4.35-.14-.19-1.18-1.57-1.18-3 0-1.42.75-2.12 1.01-2.41.26-.29.57-.36.76-.36h.54c.17 0 .41-.07.64.49.24.58.82 2 .89 2.15.07.15.12.32.02.52-.1.19-.14.32-.28.49-.14.17-.29.38-.42.51-.14.14-.28.29-.12.56.16.27.7 1.16 1.51 1.88 1.04.93 1.91 1.22 2.18 1.36.27.14.43.12.59-.07.16-.19.68-.79.86-1.06.18-.27.36-.22.61-.13.25.08 1.6.75 1.87.89.27.14.45.21.52.33.07.12.07.7-.17 1.38z'/></svg>")
    center / contain no-repeat;
}

.hero {
  padding: 2.5rem 0 4rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sage);
  margin-bottom: 0.65rem;
}

.lede {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 38rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 1rem;
}

.trust-line {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-photo {
  margin: 0;
}

.photo-frame {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.photo-frame::before {
  content: "";
  position: absolute;
  inset: 1rem -0.9rem -0.9rem 1rem;
  border: 1px solid var(--sage);
  border-radius: var(--radius);
  z-index: -1;
}

.hero-photo img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 12%;
}

.hero-photo figcaption {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding: 4.5rem 0;
}

.section-alt {
  background: rgba(243, 238, 228, 0.55);
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.section-head.center,
.center {
  text-align: center;
  margin-inline: auto;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  padding-bottom: 1.25rem;
}

.card img {
  width: 100%;
  height: 11.5rem;
  object-fit: cover;
}

.card h3,
.card p {
  padding-inline: 1.15rem;
}

.card p {
  color: var(--muted);
  margin-bottom: 0;
}

.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2.5rem;
  align-items: start;
}

.prose {
  font-size: 1.08rem;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 2.5rem;
  align-items: center;
}

.about-photo img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 15%;
}

.creds {
  margin: 1.25rem 0;
  padding-left: 1.15rem;
}

.creds li {
  margin-bottom: 0.45rem;
}

.section-cta {
  background: var(--emerald);
  color: #f7f3ea;
}

.section-cta .kicker,
.section-cta h2,
.section-cta p {
  color: inherit;
}

.section-cta .section-head p,
.steps p {
  color: rgba(247, 243, 234, 0.82);
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding: 0;
  margin: 0 0 2rem;
}

.steps li {
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 1.25rem;
}

.step-n {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 243, 234, 0.4);
  border-radius: 50%;
  margin-bottom: 0.75rem;
  font-family: var(--font-serif);
}

.section-cta .btn-whatsapp {
  background: #fff;
  color: var(--emerald-deep);
}

.section-cta .btn-whatsapp:hover {
  background: var(--sand);
  color: var(--emerald-deep);
}

.section-cta .icon-wa {
  background: var(--whatsapp);
}

.faq details {
  border-top: 1px solid var(--line);
  padding: 0.9rem 0;
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  color: var(--sage);
  font-size: 1.3rem;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin: 0.7rem 0 0.2rem;
  color: var(--muted);
}

.site-footer {
  padding: 3rem 0 6.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.site-footer .brand-name {
  color: var(--ink);
  margin-bottom: 0.35rem;
}

.fab {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 12;
  display: none;
  align-items: center;
  gap: 0.45rem;
  background: var(--whatsapp);
  color: #fff;
  text-decoration: none;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 600;
}

.fab:hover {
  color: #fff;
  background: var(--whatsapp-hover);
}

.page-simple {
  padding: 5rem 0 6rem;
}

.page-simple .prose {
  max-width: 40rem;
}

.reels {
  display: flex;
  justify-content: center;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.25rem 0 1rem;
  margin-bottom: 0.5rem;
}

.reel {
  position: relative;
  flex: 0 0 min(260px, 74vw);
  aspect-ratio: 9 / 16;
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(30, 107, 79, 0.2), rgba(31, 42, 36, 0.55)),
    var(--sand);
  box-shadow: var(--shadow);
  scroll-snap-align: center;
  color: #fff;
}

.reel iframe {
  position: absolute;
  left: 50%;
  top: -48px;
  width: 330px;
  height: 780px;
  border: 0;
  transform: translateX(-50%);
  background: #fafafa;
}

.reel-gate,
.reel-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  font: inherit;
  font-weight: 600;
}

.reel-fallback {
  padding: 1.5rem;
  text-align: center;
}

.reel-fallback:hover {
  color: #fff;
}

.reel-play {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 10px 24px rgba(31, 42, 36, 0.2);
  position: relative;
}

.reel-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.9rem;
  border-color: transparent transparent transparent var(--emerald);
  transform: translate(-50%, -50%);
}

.reel-open {
  position: absolute;
  z-index: 2;
  right: 0.7rem;
  bottom: 0.7rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: rgba(31, 42, 36, 0.45);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
}

.reel.is-loaded .reel-open {
  background: rgba(31, 42, 36, 0.62);
}

.reels-more {
  margin-top: 0.25rem;
}

@media (max-width: 900px) {
  .nav,
  .header-cta,
  .hero-photo figcaption,
  .brand-meta {
    display: none;
  }

  .hero-grid,
  .cards,
  .split,
  .about-grid,
  .steps,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 1.25rem;
  }

  .photo-frame::before {
    display: none;
  }

  .fab {
    display: inline-flex;
  }

  .site-footer {
    padding-bottom: 6.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn {
    transition: none;
  }
}
