:root{--ink:#071019;--ink2:#0e1a25;--gold:#f3bc52;--gold2:#ffd982;--paper:#f4f6f7;--muted:#9cabb7;--line:rgba(255,255,255,.12);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:#14202a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.pub-header{position:sticky;top:0;z-index:40;height:78px;display:flex;align-items:center;gap:28px;padding:0 clamp(18px,4vw,64px);background:rgba(7,16,25,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.pub-brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;min-width:210px}.pub-brand img{width:48px;height:48px;object-fit:contain}.pub-brand span{display:flex;flex-direction:column}.pub-brand b{font-size:20px;letter-spacing:.06em}.pub-brand small{font-size:8px;letter-spacing:.16em;color:#c8d0d6}.pub-nav{display:flex;align-items:center;gap:22px;flex:1}.pub-nav a{color:#dbe3e8;text-decoration:none;font-size:14px;padding:29px 0;border-bottom:2px solid transparent}.pub-nav a:hover,.pub-nav a.active{color:#fff;border-color:var(--gold)}.pub-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:8px;text-decoration:none;font-weight:700;font-size:14px;border:1px solid transparent}.btn.gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#16130d}.btn.ghost{border-color:#75818a;color:#fff;background:transparent}.nav-toggle{display:none;background:none;border:0;color:#fff;font-size:24px}.hero{min-height:670px;position:relative;display:grid;align-items:center;padding:80px clamp(24px,6vw,100px);background-position:center;background-size:cover;color:#fff;isolation:isolate}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,12,18,.94) 0%,rgba(5,12,18,.68) 42%,rgba(5,12,18,.08) 78%),linear-gradient(0deg,rgba(5,12,18,.45),transparent 48%);z-index:-1}.hero-copy{max-width:690px}.eyebrow{letter-spacing:.16em;font-weight:800;color:var(--gold);font-size:13px}.hero h1{font-size:clamp(50px,6vw,92px);line-height:.93;margin:18px 0 22px;letter-spacing:-.045em;max-width:850px}.hero h1 span{color:var(--gold)}.hero .lead{font-size:19px;color:#e8edf0;max-width:610px;line-height:1.7}.hero-actions{display:flex;gap:12px;margin-top:28px}.philosophy-chip{display:inline-block;margin-top:34px;padding:10px 14px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(5,12,18,.42);font-family:Georgia,serif;font-style:italic}.stats{display:grid;grid-template-columns:repeat(4,1fr);background:#0a1620;color:#fff;border-top:1px solid var(--line)}.stat{padding:27px clamp(18px,4vw,56px);border-right:1px solid var(--line)}.stat strong{display:block;font-size:34px;color:#fff}.stat span{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#aeb9c1}.strip{background:#122330;color:#fff;display:grid;grid-template-columns:repeat(4,1fr);padding:18px clamp(18px,4vw,60px);gap:20px}.strip div{border-right:1px solid rgba(255,255,255,.12);padding-right:18px}.strip b{display:block;font-size:12px;letter-spacing:.1em}.strip small{color:#adb8c0}.section{padding:72px clamp(20px,4vw,64px)}.section.dark{background:#071019;color:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:26px}.section-head h2{margin:0;font-size:clamp(30px,3vw,44px);letter-spacing:-.03em}.section-head p{margin:8px 0 0;color:#6f7b83}.section.dark .section-head p{color:#a6b1b9}.text-link{color:#b27811;text-decoration:none;font-weight:800}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ride-card{background:#fff;border:1px solid #dde3e7;border-radius:14px;overflow:hidden;box-shadow:0 8px 30px rgba(20,30,40,.06)}.ride-cover{height:165px;background:linear-gradient(145deg,#1f3445,#101b25);position:relative;overflow:hidden}.ride-cover:after{content:"";position:absolute;inset:0;background:url('/assets/images/royal-enfield-adventure.webp') center/cover;opacity:.75}.ride-tag{position:absolute;z-index:2;left:12px;bottom:12px;padding:5px 9px;background:var(--gold);border-radius:6px;font-size:11px;font-weight:900}.ride-body{padding:17px}.ride-body h3{margin:0 0 6px;font-size:17px}.ride-body p{margin:0;color:#6c7880;font-size:13px;min-height:38px}.ride-meta{display:flex;gap:16px;margin:14px 0;color:#56636c;font-size:12px}.ride-body .btn{width:100%;border:1px solid #cfd7dc;color:#17232c}.split{display:grid;grid-template-columns:1.25fr .75fr;gap:34px;align-items:stretch}.about-panel{padding:42px;background:#fff;border:1px solid #dfe5e8;border-radius:var(--radius)}.about-panel h2{font-size:42px;margin:0 0 18px}.about-panel p{font-size:17px;line-height:1.8;color:#5f6b73}.quote-panel{padding:42px;border-radius:var(--radius);background:#0c1924;color:#fff;display:flex;flex-direction:column;justify-content:center}.quote-panel blockquote{font-family:Georgia,serif;font-size:27px;line-height:1.45;margin:0}.quote-panel cite{margin-top:18px;color:var(--gold);font-style:normal}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.gallery-item{min-height:190px;border-radius:12px;overflow:hidden;background:#1b2b38}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.cta{margin:0 clamp(20px,4vw,64px) 72px;border-radius:20px;padding:52px;background:linear-gradient(90deg,rgba(4,12,18,.96),rgba(4,12,18,.55)),url('/assets/images/royal-enfield-adventure.webp') center/cover;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}.cta h2{font-size:38px;margin:0 0 10px}.page-hero{padding:80px clamp(20px,5vw,80px);background:#0b1822;color:#fff}.page-hero h1{font-size:56px;margin:8px 0 14px}.content-wrap{max-width:1250px;margin:auto;padding:60px 24px}.ride-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.empty{padding:30px;background:#fff;border:1px dashed #bbc6cc;border-radius:12px}.pub-footer{background:#071019;color:#c3cdd3;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;padding:34px clamp(20px,4vw,64px);align-items:center}.pub-footer img{width:70px}.pub-footer a{color:#c3cdd3;text-decoration:none;margin-right:16px}.pub-footer p{margin:5px 0}.portal-shell{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1.1fr .9fr;background:#071019}.portal-art{background:linear-gradient(90deg,rgba(5,12,18,.2),rgba(5,12,18,.76)),url('/assets/images/royal-enfield-adventure.webp') center/cover;display:flex;align-items:end;padding:70px;color:#fff}.portal-art h1{font-size:58px;max-width:600px;margin:0}.portal-panel{display:flex;align-items:center;justify-content:center;padding:38px}.portal-card{width:min(470px,100%);background:#fff;padding:34px;border-radius:16px}.portal-card h2{font-size:34px;margin:0 0 8px}.portal-card label{display:block;font-size:13px;font-weight:800;margin:18px 0 0}.portal-card input{width:100%;height:48px;border:1px solid #cdd5da;border-radius:8px;margin-top:7px;padding:0 13px;font-size:15px}.portal-card button{width:100%;border:0;margin-top:20px}.error{background:#fff0ef;color:#9b2a23;padding:10px 12px;border-radius:8px}.fine{font-size:12px;color:#78838a;text-align:center;margin-top:16px}@media(max-width:1000px){.pub-nav{display:none;position:absolute;top:78px;left:0;right:0;background:#08141e;padding:18px;flex-direction:column;align-items:stretch}.pub-nav.open{display:flex}.pub-nav a{padding:10px}.nav-toggle{display:block;margin-left:auto}.pub-actions{display:none}.cards,.stats{grid-template-columns:repeat(2,1fr)}.strip{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(3,1fr)}.ride-list{grid-template-columns:repeat(2,1fr)}.portal-shell{grid-template-columns:1fr}.portal-art{min-height:330px}.portal-art h1{font-size:40px}}@media(max-width:650px){.hero{min-height:600px;padding-top:50px}.hero h1{font-size:48px}.stats,.strip,.cards,.ride-list{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.cta{align-items:flex-start;flex-direction:column}.pub-footer{grid-template-columns:1fr}.page-hero h1{font-size:42px}.portal-art{display:none}.portal-panel{padding:20px}.section{padding:52px 20px}}

/* v7 — mobile reliability + adventure visual pass */
.about-panel h2{color:#14202a}.about-panel .eyebrow{color:#b27811}.about-panel .text-link{display:inline-block;margin-top:8px}
.adventure-section{background:#08131c;color:#fff;position:relative;overflow:hidden}.adventure-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 0%,rgba(243,188,82,.12),transparent 36%);pointer-events:none}.adventure-head{position:relative}.adventure-head .section-kicker{color:var(--gold)}.adventure-head h2{color:#fff}.adventure-head p{color:#b7c1c8;max-width:760px}.destination-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.destination-card{position:relative;min-height:290px;border-radius:16px;overflow:hidden;background:#101a22;border:1px solid rgba(255,255,255,.13);box-shadow:0 16px 34px rgba(0,0,0,.24)}.destination-card img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .45s ease}.destination-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(4,9,13,.94) 100%)}.destination-card>div{position:absolute;z-index:2;left:18px;right:18px;bottom:17px}.destination-card b{display:block;color:#fff;font-family:Georgia,serif;font-size:25px}.destination-card span{display:block;margin-top:4px;color:#d4dade;font-size:12px;line-height:1.4}.destination-card:hover img{transform:scale(1.045)}

@media(max-width:820px){
  .pub-header{height:72px;padding:0 20px;gap:12px}.pub-brand{min-width:0}.pub-brand img{width:56px;height:56px}.nav-toggle{font-size:31px;line-height:1;padding:8px 4px}
  .pub-nav{top:72px;left:0;right:0;max-height:calc(100vh - 72px);overflow-y:auto;background:#071722;padding:10px 22px 22px;gap:0;border-top:1px solid rgba(243,188,82,.25);box-shadow:0 20px 35px rgba(0,0,0,.35)}
  .pub-nav a{display:flex;align-items:center;min-height:54px;padding:0;border-bottom:1px solid rgba(255,255,255,.08);font-size:16px}.pub-nav a.active{border-bottom-color:var(--gold);color:var(--gold)}
  .hero{min-height:590px;padding:52px 22px 58px;background-position:62% center}.hero:before{background:linear-gradient(90deg,rgba(5,12,18,.92),rgba(5,12,18,.58) 66%,rgba(5,12,18,.25)),linear-gradient(0deg,rgba(5,12,18,.62),transparent 55%)}.hero-copy{max-width:520px}.hero h1{font-size:clamp(44px,12vw,64px);line-height:.98;margin:14px 0 18px}.hero .lead{font-size:17px;line-height:1.55}.hero-actions{flex-wrap:wrap}.hero-actions .btn{min-width:155px}.philosophy-chip{margin-top:25px}
  .stats{grid-template-columns:repeat(2,1fr)}.stat{padding:25px 20px;min-height:112px}.stat:nth-child(2n){border-right:0}.stat strong{font-size:31px}.stat span{font-size:11px;line-height:1.35}
  .strip{grid-template-columns:repeat(2,1fr);padding:18px 20px;gap:0}.strip div{padding:13px 14px 13px 0;margin-right:14px}.strip div:nth-child(2n){border-right:0;margin-right:0}.strip small{display:block;margin-top:4px;font-size:11px;line-height:1.45}
  .section{padding:50px 20px}.section-head{align-items:flex-start;flex-direction:column;margin-bottom:22px}.section-head h2{font-size:34px}.section-head p{line-height:1.55}.destination-grid{grid-template-columns:repeat(2,1fr);gap:10px}.destination-card{min-height:220px}.destination-card>div{left:13px;right:13px;bottom:13px}.destination-card b{font-size:20px}.destination-card span{font-size:11px}
  .cards{grid-template-columns:1fr}.ride-cover{height:190px}.split{gap:16px}.about-panel,.quote-panel{padding:28px 24px}.about-panel h2{font-size:34px;line-height:1.08}.about-panel p{font-size:16px}.quote-panel blockquote{font-size:25px}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item{min-height:150px}.cta{margin:0 20px 50px;padding:34px 24px;border-radius:16px;align-items:flex-start;flex-direction:column}.cta h2{font-size:34px;line-height:1.08}.cta p{line-height:1.6}
  .pub-footer{grid-template-columns:1fr;padding:34px 24px;text-align:center;gap:22px}.footer-brand{display:flex;justify-content:center}.pub-footer img{width:82px}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px}.pub-footer a{margin:0}.footer-note{max-width:420px;margin:auto}.footer-philosophy{font-family:Georgia,serif;font-style:italic;color:var(--gold);font-size:22px}.pub-footer small{display:block;line-height:1.6}
  .page-hero{padding:54px 22px}.page-hero h1{font-size:42px;line-height:1.02}.content-wrap{padding:42px 20px}.ride-list{grid-template-columns:1fr}
}
@media(max-width:430px){
  .hero{min-height:560px}.hero h1{font-size:42px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.stats{grid-template-columns:repeat(2,1fr)}.stat{padding:22px 15px}.stat strong{font-size:29px}.strip{grid-template-columns:1fr}.strip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1);margin:0;padding:12px 0}.strip div:last-child{border-bottom:0}.destination-grid{grid-template-columns:repeat(2,1fr)}.destination-card{min-height:185px}.destination-card span{display:none}.destination-card b{font-size:18px}.gallery-item{min-height:130px}.cta h2,.about-panel h2{font-size:30px}
}
.portal-identity{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e4e9ec}.portal-identity img{display:block;width:76px;height:76px;max-width:76px;max-height:76px;object-fit:contain;flex:0 0 76px}.portal-identity .eyebrow{margin:0 0 4px;color:#a96d0a}.portal-identity small{display:block;color:#75818a;font-size:12px;line-height:1.45}.portal-card>p:not(.error):not(.fine){color:#66737b;line-height:1.6}.portal-card .btn.gold{min-height:50px;font-size:15px}.portal-panel{background:radial-gradient(circle at 70% 20%,rgba(243,188,82,.08),transparent 34%),#071019}@media(max-width:650px){.portal-identity img{width:64px;height:64px;max-width:64px;max-height:64px;flex-basis:64px}.portal-card{padding:26px 22px}.portal-card h2{font-size:30px}}
/* v15 — latest RideOS ride poster is the canonical public ride image */
.ride-cover.has-poster:after{display:none}
.ride-cover-img{position:absolute;inset:0;z-index:1;width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.ride-cover.has-poster .ride-tag{z-index:3}


/* ==========================================================
   v23 — Public ride rewards + approved ride previews
   ========================================================== */
.ride-state-chip{position:absolute;z-index:4;right:12px;top:12px;padding:6px 9px;border-radius:999px;font-size:8px;letter-spacing:.07em;font-weight:950;color:#fff;background:rgba(9,22,31,.88);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(7px)}
.ride-state-chip.approved{background:rgba(166,106,8,.92);border-color:rgba(255,220,149,.55)}
.ride-state-chip.live{background:rgba(17,112,66,.92);border-color:rgba(143,231,182,.46)}
.public-ride-reward{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:center;margin:13px 0 14px;padding:10px;border:1px solid #eadfc7;border-radius:10px;background:linear-gradient(145deg,#fffaf0,#fff)}
.public-ride-badge{display:grid;place-items:center;min-width:0}.public-ride-badge .reward-badge{width:54px;min-width:54px}.public-ride-badge .reward-badge-art{width:49px!important;height:56px!important;filter:drop-shadow(0 3px 4px rgba(0,0,0,.22))}.public-ride-badge .reward-badge>strong,.public-ride-badge .reward-badge>small{display:none}.public-ride-badge .reward-badge-main{font-size:9px}.public-ride-reward-copy span{display:block;color:#a66d0c;font-size:8px;letter-spacing:.12em;font-weight:950}.public-ride-reward-copy strong{display:block;margin:1px 0;color:#15222b;font-size:17px;line-height:1.15}.public-ride-reward-copy small{display:block;color:#68767f;font-size:9px;line-height:1.35}
.public-rewards-section{background:linear-gradient(145deg,#08151e,#0c202b);color:#fff}.public-rewards-section .section-head h2{color:#fff}.public-rewards-section .section-head p{color:#a9bac5}.public-rewards-section .text-link{color:#f3bc52}
.public-reward-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.public-reward-card{display:grid;grid-template-columns:100px minmax(0,1fr);gap:16px;align-items:center;min-height:165px;padding:22px;border:1px solid #25404e;border-radius:15px;background:linear-gradient(145deg,#0b1e29,#102b38)}.public-reward-badge{display:grid;place-items:center}.public-reward-card .reward-badge{width:94px;min-width:94px}.public-reward-card .reward-badge-art{width:82px!important;height:92px!important}.public-reward-card .reward-badge>strong{color:#fff}.public-reward-card .reward-badge>small{color:#9eb1bc}.public-reward-label{display:block;color:#f3bc52;font-size:9px;letter-spacing:.13em;font-weight:950}.public-reward-card>div:last-child>strong{display:block;margin:5px 0 7px;font-family:Georgia,serif;font-size:30px;color:#fff}.public-reward-card p{margin:0 0 8px;color:#b8c5cd;font-size:12px;line-height:1.5}.public-reward-card>div:last-child>small{color:#ffb06f;font-size:10px;font-weight:800}
.public-role-bonuses{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.public-role-bonuses span{padding:11px 12px;border:1px solid #25404e;border-radius:9px;background:#0b1c26;color:#b8c7d0;font-size:11px}.public-role-bonuses b{color:#fff}.public-reward-fine{margin:13px 0 0!important;color:#91a4af!important;font-size:10px!important}.public-fallback-badge{display:grid;place-items:center;width:52px;height:60px;clip-path:polygon(50% 0,92% 16%,88% 69%,50% 100%,12% 69%,8% 16%);background:linear-gradient(145deg,#ffd266,#9e6507);color:#071019;font-weight:950}
@media(max-width:900px){.public-reward-grid{grid-template-columns:1fr}.public-role-bonuses{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.ride-state-chip{font-size:7px;max-width:155px;text-align:center}.public-ride-reward{grid-template-columns:52px minmax(0,1fr)}.public-reward-card{grid-template-columns:85px minmax(0,1fr);padding:17px}.public-reward-card .reward-badge{width:80px;min-width:80px}.public-reward-card .reward-badge-art{width:70px!important;height:80px!important}.public-reward-card>div:last-child>strong{font-size:25px}.public-role-bonuses{grid-template-columns:1fr 1fr}}

/* v24 — rider-specific start-credit language */
.public-ride-reward-copy small strong{color:#17242d}.public-ride-reward[data-status='ACTIVE']{border-color:#9bd1b5;background:linear-gradient(145deg,#edf9f2,#fff)}


/* v29 performance: skip layout/paint for below-fold sections until needed */
@supports (content-visibility:auto){
  .adventure-section,
  .public-rewards-section,
  .section.dark,
  .cta{
    content-visibility:auto;
    contain-intrinsic-size:700px;
  }
}
.ride-cover-img{aspect-ratio:16/9}
