:root {
  color-scheme: light;
  --paper: #f8f7f2;
  --paper-deep: #eeeee5;
  --ink: #1f2520;
  --muted: #687169;
  --leaf: #4f6f55;
  --leaf-dark: #2f4d38;
  --sage: #dfe8d8;
  --wash: #dbecef;
  --line: rgba(47, 77, 56, 0.22);
  --shadow: rgba(47, 77, 56, 0.14);
  --radius: 16px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --display-script: "Parisienne", "Brush Script MT", cursive;
  --script: "Kalam", "Bradley Hand", cursive;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

section[id] {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  overflow-x: clip;
  background:
    linear-gradient(180deg, rgba(219, 236, 239, 0.52), transparent 24rem),
    var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 14%, rgba(79, 111, 85, 0.12), transparent 22rem),
    radial-gradient(circle at 88% 10%, rgba(112, 153, 157, 0.12), transparent 24rem),
    linear-gradient(90deg, rgba(47, 77, 56, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(47, 77, 56, 0.04) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
}

a {
  color: inherit;
}

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

.container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  min-height: 62px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 18px;
  padding: 10px 14px 10px 18px;
  border: 1px solid rgba(47, 77, 56, 0.18);
  border-radius: 999px;
  background: rgba(248, 247, 242, 0.82);
  box-shadow: 0 18px 50px var(--shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.site-header::after {
  content: "";
  width: 44px;
  height: 44px;
}

.brand {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--leaf-dark);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 36px);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a {
  text-decoration: none;
  color: var(--leaf-dark);
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--ink);
}

.menu-toggle {
  display: none;
}

.mobile-menu {
  display: none;
}

.hero {
  min-height: 94dvh;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 110px 28px 72px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(248, 247, 242, 0.1), rgba(248, 247, 242, 0.84) 88%),
    linear-gradient(90deg, rgba(248, 247, 242, 0.66), rgba(248, 247, 242, 0.08), rgba(248, 247, 242, 0.66));
}

.hero-art {
  position: absolute;
  width: min(1880px, 138vw);
  height: min(920px, 90vh);
  left: 50%;
  top: 50%;
  opacity: 0.48;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%) scale(1.1);
  filter: saturate(0.88) contrast(0.98);
  mask-image: radial-gradient(ellipse at center, black 0%, black 58%, transparent 88%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, black 58%, transparent 88%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1240px, 100%);
  text-align: center;
  padding-top: clamp(24px, 6vh, 64px);
}

.overline,
.script-small {
  margin: 0 0 12px;
  color: var(--leaf-dark);
}

.overline {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.script-small {
  font-family: var(--script);
  font-size: clamp(26px, 2.9vw, 38px);
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-family: var(--display-script);
  font-size: clamp(112px, 16.6vw, 226px);
  line-height: 0.86;
  font-weight: 400;
  color: var(--ink);
}

h2 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0.01em;
}

h3 {
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  font-weight: 500;
}

.hero-copy {
  width: min(640px, 100%);
  margin: 0 auto 28px;
  color: var(--leaf-dark);
  font-size: clamp(21px, 2vw, 27px);
  line-height: 1.34;
}

.hero-actions,
.presence-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.button:active {
  transform: translateY(1px) scale(0.99);
}

.button-primary {
  background: var(--leaf-dark);
  color: var(--paper);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--ink);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(248, 247, 242, 0.72);
  color: var(--leaf-dark);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--leaf-dark);
  background: var(--sage);
}

.section {
  position: relative;
  padding: clamp(72px, 10vw, 132px) 0;
}

.invitation-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 54px);
  align-items: center;
}

.invitation-main {
  grid-column: 4 / -1;
  text-align: center;
}

.invitation-main h2 {
  margin-bottom: 20px;
  font-size: clamp(72px, 7.2vw, 104px);
  white-space: nowrap;
}

.invitation-main p:not(.script-small) {
  width: min(780px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(23px, 2.2vw, 29px);
  line-height: 1.48;
}

.date-panel {
  grid-column: 1 / 4;
  justify-self: start;
  width: min(300px, 100%);
  display: grid;
  gap: 10px;
  padding: 42px 10px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.date-panel span {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.date-panel span:first-child,
.date-panel span:last-child {
  font-size: clamp(58px, 6.2vw, 86px);
  line-height: 1;
}

.date-panel span:nth-child(2) {
  color: var(--leaf-dark);
  font-size: 16px;
}

.places-section {
  background:
    linear-gradient(180deg, rgba(223, 232, 216, 0.62), rgba(248, 247, 242, 0.84)),
    var(--paper);
}

.section-heading {
  width: min(820px, 100%);
  margin-bottom: 48px;
}

.place-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.place-card {
  min-width: 0;
  min-height: 560px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(47, 77, 56, 0.08);
  background: rgba(248, 247, 242, 0.88);
  transition: box-shadow 240ms ease, border-color 240ms ease;
}

.place-card::before,
.place-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.place-card::before {
  z-index: -2;
  background: var(--place-image) var(--place-position, center) / cover no-repeat;
  opacity: var(--place-opacity, 0.5);
  filter: saturate(0.84) contrast(0.94);
  transform: scale(1.03);
  transition: opacity 700ms ease, transform 900ms ease;
}

.place-card::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(248, 247, 242, 0.42), rgba(248, 247, 242, 0.96) 76%),
    linear-gradient(90deg, rgba(248, 247, 242, 0.86), rgba(248, 247, 242, 0.2));
}

.place-card > * {
  position: relative;
  z-index: 1;
}

.place-card-accent::after {
  background:
    linear-gradient(180deg, rgba(219, 236, 239, 0.34), rgba(248, 247, 242, 0.98) 72%),
    linear-gradient(90deg, rgba(248, 247, 242, 0.9), rgba(248, 247, 242, 0.16));
}

.place-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: auto;
  padding-bottom: 48px;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--leaf-dark);
}

.place-card p {
  margin-bottom: 4px;
  color: var(--muted);
}

.soft-note {
  margin-top: 18px;
  color: var(--leaf-dark) !important;
  font-style: italic;
}

.text-link {
  width: max-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  padding: 0 18px;
  border: 1px solid rgba(47, 77, 56, 0.2);
  border-radius: 999px;
  background: var(--leaf-dark);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(47, 77, 56, 0.16);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hotels-section {
  background:
    linear-gradient(180deg, rgba(248, 247, 242, 0.84), rgba(223, 232, 216, 0.5)),
    var(--paper);
}

.hotel-list {
  display: grid;
  grid-template-columns: 1.08fr 0.96fr 0.96fr;
  gap: 18px;
}

.hotel-card {
  min-width: 0;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(248, 247, 242, 0.72), rgba(248, 247, 242, 0.96)),
    rgba(248, 247, 242, 0.88);
  box-shadow: 0 22px 62px rgba(47, 77, 56, 0.08);
}

.hotel-card span {
  margin-bottom: auto;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--leaf-dark);
}

.hotel-card h3 {
  margin-bottom: 18px;
  font-size: clamp(34px, 3vw, 44px);
  white-space: nowrap;
}

.hotel-card p {
  width: min(340px, 100%);
  margin-bottom: 0;
  color: var(--muted);
}

.countdown-section {
  padding: clamp(72px, 9vw, 118px) 0;
}

.countdown-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
  justify-items: center;
  padding: clamp(42px, 6vw, 72px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.countdown-grid h2 {
  max-width: min(1040px, 100%);
  margin-bottom: 0;
  font-size: clamp(68px, 6.8vw, 96px);
  line-height: 0.9;
}

.countdown {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.countdown div {
  min-width: 0;
  min-height: 164px;
  display: grid;
  place-items: center;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(223, 232, 216, 0.6);
  text-align: center;
}

.countdown strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(64px, 7vw, 104px);
  font-weight: 500;
  line-height: 0.88;
}

.countdown span {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--leaf-dark);
}

.presence-section {
  overflow: hidden;
  padding-top: clamp(122px, 14vw, 190px);
}

.presence-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -152px;
  width: min(1360px, 98vw);
  aspect-ratio: 16 / 9;
  background: url("assets/igreja-aquarela.png") center top / contain no-repeat;
  opacity: 0.17;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, 0.72) 66%, transparent 88%);
  mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, 0.72) 66%, transparent 88%);
  transform: translateX(-50%);
  pointer-events: none;
}

.presence-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.presence-copy p:not(.script-small) {
  width: min(640px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: 21px;
}

.presence-copy h2 {
  max-width: min(1040px, 100%);
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(58px, 6.2vw, 92px);
}

.presence-actions {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 14px;
  justify-content: stretch;
  padding: clamp(30px, 3.4vw, 44px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(248, 247, 242, 0.86);
  box-shadow: 0 22px 64px rgba(47, 77, 56, 0.1);
}

.presence-actions .button {
  min-height: 60px;
  padding: 16px 28px;
  font-size: 13px;
}

.presence-actions p {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13px;
  text-align: center;
}

.footer {
  padding: 30px 0 42px;
  border-top: 1px solid var(--line);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer p {
  margin: 0;
  font-weight: 700;
}

.footer a {
  color: var(--leaf-dark);
  text-decoration: none;
}

.gift-hero {
  min-height: 78dvh;
  position: relative;
  display: grid;
  place-items: center;
  padding: 118px 20px 72px;
  overflow: hidden;
}

.gift-watercolor {
  position: absolute;
  width: min(980px, 104vw);
  left: 50%;
  bottom: -12%;
  opacity: 0.22;
  transform: translateX(-50%);
}

.gift-content {
  position: relative;
  width: min(760px, 100%);
  text-align: center;
}

.gift-content h1 {
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: clamp(54px, 8vw, 92px);
  line-height: 0.92;
}

.gift-content p:not(.script-small) {
  width: min(560px, 100%);
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 22px;
}

.gifts-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gift-note {
  min-width: 0;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(248, 247, 242, 0.78);
}

.gift-note span {
  margin-bottom: auto;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--leaf-dark);
}

.gift-note h2 {
  font-size: clamp(34px, 4vw, 46px);
}

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

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

body.has-reveal .reveal {
  opacity: 0;
  transform: translateY(24px);
}

body.has-reveal .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 780ms cubic-bezier(0.16, 1, 0.3, 1), transform 780ms cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-art {
    animation: heroArtworkDrift 18s ease-in-out infinite alternate;
  }

  .button:hover,
  .text-link:hover,
  .button:focus-visible,
  .text-link:focus-visible {
    transform: translateY(-2px);
  }

  .text-link:hover,
  .text-link:focus-visible {
    background: var(--ink);
    box-shadow: 0 18px 42px rgba(47, 77, 56, 0.2);
  }

  .place-card:hover {
    border-color: rgba(47, 77, 56, 0.32);
    box-shadow: 0 32px 82px rgba(47, 77, 56, 0.13);
  }

  .place-card:hover::before {
    opacity: var(--place-hover-opacity, 0.6);
    transform: scale(1.08);
  }
}

@keyframes heroArtworkDrift {
  from {
    transform: translate(-50%, -50%) scale(1.1);
  }

  to {
    transform: translate(-50%, -51.5%) scale(1.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-art {
    animation: none;
  }

  .button,
  .text-link,
  .place-card,
  .place-card::before,
  .reveal,
  body.has-reveal .reveal,
  body.has-reveal .reveal.is-visible {
    transition: none;
  }

  .reveal,
  body.has-reveal .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 860px) {
  section[id] {
    scroll-margin-top: 88px;
  }

  body {
    font-size: 17px;
  }

  .container {
    width: min(100% - 32px, 1120px);
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 56px;
    display: grid;
    grid-template-columns: 42px auto;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 7px 10px;
    border-radius: 30px;
  }

  .site-header::after {
    display: none;
  }

  .brand {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
  }

  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(47, 77, 56, 0.2);
    border-radius: 999px;
    background: rgba(248, 247, 242, 0.78);
    color: var(--leaf-dark);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    list-style: none;
    cursor: pointer;
  }

  .menu-toggle::-webkit-details-marker {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(230px, calc(100vw - 28px));
    display: grid;
    gap: 2px;
    padding: 12px;
    border: 1px solid rgba(47, 77, 56, 0.16);
    border-radius: 22px;
    background: rgba(248, 247, 242, 0.96);
    box-shadow: 0 18px 44px rgba(47, 77, 56, 0.13);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-menu .nav-links a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 14px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .mobile-menu .nav-links a:hover,
  .mobile-menu .nav-links a:focus-visible {
    background: rgba(223, 232, 216, 0.72);
  }

  .mobile-menu[open] .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .hero {
    min-height: 100svh;
    padding: 96px 18px 48px;
  }

  .hero-art {
    width: 205vw;
    height: 84svh;
    top: 52%;
    opacity: 0.5;
  }

  .hero-content {
    padding-top: 0;
  }

  h1 {
    font-size: clamp(68px, 21vw, 98px);
  }

  h2 {
    font-size: clamp(44px, 13vw, 58px);
  }

  h3 {
    font-size: clamp(34px, 10.6vw, 43px);
  }

  .hero-copy {
    width: min(330px, 100%);
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.36;
  }

  .section {
    padding: 56px 0;
  }

  .invitation-grid,
  .place-list,
  .hotel-list,
  .countdown-grid,
  .presence-layout,
  .gifts-info-grid {
    grid-template-columns: 1fr;
  }

  .invitation-grid {
    gap: 24px;
  }

  .date-panel,
  .invitation-main {
    grid-column: auto;
  }

  .invitation-main {
    text-align: center;
  }

  .invitation-main h2 {
    font-size: clamp(48px, 13.6vw, 58px);
    line-height: 0.96;
    white-space: normal;
  }

  .invitation-main p:not(.script-small) {
    width: min(335px, 100%);
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.48;
  }

  .date-panel {
    justify-self: center;
    width: min(300px, 100%);
    padding: 26px 10px;
  }

  .date-panel span:first-child,
  .date-panel span:last-child {
    font-size: clamp(52px, 16vw, 68px);
  }

  .section-heading {
    width: min(352px, 100%);
    margin-right: auto;
    margin-bottom: 28px;
    margin-left: auto;
    text-align: center;
  }

  .section-heading h2 {
    font-size: clamp(32px, 8.6vw, 42px);
    line-height: 0.98;
    font-weight: 700;
    white-space: nowrap;
  }

  .invitation-section {
    padding-top: 36px;
  }

  .place-card {
    min-height: 390px;
    padding: 26px 24px;
  }

  .place-card::after {
    background:
      linear-gradient(180deg, rgba(248, 247, 242, 0.32), rgba(248, 247, 242, 0.96) 74%),
      linear-gradient(90deg, rgba(248, 247, 242, 0.78), rgba(248, 247, 242, 0.2));
  }

  .place-meta {
    gap: 10px;
    padding-bottom: 34px;
    font-size: 11px;
    letter-spacing: 0.11em;
  }

  .place-card p,
  .hotel-card p,
  .gift-note p {
    font-size: 18px;
    line-height: 1.46;
  }

  .text-link {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    font-size: 11px;
    text-align: center;
  }

  .hotel-list {
    gap: 14px;
  }

  .hotel-card {
    min-height: auto;
    padding: 28px 26px;
    text-align: center;
  }

  .hotel-card h3 {
    font-size: clamp(34px, 9.5vw, 40px);
    white-space: nowrap;
  }

  .hotel-card p,
  .hotel-card .text-link {
    margin-right: auto;
    margin-left: auto;
  }

  .countdown-section {
    padding: 54px 0;
  }

  .countdown-grid {
    gap: 0;
    padding: 36px 0;
  }

  .countdown-grid h2 {
    width: min(330px, 100%);
    font-size: clamp(48px, 13.8vw, 58px);
    line-height: 0.95;
  }

  .countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .countdown div {
    min-height: 118px;
    padding: 16px 10px;
  }

  .countdown strong {
    font-size: clamp(48px, 14vw, 58px);
  }

  .countdown span {
    font-size: 11px;
  }

  .presence-section {
    padding-top: 92px;
    padding-bottom: 54px;
  }

  .presence-section::before {
    top: -34px;
    width: 188vw;
    opacity: 0.12;
  }

  .presence-copy h2 {
    width: min(356px, 100%);
    font-size: clamp(25px, 6.7vw, 32px);
    font-weight: 700;
    line-height: 0.98;
    white-space: nowrap;
  }

  .presence-layout {
    gap: 24px;
  }

  .presence-copy p:not(.script-small) {
    font-size: 19px;
    line-height: 1.44;
  }

  .presence-actions {
    grid-template-columns: 1fr;
    justify-content: stretch;
    padding: 24px;
  }

  .presence-actions .button {
    min-height: 56px;
  }

  .gift-hero {
    min-height: 76svh;
    padding: 94px 18px 44px;
  }

  .gift-watercolor {
    width: 170vw;
    bottom: 2%;
    opacity: 0.15;
  }

  .gift-content h1 {
    font-size: clamp(48px, 14.5vw, 64px);
    line-height: 0.96;
  }

  .gift-note {
    min-height: auto;
    padding: 28px 26px;
  }

  .gifts-info-section {
    padding-top: 34px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .button {
    width: 100%;
  }

  .presence-copy p:not(.script-small),
  .gift-content p:not(.script-small) {
    font-size: 19px;
  }

  .place-meta time {
    text-align: right;
  }

  .footer-inner {
    display: grid;
  }

  .footer a {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 390px) {
  .site-header {
    grid-template-columns: 38px auto;
    gap: 8px;
    padding: 7px 8px;
  }

  .brand {
    width: 38px;
    height: 38px;
    font-size: 11px;
  }

  .menu-toggle {
    min-height: 38px;
    padding: 0 15px;
    font-size: 10px;
  }

  .nav-links {
    width: min(218px, calc(100vw - 28px));
  }

  .place-card,
  .hotel-card,
  .gift-note {
    padding-right: 22px;
    padding-left: 22px;
  }

  .place-meta {
    letter-spacing: 0.08em;
  }

  .hotel-card h3 {
    font-size: clamp(31px, 9vw, 36px);
  }
}
