:root {
  --paper: #faf7f1;
  --paper-deep: #f4eee4;
  --ink: #273332;
  --moss: #596549;
  --sage: #8f9a7e;
  --soft-sage: #e8e7d9;
  --coral: #e6816d;
  --rule: #d8d0c2;
  --display: "Cormorant Garamond", Georgia, serif;
  --ui: "Montserrat", Arial, sans-serif;
  --page: min(1180px, calc(100% - 64px));
  --site-header-height: 5.25rem;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--paper);
  color-scheme: light;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--display);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.7rem 0.95rem;
  color: var(--paper);
  background: var(--ink);
  font: 500 0.72rem/1 var(--ui);
  letter-spacing: 0.08em;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  width: 100%;
  min-height: var(--site-header-height);
  padding: 0.45rem max(4vw, 2rem);
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(89, 101, 73, 0.2);
  background: rgba(250, 247, 241, 0.94);
  box-shadow: 0 0.35rem 1.4rem rgba(39, 51, 50, 0.05);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.header-mark {
  position: absolute;
  left: max(4vw, 2rem);
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 50%;
  overflow: hidden;
}

.header-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.35rem, 3vw, 3rem);
}

.site-nav a {
  position: relative;
  padding: 0.55rem 0 0.5rem;
  font: 500 0.68rem/1 var(--ui);
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: var(--moss);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.site-nav a[aria-current="page"] {
  color: var(--coral);
}

.mobile-nav {
  display: none;
}

a:focus-visible,
button:focus-visible,
iframe:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 4px;
}

/* Home */

.home-page {
  overflow-x: hidden;
}

.home-shell {
  min-height: 100svh;
  background: url("assets/garden-windows.jpg") center / cover no-repeat;
}

.home-content {
  display: flex;
  width: min(47rem, 62vw);
  min-height: calc(100svh - var(--site-header-height));
  margin: 0 auto;
  padding: 2rem 1.5rem 4.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  animation: gentle-arrival 700ms ease-out both;
}

.hero-mark {
  width: clamp(7.25rem, 10vw, 10rem);
  height: clamp(7.25rem, 10vw, 10rem);
  margin-bottom: 1rem;
  border-radius: 50%;
  object-fit: cover;
}

.home-content h1 {
  display: flex;
  margin: 0;
  flex-direction: column;
  align-items: center;
  font-size: clamp(2.5rem, 4.4vw, 4.45rem);
  font-weight: 500;
  letter-spacing: 0.105em;
  line-height: 0.92;
  text-transform: uppercase;
}

.home-content h1 em {
  display: flex;
  margin: 0.5rem 0;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.56em;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.home-content h1 em::before,
.home-content h1 em::after {
  width: 2.2rem;
  height: 1px;
  content: "";
  background: var(--rule);
}

.announcement {
  margin: 1.6rem 0 0;
  font: 500 clamp(0.69rem, 0.9vw, 0.82rem)/1.4 var(--ui);
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.leaf-divider {
  display: flex;
  width: min(18rem, 70%);
  margin: 1.3rem auto;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.leaf-divider > span {
  width: 4.5rem;
  height: 1px;
  background: var(--rule);
}

.leaf-divider img {
  width: 6.4rem;
  height: auto;
}

.choice-intro {
  display: flex;
  margin: 0.25rem 0 1.35rem;
  flex-direction: column;
  gap: 0.25rem;
  font: 500 0.7rem/1.4 var(--ui);
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.choice-intro em {
  font: 400 1rem/1.2 var(--display);
  letter-spacing: 0.05em;
  text-transform: none;
}

.event-choices {
  display: grid;
  width: min(32rem, 100%);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.event-choice {
  display: grid;
  min-height: 10rem;
  padding: 1rem;
  border: 1px solid rgba(89, 101, 73, 0.58);
  place-items: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.event-choice:hover {
  border-color: var(--coral);
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-3px);
}

.choice-sprig {
  width: 5.4rem;
  height: 5rem;
  object-fit: contain;
}

.choice-title {
  font-size: clamp(1.45rem, 2.1vw, 1.85rem);
  font-weight: 500;
  letter-spacing: 0.09em;
  line-height: 0.95;
  text-transform: uppercase;
}

.choice-arrow {
  font-size: 1.35rem;
}

/* Shared event-page system */

.event-page {
  overflow-x: hidden;
  background: var(--paper);
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.content-section {
  width: var(--page);
  margin-right: auto;
  margin-left: auto;
}

.event-page h1,
.event-page h2,
.event-page p,
.event-page figure {
  margin-top: 0;
}

.event-page h1,
.event-page h2 {
  color: var(--moss);
  font-weight: 400;
}

.floral-rule {
  display: flex;
  width: min(340px, 70%);
  margin: 1.8rem auto 2rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: var(--coral);
}

.floral-rule span {
  width: 7rem;
  height: 1px;
  background: var(--rule);
}

.floral-rule img {
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  object-fit: contain;
}

.floral-rule.compact {
  width: 220px;
  margin: 0.65rem auto 1.8rem;
}

.floral-rule.compact span {
  width: 4.2rem;
}

.floral-rule.compact img {
  width: 1.65rem;
  height: 1.65rem;
}

.short-rule {
  display: block;
  width: 3.2rem;
  height: 1px;
  margin: 1.4rem auto;
  background: var(--rule);
}

.primary-button,
.outline-button {
  display: inline-flex;
  min-height: 3.85rem;
  padding: 0.75rem 2rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  font: 500 0.76rem/1.2 var(--ui);
  letter-spacing: 0.18em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.primary-button {
  color: #fff;
  background: var(--moss);
}

.outline-button {
  color: var(--ink);
  border: 1px solid var(--moss);
}

.primary-button:hover,
.outline-button:hover {
  color: #fff;
  background: var(--coral);
  transform: translateY(-2px);
}

.section-heading {
  text-align: center;
}

.section-heading h2,
.directions-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
}

.botanical-footer {
  min-height: clamp(10rem, 23vw, 22rem);
  margin-top: -2rem;
  background: url("assets/botanical-border.jpg") center bottom / cover no-repeat;
  pointer-events: none;
}

/* Engagement */

.engagement-hero {
  display: grid;
  min-height: min(760px, calc(100svh - 7.75rem));
  grid-template-columns: minmax(320px, 0.82fr) minmax(480px, 1.18fr);
  background: var(--paper);
}

.engagement-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  padding: clamp(3rem, 7vw, 7rem) 1rem 5rem max(5vw, 2rem);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.engagement-hero-copy::after {
  position: absolute;
  right: -9rem;
  bottom: 0;
  left: 0;
  height: 13rem;
  z-index: -1;
  content: "";
  background: url("assets/botanical-border.jpg") left bottom / 45rem auto no-repeat;
  opacity: 0.72;
  pointer-events: none;
}

.engagement-hero h1 {
  margin: 0;
  font-size: clamp(4rem, 7vw, 7.2rem);
  letter-spacing: -0.02em;
  line-height: 0.75;
}

.hero-event-details p {
  margin-bottom: 0;
}

.event-date {
  font-size: clamp(1.6rem, 2.5vw, 2.15rem);
}

.event-arrival {
  margin-top: 0.65rem !important;
  font: italic 400 clamp(1.15rem, 1.8vw, 1.45rem)/1.3 var(--display);
}

.event-venue {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
}

.event-address {
  margin-top: 0.55rem !important;
  font: 400 0.78rem/1.5 var(--ui);
}

.engagement-stencil {
  position: relative;
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.engagement-stencil::before {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 18%;
  content: "";
  background: var(--paper);
}

.engagement-stencil::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 24%;
  z-index: 2;
  content: "";
  background: linear-gradient(to right, var(--paper), transparent);
}

.engagement-stencil img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  transform: scale(1.9);
  transform-origin: center bottom;
}

.food-feature {
  display: grid;
  padding: clamp(4rem, 8vw, 7.5rem) 0 3.5rem;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.food-copy {
  text-align: center;
}

.food-copy h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  line-height: 0.95;
}

.food-copy p {
  margin-bottom: 0;
  font: 400 1rem/1.55 var(--ui);
}

.supplier-credit a {
  color: var(--moss);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.food-photo {
  display: block;
  height: clamp(23rem, 42vw, 35rem);
  overflow: hidden;
  background: var(--paper-deep);
}

.food-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 78%;
  transform: scale(1.06);
  transition: transform 500ms ease;
}

.food-photo:hover img {
  transform: scale(1.1);
}

.information-cards {
  display: grid;
  padding: 1.5rem 0 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.information-card {
  min-height: 19.5rem;
  padding: 2.5rem 2rem;
  border: 1px solid var(--rule);
  text-align: center;
}

.round-icon {
  display: inline-grid;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  color: var(--moss);
  background: var(--soft-sage);
  place-items: center;
}

.round-icon svg {
  width: 2.25rem;
  height: 2.25rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}

.information-card h2 {
  margin: 1.5rem 0 0.8rem;
  font-size: clamp(1.9rem, 2.6vw, 2.5rem);
  line-height: 1;
}

.information-card p {
  margin-bottom: 0;
  font: 400 0.88rem/1.75 var(--ui);
}

.event-note {
  display: flex;
  margin: 1.8rem auto 3.75rem;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  color: var(--moss);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-style: italic;
  text-align: center;
}

.event-note span {
  color: var(--sage);
  font-style: normal;
}

.directions-section {
  padding-top: 1.25rem;
}

.directions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.wayfinding-photo,
.map-panel {
  margin: 0;
}

.wayfinding-photo img,
.map-panel iframe {
  width: 100%;
  height: 24rem;
  border: 0;
}

.wayfinding-photo img {
  object-fit: cover;
  object-position: center;
}

.wayfinding-photo figcaption {
  padding: 0.75rem 0;
  color: #5f645e;
  font: 400 0.7rem/1.4 var(--ui);
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.map-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.map-panel iframe {
  filter: saturate(0.58) sepia(0.08);
}

.engagement-rsvp {
  padding: 4rem 1.5rem 1rem;
  text-align: center;
}

/* Wedding */

.wedding-hero {
  position: relative;
  display: grid;
  width: min(1220px, calc(100% - 96px));
  min-height: clamp(35rem, 47vw, 42rem);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 4vw, 4rem);
  overflow: hidden;
  grid-template-columns: minmax(17rem, 0.82fr) minmax(25rem, 1.18fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.wedding-hero-copy {
  position: relative;
  z-index: 2;
  padding-left: clamp(0rem, 2vw, 2rem);
}

.wedding-hero h1 {
  margin: 0;
  font-size: clamp(3.8rem, 6.2vw, 6.2rem);
  letter-spacing: -0.025em;
  line-height: 0.92;
}

.coral-rule {
  display: block;
  width: 2.65rem;
  height: 1px;
  margin: 1.45rem 0;
  background: var(--coral);
}

.wedding-date {
  margin-bottom: 1.6rem;
  color: var(--moss);
  font-size: clamp(1.75rem, 2.75vw, 2.5rem);
  line-height: 1;
}

.wedding-ceremony-time p {
  margin-bottom: 0.25rem;
  color: var(--ink);
  font: 500 0.9rem/1.5 var(--ui);
}

.wedding-ceremony-time small,
.wedding-hero address span {
  display: block;
  font: 400 0.74rem/1.6 var(--ui);
}

.wedding-hero address {
  color: var(--ink);
  font-style: normal;
}

.wedding-hero address strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--moss);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 400;
  line-height: 1.05;
}

.venue-website-link {
  display: inline-flex;
  min-height: 2rem;
  margin-top: 0.85rem;
  padding: 0.45rem 0.8rem;
  align-items: center;
  border: 1px solid rgba(89, 101, 73, 0.46);
  color: var(--moss);
  font: 500 0.62rem/1 var(--ui);
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.venue-website-link:hover,
.venue-website-link:focus-visible {
  border-color: var(--moss);
  color: var(--ink);
  background: rgba(232, 231, 217, 0.58);
}

.wedding-hero-photo {
  position: relative;
  z-index: 1;
  height: clamp(28rem, 38vw, 35rem);
  margin: 0;
  overflow: hidden;
  background: var(--soft-sage);
}

.wedding-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.wedding-hero-sprig {
  position: absolute;
  z-index: 0;
  height: auto;
  opacity: 0.82;
  pointer-events: none;
}

.wedding-hero-sprig-left {
  top: 1.5rem;
  left: 2.5rem;
  width: clamp(15rem, 19vw, 18rem);
}

.wedding-hero-sprig-right {
  right: -0.5rem;
  bottom: 1rem;
  width: clamp(17rem, 21vw, 20rem);
  transform: scaleX(-1);
}

.wedding-timeline-section {
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(6rem, 10vw, 10rem);
  border-top: 1px solid rgba(89, 101, 73, 0.14);
}

.timeline-heading {
  margin-bottom: clamp(3rem, 6vw, 5.5rem);
}

.timeline-heading h2 {
  margin-bottom: 0;
  font-size: clamp(3.25rem, 5.5vw, 5rem);
  line-height: 0.9;
}

.wedding-timeline {
  position: relative;
  display: flex;
  width: min(1080px, calc(100% - 64px));
  margin: 0 auto;
  padding: 0;
  flex-direction: column;
  gap: clamp(3.5rem, 8vw, 7rem);
  list-style: none;
}

.wedding-timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  content: "";
  background: rgba(89, 101, 73, 0.3);
  transform: translateX(-0.5px);
}

.timeline-event {
  position: relative;
  display: grid;
  min-height: 17rem;
  grid-template-columns: minmax(0, 1fr) 4.5rem minmax(0, 1fr);
  align-items: center;
}

.timeline-photo {
  width: 100%;
  height: clamp(15rem, 25vw, 20rem);
  margin: 0;
  overflow: hidden;
  grid-column: 1;
  background: var(--soft-sage);
}

.timeline-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-photo-arrival img {
  object-position: center 67%;
}

.timeline-photo-portrait img {
  object-position: center 46%;
}

.timeline-photo-ceremony img {
  object-position: center bottom;
}

.timeline-photo-party img {
  object-position: center;
}

.timeline-event:nth-child(even) .timeline-photo {
  grid-column: 3;
}

.timeline-marker {
  position: relative;
  z-index: 2;
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  border: 1px solid var(--sage);
  border-radius: 50%;
  grid-column: 2;
  grid-row: 1;
  place-self: center;
  place-items: center;
  color: var(--moss);
  background: var(--paper);
  font-size: 1.25rem;
  line-height: 1;
}

.timeline-copy {
  grid-column: 3;
  grid-row: 1;
  padding-left: clamp(1rem, 3vw, 3rem);
}

.timeline-event:nth-child(even) .timeline-copy {
  grid-column: 1;
  padding-right: clamp(1rem, 3vw, 3rem);
  padding-left: 0;
  text-align: right;
}

.timeline-copy time {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--coral);
  font-size: clamp(1.35rem, 2.3vw, 1.9rem);
  line-height: 1;
}

.timeline-copy h3 {
  margin: 0;
  color: var(--moss);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 400;
  line-height: 0.98;
}

.timeline-description {
  max-width: 26rem;
  margin: 1rem 0 0;
  font: 400 clamp(0.72rem, 1vw, 0.82rem)/1.75 var(--ui);
}

.timeline-event:nth-child(even) .timeline-description {
  margin-left: auto;
}

.timeline-aside {
  display: block;
  margin-top: 0.8rem;
  color: inherit;
  font-family: var(--display);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  font-style: italic;
  line-height: 1.35;
}

.timeline-intro {
  margin-bottom: 0.35rem;
  font: 500 0.67rem/1.4 var(--ui);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.timeline-copy small {
  display: block;
  max-width: 17rem;
  margin-top: 0.8rem;
  font: 400 0.68rem/1.5 var(--ui);
}

.timeline-event:nth-child(even) .timeline-copy small {
  margin-left: auto;
}

.wedding-accommodation {
  position: relative;
  display: grid;
  min-height: 23rem;
  padding: clamp(4rem, 7vw, 6.5rem) 2rem;
  overflow: hidden;
  place-items: center;
  text-align: center;
  background: rgba(232, 231, 217, 0.64);
}

.wedding-accommodation > div {
  position: relative;
  z-index: 1;
  width: min(47rem, calc(100% - 3rem));
}

.wedding-accommodation h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 5vw, 4.3rem);
  line-height: 0.95;
}

.wedding-accommodation p {
  margin-bottom: 1.5rem;
  font: 400 0.86rem/1.8 var(--ui);
}

.accommodation-page-link {
  display: inline-flex;
  padding: 0.6rem 0 0.5rem;
  align-items: center;
  border-bottom: 1px solid var(--moss);
  gap: 1.3rem;
  color: var(--moss);
  font: 500 0.68rem/1 var(--ui);
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease, gap 180ms ease;
}

.accommodation-page-link:hover,
.accommodation-page-link:focus-visible {
  color: var(--coral);
  border-color: var(--coral);
  gap: 1.6rem;
}

.accommodation-sprig {
  position: absolute;
  bottom: -1rem;
  width: clamp(14rem, 24vw, 22rem);
  height: auto;
  opacity: 0.55;
}

.accommodation-sprig-left {
  left: -5rem;
  transform: rotate(12deg);
}

.accommodation-sprig-right {
  right: -5rem;
  transform: scaleX(-1) rotate(12deg);
}

/* Our story */

.story-link-section {
  display: grid;
  min-height: 39rem;
  padding: clamp(4.5rem, 7vw, 7rem) max(6vw, 2rem);
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.82fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  color: var(--paper);
  background: var(--moss);
}

.story-link-copy {
  width: min(35rem, 100%);
  justify-self: end;
}

.story-link-copy h2,
.story-page-copy h1 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(4rem, 7vw, 6.8rem);
  font-weight: 400;
  line-height: 0.86;
}

.story-link-copy > p {
  max-width: 30rem;
  margin: 1.7rem 0 0;
  color: rgba(250, 247, 241, 0.86);
  font: 400 0.8rem/1.8 var(--ui);
  letter-spacing: 0.035em;
}

.story-link-copy .coral-rule,
.story-page-copy .coral-rule {
  margin: 1.55rem 0;
}

.story-link-button {
  display: inline-flex;
  min-width: 15.5rem;
  min-height: 3.5rem;
  padding: 0.9rem 1.2rem;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(250, 247, 241, 0.62);
  color: var(--paper);
  font: 500 0.66rem/1 var(--ui);
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.story-link-button svg {
  width: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}

.story-link-button:hover,
.story-link-button:focus-visible {
  border-color: var(--paper);
  color: var(--moss);
  background: var(--paper);
}

.story-arch,
.story-page-arch {
  position: relative;
  width: min(25rem, 100%);
  aspect-ratio: 400 / 520;
  overflow: hidden;
  justify-self: start;
}

.story-arch-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(250, 247, 241, 0.68);
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.story-arch-ribs {
  stroke: rgba(250, 247, 241, 0.34);
}

.story-monogram {
  position: absolute;
  top: 39%;
  left: 50%;
  display: flex;
  align-items: center;
  color: var(--paper);
  font-size: clamp(3.4rem, 6vw, 5.5rem);
  font-weight: 400;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.story-monogram b {
  margin: 0 0.15em;
  color: var(--coral);
  font-size: 0.42em;
  font-weight: 400;
  font-style: italic;
}

.story-arch-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.story-page-main {
  min-height: calc(100svh - 7.75rem);
  color: var(--paper);
  background: var(--moss);
}

.story-page-hero {
  display: grid;
  width: var(--page);
  min-height: calc(100svh - 7.75rem);
  margin: 0 auto;
  padding: clamp(4rem, 7vw, 7rem) 0;
  grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: center;
}

.story-page-arch {
  justify-self: end;
}

.story-page-copy {
  width: min(36rem, 100%);
}

.story-kicker {
  margin: 0 0 1rem;
  color: var(--coral);
  font: 500 0.66rem/1 var(--ui);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-page-copy > p:not(.story-kicker) {
  max-width: 30rem;
  margin: 0 0 2rem;
  color: rgba(250, 247, 241, 0.86);
  font: 400 0.82rem/1.8 var(--ui);
}

.story-link-arrow-back {
  order: -1;
}

@keyframes gentle-arrival {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  :root {
    --page: min(100% - 40px, 46rem);
  }

  .site-nav {
    gap: 1.25rem;
  }

  .engagement-hero {
    grid-template-columns: 1fr;
  }

  .engagement-hero-copy {
    min-height: 34rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .engagement-hero-copy::after {
    right: 0;
    opacity: 0.42;
  }

  .engagement-stencil {
    height: 34rem;
  }

  .engagement-stencil::after {
    inset: 0 0 auto;
    width: auto;
    height: 20%;
    background: linear-gradient(to bottom, var(--paper), transparent);
  }

  .food-feature,
  .accommodation-section,
  .wedding-directions {
    grid-template-columns: 1fr;
  }

  .food-copy {
    padding: 0 1rem;
  }

  .food-photo {
    height: 30rem;
  }

  .information-cards {
    grid-template-columns: 1fr;
  }

  .information-card {
    min-height: 0;
  }

  .accommodation-photo {
    height: 28rem;
  }

  .travel-panel {
    grid-template-columns: 10rem minmax(0, 1fr);
    padding: 2.5rem;
  }

  .directions-copy {
    order: 1;
  }

  .wedding-directions .map-panel {
    order: 2;
  }

  .wedding-hero {
    width: min(100% - 40px, 46rem);
    min-height: 0;
    padding: 4rem 1.25rem 5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .wedding-hero-copy {
    max-width: 30rem;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }

  .wedding-hero h1 {
    font-size: clamp(4.2rem, 12vw, 6.2rem);
  }

  .wedding-hero .coral-rule {
    margin-right: auto;
    margin-left: auto;
  }

  .wedding-hero-photo {
    width: min(38rem, 100%);
    height: clamp(22rem, 72vw, 31rem);
    margin: 0 auto;
  }

  .story-link-section {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.72fr);
    gap: 3rem;
  }

  .story-page-hero {
    gap: 3rem;
  }
}

@media (max-width: 760px) {
  :root {
    --site-header-height: 4.75rem;
  }

  .site-header {
    padding: 0.4rem 1.1rem;
    justify-content: center;
  }

  .header-mark {
    position: static;
    width: 3.85rem;
    height: 3.85rem;
  }

  .site-header > .site-nav {
    display: none;
  }

  .mobile-nav {
    position: absolute;
    top: 50%;
    right: 1.1rem;
    display: block;
    transform: translateY(-50%);
  }

  .mobile-nav summary {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0.65rem 0.45rem;
    cursor: pointer;
    list-style: none;
    place-content: center;
    gap: 0.42rem;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary span {
    display: block;
    width: 1.65rem;
    height: 2px;
    background: var(--moss);
    transition: transform 180ms ease;
  }

  .mobile-nav[open] summary span:first-child {
    transform: translateY(0.22rem) rotate(45deg);
  }

  .mobile-nav[open] summary span:last-child {
    transform: translateY(-0.22rem) rotate(-45deg);
  }

  .mobile-nav nav {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: -0.35rem;
    display: grid;
    min-width: 13.5rem;
    padding: 0.55rem 0;
    border: 1px solid var(--rule);
    background: var(--paper);
    box-shadow: 0 0.8rem 2rem rgba(39, 51, 50, 0.12);
  }

  .mobile-nav nav a {
    padding: 0.72rem 1.1rem;
    font: 500 0.65rem/1 var(--ui);
    letter-spacing: 0.12em;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-nav nav a[aria-current="page"] {
    color: var(--coral);
  }
}

@media (max-width: 640px) {
  :root {
    --page: calc(100% - 32px);
  }

  .home-shell {
    background-position: center top;
    background-size: 470px 100%;
  }

  .home-content {
    width: min(100%, 30rem);
    min-height: calc(100svh - 5.75rem);
    padding: 2rem clamp(3.8rem, 15vw, 5rem) 3.5rem;
    justify-content: flex-start;
  }

  .home-content h1 {
    font-size: clamp(2.05rem, 9vw, 3rem);
  }

  .event-choices {
    grid-template-columns: 1fr;
  }

  .event-choice {
    min-height: 9.5rem;
    background: rgba(250, 247, 241, 0.72);
  }

  .engagement-hero-copy {
    min-height: 31rem;
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .engagement-hero h1 {
    font-size: clamp(3.6rem, 18vw, 5rem);
  }

  .engagement-stencil {
    height: 25rem;
  }

  .food-feature {
    padding-top: 4.25rem;
    gap: 2rem;
  }

  .food-photo {
    height: 23rem;
  }

  .information-card {
    padding: 2.2rem 1.5rem;
  }

  .event-note {
    gap: 0.65rem;
  }

  .directions-grid {
    grid-template-columns: 1fr;
  }

  .wayfinding-photo img,
  .map-panel iframe,
  .wedding-directions .map-panel iframe {
    height: 20rem;
  }

  .engagement-rsvp {
    padding-top: 2.75rem;
  }


  .wedding-hero {
    width: 100%;
    padding: 3.25rem 1rem 4rem;
    gap: 2rem;
  }

  .wedding-hero h1 {
    font-size: clamp(3.75rem, 17vw, 5rem);
  }

  .wedding-date {
    font-size: 1.75rem;
    font-family: Georgia, serif;
    font-variant-numeric: lining-nums;
  }

  .wedding-ceremony-time small,
  .wedding-hero address span {
    font-size: 0.69rem;
  }

  .wedding-hero-photo {
    height: min(84vw, 25rem);
  }

  .wedding-hero-sprig {
    display: none;
    opacity: 0.7;
  }

  .wedding-hero-sprig-left {
    top: 0.35rem;
    left: -1.75rem;
    width: 10rem;
  }

  .wedding-hero-sprig-right {
    right: -2rem;
    bottom: 1.25rem;
    width: 11.5rem;
  }

  .wedding-timeline-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .timeline-heading {
    margin-bottom: 3rem;
  }

  .timeline-heading h2 {
    font-size: 3.5rem;
  }

  .wedding-timeline {
    width: calc(100% - 32px);
    gap: 3.25rem;
  }

  .wedding-timeline::before {
    left: 0.8rem;
    transform: none;
  }

  .timeline-event {
    min-height: 0;
    grid-template-columns: 1.6rem minmax(0, 1fr);
    gap: 0 0.9rem;
    align-items: start;
  }

  .timeline-photo,
  .timeline-event:nth-child(even) .timeline-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    grid-column: 2;
    grid-row: 1;
  }

  .timeline-photo-portrait {
    aspect-ratio: 4 / 3;
  }

  .timeline-marker {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 0.6rem;
    grid-column: 1;
    grid-row: 1;
    font-size: 0.9rem;
  }

  .timeline-marker::after {
    content: none;
  }

  .timeline-copy,
  .timeline-event:nth-child(even) .timeline-copy {
    margin-top: 1.15rem;
    padding: 0;
    grid-column: 2;
    grid-row: 2;
    text-align: left;
  }

  .timeline-copy time {
    margin-bottom: 0.3rem;
    font-family: Georgia, serif;
    font-size: 1.35rem;
    font-variant-numeric: lining-nums;
  }

  .timeline-copy h3 {
    font-size: 2rem;
  }

  .timeline-description,
  .timeline-event:nth-child(even) .timeline-description {
    max-width: none;
    margin: 0.85rem 0 0;
    font-size: 0.74rem;
    line-height: 1.7;
  }

  .timeline-aside {
    margin-top: 0.65rem;
    font-size: 1.05rem;
  }

  .timeline-event:nth-child(even) .timeline-copy small {
    margin-left: 0;
  }

  .wedding-accommodation {
    min-height: 26rem;
    padding: 4.5rem 1.5rem;
  }

  .wedding-accommodation > div {
    width: min(100%, 25rem);
  }

  .wedding-accommodation h2 {
    font-size: 2.75rem;
  }

  .wedding-accommodation p {
    font-size: 0.76rem;
    line-height: 1.7;
  }

  .accommodation-sprig {
    width: 13rem;
    opacity: 0.45;
  }

  .accommodation-sprig-left {
    left: -7rem;
  }

  .accommodation-sprig-right {
    right: -7rem;
  }

  .story-link-section {
    min-height: 47rem;
    padding: 4.25rem 1.5rem 4.5rem;
    grid-template-columns: 1fr;
    gap: 2.75rem;
    text-align: center;
  }

  .story-link-copy {
    display: flex;
    width: min(100%, 25rem);
    flex-direction: column;
    align-items: center;
    justify-self: center;
  }

  .story-link-copy h2 {
    font-size: clamp(3.75rem, 17vw, 5rem);
  }

  .story-link-copy > p {
    max-width: 20rem;
    font-size: 0.74rem;
  }

  .story-link-button {
    width: 100%;
  }

  .story-arch {
    width: min(13.5rem, 62vw);
    grid-row: 1;
    justify-self: center;
  }

  .story-monogram {
    font-size: 3.4rem;
  }

  .story-page-main,
  .story-page-hero {
    min-height: calc(100svh - 5.75rem);
  }

  .story-page-hero {
    width: calc(100% - 48px);
    padding: 3.25rem 0 4rem;
    grid-template-columns: 1fr;
    gap: 2.75rem;
    text-align: center;
  }

  .story-page-arch {
    width: min(13.5rem, 62vw);
    justify-self: center;
  }

  .story-page-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .story-page-copy h1 {
    font-size: clamp(3.75rem, 17vw, 5rem);
  }

  .story-page-copy > p:not(.story-kicker) {
    max-width: 21rem;
    font-size: 0.76rem;
  }

  .botanical-footer {
    min-height: 12rem;
    background-size: auto 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
