:root { --ink:#101410; --green:#005c3b; --green-2:#087a4f; --yellow:#f5bf2d; --cream:#f2f0e8; --white:#fffef8; --line:rgba(16,20,16,.16); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:var(--font-body),Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
img { max-width:100%; display:block; }

.site-header { height:88px; display:flex; align-items:center; justify-content:space-between; padding:0 4vw; background:var(--white); border-bottom:1px solid var(--line); position:relative; z-index:10; }
.brand img { width:178px; height:58px; object-fit:contain; }
nav { display:flex; gap:32px; font-size:13px; font-weight:700; letter-spacing:.04em; }
nav a:hover { color:var(--green); }
.button { display:inline-flex; justify-content:space-between; align-items:center; gap:28px; background:var(--yellow); color:var(--ink); padding:16px 20px; border:0; font-weight:800; text-transform:uppercase; font-size:12px; letter-spacing:.06em; box-shadow:5px 5px 0 var(--ink); transition:.2s ease; cursor:pointer; }
.button:hover { transform:translate(-2px,-2px); box-shadow:8px 8px 0 var(--ink); }
.button-small { padding:12px 16px; box-shadow:none; }
.button-small:hover { box-shadow:4px 4px 0 var(--ink); }

.hero { min-height:690px; background:var(--green); color:var(--white); display:grid; grid-template-columns:1.1fr .9fr; padding:72px 5vw 64px; gap:5vw; position:relative; overflow:hidden; }
.hero-grid { position:absolute; inset:0; opacity:.12; background-image:linear-gradient(rgba(255,255,255,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.17) 1px,transparent 1px); background-size:56px 56px; mask-image:linear-gradient(90deg,#000,transparent 75%); }
.hero-copy,.hero-card-wrap { position:relative; z-index:1; }
.eyebrow,.section-kicker { text-transform:uppercase; font-size:11px; font-weight:800; letter-spacing:.16em; display:flex; gap:10px; align-items:center; margin:0 0 28px; }
.eyebrow span { width:28px; height:2px; background:var(--yellow); }
h1,h2,h3 { font-family:var(--font-display),Arial,sans-serif; }
h1 { font-size:clamp(54px,6.2vw,92px); line-height:.92; letter-spacing:-.065em; margin:0 0 30px; max-width:850px; }
h1 em,h2 em { color:var(--yellow); font-style:normal; }
.hero-lede { font-size:18px; line-height:1.65; max-width:670px; color:rgba(255,255,255,.78); }
.hero-actions { display:flex; align-items:center; gap:34px; margin-top:34px; }
.text-link { font-size:13px; font-weight:800; padding-bottom:5px; border-bottom:1px solid currentColor; }
.text-link span { margin-left:10px; }
.text-link.dark { color:var(--green); }
.hero-stats { border-top:1px solid rgba(255,255,255,.25); margin-top:50px; padding-top:25px; display:grid; grid-template-columns:repeat(3,1fr); max-width:650px; }
.hero-stats div { display:flex; flex-direction:column; border-right:1px solid rgba(255,255,255,.2); padding-left:20px; }
.hero-stats div:first-child { padding-left:0; }
.hero-stats div:last-child { border:0; }
.hero-stats strong { color:var(--yellow); font-family:var(--font-display); font-size:28px; }
.hero-stats span { font-size:11px; color:rgba(255,255,255,.62); margin-top:4px; }
.hero-card-wrap { display:flex; justify-content:center; align-items:center; }
.hero-card { background:var(--white); padding:14px; color:var(--ink); width:min(100%,520px); transform:rotate(1.5deg); box-shadow:18px 18px 0 rgba(0,0,0,.18); }
.hero-card img { width:100%; aspect-ratio:4/3; object-fit:cover; object-position:top; }
.poster-label { background:var(--yellow); display:inline-block; font-size:10px; font-weight:900; text-transform:uppercase; letter-spacing:.12em; padding:8px 12px; margin-bottom:10px; }
.poster-meta { display:grid; grid-template-columns:1fr 1fr; gap:20px; padding:15px 8px 5px; }
.poster-meta div { display:flex; flex-direction:column; }
.poster-meta span { font-size:9px; text-transform:uppercase; letter-spacing:.12em; color:#777; }
.poster-meta strong { font-size:12px; margin-top:4px; }
.signal-card { position:absolute; right:-10px; bottom:12%; background:var(--ink); color:white; font-size:11px; font-weight:700; padding:13px 16px; transform:rotate(-2deg); }
.signal-dot { display:inline-block; width:8px; height:8px; background:#40e381; border-radius:50%; margin-right:8px; box-shadow:0 0 0 5px rgba(64,227,129,.14); }

.marquee { overflow:hidden; background:var(--yellow); color:var(--ink); padding:16px 0; font-family:var(--font-display); font-weight:800; letter-spacing:.12em; white-space:nowrap; }
.marquee div { font-size:15px; word-spacing:24px; text-align:center; }
.marquee span { color:var(--green); }
.section { padding:100px 6vw; }
.section-kicker { color:var(--green); }
.section-kicker.light { color:var(--yellow); }
.about-content { display:grid; grid-template-columns:1.1fr .9fr; gap:10vw; }
.about h2,.section-heading h2,.remarks h2,.register h2 { font-size:clamp(42px,5vw,72px); line-height:1; letter-spacing:-.055em; margin:0; }
.about h2 em,.dark-heading h2 em { color:var(--green); }
.about-copy { padding-top:12px; }
.about-copy p { color:#586057; font-size:16px; line-height:1.7; }
.about-copy .lead { color:var(--ink); font-size:21px; line-height:1.5; font-weight:600; margin-top:0; }
.about-copy .text-link { display:inline-block; margin-top:18px; }

.programmes,.remarks,.register { background:var(--ink); color:var(--white); }
.section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom:52px; }
.section-heading > p { width:390px; color:rgba(255,255,255,.6); line-height:1.6; margin:0; }
.section-heading h2 em { color:var(--yellow); }
.programme-list { border-top:1px solid rgba(255,255,255,.22); }
.programme { display:grid; grid-template-columns:90px 1fr 64px; padding:34px 0; border-bottom:1px solid rgba(255,255,255,.22); align-items:center; transition:.2s; }
.programme:hover { background:rgba(255,255,255,.035); padding-left:16px; }
.programme-number { color:var(--yellow); font-family:monospace; font-size:12px; }
.programme h3 { font-size:30px; margin:10px 0 7px; letter-spacing:-.03em; }
.programme p { color:rgba(255,255,255,.6); max-width:650px; line-height:1.55; margin:0; }
.programme > a { border:1px solid rgba(255,255,255,.4); width:52px; height:52px; border-radius:50%; display:grid; place-items:center; font-size:20px; }
.pill { color:var(--yellow); text-transform:uppercase; font-size:9px; letter-spacing:.13em; font-weight:800; }

.dark-heading { color:var(--ink); }
.dark-heading > p { color:#687067; }
.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.news-card { border-top:4px solid var(--ink); padding-top:14px; }
.news-visual { height:260px; background:var(--green); margin-bottom:22px; overflow:hidden; }
.news-visual img { width:100%; height:100%; object-fit:cover; object-position:top; transition:.35s; }
.news-card:hover .news-visual img { transform:scale(1.025); }
.visual-1 { display:grid; place-items:center; background:var(--green); color:var(--yellow); text-align:center; font-family:var(--font-display); font-size:34px; font-weight:800; line-height:1; background-image:radial-gradient(circle at 50% 50%,rgba(245,191,45,.2) 0 2px,transparent 3px); background-size:22px 22px; }
.news-date { font-size:9px!important; color:var(--green)!important; font-weight:800; letter-spacing:.12em; }
.news-card h3 { font-size:24px; margin:10px 0; line-height:1.12; }
.news-card p { color:#666d65; line-height:1.55; font-size:14px; }
.news-card > a { display:inline-block; font-weight:800; font-size:12px; margin-top:10px; border-bottom:1px solid; }

.remarks { display:grid; grid-template-columns:.85fr 1.15fr; gap:10vw; }
.remarks-title > p:last-child { color:rgba(255,255,255,.55); margin-top:25px; font-size:12px; text-transform:uppercase; letter-spacing:.1em; }
.remarks-copy { border-left:1px solid rgba(255,255,255,.24); padding-left:50px; }
.remarks-copy p { font-size:17px; line-height:1.7; color:rgba(255,255,255,.76); }
.remarks-copy p:first-child { color:var(--white); font-size:21px; }
details { margin-top:30px; border-top:1px solid rgba(255,255,255,.2); padding-top:18px; }
summary { cursor:pointer; list-style:none; text-transform:uppercase; font-size:11px; font-weight:800; letter-spacing:.1em; color:var(--yellow); display:flex; justify-content:space-between; }
summary::-webkit-details-marker { display:none; }

.video-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.video-card { background:var(--white); border-top:4px solid var(--green); box-shadow:0 14px 40px rgba(16,20,16,.08); }
.video-card video { display:block; width:100%; aspect-ratio:9/16; object-fit:cover; background:#050705; }
.video-card > div { padding:22px; }
.video-card span { color:var(--green); font-size:9px; font-weight:900; letter-spacing:.13em; }
.video-card h3 { font-size:23px; line-height:1.1; margin:10px 0; letter-spacing:-.03em; }
.video-card p { color:#666d65; font-size:13px; line-height:1.55; margin:0; }

.register { display:grid; grid-template-columns:.85fr 1.15fr; gap:9vw; }
.register-intro > p:not(.section-kicker) { color:rgba(255,255,255,.62); line-height:1.7; font-size:17px; }
.contact-lines { margin-top:42px; display:flex; flex-direction:column; gap:12px; font-size:12px; font-weight:800; color:var(--yellow); }
.register-form { background:var(--white); color:var(--ink); padding:36px; }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
label { display:flex; flex-direction:column; gap:8px; font-size:10px; text-transform:uppercase; letter-spacing:.1em; font-weight:800; margin-bottom:20px; }
input,select,textarea { width:100%; border:1px solid #cfd3cb; background:#f7f7f2; padding:14px; color:var(--ink); border-radius:0; outline:none; text-transform:none; letter-spacing:0; }
input:focus,select:focus,textarea:focus { border-color:var(--green); box-shadow:0 0 0 2px rgba(0,92,59,.12); }
textarea { resize:vertical; }
.consent { flex-direction:row; text-transform:none; letter-spacing:0; font-weight:500; align-items:flex-start; font-size:12px; }
.consent input { width:16px; margin-top:2px; }
.form-button { width:100%; }
.form-note { color:#71776f; font-size:10px; text-align:center; margin:16px 0 0; }

footer { background:#070a07; color:var(--white); padding:60px 6vw 25px; }
.footer-top { display:grid; grid-template-columns:220px 1fr auto; gap:7vw; align-items:center; padding-bottom:45px; }
.footer-top img { width:210px; background:white; }
.footer-top p { color:rgba(255,255,255,.55); max-width:520px; line-height:1.6; }
.footer-top > a { color:var(--yellow); font-size:11px; font-weight:800; text-transform:uppercase; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.15); padding-top:22px; display:flex; gap:28px; color:rgba(255,255,255,.45); font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.footer-bottom span { margin-right:auto; }

@media (max-width:900px) {
  nav { display:none; }
  .hero { grid-template-columns:1fr; padding-top:54px; }
  .hero-card-wrap { margin-top:30px; }
  .about-content,.remarks,.register { grid-template-columns:1fr; }
  .section-heading { align-items:flex-start; flex-direction:column; }
  .section-heading > p { width:auto; }
  .news-grid { grid-template-columns:1fr 1fr; }
  .video-grid { grid-template-columns:repeat(3,1fr); gap:12px; }
  .remarks-copy { padding-left:0; border-left:0; border-top:1px solid rgba(255,255,255,.2); padding-top:30px; }
  .footer-top { grid-template-columns:1fr; }
}

@media (max-width:600px) {
  .site-header { height:74px; padding:0 20px; }
  .brand img { width:140px; height:48px; }
  .button-small { font-size:10px; padding:10px; }
  .hero { padding:48px 22px; min-height:auto; }
  h1 { font-size:50px; }
  .hero-actions { flex-direction:column; align-items:flex-start; }
  .hero-stats { gap:8px; }
  .hero-stats div { padding-left:8px; }
  .hero-stats strong { font-size:21px; }
  .signal-card { right:-4px; bottom:-18px; }
  .marquee div { text-align:left; width:max-content; }
  .section { padding:74px 22px; }
  .about h2,.section-heading h2,.remarks h2,.register h2 { font-size:44px; }
  .programme { grid-template-columns:45px 1fr; }
  .programme > a { display:none; }
  .news-grid { grid-template-columns:1fr; }
  .news-visual { height:300px; }
  .video-grid { grid-template-columns:1fr; gap:28px; }
  .field-row { grid-template-columns:1fr; gap:0; }
  .register-form { padding:24px 18px; }
  .footer-bottom { flex-wrap:wrap; }
  .footer-bottom span { width:100%; }
}
