.hero--prop-a .hero-title,.hero--prop-b .hero-title{display:flex}.hero--prop-b .hero-title-line{font-size:clamp(44px, 6.4vw, 96px)}.hero--prop-a .hero-subtitle,.hero--prop-b .hero-subtitle{display:block!important}.hero-loaded .hero--prop-a .hero-title .hero-title-line:first-child,.hero-loaded .hero--prop-b .hero-title .hero-title-line:first-child{animation:heroFadeUp .7s var(--hero-ease) .15s forwards}.hero-loaded .hero--prop-a .hero-title .hero-title-line:nth-child(2),.hero-loaded .hero--prop-b .hero-title .hero-title-line:nth-child(2){animation:heroFadeUp .7s var(--hero-ease) .25s forwards}.hero-loaded .hero--prop-a .hero-title .hero-title-line:nth-child(3),.hero-loaded .hero--prop-b .hero-title .hero-title-line:nth-child(3){animation:heroFadeUp .7s var(--hero-ease) .35s forwards}.hero-loaded .hero--prop-a .hero-title .hero-title-line:nth-child(4),.hero-loaded .hero--prop-b .hero-title .hero-title-line:nth-child(4){animation:heroFadeUp .7s var(--hero-ease) .45s forwards}.hero-loaded .hero--prop-a .hero-pretitle,.hero-loaded .hero--prop-b .hero-pretitle{animation:heroFadeUp .5s var(--hero-ease) 0s forwards}.hero-loaded .hero--prop-a .hero-sep,.hero-loaded .hero--prop-b .hero-sep{animation:heroSepDraw .6s var(--hero-ease) .75s forwards}.hero-loaded .hero--prop-a .hero-subtitle,.hero-loaded .hero--prop-b .hero-subtitle{animation:heroFadeIn .6s ease 1.05s forwards}.hero-loaded .hero--prop-a .hero-actions,.hero-loaded .hero--prop-b .hero-actions{animation:heroFadeUp .5s var(--hero-ease) 1.25s forwards}.hero-loaded .hero--prop-a .hero-badges,.hero-loaded .hero--prop-b .hero-badges{animation:heroFadeIn .4s ease 1.45s forwards}@media (prefers-reduced-motion:reduce){.hero--prop-a .hero-actions,.hero--prop-a .hero-badges,.hero--prop-a .hero-pretitle,.hero--prop-a .hero-subtitle,.hero--prop-a .hero-title-line,.hero--prop-b .hero-actions,.hero--prop-b .hero-badges,.hero--prop-b .hero-pretitle,.hero--prop-b .hero-subtitle,.hero--prop-b .hero-title-line{opacity:1!important;transform:none!important;animation:none!important}.hero--prop-a .hero-sep,.hero--prop-b .hero-sep{opacity:1!important;width:60px!important;animation:none!important}}.hero--prop-a{display:grid;grid-template-columns:50% 50%;min-height:90vh;background:var(--hero-top);overflow:hidden}.hero-col-text{position:relative;background:linear-gradient(180deg,var(--hero-top) 0,var(--hero-bottom) 100%);display:flex;align-items:center;overflow:hidden;box-shadow:4px 0 24px rgba(0,0,0,.55);z-index:1}.hero-col-text::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:80px 80px;pointer-events:none;z-index:0}.hero-col-grain{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.22) 1px,transparent 1px);background-size:3px 3px;opacity:.028;pointer-events:none;z-index:0}.hero-col-text .hero-glow{position:absolute;top:-20%;left:-30%;right:auto;width:500px;height:500px}.hero-text-inner{position:relative;z-index:1;padding:clamp(40px,5vh,72px) clamp(28px,5vw,60px);width:100%}.hero--prop-a .hero-title-line{font-size:clamp(32px, 4.4vw, 68px)}.hero-col-photos{position:relative;overflow:hidden;background:#070d18}.photo-grid{display:grid;grid-template-columns:58% 42%;grid-template-rows:55% 45%;gap:6px;padding:6px;height:100%;box-sizing:border-box}.photo-zone{position:relative;overflow:hidden;border-radius:3px;cursor:default}.photo-zone-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s cubic-bezier(.4, 0, .2, 1);display:block}.photo-zone:hover .photo-zone-img{transform:scale(1.06)}.photo-zone--1{background:linear-gradient(145deg,#1c2b3a 0,#0e1a26 100%)}.photo-zone--2{background:linear-gradient(145deg,#1a2230 0,#0d1520 100%)}.photo-zone--3{background:linear-gradient(145deg,#1e2c1e 0,#0f1c10 100%)}.photo-zone--4{background:linear-gradient(145deg,#2a1f1a 0,#160f0c 100%)}.photo-zone-overlay{position:absolute;inset:0;z-index:1;transition:opacity .35s ease}.photo-zone--1 .photo-zone-overlay{background:rgba(247,148,29,.15)}.photo-zone--2 .photo-zone-overlay{background:rgba(10,15,28,.2)}.photo-zone--3 .photo-zone-overlay{background:rgba(10,15,28,.15)}.photo-zone--4 .photo-zone-overlay{background:rgba(10,15,28,.3)}.photo-zone:hover .photo-zone-overlay{opacity:.7}.photo-zone::after{content:'';position:absolute;bottom:0;left:0;right:0;height:55%;background:linear-gradient(to top,rgba(8,12,22,.8) 0,transparent 100%);z-index:2;pointer-events:none}.photo-zone-label{position:absolute;bottom:14px;left:14px;z-index:3;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.85);display:flex;align-items:center;gap:8px;line-height:1}.photo-zone-label::before{content:'';display:inline-block;width:6px;height:6px;background:#f7941d;border-radius:1px;flex-shrink:0}.photo-placeholder-text{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:rgba(255,255,255,.18);font-family:Inter,sans-serif;font-size:11px;font-weight:500;letter-spacing:.08em;text-align:center;text-transform:uppercase;padding:20px}.photo-placeholder-text svg{width:32px;height:32px;opacity:.3}@media (max-width:900px){.hero--prop-a{display:flex;flex-direction:column;min-height:auto}.hero-col-text{box-shadow:none;padding-block:48px}.hero-text-inner{padding:40px 24px}.hero--prop-a .hero-title-line{font-size:clamp(36px, 8vw, 60px)}.hero-col-photos{height:auto}.photo-grid{display:flex;flex-direction:column;gap:6px;padding:6px;height:auto}.photo-zone{height:300px;border-radius:4px}}.hero--prop-b{position:relative;overflow:hidden}.hero-bg-photo{position:absolute;inset:0;z-index:0}.hero-bg-photo img{width:100%;height:100%;object-fit:cover;object-position:65% center;display:block}.hero-bg-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(10,15,28,.82) 0,rgba(10,15,28,.78) 38%,rgba(10,15,28,.52) 56%,rgba(10,15,28,.2) 75%,rgba(10,15,28,.06) 100%)}.hero-bg-grid{position:absolute;inset:0;z-index:2;background-image:linear-gradient(rgba(255,255,255,.014) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);background-size:80px 80px;pointer-events:none}.hero-bg-grain-b{position:absolute;inset:0;z-index:2;background-image:radial-gradient(circle,rgba(255,255,255,.18) 1px,transparent 1px);background-size:3px 3px;opacity:.022;pointer-events:none}.hero-vsep{position:absolute;left:46%;top:8%;bottom:8%;width:1px;background:linear-gradient(to bottom,transparent 0,rgba(255,255,255,.14) 20%,rgba(255,255,255,.14) 80%,transparent 100%);z-index:3}.hero-photo-credit{position:absolute;bottom:20px;right:24px;z-index:4;font-family:Inter,sans-serif;font-size:11px;font-weight:300;letter-spacing:.06em;color:rgba(255,255,255,.42);font-style:italic;pointer-events:none}.hero--prop-b .hero-inner{position:relative;z-index:4;max-width:600px;margin-inline:0;padding-block:clamp(64px,10vh,120px);padding-left:clamp(32px,5.5vw,80px);padding-right:40px}.hero--prop-b .hero-title-line{text-shadow:0 2px 28px rgba(0,0,0,.75)}.hero--prop-b .hero-subtitle{text-shadow:0 1px 12px rgba(0,0,0,.55)}.hero--prop-b .hero-glow{top:-20%;left:-20%;right:auto}@media (max-width:768px){.hero-vsep{display:none}.hero-photo-credit{display:none}.hero--prop-b{min-height:auto}.hero-bg-overlay{background:rgba(10,15,28,.88)}.hero--prop-b .hero-inner{max-width:100%;padding-block:clamp(48px,8vh,80px);padding-left:20px;padding-right:20px}.hero--prop-b .hero-title-line{font-size:clamp(38px, 11vw, 60px)}.hero--prop-b .hero-bg-photo img{object-position:35% center}}.demo-label{position:fixed;top:12px;left:50%;transform:translateX(-50%);z-index:9000;background:rgba(247,148,29,.15);border:1px solid rgba(247,148,29,.4);color:#f7941d;font-family:Inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:6px 16px;border-radius:30px;backdrop-filter:blur(8px);pointer-events:none}