:root{--press-navy:#1a2b4b;--dark-blue:#1a2b4b;--accent-red:#C00000;--light-gray:#f0f0f0;--text-gray:#333}*,::after,::before{box-sizing:border-box}body{font-family:Roboto,sans-serif;margin:0;color:var(--text-gray);background:#fff}.press-header{position:relative;z-index:9999;background:var(--press-navy);color:#fff;padding:18px 20px}.press-header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto}.press-title{font-family:Roboto,sans-serif;font-size:clamp(1.8rem, 4vw, 2.6rem);margin:0}.hamburger-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:44px;height:44px;background:var(--accent-red);border:none;cursor:pointer;position:relative;z-index:10000}.hamburger-bar{width:22px;height:3px;background:#fff;display:block}.members-submenu{position:fixed;right:20px;top:80px;width:300px;background:#fff;border-radius:12px;box-shadow:0 12px 28px rgba(0,0,0,.15);transform:translateY(-10px) scale(.98);opacity:0;pointer-events:none;transition:transform .2s,opacity .2s;z-index:9999}.submenu-accent{height:5px;background:var(--accent-red);border-top-left-radius:12px;border-top-right-radius:12px}.submenu-header{padding:14px 16px;border-bottom:1px solid #eee;font-weight:700;color:var(--dark-blue)}.members-list{list-style:none;margin:0;padding:0}.member-item{padding:15px 20px;border-bottom:1px solid #eee;color:var(--dark-blue)}.member-item a{color:var(--dark-blue);text-decoration:none;display:block}.member-item.active{background:var(--light-gray)}.member-item:hover{background:#f7f7f7}.press-container{max-width:1100px;margin:0 auto;padding:40px 20px}.headline{font-family:Roboto,sans-serif;color:var(--dark-blue);font-size:clamp(1.6rem, 3.5vw, 2.2rem);margin:0 0 16px;font-weight:700}.meta-bar{display:flex;align-items:center;justify-content:space-between;background:#eee;border-radius:8px;padding:10px 14px;margin-bottom:24px;font-family:Roboto,sans-serif}.meta-icons a{text-decoration:none;margin-left:10px}.press-body{font-size:1rem;line-height:1.8}.featured-image{float:right;max-width:40%;margin-left:20px;border:1px solid #ddd;box-shadow:0 4px 8px rgba(0,0,0,.1);border-radius:6px}.section-title{font-family:Roboto,sans-serif;color:var(--dark-blue);margin-top:28px}.bullet-list{padding-left:20px}.bullet-list li{margin-bottom:8px}@media (max-width:768px){.press-header{padding:14px 16px}.press-header-inner{flex-direction:column;align-items:flex-start;gap:12px}.press-title{font-size:1.4rem}.press-container{padding:24px 16px}.headline{font-size:1.55rem}.meta-bar{flex-direction:column;align-items:flex-start;gap:10px}.press-body{line-height:1.7}.section-title{font-size:1.1rem}.featured-image{float:none;max-width:100%;width:100%;margin:0 0 16px}}