body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main-navigation-header{background-color:#1a1a1a;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.header-content-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.branding-section{text-align:left}.home-link{text-decoration:none;color:inherit;cursor:pointer}.home-link:hover,.home-link:focus{text-decoration:none;color:inherit}.organization-logo{height:30px;width:auto;margin:0 0 .5rem}.organization-tagline{font-size:.9rem;margin:0;color:#ccc;font-style:italic}.hamburger-menu-button{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-line{width:2rem;height:.25rem;background:#ccc;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.hamburger-menu-button.menu-open .hamburger-line:first-child{transform:rotate(45deg)}.hamburger-menu-button.menu-open .hamburger-line:nth-child(2){opacity:0}.hamburger-menu-button.menu-open .hamburger-line:nth-child(3){transform:rotate(-45deg)}.primary-navigation{margin-top:1rem}.navigation-menu-list{list-style:none;margin:0;padding:0;display:flex;gap:2rem}.navigation-menu-item{margin:0}.navigation-link{color:#ccc;text-decoration:none;font-weight:500;transition:color .3s ease;padding:.5rem 1rem;border-radius:4px}.navigation-link:hover,.navigation-link:focus{color:#fff;background-color:#ffffff1a;text-decoration:none}@media (max-width: 768px){.header-content-container{flex-direction:row;justify-content:space-between;align-items:center;position:relative}.branding-section{text-align:left;margin-bottom:0}.organization-logo{height:25px}.hamburger-menu-button{display:flex}.primary-navigation{display:none;position:absolute;top:100%;left:0;right:0;background-color:#1a1a1a;border-top:1px solid #333;padding:1rem;margin-top:0;z-index:9}.primary-navigation.nav-open{display:block}.navigation-menu-list{flex-direction:column;gap:.5rem}.navigation-link{display:block;text-align:center;padding:1rem;border-bottom:1px solid #333}.navigation-link:last-child{border-bottom:none}}.site-footer{background-color:#343a40;color:#fff;margin-top:auto}.footer-content-container{max-width:1200px;margin:0 auto;padding:3rem 1rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}.footer-info-section,.footer-contact-section,.footer-links-section{margin-bottom:1rem}.footer-organization-name{font-size:1.5rem;margin-bottom:1rem;color:#fff}.footer-mission-statement{color:#adb5bd;line-height:1.6;margin-bottom:0}.footer-section-title{font-size:1.1rem;margin-bottom:1rem;color:#fff}.footer-contact-info{color:#adb5bd;line-height:1.6;margin-bottom:1rem}.social-media-links{display:flex;gap:1rem;margin-top:1rem}.social-link{color:#adb5bd;text-decoration:none;transition:color .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#ffffff1a}.social-link:hover{color:#fff;transform:translateY(-2px);background-color:#fff3}.social-link:focus{outline:2px solid #ffffff;outline-offset:2px}.external-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.external-link{color:#adb5bd;text-decoration:none;transition:color .3s ease;padding:.25rem 0;border-bottom:1px solid transparent}.external-link:hover{color:#fff;border-bottom-color:#fff}.external-link:focus{outline:2px solid #ffffff;outline-offset:2px}.footer-copyright-section{max-width:1200px;margin:0 auto;padding:1rem;border-top:1px solid #495057;text-align:center}.copyright-text{color:#6c757d;margin:0;font-size:.9rem}@media (max-width: 768px){.footer-content-container{grid-template-columns:1fr;padding:2rem 1rem 1rem}.footer-organization-name{font-size:1.3rem}.social-media-links{justify-content:center;margin-top:1.5rem}}.main-site-layout{min-height:100vh;display:flex;flex-direction:column}.primary-content-area{flex:1;background-color:#f8f9fa}.page-title-section{background-color:#fff;padding:2rem 0;border-bottom:1px solid #e9ecef}.page-main-title{max-width:1200px;margin:0 auto;padding:0 1rem;font-size:2.5rem;color:#333;text-align:center}.content-wrapper{max-width:1200px;margin:0 auto;padding:0 1rem 2rem}.content-wrapper>*:not(.home-page-container):first-child{padding-top:2rem}.home-page-container{padding-top:0}@media (max-width: 768px){.page-main-title{font-size:2rem}}.home-page-container{width:100%}.fullwidth-hero-section{position:relative;width:100vw;margin-left:calc(-50vw + 50%);height:70vh;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;overflow:hidden}.hero-background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:grayscale(100%) contrast(110%) brightness(90%);z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:2}.hero-content-wrapper{position:relative;max-width:800px;margin:0 auto;padding:0 2rem;z-index:3}.welcome-main-heading{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.welcome-description{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6}.call-to-action-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.primary-action-button,.secondary-action-button,.tertiary-action-button{padding:1rem 2rem;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease;display:inline-block}.primary-action-button{background-color:#e74c3c;color:#fff}.primary-action-button:hover{background-color:#c0392b;transform:translateY(-2px)}.secondary-action-button{background-color:transparent;color:#fff;border:2px solid white}.secondary-action-button:hover{background-color:#fff;color:#2c3e50}.tertiary-action-button{background-color:#fff;color:#2c3e50;border:2px solid #4a4a4a}.tertiary-action-button:hover{background-color:#f2f4f6;border-color:#2c3e50;color:#2c3e50;transform:translateY(-2px)}.narrative-section{padding:4rem 2rem;background-color:#fff}.narrative-content-wrapper{max-width:900px;margin:0 auto;text-align:center}.narrative-description{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:2rem;text-align:left}.community-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem;padding:2rem 0}.stat-item{text-align:center;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 10px #0000001a}.stat-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center}svg.stat-icon{height:40px;width:40px;color:#e74c3c}.stat-number{font-size:2.5rem;font-weight:700;color:#e74c3c;margin-top:1.5rem;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#555;margin:0;font-weight:500}.core-principles-section{padding:4rem 2rem;background-color:#f8f9fa}.principles-grid-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.principle-item{background-color:#fff;padding:2rem 1.5rem;border-radius:8px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.principle-icon{margin-bottom:1rem;display:flex;justify-content:center;align-items:center}svg.principle-icon{height:40px;width:40px;color:#e74c3c}.principle-title{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.principle-description{font-size:.95rem;line-height:1.6;color:#555;margin:0}.credo-section{padding:4rem 2rem;background-color:#e74c3c;background-color:#e74c3cd9}.credo-content-wrapper{max-width:800px;margin:0 auto;text-align:center}.credo-logo{height:80px;width:auto;margin-bottom:2rem}.credo-text{font-size:1.8rem;font-weight:600;line-height:1.6;color:#fff;margin:0}.community-information-section{padding:4rem 2rem;background-color:#f8f9fa}.information-content-wrapper{max-width:800px;margin:0 auto;text-align:center}.community-description{font-size:1.2rem;line-height:1.7;margin-bottom:2rem;color:#555}.community-call-to-action{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}@media (max-width: 768px){.welcome-main-heading{font-size:2.5rem}.welcome-description{font-size:1.1rem}.call-to-action-buttons{flex-direction:column;align-items:center}.primary-action-button,.secondary-action-button,.tertiary-action-button{min-width:150px}.community-call-to-action{flex-direction:column;align-items:center}.section-main-title{font-size:2rem}.community-stats{grid-template-columns:1fr;gap:1rem}.stat-number{font-size:2rem}.principles-grid-container{grid-template-columns:1fr;gap:1.5rem}.principle-item{padding:1.5rem}.principle-title{font-size:1.2rem}.credo-logo{height:60px}.credo-text{font-size:1.4rem}}.about-page-container{width:100%}.about-hero-section{background:#e2725b;color:#fff;padding:4rem 2rem;text-align:center}.about-main-heading{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.about-description{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6}.mission-statement-section{padding:4rem 2rem;background-color:#fff}.mission-content-wrapper{max-width:800px;margin:0 auto;text-align:center}.mission-description{font-size:1.2rem;line-height:1.7;color:#555}.history-section{padding:4rem 2rem;background-color:#f8f9fa}.history-content-wrapper{max-width:800px;margin:0 auto}.history-description{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#555}.values-section{padding:4rem 2rem;background-color:#fff}.values-grid-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.value-card-item{background-color:#f8f9fa;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease}.value-card-item:hover{transform:translateY(-5px)}.value-title{font-size:1.5rem;margin-bottom:1rem;color:#495057;font-weight:600}.value-description{line-height:1.6;color:#555}@media (max-width: 768px){.about-main-heading{font-size:2.5rem}.about-description{font-size:1.1rem}.section-main-title{font-size:2rem}.values-grid-container{grid-template-columns:1fr}}.schedule-page-container{width:100%}.schedule-hero-section{background:#e2725b;color:#fff;padding:4rem 2rem;text-align:center}.schedule-main-heading{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.schedule-description{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6}.workout-description-section{padding:2rem;background-color:#fff}.description-content-wrapper{max-width:800px;margin:0 auto;text-align:center}.workout-brief-description{font-size:1.2rem;line-height:1.6;color:#555;margin:0}.workout-map-section{padding:2rem;background-color:#fff}.map-container{max-width:1200px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.locations-section{padding:4rem 2rem;background-color:#f8f9fa}.locations-grid-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.location-card-item{background-color:#fff;padding:2rem;border-radius:8px;text-align:center;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease}.location-card-item:hover{transform:translateY(-5px)}.location-title{font-size:1.3rem;margin-bottom:1rem;color:#495057;font-weight:600}.location-description{line-height:1.6;color:#555}.workout-schedule-section{padding:4rem 2rem;background-color:#f8f9fa}.tab-container{max-width:1200px;margin:0 auto}.tab-buttons{display:flex;justify-content:center;margin-bottom:2rem;gap:.5rem;flex-wrap:wrap}.tab-button{background-color:#fff;border:2px solid #495057;color:#495057;padding:.75rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.tab-button:hover{background-color:#495057;color:#fff;transform:translateY(-2px)}.tab-button.active{background-color:#495057;color:#fff;box-shadow:0 4px 12px #4950574d}.tab-content{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.table-container{overflow-x:auto}.workout-table{width:100%;border-collapse:collapse;font-size:.9rem}.workout-table th{background-color:#495057;color:#fff;padding:1rem .75rem;text-align:left;font-weight:600;border-bottom:2px solid #495057}.workout-table td{padding:1rem .75rem;border-bottom:1px solid #e0e0e0;color:#555;vertical-align:top}.workout-table tr:hover{background-color:#f8f9fa}.workout-table tr:last-child td{border-bottom:none}.notes-column{max-width:200px;word-wrap:break-word;font-size:.85rem;line-height:1.4}@media (max-width: 768px){.schedule-main-heading{font-size:2.5rem}.schedule-description{font-size:1.1rem}.section-main-title{font-size:2rem}.workout-brief-description{font-size:1.1rem}.workout-map-section{padding:1rem}.map-container iframe{height:400px}.locations-grid-container{grid-template-columns:1fr}.tab-buttons{flex-direction:column}.tab-button{padding:.75rem 1.5rem;font-size:.9rem}.workout-table{font-size:.8rem}.workout-table th,.workout-table td{padding:.75rem .5rem}.notes-column{max-width:150px;font-size:.75rem}}.fng-page-container{width:100%}.fng-hero-section{background:#e2725b;color:#fff;padding:4rem 2rem;text-align:center}.fng-main-heading{font-size:3rem;margin-bottom:1.5rem;font-weight:700}.fng-description{font-size:1.3rem;line-height:1.6;margin-bottom:2rem;color:#ffffffe6}.first-workout-section{padding:4rem 2rem;background-color:#fff}.section-main-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.first-workout-content-wrapper{max-width:1000px;margin:0 auto;text-align:center}.first-workout-description{font-size:1.2rem;line-height:1.7;margin-bottom:3rem;color:#555}.video-placeholder{margin:3rem 0}.vimeo-embed-container{max-width:800px;margin:0 auto;position:relative;background-color:#f8f9fa;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}.video-placeholder-content{text-align:center;color:#6c757d}.video-placeholder-content p{margin:.5rem 0;font-size:1.1rem;font-weight:500}.video-placeholder-content p:first-child{font-size:1.3rem;color:#495057}.preparation-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;text-align:left}.preparation-card-item{background-color:#f8f9fa;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.preparation-title{font-size:1.5rem;margin-bottom:1rem;color:#495057;font-weight:600}.preparation-list{margin-bottom:1rem;padding-left:1.5rem}.preparation-list li{margin-bottom:.5rem;color:#555}.preparation-note{font-style:italic;color:#777;margin-bottom:0}.fng-encouragement-section{padding:4rem 2rem;background-color:#fff}.encouragement-content-wrapper{max-width:800px;margin:0 auto;text-align:center}.encouragement-description{font-size:1.2rem;line-height:1.7;margin-bottom:2rem;color:#555}.call-to-action-section{margin-top:3rem;padding:2rem;background:linear-gradient(135deg,#6c757d,#5a6268);border-radius:8px;color:#fff}.call-to-action-text{font-size:1.1rem;line-height:1.7;margin:0}.call-to-action-text a,.call-to-action-text a:visited{color:#fff}.podcast-section{padding:4rem 2rem;background-color:#f8f9fa}.podcast-content-wrapper{max-width:800px;margin:0 auto}.podcast-description{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#555}.podcast-link-container{text-align:center;margin-top:2rem}.podcast-link{display:inline-block;font-size:1.1rem;color:#2c3e50;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border:2px solid #2c3e50;border-radius:8px;transition:all .3s ease}.podcast-link:hover{background-color:#2c3e50;color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #2c3e504d}@media (max-width: 768px){.fng-main-heading{font-size:2.5rem}.fng-description{font-size:1.1rem}.section-main-title{font-size:2rem}.preparation-grid-container,.highlights-item-list{grid-template-columns:1fr}}.pagination-controls{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:3rem auto 2rem;padding:1.5rem 2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;gap:2rem}.results-per-page{display:flex;align-items:center;gap:.75rem}.results-per-page label{font-size:.95rem;font-weight:500;color:#2c3e50;white-space:nowrap}.results-per-page-select{padding:.5rem .75rem;border:2px solid #e9ecef;border-radius:6px;background-color:#fff;font-size:.9rem;font-weight:500;color:#2c3e50;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease}.results-per-page-select:hover{border-color:#e74c3c}.results-per-page-select:focus{outline:none;border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.page-navigation{display:flex;align-items:center;gap:1rem}.pagination-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:2px solid #e74c3c;border-radius:6px;background-color:#fff;color:#e74c3c;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.pagination-button:hover:not(:disabled){background-color:#e74c3c;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #e74c3c33}.pagination-button:active:not(:disabled){transform:translateY(0)}.pagination-button:disabled{opacity:.4;cursor:not-allowed;border-color:#ccc;color:#999}.pagination-button:disabled:hover{background-color:#fff;color:#999;transform:none;box-shadow:none}.pagination-button svg{width:18px;height:18px}.page-info{font-size:.95rem;font-weight:600;color:#2c3e50;padding:.75rem 1rem;background-color:#f8f9fa;border-radius:6px;border:2px solid #e9ecef;white-space:nowrap}@media (max-width: 768px){.pagination-controls{margin:2rem auto 1.5rem;padding:1.25rem 1.5rem;gap:1.5rem}.page-navigation{gap:.75rem}.pagination-button{padding:.6rem 1rem;font-size:.85rem}.pagination-button svg{width:16px;height:16px}.page-info{padding:.6rem .8rem;font-size:.9rem}.results-per-page label{font-size:.9rem}.results-per-page-select{font-size:.85rem;padding:.45rem .6rem}}@media (max-width: 480px){.pagination-controls{flex-direction:column;margin:1.5rem auto 1rem;padding:1rem;gap:1.25rem;align-items:stretch}.results-per-page{justify-content:center}.results-per-page label{font-size:.85rem}.results-per-page-select{font-size:.8rem;padding:.4rem .5rem}.page-navigation{justify-content:center;gap:.5rem}.pagination-button{padding:.5rem .75rem;font-size:.8rem;gap:.25rem}.pagination-button svg{width:14px;height:14px}.page-info{padding:.5rem .6rem;font-size:.8rem}}.archives-container{width:100%}.archives-header-section{background-color:#fff;padding:3rem 2rem;text-align:center;margin-bottom:2rem}.archives-main-title{font-size:3rem;font-weight:700;color:#2c3e50;margin:0 0 1.5rem}.archives-description{font-size:1.2rem;line-height:1.6;color:#666;max-width:700px;margin:0 auto}.archives-content-section{padding:0 1rem 2rem}.archives-posts-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}.archive-post-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;height:100%;display:flex;flex-direction:column}.archive-post-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #00000026}.post-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.post-card-link:hover{text-decoration:none;color:inherit}.card-header{padding:1.5rem 1.5rem 1rem}.card-title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0 0 1rem;line-height:1.3}.card-date{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#666;font-weight:500}.date-icon{width:16px;height:16px;color:#e74c3c}.card-metadata{padding:0 1.5rem 1rem}.metadata-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.75rem}.metadata-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem}.metadata-item.metadata-pax-item{grid-column:span 2}.metadata-icon{width:14px;height:14px;color:#e74c3c;flex-shrink:0;margin-top:.1rem}.metadata-text{line-height:1.4;color:#555}.metadata-text strong{color:#2c3e50;font-weight:600}.card-content{padding:0 1.5rem 1rem;flex:1}.card-excerpt{font-size:.95rem;line-height:1.5;color:#666;margin:0}.card-footer{padding:1rem 1.5rem;background-color:#f8f9fa;border-top:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;margin-top:auto}.card-author{font-size:.9rem;color:#666;font-weight:500}.read-more-text{font-size:.9rem;color:#e74c3c;font-weight:600;transition:color .3s ease}.post-card-link:hover .read-more-text{color:#c0392b}.breadcrumb-nav{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;font-size:.95rem}.breadcrumb-link{color:#e74c3c;text-decoration:none;font-weight:500;transition:color .3s ease}.breadcrumb-link:hover{color:#c0392b;text-decoration:underline}.breadcrumb-separator{color:#999;font-weight:700;margin:0 .25rem}.breadcrumb-current{color:#666;font-weight:500}.archives-empty-state{text-align:center;padding:4rem 2rem;color:#666}.archives-empty-state h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.archives-empty-state p{font-size:1.1rem;margin:0 0 2rem}.archives-empty-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 900px){.archives-posts-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.archives-header-section{padding:2rem 1.5rem}.archives-main-title{font-size:2.5rem;margin-bottom:1rem}.archives-description{font-size:1.1rem}.archives-content-section{padding:0 .5rem 2rem}.card-header{padding:1.25rem 1.25rem .75rem}.card-title{font-size:1.3rem}.card-metadata{padding:0 1.25rem .75rem}.metadata-row{grid-template-columns:1fr;gap:.75rem}.metadata-item.metadata-pax-item{grid-column:span 1}.card-content{padding:0 1.25rem .75rem}.card-footer{padding:.75rem 1.25rem}}@media (max-width: 480px){.archives-header-section{padding:1.5rem 1rem}.archives-main-title{font-size:2rem}.archives-description{font-size:1rem}.archives-content-section{padding:0 .25rem 1.5rem}.card-header,.card-metadata,.card-content{padding-left:1rem;padding-right:1rem}.card-footer{padding:.75rem 1rem}.card-title{font-size:1.2rem}.metadata-text{font-size:.85rem}.card-excerpt{font-size:.9rem}.archives-empty-actions{flex-direction:column;align-items:center}.breadcrumb-nav{font-size:.9rem;gap:.25rem}.breadcrumb-separator{margin:0 .1rem}}.archive-post-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:2rem auto;max-width:900px;overflow:hidden}.post-header-section{background-color:#2c3e50;color:#fff;padding:3rem 2rem 2rem;text-align:center}.post-main-title{font-size:2.5rem;font-weight:700;margin:0 0 2rem;color:#fff}.post-metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.metadata-item{display:flex;align-items:flex-start;gap:.75rem;text-align:left}.metadata-item.metadata-pax{grid-column:1 / -1}.metadata-icon{flex-shrink:0;padding:.5rem;background-color:#ffffff1a;border-radius:6px;display:flex;align-items:center;justify-content:center}.metadata-icon svg{width:20px;height:20px;color:#e74c3c}.metadata-content{flex:1;min-width:0}.metadata-label{display:block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffffb3;margin-bottom:.25rem}.metadata-value{display:block;font-size:1.1rem;font-weight:500;color:#fff;line-height:1.4}.metadata-value-list{display:flex;flex-wrap:wrap;gap:.25rem 0}.metadata-value-list .metadata-value{display:inline}.pax-list{display:flex;flex-wrap:wrap;gap:.5rem 0}.pax-member{font-size:1rem;font-weight:500;color:#fff;line-height:1.4}.post-content-section{padding:3rem 2rem}.post-rich-content{font-size:1.1rem;line-height:1.7;color:#333}.post-rich-content h3{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:2rem 0 1rem;border-left:4px solid #e74c3c;padding-left:1rem}.post-rich-content p{margin-bottom:1.5rem}.post-rich-content ul,.post-rich-content ol{margin:1.5rem 0;padding-left:2rem}.post-rich-content li{margin-bottom:.5rem;line-height:1.6}.post-rich-content strong{font-weight:600;color:#2c3e50}.post-rich-content em{font-style:italic;color:#555}.post-footer-section{background-color:#f8f9fa;padding:1.5rem 2rem;border-top:1px solid #e9ecef}.post-author-info{text-align:center;font-size:1rem}.author-label{color:#666;margin-right:.5rem}.author-name{font-weight:600;color:#2c3e50}@media (max-width: 768px){.archive-post-container{margin:1rem;border-radius:6px}.post-header-section{padding:2rem 1.5rem 1.5rem}.post-main-title{font-size:2rem;margin-bottom:1.5rem}.post-metadata-grid{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}.metadata-item{gap:.5rem}.metadata-icon{padding:.4rem}.metadata-icon svg{width:18px;height:18px}.metadata-value{font-size:1rem}.pax-list{gap:.25rem 0}.pax-member{font-size:.95rem}.post-content-section{padding:2rem 1.5rem}.post-rich-content{font-size:1rem}.post-rich-content h3{font-size:1.3rem;margin:1.5rem 0 .75rem;padding-left:.75rem}.post-rich-content ul,.post-rich-content ol{padding-left:1.5rem}.post-footer-section{padding:1rem 1.5rem}.post-author-info{font-size:.95rem}}@media (max-width: 480px){.post-header-section{padding:1.5rem 1rem}.post-main-title{font-size:1.75rem}.post-content-section{padding:1.5rem 1rem}.post-footer-section{padding:1rem}}.not-found-page-container{width:100%}.not-found-hero-section{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:6rem 2rem 4rem;text-align:center;min-height:60vh;display:flex;align-items:center;justify-content:center}.hero-content-wrapper{max-width:800px;margin:0 auto}.error-code{font-size:8rem;font-weight:900;color:#e74c3c;line-height:1;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.not-found-heading{font-size:3rem;margin-bottom:1.5rem;font-weight:700;color:#fff}.not-found-description{font-size:1.2rem;line-height:1.6;margin-bottom:3rem;color:#ffffffe6;max-width:600px;margin-left:auto;margin-right:auto}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.not-found-actions .primary-action-button,.not-found-actions .secondary-action-button,.not-found-actions .tertiary-action-button{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease}.not-found-actions .primary-action-button{background-color:#e74c3c;color:#fff}.not-found-actions .primary-action-button:hover{background-color:#c0392b;transform:translateY(-2px)}.not-found-actions .secondary-action-button{background-color:transparent;color:#fff;border:2px solid white}.not-found-actions .secondary-action-button:hover{background-color:#fff;color:#2c3e50}.not-found-actions .tertiary-action-button{background-color:#fff;color:#2c3e50;border:2px solid #4a4a4a}.not-found-actions .tertiary-action-button:hover{background-color:#f2f4f6;border-color:#2c3e50;color:#2c3e50;transform:translateY(-2px)}.helpful-links-section{padding:4rem 2rem;background-color:#fff}.links-content-wrapper{max-width:1000px;margin:0 auto;text-align:center}.section-title{font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.helpful-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.helpful-link{background-color:#f8f9fa;padding:2rem;border-radius:8px;text-decoration:none;color:inherit;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.helpful-link:hover{transform:translateY(-5px);box-shadow:0 4px 20px #00000026;text-decoration:none;color:inherit}.link-title{font-size:1.3rem;font-weight:600;color:#e74c3c;margin-top:0;margin-bottom:.5rem}.link-description{color:#555;line-height:1.5;margin:0}.back-navigation{margin-top:2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:transparent;color:#2c3e50;border:2px solid #2c3e50;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.back-button:hover{background-color:#2c3e50;color:#fff;transform:translateY(-2px)}.back-button:focus{outline:2px solid #e74c3c;outline-offset:2px}@media (max-width: 768px){.not-found-hero-section{padding:4rem 2rem 3rem;min-height:50vh}.error-code{font-size:6rem}.not-found-heading{font-size:2.5rem}.not-found-description{font-size:1.1rem}.not-found-actions{flex-direction:column;align-items:center}.not-found-actions .primary-action-button,.not-found-actions .secondary-action-button,.not-found-actions .tertiary-action-button{min-width:150px;justify-content:center}.section-title{font-size:2rem}.helpful-links-grid{grid-template-columns:1fr}}.content-link{color:#2c3e50;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative}.content-link:hover{color:#e74c3c;text-decoration:underline}.content-link:focus{outline:2px solid #e74c3c;outline-offset:2px;border-radius:2px}.content-link:visited{color:#495057}.content-link:visited:hover{color:#e74c3c}
