:root {
  --blue: #00A0E3;
  --blue-deep: #0087c2;
  --sun: #F5C518;
  --white: #ffffff;
  --line: rgba(255,255,255,0.28);
  --card: rgba(255,255,255,0.12);
  --base: 1.15;
}
* { box-sizing: border-box; }
body {
  margin: 0; min-height: 100vh;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: radial-gradient(ellipse 120% 80% at 50% -10%, #33b8ef 0%, var(--blue) 42%, var(--blue-deep) 100%);
  color: var(--white); line-height: 1.55; font-size: calc(16px * var(--base));
}
a { color: var(--sun); }
a:hover { text-decoration: underline; }
.wrap { /* shell applied via .shell */ }
.brand, .brand .name, .brand .tag { display:none !important; } /* kill repeated imprint block */
.brand .mark { width:72px; height:72px; border-radius:50%; margin:0 auto 0.65rem; overflow:hidden; box-shadow:0 0 0 3px rgba(255,255,255,0.35), 0 8px 20px rgba(0,0,0,0.2); }
.brand .mark img { width:100%; height:100%; object-fit:cover; display:block; }
.brand .name { font-weight:800; letter-spacing:0.08em; font-size: calc(0.95rem * var(--base)); }
.brand .tag { color: var(--sun); font-family: Georgia, serif; font-style:italic; margin:0.2rem 0 0; font-size: calc(0.95rem * var(--base)); }
h1 { font-size: calc(1.45rem * var(--base)); line-height:1.25; margin:0 0 0.5rem; letter-spacing:0.01em; }
h2 { font-size: calc(1.1rem * var(--base)); margin:1.4rem 0 0.5rem; }
.meta { color: rgba(255,255,255,0.78); font-size: calc(0.85rem * var(--base)); margin:0 0 1rem; }
.card img { width:100%; height:auto; border-radius:10px; display:block; box-shadow:0 10px 28px rgba(0,0,0,0.25); }
.card p { margin:0 0 0.85rem; }
.card p:last-child { margin-bottom:0; }
.list a.item { display:block; text-decoration:none; color:inherit; }
.list a.item:hover { filter:brightness(1.05); }
.list .date { color: var(--sun); font-weight:700; font-size: calc(0.8rem * var(--base)); letter-spacing:0.04em; text-transform:uppercase; }
.list h2 { margin:0.35rem 0 0.4rem; font-size: calc(1.15rem * var(--base)); }
.btn { display:inline-block; text-decoration:none !important; background: var(--sun); color:#123 !important; padding:0.75rem 1rem; border-radius:10px; font-weight:750; margin:0.35rem 0.35rem 0.35rem 0; }
.btn.secondary { background:transparent; color:var(--white) !important; border:2px solid rgba(255,255,255,0.85); }
.footer { margin-top:2rem; padding-top:1.2rem; border-top:1px solid var(--line); font-size: calc(0.78rem * var(--base)); color: rgba(255,255,255,0.78); text-align:center; }
.footer p { margin:0 0 0.35rem; }
.epk li { margin:0.35rem 0; }
.note { font-size: calc(0.8rem * var(--base)); color: rgba(255,255,255,0.78); }
button.reveal { font-size: calc(0.85rem * var(--base)); background: rgba(255,255,255,0.14); color: var(--white); border:1px solid rgba(255,255,255,0.45); border-radius:8px; padding:0.5rem 0.8rem; cursor:pointer; font-weight:600; }
.reveal-slot[hidden] { display:none !important; }
.reveal-slot a { color: var(--white); font-weight:650; }
.send-form label { display:block; margin:0.85rem 0 0.35rem; color:var(--sun); font-size: calc(0.78rem * var(--base)); font-weight:700; letter-spacing:0.06em; text-transform:uppercase; }
.send-form input, .send-form textarea {
  width:100%; border-radius:10px; border:1px solid rgba(255,255,255,0.45);
  background:rgba(255,255,255,0.12); color:var(--white);
  padding:0.7rem 0.8rem; font:inherit; font-size: calc(0.95rem * var(--base));
}
.send-form input::placeholder, .send-form textarea::placeholder { color:rgba(255,255,255,0.55); }
.send-form textarea { min-height:5rem; resize:vertical; }
.send-form .hint { margin:0.35rem 0 0; font-size: calc(0.78rem * var(--base)); color:rgba(255,255,255,0.75); }
.send-form .actions { margin-top:1.15rem; }
.send-form button.btn { display:block; width:100%; border:0; cursor:pointer; }
.send-form .status { margin-top:0.75rem; font-size: calc(0.85rem * var(--base)); color:rgba(255,255,255,0.9); }
.req { color:var(--sun); }
