:root {
  --cream: #eee7f2; --paper: #faf6fb; --rose: #8b5e97; --pink: #d2b9db;
  --wine: #5b326b; --wine-deep: #2d1836; --brown: #714d78; --gold: #c7a35f;
  --ink: #302238; --line: rgba(91, 50, 107, .2);
  --background: var(--cream); --foreground: var(--ink); --card: var(--paper);
  --card-foreground: var(--ink); --popover: var(--paper); --popover-foreground: var(--ink);
  --primary: var(--wine); --primary-foreground: #fffaff; --secondary: #dfcfe5;
  --secondary-foreground: var(--wine); --muted: #e6d9ea; --muted-foreground: #725e78;
  --accent: #d2b9db; --accent-foreground: var(--wine-deep); --destructive: #ad2c2c;
  --border: rgba(91, 50, 107, .2); --input: rgba(91, 50, 107, .24); --ring: var(--rose); --radius: .9rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input, select { font: inherit; }
main { min-height: 100vh; overflow: hidden; }

.hero {
  min-height: 100svh; position: relative; display: flex; flex-direction: column;
  padding: 1.2rem clamp(1.25rem, 5vw, 4rem) 2rem; color: #fffaff;
  background:
    radial-gradient(circle at 78% 22%, rgba(202,164,95,.28), transparent 23rem),
    radial-gradient(circle at 14% 78%, rgba(216,192,155,.14), transparent 18rem),
    linear-gradient(145deg, var(--wine-deep), #6b4078 58%, #321b3b);
}
.hero::before, .hero::after {
  content: ''; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: white;
  box-shadow: 0 0 18px 6px rgba(255,226,167,.68); animation: twinkle 2.8s ease-in-out infinite;
}
.hero::before { top: 24%; right: 13%; }
.hero::after { top: 61%; left: 8%; animation-delay: 1.1s; }
.hero-noise {
  position: absolute; inset: 0; pointer-events: none; opacity: .34; mix-blend-mode: soft-light;
  background-image: radial-gradient(circle, rgba(255,231,177,.75) 0 1px, transparent 2px), url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  background-size: 54px 54px, auto;
}
.topline {
  position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.26); font-size: .65rem; font-weight: 700; letter-spacing: .18em;
}
.topline > span:first-child { font: 700 clamp(.82rem, 3.7vw, 1.08rem) Georgia, 'Times New Roman', serif; letter-spacing: .13em; white-space: nowrap; }
.topline-star { color: #efd7a2; filter: drop-shadow(0 0 5px rgba(239,215,162,.75)); }
.topline a { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .7rem; border: 1px solid rgba(239,215,162,.42); border-radius: 99px; color: #fff8ef; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.topline a b { color: #efd7a2; font-size: .9rem; }
.topline a:hover { transform: translateY(-1px); background: #efd7a2; color: var(--wine-deep); }
.topline a:hover b { color: var(--wine-deep); }
.hero-layout { width: min(1120px, 100%); margin: auto; position: relative; z-index: 1; display: grid; align-items: center; gap: 2rem; }
.eyebrow { display: flex; align-items: center; gap: .55rem; margin: 0 0 1.25rem; color: var(--pink); text-transform: uppercase; letter-spacing: .22em; font-size: .72rem; font-weight: 800; }
.hero h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(5.4rem, 30vw, 10rem); font-weight: 400; line-height: .68; letter-spacing: -.08em; }
.hero h1 span { display: block; margin-left: .7rem; color: #d5bce0; font-size: 1.18em; font-style: italic; text-shadow: 2px 3px 0 var(--wine-deep), 4px 6px 0 rgba(199,163,95,.58); }
.hero h1 small { display: block; margin: .28em 0 0 .2em; color: #f0e2f3; font-size: .27em; font-style: italic; font-weight: 400; letter-spacing: .015em; line-height: 1; }
.hero-script { margin: 2.1rem 0 .8rem; font: italic clamp(1.35rem, 7vw, 2.15rem) Georgia, 'Times New Roman', serif; color: #dfcbe4; }
.hero-intro { max-width: 30rem; margin: 0; color: rgba(255,248,239,.75); font-size: .95rem; line-height: 1.7; }
.hero-photo { width: min(78vw, 330px); aspect-ratio: 4 / 5.3; margin: 0 auto; position: relative; padding: .55rem; border: 1px solid rgba(255,240,199,.72); border-radius: 10rem 10rem 1.4rem 1.4rem; transform: rotate(2deg); box-shadow: 0 0 0 5px rgba(202,164,95,.15), 0 0 42px rgba(239,215,162,.32), 0 22px 55px rgba(20,10,7,.35); }
.hero-photo::before, .hero-photo::after { position: absolute; z-index: 3; color: #f4dca7; text-shadow: 0 0 12px #fff2c7, 0 0 24px rgba(202,164,95,.9); animation: twinkle 2.4s ease-in-out infinite; }
.hero-photo::before { content: '✦'; top: 12%; left: -1.1rem; font-size: 1.7rem; }
.hero-photo::after { content: '✧'; right: -1.25rem; top: 34%; font-size: 2rem; animation-delay: .7s; }
.hero-photo > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 54%; border-radius: inherit; filter: sepia(.08) saturate(.92) contrast(1.04); }
.photo-placeholder, .photo-tile {
  height: 100%; border-radius: inherit; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem;
  background: linear-gradient(155deg, rgba(255,255,255,.15), transparent), repeating-linear-gradient(45deg, #8a6294 0 1px, #4c2d58 1px 12px);
  color: #f6e8d5; border: 1px solid rgba(255,255,255,.17); text-transform: uppercase; font-size: .7rem; letter-spacing: .14em;
}
.photo-icon { font-size: 1.7rem; line-height: 1; opacity: .75; }
.photo-placeholder small { font-size: .54rem; opacity: .6; }
.photo-stamp { position: absolute; z-index: 4; right: -1rem; bottom: 1.3rem; display: grid; place-items: center; width: 3.8rem; height: 3.8rem; border-radius: 50%; background: var(--cream); color: var(--wine); border: 2px solid var(--gold); box-shadow: 0 0 18px rgba(255,228,171,.46), 0 10px 35px rgba(0,0,0,.2); font-family: Georgia, serif; font-weight: 700; }
.scroll-cue { position: relative; z-index: 1; align-self: center; display: flex; flex-direction: column; align-items: center; gap: .25rem; margin-top: 1rem; color: rgba(255,255,255,.7); text-decoration: none; font-size: .56rem; letter-spacing: .2em; }

.countdown-section { position: relative; z-index: 2; padding: 1.8rem 1.1rem; background: #d7c3df; color: var(--wine-deep); text-align: center; overflow: hidden; }
.countdown-section::before, .countdown-section::after { content: '✦'; position: absolute; top: 50%; color: rgba(255,248,226,.9); font-size: 1rem; text-shadow: 0 0 10px #fff2c7; }
.countdown-section::before { left: 4%; transform: translateY(-50%) rotate(18deg); }
.countdown-section::after { right: 4%; transform: translateY(-50%) rotate(-18deg); }
.countdown-section > p { margin: 0 0 .8rem; font: italic 1.3rem Georgia, serif; }
.countdown-grid { max-width: 580px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.countdown-grid div { border-right: 1px solid rgba(91,50,107,.25); }
.countdown-grid div:last-child { border: 0; }
.countdown-grid strong { display: block; font: clamp(1.5rem, 7vw, 2.3rem) Georgia, serif; }
.countdown-grid span { font-size: .55rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }

.section { padding: 5rem max(1.25rem, calc((100% - 1080px) / 2)); }
.boot-trail { position: absolute; z-index: 0; pointer-events: none; display: flex; flex-direction: column; gap: 1.8rem; opacity: .19; filter: grayscale(1) sepia(1) contrast(1.25); transform: rotate(-24deg); }
.boot-trail i { display: block; font-style: normal; font-size: 2.8rem; transform: rotate(10deg); }
.boot-trail i:nth-child(even) { margin-left: 2.4rem; transform: rotate(-6deg) scaleX(-1); }
.boot-trail-left { top: 12%; left: 2%; }
.boot-trail-right { right: 3%; bottom: 8%; transform: rotate(28deg); }
.boot-trail-low { top: auto; bottom: 5%; }
.details { position: relative; background: var(--cream); text-align: center; }
.details > :not(.boot-trail), .western-break > :not(.boot-trail), .location > :not(.boot-trail) { position: relative; z-index: 1; }
.details::before, .details::after { content: '✦'; position: absolute; color: var(--gold); opacity: .55; text-shadow: 0 0 12px rgba(202,164,95,.65); }
.details::before { top: 3.2rem; left: 8%; font-size: 1.45rem; }
.details::after { top: 7.4rem; right: 8%; font-size: .8rem; }
.section-kicker { display: flex; justify-content: center; align-items: center; gap: .8rem; color: var(--rose); font-size: .64rem; font-weight: 800; letter-spacing: .2em; }
.section-kicker span { width: 2rem; height: 1px; background: currentColor; }
.section h2 { margin: 1rem 0 2.4rem; font: 400 clamp(2.5rem, 12vw, 5rem)/.98 Georgia, 'Times New Roman', serif; letter-spacing: -.045em; }
.invitation-copy { max-width: 650px; margin: -1rem auto 2.6rem; color: #6f5b76; font: italic 1.08rem/1.75 Georgia, serif; }
.details-grid { display: grid; gap: 1rem; max-width: 720px; margin: 0 auto; }
.detail-card { min-height: 250px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 2rem; border: 1px solid var(--line); border-radius: 48% 48% 1.5rem 1.5rem; background: var(--paper); box-shadow: 0 18px 50px rgba(91,50,107,.09); }
.detail-card::after { content: '✦'; position: absolute; top: 1.2rem; right: 1.4rem; color: var(--gold); opacity: .65; text-shadow: 0 0 9px rgba(202,164,95,.5); }
.card-symbol { color: var(--rose); margin-bottom: .8rem; font-size: 1.4rem; }
.detail-card p { margin: .2rem 0; text-transform: uppercase; font-size: .65rem; letter-spacing: .13em; }
.detail-card strong { font: italic 4.7rem/1 Georgia, serif; color: var(--wine); }
.detail-card-dark { background: var(--wine); color: #fff8ef; border-color: transparent; }
.detail-card-dark strong { color: var(--pink); font-size: 3.8rem; }

.western-break { position: relative; overflow: hidden; display: grid; align-items: center; gap: 1.5rem; padding: 4.5rem max(1.25rem, calc((100% - 980px) / 2)); background: linear-gradient(135deg, #e5d8e9, #f7f0f8); }
.western-break::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle, rgba(202,164,95,.5) 0 1px, transparent 1.8px); background-size: 42px 42px; opacity: .45; }
.western-break-copy { position: relative; z-index: 1; text-align: center; }
.mini-kicker { color: var(--rose); font-size: .64rem; font-weight: 800; letter-spacing: .24em; }
.western-break h2 { margin: .8rem 0 1rem; color: var(--wine-deep); font: 400 clamp(2.8rem, 13vw, 5.4rem)/.9 Georgia, serif; letter-spacing: -.05em; }
.western-break p { max-width: 29rem; margin: 0 auto; color: #6e5875; line-height: 1.7; }
.dresscode-note { max-width: 31rem; position: relative; overflow: hidden; display: grid; gap: .55rem; margin: 1.7rem auto 0; padding: 1.45rem 1.3rem; border: 2px solid #d1ad68; border-radius: 1.15rem; background: linear-gradient(145deg, var(--wine-deep), #684174); box-shadow: 0 0 0 5px rgba(199,163,95,.18), 0 0 32px rgba(199,163,95,.5), 0 18px 35px rgba(45,24,54,.2); text-align: center; }
.dresscode-note::after { content: '✦'; position: absolute; top: .55rem; right: .75rem; color: #ffe8ad; font-size: 1.1rem; text-shadow: 0 0 12px #f6cb73; animation: twinkle 2.4s ease-in-out infinite; }
.dresscode-note span { color: #e7c77f; font-size: .64rem; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; }
.dresscode-note strong { color: #fff5e5; font: italic 1.38rem Georgia, serif; }
.dresscode-note small { color: rgba(255,245,229,.74); font-size: .8rem; line-height: 1.5; }
.cow-frame { width: min(76vw, 320px); height: 370px; margin: 0 auto; position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(156,115,71,.32); border-radius: 10rem 10rem 1.25rem 1.25rem; box-shadow: 0 0 0 7px rgba(255,249,233,.62), 0 0 40px rgba(202,164,95,.3); }
.cow-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center bottom; }
.cow-sparkle { position: absolute; z-index: 2; color: #fff0bd; text-shadow: 0 0 11px #e8bf6c; animation: twinkle 2.2s ease-in-out infinite; }
.cow-sparkle-one { top: 2.2rem; right: 1.6rem; font-size: 1.8rem; }
.cow-sparkle-two { left: 1.2rem; bottom: 5rem; font-size: 1.35rem; animation-delay: .8s; }

.photo-story { padding: 1.1rem; display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 220px 220px; gap: .8rem; background-color: #cdb8d5; background-image: radial-gradient(circle, rgba(249,229,255,.8) 0 1px, transparent 2px); background-size: 38px 38px; }
.photo-tile { min-height: 0; position: relative; overflow: hidden; margin: 0; border: 1px solid rgba(230,202,237,.58); border-radius: .8rem; background: #5d3d68; box-shadow: 0 0 0 4px rgba(91,50,107,.12), 0 0 30px rgba(222,190,231,.25); }
.photo-tile::before, .photo-tile::after { position: absolute; z-index: 2; color: #ffe7af; text-shadow: 0 0 12px #fff0bd; animation: twinkle 2.6s ease-in-out infinite; }
.photo-tile::before { content: '✦'; top: .8rem; right: .8rem; font-size: 1.2rem; }
.photo-tile::after { content: '✧'; left: .7rem; bottom: 2.8rem; font-size: 1rem; animation-delay: .65s; }
.photo-tile img { width: 100%; height: 100%; display: block; object-fit: cover; }
.photo-tile-tall img { object-position: center center; }
.photo-tile figcaption { position: absolute; z-index: 3; right: .65rem; bottom: .65rem; left: .65rem; padding: .65rem .8rem; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; background: rgba(45,24,54,.72); backdrop-filter: blur(8px); color: #f3e6f6; text-align: center; text-transform: uppercase; font-size: .58rem; font-weight: 800; letter-spacing: .16em; }
.photo-tile-tall { grid-row: span 2; }
.photo-quote { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1rem; border: 1px solid rgba(91,50,107,.18); border-radius: .7rem; background: rgba(247,240,248,.62); text-align: center; color: var(--wine); box-shadow: inset 0 0 24px rgba(237,215,242,.58); }
.photo-quote svg { width: 1.2rem; margin-bottom: .6rem; }
.photo-quote blockquote { margin: 0; font: italic 1.15rem/1.35 Georgia, serif; }

.experiences { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--wine-deep), #4a2856); color: #fffaff; }
.experiences::before { content: '✦  ·  ✧  ·  ✦'; position: absolute; top: 2rem; right: 1.5rem; color: var(--gold); opacity: .38; letter-spacing: .55rem; text-shadow: 0 0 10px rgba(202,164,95,.55); }
.section-kicker.light { color: var(--pink); }
.activity-list { display: grid; max-width: 1050px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.18); }
.activity { display: grid; grid-template-columns: 2rem 4.6rem 1fr; align-items: center; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.activity-number { color: var(--pink); font: italic .9rem Georgia, serif; }
.activity-icon { width: 4.6rem; height: 4.6rem; display: grid; place-items: center; border: 1px solid rgba(210,185,219,.34); border-radius: 50%; background: rgba(210,185,219,.08); color: #e3cae9; box-shadow: inset 0 0 18px rgba(210,185,219,.08); }
.activity-icon img { width: 2rem; height: 2rem; display: block; }
.activity h3 { margin: 0 0 .25rem; font: 1.6rem Georgia, serif; }
.activity p { margin: 0; color: rgba(255,255,255,.62); font-size: .82rem; line-height: 1.5; }

.location { position: relative; overflow: hidden; background: var(--paper); }
.map-art { height: 340px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 50% 50% 1.5rem 1.5rem; background: #ddd0e2; box-shadow: 0 18px 45px rgba(91,50,107,.12); }
.map-art::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(238,226,242,.12), rgba(91,50,107,.08)); mix-blend-mode: multiply; }
.map-embed { width: 100%; height: 100%; border: 0; pointer-events: none; filter: sepia(.55) saturate(.65) contrast(.92); }
.map-radius { position: absolute; z-index: 2; inset: 49% auto auto 50%; transform: translate(-50%, -50%); width: 10.5rem; height: 10.5rem; pointer-events: none; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .4rem; border: 2px dashed var(--wine); border-radius: 50%; background: rgba(202,164,95,.28); color: var(--wine); box-shadow: 0 0 0 8px rgba(255,245,224,.22), inset 0 0 26px rgba(255,245,224,.48); }
.map-radius small { padding: .3rem .55rem; border-radius: 99px; background: rgba(251,244,232,.88); font-size: .55rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pin-icon { width: 2.7rem; height: 2.7rem; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: #f5dda7; font-size: 1rem; box-shadow: 0 6px 18px rgba(91,50,107,.32); }
.map-area-label { position: absolute; right: 1.4rem; bottom: 1.35rem; padding: .65rem .8rem; border: 1px solid rgba(91,50,107,.18); border-radius: .75rem; background: rgba(250,246,251,.88); color: var(--wine); font-size: .65rem; font-weight: 800; line-height: 1.35; letter-spacing: .08em; text-align: right; text-transform: uppercase; box-shadow: 0 8px 22px rgba(91,50,107,.12); }
.location-copy { padding-top: 2.6rem; text-align: center; }
.location-copy h2 { margin-bottom: 1.2rem; }
.location-copy > p { max-width: 590px; margin: 0 auto; color: #6f5a75; line-height: 1.7; }
.location-pill { width: fit-content; display: flex; align-items: center; gap: .5rem; margin: 1.6rem auto 0; padding: .75rem 1rem; border-radius: 99px; background: #dfcfe5; color: var(--wine); font-size: .78rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.location-pill:hover { transform: translateY(-2px); background: #d2b9db; }

.rsvp { position: relative; overflow: hidden; background: linear-gradient(135deg, #d7c3df, #eadfed); }
.rsvp::before { content: '✦'; position: absolute; top: 2rem; right: 1.5rem; color: rgba(91,50,107,.25); font-size: 4rem; text-shadow: 0 0 18px rgba(240,218,245,.8); }
.rsvp::after { content: '✧'; position: absolute; bottom: 4rem; left: 1.2rem; color: rgba(202,164,95,.7); font-size: 1.6rem; text-shadow: 0 0 12px #fff0bd; }
.rsvp-inner { max-width: 650px; margin: 0 auto; }
.rsvp .eyebrow { color: var(--wine); }
.rsvp h2 { margin-bottom: 1rem; color: var(--wine-deep); }
.rsvp-lead { max-width: 32rem; margin: 0 0 2rem; color: #65436f; line-height: 1.6; }
.rsvp-lead strong { color: var(--wine-deep); }
form { display: grid; gap: 1rem; }
form label { display: grid; gap: .45rem; color: var(--wine-deep); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
form input, form select { width: 100%; height: 3.35rem !important; padding: 0 1rem; border: 1px solid rgba(91,50,107,.22) !important; border-radius: .65rem !important; background: rgba(255,250,255,.78) !important; color: var(--ink); outline: 0; font-size: 1rem !important; text-transform: none; letter-spacing: 0; }
form input:focus, form select:focus { border-color: var(--wine) !important; box-shadow: 0 0 0 3px rgba(91,50,107,.12); }
.rsvp-button { width: 100%; height: 3.7rem; margin-top: .5rem; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; gap: .65rem; border: 0; border-radius: 99px; background: var(--wine); color: white; font-weight: 800; letter-spacing: .04em; cursor: pointer; box-shadow: 0 12px 30px rgba(91,50,107,.25), inset 0 1px 0 rgba(239,216,245,.3); }
.rsvp-button::after { content: ''; position: absolute; inset: -60% auto -60% -25%; width: 18%; transform: rotate(18deg); background: linear-gradient(90deg, transparent, rgba(255,240,205,.7), transparent); transition: left .55s ease; }
.rsvp-button:hover::after { left: 110%; }
.rsvp-button:hover { background: var(--wine-deep); }
.success { padding: 2.2rem 1.5rem; border: 1px solid rgba(91,50,107,.18); border-radius: 1.2rem; background: rgba(255,250,255,.58); text-align: center; }
.success > span { width: 3.2rem; height: 3.2rem; display: grid; place-items: center; margin: 0 auto 1rem; border-radius: 50%; background: var(--wine); color: white; }
.success h3 { margin: 0; font: 1.8rem Georgia, serif; color: var(--wine); }
.success p { max-width: 29rem; margin: .7rem auto 1.2rem; color: #6d5375; line-height: 1.6; font-size: .85rem; }
.secondary-button { min-height: 2.5rem; padding: 0 1rem; border-radius: 99px; background: transparent; color: var(--wine); border: 1px solid rgba(91,50,107,.25); cursor: pointer; font-weight: 700; }
[hidden] { display: none !important; }

footer { padding: 2.5rem 1.25rem; display: flex; flex-direction: column; align-items: center; gap: .55rem; background: var(--wine-deep); color: #dfcbe4; text-align: center; }
footer span { font: 1.25rem Georgia, serif; letter-spacing: .16em; }
footer p { margin: 0; color: rgba(255,255,255,.55); font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }

@keyframes twinkle { 0%,100% { opacity: .25; transform: scale(.6) rotate(0); } 50% { opacity: 1; transform: scale(1.2) rotate(45deg); } }

@media (min-width: 720px) {
  .hero { min-height: 860px; }
  .hero-layout { grid-template-columns: 1fr .85fr; gap: 4rem; }
  .hero-photo { width: min(36vw, 390px); }
  .details-grid { grid-template-columns: 1fr 1fr; }
  .western-break { grid-template-columns: 1fr 1fr; gap: 4rem; }
  .western-break-copy { text-align: left; }
  .western-break p { margin-left: 0; }
  .dresscode-note { margin-left: 0; }
  .photo-story { padding: 1.6rem; grid-template-columns: 1fr .65fr 1fr; grid-template-rows: 440px; }
  .photo-tile-tall { grid-row: auto; }
  .photo-quote { order: 2; }
  .photo-story .photo-tile:last-child { order: 3; }
  .location { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 4rem; }
  .location-copy { padding: 0; text-align: left; }
  .location-copy .section-kicker { justify-content: flex-start; }
  .location-pill { margin-left: 0; }
}

@media (min-width: 1000px) {
  .hero h1 { font-size: 10.5rem; }
  .photo-story { grid-template-columns: 1fr .7fr 1fr; }
  .activity-list { grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(255,255,255,.18); }
  .activity { grid-template-columns: 1fr; align-content: start; border-bottom: 0; border-right: 1px solid rgba(255,255,255,.18); padding: 1.8rem; }
  .activity:last-child { border-right: 0; }
}

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