html, body { overflow-x: clip; }
.kungfu-hero, .kungfu-foundations, .kungfu-practice, .kungfu-closing { width: 100%; margin-inline: 0; overflow: hidden; }
.kungfu-shell { width: min(100% - 48px, 1280px); margin-inline: auto; }
.kungfu-kicker { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.kungfu-kicker { margin: 0 0 26px; color: var(--color-primary); }

.kungfu-hero { position: relative; display: grid; min-height: min(790px, calc(100svh - var(--site-header-height))); padding: 0; background: #15120f url("../../assets/images/pratiques/kungfu/20260614-wushu-24.webp") 50% 44% / cover no-repeat; color: #fff; isolation: isolate; }
.kungfu-hero__video, .kungfu-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.kungfu-hero__video { z-index: -2; object-fit: cover; object-position: center; pointer-events: none; }
.kungfu-hero__video::-webkit-media-controls { display: none !important; }
.kungfu-hero__veil { z-index: -1; background: linear-gradient(90deg, rgb(8 7 5 / 82%) 0%, rgb(8 7 5 / 42%) 58%, rgb(8 7 5 / 18%) 100%), linear-gradient(0deg, rgb(8 7 5 / 66%) 0%, transparent 60%); }
.kungfu-hero__inner { width: min(100% - 48px, 1280px); margin: auto auto clamp(56px, 7vw, 100px); }
.kungfu-hero .kungfu-kicker { margin-bottom: 16px; color: #d8c39b; }
.kungfu-hero h1 { margin: 0; color: #fff; font-size: clamp(80px, 10.2vw, 152px); font-weight: 400; letter-spacing: -.05em; }
.kungfu-hero__lead { max-width: 690px; margin: 15px 0 0; color: rgb(255 255 255 / 90%); font-size: clamp(22px, 2.25vw, 32px); line-height: 1.35; }
.kungfu-hero__proverb { max-width: 690px; margin: 28px 0 0; padding-left: 20px; border-left: 1px solid rgb(216 195 155 / 70%); }
.kungfu-hero__proverb p, .kungfu-hero__proverb footer { margin: 0; }
.kungfu-hero__proverb p { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: baseline; }
.kungfu-hero__proverb span { color: #d8c39b; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.kungfu-hero__proverb strong { color: #fff; font-family: var(--font-heading); font-size: clamp(20px, 2vw, 27px); font-weight: 400; letter-spacing: .06em; }
.kungfu-hero__proverb footer { margin-top: 8px; color: rgb(255 255 255 / 78%); font-size: 16px; font-style: italic; line-height: 1.45; }
.kungfu-hero__scroll { display: inline-flex; margin-top: 32px; padding-bottom: 8px; border-bottom: 1px solid rgb(255 255 255 / 60%); color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; gap: 18px; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.kungfu-hero__scroll span { animation: kungfu-drift 1.8s ease-in-out infinite; }

.kungfu-foundations { padding-block: clamp(32px, 4vw, 52px); background: #eee8de; }
.kungfu-foundations__heading { display: flex; justify-content: space-between; gap: 30px; align-items: baseline; margin-bottom: clamp(20px, 2.5vw, 32px); }
.kungfu-foundations__heading .kungfu-kicker { margin: 0; }
.kungfu-foundations__heading > p:last-child { margin: 0; color: #746d63; font-size: 14px; }
.kungfu-foundations__circle { position: relative; width: min(100%, 760px, calc(100svh - var(--site-header-height) - 170px)); margin-inline: auto; border: 1px solid rgb(81 71 57 / 28%); border-radius: 50%; aspect-ratio: 1; }
.kungfu-foundations__ring { position: absolute; border: 1px solid rgb(144 40 34 / 20%); border-radius: 50%; pointer-events: none; }
.kungfu-foundations__ring--middle { inset: 14%; }
.kungfu-foundations__center, .kungfu-foundations__details { position: absolute; z-index: 1; display: grid; inset: 32%; text-align: center; place-content: center; transition: opacity .22s ease, transform .22s ease; }
.kungfu-foundations__center h2 { margin: 0 0 8px; font-size: clamp(34px, 4vw, 54px); font-style: italic; font-weight: 400; letter-spacing: -.035em; line-height: .95; }
.kungfu-foundations__center p { margin: 0; color: var(--color-primary); font-size: clamp(20px, 2vw, 29px); }
.kungfu-foundations__center b { font-weight: 400; }
.kungfu-foundations__work { position: absolute; z-index: 3; width: max-content; min-width: 205px; max-width: 240px; padding: 12px 38px 12px 16px; border: 1px solid rgb(144 40 34 / 58%); border-radius: 4px; background: #f8f4ed; box-shadow: 0 8px 22px rgb(67 54 40 / 10%); color: #37322c; cursor: pointer; text-align: left; transform: translate(-50%, -50%); transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease; }
.kungfu-foundations__work::after { position: absolute; top: 50%; right: 13px; color: var(--color-primary); content: "↗"; font-size: 16px; line-height: 1; transform: translateY(-50%); transition: color .2s ease, transform .2s ease; }
.kungfu-foundations__work span, .kungfu-foundations__work strong { display: block; }
.kungfu-foundations__work span { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.kungfu-foundations__work strong { margin-top: 4px; color: var(--color-primary); font-family: var(--font-heading); font-size: 18px; font-weight: 500; letter-spacing: .02em; }
.kungfu-foundations__work strong b { font-weight: 400; }
.kungfu-foundations__work:hover, .kungfu-foundations__work:focus { border-color: var(--color-primary); background: var(--color-primary); box-shadow: 0 12px 28px rgb(83 27 23 / 22%); color: #fff; transform: translate(-50%, -54%); }
.kungfu-foundations__work:hover strong, .kungfu-foundations__work:focus strong, .kungfu-foundations__work:hover::after, .kungfu-foundations__work:focus::after { color: #fff; }
.kungfu-foundations__work:hover::after, .kungfu-foundations__work:focus::after { transform: translate(2px, calc(-50% - 2px)); }
.kungfu-foundations__work:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 4px; }
.kungfu-foundations__work--flexibility { top: 3%; left: 50%; }
.kungfu-foundations__work--strength { top: 32%; left: 94%; }
.kungfu-foundations__work--agility { top: 83%; left: 79%; }
.kungfu-foundations__work--sight { top: 83%; left: 21%; }
.kungfu-foundations__work--listening { top: 32%; left: 6%; }
.kungfu-foundations__details { inset: 23%; opacity: 0; pointer-events: none; transform: scale(.97); }
.kungfu-foundations__details article { position: absolute; display: grid; inset: 0; align-content: center; opacity: 0; }
.kungfu-foundations__details h3 { margin: 0 0 8px; color: var(--color-primary); font-size: clamp(23px, 2.2vw, 30px); font-weight: 500; }
.kungfu-foundations__details h3 span { font-weight: 400; }
.kungfu-foundations__details p { margin: 4px 0 0; color: #4e4942; font-size: clamp(11px, .9vw, 13px); line-height: 1.36; }
.kungfu-foundations__circle:has(.kungfu-foundations__work:is(:hover, :focus)) .kungfu-foundations__center { opacity: 0; transform: scale(.97); }
.kungfu-foundations__circle:has(.kungfu-foundations__work:is(:hover, :focus)) .kungfu-foundations__details { opacity: 1; transform: scale(1); }
.kungfu-foundations__circle:has(.kungfu-foundations__work--flexibility:is(:hover, :focus)) [data-work="flexibility"],
.kungfu-foundations__circle:has(.kungfu-foundations__work--strength:is(:hover, :focus)) [data-work="strength"],
.kungfu-foundations__circle:has(.kungfu-foundations__work--agility:is(:hover, :focus)) [data-work="agility"],
.kungfu-foundations__circle:has(.kungfu-foundations__work--sight:is(:hover, :focus)) [data-work="sight"],
.kungfu-foundations__circle:has(.kungfu-foundations__work--listening:is(:hover, :focus)) [data-work="listening"] { opacity: 1; }

.kungfu-practice { padding-block: clamp(105px, 13vw, 180px); background: #ece7de; }
.kungfu-practice__layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(480px, 1fr); gap: 55px clamp(60px, 9vw, 140px); align-items: center; }
.kungfu-practice__heading h2 { margin: 0; font-size: clamp(51px, 5.5vw, 78px); font-weight: 400; letter-spacing: -.035em; }
.kungfu-practice__heading h2 em { color: var(--color-primary); font-weight: 400; }
.kungfu-practice__heading > p:last-child { max-width: 560px; margin: 42px 0 0; padding-left: 28px; border-left: 1px solid var(--color-gold); font-size: 20px; }
.kungfu-practice__orbit { position: relative; display: grid; min-height: 610px; border: 1px solid rgb(100 78 51 / 22%); border-radius: 50%; place-items: center; transform: rotate(-4deg); }
.kungfu-practice__orbit::before, .kungfu-practice__orbit::after { position: absolute; border: 1px solid rgb(144 40 34 / 18%); border-radius: 50%; content: ""; }
.kungfu-practice__orbit::before { inset: 13%; }
.kungfu-practice__orbit::after { inset: 29%; background: rgb(248 246 242 / 65%); }
.kungfu-practice__center { position: relative; z-index: 1; margin: 0; color: #2b2721; text-align: center; transform: rotate(4deg); }
.kungfu-practice__center span, .kungfu-practice__center strong { display: block; font-family: var(--font-heading); font-weight: 400; }
.kungfu-practice__center span { font-size: 28px; font-style: italic; }
.kungfu-practice__center strong { font-size: 43px; }
.kungfu-practice__orbit ul { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.kungfu-practice__orbit li { position: absolute; color: #39332b; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; transform: rotate(4deg); }
.kungfu-practice__orbit li:nth-child(1) { top: 5%; left: 44%; }.kungfu-practice__orbit li:nth-child(2) { top: 20%; right: 3%; }.kungfu-practice__orbit li:nth-child(3) { top: 48%; right: -4%; }.kungfu-practice__orbit li:nth-child(4) { right: 12%; bottom: 15%; }.kungfu-practice__orbit li:nth-child(5) { bottom: 4%; left: 42%; }.kungfu-practice__orbit li:nth-child(6) { bottom: 18%; left: 8%; }.kungfu-practice__orbit li:nth-child(7) { top: 45%; left: -3%; }.kungfu-practice__orbit li:nth-child(8) { top: 18%; left: 10%; }
.kungfu-practice__note { display: grid; max-width: 660px; margin-left: 10%; grid-column: 1 / -1; grid-template-columns: auto 1fr; gap: 24px; align-items: start; }
.kungfu-practice__note span { color: var(--color-primary); font-size: 38px; line-height: 1; }
.kungfu-practice__note p { margin: 0; color: #423c34; font-family: var(--font-heading); font-size: clamp(25px, 2.5vw, 34px); font-style: italic; line-height: 1.35; }

.kungfu-closing { position: relative; padding-block: clamp(105px, 13vw, 180px); background: linear-gradient(rgb(74 18 16 / 86%), rgb(74 18 16 / 90%)), url("../../assets/images/pratiques/kungfu/20260614-wushu-24.webp") 50% 44% / cover no-repeat; color: #fff; text-align: center; }
.kungfu-closing::before { position: absolute; top: 0; left: 50%; width: 1px; height: 62px; background: #d9c49c; content: ""; }
.kungfu-closing__inner { position: relative; width: min(100% - 48px, 1040px); margin-inline: auto; }
.kungfu-closing .kungfu-kicker { color: #e2c99b; }
.kungfu-closing h2 { margin: 0; color: #fff; font-size: clamp(48px, 5.6vw, 78px); font-weight: 400; letter-spacing: -.025em; line-height: 1; }
.kungfu-closing__inner > p:not(.kungfu-kicker) { max-width: 650px; margin: 30px auto 0; color: rgb(255 255 255 / 84%); font-size: 20px; }
.kungfu-closing__actions { display: flex; justify-content: center; margin-top: 48px; flex-wrap: wrap; gap: 22px; align-items: center; }
.kungfu-closing__button, .kungfu-closing__link { color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.kungfu-closing__button { display: inline-flex; padding: 16px 22px; border: 1px solid rgb(255 255 255 / 70%); gap: 22px; transition: background 180ms ease, color 180ms ease; }
.kungfu-closing__button:hover, .kungfu-closing__button:focus-visible { background: #fff; color: #8c2923; }
.kungfu-closing__link { padding-bottom: 8px; border-bottom: 1px solid rgb(255 255 255 / 48%); }

@keyframes kungfu-drift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

@media (max-width: 980px) {
    .kungfu-practice__layout { grid-template-columns: 1fr; }
    .kungfu-practice__heading { max-width: 760px; }
    .kungfu-practice__orbit { width: min(100%, 620px); margin-inline: auto; }
}
@media (max-width: 720px) {
    .kungfu-shell, .kungfu-hero__inner, .kungfu-closing__inner { width: min(100% - 40px, 1280px); }
    .kungfu-hero { min-height: 650px; }
    .kungfu-hero__veil { background: linear-gradient(90deg, rgb(8 7 5 / 80%), rgb(8 7 5 / 30%)), linear-gradient(0deg, rgb(8 7 5 / 68%), transparent 68%); }
    .kungfu-hero__inner { margin-bottom: 50px; }
    .kungfu-hero h1 { font-size: clamp(70px, 22vw, 98px); }
    .kungfu-hero__lead { font-size: 20px; }
    .kungfu-hero__proverb { margin-top: 22px; padding-left: 15px; }
    .kungfu-hero__proverb p { display: block; }
    .kungfu-hero__proverb strong { display: block; margin-top: 6px; font-size: 19px; }
    .kungfu-hero__proverb footer { font-size: 14px; }
    .kungfu-hero__scroll { margin-top: 26px; }
    .kungfu-foundations, .kungfu-practice { padding-block: 82px; }
    .kungfu-foundations__heading { display: block; margin-bottom: 60px; }
    .kungfu-foundations__heading > p:last-child { margin-top: 12px; }
    .kungfu-foundations__circle { width: calc(100% - 12px); transition: margin-bottom .2s ease; }
    .kungfu-foundations__center { inset: 32%; }
    .kungfu-foundations__center h2 { font-size: clamp(24px, 8vw, 38px); }
    .kungfu-foundations__center p { font-size: 19px; }
    .kungfu-foundations__work { min-width: 112px; max-width: 120px; padding: 7px 18px 7px 8px; border-radius: 3px; text-align: left; }
    .kungfu-foundations__work::after { right: 5px; font-size: 11px; }
    .kungfu-foundations__work span { font-size: 7px; letter-spacing: .08em; }
    .kungfu-foundations__work strong { margin-top: 2px; font-size: 13px; }
    .kungfu-foundations__work--strength { left: 91%; }
    .kungfu-foundations__work--agility { top: 82%; left: 77%; }
    .kungfu-foundations__work--sight { top: 82%; left: 23%; }
    .kungfu-foundations__work--listening { left: 9%; }
    .kungfu-foundations__circle:has(.kungfu-foundations__work:focus) { margin-bottom: 360px; }
    .kungfu-foundations__circle:has(.kungfu-foundations__work:focus) .kungfu-foundations__center { opacity: 1; transform: none; }
    .kungfu-foundations__details { top: calc(100% + 30px); right: 0; bottom: auto; left: 0; height: 330px; padding: 22px; border-top: 1px solid rgb(144 40 34 / 22%); background: rgb(250 248 244 / 70%); text-align: left; }
    .kungfu-foundations__details h3 { font-size: 27px; }
    .kungfu-foundations__details p { font-size: 14px; }
    .kungfu-practice__layout { gap: 65px; }
    .kungfu-practice__orbit { min-height: auto; aspect-ratio: 1; }
    .kungfu-practice__center strong { font-size: 30px; }
    .kungfu-practice__orbit li { font-size: 8px; letter-spacing: .08em; }
    .kungfu-practice__note { margin-left: 0; }
    .kungfu-closing { padding-block: 95px; }
}
@media (prefers-reduced-motion: reduce) {
    .kungfu-hero__video { display: none; }
    .kungfu-hero__scroll span { animation: none; }
    .kungfu-closing__button { transition: none; }
}
