:root {
  --paper: #f5f2e9;
  --ink: #2b4239;
  --muted: #626d63;
  --line: #cdd2c4;
  --sea: #132e32;
  --sage: #78896f;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.8 var(--sans); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.08; }
h2 { font-size: clamp(42px, 4.2vw, 62px); letter-spacing: -1.4px; }
h3 { font-size: 33px; }
h4 { font-size: 28px; }
em { font-weight: 400; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { color: #59734e; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.wrap { max-width: 1220px; margin: auto; padding: 0 52px; }
.section-pad { padding: 105px 0; }
.eyebrow { display: block; margin-bottom: 22px; font: 500 10px/1.7 var(--sans); letter-spacing: 2.2px; text-transform: uppercase; }
.header { min-height: 78px; padding: 0 4.5%; display: flex; justify-content: space-between; align-items: center; gap: 30px; background: rgba(245,242,233,.97); border-bottom: 1px solid #d8dccf; position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); }
.monogram { font: 31px var(--serif); text-decoration: none; white-space: nowrap; }
.monogram span:not([data-edit]) { font-size: 23px; font-style: italic; padding: 0 4px; }
.header nav { display: flex; align-items: center; gap: 30px; }
.header nav a { font-size: 10px; letter-spacing: 1.3px; text-transform: uppercase; text-decoration: none; padding: 10px 0; }
.header nav a.active { box-shadow: 0 1px currentColor; }
.header .nav-rsvp { padding: 9px 20px; border: 1px solid #9aa78f; }
.nav-rsvp span:not([data-edit]) { margin-left: 14px; }
.menu-toggle { border: 0; background: none; padding: 10px 0 10px 15px; font-size: 12px; }
.menu-toggle span:not([data-edit]) { margin-left: 12px; }
.skip { position: fixed; top: -100px; left: 20px; z-index: 100; background: var(--paper); padding: 12px; }
.skip:focus { top: 10px; }

/* An open invitation, with the landscape framing the type. */
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 790px; height: calc(100svh - 78px); max-height: 1020px; background: #f5f0e3; }
.hero-landscape { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: center bottom; z-index: -3; }
.hero-wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(245,242,233,.8), rgba(245,242,233,.22) 20%, transparent 55%); }
.hero-content { position: relative; text-align: center; padding: clamp(65px, 9vh, 115px) 24px 260px; max-width: 1160px; margin: auto; }
.hero-content > .eyebrow { font-size: 10px; letter-spacing: 3px; margin-bottom: 23px; }
.hero h1 { display: flex; align-items: baseline; justify-content: center; gap: 24px; font-size: clamp(90px, 8.9vw, 143px); letter-spacing: -4px; line-height: 1.1; }
.hero h1 em { font-size: .58em; color: #7b8468; margin: 0 2px; }
.hero-occasion { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 22px; font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; }
.hero-description { font: italic 25px/1.4 var(--serif); color: #58654f; margin: 22px 0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 30px; padding: 13px 22px; border: 1px solid #829077; font: 500 10px/1.8 var(--sans); letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none; background: #f5f2e965; transition: background .2s, color .2s; }
.button:hover { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.hero-bottom { position: absolute; inset: auto 4.5% 0; display: flex; justify-content: space-between; align-items: center; padding: 25px 0; font-size: 9px; letter-spacing: 1.6px; text-transform: uppercase; color: #2b4239; }
.hero-bottom:before { content: ''; position: absolute; inset: -40px -8vw -5px; background: linear-gradient(transparent,#e7e9decb); z-index: -1; }
.hero-bottom a { padding: 8px 0; text-decoration: none; }
.intro { text-align: center; padding-top: 90px; padding-bottom: 96px; max-width: 760px; }
.intro h2 { font-size: 55px; }
.intro p { margin: 24px auto 0; max-width: 510px; color: var(--muted); }
.intro-signature { font: italic 25px var(--serif); margin-top: 28px; }

/* The constellation tide pool. */
.dark { background: var(--sea); color: #e9ecdd; }
.weekend { position: relative; padding: 95px 0 38px; overflow: hidden; background: radial-gradient(ellipse at 50% 32%, #284a4c, var(--sea) 74%); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 36px; margin-bottom: 48px; }
.section-heading > p { font-size: 14px; color: var(--muted); max-width: 320px; padding-bottom: 4px; }
.dark .eyebrow { color: #b9c9b8; }
.dark .section-heading > p { color: #c1cfc6; }
.weekend h2 { max-width: 650px; }
.weekend h2 em { display: block; }
.events { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; }
.event { padding: 30px 32px 40px; border-top: 1px solid #91aca34d; border-bottom: 1px solid #91aca34d; }
.event:first-child { padding-left: 0; padding-right: 36px; }
.event:last-child { padding-right: 0; padding-left: 36px; }
.event + .event { border-left: 1px solid #91aca333; }
.event-date { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; }
.event-date strong { font: 46px var(--serif); }
.creature { height: 174px; position: relative; margin: 26px 0 26px; animation: drift 9s ease-in-out infinite alternate; }
.event:nth-child(2) .creature { animation-delay: -3s; }
.event:nth-child(3) .creature { animation-delay: -6s; }
.creature img { width: 100%; height: 100%; object-fit: contain; filter: invert(1) sepia(.5) saturate(.65); mix-blend-mode: screen; opacity: .46; transition: opacity .6s; }
.creature svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.creature path { stroke: #bed1bd; stroke-width: .7; fill: none; opacity: .46; }
.creature circle { fill: #ecedc7; filter: drop-shadow(0 0 4px #e5efcb); animation: twinkle 4s infinite alternate; }
.event h3 { font-size: 35px; margin-bottom: 16px; }
.event-time { color: #e6dbb4; font-size: 13px; letter-spacing: .5px; }
.event > p:not(.event-time) { color: #c4d0c7; font-size: 14px; margin-top: 7px; }
.event dl { display: grid; grid-template-columns: 68px 1fr; gap: 14px 10px; font-size: 13px; margin: 26px 0; }
.event dt { color: #afc0b5; }
.event dd { margin: 0; }
.text-link { font-size: 12px; letter-spacing: .3px; display: inline-block; }
.dark a:hover { color: #e8dbb4; }
.weekend-foot { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 25px; font-size: 11px; color: #bacbc0; }
.weekend-foot .text-link { white-space: nowrap; }
.stars { position: absolute; inset: 0; pointer-events: none; background-image: radial-gradient(circle at 8% 18%,#cee2c5 0 1px,transparent 1.6px),radial-gradient(circle at 92% 12%,#cee2c5 0 1px,transparent 1.6px),radial-gradient(circle at 50% 90%,#cee2c5 0 1px,transparent 1.6px); opacity: .5; }

/* Guest information, set like an uncluttered printed weekend guide. */
.booking-note { display: flex; align-items: center; gap: 23px; background: #e8ecdf; border: 1px solid #d5ddcc; padding: 23px 28px; margin-bottom: 50px; font-size: 14px; }
.booking-note > span { font: 37px var(--serif); color: #74825f; }
.booking-note strong { font-weight: 500; display: block; }
.travel-layout { display: grid; grid-template-columns: 1.08fr 1fr; gap: 90px; }
.subheading { font-size: 37px; margin-bottom: 27px; }
.travel-item { display: flex; gap: 24px; padding: 26px 0; border-top: 1px solid var(--line); }
.travel-item .index { font: italic 23px var(--serif); color: #758168; padding-top: 1px; }
.travel-item h4 { font-size: 28px; margin-bottom: 14px; }
.travel-item h4 span:not([data-edit]) { display: inline-block; font: 10px/1.5 var(--sans); background: #e3e8da; padding: 3px 6px; margin-left: 6px; vertical-align: middle; }
.travel-item p, .stay p { font-size: 14px; color: var(--muted); margin-bottom: 17px; }
.small-note { font-size: 12px; color: var(--muted); margin-top: 25px; }
.stay { border-top: 1px solid var(--line); padding: 26px 0; }
.stay .eyebrow { margin-bottom: 10px; font-size: 9px; letter-spacing: 1.6px; }
.stay h4 { margin-bottom: 13px; font-size: 31px; }
.status { display: table; font-size: 9px; line-height: 1.8; text-transform: uppercase; letter-spacing: 1px; border: 1px solid #bac4ad; padding: 5px 10px; margin: 0 0 16px; }
.inline-links { display: flex; gap: 26px; }
.explore { background: var(--paper); border: 0; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 44px; }
.filters button { background: transparent; border: 1px solid #b8c4ae; border-radius: 2px; padding: 10px 18px; font-size: 12px; }
.filters button.selected { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.guide-groups { display: grid; gap: 72px; }
.guide-group-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.guide-group-heading h3 { font-size: 39px; font-style: italic; letter-spacing: -.5px; }
.guide-group-heading > p { max-width: 350px; font-size: 13px; color: var(--muted); }
.places { display: grid; grid-template-columns: repeat(3,1fr); gap: 38px 40px; }
.place { border-top: 1px solid #b5c1ac; padding-top: 25px; display: flex; flex-direction: column; align-items: flex-start; }
.place .eyebrow { font-size: 9px; letter-spacing: 1.3px; margin-bottom: 20px; display: flex; align-items: center; gap: 13px; }
.place-number { font: italic 24px var(--serif); letter-spacing: 0; color: #6d7c5e; }
.place h4 { font-size: 29px; margin-bottom: 16px; max-width: 310px; }
.place p { font-size: 14px; color: var(--muted); margin-bottom: 21px; }
.place .place-tip { color: var(--ink); font: italic 20px/1.35 var(--serif); margin-top: -5px; }
.place .text-link { margin-top: auto; }
.explore .small-note { margin-top: 44px; }
.registry-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 85px; align-items: center; }
.registry-art { position: relative; min-height: 285px; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.registry-art img { width: 94%; mix-blend-mode: multiply; filter: sepia(.4); transform: rotate(-10deg); opacity: .83; }
.lobster-message { font: italic 22px var(--serif); margin-top: 20px; }
.registry p:not(.eyebrow) { font-size: 14px; color: var(--muted); margin: 24px 0; }
.registry #registry-links { display: flex; gap: 15px; flex-wrap: wrap; }
.faq { border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .8fr 1.4fr; gap: 85px; }
.faq-layout > div > p:not(.eyebrow) { font-size: 14px; color: var(--muted); margin: 24px 0; }
.questions { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding: 21px 35px 21px 0; cursor: pointer; position: relative; list-style: none; font-size: 15px; }
summary::-webkit-details-marker { display: none; }
summary:after { content: '+'; position: absolute; right: 5px; font: 24px var(--serif); top: 20px; }
details[open] summary:after { content: '−'; }
details > div { padding: 0 30px 24px 0; font-size: 14px; color: var(--muted); }

/* A quiet forest at the end of the evening. */
.rsvp { padding: 92px 25px 120px; position: relative; isolation: isolate; overflow: hidden; text-align: center; background: radial-gradient(ellipse at 50% 115%,#435136,transparent 62%),linear-gradient(#173330,#1d2d23); min-height: 680px; }
.rsvp-content { position: relative; z-index: 2; max-width: 640px; margin: auto; }
.rsvp-constellation { display: block; width: 120px; height: 52px; margin: 25px auto 32px; overflow: visible; }
.rsvp-constellation path { fill: none; stroke: #c3cbaa; stroke-width: .65; opacity: .6; }
.rsvp-constellation circle { fill: #e3ddb0; filter: drop-shadow(0 0 5px #e4e2ac); }
.rsvp h2 { font-size: 78px; }
.rsvp p:not(.eyebrow) { color: #cbd4be; font-size: 15px; margin: 26px 0; }
.rsvp-status { display: table; border: 1px solid #86967a; padding: 11px 18px; margin: 30px auto 22px; font-size: 10px; text-transform: uppercase; letter-spacing: 1.3px; color: #d9dfc9; }
.calendar-link { display: block; font-size: 12px; color: #d7d5a4; }
.light { border-color: #d9dfc9; margin: 10px auto 20px; background: transparent; }
.light:hover { background: #e3e8d7; color: var(--ink); }
.pine { position: absolute; width: min(45vw,620px); mix-blend-mode: screen; filter: invert(1) sepia(1) saturate(.45); opacity: .11; pointer-events: none; bottom: -30px; }
.pine-left { left: -140px; transform: rotate(-25deg); }
.pine-right { right: -140px; transform: rotate(190deg); }
.forest-ground { display: none; }
.fireflies { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 1; }
.firefly { width: 3px; height: 3px; position: absolute; border-radius: 50%; background: #e2ed83; box-shadow: 0 0 5px 2px #dceb6680,0 0 20px 7px #c4e45b30; animation: firefly var(--duration) linear infinite; animation-delay: var(--delay); opacity: 0; }
footer { text-align: center; padding: 50px 4.5% 20px; }
.footer-names { font: 42px var(--serif); text-decoration: none; }
.footer-names em { color: #7d8c6b; }
footer > p { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; margin-top: 12px; }
footer > p span:not([data-edit]) { margin: 0 15px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 38px; padding-top: 18px; font-size: 11px; color: var(--muted); gap: 20px; }
.footer-bottom button { border: 0; background: none; text-decoration: underline; text-underline-offset: 4px; padding: 8px; }
.footer-bottom a { text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }
@keyframes drift { from { transform: translateY(0) rotate(-1deg); } to { transform: translateY(-7px) rotate(1deg); } }
@keyframes twinkle { from { opacity: .45; } to { opacity: 1; } }
@keyframes firefly { 0%,17%,26%,48%,57%,78%,87%,100% { opacity: 0; } 21%,52%,83% { opacity: .95; } 0% { transform: translate(0,25px); } 50% { transform: translate(22px,-20px); } 100% { transform: translate(-10px,-90px); } }
.motion-paused *, .motion-paused *:before, .motion-paused *:after { animation-play-state: paused !important; scroll-behavior: auto !important; }
.motion-paused .firefly { opacity: .4; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation: none !important; transition: none !important; }
  .firefly { opacity: .4; }
}
@media (max-width: 1100px) {
  .header nav { gap: 21px; }
  .header nav a { font-size: 9px; letter-spacing: 1px; }
  .wrap { padding-left: 40px; padding-right: 40px; }
  .hero h1 { font-size: 106px; gap: 18px; }
  .hero { min-height: 740px; }
  .travel-layout, .registry-layout, .faq-layout { gap: 55px; }
  .event { padding-left: 24px; padding-right: 24px; }
  .event:first-child { padding-right: 24px; }
  .event:last-child { padding-left: 24px; }
  .event h3 { font-size: 31px; }
  .event-date { font-size: 9px; letter-spacing: 1px; }
  .event-date strong { font-size: 40px; }
  .event dl { grid-template-columns: 53px 1fr; font-size: 12px; }
  .section-heading > p { max-width: 240px; }
}
@media (min-width: 761px) and (max-width: 900px) {
  .hero h1 { font-size: 90px; }
  .header { padding-left: 30px; padding-right: 30px; gap: 20px; }
  .header nav { gap: 15px; }
  .header nav a { font-size: 8px; }
  .event-date { flex-wrap: wrap; gap: 8px; }
  .event-date span:last-child { display: none; }
  .event > p:not(.event-time) { font-size: 13px; }
  .places { gap: 35px 25px; }
  .place h4 { font-size: 28px; }
  .place p { font-size: 13px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 85px; }
  .wrap { padding-left: 26px; padding-right: 26px; }
  .header { min-height: 68px; flex-wrap: wrap; padding: 10px 25px; gap: 0; }
  .header nav { width: 100%; flex-wrap: wrap; gap: 8px 20px; padding-top: 15px; }
  .header nav a { font-size: 10px; }
  .js .header { height: 68px; }
  .js .header nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--paper); padding: 20px 25px 25px; border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px #20372c15; }
  .js .header nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 6px; }
  .js .header nav a { padding: 12px 0; }
  .js .header .nav-rsvp { text-align: center; margin-top: 8px; }
  .hero { min-height: 740px; height: calc(100svh - 68px); max-height: 880px; }
  .hero-content { padding: 54px 22px 220px; }
  .hero-content > .eyebrow { font-size: 8px; letter-spacing: 2px; margin-bottom: 23px; }
  .hero h1 { flex-direction: column; align-items: center; gap: 0; font-size: 83px; letter-spacing: -2.5px; line-height: .88; }
  .hero h1 em { font-size: 40px; line-height: 1.3; margin: 3px 0 9px; }
  .hero-occasion { flex-wrap: wrap; gap: 0 10px; margin-top: 23px; font-size: 9px; letter-spacing: 1.1px; }
  .hero-description { font-size: 23px; line-height: 1.25; margin: 18px 0 22px; }
  .hero-landscape { object-position: 44% bottom; height: 440px; top: auto; bottom: 0; object-fit: cover; width: 100%; }
  .hero-wash { background: linear-gradient(var(--paper) 0%,#f5f2e9fc 28%,#f5f2e9b3 43%,transparent 68%); }
  .hero .button { background: #f5f2e9bb; font-size: 9px; padding: 12px 18px; gap: 25px; }
  .hero-bottom { inset: auto 25px 0; padding: 17px 0; font-size: 8px; letter-spacing: .8px; gap: 20px; }
  .hero-bottom > span { max-width: 180px; }
  .hero-bottom a { white-space: nowrap; }
  .intro { padding: 66px 28px 70px; }
  .intro h2 { font-size: 43px; }
  .intro p { font-size: 14px; }
  .intro-signature { font-size: 23px; }
  .section-pad { padding: 68px 0; }
  h2 { font-size: 44px; letter-spacing: -.9px; }
  .eyebrow { font-size: 9px; margin-bottom: 18px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 23px; margin-bottom: 33px; }
  .section-heading > p { max-width: none; font-size: 13px; }
  .weekend { padding: 65px 0 30px; }
  .events { grid-template-columns: 1fr; }
  .event, .event:first-child, .event:last-child { position: relative; padding: 25px 0 30px; display: block; border-bottom: 0; }
  .event + .event { border-left: 0; }
  .event:last-child { border-bottom: 1px solid #91aca34d; }
  .event-date { justify-content: flex-start; gap: 16px; font-size: 10px; margin-bottom: 28px; width: 100%; }
  .event-date strong { font-size: 38px; }
  .creature { position: absolute; right: -2px; top: 83px; width: 125px; height: 105px; margin: 0; }
  .event h3 { font-size: 33px; max-width: calc(100% - 125px); margin-bottom: 15px; }
  .event-time { font-size: 12px; max-width: calc(100% - 125px); }
  .event > p:not(.event-time) { font-size: 13px; max-width: calc(100% - 130px); min-height: 46px; }
  .event dl { grid-template-columns: 64px 1fr; font-size: 13px; gap: 10px 12px; margin: 20px 0; }
  .event .text-link { font-size: 12px; }
  .weekend-foot { flex-direction: column; align-items: flex-start; gap: 15px; font-size: 11px; }
  .booking-note { padding: 20px; gap: 16px; margin-bottom: 35px; font-size: 13px; }
  .travel-layout { grid-template-columns: 1fr; gap: 40px; }
  .subheading { font-size: 34px; }
  .travel-item { gap: 18px; padding: 24px 0; }
  .travel-item h4 { font-size: 27px; }
  .small-note { font-size: 11px; }
  .filters { gap: 8px; margin-bottom: 30px; }
  .filters button { font-size: 11px; padding: 8px 12px; }
  .guide-groups { gap: 52px; }
  .guide-group-heading { display: block; margin-bottom: 25px; }
  .guide-group-heading h3 { font-size: 34px; }
  .guide-group-heading > p { margin-top: 10px; max-width: 320px; }
  .places { grid-template-columns: 1fr; gap: 29px; }
  .place { padding-top: 20px; }
  .place .eyebrow { margin-bottom: 12px; font-size: 9px; }
  .place h4 { font-size: 29px; max-width: none; margin-bottom: 13px; }
  .place p { font-size: 14px; margin-bottom: 14px; }
  .registry-layout { grid-template-columns: 1fr; gap: 30px; }
  .registry-art { max-width: 310px; min-height: 210px; margin: auto; order: 2; }
  .registry-art img { width: 95%; }
  .lobster-message { font-size: 20px; text-align: center; }
  .registry h2 { font-size: 46px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq h2 br { display: none; }
  .faq h2 em { margin-left: 6px; }
  summary { font-size: 14px; padding-top: 19px; padding-bottom: 19px; }
  summary:after { top: 17px; }
  .rsvp { padding: 68px 26px 105px; min-height: 650px; }
  .rsvp h2 { font-size: 62px; }
  .rsvp p:not(.eyebrow) { font-size: 14px; }
  .rsvp-status { font-size: 9px; letter-spacing: 1px; padding: 10px 13px; }
  .pine { width: 360px; opacity: .1; }
  .pine-left { left: -220px; }
  .pine-right { right: -220px; }
  .footer-bottom { flex-wrap: wrap; gap: 14px; justify-content: center; }
  .footer-bottom > span { width: 100%; }
  .footer-names { font-size: 39px; }
  footer > p { font-size: 9px; }
}
@media (max-width: 370px) {
  .hero h1 { font-size: 77px; }
  .hero-occasion { font-size: 8px; letter-spacing: .9px; }
  .hero-bottom { font-size: 7px; gap: 15px; }
  .event h3 { font-size: 30px; }
  .creature { width: 108px; }
  .event h3, .event-time, .event > p:not(.event-time) { max-width: calc(100% - 112px); }
  .rsvp-status { font-size: 8px; }
  h2 { font-size: 41px; }
}
@media print {
  .header, .filters, .fireflies, .pine, .stars, .creature, .hero-landscape, .hero-wash, .registry-art, .footer-bottom, .button, .hero-bottom { display: none !important; }
  body, .dark, .explore, .rsvp { background: white !important; color: black !important; }
  .section-pad, .weekend, .rsvp, .intro { padding: 25px 0; }
  .hero { min-height: 0; height: auto; }
  .hero-content { padding: 25px; }
  .hero h1 { font-size: 55px; display: block; }
  .events, .travel-layout, .faq-layout { display: block; }
  .event, .event:first-child, .event:last-child { break-inside: avoid; padding: 20px 0; }
  .event + .event { border-left: 0; }
  details > div { display: block !important; }
  a, .dark p, .dark .eyebrow, .event-time, .event dt { color: black !important; }
  .rsvp { min-height: 0; }
}

/* Text remains plain copy when the local editor saves a line break. */
[data-edit] { white-space: pre-line; }

/* Constellations first; the creature appears on hover, keyboard focus, or tap. */
.creature { display: block; width: 100%; padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; cursor: pointer; }
.creature img { opacity: 0; transition: opacity .7s ease; }
.creature svg { opacity: 1; transition: opacity .7s ease; }
.creature path { opacity: .75; stroke-width: .8; }
.creature.is-revealed img, .event .creature:focus-visible img { opacity: .72; }
.creature.is-revealed svg, .creature:focus-visible svg { opacity: .72; }
@media (hover: hover) {
  .event .creature:hover img { opacity: .72; }
  .creature:hover svg { opacity: .72; }
}

/* One continuous progression of paper, sea glass, ocean and forest. */
.hero { background: var(--paper); }
.hero-landscape { object-position: center 62%; opacity: .76; mask-image: linear-gradient(transparent 10%,#000 56%,#000 80%,transparent 100%); }
.hero-wash { background: linear-gradient(var(--paper) 0%,#f5f2e9e6 28%,#f5f2e9b0 48%,transparent 73%); }
.hero-art-credit { position: absolute; right: 4.5%; bottom: 76px; max-width: 350px; font-size: 9px; letter-spacing: .25px; color: #31433a; text-align: right; }
.hero-art-credit a { background: #f5f2e9a8; padding: 4px 7px; text-decoration: none; }
.hero-bottom:before { background: linear-gradient(transparent,var(--paper)); }
.intro { padding-bottom: 65px; }
.weekend { padding-top: 240px; }
.travel { padding-top: 240px; }
.explore, .registry { background: var(--paper); }
.faq { border: 0; padding-top: 65px; }
.rsvp { padding-top: 245px; }
footer { padding-top: 180px; }
@media (max-width: 760px) {
  .creature { width: 125px; }
  .hero-landscape { height: 475px; object-position: 56% 75%; mask-image: linear-gradient(transparent,#000 48%,#000 75%,transparent); }
  .hero-wash { background: linear-gradient(var(--paper) 0%,#f5f2e9f2 31%,#f5f2e9ba 51%,transparent 80%); }
  .hero-art-credit { bottom: 71px; right: 25px; left: 25px; text-align: center; font-size: 8px; }
  .weekend, .travel { padding-top: 210px; }
  .faq { padding-top: 40px; }
  .rsvp { padding-top: 220px; }
  footer { padding-top: 180px; }
}
@media (max-width: 370px) { .creature { width: 108px; } }
@media print {
  .weekend,.travel,.explore,.registry,.faq,.rsvp,footer { background: white; padding-top: 30px; }
  .hero-art-credit { display: none; }
}

/* A composed opening: invitation first, a low coastal vignette, then a short welcome. */
.hero { min-height: 680px; height: min(82svh,800px); max-height: none; }
.hero-content { padding: 60px 24px 25px; }
.hero-content > .eyebrow { margin-bottom: 18px; }
.hero h1 { font-size: clamp(90px,8.2vw,126px); }
.hero-occasion { margin-top: 17px; }
.hero-description { margin: 19px 0 23px; font-size: 24px; }
.hero-landscape { top: auto; bottom: 0; height: 340px; object-position: center 77%; opacity: .88; mask-image: linear-gradient(transparent 0%,#000 35%,#000 63%,transparent 100%); }
.hero-wash { background: radial-gradient(ellipse at 25% 20%,#dce3d342,transparent 50%),radial-gradient(ellipse at 78% 35%,#d0dee42e,transparent 45%); }
.hero-bottom { position: relative; inset: auto; justify-content: center; gap: 24px; padding: 0 24px; margin: 0 auto; font-size: 9px; letter-spacing: 1px; z-index: 1; }
.hero-bottom:before { display: none; }
.hero-bottom a { text-decoration: underline; padding: 0; }
.hero-bottom > span { max-width: none; }
.intro { max-width: 1150px; padding: 48px 52px 28px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 75px; text-align: left; }
.intro > .eyebrow { grid-column: 1; grid-row: 1; margin-bottom: 14px; }
.intro h2 { grid-column: 1; grid-row: 2 / 4; font-size: 46px; }
.intro p { grid-column: 2; grid-row: 1 / 3; margin: 0; padding-top: 4px; font-size: 14px; line-height: 1.9; }
.intro-signature { grid-column: 2; grid-row: 3; font-size: 23px; margin-top: 16px; }
.art-credit { margin: 25px auto 0; font-size: 10px; letter-spacing: .2px; color: var(--muted); }
.art-credit a { text-decoration: none; }
@media (max-width: 1000px) and (min-width: 761px) {
  .hero h1 { font-size: 90px; }
  .hero { min-height: 670px; }
  .intro { column-gap: 42px; padding-left: 40px; padding-right: 40px; }
  .intro h2 { font-size: 40px; }
}
@media (max-width: 760px) {
  .hero { min-height: 745px; height: auto; }
  .hero-content { padding: 42px 23px 22px; }
  .hero h1 { font-size: 80px; }
  .hero-content > .eyebrow { margin-bottom: 24px; }
  .hero-description { font-size: 23px; margin: 20px 0; }
  .hero-landscape { height: 250px; object-position: 48% 80%; mask-image: linear-gradient(transparent,#000 32%,#000 60%,transparent); }
  .hero-bottom { flex-direction: column; gap: 9px; font-size: 8px; letter-spacing: .7px; }
  .intro { display: block; padding: 20px 28px 15px; text-align: center; }
  .intro > .eyebrow { margin-bottom: 15px; }
  .intro h2 { font-size: 41px; }
  .intro p { margin-top: 22px; padding: 0; font-size: 14px; }
  .intro-signature { margin-top: 23px; }
  .art-credit { max-width: 300px; font-size: 9px; }
}
@media (max-width: 370px) { .hero h1 { font-size: 75px; } .hero-bottom { font-size: 7px; } }
@media print { .hero { min-height: 0; height: auto; } .hero-content { padding: 20px; } .intro { display: block; } }

/* The couple's chosen painting extends behind the invitation, with cooler coastal blues. */
.header, .hero, .intro, .weekend, .travel {
  --ink: #29435f;
  --muted: #5a6b7c;
  --sage: #7c94aa;
  --sea: #142e45;
}
.header, .hero, .intro, .travel { color: var(--ink); }
.header { background: rgba(244,244,238,.97); border-bottom-color: #cbd3d9; }
.header .nav-rsvp { border-color: #94a5b4; }
.header a:hover, .hero a:hover, .intro a:hover, .travel a:hover { color: #557fa2; }
.hero { min-height: 755px; height: calc(100svh - 78px); max-height: 960px; }
.hero-landscape {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 53%;
  opacity: 1;
  mask-image: linear-gradient(#000 0%,#000 80%,transparent 100%);
}
.hero-wash {
  background:
    radial-gradient(ellipse 54% 62% at 50% 30%,rgba(244,244,238,.88) 0%,rgba(244,244,238,.73) 45%,rgba(244,244,238,.22) 82%,transparent 100%),
    linear-gradient(180deg,rgba(238,242,245,.45),rgba(238,242,245,.14) 62%,transparent 85%);
}
.hero-content { padding-top: clamp(66px,10vh,115px); }
.hero h1 { color: #233f5a; }
.hero h1 em { color: #607e9a; }
.hero-description { color: #405d78; }
.hero .button { border-color: #718ba2; background: rgba(244,247,248,.75); }
.hero .button:hover { background: #29435f; color: #f5f5ee; border-color: #29435f; }
.hero-bottom { color: #29435f; }
.weekend .eyebrow { color: #bbccde; }
.weekend .section-heading > p, .weekend-foot { color: #c1d0df; }
.event > p:not(.event-time) { color: #c4d2df; }
.event dt { color: #adbed0; }
.travel .booking-note { background: #e5ebed; border-color: #cbd8e0; }
.travel .booking-note > span, .travel-item .index { color: #6c88a0; }
.travel-item h4 span:not([data-edit]) { background: #e1e9ee; }
@media (max-width: 760px) {
  .hero { min-height: 780px; height: auto; }
  .hero-content { padding-top: 50px; }
  .hero-landscape { inset: 0; height: 100%; object-position: 50% center; }
  .hero-wash {
    background:
      radial-gradient(ellipse 90% 75% at 50% 33%,rgba(244,244,238,.88),rgba(244,244,238,.7) 47%,rgba(244,244,238,.1) 95%),
      linear-gradient(180deg,rgba(238,242,245,.25),transparent 80%);
  }
}

/* 160-step curves with dithering in the actual pixels, drawn by
   scripts/prepare_gradients.py. Native 1x/2x/3x assets preserve fine color
   changes without an overlaid texture or a separate grain cutoff. */
.weekend, .travel { --fade-stops: var(--paper), #142e45; }
.rsvp, footer { --fade-stops: var(--paper), #1d2d23; }
.weekend {
  --fade-height: 240px; --fade-direction: to bottom; background-color: #142e45;
  --fade-image: image-set(url("assets/fade-ocean-in.png") 1x, url("assets/fade-ocean-in@2x.png") 2x, url("assets/fade-ocean-in@3x.png") 3x);
}
.travel {
  --fade-height: 230px; --fade-direction: to top; background-color: var(--paper);
  --fade-image: image-set(url("assets/fade-ocean-out.png") 1x, url("assets/fade-ocean-out@2x.png") 2x, url("assets/fade-ocean-out@3x.png") 3x);
}
.rsvp {
  --fade-height: 300px; --fade-direction: to bottom; background-color: #1d2d23;
  --fade-image: image-set(url("assets/fade-forest-in.png") 1x, url("assets/fade-forest-in@2x.png") 2x, url("assets/fade-forest-in@3x.png") 3x);
}
footer {
  --fade-height: 175px; --fade-direction: to top; background-color: var(--paper);
  --fade-image: image-set(url("assets/fade-forest-out.png") 1x, url("assets/fade-forest-out@2x.png") 2x, url("assets/fade-forest-out@3x.png") 3x);
}
.weekend, .travel, .rsvp, footer {
  position: relative;
  isolation: isolate;
  background-image: var(--fade-image), linear-gradient(var(--fade-direction), var(--fade-stops));
  background-size: 256px var(--fade-height), 100% var(--fade-height);
  background-position: center top;
  background-repeat: repeat-x, no-repeat;
}
@media print {
  .hero { min-height: 0; height: auto; }
  .hero-content { padding-top: 20px; }
  .weekend, .travel, .rsvp, footer { background: white; }
}

/* Stable touch targets: the right-hand lane reaches the phone's edge. */
.creature { animation: none; touch-action: pan-y; }
.creature img, .creature > svg { pointer-events: none; }
@media (max-width: 760px) {
  .events { grid-template-columns: minmax(0, 1fr); }
  .event, .event:first-child, .event:last-child { --creature-width: 125px; padding-right: var(--creature-width); min-width: 0; }
  .event-date { width: calc(100% + var(--creature-width)); }
  .event h3, .event-time, .event > p:not(.event-time) { max-width: none; }
  .event dl { grid-template-columns: 1fr; gap: 3px; }
  .event dd + dt { margin-top: 8px; }
  .event .creature { right: -26px; top: 0; width: calc(var(--creature-width) + 26px); height: 100%; margin: 0; }
  .event .creature img, .event .creature > svg { position: absolute; inset: 50% auto auto 0; transform: translateY(-50%); width: var(--creature-width); height: 120px; }
  .event .creature:focus-visible { outline-offset: -5px; }
}
@media (max-width: 370px) {
  .event, .event:first-child, .event:last-child { --creature-width: 108px; }
}
