﻿:root {
  --charcoal: #050b16;
  --ink: #172033;
  --muted: #697386;
  --red: #df0640;
  --red-dark: #ad062f;
  --gold: #d9a84c;
  --gold-bright: #ffd877;
  --navy: #071122;
  --navy-2: #101d36;
  --white: #ffffff;
  --mist: #f6f3ec;
  --line: #e6dccb;
  --shadow: 0 28px 70px rgba(5, 11, 22, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Inter", Arial, sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 86px; padding: 14px clamp(20px, 5vw, 72px); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(230,220,203,.88); backdrop-filter: blur(14px); }
.brand img, .footer-brand img { width: 188px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { padding: 10px 14px; border-radius: 6px; color: var(--muted); font-weight: 800; font-size: .95rem; }
.site-nav a:hover, .site-nav a.active { color: var(--charcoal); background: var(--mist); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 20px; height: 2px; background: var(--charcoal); }

.hero { position: relative; min-height: 740px; display: grid; align-items: center; padding: 86px clamp(20px, 5vw, 72px); overflow: hidden; color: var(--white); background: radial-gradient(circle at 74% 24%, rgba(217,168,76,.32), transparent 30%), linear-gradient(135deg, #050b16 0%, #0d172b 48%, #02050a 100%); }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 28%, rgba(255,216,119,.22), transparent 18%), radial-gradient(circle at 82% 84%, rgba(223,6,64,.22), transparent 24%), linear-gradient(90deg, rgba(2,5,10,.96) 0%, rgba(7,17,34,.84) 48%, rgba(7,17,34,.16) 100%); pointer-events: none; }
.hero::before { content: ""; position: absolute; inset: auto -8% -20% -8%; height: 50%; background: linear-gradient(rgba(255,216,119,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,216,119,.18) 1px, transparent 1px); background-size: 96px 44px; transform: perspective(520px) rotateX(58deg); transform-origin: center bottom; opacity: .38; pointer-events: none; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.08) contrast(1.05); }
.hero-content { position: relative; z-index: 1; max-width: 780px; }
.hero-logo { width: min(280px, 72vw); margin-bottom: 28px; filter: drop-shadow(0 18px 36px rgba(0,0,0,.38)); }
.eyebrow { margin: 0 0 12px; color: var(--gold-bright); font-size: .78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(2.5rem, 6vw, 5.35rem); line-height: 1.02; letter-spacing: 0; }
h2 { margin-bottom: 14px; color: var(--charcoal); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.1; letter-spacing: 0; }
h3 { margin-bottom: 10px; color: var(--charcoal); font-size: 1.25rem; }
.hero p:not(.eyebrow), .page-hero p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.86); font-size: 1.12rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 0; border-radius: 6px; font-weight: 900; cursor: pointer; }
.button.primary { color: #160b00; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); box-shadow: 0 18px 36px rgba(217,168,76,.3); }
.button.primary:hover { color: var(--white); background: var(--red); }
.button.ghost { color: var(--white); border: 1px solid rgba(255,216,119,.65); background: rgba(255,255,255,.1); }
.button.ghost:hover { background: rgba(255,255,255,.16); }
.hero-panel { position: absolute; right: clamp(20px, 5vw, 72px); bottom: 42px; z-index: 1; width: min(410px, calc(100% - 40px)); padding: 20px; color: var(--white); border: 1px solid rgba(255,216,119,.38); border-radius: 8px; background: rgba(5,11,22,.72); backdrop-filter: blur(16px); box-shadow: 0 22px 60px rgba(0,0,0,.28); }
.hero-panel span { display: block; margin-bottom: 6px; color: var(--gold-bright); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.hero-panel strong { display: block; font-size: 1.15rem; line-height: 1.25; }

.section { padding: 86px clamp(20px, 5vw, 72px); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.cup-ribbon { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding-block: 0; background: var(--charcoal); border-top: 1px solid rgba(255,216,119,.28); border-bottom: 1px solid rgba(255,216,119,.28); }
.ribbon-item { min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 24px; color: var(--white); background: linear-gradient(135deg, #071122, #111d34); text-align: center; }
.ribbon-item span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; color: #160b00; background: var(--gold-bright); font-weight: 900; }
.ribbon-item strong { font-size: 1rem; text-transform: uppercase; }
.feature-band, .mission-grid, .contact-layout { background: var(--mist); }
.feature-grid, .mission-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.feature-card, .mission-grid article, .contact-info, .contact-form, .policy-content article { background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.feature-card { padding: 28px; }
.feature-card.accent { border-color: rgba(217,168,76,.5); background: linear-gradient(180deg, #ffffff, #fff8e8); }
.feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 20px; border-radius: 50%; color: #160b00; background: var(--gold-bright); font-weight: 900; }
.split-section { display: grid; grid-template-columns: minmax(0,.9fr) minmax(280px,1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.split-section p, .text-section p, .mission-grid p, .policy-content p, .contact-info dd, .contact-info p { color: var(--muted); }
.content-summary { background: linear-gradient(135deg, #fff8e8, #fff); }
.check-list { display: grid; gap: 12px; }
.check-list div { position: relative; min-height: 54px; display: flex; align-items: center; padding: 14px 18px 14px 48px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); font-weight: 900; }
.check-list div::before { content: ""; position: absolute; left: 18px; width: 14px; height: 14px; border-radius: 50%; background: var(--gold); box-shadow: inset 0 0 0 4px var(--white), 0 0 0 2px var(--gold); }

.page-hero { color: var(--white); background: linear-gradient(120deg, rgba(5,11,22,.96), rgba(16,29,54,.78)), url("../images/score8-hero-premium.png") center / cover; }
.page-hero.compact { min-height: 320px; display: flex; align-items: center; padding: 70px clamp(20px, 5vw, 72px); }
.page-hero h1 { max-width: 920px; margin-bottom: 0; }
.text-section { max-width: 980px; }
.text-section p { font-size: 1.05rem; }
.mission-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mission-grid article { padding: 32px; }
.policy-content { display: grid; gap: 18px; max-width: 980px; }
.policy-content article { padding: 28px; }
.policy-content h2 { font-size: 1.35rem; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: start; }
.contact-form, .contact-info { padding: 28px; }
.contact-form { display: grid; gap: 12px; }
.contact-form label { color: var(--charcoal); font-weight: 900; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 13px 14px; font: inherit; color: var(--ink); background: var(--white); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); outline: 3px solid rgba(217,168,76,.18); }
.form-notice { padding: 12px 14px; border: 1px solid rgba(217,168,76,.35); border-radius: 6px; color: #825d16; background: #fff8e8; font-weight: 900; }
.contact-info dl { margin: 24px 0 0; }
.contact-info dt { color: var(--charcoal); font-weight: 900; }
.contact-info dd { margin: 4px 0 20px; }
.contact-info a { color: var(--red-dark); font-weight: 900; }
.site-footer { color: rgba(255,255,255,.78); background: var(--charcoal); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; padding: 28px clamp(20px, 5vw, 72px); }
.footer-brand { padding: 0; border-radius: 0; background: transparent; }
.footer-links { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; font-weight: 800; }
.footer-links a:hover { color: var(--white); }
.footer-inner p { margin: 0; white-space: nowrap; }

@media (max-width: 860px) {
  .menu-toggle { display: flex; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); display: none; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .hero { min-height: 640px; }
  .hero::after { background: linear-gradient(180deg, rgba(5,11,22,.96), rgba(16,29,54,.86)); }
  .hero-panel { position: relative; right: auto; bottom: auto; margin-top: 28px; }
  .feature-grid, .mission-grid, .split-section, .contact-layout, .footer-inner, .cup-ribbon { grid-template-columns: 1fr; }
  .footer-inner { text-align: center; }
  .footer-brand { justify-self: center; }
  .footer-inner p { white-space: normal; }
}

@media (max-width: 520px) {
  .site-header { min-height: 70px; padding-inline: 16px; }
  .brand img, .footer-brand img { width: 148px; }
  .section { padding: 64px 16px; }
  .hero { min-height: 660px; padding: 64px 16px; }
  .hero-actions, .button { width: 100%; }
  .ribbon-item { min-height: 92px; }
  .page-hero.compact { padding: 58px 16px; }
}
