:root{--bg-navy: #0f1a2e;--bg-navy-2: #12263c;--bg-forest: #1a3a2a;--bg-gold: #b8924a;--bg-gold-light: #d4a85c;--bg-gold-deep: #a37c3c;--bg-cream: #f0ece4;--bg-cream-2: #e8e2d5;--bg-ink: #1a1a2e;--bg-muted: #6b7280;--bg-muted-light: #8d99a6;--bg-muted-readable: #5a6672;--bg-teal: #1a6b5a;--bg-line: rgba(184, 146, 74, .35)}*{margin:0;padding:0;box-sizing:border-box}img{max-width:100%;height:auto}html{scroll-behavior:smooth}body{font-family:Inter,Helvetica Neue,Arial,sans-serif;background:var(--bg-cream);color:var(--bg-ink);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,.serif{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:600;letter-spacing:-.01em}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem clamp(1rem,4vw,3rem);background:var(--bg-navy);position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(184,146,74,.25)}.brand{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.site-header img.logo{height:64px;width:auto}.site-nav{display:flex;align-items:center;gap:clamp(1rem,2.5vw,2rem)}.site-nav a{color:var(--bg-cream);font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;padding:.4rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;white-space:nowrap}.site-nav a:hover{color:var(--bg-gold)}.site-nav a[aria-current=page]{color:var(--bg-gold);border-bottom-color:var(--bg-gold)}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;position:relative;z-index:110}.menu-toggle:focus-visible{outline:2px solid var(--bg-gold);outline-offset:2px;border-radius:2px}.menu-bar{display:block;width:28px;height:2px;background:var(--bg-cream);border-radius:1px;transition:transform .25s ease,opacity .25s ease;transform-origin:center}.menu-toggle[aria-expanded=true] .menu-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] .menu-bar:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] .menu-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{background:var(--bg-navy);color:var(--bg-cream);padding:clamp(2.9rem,6.8vw,5rem) clamp(1.5rem,5vw,3rem);position:relative}.hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center}.hero-tree{display:flex;justify-content:center;margin-bottom:0}.hero-tree svg,.hero-tree img{height:clamp(130px,20vw,220px);width:auto}.hero h1{font-size:clamp(2rem,4.6vw,3.3rem);line-height:1.1;margin-bottom:1.25rem;font-weight:600}.hero h1 .accent{color:var(--bg-gold)}.hero .subtitle{font-size:clamp(.98rem,1.4vw,1.1rem);color:var(--bg-muted-light);max-width:34rem;margin-bottom:1.75rem;line-height:1.68}.hero .cta-group{display:flex;flex-wrap:wrap;gap:1rem}.cta{display:inline-block;padding:.85em 1.9em;background:var(--bg-gold);color:#fff;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;text-decoration:none;transition:background .2s,transform .1s;border:1px solid var(--bg-gold)}.cta:hover{background:var(--bg-gold-light);transform:translateY(-1px);color:#fff}.cta-outline{background:transparent;border:1px solid var(--bg-gold);color:var(--bg-cream)}.cta-outline:hover{background:#b8924a1f}.cta-navy{background:var(--bg-navy);color:var(--bg-cream);border-color:var(--bg-navy)}.cta-navy:hover{background:var(--bg-navy-2)}.section{padding:clamp(2.7rem,6vw,4rem) clamp(1.5rem,5vw,3rem)}.section-navy{background:var(--bg-navy);color:var(--bg-cream)}.section-navy h1,.section-navy h2,.section-navy h3{color:var(--bg-cream)}.section-alt{background:var(--bg-cream-2)}.section-inner{max-width:1100px;margin:0 auto}.section-label{font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--bg-gold);font-weight:600;margin-bottom:.6rem}.section-navy .section-label{color:var(--bg-gold)}.section h2{font-size:clamp(1.5rem,3vw,2.1rem);margin-bottom:1rem;line-height:1.2}.section-body{font-size:1rem;color:var(--bg-muted-readable);line-height:1.72;max-width:42rem}.section-navy .section-body{color:var(--bg-muted-light)}.philosophy{background:var(--bg-cream);padding:clamp(2.7rem,5.4vw,4rem) clamp(1.5rem,5vw,3rem)}.philosophy-inner{max-width:1100px;margin:0 auto}.philosophy-head{text-align:center;max-width:46rem;margin:0 auto 2.5rem}.philosophy-head h2{font-size:clamp(1.6rem,3.2vw,2.2rem);margin-bottom:.75rem}.philosophy-head p{color:var(--bg-muted);font-size:1rem}.philosophy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.philosophy-item{text-align:center;padding:0 .5rem}.philosophy-icon{width:44px;height:44px;margin:0 auto 1rem;border:1px solid var(--bg-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--bg-gold-deep)}.philosophy-icon svg{width:22px;height:22px}.philosophy-item h3{font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--bg-navy);margin-bottom:.6rem}.philosophy-item p{font-size:.92rem;color:var(--bg-muted-readable);line-height:1.65}.features{background:var(--bg-cream-2);padding:clamp(2.7rem,5.4vw,4rem) clamp(1.5rem,5vw,3rem)}.features-inner{max-width:1100px;margin:0 auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}.feature-card{background:var(--bg-cream);border-radius:4px;padding:2.25rem 1.9rem;box-shadow:0 3px 14px #0f1a2e12;border-top:3px solid var(--bg-gold);display:flex;flex-direction:column;min-height:100%;height:100%}.feature-card h3{font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--bg-gold-deep);margin-bottom:.9rem}.feature-card h2{font-size:1.35rem;line-height:1.25;margin-bottom:.85rem;color:var(--bg-navy)}.feature-card p{font-size:.92rem;color:var(--bg-muted-readable);line-height:1.68;margin-bottom:1.5rem;flex-grow:1}.feature-card .cta{align-self:flex-start;margin-top:auto}.card-link{color:var(--bg-teal);font-weight:600;font-size:.85rem;text-decoration:none}.card-link:hover{text-decoration:underline}.portfolio-chip{background:var(--bg-navy);color:var(--bg-cream);border-radius:3px;padding:1rem 1.1rem;margin-bottom:1.25rem;border-left:3px solid var(--bg-gold)}.portfolio-chip .chip-title{font-family:Playfair Display,Georgia,serif;font-size:.98rem;font-weight:600;color:var(--bg-cream)}.portfolio-chip .chip-sub{font-size:.82rem;color:var(--bg-muted-light);margin-top:.15rem}.portfolio-chip a{color:var(--bg-gold);font-size:.82rem;display:inline-block;margin-top:.35rem}.business-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.business-card{background:var(--bg-cream);border-radius:4px;padding:2rem;box-shadow:0 3px 14px #0f1a2e12;border-top:3px solid var(--bg-gold)}.business-card .business-logo{max-height:48px;width:auto;margin-bottom:1.2rem}.business-card h3{font-family:Playfair Display,Georgia,serif;font-size:1.15rem;margin-bottom:.75rem}.business-card p{font-size:.92rem;color:var(--bg-muted-readable);line-height:1.68;margin-bottom:1.25rem}.site-footer{background:var(--bg-navy);color:var(--bg-cream);padding:2.5rem clamp(1.5rem,5vw,3rem)}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:2rem}.footer-logo{height:58px;width:auto}.footer-nav{display:flex;flex-wrap:wrap;gap:1.4rem;padding-top:.4rem}.footer-nav a{color:var(--bg-muted-light);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:var(--bg-gold)}.footer-legal{text-align:right;font-size:.85rem;color:var(--bg-muted-light);line-height:1.6}.footer-legal p{margin:.12rem 0}.footer-legal .footer-copyright{margin-top:.7rem;color:var(--bg-muted);font-size:.78rem}.capability-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem}.capability{border-left:2px solid var(--bg-gold);padding-left:1.1rem}.capability h3{font-size:1rem;margin-bottom:.3rem;font-family:Inter,sans-serif;font-weight:600}.capability p{font-size:.9rem;color:var(--bg-muted-readable);line-height:1.65}.contact-panel{background:var(--bg-cream);border-radius:4px;padding:2.5rem;max-width:40rem;margin:0 auto;text-align:center;box-shadow:0 3px 14px #0f1a2e12}@media (max-width: 900px){.hero-inner{grid-template-columns:1fr;text-align:left}.hero-tree{justify-content:flex-start}.hero-tree svg,.hero-tree img{height:150px}}@media (max-width: 640px){.site-header{flex-direction:row;flex-wrap:wrap;gap:0;padding:.65rem 1rem}.site-header img.logo{height:42px}.menu-toggle{display:flex}.site-nav{display:flex;flex-direction:column;width:100%;gap:0;background:var(--bg-navy);overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .25s ease,padding .25s ease;padding:0}.site-nav[data-visible=true]{max-height:400px;opacity:1;padding:1rem 0 .75rem}.site-nav a{font-size:.8rem;letter-spacing:.14em;padding:.65rem 0;border-bottom:1px solid rgba(184,146,74,.12);text-align:center;width:100%}.site-nav a:last-child{border-bottom:none;padding-bottom:0}.hero{padding:2rem 1.25rem 2.5rem}.hero-inner{gap:1.25rem}.hero h1{font-size:1.9rem;line-height:1.1;margin-bottom:.85rem}.hero .subtitle{font-size:.95rem;margin-bottom:1.25rem}.hero .cta-group{flex-direction:column;align-items:stretch;gap:.65rem}.hero .cta-group .cta{text-align:center}.hero-tree svg,.hero-tree img{height:110px}.section{padding:2.5rem 1.25rem}.philosophy-grid{grid-template-columns:1fr;gap:1.75rem}.feature-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.footer-legal{text-align:center}.footer-nav{justify-content:center}}
