
:root { --accent-terra: #AC493B; }
a { text-underline-offset: .2em; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #AC493B; outline-offset: 5px; }
section[id], details[id] { scroll-margin-top: 100px; }
.fade-in { opacity: 1; transform: none; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 200; padding: .8rem 1rem; background: white; color: #161D26; border-radius: 8px; }
.skip-link:focus { top: .5rem; }
.nav-cta { text-decoration: none; }
.nav-links { gap: 1.35rem; margin-left: auto; margin-right: 1.5rem; }
.nav-right { display: flex; align-items: center; gap: .75rem; }
.nav-burger { display: none; width: 44px; height: 44px; border: 1px solid var(--border-soft); border-radius: 50%; background: white; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-burger span { width: 18px; height: 2px; background: var(--text-dark); }
.hero-content { padding-bottom: 5rem; }
.hero-content p { color: #fff; max-width: 650px; }
.hero-content h1 em { background: none; color: #F4D7CF; -webkit-text-fill-color: #F4D7CF; }
.hero-controls { position: absolute; z-index: 4; top: 6rem; right: 1.5rem; display: flex; gap: .5rem; }
.hero-controls button { position: static; background: #161D26; color: white; }
.hero { max-height: none; min-height: 760px; }
.stat-value { font-size: 1.65rem; }
.faq { padding: 6rem 1.5rem; background: var(--bg-cream); }
.faq .section-head { max-width: 850px; margin: 0 auto 2.5rem; text-align: center; }
.faq h2 { font-family: 'Fraunces', serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; line-height: 1.15; margin: 1.5rem 0 1rem; }
.faq .section-sub { color: var(--text-muted); }
.faq-list { max-width: 850px; margin: 0 auto; }
.faq details { border-bottom: 1px solid #D9D0C5; padding: 1.3rem 0; }
.faq summary { cursor: pointer; font-size: 1.1rem; font-weight: 600; line-height: 1.5; padding: .2rem 1.5rem .2rem 0; }
.faq details p { margin: 1rem 0; color: var(--text-muted); line-height: 1.75; }
.faq a { color: #893A30; }
.sms-link { display: flex; justify-content: space-between; padding: 1rem; margin-top: .75rem; border: 1px solid #D9D0C5; border-radius: 14px; color: #161D26; text-decoration: none; font-weight: 600; }
.sms-link:hover { background: #F2EBE0; }
.contact-note { max-width: 750px; margin: 2rem auto 0; color: var(--text-muted); text-align: center; line-height: 1.7; }
.contacts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.phone-link { font-size: 1.15rem; gap: .5rem; }
.phone-link svg { flex-shrink: 0; }
.contact-hero h1 em { background: none; color: #AC493B; -webkit-text-fill-color: #AC493B; }
.legal { color: #BBC5D2; }
@media (max-width: 900px) {
 .nav-burger { display: flex; }
 .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; margin: 0; background: #FAF7F2; border-bottom: 1px solid #D9D0C5; }
 .nav.open .nav-links { display: flex; }
 .nav .nav-links a { display: block; padding: 1rem 1.5rem; border-top: 1px solid var(--border-soft); }
}
@media (max-width: 720px) {
 .hero { height: auto; min-height: 760px; padding-top: 10rem; }
 .hero-content { padding-bottom: 2.5rem; }
 .hero-content h1 { font-size: clamp(2.1rem, 10vw, 2.8rem); }
 .hero-content h1 em { display: block; margin-top: .15em; }
 .hero-bg::after { background: linear-gradient(180deg, rgba(15,22,32,.3) 0%, rgba(15,22,32,.32) 30%, rgba(15,22,32,.7) 60%, rgba(15,22,32,.94) 100%); }
 .hero-controls { top: 5.1rem; right: 1.25rem; }
 .hero-controls button { padding: .6rem .75rem; }
 .stat-value { font-size: 1.35rem; }
 .contacts-grid { grid-template-columns: minmax(0, 1fr); }
 .contacts { padding: 3rem 1.25rem; }
 .contact-card { padding: 1.6rem 1.25rem; }
 .phone-link { font-size: 1rem; padding: 1rem; }
 .faq { padding: 4rem 1.25rem; }
 .nav-inner { padding: .8rem 1.25rem; }
 .nav-cta { font-size: .9rem; padding: .6rem .9rem; }
 .contact-hero { padding: 8rem 1.25rem 3rem; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { animation: none !important; transition: none !important; }
}
