:root {
  --bg: #f5efe2;
  --bg-deep: #ece2d1;
  --surface: rgba(255, 251, 244, 0.84);
  --surface-strong: rgba(255, 252, 247, 0.94);
  --line: rgba(120, 100, 72, 0.18);
  --text: #2f261d;
  --muted: #675848;
  --olive: #708055;
  --olive-deep: #52643b;
  --olive-soft: rgba(143, 160, 111, 0.16);
  --bronze: #9d7348;
  --bronze-soft: rgba(157, 115, 72, 0.12);
  --shadow: rgba(87, 70, 48, 0.14);
  --max-width: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.82), transparent 34%),
    radial-gradient(circle at 85% 18%, rgba(209, 186, 154, 0.18), transparent 20%),
    radial-gradient(circle at 15% 85%, rgba(132, 149, 97, 0.12), transparent 22%),
    linear-gradient(180deg, #efe5d5 0%, #f7f2e8 42%, #eee4d6 100%);
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.16), transparent 16%),
    repeating-linear-gradient(90deg, transparent 0, transparent 96px, rgba(118, 98, 69, 0.03) 96px, rgba(118, 98, 69, 0.03) 97px);
  pointer-events: none;
  z-index: -2;
}

.site-growth-video-shell {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(1.5rem, 4vw, 4rem);
  pointer-events: none;
  z-index: -3;
  overflow: hidden;
}

.site-growth-video-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(245, 239, 226, 0), rgba(245, 239, 226, 0.22) 62%, rgba(245, 239, 226, 0.58) 100%),
    linear-gradient(180deg, rgba(245, 239, 226, 0.24), rgba(245, 239, 226, 0.08) 35%, rgba(245, 239, 226, 0.34));
  z-index: 1;
}

.site-growth-video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 0.28;
  filter:
    saturate(1.1)
    brightness(1.02)
    contrast(1.08);
  mask-image: radial-gradient(ellipse at center, black 60%, rgba(0, 0, 0, 0.78) 78%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 60%, rgba(0, 0, 0, 0.78) 78%, transparent 100%);
}

.page-aura {
  position: fixed;
  left: 50%;
  bottom: -18rem;
  width: 52rem;
  height: 52rem;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 246, 229, 0.68), rgba(255, 246, 229, 0));
  filter: blur(14px);
  pointer-events: none;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  width: min(calc(100% - 3rem), var(--max-width));
  margin: 1rem auto 0;
  padding: 0.95rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(120, 100, 72, 0.14);
  border-radius: 999px;
  background: rgba(249, 243, 233, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(87, 70, 48, 0.1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand__crest {
  width: 2.8rem;
  height: 2.8rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(112, 128, 85, 0.34);
  color: var(--olive-deep);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 234, 220, 0.78));
  font-family: "Italiana", Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
}

.brand__text {
  font-family: "Italiana", Georgia, serif;
  font-size: 1.08rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.15rem;
  font-size: 1rem;
}

.main-nav a {
  color: var(--muted);
  transition: color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--olive-deep);
}

main,
.site-footer {
  width: min(calc(100% - 7rem), var(--max-width));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 7rem 0;
}

.section::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 10rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(157, 115, 72, 0.55), transparent);
}

.section-kicker {
  margin: 0 0 0.9rem;
  color: var(--bronze);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 46rem;
  margin-bottom: 2.8rem;
}

.venue .section-heading {
  max-width: min(100%, 60rem);
}

.venue .section-heading::after {
  content: "";
  display: block;
  clear: both;
}

.venue .section-heading > :not(.wind-figure-shell) {
  position: relative;
  z-index: 2;
}

.wind-figure-shell {
  position: relative;
  float: right;
  width: clamp(18rem, 31vw, 27rem);
  margin: -4.3rem -2.1rem 0.25rem 1.6rem;
  shape-outside: ellipse(46% 42% at 46% 52%);
  shape-margin: 1.1rem;
  pointer-events: none;
  z-index: 1;
  animation: windFloat 9s ease-in-out 1.1s infinite;
}

.wind-figure-shell::before {
  content: "";
  position: absolute;
  inset: 8% 8% 10% 10%;
  background:
    radial-gradient(circle at 42% 52%, rgba(245, 239, 226, 0.96), rgba(245, 239, 226, 0.52) 42%, rgba(245, 239, 226, 0) 76%);
  filter: blur(26px);
}

.wind-figure-shell::after {
  content: "";
  position: absolute;
  inset: 7% 5% 6% 8%;
  background:
    radial-gradient(circle at 58% 34%, rgba(255, 250, 242, 0.32), transparent 16%),
    radial-gradient(circle at 28% 54%, rgba(245, 239, 226, 0.56), transparent 28%),
    radial-gradient(circle at 73% 68%, rgba(112, 128, 85, 0.08), transparent 20%);
  filter: blur(20px);
}

.wind-illustration {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: visible;
  isolation: isolate;
  opacity: 0;
  animation: windReveal 1.1s ease forwards;
}

.wind-illustration::before {
  content: "";
  position: absolute;
  inset: 8% 8% 12% 8%;
  z-index: 4;
  background:
    radial-gradient(circle at 22% 52%, rgba(255, 251, 244, 0.48), transparent 20%),
    radial-gradient(circle at 74% 40%, rgba(255, 245, 229, 0.16), transparent 18%);
  pointer-events: none;
}

.wind-illustration::after {
  content: "";
  position: absolute;
  inset: 6% 0 4% 0;
  z-index: 4;
  background:
    radial-gradient(circle at 18% 52%, rgba(255, 251, 244, 0.28), transparent 16%),
    linear-gradient(90deg, rgba(245, 239, 226, 0.24), transparent 22%, transparent 80%, rgba(245, 239, 226, 0.08));
  pointer-events: none;
}

.wind-video {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.94;
  filter:
    saturate(0.88)
    contrast(1.04)
    brightness(1.01)
    drop-shadow(0 24px 28px rgba(96, 71, 42, 0.12));
  mix-blend-mode: multiply;
  transform: translate(4%, 1%) scale(1.18);
  mask-image:
    radial-gradient(ellipse at 38% 53%, black 27%, rgba(0, 0, 0, 0.96) 47%, rgba(0, 0, 0, 0.74) 62%, rgba(0, 0, 0, 0.32) 76%, transparent 91%);
  -webkit-mask-image:
    radial-gradient(ellipse at 38% 53%, black 27%, rgba(0, 0, 0, 0.96) 47%, rgba(0, 0, 0, 0.74) 62%, rgba(0, 0, 0, 0.32) 76%, transparent 91%);
  z-index: 1;
}

.wind-illustration__mist,
.wind-illustration__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.wind-illustration__mist {
  z-index: 2;
  background:
    radial-gradient(circle at 13% 52%, rgba(245, 239, 226, 0.72), transparent 18%),
    radial-gradient(circle at 88% 24%, rgba(255, 247, 232, 0.14), transparent 12%),
    linear-gradient(90deg, rgba(245, 239, 226, 0.3), transparent 18%, transparent 82%, rgba(245, 239, 226, 0.06));
  mix-blend-mode: screen;
}

.wind-illustration__glow {
  z-index: 2;
  background:
    radial-gradient(circle at 32% 60%, rgba(157, 115, 72, 0.1), transparent 16%),
    radial-gradient(circle at 73% 42%, rgba(112, 128, 85, 0.08), transparent 18%);
}

.venue .section-heading p:last-child {
  max-width: 38rem;
}

.section-heading h2,
.hero h1,
.journey-card h3,
.note-card h3,
.venue-route__header h3,
.venue-card h3,
.map-card h3,
.utility-card h3,
.form-card h3,
.registry-card h3,
.envelope-card h3 {
  margin: 0;
  font-family: "Italiana", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.hero h1 {
  font-size: clamp(3.6rem, 9vw, 6rem);
  line-height: 0.96;
}

.section-heading h2 {
  font-size: clamp(2.35rem, 5vw, 4rem);
  line-height: 1;
}

.hero__lead,
.section-heading p,
.journey-card p,
.note-card p,
.venue-card p,
.map-card__content p,
.utility-card p,
.registry-card p,
.envelope-card p,
.site-footer p,
.detail-form label {
  font-size: 1.18rem;
}

.hero {
  display: block;
  min-height: auto;
  padding-top: 3rem;
}

.hero::before {
  display: none;
}

.hero__banner {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  background: rgba(244, 236, 222, 0.78);
  box-shadow: 0 26px 70px rgba(87, 70, 48, 0.16);
}

.hero__banner::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 22%;
  background: linear-gradient(180deg, rgba(239, 229, 213, 0), rgba(239, 229, 213, 0.72));
  pointer-events: none;
}

.hero__banner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

.hero__copy {
  position: relative;
  z-index: 2;
  max-width: min(42rem, calc(100% - 1.5rem));
  margin: -4.8rem auto 0;
  padding: 1.9rem 2rem 0;
  border: 1px solid rgba(120, 100, 72, 0.12);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 241, 229, 0.8)),
    var(--surface-strong);
  box-shadow: 0 24px 60px rgba(87, 70, 48, 0.12);
  backdrop-filter: blur(12px);
}

.hero__title-shell {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.35rem);
}

.hero__title-shell h1 {
  color: var(--olive-deep);
  text-wrap: balance;
  text-shadow: 0 12px 24px rgba(82, 100, 59, 0.08);
}

.hero__title-branch {
  flex: 0 0 clamp(4.8rem, 10vw, 7.4rem);
  width: clamp(4.8rem, 10vw, 7.4rem);
  height: auto;
  opacity: 0.96;
  filter: drop-shadow(0 10px 20px rgba(82, 100, 59, 0.1));
}

.hero__title-branch--right {
  transform: scaleX(-1);
}

.hero__title-stem,
.hero__title-vein {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero__title-stem {
  stroke: rgba(83, 99, 59, 0.88);
  stroke-width: 2.5;
}

.hero__title-leaf {
  fill: rgba(220, 231, 194, 0.72);
  stroke: rgba(94, 109, 67, 0.84);
  stroke-width: 1.2;
  stroke-linejoin: round;
}

.hero__title-vein {
  stroke: rgba(122, 139, 94, 0.46);
  stroke-width: 0.9;
}

.hero__title-olive {
  fill: rgba(154, 165, 104, 0.82);
  stroke: rgba(124, 113, 75, 0.56);
  stroke-width: 0.9;
}

.hero__lead {
  max-width: 29rem;
  margin: 1.45rem 0 0;
  color: var(--muted);
  font-size: 1.42rem;
  line-height: 1.4;
}

.hero__details,
.hero__actions,
.map-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero__details {
  margin-top: 2rem;
}

.hero__actions {
  margin-top: 2rem;
}

.detail-pill,
.registry-item,
.bank-card {
  padding: 1rem 1.15rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(120, 100, 72, 0.14);
  background: rgba(255, 252, 246, 0.82);
  box-shadow: 0 14px 34px rgba(87, 70, 48, 0.08);
}

.detail-pill span,
.venue-card__label,
.venue-route__eyebrow,
.journey-card__eyebrow,
.note-card__eyebrow {
  display: block;
  color: var(--bronze);
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.detail-pill strong,
.venue-card__value,
.registry-item strong,
.bank-card strong {
  display: block;
  margin-top: 0.22rem;
  font-size: 1.24rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 1.02rem;
  font-weight: 600;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

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

.button--primary {
  color: #fdf8f0;
  background: linear-gradient(135deg, var(--olive-deep), var(--olive));
  box-shadow: 0 18px 34px rgba(82, 100, 59, 0.24);
}

.button--secondary {
  color: var(--olive-deep);
  border-color: rgba(112, 128, 85, 0.26);
  background: rgba(255, 252, 246, 0.8);
}

.journey-card,
.note-card,
.venue-card,
.map-card,
.utility-card,
.form-card,
.registry-card,
.envelope-card {
  border: 1px solid rgba(120, 100, 72, 0.12);
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(248, 241, 229, 0.76)),
    var(--surface);
  box-shadow: 0 24px 60px rgba(87, 70, 48, 0.1);
}

.journey-grid,
.utility-grid,
.forms-grid,
.gifts-layout {
  display: grid;
  gap: 1.4rem;
}

.journey-panels {
  display: grid;
  gap: 2rem;
}

.journey-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 1.06fr);
  gap: 1.35rem;
  align-items: stretch;
  padding: 1rem;
  border: 1px solid rgba(120, 100, 72, 0.12);
  border-radius: 2.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 241, 229, 0.78)),
    var(--surface);
  box-shadow: 0 24px 60px rgba(87, 70, 48, 0.1);
}

.journey-panel--reverse {
  grid-template-columns: minmax(340px, 1.06fr) minmax(0, 0.94fr);
}

.journey-panel--reverse .journey-panel__copy {
  order: 2;
}

.journey-panel--reverse .journey-panel__media {
  order: 1;
}

.journey-panel__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.1rem 0.7rem 1.1rem 1rem;
}

.journey-panel__eyebrow {
  display: block;
  margin: 0 0 0.65rem;
  color: var(--bronze);
  font-size: 0.96rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.journey-panel h3 {
  margin-bottom: 0.95rem;
  font-size: clamp(2.15rem, 4vw, 3rem);
  line-height: 0.98;
}

.journey-panel__lead {
  max-width: 28rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.22rem;
}

.journey-panel__address {
  margin: 1rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(157, 115, 72, 0.14);
  background: rgba(255, 251, 244, 0.84);
  font-size: 1.08rem;
}

.journey-panel__map-shell {
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(120, 100, 72, 0.12);
  background: #eadfce;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.journey-panel__map {
  display: block;
  width: 100%;
  height: 15rem;
  border: 0;
  filter: saturate(0.9) contrast(1.02);
}

.journey-panel__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.journey-panel__facts .detail-pill {
  min-height: 100%;
}

.journey-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.journey-panel__media {
  margin: 0;
  min-height: 31rem;
  overflow: hidden;
  border-radius: 1.65rem;
}

.journey-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-reveal {
  opacity: 0;
  transition:
    opacity 780ms ease,
    transform 860ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}

.scroll-reveal--left {
  transform: translate3d(-3rem, 2.2rem, 0);
}

.scroll-reveal--right {
  transform: translate3d(3rem, 2.2rem, 0);
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.journey-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.journey-card,
.note-card,
.utility-card,
.registry-card,
.envelope-card,
.form-card {
  padding: 1.55rem;
}

.journey-card__media {
  margin: -0.2rem -0.2rem 1.25rem;
  overflow: hidden;
  border-radius: 1.5rem;
}

.journey-card__media img {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
}

.journey-card h3,
.note-card h3,
.venue-route__header h3,
.venue-card h3,
.map-card h3,
.utility-card h3,
.form-card h3,
.registry-card h3,
.envelope-card h3 {
  margin-bottom: 0.9rem;
  font-size: 2rem;
}

.note-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(157, 115, 72, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 238, 227, 0.84));
}

.venue-route {
  display: grid;
  gap: 1.6rem;
}

.venue-route + .venue-route {
  margin-top: 3.3rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(120, 100, 72, 0.14);
}

.venue-route__header {
  max-width: 42rem;
}

.venue-route__eyebrow {
  margin: 0 0 0.55rem;
}

.venue-route__header h3 {
  line-height: 1.02;
}

.venue-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: 1.6rem;
  align-items: stretch;
}

.venue-cards {
  display: grid;
  gap: 1.15rem;
}

.venue-card {
  padding: 1.45rem;
}

.venue-card--image {
  padding: 0.8rem;
  overflow: hidden;
}

.venue-card--image img {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  border-radius: 1.4rem;
  object-fit: cover;
}

.map-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(30rem, 36rem) auto;
}

.map-card__embed {
  width: 100%;
  height: 100%;
  border: 0;
  background: #eadfce;
  filter: saturate(0.88) contrast(1.03);
}

.map-card__content {
  padding: 1.55rem;
}

.map-card__actions {
  margin-top: 1.3rem;
}

.utility-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.utility-card {
  position: relative;
}

.utility-card::after {
  content: "";
  position: absolute;
  left: 1.55rem;
  right: 1.55rem;
  bottom: 1.15rem;
  height: 0.2rem;
  background: linear-gradient(90deg, var(--olive), transparent);
  opacity: 0.34;
}

.forms-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-form {
  display: grid;
  gap: 1rem;
}

.detail-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
}

.detail-form input,
.detail-form select,
.detail-form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(120, 100, 72, 0.18);
  border-radius: 1rem;
  background: rgba(255, 252, 247, 0.96);
  color: var(--text);
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.detail-form input:focus,
.detail-form select:focus,
.detail-form textarea:focus {
  outline: none;
  border-color: rgba(112, 128, 85, 0.44);
  box-shadow: 0 0 0 4px rgba(112, 128, 85, 0.12);
}

.detail-form .button {
  justify-self: start;
}

.form-status {
  min-height: 1.3rem;
  margin: 0.2rem 0 0;
  color: var(--olive-deep);
  font-size: 1rem;
}

.gifts-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.registry-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.3rem 0 1.5rem;
}

.registry-item span,
.bank-card span {
  display: block;
  color: var(--muted);
}

.registry-link-placeholder {
  margin: 1.35rem 0 0;
  padding: 1rem 1.15rem;
  border-radius: 1.2rem;
  border: 1px dashed rgba(157, 115, 72, 0.28);
  background: rgba(255, 251, 244, 0.78);
  color: var(--bronze);
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.envelope-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.envelope-display {
  width: 100%;
  margin-top: 0.4rem;
}

.envelope-photo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.35rem;
  border-radius: 1.45rem;
  box-shadow: 0 20px 36px rgba(141, 97, 51, 0.1);
}

.envelope-card .bank-card {
  width: 100%;
  margin-top: 1rem;
}

.site-footer {
  padding: 2rem 0 4rem;
  color: var(--muted);
  text-align: center;
}

.site-footer p {
  margin: 0.15rem 0;
}

.olive-section-frame {
  --olive-corner-size: clamp(4.9rem, 8vw, 6.3rem);
  position: relative;
  display: block;
  padding: 1.35rem 1.75rem 1.1rem;
  border-radius: 1.8rem;
  background:
    radial-gradient(circle at top left, rgba(255, 252, 247, 0.72), transparent 52%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.46), rgba(245, 237, 224, 0.2));
  box-shadow: 0 14px 28px rgba(87, 70, 48, 0.04);
  isolation: isolate;
  overflow: visible;
}

.olive-section-frame::before {
  content: "";
  position: absolute;
  inset: 0.48rem;
  border-radius: inherit;
  border: 1px solid rgba(157, 115, 72, 0.06);
  opacity: 0.56;
  z-index: 0;
}

.olive-section-frame--peony {
  --peony-size: clamp(9rem, 15vw, 11.8rem);
  padding-top: 1.45rem;
  padding-right: clamp(7.5rem, 15vw, 11.2rem);
  background:
    radial-gradient(circle at top right, rgba(239, 210, 214, 0.54), transparent 34%),
    radial-gradient(circle at top left, rgba(255, 252, 247, 0.68), transparent 54%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.5), rgba(245, 237, 224, 0.22));
}

.olive-section-frame--peony::before {
  border-color: rgba(177, 132, 127, 0.12);
}

.olive-section-frame > :not(.olive-corner):not(.peony-corner) {
  position: relative;
  z-index: 2;
}

.olive-corner {
  position: absolute;
  width: var(--olive-corner-size);
  height: auto;
  opacity: 0.98;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
  filter: drop-shadow(0 16px 28px rgba(82, 100, 59, 0.08));
}

.peony-corner {
  position: absolute;
  width: var(--peony-size);
  height: auto;
  opacity: 0.99;
  overflow: visible;
  pointer-events: none;
  z-index: 1;
  filter: drop-shadow(0 18px 28px rgba(170, 128, 135, 0.12));
}

.peony-corner--tr {
  top: -1.5rem;
  right: -1.05rem;
}

.olive-corner--tl {
  top: -0.9rem;
  left: -0.9rem;
}

.olive-corner--tr {
  top: -0.9rem;
  right: -0.9rem;
  transform: scaleX(-1);
}

.olive-corner--bl {
  bottom: -0.9rem;
  left: -0.9rem;
  transform: scaleY(-1);
}

.olive-corner--br {
  right: -0.9rem;
  bottom: -0.9rem;
  transform: scale(-1);
}

.olive-corner__guide,
.olive-corner__stem,
.olive-corner__twig,
.olive-corner__filigree,
.olive-corner__leaf,
.olive-corner__vein,
.olive-corner__berry,
.peony-corner__stem,
.peony-corner__accent,
.peony-corner__leaf,
.peony-corner__leaf-vein,
.peony-corner__petal,
.peony-corner__petal-soft,
.peony-corner__petal-deep,
.peony-corner__calyx,
.peony-corner__center {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.olive-corner__guide {
  fill: none;
  stroke: rgba(157, 115, 72, 0.24);
  stroke-width: 1.05;
}

.olive-corner__stem {
  fill: none;
  stroke: rgba(87, 100, 60, 0.84);
  stroke-width: 2.7;
}

.olive-corner__twig {
  fill: none;
  stroke: rgba(95, 110, 68, 0.76);
  stroke-width: 1.95;
}

.olive-corner__filigree {
  fill: none;
  stroke: rgba(157, 115, 72, 0.18);
  stroke-width: 1.1;
}

.olive-corner__leaf {
  fill-opacity: 0;
  stroke: rgba(93, 109, 66, 0.82);
  stroke-width: 1.35;
}

.olive-corner__vein {
  fill: none;
  stroke: rgba(120, 138, 92, 0.42);
  stroke-width: 0.9;
}

.olive-corner__berry {
  fill-opacity: 0;
  stroke: rgba(136, 124, 84, 0.62);
  stroke-width: 1.05;
}

.peony-corner__stem {
  fill: none;
  stroke: rgba(121, 113, 96, 0.52);
  stroke-width: 1.55;
}

.peony-corner__accent {
  fill: none;
  stroke: rgba(184, 142, 149, 0.48);
  stroke-width: 1.18;
}

.peony-corner__leaf,
.peony-corner__calyx {
  fill-opacity: 0;
  stroke: rgba(111, 124, 88, 0.46);
  stroke-width: 1.08;
}

.peony-corner__leaf-vein {
  fill: none;
  stroke: rgba(124, 134, 101, 0.42);
  stroke-width: 0.84;
}

.peony-corner__petal,
.peony-corner__petal-soft,
.peony-corner__petal-deep {
  fill-opacity: 0;
  stroke: rgba(155, 107, 118, 0.42);
  stroke-width: 1.02;
}

.peony-corner__petal-soft {
  stroke: rgba(178, 129, 139, 0.36);
}

.peony-corner__petal-deep {
  stroke: rgba(141, 90, 103, 0.46);
}

.peony-corner__center {
  fill-opacity: 0;
  stroke: rgba(176, 132, 82, 0.42);
  stroke-width: 0.96;
}

.draw-path {
  stroke-dasharray: var(--path-length);
  stroke-dashoffset: var(--path-length);
}

.olive-corner__guide,
.olive-corner__stem,
.olive-corner__twig,
.olive-corner__filigree,
.olive-corner__vein,
.peony-corner__stem,
.peony-corner__accent,
.peony-corner__leaf-vein {
  animation: drawPath 1.8s cubic-bezier(0.42, 0, 0.15, 1) forwards;
  animation-delay: var(--delay, 0s);
  animation-play-state: paused;
}

.olive-corner__leaf,
.olive-corner__berry,
.peony-corner__leaf,
.peony-corner__calyx {
  animation:
    drawPath 1.55s cubic-bezier(0.42, 0, 0.15, 1) forwards,
    oliveFill 0.75s ease forwards;
  animation-delay:
    var(--delay, 0s),
    calc(var(--delay, 0s) + 0.82s);
  animation-play-state: paused;
}

.peony-corner__petal,
.peony-corner__petal-soft,
.peony-corner__petal-deep {
  animation:
    drawPath 1.5s cubic-bezier(0.42, 0, 0.15, 1) forwards,
    peonyPetalFill 0.8s ease forwards;
  animation-delay:
    var(--delay, 0s),
    calc(var(--delay, 0s) + 0.68s);
  animation-play-state: paused;
}

.peony-corner__center {
  animation:
    drawPath 1.25s cubic-bezier(0.42, 0, 0.15, 1) forwards,
    peonyHeartFill 0.7s ease forwards;
  animation-delay:
    var(--delay, 0s),
    calc(var(--delay, 0s) + 0.58s);
  animation-play-state: paused;
}

.olive-section-frame--ready .olive-corner__guide,
.olive-section-frame--ready .olive-corner__stem,
.olive-section-frame--ready .olive-corner__twig,
.olive-section-frame--ready .olive-corner__filigree,
.olive-section-frame--ready .olive-corner__leaf,
.olive-section-frame--ready .olive-corner__vein,
.olive-section-frame--ready .olive-corner__berry,
.olive-section-frame--ready .peony-corner__stem,
.olive-section-frame--ready .peony-corner__accent,
.olive-section-frame--ready .peony-corner__leaf,
.olive-section-frame--ready .peony-corner__leaf-vein,
.olive-section-frame--ready .peony-corner__petal,
.olive-section-frame--ready .peony-corner__petal-soft,
.olive-section-frame--ready .peony-corner__petal-deep,
.olive-section-frame--ready .peony-corner__calyx,
.olive-section-frame--ready .peony-corner__center {
  animation-play-state: running;
}

@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes oliveFill {
  to {
    fill-opacity: 1;
  }
}

@keyframes peonyPetalFill {
  to {
    fill-opacity: 1;
  }
}

@keyframes peonyHeartFill {
  to {
    fill-opacity: 1;
  }
}

@keyframes windReveal {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes windFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1.4deg);
  }
  50% {
    transform: translate3d(0.45rem, -0.7rem, 0) rotate(1deg);
  }
}

@media (max-width: 1280px) {
  main,
  .site-footer {
    width: min(calc(100% - 3rem), var(--max-width));
  }

  .hero {
    padding-top: 2.4rem;
  }

  .hero__copy {
    max-width: 44rem;
  }

  .hero__banner {
    margin-bottom: 0;
  }

  .hero__banner img {
    height: auto;
  }

  .hero__copy {
    margin-top: -3.6rem;
  }

  .wind-figure-shell {
    margin-right: -0.8rem;
  }

  .site-growth-video {
    opacity: 0.24;
  }

  .journey-panel,
  .journey-panel--reverse {
    grid-template-columns: minmax(0, 0.96fr) minmax(300px, 1.04fr);
  }

  .journey-panel__media {
    min-height: 27rem;
  }

  .utility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .site-header {
    width: min(calc(100% - 1.8rem), var(--max-width));
    border-radius: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav {
    justify-content: flex-start;
  }

  .venue-layout,
  .journey-panel,
  .journey-panel--reverse,
  .gifts-layout {
    grid-template-columns: 1fr;
  }

  .journey-panel--reverse .journey-panel__copy,
  .journey-panel--reverse .journey-panel__media {
    order: initial;
  }

  .journey-panel__copy {
    padding: 0.6rem 0.35rem 0.2rem;
  }

  .journey-panel__media {
    min-height: 24rem;
  }

  .journey-panel__map {
    height: 14rem;
  }

  .olive-section-frame {
    --olive-corner-size: clamp(4.4rem, 9vw, 5.6rem);
  }

  .olive-section-frame--peony {
    --peony-size: clamp(8rem, 18vw, 10.1rem);
    padding-right: clamp(7rem, 20vw, 9.5rem);
  }

  .site-growth-video {
    opacity: 0.2;
  }

  .wind-figure-shell {
    width: clamp(16rem, 33vw, 21rem);
    margin: -3rem -0.3rem 0.85rem 1.2rem;
  }

  .venue .section-heading p:last-child {
    max-width: 34rem;
  }

  .venue-route + .venue-route {
    margin-top: 2.8rem;
    padding-top: 2.5rem;
  }
}

@media (max-width: 820px) {
  main,
  .site-footer {
    width: min(calc(100% - 1.6rem), var(--max-width));
  }

  .section {
    padding: 5.4rem 0;
  }

  .site-growth-video-shell {
    padding: 1rem;
  }

  .site-growth-video {
    opacity: 0.16;
    object-position: center center;
  }

  .hero__title-shell {
    align-items: flex-end;
  }

  .hero__title-branch {
    flex-basis: clamp(3.7rem, 14vw, 5rem);
    width: clamp(3.7rem, 14vw, 5rem);
  }

  .hero__banner {
    margin-bottom: 0;
  }

  .hero__banner img {
    height: auto;
  }

  .hero__copy {
    max-width: none;
    margin-top: -1.5rem;
    padding: 1.35rem 1.2rem 0;
    border-radius: 1.55rem;
  }

  .journey-grid,
  .journey-panel__facts,
  .utility-grid,
  .forms-grid,
  .gifts-layout {
    grid-template-columns: 1fr;
  }

  .journey-panel {
    padding: 0.85rem;
    gap: 1rem;
  }

  .journey-panel__media {
    min-height: 18rem;
  }

  .journey-panel__map {
    height: 13rem;
  }

  .map-card {
    grid-template-rows: 22rem auto;
  }

  .map-card__actions .button {
    width: 100%;
  }

  .hero__lead {
    max-width: none;
  }

  .venue .section-heading {
    max-width: 100%;
  }

  .wind-figure-shell {
    float: none;
    width: min(20rem, 82vw);
    margin: 1rem auto 1.4rem;
    shape-outside: none;
    animation-duration: 7s;
  }

  .wind-video {
    transform: translate(2%, 0) scale(1.14);
  }

  .venue .section-heading p:last-child {
    max-width: none;
  }

  .venue-route + .venue-route {
    margin-top: 2.2rem;
    padding-top: 2rem;
  }

  .olive-section-frame {
    --olive-corner-size: clamp(4rem, 14vw, 5.2rem);
    padding: 1.15rem 1.25rem 0.95rem;
  }

  .olive-section-frame--peony {
    --peony-size: clamp(6.8rem, 25vw, 8.6rem);
    padding-top: 1.1rem;
    padding-right: clamp(5.5rem, 30vw, 7.8rem);
  }

  .olive-section-frame::before {
    inset: 0.42rem;
  }

  .olive-corner--tl,
  .olive-corner--tr {
    top: -0.55rem;
  }

  .olive-corner--tl,
  .olive-corner--bl {
    left: -0.5rem;
  }

  .olive-corner--tr,
  .olive-corner--br {
    right: -0.5rem;
  }

  .olive-corner--bl,
  .olive-corner--br {
    bottom: -0.55rem;
  }

  .peony-corner--tr {
    top: -0.95rem;
    right: -0.4rem;
  }
}

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

  .button,
  .scroll-reveal,
  .site-growth-video,
  .wind-figure-shell,
  .wind-illustration,
  .wind-video,
  .wind-illustration__mist,
  .wind-illustration__glow,
  .olive-corner,
  .olive-corner__guide,
  .olive-corner__stem,
  .olive-corner__twig,
  .olive-corner__filigree,
  .olive-corner__leaf,
  .olive-corner__vein,
  .olive-corner__berry,
  .peony-corner,
  .peony-corner__stem,
  .peony-corner__accent,
  .peony-corner__leaf,
  .peony-corner__leaf-vein,
  .peony-corner__petal,
  .peony-corner__petal-soft,
  .peony-corner__petal-deep,
  .peony-corner__calyx,
  .peony-corner__center {
    transition: none;
    animation: none !important;
  }

  .draw-path {
    stroke-dashoffset: 0;
  }

  .olive-corner__leaf,
  .olive-corner__berry,
  .peony-corner__leaf,
  .peony-corner__calyx,
  .peony-corner__petal,
  .peony-corner__petal-soft,
  .peony-corner__petal-deep,
  .peony-corner__center {
    fill-opacity: 1;
  }

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