:root { --rk-black:#070707; --rk-white:#f7f7f5; --rk-orange:#f27f0d; --rk-line:rgba(255,255,255,.17); }
.rk-page { margin:0; background:var(--rk-black); color:var(--rk-white); font-family:"Barlow",Arial,sans-serif; }
.rk-shell { width:min(100% - 3rem,88rem); margin-inline:auto; }
.rk-header { position:absolute; z-index:30; inset:0 0 auto; display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:3rem; padding:1.35rem max(1.5rem,calc((100vw - 88rem)/2)); border-bottom:1px solid rgba(255,255,255,.12); background:rgba(7,7,7,.74); backdrop-filter:blur(12px); }
.rk-header .brand__mark { width:3.25rem; height:3.25rem; }
.rk-header .brand__name { font-size:1.55rem; }
.rk-nav { display:flex; align-items:center; gap:2.4rem; }
.rk-nav a { color:#fff; font-size:.79rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; text-decoration:none; }
.rk-nav a:hover { color:var(--rk-orange); }
.rk-header-cta,.rk-button { display:inline-flex; align-items:center; justify-content:center; min-height:3.75rem; padding:.9rem 1.4rem; font-size:.88rem; font-weight:800; letter-spacing:.07em; text-transform:uppercase; text-decoration:none; transition:transform .2s ease; }
.rk-header-cta,.rk-button--orange { background:var(--rk-orange); color:var(--rk-black); }
.rk-header-cta:hover,.rk-button:hover { transform:translateY(-2px); }
.rk-page h1,.rk-page h2 { margin:0; font-family:"Bebas Neue",Impact,sans-serif; font-weight:400; text-transform:uppercase; }

.rk-hero { display:grid; grid-template-columns:1fr 1fr; min-height:100svh; background:var(--rk-black); }
.rk-hero__content { display:flex; flex-direction:column; justify-content:center; padding:clamp(3rem,5vw,6rem); }
.rk-hero h1 { display:flex; flex-direction:column; font-size:clamp(4.5rem,6.4vw,7.5rem); line-height:.82; letter-spacing:-.02em; }
.rk-hero h1 strong { color:var(--rk-orange); font-weight:400; }
.rk-hero__content>p { max-width:34rem; margin:2rem 0 1.7rem; color:rgba(255,255,255,.77); font-size:1.12rem; line-height:1.55; }
.rk-hero__facts { display:flex; flex-wrap:wrap; gap:.8rem 1.7rem; margin-top:2rem; color:rgba(255,255,255,.68); font-size:.78rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.rk-hero__facts span+span::before { content:"·"; margin-right:1.7rem; color:var(--rk-orange); }
.rk-hero__media { overflow:hidden; }
.rk-hero__media img { width:100%; height:100%; object-fit:cover; filter:saturate(.72) brightness(.78) contrast(1.12); }

.rk-product { padding:clamp(5rem,9vw,9rem) 0; background:var(--rk-white); color:var(--rk-black); }
.rk-product h2 { max-width:20ch; font-size:clamp(4rem,6.2vw,6.2rem); line-height:.86; }
.rk-product h2 strong { color:var(--rk-orange); font-weight:400; }
.rk-product__intro { max-width:42rem; margin:2rem 0 3.5rem; font-size:1.2rem; line-height:1.55; }
.rk-product__grid { display:grid; grid-template-columns:minmax(15rem,.62fr) minmax(0,1.55fr); align-items:stretch; gap:2rem; }
.rk-feature-list { margin:0; padding:0; border-block:1px solid rgba(7,7,7,.28); list-style:none; }
.rk-feature-list li { display:grid; grid-template-columns:3rem 1fr; align-items:center; gap:1rem; min-height:6rem; padding:1rem 1.5rem 1rem 0; border-bottom:1px solid rgba(7,7,7,.22); }
.rk-feature-list li:last-child { border-bottom:0; }
.rk-feature-list span { color:var(--rk-orange); font-family:"Bebas Neue",sans-serif; font-size:2rem; }
.rk-feature-list strong { font-size:1.08rem; line-height:1.15; }
.rk-product__photo { width:100%; height:min(44vw,35rem); overflow:hidden; }
.rk-product__photo img { width:100%; height:100%; object-fit:cover; }

.rk-manifesto { padding:clamp(5rem,9vw,9rem) 0; background:var(--rk-black); }
.rk-manifesto__grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(4rem,8vw,8rem); }
.rk-manifesto h2 { font-size:clamp(4rem,5.5vw,6rem); line-height:.86; }
.rk-manifesto h2 strong { color:var(--rk-orange); font-weight:400; }
.rk-manifesto__grid ul { margin:3rem 0 2rem; padding:0; border-top:1px solid var(--rk-orange); list-style:none; }
.rk-manifesto__grid li { padding:1rem 0; border-bottom:1px solid rgba(242,127,13,.58); font-size:1.15rem; font-weight:800; }
.rk-manifesto__grid p { max-width:35rem; color:rgba(255,255,255,.74); font-size:1.1rem; line-height:1.5; }
.rk-manifesto__grid p strong { color:var(--rk-orange); }
.rk-manifesto__media { display:grid; gap:1rem; margin-top:3rem; }
.rk-manifesto__image { width:100%; height:22rem; object-fit:cover; }
.rk-manifesto__image--1 { grid-row:1; }
.rk-manifesto__image--2 { grid-row:2; }
.rk-manifesto__quote { display:flex; align-items:end; min-height:15rem; padding:2rem; border:1px solid rgba(242,127,13,.55); font-family:"Bebas Neue",sans-serif; font-size:clamp(2.6rem,4vw,4rem); line-height:.95; text-transform:uppercase; }

.rk-route { padding:clamp(4.5rem,8vw,7rem) 0; background:var(--rk-orange); color:var(--rk-black); }
.rk-route__heading { display:flex; align-items:end; justify-content:space-between; gap:2rem; }
.rk-route h2 { font-size:clamp(4rem,7vw,7rem); line-height:.85; }
.rk-route__heading p { max-width:25rem; margin:0; font-size:1rem; font-weight:800; text-transform:uppercase; }
.rk-route__days { display:grid; grid-template-columns:repeat(2,1fr); margin:3rem 0 0; padding:0; border-block:2px solid var(--rk-black); list-style:none; }
.rk-route__days li { display:grid; grid-template-columns:5rem 1fr; align-items:center; gap:1.5rem; padding:1.5rem 1.75rem; border-right:1px solid rgba(7,7,7,.45); border-bottom:1px solid rgba(7,7,7,.45); }
.rk-route__days li:nth-child(even) { border-right:0; }
.rk-route__days li:nth-last-child(-n+2) { border-bottom:0; }
.rk-route__days span { font-family:"Bebas Neue",sans-serif; font-size:3rem; line-height:1; }
.rk-route__days small { font-size:.7rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.rk-route__days strong { font-size:1.35rem; line-height:1.1; }

.rk-clarity { padding:clamp(5rem,9vw,9rem) 0; background:var(--rk-white); color:var(--rk-black); }
.rk-clarity__grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(3rem,10vw,10rem); }
.rk-clarity h2 { font-size:clamp(3.5rem,6vw,6rem); line-height:.9; margin-bottom:2rem; }
.rk-clarity__card { border:2px solid rgba(7,7,7,.15); border-radius:1.5rem; padding:2.5rem; }
.rk-clarity ul { margin:0; padding:0; list-style:none; }
.rk-clarity li { position:relative; padding:1rem 2rem 1rem 0; border-bottom:1px solid rgba(7,7,7,.25); font-size:1.05rem; font-weight:700; }
.rk-clarity li:last-child { border-bottom:0; }
.rk-clarity li::after { content:"+"; position:absolute; right:0; color:var(--rk-orange); font-size:1.3rem; }
.rk-clarity__grid>div:last-child li::after { content:"—"; }

.rk-access { padding:clamp(5rem,9vw,8rem) 0; background:var(--rk-black); }
.rk-access h2 { font-size:clamp(4rem,7.5vw,7.5rem); line-height:.86; }
.rk-access h2 strong { display:block; color:var(--rk-orange); font-weight:400; }
.rk-timeline { display:grid; grid-template-columns:repeat(4,1fr); margin:4rem 0 0; padding:0; border-top:2px solid var(--rk-orange); list-style:none; }
.rk-timeline li { position:relative; padding:2rem 2rem 0 0; }
.rk-timeline li::before { content:""; position:absolute; top:-.55rem; left:0; width:1rem; height:1rem; background:var(--rk-orange); }
.rk-timeline span { display:block; color:var(--rk-orange); font-family:"Bebas Neue",sans-serif; font-size:5rem; line-height:1; margin-bottom:.5rem; }
.rk-timeline p { max-width:13rem; font-size:1.1rem; font-weight:800; line-height:1.25; }
.rk-access__note { margin:3rem 0 0; padding-top:1.2rem; border-top:1px solid var(--rk-line); color:rgba(255,255,255,.65); }

.rk-purchase { padding:clamp(4rem,8vw,7rem) 0; background:var(--rk-white); color:var(--rk-black); }
.rk-purchase__grid { display:grid; grid-template-columns:.7fr 1.3fr; align-items:end; gap:clamp(3rem,8vw,8rem); }
.rk-purchase__price { display:block; font-family:"Bebas Neue",sans-serif; font-size:clamp(9rem,18vw,18rem); line-height:.7; }
.rk-purchase__grid>div:first-child p { margin:1.8rem 0 0; font-weight:800; text-transform:uppercase; }
.rk-purchase h2 { margin-bottom:2rem; font-size:clamp(4rem,7vw,7rem); line-height:.84; }
.rk-purchase .rk-button--black { width:100%; background:var(--rk-black); color:#fff; }
.rk-purchase .rk-button--disabled { cursor:not-allowed; color:rgba(255,255,255,.76); }
.rk-purchase__payment { margin:1rem 0 0; font-size:.85rem; font-weight:700; }
.rk-footer { padding:2.5rem 0; background:var(--rk-black); color:var(--rk-white); }
.rk-footer .rk-shell { display:flex; align-items:center; justify-content:space-between; gap:2rem; }
.rk-footer .brand__mark { width:2.7rem; height:2.7rem; }
.rk-footer .brand__name { font-size:1.25rem; }
.rk-footer p { margin:0; color:rgba(255,255,255,.5); font-size:.75rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }

@media (max-width:980px) {
 .rk-header { grid-template-columns:minmax(0,1fr) auto auto; gap:1rem; } .rk-nav { display:none; }
 .rk-hero { grid-template-columns:1fr; } .rk-hero__media { min-height:25rem; }
 .rk-product__grid { grid-template-columns:1fr; }
 .rk-feature-list { display:grid; grid-template-columns:1fr 1fr; }
 .rk-feature-list li:nth-child(odd) { border-right:1px solid rgba(7,7,7,.22); }
 .rk-manifesto__grid { grid-template-columns:1fr; }
 .rk-route__heading { align-items:start; flex-direction:column; }
 .rk-clarity__grid,.rk-timeline,.rk-purchase__grid { grid-template-columns:1fr; }
}
@media (max-width:700px) {
 .rk-shell { width:min(100% - 2rem,88rem); } .rk-header { gap:.45rem; padding:.9rem 1rem; }
 .rk-header .brand { min-width:0; } .rk-header .brand__mark { width:2.75rem; height:2.75rem; } .rk-header .brand__name { font-size:1.12rem; white-space:nowrap; }
 .rk-mobile-menu .mobile-menu__label { display:none; }
 .rk-mobile-menu .mobile-menu__summary { width:2.75rem; justify-content:center; gap:0; padding:0; }
 .rk-header-cta { min-height:2.75rem; padding:.55rem .6rem; font-size:.58rem; }
 .rk-hero__media { min-height:20rem; } .rk-hero__content { padding:3.5rem 1rem; }
 .rk-hero h1 { font-size:clamp(4rem,18vw,6rem); }
 .rk-product h2,.rk-manifesto h2,.rk-access h2 { font-size:clamp(3.7rem,16vw,5.5rem); }
 .rk-feature-list,.rk-route__days,.rk-clarity__grid,.rk-timeline { grid-template-columns:1fr; }
 .rk-feature-list li:nth-child(odd) { border-right:0; }
 .rk-route__days li:nth-child(even) { border-right:1px solid rgba(7,7,7,.45); }
 .rk-route__days li:nth-last-child(-n+2) { border-bottom:1px solid rgba(7,7,7,.45); }
 .rk-route__days li:last-child { border-bottom:0; }
 .rk-timeline { border-top:0; }
 .rk-timeline li { display:grid; grid-template-columns:4rem 1fr; align-items:center; gap:1rem; padding:1rem 0; border-top:1px solid var(--rk-orange); }
 .rk-timeline li::before { display:none; }
 .rk-purchase__price { font-size:10rem; }
 .rk-footer .rk-shell { align-items:flex-start; flex-direction:column; }
}
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto !important; transition-duration:.01ms !important; } }
