:root{
  --black:#050505;
  --black2:#0a0a0a;
  --charcoal:#111111;
  --gold:#d6ad55;
  --gold2:#f0d58c;
  --ivory:#f3eee2;
  --muted:#aaa095;
  --line:rgba(214,173,85,.24);
  --shadow:rgba(0,0,0,.7);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--ivory);
  background:
    linear-gradient(180deg,#020202 0%,#080808 52%,#020202 100%);
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed; inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
  background-size:64px 64px;
  mask-image:radial-gradient(circle at center, #000, transparent 72%);
  opacity:.34;
}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit}
.site-shell{min-height:100vh;position:relative;z-index:1}
.site-header{
  height:88px;
  padding:22px clamp(20px,5vw,72px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(2,2,2,.78);
  backdrop-filter:blur(14px);
  position:sticky;top:0;z-index:10;
}
.brand{display:flex;align-items:center;gap:18px;min-width:0}
.brand-mark,.large-mark{
  position:relative;
  display:inline-grid;
  place-items:center;
  color:var(--gold);
  font-family:Georgia, "Times New Roman", serif;
  line-height:1;
  text-shadow:0 0 20px rgba(214,173,85,.18);
}
.brand-mark{width:54px;height:54px;font-size:48px;flex:0 0 auto}
.brand-mark span:last-child,.large-mark span:last-child{position:absolute;transform:translate(18%,28%)}
.brand-mark span:first-child,.large-mark span:first-child{position:absolute;transform:translate(-10%,-10%)}
.brand-word{
  font-family:Georgia, "Times New Roman", serif;
  font-size:clamp(26px,2.2vw,38px);
  letter-spacing:-.04em;
  white-space:nowrap;
}
.whatsapp-pill{
  border:1px solid var(--line);
  color:var(--gold2);
  border-radius:999px;
  padding:12px 19px;
  display:inline-flex;align-items:center;gap:10px;
  background:rgba(214,173,85,.05);
  box-shadow:inset 0 0 24px rgba(214,173,85,.04);
  font-size:15px;
  white-space:nowrap;
}
.wa-icon{font-size:18px;border:1px solid var(--gold);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;line-height:1}
.hero{
  min-height:calc(100vh - 88px);
  padding:clamp(42px,6vw,86px) clamp(20px,5vw,72px) clamp(34px,5vw,72px);
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(320px,1fr);
  gap:clamp(28px,6vw,84px);
  align-items:center;
}
.hero-copy{max-width:690px}
.identity-block{display:flex;align-items:center;gap:24px;margin-bottom:28px}
.large-mark{width:96px;height:96px;font-size:92px;flex:0 0 auto}
.eyebrow,.section-kicker{
  margin:0 0 10px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:13px;
}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;margin:0;color:var(--ivory)}
h1{font-size:clamp(48px,7vw,102px);letter-spacing:-.065em;line-height:.88}
.hero-lead{font-size:clamp(19px,2.2vw,30px);line-height:1.34;color:#ded4c3;margin:30px 0 18px;max-width:650px}
.hero-small{color:var(--muted);font-size:17px;line-height:1.75;margin:0 0 32px;max-width:620px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{
  border-radius:14px;
  padding:15px 21px;
  border:1px solid var(--line);
  cursor:pointer;
  transition:.25s ease;
  background:transparent;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:13px;
}
.btn-primary{background:linear-gradient(135deg,var(--gold),#b98931);color:#090909;border-color:transparent;font-weight:700}
.btn-ghost{color:var(--gold2)}
.btn:hover{transform:translateY(-2px)}
.stamp-stage{margin:0;position:relative;display:grid;place-items:center;isolation:isolate}
.stamp-stage::before{
  content:"";position:absolute;inset:14% 4% 2%;z-index:-1;
  background:radial-gradient(ellipse at center, rgba(214,173,85,.12), transparent 52%);
  filter:blur(16px);
}
.stamp-stage::after{
  content:"";position:absolute;bottom:2%;left:18%;right:18%;height:42px;z-index:-1;
  background:radial-gradient(ellipse at center, rgba(0,0,0,.88), transparent 70%);
  filter:blur(15px);
}
.stamp-button{
  border:0;background:transparent;padding:0;cursor:zoom-in;width:min(44vw,560px);max-width:100%;
  filter:drop-shadow(0 38px 42px var(--shadow)) drop-shadow(0 0 32px rgba(214,173,85,.06));
  transform:perspective(1200px) rotateY(-7deg) rotateX(3deg);
  transition:transform .32s ease, filter .32s ease;
}
.stamp-button:hover,.stamp-button:focus-visible{transform:perspective(1200px) rotateY(-3deg) rotateX(1deg) translateY(-4px);filter:drop-shadow(0 46px 52px var(--shadow)) drop-shadow(0 0 38px rgba(214,173,85,.12));outline:none}
.stamp-button img{display:block;width:100%;height:auto;object-fit:contain}
.stamp-stage figcaption{margin-top:14px;color:rgba(243,238,226,.48);font-size:13px;letter-spacing:.14em;text-transform:uppercase}
.intro-section{padding:clamp(60px,8vw,110px) clamp(20px,5vw,72px);border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.015),transparent)}
.intro-section h2{font-size:clamp(32px,4.6vw,70px);line-height:1;letter-spacing:-.055em;max-width:980px;margin-bottom:34px}
.intro-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.intro-grid article{border:1px solid rgba(214,173,85,.18);background:rgba(255,255,255,.025);border-radius:20px;padding:24px;min-height:170px}
.intro-grid h3{font-size:25px;margin-bottom:12px;color:var(--gold2)}
.intro-grid p{margin:0;color:var(--muted);line-height:1.65}
.site-footer{border-top:1px solid rgba(255,255,255,.08);padding:26px clamp(20px,5vw,72px);display:flex;justify-content:space-between;gap:18px;align-items:center;color:var(--muted)}
.site-footer div{display:flex;gap:10px;flex-wrap:wrap}.site-footer strong{color:var(--ivory);font-family:Georgia,"Times New Roman",serif;font-size:22px}.site-footer a{color:var(--gold2)}
.zoom-modal{position:fixed;inset:0;z-index:99;background:rgba(0,0,0,.88);display:none;place-items:center;padding:22px;backdrop-filter:blur(10px)}
.zoom-modal.is-open{display:grid}.zoom-card{width:min(96vw,980px);max-height:92vh;display:grid;place-items:center}.zoom-card img{max-width:100%;max-height:84vh;object-fit:contain;filter:drop-shadow(0 40px 60px #000)}.zoom-card p{color:var(--muted);margin:12px 0 0}.zoom-close{position:absolute;top:20px;right:22px;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:rgba(214,173,85,.06);font-size:30px;cursor:pointer;color:var(--gold2)}
@media (max-width:860px){
  .site-header{height:74px;padding:14px 18px}.brand{gap:12px}.brand-mark{width:48px;height:48px;font-size:42px}.brand-word{font-size:28px}.whatsapp-pill{padding:10px 13px;font-size:0}.wa-icon{font-size:16px}
  .hero{min-height:auto;padding:26px 18px 50px;display:flex;flex-direction:column;gap:24px;align-items:stretch}
  .stamp-stage{order:1;min-height:45vh;display:flex;flex-direction:column;justify-content:flex-end}.hero-copy{order:2}.stamp-button{width:min(86vw,390px);margin:0 auto;transform:perspective(1000px) rotateY(-3deg) rotateX(2deg)}.stamp-stage figcaption{font-size:11px;margin-top:8px;text-align:center}
  .identity-block{gap:18px;margin-top:4px;margin-bottom:18px}.large-mark{width:70px;height:70px;font-size:68px}h1{font-size:clamp(44px,14vw,70px);line-height:.9}.hero-lead{font-size:20px;margin:22px 0 14px}.hero-small{font-size:15.5px;line-height:1.65;margin-bottom:24px}.btn{width:100%;justify-content:center;text-align:center}.btn-ghost{display:none}
  .intro-section{padding:54px 18px}.intro-grid{grid-template-columns:1fr}.intro-grid article{min-height:auto;padding:20px}.site-footer{flex-direction:column;align-items:flex-start;padding:24px 18px}
}
@media (max-width:420px){.brand-word{font-size:24px}.stamp-button{width:88vw}.stamp-stage{min-height:42vh}.hero{padding-top:18px}h1{font-size:48px}.hero-lead{font-size:18px}.identity-block{align-items:flex-start}.large-mark{width:58px;height:58px;font-size:58px}.eyebrow{font-size:11px}}

.stamp-button img{max-width:420px;width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.55));}
@media (max-width:768px){
.stamp-button img{max-width:260px;}
.hero-copy{text-align:center}
}

/* V8 clean header: no top WhatsApp pill */
.site-header{justify-content:flex-start;}
.hero-copy h1{margin-bottom:28px;}
@media (max-width:860px){.site-header{justify-content:flex-start}.hero-copy h1{text-align:center;margin-top:8px}}
