:root {
  --forest: #0c2920;
  --forest-deep: #071c16;
  --forest-soft: #173e31;
  --gold: #c7a05c;
  --gold-light: #ddc28f;
  --ink: #151a17;
  --paper: #f5f2ea;
  --paper-dark: #ebe5d7;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --edge: clamp(1.35rem, 6vw, 7rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.topbar { height: 80px; padding: 0 var(--edge); display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 4; width: 100%; color: #fff; }
.monogram { font: 500 2rem/1 var(--serif); text-decoration: none; letter-spacing: -.06em; }
.monogram span { color: var(--gold); padding: 0 .08em; font-style: italic; }
.site-nav { display: flex; gap: clamp(1.1rem, 2.5vw, 2.75rem); font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a { text-decoration: none; opacity: .88; transition: color .2s, opacity .2s; }
.site-nav a:hover { color: var(--gold-light); opacity: 1; }
.menu-toggle { display: none; background: none; border: 0; color: white; padding: .4rem; }
.hero { min-height: min(820px, 100vh); display: grid; grid-template-columns: minmax(360px, 1.1fr) minmax(360px, .9fr); background: var(--forest); position: relative; overflow: hidden; color: white; }
.hero-content { padding: 9.5rem clamp(2rem, 8vw, 10rem) 5rem var(--edge); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 1.15rem; color: var(--gold); font-size: .68rem; font-weight: 600; letter-spacing: .2em; line-height: 1.25; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .95; }
.hero h1 { margin-bottom: 1.65rem; max-width: 610px; font-size: clamp(4rem, 7.1vw, 7.6rem); letter-spacing: -.065em; }
.hero h1 span { color: var(--gold); font-size: .75em; font-style: italic; font-weight: 400; }
.hero-rule { width: 93px; height: 1px; margin-bottom: 1.3rem; background: linear-gradient(90deg, var(--gold), transparent); position: relative; }
.hero-rule i { position: absolute; right: -2px; top: -2px; width: 5px; height: 5px; border: 1px solid var(--gold); border-radius: 50%; }
.hero-date { margin: 0 0 1.7rem; color: var(--gold-light); font-size: .85rem; letter-spacing: .18em; text-transform: uppercase; }
.hero-lead { max-width: 365px; color: #e6ece8; font-size: 1rem; line-height: 1.7; }
.text-link { margin-top: 1.35rem; color: #fff; font-size: .72rem; font-weight: 600; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: .55rem; transition: color .2s; }
.text-link:hover { color: var(--gold-light); }
.text-link span { margin-left: .5rem; color: var(--gold); font-size: 1rem; }
.hero-photo { position: relative; display: flex; align-items: flex-end; justify-content: center; margin: 0; overflow: hidden; background: var(--forest-soft); }
.hero-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-photo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(30deg, rgba(7,28,22,.48), transparent 58%); }
.hero-photo::after { content: ""; position: absolute; z-index: 2; width: 105%; height: 85%; bottom: -35%; left: -13%; border: 1px solid rgba(255,255,255,.38); border-radius: 50% 50% 0 0; transform: rotate(-12deg); }
.hero-photo figcaption { z-index: 3; margin: 0 0 3rem; color: rgba(255,255,255,.9); font: italic 1.25rem/1.2 var(--serif); letter-spacing: .04em; text-align: center; }
.hero-ornament { position: absolute; pointer-events: none; width: 400px; height: 400px; border: 1px solid rgba(199,160,92,.18); border-radius: 50%; }
.ornament-left { bottom: -285px; left: -170px; }
.ornament-right { top: -265px; right: 34%; }
.section-pad { padding: clamp(5rem, 10vw, 9rem) var(--edge); }
.countdown { display: grid; grid-template-columns: .9fr 1.1fr; gap: 5rem; align-items: center; background: var(--paper-dark); }
h2 { font-size: clamp(2.75rem, 4vw, 4.6rem); letter-spacing: -.055em; }
.countdown h2 { margin-bottom: 0; max-width: 510px; }
.timer { display: flex; justify-content: space-between; align-items: center; max-width: 600px; }
.timer div { display: flex; min-width: 72px; flex-direction: column; align-items: center; }
.timer strong { color: var(--forest); font: 500 clamp(3rem, 5.4vw, 5.6rem)/.8 var(--serif); letter-spacing: -.06em; }
.timer span { margin-top: .65rem; color: #756f65; font-size: .64rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.timer b { color: var(--gold); margin-top: -1.3rem; font: 400 2rem/1 var(--serif); }
.section-heading.centered { max-width: 670px; margin: 0 auto; text-align: center; }
.section-heading h2 { margin-bottom: 1.15rem; }
.section-heading > p:last-child { color: #69665f; }
.schedule { background: var(--paper); }
.timeline { max-width: 950px; margin: clamp(3.8rem, 7vw, 6rem) auto 0; padding: 0; list-style: none; position: relative; }
.timeline::before { content: ""; position: absolute; top: 21px; left: 10%; right: 10%; height: 1px; background: #d5c9b0; }
.timeline li { display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; column-gap: 1.3rem; width: 25%; float: left; text-align: center; }
.timeline li:nth-child(even) { transform: translateY(108px); }
.timeline time { grid-column: 2; color: var(--forest); font: 600 1.5rem/1 var(--serif); }
.timeline-mark { grid-column: 2; order: 2; width: 43px; height: 43px; display: grid; place-items: center; margin: 1rem 0 1.25rem; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); background: var(--paper); font-size: .75rem; position: relative; z-index: 1; }
.timeline li > div { grid-column: 1 / -1; order: 3; }
.timeline h3 { margin: 0 0 .45rem; color: var(--forest); font-size: 1.45rem; }
.timeline p { margin: 0; color: #747169; font-size: .78rem; }
.timeline::after { content: ""; display: table; clear: both; }
.venue { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(3rem, 10vw, 10rem); align-items: center; background: var(--forest); color: #fff; }
.venue-image { min-height: 510px; margin: 0; position: relative; display: grid; place-items: end center; overflow: hidden; background: var(--forest-soft); }
.venue-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.venue-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,28,22,.76)); }
.venue-image figcaption { z-index: 1; margin: 0 1rem 1.65rem; color: #fff; font: italic 1.2rem var(--serif); text-align: center; }
.venue-copy h2 { margin-bottom: .8rem; }
.venue-copy > p:not(.eyebrow) { max-width: 445px; color: #d5ded9; }
.venue-address { color: var(--gold-light)!important; font-size: .76rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.ceremony { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); background: var(--paper); }
.ceremony-copy > p:not(.eyebrow) { max-width: 385px; color: #66645e; }
.ceremony-link { color: var(--forest); }
.ceremony-gallery { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: clamp(.9rem, 2vw, 1.8rem); }
.ceremony-gallery figure { margin: 0; position: relative; overflow: hidden; background: var(--forest-soft); }
.ceremony-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ceremony-main-image { height: clamp(380px, 44vw, 585px); }
.ceremony-garden-image { height: clamp(260px, 30vw, 390px); margin-bottom: clamp(1rem, 4vw, 4rem)!important; }
.ceremony-gallery figcaption { position: absolute; right: 1rem; bottom: .8rem; left: 1rem; color: #fff; font: italic 1.05rem var(--serif); text-shadow: 0 1px 12px rgba(0,0,0,.9); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .9rem; margin-top: 1.5rem; padding: 1rem 1.45rem; border: 1px solid transparent; cursor: pointer; font: 600 .69rem/1 var(--sans); letter-spacing: .15em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #10271f; }.button-gold:hover { background: var(--gold-light); }
.guest-info { background: #f0ede4; }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 1150px; margin: clamp(3rem, 5vw, 4.5rem) auto 0; background: #d7d0c1; }
.info-card { min-height: 315px; padding: clamp(1.6rem, 3vw, 3rem); background: #f0ede4; }
.card-icon { color: var(--gold); font-size: 1.3rem; }.info-card h3 { margin: 1.7rem 0 .85rem; color: var(--forest); font-size: 2rem; }.info-card p { color: #66645e; font-size: .9rem; }.info-card a { color: var(--forest); font-size: .72rem; font-weight: 600; letter-spacing: .09em; text-decoration-color: var(--gold); text-underline-offset: .45rem; text-transform: uppercase; }.info-card a span { color: var(--gold); margin-left: .3rem; }
.colour-swatches { display: flex; gap: .4rem; margin-top: 1.5rem; }.colour-swatches i { width: 24px; height: 24px; border: 1px solid #fff; border-radius: 50%; background: #173e31; box-shadow: 0 0 0 1px #ddd4c2; }.colour-swatches i:nth-child(2) { background: #c3a87f; }.colour-swatches i:nth-child(3) { background: #dfd2ba; }.colour-swatches i:nth-child(4) { background: #1b1c19; }
.seating { background: var(--forest); color: #fff; }.seating .section-heading h2 { color: #fff; }.seating .section-heading > p:last-child { color: #d5ded9; }.seating-board-wrap { max-width: 1200px; margin: clamp(2.8rem, 5vw, 4rem) auto 0; overflow-x: auto; padding-bottom: .7rem; }.seating-board { min-width: 980px; padding: clamp(1.3rem, 3vw, 2.5rem); border: 1px solid rgba(199,160,92,.55); background-color: rgba(0,0,0,.12); background-image: linear-gradient(rgba(199,160,92,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(199,160,92,.055) 1px, transparent 1px); background-size: 20px 20px; }.couple-table { width: max-content; min-width: 185px; min-height: 47px; margin: 0 auto clamp(2rem, 4vw, 3.5rem); padding: .4rem .9rem; display: flex; align-items: center; justify-content: center; gap: .8rem; border: 1px solid var(--gold); background: rgba(7,28,22,.78); color: var(--gold-light); font: 500 1.3rem var(--serif); }.couple-table i { color: var(--gold); font-style: italic; }.guest-tables { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; align-items: start; }.guest-table { padding: .85rem; border: 1px solid rgba(199,160,92,.28); background: rgba(7,28,22,.45); }.guest-table h3 { margin: 0 0 .85rem; color: var(--gold-light); font-size: 1.5rem; text-align: center; }.table-seats { display: grid; grid-template-columns: minmax(76px, 1fr) minmax(86px, 1.15fr) minmax(76px, 1fr); gap: .55rem; align-items: stretch; }.table-seats ul { margin: 0; padding: 0; display: flex; flex-direction: column; gap: .38rem; list-style: none; }.table-seats li { min-height: 28px; padding: .34rem .3rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.04); color: #f3f0e9; font-size: .68rem; line-height: 1.1; text-align: center; }.table-top { min-height: 100%; padding: .75rem .35rem; display: grid; place-items: center; border: 1px solid var(--gold); background: rgba(199,160,92,.13); color: var(--gold-light); font: italic 1.3rem/1 var(--serif); writing-mode: vertical-rl; transform: rotate(180deg); }.afterparty { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: var(--paper-dark); }.afterparty-heading h2 { margin-bottom: 1.2rem; }.afterparty-heading > p:last-child { max-width: 350px; color: #66645e; }.afterparty-details { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d4c7af; }.afterparty-details article { min-height: 185px; padding: 1.2rem 1.2rem 1rem; border-right: 1px solid #d4c7af; border-bottom: 1px solid #d4c7af; }.afterparty-details article:first-child { border-left: 1px solid #d4c7af; }.afterparty-details time { color: var(--forest); font: 500 2.25rem/1 var(--serif); }.afterparty-details h3 { margin: 1.25rem 0 .55rem; color: var(--forest); font-size: 1.45rem; }.afterparty-details p { margin: 0; color: #6b685f; font-size: .8rem; }
.faq { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 9vw, 10rem); background: var(--paper); }.faq-intro h2 { margin-bottom: 1.3rem; }.faq-intro > p:last-child { max-width: 330px; color: #66645e; }
.faq-list { border-top: 1px solid #d7d0c1; }.faq-list details { border-bottom: 1px solid #d7d0c1; padding: 1.2rem 0; }.faq-list summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--forest); font: 500 1.55rem/1.2 var(--serif); list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--gold); font-family: var(--sans); font-size: 1.25rem; font-weight: 400; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list p { max-width: 620px; margin: .85rem 2rem .2rem 0; color: #69665f; font-size: .88rem; }
.memories { min-height: 560px; padding: clamp(5rem, 10vw, 9rem) var(--edge); background: #0a1f18; color: #fff; display: grid; grid-template-columns: minmax(300px, 510px) 1fr; position: relative; overflow: hidden; }.memories::before { content: ""; position: absolute; inset: 11% 18% 11% auto; width: min(42vw, 600px); border: 1px solid rgba(199,160,92,.34); border-radius: 50% 50% 0 0; transform: rotate(17deg); }.memories-inner { position: relative; z-index: 1; }.memories h2 { margin-bottom: 1.35rem; }.memories-inner > p:not(.eyebrow) { max-width: 460px; color: #d5ded9; }.button-outline { color: var(--gold-light); border-color: var(--gold); background: transparent; }.button-outline:hover { color: var(--forest); background: var(--gold); }.memories small { display: block; margin-top: 1.25rem; color: #9aa9a2; font-size: .72rem; }.memories-decoration { align-self: center; justify-self: center; color: rgba(199,160,92,.74); font: italic 13rem/.75 var(--serif); letter-spacing: -.17em; position: relative; z-index: 1; }
.contact { background: var(--paper-dark); }.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1000px; margin: 4rem auto 0; text-align: center; }.contact-grid > div { padding: .6rem 2rem; border-left: 1px solid #cdc2ad; }.contact-grid > div:first-child { border-left: 0; }.contact-role { margin-bottom: .7rem; color: #82765e; font-size: .65rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }.contact-grid h3 { margin-bottom: .65rem; color: var(--forest); font-size: 2rem; }.contact-grid a { color: #5e625c; font-size: .85rem; text-decoration-color: var(--gold); text-underline-offset: .4rem; }
footer { min-height: 230px; padding: 3.5rem 1rem; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--forest-deep); color: white; text-align: center; } footer .monogram { font-size: 2.7rem; } footer p { margin: 1.1rem 0 0; color: #e2e8e4; font: italic 1.35rem var(--serif); } footer .footer-date { color: var(--gold); font: 600 .65rem var(--sans); letter-spacing: .2em; text-transform: uppercase; }
.upload-modal { width: min(92vw, 510px); padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 25px 80px rgba(0,0,0,.4); }.upload-modal::backdrop { background: rgba(3,14,10,.78); backdrop-filter: blur(4px); }.modal-step { padding: clamp(2.1rem, 7vw, 4rem); text-align: center; }.modal-step h2 { margin-bottom: 1rem; color: var(--forest); font-size: clamp(2.7rem, 7vw, 4rem); }.modal-step > p:not(.eyebrow) { color: #66645e; font-size: .92rem; }.modal-close { position: absolute; top: .8rem; right: .95rem; z-index: 2; width: 36px; height: 36px; border: 0; background: transparent; color: var(--forest); cursor: pointer; font-size: 2rem; line-height: 1; }.code-form, .upload-form { margin-top: 2rem; text-align: left; }.code-form label { display: block; margin-bottom: .45rem; color: #555c57; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }.code-form input { width: 100%; padding: 1rem; border: 1px solid #cfc8b9; outline: 0; background: #fffdf8; color: var(--forest); letter-spacing: .3em; text-align: center; }.code-form input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(199,160,92,.15); }.form-error { min-height: 1.2em; margin: .55rem 0 0; color: #a44635; font-size: .75rem; }.code-form .button, .upload-form .button { width: 100%; margin-top: 1rem; }.dropzone { min-height: 145px; padding: 1.5rem; border: 1px dashed var(--gold); display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; text-align: center; }.dropzone:hover { background: rgba(199,160,92,.08); }.dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; }.dropzone strong { color: var(--forest); font: 500 1.75rem var(--serif); }.dropzone span { margin-top: .15rem; color: #6b6a63; font-size: .77rem; }.file-status { margin: .7rem 0 0; color: #6b6a63; font-size: .78rem; text-align: center; }.upload-success { padding-top: 5rem; }.upload-success > span { color: var(--gold); font-size: 2.3rem; }
.timeline-two li { width: 50%; }
.timeline-full { max-width: 820px; }.timeline-full::before { top: 20px; right: auto; bottom: 24px; left: 115px; width: 1px; height: auto; }.timeline-full li, .timeline-full li:nth-child(even) { width: 100%; float: none; display: grid; grid-template-columns: 95px 42px 1fr; align-items: start; column-gap: 1.2rem; transform: none; text-align: left; padding-bottom: 1.25rem; }.timeline-full time { grid-column: 1; grid-row: 1; justify-self: end; padding-top: .25rem; }.timeline-full .timeline-mark { grid-column: 2; grid-row: 1; order: initial; width: 42px; height: 42px; margin: 0; }.timeline-full li > div { grid-column: 3; grid-row: 1; order: initial; padding-top: .12rem; }.timeline-full h3 { margin-bottom: .3rem; }
.afterparty-time { display: inline-block; color: var(--forest); font: 500 2.25rem/1 var(--serif); }
.meals { background: var(--paper-dark); }.meal-list { max-width: 1130px; margin: clamp(3rem, 6vw, 5rem) auto 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid #d4c7af; }.meal-list li { min-height: 160px; padding: 1.25rem 1rem 1rem; border-left: 1px solid #d4c7af; position: relative; }.meal-list li:last-child { border-right: 1px solid #d4c7af; }.meal-list time { display: block; color: var(--forest); font: 500 2.15rem/1 var(--serif); }.meal-list span { position: absolute; right: .8rem; bottom: .8rem; color: #b9aa8d; font: 500 .65rem var(--sans); letter-spacing: .14em; }.meal-list h3 { margin: 1.35rem 0 0; color: var(--forest); font-size: 1.5rem; }
.info-grid { grid-template-columns: repeat(3, 1fr); max-width: 1150px; }
.contact-grid { grid-template-columns: repeat(2, 1fr); max-width: 680px; }
.couple-photo-section { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(3rem, 9vw, 9rem); align-items: center; background: var(--paper-dark); }.couple-photo { min-height: clamp(360px, 48vw, 580px); margin: 0; overflow: hidden; background: var(--forest-soft); }.couple-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }.couple-photo-copy h2 { margin-bottom: 1.2rem; color: var(--forest); }.couple-photo-copy > p:not(.eyebrow) { max-width: 390px; color: #66645e; }
.seating-placeholder { max-width: 790px; min-height: 250px; margin: clamp(2.8rem, 5vw, 4rem) auto 0; padding: 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(199,160,92,.55); background: rgba(255,255,255,.025); text-align: center; }.seating-placeholder span { color: var(--gold); font-size: 1.45rem; }.seating-placeholder strong { margin-top: 1rem; color: var(--gold-light); font: 500 clamp(2rem, 4vw, 3.25rem)/1 var(--serif); }.seating-placeholder p { margin: .8rem 0 0; color: #d5ded9; font-size: .9rem; }
.footer-monogram { padding: 0; border: 0; background: transparent; cursor: pointer; }
.schedule .meals { margin-top: clamp(4rem, 8vw, 7rem); padding-top: clamp(3.8rem, 7vw, 6rem); border-top: 1px solid #d7d0c1; background: transparent; }
.schedule .afterparty { margin-top: clamp(4rem, 8vw, 7rem); padding-top: clamp(3.8rem, 7vw, 6rem); border-top: 1px solid #d7d0c1; background: transparent; }
@media (max-width: 800px) { .ceremony { grid-template-columns: 1fr; gap: 2.75rem; }.ceremony-gallery { max-width: 640px; }.ceremony-main-image { height: 460px; }.ceremony-garden-image { height: 320px; } }
@media (max-width: 800px) { .couple-photo-section { grid-template-columns: 1fr; gap: 2.75rem; }.couple-photo { min-height: 390px; } }
@media (max-width: 800px) { .meal-list { grid-template-columns: repeat(3, 1fr); }.meal-list li:nth-child(4) { border-left: 1px solid #d4c7af; }.afterparty { grid-template-columns: 1fr; gap: 2.75rem; }.afterparty-details { max-width: 640px; }.seating-board-wrap { margin-right: calc(var(--edge) * -1); margin-left: calc(var(--edge) * -1); padding-right: var(--edge); padding-left: var(--edge); } }
@media (max-width: 800px) { .topbar { height: 70px; }.menu-toggle { display: grid; gap: 4px; }.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .2s, opacity .2s; }.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }.site-nav { display: none; position: absolute; top: 70px; right: 0; left: 0; padding: 1.4rem var(--edge) 1.8rem; background: var(--forest-deep); flex-direction: column; gap: 1rem; }.site-nav.is-open { display: flex; }.hero { min-height: 770px; grid-template-columns: 1fr; }.hero-content { min-height: 610px; padding-top: 7rem; padding-bottom: 4.2rem; }.hero-photo { min-height: 250px; }.hero-photo p { margin-bottom: 1.5rem; }.ornament-right { display: none; }.countdown, .venue, .faq { grid-template-columns: 1fr; gap: 2.75rem; }.countdown { padding-top: 4.5rem; padding-bottom: 4.5rem; }.timer { max-width: 440px; }.timeline { margin-top: 3rem; }.timeline::before { top: 0; bottom: 0; left: 19px; right: auto; height: auto; width: 1px; }.timeline li, .timeline li:nth-child(even) { width: 100%; float: none; display: grid; grid-template-columns: 40px 80px 1fr; column-gap: 1rem; transform: none; text-align: left; padding-bottom: 1.8rem; }.timeline time { grid-column: 2; grid-row: 1; padding-top: .2rem; }.timeline-mark { grid-column: 1; grid-row: 1 / span 2; margin: 0; width: 39px; height: 39px; }.timeline li > div { grid-column: 3; grid-row: 1; }.timeline h3 { font-size: 1.55rem; }.venue-image { min-height: 380px; }.info-grid { grid-template-columns: 1fr; }.info-card { min-height: 0; }.memories { min-height: 520px; grid-template-columns: 1fr; }.memories-decoration { position: absolute; right: 6vw; bottom: 4.5rem; font-size: 9rem; opacity: .6; }.contact-grid { grid-template-columns: 1fr; gap: 2rem; }.contact-grid > div { border: 0; padding: 0; } }
@media (max-width: 800px) { .timeline-full::before { top: 0; right: auto; bottom: 0; left: 19px; }.timeline-full li, .timeline-full li:nth-child(even) { grid-template-columns: 40px 80px 1fr; padding-bottom: 1.8rem; }.timeline-full time { grid-column: 2; padding-top: .2rem; }.timeline-full .timeline-mark { grid-column: 1; grid-row: 1 / span 2; width: 39px; height: 39px; }.timeline-full li > div { grid-column: 3; grid-row: 1; } }
@media (max-width: 460px) { .hero h1 { font-size: 3.6rem; }.hero-lead { font-size: .93rem; }.section-pad { padding-top: 4.5rem; padding-bottom: 4.5rem; }.timer { gap: .25rem; }.timer div { min-width: 0; }.timer strong { font-size: 3.2rem; }.timer span { font-size: .54rem; letter-spacing: .1em; }.timer b { font-size: 1.5rem; }.venue-image { margin-left: calc(var(--edge) * -1); margin-right: calc(var(--edge) * -1); }.faq-list summary { font-size: 1.35rem; }.memories-decoration { font-size: 7rem; } }
.seating-photo { max-width: 900px; margin: clamp(2.8rem, 5vw, 4rem) auto 0; overflow: hidden; border: 1px solid rgba(199,160,92,.55); background: var(--forest-deep); }.seating-photo img { display: block; width: 100%; height: auto; max-height: 680px; object-fit: contain; }.upload-progress { display: block; width: 100%; height: .5rem; margin: 1rem 0 0; appearance: none; border: 0; background: #ddd4c2; }.upload-progress::-webkit-progress-bar { background: #ddd4c2; }.upload-progress::-webkit-progress-value { background: var(--gold); }.upload-progress::-moz-progress-bar { background: var(--gold); }
@media (max-width: 800px) { body { overflow-x: hidden; }.seating-photo { margin-top: 2rem; }.seating-photo img { max-height: none; }.code-form input, .upload-form input, .upload-modal input, select, textarea { font-size: 16px; } }


html,
body {
    width: 100%;
    overflow-x: hidden;
}



@media (max-width: 800px) {
    .afterparty,
    .afterparty-details {
        min-width: 0;
        width: 100%;
    }

    .afterparty-details article {
        min-width: 0;
    }
}

@media (max-width: 800px) {
    .afterparty-details h3 {
        font-size: clamp(1rem, 4vw, 1.45rem);
		font-weight: 800;
        line-height: 1.2;
    }
}