:root{
  --paper:#fcf8f2;
  --paper-deep:#f3ece3;
  --paper-warm:#f8f2ea;
  --ink:#432b28;
  --muted:#8f7773;
  --red:#8b252b;
  --red-dark:#6f171d;
  --red-soft:#c9878b;
  --red-pale:#f5e5e5;
  --line:#dfc9c4;
  --white:#fff;
  --shadow:0 26px 80px rgba(87,29,29,.12);
  --soft-shadow:0 14px 36px rgba(87,29,29,.09);
  --serif:'Cormorant Infant','Cormorant Garamond',Georgia,serif;
  --title:'Cormorant Garamond',Georgia,serif;
  --script:'Marck Script','Segoe Script',cursive;
  --sans:'Inter',Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{
  margin:0;
  min-width:300px;
  overflow-x:hidden;
  color:var(--ink);
  background:
    radial-gradient(circle at 14% 10%,rgba(191,119,123,.10),transparent 30rem),
    radial-gradient(circle at 88% 34%,rgba(191,119,123,.08),transparent 34rem),
    linear-gradient(180deg,var(--paper) 0%,var(--paper-deep) 100%);
  font-family:var(--serif);
  font-size:20px;
  line-height:1.5;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
button{color:inherit}
img,svg{display:block;max-width:100%}

.skip-link{
  position:fixed;
  top:10px;
  left:12px;
  z-index:1000;
  padding:10px 14px;
  border-radius:10px;
  background:var(--red-dark);
  color:#fff;
  font:600 14px/1.2 var(--sans);
  transform:translateY(-150%);
  transition:transform .2s ease;
}
.skip-link:focus{transform:translateY(0)}

.page-pattern{
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.38;
  background-image:
    radial-gradient(circle at 1px 1px,rgba(111,23,29,.09) 1px,transparent 1.2px),
    linear-gradient(115deg,transparent 0 48%,rgba(111,23,29,.018) 48% 52%,transparent 52% 100%);
  background-size:26px 26px,120px 120px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.8),transparent 92%);
}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  border-bottom:1px solid rgba(223,201,196,.65);
  background:rgba(252,248,242,.82);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  transition:background .25s ease,box-shadow .25s ease;
}
.site-header.is-scrolled{
  background:rgba(252,248,242,.96);
  box-shadow:0 10px 34px rgba(87,29,29,.08);
}
.header-inner{
  width:min(calc(100% - 32px),1160px);
  height:74px;
  margin-inline:auto;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:30px;
  transition:height .25s ease;
}
.site-header.is-scrolled .header-inner{height:66px}
.brand{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  font-family:var(--title);
  font-size:22px;
  font-weight:600;
  letter-spacing:.035em;
}
.brand-heart{color:var(--red);font-family:Georgia,serif;font-size:16px;line-height:1}
.top-nav{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:clamp(18px,2.6vw,32px);
  font-size:17px;
  font-weight:500;
}
.top-nav a{
  position:relative;
  padding:10px 0;
  transition:color .22s ease;
}
.top-nav a::after{
  content:"";
  position:absolute;
  right:0;
  bottom:5px;
  left:0;
  height:1px;
  background:var(--red);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .24s ease;
}
.top-nav a:hover,.top-nav a.is-active{color:var(--red-dark)}
.top-nav a:hover::after,.top-nav a.is-active::after{transform:scaleX(1)}
.burger{display:none}

.page{
  width:min(calc(100% - 32px),940px);
  margin:36px auto 0;
}
.section-card{
  position:relative;
  margin:0 0 40px;
  scroll-margin-top:92px;
}
.vintage-frame{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:100%;
  padding:clamp(52px,7.4vw,82px) clamp(28px,7vw,72px);
  border:1px solid var(--red-dark);
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 40%,rgba(255,255,255,.84),rgba(252,248,242,.72) 55%,rgba(246,238,228,.92) 100%),
    var(--paper);
  box-shadow:
    inset 0 0 0 5px var(--paper),
    inset 0 0 0 6px rgba(111,23,29,.95),
    var(--shadow);
}
.vintage-frame::after{
  content:"";
  position:absolute;
  inset:13px;
  z-index:5;
  border:1px solid rgba(111,23,29,.18);
  border-radius:11px;
  pointer-events:none;
}
.vintage-frame--arched{
  padding-top:clamp(70px,10vw,112px);
  border-radius:clamp(150px,25vw,236px) clamp(150px,25vw,236px) 18px 18px;
}
.frame-content{
  position:relative;
  z-index:2;
  width:100%;
  max-width:740px;
  margin-inline:auto;
  text-align:center;
}
.hero-content::before,
.invite-content::before,
.schedule-content::before,
.detail-block::before,
.place-content::before{
  content:"";
  position:absolute;
  inset:-42px -70px;
  z-index:-1;
  pointer-events:none;
  background:radial-gradient(ellipse at center,rgba(252,248,242,.98) 0 36%,rgba(252,248,242,.88) 58%,transparent 82%);
}

.decor-piece{
  --decor-opacity:.32;
  --decor-rotation:0deg;
  --enter-x:0px;
  --enter-y:0px;
  --clip-hidden:inset(0);
  position:absolute;
  z-index:0;
  width:360px;
  height:auto;
  pointer-events:none;
  user-select:none;
  opacity:var(--decor-opacity);
  filter:saturate(.82) contrast(.94);
  mix-blend-mode:multiply;
  transform:translate3d(0,0,0) rotate(var(--decor-rotation));
  clip-path:inset(0);
  transition:
    opacity 1s ease,
    transform 1.3s cubic-bezier(.22,.8,.22,1),
    clip-path 1.35s cubic-bezier(.22,.8,.22,1);
}
.decor-piece--top-left{
  top:-34px;
  left:-38px;
  --enter-x:-24px;
  --enter-y:-20px;
  --clip-hidden:inset(0 100% 100% 0);
  -webkit-mask-image:linear-gradient(135deg,#000 0 52%,rgba(0,0,0,.75) 70%,transparent 96%);
  mask-image:linear-gradient(135deg,#000 0 52%,rgba(0,0,0,.75) 70%,transparent 96%);
}
.decor-piece--top-right{
  top:-30px;
  right:-26px;
  --enter-x:24px;
  --enter-y:-20px;
  --clip-hidden:inset(0 0 100% 100%);
  -webkit-mask-image:linear-gradient(225deg,#000 0 54%,rgba(0,0,0,.76) 72%,transparent 96%);
  mask-image:linear-gradient(225deg,#000 0 54%,rgba(0,0,0,.76) 72%,transparent 96%);
}
.decor-piece--bottom-left{
  bottom:-30px;
  left:-40px;
  --enter-x:-24px;
  --enter-y:20px;
  --clip-hidden:inset(100% 100% 0 0);
  -webkit-mask-image:linear-gradient(45deg,#000 0 54%,rgba(0,0,0,.76) 72%,transparent 96%);
  mask-image:linear-gradient(45deg,#000 0 54%,rgba(0,0,0,.76) 72%,transparent 96%);
}
.decor-piece--bottom-right{
  right:-40px;
  bottom:-34px;
  --enter-x:24px;
  --enter-y:20px;
  --clip-hidden:inset(100% 0 0 100%);
  -webkit-mask-image:linear-gradient(315deg,#000 0 52%,rgba(0,0,0,.75) 70%,transparent 96%);
  mask-image:linear-gradient(315deg,#000 0 52%,rgba(0,0,0,.75) 70%,transparent 96%);
}
.js .section-card:not(.is-visible) .decor-piece{
  opacity:0;
  transform:translate3d(var(--enter-x),var(--enter-y),0) scale(.96) rotate(var(--decor-rotation));
  clip-path:var(--clip-hidden);
}

.hero-decor-top{width:clamp(230px,36vw,340px);top:-18px;right:-22px;--decor-opacity:.44;--decor-rotation:1deg}
.hero-decor-bottom{width:clamp(310px,53vw,470px);bottom:-38px;left:-44px;--decor-opacity:.37;--decor-rotation:-1deg}
.invite-decor-top{width:clamp(420px,70%,620px);top:-48px;left:-165px;--decor-opacity:.24;--decor-rotation:-1.5deg}
.invite-decor-bottom{width:clamp(430px,68%,610px);right:-150px;bottom:-76px;--decor-opacity:.24;--decor-rotation:1deg}
.schedule-decor-top{width:clamp(230px,34vw,320px);right:-16px;top:-24px;--decor-opacity:.36}
.schedule-decor-bottom{width:clamp(310px,48vw,430px);left:-70px;bottom:-36px;--decor-opacity:.28}
.wishlist-decor-top{width:clamp(390px,63%,560px);left:-130px;top:-40px;--decor-opacity:.2}
.wishlist-decor-bottom{width:clamp(410px,62%,570px);right:-135px;bottom:-62px;--decor-opacity:.21}
.place-decor-top{width:clamp(220px,32vw,300px);right:-14px;top:-24px;--decor-opacity:.34}
.place-decor-bottom{width:clamp(300px,46vw,420px);left:-68px;bottom:-34px;--decor-opacity:.25}

.section-icon{
  width:58px;
  height:58px;
  margin:0 auto 18px;
  opacity:.92;
}
.section-icon--small{width:48px;height:48px;margin-bottom:14px}
.curved-text{
  width:min(100%,520px);
  height:auto;
  margin:0 auto -3px;
  overflow:visible;
}
.curved-text text{
  fill:var(--red-dark);
  font-family:var(--title);
  font-size:18px;
  font-weight:600;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.names{
  margin:0;
  color:var(--red-dark);
  font-family:var(--title);
  font-size:clamp(58px,9vw,82px);
  font-weight:600;
  letter-spacing:.08em;
  line-height:.88;
}
.script-party{
  display:block;
  margin-top:.03em;
  font-family:var(--script);
  font-size:1.24em;
  font-weight:400;
  letter-spacing:0;
  line-height:.78;
  text-transform:none;
}
.hero-time{
  margin:34px 0 7px;
  color:var(--red-dark);
  font-family:var(--script);
  font-size:clamp(48px,7vw,64px);
  line-height:1;
}
.hero-date{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:0 0 12px;
  font-family:var(--title);
  font-size:clamp(23px,4vw,32px);
  font-weight:600;
  letter-spacing:.105em;
  line-height:1.1;
  text-transform:uppercase;
}
.hero-date i{width:1px;height:26px;background:var(--red-soft);transform:rotate(14deg)}
.hero-dresscode{
  margin:0 0 20px;
  color:var(--red-dark);
  font-family:var(--script);
  font-size:clamp(29px,5vw,39px);
  line-height:1.15;
}
.hero-location{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:9px;
  margin:0 0 30px;
  font-family:var(--title);
  font-size:22px;
  line-height:1.35;
}
.hero-location img{width:23px;height:23px;margin-top:3px;flex:0 0 auto}

.countdown{
  width:min(100%,590px);
  margin:0 auto;
  padding:19px 22px 20px;
  border:1px solid rgba(223,201,196,.9);
  border-radius:20px;
  background:rgba(255,255,255,.66);
  box-shadow:0 15px 40px rgba(87,29,29,.075);
  -webkit-backdrop-filter:blur(7px);
  backdrop-filter:blur(7px);
}
.countdown-title{
  margin:0 0 13px;
  color:var(--red-dark);
  font-family:var(--title);
  font-size:18px;
  font-weight:600;
  letter-spacing:.16em;
  line-height:1.2;
  text-transform:uppercase;
}
.countdown-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.countdown-grid>span{
  display:grid;
  justify-items:center;
  gap:5px;
  min-width:0;
  padding:11px 7px 9px;
  border-radius:13px;
  background:rgba(252,248,242,.82);
  box-shadow:inset 0 0 0 1px rgba(223,201,196,.65);
}
.countdown-grid strong{
  color:var(--ink);
  font-family:var(--title);
  font-size:36px;
  font-weight:600;
  font-variant-numeric:tabular-nums;
  line-height:1;
}
.countdown-grid strong.is-ticking{animation:number-change .24s ease}
.countdown-grid em{
  overflow:hidden;
  max-width:100%;
  color:var(--muted);
  font:500 10px/1 var(--sans);
  letter-spacing:.075em;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}
@keyframes number-change{50%{opacity:.35;transform:translateY(-3px)}}

.script-title{
  margin:0 0 30px;
  color:var(--red-dark);
  font-family:var(--script);
  font-size:clamp(54px,8vw,72px);
  font-weight:400;
  line-height:.95;
}
.script-title--wide{font-size:clamp(50px,7vw,64px);margin-bottom:42px}
.text-block{max-width:690px;margin-inline:auto}
.large-text p{margin:0 0 16px;font-size:clamp(23px,3.2vw,29px);line-height:1.4}
.date-medallion{
  position:relative;
  width:248px;
  aspect-ratio:1;
  margin:36px auto 28px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid var(--red-dark);
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(255,255,255,.92),rgba(248,239,230,.8)),
    var(--paper);
  box-shadow:
    inset 0 0 0 7px var(--paper),
    inset 0 0 0 8px rgba(111,23,29,.4),
    var(--soft-shadow);
}
.date-medallion::before,.date-medallion::after{
  content:"✦";
  position:absolute;
  top:50%;
  color:var(--red-soft);
  font-size:15px;
  transform:translateY(-50%);
}
.date-medallion::before{left:25px}.date-medallion::after{right:25px}
.date-medallion__day{color:var(--red-dark);font-family:var(--title);font-size:88px;font-weight:600;line-height:.68}
.date-medallion__month{margin-top:13px;color:var(--red-dark);font-family:var(--script);font-size:36px;line-height:1}
.date-medallion__year{margin-top:12px;font:600 12px/1 var(--sans);letter-spacing:.15em;text-transform:uppercase}
.script-quote{margin:0;color:var(--red-dark);font-family:var(--script);font-size:clamp(39px,6vw,50px);line-height:1.12}

.timeline{
  position:relative;
  width:100%;
  max-width:720px;
  margin-inline:auto;
  display:grid;
  gap:30px;
  text-align:left;
}
.timeline::before{
  content:"";
  position:absolute;
  top:29px;
  bottom:29px;
  left:140px;
  width:1px;
  background:linear-gradient(to bottom,transparent,var(--red-soft) 8%,var(--red-soft) 92%,transparent);
}
.timeline-row{
  position:relative;
  display:grid;
  grid-template-columns:90px 60px minmax(0,1fr);
  align-items:start;
  gap:20px;
}
.timeline-row time{
  padding-top:14px;
  color:var(--red-dark);
  font-family:var(--title);
  font-size:25px;
  font-weight:700;
  line-height:1;
  text-align:right;
}
.timeline-marker{
  position:relative;
  z-index:1;
  width:60px;
  height:60px;
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  background:var(--paper);
  box-shadow:0 8px 22px rgba(87,29,29,.08);
}
.timeline-marker img{width:34px;height:34px}
.timeline-row>div{padding-top:9px}
.timeline-row h3{margin:0 0 5px;font-family:var(--title);font-size:29px;font-weight:600;line-height:1.1}
.timeline-row p{margin:0;color:var(--muted);font-size:20px;line-height:1.35}

.section-heading{
  margin:0 0 23px;
  color:var(--red-dark);
  font-family:var(--title);
  font-size:clamp(34px,5vw,43px);
  font-weight:700;
  letter-spacing:.115em;
  line-height:1.12;
  text-transform:uppercase;
}
.section-lead{max-width:680px;margin:0 auto 30px;font-size:clamp(23px,3.2vw,28px);line-height:1.4}
.wishlist-grid{
  width:100%;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  list-style:none;
  text-align:left;
}
.wishlist-grid li{
  display:flex;
  align-items:flex-start;
  gap:13px;
  min-width:0;
  padding:16px;
  border:1px solid rgba(223,201,196,.9);
  border-radius:15px;
  background:rgba(255,255,255,.74);
  box-shadow:0 8px 22px rgba(87,29,29,.04);
  font-size:20px;
  line-height:1.35;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.wishlist-grid li img{width:36px;height:36px;flex:0 0 auto}
.wishlist-grid li span{min-width:0}
.wishlist-extended{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  margin:30px auto 0;
  padding:30px clamp(22px,5vw,44px) 32px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:20px;
  background:
    radial-gradient(circle at 12% 12%,rgba(255,255,255,.15),transparent 34%),
    linear-gradient(135deg,var(--red-dark),var(--red));
  color:#fff;
  box-shadow:0 20px 46px rgba(111,23,29,.22);
  text-align:center;
}
.wishlist-extended::before,
.wishlist-extended::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:180px;
  height:180px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  pointer-events:none;
}
.wishlist-extended::before{top:-106px;left:-78px}
.wishlist-extended::after{right:-92px;bottom:-118px}
.wishlist-extended__eyebrow{
  display:block;
  margin:0 0 8px;
  color:rgba(255,255,255,.72);
  font:600 11px/1.2 var(--sans);
  letter-spacing:.2em;
  text-transform:uppercase;
}
.wishlist-extended h3{
  margin:0 0 10px;
  font-family:var(--title);
  font-size:clamp(31px,4.5vw,40px);
  font-weight:600;
  line-height:1.08;
}
.wishlist-extended p{
  max-width:570px;
  margin:0 auto 21px;
  color:rgba(255,255,255,.84);
  font-size:19px;
  line-height:1.4;
}
.button.wishlist-button{
  min-height:54px;
  padding-inline:24px 17px;
  background:#fff;
  color:var(--red-dark);
  box-shadow:0 13px 28px rgba(40,8,10,.23);
}
.button.wishlist-button img{filter:none}
.wishlist-button__arrow{
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  margin-left:3px;
  border-radius:50%;
  background:var(--red-pale);
  font:700 15px/1 var(--sans);
  transition:transform .22s ease,background .22s ease;
}

.gift-sign{
  margin:28px auto 0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:var(--red-dark);
  font-family:var(--script);
  font-size:31px;
}
.gift-sign img{width:42px;height:42px}

.place-address{margin:0 0 26px;font-family:var(--title);font-size:29px;font-weight:600;line-height:1.25}
.place-address span{color:var(--muted);font-size:.82em;font-weight:500}
.place-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:0 0 26px}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:50px;
  padding:13px 22px;
  border:0;
  border-radius:999px;
  background:var(--red-dark);
  color:#fff;
  box-shadow:0 13px 28px rgba(111,23,29,.18);
  font:600 14px/1.2 var(--sans);
  cursor:pointer;
  transition:transform .22s ease,background .22s ease,box-shadow .22s ease;
}
.button img{width:21px;height:21px;filter:brightness(0) invert(1)}
.button--ghost{
  background:#fff;
  color:var(--red-dark);
  box-shadow:inset 0 0 0 1px var(--line),0 10px 24px rgba(87,29,29,.075);
}
.button--ghost img{filter:none}
.map-frame{
  position:relative;
  isolation:isolate;
  width:100%;
  height:410px;
  overflow:hidden;
  border:1px solid rgba(223,201,196,.95);
  border-radius:14px;
  background:
    linear-gradient(45deg,transparent 47%,rgba(111,23,29,.05) 48% 52%,transparent 53%) 0 0/54px 54px,
    linear-gradient(-45deg,transparent 47%,rgba(111,23,29,.04) 48% 52%,transparent 53%) 0 0/54px 54px,
    var(--paper-warm);
  box-shadow:var(--soft-shadow);
}
.map-placeholder{
  position:absolute;
  inset:0;
  z-index:2;
  display:grid;
  place-content:center;
  justify-items:center;
  gap:8px;
  padding:24px;
  color:var(--red-dark);
  text-align:center;
  transition:opacity .3s ease,visibility .3s ease;
}
.map-placeholder::before{
  content:"";
  position:absolute;
  inset:12%;
  z-index:-1;
  border:1px solid rgba(139,37,43,.15);
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.7),transparent 70%);
}
.map-placeholder img{width:48px;height:48px}
.map-placeholder strong{font-family:var(--title);font-size:24px;line-height:1.1}
.map-placeholder span{color:var(--muted);font:500 13px/1.35 var(--sans)}
.map-load-button{
  margin-top:8px;
  padding:10px 18px;
  border:1px solid var(--red-soft);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:var(--red-dark);
  font:600 13px/1.2 var(--sans);
  cursor:pointer;
  transition:background .2s ease,transform .2s ease;
}
.map-load-button:hover{background:var(--red-pale);transform:translateY(-1px)}
.map-load-button:disabled{cursor:wait;opacity:.72;transform:none}
.map-frame iframe{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  border:0;
  background:transparent;
  opacity:0;
  filter:saturate(.9) contrast(.96);
  transition:opacity .35s ease;
}
.map-frame.is-loaded .map-placeholder{opacity:0;visibility:hidden;pointer-events:none}
.map-frame.is-loaded iframe{opacity:1}

.site-footer{
  position:relative;
  overflow:hidden;
  min-height:160px;
  padding:42px 20px 58px;
  text-align:center;
}
.footer-decor{
  position:absolute;
  bottom:-125px;
  left:-80px;
  width:320px;
  opacity:.26;
  pointer-events:none;
  mix-blend-mode:multiply;
}
.site-footer p{position:relative;margin:0 0 2px;font-family:var(--title);font-size:22px;font-weight:700}
.site-footer p span{color:var(--red)}
.site-footer time{position:relative;color:var(--muted);font:500 12px/1 var(--sans);letter-spacing:.1em}
.site-footer .design-credit{
  margin:22px 0 0;
  color:rgba(67,43,40,.58);
  font:500 11px/1.2 var(--sans);
  letter-spacing:.15em;
}
.site-footer .design-credit span{
  color:var(--red-dark);
  font-weight:700;
  letter-spacing:.18em;
}

.js [data-reveal]{
  opacity:0;
  transform:translate3d(0,26px,0) scale(.992);
  transition:
    opacity .8s ease var(--reveal-delay,0s),
    transform .95s cubic-bezier(.22,.8,.22,1) var(--reveal-delay,0s);
}
.js [data-reveal].is-visible{opacity:1;transform:translate3d(0,0,0) scale(1)}

:focus-visible{outline:3px solid rgba(139,37,43,.32);outline-offset:4px}
@media (hover:hover){
  .wishlist-grid li:hover{transform:translateY(-3px);border-color:var(--red-soft);box-shadow:0 13px 28px rgba(87,29,29,.09)}
  .button:hover{transform:translateY(-2px);background:var(--red);box-shadow:0 17px 34px rgba(111,23,29,.22)}
  .button--ghost:hover{background:var(--red-pale);color:var(--red-dark)}
  .button.wishlist-button:hover{background:#fff;color:var(--red-dark);box-shadow:0 18px 36px rgba(40,8,10,.28)}
  .wishlist-button:hover .wishlist-button__arrow{transform:translate(2px,-2px);background:#edd5d6}
}

@media (max-width:820px){
  html{scroll-padding-top:78px}
  .header-inner{height:66px;grid-template-columns:1fr auto}
  .site-header.is-scrolled .header-inner{height:62px}
  .brand{font-size:20px}
  .burger{
    display:grid;
    place-items:center;
    align-content:center;
    gap:5px;
    width:44px;
    height:44px;
    padding:8px;
    border:0;
    background:transparent;
    cursor:pointer;
  }
  .burger span{display:block;width:25px;height:1.5px;background:var(--ink);transition:transform .23s ease,opacity .2s ease}
  .burger.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
  .burger.is-open span:nth-child(2){opacity:0}
  .burger.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
  .top-nav{
    position:fixed;
    top:72px;
    right:12px;
    left:12px;
    display:grid;
    gap:0;
    padding:9px;
    border:1px solid var(--line);
    border-radius:18px;
    background:rgba(252,248,242,.98);
    box-shadow:var(--shadow);
    opacity:0;
    pointer-events:none;
    transform:translateY(-10px) scale(.985);
    transform-origin:top;
    transition:opacity .22s ease,transform .22s ease;
  }
  .site-header.is-scrolled .top-nav{top:68px}
  .top-nav.is-open{opacity:1;pointer-events:auto;transform:none}
  .top-nav a{padding:12px 13px;border-bottom:1px solid rgba(223,201,196,.62)}
  .top-nav a:last-child{border-bottom:0}
  .top-nav a::after{display:none}
  .page{width:min(calc(100% - 20px),760px);margin-top:24px}
  .section-card{margin-bottom:26px;scroll-margin-top:78px}
  .vintage-frame{padding:52px clamp(22px,5vw,42px)}
  .vintage-frame--arched{padding-top:74px;border-radius:clamp(122px,28vw,188px) clamp(122px,28vw,188px) 18px 18px}
  .hero-content::before,.invite-content::before,.schedule-content::before,.detail-block::before,.place-content::before{inset:-34px -36px}
  .invite-decor-top{left:-180px;top:-42px}
  .invite-decor-bottom{right:-170px;bottom:-58px}
  .wishlist-decor-top{left:-150px}
  .wishlist-decor-bottom{right:-155px}
  .timeline::before{left:112px}
  .timeline-row{grid-template-columns:72px 54px minmax(0,1fr);gap:13px}
  .timeline-row time{font-size:23px}
  .timeline-marker{width:54px;height:54px}
  .timeline-marker img{width:31px;height:31px}
  .timeline-row h3{font-size:26px}
  .timeline-row p{font-size:18px}
  .map-frame{height:340px}
}

@media (max-width:560px){
  body{font-size:18px}
  .header-inner{width:calc(100% - 24px)}
  .page{width:calc(100% - 12px);margin-top:14px}
  .section-card{margin-bottom:16px}
  .vintage-frame{
    padding:42px 18px;
    border-radius:15px;
    box-shadow:inset 0 0 0 4px var(--paper),inset 0 0 0 5px rgba(111,23,29,.95),0 18px 50px rgba(87,29,29,.11);
  }
  .vintage-frame::after{inset:10px;border-radius:9px}
  .vintage-frame--arched{padding-top:59px;border-radius:116px 116px 15px 15px}
  .hero-content::before,.invite-content::before,.schedule-content::before,.detail-block::before,.place-content::before{inset:-25px -12px;background:radial-gradient(ellipse at center,rgba(252,248,242,.99) 0 45%,rgba(252,248,242,.9) 66%,transparent 92%)}
  .decor-piece{filter:saturate(.78) contrast(.92)}
  .hero-decor-top{width:210px;right:-30px;top:-18px;--decor-opacity:.36}
  .hero-decor-bottom{width:280px;left:-76px;bottom:-28px;--decor-opacity:.28}
  .invite-decor-top{width:380px;left:-190px;top:-30px;--decor-opacity:.17}
  .invite-decor-bottom{width:390px;right:-205px;bottom:-34px;--decor-opacity:.17}
  .schedule-decor-top{width:205px;right:-28px;top:-22px;--decor-opacity:.28}
  .schedule-decor-bottom{width:280px;left:-90px;bottom:-22px;--decor-opacity:.21}
  .wishlist-decor-top{width:350px;left:-185px;top:-26px;--decor-opacity:.14}
  .wishlist-decor-bottom{width:360px;right:-195px;bottom:-35px;--decor-opacity:.15}
  .place-decor-top{width:195px;right:-28px;top:-20px;--decor-opacity:.27}
  .place-decor-bottom{width:270px;left:-88px;bottom:-22px;--decor-opacity:.19}
  .curved-text{width:min(100%,350px);margin-bottom:4px}
  .curved-text text{font-size:17px;letter-spacing:.08em}
  .section-icon{width:48px;height:48px;margin-bottom:12px}
  .section-icon--small{width:42px;height:42px}
  .names{font-size:clamp(48px,15vw,62px);letter-spacing:.055em}
  .hero-time{margin-top:27px;font-size:48px}
  .hero-date{gap:9px;font-size:20px;letter-spacing:.07em}
  .hero-date i{height:21px}
  .hero-dresscode{font-size:29px;margin-bottom:17px}
  .hero-location{gap:6px;margin-bottom:22px;font-size:18px}
  .hero-location img{width:20px;height:20px}
  .countdown{padding:15px 9px 14px;border-radius:16px}
  .countdown-title{margin-bottom:10px;font-size:14px;letter-spacing:.12em}
  .countdown-grid{gap:5px}
  .countdown-grid>span{padding:9px 3px 7px;border-radius:10px}
  .countdown-grid strong{font-size:27px}
  .countdown-grid em{font-size:8px;letter-spacing:.02em}
  .script-title{font-size:49px;margin-bottom:23px}
  .script-title--wide{font-size:45px;margin-bottom:32px}
  .large-text p{font-size:21px;line-height:1.4}
  .date-medallion{width:204px;margin:28px auto 24px}
  .date-medallion__day{font-size:72px}
  .date-medallion__month{font-size:31px}
  .date-medallion::before{left:18px}.date-medallion::after{right:18px}
  .script-quote{font-size:37px}
  .timeline{gap:25px}
  .timeline::before{top:23px;bottom:23px;left:82px}
  .timeline-row{grid-template-columns:52px 44px minmax(0,1fr);gap:8px}
  .timeline-row time{padding-top:12px;font-size:18px}
  .timeline-marker{width:44px;height:44px}
  .timeline-marker img{width:26px;height:26px}
  .timeline-row>div{padding-top:5px}
  .timeline-row h3{font-size:22px;margin-bottom:4px}
  .timeline-row p{font-size:16px;line-height:1.3}
  .section-heading{font-size:29px;letter-spacing:.08em}
  .section-lead{font-size:21px;margin-bottom:24px}
  .wishlist-grid{grid-template-columns:1fr;gap:10px}
  .wishlist-grid li{padding:14px;font-size:18px}
  .wishlist-grid li img{width:32px;height:32px}
  .wishlist-extended{margin-top:22px;padding:24px 16px 25px;border-radius:17px}
  .wishlist-extended h3{font-size:30px}
  .wishlist-extended p{margin-bottom:18px;font-size:17px}
  .wishlist-button{width:100%;padding-inline:16px 12px}
  .wishlist-button__arrow{margin-left:auto}
  .gift-sign{margin-top:22px;font-size:28px}
  .place-address{font-size:25px}
  .place-actions{display:grid;gap:10px}
  .button{width:100%;min-height:49px}
  .map-frame{height:280px}
  .footer-decor{width:250px;left:-85px;bottom:-100px}
}

@media (max-width:360px){
  .vintage-frame{padding-inline:14px}
  .curved-text{width:315px}
  .curved-text text{font-size:16px;letter-spacing:.045em}
  .hero-date{font-size:18px;gap:7px}
  .countdown-grid strong{font-size:24px}
  .countdown-grid em{font-size:7px}
  .timeline-row{grid-template-columns:48px 40px minmax(0,1fr);gap:7px}
  .timeline::before{left:75px}
  .timeline-marker{width:40px;height:40px}
  .timeline-row time{font-size:17px}
  .timeline-row h3{font-size:20px}
  .timeline-row p{font-size:15px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;transition-delay:0s!important}
  .js [data-reveal]{opacity:1!important;transform:none!important}
  .js .section-card .decor-piece{opacity:var(--decor-opacity)!important;transform:rotate(var(--decor-rotation))!important;clip-path:inset(0)!important}
}

@media print{
  .site-header,.place-actions,.map-frame,.skip-link,.wishlist-button{display:none!important}
  body{background:#fff}
  .page{width:100%;margin:0}
  .section-card{break-inside:avoid;margin-bottom:14px}
  .vintage-frame{box-shadow:none}
  .js [data-reveal]{opacity:1;transform:none}
}
