/* Limited first-stage improvements. Original stylesheet remains intact. */
:root { --reading-size: 1.0625rem; --control-size: 1rem; }
body { font-size: var(--reading-size); }
.site-header { position: sticky; top: 0; background: #102337; grid-template-columns: auto 1fr auto; gap: 16px; padding: 12px 24px; }
.main-nav { flex-wrap: wrap; font-size: var(--control-size); gap: 8px 22px; text-transform: none; }
.main-nav a { display: flex; align-items: center; min-height: 44px; white-space: nowrap; }
.main-nav .nav-store { padding: 8px 14px; border: 1px solid #b8cad7; border-radius: 3px; }
.site-header .language-switcher { grid-column: 2; grid-row: 2; justify-self: end; flex-wrap: wrap; border-radius: 4px; }
.language-switcher button { min-width: 44px; min-height: 44px; font-size: .875rem; }
.site-header .sound-toggle { grid-column: 3; grid-row: 1; min-height: 44px; font-size: .875rem; }
.preview-notice { padding: 10px 20px; margin: 0; background: #ecf1f4; color: #173045; font: .875rem/1.6 Arial, 'Yu Gothic', sans-serif; text-align: center; }
.hero { min-height: 620px; height: auto; }
.hero-inner { padding: 84px max(24px, 6vw) 100px; }
.hero-inner .hero-copy { display: block; max-width: 38em; font-size: 1.125rem; line-height: 1.9; white-space: normal; word-break: normal; overflow-wrap: anywhere; opacity: 1; transform: none; animation: none; }
.hero-inner .hero-lead, .hero-inner .hero-actions, .hero-inner .eyebrow, .hero-inner .hero-wordmark { opacity: 1; transform: none; animation: none; }
.hero-shade { background: linear-gradient(90deg,rgba(5,19,32,.84),rgba(5,19,32,.38)); }
.hero-actions { flex-wrap: wrap; gap: 12px; max-width: 760px; }
.button { font-size: 1rem; line-height: 1.5; min-height: 48px; padding: 12px 20px; text-align: center; }
main p:not(.eyebrow):not(.hero-lead):not(.preview-form-note) { font-size: max(1rem, var(--reading-size)); line-height: 1.9; }
.text-link, .product-card a, .contact-field, .contact-field input, .contact-field select, .contact-field textarea { font-size: 1rem; line-height: 1.7; }
.contact-field input, .contact-field select { min-height: 48px; }
.site-footer { font-size: .9375rem; line-height: 1.8; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: white; color: #102337; padding: 14px; }
.skip-link:focus { top: 8px; }
:focus-visible { outline: 3px solid #428fbd; outline-offset: 4px; }
[id] { scroll-margin-top: 170px; }
.contact-form[aria-disabled='true'] { opacity: .8; }
.preview-form-note { padding: 16px; border: 1px solid #a9becd; font-size: 1rem; }
@media (max-width: 1100px) {
 .site-header { grid-template-columns: 1fr auto auto; padding: 12px 18px; }
 .site-header .brand { grid-column: 1; grid-row: 1; }
 .site-header .menu-toggle { display: inline-flex; grid-column: 2; grid-row: 1; align-items: center; min-height: 44px; font-size: 1rem; padding: 8px 12px; color: white; background: transparent; border: 1px solid #a9becd; }
 .site-header:not(.is-menu-open) .main-nav, .site-header:not(.is-menu-open) .language-switcher { display: none; }
 .site-header.is-menu-open { max-height: 95dvh; overflow-y: auto; background: #102337; }
 .site-header.is-menu-open .main-nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-column: 1/-1; grid-row: 2; width: 100%; gap: 8px 16px; }
 .site-header.is-menu-open .main-nav a { white-space: normal; padding: 10px 4px; }
 .site-header.is-menu-open .language-switcher { display: flex; grid-column: 1/-1; grid-row: 3; justify-self: start; overflow: visible; }
 [id] { scroll-margin-top: 90px; }
}
@media (max-width: 640px) {
 .hero { min-height: 0; }
 .hero-inner { padding: 48px 20px 56px; }
 .hero-inner .hero-copy { font-size: 1.0625rem; line-height: 1.85; }
 .hero-wordmark { font-size: clamp(2.5rem,11vw,4rem); }
 .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
 .hero-actions .button { width: 100%; }
 .hero-strip { position: static; display: flex; flex-wrap: wrap; gap: 10px; padding: 16px 20px; }
 .site-header .brand { font-size: 1.2rem; }
 .site-header { gap: 8px; padding: 10px 12px; }
 .site-header .sound-toggle { padding: 0 10px; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 .hero * { animation: none !important; transition: none !important; }
}
