@font-face {
  font-family: "Crossing";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../font/Crossing-8OVm2.ttf") format("truetype");
}

:root {
  --wew-paper: #f4eddb;
  --wew-paper-soft: #fbf6e8;
  --wew-brown: #552819;
  --wew-brown-deep: #33170f;
  --wew-ink: #30231b;
  --wew-muted: #75695e;
  --wew-green: #8ca48d;
  --wew-green-deep: #50684f;
  --wew-silver: #c9c6bf;
  --wew-line: rgba(48, 35, 27, 0.46);
  --wew-shadow: 0 28px 80px rgba(48, 35, 27, 0.26);
  --wew-serif: Georgia, "Times New Roman", serif;
  --wew-crossing: "Crossing";
  --wew-charmonman: "Charmonman";
  --wew-script: var(--wew-crossing);
  --wew-mono: "Courier New", Courier, monospace;
  --wew-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(85, 40, 25, 0.08) 1px, transparent 1px) 0 0 / 56px 56px,
    var(--wew-paper);
  color: var(--wew-ink);
  font-family: var(--wew-sans);
  font-size: 16px;
  line-height: 1.55;
}

body.wew-menu-open,
body.wew-preloader-visible {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus {
  background: var(--wew-paper-soft);
  border: 1px solid var(--wew-line);
  clip: auto;
  clip-path: none;
  color: var(--wew-ink);
  height: auto;
  left: 16px;
  padding: 12px 16px;
  top: 16px;
  width: auto;
  z-index: 100000;
}

.wew-container {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 24px;
  width: 100%;
}

.wew-narrow {
  max-width: 760px;
  text-align: center;
}

.home .wew-site-header {
  display: none;
}

.wew-site-header {
  background: var(--wew-paper-soft);
  border-bottom: 1px solid var(--wew-line);
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 50;
}

.wew-header-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 70px;
  padding: 0 24px;
}

.wew-brand {
  color: var(--wew-ink);
  display: inline-flex;
  flex-direction: column;
  font-family: var(--wew-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.wew-brand small {
  color: var(--wew-muted);
  font-family: var(--wew-mono);
  font-size: 11px;
  font-weight: 400;
  margin-top: 5px;
  text-transform: uppercase;
}

.wew-brand .custom-logo {
  max-height: 56px;
  width: auto;
}

.wew-navigation {
  align-items: center;
  display: flex;
}

.wew-menu,
.wew-footer-menu {
  align-items: center;
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wew-menu a,
.wew-footer-menu a {
  border-radius: 999px;
  color: var(--wew-muted);
  display: inline-flex;
  font-family: var(--wew-mono);
  font-size: 12px;
  padding: 9px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.wew-menu a:hover,
.wew-menu a:focus-visible,
.wew-footer-menu a:hover,
.wew-footer-menu a:focus-visible {
  background: rgba(85, 40, 25, 0.1);
  color: var(--wew-brown);
  outline: 0;
}

.wew-nav-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid var(--wew-line);
  border-radius: 999px;
  display: none;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.wew-nav-toggle span:not(.screen-reader-text) {
  background: var(--wew-ink);
  display: block;
  height: 2px;
  margin: 3px 0;
  width: 18px;
}

.wew-kicker {
  color: var(--wew-brown);
  font-family: var(--wew-mono);
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.wew-button {
  align-items: center;
  border: 1px solid var(--wew-ink);
  border-radius: 999px;
  display: inline-flex;
  font-family: var(--wew-mono);
  font-size: 12px;
  justify-content: center;
  min-height: 34px;
  padding: 8px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.wew-button:hover,
.wew-button:focus-visible {
  outline: 0;
  transform: translateY(-1px);
}

.wew-button-primary {
  background: var(--wew-brown);
  border-color: var(--wew-brown);
  color: var(--wew-paper-soft);
}

.wew-button-secondary,
.wew-button-outline {
  background: transparent;
  color: var(--wew-ink);
}

.wew-button-outline:hover,
.wew-button-outline:focus-visible {
  background: var(--wew-ink);
  color: var(--wew-paper-soft);
}

.wew-preloader {
  align-items: center;
  background: #111;
  display: flex;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
}

.wew-preloader.is-opening {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.01);
  transition: opacity 620ms ease, transform 720ms ease;
}

.wew-preloader-stage {
  background:
    linear-gradient(180deg, rgba(24, 31, 23, 0) 0%, rgba(24, 31, 23, 0.08) 37%, rgba(255, 255, 255, 0) 38%),
    url("../images/1_preloader/background.jpg") center top / 100% 100% no-repeat;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.36);
  color: #46513b;
  flex: 0 0 auto;
  height: 100svh;
  max-height: 100svh;
  overflow: hidden;
  position: relative;
  width: min(100vw, 430px);
}

.wew-preloader-stage::after {
  background: linear-gradient(
    180deg,
    rgba(89, 90, 67, 0) 0%,
    rgba(89, 90, 67, 0.24) 24%,
    rgba(89, 90, 67, 0.52) 58%,
    rgba(89, 90, 67, 0.74) 100%
  );
  content: "";
  inset: 64.5% 0 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

@keyframes wewFadeInDown {
  from {
    opacity: 0;
    translate: 0 -14px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes wewFadeInUp {
  from {
    opacity: 0;
    translate: 0 16px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes wewNoteEnter {
  from {
    opacity: 0;
    scale: 0.94;
    translate: 0 12px;
  }

  to {
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }
}

@keyframes wewLineEnter {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
    translate: 0 8px;
  }

  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
    translate: 0 0;
  }
}

.wew-preloader-envelope p,
.wew-preloader-kicker,
.wew-preloader h2,
.wew-preloader-underline,
.wew-preloader-guest,
.wew-open-invitation {
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.2, 0.78, 0.2, 1);
}

.wew-preloader-envelope {
  left: 50%;
  position: absolute;
  top: 9.5%;
  transform: translateX(-50%);
  width: 62%;
  z-index: 2;
}

.wew-preloader-envelope img {
  filter: drop-shadow(0 18px 22px rgba(36, 42, 30, 0.2));
  width: 100%;
}

.wew-preloader-envelope p {
  color: #59634b;
  font-family: var(--wew-crossing);
  font-size: min(26px, 6vw);
  font-weight: 400;
  left: 52.5%;
  line-height: 0.82;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 40.6%;
  transform: rotate(2deg);
  width: 38%;
  animation-delay: 120ms;
  animation-duration: 760ms;
  animation-name: wewNoteEnter;
}

.wew-preloader-envelope span {
  display: block;
}

.wew-preloader-envelope em {
  display: block;
  font-family: var(--wew-charmonman);
  font-size: 0.49em;
  font-style: normal;
  line-height: 1.08;
  margin-top: 0.32em;
}

.wew-preloader-envelope em strong {
  font-weight: 700;
}

.wew-preloader-content {
  inset: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 4;
}

.wew-preloader-kicker {
  color: #4d5942;
  font-family: var(--wew-charmonman);
  font-size: min(26px, 6vw);
  line-height: 1;
  margin: 0;
  position: absolute;
  top: 53.3%;
  width: 100%;
  z-index: 4;
  animation-delay: 300ms;
  animation-duration: 740ms;
  animation-name: wewFadeInDown;
}

.wew-preloader-kicker strong {
  font-weight: 700;
}

.wew-preloader h2 {
  color: #46513b;
  font-family: var(--wew-crossing);
  font-size: min(56px, 13vw);
  font-weight: 400;
  line-height: 0.86;
  left: 50%;
  margin: 0;
  max-width: 94%;
  position: absolute;
  top: 57.6%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 94%;
  z-index: 4;
  animation-delay: 430ms;
  animation-duration: 820ms;
  animation-name: wewFadeInUp;
}

.wew-preloader h2::after {
  content: none;
}

.wew-preloader-underline {
  display: block;
  filter: drop-shadow(0 2px 4px rgba(55, 63, 45, 0.12));
  left: 50%;
  max-width: none;
  pointer-events: none;
  position: absolute;
  top: 64.4%;
  transform: translateX(-48%) rotate(-1.5deg);
  width: min(270px, 63vw);
  z-index: 4;
  animation-delay: 690ms;
  animation-duration: 780ms;
  animation-name: wewLineEnter;
}

.wew-preloader-guest {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: var(--wew-charmonman);
  font-size: min(20px, 4.65vw);
  font-weight: 500;
  gap: 0.38em;
  left: 50%;
  line-height: 1.16;
  margin: 0;
  max-width: 82%;
  position: absolute;
  top: 73.8%;
  transform: translateX(-50%);
  width: 82%;
  z-index: 4;
  animation-delay: 860ms;
  animation-duration: 720ms;
  animation-name: wewFadeInUp;
}

.wew-preloader-guest span,
.wew-preloader-guest strong {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  font-weight: 700;
  padding: 0;
  text-shadow: 0 2px 10px rgba(45, 48, 34, 0.5);
}

.wew-preloader-guest strong {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.wew-open-invitation {
  align-items: center;
  background: #595a43;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(45, 48, 34, 0.28);
  color: #fff;
  display: inline-flex;
  font-family: var(--wew-sans);
  font-size: min(15px, 3.5vw);
  font-weight: 700;
  gap: 0.45em;
  left: 50%;
  line-height: 1.1;
  margin: 0;
  min-height: 0;
  padding: 0.64em 1.25em 0.72em;
  position: absolute;
  top: 85.35%;
  transform: translateX(-50%);
  transition: transform 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
  z-index: 5;
  animation-delay: 1040ms;
  animation-duration: 720ms;
  animation-name: wewFadeInUp;
}

.wew-open-invitation span {
  font-size: 0.95em;
  line-height: 1;
  transform: translateY(-0.03em);
}

.wew-open-invitation:hover,
.wew-open-invitation:focus-visible {
  box-shadow: 0 16px 30px rgba(83, 80, 66, 0.22);
  outline: 0;
  transform: translateX(-50%) translateY(-2px);
}

.wew-preloader-flower {
  bottom: -5.5%;
  filter: drop-shadow(0 8px 14px rgba(83, 80, 66, 0.13));
  left: 50%;
  max-width: none;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 132%;
  z-index: 2;
}

@media (max-height: 760px) {
  .wew-preloader-flower {
    bottom: -18%;
  }
}

@media (max-height: 640px) {
  .wew-preloader-flower {
    bottom: -28%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wew-preloader-envelope p,
  .wew-preloader-kicker,
  .wew-preloader h2,
  .wew-preloader-underline,
  .wew-preloader-guest,
  .wew-open-invitation {
    animation: none;
    clip-path: none;
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }
}

.wew-music-toggle {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(70, 81, 59, 0.2);
  border-radius: 999px;
  bottom: 18px;
  box-shadow: 0 12px 30px rgba(48, 35, 27, 0.18);
  color: #46513b;
  font-family: var(--wew-sans);
  font-size: 12px;
  min-height: 38px;
  padding: 8px 13px;
  position: fixed;
  right: 18px;
  z-index: 60;
}

.wew-invitation-shell {
  background: var(--wew-paper);
  border-left: 2px solid var(--wew-brown-deep);
  border-right: 2px solid var(--wew-brown-deep);
  box-shadow: var(--wew-shadow);
  margin: 0 auto;
  max-width: 430px;
  min-height: 100vh;
  overflow: hidden;
}

.wew-cover {
  aspect-ratio: 1082 / 2410;
  background: url("../images/2_page_section_1/background.jpg") center top / 100% 100% no-repeat;
  color: #414c39;
  min-height: 0;
  overflow: visible;
  position: relative;
  z-index: 2;
}

@keyframes wewCoverFadeInDown {
  from {
    opacity: 0;
    translate: 0 -22px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes wewCoverFadeInUp {
  from {
    opacity: 0;
    translate: 0 24px;
  }

  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes wewCoverSoftPop {
  from {
    opacity: 0;
    scale: 0.94;
  }

  to {
    opacity: 1;
    scale: 1;
  }
}

.wew-cover-card,
.wew-cover-p1,
.wew-cover-p2,
.wew-cover-p3,
.wew-cover-p4,
.wew-cover-p5,
.wew-cover-flower-left,
.wew-cover-flower-right {
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(0.2, 0.78, 0.2, 1);
  will-change: opacity, translate, scale;
}

body.wew-invitation-revealed .wew-cover-card,
body.wew-invitation-revealed .wew-cover-p1,
body.wew-invitation-revealed .wew-cover-p2,
body.wew-invitation-revealed .wew-cover-p3,
body.wew-invitation-revealed .wew-cover-p4,
body.wew-invitation-revealed .wew-cover-p5,
body.wew-invitation-revealed .wew-cover-flower-left,
body.wew-invitation-revealed .wew-cover-flower-right {
  animation-play-state: running;
}

.wew-cover-card {
  background: #fff9c9;
  border-radius: 16px;
  box-shadow: 0 14px 20px rgba(29, 32, 24, 0.2);
  left: 7.5%;
  padding: 3.5% 3.5% 9.7%;
  position: absolute;
  top: 21.1%;
  width: 85%;
  z-index: 2;
  animation-delay: 120ms;
  animation-duration: 820ms;
  animation-name: wewCoverFadeInDown;
}

.wew-cover-card img {
  aspect-ratio: 700 / 467;
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
}

.wew-cover-card-copy {
  padding: 3.8% 2% 0;
  text-align: center;
}

.wew-cover-card-copy h1 {
  color: #3f4f36;
  font-family: var(--wew-charmonman);
  font-size: min(32px, 7.45vw);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 auto 4.7%;
  max-width: 100%;
  text-align: center;
  white-space: normal;
}

.wew-cover-card-copy p {
  color: #3d4437;
  font-family: var(--wew-sans);
  font-size: min(13px, 3vw);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 auto;
  max-width: 78%;
}

.wew-cover-gallery {
  inset: 0;
  position: absolute;
  z-index: 3;
}

.wew-cover-polaroid {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  position: absolute;
  --wew-polaroid-stroke:
    drop-shadow(4px 0 0 #fff9c9)
    drop-shadow(-4px 0 0 #fff9c9)
    drop-shadow(0 4px 0 #fff9c9)
    drop-shadow(0 -4px 0 #fff9c9)
    drop-shadow(0 10px 11px rgba(29, 32, 24, 0.16));
}

.wew-cover-polaroid::before {
  background: #fff9c9;
  border-radius: 13px;
  box-shadow: 0 12px 18px rgba(29, 32, 24, 0.2);
  content: "";
  position: absolute;
  z-index: 0;
}

.wew-cover-polaroid img {
  border-radius: 0;
  filter: var(--wew-polaroid-stroke);
  height: auto;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.wew-cover-p1 {
  left: 8.7%;
  top: 57%;
  width: 34.8%;
  animation-delay: 360ms;
  animation-duration: 760ms;
  animation-name: wewCoverFadeInUp;
}

.wew-cover-p1 img,
.wew-cover-p2 img {
  filter: var(--wew-polaroid-stroke) drop-shadow(0 8px 8px rgba(29, 32, 24, 0.14));
}

.wew-cover-p1::before {
  content: none;
}

.wew-cover-p2 {
  right: 9.2%;
  top: 57.8%;
  width: 34%;
  animation-delay: 450ms;
  animation-duration: 760ms;
  animation-name: wewCoverFadeInUp;
}

.wew-cover-p2::before {
  content: none;
}

.wew-cover-p3 {
  left: 50%;
  top: 68.4%;
  transform: translateX(-50%);
  width: 38.5%;
  z-index: 4;
  animation-delay: 590ms;
  animation-duration: 720ms;
  animation-name: wewCoverSoftPop;
}

.wew-cover-p3 img {
  filter: none;
}

.wew-cover-p3::before {
  border-radius: 12px;
  inset: -7.5% -5.5%;
}

.wew-cover-p4 {
  left: 10.2%;
  top: 77.2%;
  width: 31.5%;
  z-index: 5;
  animation-delay: 720ms;
  animation-duration: 760ms;
  animation-name: wewCoverFadeInUp;
}

.wew-cover-p4::before {
  content: none;
}

.wew-cover-p5 {
  right: 7.5%;
  top: 76.6%;
  width: 32.4%;
  z-index: 5;
  animation-delay: 810ms;
  animation-duration: 760ms;
  animation-name: wewCoverFadeInUp;
}

.wew-cover-p5::before {
  content: none;
}

.wew-cover-flower-left,
.wew-cover-flower-right {
  max-width: none;
  pointer-events: none;
  position: absolute;
  z-index: 6;
}

.wew-cover-flower-left {
  bottom: -5.6%;
  left: -3.2%;
  width: 31%;
  animation-delay: 960ms;
  animation-duration: 820ms;
  animation-name: wewCoverFadeInUp;
}

.wew-cover-flower-right {
  bottom: -8.8%;
  right: -4.2%;
  width: 32%;
  animation-delay: 1040ms;
  animation-duration: 820ms;
  animation-name: wewCoverFadeInUp;
}

@media (prefers-reduced-motion: reduce) {
  .wew-cover-card,
  .wew-cover-p1,
  .wew-cover-p2,
  .wew-cover-p3,
  .wew-cover-p4,
  .wew-cover-p5,
  .wew-cover-flower-left,
  .wew-cover-flower-right {
    animation: none;
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }
}

.wew-story-section {
  aspect-ratio: 900 / 2019;
  background: var(--wew-story-bg) center top / 100% 100% no-repeat;
  color: #414c39;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.wew-story-lead {
  color: #fff7c9;
  font-family: var(--wew-sans);
  font-size: min(19px, 4.45vw);
  font-weight: 400;
  left: 17.8%;
  line-height: 1.35;
  margin: 0;
  position: absolute;
  top: 7.7%;
  width: 66%;
}

.wew-story-copy {
  color: #414c39;
  font-family: var(--wew-sans);
  font-size: min(12.4px, 2.88vw);
  font-weight: 500;
  left: 24%;
  line-height: 1.35;
  padding: 0 1.2%;
  position: absolute;
  text-align: center;
  top: 33%;
  width: 52%;
}

.wew-story-copy p {
  margin: 0 0 6.1%;
}

.wew-story-copy p:last-child {
  margin-bottom: 0;
}

.wew-story-section h2 {
  color: #fff7c9;
  font-family: var(--wew-charmonman);
  font-size: min(74px, 17.2vw);
  font-style: normal;
  font-weight: 700;
  left: 50%;
  line-height: 1;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 86.2%;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 92%;
}

@keyframes wewScrollFadeUp {
  from {
    filter: blur(3px);
    opacity: 0;
    translate: 0 22px;
  }

  to {
    filter: blur(0);
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes wewScrollFadeDown {
  from {
    filter: blur(3px);
    opacity: 0;
    translate: 0 -18px;
  }

  to {
    filter: blur(0);
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes wewScrollSoftPop {
  from {
    filter: blur(2px);
    opacity: 0;
    scale: 0.96;
  }

  to {
    filter: blur(0);
    opacity: 1;
    scale: 1;
  }
}

body.wew-scroll-reveal-ready .wew-scroll-reveal {
  opacity: 0;
}

body.wew-scroll-reveal-ready .wew-scroll-reveal.is-visible {
  animation: wewScrollFadeUp 720ms cubic-bezier(0.2, 0.78, 0.2, 1) both;
}

body.wew-scroll-reveal-ready .wew-scroll-down.is-visible {
  animation-name: wewScrollFadeDown;
}

body.wew-scroll-reveal-ready .wew-scroll-pop.is-visible {
  animation-name: wewScrollSoftPop;
}

body.wew-scroll-reveal-ready .wew-scroll-delay-1.is-visible {
  animation-delay: 120ms;
}

body.wew-scroll-reveal-ready .wew-scroll-delay-2.is-visible {
  animation-delay: 220ms;
}

body.wew-scroll-reveal-ready .wew-scroll-delay-3.is-visible {
  animation-delay: 320ms;
}

body.wew-scroll-reveal-ready .wew-scroll-delay-4.is-visible {
  animation-delay: 430ms;
}

.wew-story-detail {
  aspect-ratio: 702 / 1567;
  background: var(--wew-story-detail-bg) center top / 100% 100% no-repeat;
  color: #414c39;
  overflow: hidden;
  position: relative;
}

.wew-story-detail-copy {
  color: #414c39;
  font-family: var(--wew-sans);
  font-size: min(11.8px, 2.75vw);
  font-weight: 500;
  left: 25%;
  line-height: 1.32;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 31.8%;
  width: 50%;
}

.wew-story-detail-copy p {
  margin: 0 0 5.4%;
}

.wew-story-detail-copy blockquote {
  color: #414c39;
  font-style: italic;
  font-weight: 800;
  line-height: 1.28;
  margin: 5.8% 0 0;
}

@media (prefers-reduced-motion: reduce) {
  body.wew-scroll-reveal-ready .wew-scroll-reveal {
    animation: none;
    filter: none;
    opacity: 1;
    scale: 1;
    translate: 0 0;
  }
}

.wew-couple-section {
  aspect-ratio: 900 / 2193;
  background: var(--wew-couple-bg) center top / 100% 100% no-repeat;
  color: #414c39;
  overflow: hidden;
  position: relative;
}

.wew-couple-verse {
  color: #3f4939;
  font-family: var(--wew-sans);
  font-size: min(9.2px, 2.14vw);
  font-weight: 800;
  left: 33.5%;
  line-height: 1.28;
  position: absolute;
  text-align: center;
  top: 8.6%;
  width: 33%;
}

.wew-couple-verse p {
  margin: 0 0 9%;
}

.wew-couple-verse strong {
  display: block;
  font-size: 0.94em;
  font-weight: 800;
}

.wew-couple-bismillah {
  left: 50%;
  max-width: none;
  position: absolute;
  top: 35.8%;
  transform: translateX(-50%);
  width: 64%;
}

.wew-couple-greeting {
  color: #3f4939;
  font-family: var(--wew-sans);
  font-size: min(11.8px, 2.74vw);
  font-weight: 800;
  left: 17.2%;
  line-height: 1.28;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 43.3%;
  width: 65.6%;
}

.wew-couple-person {
  color: #3f4939;
  left: 8%;
  position: absolute;
  text-align: center;
  width: 84%;
}

.wew-couple-person h2 {
  font-family: var(--wew-charmonman);
  font-size: min(33px, 7.7vw);
  font-weight: 700;
  line-height: 0.98;
  margin: 0 0 2.2%;
  white-space: nowrap;
}

.wew-couple-person p {
  font-family: var(--wew-sans);
  font-size: min(11.4px, 2.65vw);
  font-weight: 500;
  line-height: 1.24;
  margin: 0 auto;
  max-width: 76%;
}

.wew-couple-groom {
  top: 51.8%;
}

.wew-couple-bride {
  top: 62.9%;
}

.wew-couple-bride h2 {
  font-size: min(36px, 8.35vw);
}

.wew-couple-foot {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}

.wew-schedule-section {
  aspect-ratio: 799 / 1787;
  background: var(--wew-schedule-bg) center top / 100% 100% no-repeat;
  color: #3f4939;
  overflow: hidden;
  position: relative;
}

.wew-schedule-date {
  color: #3f4939;
  left: 13%;
  position: absolute;
  text-align: center;
  top: 12.7%;
  width: 74%;
}

.wew-schedule-date p {
  font-family: var(--wew-charmonman);
  font-size: min(25px, 5.82vw);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1%;
}

.wew-schedule-date h2 {
  font-family: var(--wew-crossing);
  font-size: min(35px, 8.15vw);
  font-weight: 400;
  line-height: 0.95;
  margin: 0;
  white-space: nowrap;
}

.wew-schedule-card {
  color: #3f4939;
  left: 19%;
  position: absolute;
  text-align: center;
  top: 40.6%;
  width: 62%;
}

.wew-schedule-card div + div {
  margin-top: 16%;
}

.wew-schedule-card h3 {
  font-family: var(--wew-charmonman);
  font-size: min(31px, 7.2vw);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3%;
}

.wew-schedule-card time {
  display: block;
  font-family: var(--wew-charmonman);
  font-size: min(18px, 4.18vw);
  font-weight: 400;
  line-height: 1;
}

.wew-schedule-countdown {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  box-shadow: 0 18px 30px rgba(31, 36, 28, 0.18);
  color: #111;
  left: 10.5%;
  padding: 5.6% 7% 6.2%;
  position: absolute;
  top: 72.5%;
  transform: rotate(1.6deg);
  width: 79%;
}

.wew-schedule-countdown header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.2%;
}

.wew-schedule-countdown h3 {
  color: #1f261d;
  font-family: var(--wew-sans);
  font-size: min(22px, 5.1vw);
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
}

.wew-schedule-countdown header span {
  align-items: center;
  border: 2px solid rgba(31, 36, 28, 0.48);
  border-radius: 999px;
  color: rgba(31, 36, 28, 0.62);
  display: flex;
  font-size: min(28px, 6.5vw);
  height: min(42px, 9.8vw);
  justify-content: center;
  line-height: 1;
  width: min(42px, 9.8vw);
}

.wew-schedule-timer {
  display: grid;
  gap: 4%;
  grid-template-columns: repeat(3, 1fr);
}

.wew-schedule-timer div {
  min-width: 0;
}

.wew-schedule-timer strong {
  background: #f4f4f4;
  border-radius: 8px;
  color: #000;
  display: block;
  font-family: var(--wew-sans);
  font-size: min(38px, 8.85vw);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10%;
  padding: 12% 2%;
  text-align: center;
}

.wew-schedule-timer span {
  color: #111;
  display: block;
  font-family: var(--wew-sans);
  font-size: min(16px, 3.72vw);
  line-height: 1;
  text-align: center;
}

.wew-location-book {
  aspect-ratio: 801 / 1795;
  background: var(--wew-location-bg) center top / 100% 100% no-repeat;
  color: #414c39;
  overflow: hidden;
  position: relative;
}

.wew-location-book h2 {
  color: #3f4939;
  font-family: var(--wew-charmonman);
  font-size: min(42px, 9.76vw);
  font-weight: 700;
  left: 15%;
  line-height: 1;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 31%;
  width: 64%;
}

.wew-location-photo {
  aspect-ratio: 360 / 378;
  height: 13.8%;
  left: 20%;
  object-fit: cover;
  position: absolute;
  top: 37.1%;
  width: 27.4%;
}

.wew-location-address {
  color: #414c39;
  font-family: var(--wew-sans);
  left: 49.5%;
  position: absolute;
  text-align: center;
  top: 38.5%;
  width: 25.8%;
}

.wew-location-address h3 {
  font-size: min(9.8px, 2.28vw);
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 7%;
}

.wew-location-address p {
  font-size: min(8.9px, 2.07vw);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.wew-location-map {
  background:
    radial-gradient(circle at 50% 40%, rgba(230, 77, 61, 0.18) 0 12%, transparent 13%),
    linear-gradient(140deg, transparent 0 38%, rgba(86, 177, 210, 0.52) 39% 41%, transparent 42%),
    linear-gradient(18deg, transparent 0 46%, rgba(86, 177, 210, 0.42) 47% 49%, transparent 50%),
    linear-gradient(90deg, transparent 0 23%, rgba(182, 187, 190, 0.36) 24% 25%, transparent 26%),
    linear-gradient(0deg, transparent 0 32%, rgba(182, 187, 190, 0.32) 33% 34%, transparent 35%),
    #f6f3ee;
  color: #605e56;
  font-family: var(--wew-sans);
  height: 13.4%;
  overflow: hidden;
  padding: 5.1% 3.8% 3%;
  position: absolute;
  right: 27%;
  top: 54.2%;
  width: 27%;
}

.wew-location-map::after {
  background: rgba(255, 255, 255, 0.74);
  content: "";
  inset: auto 0 0;
  height: 31%;
  position: absolute;
}

.wew-map-pin {
  background: #dc3f37;
  border-radius: 50% 50% 50% 0;
  height: min(18px, 4.18vw);
  left: 52%;
  position: absolute;
  top: 30%;
  transform: rotate(-45deg);
  width: min(18px, 4.18vw);
  z-index: 2;
}

.wew-map-pin::after {
  background: rgba(116, 24, 23, 0.3);
  border-radius: 999px;
  content: "";
  height: 34%;
  left: 33%;
  position: absolute;
  top: 33%;
  width: 34%;
}

.wew-location-map strong,
.wew-location-map small,
.wew-location-map p {
  display: block;
  position: relative;
  text-align: center;
  z-index: 3;
}

.wew-location-map strong {
  color: #e44a3e;
  font-size: min(7.4px, 1.72vw);
  line-height: 1;
  margin-top: 8%;
}

.wew-location-map small {
  color: #e44a3e;
  font-size: min(6.2px, 1.44vw);
  font-weight: 700;
}

.wew-location-map p {
  color: #605e56;
  font-size: min(6.4px, 1.49vw);
  font-weight: 600;
  line-height: 1.18;
  margin: 30% 0 0;
  text-align: left;
}

.wew-thanks-section {
  aspect-ratio: 702 / 1557;
  background: var(--wew-thanks-bg) center top / 100% 100% no-repeat;
  color: #414c39;
  overflow: hidden;
  position: relative;
}

.wew-thanks-photo {
  aspect-ratio: 1 / 1;
  filter: contrast(0.96) saturate(0.86) sepia(0.12);
  left: 10.6%;
  object-fit: cover;
  position: absolute;
  top: 11.4%;
  width: 78.8%;
}

.wew-thanks-card {
  background: rgba(248, 244, 236, 0.94);
  box-shadow: 0 14px 26px rgba(31, 36, 28, 0.12);
  left: 11.5%;
  padding: 5.4% 7% 5%;
  position: absolute;
  text-align: center;
  top: 59.4%;
  width: 77%;
}

.wew-thanks-toast {
  height: min(58px, 13.48vw);
  left: -5.5%;
  position: absolute;
  top: -9.4%;
  transform: rotate(-10deg);
  width: min(58px, 13.48vw);
  z-index: 2;
}

.wew-thanks-toast::before,
.wew-thanks-toast::after {
  background:
    linear-gradient(rgba(65, 76, 57, 0.9), rgba(65, 76, 57, 0.9)) 50% 78% / 1px 31% no-repeat,
    linear-gradient(rgba(65, 76, 57, 0.9), rgba(65, 76, 57, 0.9)) 50% 98% / 74% 1px no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.54) 0 30%, rgba(225, 181, 69, 0.82) 31% 67%, rgba(244, 221, 139, 0.66) 68% 100%) 50% 0 / 100% 57% no-repeat;
  border: 1px solid rgba(65, 76, 57, 0.82);
  border-bottom: 0;
  border-radius: 2px 2px 48% 48%;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 34%;
}

.wew-thanks-toast::before {
  left: 18%;
  transform: rotate(-14deg);
}

.wew-thanks-toast::after {
  right: 18%;
  transform: rotate(14deg);
}

.wew-thanks-copy {
  position: relative;
  z-index: 1;
}

.wew-thanks-copy p {
  color: #414c39;
  font-family: var(--wew-sans);
  font-size: min(10.8px, 2.51vw);
  font-weight: 500;
  line-height: 1.36;
  margin: 0 0 4.8%;
}

.wew-thanks-copy p:last-child {
  margin-bottom: 0;
}

.wew-thanks-signature {
  font-family: var(--wew-charmonman) !important;
  font-size: min(23px, 5.35vw) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  margin-top: 2.5% !important;
}

.wew-thanks-heart {
  bottom: -10.5%;
  height: min(82px, 19vw);
  pointer-events: none;
  position: absolute;
  right: -8.5%;
  transform: rotate(-11deg);
  width: min(86px, 20vw);
}

.wew-thanks-heart::before {
  color: #d9a93b;
  content: "\2661";
  font-family: var(--wew-charmonman);
  font-size: min(78px, 18vw);
  font-weight: 700;
  left: 0;
  line-height: 1;
  opacity: 0.9;
  position: absolute;
  top: 0;
}

.wew-thanks-heart::after {
  border-bottom: 3px solid rgba(217, 169, 59, 0.72);
  border-radius: 50%;
  content: "";
  height: 32%;
  left: 18%;
  position: absolute;
  top: 42%;
  transform: rotate(-17deg);
  width: 70%;
}

.wew-rsvp-section {
  aspect-ratio: 1083 / 2405;
  background: var(--wew-rsvp-bg) center top / 100% 100% no-repeat;
  color: #3f4939;
  overflow: hidden;
  position: relative;
}

.wew-rsvp-heading {
  left: 8.4%;
  position: absolute;
  text-align: center;
  top: 7.35%;
  width: 83.2%;
}

.wew-rsvp-heading h2 {
  color: #3f4939;
  font-family: var(--wew-crossing);
  font-size: min(32px, 7.44vw);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.wew-rsvp-heading p {
  color: #3f4939;
  font-family: var(--wew-sans);
  font-size: min(14px, 3.25vw);
  font-weight: 800;
  line-height: 1.34;
  margin: 7.2% auto 0;
  width: 92%;
}

.wew-rsvp-form {
  display: grid;
  gap: min(21px, 4.88vw);
  left: 14.2%;
  margin: 0;
  position: absolute;
  top: 28.9%;
  width: 71.6%;
}

.wew-rsvp-form label {
  display: block;
  margin: 0;
}

.wew-rsvp-form input,
.wew-rsvp-form select,
.wew-rsvp-form textarea {
  appearance: none;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #2f3728;
  display: block;
  font-family: var(--wew-sans);
  font-size: min(14px, 3.25vw);
  font-weight: 400;
  height: min(50px, 11.62vw);
  line-height: 1.2;
  margin: 0;
  padding: 0 min(12px, 2.8vw);
  width: 100%;
}

.wew-rsvp-form textarea {
  height: min(90px, 20.93vw);
  min-height: min(90px, 20.93vw);
  padding-top: min(16px, 3.72vw);
  resize: none;
}

.wew-rsvp-form input::placeholder,
.wew-rsvp-form textarea::placeholder {
  color: #20241e;
  opacity: 1;
}

.wew-rsvp-form select:invalid {
  color: #20241e;
}

.wew-rsvp-form button {
  align-items: center;
  background: #343d22;
  border: 0;
  border-radius: 0;
  color: #f4eddb;
  display: inline-flex;
  font-family: var(--wew-sans);
  font-size: min(14px, 3.25vw);
  font-weight: 500;
  height: min(52px, 12.1vw);
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  transition: background 180ms ease, transform 180ms ease;
  width: 100%;
}

.wew-rsvp-form button:hover,
.wew-rsvp-form button:focus-visible {
  background: #28301b;
  outline: 0;
  transform: translateY(-1px);
}

.wew-rsvp-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.wew-rsvp-alert {
  color: #f4eddb;
  font-family: var(--wew-sans);
  font-size: min(11px, 2.55vw);
  font-weight: 700;
  left: 0;
  line-height: 1.25;
  margin: 0;
  padding: min(9px, 2.09vw) min(12px, 2.8vw);
  position: absolute;
  bottom: calc(100% + min(9px, 2.09vw));
  text-align: center;
  width: 100%;
}

.wew-rsvp-alert-success {
  background: rgba(52, 61, 34, 0.92);
}

.wew-rsvp-alert-error {
  background: rgba(85, 40, 25, 0.92);
}

.wew-gift-section {
  aspect-ratio: 1080 / 2406;
  background: var(--wew-gift-bg) center top / 100% 100% no-repeat;
  color: #fff7c9;
  overflow: hidden;
  position: relative;
}

.wew-gift-heading {
  left: 8%;
  position: absolute;
  text-align: center;
  top: 25.2%;
  width: 84%;
}

.wew-gift-heading h2 {
  color: #fff7c9;
  font-family: var(--wew-crossing);
  font-size: min(44px, 10.23vw);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding-bottom: 11px;
}

.wew-gift-icon {
  border: min(4px, 0.93vw) solid currentColor;
  border-radius: min(8px, 1.86vw);
  display: block;
  height: min(96px, 22.32vw);
  margin: 10.2% auto 0;
  position: relative;
  width: min(106px, 24.65vw);
}

.wew-gift-icon::before {
  border-left: min(4px, 0.93vw) solid currentColor;
  border-right: min(4px, 0.93vw) solid currentColor;
  content: "";
  inset: 0 39%;
  position: absolute;
}

.wew-gift-icon::after {
  background: currentColor;
  content: "";
  height: min(4px, 0.93vw);
  left: 0;
  position: absolute;
  right: 0;
  top: 28%;
}

.wew-gift-icon i {
  background: currentColor;
  display: block;
  height: min(11px, 2.56vw);
  left: 50%;
  position: absolute;
  top: max(-7px, -1.62vw);
  transform: translateX(-50%);
  width: min(20px, 4.65vw);
}

.wew-gift-icon i::before,
.wew-gift-icon i::after {
  border: min(4px, 0.93vw) solid currentColor;
  border-radius: 50% 50% 50% 10%;
  content: "";
  height: min(34px, 7.9vw);
  position: absolute;
  top: max(-28px, -6.51vw);
  width: min(48px, 11.16vw);
}

.wew-gift-icon i::before {
  right: 48%;
  transform: rotate(31deg);
}

.wew-gift-icon i::after {
  left: 48%;
  transform: scaleX(-1) rotate(31deg);
}

.wew-gift-note {
  color: #fff7c9;
  font-family: var(--wew-sans);
  font-size: min(16px, 3.72vw);
  font-weight: 800;
  left: 9.6%;
  line-height: 1.36;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 48.1%;
  width: 80.8%;
}

.wew-gift-actions {
  display: flex;
  left: 16.8%;
  position: absolute;
  top: 60.3%;
  width: 88.4%;
  gap: 20px;
}

.wew-gift-actions button {
  background: rgba(255, 255, 255, 0.93);
  border: 0;
  border-radius: min(12px, 2.79vw);
  color: #313529;
  font-family: var(--wew-sans);
  font-size: min(17px, 3.95vw);
  font-weight: 400;
  height: min(64px, 14.88vw);
  line-height: 1;
  padding: 0;
  transition: transform 180ms ease, background 180ms ease;
  width: 34.5%;
}

.wew-gift-actions button:hover,
.wew-gift-actions button:focus-visible {
  background: #fff;
  outline: 0;
  transform: translateY(-2px);
}

.wew-gift-footer {
  bottom: 2.6%;
  color: rgba(255, 247, 201, 0.72);
  font-family: var(--wew-sans);
  font-size: min(11px, 2.55vw);
  font-weight: 500;
  left: 7%;
  line-height: 1.3;
  position: absolute;
  text-align: center;
  width: 86%;
}

.wew-gift-footer span {
  color: #fff7c9;
  font-size: 1.12em;
}

.wew-gift-modal[hidden] {
  display: none;
}

.wew-gift-modal {
  align-items: center;
  background: rgba(23, 28, 19, 0.64);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 9998;
}

body.wew-modal-open {
  overflow: hidden;
}

.wew-gift-modal-card {
  background: #fbf6e8;
  border: 1px solid rgba(52, 61, 34, 0.18);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(18, 21, 14, 0.34);
  color: #343d22;
  max-height: min(76vh, 680px);
  overflow: auto;
  padding: 28px 24px 24px;
  position: relative;
  width: min(360px, 88vw);
}

.wew-gift-modal-close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #343d22;
  display: flex;
  font-size: 28px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 36px;
}

.wew-gift-modal-card h2 {
  font-family: var(--wew-charmonman);
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin: 0 36px 14px 0;
}

.wew-gift-modal-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.wew-gift-modal-card dl {
  margin: 0 0 18px;
}

.wew-gift-modal-card dl div,
.wew-bank-list article {
  background: rgba(52, 61, 34, 0.08);
  border-radius: 6px;
  margin: 0 0 10px;
  padding: 13px 14px;
}

.wew-gift-modal-card dt,
.wew-bank-list h3 {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.wew-gift-modal-card dd,
.wew-bank-list p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.wew-bank-list {
  display: grid;
  gap: 12px;
}

.wew-bank-list small {
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.wew-gift-copy {
  background: #343d22;
  border: 0;
  border-radius: 999px;
  color: #fbf6e8;
  display: inline-flex;
  font-family: var(--wew-sans);
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin-top: 12px;
  min-height: 38px;
  padding: 12px 16px;
  width: 100%;
}

.wew-gift-copy.is-copied {
  background: #59634b;
}

.wew-location-panel {
  background: var(--wew-paper);
  border-bottom: 1px solid var(--wew-brown-deep);
}

.wew-strip-heading {
  align-items: center;
  border-bottom: 1px solid var(--wew-line);
  display: grid;
  grid-template-columns: 1fr 1.5fr 42px;
  min-height: 64px;
}

.wew-strip-heading span,
.wew-strip-heading a {
  align-items: center;
  border-right: 1px solid var(--wew-line);
  display: flex;
  font-family: var(--wew-serif);
  font-size: 15px;
  height: 100%;
  padding: 0 14px;
  text-decoration: none;
}

.wew-strip-heading a {
  border-right: 0;
  font-size: 20px;
  justify-content: center;
}

.wew-location-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
  padding: 28px 20px 22px;
}

.wew-location-grid article {
  margin: 0;
}

.wew-location-grid img {
  aspect-ratio: 1.35 / 1;
  filter: contrast(0.94) saturate(0.76) sepia(0.18);
  object-fit: cover;
  width: 100%;
}

.wew-location-grid span {
  display: inline-block;
  font-family: var(--wew-mono);
  font-size: 12px;
  margin-top: 12px;
}

.wew-location-grid p {
  color: var(--wew-muted);
  font-family: var(--wew-mono);
  font-size: 11px;
  line-height: 1.3;
  margin: 4px 0 0;
}

.wew-directions {
  border-top: 1px solid var(--wew-line);
  padding: 22px 20px 34px;
  position: relative;
}

.wew-directions h2 {
  border-bottom: 1px solid var(--wew-line);
  font-family: var(--wew-serif);
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 18px;
  padding-bottom: 8px;
}

.wew-directions .wew-button::before {
  content: "\2192";
  font-size: 24px;
  left: 20px;
  position: absolute;
}

.wew-stamp {
  align-items: center;
  background: var(--wew-brown);
  clip-path: polygon(50% 0, 58% 20%, 78% 10%, 80% 32%, 100% 40%, 82% 52%, 90% 72%, 68% 70%, 56% 100%, 44% 72%, 20% 86%, 24% 58%, 0 48%, 22% 36%, 14% 14%, 38% 22%);
  color: var(--wew-paper-soft);
  display: flex;
  font-family: var(--wew-mono);
  font-size: 9px;
  height: 78px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
  top: 14px;
  transform: rotate(18deg);
  width: 78px;
}

.wew-brown-panel {
  background: var(--wew-brown);
  color: var(--wew-paper-soft);
  min-height: 460px;
  padding: 46px 20px;
  position: relative;
}

.wew-brown-title {
  margin: 0 auto 44px;
  max-width: 330px;
  text-align: center;
}

.wew-brown-title p,
.wew-brown-title span {
  font-family: var(--wew-serif);
  font-size: 14px;
  margin: 0;
}

.wew-brown-title h2 {
  font-family: var(--wew-script);
  font-size: 62px;
  font-weight: 400;
  line-height: 0.9;
  margin: 0;
}

.wew-request-grid {
  border-top: 1px solid rgba(251, 246, 232, 0.38);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.wew-request-grid article {
  border-bottom: 1px solid rgba(251, 246, 232, 0.38);
  min-height: 132px;
  padding: 18px 0 16px;
}

.wew-request-grid span {
  font-family: var(--wew-mono);
  font-size: 12px;
}

.wew-request-grid h3 {
  font-family: var(--wew-serif);
  font-size: 16px;
  font-weight: 400;
  margin: 6px 0 12px;
}

.wew-request-grid p {
  color: rgba(251, 246, 232, 0.72);
  font-family: var(--wew-mono);
  font-size: 11px;
  line-height: 1.35;
  margin: 0;
}

.wew-stamp-light {
  background: var(--wew-paper-soft);
  color: var(--wew-brown);
  left: 20px;
  right: auto;
  top: auto;
  bottom: 24px;
  transform: rotate(-18deg);
}

.wew-menu-panel {
  background: var(--wew-brown);
  min-height: 620px;
  overflow: hidden;
  padding: 0 20px 46px;
  position: relative;
}

.wew-stripes {
  background: repeating-linear-gradient(90deg, var(--wew-paper) 0 28px, rgba(244, 237, 219, 0.58) 28px 44px, var(--wew-brown) 44px 70px);
  height: 128px;
  margin: 0 -20px;
}

.wew-silver-tray {
  align-items: center;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(255, 255, 255, 0.95) 0 21%, rgba(205, 203, 198, 0.98) 24%, rgba(142, 139, 134, 0.9) 37%, rgba(241, 239, 235, 0.98) 50%, rgba(130, 126, 120, 0.86) 60%, rgba(247, 246, 243, 0.95) 68%, rgba(131, 127, 121, 0.88) 78%, rgba(238, 236, 232, 0.92) 89%, rgba(114, 110, 105, 0.82) 100%);
  border: 7px double rgba(248, 247, 244, 0.86);
  border-radius: 48% 52% 45% 55% / 38% 42% 58% 62%;
  box-shadow:
    inset 0 0 28px rgba(255, 255, 255, 0.75),
    inset 0 -18px 34px rgba(65, 61, 56, 0.32),
    0 28px 46px rgba(16, 9, 6, 0.34);
  display: flex;
  justify-content: center;
  margin: -40px auto 0;
  min-height: 462px;
  padding: 72px 48px;
  position: relative;
  width: 330px;
}

.wew-silver-tray::before {
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-radius: inherit;
  content: "";
  inset: 18px;
  position: absolute;
}

.wew-menu-card {
  background: var(--wew-paper-soft);
  border: 1px solid rgba(48, 35, 27, 0.32);
  box-shadow: 0 16px 34px rgba(48, 35, 27, 0.18);
  color: var(--wew-ink);
  padding: 28px 20px;
  position: relative;
  text-align: center;
  width: 210px;
  z-index: 1;
}

.wew-menu-card::before,
.wew-menu-card::after {
  background: var(--wew-muted);
  border-radius: 50%;
  content: "";
  height: 10px;
  position: absolute;
  top: 12px;
  width: 10px;
}

.wew-menu-card::before {
  left: 38px;
}

.wew-menu-card::after {
  right: 38px;
}

.wew-menu-card h2 {
  font-family: var(--wew-serif);
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.wew-menu-card p {
  font-family: var(--wew-serif);
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 14px;
}

.wew-menu-card p:last-child {
  margin-bottom: 0;
}

.wew-photo-panel {
  background: var(--wew-paper);
  padding: 34px 20px 44px;
  text-align: center;
}

.wew-photo-panel figure {
  margin: 0;
}

.wew-photo-panel img {
  aspect-ratio: 1.55 / 1;
  border: 7px solid var(--wew-paper-soft);
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(48, 35, 27, 0.2);
  filter: contrast(0.95) saturate(0.74) sepia(0.18);
  object-fit: cover;
  width: 100%;
}

.wew-photo-panel figcaption {
  font-family: var(--wew-script);
  font-size: 56px;
  line-height: 0.82;
  margin-top: 18px;
}

.wew-photo-panel p {
  color: var(--wew-muted);
  font-family: var(--wew-mono);
  font-size: 11px;
  margin: 12px auto 18px;
  max-width: 270px;
}

.wew-dress-code {
  background: var(--wew-brown);
  color: var(--wew-paper-soft);
  min-height: 420px;
  overflow: hidden;
  padding: 38px 20px 52px;
  position: relative;
  text-align: center;
}

.wew-dress-code h2 {
  font-family: var(--wew-serif);
  font-size: 34px;
  font-weight: 400;
  margin: 0 0 8px;
}

.wew-dress-code p {
  color: rgba(251, 246, 232, 0.72);
  font-family: var(--wew-mono);
  font-size: 12px;
  margin: 0;
}

.wew-polaroid-stack {
  height: 300px;
  margin: 28px auto 0;
  max-width: 320px;
  position: relative;
}

.wew-polaroid-stack span {
  background:
    linear-gradient(rgba(251, 246, 232, 0.08), rgba(251, 246, 232, 0.08)),
    url("../images/1_preloader/background.jpg") center / cover;
  border: 9px solid var(--wew-green);
  border-bottom-width: 28px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  height: 142px;
  position: absolute;
  width: 108px;
}

.wew-polaroid-stack span:nth-child(1) {
  left: 8px;
  top: 12px;
  transform: rotate(-11deg);
}

.wew-polaroid-stack span:nth-child(2) {
  left: 104px;
  top: 54px;
  transform: rotate(5deg);
}

.wew-polaroid-stack span:nth-child(3) {
  right: 12px;
  top: 24px;
  transform: rotate(14deg);
}

.wew-polaroid-stack span:nth-child(4) {
  bottom: 6px;
  left: 68px;
  transform: rotate(-4deg);
}

.wew-save-date {
  background:
    linear-gradient(rgba(244, 237, 219, 0.84), rgba(244, 237, 219, 0.84)),
    repeating-linear-gradient(90deg, var(--wew-paper) 0 32px, rgba(85, 40, 25, 0.46) 32px 44px);
  min-height: 590px;
  padding: 44px 20px 46px;
  text-align: center;
}

.wew-save-date h2 {
  font-family: var(--wew-serif);
  font-size: 31px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.wew-save-date > p {
  font-family: var(--wew-serif);
  font-size: 18px;
  margin: 28px 0;
  text-transform: uppercase;
}

.wew-save-date > p span {
  display: block;
  font-family: var(--wew-mono);
  font-size: 12px;
  margin-top: 8px;
}

.wew-envelope {
  align-items: center;
  background:
    linear-gradient(146deg, transparent 49%, rgba(80, 104, 79, 0.38) 50%),
    linear-gradient(214deg, transparent 49%, rgba(140, 164, 141, 0.58) 50%),
    var(--wew-green);
  clip-path: polygon(50% 0, 100% 32%, 100% 100%, 0 100%, 0 32%);
  display: flex;
  height: 250px;
  justify-content: center;
  margin: 0 auto 28px;
  max-width: 310px;
  padding: 36px;
  position: relative;
}

.wew-envelope a {
  background: var(--wew-paper-soft);
  border: 1px solid var(--wew-line);
  box-shadow: 0 12px 24px rgba(48, 35, 27, 0.18);
  color: var(--wew-brown);
  display: block;
  font-family: var(--wew-serif);
  font-size: 24px;
  line-height: 1.08;
  padding: 28px 18px;
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(16deg);
}

.wew-countdown {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: 24px auto 0;
  max-width: 350px;
}

.wew-countdown div {
  background: rgba(251, 246, 232, 0.82);
  border: 1px solid var(--wew-line);
  padding: 12px 6px;
}

.wew-countdown strong {
  display: block;
  font-family: var(--wew-serif);
  font-size: 25px;
  line-height: 1;
}

.wew-countdown span {
  color: var(--wew-muted);
  display: block;
  font-family: var(--wew-mono);
  font-size: 10px;
  margin-top: 4px;
  text-transform: uppercase;
}

.wew-section {
  padding: 88px 0;
}

.wew-page-hero {
  background: var(--wew-paper);
  border-bottom: 1px solid var(--wew-line);
  padding: 96px 0;
}

.wew-page-hero h1,
.wew-section h2 {
  font-family: var(--wew-serif);
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.wew-post-list {
  display: grid;
  gap: 22px;
}

.wew-post-card {
  align-items: center;
  background: var(--wew-paper-soft);
  border: 1px solid var(--wew-line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  padding: 18px;
}

.wew-post-card h2 {
  font-family: var(--wew-serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 10px;
}

.wew-post-card h2 a {
  text-decoration: none;
}

.wew-post-meta {
  color: var(--wew-brown);
  font-family: var(--wew-mono);
  font-size: 12px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.wew-post-thumb img,
.wew-thumb-placeholder {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.wew-thumb-placeholder {
  background: repeating-linear-gradient(90deg, var(--wew-paper) 0 22px, rgba(85, 40, 25, 0.18) 22px 36px);
}

.wew-entry-content {
  background: var(--wew-paper-soft);
  border: 1px solid var(--wew-line);
  color: var(--wew-muted);
  font-size: 18px;
  padding: 42px;
}

.wew-entry-content > *:first-child {
  margin-top: 0;
}

.wew-entry-content > *:last-child {
  margin-bottom: 0;
}

.wew-featured-image {
  margin-bottom: 32px;
}

.wew-featured-image img {
  width: 100%;
}

.wew-post-nav {
  margin-top: 28px;
}

.wew-post-nav .nav-links,
.pagination .nav-links,
.comment-navigation .nav-links {
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.wew-footer-widgets {
  background: var(--wew-paper-soft);
  border-top: 1px solid var(--wew-line);
  padding: 48px 0;
}

.home .wew-footer-widgets {
  display: none;
}

.home .wew-site-footer {
  display: none;
}

.wew-site-footer {
  background: var(--wew-brown-deep);
  color: rgba(251, 246, 232, 0.76);
  padding: 48px 0;
  text-align: center;
}

.wew-footer-names {
  color: var(--wew-paper-soft);
  font-family: var(--wew-script);
  font-size: 42px;
  line-height: 1;
  margin: 0 0 18px;
}

.wew-footer-menu {
  justify-content: center;
  margin-bottom: 18px;
}

.wew-footer-menu a {
  color: rgba(251, 246, 232, 0.72);
}

.wew-footer-note {
  margin: 0;
}

.comments-area {
  margin-top: 48px;
}

.comment-list {
  padding-left: 20px;
}

input,
textarea,
select {
  background: var(--wew-paper-soft);
  border: 1px solid var(--wew-line);
  border-radius: 999px;
  font: inherit;
  max-width: 100%;
  padding: 10px 14px;
}

textarea {
  border-radius: 16px;
  width: 100%;
}

button,
input[type="submit"] {
  cursor: pointer;
}

input[type="submit"] {
  background: var(--wew-brown);
  border-color: var(--wew-brown);
  color: var(--wew-paper-soft);
  font-family: var(--wew-mono);
  padding: 12px 22px;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .wew-header-inner {
    min-height: 66px;
  }

  .wew-nav-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .wew-navigation {
    background: var(--wew-paper-soft);
    border-top: 1px solid var(--wew-line);
    box-shadow: var(--wew-shadow);
    display: none;
    left: 0;
    padding: 18px 24px 24px;
    position: absolute;
    right: 0;
    top: 66px;
  }

  .wew-navigation.is-open {
    display: block;
  }

  .wew-menu {
    align-items: stretch;
    flex-direction: column;
  }

  .wew-menu a {
    padding: 12px 0;
  }

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

@media (max-width: 520px) {
  body {
    background: var(--wew-paper);
  }

  .wew-container,
  .wew-header-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .wew-invitation-shell {
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    max-width: none;
  }

  .wew-cover-photo,
  .wew-cover-photo img {
    height: 590px;
    min-height: 590px;
  }

  .wew-cover-photo figcaption {
    font-size: 62px;
    left: 18px;
    right: 18px;
  }

  .wew-silver-tray {
    min-height: 420px;
    padding: 56px 36px;
    width: 300px;
  }

  .wew-countdown strong {
    font-size: 22px;
  }
}
