*{box-sizing:border-box}:root{--gold:#bd8120;--dark:#101b2b;--cream:#f6f1e8;--muted:#626a75}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--dark);background:#f3f3f0}.site-header{min-height:76px;display:flex;align-items:center;justify-content:space-between;padding:12px 5vw;background:white;border-bottom:1px solid #eee;position:sticky;top:0;z-index:20}.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:var(--dark)}.brand .bike{font-size:34px}.brand img{width:215px;height:38px;object-fit:contain}.brand small{display:block;font-size:9px;font-weight:bold;letter-spacing:.16em;color:#9c6610}.site-header nav{display:flex;gap:28px}.site-header nav a{padding:12px 0;text-decoration:none;color:#222;font-size:12px;font-weight:700;position:relative}.site-header nav a.active{color:#9c6610}.site-header nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--gold)}.menu-toggle{display:none}main{max-width:1536px;margin:auto;background:white;box-shadow:0 14px 50px #00000012}.hero{min-height:560px;display:grid;grid-template-columns:44% 56%;background:var(--dark);color:white;overflow:hidden}.hero-copy{padding:80px 7vw;display:flex;flex-direction:column;justify-content:center}.hero-copy>span,.edition-copy>span,.recognition span,.committee span,.intro span{color:#dca541;font-weight:800;letter-spacing:.18em;font-size:12px}.hero h1{font-size:clamp(58px,7vw,104px);line-height:.9;margin:20px 0}.hero p{font-size:20px;line-height:1.6;max-width:600px}.hero>img{width:100%;height:100%;object-fit:cover}.hero-stats{display:grid;grid-template-columns:auto 1fr auto 1fr;align-items:center;gap:12px;margin-top:28px}.hero-stats b{font-size:38px;color:#dca541}.hero-stats em{font-style:normal;font-size:13px}.intro{display:grid;grid-template-columns:38% 62%;padding:64px 7vw;align-items:center;border-bottom:1px solid #eee}.intro h2{font-size:44px;margin:10px 0}.intro p{font-size:20px;line-height:1.7}.edition{padding:70px 6vw;display:grid;grid-template-columns:130px 1fr;gap:38px;background:#faf9f6}.edition:nth-of-type(even){background:white}.year{font-size:56px;font-weight:900;color:var(--gold);writing-mode:vertical-rl;transform:rotate(180deg);text-align:right}.edition-copy h2{font-size:42px;margin:10px 0}.edition-copy p{max-width:1000px;font-size:18px;line-height:1.75;color:#39414c}.facts{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0 30px}.facts b{padding:10px 16px;border:1px solid #d9b166;border-radius:999px;color:#8b5a0a;background:#fffaf0}.gallery{grid-column:2;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gallery img{width:100%;height:240px;object-fit:cover;border-radius:14px;box-shadow:0 8px 22px #0002}.tokyo-grid{grid-template-columns:repeat(3,1fr)}.videos{grid-column:2;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px}.videos article{background:white;border:1px solid #e5ded2;border-radius:16px;padding:16px}.videos h3{margin:0 0 12px}.videos video{width:100%;max-height:280px;background:#111;border-radius:10px}.recognition,.committee{display:grid;grid-template-columns:45% 55%;align-items:center;gap:0}.recognition img{width:100%;height:500px;object-fit:cover}.recognition div,.committee div{padding:65px 7vw}.recognition h2,.committee h2{font-size:44px;margin:12px 0}.recognition p,.committee p{font-size:19px;line-height:1.7}.committee{background:var(--dark);color:white}.committee figure{margin:0;background:white;text-align:center}.committee img{width:100%;height:560px;object-fit:contain}.closing{text-align:center;padding:90px 8vw;background:linear-gradient(135deg,#fff,#f8f0df)}.closing span{color:var(--gold);letter-spacing:.25em;font-weight:bold}.closing h2{font-size:48px;margin:18px auto;max-width:900px}.closing p{font-size:20px;line-height:1.7;max-width:820px;margin:auto}footer{display:flex;justify-content:space-between;padding:28px 6vw;background:#0e1725;color:white}footer a{color:#e2b45e}.back-to-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border:0;border-radius:50%;background:var(--dark);color:white;font-size:22px;display:none}.back-to-top.show{display:block}.committee-achievement{margin:26px 4.8vw 60px;display:grid;grid-template-columns:36% 64%;border:1px solid #d7a44a;border-radius:18px;overflow:hidden;background:linear-gradient(135deg,#fff,#fff8eb);box-shadow:0 10px 30px #0001}.committee-achievement figure{margin:0;background:#fff}.committee-achievement img{width:100%;height:420px;object-fit:contain}.committee-achievement div{padding:45px}.committee-achievement span{color:var(--gold);font-weight:800}.committee-achievement h2{font-size:36px;margin:10px 0}.committee-achievement p{font-size:17px;line-height:1.7}
@media(max-width:900px){.site-header{flex-wrap:wrap}.menu-toggle{display:block}.site-header nav{display:none;width:100%;flex-direction:column;gap:0}.site-header nav.open{display:flex}.hero{grid-template-columns:1fr}.hero>img{height:430px}.intro,.recognition,.committee{grid-template-columns:1fr}.edition{grid-template-columns:1fr}.year{writing-mode:horizontal-tb;transform:none}.gallery,.videos{grid-column:1}.gallery{grid-template-columns:repeat(2,1fr)}.videos{grid-template-columns:1fr}.committee-achievement{grid-template-columns:1fr}.committee-achievement img{height:500px}}@media(max-width:560px){.brand img{width:170px}.hero-copy{padding:55px 25px}.hero h1{font-size:56px}.hero-stats{grid-template-columns:auto 1fr}.intro,.edition{padding:45px 22px}.gallery,.tokyo-grid{grid-template-columns:1fr}.gallery img{height:280px}.edition-copy h2,.recognition h2,.committee h2,.closing h2{font-size:34px}.recognition div,.committee div{padding:45px 24px}.committee img{height:430px}footer{flex-direction:column;gap:12px}.committee-achievement{margin:20px 12px}.committee-achievement div{padding:28px 22px}}
/* Version 1.0 ortak kimlik ve fotoğraf kadrajı */
.unified-brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:#101b2b}.unified-cyclist{font-size:34px;line-height:1;filter:saturate(1.2);position:relative}.unified-cyclist:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:linear-gradient(#e30a17 0 50%,#fff 50%);left:17px;top:9px;border:1px solid #fff}.unified-name img{display:block;width:215px;height:38px;object-fit:contain}.unified-name small{display:block;font-size:9px;font-weight:800;letter-spacing:.16em;color:#9c6610}.tokyo-focus-center{object-position:42% center!important}.unified-footer{display:block!important;text-align:center!important;padding:24px 20px!important;font-size:12px!important;line-height:1.7!important}.back-to-top{position:fixed;right:24px;bottom:24px;width:auto;height:auto;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(16,27,43,.84);color:white;font-size:15px;padding:11px 16px;display:none}.back-to-top.show{display:block}@media(max-width:560px){.unified-name img{width:170px}}

/* Version 1.0 locked hero balance. */
.hero-copy{align-items:center;text-align:center;padding:64px 6vw;}
.hero-copy>span{display:block;}
.hero h1{font-size:clamp(48px,5.4vw,78px);line-height:1;margin:18px 0 22px;}
.hero p{font-size:18px;line-height:1.65;max-width:520px;margin-left:auto;margin-right:auto;}
.hero-stats{width:min(100%,520px);justify-content:center;margin-left:auto;margin-right:auto;}
@media(max-width:900px){.hero-copy{padding:52px 25px}.hero h1{font-size:clamp(46px,12vw,68px)}}

/* Version 1.0 kilitli üst menü: çizgisiz, daha okunaklı aktif sayfa vurgusu. */
.site-header nav a{font-size:13px!important;font-weight:700!important;transition:color .2s ease,transform .2s ease,font-size .2s ease,font-weight .2s ease!important;}
.site-header nav a:hover{color:var(--gold)!important;transform:translateY(-1px);}
.site-header nav a.active{color:var(--gold)!important;font-size:14px!important;font-weight:800!important;}
.site-header nav a.active:after{content:none!important;display:none!important;}

/* Version 1.0 final navy tone, matched to the national-team shorts. */
.hero,.committee{background:#142842!important}

/* Ortak Yukarı düğmesi — Başarılarım sayfasıyla aynı */
.back-to-top{position:fixed;right:24px;bottom:24px;z-index:900;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:10px 15px 10px 12px;background:rgba(16,27,43,.82);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;box-shadow:0 8px 25px rgba(0,0,0,.22);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(18px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,background .2s ease}
.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover{background:rgba(16,27,43,.96)}
.back-to-top:focus-visible{outline:3px solid #d9a749;outline-offset:3px}
.back-to-top span{font-size:22px;line-height:1}
.back-to-top small{font-size:12px;font-weight:800;letter-spacing:.04em}
@media(max-width:600px){.back-to-top{right:14px;bottom:14px;padding:10px 12px}.back-to-top small{display:none}}
