/* Isabella & Benjamin — single-source responsive design system.
   Seven accent swatches are exact values from the supplied reference palette. */
@font-face {
  font-family:'MonteCarlo';
  src:url('./MonteCarlo-Regular.ttf') format('truetype');
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
:root {
  --white:#FFFFFF; --ivory:#FCF8EC; --pale-pink:#FCE3EA;
  --rose:#F4B2B9; --berry:#B3535C; --leaf:#BECA6C; --olive:#8A9437;
  --ink:#303A29; --muted:#58604C;
  --serif:'Cormorant Garamond',Georgia,serif;
  --display:'MonteCarlo','URW Chancery L',cursive;
  --sans:'DM Sans',Arial,sans-serif;
  --rule:rgba(138,148,55,.3);
  --max:1140px; --header:76px;
  --text-xs:.75rem; --text-sm:.875rem; --text-base:1rem;
  --text-lg:1.125rem; --text-xl:1.25rem; --text-reading:1.375rem;
  --text-2xl:1.5rem; --text-3xl:2rem;
}
*,*::before,*::after { box-sizing:border-box }
html { scroll-behavior:smooth; scroll-padding-top:calc(var(--header) + 12px) }
body { margin:0; min-width:320px; overflow-x:clip; background:var(--ivory); color:var(--ink); font:400 var(--text-base)/1.7 var(--sans); -webkit-font-smoothing:antialiased }
body, button { font-family:var(--sans) }
a { color:inherit }
a:focus-visible,button:focus-visible,summary:focus-visible { outline:3px solid var(--berry); outline-offset:4px }
img { display:block; max-width:100%; height:auto }
h1,h2,h3,p { margin-top:0 }
h1,h2,h3 { font-family:var(--serif); font-weight:500 }
p { margin-bottom:1.2em }
::selection { background:var(--rose); color:var(--ink) }
.skip-link { position:fixed; top:-5rem; left:12px; z-index:200; background:white; padding:.6em 1em; text-decoration:none }
.skip-link:focus { top:12px }
.container { width:min(calc(100% - 48px),var(--max)); margin-inline:auto }
.section { padding:clamp(72px,9vw,132px) 0; position:relative; overflow:hidden }
.section--blush { background:var(--pale-pink) }
.section--blush .eyebrow,.section--blush .text-link { color:#A14953 }
.eyebrow { color:var(--berry); font-size:var(--text-xs); font-weight:600; letter-spacing:.2em; line-height:1.6; text-transform:uppercase }
.script-title { margin:5px 0 20px; font:400 clamp(2.75rem,5vw,5rem)/1.25 var(--display); color:var(--olive) }
.floral-divider { display:block; width:180px; height:30px; margin:12px auto 22px; object-fit:contain }
.text-link { display:inline-flex; align-items:center; gap:14px; font-size:var(--text-sm); font-weight:600; letter-spacing:.14em; text-transform:uppercase; text-decoration:none; padding:5px 0 7px; border-bottom:1px solid var(--berry); color:var(--berry) }
.link-arrow { width:17px; height:17px; flex:none; stroke:currentColor; stroke-width:1.35; fill:none; stroke-linecap:round; stroke-linejoin:round; transition:transform .2s ease }
.text-link:hover .link-arrow { transform:translate(3px,-2px) }
.section-heading { text-align:center; max-width:620px; margin:0 auto 50px }
.section-heading p:last-child { margin-bottom:0 }

/* Standard site navigation; monogram is the Home link. */
.site-header { position:sticky; top:0; z-index:100; height:var(--header); background:rgba(252,248,236,.96); border-bottom:1px solid var(--rule); backdrop-filter:blur(15px) }
.nav-wrap { max-width:1360px; height:100%; margin:auto; padding-inline:clamp(20px,4vw,56px); display:flex; align-items:center; justify-content:space-between; gap:30px }
.wordmark { width:76px; height:58px; text-decoration:none; display:flex; align-items:center }
.wordmark img { display:block; width:100%; height:100%; object-fit:contain }
.site-nav { display:flex; align-items:center; gap:clamp(18px,3vw,46px) }
.site-nav a { position:relative; padding:16px 0; font-size:var(--text-sm); font-weight:600; letter-spacing:.12em; text-decoration:none; text-transform:uppercase; white-space:nowrap }
.site-nav a::after { content:''; position:absolute; bottom:9px; left:0; width:100%; height:1px; background:var(--berry); transform:scaleX(0); transform-origin:left; transition:transform .2s ease }
.site-nav a:hover::after,.site-nav a[aria-current]::after { transform:scaleX(1) }
.nav-toggle { display:none; position:relative; width:46px; height:46px; padding:11px; border:0; background:transparent; cursor:pointer }
.nav-toggle span { height:1.5px; background:var(--ink); display:block; margin:5px 0; transition:transform .2s ease, opacity .2s ease }

/* Keep both artwork bands within the available first screen at ordinary zoom. */
.invitation { padding:0; background:var(--white); text-align:center }
.invitation__paper { width:min(100%,900px,calc((100svh - var(--header) - 24px) * .82)); margin-inline:auto; margin-bottom:-12px; container-type:inline-size }
.invitation__band { position:relative; width:100%; overflow:hidden }
.invitation__band img { position:absolute; width:100%; max-width:none; height:auto; left:0 }
.invitation__band--upper { aspect-ratio:1122/500 }
.invitation__band--upper img { top:0 }
.invitation__band--lower { aspect-ratio:1122/510; margin-top:clamp(-105px,-9cqw,-30px) }
.invitation__band--lower img { bottom:0 }
.invitation__content { position:relative; z-index:1; display:flex; flex-direction:column; align-items:center; text-align:center; white-space:nowrap; margin-top:clamp(-160px,-15cqw,-48px); padding:clamp(28px,4cqw,48px) 20px }
.invitation__eyebrow { margin-bottom:2.6cqw; font-size:var(--text-xs) }
.invitation__names { font:400 clamp(1.5rem,6cqw,4rem)/1.2 var(--display); color:var(--olive); margin:0; width:100%; display:flex; flex-direction:column; align-items:center; gap:1.8cqw }
.invitation__names span { display:block; width:100%; line-height:1.2 }
.invitation__names em { font:italic clamp(1.75rem,5.55cqw,3.125rem)/1 var(--serif); color:var(--berry); margin:.3cqw 0 }
.invitation__line { width:7.4cqw; height:1px; background:var(--olive); margin:5.8cqw 0 3.2cqw }
.invitation__date { font:500 clamp(var(--text-base),2.4cqw,var(--text-2xl))/1.25 var(--serif); letter-spacing:clamp(.08em,.28cqw,.16em); text-transform:uppercase; margin:0 }
.invitation__location { margin:1.1cqw 0 2.6cqw; font-size:var(--text-sm); letter-spacing:clamp(.08em,.24cqw,.16em); text-transform:uppercase }
.invitation__closing { color:var(--berry); margin:0; font:italic var(--text-lg)/1.4 var(--serif) }
.scroll-cue { display:inline-flex; flex-direction:column; align-items:center; gap:2px; margin:10px 0 0; text-decoration:none; font-size:var(--text-xs); letter-spacing:.16em; text-transform:uppercase }
.scroll-cue span:last-child { font:22px/1 var(--serif); color:var(--olive) }

/* Homepage editorial content */
.split-layout { display:grid; grid-template-columns:minmax(0,.87fr) minmax(0,1.13fr); gap:clamp(36px,6vw,90px); align-items:center }
.welcome-visual { position:relative; min-height:500px; display:grid; place-items:center }
.welcome-visual__branch { height:490px; width:auto; max-width:78%; object-fit:contain; transform:rotate(-4deg); }
.welcome-visual__butterfly { position:absolute; width:180px; bottom:36px; right:18px; transform:rotate(13deg) }
.welcome-copy { max-width:560px }
.welcome-copy p:not(.eyebrow) { font:400 var(--text-2xl)/1.45 var(--serif) }
.welcome-copy .text-link { margin-top:13px }
.highlights-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; max-width:880px; margin-inline:auto }
.highlight { padding:22px 26px 40px; border:1px solid rgba(179,83,92,.22); background:rgba(255,255,255,.82); text-align:center; min-height:250px }
.highlight__art { height:220px; display:grid; place-items:center; margin-bottom:15px; background:var(--ivory); overflow:hidden }
.highlight__art img { display:block; width:100%; height:100%; object-fit:contain }
.highlight h3 { font-size:var(--text-3xl); margin-bottom:14px; color:var(--ink) }
.highlight p { font:400 var(--text-lg)/1.55 var(--serif) }
.highlights__more { text-align:center; margin-top:36px }
.section--closing { padding-block:56px; background:var(--white) }
.closing-paper { position:relative; width:min(calc(100% - 48px),820px); min-height:370px; padding:100px 85px 75px; margin:auto; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; background:var(--white) }
.closing-paper__border { position:absolute; width:100%; height:100%; inset:0; pointer-events:none }
.closing-paper__sprig { position:absolute; width:160px; bottom:8px; right:15px; transform:rotate(-12deg); pointer-events:none }
.closing-paper>.eyebrow,.closing-paper>.script-title,.closing-paper>p { position:relative }
.closing-paper .script-title { font-size:clamp(2.5rem,5vw,4rem); color:var(--ink); }
.closing-paper .script-title span { display:block }
.closing-paper__button { position:relative; display:inline-flex; align-items:center; justify-content:center; min-height:50px; margin-top:24px; padding:14px 28px; border:1px solid var(--olive); border-radius:28px; background:var(--olive); color:var(--white); font:600 15px/1.35 var(--sans); letter-spacing:.13em; text-decoration:none; text-transform:uppercase; transition:background .2s,border-color .2s }
.closing-paper__button:hover { background:#707c28; border-color:#707c28 }
.closing-paper__location { margin:12px 0 2px; color:var(--olive); font:500 clamp(27px,3vw,36px)/1.05 var(--serif); letter-spacing:.04em }
.closing-paper__date { margin:0; font:500 var(--text-sm)/1.4 var(--sans); letter-spacing:.14em; text-transform:uppercase }

/* Interior pages: editorial, deliberately less ornamented than invitation. */
.page-intro { position:relative; padding:clamp(75px,9vw,124px) 24px 58px; text-align:center; background:var(--white); border-bottom:1px solid var(--rule); overflow:hidden }
.page-intro .eyebrow,.page-intro .script-title,.page-intro__sub,.page-intro .floral-divider { position:relative; z-index:1 }
.page-intro .script-title { font-size:clamp(3rem,6vw,5.75rem); color:var(--ink) }
.page-intro__sub { margin:0 auto; max-width:560px; font:400 var(--text-2xl)/1.35 var(--serif) }
.title-art { position:absolute; top:50%; width:clamp(110px,12vw,158px); opacity:.85; pointer-events:none; transform:translateY(-50%); z-index:0 }
.title-art img { display:block; width:100%; height:auto; object-fit:contain }
.title-art--right { right:max(18px,calc(50% - 505px)) }

/* Our Story */
.story-layout { display:grid; grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr); gap:clamp(45px,7vw,100px); align-items:start }
.story-vignette { position:sticky; top:calc(var(--header) + 30px); margin:20px 0 0; text-align:center }
.story-vignette img { width:100%; max-width:390px; max-height:355px; object-fit:contain; margin:0 auto }
.story-vignette__note { letter-spacing:.16em; color:var(--berry); font-size:var(--text-xs); margin-top:16px }
.story-prose { max-width:670px }
.story-prose p { margin:0 0 24px; font:400 var(--text-reading)/1.52 var(--serif) }
.story-prose__opening:first-letter { font:400 4rem/1 var(--display); float:left; color:var(--berry); padding-right:10px }
.story-end { text-align:center }
.story-end__butterfly { display:block; width:clamp(185px,22vw,245px); height:auto; margin:-52px auto -25px; object-fit:contain; pointer-events:none; }
.story-end p:last-child { font:400 var(--text-reading)/1.4 var(--serif) }
.location-panel-title span,.location-panel-title small { display:block }
.location-panel-title small { margin-top:.12em; font:inherit; font-size:.7em; line-height:1.05; color:inherit }

/* Wedding weekend */
.weekend-layout { position:relative; max-width:940px }
.timeline-butterfly { position:absolute; left:-8%; top:12%; width:150px; opacity:.92; transform:rotate(-9deg); pointer-events:none }
.timeline-butterfly img { display:block; width:100%; height:auto }
.timeline { max-width:700px; margin-inline:auto }
.timeline__date { font:500 1.875rem/1.25 var(--serif); color:var(--olive); margin:35px 0 20px; text-align:center }
.timeline__date:first-child { margin-top:0 }
.event { display:grid; grid-template-columns:116px 32px 1fr; gap:20px; min-height:105px }
.event__time { font:500 var(--text-xl)/1.3 var(--serif); text-align:right; padding-top:3px; color:var(--berry); white-space:nowrap }
.event__stem { position:relative; display:flex; justify-content:center; }
.event__stem::before { content:''; position:absolute; top:9px; bottom:0; width:1px; background:var(--rule) }
.event__dot { position:relative; display:block; margin-top:9px; width:9px; height:9px; border-radius:50%; background:var(--berry); box-shadow:0 0 0 4px var(--ivory) }
.event__info { padding-bottom:22px }
.timeline__date--saturday ~ .event:not(:last-child) .event__info { padding-bottom:38px }
.event__info h3 { font-size:1.625rem; margin:0 0 4px; color:var(--ink) }
.event__info p { font:400 var(--text-xl)/1.4 var(--serif); margin-bottom:8px }
.event__info .event__pending { color:var(--muted); font-style:italic; }
.event__address { margin:4px 0 6px; color:var(--muted); font:400 var(--text-base)/1.45 var(--sans); }
.event__maps { display:flex; flex-wrap:wrap; gap:6px 22px; align-items:center; }
.event__map { display:inline-block; color:var(--berry); font:600 var(--text-sm)/1.4 var(--sans); text-decoration:underline; text-underline-offset:4px; }
.event__map:hover { color:var(--olive); }
.placeholder-tag { display:inline-block; color:var(--berry); letter-spacing:.06em; font-size:var(--text-sm); font-weight:500; }
.party-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px; max-width:900px; margin-inline:auto }
.party-section .container { position:relative }
.party-visual { position:absolute; z-index:0; right:-7%; top:20%; width:210px; opacity:.9; transform:rotate(7deg); pointer-events:none }
.party-visual img { display:block; width:100%; height:auto }
.party-section .section-heading,.party-grid { position:relative; z-index:1 }
.party-paper { background:var(--white); padding:42px 48px; border:1px solid var(--rule) }
.party-paper h3 { font:500 var(--text-3xl)/1.2 var(--serif); color:var(--olive); margin:0 0 26px; text-align:center }
.party-person { display:flex; justify-content:space-between; gap:14px; border-bottom:1px solid var(--rule); padding:9px 0; font:400 var(--text-lg)/1.35 var(--serif) }
.party-person:last-child { border-bottom:0 }
.party-role { font-family:var(--sans); font-size:var(--text-sm); color:var(--berry); text-align:right; align-self:center }

/* Stay: distinct typographic hotel treatments, no drawings of hotels. */
.stay-block-note { max-width:790px; margin-bottom:48px; text-align:center }
.stay-block-note p:last-child { margin:9px 0 0; font:400 var(--text-reading)/1.5 var(--serif) }
.hotel-list { display:grid; gap:28px; max-width:1020px }
.hotel-card { display:grid; grid-template-columns:35% 65%; align-items:stretch; min-height:325px; background:var(--white); border:1px solid var(--rule) }
.hotel-card--reverse { grid-template-columns:65% 35%; }
.hotel-card__art { display:grid; place-items:center; min-height:300px; margin:22px; background:var(--pale-pink); border:1px solid var(--rule); overflow:hidden }
.hotel-card--reverse .hotel-card__art { grid-column:2; grid-row:1; background:var(--ivory) }
.hotel-card__art img { max-height:285px; width:94%; object-fit:contain }
.hotel-card--reverse .hotel-card__art img { max-height:265px }
.hotel-card__copy { padding:38px clamp(24px,4.5vw,72px) 35px; }
.hotel-card--reverse .hotel-card__copy { grid-column:1; grid-row:1 }
.hotel-card h2 { font:500 clamp(32px,3.6vw,47px)/1.07 var(--serif); margin:5px 0 8px }
.hotel-address { color:var(--berry); font:500 var(--text-xl)/1.3 var(--serif); }
.hotel-card__copy p:not(.hotel-address) { font:400 var(--text-xl)/1.45 var(--serif) }
.hotel-contact { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin:18px 0 14px }
.hotel-contact a { color:var(--berry); font:600 var(--text-sm)/1.3 var(--sans); letter-spacing:.08em; text-transform:uppercase; text-underline-offset:4px }
.hotel-contact span { color:var(--olive) }
.booking-link { display:inline-flex; min-height:44px; align-items:center; gap:10px; margin-top:5px; padding:10px 16px; background:var(--ivory); border:1px solid var(--berry); color:var(--berry); font-size:var(--text-sm); font-weight:600; letter-spacing:.08em; text-decoration:none; text-transform:uppercase; transition:background .2s,color .2s }
.booking-link:hover { background:var(--berry); color:var(--white) }

/* Accessible native details accordions and open, legible informational cards. */
.faq-layout { display:grid; grid-template-columns:230px minmax(0,1fr); gap:clamp(36px,6vw,100px); max-width:1060px }
.faq-aside { position:sticky; top:calc(var(--header) + 28px); align-self:start; text-align:center }
.faq-aside img { display:block; width:min(100%,210px); height:auto; object-fit:contain; margin:0 auto 18px }
.faq-aside p { color:var(--olive); font:400 1.75rem/1.15 var(--display) }
.faq-stack { display:grid; gap:0 }
.faq-item { border-bottom:1px solid var(--rule); background:transparent }
.faq-item summary { list-style:none; padding:19px 6px; cursor:pointer; display:flex; align-items:baseline; justify-content:space-between; gap:24px; font:500 var(--text-reading)/1.35 var(--serif) }
.faq-item summary::-webkit-details-marker { display:none }
.faq-icon { color:var(--berry); font:400 26px/1 var(--serif); transition:transform .2s ease }
.registry-links { display:flex; flex-wrap:wrap; gap:12px 26px; margin-top:18px }
.registry-links a { color:var(--berry); font-weight:600; text-underline-offset:5px }
.contact-section { text-align:center; background:var(--white) }
.contact-section .container { display:flex; flex-direction:column; align-items:center }
.contact-section p { max-width:38rem; margin:0 0 25px; font:400 var(--text-reading)/1.45 var(--serif); color:var(--muted) }
.contact-section p a { color:var(--berry); text-underline-offset:4px }
.faq-item[open] .faq-icon { transform:rotate(45deg) }
.faq-answer { padding:0 38px 16px 6px; color:var(--muted) }
.faq-answer p { margin-bottom:12px; font:400 var(--text-lg)/1.55 var(--serif) }
.faq-answer--dress-code p:not(:last-child) { margin-bottom:26px }
.explore-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px }
.explore-card { padding:27px 26px; min-height:180px; border:1px solid rgba(179,83,92,.18); background:rgba(255,255,255,.8) }
.explore-card h3 { font:500 1.625rem/1.2 var(--serif); margin:8px 0 }
.explore-card p { font:400 var(--text-lg)/1.4 var(--serif) }

/* Restrained footer, including only informational contact wording. */
.site-footer { background:var(--ivory); border-top:1px solid var(--rule); padding:58px 24px 38px; text-align:center }
.site-footer__ornament { width:155px; height:26px; margin:0 auto 8px }
.site-footer__wordmark { text-decoration:none; color:var(--olive); font:400 2.5rem/1.08 var(--display) }
.site-footer>p { margin:8px 0 }
.site-footer__place { color:var(--olive); font:500 clamp(1.35rem,2.6vw,1.7rem)/1.25 var(--serif); letter-spacing:.035em; }
.site-footer__date { font:500 var(--text-sm)/1.4 var(--sans); letter-spacing:.1em; text-transform:uppercase; }
.footer-nav { display:flex; justify-content:center; column-gap:clamp(12px,2vw,28px); row-gap:0; flex-wrap:wrap; max-width:900px; margin:24px auto 0 }
.footer-nav a { display:inline-flex; align-items:center; min-height:44px; padding:8px 2px; text-transform:uppercase; letter-spacing:.09em; text-decoration:none; font-size:var(--text-sm); font-weight:600; line-height:1.3 }
.footer-nav a:hover,.footer-nav a[aria-current="page"] { color:var(--berry); text-decoration:underline; text-underline-offset:5px }
.footer-contact { display:inline-flex; align-items:center; min-height:44px; margin-top:4px; color:var(--muted); font-size:var(--text-sm); text-underline-offset:4px }

/* Private guest entry: a quiet threshold using the hero butterfly itself. */
.page-login { background:var(--white); }
.login-shell { position:relative; min-height:100vh; min-height:100dvh; display:grid; place-items:center; overflow:hidden; padding:clamp(24px,6vw,72px); background:radial-gradient(circle at 50% 46%,var(--white) 0 34%,var(--ivory) 82%); }
.login-card { position:relative; isolation:isolate; width:min(100%,780px); min-height:620px; display:grid; place-items:center; padding:clamp(76px,10vw,118px) clamp(42px,10vw,116px); text-align:center; }
.login-card__border { position:absolute; z-index:2; inset:0; width:100%; height:100%; pointer-events:none; }
.login-card__butterfly { position:absolute; z-index:0; left:50%; top:51%; width:min(60%,395px); max-width:none; opacity:.34; filter:saturate(1.65) contrast(1.08); transform:translate(-50%,-43%) rotate(-3deg); pointer-events:none; }
.login-card__content { position:relative; z-index:3; width:min(100%,500px); display:flex; flex-direction:column; align-items:center; }
.login-card__monogram { width:92px; height:68px; object-fit:contain; margin-bottom:13px; }
.login-card h1 { margin:4px 0 2px; color:var(--ink); font:400 clamp(2.75rem,6vw,4.75rem)/1.08 var(--display); }
.login-card__place { margin:16px 0 0; color:var(--olive); font:500 clamp(1.75rem,3.5vw,2.35rem)/1 var(--serif); letter-spacing:.04em; }
.login-card__date { margin:8px 0 0; font:600 var(--text-xs)/1.4 var(--sans); letter-spacing:.18em; text-transform:uppercase; }
.login-card__welcome { max-width:430px; margin:30px 0 25px; color:var(--muted); font:400 var(--text-xl)/1.5 var(--serif); }
.login-card__button { display:inline-flex; min-height:50px; align-items:center; justify-content:center; padding:13px 25px; border:1px solid var(--berry); background:rgba(255,255,255,.78); color:var(--berry); font-size:var(--text-sm); font-weight:600; letter-spacing:.11em; text-decoration:none; text-transform:uppercase; transition:background .2s,color .2s; }
.login-card__button:hover { background:var(--berry); color:var(--white); }
.login-card__help { display:flex; flex-direction:column; align-items:center; gap:2px; margin:18px 0 0; font-size:var(--text-sm); text-align:center; }
.login-card__help a { color:var(--berry); text-underline-offset:4px; }
.login-card__form { display:grid; gap:10px; margin:28px auto 0; width:min(100%,340px); text-align:left; }
.login-card__form label { font:500 15px/1.4 var(--sans); letter-spacing:.01em; }
.login-card__form input[type="password"] { width:100%; padding:13px 15px; border:1px solid var(--olive); border-radius:3px; background:#fffdf7; font:16px var(--sans); }
.login-card__form input:focus-visible { outline:2px solid var(--berry); outline-offset:2px; }
.login-card__form button { cursor:pointer; width:100%; }
.login-card__form .login-card__button { margin-top:5px; padding:14px 28px; border:1px solid var(--olive); border-radius:28px; background:var(--olive); color:#fff; box-shadow:none; font:600 15px/1.35 var(--sans); letter-spacing:.13em; }
.login-card__form .login-card__button:hover,.login-card__form .login-card__button:focus-visible { background:#707c28; border-color:#707c28; box-shadow:none; }

@media (max-width:950px) {
  .site-nav { gap:14px }
  .site-nav a { letter-spacing:.12em }
  .story-layout { grid-template-columns: 33% minmax(0,1fr); gap:32px }
  .highlights-grid { gap:12px }
  .highlight { padding:18px 16px 32px }
  .party-paper { padding:30px 24px }
  .timeline-butterfly { width:115px; left:-2%; top:15% }
  .party-visual { width:145px; right:-3%; top:23% }
}
@media (max-width:760px) {
  :root { --header:calc(68px + env(safe-area-inset-top, 0px)) }
  body:not(.page-login) { padding-top:var(--header) }
  .site-header { position:fixed; inset:0 0 auto; height:var(--header); padding-top:env(safe-area-inset-top, 0px); background:var(--ivory); backdrop-filter:none }
  .nav-wrap { height:68px }
  .container { width:min(calc(100% - 36px),var(--max)) }
  .site-header .wordmark { width:70px; height:54px }
  .nav-toggle { display:block }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform:translateY(6.5px) rotate(45deg) }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity:0 }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform:translateY(-6.5px) rotate(-45deg) }
  .site-nav { position:absolute; top:100%; left:0; right:0; display:flex; flex-direction:column; align-items:stretch; gap:0; background:var(--ivory); border-bottom:1px solid var(--rule); padding:8px 24px 20px; box-shadow:0 16px 20px rgba(0,0,0,.05); opacity:0; visibility:hidden; transform:translateY(-8px); pointer-events:none; transition:opacity .2s,transform .2s,visibility .2s }
  .site-nav.is-open { opacity:1; visibility:visible; transform:translateY(0); pointer-events:auto }
  .site-nav a { padding:14px 3px; font-size:var(--text-sm); border-bottom:1px solid var(--rule) }
  .site-nav a::after { display:none }
  .site-nav a[aria-current] { color:var(--berry) }
  .split-layout { grid-template-columns:1fr; gap:16px; max-width:620px }
  .welcome-visual { display:none }
  .welcome-copy { order:1; text-align:center; margin:auto }
  .highlights-grid { grid-template-columns:1fr; max-width:540px; margin:auto }
  .highlight { min-height:0 }
  .story-layout { grid-template-columns:1fr; max-width:660px }
  .story-vignette { position:static; margin:0 auto; width:260px; }
  .story-vignette img { max-height:200px }
  .timeline-butterfly { width:88px; left:auto; right:-18px; top:8px; opacity:.75 }
  .party-visual { width:110px; right:-42px; top:72px; opacity:.72 }
  .party-grid { grid-template-columns:1fr; max-width:510px }
  .hotel-card,.hotel-card--reverse { grid-template-columns:1fr; }
  .hotel-card__art,.hotel-card--reverse .hotel-card__art { grid-column:1; grid-row:1; min-height:240px; margin:18px }
  .hotel-card__art img { max-height:190px }
  .hotel-card__copy,.hotel-card--reverse .hotel-card__copy { grid-column:1; grid-row:2 }
  .faq-layout { grid-template-columns:1fr; max-width:630px; gap:25px }
  .faq-aside { position:static }
  .faq-aside img { width:140px; }
  .faq-aside p { max-width:350px; margin:auto }
  .explore-grid { grid-template-columns:repeat(2,minmax(0,1fr)) }
  .title-art { width:118px }
  .title-art--right { right:12px }
}
@media (max-width:620px) {
  .invitation { padding:9px 0 12px }
  .invitation__paper { margin-bottom:0 }
  .invitation__content { padding:28px 14px 20px }
  .scroll-cue { margin-top:3px; font-size:var(--text-xs) }
  .page-intro { padding:74px 20px 45px }
  .page-intro .script-title { font-size:clamp(2.75rem,10vw,4.25rem); }
  .page-intro__sub { font-size:var(--text-xl) }
  .page-intro .eyebrow { font-size:var(--text-xs) }
  .title-art { width:84px; opacity:.55 }
  .title-art--right { right:0 }
  .section { padding:70px 0 }
  .section--closing { padding-block:46px }
  .welcome-copy p:not(.eyebrow) { font-size:var(--text-xl) }
  .closing-paper { min-height:320px; padding:80px 45px 64px }
  .closing-paper__sprig { width:100px }
  .closing-paper .script-title { font-size:clamp(2.25rem,9vw,3.25rem) }
  .closing-paper__location { margin-top:8px; font-size:29px }
  .closing-paper__date { font-size:var(--text-xs) }
  .timeline__date { font-size:26px }
  .event { grid-template-columns:77px 17px 1fr; gap:9px; min-height:98px }
  .event__time { font-size:var(--text-lg) }
  .event__info h3 { font-size:var(--text-2xl) }
  .event__info p { font-size:var(--text-lg) }
  .story-prose p { font-size:var(--text-xl) }
  .party-person { font-size:var(--text-lg) }
  .hotel-card__copy { padding:30px 24px }
  .faq-item summary { font-size:var(--text-xl) }
  .faq-answer { padding-right:10px }
  .explore-grid { grid-template-columns:1fr }
  .explore-card { min-height:0 }
  .login-shell { padding:18px 12px; }
  .login-card { min-height:600px; padding:76px 38px 70px; }
  .login-card__butterfly { width:74%; opacity:.28; }
  .login-card__monogram { width:78px; height:58px; }
  .login-card h1 { font-size:clamp(2.5rem,11vw,3.75rem); }
  .login-card__welcome { margin-top:25px; font-size:var(--text-lg); }
}
/* Short landscape windows and enlarged text remain readable by scrolling. */
@media (max-height:550px) {
  .invitation__paper { width:min(100%,500px) }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto }
  *,*::before,*::after { transition-duration:.01ms!important; animation-duration:.01ms!important }
}
