.gf-chrome { font-family: system-ui, -apple-system, sans-serif; box-sizing: border-box; }
.gf-chrome *, .gf-chrome *::before, .gf-chrome *::after { box-sizing: inherit; }
.gf-header { background: #f5efe5; border-bottom: 2px solid #022c22; position: sticky; top: 0; z-index: 40; }
.gf-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; max-width: 1400px; margin: 0 auto; }
.gf-brand { display: flex; align-items: center; gap: 0.75rem; font-weight: 700; color: #022c22; text-decoration: none; font-size: 1.25rem; }
.gf-brand svg { width: 32px; height: 32px; fill: currentColor; }
.gf-desktop-nav { display: none; gap: 2.5rem; }
@media (min-width: 860px) { .gf-desktop-nav { display: flex; } }
.gf-desktop-nav a { color: #022c22; text-decoration: none; font-weight: 500; font-size: 1rem; transition: color 0.2s; }
.gf-desktop-nav a:hover { color: #1d6b62; }
.gf-header-actions { display: flex; align-items: center; gap: 1rem; }
.gf-btn-primary { background: #fbbf24; color: #022c22; border: 2px solid #022c22; box-shadow: 4px 4px 0px #022c22; border-radius: 4px; font-weight: 600; padding: 0.625rem 1.5rem; text-decoration: none; transition: transform 0.1s, box-shadow 0.1s; display: inline-block; text-align: center; }
.gf-btn-primary:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0px #022c22; }
.gf-btn-primary:active { transform: translate(4px, 4px); box-shadow: 0px 0px 0px #022c22; }
@media (max-width: 859px) { .gf-header-actions .gf-btn-primary { display: none; } }
.gf-burger { display: flex; align-items: center; justify-content: center; background: transparent; border: none; color: #022c22; cursor: pointer; padding: 0.25rem; }
@media (min-width: 860px) { .gf-burger { display: none; } }
.gf-mobile-nav { position: fixed; inset: 0; background: #022c22; color: #f5efe5; z-index: 50; display: flex; flex-direction: column; padding: 1.5rem; transform: translateY(-100%); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); overflow-y: auto; }
.gf-mobile-nav.is-open { transform: translateY(0); }
.gf-mobile-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem; }
.gf-mobile-brand { font-weight: 700; font-size: 1.25rem; color: #f5efe5; }
.gf-mobile-close { background: transparent; border: none; color: #f5efe5; cursor: pointer; padding: 0.25rem; display: flex; align-items: center; justify-content: center; }
.gf-mobile-links { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 3rem; }
.gf-mobile-links a { color: #f5efe5; text-decoration: none; font-size: 2.5rem; font-weight: 400; line-height: 1.1; letter-spacing: -0.02em; }
.gf-mobile-cta-block { background: #f5efe5; color: #022c22; padding: 2rem; border-radius: 4px; border: 2px solid #022c22; box-shadow: 4px 4px 0px #000000; margin-top: auto; }
.gf-mobile-cta-block p { margin: 0 0 1.25rem 0; font-size: 1.25rem; font-weight: 600; line-height: 1.3; }
.gf-btn-mobile { display: block; width: 100%; }
.gf-footer { background: #022c22; color: #f5efe5; padding: 5rem 1.5rem 2rem; border-top: 2px solid #022c22; }
.gf-footer-inner { max-width: 1400px; margin: 0 auto; }
.gf-footer-closing { font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 300; line-height: 1.1; max-width: 20ch; margin: 0 0 4rem 0; color: #fbbf24; letter-spacing: -0.02em; }
.gf-footer-middle { display: flex; flex-direction: column; gap: 3rem; margin-bottom: 4rem; border-bottom: 1px solid rgba(245, 239, 229, 0.15); padding-bottom: 4rem; }
@media (min-width: 768px) { .gf-footer-middle { flex-direction: row; justify-content: space-between; gap: 4rem; } }
.gf-footer-nav { display: flex; flex-direction: column; gap: 1.25rem; }
.gf-footer-nav a { color: #f5efe5; text-decoration: none; font-size: 1.25rem; font-weight: 400; transition: color 0.2s; }
.gf-footer-nav a:hover { color: #fbbf24; }
.gf-footer-contact { display: flex; flex-direction: column; gap: 1.25rem; max-width: 320px; }
.gf-footer-contact a { color: #f5efe5; text-decoration: none; font-size: 1.125rem; transition: color 0.2s; line-height: 1.5; opacity: 0.9; }
.gf-footer-contact a:hover { color: #fbbf24; opacity: 1; }
.gf-footer-bottom { display: flex; flex-direction: column; gap: 2rem; align-items: flex-start; font-size: 0.875rem; color: rgba(245, 239, 229, 0.6); }
@media (min-width: 768px) { .gf-footer-bottom { flex-direction: row; justify-content: space-between; align-items: center; } }
.gf-footer-legal { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.gf-footer-legal a { color: inherit; text-decoration: none; transition: color 0.2s; }
.gf-footer-legal a:hover { color: #f5efe5; }
.gf-copyright { margin: 0; }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
