body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background: #f4f1ea; color: #141414; font-size: 16px; line-height: 1.6; }
.wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.wrapper .page-frame { flex: 1 0 auto; width: 100%; max-width: 1060px; margin: 0 auto; padding: 0 20px; }

/* site header: programme masthead */
.site-header { border-bottom: 3px solid #141414; background: #f4f1ea; }
.site-header .site-header-inner { max-width: 1060px; margin: 0 auto; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.site-header .site-brand { display: flex; align-items: center; gap: 10px; }
.site-header .site-brand .brand-crown { width: 22px; height: 22px; }
.site-header .site-brand .brand-name { font-size: 15px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: #141414; }
.site-header .site-brand .brand-name b { color: #c8102e; font-weight: 800; }
.site-header .site-nav { display: flex; gap: 20px; }
.site-header .site-nav a { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #141414; border-bottom: 2px solid transparent; padding-bottom: 2px; }
.site-header .site-nav a:hover { border-bottom-color: #c8102e; }
.site-header .site-nav a.nav-current { border-bottom-color: #141414; }

/* buttons */
.gold-button { display: inline-block; background: #c8102e; color: #f4f1ea; font-size: 14px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 15px 30px; border-radius: 2px; border: 1px solid #c8102e; cursor: pointer; transition: background 0.15s ease, border-color 0.15s ease; }
.gold-button:hover { background: #a30d26; border-color: #a30d26; }
.ghost-button { display: inline-block; background: transparent; color: #141414; font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 13px 24px; border-radius: 2px; border: 1px solid #141414; cursor: pointer; transition: color 0.15s ease, border-color 0.15s ease; }
.ghost-button:hover { color: #c8102e; border-color: #c8102e; }

/* site footer */
.site-footer { flex-shrink: 0; border-top: 3px solid #141414; margin-top: 70px; background: #f4f1ea; }
.site-footer .site-footer-inner { max-width: 1060px; margin: 0 auto; padding: 28px 20px 40px; }
.site-footer .footer-nav { display: flex; gap: 20px; margin-bottom: 18px; }
.site-footer .footer-nav a { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #141414; }
.site-footer .footer-nav a:hover { color: #c8102e; }
.site-footer .footer-disclaimer { font-family: Georgia, "Times New Roman", serif; font-style: italic; font-size: 12px; line-height: 1.7; color: #6c6657; margin-bottom: 14px; }
.site-footer .footer-copyright { font-size: 12px; color: #6c6657; }
