
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17202a;background:#fbfaf8;line-height:1.6}
a{color:inherit}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(20px,5vw,70px);background:rgba(251,250,248,.94);backdrop-filter:blur(12px);border-bottom:1px solid #e5e0d8}
.brand{text-decoration:none;font-weight:800;letter-spacing:-.02em}
.brand span{display:inline-grid;place-items:center;width:34px;height:34px;margin-right:10px;border-radius:50%;background:#17202a;color:white;font-size:.8rem}
.site-header nav{display:flex;gap:24px}
.site-header nav a{text-decoration:none;font-size:.92rem;color:#58606a}
.site-header nav a:hover{color:#111}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center;min-height:80vh;padding:70px clamp(24px,6vw,86px)}
.eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.15em;color:#8c3f2d;margin:0 0 13px}
.hero h1,.section h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.035em;line-height:1.04}
.hero h1{font-size:clamp(3.2rem,7vw,6.9rem);margin:0 0 24px}
.hero h1 em{font-weight:400;color:#8c3f2d}
.lead{font-size:1.15rem;max-width:680px;color:#58606a}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0}
.btn{padding:13px 18px;border-radius:999px;text-decoration:none;font-weight:700;font-size:.92rem}
.primary{background:#17202a;color:white}
.secondary{border:1px solid #c8c1b8;background:white}
.quick-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:38px}
.quick-stats div{padding-top:16px;border-top:1px solid #d7d0c6}
.quick-stats strong,.quick-stats span{display:block}
.quick-stats strong{font-size:1.35rem}
.quick-stats span{font-size:.78rem;color:#707782}
.hero-photo{margin:0}
.hero-photo img{width:100%;max-height:860px;object-fit:contain;background:#111;border-radius:30px;box-shadow:0 24px 60px rgba(20,20,20,.12)}
figcaption{font-size:.78rem;color:#707782;margin-top:8px}
.section{padding:90px clamp(24px,6vw,86px)}
.section.alt{background:#f0ece6}
.section-heading{max-width:760px;margin-bottom:42px}
.section h2{font-size:clamp(2.5rem,5vw,4.6rem);margin:0 0 15px}
.section-heading>p:last-child{color:#69717b}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.two-col>div:first-child{font-size:1.08rem;color:#4e5863}
.profile-card{border-radius:24px;background:white;border:1px solid #ddd7cf;overflow:hidden}
.profile-card div{display:flex;justify-content:space-between;gap:20px;padding:15px 18px;border-bottom:1px solid #eee9e3}
.profile-card div:last-child{border-bottom:0}
.profile-card span{color:#7c838b}
.profile-card strong{text-align:right}
.lift-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.lift-grid article{background:white;border-radius:22px;padding:24px;border:1px solid #ddd7cf}
.lift-grid span{display:block;font-size:.75rem;letter-spacing:.12em;color:#797f87;font-weight:800}
.lift-grid strong{display:block;font-size:2.2rem;margin:10px 0}
.lift-grid p{margin:0;color:#727981}
.accent-card{background:#17202a!important;color:white}
.accent-card span,.accent-card p{color:#ddd!important}
.result-note{margin-top:22px;max-width:900px}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.feature-grid article{padding:28px;border:1px solid #e1dcd4;background:white;border-radius:20px}
.feature-grid h3{margin-top:0}
.feature-grid p{color:#646d77}
.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.gallery figure{margin:0;background:white;border-radius:18px;overflow:hidden;border:1px solid #ddd7cf}
.gallery img{width:100%;aspect-ratio:4/5;object-fit:contain;display:block;background:#111}
.gallery figcaption{padding:10px 12px;margin:0;background:white}
.video-placeholder{margin-top:20px;border:1px dashed #b7aea4;border-radius:22px;padding:28px;background:rgba(255,255,255,.55)}
.video-placeholder span{font-size:.72rem;letter-spacing:.12em;font-weight:800;color:#8c3f2d}
.video-placeholder h3{margin-bottom:5px}
.video-placeholder p{margin:0;color:#656d76}
.goals{list-style:none;margin:0;padding:0;border-top:1px solid #d8d1c7}
.goals li{display:grid;grid-template-columns:90px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid #d8d1c7}
.goals li>span{font-family:Georgia,serif;font-size:2.4rem;color:#8c3f2d}
.goals strong{font-size:1.15rem}
.goals p{margin:4px 0 0;color:#636c76}
footer{display:grid;grid-template-columns:1fr 2fr;gap:40px;padding:40px clamp(24px,6vw,86px);background:#17202a;color:white}
footer strong,footer span{display:block}
footer span,footer p{color:#bbc0c5}
footer p{margin:0;font-size:.9rem}
@media(max-width:950px){
  .site-header nav{display:none}
  .hero,.two-col{grid-template-columns:1fr}
  .hero{padding-top:48px}
  .hero-photo{max-width:620px}
  .quick-stats,.lift-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:repeat(2,1fr)}
  footer{grid-template-columns:1fr}
}
@media(max-width:600px){
  .hero{padding-left:20px;padding-right:20px}
  .quick-stats,.lift-grid,.feature-grid,.gallery{grid-template-columns:1fr}
  .profile-card div{display:block}
  .profile-card strong{display:block;text-align:left;margin-top:4px}
  .goals li{grid-template-columns:62px 1fr}
  .gallery img{aspect-ratio:auto;height:auto;object-fit:contain}
}

.competition-video-section{
  margin-top:28px;
  padding:28px;
  border:1px solid #d8d1c7;
  border-radius:24px;
  background:white;
}
.video-heading span{
  display:block;
  font-size:.72rem;
  letter-spacing:.12em;
  font-weight:800;
  color:#8c3f2d;
  margin-bottom:6px;
}
.video-heading h3{
  margin:0 0 6px;
  font-size:1.5rem;
}
.video-heading p{
  margin:0 0 18px;
  color:#656d76;
}
.competition-video{
  display:block;
  width:100%;
  max-height:760px;
  background:#000;
  border-radius:18px;
}
@media(max-width:600px){
  .competition-video-section{padding:14px}
  .competition-video{max-height:70vh}
}
