.navbar{background-color:#33612f;min-height:var(--site-nav-height);padding:0;box-shadow:0 2px 5px #0000001a;position:sticky;top:0;z-index:100;display:flex;align-items:center}.nav-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:inline-flex;align-items:center;gap:.6rem;font-size:1.5rem;font-weight:700;color:#fff;transition:color .3s ease}.nav-logo-icon{width:2.25rem;height:2.25rem;object-fit:contain;flex:0 0 auto}.nav-logo:hover{color:#f7eed3}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-item{position:relative}.nav-link{color:#ecf0f1;transition:color .3s ease;font-weight:500}.nav-link:hover{color:#f7eed3}@media (max-width: 768px){.navbar{min-height:var(--site-nav-height)}.nav-container{flex-direction:column;gap:.35rem;padding-top:.35rem;padding-bottom:.35rem}.nav-menu{flex-wrap:wrap;justify-content:center;gap:1rem}.nav-logo{font-size:1.2rem}}.footer{background-color:#33612f;color:#ecf0f1;padding:1rem 0;margin-top:2rem}.footer-bottom{text-align:center;max-width:1200px;margin:0 auto;padding-left:20px;padding-right:20px}.footer-bottom p{font-size:.9rem;color:#bdc3c7}.page{min-height:calc(100vh - 200px);padding:2rem 0}.page h1{font-size:2.5rem;margin-bottom:1rem;color:#2c3e50}.page h2{font-size:1.8rem;margin:1.5rem 0 1rem;color:#34495e}.page p{font-size:1rem;line-height:1.8;margin-bottom:1rem;color:#555}.home-intro{display:grid;grid-template-columns:minmax(140px,230px) minmax(0,820px);align-items:center;gap:1.5rem;justify-content:center;margin-bottom:2rem}.hero{--knight-blue: #1f5f8c;background:var(--knight-blue);color:#fff;padding:1.5rem 1.75rem;border-radius:8px;text-align:left}.hero-knight{align-self:center;justify-self:start;width:min(100%,230px);height:auto;object-fit:contain}.hero h1{color:#fff;font-size:1.55rem;line-height:1.15;margin-bottom:.55rem}.hero p{color:#ffffffe6;font-size:.95rem;line-height:1.5;margin-bottom:0}.featured-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.content-card{display:block;background:white;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.content-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.content-card:focus-visible{outline:3px solid #1f5f8c;outline-offset:3px}.content-card h2{margin-top:0;color:#667eea}.content-card p{color:#555}.basic-section{background:white;padding:2rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.guide-page{padding-top:1rem}.guide-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:1rem}.guide-header h1{flex:0 0 auto;margin-bottom:0}.guide-header p{max-width:none;margin-bottom:0}.guide-subnav{position:sticky;top:calc(var(--sticky-nav-offset) + var(--sticky-subnav-gap));z-index:90;display:flex;flex-wrap:wrap;justify-content:center;gap:.3rem;background:var(--shield-cream);padding:.55rem 0 .3rem;margin-bottom:2rem;box-shadow:0 8px 12px -12px #00000059}.guide-subnav a{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:24px;padding:.15rem .45rem;background:#33612F;color:#fff;border-radius:6px;font-size:.78rem;font-weight:700;box-shadow:0 2px 6px #0000001f;transition:background-color .3s ease,transform .3s ease}.guide-subnav a:hover{background:#254723;transform:translateY(-2px)}.guide-section{scroll-margin-top:calc(var(--sticky-nav-offset) + var(--sticky-subnav-gap) + 90px)}.guide-section h2{margin-top:0}.guide-text-blocks{color:#555;font-size:1rem;line-height:1.8}.guide-text-blocks p{margin-bottom:.85rem}.guide-text-blocks strong{color:#223829}.guide-inline-heading{margin:1.4rem 0 .45rem;color:#223829;font-size:1.25rem}.guide-card-layout{color:#555}.guide-card-intro{margin-bottom:1.5rem;font-size:1rem;line-height:1.75}.guide-card-intro p{margin-bottom:.85rem}.guide-card-intro strong,.guide-info-card strong{color:#223829}.guide-card-grid{display:grid;grid-template-columns:1fr;gap:1rem}.guide-card-layout-talent .guide-card-grid{grid-template-columns:1fr}.guide-info-card{background:white;border:1px solid rgba(51,97,47,.18);border-radius:8px;padding:1.15rem;box-shadow:0 6px 18px #00000012}.guide-info-card h3{margin:0 0 .65rem;color:#1f5f8c;font-size:1.45rem;line-height:1.15}.guide-card-summary{margin-bottom:.9rem;color:#333;line-height:1.6}.guide-card-body{display:grid;gap:.7rem}.guide-card-body p,.guide-card-field p{margin-bottom:0;line-height:1.6}.guide-card-field{display:grid;gap:.35rem}.guide-chip-list{display:flex;flex-wrap:wrap;gap:.35rem}.guide-chip-list span,.guide-chip-list a{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .5rem;background:rgba(51,97,47,.1);border:1px solid rgba(51,97,47,.16);border-radius:6px;color:#223829;font-size:.92rem}.guide-chip-list a{background:rgba(31,95,140,.12);border-color:#1f5f8c3d;color:#1f5f8c;font-weight:700}.guide-chip-list a:hover,.guide-chip-list a:focus-visible{background:rgba(31,95,140,.2);outline:none}.guide-info-card[id]{scroll-margin-top:calc(var(--sticky-nav-offset) + var(--sticky-subnav-gap) + 90px)}.guide-media{margin-top:2rem}.guide-media img{display:block;width:min(100%,720px);height:auto;border:1px solid rgba(15,29,31,.16);border-radius:8px;box-shadow:0 8px 24px #0000001f}.guide-download-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:1rem;padding:.7rem 1rem;background:#33612F;color:#fff;border-radius:6px;font-weight:700;transition:background-color .3s ease,transform .3s ease}.guide-download-button:hover{background:#254723;transform:translateY(-2px)}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.contact-form{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:700;color:#2c3e50}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:1rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#33612f;box-shadow:0 0 5px #33612f4d}.submit-button{background-color:#33612f;color:#fff;padding:12px 30px;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#254723}.contact-info{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;height:fit-content}@media (max-width: 768px){:root{--site-nav-height: 96px}.page h1{font-size:1.8rem}.home-intro{grid-template-columns:1fr;text-align:center;gap:1rem}.hero{padding:1.35rem;text-align:center}.hero h1{font-size:1.5rem}.hero-knight{justify-self:center;width:min(58vw,180px)}.contact-container{grid-template-columns:1fr}.guide-header{display:block}.guide-header h1{margin-bottom:.5rem}.guide-subnav{top:calc(var(--sticky-nav-offset) + var(--sticky-subnav-gap));max-height:42vh;overflow-y:auto}.guide-subnav a{min-height:24px;padding:.15rem .4rem;font-size:.76rem}.guide-section{scroll-margin-top:calc(var(--sticky-nav-offset) + var(--sticky-subnav-gap) + 260px)}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:20px}@media (max-width: 768px){.main-content{padding:15px}}*{margin:0;padding:0;box-sizing:border-box}:root{--shield-cream: #f8edd4;--site-nav-height: 56px;--sticky-nav-offset: var(--site-nav-height);--sticky-subnav-gap: 0px}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:var(--shield-cream)}html,body,#root{height:100%;width:100%}button{cursor:pointer;font-size:inherit}a{text-decoration:none;color:inherit}
