:root {
  --bg: #0e0a12;
  --bg-soft: #15101b;
  --panel: rgba(255,255,255,.055);
  --panel-strong: rgba(255,255,255,.09);
  --text: #f7f1f7;
  --muted: #bfb2c4;
  --accent: #e7a7c7;
  --accent-2: #a67de2;
  --gold: #e9cf9d;
  --border: rgba(255,255,255,.12);
  --shadow: 0 30px 80px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(157,89,181,.13), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(223,119,167,.10), transparent 30%),
    var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 800px; }
.center { text-align: center; }
.section { position: relative; padding: 120px 0; }
.noise { position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
#stars { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; opacity: .6; }
main, footer, .nav-wrap { position: relative; z-index: 2; }
.nav-wrap { position: fixed; top: 0; left: 0; width: 100%; z-index: 30; padding: 18px 0; background: linear-gradient(to bottom, rgba(14,10,18,.82), transparent); backdrop-filter: blur(3px); }
.nav { display: flex; align-items: center; justify-content: space-between; }
.brand { font-family: 'Cormorant Garamond'; font-size: 34px; font-weight: 700; letter-spacing: -.05em; }
.brand span { color: var(--accent); font-size: 25px; }
.nav-links { display: flex; gap: 28px; font-size: 13px; color: var(--muted); }
.nav-links a:hover { color: var(--text); }
.sound-button { border: 1px solid var(--border); background: rgba(255,255,255,.04); color: var(--text); padding: 10px 14px; border-radius: 99px; cursor: pointer; }
.hero { min-height: 100vh; display: flex; align-items: center; overflow: hidden; padding-top: 150px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .22em; color: var(--gold); margin-bottom: 22px; }
h1, h2, h3 { font-family: 'Cormorant Garamond', serif; margin: 0; font-weight: 600; }
h1 { font-size: clamp(64px, 7.2vw, 112px); line-height: .88; letter-spacing: -.045em; max-width: 800px; }
h2 { font-size: clamp(46px, 5vw, 76px); line-height: .98; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--accent); font-style: italic; font-weight: 500; }
.hero-lead { max-width: 650px; font-size: 18px; line-height: 1.8; color: var(--muted); margin: 28px 0 34px; }
.hero-lead strong { color: var(--text); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; border: 1px solid var(--border); cursor: pointer; transition: .25s ease; }
.btn-primary { background: linear-gradient(135deg, #d889b1, #9b72d3); color: white; border-color: transparent; box-shadow: 0 14px 38px rgba(177,97,158,.23); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 20px 50px rgba(177,97,158,.35); }
.btn-ghost { background: rgba(255,255,255,.03); }
.btn-ghost:hover { background: rgba(255,255,255,.08); }
.mini-note { margin-top: 25px; color: #8f8295; font-size: 12px; letter-spacing: .05em; }
.hero-art { min-height: 620px; position: relative; display: grid; place-items: center; }
.halo { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(208,132,183,.23), rgba(119,73,151,.05) 45%, transparent 70%); filter: blur(2px); }
.glass-card { background: linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.16); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.portrait-card { width: min(420px, 85%); height: 520px; border-radius: 32px; padding: 18px; transform: rotate(2deg); }
.portrait-frame { height: 100%; border-radius: 22px; background: radial-gradient(circle at 50% 30%, rgba(255,255,255,.14), transparent 36%), linear-gradient(160deg,#4b2b4b,#17101e 58%,#24172f); display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.portrait-frame::after { content:""; position:absolute; width:240px; height:240px; border:1px solid rgba(255,255,255,.09); border-radius:50%; box-shadow: 0 0 0 30px rgba(255,255,255,.02), 0 0 0 70px rgba(255,255,255,.015); }
.monogram { font-family:'Cormorant Garamond'; font-size: 110px; font-weight: 600; color: #f1c9da; z-index: 2; }
.portrait-caption { position: absolute; left: 26px; bottom: 26px; z-index: 2; }
.portrait-caption span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing:.2em; color:#cab8c8; }
.portrait-caption strong { font-family:'Cormorant Garamond'; font-size:32px; }
.floating-card { position:absolute; padding: 16px 18px; min-width: 150px; border-radius: 18px; background: rgba(21,15,27,.7); border:1px solid var(--border); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.floating-card span { display:block; font-size:10px; color:#a796ae; text-transform:uppercase; letter-spacing:.18em; margin-bottom:6px; }
.floating-card strong { font-family:'Cormorant Garamond'; font-size:20px; }
.card-date { top: 90px; left: 0; animation: float 5s ease-in-out infinite; }
.card-wish { right: 0; bottom: 110px; animation: float 5.8s ease-in-out infinite reverse; }
.scroll-cue { position:absolute; left:50%; bottom:28px; transform: translateX(-50%); border:1px solid var(--border); width:42px; height:42px; border-radius:50%; display:grid; place-items:center; color:#a899ae; animation:bob 2s infinite; }
.orb { position:absolute; border-radius:50%; filter:blur(80px); opacity:.24; }
.orb-one { width:260px; height:260px; background:#c372ab; top:12%; left:-80px; }
.orb-two { width:340px; height:340px; background:#704ab1; right:-120px; bottom:8%; }
.story { background: rgba(255,255,255,.015); }
.story .narrow p { color:var(--muted); line-height:1.9; font-size:17px; margin-top:28px; }
.timeline { margin-top: 72px; border-top: 1px solid var(--border); }
.timeline-item { display:grid; grid-template-columns:90px 1fr; gap:24px; padding:32px 0; border-bottom:1px solid var(--border); }
.timeline-index { font-family:'Cormorant Garamond'; color:var(--accent); font-size:22px; }
.timeline h3 { font-size:30px; margin-bottom:8px; }
.timeline p { margin:0; color:var(--muted); line-height:1.7; }
.section-head { display:flex; justify-content:space-between; gap:60px; align-items:end; margin-bottom:50px; }
.section-head p { max-width:390px; color:var(--muted); line-height:1.7; }
.gallery { display:grid; grid-template-columns:1.1fr .9fr; grid-template-rows:320px 320px; gap:18px; }
.memory-card { margin:0; border-radius:24px; overflow:hidden; background:var(--panel); border:1px solid var(--border); position:relative; }
.memory-tall { grid-row:1 / span 2; }
.memory-wide { grid-column:2; }
.photo-placeholder { height:calc(100% - 52px); min-height:230px; background: linear-gradient(145deg,#4f2b4a,#1d1325 62%,#37203f); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; }
.photo-placeholder.soft { background:linear-gradient(145deg,#46324d,#1d1722); }
.photo-placeholder.warm { background:linear-gradient(145deg,#5b3b45,#20161b); }
.photo-placeholder.deep { background:linear-gradient(145deg,#312249,#15101e); }
.photo-placeholder span { font-family:'Cormorant Garamond'; font-size:68px; color:rgba(255,255,255,.35); }
.photo-placeholder small { color:#d7cbd8; letter-spacing:.06em; }
.memory-card figcaption { position:absolute; bottom:0; left:0; width:100%; min-height:52px; display:flex; align-items:center; padding:0 18px; color:#c3b7c6; font-size:12px; background:rgba(13,9,17,.8); backdrop-filter:blur(8px); }
.reasons { border-top:1px solid rgba(255,255,255,.06); }
.reasons-grid { display:grid; grid-template-columns:.95fr 1.05fr; gap:90px; align-items:start; }
.reason { display:grid; grid-template-columns:56px 1fr; gap:24px; padding:28px 0; border-bottom:1px solid var(--border); }
.reason:first-child { border-top:1px solid var(--border); }
.reason span { font-family:'Cormorant Garamond'; font-size:22px; color:var(--accent); }
.reason p { margin:0; color:#d0c4d2; line-height:1.8; font-size:16px; }
.counter-section { background:radial-gradient(circle at center, rgba(145,90,165,.12), transparent 55%); }
.counter { display:grid; grid-template-columns:repeat(4,1fr); max-width:800px; margin:50px auto 0; border:1px solid var(--border); border-radius:26px; overflow:hidden; background:rgba(255,255,255,.03); }
.counter div { padding:28px 10px; border-right:1px solid var(--border); }
.counter div:last-child { border-right:0; }
.counter strong { display:block; font-family:'Cormorant Garamond'; font-size:54px; font-weight:600; }
.counter span { color:#9f91a4; font-size:11px; text-transform:uppercase; letter-spacing:.15em; }
.letter-wrap { max-width:900px; padding:0; border-radius:30px; background:linear-gradient(180deg,#f3e9ec,#e8dadd); color:#2b2029; box-shadow:0 40px 100px rgba(0,0,0,.38); overflow:hidden; transform:rotate(-.4deg); }
.letter-top { display:flex; justify-content:space-between; padding:18px 26px; border-bottom:1px solid rgba(54,35,49,.12); font-size:11px; text-transform:uppercase; letter-spacing:.14em; color:#7d6978; }
.letter-body { padding:60px 72px 70px; font-family:'Cormorant Garamond'; font-size:25px; line-height:1.7; }
.letter-greeting { font-size:36px; margin-top:0; }
.signature { margin-top:36px; font-size:27px; }
.final-section { padding-top:40px; }
.final-card { text-align:center; padding:90px 40px; border-radius:34px; border:1px solid var(--border); background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025)); box-shadow:var(--shadow); overflow:hidden; }
.final-card p { max-width:700px; margin:24px auto 32px; color:var(--muted); line-height:1.8; }
.final-date { margin-top:28px; color:#887b8e; font-size:12px; letter-spacing:.08em; }
footer { padding:30px 0 50px; color:#7d7182; font-size:12px; }
.footer-content { display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.06); padding-top:28px; }
.reveal { opacity:0; transform:translateY(28px); transition: opacity .9s ease, transform .9s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.15s; }
.floating-hearts { position:fixed; inset:0; pointer-events:none; z-index:100; overflow:hidden; }
.heart { position:absolute; bottom:-50px; font-size:20px; animation: rise 4s ease-in forwards; opacity:0; }
@keyframes float { 0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)} }
@keyframes bob { 0%,100%{transform:translate(-50%,0)}50%{transform:translate(-50%,8px)} }
@keyframes rise { 0%{transform:translateY(0) scale(.6) rotate(0);opacity:0}15%{opacity:.9}100%{transform:translateY(-110vh) scale(1.5) rotate(24deg);opacity:0} }
@media (max-width: 900px) {
  .nav-links { display:none; }
  .hero-grid,.reasons-grid { grid-template-columns:1fr; }
  .hero-art { min-height:540px; }
  .section { padding:90px 0; }
  .section-head { display:block; }
  .section-head p { margin-top:24px; }
  .gallery { grid-template-columns:1fr; grid-template-rows:none; }
  .memory-tall,.memory-wide { grid-column:auto; grid-row:auto; min-height:360px; }
  .letter-body { padding:45px 34px 50px; font-size:22px; }
}
@media (max-width: 620px) {
  .container { width:min(100% - 26px,1180px); }
  .hero { padding-top:120px; }
  h1 { font-size:58px; }
  .hero-art { min-height:470px; }
  .portrait-card { height:430px; }
  .card-date { top:40px; left:-4px; }
  .card-wish { right:-4px; bottom:55px; }
  .counter { grid-template-columns:repeat(2,1fr); }
  .counter div:nth-child(2) { border-right:0; }
  .counter div:nth-child(-n+2) { border-bottom:1px solid var(--border); }
  .letter-top { padding:14px 16px; }
  .letter-body { padding:34px 24px 42px; font-size:20px; }
  .footer-content { flex-direction:column; gap:8px; }
}

/* Personalização com fotografias da Reynalda */
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(.94) contrast(1.02);
}
.portrait-frame::after {
  background: linear-gradient(to top, rgba(13,9,17,.58), transparent 52%);
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
}
.memory-photo {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.2,.75,.25,1), filter .7s ease;
}
.memory-card:hover .memory-photo {
  transform: scale(1.035);
  filter: brightness(1.04);
}
.memory-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,9,17,.38), transparent 45%);
  pointer-events: none;
}
.memory-card figcaption { z-index: 2; }

.button-hint { margin: 22px 0 12px; font-size: .95rem; color: var(--muted); letter-spacing: .01em; }
