:root {
	--ink: #193229;
	--ink-soft: #52645a;
	--paper: #f4eee4;
	--paper-light: #fffaf3;
	--sage: #89978b;
	--sage-light: #d8ded5;
	--gold: #ad7440;
	--terracotta: #bd8a6a;
	--line: #d2c6b7;
	--contact-background: #e7ddd0;
	--marker-ceremony: #b34b67;
	--marker-celebration: #2f6f78;
	--gate-start: #e4ded2;
	--gate-end: #d9d0c2;
	--envelope-back: #d6c7b3;
	--envelope-front: #cbb89f;
	--envelope-side: #d7c8b4;
	--envelope-flap: #e2d6c6;
	--seal-border: #cc9a62;
	--seal-background: #ad7440;
	--seal-text: #fff9f0;
	--stamp-background: #f4eee4;
	--stamp-color: #a76d57;
	--placeholder-light: #c8cbc6;
	--placeholder-light-text: #4e5c54;
	--placeholder-dark: #59665f;
	--timeline-accent: #d4a777;
	--card-accent: #b77c62;
	--card-accent-text: #9f6953;
	--whatsapp-background: #526f61;
	--calendar-background: #bd8a6a;
	--display: Didot, "Bodoni 72", "Bodoni MT", "Iowan Old Style", Georgia, serif;
	--body: "Avenir Next", Avenir, Montserrat, ui-sans-serif, system-ui, sans-serif;
}

/* Shared calendar chooser: kept here because Botánica owns its compiled invitation stylesheet. */
.calendar-chooser{width:min(560px,calc(100% - 2rem));max-height:calc(100dvh - 2rem);margin:auto;padding:0;border:0;border-radius:0;background:transparent;color:var(--ink);overflow:visible}.calendar-chooser::backdrop{background:rgb(15 33 27 / 72%);backdrop-filter:blur(5px)}.calendar-chooser>div{position:relative;padding:clamp(2rem,6vw,3.6rem);border:1px solid var(--line);background:var(--paper-light);box-shadow:0 28px 80px rgb(15 33 27 / 30%);text-align:center}.calendar-chooser__mark{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 1.25rem;border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-family:var(--display);font-size:1rem}.calendar-chooser>div>small{color:var(--gold);font-size:.68rem;font-weight:800;letter-spacing:.15em}.calendar-chooser h2{margin:.65rem 0 1rem;font-family:var(--display);font-size:clamp(2rem,7vw,3.6rem);font-weight:400;line-height:1.02;text-wrap:balance}.calendar-chooser p{max-width:420px;margin:0 auto 1.6rem;color:var(--ink-soft);line-height:1.65}.calendar-chooser__actions{display:grid;gap:.75rem}.calendar-chooser__actions>a,.calendar-chooser__actions>button{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;min-height:68px;margin:0;padding:.9rem 1.1rem;border:1px solid var(--ink);background:var(--ink);color:var(--paper-light);font:inherit;font-weight:700;text-align:left;text-decoration:none;cursor:pointer}.calendar-chooser__actions>[data-calendar-download]{background:transparent;color:var(--ink)}.calendar-chooser__actions span{display:grid;gap:.12rem}.calendar-chooser__actions small{color:inherit;font-size:.72rem;font-weight:400;letter-spacing:0;opacity:.74}.calendar-chooser__actions b{font-size:1.2rem}.calendar-chooser__close{position:absolute;top:1rem;right:1rem;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:transparent;color:inherit;font-size:1.5rem;cursor:pointer}

/* --------------------------------------------------------------------------
 * Botánica collection
 * -------------------------------------------------------------------------- */
.ws-theme-botanical {
	--ink: #173328;
	--paper: #f7f3e8;
	--paper-light: #fffdf6;
	--sage: #aebcac;
	--old-gold: #b7795c;
	--botanical-forest: #254638;
	--botanical-moss: #73866f;
	--botanical-mist: #dfe7dd;
	--botanical-pollen: #ddb77b;
	--botanical-line: #c9d2c3;
	--display: "Iowan Old Style", Baskerville, "Times New Roman", serif;
}

.ws-theme-botanical.ws-palette-blush_burgundy { --botanical-forest: #5f2439; --botanical-moss: #a87382; --botanical-mist: #ead8dd; --botanical-pollen: #d6a66f; }
.ws-theme-botanical.ws-palette-midnight_champagne { --botanical-forest: #20344d; --botanical-moss: #72829a; --botanical-mist: #dce2ea; --botanical-pollen: #cfad77; }
.ws-theme-botanical.ws-palette-olive_clay { --botanical-forest: #3f4a30; --botanical-moss: #89906c; --botanical-mist: #e4e5d8; --botanical-pollen: #c98b68; }
.ws-theme-botanical.ws-palette-blue_porcelain { --botanical-forest: #294b59; --botanical-moss: #6f98a9; --botanical-mist: #dce9ec; --botanical-pollen: #c49a73; }
.ws-theme-botanical.ws-palette-lavender_plum { --botanical-forest: #4c3452; --botanical-moss: #8d7395; --botanical-mist: #e8e0eb; --botanical-pollen: #c7a070; }
.ws-theme-botanical.ws-palette-chestnut_amber { --botanical-forest: #4a2f27; --botanical-moss: #8c654b; --botanical-mist: #eadbc9; --botanical-pollen: #c28a52; }
.ws-theme-botanical.ws-palette-autumn_vintage { --botanical-forest: #3f293f; --botanical-moss: #76536f; --botanical-mist: #eadadd; --botanical-pollen: #b98a91; }
.ws-theme-botanical.ws-palette-atlantic_copper { --botanical-forest: #173b3a; --botanical-moss: #738a82; --botanical-mist: #d8e0dc; --botanical-pollen: #a9684f; }
.ws-theme-botanical { --ink: var(--botanical-forest); --sage: var(--botanical-moss); --old-gold: var(--botanical-pollen); }

.ws-theme-botanical .invitation-shell { background: var(--paper); }
.ws-theme-botanical .invitation-gate { display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 45%,var(--paper-light) 0 18%,transparent 52%),linear-gradient(140deg,var(--botanical-mist),var(--paper) 46%,color-mix(in srgb,var(--botanical-mist) 82%,white)); transition: opacity .45s ease 1s,visibility 0s 1.5s; }
.ws-theme-botanical .invitation-gate::before { position: absolute; inset: 2rem; border: 1px solid color-mix(in srgb,var(--botanical-forest) 14%,transparent); content: ""; }
.ws-theme-botanical .gate-branch { position: absolute; bottom: -4rem; width: min(28vw,330px); fill: color-mix(in srgb,var(--botanical-moss) 58%,white); stroke: var(--botanical-forest); stroke-width: 2.5; opacity: .7; transition: transform 1.4s ease,opacity 1.4s ease; }
.ws-theme-botanical .gate-branch-left { left: -2rem; transform: rotate(-7deg); }
.ws-theme-botanical .gate-branch-right { right: -2rem; transform: rotate(7deg); }
.ws-theme-botanical .botanical-card { position: relative; display: flex; align-items: center; flex-direction: column; justify-content: center; width: min(460px,78vw); aspect-ratio: .74; padding: 4rem 2rem; overflow: hidden; border: 1px solid color-mix(in srgb,var(--botanical-forest) 18%,white); background: linear-gradient(rgb(255 253 246 / 94%),rgb(255 253 246 / 94%)),url("../../../weddingstory-editorial/assets/images/memory-seville.webp") center/cover; box-shadow: 0 30px 80px rgb(39 68 56 / 17%); color: var(--botanical-forest); transition: transform .7s cubic-bezier(.22,1,.36,1),opacity .65s ease; }
.ws-theme-botanical .botanical-card::before,.ws-theme-botanical .botanical-card::after { position: absolute; inset: 1rem; border: 1px solid color-mix(in srgb,var(--botanical-forest) 24%,transparent); content: ""; }
.ws-theme-botanical .botanical-card::after { inset: 1.35rem; border-color: color-mix(in srgb,var(--botanical-pollen) 48%,transparent); }
.ws-theme-botanical .botanical-card small,.ws-theme-botanical .botanical-card em { z-index: 2; font-size: .64rem; font-style: normal; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.ws-theme-botanical .botanical-card strong { z-index: 2; display: grid; margin: .7rem 0 1rem; font-family: var(--display); font-size: clamp(3rem,8vw,5.7rem); font-weight: 400; line-height: .78; }
.ws-theme-botanical .botanical-card strong i { padding: .14em 0; color: var(--old-gold); font-size: .58em; font-weight: 400; }
.ws-theme-botanical .pressed-flower { position: absolute; color: var(--botanical-moss); font-size: 7rem; opacity: .1; }
.ws-theme-botanical .flower-one { top: 1rem; left: -.7rem; transform: rotate(-20deg); }
.ws-theme-botanical .flower-two { right: 0; bottom: 1rem; transform: rotate(30deg); }
.ws-theme-botanical .gate-seal { position: absolute; bottom: 2.5rem; z-index: 2; display: grid; place-items: center; width: 52px; aspect-ratio: 1; border: 1px solid var(--old-gold); border-radius: 50%; color: var(--old-gold); font-family: var(--display); }
.ws-theme-botanical .gate-hint { bottom: 2rem; color: var(--botanical-forest); }
.ws-theme-botanical.is-opening .botanical-card { transform: scale(.94) translateY(-1rem); opacity: 0; }
.ws-theme-botanical.is-opening .gate-branch-left { transform: translateX(-30%) rotate(-16deg); }
.ws-theme-botanical.is-opening .gate-branch-right { transform: translateX(30%) rotate(16deg); }
.ws-theme-botanical.is-opening .gate-branch { opacity: 0; }
.ws-theme-botanical.is-opening .invitation-gate { opacity: 0; pointer-events: none; }
.ws-theme-botanical.is-open .invitation-gate { visibility: hidden; }

.ws-theme-botanical .site-header { grid-template-columns: 1fr auto auto; padding: 1.25rem clamp(1.25rem,4vw,4.5rem); background: transparent; color: var(--botanical-forest); }
.ws-theme-botanical .botanical-brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.ws-theme-botanical .botanical-brand > span { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); }
.ws-theme-botanical .botanical-brand small { font-family: var(--display); font-size: .95rem; }
.ws-theme-botanical .site-header nav { justify-self: end; gap: 2rem; }
.ws-theme-botanical .site-header nav a { font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ws-theme-botanical .couple-access { display: inline-flex; align-items: center; gap: .45rem; margin-left: clamp(1rem,2.2vw,2.25rem); padding: .55rem 0 .45rem; border-bottom: 1px solid color-mix(in srgb,var(--botanical-forest) 45%,transparent); font-size: .64rem; font-weight: 800; letter-spacing: .08em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.ws-theme-botanical .couple-access svg { width: .9rem; height: .9rem; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.ws-theme-botanical .couple-access:hover,.ws-theme-botanical .couple-access:focus-visible { border-bottom-color: var(--old-gold); color: var(--old-gold); }

.ws-theme-botanical .hero { display: grid; grid-template-columns: minmax(0,.88fr) minmax(420px,1.12fr); height: clamp(720px,100svh,940px); min-height: 720px; padding: 0; overflow: hidden; background: var(--botanical-mist); }
.ws-theme-botanical .hero-copy { z-index: 3; display: flex; align-items: center; flex-direction: column; justify-content: center; min-height: auto; padding: 8rem 3rem 5rem; background: transparent; text-align: center; }
.ws-theme-botanical .botanical-kicker { display: flex; align-items: center; gap: .8rem; margin: 0; color: var(--botanical-forest); font-size: .65rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.ws-theme-botanical .botanical-kicker span { width: 28px; height: 1px; background: currentColor; }
.ws-theme-botanical .hero h1 { display: grid; margin: 1rem 0 1.2rem; font-size: clamp(5rem,10vw,10rem); letter-spacing: -.08em; line-height: .7; text-align: center; }
.ws-theme-botanical .hero h1 i { padding: .16em 0; color: var(--old-gold); font-size: .5em; }
.ws-theme-botanical .botanical-date { margin: .8rem 0 2rem; font-family: var(--display); font-size: clamp(1.1rem,2vw,1.5rem); }
.ws-theme-botanical .hero-countdown { display: flex; gap: 0; align-items: center; margin: 0 0 2.2rem; padding: 0; border: 0; }
.ws-theme-botanical .hero-countdown p { display: grid; min-width: 65px; margin: 0; }
.ws-theme-botanical .hero-countdown strong { font-size: clamp(1.8rem,3vw,3rem); line-height: 1; }
.ws-theme-botanical .hero-countdown span { color: var(--botanical-moss); font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; }
.ws-theme-botanical .hero-countdown > i { display: block; width: 3px; height: 3px; margin: 0 .4rem; border-radius: 50%; background: var(--old-gold); }
.ws-theme-botanical .botanical-button { display: inline-flex; align-items: center; gap: .8rem; min-height: 56px; padding: .85rem 1.45rem; border-radius: 999px 999px 999px 14px; background: var(--botanical-forest); color: white; font-size: .66rem; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.ws-theme-botanical .hero-media { position: relative; height: 100%; min-height: 0; overflow: hidden; clip-path: ellipse(84% 78% at 76% 48%); }
.ws-theme-botanical .hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg,var(--botanical-mist),transparent 22%),linear-gradient(0deg,rgb(23 51 40 / 14%),transparent 50%); content: ""; }
.ws-theme-botanical .hero-media figcaption { position: absolute; right: 3rem; bottom: 2.5rem; z-index: 2; color: white; font-family: var(--display); }
.ws-theme-botanical .hero-media figcaption span { display: block; margin-bottom: .4rem; font-family: var(--body); font-size: .6rem; letter-spacing: .15em; }
.ws-theme-botanical .botanical-bloom { position: absolute; z-index: 2; width: 360px; aspect-ratio: 1; border: 1px solid color-mix(in srgb,var(--botanical-forest) 12%,transparent); border-radius: 49% 51% 48% 52%; }
.ws-theme-botanical .bloom-one { top: -180px; left: -130px; }
.ws-theme-botanical .bloom-two { right: 46%; bottom: -270px; width: 500px; }

.ws-theme-botanical .botanical-intro { display: grid; place-items: center; padding: clamp(5rem,10vw,9rem) 2rem; background: var(--paper-light); text-align: center; }
.ws-theme-botanical .botanical-intro > span { color: var(--botanical-moss); font-size: 5rem; line-height: 1; }
.ws-theme-botanical .botanical-intro p { margin: 1.5rem 0 0; font-family: var(--display); font-size: clamp(2.1rem,4.2vw,4.8rem); line-height: 1; }

.ws-theme-botanical .story { display: grid; grid-template-columns: .8fr 1.1fr .85fr; gap: clamp(2rem,5vw,7rem); align-items: center; padding: clamp(5rem,10vw,10rem) clamp(1.5rem,6vw,8rem); background: var(--paper); }
.ws-theme-botanical .story-heading { align-self: start; padding-top: 4rem; }
.ws-theme-botanical .story-heading > p { color: var(--old-gold); font-size: .65rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.ws-theme-botanical .story-heading h2 { margin: 1rem 0; font-size: clamp(3rem,5vw,6rem); letter-spacing: -.05em; line-height: .88; }
.ws-theme-botanical .story-heading > span { display: block; margin: 2rem 0 0 30%; color: var(--botanical-moss); font-size: 5rem; }
.ws-theme-botanical .story-photo { position: relative; height: min(66vw,780px); margin: 0; overflow: hidden; border-radius: 48% 48% 3rem 3rem; }
.ws-theme-botanical .story-photo > b { position: absolute; top: 2rem; left: 2rem; display: grid; place-items: center; width: 44px; aspect-ratio: 1; border: 1px solid white; border-radius: 50%; color: white; font-size: .62rem; }
.ws-theme-botanical .story-copy { align-self: end; padding: 0 0 4rem; }
.ws-theme-botanical .story-copy .lead { font-size: clamp(1.45rem,2.3vw,2.2rem); line-height: 1.25; }
.ws-theme-botanical .story-copy > p:not(.lead):not(.signature) { color: var(--botanical-moss); }
.ws-theme-botanical .story-copy .signature { color: var(--old-gold); }

.ws-theme-botanical .locations { padding: clamp(5rem,10vw,10rem) clamp(1.5rem,6vw,8rem); background: var(--paper-light); }
.ws-theme-botanical .locations .simple-heading { max-width: 950px; margin: 0 auto clamp(3rem,7vw,7rem); text-align: center; }
.ws-theme-botanical .locations .simple-heading p { color: var(--old-gold); }
.ws-theme-botanical .locations .simple-heading h2 { font-size: clamp(3.2rem,6vw,7rem); line-height: .88; }
.ws-theme-botanical .location-layout { max-width: 1400px; margin: auto; box-shadow: 0 30px 90px rgb(37 70 56 / 12%); }
.ws-theme-botanical .location-list { background: var(--botanical-forest); }
.ws-theme-botanical .location-card,.ws-theme-botanical .location-card-dark { background: var(--botanical-forest); color: white; }
.ws-theme-botanical .location-card p,.ws-theme-botanical .location-card .location-number { color: var(--botanical-pollen); }
.ws-theme-botanical .location-card address { color: color-mix(in srgb,var(--botanical-moss) 66%,white); }
.ws-theme-botanical .map-frame { background: var(--botanical-mist); }

.ws-theme-botanical .timeline { grid-template-columns: 1.05fr .95fr; min-height: 900px; background: var(--botanical-forest); color: white; }
.ws-theme-botanical .timeline-content { order: 0; padding: clamp(5rem,9vw,9rem) clamp(2rem,7vw,8rem); }
.ws-theme-botanical .timeline-content > header p { margin: 0; color: var(--botanical-pollen); font-size: .65rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.ws-theme-botanical .timeline-content h2 { margin: .8rem 0 3rem; font-size: clamp(3.2rem,6vw,7rem); line-height: .88; }
.ws-theme-botanical .timeline ol { position: relative; display: grid; margin: 0; padding: 0; list-style: none; }
.ws-theme-botanical .timeline ol::before { position: absolute; top: 0; bottom: 0; left: 88px; width: 1px; background: linear-gradient(var(--botanical-pollen),var(--botanical-moss)); content: ""; }
.ws-theme-botanical .timeline li { position: relative; display: grid; grid-template-columns: 68px 1fr; gap: 0 3.9rem; align-items: center; min-height: 94px; border-bottom: 1px solid rgb(255 255 255 / 10%); }
.ws-theme-botanical .timeline li::before { position: absolute; left: 68px; z-index: 2; width: 42px; aspect-ratio: 1; border: 1px solid var(--botanical-pollen); border-radius: 50%; background: var(--botanical-forest); content: ""; }
.ws-theme-botanical .timeline time { color: var(--botanical-pollen); font-family: var(--display); font-size: 1.2rem; }
.ws-theme-botanical .timeline li > span { font-family: var(--display); font-size: 1.35rem; }
.ws-theme-botanical .timeline li small { display: block; color: var(--botanical-moss); font-family: var(--body); font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.ws-theme-botanical .timeline-finale { position: static; width: min(100%, 620px); margin: 2rem auto 0; color: var(--botanical-pollen); font-family: var(--display); font-style: italic; text-align: center; transform: none; }
.ws-theme-botanical .timeline-photo { order: 1; min-height: 900px; }
.ws-theme-botanical .timeline-photo::after { background: linear-gradient(90deg,var(--botanical-forest),transparent 28%),linear-gradient(0deg,rgb(23 51 40 / 46%),transparent 55%); }
.ws-theme-botanical .timeline-photo figcaption { position: absolute; right: 3rem; bottom: 3rem; left: 3rem; z-index: 2; color: white; font-family: var(--display); }
.ws-theme-botanical .timeline-photo figcaption span { display: block; color: var(--botanical-pollen); font-family: var(--body); font-size: .6rem; }

.ws-theme-botanical .gallery { padding: clamp(5rem,10vw,11rem) clamp(1.5rem,6vw,8rem); background: var(--paper); }
.ws-theme-botanical .gallery-heading { display: block; max-width: 1000px; margin: 0 auto; text-align: center; }
.ws-theme-botanical .gallery-heading > p { color: var(--old-gold); font-size: .65rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.ws-theme-botanical .gallery-heading h2 { font-size: clamp(3.2rem,6vw,7rem); line-height: .88; }
.ws-theme-botanical .gallery-heading > span { display: block; margin-top: 1.25rem; color: var(--botanical-moss); }
.ws-theme-botanical .gallery-grid { grid-template-columns: 1fr .58fr 1fr; gap: clamp(1.5rem,5vw,6rem); align-items: center; max-width: 1450px; margin: clamp(4rem,8vw,8rem) auto 0; }
.ws-theme-botanical .gallery-grid figure { position: relative; grid-column: auto; grid-row: auto; height: min(54vw,680px); }
.ws-theme-botanical .gallery-toast { border-radius: 50% 50% 0 0; }
.ws-theme-botanical .gallery-friends { border-radius: 0 0 50% 50%; transform: translateY(5rem); }
.ws-theme-botanical .gallery-grid figcaption { position: absolute; top: 1.2rem; left: 1.2rem; color: white; font-size: .62rem; }
.ws-theme-botanical .gallery-grid blockquote { grid-column: 2; margin: 0; color: var(--old-gold); font-size: clamp(1.5rem,2.8vw,2.8rem); text-align: center; }
.ws-theme-botanical .gallery-grid .quote-two { display: none; }

.ws-theme-botanical .celebration-gallery { padding: clamp(6rem,10vw,11rem) 0; background: var(--botanical-mist); }
.ws-theme-botanical .celebration-gallery__heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; max-width: 1400px; margin: 0 auto 5rem; padding-inline: clamp(1.5rem,5vw,6rem); }
.ws-theme-botanical .celebration-gallery__heading .eyebrow { grid-column: 1/-1; color: var(--old-gold); }
.ws-theme-botanical .celebration-gallery__heading h2 { max-width: 700px; font-size: clamp(3.2rem,6vw,7rem); line-height: .88; }
.ws-theme-botanical .celebration-gallery__heading > span { justify-self: end; max-width: 30rem; color: var(--botanical-moss); }
.ws-theme-botanical .celebration-gallery__grid { display: grid; grid-template-columns: repeat(10,minmax(180px,1fr)); gap: 1rem; overflow-x: auto; padding: 1rem max(1rem,calc((100vw - 1400px)/2)) 4rem; scroll-snap-type: x mandatory; }
.ws-theme-botanical .celebration-gallery__grid figure { position: relative; width: 260px; height: 390px; margin: 0; overflow: hidden; scroll-snap-align: start; }
.ws-theme-botanical .celebration-gallery__grid figure:nth-child(even) { transform: translateY(2.5rem); }
.ws-theme-botanical .celebration-gallery__grid figcaption { position: absolute; right: .8rem; bottom: .8rem; padding: .5rem .7rem; background: rgb(255 253 246 / 90%); color: var(--botanical-forest); font-family: var(--display); }
.ws-theme-botanical .celebration-gallery__closing { margin: 2rem auto 0; color: var(--old-gold); }

.ws-theme-botanical .details { background: var(--paper-light); }
.ws-theme-botanical .details-heading { text-align: center; }
.ws-theme-botanical .details-grid { border-color: var(--botanical-line); }
.ws-theme-botanical .details-grid article { background: transparent; border-color: var(--botanical-line); }
.ws-theme-botanical .detail-icon { border-radius: 50%; color: var(--old-gold); }
.ws-theme-botanical .collaborative-album { background: var(--botanical-forest); color: white; }
.ws-theme-botanical .collaborative-album__copy > p { color: color-mix(in srgb,var(--botanical-mist) 76%,white); }
.ws-theme-botanical .collaborative-album__card { border-radius: 48% 48% 1.5rem 1.5rem; }
.ws-theme-botanical .calendar-strip { background: var(--botanical-forest); }
.ws-theme-botanical .contact { background: var(--paper); }
.ws-theme-botanical .contact-heading h2,.ws-theme-botanical .request-copy h3 { font-family: var(--display); }
.ws-theme-botanical .person-card,.ws-theme-botanical .request-panel { border-color: var(--botanical-line); background: var(--paper-light); }
.ws-theme-botanical .request-copy { background: var(--botanical-forest); }
.ws-theme-botanical .site-footer { background: var(--botanical-forest); }

@media (max-width: 1050px) {
	.ws-theme-botanical .story { grid-template-columns: 1fr 1.1fr; }
	.ws-theme-botanical .story-copy { grid-column: 1/-1; max-width: 780px; margin: auto; padding-bottom: 0; }
	.ws-theme-botanical .timeline { grid-template-columns: 1fr; }
	.ws-theme-botanical .timeline-photo { min-height: 70vw; }
	.ws-theme-botanical .gallery-grid { grid-template-columns: 1fr 1fr; }
	.ws-theme-botanical .gallery-grid blockquote { grid-column: 1/-1; grid-row: 2; max-width: 620px; justify-self: center; }
	.ws-theme-botanical .gallery-friends { transform: none; }
}

@media (max-width: 720px) {
	.ws-theme-botanical .invitation-gate::before { inset: .8rem; }
	.ws-theme-botanical .gate-branch { width: 48vw; opacity: .45; }
	.ws-theme-botanical .botanical-card { width: min(370px,82vw); }
	.ws-theme-botanical .gate-hint { bottom: 4.8rem; }
	.ws-theme-botanical .botanical-brand small { display: none; }
	.ws-theme-botanical .site-header nav { gap: .9rem; }
	.ws-theme-botanical .site-header nav a { font-size: .55rem; }
	.ws-theme-botanical .site-header nav a:first-child,.ws-theme-botanical .site-header nav a:last-child { display: none; }
	.ws-theme-botanical .couple-access { gap: .3rem; margin-left: .7rem; font-size: .56rem; letter-spacing: .04em; }
	.ws-theme-botanical .hero { grid-template-columns: 1fr; height: auto; min-height: auto; padding-top: 74px; }
	.ws-theme-botanical .hero-copy { min-height: 72svh; padding: 5rem 1rem 3rem; }
	.ws-theme-botanical .hero h1 { font-size: clamp(4.8rem,25vw,7.5rem); }
	.ws-theme-botanical .hero-media { min-height: 0; height: 70svh; clip-path: ellipse(100% 80% at 50% 48%); }
	.ws-theme-botanical .hero-media::after { background: linear-gradient(0deg,rgb(23 51 40 / 40%),transparent 55%); }
	.ws-theme-botanical .bloom-two { display: none; }
	.ws-theme-botanical .botanical-intro { padding-block: 5rem; }
	.ws-theme-botanical .botanical-intro p { font-size: 2.3rem; }
	.ws-theme-botanical .story { grid-template-columns: 1fr; padding-block: 5rem; }
	.ws-theme-botanical .story-heading { padding-top: 0; }
	.ws-theme-botanical .story-heading > span { display: none; }
	.ws-theme-botanical .story-photo { height: 118vw; }
	.ws-theme-botanical .locations { padding-block: 5rem; }
	.ws-theme-botanical .location-layout { grid-template-columns: 1fr; }
	.ws-theme-botanical .timeline-content { padding: 5rem 1.25rem; }
	.ws-theme-botanical .timeline li { grid-template-columns: 58px 1fr; gap: 0 3.2rem; }
	.ws-theme-botanical .timeline ol::before { left: 77px; }
	.ws-theme-botanical .timeline li::before { left: 58px; width: 40px; }
	.ws-theme-botanical .timeline-photo { min-height: 105vw; }
	.ws-theme-botanical .gallery-grid { grid-template-columns: 1fr; margin-top: 3rem; }
	.ws-theme-botanical .gallery-grid blockquote { grid-column: auto; grid-row: auto; padding: 2rem 1rem; }
	.ws-theme-botanical .gallery-grid figure { height: 115vw; }
	.ws-theme-botanical .gallery-friends { border-radius: 50% 50% 0 0; }
	.ws-theme-botanical .celebration-gallery__heading { grid-template-columns: 1fr; }
	.ws-theme-botanical .celebration-gallery__heading > span { justify-self: start; }
	.ws-theme-botanical .celebration-gallery__grid figure { width: 76vw; height: 112vw; }
	.ws-theme-botanical .celebration-gallery__grid figure:nth-child(even) { transform: none; }
}

/* Botánica · refinamiento de composición (agosto de 2026). */
.ws-theme-botanical .invitation-shell {
	position: relative;
}

.ws-theme-botanical .site-header.botanical-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 30;
	min-height: 88px;
	border: 0;
	background: linear-gradient(180deg, color-mix(in srgb, var(--paper) 78%, transparent), transparent);
	backdrop-filter: blur(2px);
}

.ws-theme-botanical .botanical-hero {
	min-height: 100svh;
}

.ws-theme-botanical .botanical-hero .hero-copy {
	padding-top: clamp(7.5rem, 12vw, 10rem);
}

.ws-theme-botanical .hero-media figcaption,
.ws-theme-botanical .timeline-photo figcaption,
.ws-theme-botanical .gallery-grid figcaption,
.ws-theme-botanical .celebration-gallery__grid figcaption,
.ws-theme-botanical .story-photo > b {
	display: none;
}

/* Sello botánico: una pequeña prensa de hojas entre la historia y la fotografía. */
.ws-theme-botanical .botanical-hero-seal {
	top: 54%;
	left: 46%;
	width: clamp(96px, 8vw, 124px);
	border: 1px solid color-mix(in srgb, var(--botanical-pollen) 74%, transparent);
	border-radius: 48% 52% 45% 55% / 55% 45% 55% 45%;
	background: color-mix(in srgb, var(--botanical-mist) 90%, transparent);
	box-shadow: 0 20px 55px color-mix(in srgb, var(--ink) 18%, transparent);
	color: var(--botanical-moss);
	transform: translate(-50%, -50%) rotate(5deg);
	backdrop-filter: blur(6px);
}

.ws-theme-botanical .botanical-hero-seal::after {
	inset: 7%;
	border: 1px solid currentColor;
	border-radius: inherit;
	opacity: .24;
}

.ws-theme-botanical .botanical-hero-seal svg {
	width: 86%;
	height: 86%;
	stroke-width: 1.65;
	opacity: .88;
}

.ws-theme-botanical .botanical-hero-seal__leaves {
	fill: color-mix(in srgb, var(--botanical-moss) 13%, transparent);
}

.ws-theme-botanical .botanical-hero-seal text {
	fill: currentColor;
	font-family: var(--body);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .18em;
}

@media (max-width: 900px) {
	.ws-theme-botanical .botanical-hero-seal {
		top: 76svh;
		left: 50%;
	}
}

@media (max-width: 620px) {
	.ws-theme-botanical .botanical-hero-seal {
		top: 700px;
		width: 88px;
	}
}

/* Itinerario orgánico: una hoja enlaza cada momento sin círculos decorativos. */
.ws-theme-botanical .timeline.botanical-timeline {
	grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
	min-height: 820px;
}

.ws-theme-botanical .botanical-timeline .timeline-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(5rem, 8vw, 8rem) clamp(2rem, 6vw, 7rem);
}

.ws-theme-botanical .botanical-timeline .timeline-content h2 {
	max-width: 680px;
	margin-bottom: clamp(2.2rem, 4vw, 3.5rem);
	font-size: clamp(3.4rem, 5.5vw, 6.3rem);
}

.ws-theme-botanical .botanical-timeline ol {
	grid-template-rows: none;
	grid-auto-rows: minmax(68px, auto);
	gap: .45rem;
}

.ws-theme-botanical .botanical-timeline ol::before {
	top: 8px;
	bottom: 8px;
	left: 83px;
	width: 42px;
	background: color-mix(in srgb, var(--botanical-pollen) 70%, transparent);
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 600' preserveAspectRatio='none'%3E%3Cpath d='M25 0C2 42 48 72 25 112S2 182 25 222s23 70 0 110-23 70 0 110 23 70 0 110-23 38 0 48' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
}

.ws-theme-botanical .botanical-timeline li {
	grid-template-columns: 76px 38px minmax(0, 1fr);
	gap: 0 1rem;
	justify-self: stretch;
	width: 100%;
	min-height: 68px;
	padding: .65rem 0;
	border: 0;
	background: transparent;
}

.ws-theme-botanical .botanical-timeline li:nth-child(even) {
	justify-self: stretch;
}

.ws-theme-botanical .botanical-timeline li::before,
.ws-theme-botanical .botanical-timeline li::after {
	display: none;
}

.ws-theme-botanical .botanical-timeline li i {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 38px;
	height: 46px;
	background: color-mix(in srgb, var(--botanical-forest) 92%, transparent);
}

.ws-theme-botanical .botanical-timeline li i svg {
	width: 25px;
	fill: color-mix(in srgb, var(--botanical-pollen) 20%, transparent);
	stroke: var(--botanical-pollen);
	stroke-width: 1.5;
}

.ws-theme-botanical .botanical-timeline li:nth-child(even) i svg {
	transform: scaleX(-1) rotate(10deg);
}

.ws-theme-botanical .botanical-timeline time {
	padding: .35rem .55rem;
	border: 1px solid color-mix(in srgb, var(--botanical-pollen) 36%, transparent);
	border-radius: 999px;
	background: color-mix(in srgb, var(--botanical-pollen) 8%, transparent);
	font-size: .95rem;
	font-variant-numeric: tabular-nums;
	text-align: center;
}

.ws-theme-botanical .botanical-timeline li > span {
	padding: .8rem 1rem;
	border-bottom: 1px solid rgb(255 255 255 / 10%);
	font-size: clamp(1.15rem, 1.6vw, 1.45rem);
}

.ws-theme-botanical .botanical-timeline .timeline-content > header::after {
	display: block;
	width: 88px;
	height: 1px;
	margin: 1.4rem 0 0;
	background: linear-gradient(90deg, var(--botanical-pollen), transparent);
	content: "";
}

.ws-theme-botanical .botanical-timeline .timeline-finale {
	display: inline-flex;
	align-items: center;
	align-self: center;
	gap: .8rem;
	padding: .8rem 1.1rem;
	border: 1px solid color-mix(in srgb, var(--botanical-pollen) 35%, transparent);
	border-radius: 999px;
	line-height: 1.45;
}

.ws-theme-botanical .botanical-timeline .timeline-finale::before {
	color: var(--botanical-pollen);
	content: "❦";
}

.ws-theme-botanical .botanical-timeline .timeline-photo {
	min-height: 820px;
	background: var(--botanical-forest);
}

.ws-theme-botanical .botanical-timeline .timeline-photo::after {
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--botanical-forest) 92%, transparent), transparent 25%, transparent 88%, color-mix(in srgb, var(--botanical-forest) 22%, transparent)),
		linear-gradient(0deg, rgb(23 51 40 / 22%), transparent 50%);
}

.ws-theme-botanical .botanical-timeline .timeline-photo > img,
.ws-theme-botanical .botanical-timeline .timeline-photo > .editorial-image-placeholder {
	mask-image: linear-gradient(90deg, transparent 0, rgb(0 0 0 / 28%) 7%, #000 22%, #000 100%);
}

/* Galería esencial: titular legible y composición sin solapes. */
.ws-theme-botanical .gallery.botanical-gallery {
	overflow: hidden;
}

.ws-theme-botanical .botanical-gallery .gallery-heading {
	display: grid;
	justify-items: start;
	max-width: 1280px;
	text-align: left;
}

.ws-theme-botanical .botanical-gallery .gallery-heading__ornament {
	margin-bottom: .85rem;
	color: var(--old-gold);
	font-family: var(--display);
	font-size: 2.8rem;
	line-height: 1;
}

.ws-theme-botanical .botanical-gallery .gallery-heading h2 {
	max-width: 920px;
	margin: .7rem 0 0;
	font-size: clamp(3.6rem, 6.5vw, 7.3rem);
}

.ws-theme-botanical .botanical-gallery .gallery-heading > span {
	max-width: 580px;
	font-size: 1.05rem;
}

.ws-theme-botanical .botanical-gallery .gallery-grid {
	grid-template-columns: minmax(0, 1.12fr) minmax(260px, .58fr) minmax(0, .9fr);
	grid-template-rows: auto;
	grid-auto-rows: auto;
	gap: clamp(1.2rem, 3vw, 3.2rem);
	align-items: center;
	margin-top: clamp(3rem, 6vw, 6rem);
}

.ws-theme-botanical .botanical-gallery .gallery-grid figure {
	width: 100%;
	height: clamp(440px, 52vw, 680px);
}

.ws-theme-botanical .botanical-gallery .gallery-toast {
	border-radius: 48% 48% 1.5rem 1.5rem;
}

.ws-theme-botanical .botanical-gallery .gallery-friends {
	border-radius: 1.5rem 1.5rem 48% 48%;
	transform: none;
}

.ws-theme-botanical .botanical-gallery .gallery-grid blockquote {
	grid-column: 2;
	grid-row: auto;
	padding: 1rem;
	font-size: clamp(1.4rem, 2.1vw, 2.25rem);
}

.ws-theme-botanical .botanical-gallery .gallery-grid .quote-two {
	display: flex;
	grid-column: 1 / -1;
	justify-content: center;
	max-width: 760px;
	min-height: 0;
	margin: clamp(1.5rem, 3vw, 3rem) auto 0;
	padding: 1.4rem 2rem;
	background: transparent;
	color: var(--botanical-moss);
}

/* Las quince fotos caben en el documento: nunca se crea un carrusel accidental. */
.ws-theme-botanical .celebration-gallery.botanical-herbarium {
	overflow: hidden;
	padding-inline: clamp(1.25rem, 5vw, 6rem);
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__heading {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 980px;
	margin-bottom: clamp(3rem, 6vw, 5rem);
	padding: 0;
	text-align: center;
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__heading::before {
	margin-bottom: .75rem;
	color: var(--old-gold);
	font-family: var(--display);
	font-size: 2.6rem;
	line-height: 1;
	content: "❦";
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__heading h2 {
	max-width: 900px;
	margin: .7rem 0 1.2rem;
	font-size: clamp(3rem, 5vw, 5.8rem);
	line-height: .94;
	text-align: center;
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__heading > span {
	max-width: 620px;
	font-size: 1.05rem;
	text-align: center;
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	grid-auto-flow: row;
	grid-auto-rows: minmax(0, 1fr);
	gap: clamp(.7rem, 1.4vw, 1.35rem);
	max-width: 1420px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	scroll-snap-type: none;
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__grid figure {
	position: relative;
	isolation: isolate;
	min-width: 0;
	min-height: 0;
	width: auto;
	height: auto;
	margin: 0;
	aspect-ratio: 4 / 5;
	border-radius: 48% 48% .75rem .75rem;
	transform: none;
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__grid figure:nth-child(5n + 2),
.ws-theme-botanical .botanical-herbarium .celebration-gallery__grid figure:nth-child(5n + 4) {
	margin-top: 0;
	border-radius: .75rem .75rem 48% 48%;
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__grid figure img,
.ws-theme-botanical .botanical-herbarium .celebration-gallery__grid figure .editorial-image-placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__closing {
	max-width: 760px;
	margin-top: clamp(3rem, 6vw, 5rem);
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__additional {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(.8rem, 1.5vw, 1.4rem);
	max-width: 1420px;
	margin: clamp(1.5rem, 3vw, 3rem) auto 0;
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__additional figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 48% 48% .75rem .75rem;
	background: var(--placeholder-light);
	aspect-ratio: 4 / 5;
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__additional figure:nth-child(even) {
	border-radius: .75rem .75rem 48% 48%;
}

.ws-theme-botanical .botanical-herbarium .celebration-gallery__additional img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* La línea interior sigue exactamente el arco de la tarjeta QR. */
.ws-theme-botanical .collaborative-album__card,
.ws-theme-botanical .collaborative-album__card::before {
	border-radius: 48% 48% 1.5rem 1.5rem;
}

.ws-theme-botanical .collaborative-album__card {
	width: min(360px, 62%);
	padding: clamp(5rem, 7vw, 6.2rem) clamp(2rem, 3vw, 3rem) clamp(2.5rem, 4vw, 3.5rem);
}

.ws-theme-botanical .collaborative-album__card p {
	display: grid;
	gap: .12rem;
	width: 100%;
	margin-bottom: 1.2rem;
	font-size: clamp(1.55rem, 2.6vw, 2.35rem);
	line-height: .96;
}

.ws-theme-botanical .collaborative-album__card p span {
	overflow-wrap: anywhere;
}

.ws-theme-botanical .collaborative-album__card p i {
	padding: .2rem 0;
	font-size: .78em;
}

/* Iconos propios, seleccionables desde la biblioteca cerrada del editor. */
.ws-theme-botanical .botanical-details .detail-icon {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	margin: 0 0 3rem;
	border: 1px solid color-mix(in srgb, var(--old-gold) 65%, transparent);
	border-radius: 50% 50% 50% 18%;
}

.ws-theme-botanical .botanical-details .detail-icon svg {
	width: 31px;
	height: 31px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

/* Confirmación: copy y formulario vuelven a ser dos piezas proporcionadas. */
.ws-theme-botanical .contact .request-panel {
	grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
	gap: 0;
	padding: 0;
	overflow: hidden;
}

.ws-theme-botanical .contact .request-copy {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 100%;
	padding: clamp(2.5rem, 5vw, 5rem);
	background: var(--botanical-forest);
	color: white;
	isolation: isolate;
}

.ws-theme-botanical .contact .request-copy::before {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		linear-gradient(color-mix(in srgb, var(--botanical-forest) 78%, transparent), color-mix(in srgb, var(--botanical-forest) 90%, transparent)),
		var(--request-copy-image, linear-gradient(135deg, var(--botanical-forest), var(--botanical-moss))) center / cover;
	content: "";
}

.ws-theme-botanical .contact .request-copy::after {
	position: absolute;
	inset: 1rem;
	z-index: -1;
	border: 1px solid rgb(255 255 255 / 22%);
	content: "";
}

.ws-theme-botanical .contact .request-copy h3 {
	margin: .35rem 0 1.4rem;
	color: white;
	font-size: clamp(2.4rem, 4vw, 4.4rem);
}

.ws-theme-botanical .contact .request-copy > p:last-child {
	margin: 0;
	color: color-mix(in srgb, white 74%, var(--botanical-moss));
	line-height: 1.75;
}

.ws-theme-botanical .contact .request-form {
	padding: clamp(2rem, 4vw, 4.5rem);
}

/* Cierre Botánica sobrio y coherente con el resto de invitaciones. */
.ws-theme-botanical .site-footer.botanical-footer {
	display: block;
	min-height: 0;
	padding: clamp(2.4rem, 5vw, 4rem) clamp(1.5rem, 6vw, 6rem);
	border-top: 1px solid color-mix(in srgb, white 22%, transparent);
	background: var(--botanical-forest);
	color: white;
}

.ws-theme-botanical .botanical-footer__content {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: .65rem;
	width: min(100%, 1240px);
	margin: 0 auto;
	text-align: center;
}

.ws-theme-botanical .botanical-footer__names {
	margin: 0;
	font-family: var(--display);
	font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.ws-theme-botanical .botanical-footer__date {
	margin: 0;
	color: var(--botanical-pollen);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .18em;
	white-space: nowrap;
}

.ws-theme-botanical .botanical-footer__content > a {
	display: inline-flex;
	align-items: center;
	gap: .7rem;
	color: white;
	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .12em;
	margin-top: .35rem;
	text-decoration: none;
	text-transform: uppercase;
}

.ws-theme-botanical .botanical-footer__content > a:hover,
.ws-theme-botanical .botanical-footer__content > a:focus-visible {
	color: var(--botanical-pollen);
}

.ws-theme-botanical .botanical-footer__content > a span {
	font-size: .9rem;
}

.ws-theme-botanical .botanical-footer__content > .weddingstory-credit {
	margin-top: .45rem;
	border: 0;
	font-size: .7rem;
	letter-spacing: .08em;
	text-transform: none;
}

.ws-theme-botanical .botanical-footer__content > .weddingstory-credit span {
	display: inline-block;
	margin: 0 .2rem;
	color: var(--botanical-gold);
	transition: transform .2s ease;
}

.ws-theme-botanical .botanical-footer__content > .weddingstory-credit:hover span,
.ws-theme-botanical .botanical-footer__content > .weddingstory-credit:focus-visible span { transform: scale(1.18); }

@media (max-width: 1050px) {
	.ws-theme-botanical .timeline.botanical-timeline {
		grid-template-columns: 1fr;
	}

	.ws-theme-botanical .botanical-timeline .timeline-photo {
		min-height: 72vw;
	}

	.ws-theme-botanical .botanical-gallery .gallery-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ws-theme-botanical .botanical-gallery .gallery-grid blockquote {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.ws-theme-botanical .botanical-gallery .gallery-grid figure {
		height: min(64vw, 620px);
	}

	.ws-theme-botanical .botanical-herbarium .celebration-gallery__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ws-theme-botanical .botanical-herbarium .celebration-gallery__additional {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ws-theme-botanical .contact .request-panel {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.ws-theme-botanical .site-header.botanical-header {
		grid-template-columns: 1fr auto auto;
		padding: .9rem 1.15rem;
	}

	.ws-theme-botanical .site-header.botanical-header nav a:first-child,
	.ws-theme-botanical .site-header.botanical-header nav a:nth-child(2) {
		display: none;
	}

	.ws-theme-botanical .botanical-gallery .gallery-heading h2,
	.ws-theme-botanical .botanical-herbarium .celebration-gallery__heading h2 {
		font-size: clamp(3rem, 15vw, 4.7rem);
	}

	.ws-theme-botanical .botanical-gallery .gallery-grid {
		grid-template-columns: 1fr;
	}

	.ws-theme-botanical .botanical-gallery .gallery-grid figure {
		height: 125vw;
		max-height: 620px;
	}

	.ws-theme-botanical .botanical-gallery .gallery-grid blockquote {
		grid-column: 1;
	}

	.ws-theme-botanical .botanical-herbarium .celebration-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ws-theme-botanical .botanical-herbarium .celebration-gallery__additional {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ws-theme-botanical .botanical-herbarium .celebration-gallery__grid figure:nth-child(n) {
		margin-top: 0;
	}

	.ws-theme-botanical .botanical-timeline ol::before {
		left: 63px;
	}

	.ws-theme-botanical .botanical-timeline li {
		grid-template-columns: 60px 30px minmax(0, 1fr);
		gap: 0 .7rem;
	}

	.ws-theme-botanical .botanical-timeline li i {
		width: 30px;
	}

	.ws-theme-botanical .contact .request-copy,
	.ws-theme-botanical .contact .request-form {
		padding: 2rem 1.3rem;
	}

	.ws-theme-botanical .collaborative-album__card {
		width: min(300px, 82%);
		padding: 4.5rem 1.5rem 2.3rem;
	}

	.ws-theme-botanical .site-footer.botanical-footer {
		padding-block: 2.5rem;
	}

	.ws-theme-botanical .botanical-footer__content {
		gap: .75rem;
	}

	.ws-theme-botanical .botanical-footer__content > a {
		justify-content: center;
		margin-top: .5rem;
	}
}

body.ws-palette-blush_burgundy {
	--ink: #542637;
	--ink-soft: #76525d;
	--paper: #fbf2f0;
	--paper-light: #fffafb;
	--sage: #c9959f;
	--sage-light: #ead7da;
	--gold: #a96049;
	--terracotta: #b47762;
	--line: #dec6c8;
	--contact-background: #f0dfe1;
	--marker-ceremony: #9b3156;
	--marker-celebration: #426f78;
	--gate-start: #f3dce2;
	--gate-end: #dcb9c4;
	--envelope-back: #c998a8;
	--envelope-front: #b9798d;
	--envelope-side: #d7aab6;
	--envelope-flap: #edcdd5;
	--seal-border: #f0bbc7;
	--seal-background: #8f3d58;
	--seal-text: #fff7f9;
	--stamp-background: #f8e8eb;
	--stamp-color: #7a3048;
	--placeholder-light: #d8b9c1;
	--placeholder-light-text: #653744;
	--placeholder-dark: #6b3145;
	--timeline-accent: #efbdc7;
	--card-accent: #8f3d58;
	--card-accent-text: #7b2f49;
	--whatsapp-background: #542637;
	--calendar-background: #7d314b;
}

body.ws-palette-midnight_champagne {
	--ink: #17253a;
	--ink-soft: #56657b;
	--paper: #f7f1e6;
	--paper-light: #fffaf1;
	--sage: #6d7e96;
	--sage-light: #d8dfea;
	--gold: #a77e3e;
	--terracotta: #8d6c59;
	--line: #cfc4b0;
	--contact-background: #e5ded2;
	--marker-ceremony: #a74766;
	--marker-celebration: #256e88;
	--gate-start: #dce2ea;
	--gate-end: #aab6c7;
	--envelope-back: #8291a7;
	--envelope-front: #64758f;
	--envelope-side: #93a0b3;
	--envelope-flap: #c8d0dc;
	--seal-border: #dfc391;
	--seal-background: #a77e3e;
	--seal-text: #fff9ec;
	--stamp-background: #e8e5df;
	--stamp-color: #8b6a38;
	--placeholder-light: #b8c2cf;
	--placeholder-light-text: #34455d;
	--placeholder-dark: #283750;
	--timeline-accent: #dfc18e;
	--card-accent: #8f7348;
	--card-accent-text: #765c34;
	--whatsapp-background: #253b5a;
	--calendar-background: #263c5d;
}

body.ws-palette-olive_clay {
	--ink: #303c2d;
	--ink-soft: #68705a;
	--paper: #f3eadc;
	--paper-light: #fff9ef;
	--sage: #89906c;
	--sage-light: #dfe0cd;
	--gold: #9d653f;
	--terracotta: #b76549;
	--line: #d2c3ae;
	--contact-background: #e8d9c8;
	--marker-ceremony: #a33f5a;
	--marker-celebration: #36717b;
	--gate-start: #e4dfcf;
	--gate-end: #c9c8ae;
	--envelope-back: #aaa987;
	--envelope-front: #8f916b;
	--envelope-side: #babc99;
	--envelope-flap: #d7d5bc;
	--seal-border: #d7896e;
	--seal-background: #a7553e;
	--seal-text: #fff8ef;
	--stamp-background: #ebe5d7;
	--stamp-color: #934c38;
	--placeholder-light: #c1c3a8;
	--placeholder-light-text: #485041;
	--placeholder-dark: #4b5544;
	--timeline-accent: #e0a28a;
	--card-accent: #a7553e;
	--card-accent-text: #8e432f;
	--whatsapp-background: #44533e;
	--calendar-background: #a9523d;
}

body.ws-palette-blue_porcelain {
	--ink: #203a4a;
	--ink-soft: #59707c;
	--paper: #f3f4f0;
	--paper-light: #fcfdf9;
	--sage: #93abb7;
	--sage-light: #dce6e8;
	--gold: #a56c3d;
	--terracotta: #be8c5d;
	--line: #c9d2d0;
	--contact-background: #e4e9e5;
	--marker-ceremony: #ae3e63;
	--marker-celebration: #1f6c88;
	--gate-start: #e1e9ea;
	--gate-end: #b9ced4;
	--envelope-back: #a7bec5;
	--envelope-front: #88a9b5;
	--envelope-side: #b5cbd0;
	--envelope-flap: #dce8e8;
	--seal-border: #d1a173;
	--seal-background: #356b80;
	--seal-text: #fffaf4;
	--stamp-background: #eaf0ee;
	--stamp-color: #8d5936;
	--placeholder-light: #b9cdd2;
	--placeholder-light-text: #35505d;
	--placeholder-dark: #315464;
	--timeline-accent: #e3b07f;
	--card-accent: #9a653b;
	--card-accent-text: #81512f;
	--whatsapp-background: #28566b;
	--calendar-background: #356b80;
}

body.ws-palette-lavender_plum {
	--ink: #442f49;
	--ink-soft: #746379;
	--paper: #f5eff5;
	--paper-light: #fff9ff;
	--sage: #aaa0ba;
	--sage-light: #e3ddeb;
	--gold: #9d6650;
	--terracotta: #b7856f;
	--line: #d3c8d7;
	--contact-background: #e9deea;
	--marker-ceremony: #a43668;
	--marker-celebration: #2d7185;
	--gate-start: #ebe1ef;
	--gate-end: #cbbdd3;
	--envelope-back: #b5a4bf;
	--envelope-front: #9482a1;
	--envelope-side: #c4b5cb;
	--envelope-flap: #ded2e3;
	--seal-border: #d2a08c;
	--seal-background: #735078;
	--seal-text: #fff8ff;
	--stamp-background: #efe7f0;
	--stamp-color: #7f4e6c;
	--placeholder-light: #c9bfd2;
	--placeholder-light-text: #58455d;
	--placeholder-dark: #59445f;
	--timeline-accent: #e2b09b;
	--card-accent: #8e5878;
	--card-accent-text: #774564;
	--whatsapp-background: #5f4267;
	--calendar-background: #735078;
}

body.ws-palette-chestnut_amber {
	--ink: #4a2f27;
	--ink-soft: #72594e;
	--paper: #f4e8d8;
	--paper-light: #fffaf2;
	--sage: #8c654b;
	--sage-light: #e7d5c2;
	--gold: #b9783e;
	--terracotta: #c28a52;
	--line: #d8c3ab;
	--contact-background: #ead8c3;
	--marker-ceremony: #a84f42;
	--marker-celebration: #5b7061;
	--gate-start: #ead9c8;
	--gate-end: #c9ad91;
	--envelope-back: #b79779;
	--envelope-front: #9b7658;
	--envelope-side: #c4a486;
	--envelope-flap: #dfc9b2;
	--seal-border: #dda86a;
	--seal-background: #7b4b31;
	--seal-text: #fff9f0;
	--stamp-background: #efe0cf;
	--stamp-color: #824e32;
	--placeholder-light: #ceb79e;
	--placeholder-light-text: #5b4438;
	--placeholder-dark: #684c3d;
	--timeline-accent: #e0a663;
	--card-accent: #9a5d36;
	--card-accent-text: #754429;
	--whatsapp-background: #5e493d;
	--calendar-background: #8b5637;
}

body.ws-palette-autumn_vintage {
	--ink: #3f293f;
	--ink-soft: #705d70;
	--paper: #f5e9e5;
	--paper-light: #fffafb;
	--sage: #76536f;
	--sage-light: #eadadd;
	--gold: #a96663;
	--terracotta: #b98a91;
	--line: #d8c6cd;
	--contact-background: #ecdddf;
	--marker-ceremony: #9f3f5d;
	--marker-celebration: #4d7480;
	--gate-start: #ece0e4;
	--gate-end: #cdb9c5;
	--envelope-back: #a98d9f;
	--envelope-front: #826377;
	--envelope-side: #bea5b3;
	--envelope-flap: #dfcfd6;
	--seal-border: #d99a92;
	--seal-background: #67425f;
	--seal-text: #fff9fb;
	--stamp-background: #eee0e5;
	--stamp-color: #76536f;
	--placeholder-light: #cdbbc4;
	--placeholder-light-text: #564353;
	--placeholder-dark: #594253;
	--timeline-accent: #d99a92;
	--card-accent: #9c5f72;
	--card-accent-text: #713e55;
	--whatsapp-background: #5c3e56;
	--calendar-background: #76536f;
}

body.ws-palette-atlantic_copper {
	--ink: #173b3a;
	--ink-soft: #586e68;
	--paper: #f2e9dc;
	--paper-light: #fffaf5;
	--sage: #738a82;
	--sage-light: #d8e0dc;
	--gold: #a9684f;
	--terracotta: #b87961;
	--line: #c9d0ca;
	--contact-background: #dde3df;
	--marker-ceremony: #a9684f;
	--marker-celebration: #315f5d;
	--gate-start: #e0e6e2;
	--gate-end: #b6c5bf;
	--envelope-back: #7d938b;
	--envelope-front: #56736d;
	--envelope-side: #96a9a2;
	--envelope-flap: #c5d0cb;
	--seal-border: #c99882;
	--seal-background: #855341;
	--seal-text: #fffaf5;
	--stamp-background: #e3e8e4;
	--stamp-color: #365e5a;
	--placeholder-light: #c0ccc7;
	--placeholder-light-text: #34514e;
	--placeholder-dark: #3e5e59;
	--timeline-accent: #c9957d;
	--card-accent: #9b604a;
	--card-accent-text: #744838;
	--whatsapp-background: #365f5b;
	--calendar-background: #855341;
}

* {
	box-sizing: border-box;
}

.wp-site-blocks,
.editorial-main,
.wp-site-blocks > * {
	margin-block-start: 0;
}

.wp-site-blocks {
	padding: 0;
}

.wp-site-blocks > .alignfull,
.editorial-main > .alignfull {
	width: 100%;
	max-width: none;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--body);
	font-size: 16px;
	line-height: 1.65;
}

body.is-sealed {
	overflow: hidden;
}

body.admin-bar .invitation-gate {
	top: 32px;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

a,
button,
input,
select,
textarea {
	color: inherit;
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid var(--gold);
	outline-offset: 4px;
}

.icon-library {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.icon {
	display: block;
	width: 1.15rem;
	height: 1.15rem;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.skip-link {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 1000;
	transform: translateY(-220%);
	padding: 0.75rem 1rem;
	background: var(--ink);
	color: white;
}

.skip-link:focus {
	transform: translateY(0);
}

/* Apertura de la invitación */
.invitation-gate {
	position: fixed;
	inset: 0;
	z-index: 900;
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at 20% 15%, rgb(255 255 255 / 42%), transparent 30%),
		linear-gradient(145deg, var(--gate-start), var(--paper) 48%, var(--gate-end));
	transition: visibility 0s linear 3.2s;
}

.invitation-gate::before,
.invitation-gate::after {
	position: absolute;
	width: 38vw;
	height: 38vw;
	border: 1px solid color-mix(in srgb, var(--gold) 18%, transparent);
	border-radius: 50%;
	content: "";
}

.invitation-gate::before {
	top: -20vw;
	left: -17vw;
}

.invitation-gate::after {
	right: -17vw;
	bottom: -20vw;
}

.gate-copy {
	position: absolute;
	top: clamp(2rem, 8vh, 6rem);
	left: 0;
	width: 100%;
	text-align: center;
}

.gate-copy p {
	margin: 0 0 0.35rem;
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.gate-copy strong {
	font-family: var(--display);
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 400;
}

.gate-copy i,
.envelope-letter i {
	color: var(--gold);
	font-weight: 400;
}

.envelope {
	position: relative;
	overflow: hidden;
	width: min(620px, 78vw);
	aspect-ratio: 1.62;
	margin-top: 3rem;
	padding: 0;
	border: 0;
	background: transparent;
	filter: drop-shadow(0 30px 30px color-mix(in srgb, var(--ink) 18%, transparent));
	cursor: pointer;
	perspective: 1200px;
}

.envelope-back,
.envelope-front,
.envelope-flap,
.envelope-letter {
	position: absolute;
	inset: 0;
	display: block;
}

.envelope-back {
	background: var(--envelope-back);
}

.envelope-letter {
	inset: 5% 5% 8%;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: var(--paper-light);
	transform: translateY(11%);
	transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.envelope-letter::before,
.envelope-letter::after {
	position: absolute;
	inset: 1rem;
	border: 1px solid var(--line);
	content: "";
}

.envelope-letter::after {
	inset: 1.35rem;
	border-color: color-mix(in srgb, var(--gold) 38%, transparent);
}

.envelope-letter small,
.envelope-letter em {
	z-index: 1;
	font-family: var(--body);
	font-size: clamp(0.48rem, 1vw, 0.7rem);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.envelope-letter b {
	z-index: 1;
	margin: 0.25em 0;
	font-family: var(--display);
	font-size: clamp(2.8rem, 7vw, 6rem);
	font-weight: 400;
	letter-spacing: -0.08em;
	line-height: 1;
}

.envelope-front {
	z-index: 2;
	background: var(--envelope-front);
	clip-path: polygon(0 0, 50% 54%, 100% 0, 100% 100%, 0 100%);
}

.envelope-front::after {
	position: absolute;
	inset: 0;
	background: var(--envelope-side);
	clip-path: polygon(0 0, 50% 54%, 0 100%);
	content: "";
}

.envelope-flap {
	z-index: 4;
	height: 56%;
	background: var(--envelope-flap);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform-origin: top;
	transition: transform 0.9s cubic-bezier(0.64, 0, 0.36, 1);
}

.envelope-seal {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 5;
	display: grid;
	place-items: center;
	width: clamp(48px, 7vw, 72px);
	aspect-ratio: 1;
	border: 4px double var(--seal-border);
	border-radius: 50%;
	background: var(--seal-background);
	color: var(--seal-text);
	font-family: var(--display);
	font-size: clamp(0.8rem, 1.5vw, 1.2rem);
	transform: translate(-50%, -50%);
	transition: opacity 0.45s ease, transform 0.55s ease;
}

.envelope:hover .envelope-seal {
	transform: translate(-50%, -50%) scale(1.08);
}

.gate-hint {
	position: absolute;
	bottom: clamp(1.5rem, 5vh, 3.5rem);
	margin: 0;
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.gate-hint span {
	display: inline-block;
	margin-right: 0.6rem;
	animation: hint-bounce 1.5s ease-in-out infinite;
}

.is-opening .envelope-flap {
	transform: rotateX(180deg);
	z-index: 0;
}

.is-opening .envelope-seal {
	opacity: 0;
	transform: translate(-50%, -70%) scale(0.5);
}

.is-letter-raised .envelope-letter {
	transform: translateY(-45%);
}

.is-letter-raised .envelope {
	overflow: visible;
}

.is-opening .gate-copy,
.is-opening .gate-hint {
	opacity: 0;
	transition: opacity 0.55s ease;
}

.is-open .invitation-gate {
	visibility: hidden;
	opacity: 0;
	transform: translateY(-100%);
	transition: opacity 0.85s ease 0.25s, transform 1s cubic-bezier(0.76, 0, 0.24, 1) 0.25s, visibility 0s 1.25s;
}

.invitation-shell {
	opacity: 0;
	transform: translateY(3rem);
	transition: opacity 1s ease 0.35s, transform 1s ease 0.35s;
}

.is-open .invitation-shell {
	opacity: 1;
	transform: none;
}

@keyframes hint-bounce {
	0%, 100% { transform: translateY(-2px); }
	50% { transform: translateY(5px); }
}

@media (max-width: 782px) {
	body.admin-bar .invitation-gate {
		top: 46px;
	}
}

/* Cabecera y hero */
.site-header {
	position: relative;
	z-index: 20;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	min-height: 82px;
	padding: 0 4vw;
	border-bottom: 1px solid var(--line);
	background: color-mix(in srgb, var(--paper) 95%, transparent);
}

.monogram {
	justify-self: start;
	font-family: var(--display);
	font-size: 1.8rem;
	text-decoration: none;
}

.monogram span,
.site-footer i {
	color: var(--gold);
	font-weight: 400;
}

.site-header nav {
	display: flex;
	gap: clamp(1.2rem, 3vw, 3rem);
}

.site-header nav a {
	border: 0;
	background: transparent;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
	min-height: calc(100svh - 82px);
}

.hero-copy {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.5rem, 4vw, 4rem) clamp(2.5rem, 6vw, 7rem);
	text-align: center;
}

.eyebrow,
.vertical-label,
.simple-heading > p,
.contact-heading > p,
.location-card > div > p {
	margin: 0;
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.17em;
	text-transform: uppercase;
}

.eyebrow,
.simple-heading > p,
.contact-heading > p,
.location-card > div > p {
	color: var(--gold);
}

.hero h1 {
	margin: clamp(0.9rem, 2vw, 1.5rem) 0 clamp(1.2rem, 2.5vw, 2rem);
	font-family: var(--display);
	font-size: clamp(3.8rem, 6.5vw, 7.2rem);
	font-weight: 400;
	letter-spacing: -0.075em;
	line-height: 0.71;
	text-align: center;
}

.hero h1 span,
.hero h1 i {
	display: block;
}

.hero h1 i {
	margin: 0.13em 0 0.08em;
	color: var(--gold);
	font-size: 0.55em;
	font-weight: 400;
}

.hero-countdown {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width: 500px;
	padding: 0.75rem 0 0.65rem;
	border-top: 1px solid var(--ink);
	border-bottom: 1px solid var(--line);
}

.hero-countdown p {
	position: relative;
	flex: 1;
	margin: 0;
	padding: 0;
	text-align: center;
}

.hero-countdown p:first-child {
	text-align: center;
}

.hero-countdown p:last-child {
	text-align: center;
}

.hero-countdown p + p::before {
	position: absolute;
	top: 0.15rem;
	left: 0;
	color: var(--gold);
	content: "·";
	font-family: var(--display);
	font-size: 1.5rem;
}

.hero-countdown strong,
.hero-countdown span {
	display: block;
}

.hero-countdown strong {
	font-family: var(--display);
	font-size: clamp(2rem, 3vw, 3.15rem);
	font-weight: 400;
	line-height: 1;
}

.hero-countdown span {
	margin-top: 0.25rem;
	color: var(--ink-soft);
	font-size: 0.57rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hero-event {
	width: 100%;
	max-width: 500px;
	margin-top: clamp(1rem, 2vw, 1.5rem);
}

.hero-date-line {
	margin: 0 0 0.7rem;
	font-family: var(--display);
	font-size: clamp(1.15rem, 1.5vw, 1.4rem);
	letter-spacing: 0.025em;
	text-align: center;
}

.hero-date-line span {
	color: var(--gold);
	font-style: italic;
}

.hero-venues {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.hero-venues.is-single {
	grid-template-columns: 1fr;
}

.hero-venues.is-single a {
	padding-right: 0;
	text-align: center;
}

.hero-venues a {
	padding: 0.6rem 1.25rem 0.65rem 0;
	text-decoration: none;
}

.hero-venues a + a {
	padding-right: 0;
	padding-left: 1.25rem;
	border-left: 1px solid var(--line);
}

.hero-venues.is-single a + a {
	padding-left: 0;
	border-left: 0;
}

.hero-venues span,
.hero-venues strong {
	display: block;
}

.hero-venues span {
	color: var(--ink-soft);
	font-size: 0.57rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.hero-venues strong {
	margin-top: 0.2rem;
	font-family: var(--display);
	font-size: 1.15rem;
	font-weight: 400;
}

.hero-plan-link,
.location-card a,
.details-grid a {
	display: inline-block;
	margin-top: 0.85rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid currentColor;
	font-size: 0.64rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-decoration: none;
	text-transform: uppercase;
}

.hero-plan-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	margin: 1.1rem auto 0;
	padding: 0.78rem 1.3rem;
	border: 1px solid var(--ink);
	background: var(--ink);
	color: var(--paper-light);
}

.hero-seal {
	position: absolute;
	top: 52%;
	left: 46%;
	z-index: 8;
	display: grid;
	place-items: center;
	width: clamp(86px, 8vw, 118px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: color-mix(in srgb, var(--stamp-background) 90%, transparent);
	box-shadow: 0 12px 30px color-mix(in srgb, var(--ink) 18%, transparent);
	color: var(--stamp-color);
	pointer-events: none;
	transform: translate(-50%, -50%) rotate(-9deg);
}

.hero-seal::after {
	position: absolute;
	inset: 7%;
	border: 1px dashed currentColor;
	border-radius: 50%;
	opacity: 0.28;
	content: "";
}

.hero-seal svg {
	width: 88%;
	height: 88%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.1;
	opacity: 0.82;
}

.hero-seal text {
	fill: currentColor;
	stroke: none;
	font-family: var(--display);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.22em;
}

.hero-media {
	position: relative;
	min-height: 720px;
	margin: 0;
	overflow: hidden;
}

.hero-media picture,
.gallery-grid picture {
	display: block;
	width: 100%;
	height: 100%;
}

.editorial-image-placeholder {
	display: grid;
	place-content: center;
	width: 100%;
	height: 100%;
	min-height: inherit;
	padding: 2rem;
	background:
		linear-gradient(135deg, transparent 49.7%, color-mix(in srgb, var(--ink) 10%, transparent) 50%, transparent 50.3%),
		var(--placeholder-light);
	color: var(--placeholder-light-text);
	text-align: center;
}

.editorial-image-placeholder b,
.editorial-image-placeholder small {
	display: block;
}

.editorial-image-placeholder b {
	font-family: var(--display);
	font-size: clamp(1.5rem, 3vw, 2.7rem);
	font-weight: 400;
}

.editorial-image-placeholder small {
	margin-top: 0.5rem;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.editorial-image-placeholder.is-dark {
	background:
		linear-gradient(135deg, transparent 49.7%, rgb(255 255 255 / 8%) 50%, transparent 50.3%),
		var(--placeholder-dark);
	color: var(--paper-light);
}

.hero-media img {
	filter: saturate(0.78) contrast(0.97);
}

.hero-media figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1.15rem 1.8rem;
	background: var(--paper);
	font-family: var(--display);
	font-size: 1rem;
	font-style: italic;
}

/* Historia */
.story {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: clamp(4rem, 10vw, 12rem);
	padding: clamp(7rem, 12vw, 13rem) clamp(2rem, 11vw, 13rem);
}

.story h2,
.simple-heading h2,
.timeline h2,
.gallery-heading h2,
.contact h2 {
	margin: 0;
	font-family: var(--display);
	font-size: clamp(2.8rem, 5.7vw, 6.2rem);
	font-weight: 400;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.story-heading h2 {
	max-width: 800px;
}

.story-copy {
	align-self: end;
	max-width: 520px;
}

.story-copy p {
	color: var(--ink-soft);
}

.story-copy .lead {
	color: var(--ink);
	font-family: var(--display);
	font-size: clamp(1.4rem, 2.35vw, 2.1rem);
	line-height: 1.35;
}

.signature {
	margin-top: 3rem;
	color: var(--gold) !important;
	font-family: var(--display);
	font-size: 1.5rem;
	font-style: italic;
}

.vertical-label {
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: rotate(-90deg) translateX(-50%);
	transform-origin: left top;
	color: var(--ink-soft);
}

/* Lugares y mapa */
.locations {
	padding: clamp(6rem, 10vw, 10rem) clamp(2rem, 7vw, 8rem);
	background: var(--paper-light);
}

.simple-heading {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	margin-right: auto;
	margin-bottom: clamp(3rem, 6vw, 6rem);
	margin-left: auto;
	text-align: center;
}

.simple-heading h2 {
	max-width: 900px;
	margin-top: 0.85rem;
}

.location-layout {
	display: grid;
	grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
	gap: 1.2rem;
}

.location-list {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 1.2rem;
}

.location-list.is-single {
	grid-template-rows: 1fr;
}

.location-layout.is-single .location-card {
	min-height: 100%;
}

.location-secondary-time {
	margin: 0.75rem 0 0;
	color: white;
	font-family: var(--display);
	font-size: 1.15rem;
}

.location-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.4rem;
	min-height: 255px;
	padding: clamp(1.7rem, 3vw, 3rem);
	border: 1px solid var(--line);
}

.location-card-dark {
	background: var(--sage);
	color: white;
}

.location-card-dark p,
.location-card-dark address {
	color: white !important;
}

.location-number {
	font-family: var(--display);
	font-size: 1.2rem;
}

.location-card h3 {
	max-width: 460px;
	margin: 0.55rem 0 0;
	font-family: var(--display);
	font-size: clamp(2rem, 3.3vw, 3.8rem);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 1;
}

.location-card address {
	margin-top: 1rem;
	color: var(--ink-soft);
	font-style: normal;
}

.map-frame {
	position: relative;
	min-height: 530px;
	border: 1px solid var(--line);
	background: var(--sage-light);
	overflow: hidden;
}

.wedding-map {
	position: absolute;
	inset: 0;
	z-index: 1;
}

.map-fallback {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	place-content: center;
	padding: 2rem;
	background: var(--sage-light);
	text-align: center;
}

.map-fallback[hidden] {
	display: none;
}

.map-fallback a {
	color: var(--ink);
}

.map-caption {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 500;
	display: flex;
	gap: 1.2rem;
	margin: 0;
	padding: 0.7rem 1rem;
	background: color-mix(in srgb, var(--paper-light) 92%, transparent);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.map-caption span {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.map-caption span::before {
	display: block;
	width: 0.7rem;
	height: 0.7rem;
	border: 2px solid var(--paper-light);
	border-radius: 50%;
	box-shadow: 0 0 0 1px color-mix(in srgb, var(--ink) 14%, transparent);
	content: "";
}

.map-caption .legend-ring::before {
	background: var(--marker-ceremony);
}

.map-caption .legend-banquet::before {
	background: var(--marker-celebration);
}

.wedding-map {
	background: var(--sage-light);
	font-family: var(--body);
}

.map-marker {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 3px solid var(--paper-light);
	border-radius: 50% 50% 50% 8px;
	background: var(--marker-ceremony);
	box-shadow: 0 8px 18px color-mix(in srgb, var(--ink) 25%, transparent);
	color: white;
	font-family: Georgia, serif;
	font-size: 1.35rem;
	transform: rotate(-45deg);
}

.map-marker span {
	display: block;
	transform: rotate(45deg);
}

.map-marker svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.map-marker-party {
	background: var(--marker-celebration);
}

.wedding-map-info {
	display: grid;
	min-width: 13.5rem;
	gap: 0.45rem;
	padding: 0.45rem 1.75rem 0.35rem 0.35rem;
	color: var(--ink);
	font-family: var(--body);
}

.wedding-map-info strong {
	display: block;
	font-family: var(--display);
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.08;
}

.wedding-map-info__eyebrow {
	color: var(--gold);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.wedding-map-info__time {
	color: color-mix(in srgb, var(--ink) 66%, transparent);
	font-size: 0.75rem;
	font-weight: 650;
}

.wedding-map-info__address {
	max-width: 15rem;
	color: color-mix(in srgb, var(--ink) 72%, transparent);
	font-size: 0.71rem;
	line-height: 1.45;
}

.wedding-map-info a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 0.2rem;
	padding-top: 0.6rem;
	border-top: 1px solid color-mix(in srgb, var(--ink) 18%, transparent);
	color: var(--ink);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.wedding-map-info a b {
	font-size: 1rem;
}

/* Agenda */
.timeline {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	min-height: 880px;
	background: var(--ink);
	color: var(--paper-light);
}

.timeline-photo {
	position: relative;
	min-height: 840px;
	margin: 0;
	overflow: hidden;
}

.timeline-photo picture {
	display: block;
	width: 100%;
	height: 100%;
}

.timeline-photo img {
	filter: saturate(0.76) contrast(0.96);
	object-position: 36% center;
}

.timeline-photo figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 360px;
	padding: 1.1rem 1.5rem;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--display);
	font-style: italic;
}

.timeline-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3rem, 4.5vw, 5rem);
}

.timeline-content h2 {
	max-width: 760px;
	margin-bottom: clamp(1.75rem, 2.6vw, 2.75rem);
	font-size: clamp(3rem, 4.4vw, 4.8rem);
	line-height: .94;
}

.timeline-route {
	position: relative;
	min-height: 760px;
}

.timeline-route__path {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.timeline-heart {
	position: absolute;
	bottom: 44px;
	left: 50%;
	width: 190px;
	height: 162px;
	transform: translateX(-50%);
}

.timeline-heart svg {
	display: block;
	width: 100%;
	height: 100%;
}

.timeline-route__line {
	fill: none;
	stroke: color-mix(in srgb, var(--timeline-accent) 72%, white);
	stroke-dasharray: 4 7;
	stroke-linecap: round;
	stroke-width: 2;
	vector-effect: non-scaling-stroke;
}

.timeline-route__heart {
	fill: color-mix(in srgb, var(--timeline-accent) 18%, transparent);
	stroke: var(--timeline-accent);
	stroke-linejoin: round;
	stroke-width: 2;
	vector-effect: non-scaling-stroke;
}

.timeline ol {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: repeat(6, 80px);
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.timeline li {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	width: 44%;
	min-height: 74px;
	padding: .8rem 1.1rem;
	border: 1px solid rgb(255 255 255 / 15%);
	background: color-mix(in srgb, var(--ink) 86%, white 4%);
}

.timeline li:nth-child(even) {
	justify-self: end;
}

.timeline li::after {
	position: absolute;
	top: 50%;
	right: -19%;
	width: .65rem;
	height: .65rem;
	border: 2px solid var(--ink);
	border-radius: 50%;
	background: var(--timeline-accent);
	content: "";
	transform: translate(50%, -50%);
}

.timeline li:nth-child(even)::after {
	right: auto;
	left: -19%;
	transform: translate(-50%, -50%);
}

.timeline time {
	color: var(--timeline-accent);
	font-family: var(--display);
	font-size: 1.05rem;
}

.timeline li span {
	font-family: var(--display);
	font-size: clamp(1.1rem, 1.5vw, 1.45rem);
}

.timeline-finale {
	position: absolute;
	right: auto;
	bottom: 4px;
	left: 50%;
	z-index: 1;
	width: min(280px, 72%);
	margin: 0;
	color: var(--timeline-accent);
	font-family: var(--display);
	font-size: clamp(.76rem, .82vw, .86rem);
	line-height: 1.05;
	font-style: italic;
	text-align: center;
	transform: translateX(-50%);
}

/* Galería de tres fotos: cinco imágenes totales en la invitación */
.gallery {
	padding: clamp(6rem, 10vw, 10rem) clamp(2rem, 7vw, 8rem);
	background: var(--sage-light);
}

.gallery-heading {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	margin-right: auto;
	margin-bottom: clamp(3rem, 6vw, 6rem);
	margin-left: auto;
	text-align: center;
}

.gallery-heading h2 {
	max-width: 900px;
}

.gallery-heading p {
	max-width: 320px;
	margin: 1.2rem 0 0;
	font-family: var(--display);
	font-size: 1.35rem;
	font-style: italic;
}

.gallery-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.72fr 0.92fr;
	grid-template-rows: 270px 230px 330px;
	gap: 1rem;
}

.gallery-grid figure,
.gallery-grid blockquote {
	margin: 0;
	overflow: hidden;
}

.gallery-toast {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.gallery-friends {
	grid-column: 3;
	grid-row: 1;
}

.gallery-dance {
	grid-column: 2 / 4;
	grid-row: 3;
}

.gallery-grid blockquote {
	display: flex;
	align-items: center;
	padding: clamp(1.8rem, 3.5vw, 3.5rem);
	font-family: var(--display);
	font-size: clamp(1.5rem, 2.5vw, 2.7rem);
	font-style: italic;
	line-height: 1.18;
}

.quote-one {
	grid-column: 3;
	grid-row: 2;
	background: var(--paper);
}

.quote-two {
	grid-column: 1;
	grid-row: 3;
	background: var(--calendar-background);
	color: white;
}

/* Relato fotográfico ampliado: diez recuerdos adicionales para Celebración. */
.celebration-gallery {
	padding: clamp(6rem, 10vw, 10rem) clamp(2rem, 7vw, 8rem);
	background: var(--paper-light);
}

.celebration-gallery__heading {
	max-width: 940px;
	margin: 0 auto clamp(3.5rem, 7vw, 7rem);
	text-align: center;
}

.celebration-gallery__heading .eyebrow {
	margin: 0 0 1.25rem;
	color: var(--gold);
}

.celebration-gallery__heading h2 {
	max-width: 980px;
	margin: 0;
	font-family: var(--display);
	font-size: clamp(2.65rem, 4.4vw, 4.8rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1;
}

.celebration-gallery__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-rows: 92px;
	gap: clamp(0.75rem, 1.2vw, 1.4rem);
	max-width: 1480px;
	margin: 0 auto;
}

.celebration-gallery__item {
	position: relative;
	margin: 0;
	overflow: hidden;
	background: var(--placeholder-light);
}

.celebration-gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 700ms ease;
}

.celebration-gallery__item:hover img {
	transform: scale(1.025);
}

.celebration-gallery__item--1 { grid-area: 1 / 1 / span 5 / span 5; }
.celebration-gallery__item--2 { grid-area: 1 / 6 / span 3 / span 3; }
.celebration-gallery__item--3 { grid-area: 1 / 9 / span 6 / span 4; }
.celebration-gallery__item--4 { grid-area: 4 / 6 / span 4 / span 3; }
.celebration-gallery__item--5 { grid-area: 6 / 1 / span 4 / span 5; }
.celebration-gallery__item--6 { grid-area: 8 / 6 / span 3 / span 4; }
.celebration-gallery__item--7 { grid-area: 7 / 10 / span 4 / span 3; }
.celebration-gallery__item--8 { grid-area: 10 / 1 / span 4 / span 3; }
.celebration-gallery__item--9 { grid-area: 11 / 4 / span 3 / span 4; }
.celebration-gallery__item--10 { grid-area: 11 / 8 / span 3 / span 5; }

.celebration-gallery__closing {
	max-width: 740px;
	margin: clamp(3rem, 6vw, 6rem) auto 0;
	color: var(--ink);
	font-family: var(--display);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-style: italic;
	line-height: 1.15;
	text-align: center;
}

/* QR colaborativo: prestación visible del pack Celebración. */
.collaborative-album {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	gap: clamp(3rem, 7vw, 9rem);
	align-items: center;
	padding: clamp(6rem, 10vw, 11rem) clamp(2rem, 7vw, 8rem);
	overflow: hidden;
	background: var(--ink);
	color: var(--paper-light);
}

.collaborative-album__copy {
	max-width: 650px;
}

.collaborative-album__copy .eyebrow {
	margin-bottom: 1.3rem;
	color: var(--timeline-accent);
}

.collaborative-album__copy h2 {
	margin: 0 0 2rem;
	color: inherit;
	font-family: var(--display);
	font-size: clamp(2.65rem, 4vw, 4.65rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1;
}

.collaborative-album__copy > p:not(.eyebrow) {
	max-width: 580px;
	color: color-mix(in srgb, var(--paper-light) 78%, transparent);
	font-size: 1.06rem;
	line-height: 1.8;
}

.collaborative-album__copy ol {
	margin: 2.5rem 0 0;
	padding: 0;
	border-top: 1px solid color-mix(in srgb, var(--paper-light) 22%, transparent);
	list-style: none;
}

.collaborative-album__copy li {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 1rem;
	padding: 1rem 0;
	border-bottom: 1px solid color-mix(in srgb, var(--paper-light) 18%, transparent);
}

.collaborative-album__copy li b {
	font-weight: 400;
}

.collaborative-album__copy li span {
	color: var(--timeline-accent);
	font-family: var(--display);
}

.collaborative-album__button-editor {
	display: inline-block;
	margin-top: 2rem;
}

.collaborative-album__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	min-height: 52px;
	padding: 0.9rem 1.35rem;
	border: 1px solid var(--timeline-accent);
	background: var(--timeline-accent);
	color: var(--ink);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
}

.collaborative-album__button:hover {
	background: transparent;
	color: var(--paper-light);
}

.collaborative-album__button:focus-visible {
	outline: 3px solid var(--paper-light);
	outline-offset: 4px;
}

.collaborative-album__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 670px;
}

.collaborative-album__photos {
	position: absolute;
	inset: 0;
}

.collaborative-album__photos figure {
	position: absolute;
	z-index: 2;
	width: clamp(225px, 20vw, 270px);
	margin: 0;
	aspect-ratio: 1;
	border: 8px solid var(--paper-light);
	background: var(--placeholder-light);
	box-shadow: 0 20px 45px rgb(0 0 0 / 20%);
	overflow: visible;
}

.collaborative-album__photos img,
.collaborative-album__photo-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.collaborative-album__photo-placeholder { background: linear-gradient(145deg, var(--placeholder-light), var(--soft)); }
.collaborative-album__photos > :nth-child(1) { top: 5%; left: 50%; z-index: 2; transform: translateX(-166%) rotate(-7deg); }
.collaborative-album__photos > :nth-child(2) { bottom: 5%; left: 50%; z-index: 3; transform: translateX(-166%) rotate(5deg); }
.collaborative-album__photos > :nth-child(3) { top: 5%; left: 50%; z-index: 2; transform: translateX(66%) rotate(6deg); }
.collaborative-album__photos > :nth-child(4) { bottom: 5%; left: 50%; z-index: 3; transform: translateX(66%) rotate(-5deg); }

.collaborative-album__card {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	flex-direction: column;
	width: min(330px, 58%);
	padding: clamp(2rem, 4vw, 3.2rem);
	background: var(--paper-light);
	box-shadow: 0 30px 90px rgb(0 0 0 / 28%);
	color: var(--ink);
	text-align: center;
}

.collaborative-album__card::before {
	position: absolute;
	inset: 12px;
	border: 1px solid var(--line);
	content: "";
	pointer-events: none;
}

.collaborative-album__card p,
.collaborative-album__card strong,
.collaborative-album__card small {
	position: relative;
	z-index: 1;
}

.collaborative-album__card p {
	margin: 0 0 1.1rem;
	font-family: var(--display);
	font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.collaborative-album__card p i {
	color: var(--gold);
	font-weight: 400;
}

.collaborative-album__card > img {
	position: relative;
	z-index: 1;
	width: min(250px, 84%);
	height: auto;
	margin-bottom: 1.1rem;
	image-rendering: pixelated;
}

.collaborative-album__card strong {
	font-family: var(--display);
	font-size: 1.25rem;
}

.collaborative-album__card small {
	max-width: 250px;
	margin-top: 0.55rem;
	color: var(--ink-soft);
	line-height: 1.45;
}

/* Información útil */
.details {
	padding: clamp(6rem, 10vw, 11rem) clamp(2rem, 7vw, 8rem);
	background: var(--paper-light);
}

.details-heading {
	max-width: 960px;
}

.details-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.details-grid article {
	min-height: 350px;
	padding: clamp(2rem, 4vw, 3.5rem);
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.detail-icon {
	margin: 0 0 4rem;
	color: var(--gold);
	font-family: var(--display);
	font-size: 1.2rem;
}

.details-grid h3 {
	font-family: var(--display);
	font-size: 2.1rem;
	font-weight: 400;
}

.details-grid article > p:last-of-type {
	color: var(--ink-soft);
	white-space: pre-line;
}

/* Calendario, confirmación y contacto */
.calendar-strip {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: clamp(2rem, 4vw, 3.5rem) clamp(2rem, 8vw, 9rem);
	background: var(--calendar-background);
	color: white;
}

.calendar-strip div {
	display: flex;
	align-items: baseline;
	gap: clamp(1.5rem, 4vw, 4rem);
}

.calendar-strip p {
	margin: 0;
	font-family: var(--display);
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1;
}

.calendar-strip span {
	font-family: var(--display);
	font-size: clamp(1.1rem, 1.8vw, 1.6rem);
	font-style: italic;
}

.calendar-button {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.95rem 1.15rem;
	border: 1px solid rgb(255 255 255 / 70%);
	background: transparent;
	color: white;
	font-size: 0.67rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	cursor: pointer;
}

.contact {
	padding: clamp(6rem, 10vw, 10rem) clamp(2rem, 8vw, 9rem);
	background: var(--contact-background);
	color: var(--ink);
}

.contact-heading {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 920px;
	margin: 0 auto clamp(3rem, 6vw, 6rem);
	text-align: center;
}

.contact-heading h2 {
	font-size: clamp(3rem, 6vw, 6.4rem);
}

.contact-heading > p {
	max-width: 580px;
	margin: 1.25rem 0 0;
	color: var(--ink-soft);
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.request-panel {
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	gap: clamp(3rem, 7vw, 8rem);
	margin-top: clamp(4rem, 7vw, 7rem);
	padding: clamp(2.5rem, 6vw, 6rem);
	border: 1px solid color-mix(in srgb, var(--gold) 22%, transparent);
	background: var(--paper-light);
	box-shadow: 0 24px 70px color-mix(in srgb, var(--ink) 9%, transparent);
	color: var(--ink);
}

.form-step {
	margin: 0 0 1rem;
	color: var(--gold) !important;
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.request-copy h3 {
	max-width: 520px;
	margin: 0;
	font-family: var(--display);
	font-size: clamp(2.5rem, 4.4vw, 4.8rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1;
}

.request-copy > p {
	max-width: 480px;
	color: var(--ink-soft);
}

.request-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.rsvp-form {
	grid-template-columns: 1fr;
}

.rsvp-form [hidden] {
	display: none !important;
}

.rsvp-primary-contact {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.1rem;
	padding: 1.15rem;
	border: 1px solid color-mix(in srgb, var(--line) 78%, transparent);
	background: color-mix(in srgb, var(--soft) 32%, var(--paper-light));
}

.rsvp-primary-contact > label {
	position: relative;
}

.rsvp-primary-contact > label:last-child {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-content: start;
	column-gap: .5rem;
}

.rsvp-primary-contact > label:last-child input {
	grid-column: 1 / -1;
}

.rsvp-phone {
	display: grid;
	grid-template-columns: 108px minmax(130px, 1fr);
	gap: 0.5rem;
}

.rsvp-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.rsvp-guests {
	display: grid;
	gap: 1rem;
}

.rsvp-guest {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
	margin: 0;
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid var(--line);
	background: color-mix(in srgb, var(--paper-light) 92%, var(--soft));
	box-shadow: 0 18px 44px color-mix(in srgb, var(--ink) 5%, transparent);
}

.rsvp-identity {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(180px, .8fr);
	gap: 1.1rem;
}

.rsvp-attending-fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.rsvp-attending-fields[hidden] {
	display: none;
}

.rsvp-guest legend {
	padding: 0 0.6rem;
	color: var(--gold);
	font-family: var(--display);
	font-size: 1.25rem;
}

.rsvp-guest label small {
	display: block;
	margin-top: 0.25rem;
	color: var(--ink-soft);
	font-weight: 400;
}

.rsvp-optional {
	display: inline-flex;
	grid-column: 2;
	grid-row: 1;
	align-self: start;
	justify-self: end;
	padding: .12rem .4rem;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--ink-soft);
	font-size: .55rem;
	font-weight: 600;
	letter-spacing: .06em;
}

.rsvp-transport {
	display: grid;
	gap: 0.9rem;
	grid-column: 1 / -1;
}

.rsvp-transport-heading {
	display: grid;
	gap: 0.2rem;
}

.rsvp-transport-heading > span,
.rsvp-no-transport {
	color: var(--ink-soft);
	font-size: 0.85rem;
}

.rsvp-transport-option {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 0.65rem;
	min-height: 56px;
	padding: 0.7rem 0.8rem;
	border: 1px solid var(--line);
	background: color-mix(in srgb, var(--paper-light) 82%, var(--soft));
	cursor: pointer;
}

.rsvp-transport-option:has(input:checked) {
	border-color: var(--gold);
	box-shadow: inset 0 0 0 1px var(--gold);
}

.rsvp-transport-option > span {
	display: grid;
	gap: 0.15rem;
}

.rsvp-transport-option small {
	margin: 0;
}

.rsvp-transport-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.rsvp-transport-option > i {
	position: relative;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
	border: 1px solid color-mix(in srgb, var(--ink) 55%, var(--line));
	border-radius: 50%;
	background: var(--paper-light);
}

.rsvp-transport-option > i::after {
	position: absolute;
	inset: 3px;
	border-radius: inherit;
	background: var(--gold);
	content: "";
	opacity: 0;
	transform: scale(0.45);
	transition: opacity 160ms ease, transform 160ms ease;
}

.rsvp-transport-option:has(input:checked) > i::after {
	opacity: 1;
	transform: scale(1);
}

.rsvp-transport-option:has(input:focus-visible) {
	outline: 2px solid var(--gold);
	outline-offset: 2px;
}

.rsvp-transport-option--self {
	background: color-mix(in srgb, var(--gold) 7%, var(--paper-light));
}

.rsvp-form .consent input {
	flex: 0 0 auto;
	width: 1rem;
	height: 1rem;
	min-height: 0;
	margin: 0;
	accent-color: var(--gold);
}

.rsvp-bus-choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.rsvp-transport-group {
	display: grid;
	gap: 0.65rem;
	min-width: 0;
	margin: 0;
	padding: 1rem;
	border: 1px solid var(--line);
}

.rsvp-transport-group legend {
	padding: 0 0.35rem;
	color: var(--ink);
	font-family: var(--display);
	font-size: 1.05rem;
}

.rsvp-transport-group > p {
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.8rem;
}

.rsvp-transport-group > div {
	display: grid;
	gap: 0.55rem;
}

.rsvp-transport input,
.rsvp-form .consent input {
	width: auto;
}

.rsvp-dietary {
	display: grid;
	gap: .8rem;
	margin: 0;
	padding: 1rem;
	border: 1px solid var(--line);
}

.rsvp-dietary > legend {
	padding: 0 .35rem;
	color: var(--ink);
	font-family: var(--display);
	font-size: 1.05rem;
}

.rsvp-dietary-toggle {
	position: relative;
	display: grid !important;
	grid-template-columns: 1.25rem 1fr;
	align-items: center;
	gap: .7rem !important;
	padding: .8rem;
	background: color-mix(in srgb, var(--soft) 48%, var(--paper-light));
	cursor: pointer;
	font-size: .78rem !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.35;
	text-transform: none !important;
}

.rsvp-dietary-toggle input {
	position: absolute;
	opacity: 0;
}

.rsvp-dietary-toggle > i {
	position: relative;
	width: 1.15rem;
	height: 1.15rem;
	border: 1px solid var(--ink-soft);
	background: var(--paper-light);
}

.rsvp-dietary-toggle > i::after {
	position: absolute;
	inset: 2px;
	background: var(--gold);
	content: "";
	opacity: 0;
	transform: scale(.4);
	transition: opacity 160ms ease, transform 160ms ease;
}

.rsvp-dietary-toggle:has(input:checked) > i::after {
	opacity: 1;
	transform: scale(1);
}

.rsvp-dietary-toggle:has(input:focus-visible) {
	outline: 2px solid var(--gold);
	outline-offset: 2px;
}

.rsvp-general-message {
	padding-top: 1rem;
	border-top: 1px solid var(--line);
}

.rsvp-add,
.rsvp-remove {
	justify-self: start;
	padding: 0.75rem 1rem;
	border: 1px solid var(--ink);
	background: transparent;
	color: var(--ink);
	cursor: pointer;
}

.rsvp-remove {
	position: absolute;
	top: 1rem;
	right: 1.25rem;
	background: var(--paper-light);
	font-size: 0.7rem;
}

.rsvp-guest:has(.rsvp-remove) {
	padding-top: 4.25rem;
}

.request-form label {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	font-size: 0.62rem;
	font-weight: 750;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.request-form label.rsvp-transport-option {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: center;
	flex-direction: initial;
	gap: .75rem;
	text-align: left;
}

.request-form label.rsvp-transport-option > i {
	grid-column: 1;
	grid-row: 1;
}

.request-form label.rsvp-transport-option > span {
	grid-column: 2;
	grid-row: 1;
}

.request-form input,
.request-form select,
.request-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 0.8rem;
	border: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
	font-size: 0.95rem;
	letter-spacing: 0;
	text-transform: none;
}

.request-form textarea {
	min-height: 110px;
	resize: vertical;
}

.request-form .field-wide {
	grid-column: 1 / -1;
}

.request-form .consent {
	display: grid;
	grid-template-columns: 18px 1fr;
	align-items: start;
	gap: 0.7rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.45;
	text-transform: none;
}

.request-form .consent input {
	min-height: auto;
	margin: 0.2rem 0 0;
}

.request-form.is-demo-disabled :is(input, select, textarea, button) {
	cursor: not-allowed;
	opacity: 0.58;
}

.request-form.is-demo-disabled .form-status {
	margin: 0;
	padding: 0.8rem 1rem;
	border-left: 3px solid var(--card-accent);
	background: color-mix(in srgb, var(--card-accent) 8%, transparent);
	color: var(--ink-soft);
	font-size: 0.78rem;
}

.submit-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.2rem;
	border: 1px solid var(--ink);
	background: var(--ink);
	color: white;
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
}

.form-status {
	min-height: 1.4rem;
	margin: 0;
	color: var(--ink-soft);
	font-size: 0.8rem;
}

.contact-help {
	margin-top: 0;
}

.contact-direct {
	margin: 0 0 2rem;
	color: var(--ink-soft);
	font-family: var(--display);
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	font-style: italic;
	text-align: center;
}

.couple-contacts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.person-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	min-height: 175px;
	padding: clamp(1.8rem, 3vw, 3rem);
	border: 1px solid color-mix(in srgb, var(--card-accent) 26%, transparent);
	border-top: 3px solid var(--card-accent);
	background: var(--paper-light);
	box-shadow: 0 16px 40px color-mix(in srgb, var(--ink) 7%, transparent);
}

.person-identity {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.person-initial {
	display: grid;
	place-items: center;
	width: clamp(58px, 5vw, 74px);
	aspect-ratio: 1;
	border: 1px solid var(--card-accent);
	border-radius: 50%;
	color: var(--card-accent-text);
	font-family: var(--display);
	font-size: clamp(2rem, 3vw, 2.8rem);
	line-height: 1;
}

.person-card p {
	margin: 0;
	color: var(--gold);
	font-size: 0.62rem;
	font-weight: 750;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.person-card h4 {
	margin: 0.15rem 0 0;
	font-family: var(--display);
	font-size: clamp(2.4rem, 3.5vw, 4rem);
	font-weight: 400;
	line-height: 1;
}

.contact-actions {
	display: flex;
	gap: 0.65rem;
}

.person-card .contact-pending {
	max-width: 10rem;
	color: var(--ink-soft);
	font-size: 0.7rem;
	letter-spacing: 0.04em;
	text-align: right;
	text-transform: none;
}

.contact-actions a,
.contact-actions .contact-action {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.8rem 0.95rem;
	border: 1px solid color-mix(in srgb, var(--ink) 30%, transparent);
	background: transparent;
	color: var(--ink);
	font-size: 0.66rem;
	font-weight: 750;
	letter-spacing: 0.07em;
	text-decoration: none;
	text-transform: uppercase;
}

.contact-actions .is-disabled {
	cursor: default;
	opacity: 0.82;
}

.contact-actions .whatsapp-action {
	border-color: var(--whatsapp-background);
	background: var(--whatsapp-background);
	color: white;
}

.site-footer {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 2.5rem 4vw;
	border-top: 1px solid rgb(255 255 255 / 18%);
	background: var(--ink);
	color: var(--paper-light);
}

.site-footer p,
.site-footer a {
	margin: 0;
}

.site-footer p:first-child {
	font-family: var(--display);
	font-size: 1.5rem;
}

.site-footer p:nth-child(2),
.site-footer a {
	font-size: 0.65rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.site-footer a {
	justify-self: end;
	text-decoration: none;
}

@media (max-width: 1050px) {
	.person-card {
		align-items: flex-start;
		flex-direction: column;
	}

	.contact-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 900px) {
	.site-header {
		grid-template-columns: auto 1fr;
	}

	.site-header nav {
		justify-self: end;
		overflow-x: auto;
		max-width: 72vw;
	}

	.hero,
	.story,
	.timeline,
	.location-layout,
	.request-panel {
		grid-template-columns: 1fr;
	}

	.hero-copy {
		min-height: 76svh;
	}

	.hero-media {
		min-height: 64svh;
	}

	.hero-seal {
		top: 76svh;
		left: 50%;
	}

	.vertical-label {
		display: none;
	}

	.simple-heading,
	.gallery-heading,
	.contact-heading {
		grid-template-columns: 1fr;
	}

	.map-frame {
		min-height: 520px;
	}

	.timeline-photo {
		min-height: 68svh;
	}

	.gallery-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 360px 260px 340px 260px;
	}

	.celebration-gallery__heading,
	.collaborative-album {
		grid-template-columns: 1fr;
	}

	.celebration-gallery__heading {
		gap: 1rem;
	}

	.celebration-gallery__grid {
		grid-auto-rows: 72px;
	}

	.collaborative-album__copy {
		max-width: 760px;
	}

	.collaborative-album__visual {
		min-height: 600px;
	}

	.gallery-toast {
		grid-column: 1 / 3;
		grid-row: 1;
	}

	.gallery-friends {
		grid-column: 1;
		grid-row: 2;
	}

	.quote-one {
		grid-column: 2;
		grid-row: 2;
	}

	.gallery-dance {
		grid-column: 1 / 3;
		grid-row: 3;
	}

	.quote-two {
		grid-column: 1 / 3;
		grid-row: 4;
	}

	.details-grid {
		grid-template-columns: 1fr;
	}

	.couple-contacts {
		grid-template-columns: 1fr;
	}

	.calendar-strip {
		align-items: flex-start;
	}

	.calendar-strip div {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
	}
}

@media (max-width: 620px) {
	.gate-copy {
		top: 8vh;
	}

	.envelope {
		width: 88vw;
	}

	.gate-hint {
		max-width: 240px;
		text-align: center;
	}

	.site-header {
		min-height: 70px;
		padding: 0 1.25rem;
	}

	.site-header nav {
		gap: 1.2rem;
		max-width: 68vw;
	}

	.site-header nav a:first-child,
	.site-header nav a:last-child {
		display: none;
	}

	.hero-copy {
		min-height: 700px;
		padding: 4rem 1.5rem 3rem;
	}

	.hero-seal {
		top: 700px;
		width: 82px;
	}

	.hero h1 {
		font-size: clamp(4.3rem, 22vw, 6.5rem);
	}

	.hero-countdown p {
		padding-right: 0;
		padding-left: 0;
	}

	.hero-countdown strong {
		font-size: clamp(1.8rem, 9vw, 2.6rem);
	}

	.hero-media {
		min-height: 56svh;
	}

	.hero-venues strong {
		font-size: 1rem;
	}

	.story,
	.locations,
	.timeline-content,
	.gallery,
	.celebration-gallery,
	.collaborative-album,
	.details,
	.contact {
		padding: 5rem 1.5rem;
	}

	.location-card {
		grid-template-columns: 1fr;
	}

	.map-frame {
		min-height: 430px;
	}

	.map-caption {
		left: 1rem;
		right: auto;
	}

	.timeline li {
		justify-self: end;
		width: calc(100% - 3.75rem);
	}

	.timeline-route__path {
		left: 0;
		width: 2.5rem;
	}

	.timeline-heart {
		display: none;
	}

	.timeline li::after,
	.timeline li:nth-child(even)::after {
		right: auto;
		left: -2.25rem;
		transform: translate(-50%, -50%);
	}

	.timeline-finale {
		bottom: 4px;
		left: 1.25rem;
		width: 92px;
		font-size: .72rem;
	}

	.timeline-finale::before {
		position: absolute;
		inset: 50% auto auto 50%;
		z-index: -1;
		color: var(--timeline-accent);
		content: "♡";
		font-family: Georgia, serif;
		font-size: 5.5rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		transform: translate(-50%, -50%);
	}

	.gallery-grid {
		display: flex;
		flex-direction: column;
	}

	.gallery-grid figure {
		height: 300px;
	}

	.gallery-grid blockquote {
		min-height: 230px;
	}

	.celebration-gallery__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: auto;
		gap: 0.8rem;
	}

	.celebration-gallery__item[class*="celebration-gallery__item--"] {
		grid-area: auto;
		aspect-ratio: 4 / 5;
	}

	.celebration-gallery__item:nth-child(3n + 1) {
		grid-column: 1 / -1;
		aspect-ratio: 16 / 10;
	}

	.collaborative-album {
		gap: 2rem;
	}

	.collaborative-album__visual {
		min-height: 520px;
	}

	.collaborative-album__card {
		width: min(320px, 84%);
		padding: 2rem 1.5rem;
	}

	.collaborative-album__photos {
		inset: 1rem 0;
	}

	.collaborative-album__photos figure {
		width: 155px;
		border-width: 5px;
	}

	.collaborative-album__photos > :nth-child(1) { top: 10%; transform: translateX(-138%) rotate(-7deg); }
	.collaborative-album__photos > :nth-child(2) { bottom: 10%; transform: translateX(-138%) rotate(5deg); }
	.collaborative-album__photos > :nth-child(3) { top: 10%; transform: translateX(38%) rotate(6deg); }
	.collaborative-album__photos > :nth-child(4) { bottom: 10%; transform: translateX(38%) rotate(-5deg); }

	.details-grid article {
		min-height: auto;
	}

	.detail-icon {
		margin-bottom: 2rem;
	}

	.person-card {
		grid-template-columns: 1fr;
	}

	.contact-actions {
		flex-wrap: wrap;
	}

	.calendar-strip {
		align-items: stretch;
		flex-direction: column;
		padding: 2.25rem 1.5rem;
	}

	.calendar-button {
		justify-content: center;
		width: 100%;
	}

	.request-panel {
		padding: 2rem 1.3rem;
	}

	.request-form {
		grid-template-columns: 1fr;
	}

	.request-form label,
	.request-form .field-wide {
		grid-column: 1;
	}

	.rsvp-primary-contact,
	.rsvp-identity,
	.rsvp-bus-choices,
	.rsvp-guest {
		grid-template-columns: 1fr;
	}

	.rsvp-phone {
		grid-template-columns: 108px minmax(0, 1fr);
	}

	.site-footer {
		grid-template-columns: 1fr auto;
		gap: 0.5rem;
		padding: 2rem 1.5rem;
	}

	.site-footer p:nth-child(2) {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

body.ws-theme-botanical {
	--ink: var(--botanical-forest);
	--ink-soft: color-mix(in srgb,var(--botanical-forest) 72%,white);
	--sage: var(--botanical-moss);
	--sage-light: var(--botanical-mist);
	--gold: var(--botanical-pollen);
	--terracotta: var(--old-gold);
	--line: var(--botanical-line);
	--contact-background: color-mix(in srgb,var(--botanical-mist) 62%,var(--paper));
	--whatsapp-background: var(--botanical-forest);
	--calendar-background: var(--botanical-forest);
}

@media (max-width: 600px) {
	/* Las polaroids conservan el collage sin tapar nombres, QR ni instrucciones. */
	.ws-theme-botanical .collaborative-album__card {
		z-index: 4;
		width: min(300px, 80%);
		padding: 4.8rem 1.5rem 2.6rem;
	}

	.ws-theme-botanical .collaborative-album__photos figure {
		width: 122px;
	}

	.ws-theme-botanical .collaborative-album__photos > :nth-child(1) {
		top: 9%;
		transform: translateX(-150%) rotate(-7deg);
	}

	.ws-theme-botanical .collaborative-album__photos > :nth-child(2) {
		bottom: 9%;
		transform: translateX(-150%) rotate(5deg);
	}

	.ws-theme-botanical .collaborative-album__photos > :nth-child(3) {
		top: 9%;
		transform: translateX(50%) rotate(6deg);
	}

	.ws-theme-botanical .collaborative-album__photos > :nth-child(4) {
		bottom: 9%;
		transform: translateX(50%) rotate(-5deg);
	}
}
.calendar-chooser__actions>a,.calendar-chooser__actions>button{min-height:58px;padding:.72rem 1rem}
