/* =================================================================
   Vila Gramado — Cabanas na Serra Gaúcha · Link in bio
   Paleta da marca:
   verde-floresta #1F2E22 · preto fosco #0D0D0D
   verde-sálvia #5B8C7B · azul-lago #3E6B8A · dourado/pele #C9995B
   Tipografia: Poppins (títulos) + Inter (corpo)
================================================================= */

:root {
  --forest:       #1F2E22;
  --forest-deep:  #131E16;
  --forest-soft:  #2A3F2E;
  --black:        #0D0D0D;
  --sage:         #5B8C7B;
  --lake:         #3E6B8A;
  --gold:         #C9995B;
  --gold-deep:    #A97B3F;
  --gold-soft:    #DCB682;
  --cream:        #F6F2EA;
  --cream-card:   #FCFAF5;
  --cream-line:   #E8E0D0;
  --ink:          #2B2B26;
  --ink-soft:     #6B6A5E;
  --white:        #ffffff;
  --wa:           #25D366;

  --radius:       18px;
  --radius-lg:    26px;
  --radius-pill:  999px;
  --shadow-sm:    0 2px 10px rgba(13,13,13,.08);
  --shadow:       0 10px 30px -12px rgba(31,46,34,.28), 0 4px 12px rgba(13,13,13,.06);
  --shadow-lg:    0 24px 60px -20px rgba(19,30,22,.45);
  --ring:         0 0 0 3px rgba(201,153,91,.45);

  --maxw:         600px;
  --ease:         cubic-bezier(.22,.61,.36,1);

  --ff-head: "Poppins", "Segoe UI", sans-serif;
  --ff-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  width: 100%;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: 12px; }
ul { list-style: none; padding: 0; }

/* ---------- Ambient background ---------- */
.bg-ambient {
  position: fixed; inset: 0; z-index: -2; overflow: hidden;
  background:
    radial-gradient(1100px 700px at 50% -8%, rgba(91,140,123,.14), transparent 60%),
    radial-gradient(900px 600px at 105% 12%, rgba(201,153,91,.16), transparent 55%),
    radial-gradient(800px 700px at -10% 60%, rgba(62,107,138,.10), transparent 55%),
    var(--cream);
}

/* ---------- Layout ---------- */
.shell { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px 120px; }
@media (min-width: 640px){ .shell { padding-bottom: 64px; } }
section { margin-top: 38px; }

/* ---------- Hero (full-bleed photo) ---------- */
.hero { position: relative; text-align: center; margin: 0 -20px; padding: 34px 20px 30px; overflow: hidden; }
.hero-photo {
  position: absolute; inset: 0; z-index: -1;
  background-image: linear-gradient(180deg, rgba(13,13,13,.35) 0%, rgba(19,30,22,.55) 55%, var(--cream) 96%),
    url("/assets/img/hero-bg.jpg");
  background-size: cover; background-position: center;
}
.brandmark { display:flex; justify-content:center; margin-bottom: 14px; }
.brandmark img { width: 88px; height: 88px; filter: drop-shadow(0 8px 18px rgba(0,0,0,.35)); }

.eyebrow {
  font-size: .74rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold-soft); font-weight: 600; margin-bottom: 8px;
}
.hero h1 { font-family: var(--ff-head); font-weight: 700; color: var(--white);
  font-size: clamp(2.1rem, 8vw, 2.9rem); line-height: 1.04; letter-spacing: -.01em;
  text-shadow: 0 4px 18px rgba(0,0,0,.35); }
.hero .role { margin-top: 10px; font-size: 1.02rem; color: var(--white); font-weight: 500; }
.hero .role b { color: var(--gold-soft); font-weight: 700; }
.hero .tagline { margin-top: 12px; color: rgba(255,255,255,.85); font-size: .98rem; max-width: 40ch;
  margin-inline: auto; }

/* ---------- Badges ---------- */
.badges { display:flex; flex-wrap:wrap; gap: 8px; justify-content:center; margin-top: 20px; }
.badge {
  display:inline-flex; align-items:center; gap:7px;
  background: rgba(252,250,245,.92); border: 1px solid var(--cream-line);
  color: var(--forest-deep); font-size: .8rem; font-weight: 600;
  padding: 7px 13px; border-radius: var(--radius-pill); box-shadow: var(--shadow-sm);
}
.badge svg { width: 15px; height: 15px; color: var(--gold-deep); }

/* ---------- Buttons / link cards ---------- */
.cta-wrap { margin-top: 6px; }
.btn {
  display:flex; align-items:center; justify-content:center; gap: 11px;
  width:100%; padding: 17px 22px; border:none; border-radius: var(--radius);
  font-weight: 700; font-size: 1.05rem; letter-spacing: .01em;
  transition: transform .18s var(--ease), box-shadow .25s var(--ease), filter .2s;
  position: relative; overflow: hidden;
}
.btn svg { width: 22px; height: 22px; flex: none; }
.btn-wa {
  color: #08311c;
  background: linear-gradient(135deg, #3ee07e 0%, var(--wa) 55%, #1bb555 100%);
  box-shadow: 0 14px 30px -10px rgba(37,211,102,.55), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 20px 38px -10px rgba(37,211,102,.6); }
.btn-wa:active { transform: translateY(0); }

.btn-outline {
  margin-top: 12px;
  color: var(--forest-deep); background: var(--cream-card);
  border: 1px solid var(--cream-line); box-shadow: var(--shadow-sm);
  font-size: .95rem; padding: 14px 20px;
}
.btn-outline:hover { border-color: var(--gold-soft); transform: translateY(-2px); }
.btn-outline svg { width: 19px; height: 19px; color: var(--gold-deep); }

.btn-sub { display:block; text-align:center; margin-top: 10px; color: var(--ink-soft);
  font-size: .82rem; }
.btn-sub b { color: var(--forest); }

.links { display:flex; flex-direction:column; gap: 12px; margin-top: 14px; }
.link-card {
  display:flex; align-items:center; gap: 14px;
  background: var(--cream-card); border: 1px solid var(--cream-line);
  border-radius: var(--radius); padding: 14px 16px; box-shadow: var(--shadow-sm);
  transition: transform .18s var(--ease), box-shadow .25s var(--ease), border-color .2s;
}
.link-card:hover { transform: translateY(-2px); box-shadow: var(--shadow);
  border-color: var(--gold-soft); }
.link-ic {
  width: 44px; height: 44px; flex: none; border-radius: 13px; display:grid; place-items:center;
  background: linear-gradient(140deg, rgba(91,140,123,.16), rgba(201,153,91,.20));
  color: var(--forest); border: 1px solid rgba(201,153,91,.25);
}
.link-ic svg { width: 22px; height: 22px; }
.link-tx { flex: 1; min-width: 0; }
.link-tx strong { display:block; color: var(--forest-deep); font-size: 1rem; font-weight: 600; }
.link-tx span { display:block; color: var(--ink-soft); font-size: .82rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.link-card .chev { color: var(--gold-deep); flex:none; transition: transform .2s var(--ease); }
.link-card:hover .chev { transform: translateX(3px); }

/* ---------- Section heading ---------- */
.sec-head { text-align:center; margin-bottom: 20px; }
.sec-head .eyebrow { display:block; color: var(--gold-deep); }
.sec-head h2 { font-family: var(--ff-head); font-weight: 700; color: var(--forest-deep);
  font-size: clamp(1.5rem, 5.5vw, 1.9rem); line-height: 1.1; }
.sec-head p { color: var(--ink-soft); font-size: .92rem; margin-top: 6px; }

/* ---------- Experiências grid ---------- */
.exp-grid { display:flex; flex-direction: column; gap: 14px; }
.exp-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); aspect-ratio: 4 / 3;
  transition: transform .2s var(--ease), box-shadow .25s var(--ease);
}
.exp-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.exp-card img { width: 100%; height: 100%; object-fit: cover; }
.exp-card .exp-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,13,13,0) 40%, rgba(13,13,13,.78) 100%);
  display: flex; align-items: flex-end; padding: 18px;
}
.exp-card h3 { color: var(--white); font-family: var(--ff-head); font-weight: 600;
  font-size: 1.08rem; }
.exp-card p { color: rgba(255,255,255,.85); font-size: .82rem; margin-top: 3px; }

.exp-grid-text { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 14px; }
@media (max-width: 380px){ .exp-grid-text { grid-template-columns: minmax(0,1fr); } }
.exp-text-card {
  background: var(--cream-card); border: 1px solid var(--cream-line);
  border-radius: var(--radius); padding: 18px 16px; box-shadow: var(--shadow-sm);
}
.exp-text-card h3 { font-size: .98rem; color: var(--forest-deep); font-weight: 600; line-height: 1.25; }
.exp-text-card p { font-size: .82rem; color: var(--ink-soft); margin-top: 4px; }
.exp-text-card.highlight {
  display:grid; place-content:center; text-align:center;
  background: linear-gradient(140deg, var(--forest), var(--forest-deep)); color: var(--cream); border:none;
}
.exp-text-card.highlight h3 { color: var(--gold-soft); }
.exp-text-card.highlight p { color: rgba(246,242,234,.85); }

/* ---------- About panel ---------- */
.about {
  position: relative; overflow: hidden;
  background: linear-gradient(155deg, var(--forest) 0%, var(--forest-deep) 100%);
  border-radius: var(--radius-lg); padding: 30px 24px; color: var(--cream);
  box-shadow: var(--shadow-lg);
}
.about::before {
  content:""; position:absolute; right:-60px; top:-60px; width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(201,153,91,.28), transparent 70%);
}
.about .watermark { position:absolute; right:-20px; bottom:-22px; width: 150px; opacity:.10; }
.about h2 { font-family: var(--ff-head); font-weight: 700; font-size: 1.55rem; line-height: 1.15;
  color: var(--white); position: relative; }
.about .kicker { display:inline-flex; align-items:center; gap:8px; margin-bottom: 14px;
  font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-soft); }
.about .kicker svg { width: 16px; height: 16px; }
.about p { margin-top: 12px; color: rgba(246,242,234,.9); font-size: .95rem; position: relative; }
.about p + p { margin-top: 10px; }
.about .quote { margin-top:16px; padding-left: 14px; border-left: 3px solid var(--gold);
  font-style: italic; color: var(--gold-soft); font-size: .95rem; }

.chips { display:flex; flex-wrap:wrap; gap: 8px; margin-top: 18px; position: relative; }
.chip { font-size: .78rem; font-weight: 600; color: var(--cream);
  background: rgba(246,242,234,.10); border: 1px solid rgba(246,242,234,.22);
  padding: 6px 12px; border-radius: var(--radius-pill); }

/* ---------- Footer ---------- */
.foot { text-align:center; margin-top: 44px; }
.foot-logo { width: 96px; margin: 0 auto 14px; opacity:.92; }
.foot-social { display:flex; justify-content:center; gap: 12px; margin: 16px 0; }
.foot-social a {
  width: 42px; height: 42px; border-radius: 50%; display:grid; place-items:center;
  background: var(--cream-card); border:1px solid var(--cream-line); color: var(--forest);
  box-shadow: var(--shadow-sm); transition: transform .18s var(--ease), background .2s, color .2s;
}
.foot-social a:hover { transform: translateY(-2px); background: var(--forest); color: var(--gold-soft); }
.foot-social svg { width: 19px; height: 19px; }
.foot small { display:block; color: var(--ink-soft); font-size: .8rem; line-height: 1.7; }
.foot .name { color: var(--forest-deep); font-weight: 600; font-family: var(--ff-head); }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, var(--cream) 60%, rgba(246,242,234,0));
  display: flex; justify-content: center;
}
.sticky-cta .btn { max-width: var(--maxw); box-shadow: 0 -2px 24px -6px rgba(37,211,102,.5),
  0 14px 30px -10px rgba(37,211,102,.55); }
@media (min-width: 640px){ .sticky-cta { display: none; } }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.in { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.d1.in { transition-delay: .06s; }
.reveal.d2.in { transition-delay: .12s; }
.reveal.d3.in { transition-delay: .18s; }

@media (prefers-reduced-motion: reduce){
  html { scroll-behavior: auto; }
  .reveal { opacity:1 !important; transform:none !important; transition:none !important; }
  .btn, .link-card, .exp-card, .exp-text-card, .foot-social a { transition: none !important; }
}

/* visually hidden (a11y) */
.vh { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
  clip:rect(0 0 0 0); white-space:nowrap; border:0; }
