@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&family=Marcellus&display=swap";:root{--font-display: "Marcellus", Georgia, "Times New Roman", serif;--font-body: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;--font-heading: var(--font-display);--font-eyebrow: var(--font-body);--sand-50: #FBF8F2;--sand-100: #F5EEE1;--sand-200: #EADFCB;--sand-300: #DBC9AC;--clay-500: #9C846A;--clay-600: #7A6650;--ink-700: #4A4038;--ink-800: #332C26;--ink-900: #251F1A;--pine-900: #1F3329;--pine-800: #294337;--pine-700: #33503F;--pine-600: #436650;--sage-500: #6E8B6E;--sage-400: #8AA588;--sage-300: #AEC4AB;--sage-200: #CDDDC9;--sage-100: #E4EDE0;--terra-600: #A9553E;--terra-500: #C06B4F;--terra-400: #D68C71;--gold-600: #A9861F;--gold-500: #C9A227;--gold-300: #E4CC7E;--leaf-500: #5E8C61;--teal-500: #3C6E71;--color-bg: var(--sand-50);--color-bg-raised: #FFFFFF;--color-bg-sunken: var(--sand-100);--color-bg-inverse: var(--pine-900);--surface-card: #FFFFFF;--surface-card-alt: var(--sand-100);--surface-band: var(--sage-100);--surface-band-deep: var(--pine-800);--text-heading: var(--pine-900);--text-body: var(--ink-800);--text-muted: var(--clay-600);--text-on-dark: var(--sand-50);--text-on-dark-muted: var(--sage-300);--brand-primary: var(--pine-700);--brand-primary-hover: var(--pine-800);--brand-secondary: var(--terra-500);--brand-secondary-hover: var(--terra-600);--brand-gold: var(--gold-500);--border-subtle: var(--sand-200);--border-default: var(--sand-300);--border-strong: var(--clay-500);--border-on-dark: rgba(255, 255, 255, .16);--focus-ring: var(--gold-500);--text-2xs: .75rem;--text-xs: .8125rem;--text-sm: .9375rem;--text-base: 1.0625rem;--text-lg: 1.1875rem;--text-xl: 1.5rem;--text-2xl: 1.9375rem;--text-3xl: 2.5rem;--text-4xl: 3.25rem;--text-5xl: 4.25rem;--leading-tight: 1.08;--leading-snug: 1.25;--leading-normal: 1.5;--leading-relaxed: 1.7;--tracking-tight: -.01em;--tracking-caps: .16em;--weight-light: 300;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 2.75rem;--space-8: 3.5rem;--container-max: 1200px;--container-narrow: 760px;--gutter: clamp(1.25rem, 4vw, 3rem);--section-y: clamp(3.5rem, 8vw, 8rem);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 32px;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgba(31, 51, 41, .06);--shadow-sm: 0 2px 8px rgba(31, 51, 41, .07);--shadow-md: 0 8px 24px rgba(31, 51, 41, .09);--shadow-lg: 0 18px 48px rgba(31, 51, 41, .12);--ease-standard: cubic-bezier(.4, 0, .2, 1);--dur-fast: .14s;--dur-base: .22s}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;background:var(--color-bg);color:var(--text-body);font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-relaxed);font-weight:var(--weight-regular);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip;max-width:100%}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--text-heading);font-weight:var(--weight-regular);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);margin:0 0 .5em}h1{font-size:clamp(2.2rem,4.5vw,3.25rem)}h2{font-size:clamp(1.75rem,3vw,2.5rem)}h3{font-size:var(--text-xl);font-weight:var(--weight-medium)}p{margin:0 0 1em;text-wrap:pretty}a{color:var(--brand-secondary);text-decoration:none;transition:color var(--dur-fast) var(--ease-standard)}a:hover{color:var(--brand-secondary-hover)}img{max-width:100%;height:auto;display:block}::selection{background:var(--sage-200);color:var(--pine-900)}.container{max-width:var(--container-max);margin:0 auto;padding-inline:var(--gutter)}.container--narrow{max-width:var(--container-narrow);margin:0 auto;padding-inline:var(--gutter)}.eyebrow{font-family:var(--font-eyebrow);text-transform:uppercase;letter-spacing:var(--tracking-caps);font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--brand-secondary);display:inline-block}.eyebrow--on-dark{color:var(--sage-300)}.section{padding-block:var(--section-y)}.section--band{background:var(--surface-band)}.section--deep{background:var(--surface-band-deep);color:var(--text-on-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55em;font-family:var(--font-body);font-weight:var(--weight-semibold);letter-spacing:.01em;line-height:1;border-radius:var(--radius-pill);cursor:pointer;text-decoration:none;border:1px solid transparent;transition:background var(--dur-base) var(--ease-standard),color var(--dur-base) var(--ease-standard),transform var(--dur-fast) var(--ease-standard);box-shadow:var(--shadow-sm)}.btn:active{transform:translateY(1px)}.btn--sm{padding:9px 18px;font-size:var(--text-sm)}.btn--md{padding:13px 26px;font-size:var(--text-base)}.btn--lg{padding:17px 36px;font-size:var(--text-lg)}.btn--primary{background:var(--brand-primary);color:var(--text-on-dark);border-color:var(--brand-primary)}.btn--primary:hover{background:var(--brand-primary-hover);color:var(--text-on-dark)}.btn--secondary{background:var(--brand-secondary);color:#fff;border-color:var(--brand-secondary)}.btn--secondary:hover{background:var(--brand-secondary-hover);color:#fff}.btn--outline{background:transparent;color:var(--brand-primary);border-color:var(--border-strong);box-shadow:none}.btn--outline:hover{background:var(--sage-100);color:var(--brand-primary)}.btn--ghost{background:transparent;color:var(--brand-primary);box-shadow:none}.btn--ghost:hover{background:var(--sage-100)}.btn--gold{background:var(--gold-300);color:var(--pine-900);border-color:var(--gold-300)}.btn--gold:hover{background:var(--gold-500);color:var(--pine-900);border-color:var(--gold-500)}.btn--ghost-on-dark{background:transparent;color:var(--text-on-dark);border-color:var(--border-on-dark);box-shadow:none}.btn--ghost-on-dark:hover{background:#ffffff14;color:var(--text-on-dark)}.btn--full{width:100%}.badge{display:inline-flex;align-items:center;padding:5px 12px;border-radius:var(--radius-pill);font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.08em;text-transform:uppercase}.badge--sage{background:var(--sage-100);color:var(--pine-800)}.badge--gold{background:var(--gold-300);color:var(--pine-900)}.badge--terra{background:var(--terra-200, #EFC9B8);color:var(--terra-600)}.card{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-sm);transition:transform var(--dur-base) var(--ease-standard),box-shadow var(--dur-base) var(--ease-standard)}.card--hover:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card--sand{background:var(--sand-100)}.card--sage{background:var(--sage-100)}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--text-heading)}.field input,.field textarea,.field select{font-family:var(--font-body);font-size:var(--text-base);padding:12px 14px;border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--color-bg-raised);color:var(--text-body);outline:none;transition:border-color var(--dur-fast) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard)}.field select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%235c5346' stroke-width='1.5'%3E%3Cpath d='M4 6.5 8 10.5 12 6.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--focus-ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--focus-ring) 35%,transparent)}.field .req{color:var(--terra-500)}.hp{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form-status{margin:10px 0 0;font-size:var(--text-sm);line-height:1.45}.form-status[hidden]{display:none}.form-status--error{color:var(--terra-600)}.accordion details{border-bottom:1px solid var(--border-subtle);padding:16px 0}.accordion summary{cursor:pointer;font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-heading);list-style:none;display:flex;justify-content:space-between;gap:12px}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";color:var(--brand-secondary);font-weight:400}.accordion details[open] summary:after{content:"−"}.accordion .answer{margin-top:12px;color:var(--text-body);font-size:var(--text-sm);line-height:1.7}.faq-section{background:var(--sand-50);padding:var(--section-y) var(--gutter)}.faq-section__inner{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}.faq-section__media{position:sticky;top:6rem}.faq-section__image{display:block;width:100%;height:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);min-height:280px}.faq-section__title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:var(--weight-regular);line-height:1.08;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-800);margin:0 0 1.75rem;max-width:14ch}.faq-accordion{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden}.faq-item{border-bottom:1px solid var(--border-subtle);margin:0}.faq-item:last-child{border-bottom:none}.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.35rem;font-family:var(--font-display);font-size:var(--text-lg);line-height:1.35;color:var(--text-heading);user-select:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::marker{content:""}.faq-item__q{flex:1;min-width:0}.faq-item__icon{flex:0 0 auto;width:1.25rem;height:1.25rem;position:relative;color:var(--pine-600)}.faq-item__icon:before,.faq-item__icon:after{content:"";position:absolute;background:currentColor;border-radius:1px;transition:transform var(--dur-base) var(--ease-standard),opacity var(--dur-fast) var(--ease-standard)}.faq-item__icon:before{width:100%;height:1.5px;left:0;top:50%;transform:translateY(-50%)}.faq-item__icon:after{width:1.5px;height:100%;left:50%;top:0;transform:translate(-50%)}.faq-item[open] .faq-item__icon:before{transform:translateY(-50%) rotate(45deg)}.faq-item[open] .faq-item__icon:after{transform:translate(-50%) rotate(45deg)}.faq-item__a{padding:0 1.35rem 1.25rem}.faq-item__a p{margin:0 0 .85em;font-size:var(--text-sm);line-height:1.7;color:var(--text-muted)}.faq-item__a p:last-child{margin-bottom:0}.site-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--sand-50) 88%,transparent);backdrop-filter:saturate(1.2) blur(10px);border-bottom:1px solid var(--border-subtle)}.site-header__inner{max-width:var(--container-max);margin:0 auto;padding:14px var(--gutter);display:flex;align-items:center;justify-content:flex-start;gap:24px}.header-end{display:flex;align-items:center;gap:20px;margin-left:auto;flex-shrink:0}.wordmark{display:flex;align-items:center;text-decoration:none;color:inherit;min-width:0}.wordmark__text{display:flex;flex-direction:column;gap:2px;min-width:0}.wordmark__name{display:block;font-family:var(--font-display);font-size:18px;font-weight:400;color:var(--text-heading);line-height:1.15;white-space:nowrap}.wordmark__sub{display:block;font-family:var(--font-body);font-size:11px;font-weight:500;letter-spacing:.04em;text-transform:none;color:var(--text-muted);line-height:1.2}.page-hero{background:var(--surface-band);padding:clamp(2.5rem,5vw,4.5rem) var(--gutter) clamp(1.5rem,3vw,2.5rem)}.page-hero .container--narrow{max-width:var(--container-narrow)}.page-hero .eyebrow{display:block;margin-bottom:.75rem}.page-hero h1{margin:0}.page-body{max-width:var(--container-narrow);margin:0 auto;padding:var(--space-8) var(--gutter) var(--section-y)}.page-body h2{margin-top:2rem;font-size:clamp(1.4rem,2.5vw,1.85rem)}.page-body h3{margin-top:1.5rem;font-size:var(--text-xl)}.page-body p{font-size:var(--text-base);line-height:1.75;color:var(--text-body)}.content-stream__list{margin:.5rem 0 1.5rem;padding-left:1.35em;display:flex;flex-direction:column;gap:.55rem;font-size:var(--text-base);line-height:1.75;color:var(--text-body);list-style:disc}.content-stream__list li{padding-left:.2em}.content-stream__list li::marker{color:var(--pine-600)}.content-stream__link{color:var(--brand-secondary);font-weight:var(--weight-medium);text-decoration:none;text-underline-offset:.18em}.content-stream__link:hover{color:var(--brand-secondary-hover);text-decoration:underline}.content-stream__img{margin:2rem 0 .35rem;width:100%}.content-stream__img img{width:100%;height:auto;display:block;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:var(--sand-100)}.content-stream__cta{margin:1.75rem 0 0}.page-body .img-ph{margin:1.75rem 0;aspect-ratio:16 / 9;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.page-body .img-ph .image-slot{min-height:200px}.page-body__hero-img{margin:0 0 2rem;width:100%}.page-body__hero-img img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:3 / 2;object-position:center 25%;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:var(--sand-100)}.page-body__hero-img figcaption{margin-top:.85rem;font-size:.85rem;color:var(--text-muted);text-align:center}.page-body--before-faq{padding-bottom:var(--space-6)}.page-body--before-faq+.faq-section{padding-top:clamp(2rem,4vw,3rem)}.page-cta{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:12px}.page-cta-block{margin-top:2.75rem;margin-bottom:0;padding-top:2rem;padding-bottom:2rem;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:1.75rem}.page-cta-block__title{margin:0;font-family:var(--font-display);font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:var(--weight-regular);line-height:1.25;color:var(--text-heading)}.page-cta-block__row{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem}.page-cta-block__row p{margin:0;max-width:48ch}.page-body--with-cta{padding-bottom:clamp(2.5rem,5vw,4rem)}main:has(.page-cta-block)+.contact{padding-top:clamp(3rem,6vw,5rem)}.content-stream__list strong{font-weight:var(--weight-semibold);color:var(--text-heading)}@media(max-width:900px){.wordmark__name{font-size:15px;white-space:normal}.page-cta-block{text-align:center;align-items:center}.page-cta-block__title{text-align:center;max-width:22ch}.page-cta-block__row{align-items:center;text-align:center}.page-cta-block__row p{max-width:36ch}.page-cta-block .btn{width:100%;max-width:22rem}}.nav{display:flex;align-items:center;gap:22px}.nav a{font-size:15px;font-weight:600;color:var(--text-body)}.nav a[aria-current=page],.nav a:hover{color:var(--brand-primary)}.header-actions{display:flex;align-items:center;gap:16px}.nav-cta{display:none}.nav-toggle{display:none;background:none;border:0;font-size:1.4rem;cursor:pointer;color:var(--text-heading)}.hero{max-width:var(--container-max);margin:0 auto;padding:clamp(2.5rem,6vw,6rem) var(--gutter);display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.hero__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.hero h1{font-size:clamp(2.6rem,5.5vw,4.25rem);line-height:1.02;margin:12px 0 20px}.hero__lede{font-size:var(--text-lg);line-height:1.7;max-width:34ch;margin:0 0 32px}.hero__ctas{display:flex;flex-wrap:wrap;gap:14px}.hero__media{position:relative;aspect-ratio:4 / 5;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);background:var(--sage-200)}.hero__media img{width:100%;height:100%;object-fit:cover}.image-slot{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,var(--sage-200),var(--sand-200));color:var(--clay-600);font-size:var(--text-sm);text-align:center;padding:24px}.belief{background:var(--surface-band-deep);padding:clamp(3rem,7vw,6rem) var(--gutter);text-align:center}.belief p{font-family:var(--font-display);font-style:italic;font-size:clamp(1.35rem,3vw,2.15rem);line-height:1.4;color:var(--sand-50);max-width:46rem;margin:16px auto 0}.home-problem{background:var(--sand-50);padding-inline:var(--gutter)}.home-problem__inner{max-width:var(--container-narrow);margin-inline:auto}.home-problem h2{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.2;color:var(--text-heading);margin:0 0 1.25rem}.home-problem p{font-size:var(--text-lg);line-height:1.8;color:var(--text-body);margin:0 0 1.15rem}.home-problem__quote{border-left:3px solid var(--brand-secondary);padding-left:24px;margin:2.25rem 0 1.25rem}.home-problem__quote p{font-family:var(--font-display);font-style:italic;font-size:clamp(1.25rem,2.5vw,1.65rem);line-height:1.4;color:var(--text-heading);margin:0}.home-problem__quote footer{margin-top:.85rem;font-family:var(--font-body);font-style:normal;font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--pine-700)}.home-problem p.home-problem__creds{font-size:var(--text-sm);line-height:1.65;color:var(--clay-600);margin:0}.home-plan{background:var(--sand-100);padding-inline:var(--gutter)}.home-plan__title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.2;color:var(--text-heading);text-align:center;max-width:28ch;margin:0 auto 2.5rem}.home-plan__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:var(--container-max);margin-inline:auto}.home-plan .service-card{pointer-events:none}.home-plan .service-card:hover{transform:none;box-shadow:none;border-color:var(--border-subtle)}.home-plan .service-card__body{margin-bottom:0}.home-window{background:var(--sand-50);padding-inline:var(--gutter);text-align:center}.home-window__inner{max-width:var(--container-narrow);margin-inline:auto}.home-window h2{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.2;color:var(--text-heading);margin:0 0 1.25rem}.home-window p{font-size:var(--text-lg);line-height:1.8;color:var(--text-body);margin:0 0 1.15rem}.home-window .btn{margin-top:1rem}.workshop-band{background:var(--surface-band-deep);padding:var(--section-y) var(--gutter);color:var(--sand-50)}.workshop-band__inner{max-width:var(--container-narrow);margin-inline:auto;text-align:center}.workshop-band h2{font-family:var(--font-display);font-size:clamp(1.85rem,3.8vw,2.75rem);line-height:1.15;color:var(--sand-50);margin:12px 0 1.5rem}.workshop-band__body{text-align:left;margin-bottom:1.75rem}.workshop-band__body p{font-size:var(--text-lg);line-height:1.8;color:var(--sand-100);opacity:.92;margin:0 0 1.1rem}.workshop-band__body p:last-child{margin-bottom:0}.workshop-band__body strong{color:var(--sand-50);font-weight:var(--weight-semibold)}.workshop-band__quote{text-align:left;margin:0 0 1rem;padding:1.35rem 1.5rem;border:1px solid var(--border-on-dark, rgba(255, 255, 255, .18));border-radius:var(--radius-lg);background:#ffffff0d}.workshop-band__quote p{margin:0;font-family:var(--font-display);font-style:italic;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.5;color:var(--sand-50)}.workshop-band__review{display:inline-block;margin-bottom:1.75rem;color:var(--sage-200)}.workshop-band__review:hover{color:var(--sand-50)}.workshop-band__cta{display:flex;flex-direction:column;align-items:center;gap:.85rem}.workshop-band__note{margin:0;font-size:var(--text-sm);font-style:italic;line-height:1.6;color:var(--sand-200);opacity:.9}.workshop-band__note a{color:var(--sage-200);font-weight:var(--weight-semibold);font-style:italic;text-decoration:underline;text-underline-offset:2px}.workshop-band__note a:hover{color:var(--sand-50)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.service-dot{display:block;width:40px;height:40px;border-radius:999px;box-shadow:inset 0 3px 6px #ffffff59,var(--shadow-xs)}.card h3{margin:16px 0 8px}.card p{font-size:var(--text-sm);line-height:1.65;margin:0 0 16px}.text-link{font-weight:600;color:var(--brand-primary);font-size:var(--text-sm)}.text-link:hover{color:var(--brand-primary-hover)}.services-block{background:var(--sand-100);padding:var(--section-y) var(--gutter)}.services-block .container{max-width:var(--container-max)}.services-block .section-heading{margin-bottom:0}.services-block .section-heading__title{font-size:clamp(2rem,4.2vw,3.25rem);max-width:18ch;margin-inline:auto}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:48px}.service-card{display:flex;flex-direction:column;align-items:flex-start;background:var(--sand-50);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.5rem 1.35rem 1.65rem;min-height:100%;box-shadow:none;transition:border-color var(--dur-base) var(--ease-standard),box-shadow var(--dur-base) var(--ease-standard),transform var(--dur-base) var(--ease-standard)}.service-card:hover{border-color:var(--sage-300);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.service-card__num{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.12em;color:var(--pine-600);margin-bottom:1rem}.service-card__title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-medium);line-height:1.25;color:var(--text-heading);margin:0 0 .75rem}.service-card__body{font-size:var(--text-sm);line-height:1.65;color:var(--text-body);margin:0 0 1.25rem;flex:1}.service-card .text-link{margin-top:auto}.philosophy{background:var(--surface-band);padding:var(--section-y) var(--gutter)}.philosophy__inner{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.philosophy__media{aspect-ratio:5 / 4;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md)}.pillars{display:flex;flex-direction:column;gap:18px;margin-top:32px}.pillar{display:flex;gap:16px;align-items:flex-start}.pillar__dot{margin-top:6px;flex:0 0 auto;width:12px;height:12px;border-radius:999px;background:var(--brand-secondary)}.pillar__title{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-heading)}.pillar p{margin:2px 0 0;font-size:var(--text-sm)}.stats{max-width:var(--container-max);margin:0 auto;padding:0 var(--gutter) var(--section-y);display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.stats__n{font-family:var(--font-display);font-size:var(--text-3xl);color:var(--brand-secondary);line-height:1}.stats__l{font-size:var(--text-sm);color:var(--text-muted);margin-top:8px}.quote{font-family:var(--font-display);font-style:italic;font-size:var(--text-lg);line-height:1.45;color:var(--text-heading);margin:0 0 16px}.quote-meta{font-size:var(--text-sm);color:var(--text-muted)}.testimonials{--t-gap: 24px;--t-per-view: 3;background:#0a0a0a;padding:var(--section-y) var(--gutter)}.testimonials__inner{max-width:var(--container-max);margin:0 auto}.testimonials__heading{text-align:center;margin-bottom:clamp(2rem,4vw,3rem)}.testimonials__heading .eyebrow{color:var(--terra-400)}.testimonials__title{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3.25rem);line-height:var(--leading-tight);color:var(--sage-200);margin:12px 0 0;font-weight:var(--weight-regular)}.testimonials__carousel{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.testimonials__viewport{container-type:inline-size;container-name:testimonials;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none;cursor:grab;isolation:isolate}.testimonials__viewport::-webkit-scrollbar{display:none}.testimonials__viewport.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;user-select:none}.testimonials__track{display:flex;gap:var(--t-gap);width:max-content;min-width:100%;padding:4px 2px 12px;box-sizing:border-box}.testimonials__card{flex:0 0 calc((100cqi - var(--t-gap) * (var(--t-per-view) - 1)) / var(--t-per-view));width:calc((100cqi - var(--t-gap) * (var(--t-per-view) - 1)) / var(--t-per-view));max-width:calc((100cqi - var(--t-gap) * (var(--t-per-view) - 1)) / var(--t-per-view));scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column;min-height:280px;margin:0;padding:clamp(1.5rem,3vw,2rem);border-radius:var(--radius-lg);border:1.5px solid var(--pine-700);box-shadow:var(--shadow-sm);background:var(--surface-card);box-sizing:border-box;text-decoration:none;color:inherit;transition:transform var(--dur-base) var(--ease-standard),box-shadow var(--dur-base) var(--ease-standard),border-color var(--dur-base) var(--ease-standard)}.testimonials__card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--pine-600)}.testimonials__card:focus-visible{outline:2px solid var(--gold-500);outline-offset:3px}.testimonials__card--sage{background:var(--sage-100)}.testimonials__card--sand{background:var(--sand-100)}.testimonials__card--light{background:#fff}.testimonials__mark{font-family:var(--font-display);font-size:2.75rem;line-height:.5;color:var(--terra-400);height:1.1rem;display:block;user-select:none;pointer-events:none}.testimonials__quote{margin:12px 0 0;flex:1 1 auto}.testimonials__quote p{margin:0;font-family:var(--font-display);font-style:italic;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.45;color:var(--pine-900)}.testimonials__meta{margin-top:1.25rem;display:flex;flex-direction:column;gap:2px}.testimonials__author{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--pine-900)}.testimonials__detail{font-size:var(--text-sm);color:var(--clay-600)}.testimonials__source{margin-top:8px;font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.04em;color:var(--terra-500)}.testimonials__card:hover .testimonials__source{color:var(--terra-600)}.testimonials__nav{flex:0 0 auto;width:44px;height:44px;border-radius:999px;border:1px solid var(--border-on-dark);background:#ffffff0a;color:var(--sand-50);font-size:1.75rem;line-height:1;display:grid;place-items:center;cursor:pointer;transition:background var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard),opacity var(--dur-fast) var(--ease-standard)}.testimonials__nav:hover:not(:disabled){background:#ffffff1a;border-color:var(--sage-300)}.testimonials__nav:focus-visible{outline:2px solid var(--gold-500);outline-offset:2px}.testimonials__nav:disabled{opacity:.35;cursor:default}.testimonials__controls{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:1.25rem}.testimonials__dots{display:flex;justify-content:center;flex-wrap:wrap;gap:12px;min-height:12px}.testimonials__dot{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:#ffffff47;cursor:pointer;transition:background var(--dur-fast) var(--ease-standard),transform var(--dur-fast) var(--ease-standard)}.testimonials__dot.is-active{background:var(--terra-400);transform:scale(1.25)}.testimonials__dot:focus-visible{outline:2px solid var(--gold-500);outline-offset:2px}.testimonials__hint{margin:0;font-size:var(--text-xs);color:#fbf8f273;letter-spacing:.04em}@media(max-width:960px){.testimonials{--t-per-view: 2;--t-gap: 20px}}@media(max-width:640px){.testimonials{--t-per-view: 1;--t-gap: 16px}.testimonials__carousel{grid-template-columns:40px minmax(0,1fr) 40px;gap:6px}.testimonials__nav{width:40px;height:40px;font-size:1.5rem}.testimonials__card{flex-basis:88cqi;width:88cqi;max-width:88cqi;min-height:0}.testimonials__dot{width:12px;height:12px}}@supports not (width: 1cqi){.testimonials__card{flex:0 0 calc((min(100vw,1200px) - 2 * var(--gutter) - 2 * 52px - var(--t-gap) * (var(--t-per-view) - 1)) / var(--t-per-view));width:auto;max-width:none}@media(max-width:640px){.testimonials__card{flex:0 0 calc(100vw - 2 * var(--gutter) - 92px);width:calc(100vw - 2 * var(--gutter) - 92px)}}}.contact{background:var(--surface-band-deep);padding:var(--section-y) var(--gutter);overflow-x:hidden}.contact__inner{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}.contact__inner>*{min-width:0;max-width:100%}.contact__copy .section-heading{margin-bottom:0}.contact__copy .section-heading__lede{margin:0;max-width:36ch;text-align:left;color:var(--sage-300);font-size:var(--text-base);line-height:1.65}.contact h2{color:var(--sand-50)}.contact .lede{color:var(--sage-300)}.contact__phone-wrap{margin:28px 0 0;padding:0}.contact__phone{font-family:var(--font-display);font-size:clamp(1.4rem,4vw,var(--text-2xl));color:var(--sand-50);display:inline;text-decoration:none;overflow-wrap:anywhere;transition:color var(--dur-fast) var(--ease-standard)}.contact__phone:hover{color:var(--gold-300)}.contact__meta{color:var(--sage-300);font-size:var(--text-sm);display:block;margin-top:8px;overflow-wrap:anywhere}.contact__meta--link{display:inline;color:var(--sage-300)}.contact__meta--link:hover{color:var(--sand-50)}.contact__panel{background:var(--surface-card);border-radius:var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-lg);width:100%;max-width:100%;box-sizing:border-box;min-height:100%}.contact__form{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;width:100%;max-width:100%;box-sizing:border-box;margin:0}.contact__form .span-2{grid-column:1 / -1}.contact__form .field,.contact__form input,.contact__form textarea,.contact__form select,.contact__form button{max-width:100%;min-width:0}.contact__form button:disabled{opacity:.7;cursor:wait}.contact__thanks{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:280px;padding:24px 12px;box-sizing:border-box}.contact__panel.is-sent .contact__thanks,.contact__thanks:not([hidden]){display:flex}.contact__thanks[hidden]{display:none!important}.contact__thanks-title{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--text-heading);line-height:1.2}.contact__thanks-body{color:var(--text-muted);margin:12px 0 28px;max-width:28ch;line-height:1.6}.contact-page__hero{background:var(--surface-band);padding:clamp(3rem,5vw,4.5rem) var(--gutter) clamp(2.5rem,4vw,3.5rem);border-bottom:1px solid var(--border-subtle)}.contact-page__hero-inner{max-width:var(--container-narrow);margin:0 auto;text-align:center}.contact-page__main{background:var(--color-bg);padding:clamp(3rem,5vw,4.5rem) var(--gutter)}.contact-page__grid{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}.contact-page__card{background:var(--surface-card);border-radius:var(--radius-lg);padding:clamp(1.5rem,3vw,2.5rem);box-shadow:var(--shadow-lg);border:1px solid var(--border-subtle)}.contact-page__card-title{font-family:var(--font-display);font-weight:var(--weight-medium);font-size:var(--text-2xl);color:var(--text-heading);margin:0 0 6px}.contact-page__card-note{color:var(--text-muted);margin:0 0 24px;font-size:var(--text-sm)}.contact-page__form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-page__form .span-2{grid-column:1 / -1}.contact-page__form input,.contact-page__form textarea,.contact-page__form select,.contact-page__form button{max-width:100%}.contact-page__form button:disabled{opacity:.65;cursor:wait}.contact-page__thanks{display:none;text-align:center;padding:40px 8px;flex-direction:column;align-items:center}.contact-page__card.is-sent .contact-page__thanks,.contact-page__thanks:not([hidden]){display:flex}.contact-page__thanks[hidden]{display:none!important}.contact-page__thanks-title{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--text-heading)}.contact-page__thanks-body{color:var(--text-muted);margin:10px 0 24px;max-width:32ch;line-height:1.6}.contact-page__info{display:flex;flex-direction:column;gap:24px}.contact-info-row{display:flex;gap:14px;align-items:flex-start}.contact-info-row__icon{flex:0 0 auto;width:52px;height:52px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-band);color:var(--brand-primary);box-shadow:var(--shadow-xs)}.contact-info-row__icon svg{width:24px;height:24px;display:block;flex-shrink:0}.contact-info-row__label{font-family:var(--font-body);font-weight:700;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}.contact-info-row__body,.contact-info-row__link{font-size:var(--text-base);color:var(--text-body);line-height:1.55;text-decoration:none}.contact-info-row__link:hover{color:var(--brand-primary)}.contact-info-row__phone{color:var(--brand-primary);text-decoration:none;font-family:var(--font-display);font-size:var(--text-xl);line-height:1.3}.contact-info-row__phone:hover{color:var(--brand-primary-hover)}.contact-page__hours{display:grid;grid-template-columns:auto auto;gap:3px 20px;justify-content:start;font-size:var(--text-base);line-height:1.55}.contact-page__hours-day{color:var(--text-muted)}.contact-page__hours-time{font-weight:600;color:var(--text-body)}.contact-page__map{position:relative;height:clamp(320px,40vw,460px);background:var(--surface-band-deep)}.contact-page__map iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:grayscale(.25) contrast(1.02)}.contact-page__map-card{position:absolute;left:clamp(1rem,4vw,3rem);bottom:clamp(1rem,4vw,3rem);background:var(--surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:20px 24px;max-width:300px;border:1px solid var(--border-subtle);z-index:1}.contact-page__map-name{font-family:var(--font-display);font-weight:500;font-size:var(--text-lg);color:var(--text-heading)}.contact-page__map-addr{color:var(--text-muted);font-size:var(--text-sm);margin:6px 0 14px;line-height:1.5}.contact-page__map-link{color:var(--brand-primary);font-weight:700;font-size:var(--text-sm);text-decoration:none}.contact-page__map-link:hover{color:var(--brand-primary-hover)}.site-footer{background:var(--pine-900);color:var(--sage-300);padding:clamp(3rem,6vw,5rem) var(--gutter) 2rem;overflow-x:hidden}.site-footer__inner{max-width:var(--container-max);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,2.5rem);align-items:start}.site-footer__inner>*{min-width:0}.site-footer__brand{font-family:var(--font-display);font-size:clamp(1.15rem,2.5vw,1.375rem);color:var(--sand-50);line-height:1.25;overflow-wrap:anywhere}.site-footer__blurb{max-width:34ch;font-size:var(--text-sm);line-height:1.7;margin-top:12px}.site-footer h3{font-family:var(--font-body);font-weight:700;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--sand-50);margin:0 0 14px}.site-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px}.site-footer a{color:var(--sage-300);font-size:14px;display:inline-block;line-height:1.4}.site-footer a:hover{color:var(--sand-50)}.site-footer__links{display:contents}.site-footer__bottom{max-width:var(--container-max);margin:36px auto 0;padding-top:20px;border-top:1px solid var(--border-on-dark);display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-size:12px;color:var(--sage-400);line-height:1.5}.site-footer__bottom-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px;width:100%}.site-footer__copyright{overflow-wrap:anywhere;min-width:0}.site-footer__legal-links{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:flex-end;margin-left:auto}.site-footer__legal-links a{color:var(--sage-300);font-size:12px}.site-footer__legal-links a:hover{color:var(--sand-50)}.site-footer__credit{color:var(--sage-300);font-size:12px;letter-spacing:.02em;opacity:.85}.site-footer__credit:hover{color:var(--sand-50);opacity:1}.service-intro{background:var(--surface-band);padding:clamp(2.5rem,5vw,4.5rem) var(--gutter)}.service-body{max-width:var(--container-narrow);margin:0 auto;padding:var(--section-y) var(--gutter)}.service-body .lede{font-size:var(--text-lg);line-height:1.8}.pull-quote{border-left:3px solid var(--brand-secondary);padding-left:24px;margin:40px 0;font-family:var(--font-display);font-style:italic;font-size:var(--text-2xl);line-height:1.3;color:var(--text-heading)}.section-heading{margin-bottom:1rem}.section-heading__title{margin:8px 0 12px}.section-heading__lede{color:var(--text-body);max-width:52ch;margin:0;line-height:1.65}.section-heading--center{text-align:center}.section-heading--center .section-heading__lede{margin-inline:auto}.section-heading--inverse .section-heading__title,.section-heading--inverse .eyebrow{color:var(--sand-50)}.section-heading--inverse .section-heading__lede{color:var(--sage-300)}@media(max-width:900px){.hero,.philosophy__inner,.contact__inner,.faq-section__inner{grid-template-columns:1fr}.hero{text-align:center;justify-items:stretch;gap:2rem}.hero__copy{display:flex;flex-direction:column;align-items:center}.hero__lede{max-width:40ch;margin-inline:auto}.hero__ctas{justify-content:center}.hero__media{max-width:none;width:100%;aspect-ratio:4 / 3;border-radius:var(--radius-lg)}.home-plan__grid{grid-template-columns:1fr;max-width:28rem;margin-inline:auto}.home-problem,.home-window{text-align:center}.home-problem__quote{text-align:left}.faq-section__inner{justify-items:center;text-align:center}.faq-section__media{position:static;max-width:none;width:100%}.faq-section__image{max-width:none;width:100%}.faq-section__content{width:100%}.faq-section__title{max-width:none;margin-inline:auto;text-align:center}.faq-accordion{text-align:left}.contact__inner{justify-items:center;text-align:center}.contact__copy{display:flex;flex-direction:column;align-items:center;width:100%}.contact__copy .section-heading{text-align:center}.contact__copy .section-heading__lede{margin-inline:auto;text-align:center}.contact__phone-wrap,.contact__meta{text-align:center}.contact__panel{width:100%}.contact__form{grid-template-columns:1fr}.contact__form .field{text-align:left}.contact-page__grid,.contact-page__form{grid-template-columns:1fr}.contact-page__map-card{left:1rem;right:1rem;bottom:1rem;max-width:none}.services-grid{grid-template-columns:repeat(2,1fr)}.site-footer{text-align:center}.site-footer__inner{grid-template-columns:1fr 1fr;gap:1.75rem 1.25rem;justify-items:center}.site-footer__brand-block{grid-column:1 / -1;text-align:center}.site-footer__blurb{max-width:36ch;margin-inline:auto}.site-footer__col{text-align:center}.site-footer__col ul{align-items:center}.site-footer__bottom{align-items:center;text-align:center}.site-footer__bottom-row{flex-direction:column;align-items:center;justify-content:center;gap:8px}.site-footer__copyright{order:2}.site-footer__legal-links{order:1;justify-content:center;margin-left:0}.grid-3,.stats{grid-template-columns:1fr}.nav{display:none}.nav-toggle{display:block}.header-actions{display:none}.header-end{gap:12px}.site-header.is-open .nav{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--sand-50);padding:16px var(--gutter) 24px;border-bottom:1px solid var(--border-subtle);align-items:flex-start;z-index:50}.site-header.is-open .nav-cta{display:inline-flex;margin-top:8px;align-self:stretch}.nav a.nav-cta,.nav a.nav-cta:hover{color:var(--text-on-dark)}.site-header__inner{gap:12px}.wordmark__name{white-space:normal}}@media(max-width:560px){.services-grid{grid-template-columns:1fr}}@media(max-width:480px){.site-footer{padding:2.5rem var(--gutter) 1.5rem}.site-footer__inner{grid-template-columns:1fr;gap:1.75rem}.site-footer__brand-block{grid-column:auto}.contact__panel{padding:var(--space-5)}}.eec-header{border-bottom:1px solid var(--border-subtle);background:color-mix(in srgb,var(--sand-50) 92%,transparent)}.eec-header__inner{max-width:var(--container-narrow);margin:0 auto;padding:18px var(--gutter);display:flex;justify-content:center}.eec-header .wordmark{text-align:center}.eec-header .wordmark__text{align-items:center}.eec-header .wordmark__name{white-space:normal;text-align:center}.eec-main{min-height:50vh}.eec-footer{border-top:1px solid var(--border-subtle);background:var(--sand-100);padding:clamp(2rem,5vw,3rem) var(--gutter);margin-top:auto}.eec-footer__inner{max-width:var(--container-narrow);margin:0 auto;text-align:center}.eec-footer__disclaimer{font-size:var(--text-xs);line-height:1.65;color:var(--text-muted);margin:0 0 1.25rem;max-width:52ch;margin-inline:auto}.eec-footer__meta{font-size:var(--text-2xs);color:var(--text-muted);margin:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem .5rem}.eec-footer__meta a{color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.eec-footer__meta a:hover{color:var(--brand-primary)}.eec-footer__sep{opacity:.5}.eec-hero{background:linear-gradient(180deg,var(--sage-100) 0%,var(--sand-50) 42%,var(--sand-50) 100%);padding:clamp(2.75rem,7vw,5.5rem) var(--gutter) clamp(3rem,6vw,4.5rem)}.eec-hero__inner{max-width:40rem;margin:0 auto;text-align:center}.eec-quote{margin:0 0 clamp(1.5rem,3vw,2rem);padding:0;border:0}.eec-quote__text{font-family:var(--font-display);font-style:italic;font-size:clamp(1.15rem,2.4vw,1.45rem);line-height:1.45;color:var(--pine-800);margin:0 0 .5rem}.eec-quote__attr{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-style:normal}.eec-hero__title{font-size:clamp(1.85rem,4.2vw,2.75rem);line-height:1.12;letter-spacing:-.015em;margin:0 0 .75rem;color:var(--pine-900)}.eec-hero__sub{font-family:var(--font-display);font-size:clamp(1.1rem,2.2vw,1.35rem);font-style:italic;color:var(--pine-700);margin:0 0 1.75rem}.eec-hero__copy{text-align:left;margin:0 auto 2rem;max-width:36rem}.eec-hero__copy p{font-size:var(--text-base);line-height:1.75;color:var(--text-body);margin:0 0 1em}.eec-hero__copy p:last-child{margin-bottom:0}.eec-hero__punch{font-size:var(--text-lg)!important;color:var(--pine-900)!important;margin-top:.25rem!important}.eec-hero__copy strong{font-weight:var(--weight-semibold);color:var(--ink-900)}.eec-cta-block{max-width:min(40rem,100%);width:100%;margin:0 auto;text-align:center}.eec-cta-block--compact{margin-top:clamp(2rem,4vw,2.75rem)}.eec-form{display:flex;flex-direction:column;gap:12px;width:100%;max-width:100%;text-align:left}.eec-form--inline{flex-direction:column}.eec-form__field label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eec-form__field{position:relative;flex:1 1 auto;width:100%;min-width:0}.eec-form input[type=email]{display:block;width:100%;min-width:0;max-width:100%;box-sizing:border-box;font-family:var(--font-body);font-size:var(--text-base);padding:15px 16px;border:1px solid var(--border-default);border-radius:var(--radius-md);background:var(--color-bg-raised);color:var(--text-body);outline:none;transition:border-color var(--dur-fast) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard)}.eec-form input[type=email]:focus{border-color:var(--focus-ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--focus-ring) 35%,transparent)}.eec-form__submit{width:100%;white-space:nowrap}.eec-form__submit:disabled{opacity:.72;cursor:wait}.eec-form .form-status{flex:1 0 100%}.eec-form__micro{margin:.75rem 0 0;font-size:var(--text-sm);color:var(--text-muted);text-align:center}.eec-social-proof{margin:1.25rem 0 0;font-size:var(--text-sm);font-style:italic;color:var(--pine-700);line-height:1.5}@media(min-width:640px){.eec-form--inline{flex-direction:row;align-items:stretch}.eec-form--inline .eec-form__field{flex:1 1 0;width:auto;min-width:14rem}.eec-form--inline .eec-form__submit{width:auto;flex:0 0 auto;padding-inline:1.75rem}}.eec-authority{background:var(--surface-band);padding-block:var(--section-y);padding-inline:var(--gutter)}.eec-authority__inner,.eec-curriculum__inner{max-width:40rem;margin:0 auto}.eec-section-title{font-size:clamp(1.5rem,3vw,2rem);line-height:1.2;margin:0 0 1.5rem;text-align:center;color:var(--pine-900)}.eec-authority__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.15rem}.eec-authority__list li{position:relative;padding:1.15rem 1.25rem 1.15rem 1.35rem;background:var(--surface-card);border:1px solid var(--border-subtle);border-left:3px solid var(--gold-500);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);font-size:var(--text-base);line-height:1.7;color:var(--text-body)}.eec-authority__list strong{font-weight:var(--weight-semibold);color:var(--pine-900)}.eec-curriculum{background:var(--sand-50);padding-block:var(--section-y);padding-inline:var(--gutter)}.eec-days{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px;counter-reset:none}.eec-day{display:grid;grid-template-columns:auto 1fr;gap:14px 18px;align-items:start;padding:1.15rem 1.25rem;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.eec-day__num{font-family:var(--font-body);font-size:var(--text-2xs);font-weight:var(--weight-semibold);letter-spacing:.12em;text-transform:uppercase;color:var(--terra-600);background:color-mix(in srgb,var(--terra-400) 18%,var(--sand-50));border-radius:var(--radius-pill);padding:6px 12px;white-space:nowrap;line-height:1.2;margin-top:2px}.eec-day__text{margin:0;font-size:var(--text-base);line-height:1.65;color:var(--text-body)}.eec-day__text strong{font-weight:var(--weight-semibold);color:var(--pine-900)}.eec-confirm{padding-block:clamp(3rem,8vw,6rem);padding-inline:var(--gutter);background:linear-gradient(180deg,var(--sage-100) 0%,var(--sand-50) 50%)}.eec-confirm__inner{max-width:32rem;margin:0 auto;text-align:center}.eec-confirm__inner--welcome{text-align:left;max-width:36rem}.eec-confirm__media{margin:0 0 clamp(1.5rem,3vw,2rem);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md);background:var(--sage-200);aspect-ratio:4 / 3}.eec-confirm__media img{width:100%;height:100%;object-fit:cover;object-position:center 40%;transform:scale(1.06);transform-origin:center;display:block}.eec-confirm__title{font-size:clamp(2rem,4.5vw,2.85rem);margin:0 0 .85rem;text-align:center}.eec-confirm__lede{font-size:var(--text-lg);color:var(--pine-800);margin:0 0 1.75rem}.eec-confirm__prompt{font-size:var(--text-base);color:var(--text-body);margin:0 0 1.75rem;line-height:1.65}.eec-confirm__body{font-size:var(--text-base);line-height:1.75;color:var(--text-body);margin:0 0 1em}.eec-confirm__signoff{font-family:var(--font-display);font-size:var(--text-lg);color:var(--pine-900);margin:1.75rem 0 1.25rem}.eec-confirm__ps{font-size:var(--text-sm);color:var(--text-muted);line-height:1.65;margin:0;padding-top:1rem;border-top:1px solid var(--border-subtle)}.eec-segment{text-align:left}.eec-segment__fieldset{border:0;margin:0 0 1.5rem;padding:0;min-width:0}.eec-segment__legend{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--pine-900);margin:0 0 1rem;padding:0;width:100%;text-align:center}.eec-segment__options{display:flex;flex-direction:column;gap:10px}.eec-segment__option{display:block;cursor:pointer;margin:0}.eec-segment__option input{position:absolute;opacity:0;pointer-events:none}.eec-segment__card{display:flex;align-items:flex-start;gap:12px;padding:1rem 1.15rem;background:var(--surface-card);border:1.5px solid var(--border-default);border-radius:var(--radius-md);transition:border-color var(--dur-fast) var(--ease-standard),box-shadow var(--dur-fast) var(--ease-standard),background var(--dur-fast) var(--ease-standard)}.eec-segment__option:hover .eec-segment__card{border-color:var(--sage-400);background:var(--sage-100)}.eec-segment__option input:focus-visible+.eec-segment__card{box-shadow:0 0 0 3px color-mix(in srgb,var(--focus-ring) 35%,transparent)}.eec-segment__option input:checked+.eec-segment__card{border-color:var(--pine-600);background:var(--sage-100);box-shadow:var(--shadow-xs)}.eec-segment__radio{flex:0 0 auto;width:1.15rem;height:1.15rem;margin-top:2px;border-radius:50%;border:2px solid var(--clay-500);background:var(--color-bg-raised);position:relative}.eec-segment__option input:checked+.eec-segment__card .eec-segment__radio{border-color:var(--pine-700);background:var(--pine-700);box-shadow:inset 0 0 0 3px var(--sand-50)}.eec-segment__label{font-size:var(--text-base);line-height:1.45;color:var(--text-body);font-weight:var(--weight-medium)}.eec-segment__submit{width:100%}.eec-segment__submit:disabled{opacity:.72;cursor:wait}@media(max-width:480px){.eec-day{grid-template-columns:1fr;gap:8px}.eec-hero__copy{text-align:left}}.fert-hub h2{font-family:var(--font-display);font-weight:var(--weight-regular);font-size:clamp(1.7rem,3.2vw,2.4rem);line-height:1.15;color:var(--text-heading);margin:0 0 24px;max-width:34ch}.fert-hub__narrow{max-width:var(--container-narrow);margin:0 auto;padding-inline:var(--gutter)}.fert-hub__wide{max-width:var(--container-max);margin:0 auto;padding-inline:var(--gutter)}.fert-hub__hero{background:var(--surface-band);padding:clamp(2.5rem,5vw,4.5rem) 0}.fert-hub__badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.fert-hub__badge{display:inline-flex;align-items:center;font-size:var(--text-2xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em;padding:5px 12px;border-radius:var(--radius-pill);line-height:1;border:1px solid transparent}.fert-hub__badge--sage{background:var(--sage-100);color:var(--pine-800);border-color:var(--sage-200)}.fert-hub__badge--gold{background:#f6eccb;color:var(--gold-600);border-color:var(--gold-300)}.fert-hub__hero h1{font-family:var(--font-display);font-weight:var(--weight-regular);font-size:clamp(2.2rem,4.5vw,3.25rem);line-height:1.05;color:var(--text-heading);margin:0}.fert-hub__section{padding:var(--section-y) 0 0}.fert-hub__section--tight-top{padding-top:var(--section-y)}.fert-hub__section--cta{padding:var(--section-y) 0}.fert-hub__lede{font-family:var(--font-display);font-style:italic;font-size:clamp(1.35rem,2.6vw,1.9rem);line-height:1.35;color:var(--brand-secondary);margin:0;max-width:40ch}.fert-hub__prose{font-size:var(--text-lg);line-height:1.8;color:var(--text-body);margin:0 0 20px}.fert-hub__lede+.fert-hub__prose{margin-top:20px}.fert-hub__prose--last{margin-bottom:0}.fert-hub__deep{background:var(--surface-band-deep);padding:var(--section-y) 0;margin-top:var(--section-y)}.fert-hub__deep-inner{max-width:var(--container-max);margin:0 auto;padding-inline:var(--gutter);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:clamp(1.75rem,4vw,3.5rem);align-items:start}.fert-hub__portrait{margin:0}.fert-hub__portrait-frame{aspect-ratio:3 / 4;border-radius:var(--radius-lg);overflow:hidden;background:var(--pine-900);box-shadow:var(--shadow-md)}.fert-hub__portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.fert-hub__portrait figcaption{margin-top:12px;font-size:var(--text-sm);line-height:1.45;color:var(--text-on-dark-muted);text-align:center}.fert-hub__deep-copy{min-width:0;max-width:40rem}.fert-hub__deep-quote{font-family:var(--font-display);font-style:italic;font-size:clamp(1.6rem,3.5vw,2.4rem);line-height:1.3;color:var(--sand-50);margin:16px 0 28px}.fert-hub__deep-body{font-size:var(--text-lg);line-height:1.8;color:var(--sand-50);opacity:.88;margin:0 0 18px}.fert-hub__deep-body.fert-hub__prose--last{margin-bottom:0}@media(max-width:720px){.fert-hub__deep-inner{grid-template-columns:1fr;gap:1.75rem}.fert-hub__portrait{max-width:none;width:100%}.fert-hub__portrait-frame{aspect-ratio:3 / 2}.fert-hub__portrait-frame img{object-position:center 25%}}.fert-hub__pullquote{border-left:3px solid var(--brand-secondary);padding-left:24px;margin:36px 0;font-family:var(--font-display);font-style:italic;font-size:var(--text-2xl);line-height:1.35;color:var(--text-heading)}.fert-hub__band{background:var(--surface-band);padding:var(--section-y) 0;margin-top:var(--section-y)}.fert-hub .nd{margin:36px 0 0;max-width:44rem;padding:28px;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"start . end" "steps steps steps" "cap cap cap";column-gap:3px;row-gap:0}.fert-hub .nd-end{max-width:20ch;margin-bottom:10px}.fert-hub .nd-end--start{grid-area:start}.fert-hub .nd-end--end{grid-area:end;justify-self:end;text-align:right}.fert-hub .nd-end b{display:block;font-family:var(--font-display);font-weight:var(--weight-regular);font-size:var(--text-lg);color:var(--text-heading)}.fert-hub .nd-end--end b{color:var(--brand-secondary)}.fert-hub .nd-end span{font-size:var(--text-sm);color:var(--text-muted);line-height:1.5}.fert-hub .nd-steps{grid-area:steps;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);column-gap:3px}.fert-hub .nd-step{display:flex;flex-direction:column;min-width:0}.fert-hub .nd-rail{display:block;height:14px;background:var(--sage-300)}.fert-hub .nd-step:first-child .nd-rail{border-radius:999px 0 0 999px}.fert-hub .nd-step--final .nd-rail{border-radius:0 999px 999px 0;background:var(--brand-secondary)}.fert-hub .nd-month{padding:14px 14px 0 0}.fert-hub .nd-month h4{margin:0;font-family:var(--font-body);font-size:var(--text-2xs);font-weight:var(--weight-semibold);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.fert-hub .nd-step--final .nd-month h4{color:var(--brand-secondary)}.fert-hub .nd-month>p:not(.nd-note):not(.nd-note-alt){margin:6px 0 0;font-size:var(--text-sm);line-height:1.55;color:var(--text-body)}.fert-hub .nd-month>.nd-note,.fert-hub .nd-month>.nd-note-alt{margin:14px 0 0;padding-top:12px;border-top:1px dashed var(--border-subtle);font-size:var(--text-sm);line-height:1.5}.fert-hub .nd-month>.nd-note{color:var(--text-muted)}.fert-hub .nd-month>.nd-note-alt{border-top-color:var(--brand-secondary);font-weight:var(--weight-semibold);color:var(--brand-secondary)}.fert-hub .nd figcaption{grid-area:cap;margin-top:20px;padding-top:16px;border-top:1px solid var(--border-subtle);font-size:var(--text-sm);color:var(--text-muted);line-height:1.6}.fert-hub__nd-follow{margin-top:24px}@media(max-width:640px){.fert-hub .nd{padding:20px;display:flex;flex-direction:column;gap:0}.fert-hub .nd-end{max-width:none;margin-bottom:0}.fert-hub .nd-end--start{margin-bottom:16px}.fert-hub .nd-end--end{justify-self:start;text-align:left;margin-top:4px}.fert-hub .nd-steps{display:flex;flex-direction:column;gap:0}.fert-hub .nd-step{display:grid;grid-template-columns:14px 1fr;column-gap:14px;align-items:stretch}.fert-hub .nd-rail{width:14px;height:auto;min-height:100%;align-self:stretch;border-radius:0}.fert-hub .nd-step:first-child .nd-rail{border-radius:999px 999px 0 0}.fert-hub .nd-step--final .nd-rail{border-radius:0 0 999px 999px;background:var(--brand-secondary)}.fert-hub .nd-month{padding:0 0 18px}.fert-hub .nd-step--final .nd-month{padding-bottom:16px}.fert-hub .nd-month>.nd-note,.fert-hub .nd-month>.nd-note-alt{margin-top:10px}.fert-hub .nd figcaption{margin-top:16px}}.fert-hub__steps{display:flex;flex-direction:column;gap:20px}.fert-hub__step{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:start}.fert-hub__step-num{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--brand-secondary);line-height:1.1;min-width:2.5ch}.fert-hub__step-title{font-family:var(--font-display);font-weight:var(--weight-medium);font-size:var(--text-xl);color:var(--text-heading);margin-bottom:6px}.fert-hub__step-body{margin:0;font-size:var(--text-base);line-height:1.7;color:var(--text-body)}.fert-hub__programs-head{text-align:center;max-width:42rem;margin-inline:auto}.fert-hub__programs-head .eyebrow{margin-bottom:var(--space-3)}.fert-hub__programs-head h2{max-width:none;font-size:var(--text-3xl);margin:0}.fert-hub__programs-head p{color:var(--text-muted);font-size:var(--text-lg);line-height:var(--leading-relaxed);margin:var(--space-4) 0 0}.fert-hub__programs{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}.fert-hub__card{border-radius:var(--radius-lg);padding:var(--space-6);background:var(--surface-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);transition:transform var(--dur-base) var(--ease-standard),box-shadow var(--dur-base) var(--ease-standard);display:flex;flex-direction:column;align-items:flex-start}.fert-hub__card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.fert-hub__card h3{font-family:var(--font-display);font-weight:var(--weight-medium);font-size:var(--text-xl);color:var(--text-heading);margin:16px 0 8px}.fert-hub__card p{font-size:var(--text-sm);line-height:1.65;color:var(--text-body);margin:0 0 16px;flex:1}.fert-hub__dot{display:block;width:40px;height:40px;border-radius:999px;box-shadow:inset 0 3px 6px #ffffff59,var(--shadow-xs)}.fert-hub__dot--leaf{background:var(--leaf-500)}.fert-hub__dot--terra{background:var(--terra-500)}.fert-hub__dot--teal{background:var(--teal-500)}.fert-hub__dot--clay{background:var(--clay-500)}.fert-hub__dot--gold{background:var(--gold-500)}.fert-hub__dot--sage{background:var(--sage-500)}.fert-hub__more{color:var(--brand-secondary);font-weight:var(--weight-semibold);text-decoration:none;display:inline-flex;align-items:center;gap:.35em;font-size:var(--text-sm);margin-top:auto}.fert-hub__more:hover{color:var(--brand-secondary-hover)}.fert-hub__crosslink{max-width:62ch;margin:40px auto 0;text-align:center;font-size:var(--text-base);line-height:1.75;color:var(--text-muted)}.fert-hub__crosslink a{color:var(--brand-secondary);font-weight:var(--weight-semibold)}.fert-hub__crosslink a:hover{color:var(--brand-secondary-hover)}.fert-hub__split{max-width:var(--container-max);margin:0 auto;padding-inline:var(--gutter);display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}.fert-hub__creds{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.fert-hub__creds li{display:flex;gap:14px;align-items:flex-start;font-size:var(--text-base);line-height:1.65;color:var(--text-body)}.fert-hub__cred-dot{margin-top:8px;flex:0 0 auto;width:10px;height:10px;border-radius:999px;background:var(--brand-secondary)}.fert-hub__closing{font-family:var(--font-display);font-style:italic;font-size:var(--text-2xl);line-height:1.4;color:var(--text-heading);margin:0}.fert-hub__cta{border-radius:var(--radius-lg);padding:var(--space-6);background:var(--surface-card-alt);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.fert-hub__cta h2{margin:12px 0}.fert-hub__cta-lede{font-size:var(--text-lg);line-height:1.7;color:var(--text-body);margin:0 0 24px}.fert-hub__cta-actions{display:flex;gap:14px;flex-wrap:wrap}.fert-hub__cta-note{font-size:var(--text-base);color:var(--text-body);line-height:1.7;margin:2rem 0 16px}.fert-hub__cta-note strong{color:var(--text-heading)}@media(max-width:900px){.fert-hub__programs,.fert-hub__split{grid-template-columns:1fr}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.library-index__hero{background:var(--surface-band);padding:clamp(2.75rem,6vw,4.75rem) var(--gutter) clamp(1.75rem,3vw,2.75rem);text-align:center}.library-index__hero-inner{max-width:var(--container-narrow);margin:0 auto}.library-index__hero .eyebrow{display:block;margin-bottom:.85rem}.library-index__hero h1{margin:0 0 1rem;font-size:clamp(2.25rem,5vw,3.25rem)}.library-index__lede{margin:0 auto;max-width:52ch;font-size:var(--text-lg);line-height:1.65;color:var(--text-body)}.library-index__list{max-width:var(--container-max);margin:0 auto;padding:var(--space-8) var(--gutter) var(--section-y)}.library-index__empty{margin:0;text-align:center;color:var(--text-muted);font-size:var(--text-lg)}.library-index__cards{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:1.5rem}.library-card{display:flex;flex-direction:column;height:100%;gap:.75rem}.library-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.library-card__meta time{font-size:var(--text-sm);color:var(--text-muted)}.library-card__title{margin:0;font-family:var(--font-display);font-size:clamp(1.25rem,2.2vw,1.5rem);font-weight:var(--weight-regular);line-height:1.25;color:var(--text-heading)}.library-card__title a{color:inherit;text-decoration:none}.library-card__title a:hover{color:var(--brand-primary)}.library-card__desc{margin:0;flex:1;font-size:var(--text-base);line-height:1.65;color:var(--text-body)}.library-card__link{margin-top:.35rem;font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--brand-secondary);text-decoration:none}.library-card__link:hover{color:var(--brand-secondary-hover);text-decoration:underline;text-underline-offset:.18em}.library-progress{position:fixed;top:0;left:0;right:0;height:3px;background:#1f332914;z-index:60;pointer-events:none}.library-progress__bar{height:100%;width:0%;background:var(--terra-500);transition:width .12s linear}.library-post__hero{padding:clamp(3.5rem,7vw,4.5rem) var(--gutter) 0;text-align:center}.library-post__hero-inner{max-width:var(--container-narrow);margin:0 auto}.library-post__badge-row{display:flex;justify-content:center;margin-bottom:1.35rem}.library-post__title{margin:0 0 1.25rem;font-family:var(--font-display);font-weight:var(--weight-regular);font-size:clamp(2.15rem,5vw,3.4rem);line-height:1.12;letter-spacing:-.01em;color:var(--text-heading);text-wrap:pretty}.library-post__lede{margin:0 auto 2rem;max-width:38rem;font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.6;color:var(--text-body);text-wrap:pretty}.library-post__byline{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.35rem 0 0;border-top:1px solid var(--border-subtle);max-width:32rem;margin:0 auto}.library-post__avatar{width:54px;height:54px;flex:none;border-radius:50%;object-fit:cover;object-position:center 20%;background:var(--sand-100)}.library-post__byline-text{text-align:left}.library-post__author{font-weight:var(--weight-semibold);font-size:var(--text-sm);color:var(--text-heading)}.library-post__dates{margin-top:.15rem;font-size:.85rem;color:var(--text-muted)}.library-post__dates-sep{margin:0 .35rem}.library-post__featured{max-width:1080px;margin:3.25rem auto 0;padding:0 var(--gutter)}.library-post__featured img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover;border-radius:var(--radius-xl);background:var(--sand-100);box-shadow:var(--shadow-sm)}.library-post__featured figcaption{margin-top:.85rem;font-size:.85rem;color:var(--text-muted);text-align:center}.library-post__body{max-width:var(--container-narrow);margin:0 auto;padding:clamp(2.75rem,5vw,4rem) var(--gutter) 0;font-size:1.0625rem;line-height:1.75;color:var(--text-body)}.library-post__body :where(p){margin:0 0 1.5rem}.library-post__body :where(h2),.library-post__video>h2{margin:2.75rem 0 1rem;font-family:var(--font-display);font-weight:var(--weight-regular);font-size:clamp(1.65rem,3vw,2rem);line-height:1.2;color:var(--text-heading);scroll-margin-top:5.5rem}.library-post__body :where(h3){margin:2rem 0 .75rem;font-family:var(--font-display);font-weight:var(--weight-regular);font-size:clamp(1.25rem,2.2vw,1.5rem);line-height:1.25;color:var(--text-heading);scroll-margin-top:5.5rem}.library-post__body :where(ul,ol){margin:0 0 1.75rem;padding:0 0 0 1.35rem;display:grid;gap:.65rem}.library-post__body :where(li::marker){color:var(--pine-600)}.library-post__body :where(strong){font-weight:var(--weight-semibold);color:var(--text-heading)}.library-post__body :where(a){color:var(--brand-secondary);font-weight:var(--weight-medium);text-decoration:none;text-underline-offset:.18em}.library-post__body :where(a:hover){color:var(--brand-secondary-hover);text-decoration:underline}.library-post__body :where(blockquote){margin:2.25rem 0;border-left:3px solid var(--terra-500);padding-left:1.5rem;font-family:var(--font-display);font-style:italic;font-weight:var(--weight-regular);font-size:clamp(1.35rem,2.8vw,1.85rem);line-height:1.3;color:var(--text-heading);text-wrap:pretty}.library-post__body :where(figcaption){font-size:.85rem;color:var(--text-muted);margin-top:.75rem}.library-toc{background:var(--sand-100);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.5rem 1.75rem;margin:0 0 2.5rem}.library-toc__label{font-family:var(--font-body);font-size:.7rem;font-weight:var(--weight-bold);letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.library-toc__list{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.library-toc__list li{display:flex;gap:.85rem;align-items:baseline}.library-toc__num{font-family:var(--font-display);font-size:.95rem;color:var(--terra-500);flex:none}.library-toc__list a{font-family:var(--font-display);font-size:clamp(1.05rem,2vw,1.15rem);font-weight:var(--weight-regular);line-height:1.3;color:var(--text-heading);text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--dur-base) var(--ease-standard)}.library-toc__list a:hover{color:var(--text-heading);border-bottom-color:var(--terra-500);text-decoration:none}.library-post__video{margin:0 0 .5rem}.library-post__video>h2:first-child{margin-top:2.75rem}.library-video{margin:0 0 .5rem;padding:0}.library-video__frame{position:relative;aspect-ratio:16 / 9;border-radius:var(--radius-lg);overflow:hidden;background:var(--pine-900);box-shadow:var(--shadow-md, 0 8px 24px rgba(31, 51, 41, .09))}.library-video__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.library-video__poster{position:relative;display:block;aspect-ratio:16 / 9;border-radius:var(--radius-lg);overflow:hidden;background:var(--pine-900);box-shadow:var(--shadow-md, 0 8px 24px rgba(31, 51, 41, .09));text-decoration:none}.library-video__poster img,.library-video__poster-fallback{display:block;width:100%;height:100%;object-fit:cover}.library-video__poster-fallback{background:linear-gradient(145deg,var(--pine-800),var(--pine-900))}.library-video__play{position:absolute;inset:0;display:grid;place-items:center;background:#1f332947;pointer-events:none}.library-video__play-icon{width:82px;height:82px;border-radius:50%;background:var(--terra-500);display:grid;place-items:center;box-shadow:0 8px 24px #1f332947}.library-video__play-icon:after{content:"";width:0;height:0;border-style:solid;border-width:15px 0 15px 25px;border-color:transparent transparent transparent var(--sand-50);margin-left:6px;display:block}.library-video figcaption{font-size:.85rem;color:var(--text-muted);margin-top:.85rem}.library-video figcaption a{color:var(--terra-500);font-weight:var(--weight-medium);text-decoration:none}.library-video figcaption a:hover{color:var(--terra-600);text-decoration:underline;text-underline-offset:.18em}.library-post__tags{max-width:var(--container-narrow);margin:2rem auto 0;padding:0 var(--gutter);display:flex;flex-wrap:wrap;gap:.5rem}.library-post__back{max-width:var(--container-narrow);margin:2rem auto 0;padding:0 var(--gutter) clamp(2rem,4vw,3rem)}.library-post__back a{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--brand-primary);text-decoration:none}.library-post__back a:hover{color:var(--brand-primary-hover);text-decoration:underline;text-underline-offset:.18em}.library-post__cta{background:var(--pine-800);color:var(--text-on-dark);margin-top:0;padding:clamp(3.5rem,7vw,5rem) var(--gutter)}.library-post__cta-inner{max-width:var(--container-narrow);margin:0 auto;text-align:center}.library-post__cta h2{margin:0 0 1rem;font-family:var(--font-display);font-weight:var(--weight-regular);font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15;color:var(--text-on-dark);text-wrap:pretty}.library-post__cta p{margin:0 auto 1.75rem;max-width:36rem;font-size:var(--text-lg);line-height:1.65;color:var(--text-on-dark-muted)}.library-post__cta-actions{display:flex;gap:.85rem;justify-content:center;flex-wrap:wrap}.library-related{padding:clamp(3.5rem,7vw,5rem) var(--gutter)}.library-related__inner{max-width:1080px;margin:0 auto}.library-related__label{font-family:var(--font-body);font-size:.7rem;font-weight:var(--weight-bold);letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem}.library-related__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:1.75rem}.library-related__card{display:block;text-decoration:none;color:inherit;background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:transform var(--dur-base) var(--ease-standard),box-shadow var(--dur-base) var(--ease-standard)}.library-related__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);color:inherit;text-decoration:none}.library-related__cat{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--terra-500);font-weight:var(--weight-bold);margin-bottom:.75rem}.library-related__title{margin:0 0 .6rem;font-family:var(--font-display);font-weight:var(--weight-regular);font-size:1.35rem;line-height:1.25;color:var(--text-heading)}.library-related__desc{margin:0;font-size:.95rem;line-height:1.6;color:var(--text-body)}
