/* ============================================================
   Priscila Batista Decor — v3 · Clean / Delicado / Romântico
   Caligrafia fina + verde claro + pérola & tule · luz e respiro
   ============================================================ */

:root {
  /* dourado · champagne · nude · bege — quente, com corpo */
  --ivory:     oklch(0.952 0.02 82);    /* champagne/bege base */
  --ivory-2:   oklch(0.93 0.024 80);    /* bege mais fechado p/ seções */
  --sage-bg:   oklch(0.915 0.028 74);   /* nude/bege p/ seções */
  --sage:      oklch(0.63 0.082 60);    /* dourado-âmbar — acento */
  --sage-deep: oklch(0.6 0.078 64);     /* bronze dourado p/ caligrafia/ícones */
  --green:     oklch(0.38 0.026 66);    /* títulos — taupe/marrom dourado profundo */
  --ink:       oklch(0.43 0.02 62);     /* corpo — marrom-bege quente */
  --ink-soft:  oklch(0.56 0.022 60);
  --blush:     oklch(0.905 0.03 66);    /* nude quente */
  --clay:      oklch(0.63 0.09 52);     /* terracota dourado — CTA primário */
  --clay-deep: oklch(0.56 0.092 50);
  --gold:      oklch(0.745 0.088 80);
  --gold-deep: oklch(0.63 0.088 74);
  --line:      oklch(0.875 0.02 74);
  --line-soft: oklch(0.92 0.014 72);

  --script: "Pinyon Script", cursive;
  --serif:  "Cormorant Garamond", Georgia, serif;
  --sans:   "Mulish", system-ui, sans-serif;

  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(0.98rem, 0.94rem + 0.2vw, 1.06rem);
  line-height: 1.78;
  letter-spacing: 0.005em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--sage); color: var(--ivory); }

/* ---------- type ---------- */
.serif { font-family: var(--serif); font-weight: 300; line-height: 1.08; letter-spacing: 0.005em; }
.script { font-family: var(--script); font-weight: 400; line-height: 1; }
h1.serif { font-size: clamp(2.6rem, 1.5rem + 5.5vw, 5.2rem); }
h2.serif { font-size: clamp(2rem, 1.3rem + 3vw, 3.6rem); }
h3.serif { font-size: clamp(1.4rem, 1.1rem + 1.3vw, 1.95rem); }
.serif em { font-family: var(--script); font-style: normal; font-weight: 400; color: var(--sage-deep); font-size: 1.32em; }

.eyebrow {
  font-family: var(--sans); font-weight: 500; font-size: 0.7rem;
  text-transform: uppercase; letter-spacing: 0.34em; color: var(--gold-deep);
  display: inline-flex; align-items: center; gap: 0.7rem;
}
.eyebrow::before { content: ""; width: 20px; height: 1px; background: var(--gold); }
.eyebrow.center { justify-content: center; }

.lede { color: var(--ink-soft); max-width: 60ch; font-weight: 300; }

/* ---------- pearls divider ---------- */
.pearls { display: flex; gap: 10px; justify-content: center; align-items: center; }
.pearls span { width: 7px; height: 7px; border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, oklch(0.995 0.003 95), oklch(0.85 0.03 100) 125%);
  box-shadow: 0 1px 2px oklch(0.7 0.03 90 / 0.3); }
.pearls span:nth-child(3) { width: 9px; height: 9px; }
.pearls .thread { width: clamp(36px, 9vw, 90px); height: 1px; background: linear-gradient(90deg, transparent, var(--gold) 50%, transparent); }

/* ---------- layout ---------- */
.wrap { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }
.section { padding-block: clamp(4.5rem, 3rem + 8vw, 10rem); }
.center { text-align: center; }
.tint { background: var(--sage-bg); }
.tint-ivory { background: var(--ivory-2); }

/* ---------- buttons (delicados) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--sans); font-weight: 500; font-size: 0.74rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 1.05rem 2.1rem; border-radius: 999px; border: 1px solid transparent;
  transition: background .55s var(--ease), color .55s var(--ease), border-color .55s var(--ease), transform .5s var(--ease);
}
.btn-primary { background: var(--clay); color: oklch(0.985 0.01 70); }
.btn-primary:hover { background: var(--clay-deep); transform: translateY(-2px); }
.btn-soft { background: oklch(0.99 0.008 70 / 0.9); color: var(--clay-deep); border-color: var(--clay); }
.btn-soft:hover { background: var(--blush); transform: translateY(-2px); }
.btn-gold { background: transparent; color: var(--gold-deep); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold); color: var(--ivory); transform: translateY(-2px); }

/* ============================================================
   NAV
   ============================================================ */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem clamp(1.25rem, 4vw, 3rem);
  transition: background .55s var(--ease), box-shadow .55s var(--ease), padding .55s var(--ease); }
.nav.scrolled { background: oklch(0.955 0.022 74 / 0.9); backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--line-soft); padding-block: 0.75rem; }

.logo { display: flex; align-items: center; gap: 0.65rem; }
.logo img { height: 48px; width: auto; }  /* logo PNG fundo transparente (recortado) */
.logo-footer img { height: 76px; }
.logo .pb { font-family: var(--serif); font-weight: 600; font-size: 1.7rem; color: var(--gold-deep); letter-spacing: -0.02em; }
.logo .word { display: flex; flex-direction: column; line-height: 1.1; }
.logo .word .name { font-family: var(--script); font-size: 1.25rem; color: var(--green); }
.logo .word .sub { font-family: var(--sans); font-weight: 500; font-size: 0.54rem; letter-spacing: 0.4em; text-transform: uppercase; color: var(--gold-deep); }

.nav-links { display: flex; gap: 2rem; }
.nav-links a { font-family: var(--sans); font-weight: 500; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink); opacity: 0.78; transition: opacity .3s, color .3s; }
.nav-links a:hover { opacity: 1; color: var(--sage-deep); }
/* nav transparente sobre o hero (foto) → texto claro */
.nav:not(.scrolled) .nav-links a,
.nav:not(.scrolled) .lang button { color: oklch(0.97 0.012 84); opacity: 0.92; text-shadow: 0 1px 10px oklch(0.2 0.02 50 / 0.4); }
.nav:not(.scrolled) .lang button[aria-current="true"] { opacity: 1; }
.nav:not(.scrolled) .btn-gold { color: oklch(0.97 0.012 84); border-color: oklch(0.92 0.05 84 / 0.7); }
.nav:not(.scrolled) .nav-toggle { color: oklch(0.97 0.012 84); }
.nav-actions { display: flex; gap: 1rem; align-items: center; }

.lang { display: flex; gap: 0.4rem; align-items: center; font-size: 0.7rem; letter-spacing: 0.08em; }
.lang button { background: none; border: 0; cursor: pointer; color: var(--ink); opacity: 0.5;
  font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.12em; padding: 0.2rem 0.3rem; transition: opacity .3s, color .3s; }
.lang button:hover { opacity: 0.85; }
.lang button[aria-current="true"] { opacity: 1; color: var(--sage-deep); font-weight: 600; }
.lang .sep { opacity: 0.3; }
.nav .btn { padding: 0.65rem 1.3rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; color: var(--green); }

/* ============================================================
   HERO — claro, arejado, convite de princesa
   ============================================================ */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; isolation: isolate; overflow: hidden;
  background: linear-gradient(180deg, var(--ivory), var(--sage-bg)); }
.hero-top { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  padding: clamp(7rem, 14vh, 10rem) clamp(1.25rem, 4vw, 3rem) clamp(2.5rem, 5vh, 4rem); }
.hero .wrap { max-width: 880px; }
.hero .pearls { justify-content: center; margin-bottom: 1.8rem; }
.hero .eyebrow { margin-bottom: 1.5rem; }
.hero h1 { color: var(--green); margin-bottom: 1.6rem; }
.hero .lede { color: var(--ink-soft); margin-inline: auto; max-width: 52ch; font-size: 1.08rem; }
.hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2.4rem; }
.hero-band { height: clamp(160px, 28vh, 300px); position: relative; overflow: hidden;
  background: url(/assets/img/portfolio/casamento-2.jpg?v=1) center 38% / cover no-repeat; }
.hero-band::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--sage-bg), transparent 32%); }

/* ============================================================
   MANIFESTO
   ============================================================ */
.manifesto { text-align: center; }
.manifesto .wrap { max-width: 860px; }
.manifesto blockquote { font-family: var(--serif); font-weight: 300; font-size: clamp(1.8rem, 1.2rem + 2.4vw, 3rem); line-height: 1.22; color: var(--green); margin-block: 1.8rem; }
.manifesto blockquote em { font-family: var(--script); font-style: normal; color: var(--sage-deep); font-size: 1.25em; }
.manifesto .body { max-width: 60ch; margin-inline: auto; }
.manifesto .body p + p { margin-top: 1.1rem; }

/* ============================================================
   DREAM (diferencial) — claro com tint sage
   ============================================================ */
.dream { }
.dream .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.dream h2 { color: var(--green); margin-block: 1.2rem 1.4rem; }
.dream-steps { margin-top: 2rem; display: grid; gap: 0; }
.dream-step { display: grid; grid-template-columns: auto 1fr; gap: 1.3rem; padding: 1.4rem 0; border-top: 1px solid var(--line); align-items: baseline; text-align: left; }
.dream-step .n { font-family: var(--script); font-size: 2.1rem; color: var(--sage-deep); line-height: 0.8; }
.dream-step p { color: var(--ink); }
.dream-visual { aspect-ratio: 4/5; border-radius: 4px; background-size: cover; background-position: center;
  box-shadow: 0 18px 50px oklch(0.5 0.05 62 / 0.16); position: relative; overflow: hidden; }
.dream-visual::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, oklch(0.25 0.03 55 / 0.62), transparent 38%); }
.dream-visual .tag { position: absolute; z-index: 1; bottom: 1.2rem; left: 50%; transform: translateX(-50%); white-space: nowrap;
  font-family: var(--sans); font-weight: 600; font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: oklch(0.98 0.012 84); text-shadow: 0 1px 8px oklch(0.2 0.02 50 / 0.6); }

/* ============================================================
   PROJECTS
   ============================================================ */
.projects .head { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.1rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.2rem, 2.5vw, 2.2rem); }
.proj { position: relative; overflow: hidden; border-radius: 6px; aspect-ratio: 3/2.3; isolation: isolate; }
.proj .media { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; transition: transform 1.1s var(--ease); }
.proj:hover .media { transform: scale(1.045); }
.proj::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to top, oklch(0.2 0.03 55 / 0.82), oklch(0.2 0.03 55 / 0.32) 42%, transparent 68%); }
.proj-body { position: absolute; inset: auto 0 0 0; padding: clamp(1.3rem, 2vw, 1.9rem); color: oklch(0.99 0.008 84); text-shadow: 0 1px 10px oklch(0.18 0.02 50 / 0.55); }
.proj-body .cat { display: block; font-family: var(--serif); font-weight: 400; font-size: clamp(1.5rem, 1.1rem + 1vw, 2.1rem); line-height: 1.1; }
.proj-body .desc { display: block; font-size: 0.88rem; margin-top: 0.55rem; max-width: 36ch; opacity: 0.92; font-weight: 300; line-height: 1.4; }
.proj .tag { position: absolute; top: 1rem; left: 1.1rem; font-family: var(--script); font-size: 1.3rem; color: oklch(0.99 0.008 84); text-shadow: 0 1px 8px oklch(0.18 0.02 50 / 0.6); }
/* card agora é link */
a.proj { display: block; color: inherit; }
a.proj:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.projects-cta { text-align: center; margin-top: clamp(2.2rem, 4vw, 3.2rem); }

/* placeholders claros */
.ph-wed  { background: linear-gradient(155deg, oklch(0.88 0.05 80), oklch(0.72 0.07 62)); }
.ph-kids { background: linear-gradient(155deg, oklch(0.9 0.055 72), oklch(0.78 0.075 56)); }
.ph-baby { background: linear-gradient(155deg, oklch(0.91 0.04 76), oklch(0.84 0.05 64)); }
.ph-evt  { background: linear-gradient(135deg, oklch(0.77 0.07 60), oklch(0.88 0.055 84)); }

/* ============================================================
   PORTFÓLIO (página /portfolio)
   ============================================================ */
/* nav sempre opaca (sem hero atrás) */
.page-portfolio .nav { background: oklch(0.955 0.022 74 / 0.92); backdrop-filter: blur(10px); box-shadow: 0 1px 0 var(--line-soft); }

.pf-header { padding-top: clamp(7.5rem, 12vh, 10rem); padding-bottom: clamp(1.5rem, 3vw, 2.5rem); text-align: center; }
.pf-header .eyebrow { margin-bottom: 1.1rem; }
.pf-header h1 { color: var(--green); font-size: clamp(2.6rem, 1.6rem + 4vw, 4.4rem); margin-bottom: 1.2rem; }
.lede.center { margin-inline: auto; text-align: center; }

.pf-section { padding-top: clamp(1rem, 2vw, 2rem); }
.pf-filters { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-bottom: clamp(2.2rem, 4vw, 3.2rem); }
.pf-chip {
  font-family: var(--sans); font-weight: 500; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 999px;
  padding: 0.7rem 1.25rem; cursor: pointer; transition: background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease);
}
.pf-chip:hover { border-color: var(--gold); color: var(--sage-deep); }
.pf-chip[aria-pressed="true"] { background: var(--gold); border-color: var(--gold); color: oklch(0.99 0.008 84); }

.pf-grid { columns: 3; column-gap: clamp(0.8rem, 1.5vw, 1.2rem); }
.pf-item {
  display: block; width: 100%; margin: 0 0 clamp(0.8rem, 1.5vw, 1.2rem); padding: 0; border: 0; background: none; cursor: pointer;
  break-inside: avoid; border-radius: 6px; overflow: hidden; position: relative; isolation: isolate;
  box-shadow: 0 8px 26px oklch(0.5 0.05 62 / 0.1);
}
.pf-item img { width: 100%; height: auto; display: block; transition: transform 1.1s var(--ease); }
.pf-item::after { content: ""; position: absolute; inset: 0; background: oklch(0.55 0.06 62 / 0); transition: background .45s var(--ease); }
.pf-item:hover img { transform: scale(1.045); }
.pf-item:hover::after { background: oklch(0.55 0.06 62 / 0.08); }
.pf-item:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.pf-item.pf-hide { display: none; }

@media (max-width: 900px) { .pf-grid { columns: 2; } }
@media (max-width: 560px) { .pf-grid { columns: 1; } }

/* ---------- lightbox ---------- */
.pf-lightbox {
  position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center;
  padding: clamp(1rem, 4vw, 3rem); background: oklch(0.2 0.02 55 / 0.93); opacity: 0; transition: opacity .4s var(--ease);
}
.pf-lightbox.open { display: flex; opacity: 1; }
.pf-lb-fig { margin: 0; display: flex; flex-direction: column; align-items: center; gap: 0.9rem; max-width: min(92vw, 1100px); }
.pf-lb-img { max-width: 100%; max-height: 80vh; width: auto; height: auto; object-fit: contain; border-radius: 6px; box-shadow: 0 30px 80px oklch(0.1 0.02 50 / 0.5); }
.pf-lb-cap { font-family: var(--sans); font-weight: 500; font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: oklch(0.92 0.045 84); }
.pf-lb-btn {
  position: absolute; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; cursor: pointer;
  background: oklch(0.99 0.008 84 / 0.12); border: 1px solid oklch(0.92 0.05 84 / 0.4); color: oklch(0.97 0.012 84);
  backdrop-filter: blur(4px); transition: background .3s var(--ease);
}
.pf-lb-btn:hover { background: oklch(0.99 0.008 84 / 0.26); }
.pf-lb-btn svg { width: 22px; height: 22px; }
.pf-lb-close { top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem); }
.pf-lb-prev { left: clamp(0.5rem, 3vw, 2rem); top: 50%; transform: translateY(-50%); }
.pf-lb-next { right: clamp(0.5rem, 3vw, 2rem); top: 50%; transform: translateY(-50%); }
@media (max-width: 560px) {
  .pf-lb-prev { left: 1rem; top: auto; bottom: 1.2rem; transform: none; }
  .pf-lb-next { right: 1rem; top: auto; bottom: 1.2rem; transform: none; }
}

/* ============================================================
   SIGNATURE — selos delicados, sem caixas pesadas
   ============================================================ */
.signature .head { text-align: center; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); display: flex; flex-direction: column; align-items: center; gap: 1.1rem; }
.seals { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 4vw, 4rem); }
.seal { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0.8rem; }
.seal svg { width: 30px; height: 30px; color: var(--sage-deep); stroke-width: 1; }
.seal h3 { font-family: var(--serif); font-weight: 400; font-size: 1.35rem; color: var(--green); }
.seal p { font-size: 0.86rem; color: var(--ink-soft); max-width: 25ch; }

/* ============================================================
   ABOUT
   ============================================================ */
.about .wrap { display: grid; grid-template-columns: 0.9fr 1fr; gap: clamp(2.5rem, 5vw, 5rem); align-items: center; }
.about-photo { position: relative; aspect-ratio: 4/5; border-radius: 6px;
  background-size: cover; background-position: 50% 18%;
  box-shadow: 0 20px 55px oklch(0.5 0.05 62 / 0.16); }
.about-photo .pearl-frame { position: absolute; inset: -10px; border: 1px solid var(--gold); border-radius: 8px; opacity: 0.5; z-index: -1; }

/* fotos reais — composição editorial: retrato principal + secundária deslocada */
.about-photos { position: relative; aspect-ratio: 4/5; }
.about-photos .pearl-frame { position: absolute; inset: -12px -12px auto auto; width: 58%; height: 58%; border: 1px solid var(--gold); border-radius: 8px; opacity: 0.5; z-index: 0; }
.about-photos .ph-main {
  position: relative; z-index: 1; display: block; margin-left: auto;
  width: 88%; aspect-ratio: 4/5; object-fit: cover; object-position: 50% 18%;
  border-radius: 6px; box-shadow: 0 20px 55px oklch(0.5 0.05 62 / 0.16);
}
.about-photos .ph-mini {
  position: absolute; z-index: 2; left: 0; bottom: -7%;
  width: 44%; aspect-ratio: 3/4; object-fit: cover; object-position: 50% 12%;
  border-radius: 6px; border: 5px solid var(--ivory);
  box-shadow: 0 18px 40px oklch(0.5 0.05 62 / 0.2);
}
@media (max-width: 760px) {
  .about-photos { aspect-ratio: auto; padding-bottom: 9%; }
  .about-photos .ph-mini { width: 46%; }
}
.about h2 em { font-family: var(--script); font-style: normal; color: var(--sage-deep); font-size: 1.3em; }
.about .body { margin-top: 1.4rem; }
.about .body p + p { margin-top: 1rem; }
.about .sign { margin-top: 1.6rem; font-family: var(--script); font-size: 2.6rem; color: var(--green); line-height: 1; }

/* ============================================================
   PROCESS
   ============================================================ */
.process .head { text-align: center; margin-bottom: clamp(3rem, 5vw, 4.5rem); display: flex; flex-direction: column; align-items: center; gap: 1.1rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.5rem, 3vw, 2.5rem); position: relative; }
.steps::before { content: ""; position: absolute; top: 26px; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 15% 85%, transparent); z-index: 0; opacity: 0.5; }
.step { text-align: center; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 0.7rem; }
.step .num { width: 54px; height: 54px; border-radius: 50%; background: var(--ivory); border: 1px solid var(--gold);
  display: grid; place-items: center; font-family: var(--script); font-size: 1.8rem; color: var(--sage-deep); }
.step h3 { font-family: var(--serif); font-weight: 400; font-size: 1.4rem; color: var(--green); }
.step p { font-size: 0.86rem; color: var(--ink-soft); max-width: 23ch; }

/* ============================================================
   FINALE — claro (não escuro), tint sage suave
   ============================================================ */
.finale { text-align: center; position: relative; overflow: hidden;
  background: linear-gradient(170deg, var(--blush), oklch(0.89 0.05 82)); }
.finale .wrap { max-width: 780px; }
.finale .pearls { margin-bottom: 1.8rem; }
.finale h2 { color: var(--green); }
.finale h2 em { font-family: var(--script); font-style: normal; color: var(--sage-deep); font-size: 1.28em; }
.finale .lede { color: var(--ink); margin-inline: auto; margin-block: 1.4rem 2.4rem; }
.finale-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   FOOTER — claro, delicado
   ============================================================ */
.footer { background: var(--ivory-2); color: var(--ink-soft); padding-block: clamp(3rem, 5vw, 4.5rem) 2rem; border-top: 1px solid var(--line); }
.footer .wrap { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; }
.footer .logo .word .name { color: var(--green); }
.footer .blurb { margin-top: 1.1rem; max-width: 33ch; font-size: 0.9rem; }
.footer h4 { font-family: var(--sans); font-weight: 600; font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 1rem; }
.footer ul { list-style: none; display: grid; gap: 0.6rem; }
.footer a { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.92rem; transition: color .3s; }
.footer a:hover { color: var(--sage-deep); }
.footer svg { width: 16px; height: 16px; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 2.6rem; padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.8rem; font-size: 0.74rem; letter-spacing: 0.04em; opacity: 0.8; }

/* ============================================================
   reveal
   ============================================================ */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 1.1s var(--ease), transform 1.1s var(--ease); }
.js [data-reveal].in { opacity: 1; transform: none; }
.js [data-reveal][data-delay="1"] { transition-delay: .1s; }
.js [data-reveal][data-delay="2"] { transition-delay: .2s; }
.js [data-reveal][data-delay="3"] { transition-delay: .3s; }
.js [data-reveal][data-delay="4"] { transition-delay: .4s; }
.js [data-reveal][data-delay="5"] { transition-delay: .5s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
.menu-only { display: none; }
@media (max-width: 940px) {
  .nav { flex-wrap: nowrap; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-actions { gap: 0.7rem; }
  .nav .btn-gold { display: none; }          /* Orçamento sai da barra → vai pro menu */
  .logo img { height: 40px; }
  .nav.open .nav-links { display: flex; flex-direction: column; position: absolute; top: 100%; right: 0; left: 0;
    background: var(--ivory); padding: 1.5rem 2rem; gap: 1.2rem; box-shadow: 0 14px 34px oklch(0.5 0.05 45 / 0.12); }
  .nav.open .nav-links .menu-only { display: block; color: var(--sage-deep); font-weight: 600; }
  .dream .wrap, .about .wrap { grid-template-columns: 1fr; }
  .dream-visual.ph { aspect-ratio: 16/10; }
  .seals { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .steps::before { display: none; }
}
@media (max-width: 560px) {
  .gallery { grid-template-columns: 1fr; }
  .seals { grid-template-columns: 1fr; }
  .footer .wrap { grid-template-columns: 1fr; }
  .hero-cta .btn, .finale-cta .btn { flex: 1 1 auto; justify-content: center; }
}
