:root { --ink:#101820; --red:#b6212d; --gold:#d9a928; --paper:#f7f4ee; --white:#fff; --muted:#64707a; }
* { box-sizing:border-box; }
html { max-width:100%; overflow-x:hidden; scroll-behavior:smooth; }
body { max-width:100%; margin:0; overflow-x:hidden; color:var(--ink); background:var(--paper); font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height:1.6; }
a { color:inherit; }
.site-header { position:sticky; top:0; z-index:10; display:flex; justify-content:space-between; align-items:center; gap:24px; min-height:78px; padding:10px clamp(20px,5vw,72px); background:rgba(247,244,238,.95); backdrop-filter:blur(14px); border-bottom:1px solid rgba(16,24,32,.1); }
.brand { display:flex; align-items:center; gap:12px; font-weight:800; text-decoration:none; letter-spacing:-.02em; }
.brand img { width:62px; height:52px; object-fit:contain; mix-blend-mode:multiply; }
nav { display:flex; align-items:center; gap:24px; }
nav a { font-size:.93rem; font-weight:650; text-decoration:none; }
.nav-cta { padding:9px 15px; color:var(--white); background:var(--red); border-radius:999px; }
.hero { min-height:calc(100vh - 78px); display:grid; grid-template-columns:1.05fr .95fr; }
.hero-copy { display:flex; flex-direction:column; justify-content:center; padding:clamp(64px,10vw,150px) clamp(24px,7vw,110px); }
.eyebrow { margin:0 0 14px; color:var(--red); font-size:.78rem; font-weight:850; letter-spacing:.16em; text-transform:uppercase; }
h1,h2 { margin:0; font-family:Georgia, "Times New Roman", serif; line-height:1.04; letter-spacing:-.035em; }
h1 { max-width:760px; font-size:clamp(3.2rem,7.2vw,7rem); }
h2 { font-size:clamp(2.3rem,4vw,4.5rem); }
.lead { max-width:640px; margin:28px 0 0; color:#39434b; font-size:clamp(1.15rem,1.6vw,1.45rem); }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.button { display:inline-block; padding:14px 20px; border-radius:4px; font-weight:780; text-decoration:none; }
.primary { color:var(--white); background:var(--red); }
.secondary { border:1px solid rgba(16,24,32,.28); }
.hero-image { min-height:560px; background:linear-gradient(180deg,rgba(16,24,32,.05),rgba(16,24,32,.28)), url('assets/taekwondo-atardecer.jpg') center/cover no-repeat; }
.section { padding:clamp(80px,10vw,150px) clamp(24px,8vw,130px); }
.intro { display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(40px,8vw,130px); background:var(--white); }
.prose { max-width:760px; color:#39434b; font-size:1.15rem; }
.master { display:grid; grid-template-columns:minmax(260px,420px) 1fr; align-items:center; gap:clamp(40px,8vw,130px); background:var(--ink); color:var(--white); }
.master img { width:100%; aspect-ratio:1/1; object-fit:cover; object-position:center; }
.master .eyebrow { color:#f1c958; }
.rank { color:#d4d9dd; font-weight:700; }
.credentials { display:grid; gap:5px; margin:20px 0 0; color:#f1c958; font-size:.9rem; font-weight:800; letter-spacing:.035em; line-height:1.35; }
.credentials span { display:block; }
blockquote { margin:34px 0; color:#f1c958; font-family:Georgia,serif; font-size:clamp(1.5rem,2.4vw,2.5rem); line-height:1.25; }
.history { text-align:center; }
.history h2 { max-width:850px; margin:auto; }
.milestones { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:56px; text-align:left; }
.milestones article { min-height:190px; padding:28px; background:var(--white); border-top:4px solid var(--gold); }
.milestones strong,.milestones span { display:block; }
.milestones strong { margin-bottom:14px; font-size:1.15rem; }
.milestones span { color:var(--muted); }
.archive-note { max-width:780px; margin:42px auto 0; color:var(--muted); }
.mobile-news-link { display:none; }
.contact { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:40px; color:var(--white); background:var(--red); }
.contact .eyebrow { color:#ffe18b; }
.email-card { display:block; padding:30px; background:rgba(255,255,255,.11); border:1px solid rgba(255,255,255,.35); text-decoration:none; }
.email-card span,.email-card strong { display:block; }
.email-card span { margin-bottom:8px; opacity:.82; }
.email-card strong { font-size:clamp(1rem,2vw,1.45rem); overflow-wrap:anywhere; }
.social-card { padding:30px; background:rgba(255,255,255,.11); border:1px solid rgba(255,255,255,.35); }
.social-card > span { display:block; margin-bottom:16px; font-weight:750; }
.social-links { display:flex; flex-wrap:wrap; gap:12px; }
.social-links a { display:flex; align-items:center; gap:9px; padding:10px 14px; color:var(--red); background:var(--white); border-radius:6px; text-decoration:none; }
.social-links svg { width:25px; height:25px; fill:currentColor; }
.social-links a:hover { transform:translateY(-1px); }
footer { display:flex; align-items:center; justify-content:center; gap:18px; padding:34px 20px; background:var(--white); }
footer img { width:58px; mix-blend-mode:multiply; }
footer p { color:var(--muted); font-size:.9rem; }
.blog-hero { padding:clamp(72px,9vw,130px) clamp(24px,8vw,130px) clamp(52px,7vw,90px); color:var(--white); background:linear-gradient(125deg,#101820,#25313b); }
.blog-hero h1 { font-size:clamp(3rem,7vw,6.5rem); }
.blog-hero p:not(.eyebrow) { max-width:760px; margin:24px 0 0; color:#d9e0e4; font-size:clamp(1.05rem,1.7vw,1.3rem); }
.blog-section { padding:clamp(44px,7vw,90px) clamp(16px,6vw,96px); }
.blog-grid { display:grid; width:100%; min-width:0; grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; max-width:1180px; margin:0 auto; align-items:start; }
.post-card { min-width:0; padding:18px; overflow:hidden; background:var(--white); border:1px solid rgba(16,24,32,.1); border-radius:12px; box-shadow:0 12px 34px rgba(16,24,32,.08); }
.post-number { margin-bottom:12px; color:var(--red); font-size:.76rem; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }
.facebook-embed { position:relative; width:100%; min-height:560px; overflow:hidden; background:#f0f2f5; border-radius:8px; }
.facebook-embed iframe { display:block; width:100%; min-height:650px; border:0; }
.post-link { display:inline-block; margin-top:14px; color:var(--red); font-weight:750; text-decoration:none; }
.post-link:hover { text-decoration:underline; }
@media (max-width:850px) { nav a:not(.nav-cta) { display:none; } .brand span { max-width:180px; line-height:1.15; } .hero,.intro,.master,.contact { grid-template-columns:1fr; } .hero-image { min-height:52vh; order:-1; } .milestones { grid-template-columns:1fr 1fr; } .blog-grid { grid-template-columns:minmax(0,1fr); max-width:560px; } }
@media (max-width:520px) { .site-header { width:100vw; min-height:70px; gap:10px; padding-inline:14px; } .brand img { width:48px; height:42px; } .brand span { max-width:145px; font-size:.78rem; } nav { gap:8px; } .nav-cta { padding:8px 12px; font-size:.82rem; } .hero-copy { padding-top:58px; padding-bottom:68px; } .milestones { grid-template-columns:1fr; } .mobile-news-link { display:block; margin-top:28px; } .history-news-link { display:none; } .blog-hero { width:100vw; max-width:100vw; padding-inline:20px; } .blog-hero h1,.blog-hero p { max-width:calc(100vw - 40px); overflow-wrap:anywhere; } .blog-section { width:100vw; max-width:100vw; padding-inline:8px; } .blog-grid { width:100%; max-width:100%; } .post-card { width:100%; max-width:100%; padding:10px; border-radius:8px; } .facebook-embed { width:100%; max-width:100%; min-height:500px; } .facebook-embed iframe { width:100% !important; max-width:100%; min-height:580px; } footer { align-items:flex-start; } }
