.template-spesial-03 {
  --accent: #6d1727;
  --accent-dark: #7a1326;
  --muted: #f1f1f1;
  --paper: #f8eeee;
  --paper-deep: #ead8da;
  --line: rgba(122, 19, 38, 0.16);
  --shadow: 0 22px 64px rgba(122, 19, 38, 0.14);
}

.template-spesial-03 .cover-gate {
  place-items: center;
  padding: 0 20px 104px;
  text-align: center;
}

.template-spesial-03 .cover-gate__image {
  object-position: center top;
}

.template-spesial-03 .cover-gate__veil {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 236, 238, 0.18) 42%, rgba(248, 236, 238, 0.88) 66%, rgba(244, 231, 233, 0.98) 100%),
    radial-gradient(circle at 50% 86%, rgba(255, 255, 255, 0.72), transparent 17rem);
}

.template-spesial-03 .cover-flower {
  position: absolute;
  z-index: 2;
  width: clamp(126px, 34vw, 230px);
  max-width: none;
  pointer-events: none;
  filter: drop-shadow(0 16px 24px rgba(122, 19, 38, 0.15));
  mix-blend-mode: multiply;
  transform-origin: 50% 12%;
  will-change: transform;
}

.template-spesial-03 .special-03-snowfall {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.template-spesial-03 .special-03-snowfall span {
  position: absolute;
  top: -18px;
  left: var(--snow-left);
  width: var(--snow-size);
  height: var(--snow-size);
  border-radius: 50%;
  background: rgba(255, 232, 236, 0.72);
  box-shadow: 0 0 10px rgba(122, 19, 38, 0.22);
  animation: special03SnowFall var(--snow-speed) linear infinite;
  animation-delay: var(--snow-delay);
}

.template-spesial-03 .special-03-snowfall span:nth-child(1) {
  --snow-left: 7%;
  --snow-size: 6px;
  --snow-speed: 10s;
  --snow-delay: -2s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(2) {
  --snow-left: 16%;
  --snow-size: 4px;
  --snow-speed: 13s;
  --snow-delay: -8s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(3) {
  --snow-left: 24%;
  --snow-size: 7px;
  --snow-speed: 11s;
  --snow-delay: -4s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(4) {
  --snow-left: 35%;
  --snow-size: 5px;
  --snow-speed: 14s;
  --snow-delay: -10s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(5) {
  --snow-left: 44%;
  --snow-size: 8px;
  --snow-speed: 12s;
  --snow-delay: -6s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(6) {
  --snow-left: 55%;
  --snow-size: 4px;
  --snow-speed: 15s;
  --snow-delay: -1s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(7) {
  --snow-left: 66%;
  --snow-size: 7px;
  --snow-speed: 10.5s;
  --snow-delay: -7s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(8) {
  --snow-left: 78%;
  --snow-size: 5px;
  --snow-speed: 13.5s;
  --snow-delay: -3s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(9) {
  --snow-left: 90%;
  --snow-size: 6px;
  --snow-speed: 11.5s;
  --snow-delay: -9s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(10) {
  --snow-left: 12%;
  --snow-size: 5px;
  --snow-speed: 16s;
  --snow-delay: -5s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(11) {
  --snow-left: 29%;
  --snow-size: 8px;
  --snow-speed: 14.5s;
  --snow-delay: -11s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(12) {
  --snow-left: 40%;
  --snow-size: 4px;
  --snow-speed: 10.8s;
  --snow-delay: -6.5s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(13) {
  --snow-left: 52%;
  --snow-size: 6px;
  --snow-speed: 13.8s;
  --snow-delay: -2.5s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(14) {
  --snow-left: 63%;
  --snow-size: 5px;
  --snow-speed: 11.8s;
  --snow-delay: -8.5s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(15) {
  --snow-left: 73%;
  --snow-size: 7px;
  --snow-speed: 15.5s;
  --snow-delay: -4.5s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(16) {
  --snow-left: 84%;
  --snow-size: 4px;
  --snow-speed: 12.4s;
  --snow-delay: -10.5s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(17) {
  --snow-left: 94%;
  --snow-size: 6px;
  --snow-speed: 14.8s;
  --snow-delay: -7.5s;
}

.template-spesial-03 .special-03-snowfall span:nth-child(18) {
  --snow-left: 3%;
  --snow-size: 5px;
  --snow-speed: 11.2s;
  --snow-delay: -12s;
}

@keyframes special03SnowFall {
  from {
    opacity: 0;
    transform: translate3d(-10px, -10vh, 0);
  }

  14% {
    opacity: 0.86;
  }

  to {
    opacity: 0.12;
    transform: translate3d(16px, 108vh, 0);
  }
}

.template-spesial-03 .cover-flower--top-right {
  top: -10px;
  right: -74px;
  width: clamp(170px, 46vw, 280px);
  opacity: 0.94;
  animation: coverFlowerSwayRight 5.4s ease-in-out infinite alternate;
}

.template-spesial-03 .cover-flower--bottom-left {
  left: -42px;
  bottom: -10px;
  width: clamp(235px, 68vw, 390px);
  opacity: 0.98;
  transform-origin: 50% 50%;
  animation: coverFlowerFloatBottomLeft 5.8s ease-in-out infinite alternate;
}

.template-spesial-03 .cover-gate__content {
  z-index: 3;
  width: min(430px, 100%);
  transform: translateY(224px);
}

@keyframes coverFlowerSwayRight {
  from {
    transform: translate3d(5px, -3px, 0) rotate(2deg) scale(1);
  }

  to {
    transform: translate3d(-7px, 9px, 0) rotate(-3deg) scale(1.02);
  }
}

@keyframes coverFlowerFloatRight {
  from {
    transform: translate3d(4px, 4px, 0) rotate(184deg) scale(1);
  }

  to {
    transform: translate3d(-8px, -8px, 0) rotate(178deg) scale(1.025);
  }
}

@keyframes coverFlowerFloatBottomLeft {
  from {
    transform: translate3d(4px, 4px, 0) scale(1);
  }

  to {
    transform: translate3d(-8px, -8px, 0) scale(1.025);
  }
}

.template-spesial-03 .cover-gate .script-label {
  margin-bottom: 12px;
  color: var(--accent-dark);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: none;
}

.template-spesial-03 .cover-gate h3 {
  color: var(--accent-dark);
  font-family: "Peace Maker", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(52px, 2vw, 82px);
  font-weight: 400;
  line-height: 0.9;
  text-shadow: none;
}

.template-spesial-03 .guest-text {
  margin: 15px 0 0;
  color: var(--accent-dark);
  text-align: center;
  text-shadow: none;
}

.template-spesial-03 .guest-text span {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.template-spesial-03 .guest-text strong {
  display: block;
  margin-top: 8px;
  color: #58535a;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 700;
}

.template-spesial-03 .button-light {
  margin-top: 18px;
  color: var(--white);
  border-color: var(--accent);
  background: linear-gradient(180deg, #ac2a42, #85182b);
  box-shadow: 0 14px 28px rgba(122, 19, 38, 0.24);
}

@font-face {
  font-family: "Peace Maker";
  src: url("/assets/Peace Maker.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Ocean Delight";
  src: url("/assets/Ocean Delight.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

.special-03-medallion {
  display: none;
}

.template-spesial-03 .hero-panel {
  min-height: 100svh;
  padding: 92px 20px 112px;
  color: var(--accent-dark);
  background:
    radial-gradient(circle at 18% 68%, rgba(155, 32, 54, 0.12), transparent 12rem),
    radial-gradient(circle at 78% 42%, rgba(155, 32, 54, 0.08), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 238, 238, 0.95)),
    url("/assets/bg.png") center / cover;
}

.template-spesial-03 .hero-panel::before,
.template-spesial-03 .hero-panel::after {
  display: none;
  content: none;
}

.template-spesial-03 .hero-flower {
  position: absolute;
  z-index: 1;
  top: -14px;
  width: clamp(118px, 32vw, 210px);
  max-width: none;
  opacity: 0.82;
  pointer-events: none;
  filter: drop-shadow(0 14px 22px rgba(122, 19, 38, 0.12));
  mix-blend-mode: multiply;
}

.template-spesial-03 .hero-flower--top-left {
  left: -26px;
  animation: special03HeroFlowerLeft 5s ease-in-out infinite alternate;
}

.template-spesial-03 .hero-flower--top-right {
  right: -26px;
  animation: special03HeroFlowerRight 5.6s ease-in-out infinite alternate;
}

@keyframes special03HeroFlowerLeft {
  from {
    transform: translate3d(-4px, -2px, 0) scaleX(-1) rotate(-6deg);
  }

  to {
    transform: translate3d(8px, 8px, 0) scaleX(-1) rotate(-1deg);
  }
}

@keyframes special03HeroFlowerRight {
  from {
    transform: translate3d(4px, -3px, 0) rotate(-4deg);
  }

  to {
    transform: translate3d(-8px, 9px, 0) rotate(2deg);
  }
}

.template-spesial-03 .hero-panel__image,
.template-spesial-03 .hero-panel__shade {
  display: none;
}

.template-spesial-03 .hero-panel__content {
  width: min(420px, 100%);
}

.template-spesial-03 .hero-panel .script-label {
  margin-bottom: 15px;
  color: var(--accent-dark);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-shadow: none !important;
}

.template-spesial-03 .special-03-medallion {
  position: relative;
  display: grid;
  width: clamp(158px, 30vw, 150px);
  aspect-ratio: 1 / 1;
  place-items: center;
  margin: 0 auto 22px;
  overflow: hidden;
  border: 4px solid rgba(65, 11, 11, 0.92);
  box-shadow: 0 0 0 6px rgba(182, 94, 94, 0.15),
    0 0 20px rgba(182, 94, 94, 0.582),
    0 0 40px rgba(182, 94, 94, 0.25);
  border-radius: 50%;
}

.template-spesial-03 .special-03-medallion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.template-spesial-03 .hero-panel h3 {
  color: var(--accent-dark);
  font-family: "Peace Maker", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 14vw, 78px);
  line-height: 1;
  text-shadow: none;
  padding-top: 5px;
  font-weight: 500;
}

.template-spesial-03 .hero-panel .lead {
  max-width: 360px;
  margin-top: 15px;
  color: #20283a;
  font-size: 14px;
}

.template-spesial-03 .countdown {
  grid-template-columns: repeat(4, minmax(0, 52px));
  gap: 6px;
  margin-top: 14px;
}

.template-spesial-03 .countdown div {
  min-height: 40px;
  padding: 5px 4px;
  color: var(--white);
  border: 0;
  border-radius: 7px;
  background: var(--accent);
  box-shadow: 0 10px 22px rgba(122, 19, 38, 0.16);
  backdrop-filter: none;
}

.template-spesial-03 .countdown strong {
  font-size: 16px;
}

.template-spesial-03 .countdown span {
  color: var(--white);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.template-spesial-03 .hero-panel .event-date {
  margin-top: 22px;
  color: #20283a;
  font-size: 14px;
  font-weight: 800;
}

.template-spesial-03 .hero-panel .button {
  min-height: 35px;
  padding: 4px 22px;
  color: var(--white);
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 12px 24px rgba(122, 19, 38, 0.18);
}

.template-spesial-03 .greeting-section {
  position: relative;
  overflow: hidden;
  background: #C48B97;
}

.template-spesial-03 .greeting-section> :not(.greeting-flower) {
  position: relative;
  z-index: 2;
}

.template-spesial-03 .greeting-flower {
  position: absolute;
  z-index: 1;
  width: clamp(96px, 30vw, 152px);
  max-width: none;
  opacity: 0.62;
  mix-blend-mode: multiply;
  pointer-events: none;
  filter: drop-shadow(0 14px 20px rgba(111, 29, 36, 0.18));
  animation: special03GreetingFlowerSway 4.2s ease-in-out infinite alternate;
}

.template-spesial-03 .greeting-flower--right {
  top: 156px;
  right: -98px;
  transform-origin: 78% 24%;
  height: 200px;
  width: 200px;
}

.template-spesial-03 .greeting-flower--left {
  left: 25px;
  top: 610px;
  transform: rotate(180deg);
  transform-origin: 18% 76%;
  animation-name: special03GreetingFlowerSwayLeft;
  height: 160px;
  width: 160px;
}

@keyframes special03GreetingFlowerSway {
  from {
    transform: translate3d(5px, -5px, 0) rotate(5deg) scale(1);
  }

  to {
    transform: translate3d(-8px, 8px, 0) rotate(-2deg) scale(1.025);
  }
}

@keyframes special03GreetingFlowerSwayLeft {
  from {
    transform: translate3d(-5px, 6px, 0) rotate(176deg) scale(1);
  }

  to {
    transform: translate3d(8px, -7px, 0) rotate(184deg) scale(1.025);
  }
}

.template-spesial-03 .greeting-section .ornament {
  color: var(--accent-dark);
  font-family: "Ocean Delight", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
}

.template-spesial-03 .person-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.template-spesial-03 .person-card img {
  width: min(210px, 70vw);
  aspect-ratio: 0.72;
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.94);
  /* border-radius: 999px 999px 0 0; */
  box-shadow:
    0 0 0 1px rgba(46, 45, 45, 0.2),
    0 16px 34px rgba(66, 66, 66, 0.16);
}

.template-spesial-03 .person-card h4 {
  margin-top: 10px;
  color: var(--accent-dark);
  font-family: "Ocean Delight", "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  font-weight: 600;
}

.template-spesial-03 .date-section {
  padding: 0 20px 78px;
  background:
    radial-gradient(circle at 22% 62%, rgba(232, 189, 168, 0.22), transparent 13rem),
    radial-gradient(circle at 82% 28%, rgba(155, 32, 54, 0.08), transparent 12rem),
    linear-gradient(180deg, #fffaf4, #fff4eb);
}

.template-spesial-03 .date-section::before {
  display: none;
}

.special-03-date-heading {
  position: relative;
  width: calc(100% + 40px);
  margin: 0 -20px 42px;
  padding: 86px 28px 58px;
  overflow: hidden;
  color: var(--white);
  background: var(--accent);
}

.special-03-date-heading::before {
  content: "";
  position: absolute;
  top: -38px;
  left: -8%;
  width: 116%;
  height: 74px;
  background:
    radial-gradient(ellipse at 24% 100%, rgba(255, 255, 255, 0.88) 0 34%, transparent 35%),
    radial-gradient(ellipse at 72% 100%, rgba(255, 255, 255, 0.88) 0 42%, transparent 43%),
    rgba(190, 199, 211, 0.9);
}

.special-03-date-heading h3 {
  position: relative;
  color: var(--white);
  font-size: clamp(28px, 5vw, 58px);
  line-height: 1;
  text-shadow: none;
  font-family: "Chordettes", "Cormorant Garamond", Georgia, serif;
}

.special-03-date-heading p {
  position: relative;
  max-width: 400px;
  margin: 26px auto 0;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.special-03-date-heading span {
  position: relative;
  display: block;
  margin-top: 18px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.template-spesial-03 .event-cards {
  grid-template-columns: 1fr;
  max-width: 372px;
  gap: 22px;
  margin-top: 0;
}

.template-spesial-03 .event-cards article {
  padding: 28px 24px 32px;
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 0 0 1px rgba(155, 32, 54, 0.08),
    0 18px 42px rgba(122, 19, 38, 0.11);
}

.template-spesial-03 .event-cards span {
  color: #9b2036;
  font-family: "Chordettes", "Cormorant Garamond", Georgia, serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.template-spesial-03 .event-cards strong {
  margin-top: 18px;
  color: #808080;
  font-size: 16px;
  font-style: italic;
}

.template-spesial-03 .event-cards p {
  margin: 20px 0 0;
  color: #777;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6;
}

.template-spesial-03 .event-cards small {
  margin-top: 2px;
  color: #777;
  font-size: 12px;
  font-style: italic;
}

.template-spesial-03 .event-cards .button-outline {
  min-height: 42px;
  margin-top: 28px;
  padding: 1px 24px;
  color: var(--white);
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 14px 28px rgba(12, 45, 99, 0.18);
}

.template-spesial-03 .gift-section {
  padding: 44px 20px 64px;
  background:
    radial-gradient(circle at 78% 62%, rgba(232, 189, 168, 0.24), transparent 12rem),
    radial-gradient(circle at 18% 28%, rgba(155, 32, 54, 0.06), transparent 11rem),
    linear-gradient(180deg, #fffaf4, #fff4eb);
}

.template-spesial-03 .gift-section::before {
  display: none;
}

.template-spesial-03 .gift-section .ornament {
  color: #9b2036;
  font-family: "Chordettes", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 9vw, 56px);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: #ffffff 0px 2px 5px;
}

.template-spesial-03 .gift-section h3 {
  display: none;
}

.template-spesial-03 .gift-section .lead {
  max-width: 430px;
  margin-top: 10px;
  color: #2f3b58;
  font-size: 15px;
  line-height: 1.5;
}

.template-spesial-03 .gift-grid {
  grid-template-columns: 1fr;
  max-width: 320px;
  gap: 18px;
  margin-top: 35px;
}

.template-spesial-03 .gift-grid article {
  position: relative;
  min-height: 152px;
  overflow: hidden;
  padding: 66px 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 17px;
  background:
    radial-gradient(circle at 78% 36%, rgba(255, 255, 255, 0.9) 0 11%, transparent 12%),
    radial-gradient(circle at 88% 60%, rgba(255, 255, 255, 0.78) 0 15%, transparent 16%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(222, 224, 224, 0.92));
  box-shadow:
    inset -16px -12px 30px rgba(160, 160, 160, 0.24),
    0 10px 22px rgba(122, 19, 38, 0.12);
  text-align: left;
}

.template-spesial-03 .gift-grid article::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 18px;
  width: 29px;
  height: 23px;
  border-radius: 5px;
  background:
    linear-gradient(90deg, transparent 48%, rgba(151, 119, 49, 0.55) 49% 51%, transparent 52%),
    linear-gradient(180deg, transparent 48%, rgba(151, 119, 49, 0.45) 49% 51%, transparent 52%),
    linear-gradient(135deg, #e1c46d, #f6dda0);
  box-shadow: inset 0 0 0 1px rgba(151, 119, 49, 0.36);
}

.template-spesial-03 .gift-grid article::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -30px;
  width: 158px;
  height: 110px;
  border-radius: 50%;
  border: 24px solid rgba(255, 255, 255, 0.34);
}

.template-spesial-03 .gift-grid span {
  position: absolute;
  top: 19px;
  right: 18px;
  color: #0b6fbd;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.template-spesial-03 .gift-grid strong {
  position: relative;
  z-index: 1;
  margin-top: 0;
  color: #28344e;
  font-family: "Courier New", monospace;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.template-spesial-03 .gift-grid p {
  position: relative;
  z-index: 1;
  margin: 2px 0 0 !important;
  color: #28344e;
  font-family: "Courier New", monospace;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.template-spesial-03 .gift-grid .copy-button {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  min-height: 28px;
  margin-top: 0;
  padding: 4px 10px;
  border: 0;
  border-radius: 4px;
  color: var(--white);
  background: #a8a8a8;
  box-shadow: 0 4px 10px rgba(70, 70, 70, 0.22);
  font-size: 12px;
  font-weight: 800;
}

.template-spesial-03 .gift-grid .copy-button::before {
  content: "\f0c5";
  margin-right: 4px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.template-spesial-03 .gift-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 92%, rgba(255, 255, 255, 0.08), transparent 9rem),
    linear-gradient(180deg, #8f1d33 0%, #741326 100%);
}

.template-spesial-03 .gift-section .ornament,
.template-spesial-03 .gift-section .lead {
  color: var(--white);
}

.template-spesial-03 .gift-section .lead {
  font-weight: 700;
}

.story-cover-photo {
  display: none;
}

.template-spesial-03 .story-section {
  padding: 60px 20px 86px;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.08), transparent 10rem),
    linear-gradient(180deg, #8f1d33 0%, #741326 100%);
}

.template-spesial-03 .story-section::before {
  display: none;
}

.template-spesial-03 .story-section .ornament {
  color: var(--white);
  font-family: "Chordettes", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 11vw, 58px);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.template-spesial-03 .story-section>h3 {
  margin-top: 8px;
  color: var(--white);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-shadow: none;
}

.template-spesial-03 .story-cover-photo {
  display: block;
  width: min(230px, 64vw);
  aspect-ratio: 0.72;
  margin: 25px auto 25px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.94);
  border-radius: 999px 999px 0 0;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.template-spesial-03 .story-cover-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.template-spesial-03 .story-list {
  max-width: 430px;
  gap: 18px;
  margin-top: 0;
  text-align: center;
}

.template-spesial-03 .story-list article {
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.template-spesial-03 .story-list span {
  position: static;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.template-spesial-03 .story-list h3 {
  margin-top: 8px;
  color: var(--white);
  font-size: 28px;
  text-shadow: none;
}

.template-spesial-03 .story-list p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.88);
}

.template-spesial-03 .invitation-footer {
  background: #741326;
}

.template-spesial-03 .story-section {
  padding: 0 20px 64px;
  color: #6f1d24;
  background: #c28f9b;
}

.template-spesial-03 .story-section::before {
  display: none;
}

.template-spesial-03 .story-quote {
  max-width: 405px;
  margin: 0 auto 45px;
  padding: 20px 22px 22px;
  border: 4px solid rgba(255, 255, 255, 0.9);
  color: #42404a;
  background: rgba(248, 238, 238, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.05;
  border-radius: 10px;
}

.template-spesial-03 .story-quote p {
  margin: 0;
}

.template-spesial-03 .story-quote span {
  display: block;
  margin-top: 18px;
}

.template-spesial-03 .story-title {
  width: min(298px, 84vw);
  margin: 0 auto 18px;
  padding: 12px 18px;
  border-radius: 8px;
  color: #6f1d24;
  background: rgba(248, 238, 238, 0.96);
  font-family: "Cormorant Garamond", "Inter", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: none;
}

.template-spesial-03 .story-cover-photo {
  position: relative;
  display: block;
  width: min(392px, calc(100vw - 56px));
  aspect-ratio: 1.2;
  margin: 18px auto 40px;
  overflow: visible;
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 0 0 1px rgba(111, 29, 36, 0.28),
    0 8px 18px rgba(66, 34, 40, 0.28);
}

.template-spesial-03 .story-cover-photo::after {
  content: "";
  position: absolute;
  right: -74px;
  bottom: -116px;
  width: 118px;
  height: 118px;
  opacity: 0.5;
  background: url("/assets/red3.png") center / contain no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.template-spesial-03 .story-cover-photo img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.template-spesial-03 .story-list {
  max-width: 360px;
  gap: 22px;
  margin: 0 auto;
  text-align: center;
}

.template-spesial-03 .story-list article {
  padding: 0 16px 24px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 0;
  color: #6f1d24;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.template-spesial-03 .story-list article+article {
  margin-top: 8px;
}

.template-spesial-03 .story-list h3 {
  margin: 0;
  color: #6f1d24;
  font-family: "Ocean Delight", "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  text-shadow: none;
}

.template-spesial-03 .story-list p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.template-spesial-03 .date-section {
  padding: 36px 16px 74px;
  background:
    radial-gradient(circle at 0% 28%, rgba(255, 255, 255, 0.2), transparent 7rem),
    linear-gradient(180deg, #eadde0, #f3ecec);
}

.template-spesial-03 .date-section::before {
  display: none;
}

.template-spesial-03 .event-cards {
  grid-template-columns: 1fr;
  max-width: 420px;
  gap: 16px;
  margin: 0 auto;
}

.template-spesial-03 .event-cards article {
  position: relative;
  overflow: hidden;
  padding: 28px 24px 30px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 18px;
  color: #5f5b61;
  background: rgba(244, 236, 236, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(122, 19, 38, 0.08),
    0 10px 22px rgba(66, 34, 40, 0.14);
}

.template-spesial-03 .event-cards article:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -54px;
  bottom: -8px;
  width: 150px;
  height: 150px;
  background: url("/assets/red3.png") center / contain no-repeat;
  opacity: 0.54;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.template-spesial-03 .event-cards article:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -44px;
  right: -58px;
  width: 142px;
  height: 142px;
  background: url("/assets/red3.png") center / contain no-repeat;
  opacity: 0.5;
  mix-blend-mode: multiply;
  pointer-events: none;
  transform: rotate(180deg);
}

.template-spesial-03 .event-cards span {
  color: #6f1d24;
  font-family: "Ocean Delight", "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.template-spesial-03 .event-cards strong {
  margin-top: 18px;
  color: #5f5b61;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.08em;
}

.template-spesial-03 .event-cards p,
.template-spesial-03 .event-cards small {
  color: #5f5b61;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.55;
}

.template-spesial-03 .event-cards p {
  margin: 22px 0 0;
}

.template-spesial-03 .event-cards small {
  display: block;
  margin-top: 2px;
}

.template-spesial-03 .event-cards .button-outline {
  min-height: 38px;
  margin-top: 24px;
  padding: 6px 22px;
  border: 0;
  color: var(--white);
  background: #741326;
  box-shadow: 0 10px 20px rgba(122, 19, 38, 0.18);
}

.template-spesial-03 .gallery-section {
  padding: 86px 20px 20px;
  color: var(--white);
  background: #c28f9b;
}

.template-spesial-03 .gallery-section::before {
  display: none;
}

.template-spesial-03 .gallery-section::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 62px;
  background:
    radial-gradient(ellipse at 12% 0%, #eadde0 0 34%, transparent 35%),
    radial-gradient(ellipse at 74% 0%, rgba(234, 221, 224, 0.8) 0 42%, transparent 43%);
  pointer-events: none;
}

.template-spesial-03 .gallery-section h3,
.template-spesial-03 .gift-section>h3,
.template-spesial-03 .rsvp-section .section-heading h3 {
  color: var(--white);
  font-family: "Ocean Delight", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 500;
  text-shadow: none;
  /* text-shadow: #f3f3f3 0px 2px 5px; */
}

.template-spesial-03 .gallery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 410px;
  gap: 12px;
  margin-top: 25px;
}

.template-spesial-03 .gallery-grid img,
.template-spesial-03 .gallery-grid img:nth-child(1),
.template-spesial-03 .gallery-grid img:nth-child(6) {
  width: 100%;
  height: 292px;
  grid-column: auto;
  grid-row: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: none;
}

.template-spesial-03 .gift-section {
  position: relative;
  padding: 64px 20px 44px;
  color: var(--white);
  background: #c28f9b;
}

.template-spesial-03 .gift-section::before {
  display: none;
}

.template-spesial-03 .gift-section::after {
  content: "";
  position: absolute;
  right: -66px;
  top: 156px;
  width: 132px;
  height: 132px;
  opacity: 0.32;
  background: url("/assets/red3.png") center / contain no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.template-spesial-03 .gift-section>h3,
.template-spesial-03 .rsvp-section .section-heading h3 {
  display: block;
  width: min(304px, 84vw);
  margin: 0 auto;
  padding: 12px 18px;
  border-radius: 8px;
  color: #6f1d24;
  background: rgba(248, 238, 238, 0.96);
  font-size: 26px;
}

.template-spesial-03 .gift-section .lead {
  max-width: 330px;
  margin: 20px auto 0;
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  /* text-shadow: #000000 0px 5px 10px; */
}

.template-spesial-03 .gift-reveal-button {
  min-height: 38px;
  margin-top: 28px;
  padding: 6px 22px;
  border: 0;
  background: linear-gradient(180deg, #8f1d33, #741326);
  box-shadow: 0 12px 22px rgba(90, 22, 30, 0.22);
}

.template-spesial-03 .gift-grid--hidden {
  display: none;
}

.template-spesial-03 .gift-grid--hidden.is-visible {
  display: grid;
}

.template-spesial-03 .gift-grid {
  grid-template-columns: 1fr;
  max-width: 320px;
  gap: 18px;
  margin-top: 28px;
}

.template-spesial-03 .rsvp-section {
  position: relative;
  padding: 64px 20px 76px;
  color: var(--white);
  background: #c28f9b;
}

.template-spesial-03 .rsvp-section::before {
  display: none;
}

.template-spesial-03 .rsvp-section::after {
  content: "";
  position: absolute;
  left: -104px;
  bottom: 52px;
  width: 150px;
  height: 150px;
  background: url("/assets/red3.png") center / contain no-repeat;
  opacity: 0.48;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.template-spesial-03 .rsvp-section .section-heading {
  margin-bottom: 20px;
}

.template-spesial-03 .rsvp-section .section-heading p {
  margin: 15px 0 0;
  color: var(--white);
  font-weight: 800;
}

.template-spesial-03 .rsvp-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 142px));
  justify-content: center;
  gap: 16px;
  margin: 14px auto 32px;
}

.template-spesial-03 .rsvp-summary div {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 7px;
  color: #2d2630;
  background: #d9f7d3;
}

.template-spesial-03 .rsvp-summary div:nth-child(2) {
  color: #d80000;
  background: #ffb7b7;
}

.template-spesial-03 .rsvp-summary strong,
.template-spesial-03 .rsvp-summary span {
  display: block;
  line-height: 1.1;
}

.template-spesial-03 .rsvp-summary strong {
  font-size: 20px;
  font-weight: 900;
}

.template-spesial-03 .rsvp-summary span {
  font-size: 12px;
}

.template-spesial-03 .rsvp-form {
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 380px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.template-spesial-03 .rsvp-form label {
  display: block;
}

.template-spesial-03 .rsvp-form label>span {
  display: none;
}

.template-spesial-03 .rsvp-form input,
.template-spesial-03 .rsvp-form textarea,
.template-spesial-03 .rsvp-form select {
  border: 1px solid rgba(100, 126, 180, 0.45);
  border-radius: 7px;
  color: #555;
  background: rgba(255, 255, 255, 0.96);
}

.template-spesial-03 .rsvp-form textarea {
  min-height: 70px;
}

.template-spesial-03 .guest-only-note {
  width: max-content;
  max-width: 100%;
  margin: -4px 0 2px;
  padding: 2px 8px;
  border-radius: 3px;
  color: var(--white);
  background: #cf625a;
  font-size: 10px;
  font-weight: 800;
}

.template-spesial-03 .rsvp-form .button {
  min-height: 32px;
  margin-top: 2px;
  border: 0;
  border-radius: 7px;
  background: #77262b;
  box-shadow: none;
}

.template-spesial-03 .message-list {
  grid-template-columns: 1fr;
  max-width: 380px;
  margin-top: 26px;
}

.template-spesial-03 .message-list article {
  padding: 16px;
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
