:root{--papyrus:#f5ecd7;--papyrus-dark:#e8dcc4;--sand-light:#ede4d3;--sand:#d4c4a8;--sand-dark:#b8a88c;--terracotta:#c67b5c;--terracotta-dark:#a65d3f;--ochre:#cc9544;--burnt-sienna:#9a512c;--lapis:#2e5a7c;--lapis-light:#4a7a9c;--jade:#5c8c6e;--jade-dark:#3d6b4e;--gold:#c9a227;--ruby:#a63d40;--ink:#2c2416;--ink-light:#4a4232;--ink-faded:#6b5e4c;--cream:#fffef9;--font-display:"Crimson Pro",Georgia,serif;--font-body:"DM Sans",system-ui,sans-serif;--section-padding:clamp(4rem,10vh,8rem);--ease-out-expo:cubic-bezier(.16,1,.3,1);--ease-out-quart:cubic-bezier(.25,1,.5,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--sand-dark)var(--papyrus)}body{font-family:var(--font-body);background:var(--papyrus);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}.papyrus-bg{z-index:-1;background:  url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"),linear-gradient(180deg,var(--papyrus)0%,var(--sand-light)30%,var(--papyrus-dark)70%,var(--sand)100%);background-blend-mode:soft-light,normal;opacity:1;position:fixed;inset:0}.papyrus-bg:before{content:"";pointer-events:none;background:radial-gradient(120% 80% at 50% 0,#0000 50%,#b4a08226 100%);position:absolute;inset:0}main{z-index:1;position:relative}.scroll-section{opacity:0;transition:opacity .9s var(--ease-out-expo),transform 1s var(--ease-out-expo);will-change:opacity,transform;transform:translateY(60px)}.scroll-section.visible{opacity:1;transform:translateY(0)}.scroll-section.visible .stagger-item{animation:staggerFadeIn .8s var(--ease-out-expo)forwards}.stagger-item{opacity:0;transform:translateY(30px)}.stagger-item:first-child{animation-delay:.1s}.stagger-item:nth-child(2){animation-delay:.2s}.stagger-item:nth-child(3){animation-delay:.3s}.stagger-item:nth-child(4){animation-delay:.4s}.stagger-item:nth-child(5){animation-delay:.5s}.stagger-item:nth-child(6){animation-delay:.6s}.stagger-item:nth-child(7){animation-delay:.7s}.stagger-item:nth-child(8){animation-delay:.8s}@keyframes staggerFadeIn{to{opacity:1;transform:translateY(0)}}h1,h2,h3,h4{font-family:var(--font-display);color:var(--ink);font-weight:400;line-height:1.2}.display-heading{letter-spacing:-.02em;font-size:clamp(3.5rem,12vw,9rem);font-weight:300;line-height:.95}.section-heading{letter-spacing:.02em;font-size:clamp(2rem,5vw,3.5rem);font-weight:400}.section-subheading{font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;color:var(--ink-faded);font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:400}.body-text{color:var(--ink-light);text-align:center;max-width:65ch;margin-left:auto;margin-right:auto;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.8}.hero-cinematic{min-height:400vh;position:relative;overflow:hidden}.hero-map-bg{z-index:0;width:100%;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.hero-map-image{object-fit:cover;object-position:center 30%;filter:sepia(20%)contrast(1.1)brightness(.9);width:100%;height:100%;transition:transform .1s ease-out,opacity .1s ease-out}.hero-map-overlay{pointer-events:none;background:radial-gradient(#0000 0%,#f5ecd7b3 70%),linear-gradient(#f5ecd74d 0%,#e8dcc4cc 100%);position:absolute;inset:0}.artifacts-container{pointer-events:none;z-index:5;width:100%;height:100vh;position:fixed;top:0;left:0}.artifact{filter:drop-shadow(2px 4px 8px #00000026);transition:transform .3s ease-out,opacity .3s ease-out;position:absolute}.artifact-compass{width:90px;height:90px;top:12%;right:8%}.artifact-spice{width:50px;height:70px;top:65%;left:6%}.artifact-coin{width:45px;height:45px;top:22%;left:12%}.artifact-silk{width:70px;height:55px;bottom:30%;right:8%}.artifact-stamp{width:80px;height:60px;top:45%;right:15%}.artifact-runner{width:35px;height:45px;bottom:25%;left:15%}@media (max-width:1024px){.artifact-compass{width:70px;height:70px;top:10%;right:5%}.artifact-coin{top:20%;left:5%}.artifact-stamp{right:8%}.artifact-silk{right:5%}}@media (max-width:768px){.artifacts-container{opacity:.7}.artifact-compass,.artifact-coin,.artifact-stamp{display:none}.artifact-spice,.artifact-silk,.artifact-runner{opacity:.4}}.hero-content{z-index:10;pointer-events:none;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.hero-story{text-align:center;will-change:filter,opacity,transform;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;max-width:90%;margin:0 auto;padding:1rem 0;display:flex}.story-line{font-family:var(--font-display);color:var(--ink);opacity:0;transition:opacity .8s var(--ease-out-expo),transform .8s var(--ease-out-expo);text-align:center;width:100%;max-width:85ch;margin:0;padding:0;font-size:clamp(1.5rem,4vw,3rem);font-weight:300;line-height:1.35;transform:translateY(30px)}.story-line.visible{opacity:1;transform:translateY(0)}.story-line:nth-child(3),.story-line:nth-child(4){margin-top:.2rem}.hero-title-container{text-align:center;pointer-events:none;will-change:transform,opacity;transform-origin:50%;width:100%;max-width:90%;position:absolute;bottom:35%;left:50%}.hero-title-floating{text-align:center;pointer-events:none;will-change:transform,opacity,top,left;transform-origin:0 0;z-index:100;background:0 0;border-radius:8px;padding:.55rem .9rem;transition:background .35s ease-out,box-shadow .35s ease-out,border-radius .35s ease-out,top .35s cubic-bezier(.2,.9,.2,1),left .35s cubic-bezier(.2,.9,.2,1),transform .35s cubic-bezier(.2,.9,.2,1),opacity .2s ease-out;position:fixed}.hero-title-floating .hero-title{white-space:nowrap;text-shadow:0 2px 12px #fff9;will-change:opacity,filter,transform,letter-spacing;margin-bottom:.25rem}.hero-title-floating .hero-subtitle{white-space:nowrap;will-change:opacity,filter;transition:opacity .15s ease-out}.hero-title-floating .hero-logo-image{display:block}.hero-title-floating.is-logo{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto;cursor:pointer;background:#f5f0e6f2;border:1px solid #b8a88c66;border-radius:8px;justify-content:center;align-items:center;width:auto;max-width:none;padding:.5rem 1.1rem;display:flex;overflow:visible;box-shadow:0 4px 20px #0000001f}.hero-logo-image{object-fit:contain;transition:opacity .25s ease-out;display:block}.hero-title-container .hero-title{opacity:1;text-align:center;margin-bottom:.5rem;animation:none}.hero-title-container .hero-subtitle{opacity:1;text-align:center;transition:opacity .2s ease-out;animation:none}.sticky-logo{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f0e6f2;border:1px solid #b8a88c66;border-radius:4px;padding:.6rem 1.2rem;transition:opacity .3s ease-out,transform .3s ease-out;display:none;position:fixed;top:1.25rem;left:1.5rem;box-shadow:0 2px 16px #0000001a}.sticky-logo-text{font-family:var(--font-display);color:var(--ink);letter-spacing:.02em;font-size:1.15rem;font-weight:500}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.hero-title{margin-bottom:1rem}.hero-subtitle{margin-bottom:0}.hero-tagline{font-family:var(--font-display);color:var(--ink-faded);margin-top:2rem;font-size:clamp(1rem,2vw,1.3rem);font-style:italic}.hero-line{background:linear-gradient(to bottom,transparent,var(--terracotta),transparent);opacity:.6;width:1px;height:80px;margin:3rem auto 0}.scroll-indicator{z-index:15;pointer-events:none;flex-direction:column;align-items:center;gap:.75rem;transition:opacity .3s;display:flex;position:fixed;bottom:3rem;left:50%;transform:translate(-50%)}.scroll-indicator span{letter-spacing:.25em;text-transform:uppercase;color:var(--ink-faded);text-shadow:0 1px 2px #ffffff80;font-size:.7rem}.scroll-indicator-mouse{border:2px solid var(--ink-faded);background:#ffffff4d;border-radius:11px;width:22px;height:34px;position:relative}.scroll-indicator-mouse:before{content:"";background:var(--terracotta);border-radius:2px;width:3px;height:6px;animation:1.8s ease-in-out infinite scrollDot;position:absolute;top:6px;left:50%;transform:translate(-50%)}@keyframes scrollDot{0%,to{opacity:1;top:6px}50%{opacity:.3;top:16px}}@keyframes fadeIn{to{opacity:1}}.story-section-wrapper{background:var(--papyrus);z-index:30;width:100%;position:relative}.story-section-wrapper:before{content:"";background:linear-gradient(180deg,transparent 0%,var(--papyrus)100%);pointer-events:none;z-index:25;height:250px;position:absolute;top:-250px;left:0;right:0}.story-section{padding:var(--section-padding)2rem;padding-top:calc(var(--section-padding) + 3rem);text-align:center;flex-direction:column;align-items:center;width:100%;max-width:900px;margin:0 auto;display:flex;position:relative}.story-section .section-heading{margin-bottom:1.5rem}.story-divider{background:linear-gradient(90deg,transparent,var(--terracotta),transparent);width:60px;height:2px;margin:1.5rem 0 2rem}.map-section{padding:var(--section-padding)0;background:var(--papyrus);position:relative}.map-header{text-align:center;padding:0 2rem 2rem}.map-header .section-heading{margin-bottom:.5rem}.map-container{background:var(--papyrus-dark);border-top:3px solid var(--sand-dark);border-bottom:3px solid var(--sand-dark);cursor:grab;touch-action:pan-x pan-y pinch-zoom;width:100%;height:70vh;min-height:500px;max-height:750px;position:relative;overflow:hidden;box-shadow:inset 0 15px 40px -10px #0000001f,inset 0 -15px 40px -10px #0000001f}.map-container:active{cursor:grabbing}.map-vignette{pointer-events:none;z-index:10;background:radial-gradient(#0000 30%,#64503c33 100%);position:absolute;inset:0}.map-activate-overlay{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:50;cursor:pointer;background:#2c241626;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;inset:0}.map-activate-overlay:hover{background:#2c24161a}.map-activate-hint{transition:all .3s var(--ease-out-quart);background:linear-gradient(135deg,#fffef9f2 0%,#faf5ebf2 100%);border:1px solid #c8b48c4d;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 2.5rem;display:flex;box-shadow:0 8px 32px #00000026,0 2px 8px #0000001a,inset 0 1px #fffc}.map-activate-overlay:hover .map-activate-hint{transform:scale(1.02);box-shadow:0 12px 40px #0003,0 4px 12px #0000001f,inset 0 1px #ffffffe6}.map-activate-hint svg{width:32px;height:32px;color:var(--terracotta)}.map-activate-hint span{font-family:var(--font-display);color:var(--ink);letter-spacing:.02em;font-size:.95rem;font-weight:500}.map-container.map-active{outline-offset:-2px;outline:2px solid #c67b5c4d}.map-wrapper{transform-origin:50%;will-change:transform;transition:transform .1s ease-out;position:absolute;top:50%;left:50%}.map-image{-webkit-user-select:none;user-select:none;pointer-events:none;filter:sepia(12%)contrast(1.02)brightness(1.01);object-fit:contain;width:auto;max-width:none;height:auto;display:block}.location-marker{cursor:pointer;z-index:20;opacity:0;animation:markerDrop .6s var(--ease-out-expo)forwards;position:absolute;transform:translate(-50%,-100%)}.location-marker:first-child{animation-delay:.1s}.location-marker:nth-child(2){animation-delay:.2s}.location-marker:nth-child(3){animation-delay:.3s}.location-marker:nth-child(4){animation-delay:.4s}.location-marker:nth-child(5){animation-delay:.5s}.location-marker:nth-child(6){animation-delay:.6s}.location-marker:nth-child(7){animation-delay:.7s}@keyframes markerDrop{0%{opacity:0;transform:translate(-50%,-150%)scale(.5)}60%{opacity:1;transform:translate(-50%,-95%)scale(1.1)}80%{transform:translate(-50%,-102%)scale(.95)}to{opacity:1;transform:translate(-50%,-100%)scale(1)}}.marker-pin{width:56px;height:56px;color:var(--terracotta);filter:drop-shadow(0 4px 8px #b45a3c66)drop-shadow(0 2px 4px #0000004d);transition:all .3s var(--ease-out-quart);position:relative}.marker-pin:after{content:"";background:radial-gradient(#0000004d 0%,#0000 70%);border-radius:50%;width:12px;height:6px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.marker-pin svg{fill:currentColor;width:100%;height:100%}.location-marker:hover .marker-pin{color:var(--terracotta-dark);filter:drop-shadow(0 8px 16px #b45a3c80)drop-shadow(0 4px 8px #00000040);transform:scale(1.2)translateY(-5px)}.marker-label{font-family:var(--font-display);letter-spacing:.02em;color:var(--ink);white-space:nowrap;transition:all .3s var(--ease-out-quart);background:linear-gradient(135deg,#fffef9fa 0%,#faf5ebfa 100%);border:1px solid #c8b48c4d;border-radius:6px;margin-top:8px;padding:8px 16px;font-size:1rem;font-weight:600;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026,0 1px 3px #0000001a,inset 0 1px #fffc}.marker-label:before{content:"";background:linear-gradient(135deg,#fffef9fa 0%,#faf5ebfa 100%);border-top:1px solid #c8b48c4d;border-left:1px solid #c8b48c4d;width:10px;height:10px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.marker-label:after{content:"";background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:.6;border-radius:1px;height:2px;position:absolute;bottom:0;left:8px;right:8px}.location-marker:hover .marker-label{background:linear-gradient(135deg,#fffef9 0%,#fffaf0 100%);transform:translate(-50%)translateY(-2px);box-shadow:0 8px 24px #0003,0 2px 6px #0000001f,inset 0 1px #ffffffe6}.location-marker:hover .marker-label:after{opacity:1;background:linear-gradient(90deg,transparent,var(--terracotta),transparent)}.marker-pulse{border:2.5px solid var(--terracotta);pointer-events:none;border-radius:50%;width:24px;height:24px;animation:2s ease-out infinite pulse;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 0 8px #b45a3c4d}@keyframes pulse{0%{opacity:.8;transform:translate(-50%)scale(1);box-shadow:0 0 #b45a3c66}50%{box-shadow:0 0 12px 4px #b45a3c33}to{opacity:0;transform:translate(-50%)scale(2.8);box-shadow:0 0 #b45a3c00}}.map-controls{z-index:25;flex-direction:column;gap:.5rem;display:flex;position:absolute;bottom:1.5rem;right:1.5rem}.map-control-btn{background:var(--cream);border:2px solid var(--sand-dark);cursor:pointer;width:40px;height:40px;color:var(--ink-light);border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.map-control-btn:hover{background:var(--papyrus);border-color:var(--terracotta);color:var(--ink);transform:translateY(-1px)}.map-control-btn svg{width:18px;height:18px}.map-compass{opacity:.6;z-index:25;width:60px;height:60px;position:absolute;bottom:1.5rem;left:1.5rem}.map-instructions{text-align:center;letter-spacing:.08em;color:var(--ink-faded);padding:1rem 2rem;font-size:.8rem}.highlight-photos{color:var(--ink);padding:0 .15em;font-weight:600;position:relative}.highlight-photos:before{content:"";z-index:-1;background:linear-gradient(135deg,#ffd54fb3 0%,#ffc10780 50%,#ffd54fb3 100%);border-radius:2px;height:60%;position:absolute;bottom:0;left:-2px;right:-2px;transform:rotate(-1deg)skew(-3deg);box-shadow:1px 1px #ffc1074d,-1px -1px #ffffff80}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;opacity:0;visibility:hidden;transition:all .4s var(--ease-out-expo);background:#14120ed9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-overlay.open{opacity:1;visibility:visible}.modal-content{background:var(--cream);width:100%;max-width:900px;max-height:90vh;transition:transform .4s var(--ease-out-expo);border-radius:8px;overflow:hidden;transform:translateY(30px)scale(.95);box-shadow:0 25px 80px #0006}.modal-overlay.open .modal-content{transform:translateY(0)scale(1)}.modal-header{border-bottom:1px solid var(--sand-light);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.modal-title{font-family:var(--font-display);color:var(--ink);font-size:1.5rem;font-weight:500}.modal-subtitle{color:var(--ink-faded);margin-top:.25rem;font-size:.85rem}.modal-close{cursor:pointer;width:36px;height:36px;color:var(--ink-faded);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.modal-close:hover{background:var(--sand-light);color:var(--ink)}.modal-close svg{width:20px;height:20px}.photo-carousel{background:var(--ink);aspect-ratio:16/10;position:relative}.carousel-image{object-fit:contain;background:var(--ink);width:100%;height:100%;transition:opacity .2s}.carousel-loading{color:var(--sand);background:var(--ink);justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;inset:0}.carousel-nav{cursor:pointer;width:44px;height:44px;color:var(--ink);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0003}.carousel-nav:hover{background:var(--cream);transform:translateY(-50%)scale(1.05)}.carousel-nav.prev{left:1rem}.carousel-nav.next{right:1rem}.carousel-nav svg{width:20px;height:20px}.photo-indicators{background:var(--papyrus-dark);justify-content:center;gap:.5rem;padding:1rem;display:flex}.photo-indicator{background:var(--sand-dark);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;transition:all .2s}.photo-indicator.active{background:var(--terracotta);transform:scale(1.2)}.modal-info{padding:1.5rem 2rem}.modal-description{color:var(--ink-light);font-size:1rem;line-height:1.7}.modal-date{background:var(--jade);color:#fff;border-radius:3px;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.placeholder-image{background:linear-gradient(135deg,var(--sand)0%,var(--sand-dark)100%);width:100%;height:100%;color:var(--ink-faded);flex-direction:column;justify-content:center;align-items:center;display:flex}.placeholder-image svg{opacity:.5;width:64px;height:64px;margin-bottom:1rem}.placeholder-image span{opacity:.7;font-size:.9rem}.members-section{padding:var(--section-padding)2rem;background:var(--papyrus);position:relative}.members-header{text-align:center;margin-bottom:3rem}.members-header .section-heading{margin-bottom:.5rem}.members-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.members-more{justify-content:center;margin-top:2rem;display:flex}.members-more-btn{background:var(--cream);color:var(--ink);letter-spacing:.06em;transition:transform .2s var(--ease-out-quart),box-shadow .2s var(--ease-out-quart);border:1px solid #b8a88c8c;border-radius:6px;justify-content:center;align-items:center;padding:.75rem 1.1rem;font-size:.9rem;text-decoration:none;display:inline-flex;box-shadow:0 1px 3px #0000000f}.members-more-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.member-card{background:var(--cream);transition:all .3s var(--ease-out-quart);border-radius:6px;padding:1.75rem;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000d,0 4px 20px #00000014}.member-card:before{content:"";background:linear-gradient(90deg,var(--terracotta),var(--ochre),var(--jade));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.member-card:hover{transform:translateY(-4px);box-shadow:0 4px 8px #00000014,0 12px 40px #0000001f}.member-card:hover:before{opacity:1}.member-avatar{background:linear-gradient(135deg,var(--sand)0%,var(--sand-dark)100%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;display:flex}.member-avatar svg{width:28px;height:28px;color:var(--ink-faded)}.member-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.member-count-badge{color:var(--terracotta);font-weight:500}.member-name{font-family:var(--font-display);color:var(--ink);margin-bottom:.25rem;font-size:1.35rem;font-weight:500}.member-role{letter-spacing:.1em;text-transform:uppercase;color:var(--terracotta);margin-bottom:1rem;font-size:.8rem}.member-marathons{margin-bottom:1.25rem}.member-marathons-label{letter-spacing:.15em;text-transform:uppercase;color:var(--ink-faded);margin-bottom:.5rem;font-size:.7rem}.marathon-tags{flex-wrap:wrap;gap:.4rem;display:flex}.marathon-tag{background:var(--sand-light);color:var(--ink-light);border-radius:3px;padding:.3rem .6rem;font-size:.75rem}.strava-link{color:#fc4c02;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.strava-link:hover{opacity:.75}.strava-link svg{width:18px;height:18px}.footer{text-align:center;border-top:1px solid var(--sand);padding:4rem 2rem}.footer-logo{font-family:var(--font-display);color:var(--ink);margin-bottom:1rem;font-size:1.5rem;font-weight:400}.footer-logo-image{opacity:.9;width:auto;height:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}.footer-tagline{color:var(--ink-faded);margin-bottom:1.5rem;font-size:.9rem}.footer-links{justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.footer-link{color:var(--ink-light);font-size:.85rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:var(--terracotta)}.footer-copyright{color:var(--ink-faded);letter-spacing:.1em;font-size:.75rem}@media (max-width:768px){:root{--section-padding:clamp(3rem,8vh,5rem)}.map-container{height:60vh;min-height:400px}.map-controls{bottom:1rem;right:1rem}.map-compass{width:45px;height:45px;bottom:1rem;left:1rem}.marker-pin{width:44px;height:44px}.marker-label{padding:6px 12px;font-size:.85rem}.marker-label:before{width:8px;height:8px;top:-5px}.modal-content{max-height:95vh}.modal-header,.modal-info{padding:1rem 1.5rem}.carousel-nav{width:36px;height:36px}.members-grid{grid-template-columns:1fr}.hero-cinematic{min-height:200vh}.story-line{font-size:clamp(1.2rem,5vw,2rem)}.artifact-compass{width:60px;height:60px;top:10%;right:5%}.artifact-spice{width:35px;height:50px;left:5%}.artifact-coin{width:30px;height:30px;left:10%}.artifact-silk{width:50px;height:40px;right:5%}.artifact-stamp{width:55px;height:42px;right:10%}.artifact-runner{width:25px;height:35px;left:10%}}@media (max-width:480px){.display-heading{font-size:clamp(2.5rem,15vw,4rem)}.section-subheading{letter-spacing:.15em;font-size:.75rem}.artifacts-container{display:none}.story-line{font-size:clamp(1rem,6vw,1.5rem)}}.members-section.visible .member-card{animation:cardReveal .7s var(--ease-out-expo)forwards;opacity:0;transform:translateY(40px)}.members-section.visible .member-card:first-child{animation-delay:.15s}.members-section.visible .member-card:nth-child(2){animation-delay:.25s}.members-section.visible .member-card:nth-child(3){animation-delay:.35s}.members-section.visible .member-card:nth-child(4){animation-delay:.45s}.members-section.visible .member-card:nth-child(5){animation-delay:.55s}.members-section.visible .member-card:nth-child(6){animation-delay:.65s}.members-section.visible .member-card:nth-child(7){animation-delay:.75s}.members-section.visible .member-card:nth-child(8){animation-delay:.85s}@keyframes cardReveal{to{opacity:1;transform:translateY(0)}}.story-section:before,.members-section:before{content:"";background:linear-gradient(90deg,transparent,var(--sand-dark),transparent);width:120px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.map-container:before,.map-container:after{content:"";border:2px solid var(--sand-dark);opacity:.4;z-index:15;pointer-events:none;width:40px;height:40px;position:absolute}.map-container:before{border-bottom:none;border-right:none;top:12px;left:12px}.map-container:after{border-top:none;border-left:none;bottom:12px;right:12px}.marathon-tag{transition:all .2s}.marathon-tag:hover{background:var(--sand);color:var(--ink)}.member-card:hover .member-avatar{box-shadow:0 0 0 4px #c67b5c33}.member-avatar{transition:box-shadow .3s}.loading-spinner{border:3px solid var(--sand-light);border-top-color:var(--terracotta);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}::selection{background:var(--terracotta);color:var(--cream)}::selection{background:var(--terracotta);color:var(--cream)}button:focus-visible,a:focus-visible{outline:2px solid var(--terracotta);outline-offset:2px}.silk-route-line{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;top:0;left:0}.silk-route-line svg{width:100%;height:100%}.silk-route-line path{fill:none;stroke:var(--terracotta);stroke-width:2px;stroke-dasharray:8 6;stroke-linecap:round;opacity:.3}
