.ds-home{overflow:hidden}.ds-hero,.ds-home-ease,.ds-membership,.ds-service-card[id],.ds-services{scroll-margin-top:calc(var(--ds-header-h) + .75rem)}.ds-hero{position:relative;width:100%;min-height:32rem;display:flex;align-items:center;justify-content:center;padding:calc(var(--ds-header-h) + 2rem) var(--ds-margin-mobile) 3rem;background-color:var(--ds-surface-container-low);background-size:cover;background-position:50%}@media (min-width:768px){.ds-hero{min-height:57.5625rem;padding:calc(var(--ds-header-h) + 3rem) var(--ds-margin-desktop) 4rem}}.ds-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,42,21,.9),rgba(0,42,21,.7),transparent)}.ds-hero-inner{position:relative;z-index:1;width:100%;max-width:var(--ds-container);margin:0 auto;display:grid;grid-template-columns:1fr;gap:var(--ds-gutter)}@media (min-width:768px){.ds-hero-inner{grid-template-columns:repeat(12,minmax(0,1fr));align-items:center}}.ds-hero-copy{display:flex;flex-direction:column;gap:1.5rem;color:var(--ds-on-primary)}@media (min-width:768px){.ds-hero-copy{grid-column:span 8}}@media (min-width:1024px){.ds-hero-copy{grid-column:span 7}}.ds-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;background:rgba(180,240,199,.2);backdrop-filter:blur(12px);width:max-content}.ds-hero-badge svg{width:1rem;height:1rem;color:var(--ds-primary-fixed)}.ds-hero-badge span{font-size:.875rem;line-height:1.25rem;font-weight:600;color:var(--ds-primary-fixed);text-transform:uppercase;letter-spacing:.08em}.ds-hero h1{margin:0;font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--ds-on-primary);text-shadow:0 2px 8px rgba(0,0,0,.25)}@media (min-width:768px){.ds-hero h1{font-size:3rem;line-height:3.5rem;letter-spacing:-.02em}}.ds-hero-sub{margin:0;max-width:42rem;font-size:1.125rem;line-height:1.75rem;font-weight:400;color:var(--ds-primary-fixed-dim)}.ds-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.25rem}.ds-btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--ds-primary-fixed);color:var(--ds-on-primary-fixed);padding:1rem 2rem;border-radius:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;box-shadow:0 4px 20px rgba(180,240,199,.2);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.ds-btn-primary:hover{background:var(--ds-secondary-fixed);transform:translateY(-4px);box-shadow:0 8px 30px rgba(180,240,199,.4)}.ds-btn-primary svg{width:1.25rem;height:1.25rem;transition:transform .2s ease}.ds-btn-primary:hover svg{transform:translateX(4px)}.ds-btn-ghost{display:inline-flex;align-items:center;gap:.5rem;background:rgba(248,249,250,.1);backdrop-filter:blur(8px);color:var(--ds-on-primary);padding:1rem 2rem;border-radius:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;box-shadow:inset 0 0 0 1px rgba(180,240,199,.3);transition:background .2s ease,box-shadow .2s ease}.ds-btn-ghost:hover{background:rgba(248,249,250,.2);box-shadow:inset 0 0 0 1px var(--ds-primary-fixed)}.ds-hero-metrics{margin-top:1rem;padding-top:2rem;border-top:1px solid rgba(180,240,199,.2);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.ds-hero-metrics p{margin:0}.ds-metric-value{font-size:1.5rem;line-height:2rem;font-weight:600;color:var(--ds-primary-fixed)}.ds-metric-label{font-size:.75rem;line-height:1rem;color:var(--ds-primary-fixed-dim);text-transform:uppercase;letter-spacing:.06em}.ds-services{width:100%;position:relative;z-index:2;padding:3rem var(--ds-margin-mobile);background:var(--ds-surface)}@media (min-width:768px){.ds-services{padding:3rem var(--ds-margin-desktop)}}.ds-services-inner{max-width:var(--ds-container);margin:0 auto}.ds-services-head{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}@media (min-width:768px){.ds-services-head{flex-direction:row;align-items:flex-end;justify-content:space-between}}.ds-services-head h2{margin:0 0 1rem;font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--ds-on-surface);letter-spacing:-.01em}@media (min-width:768px){.ds-services-head h2{font-size:2rem;line-height:2.5rem}}.ds-services-head p{margin:0;max-width:42rem;font-size:1rem;line-height:1.5rem;color:var(--ds-on-surface-variant)}.ds-link-more{display:inline-flex;align-items:center;gap:.25rem;color:var(--ds-primary);font-size:.875rem;font-weight:600;text-decoration:none;white-space:nowrap}.ds-link-more:hover{color:var(--ds-secondary)}.ds-link-more svg{width:1.25rem;height:1.25rem}.ds-service-grid{display:grid;grid-template-columns:1fr;gap:var(--ds-gutter)}@media (min-width:768px){.ds-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.ds-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ds-service-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:17.5rem;background:var(--ds-surface-container-lowest);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 20px rgba(0,46,26,.04);transition:box-shadow .3s ease,transform .3s ease}.ds-service-card:hover{box-shadow:0 20px 40px rgba(0,46,26,.1);transform:translateY(-8px)}.ds-service-blob{position:absolute;top:0;right:0;width:8rem;height:8rem;border-bottom-left-radius:9999px;margin-right:-2rem;margin-top:-2rem;transition:transform .3s ease}.ds-service-card:hover .ds-service-blob{transform:scale(1.1)}.ds-service-blob--primary{background:rgba(180,240,199,.2)}.ds-service-blob--secondary{background:rgba(191,237,206,.2)}.ds-service-blob--tertiary{background:rgba(218,229,223,.3)}.ds-service-blob--error{background:rgba(255,218,214,.4)}.ds-service-icon{position:relative;z-index:1;width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease}.ds-service-card:hover .ds-service-icon{transform:scale(1.1)}.ds-service-icon svg{width:1.5rem;height:1.5rem}.ds-service-icon--primary{background:var(--ds-primary-container);color:var(--ds-on-primary)}.ds-service-icon--secondary{background:var(--ds-secondary-container);color:var(--ds-on-secondary-container)}.ds-service-icon--tertiary{background:var(--ds-tertiary-container);color:var(--ds-on-tertiary-container)}.ds-service-icon--error{background:var(--ds-error-container);color:var(--ds-on-error-container)}.ds-service-icon--primary-solid{background:var(--ds-primary);color:var(--ds-on-primary)}.ds-service-icon--secondary-solid{background:var(--ds-secondary);color:var(--ds-on-secondary)}.ds-service-card h3{position:relative;z-index:1;margin:0 0 .75rem;font-size:1.5rem;line-height:2rem;font-weight:600;color:var(--ds-on-surface)}.ds-service-card p{position:relative;z-index:1;margin:0;flex-grow:1;font-size:1rem;line-height:1.5rem;color:var(--ds-on-surface-variant)}.ds-service-card-foot{position:relative;z-index:1;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--ds-surface-variant)}.ds-service-card-foot a{display:inline-flex;align-items:center;gap:.25rem;color:var(--ds-primary);font-size:.875rem;font-weight:600;text-decoration:none}.ds-service-card-foot svg{width:1rem;height:1rem}.ds-home-ease{width:100%;padding:3rem var(--ds-margin-mobile);background:var(--ds-surface)}@media (min-width:768px){.ds-home-ease{padding:4rem var(--ds-margin-desktop)}}.ds-home-ease-inner{max-width:var(--ds-container);margin:0 auto;display:flex;flex-direction:column;gap:2rem}.ds-home-ease-head{max-width:40rem;display:flex;flex-direction:column;gap:.75rem}.ds-home-ease-head h2{margin:0;font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--ds-on-surface);letter-spacing:-.01em}@media (min-width:768px){.ds-home-ease-head h2{font-size:2rem;line-height:2.5rem}}.ds-home-ease-head>p{margin:0;font-size:1.125rem;line-height:1.75rem;color:var(--ds-on-surface-variant)}.ds-home-ease-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.ds-home-ease-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ds-home-ease-card{overflow:hidden;background:var(--ds-surface-container-low);border-radius:.75rem;box-shadow:0 1px 8px rgba(0,42,21,.05)}.ds-home-ease-media{height:10rem;overflow:hidden;background:var(--ds-surface-container)}.ds-home-ease-media img{width:100%;height:100%;object-fit:cover;display:block}.ds-home-ease-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.65rem}.ds-home-ease .ds-ease-kind{display:inline-flex;width:max-content;padding:.2rem .55rem;border-radius:9999px;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.ds-home-ease .ds-ease-kind--own{background:var(--ds-primary);color:var(--ds-on-primary)}.ds-home-ease .ds-ease-kind--partner{background:var(--ds-surface);color:var(--ds-primary)}.ds-home-ease-card-body h3{margin:0;font-size:.95rem;font-weight:600;line-height:1.35;color:var(--ds-on-surface)}.ds-home-ease-price{margin:0;display:flex;flex-direction:column;gap:.35rem}.ds-home-ease-price>div{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.ds-home-ease-price dt{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ds-on-surface-variant)}.ds-home-ease-price dd{margin:0}.ds-home-ease .ds-ease-list{font-size:1rem;color:var(--ds-on-surface-variant);text-decoration:line-through}.ds-home-ease .ds-ease-member{font-size:1.25rem;font-weight:700;color:var(--ds-primary)}.ds-home-ease-foot{display:flex}.ds-home-ease-foot .ds-btn-dark svg{width:1.25rem;height:1.25rem}.ds-membership{width:100%;padding:3rem var(--ds-margin-mobile);background:var(--ds-surface-container)}@media (min-width:768px){.ds-membership{padding:3rem var(--ds-margin-desktop)}}.ds-membership-inner{max-width:var(--ds-container);margin:0 auto;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:1024px){.ds-membership-inner{grid-template-columns:1fr 1fr}}.ds-membership-copy{display:flex;flex-direction:column;gap:1.5rem}.ds-eyebrow{display:inline-flex;width:max-content;padding:.25rem .75rem;border-radius:9999px;background:rgba(180,240,199,.3);color:var(--ds-primary);font-size:.875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.ds-membership-copy h2{margin:0;font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--ds-on-surface);letter-spacing:-.01em}@media (min-width:768px){.ds-membership-copy h2{font-size:2rem;line-height:2.5rem}}.ds-membership-copy>p{margin:0;font-size:1.125rem;line-height:1.75rem;color:var(--ds-on-surface-variant)}.ds-steps{position:relative;display:flex;flex-direction:column;gap:2rem;margin-top:.5rem}.ds-steps-line{position:absolute;left:19px;top:1.5rem;bottom:1.5rem;width:2px;background:linear-gradient(to bottom,var(--ds-primary),var(--ds-secondary-fixed),var(--ds-primary-fixed))}.ds-step{gap:1.5rem}.ds-step,.ds-step-icon{position:relative;display:flex}.ds-step-icon{z-index:1;width:2.5rem;height:2.5rem;flex-shrink:0;border-radius:9999px;background:var(--ds-surface-container-lowest);box-shadow:0 2px 8px rgba(0,0,0,.08);align-items:center;justify-content:center;box-shadow:0 0 0 4px var(--ds-surface-container),0 2px 8px rgba(0,0,0,.08);color:var(--ds-primary)}.ds-step-icon svg{width:1.25rem;height:1.25rem}.ds-step-icon--final{background:var(--ds-primary);color:var(--ds-on-primary)}.ds-step h3{margin:0 0 .25rem;font-size:1.5rem;line-height:2rem;font-weight:600;color:var(--ds-on-surface)}.ds-step p{margin:0;font-size:1rem;line-height:1.5rem;color:var(--ds-on-surface-variant)}.ds-btn-dark{display:inline-flex;align-items:center;gap:.5rem;width:fit-content;background:var(--ds-primary);color:var(--ds-on-primary);padding:1rem 2rem;border-radius:.75rem;font-size:.875rem;font-weight:600;text-decoration:none;box-shadow:0 10px 20px rgba(0,42,21,.18);transition:background .15s ease}.ds-btn-dark:hover{background:var(--ds-on-primary-fixed)}.ds-membership-visual{position:relative;width:100%;height:24rem;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 40px rgba(0,42,21,.12);background-size:cover;background-position:50%}@media (min-width:768px){.ds-membership-visual{height:37.5rem}}.ds-network-card{position:absolute;left:2rem;right:2rem;bottom:2rem;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-radius:1rem;padding:1.5rem;box-shadow:0 20px 40px rgba(0,0,0,.12)}.ds-network-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.ds-network-user{display:flex;align-items:center;gap:.75rem;min-width:0}.ds-network-user img{width:3rem;height:3rem;border-radius:9999px;object-fit:cover}.ds-network-user p{margin:0}.ds-network-name{font-size:.875rem;font-weight:600;color:var(--ds-on-surface)}.ds-network-status{font-size:.75rem;color:var(--ds-on-surface-variant)}.ds-club-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.85rem}.ds-club-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.35rem;font-size:.8rem;font-weight:600;color:var(--ds-on-surface)}.ds-club-row strong{font-size:1rem;color:var(--ds-primary)}.ds-club-row strong span{font-size:.8rem;font-weight:400;color:var(--ds-on-surface-variant)}.ds-progress{width:100%;height:.75rem;background:var(--ds-surface-variant);border-radius:9999px;overflow:hidden}.ds-progress-bar{height:100%;width:var(--ds-progress,0);background:var(--ds-primary);border-radius:9999px;position:relative;transition:width 1.2s ease-out}.ds-motion .ds-progress-bar{width:0}.ds-motion .ds-membership-visual.ds-in .ds-progress-bar{width:var(--ds-progress,0)}.ds-progress-bar:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.2);animation:ds-pulse 2s ease-in-out infinite}@keyframes ds-pulse{0%,to{opacity:.35}50%{opacity:.8}}.ds-network-caption{margin:.75rem 0 0;font-size:.8rem;line-height:1.4;color:var(--ds-on-surface-variant)}.ds-cms-blocks,.ds-cms-body{max-width:var(--ds-container);margin:0 auto;padding:2rem var(--ds-margin-mobile) 3rem}@media (min-width:768px){.ds-cms-blocks,.ds-cms-body{padding-left:var(--ds-margin-desktop);padding-right:var(--ds-margin-desktop)}}.ds-home .cf-us-landing-cms-body-section{max-width:none;padding:0}@keyframes ds-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ds-hero-badge{animation:ds-fade-in-up .8s ease-out .2s both}.ds-hero-copy h1{animation:ds-fade-in-up 1s ease-out .4s both}.ds-hero-sub{animation:ds-fade-in-up 1s ease-out .6s both}.ds-hero-actions{animation:ds-fade-in-up 1s ease-out .8s both}.ds-hero-metrics{animation:ds-fade-in-up 1s ease-out 1s both}.ds-motion .ds-observe-fade,.ds-motion .ds-observe-stagger .ds-home-ease-card,.ds-motion .ds-observe-stagger .ds-service-card{opacity:0}.ds-observe-fade.ds-in{animation:ds-fade-in-up .8s ease-out both}.ds-membership-visual.ds-observe-fade.ds-in{animation-delay:.2s}.ds-service-grid.ds-in .ds-service-card{animation:ds-fade-in-up .6s ease-out both}.ds-service-grid.ds-in .ds-service-card:first-child{animation-delay:0s}.ds-service-grid.ds-in .ds-service-card:nth-child(2){animation-delay:.1s}.ds-service-grid.ds-in .ds-service-card:nth-child(3){animation-delay:.2s}.ds-service-grid.ds-in .ds-service-card:nth-child(4){animation-delay:.3s}.ds-service-grid.ds-in .ds-service-card:nth-child(5){animation-delay:.4s}.ds-service-grid.ds-in .ds-service-card:nth-child(6){animation-delay:.5s}.ds-home-ease-grid.ds-in .ds-home-ease-card{animation:ds-fade-in-up .6s ease-out both}.ds-home-ease-grid.ds-in .ds-home-ease-card:first-child{animation-delay:0s}.ds-home-ease-grid.ds-in .ds-home-ease-card:nth-child(2){animation-delay:.1s}.ds-home-ease-grid.ds-in .ds-home-ease-card:nth-child(3){animation-delay:.2s}@media (prefers-reduced-motion:reduce){.ds-hero-actions,.ds-hero-badge,.ds-hero-copy h1,.ds-hero-metrics,.ds-hero-sub,.ds-home-ease-grid.ds-in .ds-home-ease-card,.ds-observe-fade,.ds-observe-fade.ds-in,.ds-service-grid.ds-in .ds-service-card{animation:none!important;opacity:1!important;transform:none!important}.ds-service-card:hover{transform:none}.ds-motion .ds-membership-visual.ds-in .ds-progress-bar,.ds-motion .ds-progress-bar{width:var(--ds-progress,0);transition:none}}