@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@600;700;800&display=swap');

:root{
  --bg:#0b0b0b;
  --panel:#111212;
  --panel-2:#171818;
  --line:#2a2a2a;
  --text:#eeeeec;
  --heading:#e9e9e6;
  --muted:#c1c1c1;
  --orange:#f36b00;
  --orange-2:#ff7a00;
  --max:1180px;
  --radius:8px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:
  radial-gradient(circle at 20% 20%,rgba(255,255,255,.025),transparent 30%),
  radial-gradient(circle at 80% 60%,rgba(255,255,255,.018),transparent 35%),
  #0b0b0b;color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.site-header{position:sticky;top:0;z-index:30;background:rgba(8,8,8,.96);border-bottom:1px solid #242424;backdrop-filter:blur(8px)}
.header-inner{max-width:var(--max);margin:auto;display:flex;align-items:center;justify-content:space-between;padding:10px 24px;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:210px}
.brand img{width:74px;height:74px;object-fit:cover;border-radius:50%;border:1px solid rgba(255,255,255,.16)}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy strong{font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:24px;letter-spacing:.4px;font-weight:700}
.brand-copy span{font-size:10px;letter-spacing:1.8px;color:var(--orange);font-weight:800;margin-top:6px}
.nav{display:flex;align-items:center;gap:30px;font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;letter-spacing:.5px;font-size:17px;white-space:nowrap}
.nav a{padding:14px 0;border-bottom:3px solid transparent;color:#ededed}
.nav a:hover,.nav a.active{color:#fff;border-color:var(--orange)}
.container{max-width:var(--max);margin:0 auto;padding:0 24px}
.hero{min-height:610px;display:flex;align-items:center;position:relative;background-size:cover;background-position:center;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.86) 0%,rgba(0,0,0,.70) 34%,rgba(0,0,0,.20) 66%,rgba(0,0,0,.05) 100%)}
.hero .container{position:relative;z-index:2;width:100%}
.hero-copy{max-width:575px;padding:78px 0 72px}
.eyebrow{color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:1.5px}
h1,h2,h3,.display{font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.15px;margin:0;color:var(--heading)}
h1{font-size:76px;line-height:.98;font-weight:800;text-shadow:0 2px 0 rgba(0,0,0,.45)}
.hero h2{font-size:34px;line-height:1.05;margin-top:16px}
.hero p{font-size:21px;max-width:560px;margin:22px 0 0;color:#f1f1f1}
.btn-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-width:188px;height:54px;padding:0 24px;border-radius:4px;background:linear-gradient(#ff7900,#e65c00);color:#fff;font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;text-transform:uppercase;font-size:20px;font-weight:700;letter-spacing:.45px;border:1px solid #ff8219;box-shadow:0 3px 9px rgba(0,0,0,.25)}
.btn.secondary{background:rgba(8,8,8,.78);border:1px solid #9e9e9e}
.section{padding:54px 0;border-top:1px solid var(--line)}
.section-title{display:flex;align-items:center;gap:14px;margin-bottom:28px}
.section-title:before{content:"";width:40px;height:4px;background:var(--orange);flex:none}
.section-title h2{font-size:43px;line-height:1}
.section-sub{color:var(--muted);font-size:15px;margin-left:auto;text-align:right}
.cards-4,.cards-3,.cards-2{display:grid;gap:18px}
.cards-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.cards-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.media-card,.info-card,.stat-card,.work-card{background:linear-gradient(180deg,#181919,#101111);border:1px solid #303030;border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.22)}
.media-card img{width:100%;aspect-ratio:6/5;object-fit:cover}
.media-card .card-body{padding:18px 16px 22px;text-align:center}
.media-card h3{font-size:25px;line-height:1.05}
.media-card p,.info-card p{color:#c9c9c9;margin:10px 0 0;font-size:16px}
.icon-badge{width:58px;height:58px;border:3px solid var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--orange);font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:27px;margin:-31px auto 13px;background:#0e0f0f;position:relative;z-index:2}
.info-card{padding:28px 22px;text-align:center}
.info-card .icon-badge{margin:0 auto 16px}
.info-card h3{font-size:24px}
.main-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center}
.main-split.reverse{grid-template-columns:1.05fr .95fr}
.copy-block h2{font-size:47px;line-height:1}
.copy-block h3{font-size:24px;color:var(--orange);margin-top:13px}
.copy-block p{color:#d1d1d1;font-size:18px}
.video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.video-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.video-card{min-height:258px;border:1px solid #454545;border-radius:var(--radius);background-image:
  linear-gradient(180deg,rgba(0,0,0,.06) 0%,rgba(0,0,0,.10) 40%,rgba(0,0,0,.78) 76%,rgba(0,0,0,.96) 100%),
  var(--thumb-max,none),
  var(--thumb-fallback,none),
  linear-gradient(135deg,#2c2c2c,#111);background-size:cover,cover,cover,cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;padding:18px;display:flex;flex-direction:column;justify-content:flex-end}
.video-card:before{content:"▶";position:absolute;left:50%;top:41%;transform:translate(-50%,-50%);width:62px;height:62px;border:2px solid #d8d8d8;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:25px;background:rgba(0,0,0,.45)}
.video-card h3{font-size:32px;color:#ececea;text-shadow:0 2px 8px rgba(0,0,0,.85)}.video-card p{margin:3px 0 0;color:#ededed;font-size:15px}
.orange-line{display:block;color:var(--orange);font-weight:800}
.wide-action{display:flex;justify-content:center;margin-top:18px}.wide-action .btn{min-width:380px}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #242424;border-bottom:1px solid #242424}
.why-item{text-align:center;padding:25px 24px;border-right:1px solid #383838}.why-item:last-child{border-right:0}.why-item .icon-badge{margin:0 auto 16px}.why-item h3{font-size:24px}.why-item p{color:#c7c7c7;font-size:15px}
.about-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:stretch}.about-image{min-height:420px;border-radius:var(--radius);overflow:hidden}.about-image img{width:100%;height:100%;object-fit:cover}.about-copy{padding:24px 0}.about-copy h2{font-size:44px}.about-copy p{font-size:17px;color:#d0d0d0}
.travel{border:2px solid var(--orange);border-radius:8px;padding:15px 26px;display:grid;grid-template-columns:90px 1fr;gap:18px;align-items:center;background:#101111}.travel .money{width:68px;height:68px;border:3px solid var(--orange);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--orange);font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:28px}.travel h2{font-size:31px}.travel p{margin:0;color:#ddd;font-size:16px}
.cta{min-height:330px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;border-top:1px solid #2d2d2d}.cta:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.58)}.cta .container{position:relative;z-index:1;width:100%}.cta-copy{max-width:760px}.cta.center .cta-copy{margin:auto;text-align:center}.cta h2{font-size:58px;line-height:.98}.cta .accent{color:var(--orange);font-style:italic}.cta .btn{margin-top:20px}
.site-footer{background:#080808;border-top:1px solid #2b2b2b}.footer-inner{max-width:var(--max);margin:auto;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-logo{display:flex;align-items:center;gap:12px}.footer-logo img{width:54px;height:54px;border-radius:50%}.footer-logo span{font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:20px}.socials{display:flex;gap:18px;font-size:24px}.domain{color:var(--orange);font-weight:800}
.two-column-pitch{display:grid;grid-template-columns:1.1fr .9fr;gap:54px;align-items:start}.pitch-copy h2{font-size:47px;line-height:1.02}.pitch-copy p{color:#d0d0d0;font-size:18px}.want-card{border:2px solid var(--orange);border-radius:8px;background:#101111;padding:28px}.want-card h2{font-size:37px;margin-bottom:8px}.want-row{display:grid;grid-template-columns:54px 1fr;gap:16px;padding:14px 0;border-top:1px solid #343434;align-items:center}.want-row:first-of-type{border-top:0}.want-row .mini-icon{font-size:30px;color:var(--orange);text-align:center}.want-row span{font-size:18px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat-card{text-align:center;padding:22px 14px}.stat-card.wide{grid-column:span 2}.stat-card h3{font-size:20px;color:#dedede}.score{font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:44px;margin:6px 0}.stars{position:relative;display:inline-block;font-size:31px;letter-spacing:2px;line-height:1;color:#777}.stars .filled{position:absolute;left:0;top:0;overflow:hidden;white-space:nowrap;color:var(--orange)}
.adventure-why{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:center}.adventure-why img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.adventure-why h2{font-size:48px;line-height:1.02}.adventure-why p{font-size:17px;color:#d0d0d0}
.work-with{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.work-with .info-card{min-height:275px}
@media(max-width:980px){
  .nav{gap:16px;font-size:14px}.brand-copy{display:none}.brand{min-width:80px}
  h1{font-size:60px}.hero{min-height:560px}
  .cards-4{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.why-item:nth-child(2){border-right:0}.why-item:nth-child(-n+2){border-bottom:1px solid #383838}
  .main-split,.main-split.reverse,.about-grid,.two-column-pitch,.adventure-why{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}
  .video-grid.three,.work-with,.cards-3{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .site-header{position:relative}.header-inner{padding:10px 14px;align-items:flex-start}.brand img{width:58px;height:58px}.nav{gap:8px;flex-wrap:wrap;justify-content:flex-end;font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:11px}.nav a{padding:8px 0;border-bottom-width:2px}
  .container{padding:0 16px}.hero{min-height:540px;background-position:64% center}.hero:before{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.50))}.hero-copy{padding:70px 0 60px;max-width:92%}h1{font-size:49px}.hero h2{font-size:28px}.hero p{font-size:17px}
  .section{padding:38px 0}.section-title h2{font-size:34px}.section-sub{display:none}.cards-4,.cards-3,.cards-2,.video-grid,.video-grid.three,.work-with,.stats-grid{grid-template-columns:1fr}.stat-card.wide{grid-column:auto}
  .why-grid{grid-template-columns:1fr}.why-item{border-right:0;border-bottom:1px solid #383838}.why-item:last-child{border-bottom:0}
  .wide-action .btn{min-width:0;width:100%}.about-image{min-height:280px}.travel{grid-template-columns:64px 1fr;padding:14px}.travel .money{width:56px;height:56px}.travel h2{font-size:24px}.cta{min-height:300px}.cta h2{font-size:43px}.footer-inner{flex-direction:column;text-align:center}.two-column-pitch{gap:24px}.pitch-copy h2,.adventure-why h2{font-size:39px}
}


/* Latest approved layout refinements */
.nav-toggle{display:none;background:transparent;border:1px solid #444;color:#fff;width:44px;height:40px;border-radius:4px;font-size:23px;line-height:1;align-items:center;justify-content:center;cursor:pointer}
.home-service-head{display:grid;grid-template-columns:.78fr 1.22fr;gap:52px;align-items:start;margin-bottom:28px}
.home-service-title{display:flex;align-items:center;gap:14px}
.home-service-title .title-rule{width:40px;height:4px;background:var(--orange);flex:none}
.home-service-title h2{font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.15px;font-size:54px;line-height:.96;margin:0}
.home-service-copy{padding-top:3px}
.home-service-copy h3{font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:27px;line-height:1.08;color:var(--orange);font-weight:700;text-transform:uppercase;letter-spacing:.15px;margin:0 0 10px}
.home-service-copy p{margin:0;color:#d1d1d1;font-size:19px;line-height:1.5;max-width:700px}
.video-card{aspect-ratio:16/9;min-height:0}
.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.video-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.adventure-hero-copy{max-width:700px}
.adventure-hero-copy h1{font-size:clamp(58px,5.35vw,76px);line-height:.97;max-width:700px;text-wrap:balance}
.adventure-why{grid-template-columns:.9fr 1.1fr;align-items:stretch}
.adventure-why-copy{display:flex;flex-direction:column;justify-content:center;padding:2px 0}
.adventure-why-title{margin-bottom:20px}
.adventure-why-title h2{font-size:38px;white-space:nowrap}
.adventure-why-statement{font-size:41px!important;line-height:1.01!important;text-wrap:balance;margin:0 0 14px}
.adventure-why p{font-size:16px;line-height:1.5;margin:0}
.adventure-why img{height:100%;min-height:310px;aspect-ratio:auto}

@media(max-width:980px){
  .home-service-head{grid-template-columns:.85fr 1.15fr;gap:32px}
  .home-service-title h2{font-size:47px}
  .home-service-copy h3{font-size:24px}
  .adventure-hero-copy{max-width:620px}
  .adventure-hero-copy h1{font-size:58px}
  .adventure-why-title h2{font-size:34px}
  .adventure-why-statement{font-size:36px!important}
  .adventure-why{grid-template-columns:1fr}
  .adventure-why img{height:auto;min-height:0;aspect-ratio:16/9}
  .video-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:720px){
  .site-header{position:sticky}
  .header-inner{padding:9px 14px;align-items:center;position:relative}
  .brand{min-width:0}
  .brand img{width:58px;height:58px}
  .nav-toggle{display:flex;margin-left:auto}
  .nav{display:none;position:absolute;left:0;right:0;top:100%;background:rgba(8,8,8,.99);border-top:1px solid #2a2a2a;border-bottom:1px solid #353535;padding:10px 16px 14px;flex-direction:column;align-items:stretch;gap:0;font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;font-size:18px;white-space:normal;box-shadow:0 12px 30px rgba(0,0,0,.5)}
  .nav.open{display:flex}
  .nav a{padding:12px 4px;border-bottom:1px solid #252525}
  .nav a:last-child{border-bottom:0}
  .home-service-head{grid-template-columns:1fr;gap:12px;margin-bottom:22px}
  .home-service-title h2{font-size:42px}
  .home-service-copy{padding-top:0}
  .home-service-copy h3{font-size:23px}
  .home-service-copy p{font-size:17px}
  .video-grid,.video-grid.three{grid-template-columns:1fr}
  .adventure-hero{background-position:63% center}
  .adventure-hero-copy{max-width:95%}
  .adventure-hero-copy h1{font-size:clamp(42px,12vw,49px);line-height:.98;max-width:100%;text-wrap:balance}
  .adventure-why-title{margin-bottom:15px}
  .adventure-why-title h2{font-size:30px;white-space:nowrap}
  .adventure-why-statement{font-size:34px!important;line-height:1.02!important}
  .adventure-why p{font-size:16px}
}
@media(max-width:380px){
  .adventure-why-title h2{font-size:28px}
  .adventure-why-statement{font-size:31px!important}
}
/* Adventure hero text: allow the browser to wrap cleanly without forced line breaks. */
@media(min-width:981px){
  .adventure-hero-copy{max-width:820px}
  .adventure-hero-copy h1{font-size:60px;max-width:820px;line-height:.98}
}
@media(min-width:981px){
  .adventure-hero-copy{max-width:920px}
  .adventure-hero-copy h1{font-size:52px;max-width:920px;line-height:.98}
}
@media(min-width:981px){
  .adventure-hero-copy h1{font-size:46px;max-width:940px}
}
/* Polished mobile menu icon and Adventure hero scaling. */
.nav-toggle{font-size:0}
.nav-toggle:before{content:"";width:19px;height:2px;background:#fff;box-shadow:0 -6px 0 #fff,0 6px 0 #fff;display:block}
@media(max-width:720px){
  .adventure-hero-copy h1{font-size:36px;line-height:1;max-width:96%}
}

/* Ride Ready research heading refinement */
.research-title{display:grid;grid-template-columns:40px auto minmax(0,1fr);column-gap:14px;align-items:center;width:100%}
.research-title:before{grid-column:1;grid-row:1}
.research-title h2{grid-column:2;grid-row:1;white-space:nowrap;font-size:40px}
.research-title .section-sub{grid-column:3;grid-row:1;justify-self:end;margin:0;padding:0 0 2px 28px;text-align:left;white-space:nowrap;font-size:14px;line-height:1.35;color:var(--muted)}
.research-title .section-sub span{display:block}
@media(max-width:980px) and (min-width:721px){
  .research-title{grid-template-columns:40px 1fr;row-gap:10px}
  .research-title h2{grid-column:2;grid-row:1;white-space:nowrap;font-size:34px}
  .research-title .section-sub{grid-column:2;grid-row:2;justify-self:start;padding:0;text-align:left;white-space:normal;font-size:14px}
}
@media(max-width:720px){
  .research-title{grid-template-columns:40px 1fr;column-gap:14px;row-gap:10px;align-items:center}
  .research-title:before{grid-column:1;grid-row:1}
  .research-title h2{grid-column:2;grid-row:1;white-space:normal;font-size:34px}
  .research-title .section-sub{display:block;grid-column:2;grid-row:2;justify-self:start;margin:0;padding:0;text-align:left;white-space:normal;font-size:14px;line-height:1.35;color:var(--muted)}
}


/* Final production refinements: stronger content panels + clickable YouTube work cards */
.cards-3 .info-card,
.work-with .info-card{
  background:linear-gradient(180deg,#1d1f1f 0%,#141515 100%);
  border-color:#4a4a4a;
  box-shadow:0 12px 30px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.035);
}
.why-grid{
  background:linear-gradient(180deg,#151616 0%,#0f1010 100%);
  border-top-color:#454545;
  border-bottom-color:#454545;
}
.why-item{border-right-color:#454545}
.video-card{
  cursor:pointer;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.video-card:hover,
.video-card:focus-visible{
  border-color:#81502c;
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(0,0,0,.34);
  outline:none;
}
@media(max-width:980px){
  .why-item:nth-child(-n+2){border-bottom-color:#454545}
}
@media(max-width:720px){
  .why-item{border-bottom-color:#454545}
}

/* Final desktop sizing correction: use the available laptop width and preserve hero/footer image composition. */
@media(min-width:981px){
  .header-inner,
  .container,
  .footer-inner{
    max-width:1920px;
  }

  .header-inner{
    padding-left:48px;
    padding-right:48px;
  }

  .container{
    padding-left:48px;
    padding-right:48px;
  }

  .footer-inner{
    padding-left:48px;
    padding-right:48px;
  }

  /* All three uploaded hero images are 2:1. This keeps the section at that composition
     instead of forcing a short banner that crops the sky/riders vertically. */
  .hero{
    min-height:max(610px,50vw);
    background-size:cover;
    background-position:center center;
  }

  /* The shared footer image is 2048x740 (2.7676:1). Matching that ratio prevents the
     previous short CTA banner from zooming/cropping the image vertically. */
  .cta{
    min-height:max(330px,36.13vw);
    background-size:cover;
    background-position:center center;
  }
}

/* Final review updates: clean YouTube cards and contact form. */
/* Keep YouTube-provided thumbnail text untouched; all site captions live below the 16:9 thumbnail. */
.video-card{
  aspect-ratio:auto;
  min-height:0;
  padding:0;
  display:block;
  background:none;
  border:1px solid #454545;
  overflow:hidden;
}
.video-card:before{content:none}
.video-thumb{
  display:block;
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background-image:
    var(--thumb-max,none),
    var(--thumb-fallback,none),
    linear-gradient(135deg,#2c2c2c,#111);
  background-size:cover,cover,cover;
  background-position:center;
  background-repeat:no-repeat;
}
.video-thumb:before{
  content:"▶";
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:62px;
  height:62px;
  border:2px solid #e1e1e1;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:25px;
  background:rgba(0,0,0,.52);
  box-shadow:0 3px 12px rgba(0,0,0,.35);
}
.video-caption{
  display:block;
  min-height:106px;
  padding:15px 18px 17px;
  background:linear-gradient(180deg,#1b1c1c 0%,#111212 100%);
  border-top:1px solid #3c3c3c;
}
.video-card h3{
  font-size:29px;
  line-height:1.05;
  color:#ececea;
  text-shadow:none;
}
.video-card .orange-line{margin-top:4px}
.video-card p{margin:4px 0 0;color:#d8d8d8;font-size:15px}

.contact-section{padding:72px 0 84px;min-height:calc(100vh - 170px);border-top:1px solid var(--line)}
.contact-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:58px;align-items:start;max-width:1420px;margin:0 auto}
.contact-intro{padding-top:8px}
.contact-intro .section-title{align-items:flex-start}
.contact-intro .section-title h1{font-size:clamp(42px,4vw,64px);line-height:.98}
.contact-intro p{font-size:19px;color:#d2d2d2;max-width:560px}
.contact-email{margin-top:28px;font-weight:700}
.contact-email a{color:var(--orange)}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:20px 18px;background:linear-gradient(180deg,#1a1b1b 0%,#111212 100%);border:1px solid #4a4a4a;border-radius:10px;padding:30px;box-shadow:0 16px 38px rgba(0,0,0,.32)}
.form-field{display:flex;flex-direction:column;gap:7px}
.form-field:nth-of-type(1),.form-field:nth-of-type(2),.form-field-full,.interest-field,.contact-submit,.form-note{grid-column:1/-1}
.form-field label,.interest-field legend{font-family:'Roboto Condensed','Arial Narrow',Arial,sans-serif;text-transform:uppercase;font-weight:700;letter-spacing:.3px;font-size:17px;color:#eeeeec}
.form-field label span,.interest-field legend span{color:var(--orange);padding-left:2px}
.form-field label em{font-family:Arial,Helvetica,sans-serif;text-transform:none;font-weight:400;font-size:13px;color:#b7b7b7}
.form-field input,.form-field textarea{width:100%;border:1px solid #555;background:#0d0e0e;color:#f2f2f2;border-radius:5px;padding:13px 14px;font:inherit;font-size:16px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}
.form-field input:focus,.form-field textarea:focus{border-color:var(--orange);box-shadow:0 0 0 2px rgba(243,107,0,.16)}
.form-field textarea{resize:vertical;min-height:130px}
.form-field textarea::placeholder{color:#8f8f8f}
.interest-field{border:0;padding:2px 0 0;margin:0}
.interest-field legend{margin-bottom:10px}
.interest-options{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.interest-option{position:relative;cursor:pointer}
.interest-option input{position:absolute;opacity:0;pointer-events:none}
.interest-option span{display:flex;align-items:center;justify-content:center;text-align:center;min-height:68px;padding:12px 10px;border:1px solid #555;border-radius:5px;background:#0e0f0f;color:#dedede;font-weight:700;line-height:1.25;transition:border-color .15s ease,background .15s ease,color .15s ease}
.interest-option input:checked + span{border-color:var(--orange);background:#24160d;color:#fff;box-shadow:inset 0 0 0 1px rgba(243,107,0,.35)}
.interest-option input:focus-visible + span{outline:2px solid var(--orange);outline-offset:2px}
.contact-submit{width:max-content;min-width:260px;border:0;cursor:pointer;margin-top:2px}
.form-note{margin:0;color:#aaa;font-size:13px}
.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
.thank-you-section{min-height:calc(100vh - 170px);display:flex;align-items:center;padding:70px 0}
.thank-you-card{max-width:780px;margin:0 auto;text-align:center;padding:46px 34px;background:linear-gradient(180deg,#1a1b1b,#101111);border:1px solid #454545;border-radius:10px}
.thank-you-card .section-title{justify-content:center}
.thank-you-card h1{font-size:52px}
.thank-you-card p{font-size:20px;color:#d2d2d2;margin:18px 0 26px}

@media(max-width:980px){
  .contact-layout{grid-template-columns:1fr;gap:30px}
  .contact-intro p{max-width:none}
}
@media(max-width:720px){
  .video-caption{min-height:0}
  .video-card h3{font-size:27px}
  .contact-section{padding:42px 0 54px}
  .contact-form{grid-template-columns:1fr;padding:20px 16px;gap:17px}
  .form-field,.form-field-half,.form-field-full,.interest-field,.contact-submit,.form-note{grid-column:1/-1}
  .interest-options{grid-template-columns:1fr}
  .contact-submit{width:100%;min-width:0}
  .contact-intro .section-title h1{font-size:42px}
  .thank-you-card h1{font-size:40px}
}

/* Final production fixes: brighter Home hero and in-site AJAX contact submission. */
.home-hero:before{
  /* Keep the copy readable without dimming the destination image.
     The left text column stays intentionally dark, then the overlay
     falls away quickly before the rider/right half of the image. */
  background:linear-gradient(90deg,
    rgba(0,0,0,.72) 0%,
    rgba(0,0,0,.68) 30%,
    rgba(0,0,0,.60) 38%,
    rgba(0,0,0,.36) 46%,
    rgba(0,0,0,.12) 53%,
    rgba(0,0,0,.02) 58%,
    rgba(0,0,0,0) 62%,
    rgba(0,0,0,0) 100%
  );
}
.home-hero .hero-copy h1,
.home-hero .hero-copy p{
  text-shadow:0 2px 7px rgba(0,0,0,.72);
}
.contact-submit[disabled]{opacity:.68;cursor:wait}
.form-status{grid-column:1/-1;margin:0;min-height:22px;font-size:14px;color:#d4d4d4}
.form-status.error{color:#ff9b61;font-weight:700}
/* Responsive Home hero composition. Desktop keeps the copy side dark and the rider side clear.
   Tablets/phones deliberately bias the crop toward Kelly instead of simply centering the 2:1 image. */
@media(max-width:980px){
  .home-hero{
    background-position:68% center;
  }
  .home-hero:before{
    background:linear-gradient(90deg,
      rgba(0,0,0,.78) 0%,
      rgba(0,0,0,.74) 34%,
      rgba(0,0,0,.62) 48%,
      rgba(0,0,0,.38) 62%,
      rgba(0,0,0,.16) 76%,
      rgba(0,0,0,.04) 88%,
      rgba(0,0,0,0) 100%
    );
  }
}
@media(max-width:720px){
  .home-hero{
    /* A tall phone viewport can show only part of the 2:1 source. This crop keeps Kelly
       and the Moab setting visible while leaving usable dark image behind the copy. */
    background-position:72% center;
  }
  .home-hero:before{
    background:linear-gradient(90deg,
      rgba(0,0,0,.82) 0%,
      rgba(0,0,0,.78) 38%,
      rgba(0,0,0,.64) 56%,
      rgba(0,0,0,.38) 72%,
      rgba(0,0,0,.16) 86%,
      rgba(0,0,0,.03) 96%,
      rgba(0,0,0,0) 100%
    );
  }
}

/* FINAL Ride Ready pitch hierarchy — one source of truth. */
.pitch-copy h2{
  font-size:clamp(40px,3.3vw,54px);
  line-height:1.02;
  text-wrap:balance;
}
.pitch-copy .pitch-divider{
  width:88%;
  max-width:none;
  height:4px;
  background:var(--orange);
  margin:30px 0 46px;
}
.pitch-copy p{
  margin:0;
  color:#dedede;
  font-size:clamp(24px,1.7vw,29px);
  line-height:1.46;
  font-weight:500;
}
.pitch-copy p + p{
  margin-top:36px;
}
@media(max-width:980px){
  .pitch-copy h2{font-size:clamp(38px,5vw,48px)}
  .pitch-copy .pitch-divider{width:90%;margin:26px 0 38px}
  .pitch-copy p{font-size:clamp(22px,2.8vw,26px)}
}
@media(max-width:720px){
  .pitch-copy h2{font-size:clamp(34px,9vw,42px);text-wrap:balance}
  .pitch-copy .pitch-divider{width:92%;height:3px;margin:22px 0 32px}
  .pitch-copy p{font-size:clamp(20px,5.4vw,23px);line-height:1.48;font-weight:500}
  .pitch-copy p + p{margin-top:28px}
}
