:root{--olive:#6e7c4a;--olive-light:#8a9a60;--olive-dark:#505b35;--olive-deep:#1d2712;--rust:#b85c38;--rust-light:#cc7050;--ivory:#faf7f2;--cream:#f4efe6;--beige:#ede5d8;--taupe:#c4b5a0;--warm-gray:#6e6458;--text-dark:#3a3228;--text-mid:#5c5248;--text-light:#6b6157;--nav-height:64px;--font-serif:"Cormorant Garamond", Georgia, serif;--font-script:"Great Vibes", cursive;--font-body:"Inter", system-ui, sans-serif;--section-v:4.5rem;--section-h:1.5rem;--max-width:900px;--radius:6px;--shadow-soft:0 4px 24px #3a322814;--shadow-card:0 2px 12px #3a32281a}@media (width>=640px){:root{--section-v:5rem;--section-h:2rem}}@media (width>=900px){:root{--section-v:7rem;--section-h:3rem}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-height) + env(safe-area-inset-top,0px));font-size:16px}body{font-family:var(--font-body);color:var(--text-dark);background:var(--ivory);-webkit-font-smoothing:antialiased;font-weight:300;line-height:1.7}img{max-width:100%;display:block}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}.script{font-family:var(--font-script);font-weight:400;line-height:1.1}.serif{font-family:var(--font-serif)}a:focus-visible,button:focus-visible,[role=button]:focus-visible,summary:focus-visible{outline:2px solid var(--olive);outline-offset:2px;border-radius:2px}.section{padding:var(--section-v) var(--section-h)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-label{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--olive-dark);margin-bottom:.75rem;font-size:.72rem;font-weight:500}.section-title{font-family:var(--font-serif);color:var(--text-dark);margin-bottom:1.25rem;font-size:clamp(1.75rem,5vw,3rem);font-weight:300;line-height:1.2}.btn{border-radius:var(--radius);width:100%;font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;justify-content:center;align-items:center;min-height:44px;padding:.9rem 2rem;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}@media (width>=480px){.btn{width:auto;display:inline-flex}}.btn-primary{background:var(--olive);color:var(--ivory);border:1.5px solid var(--olive)}.btn-primary:hover{background:var(--olive-dark);border-color:var(--olive-dark)}.btn-outline{color:var(--ivory);background:0 0;border:1.5px solid #faf7f299}.btn-outline:hover{border-color:var(--ivory);background:#faf7f21f}.btn-outline-dark{color:var(--text-dark);border:1.5px solid var(--taupe);background:0 0}.btn-outline-dark:hover{background:var(--olive-dark);border-color:var(--olive-dark);color:var(--ivory)}.nav{z-index:100;transition:background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.nav--scrolled{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#faf7f2f2;box-shadow:0 1px 16px #3a322814}.nav-inner{max-width:var(--max-width);padding:calc(.875rem + env(safe-area-inset-top,0px)) var(--section-h) .875rem;justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav-logo{color:var(--ivory);font-size:1.5rem;line-height:1;transition:color .3s}.nav--scrolled .nav-logo{color:var(--text-dark)}.nav-hamburger{z-index:101;background:0 0;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:44px;min-height:44px;padding:11px;display:flex;position:relative}.hamburger-line{background:var(--ivory);transform-origin:50%;width:22px;height:1.5px;transition:transform .25s,opacity .25s;display:block}.nav--scrolled .hamburger-line{background:var(--text-dark)}.hamburger-line.open:first-child{transform:translateY(6.5px)rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.nav-backdrop{z-index:99;background:#1e1a1273;position:fixed;inset:0}.nav-links{background:var(--ivory);z-index:100;flex-direction:column;align-items:flex-start;gap:0;width:min(300px,82vw);padding:5rem 2rem 2rem;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 32px #3a322826}.nav-links--open{transform:translate(0)}.nav-link{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--text-mid);white-space:nowrap;border-bottom:1px solid var(--beige);width:100%;padding:.9rem 0;font-size:.85rem;font-weight:500;transition:color .2s}.nav-link:last-child{border-bottom:none}.nav-link:hover,.nav-link:active{color:var(--olive)}@media (width>=720px){.nav-hamburger,.nav-backdrop{display:none}.nav-links{width:auto;box-shadow:none;background:0 0;flex-direction:row;align-items:center;gap:2rem;padding:0;transition:none;position:static;transform:none}.nav-link{letter-spacing:.15em;color:#faf7f2d9;border-bottom:none;width:auto;padding:0;font-size:.7rem}.nav-link:hover{color:var(--ivory)}.nav--scrolled .nav-link{color:var(--text-mid)}.nav--scrolled .nav-link:hover{color:var(--olive)}}.hero{background-color:var(--olive-deep);height:100svh;position:relative;overflow:hidden}.hero-bg{background-position:50% 38%;background-size:cover;position:absolute;inset:0}.hero-scroll{bottom:calc(2rem + env(safe-area-inset-bottom,0px));z-index:1;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.hero-chevron{border-bottom:2px solid #faf7f2b3;border-right:2px solid #faf7f2b3;width:12px;height:12px;animation:1.8s ease-in-out infinite hero-bounce;display:block;transform:rotate(45deg)}@keyframes hero-bounce{0%,to{transform:rotate(45deg)translateY(0)}50%{transform:rotate(45deg)translateY(5px)}}@media (prefers-reduced-motion:reduce){.hero-chevron{animation:none}}.welcome{background:var(--ivory)}.welcome-inner{flex-direction:column;gap:2.5rem;display:flex}.welcome-photo-area{width:100%}.welcome-photo-frame{border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden}.welcome-photo-img{aspect-ratio:3/4;object-fit:cover;object-position:center top;width:100%;display:block}.welcome-text{text-align:center}.welcome-story{font-family:var(--font-serif);color:var(--text-mid);margin-bottom:1.75rem;font-size:clamp(1rem,2.5vw,1.15rem);font-style:italic;font-weight:300;line-height:1.9}.welcome-names{color:var(--olive);font-size:2rem}@media (width>=700px){.welcome-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.welcome-photo-area{order:2}.welcome-text{text-align:left;order:1}.welcome-names{font-size:2.4rem}}.details{background:var(--cream)}.details-header{text-align:center;margin-bottom:2.5rem}.details-list{max-width:580px;margin:0 auto}.details-row{border-bottom:1px solid var(--beige);flex-direction:column;gap:.2rem;padding:1rem 0;display:flex}.details-row:first-child{border-top:1px solid var(--beige)}.details-term{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--olive-dark);font-size:.72rem;font-weight:500}.details-def{color:var(--text-dark);margin:0;font-size:1rem;font-weight:400;line-height:1.55}@media (width>=540px){.details-row{grid-template-columns:130px 1fr;align-items:baseline;gap:0 2rem;padding:1.25rem 0;display:grid}.details-term{padding-top:.1rem}}.schedule{background:var(--ivory)}.schedule-header{text-align:center;margin-bottom:2.5rem}.schedule-day{max-width:520px;margin:0 auto 3rem}.schedule-day:last-child{margin-bottom:0}.schedule-day-label{text-align:center;margin-bottom:1.25rem}.schedule-day-date{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--warm-gray);white-space:nowrap;font-size:.72rem;font-weight:500}.event-card{background:var(--cream);border:1px solid var(--beige);border-left:3px solid var(--taupe);border-radius:var(--radius);flex-direction:column;gap:.4rem;padding:1.25rem;display:flex}.event-card--private{background:var(--ivory);border-left:2px dashed var(--warm-gray)}.event-card-badge--private{color:var(--warm-gray);background:#9a8f8214;border-color:#9a8f8240}.event-card-date{font-family:var(--font-serif);color:var(--text-mid);font-size:.95rem;font-style:italic;font-weight:300}.event-card-private-sub{font-family:var(--font-body);color:var(--warm-gray);font-size:.8rem;font-weight:300;line-height:1.55}.event-card-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.15rem;display:flex}.event-card-title{color:var(--text-dark);font-size:1.15rem;font-weight:400}.event-card-badge{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--olive);white-space:nowrap;background:#6e7c4a14;border:1px solid #6e7c4a33;border-radius:20px;flex-shrink:0;padding:.25rem .7rem;font-size:.65rem;font-weight:500}.event-card--wedding{background:var(--olive-deep);box-shadow:0 0 0 4px var(--olive-deep), 0 0 0 5px #c9a84c4d, 0 12px 40px #141c0e80;border:1px solid #c9a84c40;padding:0}.invite-inner{text-align:center;border:1px solid #c9a84c2e;border-radius:2px;flex-direction:column;align-items:center;gap:0;margin:8px;padding:1.5rem 1.1rem;display:flex}.invite-names{color:#e8d48a;margin-bottom:.35rem;font-size:clamp(1.5rem,7vw,2.2rem);line-height:1}.invite-rule{align-items:center;width:100%;margin:.45rem 0;display:flex}.invite-rule--ornament{gap:.6rem}.invite-rule-line{background:#c9a84c33;flex:1;height:1px}.invite-details{flex-direction:column;gap:.15rem;margin:.15rem 0;display:flex}.invite-detail-line{color:#e8d48ae6;letter-spacing:.03em;font-size:clamp(.95rem,3vw,1.15rem);font-weight:400}.invite-detail-time{color:#e8d48ae6;font-size:clamp(.95rem,3vw,1.1rem);font-style:italic}.invite-venue{color:#e8d48aeb;letter-spacing:.04em;margin:.15rem 0 .2rem;font-size:clamp(1rem,3vw,1.15rem);font-weight:500}.invite-address{color:#e8d48ac7;letter-spacing:.06em;font-size:clamp(.82rem,2.5vw,.92rem);font-weight:300;line-height:1.5}.event-highlights{border-top:1px solid var(--beige);flex-direction:column;gap:.5rem;width:100%;margin-top:.6rem;padding-top:.6rem;list-style:none;display:flex}.event-highlights--invite{border-top:none;gap:.45rem;width:fit-content;max-width:100%;margin:.15rem auto 0;padding-top:0}.event-highlight-row{grid-template-columns:max-content max-content 1fr;align-items:center;column-gap:.65rem;display:grid}.event-highlight-time{font-family:var(--font-serif);color:var(--rust);text-align:right;flex-shrink:0;min-width:60px;font-size:.85rem;font-style:italic}.event-highlights--invite .event-highlight-time{color:#c9a84c;text-align:right;white-space:nowrap;min-width:4.75rem;font-size:.88rem}.event-highlight-bullet{flex-shrink:0;justify-content:center;align-items:center;width:14px;display:flex}.event-highlight-dot{background:var(--taupe);border-radius:50%;flex-shrink:0;width:4px;height:4px}.event-highlight-label{font-family:var(--font-serif);color:var(--text-dark);font-size:.95rem;font-weight:400}.event-highlights--invite .event-highlight-label{color:#e8d48ae0;text-align:left;font-size:.95rem}.event-highlight-item{align-items:center;gap:.6rem;display:flex}@media (width>=540px){.event-card{padding:1.5rem 1.75rem}.invite-inner{margin:10px;padding:2rem 1.75rem}.event-highlights--invite{column-gap:.75rem}.event-highlights--invite .event-highlight-time{min-width:5.25rem}}.rsvp{background:var(--cream)}.rsvp-inner{max-width:600px}.rsvp-header{text-align:center;margin-bottom:2rem}.rsvp-note{color:var(--text-mid);font-size:.95rem;font-style:italic;font-weight:300;line-height:1.75}.rsvp-note strong{color:var(--text-dark);font-style:normal;font-weight:500}.rsvp-form{flex-direction:column;gap:1.25rem;display:flex}.field{flex-direction:column;gap:.4rem;display:flex}.field-label{letter-spacing:.14em;text-transform:uppercase;color:var(--text-mid);font-size:.72rem;font-weight:500}.field-optional{text-transform:none;letter-spacing:0;color:var(--warm-gray);font-size:.65rem;font-weight:300}.field-input{font-family:var(--font-body);color:var(--text-dark);background:var(--ivory);border:1.5px solid var(--taupe);border-radius:var(--radius);appearance:none;outline:none;width:100%;min-height:44px;padding:.8rem 1rem;font-size:1rem;font-weight:300;transition:border-color .2s,box-shadow .2s}.field-input:focus{border-color:var(--olive);box-shadow:0 0 0 3px #6e7c4a1f}.field-input::placeholder{color:var(--taupe)}.field-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239a8f82' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.field-textarea{resize:vertical;min-height:88px}.field-hint{color:var(--warm-gray);font-size:.75rem;font-weight:300}.field--radio{border:none}.field--radio legend{float:none;width:auto;margin-bottom:.4rem}.radio-group{flex-direction:column;gap:.65rem;display:flex}.radio-option{border:1.5px solid var(--taupe);border-radius:var(--radius);background:var(--ivory);color:var(--text-mid);cursor:pointer;white-space:nowrap;align-items:center;gap:.6rem;width:100%;min-height:44px;padding:.85rem 1rem;font-size:.9rem;font-weight:300;transition:border-color .2s,background .2s;display:flex}.radio-option input[type=radio]{accent-color:var(--olive);flex-shrink:0;width:16px;height:16px}.radio-option--selected{border-color:var(--olive);color:var(--olive-dark);background:#6e7c4a0f}.rsvp-error{color:var(--rust);text-align:center;font-size:.875rem;line-height:1.5}.rsvp-submit{width:100%;margin-top:.5rem}.rsvp-submit:disabled{opacity:.6;cursor:not-allowed}@media (width>=480px){.radio-group{flex-flow:wrap}.radio-option{flex:1;justify-content:center;width:auto;min-width:130px}.rsvp-submit{align-self:flex-start;width:auto;padding:.85rem 3rem}}.rsvp-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 0;display:flex}.rsvp-success-icon{color:var(--olive);opacity:.6;font-size:2rem}.rsvp-success-text{color:var(--text-mid);max-width:380px;font-size:1.1rem;font-style:italic;font-weight:300;line-height:1.75}.registry{background:var(--ivory)}.registry-header{text-align:center;margin-bottom:2rem}.registry-blurb{color:var(--text-mid);text-align:center;max-width:480px;margin:0 auto;font-size:1rem;font-style:italic;font-weight:300;line-height:1.8}.registry-buttons{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}.registry-btn{width:100%}@media (width>=480px){.registry-buttons{flex-flow:wrap;justify-content:center}.registry-btn{width:auto;min-width:160px}}.faq{background:var(--cream)}.faq-header{text-align:center;margin-bottom:2.5rem}.faq-list{flex-direction:column;gap:0;max-width:620px;margin:0 auto;display:flex}.faq-item{border-bottom:1px solid var(--beige)}.faq-item:first-child{border-top:1px solid var(--beige)}.faq-question{width:100%;min-height:52px;font-family:var(--font-serif);color:var(--text-dark);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-size:1.05rem;font-weight:400;transition:color .2s;display:flex}.faq-item--open .faq-question{color:var(--olive-dark)}.faq-question:hover{color:var(--olive)}.faq-icon{flex-shrink:0;width:18px;height:18px;position:relative}.faq-icon:before,.faq-icon:after{content:"";background:var(--taupe);border-radius:1px;transition:transform .25s,opacity .25s,background .2s;position:absolute}.faq-icon:before{width:14px;height:1.5px;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-icon:after{width:1.5px;height:14px;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-item--open .faq-icon:before,.faq-item--open .faq-icon:after{background:var(--olive)}.faq-item--open .faq-icon:after{opacity:0;transform:translate(-50%,-50%)rotate(90deg)}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-answer--open{max-height:1000px}.faq-answer p{color:var(--text-mid);padding-bottom:1.25rem;font-size:.95rem;font-weight:300;line-height:1.8}.footer{background:linear-gradient(160deg, #2d3a1c 0%, #222d14 60%, var(--olive-deep) 100%);padding:4.5rem 1.25rem calc(3.5rem + env(safe-area-inset-bottom,0px));text-align:center}.footer-inner{flex-direction:column;align-items:center;gap:.75rem;max-width:540px;margin:0 auto;display:flex}.footer-tagline{color:#faf7f2a6;font-size:1rem;font-style:italic;font-weight:300;line-height:1.65}.footer-names{color:var(--ivory);opacity:.9;font-size:clamp(1.9rem,7vw,2.8rem);line-height:1.15}.footer-date{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:#c4b5a08c;font-size:.72rem;font-weight:400}.footer-venue{font-family:var(--font-serif);color:#c4b5a0;margin-top:.15rem;font-size:.88rem;font-style:italic;font-weight:300}
