:root {
  --milk: #f4ead2;
  --paper: #fff9ea;
  --tomato: #d94a32;
  --saffron: #eeae38;
  --blue: #173b59;
  --grass: #537a4a;
  --ink: #182f3f;
  --shadow: 0 1px 0 rgba(24, 47, 63, .14), 0 18px 38px rgba(24, 47, 63, .12);
  --display: "Palatino Linotype", Palatino, Georgia, serif;
  --body: "Trebuchet MS", "Gill Sans", sans-serif;
  --mono: "Courier New", Courier, monospace;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: var(--milk);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 30%, rgba(217, 74, 50, .035) 0 1px, transparent 1.5px) 0 0 / 17px 17px,
    var(--milk);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--paper);
  background: var(--blue);
  transform: translateY(-160%);
  transition-property: transform;
  transition-duration: 180ms;
  transition-timing-function: ease-out;
}

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

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.section-kicker,
.poster-eyebrow {
  margin-bottom: 18px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-heading h2,
.dress-copy h2,
.route-heading h2,
.gifts-copy h2,
.rsvp-intro h2,
.countdown h2 {
  margin-bottom: 24px;
  font-family: var(--display);
  font-size: clamp(52px, 6.4vw, 94px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .86;
}

.section-heading h2 em,
.dress-copy h2 em,
.route-heading h2 em,
.gifts-copy h2 em {
  font-weight: 400;
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 82px;
  padding: 14px clamp(24px, 4vw, 64px);
  color: var(--milk);
  border-bottom: 1px solid rgba(244, 234, 210, .42);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--blue);
  background: var(--saffron);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
  transform: rotate(-8deg);
}

.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: var(--display); font-size: 17px; }
.brand-copy small { margin-top: 4px; font-family: var(--mono); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 38px); }
.site-nav a {
  min-height: 44px;
  padding: 13px 0 9px;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition-property: color, border-color;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}
.site-nav a:hover { color: var(--saffron); border-bottom-color: currentColor; }
.site-nav .nav-rsvp { padding-inline: 18px; color: var(--blue); background: var(--saffron); border: 0; border-radius: 999px; }
.site-nav .nav-rsvp:hover { color: var(--blue); background: var(--paper); }

.menu-toggle { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, .86fr) minmax(520px, 1.14fr);
  min-height: 820px;
  padding: 134px clamp(24px, 5vw, 80px) 92px;
  color: var(--milk);
  background: var(--tomato);
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .14;
  background: repeating-linear-gradient(91deg, transparent 0 13px, rgba(255,255,255,.3) 13px 14px);
  mix-blend-mode: overlay;
}

.hero-noise {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .16;
  background-image:
    radial-gradient(circle, var(--ink) 0 .6px, transparent .8px),
    radial-gradient(circle, var(--paper) 0 .5px, transparent .8px);
  background-position: 0 0, 5px 7px;
  background-size: 11px 13px, 9px 12px;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  max-width: 670px;
  padding-bottom: 38px;
}

.poster-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0 0 33px;
  font-family: var(--display);
  font-size: clamp(76px, 8.7vw, 142px);
  font-weight: 700;
  letter-spacing: -.08em;
  line-height: .7;
  text-transform: uppercase;
}

.poster-title span { width: 100%; }
.poster-title span:last-child { padding-left: .32em; }
.poster-title b {
  position: absolute;
  top: 45%;
  right: 4%;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: var(--blue);
  background: var(--saffron);
  border-radius: 50%;
  font-size: 49px;
  font-weight: 400;
  transform: rotate(9deg);
}

.hero-meta {
  display: flex;
  width: min(100%, 570px);
  margin-bottom: 32px;
  border-top: 1px solid rgba(244, 234, 210, .55);
  border-bottom: 1px solid rgba(244, 234, 210, .55);
}
.hero-meta p { flex: 1; margin: 0; padding: 14px 20px 13px 0; }
.hero-meta p + p { padding-left: 20px; border-left: 1px solid rgba(244, 234, 210, .55); }
.hero-meta strong { display: block; font-family: var(--display); font-size: 26px; line-height: 1; }
.hero-meta span { display: block; margin-top: 6px; font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.hero-cta,
.route-link,
.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 54px;
  padding: 6px 8px 6px 21px;
  color: var(--blue);
  background: var(--paper);
  box-shadow: 0 0 0 1px rgba(24,47,63,.08), 0 8px 20px rgba(24,47,63,.09);
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition-property: transform, background-color, box-shadow;
  transition-duration: 170ms;
  transition-timing-function: ease-out;
}
.hero-cta i,
.route-link i,
.submit-button i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--paper);
  background: var(--blue);
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
}
.hero-cta:hover, .route-link:hover, .submit-button:hover { background: var(--saffron); box-shadow: 0 0 0 1px rgba(24,47,63,.11), 0 12px 26px rgba(24,47,63,.15); transform: translateY(-2px); }
.hero-cta:active, .route-link:active, .submit-button:active { transform: scale(.96); }

.pavilion-wrap { position: relative; z-index: 2; align-self: end; height: 595px; }
.pavilion { position: absolute; right: -2%; bottom: 8px; width: min(100%, 710px); height: 480px; }
.pavilion-roof {
  position: absolute;
  z-index: 4;
  top: 24px;
  left: 3%;
  width: 94%;
  height: 124px;
  color: var(--paper);
  background: var(--blue);
  clip-path: polygon(50% 0, 100% 75%, 95% 100%, 5% 100%, 0 75%);
}
.pavilion-roof::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: 14px;
  left: 7%;
  height: 9px;
  background: repeating-linear-gradient(90deg, var(--saffron) 0 18px, var(--tomato) 18px 36px, var(--milk) 36px 54px);
}
.pavilion-roof span { position: absolute; bottom: 26px; left: 50%; font-family: var(--display); font-size: clamp(29px, 3.2vw, 48px); font-weight: 700; letter-spacing: .15em; transform: translateX(-47%); }
.pavilion-flag { position: absolute; z-index: 3; top: -35px; left: 50%; width: 3px; height: 75px; background: var(--blue); }
.pavilion-flag::after { content: "18 ИЮЛ"; position: absolute; top: 0; left: 3px; display: grid; width: 86px; height: 38px; place-items: center; color: var(--paper); background: var(--grass); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .08em; clip-path: polygon(0 0, 100% 0, 82% 50%, 100% 100%, 0 100%); }
.pavilion-stage { position: absolute; top: 142px; right: 8%; bottom: 0; left: 8%; overflow: hidden; background: var(--saffron); border: 10px solid var(--blue); border-bottom-width: 18px; }
.pavilion-stage::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.16) 0 2px, transparent 2px 28px); }
.stage-curtain { position: absolute; z-index: 2; top: 0; width: 37%; height: 62%; background: var(--tomato); }
.stage-curtain::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 14px, rgba(24,47,63,.12) 14px 17px); }
.stage-curtain-left { left: 0; clip-path: polygon(0 0, 100% 0, 84% 76%, 42% 100%, 0 74%); }
.stage-curtain-right { right: 0; clip-path: polygon(0 0, 100% 0, 100% 74%, 58% 100%, 16% 76%); }
.stage-floor { position: absolute; right: 0; bottom: 0; left: 0; height: 28%; background: repeating-linear-gradient(75deg, var(--milk) 0 28px, var(--tomato) 28px 31px, var(--milk) 31px 58px); clip-path: polygon(10% 0, 90% 0, 100% 100%, 0 100%); }
.pavilion-post { position: absolute; z-index: 6; top: 132px; bottom: 0; width: 18px; background: var(--blue); box-shadow: inset 5px 0 var(--saffron); }
.pavilion-post-left { left: 5%; }.pavilion-post-right { right: 5%; }
.garland { position: absolute; z-index: 8; top: 143px; left: 12%; display: flex; justify-content: space-around; width: 76%; border-top: 2px solid var(--blue); transform: rotate(-2deg); }
.garland i { width: 10px; height: 14px; margin-top: -2px; background: var(--paper); border: 2px solid var(--blue); border-radius: 50%; }
.garland i:nth-child(even) { background: var(--tomato); }

.dance-couple { position: absolute; z-index: 4; right: 29%; bottom: 20%; width: 130px; height: 150px; }
.dance-couple::before, .dance-couple::after { content: ""; position: absolute; top: 8px; width: 33px; height: 33px; background: var(--blue); border-radius: 50%; }
.dance-couple::before { left: 25px; }.dance-couple::after { right: 25px; }
.dance-couple i, .dance-couple b { position: absolute; top: 36px; width: 55px; height: 89px; background: var(--blue); }
.dance-couple i { left: 15px; clip-path: polygon(33% 0, 67% 0, 100% 100%, 0 100%); transform: rotate(6deg); }
.dance-couple b { right: 15px; clip-path: polygon(40% 0, 67% 0, 80% 100%, 20% 100%); transform: rotate(-6deg); }
.dance-couple span { position: absolute; z-index: -1; top: 53px; left: 30px; width: 72px; height: 22px; border-top: 9px solid var(--blue); transform: rotate(-8deg); }
.dance-couple span::before, .dance-couple span::after { content: ""; position: absolute; top: 62px; width: 9px; height: 45px; background: var(--blue); }
.dance-couple span::before { left: 4px; transform: rotate(12deg); }.dance-couple span::after { right: 4px; transform: rotate(-12deg); }

.club-stamp { position: absolute; z-index: 9; top: 14px; right: 1%; display: grid; width: 116px; height: 116px; place-content: center; color: var(--milk); background: var(--grass); box-shadow: inset 0 0 0 3px var(--grass), inset 0 0 0 6px var(--milk); border-radius: 50%; text-align: center; font-family: var(--mono); font-size: 8px; letter-spacing: .17em; line-height: 1.1; text-transform: uppercase; transform: rotate(11deg); }
.club-stamp strong { display: block; margin: 3px 0; font-family: var(--display); font-size: 42px; line-height: .85; }
.hero-flowers { position: absolute; z-index: 7; bottom: 0; width: 140px; height: 150px; }
.hero-flowers-left { left: 0; }.hero-flowers-right { right: 0; transform: scaleX(-1); }
.hero-flowers::before, .hero-flowers::after, .hero-flowers i, .hero-flowers b { position: absolute; display: block; content: ""; transform-origin: bottom; }
.hero-flowers::before { bottom: 0; left: 42px; width: 4px; height: 145px; background: var(--grass); transform: rotate(-28deg); }
.hero-flowers::after { bottom: 0; left: 67px; width: 4px; height: 130px; background: var(--grass); transform: rotate(25deg); }
.hero-flowers i { width: 35px; height: 58px; background: var(--grass); border-radius: 100% 0 100% 0; }
.hero-flowers i:nth-child(1) { bottom: 27px; left: 13px; transform: rotate(-22deg); }.hero-flowers i:nth-child(2) { bottom: 6px; left: 62px; transform: rotate(23deg); }.hero-flowers i:nth-child(3) { bottom: 65px; left: 73px; transform: rotate(46deg); }
.hero-flowers b { width: 31px; height: 31px; background: var(--saffron); border: 8px solid var(--blue); border-radius: 50%; }
.hero-flowers b:nth-of-type(1) { top: 9px; left: 2px; }.hero-flowers b:nth-of-type(2) { top: 25px; right: 3px; }

.sunburst { position: absolute; z-index: -1; top: 52px; right: -48px; width: min(52vw, 760px); aspect-ratio: 1; opacity: .98; }
.sun-core { position: absolute; inset: 20%; background: var(--saffron); border-radius: 50%; box-shadow: inset 0 0 0 14px rgba(244,234,210,.16); }
.sun-ray { position: absolute; top: 49%; left: -10%; width: 120%; height: 2.4%; background: var(--saffron); transform-origin: center; }
.sun-ray-a { transform: rotate(15deg); }.sun-ray-b { transform: rotate(45deg); }.sun-ray-c { transform: rotate(75deg); }.sun-ray-d { transform: rotate(105deg); }.sun-ray-e { transform: rotate(135deg); }.sun-ray-f { transform: rotate(165deg); }

.hero-ticker { position: absolute; z-index: 15; right: 0; bottom: 0; left: 0; display: flex; align-items: center; gap: 28px; min-height: 49px; padding-inline: 25px; color: var(--blue); background: var(--saffron); overflow: hidden; white-space: nowrap; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-ticker i { font-size: 17px; font-style: normal; }

.hello { padding-block: 100px 88px; }
.postcard { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; min-height: 465px; padding: 58px; background: var(--paper); box-shadow: var(--shadow); transform: rotate(-.5deg); }
.postcard::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(24,47,63,.18); pointer-events: none; }
.postcard-label { position: absolute; top: 23px; right: 28px; left: 28px; display: flex; justify-content: space-between; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.postcard-copy { align-self: center; max-width: 590px; padding-right: 45px; }
.postcard-copy h2 { margin-bottom: 23px; font-family: var(--display); font-size: clamp(41px, 4vw, 67px); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.postcard-copy > p:not(.section-kicker):not(.signature) { max-width: 550px; margin-bottom: 21px; font-size: 16px; }
.signature { display: flex; align-items: center; gap: 15px; margin-bottom: 0; font-family: var(--display); font-style: italic; }
.signature strong { font-size: 26px; font-style: normal; }
.postcard-art { position: relative; align-self: stretch; overflow: hidden; background: var(--blue); }
.postcard-art::before { content: ""; position: absolute; inset: 0; opacity: .14; background: repeating-linear-gradient(90deg, transparent 0 11px, var(--paper) 11px 12px); }
.postcard-sun { position: absolute; top: 13%; left: 20%; width: 150px; height: 150px; background: var(--saffron); border-radius: 50%; }
.postcard-water { position: absolute; right: 0; bottom: 0; left: 0; height: 52%; background: var(--tomato); }
.postcard-water i { position: relative; display: block; width: 72%; height: 15px; margin: 22px auto 0; border-top: 3px solid var(--milk); border-radius: 50%; }
.postcard-water i:nth-child(even) { width: 48%; margin-left: 12%; }
.postcard-boat { position: absolute; z-index: 3; right: 14%; bottom: 20%; width: 135px; height: 74px; background: var(--saffron); clip-path: polygon(0 30%, 100% 30%, 78% 100%, 20% 100%); }
.postcard-boat::before { content: ""; position: absolute; bottom: 70%; left: 49%; width: 4px; height: 115px; background: var(--milk); }
.postcard-boat span { position: absolute; bottom: 69%; left: 51%; width: 72px; height: 90px; background: var(--milk); clip-path: polygon(0 0, 100% 100%, 0 100%); }
.postcard-stamp { position: absolute; z-index: 4; top: 19px; right: 18px; display: grid; width: 70px; height: 84px; place-content: center; color: var(--blue); background: var(--milk); outline: 2px dashed var(--milk); outline-offset: 4px; text-align: center; font-family: var(--mono); font-size: 8px; line-height: 1; transform: rotate(5deg); }
.postcard-stamp strong { font-family: var(--display); font-size: 31px; }

.club-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 30px; border-top: 1px solid var(--blue); border-bottom: 1px solid var(--blue); }
.club-facts article { position: relative; min-height: 128px; padding: 22px 28px 19px 54px; }
.club-facts article + article { border-left: 1px solid var(--blue); }
.club-facts article > span { position: absolute; top: 24px; left: 18px; font-family: var(--mono); font-size: 10px; }
.club-facts h3 { margin-bottom: 7px; font-family: var(--display); font-size: 24px; }
.club-facts p { max-width: 260px; margin-bottom: 0; font-size: 13px; }

.program { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 7vw, 110px); padding-block: 100px; }
.program .section-heading { position: sticky; top: 60px; align-self: start; padding-top: 30px; }
.program .section-heading > p:last-child { max-width: 310px; }
.ticket-stack { display: grid; gap: 22px; }
.ticket { position: relative; display: grid; grid-template-columns: 130px minmax(0, 1fr) 112px; min-height: 172px; color: var(--paper); box-shadow: var(--shadow); overflow: hidden; transform: rotate(.35deg); }
.ticket:nth-child(even) { transform: rotate(-.45deg); }
.ticket::before, .ticket::after { content: ""; position: absolute; z-index: 4; right: 101px; width: 22px; height: 22px; background: var(--milk); border-radius: 50%; transform: translateX(50%); }
.ticket::before { top: -11px; }.ticket::after { bottom: -11px; }
.ticket-tomato { background: var(--tomato); }.ticket-saffron { color: var(--blue); background: var(--saffron); }.ticket-grass { background: var(--grass); }.ticket-blue { background: var(--blue); }
.ticket-time { display: flex; align-items: flex-start; justify-content: center; padding-top: 38px; border-right: 1px solid currentColor; font-family: var(--display); line-height: 1; }
.ticket-time span { font-size: 58px; letter-spacing: -.08em; }.ticket-time small { margin: 3px 0 0 5px; font-family: var(--mono); font-size: 14px; }
.ticket-copy { align-self: center; padding: 25px 32px; }
.ticket-copy p { margin-bottom: 6px; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.ticket-copy h3 { margin-bottom: 9px; font-family: var(--display); font-size: 28px; line-height: 1; }
.ticket-copy span { display: block; max-width: 430px; font-size: 13px; }
.ticket-stub { display: grid; align-content: center; justify-items: center; padding-left: 10px; border-left: 1px dashed currentColor; text-align: center; }
.ticket-stub b { font-family: var(--display); font-size: 48px; line-height: 1; }.ticket-stub span { margin-top: 10px; font-family: var(--mono); font-size: 7px; letter-spacing: .12em; line-height: 1.25; }

.dresscode { padding-block: 100px; color: var(--paper); background: var(--blue); overflow: hidden; }
.dress-shell { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(50px, 8vw, 130px); }
.dress-copy p:not(.section-kicker) { max-width: 475px; }
.dress-note { display: inline-flex; gap: 9px; margin-top: 18px; padding: 11px 17px; color: var(--blue); background: var(--saffron); border-radius: 999px; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.swatch-board { display: grid; grid-template-columns: repeat(6, 1fr); align-items: end; min-height: 430px; padding: 25px 25px 0; background: var(--milk); box-shadow: 15px 15px 0 var(--tomato); transform: rotate(1.5deg); }
.fabric { position: relative; display: flex; flex-direction: column; justify-content: flex-end; grid-column: span 2; height: 260px; padding: 17px 12px; color: var(--paper); box-shadow: inset 0 0 0 1px rgba(24,47,63,.12); overflow: hidden; }
.fabric::before { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(116deg, transparent 0 9px, var(--paper) 9px 10px); }
.fabric span, .fabric small { position: relative; z-index: 1; }.fabric span { font-family: var(--display); font-size: 20px; }.fabric small { font-family: var(--mono); font-size: 8px; }
.fabric:nth-child(2) { height: 350px; }.fabric:nth-child(3) { height: 300px; }.fabric:nth-child(4) { grid-column: 2 / span 2; height: 112px; }.fabric:nth-child(5) { grid-column: 4 / span 2; height: 145px; color: var(--blue); }
.fabric-tomato { background: var(--tomato); }.fabric-saffron { color: var(--blue); background: var(--saffron); }.fabric-grass { background: var(--grass); }.fabric-blue { background: var(--blue); }.fabric-milk { background: var(--paper); }

.route { padding-block: 100px 80px; }
.route-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; align-items: end; margin-bottom: 45px; }
.route-heading .section-kicker { grid-column: 1 / -1; }
.route-heading h2 { grid-row: span 2; margin-bottom: 0; }
.route-heading > p:last-of-type { align-self: end; margin-bottom: 20px; }
.route-link { justify-self: start; color: var(--paper); background: var(--tomato); }
.route-link i { color: var(--blue); background: var(--saffron); }
.map-card { position: relative; height: 525px; background: var(--saffron); box-shadow: var(--shadow); overflow: hidden; }
.map-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(var(--blue) 1px, transparent 1px), linear-gradient(90deg, var(--blue) 1px, transparent 1px); background-size: 45px 45px; }
.map-lake { position: absolute; top: -8%; right: -5%; width: 44%; height: 78%; color: var(--paper); background: var(--blue); border-radius: 46% 0 0 60%; transform: rotate(-8deg); }
.map-lake span { position: absolute; top: 46%; left: 25%; font-family: var(--display); font-size: 31px; font-style: italic; transform: rotate(8deg); }
.map-lake i { display: block; width: 55%; height: 22px; margin: 38px 0 0 25%; border-top: 2px solid var(--paper); border-radius: 50%; opacity: .5; }
.map-road { position: absolute; z-index: 2; height: 21px; background: var(--paper); border-top: 2px dashed var(--tomato); border-bottom: 2px dashed var(--tomato); }
.road-a { top: 65%; left: -4%; width: 61%; transform: rotate(-12deg); }.road-b { top: 41%; left: 42%; width: 45%; transform: rotate(-49deg); }
.map-start, .map-finish { position: absolute; z-index: 5; display: grid; max-width: 220px; }
.map-start { bottom: 38px; left: 6%; }.map-finish { top: 30px; right: 31%; }
.map-finish { color: var(--paper); text-shadow: 0 1px 0 rgba(24, 47, 63, .25); }
.map-start i, .map-finish i { position: relative; width: 34px; height: 34px; margin-bottom: 11px; background: var(--tomato); border: 7px solid var(--paper); border-radius: 50% 50% 50% 0; box-shadow: 0 0 0 2px var(--blue); transform: rotate(-45deg); }
.map-finish i { background: var(--grass); }
.map-start span, .map-finish span { font-family: var(--display); font-size: 22px; font-weight: 700; }.map-start small, .map-finish small { font-family: var(--mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.map-finish span, .map-finish small { width: max-content; max-width: 100%; padding-inline: 6px; background: var(--blue); }
.map-car { position: absolute; z-index: 7; bottom: 39%; left: 35%; width: 88px; height: 38px; background: var(--tomato); border-radius: 19px 25px 7px 7px; transform: rotate(-14deg); }
.map-car::before { content: ""; position: absolute; top: -23px; left: 20px; width: 49px; height: 29px; background: var(--tomato); clip-path: polygon(18% 0, 75% 0, 100% 100%, 0 100%); }
.map-car i, .map-car b { position: absolute; bottom: -9px; width: 21px; height: 21px; background: var(--blue); border: 5px solid var(--paper); border-radius: 50%; }.map-car i { left: 12px; }.map-car b { right: 12px; }
.map-car span { position: absolute; top: -17px; left: 32px; width: 24px; height: 16px; background: var(--saffron); clip-path: polygon(0 0, 70% 0, 100% 100%, 0 100%); }
.map-compass { position: absolute; right: 30px; bottom: 22px; display: grid; width: 70px; height: 70px; place-items: center; color: var(--blue); border: 2px solid var(--blue); border-radius: 50%; font-family: var(--mono); font-weight: 700; }
.map-compass i { position: absolute; width: 4px; height: 45px; background: var(--tomato); clip-path: polygon(50% 0, 100% 50%, 50% 43%, 0 50%); }
.map-compass span { position: absolute; top: 1px; font-size: 10px; }
.transfer-strip { display: grid; grid-template-columns: .7fr 1.3fr; gap: 35px; padding: 24px 30px; color: var(--paper); background: var(--grass); }
.transfer-strip strong { font-family: var(--display); font-size: 23px; line-height: 1.1; }.transfer-strip span { font-size: 13px; }

.gifts { padding-block: 90px; color: var(--paper); background: var(--tomato); overflow: hidden; }
.gifts-shell { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.gifts-copy p:not(.section-kicker) { max-width: 500px; }
.gifts-badge { display: inline-grid; margin-top: 16px; padding: 13px 18px; color: var(--blue); background: var(--saffron); transform: rotate(-2deg); }
.gifts-badge span { font-family: var(--mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }.gifts-badge strong { font-family: var(--display); font-size: 24px; }
.gifts-art { position: relative; min-height: 390px; }
.gift-sun { position: absolute; top: 15px; right: 8%; width: 190px; height: 190px; background: var(--saffron); border-radius: 50%; }
.parasol { position: absolute; z-index: 3; top: 29px; left: 11%; width: 315px; height: 320px; }
.parasol::before { content: ""; position: absolute; width: 310px; height: 160px; background: repeating-conic-gradient(from 270deg at 50% 100%, var(--paper) 0 12deg, var(--blue) 12deg 24deg); border-radius: 310px 310px 0 0; }
.parasol i { position: absolute; top: 145px; left: 50%; width: 8px; height: 190px; background: var(--blue); transform: rotate(5deg); }
.parasol span { position: absolute; top: 148px; left: 5px; width: 300px; height: 25px; background: var(--blue); clip-path: polygon(0 0, 10% 65%, 20% 0, 30% 65%, 40% 0, 50% 65%, 60% 0, 70% 65%, 80% 0, 90% 65%, 100% 0); }
.deck-chair { position: absolute; z-index: 5; right: 5%; bottom: 5px; width: 230px; height: 210px; transform: rotate(-7deg); }
.deck-chair::before { content: ""; position: absolute; top: 9px; right: 45px; width: 120px; height: 161px; background: repeating-linear-gradient(90deg, var(--saffron) 0 28px, var(--paper) 28px 56px); border: 9px solid var(--blue); transform: skew(-13deg); }
.deck-chair i, .deck-chair b { position: absolute; z-index: -1; bottom: 0; width: 9px; height: 190px; background: var(--blue); transform-origin: bottom; }.deck-chair i { left: 50px; transform: rotate(24deg); }.deck-chair b { right: 36px; transform: rotate(-25deg); }
.deck-chair span { position: absolute; right: 4px; bottom: 64px; width: 176px; height: 9px; background: var(--blue); transform: rotate(-6deg); }

.rsvp { padding-block: 100px; }
.rsvp-intro { max-width: 800px; margin: 0 auto 50px; text-align: center; }
.rsvp-intro h2 { font-size: clamp(64px, 9vw, 128px); }
.rsvp-intro > p:last-child { max-width: 550px; margin-inline: auto; }
.guest-card { position: relative; display: grid; grid-template-columns: 1fr 150px; max-width: 950px; margin-inline: auto; color: var(--paper); background: var(--blue); box-shadow: 18px 18px 0 var(--saffron); }
.guest-card-top { position: absolute; top: 0; right: 150px; left: 0; display: flex; justify-content: space-between; padding: 16px 30px; border-bottom: 1px solid rgba(244,234,210,.35); font-family: var(--mono); font-size: 9px; letter-spacing: .1em; }
.guest-card form { padding: 74px 45px 40px; }
.form-row, fieldset { margin: 0 0 25px; padding: 0; border: 0; }
.field-label, legend { display: block; width: 100%; margin-bottom: 10px; color: var(--saffron); font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.guest-card input[type="text"], .guest-card textarea { width: 100%; min-height: 52px; padding: 13px 0; color: var(--paper); background: transparent; border: 0; border-bottom: 1px solid rgba(244,234,210,.55); border-radius: 0; outline: 0; font-family: var(--display); font-size: 24px; transition-property: border-color, background-color;
  transition-duration: 150ms; transition-timing-function: ease-out; }
.guest-card textarea { min-height: 78px; resize: vertical; }
.guest-card input::placeholder, .guest-card textarea::placeholder { color: rgba(244,234,210,.42); }
.guest-card input:focus, .guest-card textarea:focus { border-color: var(--saffron); background: rgba(244,234,210,.04); }
.choice-grid { display: grid; gap: 10px; }.choice-grid-two { grid-template-columns: 1fr 1fr; }
.choice { position: relative; min-height: 50px; cursor: pointer; }
.choice input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice span { display: flex; align-items: center; gap: 11px; min-height: 50px; padding: 10px 14px; box-shadow: inset 0 0 0 1px rgba(244,234,210,.4); font-size: 13px; transition-property: color, background-color, box-shadow; transition-duration: 150ms; transition-timing-function: ease-out; }
.choice i { display: block; width: 17px; height: 17px; flex: 0 0 auto; box-shadow: inset 0 0 0 1px var(--paper); border: 4px solid var(--blue); border-radius: 50%; background: transparent; }
.choice input:checked + span { color: var(--blue); background: var(--saffron); box-shadow: inset 0 0 0 1px var(--saffron); }
.choice input:checked + span i { background: var(--tomato); box-shadow: inset 0 0 0 1px var(--tomato); }
.choice input:focus-visible + span { outline: 2px solid var(--paper); outline-offset: 3px; }
.demo-note { margin-bottom: 20px; font-size: 11px; opacity: .72; }
.submit-button { width: 100%; color: var(--blue); background: var(--saffron); }
.form-status { display: none; margin-top: 18px; padding: 16px; color: var(--blue); background: var(--paper); font-size: 13px; }
.form-status.is-visible { display: block; }
.guest-card-side { display: grid; align-content: center; justify-items: center; gap: 10px; color: var(--blue); background: var(--tomato); border-left: 2px dashed var(--blue); text-align: center; }
.guest-card-side span, .guest-card-side i { font-family: var(--mono); font-size: 9px; font-style: normal; letter-spacing: .16em; }.guest-card-side strong { font-family: var(--display); font-size: 82px; line-height: .8; }.guest-card-side b { display: grid; width: 78px; height: 78px; place-items: center; border: 2px solid var(--blue); border-radius: 50%; font-family: var(--display); font-size: 19px; transform: rotate(-12deg); }

.countdown { position: relative; padding-block: 85px; color: var(--paper); background: var(--grass); overflow: hidden; }
.countdown-shell { position: relative; z-index: 2; text-align: center; }
.countdown h2 { font-size: clamp(72px, 10vw, 150px); }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 870px; margin: 35px auto 45px; border-top: 1px solid rgba(244,234,210,.5); border-bottom: 1px solid rgba(244,234,210,.5); }
.countdown-grid div { padding: 26px 12px 20px; }.countdown-grid div + div { border-left: 1px solid rgba(244,234,210,.5); }
.countdown-grid strong { display: block; font-family: var(--display); font-size: clamp(45px, 6vw, 78px); font-variant-numeric: tabular-nums; letter-spacing: -.04em; line-height: 1; }
.countdown-grid span { font-family: var(--mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.countdown-date { margin-bottom: 0; font-family: var(--mono); font-size: 13px; font-weight: 700; letter-spacing: .35em; }
.countdown-sun { position: absolute; top: 50%; left: 50%; width: 820px; height: 820px; border: 2px solid rgba(244,234,210,.16); border-radius: 50%; transform: translate(-50%, -50%); }
.countdown-sun::before, .countdown-sun::after { content: ""; position: absolute; border: 2px solid rgba(244,234,210,.16); border-radius: 50%; }
.countdown-sun::before { inset: 100px; }.countdown-sun::after { inset: 205px; background: rgba(238,174,56,.07); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; min-height: 220px; padding: 50px clamp(24px, 5vw, 80px); color: var(--paper); background: var(--tomato); }
.footer-names { display: flex; align-items: center; gap: 11px; font-family: var(--display); font-size: clamp(37px, 4vw, 62px); font-weight: 700; letter-spacing: -.05em; }
.footer-names b { display: grid; width: 42px; height: 42px; place-items: center; color: var(--blue); background: var(--saffron); border-radius: 50%; font-size: 25px; }
.site-footer p { margin: 0; font-family: var(--mono); font-size: 9px; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.site-footer > a { justify-self: end; min-height: 44px; padding: 13px 0; font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-footer > a span { margin-left: 7px; font-size: 17px; }

.reveal { opacity: 1; transform: none; }
.js:not(.is-static-render) .reveal { opacity: 0; transform: translateY(18px); filter: blur(3px); transition-property: opacity, transform, filter; transition-duration: 650ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
.js:not(.is-static-render) .reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); }
.js:not(.is-static-render) .ticket:nth-child(2) { transition-delay: 70ms; }
.js:not(.is-static-render) .ticket:nth-child(3) { transition-delay: 140ms; }
.js:not(.is-static-render) .ticket:nth-child(4) { transition-delay: 210ms; }

:focus-visible { outline: 3px solid var(--saffron); outline-offset: 4px; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
}

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr 1fr; min-height: 760px; }
  .poster-title { font-size: clamp(70px, 10vw, 105px); }
  .poster-title b { width: 58px; height: 58px; font-size: 40px; }
  .pavilion-wrap { height: 520px; }.pavilion { width: 610px; height: 425px; right: -20%; }
  .program { gap: 45px; }.ticket { grid-template-columns: 105px minmax(0,1fr) 85px; }.ticket-time span { font-size: 48px; }.ticket-copy { padding-inline: 24px; }.ticket-copy h3 { font-size: 24px; }
  .dress-shell { gap: 60px; }.swatch-board { min-height: 390px; }.fabric { height: 230px; }.fabric:nth-child(2) { height: 315px; }.fabric:nth-child(3) { height: 280px; }
  .gifts-shell { gap: 45px; }.deck-chair { right: -3%; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 30px, 580px); }
  .section-kicker, .poster-eyebrow { margin-bottom: 13px; font-size: 9px; }
  .section-heading h2, .dress-copy h2, .route-heading h2, .gifts-copy h2, .rsvp-intro h2, .countdown h2 { font-size: clamp(43px, 14vw, 65px); line-height: .9; }

  .site-header { position: absolute; min-height: 70px; padding: 10px 15px; }
  .brand-mark { width: 39px; height: 39px; font-size: 18px; }.brand-copy strong { font-size: 15px; }.brand-copy small { font-size: 7px; }
  .menu-toggle { position: relative; z-index: 32; display: inline-flex; align-items: center; gap: 10px; min-width: 78px; min-height: 44px; padding: 6px 9px; color: var(--milk); background: transparent; border: 0; cursor: pointer; }
  .menu-label { font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
  .menu-icon { position: relative; display: block; width: 22px; height: 16px; }.menu-icon i { position: absolute; right: 0; left: 0; height: 2px; background: currentColor; transition-property: transform, top; transition-duration: 180ms; transition-timing-function: ease-out; }.menu-icon i:first-child { top: 3px; }.menu-icon i:last-child { top: 11px; }
  .menu-toggle[aria-expanded="true"] .menu-icon i:first-child { top: 7px; transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] .menu-icon i:last-child { top: 7px; transform: rotate(-45deg); }
  .site-nav { position: absolute; z-index: 31; top: 0; right: 0; display: grid; align-content: center; width: min(84vw, 330px); min-height: 380px; padding: 83px 28px 32px; color: var(--paper); background: var(--blue); box-shadow: -18px 20px 40px rgba(24,47,63,.25); transform: translateY(-110%); transition-property: transform; transition-duration: 240ms; transition-timing-function: cubic-bezier(.2,0,0,1); }
  .site-nav.is-open { transform: translateY(0); }.site-nav a { padding: 12px 0; font-family: var(--display); font-size: 24px; font-weight: 400; letter-spacing: -.02em; text-transform: none; }.site-nav .nav-rsvp { justify-self: start; margin-top: 10px; padding: 10px 18px; font-family: var(--mono); font-size: 10px; text-transform: uppercase; }

  .hero { display: block; min-height: 700px; padding: 108px 15px 49px; }
  .hero-copy { max-width: 390px; padding: 0 5px; }
  .poster-title { margin-bottom: 18px; font-size: clamp(63px, 21vw, 83px); line-height: .69; }.poster-title span:last-child { padding-left: .16em; }.poster-title b { top: 43%; right: 7%; width: 48px; height: 48px; font-size: 34px; }
  .hero-meta { margin-bottom: 20px; }.hero-meta p { padding: 9px 10px 9px 0; }.hero-meta p + p { padding-left: 10px; }.hero-meta strong { font-size: 20px; }.hero-meta span { font-size: 7px; }
  .hero-cta { min-height: 48px; padding-left: 17px; font-size: 9px; }.hero-cta i { width: 36px; height: 36px; }
  .pavilion-wrap { position: absolute; right: 0; bottom: 48px; width: 56%; height: 280px; }.pavilion { right: -29%; bottom: -2px; width: 360px; height: 265px; }.pavilion-roof { top: 20px; height: 74px; }.pavilion-roof span { bottom: 17px; font-size: 23px; }.pavilion-roof::after { bottom: 8px; height: 5px; }.pavilion-stage { top: 91px; border-width: 6px; border-bottom-width: 11px; }.pavilion-post { top: 86px; width: 10px; }.garland { top: 92px; }.garland i { width: 6px; height: 9px; border-width: 1px; }.dance-couple { right: 23%; bottom: 11%; transform: scale(.58); }.pavilion-flag, .club-stamp, .hero-flowers { display: none; }.sunburst { top: 47%; right: -33%; width: 340px; }.hero-ticker { gap: 18px; padding-inline: 15px; font-size: 8px; }

  .hello { padding-block: 66px 58px; }
  .postcard { display: block; min-height: 620px; padding: 44px 30px 28px; transform: rotate(-.35deg); }.postcard-label { top: 18px; right: 19px; left: 19px; font-size: 7px; }.postcard-copy { position: relative; z-index: 3; padding: 0; }.postcard-copy h2 { margin-bottom: 16px; font-size: 38px; }.postcard-copy > p:not(.section-kicker):not(.signature) { margin-bottom: 14px; font-size: 13px; line-height: 1.45; }.signature { font-size: 13px; }.signature strong { font-size: 20px; }.postcard-art { position: absolute; right: 28px; bottom: 28px; left: 28px; height: 220px; }.postcard-sun { top: 13%; left: 16%; width: 90px; height: 90px; }.postcard-boat { width: 90px; height: 49px; }.postcard-boat::before { height: 78px; }.postcard-boat span { width: 48px; height: 61px; }.postcard-stamp { width: 51px; height: 61px; font-size: 6px; }.postcard-stamp strong { font-size: 23px; }
  .club-facts { grid-template-columns: 1fr; margin-top: 22px; }.club-facts article { min-height: 94px; padding: 15px 20px 14px 46px; }.club-facts article + article { border-top: 1px solid var(--blue); border-left: 0; }.club-facts article > span { top: 17px; left: 14px; }.club-facts h3 { margin-bottom: 3px; font-size: 20px; }.club-facts p { font-size: 11px; }

  .program { display: block; padding-block: 68px; }.program .section-heading { position: static; padding: 0; }.program .section-heading > p:last-child { margin-bottom: 30px; font-size: 13px; }
  .ticket-stack { gap: 14px; }.ticket { grid-template-columns: 70px minmax(0,1fr); min-height: 155px; transform: none !important; }.ticket-time { padding-top: 29px; }.ticket-time span { font-size: 37px; }.ticket-time small { margin-left: 3px; font-size: 9px; }.ticket-copy { padding: 18px 16px; }.ticket-copy h3 { margin-bottom: 6px; font-size: 21px; }.ticket-copy span { font-size: 10px; line-height: 1.4; }.ticket-stub { position: absolute; right: 8px; bottom: 5px; display: block; padding: 0; border: 0; opacity: .32; }.ticket-stub b { font-size: 35px; }.ticket-stub span { display: none; }.ticket::before, .ticket::after { display: none; }

  .dresscode { padding-block: 68px; }.dress-shell { display: block; }.dress-copy p:not(.section-kicker) { margin-bottom: 14px; font-size: 13px; }.dress-note { margin-top: 4px; font-size: 8px; }.swatch-board { grid-template-columns: repeat(6, 1fr); min-height: 280px; margin-top: 32px; padding: 16px 16px 0; box-shadow: 9px 9px 0 var(--tomato); }.fabric { height: 160px; padding: 10px 7px; }.fabric:nth-child(2) { height: 220px; }.fabric:nth-child(3) { height: 190px; }.fabric:nth-child(4) { height: 72px; }.fabric:nth-child(5) { height: 92px; }.fabric span { font-size: 12px; }.fabric small { font-size: 6px; }

  .route { padding-block: 68px 58px; }.route-heading { display: block; margin-bottom: 28px; }.route-heading h2 { margin-bottom: 19px; }.route-heading > p:last-of-type { margin-bottom: 17px; font-size: 12px; }.route-link { min-height: 48px; font-size: 9px; }.route-link i { width: 36px; height: 36px; }
  .map-card { height: 410px; }.map-lake { top: -5%; right: -25%; width: 78%; height: 63%; }.map-lake span { left: 18%; font-size: 23px; }.road-a { top: 71%; left: -17%; width: 83%; }.road-b { top: 49%; left: 39%; width: 64%; }.map-start { bottom: 23px; left: 6%; max-width: 150px; }.map-finish { top: 21px; right: 10%; max-width: 160px; }.map-start span, .map-finish span { font-size: 17px; }.map-start small, .map-finish small { font-size: 7px; }.map-car { bottom: 36%; left: 36%; transform: scale(.72) rotate(-14deg); }.map-compass { right: 13px; bottom: 12px; width: 52px; height: 52px; }.transfer-strip { grid-template-columns: 1fr; gap: 7px; padding: 18px; }.transfer-strip strong { font-size: 19px; }.transfer-strip span { font-size: 11px; }

  .gifts { padding-block: 64px; }.gifts-shell { display: flex; flex-direction: column-reverse; gap: 24px; }.gifts-copy p:not(.section-kicker) { margin-bottom: 12px; font-size: 13px; }.gifts-badge { margin-top: 4px; }.gifts-badge strong { font-size: 20px; }.gifts-art { width: 100%; min-height: 265px; }.gift-sun { width: 125px; height: 125px; }.parasol { top: 18px; left: 1%; width: 220px; height: 230px; transform: scale(.73); transform-origin: top left; }.deck-chair { right: -10px; bottom: -8px; transform: scale(.72) rotate(-7deg); transform-origin: bottom right; }

  .rsvp { padding-block: 68px 78px; }.rsvp-intro { margin-bottom: 30px; }.rsvp-intro > p:last-child { font-size: 12px; }.guest-card { display: block; box-shadow: 9px 9px 0 var(--saffron); }.guest-card-top { right: 0; padding: 12px 17px; font-size: 7px; }.guest-card form { padding: 57px 18px 24px; }.form-row, fieldset { margin-bottom: 19px; }.field-label, legend { margin-bottom: 7px; font-size: 8px; }.guest-card input[type="text"], .guest-card textarea { min-height: 44px; padding: 9px 0; font-size: 19px; }.guest-card textarea { min-height: 62px; }.choice-grid-two { grid-template-columns: 1fr; gap: 7px; }.choice, .choice span { min-height: 44px; }.choice span { padding: 8px 11px; font-size: 11px; }.demo-note { font-size: 9px; }.submit-button { min-height: 48px; padding-left: 16px; font-size: 9px; }.submit-button i { width: 36px; height: 36px; }.guest-card-side { display: none; }.form-status { padding: 12px; font-size: 11px; }

  .countdown { padding-block: 64px; }.countdown-grid { grid-template-columns: 1fr 1fr; margin: 25px auto 30px; }.countdown-grid div { padding: 18px 10px 15px; }.countdown-grid div:nth-child(3) { border-top: 1px solid rgba(244,234,210,.5); border-left: 0; }.countdown-grid div:nth-child(4) { border-top: 1px solid rgba(244,234,210,.5); }.countdown-grid strong { font-size: 47px; }.countdown-date { font-size: 10px; }.countdown-sun { width: 510px; height: 510px; }

  .site-footer { grid-template-columns: 1fr; gap: 18px; min-height: 250px; padding: 44px 20px; text-align: center; }.footer-names { justify-content: center; font-size: 39px; }.footer-names b { width: 36px; height: 36px; font-size: 22px; }.site-footer > a { justify-self: center; }
}

.is-static-render *, .is-static-render *::before, .is-static-render *::after { animation: none !important; transition: none !important; }
.is-static-render .reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
