.tour-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;justify-content:center;align-items:flex-start;padding:clamp(12px,3vw,28px) clamp(12px,2.5vw,20px);background:#04080ed1;overflow-y:auto;overscroll-behavior:contain;box-sizing:border-box}.tour-modal{width:100%;max-width:900px;margin:auto;border-radius:20px;overflow:hidden;background:#10141a;color:#fff;outline:none;box-shadow:0 24px 80px #0000008c;display:flex;flex-direction:column;box-sizing:border-box;max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px)}.tour-modal__hero{position:relative;height:clamp(180px,30vh,360px);flex:0 0 auto}.tour-modal__hero-img{width:100%;height:100%;object-fit:cover}.tour-modal__back,.tour-modal__close{position:absolute;top:16px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;cursor:pointer;font-family:var(--font-sans);font-size:14px;color:#fff;background:#040c138c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .2s ease}.tour-modal__back{left:16px;height:40px;padding:0 14px;border-radius:999px}.tour-modal__close{right:16px;width:40px;height:40px;padding:0;border-radius:50%}.tour-modal__back:hover,.tour-modal__close:hover{background:#040c13bf}.tour-modal__body{padding:24px 24px 28px;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-wrap:anywhere}.tour-modal__heading{margin-bottom:16px}.tour-modal__title{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:32px;font-weight:400;line-height:1.1;margin-bottom:8px}.tour-modal__title svg{flex-shrink:0;color:#ec5800}.tour-modal__subtitle{font-size:16px;line-height:1.45;color:#ffffffb8}.tour-modal__description{font-size:15px;line-height:1.6;color:#ffffffe0;margin-bottom:24px}.tour-modal__specs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:24px}.tour-modal__spec{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.tour-modal__spec-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#ec58001f;color:#ec5800}.tour-modal__spec-icon img{width:20px;height:20px;object-fit:contain}.tour-modal__spec-label{font-size:11px;line-height:1.3;color:#ffffff8c}.tour-modal__spec-value{font-size:13px;line-height:1.35;font-weight:600;color:#ec5800}.tour-modal__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:24px}.tour-modal__gallery-img{width:100%;height:clamp(120px,18vw,200px);object-fit:cover;border-radius:12px}.tour-modal__facts{margin-bottom:24px}.tour-modal__facts-title{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-size:20px;font-weight:400;margin-bottom:10px}.tour-modal__facts-title svg{flex-shrink:0;color:#ec5800}.tour-modal__facts-text{font-size:15px;line-height:1.6;color:#ffffffe0}.tour-modal__cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;border-radius:14px;background:#ec5800;color:#fff;font-family:var(--font-sans);font-size:16px;font-weight:600;text-decoration:none;transition:background .2s ease}.tour-modal__cta:hover{background:#f28c38}@media(min-width:1200px){.tour-modal{max-width:1100px}.tour-modal__body{padding:28px 32px 32px}}@media(max-width:900px){.tour-modal{max-width:96vw}.tour-modal__body{padding:22px 20px 26px}.tour-modal__specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.tour-modal__gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.tour-modal-overlay{padding:0;align-items:stretch}.tour-modal{max-width:none;height:100vh;height:100dvh;max-height:none;border-radius:0}.tour-modal__hero{height:clamp(160px,28vh,240px)}.tour-modal__body{padding:20px 16px 24px}.tour-modal__title{font-size:28px}.tour-modal__specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.tour-modal__gallery{grid-template-columns:1fr}.tour-modal__gallery-img{height:clamp(120px,34vw,160px)}}@media(max-width:380px){.tour-modal__gallery-img{height:120px}.tour-modal__spec-value{font-size:12px}}.page{background:#10141a}.page .hero-card{min-height:min(92vh,975px)}.page .hero-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top}.page .hero-overlay{background:linear-gradient(100deg,#020924b8,#090d1d59,#090d1d8c)}.page .hero-content{min-height:min(92vh,975px);padding:155px 0 48px}.page .hero-title{font-family:var(--font-display);font-size:clamp(40px,5vw,64px);font-weight:400;line-height:1.06;margin-bottom:20px}.page .hero-sub{font-family:var(--font-sans);font-size:18px;line-height:1.55;color:#ffffffbf;max-width:520px}.page .hero-stats{border-radius:16px;background:#040c138c;border:1px solid rgba(255,255,255,.06);padding:8px 4px}.page .stat-icon{background:#ec580026;color:#ec5800}.page .stat-value{font-family:var(--font-display);font-size:18px;font-weight:400}.page .stat-label{font-size:13px;color:#ffffffa6}.page section{padding:56px 0}.page .section-title{font-family:var(--font-display);font-size:32px;font-weight:400}.page .section-link{font-family:var(--font-display);font-size:16px;color:#ec5800}.page .tours-grid{gap:24px}.page .tour-card{position:relative;height:500px;border-radius:20px;overflow:hidden;background:#fff;box-shadow:none}.page .tour-card--interactive{cursor:pointer}.page .tour-card--clickable{cursor:pointer;transition:transform .15s ease}.page .tour-card--clickable:hover{transform:translateY(-2px)}.page .tour-card--clickable:focus-visible{outline:2px solid #ec5800;outline-offset:2px}.page .tour-card__image{width:100%;height:100%;object-fit:cover}.page .tour-card__panel{position:absolute;left:0;right:0;bottom:0;min-height:137px;padding:16px 20px;background:#040c1380;display:flex;flex-direction:column;justify-content:space-between}.page .tour-card__title{font-family:var(--font-display);font-size:32px;font-weight:400;line-height:1.1;color:#fff;margin-bottom:4px}.page .tour-card__sub{font-size:14px;color:#ffffffbf}.page .tour-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:12px}.page .tour-card__difficulty{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#fffc}.page .tour-card__bar{width:120px;height:6px;border-radius:999px;background:#ffffff26;overflow:hidden}.page .tour-card__bar-fill{height:100%;background:#ec5800;border-radius:999px}.page .tour-card__action{width:48px;height:48px;padding:0;border:none;border-radius:50%;background:#ec5800;color:#fff;cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;transition:background-color .15s ease}.page .tour-card__action:hover{background:#f28c38}.page .tour-card__action svg{width:20px;height:20px}.page .dot.active{background:#ec5800}.page .service-block{border-radius:20px;border-color:#4c5561}.page .service-card{background:#13161a}.page .service-item{flex-direction:column;align-items:flex-start;gap:12px;padding:18px;background:#ffffff05;border-color:#ffffff14}.page .service-icon{background:#ec58001f;color:#ec5800}.page .service-icon img{width:22px;height:22px;object-fit:contain;display:block}.page .service-item-title{font-family:var(--font-display);font-size:18px;font-weight:400}.page .founder-name{font-family:var(--font-sans);font-size:clamp(28px,3.2vw,38px);font-weight:600}.page .founder-text{font-size:clamp(15px,1.5vw,17px);line-height:1.7}.page .inspire-title{font-family:var(--font-display);font-size:20px;font-weight:400}.page .carousel-btn:hover{border-color:#ec5800;color:#ec5800}.page .home-cta{position:relative;min-height:324px;overflow:hidden;margin-top:0}.page .home-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.page .home-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#393f4e4d}.page .home-cta__content{position:relative;z-index:1;min-height:324px;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:48px 24px}.page .home-cta__text h2{font-family:var(--font-display);font-size:clamp(32px,4vw,48px);font-weight:400;margin-bottom:24px}.page .home-cta__text p{font-family:var(--font-display);font-size:20px;line-height:1.4;color:#ffffffeb}.page .home-cta__actions{display:flex;flex-wrap:wrap;gap:24px}.page .home-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;border-radius:10px;padding:20px 30px;font-family:var(--font-display);font-size:clamp(18px,2vw,28px);cursor:pointer;border:none;white-space:nowrap;color:#fff;text-decoration:none}.page .home-cta__btn img,.page .home-cta__btn svg{width:40px;height:40px;flex-shrink:0}.page .home-cta__btn--primary{background:#ec5800}.page .home-cta__btn--secondary{background:#ec580059;border:1px solid #ec5800;box-shadow:inset 0 0 30px #ec580040}.page footer{background:#10141a;border-top:1px solid rgba(255,255,255,.06);margin-top:0;padding:48px 0 24px}.page .footer-heading{font-family:var(--font-display);font-size:24px;font-weight:400;color:#fff}.page .footer-list a{font-family:var(--font-display);font-size:16px}.page .footer-logo-text{font-size:16px;line-height:1.55;color:#ffffffd9}.page .footer-quote{font-family:var(--font-display);font-size:32px;font-weight:400;color:#fff}.page .social-pill{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-color:#ffffff40;color:#fff;transition:border-color .2s ease,background .2s ease}.page .social-pill:hover{border-color:#ec5800;background:#ec58001f}@media(max-width:1024px){.page .hero-content{padding:120px 0 36px}.page .tour-card{height:440px}.page .tour-card__title{font-size:28px}.page .home-cta__content{flex-direction:column;align-items:flex-start;padding:36px 16px}.page .home-cta__actions{width:100%}}@media(max-width:900px){.page section{padding:40px 0}.page .section-title{font-size:26px}.page .tour-card{height:400px}.page .tour-card__title{font-size:24px}.page .home-cta__btn{flex:1;min-width:0;white-space:normal;padding:16px 20px;gap:12px}.page .home-cta__btn img,.page .home-cta__btn svg{width:32px;height:32px}}@media(max-width:768px){.page .hero-card{min-height:min(88vh,720px)}.page .hero-content{min-height:min(88vh,720px);padding:100px 0 28px}.page .hero-title{font-size:clamp(32px,8vw,40px);margin-bottom:14px}.page .hero-sub{font-size:15px}.page .section-title{font-size:24px}.page .tour-card{height:380px}.page .tour-card__panel{min-height:auto;padding:14px 16px}.page .tour-card__title{font-size:22px}.page .tour-card__action{width:44px;height:44px}.page .tour-card__action svg{width:18px;height:18px}.page .service-item-title{font-size:16px}.page .founder-name{font-size:24px}.page .founder-text{font-size:15px}.page .home-cta{min-height:auto}.page .home-cta__content{min-height:auto;padding:32px 16px}.page .home-cta__text h2{font-size:clamp(26px,6vw,32px);margin-bottom:16px}.page .home-cta__text p{font-size:16px}.page .home-cta__actions{flex-direction:column;gap:12px}.page .home-cta__btn{width:100%;justify-content:center;font-size:18px;padding:16px 20px}.page footer{padding:32px 0 20px}.page .footer-heading{font-size:20px}.page .footer-list a{font-size:14px}.page .footer-quote{font-size:22px}}@media(max-width:480px){.page .hero-content{padding:88px 0 20px}.page .tour-card{height:340px}.page .tour-card__title{font-size:20px}.page .tour-card__bar{width:100px}.page .home-cta__text p br{display:none}}.routes-page{min-height:100vh}.page .routes-hero .hero-content{justify-content:flex-start;gap:0}.routes-breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-family:var(--font-sans);font-size:14px;color:#ffffffb3}.routes-breadcrumbs a{color:#ffffffb3}.routes-breadcrumbs a:hover{color:#ec5800}.page .routes-hero__title{max-width:700px;margin-bottom:0}.routes-main-section{padding:56px 0}.routes-layout{display:grid;grid-template-columns:256px 1fr;gap:24px;align-items:start}.routes-filters{border:.7px solid #4c5561;border-radius:20px;background:#13161a;box-shadow:inset 0 0 15px 10px #24282b40;padding:18px 24px 28px;position:sticky;top:24px}.routes-filters__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.routes-filters__head h2{font-family:var(--font-display);font-size:16px;font-weight:700}.routes-filters__reset{border:none;background:none;color:#ec5800;font-size:16px;cursor:pointer;padding:0}.routes-filters__label,.routes-filters__group-title{font-size:16px;margin-bottom:12px}.routes-filters__group-title{font-weight:700;margin-top:24px}.routes-filters__select{position:relative;border:1px solid #676b7c;border-radius:10px;padding:12px 16px}.routes-filters__select select{width:100%;border:none;background:transparent;color:#fff;font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;padding-right:24px}.routes-filters__select--compact{min-width:120px;padding:6px 32px 6px 10px}.routes-filters__arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:14px;height:7px;pointer-events:none}.routes-filters__checks{display:flex;flex-direction:column;gap:12px}.routes-filters__check{display:flex;align-items:center;gap:12px;font-size:16px;cursor:pointer}.routes-filters__check input{position:absolute;opacity:0;pointer-events:none}.routes-filters__box{width:20px;height:20px;border:2px solid #ec5800;border-radius:7px;flex-shrink:0}.routes-filters__check input:checked+.routes-filters__box{background:#ec580040;box-shadow:inset 0 0 0 2px #13161a}.routes-filters__range-labels{display:flex;justify-content:space-between;color:#f07933;font-size:14px;margin-bottom:8px}.routes-filters__range{width:100%;accent-color:#ec5800}.routes-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;font-size:16px;color:#ffffffd9}.routes-sort{display:flex;align-items:center;gap:12px}.page .routes-grid{gap:24px}@media(max-width:1200px){.routes-layout{grid-template-columns:1fr}}@media(max-width:900px){.routes-main-section{padding:40px 0}.routes-filters{position:static}.routes-toolbar{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:768px){.routes-main-section{padding:36px 0}.routes-filters{padding:16px 18px 22px}.routes-breadcrumbs{font-size:13px;flex-wrap:wrap}}:root{--bg: #0d1117;--bg-alt: #0b0d17;--card-bg: #111422;--card-bg-soft: #161a2a;--accent: #ec5800;--accent-soft: rgba(255, 107, 0, .15);--text: #f5f7ff;--text-muted: #9ca3b8;--border-radius-lg: 20px;--border-radius-md: 16px;--border-radius-sm: 12px;--max-width: 1280px;--font-sans: "Manrope", system-ui, sans-serif;--font-serif: "Playfair Display", Georgia, serif;--font-display: "Tenor Sans", Georgia, serif;--brand-500: #ec5800}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.page{min-height:100vh;background:var(--bg)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.header-wrap{position:fixed;inset:0 0 auto 0;z-index:50;background:#0e1218;border-bottom:1px solid rgba(255,255,255,.04)}.header-wrap--solid{position:relative;background:#0e1218}header{height:100px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}nav{justify-self:center;display:flex;align-items:center;gap:50px}.header-spacer{justify-self:end;width:100px}.header-burger{display:none;justify-self:end;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:10px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0a;cursor:pointer;z-index:60}.header-burger span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.header-burger--open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header-burger--open span:nth-child(2){opacity:0}.header-burger--open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;pointer-events:none;visibility:hidden}.mobile-nav--open{pointer-events:auto;visibility:visible}.mobile-nav__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#020617a6;opacity:0;transition:opacity .3s ease}.mobile-nav--open .mobile-nav__backdrop{opacity:1}.mobile-nav__panel{position:absolute;top:0;right:0;width:min(320px,88vw);height:100%;padding:100px 28px 32px;display:flex;flex-direction:column;gap:8px;background:#0e1218;border-left:1px solid rgba(255,255,255,.08);transform:translate(100%);transition:transform .3s ease}.mobile-nav--open .mobile-nav__panel{transform:translate(0)}.mobile-nav__panel a{font-family:var(--font-display);font-size:22px;line-height:1.3;color:#ffffff8c;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06);transition:color .2s ease}.mobile-nav__panel a:hover{color:#ffffffd9}.mobile-nav__panel a.active{color:#f2531b}.logo{justify-self:start;display:inline-flex;align-items:center;text-decoration:none;color:inherit;flex-shrink:0}.logo-img{height:48px;width:auto;display:block;flex-shrink:0;object-fit:contain}.logo-img--footer{height:56px}nav a{position:relative;font-family:var(--font-display);font-size:24px;line-height:30px;font-weight:400;color:#fff6;white-space:nowrap;transition:color .2s ease;padding-bottom:4px}nav a:hover{color:#ffffffbf}nav a.active{color:#f2531b}nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:#f2531b;border-radius:1px}.hero{padding-top:0;padding-bottom:0}.hero-card{position:relative;overflow:hidden;border-radius:0;min-height:min(88vh,760px);background:#111827;isolation:isolate}.hero-container{position:relative;z-index:1;height:100%;min-height:inherit}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.pexels.com/photos/1271619/pexels-photo-1271619.jpeg?auto=compress&cs=tinysrgb&w=1600);background-size:cover;background-position:center;filter:saturate(1.1);transform:scale(1.03)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0307128c 0,#03071240 40%,#030712bf)}.hero-content{min-height:min(88vh,760px);padding:120px 0 32px;display:flex;flex-direction:column;justify-content:space-between}.hero-text{max-width:560px}.hero-title{font-size:clamp(32px,4vw,48px);line-height:1.1;font-weight:800;margin-bottom:14px}.hero-sub{font-size:15px;line-height:1.5;color:var(--text-muted);max-width:420px}.hero-stats{display:flex;align-items:stretch;padding:4px 8px;border-radius:var(--border-radius-md);background:#0d1117b8;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.stat-card{flex:1;padding:14px 20px;display:flex;align-items:center;gap:12px;background:transparent;border:none}.stat-card--divider{border-right:1px solid rgba(255,255,255,.08)}.stat-icon{width:36px;height:36px;border-radius:10px;background:#ff6b001f;display:flex;align-items:center;justify-content:center;color:var(--accent);flex-shrink:0}.stat-icon img{width:20px;height:20px;object-fit:contain;display:block}.stat-label{font-size:12px;color:var(--text-muted);margin-top:2px}.stat-value{font-size:15px;font-weight:700;color:var(--text);line-height:1.2}section{padding:48px 0}.section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:20px}.section-title{font-size:24px;font-weight:700}.section-link{font-size:13px;color:var(--accent);cursor:pointer}.tours-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.tour-card{border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:0 16px 48px #00000073}.tour-image{position:relative;aspect-ratio:3 / 4.2;overflow:hidden}.tour-image img{width:100%;height:100%;object-fit:cover}.tour-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;background:linear-gradient(180deg,transparent 35%,rgba(5,7,13,.55) 65%,rgba(5,7,13,.92) 100%)}.tour-overlay-text{margin-bottom:4px}.tour-title{font-size:20px;font-weight:700;margin-bottom:4px}.tour-sub{font-size:13px;color:#f5f7ffbf}.tour-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.tour-reviews{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-muted)}.tour-star{color:var(--accent);font-size:14px}.tour-action{width:40px;height:40px;border-radius:999px;border:none;background:var(--accent);color:#1a0f00;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 24px #ff6b0066}.dots{margin-top:22px;display:flex;justify-content:center;gap:8px}.dot{width:6px;height:6px;border-radius:999px;background:#fff3}.dot.active{width:18px;background:var(--accent)}.service-block{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:0;border-radius:var(--border-radius-lg);overflow:hidden;background:#111827;border:1px solid rgba(255,255,255,.06)}.service-photo{min-height:280px;background:#111827}.service-photo img{width:100%;height:100%;min-height:280px;object-fit:cover}.service-card{padding:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;background:linear-gradient(145deg,#121826,#0d1117)}.service-item{border-radius:var(--border-radius-sm);padding:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);display:flex;align-items:flex-start;gap:12px}.service-icon{width:40px;height:40px;border-radius:10px;background:#ff6b001f;color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-icon img{width:22px;height:22px;object-fit:contain;display:block}.service-item-title{font-size:14px;font-weight:600;margin-bottom:4px}.service-item-desc{font-size:12px;color:var(--text-muted);line-height:1.4}.founder-banner-wrap{width:min(1520px,calc(100vw - 32px));margin:8px auto 0;padding:0 16px}.founder-card{position:relative;min-height:380px;border:1.5px solid #3d9eff;border-radius:4px;overflow:hidden;display:flex;align-items:stretch}.founder-card__photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center right}.founder-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0a1628 0%,#0a1628 30%,rgba(10,22,40,.94) 40%,rgba(10,22,40,.72) 52%,rgba(10,22,40,.35) 68%,rgba(10,22,40,.08) 82%,transparent 92%);pointer-events:none;z-index:1}.founder-card__body{position:relative;z-index:2;flex:0 0 46%;max-width:580px;padding:40px 48px;display:flex;flex-direction:column;justify-content:center;gap:16px}.founder-name{font-family:var(--font-sans);font-size:clamp(26px,3vw,36px);font-weight:600;line-height:1.2;color:#fff}.founder-text{font-size:clamp(14px,1.4vw,16px);color:#fff;line-height:1.65;max-width:none}.founder-ribbon{position:absolute;top:18px;right:-58px;width:220px;padding:7px 0;background:#000;color:#fff;font-size:12px;font-family:var(--font-sans);letter-spacing:.08em;text-align:center;transform:rotate(45deg);z-index:3}.inspire-carousel{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:8px}.carousel-btn{width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:var(--text-muted);font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.carousel-btn:hover{border-color:var(--accent);color:var(--accent)}.inspire-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.inspire-card{border-radius:var(--border-radius-lg);overflow:hidden}.inspire-image{position:relative;aspect-ratio:3 / 4.2;overflow:hidden}.inspire-image img{width:100%;height:100%;object-fit:cover}.inspire-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;background:linear-gradient(180deg,transparent 50%,rgba(5,7,13,.85) 100%)}.inspire-title{font-size:16px;font-weight:700}.inspire-sub{font-size:12px;color:#f5f7ffb3;margin-top:4px}.cta{margin-top:28px;border-radius:24px;overflow:hidden;position:relative;background:#111827}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(https://images.pexels.com/photos/1168742/pexels-photo-1168742.jpeg?auto=compress&cs=tinysrgb&w=1600);background-size:cover;background-position:center;transform:scale(1.02)}.cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f172af5 0,#0f172ae6 45%,#0f172ab3 70%,#0f172ad9)}.cta-content{position:relative;z-index:1;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.cta-text{display:flex;flex-direction:column;gap:6px}.cta-title{font-size:20px;font-weight:700}.cta-sub{font-size:13px;color:var(--text-muted);max-width:360px;line-height:1.5}.cta-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;font-size:13px;border-radius:999px;border:none;cursor:pointer;white-space:nowrap}.btn-primary{background:linear-gradient(90deg,#ffb347,#ff6b00);color:#111827;font-weight:600;box-shadow:0 12px 30px #f8711673}.btn-secondary{background:#0d1117d9;color:var(--text);border:1px solid rgba(255,107,0,.45)}footer{margin-top:40px;padding:32px 0 16px;background:#020617;border-top:1px solid rgba(148,163,184,.2);font-size:12px;color:#9ca3af}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:28px;padding-bottom:24px;border-bottom:1px solid rgba(55,65,81,.5)}.footer-logo{display:flex;flex-direction:column;gap:10px}.footer-logo-text{max-width:280px;line-height:1.6}.footer-address{font-size:12px;color:var(--text-muted);margin-top:-4px}.footer-socials{display:flex;gap:10px;margin-top:4px}.social-pill{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:#030712cc;color:#e5e7eb;transition:border-color .2s ease,color .2s ease,background .2s ease}.social-pill:hover{border-color:#ec5800cc;color:#fff;background:#ec58001f}.footer-heading{font-size:13px;font-weight:600;margin-bottom:10px;color:#e5e7eb}.footer-list{display:flex;flex-direction:column;gap:6px}.footer-list a{color:#9ca3af}.footer-bottom{padding-top:16px;text-align:center;color:#6b7280;font-size:11px;line-height:1.6}.footer-quote{margin-bottom:6px;color:#e5e7eb;font-size:15px;font-weight:500}.figma-compare{display:grid;grid-template-columns:1fr 1fr;height:100vh;background:#020617}.figma-compare__panel{display:flex;flex-direction:column;min-height:0;border-right:1px solid rgba(255,255,255,.08)}.figma-compare__panel--proto{border-right:none}.figma-compare__label{padding:8px 12px;font-size:12px;color:var(--text-muted);background:#0b0d17;border-bottom:1px solid rgba(255,255,255,.06)}.figma-compare__frame{flex:1;width:100%;border:none;background:#05070d}@media(max-width:1200px){nav{gap:28px}nav a{font-size:20px}}@media(max-width:1024px){.tours-grid,.inspire-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-block{grid-template-columns:1fr}.founder-card{min-height:280px}.founder-card__photo{object-position:72% center}.founder-card__body{flex:0 0 52%;max-width:none;padding:32px 36px}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-stats{flex-wrap:wrap}.stat-card{flex:1 1 calc(50% - 8px);min-width:140px}.stat-card--divider{border-right:none}.stat-card:nth-child(odd){border-right:1px solid rgba(255,255,255,.08)}.stat-card:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.inspire-carousel{grid-template-columns:1fr}.carousel-btn{display:none}.cta-content{flex-direction:column;align-items:flex-start}}@media(max-width:992px){header{grid-template-columns:1fr auto;height:72px}.header-nav,.header-spacer{display:none}.header-burger{display:flex}.logo-img{height:40px}.logo-img--footer{height:48px}}@media(max-width:768px){.container{padding:0 16px}section{padding:36px 0}.section-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:16px}.section-title{font-size:22px}.hero-card{min-height:min(85vh,640px)}.hero-content{min-height:min(85vh,640px);padding:96px 0 24px;gap:24px}.hero-sub{font-size:14px}.hero-stats{flex-direction:column;padding:4px}.stat-card{flex:none;width:100%;border-right:none!important;border-bottom:1px solid rgba(255,255,255,.08)}.stat-card:last-child{border-bottom:none}.service-card{grid-template-columns:1fr}.founder-banner-wrap{width:calc(100vw - 24px);padding:0 8px}.founder-card{min-height:auto;flex-direction:column;background:#0a1628}.founder-card__photo{position:relative;order:2;width:100%;height:auto;aspect-ratio:5 / 4;object-fit:cover;object-position:78% 42%;flex-shrink:0}.founder-card__overlay{display:none}.founder-card__body{order:1;position:relative;flex:none;width:100%;max-width:none;padding:24px 20px 16px;background:#0a1628}.founder-name{font-size:24px}.founder-text{font-size:15px;line-height:1.65}.founder-ribbon{top:14px;right:-64px;width:200px;font-size:11px}.footer-top{grid-template-columns:1fr;gap:24px}.footer-quote{font-size:20px}.figma-compare{grid-template-columns:1fr;height:auto}.figma-compare__frame{min-height:70vh}.tours-grid,.inspire-grid{grid-template-columns:1fr}.cta-actions{width:100%}.cta-actions .btn{flex:1;min-width:0;white-space:normal;text-align:center}}@media(max-width:480px){.mobile-nav__panel{width:100%;padding-top:88px}.hero-title{font-size:28px}.stat-value{font-size:14px}.stat-label{font-size:11px}.founder-card__photo{aspect-ratio:4 / 3;object-position:82% 40%}.founder-card__body{padding:20px 16px 14px}.founder-name{font-size:22px}.founder-text{font-size:14px}.founder-ribbon{top:12px;right:-68px;width:180px;font-size:10px}}
