body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; background: #f3e9d2; color: #15391f; font-size: 16px; line-height: 1.6; }
.wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.wrapper::before { content: ""; display: block; height: 6px; background: linear-gradient(90deg, #c8401a 0 25%, #e3a72f 25% 50%, #2a6fb0 50% 75%, #15391f 75% 100%); }
.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 #15391f; background: #f3e9d2; }
.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: #15391f; }
.site-header .site-brand .brand-name b { color: #c8401a; 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: #15391f; border-bottom: 2px solid transparent; padding-bottom: 2px; }
.site-header .site-nav a:hover { border-bottom-color: #c8401a; }
.site-header .site-nav a.nav-current { border-bottom-color: #15391f; }

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

/* site footer */
.site-footer { flex-shrink: 0; border-top: 3px solid #15391f; margin-top: 70px; background: #f3e9d2; }
.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: #15391f; }
.site-footer .footer-nav a:hover { color: #c8401a; }
.site-footer .footer-disclaimer { font-size: 12px; line-height: 1.7; color: #63654c; margin-bottom: 14px; }
.site-footer .footer-copyright { font-size: 12px; color: #63654c; }
