/* Homepage-only overrides: shared styles and other pages are untouched. */
* { box-sizing: border-box; }
body { width: min(1120px, 100%); margin: 0 auto; padding: 0 20px; font-family: system-ui, sans-serif; font-size: 17px; line-height: 1.7; color: #263e50; background: #fff; }
a:link, a:visited { color: #315f7d; }
a:hover { color: #183d57; text-decoration: underline; }
#header-container { display:flex; align-items:center; justify-content:space-between; gap:16px; height:auto; padding:26px 0; background:none; font-size:1.8rem; }
#header-left, #header-right { float:none; width:auto; height:auto; margin:0; padding:0; border:0; background:none; color:#31566e; }
#header-left a { color:#244b64; font-family:Georgia,serif; }
#header-left p { display:none; }
#header-right { font-size:1rem; font-weight:400; }
#posterphoto { margin:0; }
#posterphoto img { width:100%; height:auto; border:0; border-radius:8px; }
.mainnav-container { height:auto; display:flex; flex-wrap:wrap; align-items:center; gap:12px; margin:12px 0; padding:12px 0; border-bottom:1px solid #d8e3eb; }
.mainnav-left { float:none; width:auto; flex:1; padding:0; border:0; }
.mainnav-left a:link,.mainnav-left a:visited { color:#31566e; display:inline-block; padding:4px 0; }
.mainnav-right { float:none; width:auto; height:auto; border:0; padding:0; }
.mainnav-container li { display:inline-block; }
#content-container { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:32px; background:none; margin:30px 0; }
#content { grid-column:1; grid-row:1; padding:0; margin:0; border:0; background:none; min-width:0; }
#content-side { grid-column:2; grid-row:1; align-self:start; float:none; width:auto; color:#263e50; padding:22px; margin:0; background:#edf3f7; border-radius:8px; }
#content-side a:link,#content-side a:visited,#breadcrumbs a:link,#breadcrumbs a:visited { color:#315f7d; }
#breadcrumbs { color:#315f7d; font-size:.9rem; }
h1,h2 { color:#244b64; font-family:Georgia,serif; line-height:1.25; }
h1 { font-size:2rem; } h2 { font-size:1.35rem; }
#three-column-container { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; clear:both; padding:24px 0; border-top:1px solid #d8e3eb; border-bottom:1px solid #d8e3eb; }
#three-column-left,#three-column-middle,#three-column-right { width:auto; float:none; margin:0; }
#three-column-container .clear { display:none; }
img.photosmall,img.photobig { max-width:100%; height:auto; padding:5px; background:#edf3f7; border:1px solid #d8e3eb; }
#footer-container { height:auto; margin:24px 0 0; padding:14px 0; background:none; border-top:1px solid #d8e3eb; color:#526a7b; }
#footer-left { width:auto; height:auto; padding:0; } #footer-right { display:none; }
.small-text { font-size:.875rem; }
@media(max-width:800px) { #content-container { grid-template-columns:1fr; } #content-side { grid-column:1; grid-row:2; } #three-column-container { grid-template-columns:1fr; } }
@media(max-width:520px) { body { padding:0 14px; } #header-container { align-items:flex-start; flex-direction:column; gap:2px; padding:18px 0; } #header-left { font-size:1.6rem; } img.photosmall { float:none; display:block; margin:12px 0; } h1 { font-size:1.65rem; } }
