
:root{
  --black:#070707;
  --black-soft:#111111;
  --gold:#d4af37;
  --gold-light:#f2d77a;
  --cream:#f7f3eb;
  --white:#fff;
  --muted:#bdb5aa;
  --line:rgba(212,175,55,.26);
  --shadow:0 36px 100px rgba(0,0,0,.48);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:#fff;font-family:"Heebo",Arial,sans-serif;font-weight:400;line-height:1.65}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select{font:inherit}
.container{width:min(1220px,calc(100% - 40px));margin:auto}
.skip-link{position:fixed;top:-100px;right:20px;z-index:999;background:var(--gold);color:#111;padding:10px 18px}
.skip-link:focus{top:0}

.site-header{position:absolute;top:0;right:0;left:0;z-index:30;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(to bottom,rgba(0,0,0,.9),rgba(0,0,0,.15));transition:.25s}
.site-header.scrolled{position:fixed;background:rgba(8,8,8,.94);backdrop-filter:blur(14px);border-bottom-color:var(--line)}
.header-inner{min-height:96px;display:flex;align-items:center;gap:31px}
.brand{width:110px;height:72px;overflow:hidden;border-radius:50%}
.brand img{width:100%;height:100%;object-fit:cover;transform:scale(1.18)}
.main-nav{flex:1;display:flex;justify-content:center;gap:28px}
.main-nav a{padding:38px 0 31px;font-size:15px;font-weight:600;color:#eee8df;position:relative}
.main-nav a:after{content:"";position:absolute;right:0;left:0;bottom:20px;height:2px;background:var(--gold);transform:scaleX(0);transition:.25s}
.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}
.header-actions{display:flex;align-items:center;gap:17px}
.login-link{font-size:14px;font-weight:500;color:#d8d0c5}
.menu-toggle{display:none;background:none;border:0}
.menu-toggle span{display:block;width:27px;height:2px;background:#fff;margin:5px}

.btn{min-height:50px;padding:0 25px;border:1px solid transparent;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;transition:.25s}
.btn-gold{background:linear-gradient(135deg,var(--gold-light),#bd8717);color:#17120a;box-shadow:0 12px 30px rgba(212,175,55,.2)}
.btn-gold:hover{transform:translateY(-2px);filter:brightness(1.06)}
.btn-outline{border-color:rgba(255,255,255,.38);background:rgba(0,0,0,.1)}
.btn-outline:hover{border-color:var(--gold);color:var(--gold-light)}
.btn-large{min-height:58px;padding-inline:31px}

.hero{min-height:860px;position:relative;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:url('/assets/images/hero-respect-home.webp') center/cover no-repeat}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.75) 34%,rgba(0,0,0,.25) 62%,rgba(0,0,0,.08) 100%)}
.hero-grain{position:absolute;inset:0;opacity:.18;background-image:radial-gradient(rgba(255,255,255,.25) .7px,transparent .7px);background-size:9px 9px;mask-image:linear-gradient(to bottom,black,transparent 90%)}
.hero-content{position:relative;z-index:3;padding-top:120px}
.hero-copy{max-width:620px}
.eyebrow{display:flex;align-items:center;gap:14px;color:var(--gold-light);font-weight:600;margin-bottom:22px}
.eyebrow span{width:52px;height:1px;background:var(--gold)}
.hero h1{font-size:clamp(56px,6vw,86px);line-height:1.03;font-weight:700;margin:0 0 24px}
.hero h1 strong{color:var(--gold-light);font-weight:700}
.hero-copy p{font-size:20px;line-height:1.85;color:#ece3d8;max-width:590px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.hero-points{display:flex;gap:21px;flex-wrap:wrap;margin-top:24px;color:#d1c7bb;font-size:14px}
.hero-bottom-card{position:absolute;z-index:4;bottom:0;right:50%;transform:translateX(50%);width:min(1220px,calc(100% - 40px));display:grid;grid-template-columns:repeat(4,1fr);background:rgba(8,8,8,.92);border:1px solid var(--line);backdrop-filter:blur(14px)}
.hero-bottom-card>div{padding:25px 28px;position:relative}
.hero-bottom-card>div:not(:last-child):after{content:"";position:absolute;left:0;top:26%;bottom:26%;width:1px;background:var(--line)}
.hero-bottom-card span{color:var(--gold-light);font:500 13px Georgia,serif}
.hero-bottom-card strong{display:block;font-size:18px;font-weight:600;margin:4px 0}
.hero-bottom-card small{color:#bcb4aa}

.section-heading{text-align:center;max-width:760px;margin:0 auto 42px}
.section-heading.light{color:#fff}
.section-kicker{color:#a9791b;font-size:14px;font-weight:600}
.section-heading h2,.about-copy h2,.course-copy h2,.contact-card h2{font-size:clamp(40px,4.6vw,62px);line-height:1.12;font-weight:700;margin:13px 0}
.section-heading p{color:#6d665d;font-size:18px}

.services-section{background:var(--cream);color:#171717;padding:100px 0}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{height:480px;position:relative;overflow:hidden;border-radius:16px;background:#111}
.service-card img{width:100%;height:100%;object-fit:cover;transition:.45s}
.service-card:hover img{transform:scale(1.045)}
.service-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9),transparent 66%)}
.service-copy{position:absolute;right:0;left:0;bottom:0;padding:30px;color:#fff}
.service-copy span{color:var(--gold-light);font-size:13px}
.service-copy h3{font-size:27px;font-weight:700;margin:7px 0}
.service-copy p{color:#d5cec4;margin:0 0 13px}
.service-copy a{color:var(--gold-light);font-weight:600}

.about-section{display:grid;grid-template-columns:1.05fr .95fr;background:#0b0b0b}
.about-media{min-height:620px;position:relative;overflow:hidden}
.about-media img{width:100%;height:100%;object-fit:cover}
.about-seal{position:absolute;right:40px;bottom:38px;background:rgba(8,8,8,.92);border:2px solid var(--gold);width:190px;height:190px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.about-seal small{color:var(--gold-light);font:24px Georgia,serif}
.about-seal strong{font-size:14px;font-weight:500;color:#d7cfc4}
.about-copy{padding:90px clamp(35px,7vw,110px);display:flex;flex-direction:column;justify-content:center}
.about-copy p{font-size:18px;line-height:1.9;color:#c8c0b5;max-width:570px}
.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:28px 0}
.about-stats div{border-top:1px solid var(--line);padding-top:18px}
.about-stats strong{display:block;color:var(--gold-light);font-size:27px;font-weight:700}
.about-stats span{color:#aaa196;font-size:14px}
.text-link{color:var(--gold-light);font-weight:600}

.gallery-section{background:#0e0e0e;padding:100px 0}
.gallery-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:270px 270px;gap:16px}
.gallery-grid figure{margin:0;overflow:hidden;border-radius:14px;background:#222}
.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.4s}
.gallery-grid figure:hover img{transform:scale(1.04)}
.gallery-large{grid-row:1/3}

.course-section{background:var(--cream);color:#171717}
.course-grid{min-height:680px;display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center;padding-block:85px}
.course-copy p{font-size:18px;line-height:1.9;color:#554f47;max-width:590px}
.course-list{list-style:none;padding:0;margin:28px 0}
.course-list li{position:relative;padding:8px 32px 8px 0}
.course-list li:before{content:"✓";position:absolute;right:0;top:8px;color:#a97818}
.course-actions{display:flex;gap:14px;flex-wrap:wrap}
.course-actions .btn-outline{color:#111;border-color:#444}
.course-visual{min-height:530px;position:relative;display:grid;place-items:center}
.course-phone{width:290px;height:540px;border:6px solid #c4aa71;border-radius:44px;padding:14px;background:#090909;position:relative;z-index:2;box-shadow:var(--shadow)}
.phone-top{width:90px;height:5px;background:#333;border-radius:10px;margin:2px auto 12px}
.phone-screen{height:480px;border-radius:28px;overflow:hidden;position:relative;background:#111}
.phone-screen img{width:100%;height:100%;object-fit:cover}
.phone-screen:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.92),transparent 58%)}
.phone-copy{position:absolute;z-index:2;right:20px;left:20px;bottom:28px;color:#fff}
.phone-copy small{color:var(--gold-light);font:18px Georgia,serif}
.phone-copy strong{display:block;font-size:24px;font-weight:700}
.phone-copy span{color:#d2cbc0;font-size:14px}
.gold-orbit{position:absolute;width:420px;height:420px;border-radius:50%;border:1px solid rgba(212,175,55,.34)}

.contact-section{background:#0b0b0b;padding:90px 0}
.contact-card{display:grid;grid-template-columns:1fr 1.1fr;gap:55px;align-items:center;border:1px solid var(--line);background:linear-gradient(135deg,#151515,#0a0a0a);padding:55px}
.contact-card p{color:#bdb4a8}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.contact-form input,.contact-form select{width:100%;height:54px;background:#1b1b1b;color:#fff;border:1px solid #3a3a3a;border-radius:4px;padding:0 15px;outline:none}
.contact-form select{grid-column:1/-1}
.contact-form input:focus,.contact-form select:focus{border-color:var(--gold)}
.contact-form .btn{grid-column:1/-1}
.form-message{grid-column:1/-1;margin:0;min-height:24px;color:var(--gold-light)}

.site-footer{background:#070707;border-top:1px solid #1f1f1f}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:55px;padding-block:65px}
.footer-brand img{width:130px;height:105px;object-fit:cover;border-radius:50%}
.footer-brand p{color:#aaa195;max-width:280px}
.footer-grid h3{color:var(--gold-light);font-size:16px;font-weight:600;margin:0 0 17px}
.footer-grid a{display:block;color:#bdb5aa;margin:8px 0;font-size:14px}
.footer-grid a:hover{color:#fff}
.footer-bottom{border-top:1px solid #202020;padding:20px 0;display:flex;justify-content:space-between;color:#7f786e;font-size:13px}
.footer-bottom div{display:flex;gap:20px}

.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}

@media(max-width:1050px){
  .main-nav{gap:18px}
  .header-actions .login-link{display:none}
  .hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.65) 55%,rgba(0,0,0,.25))}
  .services-grid{grid-template-columns:1fr 1fr}
  .service-card:last-child{grid-column:1/-1}
  .course-grid{grid-template-columns:1fr}
}
@media(max-width:820px){
  .menu-toggle{display:block;margin-right:auto}
  .main-nav{display:none;position:absolute;top:82px;right:16px;left:16px;background:#0d0d0d;border:1px solid #292929;padding:10px;flex-direction:column;align-items:stretch;gap:0}
  .main-nav.open{display:flex}
  .main-nav a{padding:13px}
  .main-nav a:after{display:none}
  .header-actions .btn{display:none}
  .hero{min-height:920px}
  .hero-bg{background-position:65% center}
  .hero-shade{background:linear-gradient(to bottom,rgba(0,0,0,.72),rgba(0,0,0,.86) 55%,rgba(0,0,0,.97))}
  .hero-content{padding-top:125px;align-self:flex-start}
  .hero-copy{max-width:720px}
  .hero-bottom-card{grid-template-columns:1fr 1fr}
  .hero-bottom-card>div:nth-child(2):after{display:none}
  .about-section{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:300px 220px 220px}
  .gallery-large{grid-column:1/3;grid-row:auto}
  .contact-card{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:580px){
  .container{width:min(100% - 28px,1220px)}
  .header-inner{min-height:78px}
  .brand{width:90px;height:60px}
  .main-nav{top:78px}
  .hero{min-height:1000px}
  .hero h1{font-size:46px}
  .hero-copy p{font-size:17px}
  .hero-actions{display:grid}
  .hero-points{display:grid;gap:9px}
  .hero-bottom-card{grid-template-columns:1fr;bottom:0}
  .hero-bottom-card>div:after{display:none!important}
  .hero-bottom-card>div{padding:16px 20px;border-bottom:1px solid #242424}
  .services-section,.gallery-section{padding:65px 0}
  .services-grid{grid-template-columns:1fr}
  .service-card:last-child{grid-column:auto}
  .service-card{height:380px}
  .about-copy{padding:60px 25px}
  .gallery-grid{grid-template-columns:1fr;grid-template-rows:280px repeat(4,220px)}
  .gallery-large{grid-column:auto}
  .course-grid{padding-block:60px}
  .course-phone{width:250px;height:490px}
  .phone-screen{height:430px}
  .gold-orbit{width:340px;height:340px}
  .contact-card{padding:32px 22px}
  .contact-form{grid-template-columns:1fr}
  .contact-form select,.contact-form .btn,.form-message{grid-column:auto}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:8px}
}

/* ===== Hero layout refinement ===== */
@media (min-width:1101px){

  .hero{
    background:#050505;
  }

  .hero-bg{
    background-image:url('/assets/images/hero-respect-home.webp');
    background-repeat:no-repeat;
    background-position:right center;
    background-size:92% auto;
  }

  .hero-content{
    transform:translateX(-560px);
  }

  .hero-copy{
    width:720px;
    max-width:720px;
  }

  .hero h1{
    line-height:1.14;
    margin-bottom:26px;
  }

  .hero-copy p{
    max-width:550px;
  }
}


/* ===== Precise desktop hero position ===== */
@media (min-width:1101px){

  .hero-content{
    position:absolute;
    top:47%;
    left:-70px;
    right:auto;
    width:720px;
    max-width:720px;
    padding-top:0;
    transform:translateY(-50%);
  }

  .hero-copy{
    width:720px;
    max-width:720px;
  }
}


@media (min-width:1101px){
  .hero-content.container{
    margin:0;
    padding-inline:0;
  }
}


/* ===== Hero image size and vertical position ===== */
@media (min-width:1101px){
  .hero-bg{
    background-size:90% auto;
    background-position:calc(100% - 90px) -20px;
  }
}


/* ===== Hero headings refinement ===== */
@media (min-width:1101px){

  .hero-content{
    top:50%;
    left:45px;
    width:700px;
    max-width:700px;
  }

  .hero-copy{
    width:700px;
    max-width:700px;
  }

  .hero .eyebrow{
    margin-bottom:28px;
  }

  .hero h1{
    font-size:clamp(58px,5vw,78px);
    line-height:1.08;
    letter-spacing:-1px;
    margin:0 0 30px;
  }

  .hero-copy p{
    max-width:640px;
    font-size:19px;
    line-height:1.8;
    margin-inline:auto;
  }

  .hero-actions{
    margin-top:28px;
  }

  .hero-points{
    margin-top:22px;
  }
}

