:root { --ph-dark-blue: #0f172a; --ph-graphite: #1e293b; --ph-copper: #c27a3e; --ph-copper-hover: #a86630; --ph-soft-green: #6ee7b7; --ph-text-light: #f8fafc; --ph-text-muted: #cbd5e1; --ph-font-heading: ui-sans-serif, system-ui, sans-serif; --ph-font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; }
.site-srOnly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 100; background-color: var(--ph-dark-blue); color: var(--ph-text-light); border-bottom: 2px solid var(--ph-copper); font-family: var(--ph-font-heading); }
.site-header__inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; height: 80px; display: flex; align-items: center; justify-content: space-between; }
.site-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ph-text-light); font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; flex: 1; }
.site-brand svg { width: 32px; height: 32px; fill: var(--ph-copper); }
.site-nav--desktop { display: none; }
@media (min-width: 900px) { .site-nav--desktop { display: flex; gap: 32px; flex: 2; justify-content: center; } }
.site-nav__link { color: var(--ph-text-light); text-decoration: none; font-weight: 600; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.2s ease; }
.site-nav__link:hover { color: var(--ph-copper); }
.site-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; flex: 1; }
.site-header__cta { display: none; }
@media (min-width: 900px) { .site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; background-color: var(--ph-copper); color: #fff; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.875rem; border-radius: 8px; transition: background-color 0.2s ease; } .site-header__cta:hover { background-color: var(--ph-copper-hover); } }
.site-burger { display: flex; flex-direction: column; justify-content: space-between; width: 32px; height: 24px; background: transparent; border: none; cursor: pointer; padding: 0; color: var(--ph-text-light); }
@media (min-width: 900px) { .site-burger { display: none; } }
.site-burger__line { width: 100%; height: 3px; background-color: currentColor; border-radius: 2px; transition: all 0.3s ease; }
.site-mobileNav { position: fixed; inset: 0; z-index: 200; display: flex; justify-content: flex-end; visibility: hidden; opacity: 0; transition: visibility 0.3s, opacity 0.3s; }
.site-mobileNav[data-mobile-open="1"] { visibility: visible; opacity: 1; }
.site-mobileNav__overlay { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.8); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: relative; width: 100%; max-width: 400px; height: 100%; background-color: var(--ph-graphite); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: -10px 0 30px rgba(0,0,0,0.5); }
.site-mobileNav[data-mobile-open="1"] .site-mobileNav__panel { transform: translateX(0); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.site-mobileNav__brand { font-size: 1.25rem; font-weight: 800; color: var(--ph-text-light); font-family: var(--ph-font-heading); }
.site-mobileNav__close { background: transparent; border: none; color: var(--ph-text-light); font-size: 2rem; line-height: 1; cursor: pointer; padding: 4px; }
.site-mobileNav__links { display: flex; flex-direction: column; padding: 32px 24px; gap: 24px; overflow-y: auto; flex: 1; }
.site-mobileNav__link { font-size: 1.5rem; font-weight: 700; color: var(--ph-text-light); text-decoration: none; font-family: var(--ph-font-heading); text-transform: uppercase; transition: color 0.2s ease; }
.site-mobileNav__link:hover { color: var(--ph-copper); }
.site-mobileNav__footer { padding: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; width: 100%; padding: 16px; background-color: var(--ph-copper); color: #fff; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; border-radius: 8px; }
.site-footer { background-color: var(--ph-graphite); color: var(--ph-text-muted); padding: 64px 24px 24px; font-family: var(--ph-font-heading); border-top: 4px solid var(--ph-dark-blue); }
.site-footer__inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 48px; }
@media (min-width: 768px) { .site-footer__inner { grid-template-columns: 2fr 1fr 1fr; gap: 32px; } }
.site-footer__brand { display: block; font-size: 1.5rem; font-weight: 800; color: var(--ph-text-light); margin-bottom: 16px; }
.site-footer__summary { line-height: 1.6; font-size: 1rem; max-width: 400px; font-family: var(--ph-font-serif); margin: 0; }
.site-footer__heading { color: var(--ph-copper); font-size: 1.125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 20px 0; }
.site-footer__address { display: flex; flex-direction: column; gap: 12px; font-style: normal; }
.site-footer__contactLink { color: var(--ph-text-muted); text-decoration: none; transition: color 0.2s ease; line-height: 1.5; }
.site-footer__contactLink:hover { color: var(--ph-soft-green); }
.site-footer__nav { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: var(--ph-text-muted); text-decoration: none; transition: color 0.2s ease; }
.site-footer__link:hover { color: var(--ph-soft-green); }
.site-footer__bottom { max-width: 1280px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 0.875rem; }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
