:root {
  --ink: #111412;
  --deep: #0f1512;
  --muted: #697268;
  --paper: #fffefa;
  --cream: #f4f1e8;
  --sage: #6f7f67;
  --green: #24342f;
  --line: rgba(17, 20, 18, .14);
  --shadow: 0 24px 70px rgba(17, 20, 18, .12);
  --font-title: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "DM Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
}

a {
  color: inherit;
}

.wedding-nav {
  width: 100%;
  max-width: none;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  border-radius: 0;
  background: rgba(255, 255, 255, .42);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(1.06);
  -webkit-backdrop-filter: blur(18px) saturate(1.06);
}

.brand-lockup {
  color: #111;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-lockup span {
  color: #8b6f56;
  letter-spacing: 0;
}

.navbar-nav {
  flex-wrap: nowrap;
}

.navbar-nav .nav-link {
  position: relative;
  color: rgba(17, 20, 18, .74);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 0;
  padding: .7rem 0;
  white-space: nowrap;
  transition: .2s ease;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  background: transparent;
  color: #000;
  transform: none;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .42rem;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
}

.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.nav-link-rsvp {
  color: #111 !important;
  padding: .7rem 0 !important;
  letter-spacing: .1em !important;
}

.nav-link-rsvp:hover {
  background: transparent !important;
  color: #000 !important;
}

.nav-link-rsvp::after {
  display: block;
}

.hero-cover {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 254, 250, .96), rgba(244, 241, 232, .78)), var(--paper);
}

.hero-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 254, 250, .98) 0, rgba(255, 254, 250, .88) 38%, rgba(10, 13, 11, .14) 58%, rgba(10, 13, 11, .34)), linear-gradient(0deg, rgba(10, 13, 11, .24), rgba(10, 13, 11, 0) 48%);
  pointer-events: none;
}

.hero-slider {
  isolation: isolate;
}

.hero-slider::before {
  content: "";
  position: absolute;
  inset: clamp(5.4rem, 7vw, 6.6rem) clamp(1.1rem, 2.8vw, 3rem) clamp(1.1rem, 2.8vw, 3rem) 46%;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .46);
  box-shadow: 0 34px 90px rgba(17, 20, 18, .18);
  pointer-events: none;
}

.hero-slide {
  position: absolute;
  inset: clamp(5.4rem, 7vw, 6.6rem) clamp(1.1rem, 2.8vw, 3rem) clamp(1.1rem, 2.8vw, 3rem) 46%;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1.8s ease, transform 8s ease;
  will-change: opacity, transform;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 0;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero-slide:nth-child(2) img {
  object-position: center 45%;
}

.hero-slide:nth-child(3) img {
  object-position: center 44%;
}

.hero-slide:nth-child(4) img {
  object-position: center 46%;
}

.hero-centerpiece {
  position: absolute;
  top: 50%;
  left: 23%;
  z-index: 4;
  width: min(360px, 34vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -47%);
  color: var(--ink);
  text-align: center;
}

.hero-centerpiece::before, .hero-centerpiece::after {
  content: "";
  width: min(220px, 42vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(17, 20, 18, .46), transparent);
}

.hero-centerpiece::before {
  margin-bottom: clamp(1rem, 2vw, 1.45rem);
}

.hero-centerpiece::after {
  margin-top: clamp(1rem, 2vw, 1.45rem);
}

.hero-panel-logo {
  width: clamp(148px, 16vw, 230px);
  margin-bottom: clamp(.7rem, 1.7vw, 1.15rem);
  filter: drop-shadow(0 18px 44px rgba(17, 20, 18, .12));
}

.hero-scroll-note {
  position: absolute;
  left: 50%;
  bottom: clamp(1.7rem, 3vw, 2.6rem);
  z-index: 4;
  transform: translateX(-50%);
  color: rgba(17, 20, 18, .58);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
}

.hero-scroll-note::after {
  content: "";
  display: block;
  width: 1px;
  height: 42px;
  margin: .8rem auto 0;
  background: linear-gradient(rgba(17, 20, 18, .42), transparent);
}

.hero-kicker, .section-kicker {
  color: var(--sage);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.display-title, .section-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: .98;
}

.hero-content h1 {
  width: min(780px, 100%);
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.4rem, 10vw, 10rem);
  font-weight: 400;
  line-height: .86;
  letter-spacing: 0;
}

.hero-date-line {
  margin: 0;
  color: rgba(17, 20, 18, .82);
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  font-weight: 850;
  letter-spacing: .34em;
  text-indent: .34em;
}

.hero-content .hero-kicker {
  color: rgba(255, 255, 255, .78);
}

.hero-intro {
  max-width: 560px;
  margin: 0 0 1.45rem;
  color: rgba(255, 255, 255, .78);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.section-pad {
  padding: clamp(4.5rem, 8vw, 7.4rem) 0;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.in-view {
  animation: sectionIn .8s ease both;
}

.reveal:nth-child(2) {
  transition-delay: .08s;
}

.reveal:nth-child(3) {
  transition-delay: .16s;
}

@keyframes sectionIn {
  from {
    transform: translateY(26px);
  }
  to {
    transform: translateY(0);
  }
}

.display-title {
  font-size: clamp(3.6rem, 8vw, 7rem);
}

.section-title {
  margin: .45rem 0 1rem;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
}

.lead-copy {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.portuguese {
  padding-left: 1rem;
  border-left: 3px solid var(--sage);
}

.btn {
  border-radius: 999px;
  font-weight: 850;
  transition: .22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-wedding {
  background: #111;
  border-color: #111;
  color: #fff;
}

.btn-wedding:hover {
  background: #314039;
  border-color: #314039;
  color: #fff;
}

.btn-soft {
  background: #f0eadb;
  border-color: #f0eadb;
  color: #111;
}

.btn-soft-light {
  background: #fff;
  border-color: #fff;
  color: #111;
}

.intro-section, .dress-section, .gift-section, .rsvp-section {
  background: var(--cream);
}

.date-feature-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 254, 250, .92), rgba(244, 241, 232, .86)), var(--cream);
}

.date-feature-section::before {
  content: "27";
  position: absolute;
  right: -2vw;
  top: -4.5rem;
  color: rgba(17, 20, 18, .035);
  font-family: var(--font-title);
  font-size: clamp(18rem, 34vw, 36rem);
  line-height: .8;
  pointer-events: none;
}

.date-feature-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.date-copy {
  max-width: 690px;
}

.date-summary-list {
  display: grid;
  gap: .85rem;
  max-width: 620px;
  margin-top: clamp(1.5rem, 3vw, 2.3rem);
}

.date-summary-list div {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: .2rem 1rem;
  align-items: baseline;
  padding: 1rem 0;
  border-top: 1px solid rgba(17, 20, 18, .13);
}

.date-summary-list span {
  color: var(--sage);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.date-summary-list strong {
  color: var(--ink);
  font-family: var(--font-title);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: .95;
}

.date-summary-list small {
  grid-column: 2;
  color: var(--muted);
  font-weight: 700;
}

.date-showcase {
  position: relative;
}

.date-showcase::before {
  content: "";
  position: absolute;
  inset: 2rem -1.15rem -1.15rem 2rem;
  border: 1px solid rgba(17, 20, 18, .12);
  pointer-events: none;
}

.language-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .4rem .8rem;
  max-width: 560px;
  margin-top: 2rem;
}

.essentials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.essentials-grid div, .info-strip div {
  padding: 1rem;
  border: 1px solid rgba(17, 20, 18, .12);
  background: rgba(255, 255, 255, .62);
}

.essentials-grid span, .info-strip span, .transport-note span {
  display: block;
  color: var(--sage);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.essentials-grid strong, .info-strip strong {
  display: block;
  margin-top: .22rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 500;
}

.language-note span {
  font-weight: 900;
  color: #111;
}

.language-note p {
  margin: 0;
  color: var(--muted);
}

.date-card {
  position: relative;
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
  padding: clamp(1.65rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: radial-gradient(circle at 50% 0, rgba(244, 241, 232, .72), transparent 38%), linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 254, 250, .92));
  box-shadow: var(--shadow);
}

.date-card::before {
  content: "";
  position: absolute;
  inset: .75rem;
  border: 1px solid rgba(17, 20, 18, .07);
  pointer-events: none;
}

.date-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(17, 20, 18, .58);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.date-calendar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 1.7rem);
  padding-block: .4rem .2rem;
}

.date-day {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(7rem, 12vw, 10.5rem);
  line-height: .8;
}

.date-card p {
  margin: 0;
  color: var(--sage);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.date-card strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 5.6rem);
  line-height: .9;
  text-align: center;
}

.date-card small {
  display: block;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 20, 18, .12);
  color: var(--muted);
  font-weight: 700;
  letter-spacing: .04em;
}

.date-card-details {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(17, 20, 18, .12);
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.countdown-panel {
  position: relative;
  margin-top: 1rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  overflow: hidden;
  border: 1px solid rgba(17, 20, 18, .13);
  background: radial-gradient(circle at 16% 16%, rgba(255, 255, 255, .95), transparent 30%), linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(244, 241, 232, .88));
  color: var(--ink);
  box-shadow: 0 24px 60px rgba(17, 20, 18, .1);
}

.countdown-panel::before {
  content: "";
  position: absolute;
  inset: .62rem;
  border: 1px solid rgba(17, 20, 18, .08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
  pointer-events: none;
}

.countdown-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: .9rem;
  margin: 0 0 1.1rem;
  color: var(--sage);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase;
}

.countdown-title::before, .countdown-title::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(17, 20, 18, .18));
}

.countdown-title::after {
  background: linear-gradient(90deg, rgba(17, 20, 18, .18), transparent);
}

.countdown-panel .row {
  position: relative;
  z-index: 1;
}

.count-box {
  position: relative;
  min-height: clamp(86px, 8vw, 116px);
  display: grid;
  place-items: center;
  padding: clamp(.7rem, 1.4vw, 1rem) .25rem;
  overflow: hidden;
  background: radial-gradient(circle at 50% 0, rgba(255, 255, 255, .95), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 254, 250, .56));
  border: 1px solid rgba(17, 20, 18, .12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75), 0 14px 30px rgba(17, 20, 18, .08);
}

.count-box::before {
  content: "";
  position: absolute;
  inset: .45rem;
  border: 1px solid rgba(17, 20, 18, .055);
  pointer-events: none;
}

.count-box strong {
  font-family: Georgia, "Times New Roman", serif;
  width: 100%;
  min-width: 0;
  font-size: clamp(1.65rem, 4.2vw, 4.15rem);
  font-weight: 500;
  line-height: .9;
  color: var(--ink);
  text-shadow: 0 10px 28px rgba(17, 20, 18, .08);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.count-box span {
  color: var(--sage);
  font-size: clamp(.58rem, .9vw, .75rem);
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.count-tick strong {
  animation: countPulse .72s ease both;
}

@keyframes countPulse {
  0% {
    transform: translateY(0) scale(1);
    text-shadow: 0 10px 28px rgba(17, 20, 18, .08);
  }
  42% {
    transform: translateY(-2px) scale(1.045);
    text-shadow: 0 16px 34px rgba(111, 127, 103, .14);
  }
  100% {
    transform: translateY(0) scale(1);
    text-shadow: 0 10px 28px rgba(17, 20, 18, .08);
  }
}

.micro-copy {
  margin: .9rem 0 0;
  color: var(--muted);
  font-size: .9rem;
  text-align: center;
}

.events-section, .story-section, .faq-section {
  background: var(--paper);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.event-card {
  height: 100%;
  padding: 2rem;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  transition: transform .28s ease, box-shadow .28s ease;
}

.event-card:hover, .travel-card:hover, .dress-card:hover, .recommendation-grid div:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 58px rgba(17, 20, 18, .13);
}

.event-card-dark {
  background: var(--green);
  color: #fff;
}

.event-card span {
  color: var(--sage);
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.event-card-dark span, .event-card-dark small {
  color: #dfe8d9;
}

.event-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
}

.event-card p {
  font-size: 1.15rem;
}

.event-card small {
  display: block;
  color: var(--muted);
  margin-bottom: 1.3rem;
}

.timeline {
  border-top: 1px solid var(--line);
}

.info-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 1.4rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.timeline-item span {
  font-weight: 900;
  color: var(--sage);
}

.timeline p {
  color: var(--muted);
  margin: 0;
}

.story-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.story-photo-grid img, .album-tile img {
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
  transition: .28s ease;
}

.story-photo-grid img:hover, .album-tile:hover img {
  transform: scale(1.015);
  filter: saturate(1.04);
}

.story-photo-grid img {
  height: 360px;
}

.story-photo-grid img:first-child {
  grid-row: span 2;
  height: 736px;
}

.album-section {
  background: #eef1e8;
}

.album-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.album-tile {
  position: relative;
  min-height: 330px;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.album-tile img {
  height: 100%;
}

.album-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .04) 58%);
}

.album-tile span {
  position: absolute;
  left: 1.2rem;
  bottom: 1rem;
  z-index: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.album-wide {
  grid-column: span 2;
}

.travel-section {
  background: #f8f6ef;
}

.location-section {
  background: #fffefa;
}

.location-map {
  height: clamp(320px, 44vw, 480px);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.location-content {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 6vw, 6rem);
  padding-top: clamp(2rem, 5vw, 4rem);
}

.location-copy {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.location-address {
  color: var(--ink);
  font-weight: 700;
}

.location-label {
  margin: 1.5rem 0 .7rem;
  color: var(--green);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.arrival-list {
  display: grid;
  gap: .65rem;
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}

.arrival-list li {
  padding-bottom: .65rem;
  border-bottom: 1px solid var(--line);
}

.location-copy a, .travel-card a {
  color: var(--green);
  font-weight: 800;
  text-underline-offset: .2em;
}

.travel-card, .dress-card, .gift-panel, .rsvp-form, .transport-note, .recommendation-grid div {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 38px rgba(17, 20, 18, .07);
}

.travel-card, .dress-card, .transport-note, .recommendation-grid div {
  height: 100%;
  padding: 1.35rem;
  transition: transform .28s ease, box-shadow .28s ease;
}

.travel-card span, .dress-card span, .recommendation-grid span {
  color: var(--sage);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.travel-card h3, .recommendation-grid strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.travel-card a {
  display: inline-block;
  margin-top: .45rem;
}

.recommendation-grid img {
  width: calc(100% + 2.7rem);
  height: 120px;
  margin: -1.35rem -1.35rem 1rem;
  object-fit: cover;
}

.transport-note a {
  font-weight: 900;
}

.tourism-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 5vw, 3.4rem);
  border: 1px solid rgba(17, 20, 18, .12);
  background: rgba(255, 255, 255, .7);
  box-shadow: var(--shadow);
}

.tourism-panel h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: .96;
}

.dress-section {
  position: relative;
  background: linear-gradient(135deg, rgba(244, 241, 232, .96), rgba(238, 241, 232, .9)), var(--cream);
  overflow: hidden;
}

.dress-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: 120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(111, 127, 103, .18);
  border-radius: 50%;
}

.dress-panel {
  position: relative;
  padding: clamp(1.5rem, 5vw, 4.6rem);
  border: 1px solid rgba(17, 20, 18, .12);
  background: rgba(255, 255, 255, .78);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.dress-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(111, 127, 103, .22);
  pointer-events: none;
}

.dress-heading {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto clamp(1.5rem, 4vw, 3rem);
  text-align: center;
}

.dress-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr minmax(190px, .32fr);
  gap: 1rem;
  align-items: stretch;
  margin-bottom: 1.2rem;
}

.dress-scale, .dress-main-card {
  border: 1px solid rgba(17, 20, 18, .12);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 48px rgba(17, 20, 18, .07);
}

.dress-scale {
  display: grid;
  align-content: space-between;
  min-height: 240px;
  padding: 1.4rem;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(238,241,232,.78)), #fff;
}

.dress-scale strong {
  display: block;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.dress-main-card {
  position: relative;
  min-height: 240px;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(135deg, rgba(36, 52, 47, .96), rgba(17, 20, 18, .96)), var(--green);
  color: #fff;
  overflow: hidden;
}

.dress-main-card p {
  margin: 0 0 .8rem;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.dress-main-card h3 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 5vw, 4.6rem);
  font-weight: 500;
  line-height: .95;
}

.dress-meter {
  position: relative;
  height: 5px;
  margin-top: 1.6rem;
  background: rgba(255, 255, 255, .2);
}

.dress-meter span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 64%;
  background: #fff;
}

.dress-cards-row {
  position: relative;
  z-index: 1;
}

.dress-feature {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(17, 20, 18, .12);
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 20, 18, .08);
  transition: transform .28s ease, box-shadow .28s ease;
}

.dress-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(17, 20, 18, .13);
}

.dress-feature span, .dress-label {
  color: var(--sage);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dress-feature h3 {
  margin: 0 0 .75rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: .96;
}

.dress-feature p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.dress-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.dress-tags li {
  padding: .45rem .7rem;
  border: 1px solid rgba(111, 127, 103, .24);
  border-radius: 999px;
  color: var(--deep);
  background: rgba(238, 241, 232, .54);
  font-size: .82rem;
  font-weight: 800;
}

.dress-feature-dark .dress-tags li {
  border-color: rgba(255, 255, 255, .24);
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.dress-feature-dark {
  background: var(--green);
  color: #fff;
}

.dress-feature-dark span, .dress-feature-dark p {
  color: rgba(255, 255, 255, .78);
}

.dress-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, .7fr) 1fr;
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  margin-top: 1.2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(17, 20, 18, .12);
}

.dress-advice-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.dress-advice {
  padding: 1.35rem;
  border: 1px solid rgba(17, 20, 18, .12);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 12px 34px rgba(17, 20, 18, .06);
}

.dress-advice span {
  color: var(--sage);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.dress-advice p {
  margin: .5rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.dress-bottom p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.recommendation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.palette-row {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}

.palette-row span {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17, 20, 18, .18);
  border-radius: 50%;
  background: var(--swatch);
}

.dress-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gift-section {
  position: relative;
  background: linear-gradient(135deg, rgba(238, 241, 232, .94), rgba(255, 254, 250, .96) 48%, rgba(244, 241, 232, .96)), var(--cream);
  overflow: hidden;
}

.gift-section::before, .gift-section::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(111, 127, 103, .18);
  border-radius: 50%;
  pointer-events: none;
}

.gift-section::before {
  left: -120px;
  top: 55px;
}

.gift-section::after {
  right: -140px;
  bottom: 45px;
}

.gift-panel {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: center;
  padding: clamp(2rem, 6vw, 5rem);
  overflow: hidden;
  text-align: center;
  background: linear-gradient(120deg, rgba(255, 255, 255, .92), rgba(248, 246, 239, .72)), #fff;
  box-shadow: 0 30px 80px rgba(17, 20, 18, .11);
}

.gift-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(111, 127, 103, .26);
  pointer-events: none;
}

.gift-panel .section-title {
  margin-bottom: 1rem;
}

.gift-intro {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.gift-composition {
  position: relative;
  z-index: 1;
  min-height: 340px;
  display: grid;
  place-items: center;
}

.gift-envelope {
  position: absolute;
  inset: auto 0 0 auto;
  width: min(420px, 88%);
  aspect-ratio: 1.55 / 1;
  border: 1px solid rgba(17, 20, 18, .18);
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(238, 241, 232, .9)), #fff;
  box-shadow: 0 26px 70px rgba(17, 20, 18, .15);
}

.gift-envelope::before, .gift-envelope::after, .gift-envelope-flap, .gift-envelope-line {
  content: "";
  position: absolute;
  pointer-events: none;
}

.gift-envelope::before {
  left: 0;
  bottom: 0;
  border-left: 210px solid rgba(255, 255, 255, .52);
  border-top: 132px solid transparent;
}

.gift-envelope::after {
  right: 0;
  bottom: 0;
  border-right: 210px solid rgba(244, 241, 232, .58);
  border-top: 132px solid transparent;
}

.gift-envelope-flap {
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 210px solid transparent;
  border-right: 210px solid transparent;
  border-top: 128px solid rgba(111, 127, 103, .13);
}

.gift-envelope-line {
  left: 10%;
  right: 10%;
  top: 50%;
  height: 1px;
  background: rgba(17, 20, 18, .12);
}

.gift-seal {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  transform: translate(-50%, -50%);
}

.gift-message {
  position: relative;
  z-index: 3;
  max-width: 560px;
  margin: 0 0 4.5rem auto;
  padding: clamp(1.3rem, 4vw, 2.2rem);
  border: 1px solid rgba(17, 20, 18, .12);
  border-left: 4px solid var(--sage);
  text-align: left;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 22px 58px rgba(17, 20, 18, .12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.gift-message span {
  display: block;
  margin-bottom: .55rem;
  color: var(--sage);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gift-message p {
  margin: 0;
  color: var(--deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.45;
}

.gift-message p + p {
  margin-top: 1rem;
  color: var(--muted);
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
}

.gift-note {
  position: relative;
  z-index: 1;
  display: inline-grid;
  gap: .25rem;
  justify-self: center;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(17, 20, 18, .14);
}

.gift-note span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gift-note strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 500;
}

.gift-floral {
  position: absolute;
  z-index: 0;
  width: 210px;
  height: 210px;
  opacity: .7;
  pointer-events: none;
}

.gift-floral span {
  position: absolute;
  display: block;
  border: 1px solid rgba(111, 127, 103, .42);
  background: rgba(238, 241, 232, .55);
}

.gift-floral span:nth-child(1) {
  width: 120px;
  height: 42px;
  border-radius: 90% 0 90% 0;
  transform: rotate(-32deg);
}

.gift-floral span:nth-child(2) {
  width: 96px;
  height: 34px;
  left: 58px;
  top: 56px;
  border-radius: 0 90% 0 90%;
  transform: rotate(18deg);
}

.gift-floral span:nth-child(3) {
  width: 1px;
  height: 170px;
  left: 92px;
  top: 16px;
  background: rgba(111, 127, 103, .42);
  transform: rotate(34deg);
}

.gift-floral-left {
  left: -28px;
  bottom: -38px;
}

.gift-floral-right {
  right: -28px;
  top: -34px;
  transform: rotate(180deg);
}

.rsvp-form {
  padding: clamp(1.5rem, 5vw, 3.4rem);
  text-align: center;
}

.faq-section {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 254, 250, .98), rgba(238, 241, 232, .72)), var(--paper);
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  left: -140px;
  top: 120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(111, 127, 103, .16);
  border-radius: 50%;
}

.faq-heading {
  position: sticky;
  top: 110px;
}

.faq-accordion {
  position: relative;
  display: grid;
  gap: .85rem;
}

.faq-accordion::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(111, 127, 103, .42), transparent);
}

.faq-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid rgba(17, 20, 18, .12);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 44px rgba(17, 20, 18, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.faq-accordion .accordion-item:hover {
  transform: translateY(-3px);
  border-color: rgba(111, 127, 103, .32);
  box-shadow: 0 24px 58px rgba(17, 20, 18, .1);
}

.faq-accordion .accordion-button {
  gap: 1rem;
  min-height: 82px;
  padding: 1.25rem 4.75rem 1.25rem 1.35rem;
  color: var(--deep);
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.2;
  box-shadow: none;
}

.faq-accordion .accordion-button span {
  flex: 0 0 auto;
  color: var(--sage);
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.faq-accordion .accordion-button:focus {
  box-shadow: inset 0 0 0 1px rgba(111, 127, 103, .22);
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background: var(--green);
}

.faq-accordion .accordion-button:not(.collapsed) span {
  color: rgba(255, 255, 255, .72);
}

.faq-accordion .accordion-button::after {
  position: absolute;
  right: 1.35rem;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-image: none;
  content: "+";
  color: inherit;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
  transform: none;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
  color: #fff;
  transform: rotate(180deg);
}

.faq-accordion .accordion-collapse {
  transition: height .34s ease;
}

.faq-accordion .accordion-body {
  padding: 1.3rem 1.6rem 1.55rem 4.65rem;
  color: var(--muted);
  background: linear-gradient(90deg, rgba(238, 241, 232, .72), rgba(255, 255, 255, .82)), #fff;
  font-size: 1.04rem;
  line-height: 1.75;
}

.form-control, .form-select {
  min-height: 58px;
  border-radius: 0;
  border-color: rgba(17, 20, 18, .2);
}

.form-control:focus, .form-select:focus {
  border-color: #6f7f67;
  box-shadow: 0 0 0 .22rem rgba(111, 127, 103, .15);
}

.site-footer {
  background: #fff;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
}

.brand-lockup, .hero-content h1, .display-title, .section-title, .date-day, .date-card strong, .count-box strong, .event-card h3, .album-tile span, .travel-card h3, .recommendation-grid strong, .tourism-panel h3, .dress-scale strong, .dress-main-card h3, .dress-feature h3, .gift-seal, .gift-message p, .gift-note strong, .faq-accordion .accordion-button {
  font-family: var(--font-title);
}

body, .navbar-nav .nav-link, .hero-kicker, .hero-date-line, .hero-intro, .section-kicker, .lead-copy, .btn, .language-note, .date-card p, .date-card small, .count-box span, .micro-copy, .essentials-grid span, .essentials-grid strong, .info-strip span, .info-strip strong, .event-card span, .event-card p, .event-card small, .timeline, .travel-card, .transport-note, .recommendation-grid span, .dress-feature span, .dress-feature p, .dress-tags li, .dress-advice, .dress-label, .dress-bottom p, .gift-intro, .gift-message span, .gift-message p + p, .gift-note span, .faq-accordion .accordion-button span, .faq-accordion .accordion-button::after, .faq-accordion .accordion-body, .form-control, .form-select, .site-footer {
  font-family: var(--font-body);
}

@media (min-width: 1400px) {
  .navbar-nav .nav-link {
    padding-inline: .8rem;
  }
}

@media (max-width: 1199.98px) {
  .wedding-nav {
    width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .wedding-nav .container-fluid {
    align-items: center;
  }
}

@media (max-width: 1199.98px) {
  .wedding-nav .navbar-toggler {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }
}

@media (max-width: 1199.98px) {
  .wedding-nav .navbar-collapse {
    margin-top: .85rem;
    padding: 1.1rem .9rem 1.25rem;
    background: rgba(255, 254, 250, .96);
    box-shadow: 0 28px 80px rgba(17, 20, 18, .1);
    backdrop-filter: blur(18px) saturate(1.08);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
  }
}

@media (max-width: 1199.98px) {
  .navbar-nav {
    width: 100%;
    max-height: calc(100vh - 120px);
    overflow: auto;
    align-items: center !important;
    gap: .15rem;
  }
}

@media (max-width: 1199.98px) {
  .wedding-nav .nav-link {
    width: min(100%, 340px);
    text-align: center;
    padding: .86rem .75rem;
    color: rgba(17, 20, 18, .86);
    font-size: clamp(.92rem, 3.5vw, 1.08rem);
    letter-spacing: .16em;
  }
}

@media (max-width: 1199.98px) {
  .wedding-nav .nav-link::after {
    left: 28%;
    right: 28%;
    bottom: .62rem;
  }
}

@media (max-width: 1199.98px) {
  .wedding-nav .nav-link-rsvp {
    width: min(100%, 340px);
    margin-top: .15rem;
    padding: .86rem .75rem !important;
    font-size: clamp(.92rem, 3.5vw, 1.08rem);
  }
}

@media (max-width: 991.98px) {
  .location-content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .hero-cover {
    min-height: 100svh;
    background: #111;
  }
}

@media (max-width: 991.98px) {
  .hero-cover::after {
    background: radial-gradient(circle at center, rgba(10, 13, 11, .16), rgba(10, 13, 11, .08) 34%, rgba(10, 13, 11, .34) 78%), linear-gradient(0deg, rgba(10, 13, 11, .72), rgba(10, 13, 11, .05) 56%, rgba(10, 13, 11, .5));
  }
}

@media (max-width: 991.98px) {
  .hero-slider::before {
    inset: 5rem .75rem .75rem;
    border-color: rgba(255, 255, 255, .26);
    box-shadow: none;
  }
}

@media (max-width: 991.98px) {
  .hero-slide {
    inset: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-slide img {
    object-position: center;
  }
}

@media (max-width: 991.98px) {
  .hero-slide:nth-child(1) img {
    object-position: center 44%;
  }
}

@media (max-width: 991.98px) {
  .hero-slide:nth-child(2) img, .hero-slide:nth-child(3) img {
    object-position: center 50%;
  }
}

@media (max-width: 991.98px) {
  .hero-slide:nth-child(4) img {
    object-position: 58% center;
  }
}

@media (max-width: 991.98px) {
  .hero-centerpiece {
    left: 50%;
    width: min(300px, calc(100% - 2rem));
    transform: translate(-50%, -42%);
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  .hero-centerpiece::before, .hero-centerpiece::after {
    width: min(170px, 48vw);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .58), transparent);
  }
}

@media (max-width: 991.98px) {
  .hero-panel-logo {
    width: clamp(112px, 36vw, 162px);
    opacity: .9;
    filter: invert(1) brightness(3) drop-shadow(0 18px 42px rgba(0, 0, 0, .28));
  }
}

@media (max-width: 991.98px) {
  .hero-date-line {
    color: rgba(255, 255, 255, .86);
    font-size: .98rem;
    letter-spacing: .26em;
    text-indent: .26em;
  }
}

@media (max-width: 991.98px) {
  .hero-scroll-note {
    color: rgba(255, 255, 255, .68);
  }
}

@media (max-width: 991.98px) {
  .hero-scroll-note::after {
    background: linear-gradient(rgba(255, 255, 255, .68), transparent);
  }
}

@media (max-width: 991.98px) {
  .hero-content h1 {
    font-size: clamp(3.1rem, 15vw, 5.8rem);
  }
}

@media (max-width: 991.98px) {
  .album-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .date-feature-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .date-copy {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .date-showcase {
    order: -1;
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
  }
}

@media (max-width: 991.98px) {
  .info-strip, .tourism-panel, .dress-showcase, .dress-advice-grid, .dress-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .gift-message {
    margin: 0 auto 5.5rem;
  }
}

@media (max-width: 991.98px) {
  .faq-heading {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .faq-accordion::before {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .story-photo-grid img, .story-photo-grid img:first-child {
    height: 360px;
  }
}

@media (max-width: 767.98px) {
  .countdown-panel .row {
    --bs-gutter-y: .45rem;
  }
}

@media (max-width: 767.98px) {
  .countdown-panel .col-3 {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 767.98px) {
  .count-box {
    min-height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .7rem 1rem;
  }
}

@media (max-width: 767.98px) {
  .count-box strong {
    width: auto;
    font-size: clamp(3rem, 14vw, 4.25rem);
  }
}

@media (max-width: 767.98px) {
  .count-box span {
    font-size: clamp(.78rem, 3.1vw, 1rem);
    letter-spacing: .14em;
  }
}

@media (max-width: 575.98px) {
  .brand-lockup {
    font-size: .68rem;
    letter-spacing: .12em;
  }
}

@media (max-width: 575.98px) {
  .hero-panel-logo {
    width: 62px;
  }
}

@media (max-width: 575.98px) {
  .display-title {
    font-size: 3.2rem;
  }
}

@media (max-width: 575.98px) {
  .date-day {
    font-size: 5.4rem;
  }
}

@media (max-width: 575.98px) {
  .date-card strong {
    font-size: 3rem;
  }
}

@media (max-width: 575.98px) {
  .date-feature-section::before {
    right: -18vw;
    top: .5rem;
    font-size: 18rem;
  }
}

@media (max-width: 575.98px) {
  .date-feature-section .display-title {
    font-size: clamp(3.25rem, 14vw, 4.7rem);
  }
}

@media (max-width: 575.98px) {
  .date-feature-section .lead-copy {
    font-size: 1rem;
    line-height: 1.65;
  }
}

@media (max-width: 575.98px) {
  .date-summary-list div {
    grid-template-columns: 1fr;
    gap: .35rem;
    padding: .82rem 0;
  }
}

@media (max-width: 575.98px) {
  .date-summary-list small {
    grid-column: auto;
  }
}

@media (max-width: 575.98px) {
  .date-showcase::before {
    inset: .7rem -.28rem -.55rem .7rem;
  }
}

@media (max-width: 575.98px) {
  .date-calendar {
    gap: .85rem;
  }
}

@media (max-width: 575.98px) {
  .date-card {
    padding: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .date-day {
    font-size: clamp(5rem, 28vw, 7rem);
  }
}

@media (max-width: 575.98px) {
  .date-card p {
    font-size: .72rem;
  }
}

@media (max-width: 575.98px) {
  .countdown-panel {
    padding: 1rem .65rem .9rem;
  }
}

@media (max-width: 575.98px) {
  .countdown-title {
    gap: .45rem;
    margin-bottom: .72rem;
    font-size: .58rem;
    letter-spacing: .12em;
  }
}

@media (max-width: 575.98px) {
  .countdown-panel .row {
    --bs-gutter-x: .38rem;
    --bs-gutter-y: .45rem;
  }
}

@media (max-width: 575.98px) {
  .countdown-panel .col-3 {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 575.98px) {
  .story-photo-grid, .album-grid, .dress-grid, .recommendation-grid, .essentials-grid, .info-strip, .dress-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .dress-panel {
    padding: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .dress-panel::before {
    inset: 10px;
  }
}

@media (max-width: 575.98px) {
  .dress-feature {
    min-height: 260px;
  }
}

@media (max-width: 575.98px) {
  .dress-scale, .dress-main-card {
    min-height: auto;
  }
}

@media (max-width: 575.98px) {
  .gift-panel {
    min-height: 0;
    padding: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  .gift-panel::before {
    inset: 10px;
  }
}

@media (max-width: 575.98px) {
  .gift-composition {
    min-height: 390px;
  }
}

@media (max-width: 575.98px) {
  .gift-envelope {
    width: 300px;
    max-width: 96%;
  }
}

@media (max-width: 575.98px) {
  .gift-envelope::before {
    border-left-width: 150px;
    border-top-width: 96px;
  }
}

@media (max-width: 575.98px) {
  .gift-envelope::after {
    border-right-width: 150px;
    border-top-width: 96px;
  }
}

@media (max-width: 575.98px) {
  .gift-envelope-flap {
    border-left-width: 150px;
    border-right-width: 150px;
    border-top-width: 92px;
  }
}

@media (max-width: 575.98px) {
  .gift-seal {
    width: 62px;
    height: 62px;
    font-size: 1.55rem;
  }
}

@media (max-width: 575.98px) {
  .faq-accordion .accordion-button {
    min-height: 74px;
    padding: 1rem 3.8rem 1rem 1rem;
    font-size: 1.12rem;
  }
}

@media (max-width: 575.98px) {
  .faq-accordion .accordion-button span {
    font-size: .68rem;
  }
}

@media (max-width: 575.98px) {
  .faq-accordion .accordion-button::after {
    right: .85rem;
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 575.98px) {
  .faq-accordion .accordion-body {
    padding: 1rem 1rem 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .album-wide {
    grid-column: span 1;
  }
}

@media (max-width: 575.98px) {
  .album-tile {
    min-height: 410px;
  }
}

@media (max-width: 575.98px) {
  .story-photo-grid img, .story-photo-grid img:first-child {
    height: 420px;
  }
}

@media (max-width: 575.98px) {
  .timeline-item {
    grid-template-columns: 1fr;
    gap: .3rem;
  }
}

@media (max-width: 575.98px) {
  .count-box {
    min-height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .7rem 1rem;
  }
}

@media (max-width: 575.98px) {
  .count-box strong {
    width: auto;
    font-size: clamp(3rem, 14vw, 4.25rem);
  }
}

@media (max-width: 575.98px) {
  .count-box span {
    font-size: clamp(.78rem, 3.1vw, 1rem);
    letter-spacing: .14em;
  }
}

@media (max-width: 575.98px) {
  .date-feature-section .container {
    max-width: none;
    padding-inline: .55rem;
  }
}

@media (max-width: 575.98px) {
  .date-showcase {
    max-width: none;
  }
}

