
:root{
  --midnight:#0B1220; --midnight-2:#121B2C; --gold:#E5A53A; --gold-deep:#C98A24;
  --ivory:#F7F5EF; --paper:#FCFBF8; --white:#FFFFFF; --graphite:#252A31; --slate:#667085;
  --line:#E6E2D8; --shadow:0 24px 80px rgba(11,18,32,.12); --radius:24px;
  --rt-copper:#C2410C; --rt-cream:#FAF6EF; --rt-green:#167B5A; --rt-amber:#A76E16;
  --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--graphite);font-family:"Avenir Next",Avenir,"Segoe UI",Inter,system-ui,-apple-system,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none} img{max-width:100%;display:block} button,input,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}.narrow{width:min(820px,calc(100% - 40px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:40;background:rgba(252,251,248,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(230,226,216,.75)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px}.brand img{width:40px;height:40px}.brand-name{font-weight:750;letter-spacing:-.02em;font-size:21px;color:var(--midnight)}.brand-name small{display:block;font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:var(--slate);font-weight:700;margin-top:-2px}
.nav-links{display:flex;align-items:center;gap:26px;color:#4F5968;font-size:14px;font-weight:650}.nav-links a:hover{color:var(--midnight)}.nav-cta{padding:10px 16px;border:1px solid var(--line);border-radius:999px;background:white;color:var(--midnight)!important}
.menu-btn{display:none;border:0;background:transparent;font-size:24px;color:var(--midnight)}
.hero{background:var(--midnight);color:white;position:relative;overflow:hidden;padding:104px 0 88px}.hero:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-170px;top:-240px;background:radial-gradient(circle,rgba(229,165,58,.25),rgba(229,165,58,0) 68%)}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(229,165,58,.7),transparent)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;font-weight:800;color:var(--gold)}
.hero h1{font-size:clamp(48px,7vw,82px);line-height:.98;letter-spacing:-.055em;margin:16px 0 24px;max-width:800px}.hero p{font-size:20px;line-height:1.55;color:#C7CFDC;max-width:650px;margin:0 0 34px}
.actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 20px;border-radius:999px;font-weight:750;font-size:15px;border:1px solid transparent;transition:.2s ease}.btn-primary{background:var(--gold);color:var(--midnight)}.btn-primary:hover{transform:translateY(-1px);background:#EDB75A}.btn-secondary{border-color:#334056;color:white;background:rgba(255,255,255,.03)}.btn-light{background:white;color:var(--midnight);box-shadow:0 8px 24px rgba(11,18,32,.08)}.btn-outline{border-color:var(--line);background:transparent;color:var(--midnight)}
.hero-mark{position:relative;min-height:420px;display:grid;place-items:center}.hero-mark .orb{width:min(390px,75vw);aspect-ratio:1;border-radius:26%;box-shadow:0 40px 100px rgba(0,0,0,.36);display:grid;place-items:center;transform:rotate(2deg);overflow:hidden}.hero-mark img{width:100%;display:block}
.section{padding:92px 0}.section-tight{padding:66px 0}.section-title{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:40px}.section-title h2{font-size:clamp(34px,5vw,54px);line-height:1.05;letter-spacing:-.045em;margin:8px 0 0;color:var(--midnight)}.section-title p{max-width:520px;color:var(--slate);margin:0;font-size:17px}
.product-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}.product-card{border-radius:32px;overflow:hidden;position:relative;min-height:520px;padding:42px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card.rt{background:var(--rt-cream);color:#151A21;border:1px solid #EEE4D6}.product-card.john{background:linear-gradient(150deg,#121B2C,#18243A);color:white;border:1px solid #26334A}.product-head{display:flex;align-items:center;gap:15px}.product-head img{width:58px;height:58px}.product-head strong{font-size:25px;letter-spacing:-.02em}.product-head span{display:block;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;margin-top:2px}.rt .product-head span{color:var(--rt-copper)}.john .product-head span{color:var(--gold)}
.product-copy h2,.product-copy h3{font-size:clamp(34px,4.5vw,56px);line-height:1.02;letter-spacing:-.045em;margin:20px 0}.product-copy p{font-size:17px;max-width:590px}.rt .product-copy p{color:#626A76}.john .product-copy p{color:#BFC8D7}.link-arrow{display:inline-flex;align-items:center;gap:8px;font-weight:800}.rt .link-arrow{color:var(--rt-copper)}.john .link-arrow{color:#F2C46F}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.value{padding:32px 28px;border-top:1px solid var(--line)}.value .num{font-size:12px;color:var(--gold-deep);font-weight:850;letter-spacing:.16em}.value h3{margin:18px 0 8px;color:var(--midnight);font-size:23px}.value p{margin:0;color:var(--slate)}
.band{background:var(--ivory);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta-panel{border-radius:32px;background:var(--midnight);color:white;padding:56px;display:flex;justify-content:space-between;align-items:center;gap:40px;position:relative;overflow:hidden}.cta-panel:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-80px;top:-100px;background:radial-gradient(circle,rgba(229,165,58,.22),transparent 70%)}.cta-panel h2{font-size:38px;line-height:1.08;letter-spacing:-.035em;margin:0 0 10px}.cta-panel p{margin:0;color:#C5CDD8;max-width:620px}
.page-hero{padding:92px 0 64px;background:linear-gradient(180deg,var(--ivory),var(--paper));border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(44px,7vw,72px);letter-spacing:-.052em;line-height:1;margin:12px 0 18px;color:var(--midnight)}.page-hero p{font-size:19px;color:var(--slate);max-width:720px;margin:0}
.rt-page{background:var(--rt-cream)}.rt-page .site-header{background:rgba(250,246,239,.9)}.rt-hero{padding:86px 0 70px}.rt-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.rt-lockup{display:flex;align-items:center;gap:14px;margin-bottom:28px}.rt-lockup img{width:70px}.rt-lockup b{font-size:38px;letter-spacing:-.04em;color:#151A21}.rt-hero h1{font-size:clamp(46px,7vw,76px);line-height:.99;letter-spacing:-.052em;margin:0 0 20px;color:#151A21}.rt-hero p{font-size:19px;color:#5C6571;max-width:630px}.rt-pill{display:inline-flex;margin-top:18px;padding:8px 12px;border-radius:999px;background:#F3E7DB;color:var(--rt-copper);font-weight:800;font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.phone-stack{position:relative;min-height:650px}.phone-shot{position:absolute;width:47%;border-radius:30px;box-shadow:0 28px 70px rgba(42,32,20,.18);border:1px solid #E1D7C9}.phone-shot.one{left:8%;top:10px;transform:rotate(-3deg)}.phone-shot.two{right:2%;top:70px;transform:rotate(3deg)}.phone-shot.three{left:26%;top:260px;transform:rotate(-.5deg)}
.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feature{background:rgba(255,255,255,.58);border:1px solid #E9DED0;border-radius:22px;padding:26px}.feature .icon{width:38px;height:38px;border-radius:12px;background:#F4E4D7;color:var(--rt-copper);display:grid;place-items:center;font-weight:900}.feature h3{margin:18px 0 8px;color:#151A21}.feature p{margin:0;color:#68717D}
.content-grid{display:grid;grid-template-columns:260px 1fr;gap:52px}.side-nav{position:sticky;top:112px;align-self:start}.side-nav a{display:block;padding:9px 0;color:var(--slate);font-size:14px}.side-nav a:hover{color:var(--midnight)}.prose h2{font-size:34px;letter-spacing:-.035em;color:var(--midnight);margin:0 0 14px}.prose h3{font-size:22px;color:var(--midnight);margin-top:32px}.prose p,.prose li{color:#596273}.prose section{padding:0 0 42px;border-bottom:1px solid var(--line);margin-bottom:42px}.prose ul{padding-left:20px}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.support-card{padding:30px;border:1px solid var(--line);border-radius:22px;background:white}.support-card img{width:46px;height:46px;margin-bottom:20px}.support-card h2,.support-card h3{color:var(--midnight);margin:0 0 8px}.support-card p{color:var(--slate);margin:0 0 18px}.support-card a{font-weight:750;color:var(--gold-deep)}
.site-footer{background:#08101D;color:#AFB8C7;padding:56px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.6fr);gap:50px}.footer-brand .brand-name{color:white}.footer-brand p{max-width:360px;font-size:14px}.footer-col h2{color:white;font-size:12px;letter-spacing:.14em;text-transform:uppercase}.footer-col a{display:block;padding:5px 0;font-size:14px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:42px;padding-top:22px;border-top:1px solid #1D293A;font-size:12px;color:#8792A3}
.notice{padding:18px 20px;border-radius:16px;background:#FFF7E6;border:1px solid #F3DFB8;color:#735219;font-size:14px}.muted{color:var(--slate)}
.reveal{opacity:0;transform:translateY(10px);transition:opacity .55s ease,transform .55s ease}.reveal.on{opacity:1;transform:none}
@media(max-width:900px){.nav-links{display:none;position:absolute;top:76px;left:20px;right:20px;background:white;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.menu-btn{display:block}.hero-grid,.product-grid,.rt-hero-grid,.content-grid{grid-template-columns:1fr}.hero{padding:76px 0}.hero-mark{min-height:320px}.product-card{min-height:430px}.values,.support-grid{grid-template-columns:1fr}.section-title{display:block}.section-title p{margin-top:18px}.phone-stack{min-height:590px}.side-nav{display:none}.footer-grid{grid-template-columns:1fr 1fr}.cta-panel{display:block}.cta-panel .actions{margin-top:24px}}
@media(max-width:620px){.container,.narrow{width:min(100% - 28px,var(--max))}.nav{height:68px}.brand img{width:35px;height:35px}.brand-name{font-size:18px}.hero h1{font-size:50px}.hero p{font-size:17px}.hero-mark{min-height:260px}.section{padding:66px 0}.product-card{padding:28px;min-height:400px;border-radius:26px}.page-hero{padding:68px 0 48px}.rt-hero{padding:58px 0}.phone-stack{min-height:490px}.phone-shot{width:54%;border-radius:22px}.phone-shot.one{left:0}.phone-shot.two{right:0}.phone-shot.three{left:23%;top:220px}.feature-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin:7px 0}.cta-panel{padding:36px 28px}.support-grid{grid-template-columns:1fr}}
