.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

:root {
  --bg: #c89b77;
  --bg-deep: #8d6348;
  --surface: #fff8ef;
  --surface-strong: #f3e6d7;
  --text: #2f241e;
  --text-soft: #66544b;
  --accent: #2e7165;
  --accent-strong: #21584f;
  --shadow: 0 18px 42px rgba(48, 31, 21, 0.14);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(227, 192, 163, 0.34), transparent 34%),
    radial-gradient(circle at 92% 20%, rgba(242, 214, 191, 0.28), transparent 26%),
    linear-gradient(160deg, var(--bg), var(--bg-deep));
  min-height: 100vh;
  line-height: 1.65;
  overflow-x: hidden;
}

.background-shape {
  position: fixed;
  border-radius: 999px;
  filter: blur(14px);
  z-index: -1;
  pointer-events: none;
}

.shape-1 {
  width: 360px;
  height: 360px;
  background: rgba(255, 239, 224, 0.18);
  top: -120px;
  right: -100px;
}

.shape-2 {
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 0.18);
  bottom: 6%;
  left: -120px;
}

.hero,
main {
  width: min(1240px, 92%);
  margin: 0 auto;
}

.instagram-card {
  border-radius: 16px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid rgba(34, 44, 40, 0.06);
  box-shadow: 0 12px 28px rgba(48, 31, 21, 0.08);
  display: block;
  min-height: 120px;
}

.instagram-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.instagram-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.instagram-card-large {
  grid-column: span 2;
  min-height: 220px;
  padding: 0;
}
.shape-1 {
  width: 360px;
  height: 360px;
  background: rgba(255, 239, 224, 0.18);
  top: -120px;
  right: -100px;
}

.shape-2 {
  width: 280px;
  height: 280px;
  background: rgba(78, 45, 29, 0.18);
  bottom: 6%;
  left: -120px;
}

.hero,
main {
  width: min(1240px, 92%);
  margin: 0 auto;
}

.hero-top {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff7ef;
}

.hero-overlay {
  display: none;
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: min(1240px, 92%);
  margin: 0 auto;
  padding: 24px 0 42px;
}

.hero-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 28px;
  border: 1px solid rgba(255, 247, 239, 0.2);
  border-radius: 24px;
  background: rgba(44, 29, 20, 0.3);
  box-shadow: 0 16px 34px rgba(20, 12, 8, 0.16);
  backdrop-filter: blur(10px);
}

.site-branding {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: fit-content;
}

.brand-name {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(1.6rem, 2.6vw, 2.65rem);
  color: #fff9f2;
}

.brand-subtitle {
  margin: 0;
  color: rgba(255, 246, 238, 0.82);
  font-size: 0.95rem;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-end;
  align-items: center;
}

.top-nav a {
  color: rgba(255, 247, 241, 0.9);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.nav-cta {
  background: rgba(255, 250, 245, 0.98);
  color: #53392b !important;
  padding: 12px 18px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 28px;
  align-items: end;
  min-height: calc(100vh - 174px);
  margin-top: 18px;
  padding: 64px 42px 42px;
  border: 1px solid rgba(255, 247, 239, 0.16);
  border-radius: 28px;
  background: rgba(32, 20, 14, 0.16);
  box-shadow: 0 22px 46px rgba(20, 12, 8, 0.14);
}

.hero-copy {
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 18px;
  font-family: "Fraunces", serif;
  font-size: clamp(1.85rem, 4.3vw, 3.5rem);
  line-height: 0.9;
  color: #fff8f1;
}

.hero-copy h1 {
  margin: 0 0 18px;
  font-family: "Fraunces", serif;
  font-size: clamp(1.7rem, 3.6vw, 3rem);
  line-height: 0.96;
  color: #ffffff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

.hero-description {
  margin: 0;
  max-width: 58ch;
  font-size: clamp(0.86rem, 0.95vw, 0.92rem);
  color: rgba(255, 243, 233, 0.92);
}

.cta-primary,
.cta-whatsapp,
.cta-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.cta-primary {
  margin-top: 28px;
  background: var(--accent);
  color: #f8fff9;
  box-shadow: 0 10px 24px rgba(31, 102, 90, 0.26);
}

.cta-primary:hover,
.cta-whatsapp:hover,
.cta-instagram:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-card {
  position: absolute;
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.22);
}

.visual-backdrop {
  display: none;
}

.visual-portrait {
  right: 14px;
  bottom: 0;
  width: min(72%, 360px);
  height: 520px;
  border: 10px solid rgba(255, 249, 242, 0.74);
  overflow: hidden;
  background: #d9c6b6;
}

.hero-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.topics-panel {
  position: absolute;
  left: 0;
  bottom: 34px;
  width: min(340px, 88%);
  padding: 18px 20px;
  background: rgba(18, 12, 8, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  color: #fff8f0;
}

.topics-panel p {
  margin: 0 0 10px;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 243, 232, 0.82);
}

.topics-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.topics-panel li {
  position: relative;
  padding-left: 14px;
  font-weight: 600;
}

.topics-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 245, 231, 0.92);
}

main {
  display: grid;
  gap: 18px;
  padding: 18px 0 110px;
}

.impact {
  width: min(1240px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 36px;
  align-items: center;
  padding: 72px 0 88px;
}

.impact-copy {
  padding: 24px 0;
}

.impact-copy h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: 1.02;
  color: #3f3c43;
  letter-spacing: -0.03em;
}

.impact-subtitle {
  margin: 10px 0 26px;
  max-width: 52ch;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.7;
  color: #fff8ef;
}

.impact-visual {
  display: flex;
  justify-content: center;
}

.impact-photo-frame {
  position: relative;
  width: min(100%, 660px);
  aspect-ratio: 0.9;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(24, 18, 17, 0.12);
  background: linear-gradient(180deg, #fcf7f2, #f3ebe8);
}

.impact-photo-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.card {
  background: color-mix(in srgb, var(--surface) 88%, #ffffff 12%);
  border: 1px solid rgba(34, 44, 40, 0.08);
  border-radius: var(--radius);
  padding: clamp(20px, 2.4vw, 32px);
  box-shadow: var(--shadow);
}

.card h2 {
  margin: 0 0 12px;
  font-family: "Fraunces", serif;
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
}

.card p {
  margin: 0 0 12px;
  color: var(--text-soft);
}

.grid-steps {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid-steps article,
.systemic-card {
  background: var(--surface-strong);
  border-radius: 18px;
  padding: 16px;
  border: 1px solid rgba(34, 44, 40, 0.08);
}

.grid-steps h3,
.systemic-card h3 {
  margin: 0 0 8px;
  font-family: "Fraunces", serif;
  font-size: 1.14rem;
}

.systemic-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.systemic-card p {
  margin: 0;
  color: var(--text-soft);
}

.systemic-card strong {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--accent-strong);
  letter-spacing: 0.02em;
}

.faq {
  padding-top: 34px;
  padding-bottom: 34px;
}

.faq-head {
  text-align: center;
  margin-bottom: 22px;
}

.faq-head h2 {
  margin-bottom: 8px;
}

.faq-head p {
  margin: 0;
  color: var(--text-soft);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: #fffaf4;
  border: 1px solid rgba(34, 44, 40, 0.08);
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(48, 31, 21, 0.07);
  overflow: hidden;
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 18px 56px 18px 20px;
  font-weight: 600;
  color: #42352e;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--accent-strong);
}

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

.faq-list details p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--text-soft);
}

.instagram {
  width: min(1240px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 24px;
  align-items: stretch;
  padding: 18px 0 8px;
}

.instagram-copy {
  background: rgba(255, 250, 244, 0.86);
  border: 1px solid rgba(34, 44, 40, 0.08);
  border-radius: 28px;
  padding: 28px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.instagram-label {
  margin: 0 0 12px;
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(46, 113, 101, 0.12);
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.instagram-copy h2 {
  margin: 0 0 12px;
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
  color: #3f3c43;
}

.instagram-copy p:last-of-type {
  margin: 0;
  color: var(--text-soft);
}

.instagram-button {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(31, 102, 90, 0.22);
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.instagram-card {
  min-height: 132px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(242, 228, 214, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  border: 1px solid rgba(34, 44, 40, 0.08);
  padding: 18px;
  color: #4a433e;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(48, 31, 21, 0.1);
}

.instagram-card-large {
  grid-column: span 2;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(32, 20, 14, 0.12), rgba(32, 20, 14, 0.02)),
    linear-gradient(135deg, rgba(255, 251, 248, 0.95), rgba(228, 205, 184, 0.95));
}

.instagram-card-large span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.instagram-card-large strong {
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  line-height: 1.1;
  color: #3b312c;
}

.contact {
  text-align: center;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.cta-whatsapp {
  background: #1f9b63;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(24, 122, 78, 0.25);
}

.cta-instagram {
  background: #995263;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(120, 57, 75, 0.24);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #1f9b63;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 12px 24px rgba(24, 122, 78, 0.32);
  transition: transform 0.25s ease;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    position: static;
    justify-content: flex-start;
    margin-top: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 52px 28px 30px;
  }

  .hero-visual {
    min-height: 560px;
  }

  .impact {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 42px 0 64px;
  }

  .faq-list summary {
    padding-right: 48px;
  }

  .instagram {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-shell {
    padding-top: 18px;
  }

  .top-nav {
    gap: 12px;
  }

  .top-nav a {
    font-size: 0.76rem;
  }

  .eyebrow {
    font-size: clamp(2.3rem, 13vw, 4rem);
  }

  .hero-copy h1 {
    font-size: clamp(2.25rem, 11vw, 3.6rem);
  }

  .hero-visual {
    min-height: 500px;
  }

  .impact-copy h2 {
    font-size: clamp(1.8rem, 10vw, 2.8rem);
  }

  .impact-list li {
    font-size: 1rem;
  }

  .impact-photo-frame {
    aspect-ratio: 0.86;
  }

  .faq-list summary {
    font-size: 0.98rem;
    padding: 16px 46px 16px 16px;
  }

  .faq-list details p {
    padding: 0 16px 16px;
  }

  .instagram-copy,
  .instagram-grid {
    border-radius: 22px;
  }

  .instagram-copy {
    padding: 22px;
  }

  .instagram-grid {
    grid-template-columns: 1fr;
  }

  .instagram-card-large {
    grid-column: auto;
    min-height: 160px;
  }

  .visual-backdrop {
    inset: 48px 0 44px 28px;
  }

  .visual-portrait {
    width: min(74%, 300px);
    height: 430px;
  }

  .topics-panel {
    left: 10px;
    right: 10px;
    width: auto;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    padding: 11px 16px;
  }
}
