/* ================= IP Jardim Santana ================= */
:root {
  --forest: #16301a;      /* deepest green, near-black */
  --pine: #1e4224;        /* dark panel green */
  --leaf-dark: #2d5f33;   /* logo dark green */
  --leaf: #5f9e4a;        /* logo light green */
  --leaf-soft: #a9cc93;
  --cream: #f7f4ec;
  --cream-2: #efe9db;
  --gold: #c2a35c;
  --ink: #22301f;
  --muted: #5c6b57;
  --white: #fffdf8;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection { background: var(--leaf); color: var(--white); }
img, svg, iframe { max-width: 100%; }
h1, h2, h3 { font-family: var(--serif); font-weight: 480; line-height: 1.08; letter-spacing: -0.01em; }
h2 { font-size: clamp(2rem, 4.6vw, 3.4rem); color: var(--forest); }
h2 em, h1 em { font-style: italic; font-weight: 430; }
a { color: inherit; }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 clamp(1.25rem, 4vw, 2.5rem); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: var(--forest); color: var(--white); padding: .6rem 1rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.tag {
  display: inline-block;
  font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--leaf-dark);
  margin-bottom: 1.2rem;
}
.tag::before { content: ""; display: inline-block; width: 26px; height: 2px; background: var(--leaf); vertical-align: middle; margin-right: .6rem; border-radius: 2px; }
.tag-light { color: var(--leaf-soft); }
.tag-light::before { background: var(--leaf-soft); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--sans); font-size: .92rem; font-weight: 600;
  padding: .9rem 1.9rem; border-radius: 100px;
  text-decoration: none; cursor: pointer; border: 0;
  transition: transform .25s cubic-bezier(.2,.7,.3,1), box-shadow .25s, background .25s, color .25s;
}
.btn-solid { background: var(--leaf-dark); color: var(--white); }
.btn-solid:hover { background: var(--forest); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(22,48,26,.22); }
.btn-ghost { background: transparent; color: var(--forest); box-shadow: inset 0 0 0 1.5px rgba(34,48,31,.28); }
.btn-ghost:hover { box-shadow: inset 0 0 0 1.5px var(--leaf-dark); transform: translateY(-2px); }
.btn:focus-visible { outline: 3px solid var(--leaf); outline-offset: 3px; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .35s, box-shadow .35s, backdrop-filter .35s;
}
.nav.scrolled {
  background: rgba(247,244,236,.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(34,48,31,.08);
}
.nav-inner {
  max-width: 1240px; margin: 0 auto;
  padding: .85rem clamp(1.25rem, 4vw, 2.5rem);
  display: flex; align-items: center; gap: 2rem;
}
.nav-brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; margin-right: auto; }
.nav-mark img { width: 42px; height: 42px; display: block; }
.nav-name { font-family: var(--serif); font-size: 1.06rem; color: var(--forest); letter-spacing: .01em; }
.nav-name em { font-style: italic; }
.nav-links { display: flex; gap: 1.7rem; }
.nav-links a {
  font-size: .88rem; font-weight: 500; text-decoration: none; color: var(--ink);
  opacity: .82; transition: opacity .2s;
}
.nav-links a:hover { opacity: 1; }
.btn-nav { background: var(--leaf-dark); color: var(--white); padding: .62rem 1.4rem; font-size: .85rem; }
.btn-nav:hover { background: var(--forest); }
.nav-burger {
  display: none; background: none; border: 0; cursor: pointer;
  width: 42px; height: 42px; border-radius: 50%; position: relative; z-index: 130;
}
.nav-burger span {
  display: block; width: 22px; height: 2px; background: var(--forest);
  margin: 5px auto; border-radius: 2px; transition: transform .3s, opacity .3s, background .3s;
}
.nav-burger.open span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 120;
  background: var(--forest);
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2rem;
  opacity: 0; pointer-events: none; transition: opacity .35s;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 1.1rem; text-align: center; }
.mobile-menu a {
  font-family: var(--serif); font-size: 1.9rem; color: var(--cream); text-decoration: none;
}
.mobile-menu-foot { color: var(--leaf-soft); font-size: .85rem; letter-spacing: .08em; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  text-align: center; overflow: hidden;
  padding: 7rem 1.25rem 2rem;
}
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-inner { position: relative; z-index: 2; max-width: 880px; margin: 0 auto; }
.hero-mark { margin-bottom: 2rem; }
.hero-mark img { width: clamp(84px, 12vw, 116px); height: auto; }
.hero-kicker {
  font-size: .74rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase;
  color: var(--leaf-dark); margin-bottom: 1.6rem;
}
.hero-title {
  font-size: clamp(2.6rem, 7.2vw, 5.4rem);
  color: var(--forest); margin-bottom: 1.6rem;
}
.hero-title .line { display: block; overflow: hidden; padding-bottom: .08em; margin-bottom: -0.08em; }
.hero-title .word { display: inline-block; }
.hero-title .accent { font-style: italic; color: var(--leaf); font-weight: 430; }
.hero-title .accent-dark { font-style: italic; color: var(--leaf-dark); font-weight: 430; }
.hero-sub {
  max-width: 560px; margin: 0 auto 2.4rem;
  font-size: clamp(1.02rem, 1.6vw, 1.16rem); color: var(--muted);
}
.hero-ctas { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }
.hero-foot {
  position: relative; z-index: 2;
  margin-top: auto; padding-top: 3rem;
  display: flex; flex-direction: column; align-items: center; gap: 1.4rem;
}
.hero-chips { display: flex; gap: .7rem; flex-wrap: wrap; justify-content: center; }
.chip {
  font-size: .82rem; color: var(--ink);
  background: rgba(255,253,248,.65); border: 1px solid rgba(45,95,51,.18);
  backdrop-filter: blur(6px);
  padding: .45rem 1.05rem; border-radius: 100px;
}
.chip strong { color: var(--leaf-dark); font-weight: 600; }
.scroll-hint {
  width: 24px; height: 38px; border: 1.5px solid rgba(34,48,31,.3); border-radius: 14px;
  display: flex; justify-content: center; padding-top: 7px;
}
.scroll-hint span {
  width: 3px; height: 7px; border-radius: 3px; background: var(--leaf-dark);
  animation: hint 1.8s ease-in-out infinite;
}
@keyframes hint { 0%,100% { transform: translateY(0); opacity: 1; } 55% { transform: translateY(9px); opacity: .2; } }

/* ---------- Verse ---------- */
.verse {
  padding: clamp(6rem, 12vw, 10rem) 1.5rem;
  max-width: 1000px; margin: 0 auto; text-align: center;
}
.verse-text {
  font-family: var(--serif); font-style: italic; font-weight: 430;
  font-size: clamp(1.7rem, 4.4vw, 3.1rem); line-height: 1.3;
  color: var(--forest);
}
.verse-text .vw { opacity: .12; display: inline-block; }
.verse-ref {
  margin-top: 1.6rem; font-size: .78rem; font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase; color: var(--leaf);
}

/* ---------- Layout: two columns ---------- */
.cols { display: grid; grid-template-columns: minmax(160px, 1fr) 2.2fr; gap: 2rem; }
.col-body h2 { margin-bottom: 1.6rem; }
.col-body p { max-width: 56ch; color: var(--muted); font-size: 1.05rem; margin-bottom: 1.2rem; }

/* ---------- Sobre ---------- */
.sobre { padding: clamp(4rem, 9vw, 8rem) 0; }
.values { list-style: none; margin-top: 2.2rem; display: flex; flex-direction: column; gap: .9rem; }
.values li {
  display: flex; align-items: center; gap: .85rem;
  font-family: var(--serif); font-size: clamp(1.15rem, 2vw, 1.45rem); color: var(--forest);
}
.values .dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.d1 { background: var(--leaf); } .d2 { background: var(--leaf-dark); } .d3 { background: var(--gold); }

/* ---------- Horários ---------- */
.horarios {
  background:
    radial-gradient(ellipse 90% 70% at 85% -10%, rgba(95,158,74,.22), transparent),
    linear-gradient(165deg, var(--pine), var(--forest));
  color: var(--cream);
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  border-radius: clamp(20px, 4vw, 44px);
  margin: 0 clamp(.6rem, 1.6vw, 1.4rem);
}
.horarios-head { margin-bottom: 3.4rem; }
.horarios-head h2 { color: var(--white); }
.horarios-list { display: flex; flex-direction: column; }
.h-row {
  display: grid; grid-template-columns: minmax(150px, 1fr) 2.4fr; gap: 1.4rem;
  padding: 1.9rem 0; border-top: 1px solid rgba(247,244,236,.14);
  align-items: baseline;
}
.h-row:last-child { border-bottom: 1px solid rgba(247,244,236,.14); }
.h-when { display: flex; flex-direction: column; }
.h-day { font-size: .78rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--leaf-soft); margin-bottom: .3rem; }
.h-time { font-family: var(--serif); font-size: clamp(1.9rem, 3.4vw, 2.7rem); color: var(--white); line-height: 1; }
.h-what h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); color: var(--white); margin-bottom: .35rem; }
.h-what p { color: rgba(247,244,236,.72); font-size: .98rem; max-width: 46ch; }
.h-what a { color: var(--leaf-soft); }
.horarios-addr {
  margin-top: 2.6rem; font-size: .92rem; color: rgba(247,244,236,.75);
  display: flex; gap: 1.4rem; flex-wrap: wrap; align-items: center;
}
.link-arrow {
  font-weight: 600; font-size: .9rem; text-decoration: none;
  color: var(--leaf-soft); white-space: nowrap;
}
.link-arrow::after { content: " →"; transition: margin-left .2s; }
.link-arrow:hover::after { margin-left: 4px; }
.local .link-arrow { color: var(--leaf-dark); }

/* ---------- Cremos ---------- */
.cremos { padding: clamp(5rem, 10vw, 9rem) 0; }
.cremos-head { max-width: 640px; margin-bottom: 3.2rem; }
.cremos-lead { color: var(--muted); margin-top: 1.4rem; font-size: 1.05rem; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.1rem; }
.card {
  background: var(--white);
  border: 1px solid rgba(34,48,31,.09);
  border-radius: 18px; padding: 1.9rem 1.6rem;
  transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(22,48,26,.12); }
.card-ico { width: 34px; height: 34px; color: var(--leaf); margin-bottom: 1.1rem; }
.card h3 { font-size: 1.3rem; margin-bottom: .55rem; color: var(--forest); }
.card p { font-size: .95rem; color: var(--muted); }

/* ---------- Contribua ---------- */
.contribua {
  background: var(--cream-2);
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}
.contribua-inner {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.contribua-txt h2 { margin-bottom: 1.2rem; }
.contribua-txt p { color: var(--muted); font-size: 1.05rem; max-width: 46ch; }
.contribua-txt .ref { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--leaf-dark); white-space: nowrap; }
.pix-card {
  background: var(--white); border-radius: 22px;
  padding: 2.4rem 2.2rem; text-align: center;
  box-shadow: 0 24px 60px rgba(22,48,26,.1);
  border: 1px solid rgba(34,48,31,.07);
}
.pix-label { font-size: .74rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--leaf-dark); }
.pix-label span { color: var(--muted); font-weight: 500; letter-spacing: .1em; text-transform: none; }
.pix-key {
  font-family: var(--serif); font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  color: var(--forest); margin: .8rem 0 1.4rem; letter-spacing: .01em;
}
.btn-copy { background: var(--leaf-dark); color: var(--white); width: 100%; }
.btn-copy:hover { background: var(--forest); }
.btn-copy.copied { background: var(--leaf); }
.pix-bank { margin-top: 1.1rem; font-size: .82rem; color: var(--muted); }

/* ---------- Instagram ---------- */
.insta { padding: clamp(5rem, 10vw, 9rem) 0; text-align: center; }
.insta-inner { max-width: 620px; }
.insta-ico { width: 44px; height: 44px; color: var(--leaf); margin-bottom: 1.4rem; }
.insta h2 { margin-bottom: 1.1rem; }
.insta p { color: var(--muted); font-size: 1.08rem; margin-bottom: 2rem; }
.insta strong { color: var(--leaf-dark); }

/* ---------- Localização ---------- */
.local { padding-bottom: clamp(4rem, 8vw, 7rem); }
.local .cols { margin-bottom: 3rem; }
.local-addr { font-size: 1.12rem; line-height: 1.75; color: var(--ink) !important; }
.map-wrap {
  margin: 0 clamp(.6rem, 1.6vw, 1.4rem);
  border-radius: clamp(18px, 3vw, 36px); overflow: hidden;
  box-shadow: 0 24px 60px rgba(22,48,26,.14);
  filter: saturate(.82);
}
.map-wrap iframe { display: block; width: 100%; height: clamp(320px, 48vw, 480px); border: 0; }

/* ---------- Footer ---------- */
.footer {
  background: var(--forest); color: var(--cream);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 2rem;
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.2rem;
  padding-bottom: 3rem;
}
.footer-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 72px; height: 72px; border-radius: 50%;
  background: var(--cream);
}
.footer-mark img { width: 52px; height: 52px; }
.footer-name { font-family: var(--serif); font-size: 1.2rem; line-height: 1.35; margin-top: 1rem; }
.footer-col h3 {
  font-family: var(--sans); font-size: .72rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--leaf-soft);
  margin-bottom: .9rem;
}
.footer-col p, .footer-col a {
  display: block; font-size: .95rem; color: rgba(247,244,236,.82);
  text-decoration: none; margin-bottom: .4rem;
}
.footer-col a:hover { color: var(--white); }
.footer-base {
  border-top: 1px solid rgba(247,244,236,.14); padding-top: 1.6rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: .82rem; color: rgba(247,244,236,.6);
}
.footer-base a { color: rgba(247,244,236,.8); }
.sdg { font-family: var(--serif); font-style: italic; color: var(--leaf-soft); }

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .nav-links, .btn-nav { display: none; }
  .nav-burger { display: block; }
  .cols { grid-template-columns: 1fr; gap: .6rem; }
  .h-row { grid-template-columns: 1fr; gap: .5rem; }
  .contribua-inner { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .footer-grid { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero { padding-top: 6rem; }
  .hero-ctas .btn { width: 100%; max-width: 320px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scroll-hint span { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
