:root {
  --pearly-white: #f9f6f1;
  --blush-pink: #e1c1b6;
  --champagne-gold: #d6bd9f;
  --antique-silver: #b8b2aa;
  --warm-taupe: #8e7e73;
  --paper: var(--pearly-white);
  --blush: #f1e3de;
  --coral: var(--blush-pink);
  --coral-dark: #8e6258;
  --ink: #3e3835;
  --muted: var(--warm-taupe);
  --line: #d8ccc3;
  --serif: "Cormorant Garamond", Georgia, serif;
  --script: "Great Vibes", cursive;
  --sans: "DM Sans", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--blush-pink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
.page-shell { min-height: 100vh; padding: 24px 12px; background: radial-gradient(circle at 10% 10%, var(--pearly-white) 0 1px, transparent 2px) 0 0/70px 70px, var(--blush-pink); }
.invite-card { max-width: 520px; margin: 0 auto; overflow: hidden; position: relative; background: var(--paper); box-shadow: 0 20px 70px #9e6b7130; }
.section { padding: 78px 44px; position: relative; }
.floral { color: var(--blush-pink); font-size: 6rem; line-height: .7; position: absolute; z-index: 2; opacity: .75; pointer-events: none; transform: rotate(-20deg); }.floral i { color: var(--champagne-gold); font-size: .7em; font-style: normal; }.floral--top { right: -20px; top: 20px; }.floral--side { left: -33px; top: 500px; transform: rotate(25deg); }
.cover { min-height: 760px; position: relative; background: var(--blush); }.cover-art { height: 545px; overflow: hidden; position: relative; background: linear-gradient(145deg, var(--antique-silver) 0 23%, var(--blush-pink) 23% 56%, var(--champagne-gold) 56% 100%); }.cover-art::before, .cover-art::after { content: ""; position: absolute; border: 1px solid #f9f6f199; border-radius: 50%; }.cover-art::before { width: 360px; height: 360px; top: -120px; right: -90px; }.cover-art::after { width: 270px; height: 270px; bottom: -145px; left: -80px; }.art-sun { position: absolute; width: 150px; height: 150px; border-radius: 50%; background: var(--pearly-white); right: 65px; top: 75px; box-shadow: 0 0 0 14px #f9f6f133, 0 0 0 28px #f9f6f11f; }.art-arch { position: absolute; width: 230px; height: 310px; border: 17px solid #f9f6f1aa; border-bottom: 0; border-radius: 130px 130px 0 0; bottom: -55px; left: 70px; }.art-stem { position: absolute; width: 2px; height: 300px; background: var(--warm-taupe); bottom: -30px; transform-origin: bottom; }.art-stem--one { left: 75px; transform: rotate(-23deg); }.art-stem--two { left: 300px; height: 220px; transform: rotate(28deg); }.art-flower { position: absolute; color: var(--pearly-white); font-size: 5rem; text-shadow: 0 2px 0 var(--warm-taupe); }.art-flower--one { left: 32px; top: 85px; }.art-flower--two { right: 28px; bottom: 100px; color: var(--champagne-gold); }.art-label { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; color: var(--pearly-white); font: 700 .75rem var(--sans); letter-spacing: .4em; text-shadow: 0 2px 9px #3e38354d; }.art-label span { font: 2rem var(--script); letter-spacing: 0; }.rsvp-art { height: 300px; display: grid; place-content: center; justify-items: center; gap: 22px; color: var(--pearly-white); background: repeating-linear-gradient(135deg, var(--warm-taupe) 0 28px, var(--antique-silver) 28px 56px); border-bottom: 11px solid var(--paper); }.rsvp-art strong { font: 1.7rem var(--serif); letter-spacing: .15em; border-top: 1px solid var(--pearly-white); border-bottom: 1px solid var(--pearly-white); padding: 13px 0 13px .15em; }.rsvp-art span { font-size: 1.3rem; }
.cover-copy { text-align: center; padding: 38px 20px 35px; position: relative; }.caps { font-size: .64rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; }.cover h1 { font: 4.7rem/.75 var(--script); color: var(--coral-dark); margin: 25px 0 4px; font-weight: 400; }.script { font: 2rem/1.1 var(--script); color: var(--coral); margin: 0; }.round-arrow { position: absolute; bottom: 20px; right: 32px; width: 43px; height: 43px; border: 1px solid var(--coral); color: var(--coral); display: grid; place-items: center; border-radius: 50%; font-size: 1.3rem; }
.date-section { text-align: center; background: var(--paper); }.date-section h2 { font: 2.6rem/1 var(--serif); margin: 18px 0 10px; color: var(--coral-dark); font-weight: 500; }.date-script { margin-bottom: 30px; }.calendar { max-width: 290px; margin: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0 15px; }.month { font: 1.2rem var(--serif); letter-spacing: .2em; margin-bottom: 18px; }.month span { font-size: .75rem; color: var(--muted); letter-spacing: .1em; }.week, .days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }.week { color: var(--coral); font-size: .55rem; margin-bottom: 10px; }.days { font: .85rem var(--serif); color: #7e696c; }.days span { min-height: 28px; display: grid; place-items: center; position: relative; }.heart-day { color: #fff; z-index: 0; }.heart-day::before { content: "♥"; color: var(--coral); position: absolute; z-index: -1; font-size: 2rem; }.event-data { display: flex; justify-content: center; gap: 36px; margin: 28px 0 18px; }.event-data div { display: grid; gap: 5px; }.event-data small, .location-detail small { font-size: .56rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }.event-data strong { font: 1.1rem var(--serif); }.location-detail { max-width: 320px; margin: 0 auto 28px; padding: 18px 14px 20px; border: 1px solid var(--line); background: #fffdf9; display: grid; gap: 7px; }.location-detail strong { font: 1.2rem var(--serif); color: var(--coral-dark); }.location-link { justify-self: center; margin-top: 5px; padding: 9px 14px; border: 1px solid var(--coral-dark); color: var(--coral-dark); font-size: .62rem; letter-spacing: .06em; text-decoration: none; transition: background .2s, color .2s; }.location-link:hover, .location-link:focus-visible { background: var(--coral-dark); color: var(--pearly-white); }.countdown { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: center; align-items: center; gap: 12px; }.countdown div { display: grid; gap: 3px; min-width: 44px; }.countdown strong { font: 1.55rem var(--serif); color: var(--coral-dark); }.countdown small { font-size: .48rem; letter-spacing: .09em; color: var(--muted); }.countdown b { font: 1.2rem var(--serif); color: var(--coral); padding-bottom: 12px; }
.message-section { background: var(--blush); text-align: center; }.message-section h2 { font: 2.55rem/1 var(--serif); font-weight: 500; margin: 20px 0 18px; }.message-section h2 em { color: var(--coral-dark); font-family: var(--script); font-size: 1.3em; font-weight: 400; }.body-copy { max-width: 330px; margin: auto; color: var(--muted); font: 1.05rem/1.4 var(--serif); }.gift-options { margin-top: 42px; }.gift-card { max-width: 355px; margin: auto; padding: 28px 24px 23px; border: 1px solid var(--champagne-gold); background: var(--pearly-white); box-shadow: 0 9px 0 #b8b2aa44; position: relative; text-align: center; }.envelope-icon { display: block; width: 46px; height: 32px; margin: 0 auto 15px; border: 1px solid var(--warm-taupe); position: relative; }.envelope-icon::before, .envelope-icon::after { content: ""; position: absolute; top: 6px; width: 29px; border-top: 1px solid var(--warm-taupe); }.envelope-icon::before { left: -1px; transform: rotate(31deg); transform-origin: left; }.envelope-icon::after { right: -1px; transform: rotate(-31deg); transform-origin: right; }.gift-options h3 { font: 1.55rem var(--serif); font-weight: 500; margin: 0 0 8px; color: var(--coral-dark); }.gift-options p { max-width: 250px; margin: auto; color: var(--muted); font: .95rem/1.4 var(--serif); }.gift-divider { width: 35px; display: block; border-top: 1px solid var(--champagne-gold); margin: 18px auto 11px; }.gift-card small { color: var(--muted); font: .72rem var(--serif); letter-spacing: .08em; }
.rsvp-section { padding: 0; background: var(--paper); }.rsvp-copy { text-align: center; padding: 55px 35px 65px; }.rsvp-copy h2 { font: 2.7rem/1 var(--serif); letter-spacing: .12em; margin: 8px 0 15px; color: var(--coral-dark); }.rsvp-copy .caps { color: var(--muted); font-size: .56rem; line-height: 1.6; letter-spacing: .14em; max-width: 220px; margin: auto; }.coral-button { display: inline-block; background: var(--warm-taupe); color: var(--pearly-white); border-radius: 3px; padding: 15px 29px; margin: 27px 0 20px; font: .75rem var(--serif); letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 8px 18px #8e7e7330; }.contact { margin: 0; color: var(--muted); font: .8rem var(--serif); }
.closing { text-align: center; background: var(--blush); padding-top: 78px; padding-bottom: 42px; }.heart-ornament { color: var(--coral); font: 4.5rem/.8 var(--serif); margin: 18px 0 6px; }.closing h2 { font: 3.7rem/.8 var(--script); color: var(--coral-dark); font-weight: 400; margin: 18px 0 35px; }.mini-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; height: 112px; }.mini-art { display: grid; place-items: center; color: #fff7ec; font: 2.5rem var(--serif); border: 1px solid #fff7ec99; outline: 1px solid var(--coral); outline-offset: -7px; }.mini-art--one { background: #aebda1; }.mini-art--two { background: #e29b8d; }.mini-art--three { background: #d9af73; }.save-date { margin: 25px 0 15px; display: flex; justify-content: center; gap: 7px; align-items: center; color: var(--coral-dark); font: .65rem var(--serif); letter-spacing: .15em; }.save-date strong { font: 2.1rem var(--serif); }.footer-note { font-size: .58rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
@media (max-width: 560px) { .page-shell { padding: 0; }.invite-card { box-shadow: none; }.section { padding-left: 27px; padding-right: 27px; }.cover h1 { font-size: 4.2rem; }.event-data { gap: 20px; }.floral--side { top: 525px; } }
@media (prefers-reduced-motion: no-preference) { .section { opacity: 0; transform: translateY(28px) scale(.985); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.61,.36,1); }.section.is-visible { opacity: 1; transform: none; }.section > * { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s cubic-bezier(.22,.61,.36,1); }.section.is-visible > * { opacity: 1; transform: none; }.section.is-visible > *:nth-child(1) { transition-delay: .05s; }.section.is-visible > *:nth-child(2) { transition-delay: .13s; }.section.is-visible > *:nth-child(3) { transition-delay: .21s; }.section.is-visible > *:nth-child(4) { transition-delay: .29s; }.section.is-visible > *:nth-child(5) { transition-delay: .37s; } }
.cover-title { position: absolute; z-index: 4; width: 100%; top: 28px; padding: 0 22px; text-align: center; color: #634f4b; }.cover-title h1 { font: 3.8rem/.86 var(--serif); font-weight: 600; letter-spacing: .01em; margin: 0; text-shadow: 0 1px 0 #fff8ec88; }.cover-title h1 span { display: block; color: #5a4145; font: 4.6rem/.92 var(--script); letter-spacing: 0; margin-top: 9px; text-shadow: 0 2px 0 #fff8ecaa, 0 3px 10px #6a4b4544; }.cover-art { padding-top: 175px; }.art-sun { top: 180px; }.art-flower--one { top: 195px; }.cover-copy .caps { margin-bottom: 13px; font-size: .82rem; letter-spacing: .17em; }.cover-copy .script { font-size: 2.45rem; }
.cover-art { background: linear-gradient(90deg, #d4afa9 0 14%, #d9b7b0 14% 86%, #d4afa9 86%); box-shadow: inset 0 0 0 1px #a8797355; }.cover-art::before { display: block; inset: 22px; width: auto; height: auto; border: 2px solid #fff8eccc; border-radius: 2px; box-shadow: inset 0 0 0 8px #d9b7b022, 0 0 0 1px #9d716b88; }.cover-art::after { display: block; width: 72px; height: 72px; left: 50%; bottom: 55px; transform: translateX(-50%) rotate(45deg); border: 2px solid #fff8ecbb; border-radius: 2px; background: #d9b7b044; }.art-sun, .art-arch, .art-stem { display: none; }.cover-copy { padding: 32px 20px 38px; border-top: 1px solid #b1847d88; background: #d9b7b0; }.cover-copy .caps { font-size: .78rem; }.cover-copy .script { font-size: 2.25rem; }.round-arrow { position: static; margin: 24px auto 0; }
.cover { background: #30232c; color: #fff8ec; }.cover::before { content: ""; position: absolute; inset: 18px; border: 1px solid #d9bd8d99; pointer-events: none; z-index: 5; }.cover::after { content: "16 · 11 · 26"; position: absolute; right: 30px; top: 50%; z-index: 5; color: #d9bd8d; font-size: .56rem; letter-spacing: .23em; writing-mode: vertical-rl; transform: translateY(-50%); }.cover-title { top: 52px; color: #fff8ec; text-align: left; padding: 0 42px; }.cover-title h1 { font: 3.25rem/.9 var(--serif); letter-spacing: .03em; text-transform: uppercase; text-shadow: none; }.cover-title h1 span { color: #e5a28f; font-size: 5.2rem; margin-top: 13px; text-shadow: none; }.cover-art { height: 500px; padding-top: 190px; background: #30232c; }.cover-art::before { display: block; inset: 22px 38px; border: 1px solid #d9bd8d66; box-shadow: none; }.cover-art::after { display: block; width: 265px; height: 265px; left: auto; right: -65px; bottom: -65px; transform: none; border: 1px solid #d9bd8d66; border-radius: 50%; background: transparent; }.cover-copy { padding: 42px 42px 48px; background: #30232c; border-top: 1px solid #d9bd8d66; text-align: left; }.cover-copy .caps { color: #d9bd8d; font-size: .66rem; letter-spacing: .24em; }.cover-copy .script { color: #fff8ec; font-size: 2.2rem; }.round-arrow { margin: 25px 0 0; border-color: #e5a28f; color: #e5a28f; }.art-sun, .art-arch, .art-stem { display: none; }
.cover { min-height: 760px; background: var(--blush); color: var(--ink); }.cover::before { content: ""; position: absolute; inset: 18px; border: 1px solid var(--champagne-gold); pointer-events: none; z-index: 5; }.cover::after { content: "✦"; position: absolute; right: 50%; bottom: 108px; z-index: 5; color: var(--champagne-gold); font-size: 1rem; transform: translateX(50%); }.cover-title { top: 42px; left: 12%; width: 76%; color: var(--coral-dark); text-align: center; padding: 9px 8px 14px; background: var(--blush); border: 1px solid #fffaf0cc; box-shadow: 0 0 0 7px #f1e3decc; }.cover-title::before, .cover-title::after { content: "—  ✦  —"; display: block; color: var(--champagne-gold); font: .8rem var(--serif); letter-spacing: .15em; margin-bottom: 17px; }.cover-title::after { display: none; }.cover-title h1 { font: 3.25rem/.92 var(--serif); letter-spacing: .01em; text-transform: none; text-shadow: none; }.cover-title h1 span { color: var(--coral-dark); font: 5rem/.9 var(--script); letter-spacing: 0; margin-top: 11px; text-shadow: none; }.cover-art { height: 500px; padding-top: 205px; background: var(--blush); }.cover-art::before { display: block; inset: 22px 38px; border: 1px solid #fffaf0; box-shadow: inset 0 0 0 8px #d6bd9f22; border-radius: 2px; }.cover-art::after { display: none; }.cover-copy { padding: 40px 30px 42px; background: var(--blush); border-top: 1px solid #d6bd9f88; text-align: center; }.cover-copy .caps { color: var(--coral-dark); font-size: .72rem; letter-spacing: .2em; }.cover-copy .script { color: var(--coral-dark); font-size: 2.35rem; }.round-arrow { margin: 25px auto 0; border-color: var(--coral-dark); color: var(--coral-dark); }.art-sun, .art-arch, .art-stem { display: none; }
@media (max-width: 560px) { .cover-title { top: 38px; left: 8%; width: 84%; padding: 7px 4px 11px; box-shadow: 0 0 0 5px #f1e3decc; }.cover-title h1 { font-size: 2.65rem; }.cover-title h1 span { font-size: 4.1rem; }.cover-art { height: 475px; padding-top: 190px; }.cover-copy { padding: 34px 27px 38px; }.cover-copy .script { font-size: 2rem; }.cover::before { inset: 13px; }.cover::after { bottom: 97px; } }
.flower-arch { position: absolute; inset: 22px 26px 28px; z-index: 2; pointer-events: none; border: 1px solid #d6bd9f77; border-bottom: 0; border-radius: 50% 50% 0 0 / 30% 30% 0 0; }
.flower-arch::before, .flower-arch::after { content: ""; position: absolute; width: 2px; height: 46%; bottom: 0; background: #8e9b78; transform-origin: bottom; }
.flower-arch::before { left: 5%; transform: rotate(-12deg); }
.flower-arch::after { right: 5%; transform: rotate(12deg); }
.gerbera { --petal: #e9989e; position: absolute; width: 58px; height: 58px; border-radius: 50%; background: repeating-conic-gradient(from 4deg, var(--petal) 0 12deg, #fff1e9 12deg 18deg); box-shadow: 0 1px 0 #a96b6d66; }
.gerbera::before { content: ""; position: absolute; inset: 17px; border-radius: 50%; background: radial-gradient(circle at 45% 38%, #f6c96c 0 18%, #bd754d 20% 44%, #7e5046 46% 100%); box-shadow: 0 0 0 3px #f1bf6b88; }
.gerbera--coral { --petal: #df7778; left: -8%; top: 7%; transform: rotate(-18deg); }
.gerbera--pink { --petal: #eaa0ae; left: 18%; top: -3%; transform: rotate(8deg); }
.gerbera--rose { --petal: #cb687c; right: 18%; left: auto; top: -2%; transform: rotate(-12deg); }
.gerbera--peach { --petal: #f0a28e; right: -8%; top: 9%; transform: rotate(17deg); }
.gerbera--small { width: 38px; height: 38px; }
.gerbera--small::before { inset: 11px; box-shadow: 0 0 0 2px #f1bf6b88; }
.gerbera--small.gerbera--pink { right: -2%; left: auto; top: 28%; transform: rotate(-20deg); }
.gerbera--small.gerbera--coral { left: -3%; top: 31%; transform: rotate(24deg); }
.flower-leaf { position: absolute; width: 30px; height: 13px; border-radius: 100% 0; background: #9eae87; opacity: .85; }
.flower-leaf--one { left: 13%; top: 30%; transform: rotate(28deg); }
.flower-leaf--two { left: 36%; top: 17%; transform: rotate(-30deg); }
.flower-leaf--three { right: 25%; top: 28%; transform: rotate(24deg); }
.flower-leaf--four { right: 9%; top: 40%; transform: rotate(-32deg); }
@media (max-width: 560px) { .flower-arch { inset: 24px 22px 28px; }.gerbera { width: 47px; height: 47px; }.gerbera::before { inset: 14px; }.gerbera--small { width: 32px; height: 32px; }.gerbera--small::before { inset: 9px; }.flower-leaf { width: 24px; height: 10px; } }
.flower-arch { top: 220px; right: 26px; bottom: auto; left: 26px; width: calc(100% - 52px); height: auto; border: 0; border-radius: 0; object-fit: contain; object-position: center; }
@media (max-width: 560px) { .flower-arch { top: 212px; right: 20px; left: 20px; width: calc(100% - 40px); } }
.real-gerberas { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.gerbera-frame { position: absolute; inset: -16px -12px; width: calc(100% + 24px); height: calc(100% + 24px); object-fit: fill; transition: transform 1100ms cubic-bezier(.22,.8,.24,1), opacity 700ms ease; }
.cover.is-open .gerbera-frame { transform: scale(1.08); opacity: .9; }
.gerbera-photo { position: absolute; object-fit: cover; border: 0; box-shadow: none; filter: saturate(.92) contrast(.96); mix-blend-mode: multiply; transition: transform 1000ms cubic-bezier(.22,.8,.24,1), opacity 700ms ease; }
.gerbera-photo--top-left { top: -82px; left: -75px; width: 245px; height: 245px; object-position: 25% 45%; clip-path: polygon(0 0, 100% 0, 88% 28%, 72% 39%, 58% 54%, 46% 71%, 28% 89%, 0 100%); transform: rotate(-12deg); }
.gerbera-photo--top-right { top: -84px; right: -78px; width: 260px; height: 250px; object-position: 75% 44%; clip-path: polygon(0 0, 100% 0, 100% 100%, 78% 88%, 61% 69%, 48% 52%, 31% 39%, 13% 24%); transform: rotate(12deg); }
.gerbera-photo--left { top: 108px; left: -104px; width: 205px; height: 300px; object-position: 30% center; clip-path: polygon(0 0, 80% 9%, 91% 29%, 83% 48%, 94% 66%, 80% 87%, 100% 100%, 0 100%); transform: rotate(-5deg); }
.gerbera-photo--right { top: 112px; right: -104px; width: 205px; height: 310px; object-position: 72% center; clip-path: polygon(20% 8%, 100% 0, 100% 100%, 0 100%, 18% 86%, 7% 67%, 19% 48%, 9% 28%); transform: rotate(5deg); }
.gerbera-photo--bottom-left { bottom: -135px; left: -64px; width: 255px; height: 245px; object-position: 28% 58%; clip-path: polygon(0 0, 31% 12%, 49% 28%, 64% 45%, 82% 61%, 100% 79%, 100% 100%, 0 100%); transform: rotate(10deg); }
.gerbera-photo--bottom-right { right: -68px; bottom: -140px; width: 270px; height: 250px; object-position: 70% 55%; clip-path: polygon(0 78%, 19% 62%, 36% 47%, 52% 31%, 71% 14%, 100% 0, 100% 100%, 0 100%); transform: rotate(-10deg); }
.cover.is-open .gerbera-photo--top-left { transform: translate(-45px, -35px) rotate(-28deg) scale(.84); }
.cover.is-open .gerbera-photo--top-right { transform: translate(45px, -35px) rotate(26deg) scale(.84); }
.cover.is-open .gerbera-photo--left { transform: translate(-55px, 15px) rotate(-20deg) scale(.82); opacity: .88; }
.cover.is-open .gerbera-photo--right { transform: translate(55px, 15px) rotate(20deg) scale(.82); opacity: .88; }
.cover.is-open .gerbera-photo--bottom-left { transform: translate(-35px, 60px) rotate(22deg) scale(.82); }
.cover.is-open .gerbera-photo--bottom-right { transform: translate(35px, 60px) rotate(-23deg) scale(.82); }
@media (max-width: 560px) { .gerbera-photo--top-left { top: -58px; left: -55px; width: 180px; height: 180px; }.gerbera-photo--top-right { top: -60px; right: -58px; width: 190px; height: 185px; }.gerbera-photo--left { top: 110px; left: -78px; width: 155px; height: 230px; }.gerbera-photo--right { top: 114px; right: -78px; width: 155px; height: 235px; }.gerbera-photo--bottom-left { bottom: -92px; left: -47px; width: 190px; height: 185px; }.gerbera-photo--bottom-right { right: -50px; bottom: -96px; width: 200px; height: 190px; }.cover.is-open .gerbera-photo--top-left { transform: translate(-32px, -26px) rotate(-27deg) scale(.82); }.cover.is-open .gerbera-photo--top-right { transform: translate(32px, -26px) rotate(25deg) scale(.82); }.cover.is-open .gerbera-photo--left { transform: translate(-40px, 12px) rotate(-19deg) scale(.8); }.cover.is-open .gerbera-photo--right { transform: translate(40px, 12px) rotate(19deg) scale(.8); }.cover.is-open .gerbera-photo--bottom-left { transform: translate(-26px, 42px) rotate(21deg) scale(.8); }.cover.is-open .gerbera-photo--bottom-right { transform: translate(26px, 42px) rotate(-22deg) scale(.8); } }
.date-section .calendar { max-width: 320px; padding: 24px 20px 20px; border-top: 2px solid var(--coral-dark); border-bottom: 1px solid var(--line); background: #fffdf9; box-shadow: 0 8px 20px #8e7e7314; }.calendar-heading { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 17px; margin-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--coral-dark); }.calendar-heading span { font: 1.35rem var(--serif); letter-spacing: .18em; }.calendar-heading strong { font: 1rem var(--serif); font-weight: 400; letter-spacing: .08em; color: var(--muted); }.date-section .week { padding-bottom: 11px; border-bottom: 1px solid var(--line); }.date-section .days { gap: 4px; padding-top: 9px; }.date-section .days span { min-height: 32px; border-radius: 3px; }.date-section .heart-day { background: var(--coral); color: var(--pearly-white); font-family: var(--sans); font-size: .75rem; font-weight: 700; box-shadow: 0 3px 0 #8e625844; }.date-section .heart-day::before { display: none; }
.closing .heart-ornament { margin-bottom: 14px; }.closing h2 { margin-bottom: 18px; }.closing-message { max-width: 360px; margin: 0 auto 25px; color: var(--muted); font: 1.1rem/1.45 var(--serif); }.closing .footer-note { color: var(--coral-dark); font-family: var(--serif); font-size: .9rem; letter-spacing: .08em; text-transform: none; }

/* La referencia floral funciona como una papeleria completa y deja el centro limpio. */
.cover { min-height: 780px; overflow: hidden; background-color: #f5f4ee; background-image: linear-gradient(#f5f4ee78, #f5f4ee78), url("assets/gerbera-floral-background.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.cover::before { inset: 14px; border-color: #bda89588; z-index: 6; }
.cover::after { display: none; }
.cover-title { top: 248px; left: 18%; width: 64%; padding: 0; background: transparent; border: 0; box-shadow: none; color: #713f46; }
.cover-title::before, .cover-title::after { display: none; }
.cover-title h1 { color: #713f46; font: 2.7rem/.96 var(--serif); font-weight: 600; text-shadow: 0 1px 1px #fffdf9; }
.cover-title h1 span { color: #8d3e4c; font-size: 4.2rem; margin-top: 10px; text-shadow: 0 1px 1px #fffdf9, 0 3px 8px #8d3e4c22; }
.cover-art { position: absolute; inset: 0; height: auto; padding: 0; background: transparent; box-shadow: none; pointer-events: none; }
.cover-art::before, .cover-art::after, .real-gerberas { display: none; }
.cover-copy { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; padding: 26px 20px 25px; background: #f5f4eef0; border-top: 1px solid #bda89566; }
.cover-copy .caps { color: #713f46; margin-bottom: 10px; }
.cover-copy .script { color: #8d3e4c; font-size: 2.2rem; }
.round-arrow { margin: 17px auto 0; border-color: #8d3e4c; color: #8d3e4c; }
@media (max-width: 560px) {
  .cover { min-height: 750px; background-size: cover; background-position: center center; }
  .cover-title { top: 244px; left: 16%; width: 68%; padding: 0; }
  .cover-title h1 { font-size: 2.35rem; }
  .cover-title h1 span { font-size: 3.8rem; }
  .cover-copy { padding: 23px 18px 21px; }
  .cover-copy .script { font-size: 2rem; }
}
