:root {
  --olive:#6b705c;--olive-dark:#4c5140;--terracotta:#c56f52;
  --terracotta-dark:#9d4f37;--cream:#f7f1e8;--sand:#e8d7c5;
  --white:#fff;--ink:#2c3028;--muted:#6f7169;
  --line:rgba(44,48,40,.14);--shadow:0 18px 50px rgba(44,48,40,.12);
  --radius:22px;--container:1240px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:"Montserrat",Arial,sans-serif;line-height:1.65}
img{display:block;width:100%}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}
h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand,.footer-monogram{font-family:"Cormorant Garamond",Georgia,serif}
h1{max-width:760px;margin-bottom:20px;font-size:clamp(4rem,9vw,7.6rem);font-weight:500;line-height:.9}
h2{margin-bottom:12px;font-size:clamp(2.3rem,5vw,3.5rem);font-weight:600;line-height:1.05}
h3{margin-bottom:10px;font-size:1.55rem;line-height:1.05}p{margin-bottom:18px}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:92px 0}
.section-kicker,.eyebrow{margin-bottom:10px;color:var(--terracotta-dark);font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.hero{min-height:82vh;color:var(--white);background:linear-gradient(90deg,rgba(42,45,37,.38),rgba(42,45,37,.08)),url("../assets/images/capa.jpg") center/cover no-repeat}
.navbar{display:flex;min-height:92px;align-items:center;justify-content:space-between;gap:24px}
.brand{font-size:1.8rem;text-decoration:none}.back-link{padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.65);font-size:.88rem;text-decoration:none}
.hero-content{display:flex;min-height:calc(82vh - 92px);padding:70px 0 100px;align-items:flex-start;flex-direction:column;justify-content:center}
.hero-content>p:not(.eyebrow){max-width:680px;font-size:1.08rem}
.button,.copy-button{display:inline-flex;min-height:50px;padding:0 24px;align-items:center;justify-content:center;border:0;border-radius:999px;cursor:pointer;font:inherit;font-size:.86rem;font-weight:700;text-decoration:none;transition:transform .18s ease,background .18s ease}
.button:hover,.copy-button:hover{transform:translateY(-2px)}.button-light{color:var(--olive-dark);background:var(--cream)}
.pix-section{background:var(--cream)}.pix-layout{display:grid;align-items:center;gap:70px;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)}
.steps{display:grid;margin:30px 0 0;padding-left:22px;gap:11px}.pix-box{padding:38px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.pix-box span,.dialog-value span{display:block;color:var(--muted);font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.pix-box strong{display:block;margin:8px 0 0;font-size:clamp(1.4rem,3vw,2rem)}.pix-box small{display:block;margin-bottom:25px;color:var(--muted)}
.copy-button{width:100%;color:var(--white);background:var(--olive)}.copy-secondary{color:var(--olive-dark);background:var(--cream)}
.pix-note{margin:22px 0 0;color:var(--muted);font-size:.82rem}.gifts-section{background:var(--white)}
.section-heading{max-width:800px;margin-bottom:32px}.gift-status{padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--cream);color:var(--muted)}
.gift-status.error{color:#7b3123;background:#fff2ee;border-color:#e4b7aa}
.gift-grid{display:grid;gap:24px;grid-template-columns:repeat(4,minmax(0,1fr))}
.gift-card{display:flex;overflow:hidden;min-width:0;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 32px rgba(44,48,40,.07);flex-direction:column}
.gift-card img{height:210px;object-fit:cover}.gift-content{display:flex;height:100%;padding:24px;flex-direction:column}
.gift-content p{color:var(--muted);font-size:.86rem}.price{display:block;margin-top:auto;padding-top:8px;color:var(--terracotta-dark);font-size:1.18rem}
.gift-button{width:100%;margin-top:18px;color:var(--white);background:var(--terracotta)}.card-payment-button{width:100%;color:var(--white);background:var(--olive)}
.footer{padding:56px 20px;color:var(--white);background:var(--ink);text-align:center}.footer-monogram{margin-bottom:3px;color:var(--sand);font-size:2.2rem}
.footer p{margin-bottom:5px}.footer a{color:var(--sand)}
.gift-dialog{position:relative;width:min(calc(100% - 28px),520px);padding:38px;color:var(--ink);background:var(--white);border:0;border-radius:var(--radius);box-shadow:var(--shadow)}
.gift-dialog::backdrop{background:rgba(30,32,27,.68);backdrop-filter:blur(4px)}
.dialog-close{position:absolute;z-index:20;top:10px;right:12px;display:flex;width:42px;height:42px;padding:0;align-items:center;justify-content:center;color:var(--ink);background:transparent;border:0;border-radius:50%;cursor:pointer;font-family:Arial,sans-serif;font-size:2rem;line-height:1}
.dialog-close:hover{background:var(--cream)}.dialog-value{margin:20px 0;padding:22px;background:var(--cream);border-radius:15px}
.dialog-value strong{display:block;margin-top:4px;color:var(--terracotta-dark);font-size:2rem}.dialog-actions{display:grid;gap:10px}
.dialog-instructions{margin-top:24px;color:var(--muted);font-size:.88rem}
.toast{position:fixed;z-index:30;right:20px;bottom:20px;padding:14px 18px;color:var(--white);background:var(--ink);border-radius:12px;opacity:0;pointer-events:none;transform:translateY(20px);transition:opacity .2s ease,transform .2s ease}
.toast.show{opacity:1;transform:translateY(0)}
@media(max-width:1050px){.gift-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.section{padding:72px 0}.hero{min-height:72vh;background-position:62% center}.hero-content{min-height:calc(72vh - 92px)}.pix-layout{grid-template-columns:1fr;gap:38px}.gift-grid{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.gift-card img{height:150px}.gift-content{padding:16px}.gift-content h3{font-size:1.28rem}.gift-content p{font-size:.78rem}.gift-button{min-height:44px;padding:0 12px;font-size:.75rem}}
@media(max-width:430px){.container{width:min(calc(100% - 24px),var(--container))}.back-link{font-size:.75rem}.gift-grid{gap:9px}.gift-card img{height:125px}.gift-content{padding:13px}.gift-content h3{font-size:1.12rem}.gift-content p{display:none}.price{font-size:.92rem}.gift-dialog{padding:30px 22px}}
