:root{--color-green-dark:#3a6b45;--color-green:#4f8c5e;--color-green-light:#d4e8d9;--color-yellow:#e8b84b;--color-yellow-light:#fdf3d7;--color-orange:#f99800;--color-cream:#fafaf5;--color-white:#fff;--color-text:#2c2c2c;--color-text-muted:#6b7280;--color-border:#d4e8d9;--font-heading:"Cormorant Garamond",Georgia,serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-cream);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6}.home-page{flex-direction:column;min-height:100vh;display:flex}.hero{background:linear-gradient(160deg,var(--color-green-dark)0%,var(--color-green)60%,#5a9e6f 100%);color:var(--color-white);text-align:center;padding:2rem 1.5rem 3rem;position:relative;overflow:hidden}.hero:after{content:"";background:var(--color-cream);-webkit-clip-path:ellipse(55% 100% at 50% 100%);clip-path:ellipse(55% 100% at 50% 100%);height:60px;position:absolute;bottom:-1px;left:0;right:0}.hero-wisteria{pointer-events:none;width:max(180px,min(28vw,420px));position:absolute;top:0}.hero-wisteria--left{left:0}.hero-wisteria--right{right:0;transform:scaleX(-1)}.hero-content{z-index:1;max-width:680px;margin:0 auto;position:relative}.hero-eyebrow-break{display:block}@media (min-width:768px){.hero-eyebrow-break{display:none}}@media (max-width:767px){.hero-title{margin-top:6px}}.hero-eyebrow{font-family:var(--font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--color-orange);text-shadow:0 1px 6px rgba(0,0,0,.6);margin-bottom:.75rem;font-size:.85rem;font-weight:500}.hero-title{font-family:var(--font-heading);letter-spacing:.02em;color:var(--color-white);text-shadow:0 2px 12px rgba(0,0,0,.7),0 1px 4px rgba(0,0,0,.5);margin-bottom:1rem;font-size:max(3.5rem,min(10vw,6rem));font-weight:600;line-height:1.05}.hero-date{font-family:var(--font-body);color:var(--color-orange);letter-spacing:.05em;text-shadow:0 1px 6px rgba(0,0,0,.6);margin-bottom:.5rem;font-size:2rem;font-weight:500;line-height:2.3rem}.divider{background:var(--color-orange);border-radius:2px;width:60px;height:2px;margin:0 auto .75rem}.hero-tagline{color:rgba(255,255,255,.88);text-shadow:0 1px 6px rgba(0,0,0,.6);flex-wrap:wrap;justify-content:center;gap:8px;max-width:480px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.3;display:flex}.cards-section{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem 2rem}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.card{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.75rem;flex-direction:column;width:100%;padding:0;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(58,107,69,.15)}.card-image-wrap{aspect-ratio:1;background:var(--color-green-dark);width:100%;position:relative;overflow:hidden}.card-image{object-fit:contain;width:100%;height:100%;display:block;position:absolute;top:0;bottom:0;left:0;right:0}.card-image--rotating{transition:transform .6s ease-in-out}.card-label{font-family:var(--font-heading);color:var(--color-white);text-align:center;letter-spacing:.03em;text-shadow:0 2px 8px rgba(0,0,0,.6),0 1px 3px rgba(0,0,0,.4);background:linear-gradient(transparent 0%,rgba(58,107,69,.85) 100%);padding:1.5rem 1.25rem .75rem;font-size:2.2rem;font-weight:700;position:absolute;bottom:0;left:0;right:0}.carousel-wrapper{width:100%;display:none}.grid-wrapper{display:block}@media (min-width:768px){.carousel-wrapper{display:block}.grid-wrapper{display:none}}.carousel-outer{padding:0 9rem;position:relative}.carousel-btn{z-index:10;background:var(--color-green-dark);color:var(--color-white);cursor:pointer;opacity:.75;border:none;border-radius:50%;justify-content:center;align-items:center;width:8.25rem;height:8.25rem;padding:0;transition:opacity .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{opacity:1}.carousel-btn--prev{left:0}.carousel-btn--next{right:0}.carousel{cursor:grab;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:1rem 0 1.5rem;overflow:hidden}.carousel:active{cursor:grabbing}.carousel-track{display:flex}.carousel-item{box-sizing:border-box;flex-shrink:0;padding:0 .75rem}.modal-slides{overflow:hidden}.modal-slide-track{display:flex}.modal-slide{flex-shrink:0}.modal-overlay{z-index:100;background:rgba(0,0,0,.7);justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal{background:var(--color-white);border-radius:1rem;flex-direction:column;width:100%;max-width:860px;max-height:90vh;display:flex;position:relative;box-shadow:0 24px 80px rgba(0,0,0,.4)}.modal-header{border-bottom:2px solid var(--color-yellow);align-items:center;gap:.5rem;padding:1.25rem .5rem .75rem;display:flex}.modal-arrow{background:var(--color-green-dark);color:var(--color-white);cursor:pointer;opacity:.75;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;padding:0;transition:opacity .15s;display:flex}.modal-arrow:hover{opacity:1}.modal-content{flex-wrap:wrap;align-items:flex-start;gap:1.5rem;max-height:calc(90vh - 10rem);padding:1.5rem 1.5rem 2rem;display:flex;overflow-y:auto}.modal-label{font-family:var(--font-heading);color:var(--color-green-dark);text-align:center;letter-spacing:.02em;flex:1;font-size:2.5rem;font-weight:700;line-height:1}.modal-image-wrap{background:var(--color-green-dark);border-radius:.5rem;flex:280px;max-width:50%;overflow:hidden}@media (max-width:560px){.modal-image-wrap{flex-basis:100%;max-width:100%}}.modal-image{object-fit:contain;width:100%;height:auto;display:block}.modal-facts{flex-direction:column;flex:220px;align-self:center;gap:.6rem;padding:.25rem .5rem 0 1.5rem;list-style:outside;display:flex}.modal-facts li{color:var(--color-text);font-size:1rem;line-height:1.6}.modal-facts a{color:var(--color-green-dark);text-underline-offset:3px;text-decoration:underline}.modal-facts a:hover{color:var(--color-green)}.modal-location{flex-direction:column;flex:220px;align-self:center;gap:1rem;display:flex}.modal-address{font-size:1.1rem;font-style:normal;font-weight:600;line-height:1.6}.modal-address-link{color:var(--color-green-dark);text-underline-offset:3px;flex-direction:row;align-items:center;gap:.5rem;text-decoration:underline;display:inline-flex}.modal-address-link:hover{color:var(--color-green)}.modal-map-icon{fill:currentColor;flex-shrink:0;align-self:flex-start;width:3.5rem;height:3.5rem}.modal-parking{color:var(--color-text);font-size:1rem;line-height:1.6}.modal-timeline{flex-direction:column;flex:220px;align-self:center;gap:.4rem;display:flex}.modal-timeline-row{border-bottom:1px solid var(--color-border);align-items:baseline;gap:1rem;padding-bottom:.35rem;display:flex}.modal-timeline-row:last-child{border-bottom:none}.modal-timeline-time{font-family:var(--font-body);color:var(--color-green-dark);white-space:nowrap;min-width:5.5rem;font-size:.85rem;font-weight:600}.modal-timeline-event{color:var(--color-text);font-size:.95rem;line-height:1.4}.modal-footer{justify-content:center;padding:0 1.5rem 1.5rem;display:flex}.modal-close-btn{background:var(--color-green-dark);color:var(--color-white);font-family:var(--font-body);cursor:pointer;border:none;border-radius:.5rem;padding:.6rem 2.5rem;font-size:.95rem;font-weight:500;transition:background .15s}.modal-close-btn:hover{background:var(--color-green)}.site-footer{text-align:center;background:var(--color-green-light);color:var(--color-green-dark);padding:1.5rem}.footer-nav{flex-wrap:wrap;justify-content:center;gap:.4rem 1.25rem;margin-bottom:1rem;display:flex}.footer-nav-link{font-family:var(--font-body);color:var(--color-green-dark);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:500;text-decoration:underline;transition:color .15s}.footer-nav-link:hover{color:var(--color-green)}.footer-credit{justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:2rem;line-height:2rem;display:flex}.footer-sunflower{object-fit:contain;width:7rem;height:7rem}