*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Space Grotesk',sans-serif;background:#000;color:#fff;-webkit-font-smoothing:antialiased;min-height:100vh;overflow-x:hidden}
.nov-banner{position:fixed;top:0;left:0;right:0;z-index:200;background:rgba(0,0,0,0.7);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,0.1);padding:8px 16px;text-align:center;font-size:11px;color:rgba(255,255,255,0.8);letter-spacing:0.05em}

.nov-nav{margin-top:32px;display:flex;align-items:stretch;height:64px;color:#fff;font-size:13px;letter-spacing:0.05em}
.nov-nav-l,.nov-nav-r{display:none;align-items:center;gap:16px;padding:0 16px}
@media(min-width:768px){.nov-nav-l,.nov-nav-r{display:flex}}
.nov-nav-l{padding-left:16px;padding-right:0}
.nov-nav-r{margin-left:auto;padding-right:16px;padding-left:0}
.nov-nav-c{flex:1;display:flex;align-items:center;justify-content:center}
.nov-logo{font-size:24px;font-weight:700;letter-spacing:0.18em;color:#fff}
.nov-vd{display:inline-block;width:1px;height:32px;background:rgba(255,255,255,0.35)}
.nov-divline{height:1px;background:rgba(255,255,255,0.35);margin:0 16px}

.nov-hero{position:relative;width:100%;height:calc(100vh - 96px);min-height:500px;overflow:hidden}
.nov-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:85% center;z-index:0}
@media(min-width:768px){.nov-hero-bg{object-position:75% center}}
@media(min-width:1024px){.nov-hero-bg{object-position:center}}
.nov-hero-content{position:relative;z-index:10;height:100%;padding:48px 32px 96px;display:flex;flex-direction:column;justify-content:flex-end}
.nov-h1{font-size:clamp(72px,16vw,192px);font-weight:900;line-height:0.85;letter-spacing:-0.05em;color:#fff;text-shadow:0 8px 60px rgba(0,0,0,0.6)}
.nov-hero-right{display:flex;flex-direction:column;align-items:flex-end;gap:16px;max-width:680px;margin-left:auto;margin-top:16px}
.nov-hero-p{font-size:16px;color:rgba(255,255,255,0.9);line-height:1.55;text-align:right}
@media(min-width:768px){.nov-hero-p{font-size:18px}}
.nov-cta{display:inline-flex;align-items:center;gap:0;background:#fff;color:#000;border:none;padding:0 0 0 20px;font-family:inherit;font-size:13px;font-weight:500;letter-spacing:0.05em;cursor:pointer;height:40px}
.nov-arr{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#000;color:#fff;margin-left:6px}
.nov-cta:hover{opacity:0.9}

.nov-rs{padding:128px 32px 96px;color:#fff}
.nov-rs-h2{font-size:clamp(36px,9vw,112px);font-weight:200;line-height:0.9;letter-spacing:-0.05em;text-transform:uppercase;display:flex;flex-direction:column;justify-content:center;text-align:left;margin-bottom:64px}
.nov-rs-h2 span{display:block}
.nov-rs-indent{margin-left:1.5em}
@media(min-width:768px){.nov-rs-indent{margin-left:3.5em}}

.nov-rs-grid{display:grid;grid-template-columns:1fr;gap:1px;background:rgba(255,255,255,0.25);border-top:1px solid rgba(255,255,255,0.25)}
@media(min-width:1024px){.nov-rs-grid{grid-template-columns:1fr 1fr;grid-auto-rows:minmax(280px,auto)}}
.nov-rs-toplines{display:none}
.nov-rs-card{background:#000;padding:48px;display:flex;flex-direction:column;gap:16px;justify-content:flex-start}
.nov-rs-card h3{font-size:24px;font-weight:400;color:#fff;line-height:1.1}
@media(min-width:768px){.nov-rs-card h3{font-size:30px}}
.nov-rs-card p{font-size:16px;color:rgba(255,255,255,0.65);line-height:1.6}
@media(min-width:1024px){.nov-rs-card p{font-size:18px}}
.nov-rs-vid{background:#000;padding:24px;height:300px}
@media(min-width:1024px){.nov-rs-vid{grid-row:span 2;height:auto}}
.nov-rs-vid video{width:100%;height:100%;object-fit:cover}
