.ou-page { background: #101010; color: #d9d9d9; }
.ou-page .ou-container { max-width: 1220px; }
.ou-page .ou-section { padding: 104px 0; }
.ou-page .ou-index { display: block; color: var(--primary-color); font-size: 12px; font-weight: 800; letter-spacing: .18em; margin-bottom: 16px; }
.ou-page main h2 { font-size: clamp(34px, 4.4vw, 60px); line-height: 1.08; margin-bottom: 28px; }
.ou-page main p { font-size: 17px; line-height: 1.75; }
.ou-page main strong { color: #fff; }
.ou-page main figure { margin: 0; }
.ou-page main img { max-width: 100%; }
.ou-page .ou-hero { position: relative; min-height: 450px; isolation: isolate; }
.ou-page .ou-hero .jarallax-img { object-fit: cover; object-position: center 42%; }
.ou-page .ou-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,.65) 50%, rgba(0,0,0,.35)); pointer-events: none; }
.ou-page .ou-hero__eyebrow { display: block; color: var(--primary-color); font-weight: 800; letter-spacing: .2em; font-size: 13px; }
.ou-page .ou-hero h1 { margin: 12px 0 8px; font-size: clamp(45px, 5.5vw, 78px); }
.ou-page .ou-hero__subtitle { color: #fff; font-size: 17px; font-weight: 700; letter-spacing: .05em; margin-bottom: 14px; }
.ou-page .ou-hero .breadcrumb { margin-bottom: 0; }
.ou-page .ou-intro__grid, .ou-page .ou-more__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 6vw, 90px); align-items: center; }
.ou-page .ou-intro__copy { max-width: 610px; }
.ou-page .ou-lead { color: #fff; font-size: 22px; line-height: 1.55; }
.ou-page .ou-intro__photo img { display: block; width: 100%; height: auto; border-radius: 16px; }
@media (min-width: 768px) {
  .ou-page .ou-intro__grid { align-items: stretch; }
  .ou-page .ou-intro__copy > p:last-child { margin-bottom: 0; }
  .ou-page .ou-intro__photo { position: relative; min-height: 0; overflow: hidden; border-radius: 16px; }
  .ou-page .ou-intro__photo img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
}
.ou-page .ou-inclusion { background: #191919; }
.ou-page .ou-heading { max-width: 850px; margin-bottom: 42px; }
.ou-page .ou-sport-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-bottom: 28px; }
.ou-page .ou-sport-list span { display: flex; align-items: center; justify-content: center; min-height: 74px; padding: 15px 10px; border: 1px solid #444; border-top: 3px solid var(--primary-color); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-align: center; }
.ou-page .ou-inclusion__images { display: grid; grid-template-columns: 1fr 1.2fr; gap: 18px; }
.ou-page .ou-inclusion__images img { display: block; width: 100%; height: 360px; object-fit: cover; border-radius: 14px; }
.ou-page .ou-inclusion__statement { margin: 36px 0 0; padding-left: 22px; border-left: 3px solid var(--primary-color); color: #fff; font-size: clamp(23px, 3vw, 38px); font-weight: 800; line-height: 1.3; }
.ou-page .ou-more__grid { grid-template-columns: 1.15fr .85fr; }
.ou-page .ou-more__grid figure img { display: block; width: 100%; max-height: 650px; object-fit: cover; border-radius: 16px; }
@media (min-width: 768px) {
  .ou-page .ou-more__grid { align-items: stretch; }
  .ou-page .ou-more__copy > p:last-child { margin-bottom: 0; }
  .ou-page .ou-more__grid figure { position: relative; min-height: 0; overflow: hidden; border-radius: 16px; }
  .ou-page .ou-more__grid figure img { position: absolute; inset: 0; height: 100%; max-height: none; object-position: 75% center; }
}
.ou-page .ou-more__topics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 50px; }
.ou-page .ou-more__topics div { padding: 26px; background: #1d1d1d; border: 1px solid #383838; border-radius: 12px; }
.ou-page .ou-more__topics span { display: block; color: var(--primary-color); font-size: 12px; font-weight: 800; margin-bottom: 14px; }
.ou-page .ou-more__topics strong { font-size: 15px; line-height: 1.5; }
.ou-page .ou-origin { background: #1a1a1a; }
.ou-page .ou-origin__top { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; align-items: end; margin-bottom: 50px; }
.ou-page .ou-origin__top img { display: block; width: 100%; height: auto; max-height: 420px; object-fit: cover; border-radius: 16px; }
.ou-page .ou-timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ou-page .ou-timeline > div { padding: 26px 28px; border-top: 2px solid var(--primary-color); background: #242424; }
.ou-page .ou-timeline > div > strong { display: block; font-size: clamp(42px, 5vw, 76px); line-height: 1; color: var(--primary-color); }
.ou-page .ou-timeline span { display: block; margin: 10px 0 20px; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.ou-page .ou-timeline p { font-size: 15px; margin-bottom: 0; }
.ou-page .ou-origin__future { max-width: 900px; margin: 50px 0 0; color: #fff; font-size: 22px; }
.ou-page .ou-plans__header { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; margin-bottom: 34px; }
.ou-page .ou-plans__header img { display: block; width: 100%; height: auto; max-height: 440px; object-fit: cover; border-radius: 16px; }
.ou-page .ou-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ou-page .ou-plan-grid > div { min-width: 0; padding: 28px; border: 1px solid #3d3d3d; border-radius: 12px; background: #1b1b1b; }
.ou-page .ou-plan-grid > div:nth-child(4), .ou-page .ou-plan-grid > div:nth-child(5) { grid-column: span 1; }
.ou-page .ou-plan-grid span { display: block; font-size: 12px; font-weight: 800; color: var(--primary-color); letter-spacing: .15em; }
.ou-page .ou-plan-grid h3 { margin: 13px 0 10px; font-size: 23px; }
.ou-page .ou-plan-grid p { margin: 0; font-size: 15px; }
.ou-page .ou-plans__note { margin: 32px 0 0; font-weight: 800; color: #fff; }
.ou-page .ou-roth { margin-top: 60px; padding-top: 60px; border-top: 1px solid #383838; }
.ou-page .ou-roth__intro, .ou-page .ou-roth__story, .ou-page .ou-roth__support { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(28px, 5vw, 70px); align-items: center; }
.ou-page .ou-roth h3 { font-size: clamp(26px, 3vw, 40px); line-height: 1.15; margin-bottom: 24px; }
.ou-page .ou-roth__intro h3 { font-size: clamp(34px, 4vw, 54px); }
.ou-page .ou-roth img { display: block; width: 100%; height: auto; border-radius: 14px; }
.ou-page .ou-roth__intro figure, .ou-page .ou-roth__story figure { width: 100%; max-width: 430px; justify-self: center; }
.ou-page .ou-roth .ou-roth__lead { font-size: 23px; }
.ou-page .ou-roth .ou-roth__announcement { color: var(--primary-color); font-size: clamp(24px, 3vw, 34px); font-weight: 800; line-height: 1.25; margin: 28px 0 0; }
.ou-page .ou-roth__disciplines { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1000px; margin: 56px auto 70px; }
.ou-page .ou-roth__story { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); margin-top: 64px; }
.ou-page .ou-roth__story--friend { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
.ou-page .ou-roth blockquote { border-left: 3px solid var(--primary-color); padding-left: 24px; margin: 30px 0 0; font-size: clamp(22px, 2.5vw, 30px); line-height: 1.4; font-weight: 700; color: #fff; }
.ou-page .ou-roth__support { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); margin-top: 64px; padding: clamp(24px, 4vw, 48px); border: 1px solid #383838; border-top: 3px solid var(--primary-color); border-radius: 14px; background: #1b1b1b; }
.ou-page .ou-roth__invitation { display: block; max-width: 340px; justify-self: center; }
@media (max-width: 767px) {
  .ou-page .ou-roth { margin-top: 36px; padding-top: 36px; }
  .ou-page .ou-roth__intro, .ou-page .ou-roth__story, .ou-page .ou-roth__support { grid-template-columns: minmax(0, 1fr); }
  .ou-page .ou-roth__disciplines { gap: 12px; margin: 36px auto; }
  .ou-page .ou-roth__story, .ou-page .ou-roth__support { margin-top: 40px; }
}
@media (max-width: 575.98px) {
  .ou-page .ou-roth__disciplines { grid-template-columns: minmax(0, 1fr); max-width: 320px; gap: 20px; }
}
.ou-page .ou-finale { position: relative; isolation: isolate; overflow: hidden; padding: 110px 0; }
.ou-page .ou-finale > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ou-page .ou-finale::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.88) 45%, rgba(0,0,0,.35) 100%); }
.ou-page .ou-finale__content { max-width: 680px; }
.ou-page .ou-finale blockquote { margin: 30px 0; padding-left: 24px; border-left: 3px solid var(--primary-color); color: #fff; font-size: clamp(24px, 3vw, 38px); font-weight: 800; line-height: 1.35; }
.ou-page .ou-finale__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.ou-page .ou-finale__secondary { display: inline-flex; align-items: center; min-height: 48px; padding: 12px 25px; border: 1px solid #fff; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .05em; }
.ou-page .ou-finale__secondary:hover { border-color: var(--primary-color); color: var(--primary-color); }
@media (max-width: 991px) {
  .ou-page .ou-sport-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ou-page .ou-timeline { gap: 12px; }
  .ou-page .ou-origin__top, .ou-page .ou-plans__header { gap: 30px; }
}
@media (max-width: 767px) {
  .ou-page .ou-section { padding: 62px 0; }
  .ou-page .ou-hero { min-height: 0; }
  .ou-page .ou-hero h1 { font-size: clamp(36px, 9vw, 54px); overflow-wrap: anywhere; }
  .ou-page .ou-hero__subtitle { font-size: 15px; }
  .ou-page .ou-intro__grid, .ou-page .ou-more__grid, .ou-page .ou-origin__top, .ou-page .ou-plans__header, .ou-page .ou-timeline, .ou-page .ou-plan-grid { grid-template-columns: 1fr; }
  .ou-page .ou-intro__grid, .ou-page .ou-more__grid { gap: 26px; }
  .ou-page main p { font-size: 16px; }
  .ou-page .ou-lead { font-size: 19px; }
  .ou-page .ou-sport-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ou-page .ou-inclusion__images { grid-template-columns: 1fr; }
  .ou-page .ou-inclusion__images img { height: auto; }
  .ou-page .ou-inclusion__statement { margin-top: 28px; }
  .ou-page .ou-more__grid figure img, .ou-page .ou-origin__top img, .ou-page .ou-plans__header img { height: auto; max-height: 460px; }
  .ou-page .ou-more__topics { grid-template-columns: 1fr; margin-top: 24px; }
  .ou-page .ou-origin__top { margin-bottom: 25px; }
  .ou-page .ou-origin__future { margin-top: 30px; font-size: 19px; }
  .ou-page .ou-plans__header { margin-bottom: 24px; }
  .ou-page .ou-finale { padding: 70px 0; }
  .ou-page .ou-finale::before { background: rgba(0,0,0,.84); }
  .ou-page .ou-finale__actions > a { min-height: 48px; }
}
