*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--red: #f80303;--red-dark: #d00202;--red-soft: #ff4d4d;--red-glow: rgba(248, 3, 3, .12);--dark: #1e1e1e;--dark-soft: #2a2a2a;--dark-card: #232323;--white: #ffffff;--off-white: #f7f7f5;--gray-100: #eeeeeb;--gray-200: #ddddd8;--gray-300: #c4c4be;--gray-400: #9e9e98;--gray-500: #6e6e68;--gray-600: #4a4a45;--text: #2c2c2c;--text-light: #5a5a55;--max-width: 1100px;--radius: 10px;--radius-lg: 16px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--off-white);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site{display:flex;flex-direction:column;min-height:100vh}.main{flex:1}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.hero-banner{position:relative;height:45vh;min-height:320px;max-height:500px;background:var(--dark) url(/hero.jpg) center / cover no-repeat;display:flex;align-items:center;justify-content:center}.hero-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.hero-banner__overlay{position:relative;z-index:2;text-align:center;color:var(--white)}.hero-banner__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:6px;text-transform:uppercase;margin-bottom:.5rem}.hero-banner__sub{font-size:1rem;font-weight:500;color:var(--red-soft);letter-spacing:3px;text-transform:uppercase}.nav{background:var(--dark);color:var(--white);padding:0 2rem;display:flex;align-items:center;justify-content:center;height:56px;position:sticky;top:0;z-index:100;border-bottom:2px solid var(--red)}.nav__logo{font-weight:800;font-size:1rem;letter-spacing:3px;color:var(--white)}.nav__links{display:flex;gap:1.75rem;align-items:center;height:100%}.nav__links>a{color:var(--gray-300);font-size:.8125rem;font-weight:600;letter-spacing:.5px;transition:color .2s;position:relative;padding:.25rem 0}.nav__links>a:hover{color:var(--white)}.nav__links>a.router-link-active{color:var(--white)}.nav__links>a.router-link-active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--red)}.nav__dropdown{position:relative;display:flex;align-items:center;height:100%}.nav__dropdown-trigger{color:var(--gray-300);font-size:.8125rem;font-weight:600;letter-spacing:.5px;transition:color .2s;position:relative;cursor:pointer;padding:.25rem 0}.nav__dropdown-trigger:hover,.nav__dropdown-trigger.router-link-active{color:var(--white)}.nav__dropdown-trigger.router-link-active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--red)}.nav__dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background:var(--dark);border:1px solid var(--dark-soft);border-top:2px solid var(--red);border-radius:0 0 var(--radius) var(--radius);padding:.5rem 0;min-width:210px;box-shadow:0 12px 32px #00000059;z-index:200}.nav__dropdown:hover .nav__dropdown-menu{display:flex;flex-direction:column}.nav__dropdown-menu a{padding:.6rem 1.25rem;font-size:.8rem;font-weight:500;color:var(--gray-300);white-space:nowrap;transition:background .15s,color .15s,padding-left .15s;border-left:2px solid transparent}.nav__dropdown-menu a:hover{background:var(--dark-soft);color:var(--white);border-left-color:var(--red);padding-left:1.5rem}.nav__dropdown-menu a.router-link-active{color:var(--white);border-left-color:var(--red)}.nav__dropdown-menu a.router-link-active:after{display:none}.nav__socials{display:flex;align-items:center;gap:.6rem;margin-left:.5rem;padding-left:1.25rem;border-left:1px solid var(--dark-soft)}.nav__socials a{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;color:var(--gray-400);transition:color .2s,background .2s}.nav__socials a:hover{color:var(--white);background:var(--dark-soft)}.page{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem}.page h2{font-size:1.6rem;font-weight:800;letter-spacing:.5px;margin-bottom:1.5rem;color:var(--text)}.page h2:after{content:"";display:block;width:40px;height:3px;background:var(--red);margin-top:.6rem;border-radius:2px}.page h3{font-size:1.15rem;font-weight:700;margin-bottom:.75rem;color:var(--text)}.page p{color:var(--text-light);line-height:1.8;margin-bottom:1rem}.section{padding:3rem 1.5rem;max-width:var(--max-width);margin:0 auto}.section__title{font-size:1.6rem;font-weight:800;margin-bottom:2rem}.index-page{max-width:var(--max-width);margin:0 auto;padding:4rem 1.5rem}.index-page h2{font-size:1.6rem;font-weight:800;margin-bottom:2rem}.index-page h2:after{content:"";display:block;width:40px;height:3px;background:var(--red);margin-top:.6rem;border-radius:2px}.index-page__links{display:flex;flex-direction:column;gap:.6rem}.index-page__links a{display:block;padding:1.1rem 1.5rem;background:var(--white);color:var(--text);border:1px solid var(--gray-200);border-left:3px solid var(--red);border-radius:var(--radius);font-size:.95rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s}.index-page__links a:hover{background:var(--white);transform:translate(6px);box-shadow:0 4px 16px #0000000f}.btn{display:inline-block;background:var(--red);color:var(--white);padding:.75rem 2rem;border-radius:var(--radius);font-weight:700;font-size:.875rem;letter-spacing:.5px;transition:background .2s,transform .15s;cursor:pointer;border:none}.btn:hover{background:var(--red-dark);transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--red);border:2px solid var(--red)}.btn--outline:hover{background:var(--red);color:var(--white)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.card{border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .25s ease,transform .2s ease;background:var(--white)}.card:hover{box-shadow:0 8px 28px #00000014;transform:translateY(-3px)}.card__img{width:100%;height:200px;object-fit:cover;background:var(--gray-100)}.card__body{padding:1.25rem}.card__date{font-size:.75rem;color:var(--red);margin-bottom:.5rem;font-weight:600;letter-spacing:.5px}.card__title{font-weight:700;font-size:1.05rem;margin-bottom:.5rem;color:var(--text)}.card__excerpt{font-size:.9rem;color:var(--text-light)}.card__placeholder{width:100%;height:200px;background:var(--dark);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.85rem;font-weight:600;letter-spacing:2px}.contact-page{max-width:640px;margin:0 auto;padding:4rem 1.5rem}.contact-page h2{font-size:1.6rem;font-weight:800;margin-bottom:2rem}.contact-page h2:after{content:"";display:block;width:40px;height:3px;background:var(--red);margin-top:.6rem;border-radius:2px}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form__group{display:flex;flex-direction:column;gap:.375rem}.contact-form__group label{font-size:.8rem;font-weight:600;color:var(--text-light)}.contact-form__group input,.contact-form__group textarea{padding:.75rem 1rem;border:1px solid var(--gray-200);border-radius:var(--radius);font-family:inherit;font-size:.9375rem;color:var(--text);background:var(--white);transition:border-color .2s,box-shadow .2s;resize:vertical}.contact-form__group input:focus,.contact-form__group textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-glow)}.contact-form__submit{align-self:flex-start;padding:.75rem 2.5rem;background:var(--red);color:var(--white);border:none;border-radius:var(--radius);font-family:inherit;font-size:.875rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s}.contact-form__submit:hover{background:var(--red-dark);transform:translateY(-1px)}.contact-form__submit:disabled{opacity:.5;cursor:not-allowed}.contact-form__feedback{font-size:.875rem;font-weight:600;margin-top:.5rem}.contact-form__feedback--ok{color:#16a34a}.contact-form__feedback--err{color:var(--red)}.article{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.article__title{font-size:1.75rem;font-weight:800;margin-bottom:.5rem;color:var(--text)}.article__meta{font-size:.8rem;color:var(--red);margin-bottom:2rem;font-weight:600}.article__content{line-height:1.8;color:var(--text-light)}.article__content p{margin-bottom:1rem}.article__content h2{font-size:1.4rem;margin:2rem 0 .75rem;color:var(--text)}.article__content img{border-radius:var(--radius-lg);margin:1.5rem 0}.gallery{columns:2;gap:1rem}@media (min-width: 640px){.gallery{columns:3}}@media (min-width: 960px){.gallery{columns:4}}.gallery__item{break-inside:avoid;margin-bottom:1rem;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.gallery__item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.gallery__item img,.gallery__item video{width:100%;display:block;transition:opacity .2s}.gallery__item:hover img,.gallery__item:hover video{opacity:.9}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000}.lightbox__close{position:absolute;top:1.5rem;right:2rem;color:#fff;font-size:1.5rem;cursor:pointer;background:none;border:none;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.lightbox__close:hover{background:#f8030333}.lightbox img,.lightbox video{max-width:90vw;max-height:90vh;border-radius:var(--radius-lg)}.footer{background:var(--dark);color:var(--gray-300);padding:3rem 2rem;border-top:3px solid var(--red)}.footer__inner{max-width:var(--max-width);margin:0 auto;text-align:center}.footer__brand{font-weight:800;font-size:1.1rem;letter-spacing:4px;color:var(--white);text-transform:uppercase;margin-bottom:.5rem}.footer__text{font-size:.9rem;margin-bottom:1.5rem;color:var(--gray-400)}.footer__links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer__links a{font-size:.8rem;color:var(--gray-400);font-weight:500;transition:color .2s}.footer__links a:hover{color:var(--red-soft)}.footer__socials{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.footer__socials a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;color:var(--gray-400);border:1px solid var(--dark-soft);transition:color .2s,background .2s,border-color .2s}.footer__socials a:hover{color:var(--white);background:var(--red);border-color:var(--red)}.footer__copy{font-size:.8rem;color:var(--gray-500);padding-top:1.5rem;border-top:1px solid var(--dark-soft)}.loading,.empty{text-align:center;color:var(--gray-400);padding:3rem}.horaires-page h2{margin-bottom:2rem}.horaires-filters{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.horaires-filters__group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.horaires-filters__label{font-size:.75rem;font-weight:700;letter-spacing:.5px;color:var(--gray-500);margin-right:.25rem}.horaires-filter{padding:.4rem 1rem;border:1px solid var(--gray-200);border-radius:20px;background:var(--white);color:var(--gray-500);font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.horaires-filter:hover{border-color:var(--gray-300);color:var(--text)}.horaires-filter.active{background:var(--dark);color:var(--white);border-color:var(--dark)}.horaires-filter--tkd.active{background:var(--red);border-color:var(--red)}.horaires-filter--hkd.active{background:#2563eb;border-color:#2563eb}.horaires-legend{display:flex;gap:1.5rem;margin-bottom:1.5rem}.horaires-legend__item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--text-light)}.horaires-legend__item:before{content:"";display:block;width:12px;height:12px;border-radius:4px}.horaires-legend__item--tkd:before{background:var(--red)}.horaires-legend__item--hkd:before{background:#2563eb}.horaires-table-wrap{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:var(--white)}.horaires-grid{width:100%;border-collapse:collapse;table-layout:fixed}.horaires-grid thead th{background:var(--dark);color:var(--white);padding:.75rem .5rem;text-align:center;font-size:.75rem;font-weight:700;letter-spacing:.5px}.horaires-grid thead th:first-child{width:130px;border-radius:var(--radius-lg) 0 0 0}.horaires-grid thead th:last-child{border-radius:0 var(--radius-lg) 0 0}.horaires-grid td{border:1px solid var(--gray-100);padding:.35rem;vertical-align:top;height:70px}.horaires-grid__time{background:var(--off-white);font-size:.78rem;font-weight:700;text-align:center;vertical-align:middle!important;color:var(--text-light);font-variant-numeric:tabular-nums;white-space:nowrap}.horaires-cell{padding:.5rem .6rem;border-radius:8px;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:center;gap:.2rem;transition:opacity .3s}.horaires-cell--tkd{background:var(--red);color:var(--white)}.horaires-cell--hkd{background:#2563eb;color:var(--white)}.horaires-cell--dimmed{opacity:.12}.horaires-cell__discipline{font-size:.72rem;font-weight:700;letter-spacing:.3px}.horaires-cell__public{font-size:.68rem;font-weight:500;opacity:.9}.horaires-note{margin-top:2rem;padding:1.25rem 1.5rem;background:var(--dark);color:var(--white);border-left:3px solid var(--red);border-radius:var(--radius)}.lieu-info{margin-bottom:2rem}.lieu-info__address h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--text)}.lieu-info__address p{color:var(--text-light);line-height:1.6;margin-bottom:.5rem}.lieu-info__detail{display:inline-block;margin-top:.5rem;padding:.4rem 1rem;background:var(--dark);color:var(--white);font-size:.8rem;font-weight:700;letter-spacing:.5px;border-left:3px solid var(--red);border-radius:var(--radius)}.lieu-map{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--gray-200)}.lieu-map iframe{display:block}.img-placeholder{width:100%;height:260px;background:var(--gray-100);border:2px dashed var(--gray-300);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.85rem;font-weight:600;text-align:center;padding:1rem}.img-placeholder--sm{height:180px}.tkd-intro{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin-bottom:2.5rem}@media (max-width: 700px){.tkd-intro{grid-template-columns:1fr}}.tkd-intro__text p{margin-bottom:1rem}.tkd-section{margin-bottom:2.5rem}.tkd-page h3{font-size:1.2rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:var(--text)}.tkd-page h3:after{content:"";display:block;width:30px;height:2px;background:var(--red);margin-top:.4rem;border-radius:2px}.tkd-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1rem}.tkd-highlight{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.25rem;transition:transform .2s,box-shadow .2s}.tkd-highlight:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000000f}.tkd-highlight h4{font-size:1rem;font-weight:700;margin:1rem 0 .5rem;color:var(--text)}.tkd-highlight p{font-size:.9rem;color:var(--text-light);margin:0}.tkd-timeline{position:relative;padding-left:2rem;margin-bottom:2.5rem}.tkd-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gray-200);border-radius:2px}.tkd-timeline__item{position:relative;padding-bottom:2rem}.tkd-timeline__item:last-child{padding-bottom:0}.tkd-timeline__item:before{content:"";position:absolute;left:-2rem;top:.35rem;width:11px;height:11px;background:var(--red);border-radius:50%;transform:translate(-4px)}.tkd-timeline__year{font-size:.8rem;font-weight:700;color:var(--red);margin-bottom:.25rem}.tkd-timeline__content h4{font-size:1rem;font-weight:700;margin-bottom:.4rem;color:var(--text)}.tkd-timeline__content p{font-size:.9rem;color:var(--text-light);margin:0;line-height:1.7}.belt-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.belt-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);transition:transform .15s}.belt-item:hover{transform:translate(4px)}.belt-color{flex-shrink:0;width:24px;height:24px;border-radius:6px;margin-top:2px}.belt-info strong{font-size:.95rem;color:var(--text);display:block;margin-bottom:.25rem}.belt-info p{font-size:.875rem;color:var(--text-light);margin:0;line-height:1.5}.tkd-table-wrap{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:var(--white);margin-bottom:1.5rem}.tkd-table{width:100%;border-collapse:collapse}.tkd-table thead th{background:var(--dark);color:var(--white);padding:.75rem 1rem;text-align:left;font-size:.8rem;font-weight:700;letter-spacing:.3px}.tkd-table thead th:first-child{border-radius:var(--radius-lg) 0 0 0}.tkd-table thead th:last-child{border-radius:0 var(--radius-lg) 0 0}.tkd-table td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-100);font-size:.875rem;color:var(--text-light)}.tkd-table tbody tr:last-child td{border-bottom:none}.tkd-table tbody tr{transition:background .15s}.tkd-table tbody tr:hover{background:var(--off-white)}.tkd-table__name{font-weight:700;color:var(--text)}.tkd-techniques{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:2.5rem}.tkd-technique{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.25rem;transition:transform .2s,box-shadow .2s}.tkd-technique:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000000f}.tkd-technique h4{font-size:.95rem;font-weight:700;margin:.75rem 0 .4rem;color:var(--text)}.tkd-technique p{font-size:.85rem;color:var(--text-light);margin:0;line-height:1.6}.tkd-rules{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.tkd-rule{display:flex;gap:1rem;padding:1.1rem 1.25rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);align-items:flex-start}.tkd-rule__icon{font-size:.8rem;font-weight:800;flex-shrink:0;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;background:var(--red);color:var(--white);border-radius:50%;margin-top:.1rem}.tkd-rule strong{display:block;font-size:.95rem;color:var(--text);margin-bottom:.25rem}.tkd-rule p{font-size:.875rem;color:var(--text-light);margin:0;line-height:1.6}.poomsae-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.poomsae-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s}.poomsae-item:hover{border-color:var(--gray-300)}.poomsae-item--open{border-color:var(--red)}.poomsae-item__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;gap:1rem;transition:background .15s}.poomsae-item__header:hover{background:var(--off-white)}.poomsae-item__info{display:flex;flex-direction:column;gap:.15rem}.poomsae-item__name{font-size:.95rem;font-weight:700;color:var(--text)}.poomsae-item__symbol{font-size:.8rem;color:var(--text-light)}.poomsae-item__right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.poomsae-item__grade{font-size:.75rem;font-weight:600;color:var(--white);background:var(--dark);padding:.25rem .7rem;border-radius:20px;white-space:nowrap}.poomsae-item__arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--gray-100);color:var(--text-light);transition:transform .25s,background .2s,color .2s}.poomsae-item--open .poomsae-item__arrow{transform:rotate(180deg);background:var(--red);color:var(--white)}.poomsae-item__body{max-height:0;overflow:hidden;transition:max-height .35s ease}.poomsae-item--open .poomsae-item__body{max-height:500px}.poomsae-item__meaning{padding:0 1.25rem;font-size:.875rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem}.img-placeholder--pattern{height:200px;margin:0 1.25rem 1.25rem;border-radius:var(--radius)}.horaires-note strong{display:block;font-size:.9rem;margin-bottom:.5rem}.horaires-note p{color:var(--gray-300);font-size:.875rem;margin:0;line-height:1.6}.home-intro{text-align:center;padding:4rem 1.5rem 2rem;max-width:600px;margin:0 auto}.home-intro__title{font-size:1.6rem;font-weight:800;margin-bottom:.75rem;color:var(--text)}.home-intro__text{font-size:1.05rem;color:var(--text-light);margin-bottom:1.5rem;line-height:1.7}
