@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";:root{--navy-deep: #012d3e;--navy: #013e53;--navy-mid: #015570;--gold: #bc955c;--gold-dark: #9a7a47;--gold-light: #d4b37e;--charcoal: #231f20;--surface: #FFFFFF;--surface-alt: #F5F2ED;--text-body: #231f20;--text-muted: #5a5656;--text-light: rgba(255, 255, 255, .72);--border: rgba(1, 62, 83, .1);--border-gold: rgba(188, 149, 92, .25);--success: #1a8c5e;--error: #c0392b;--info: #015570;--shadow-sm: 0 2px 8px rgba(1, 62, 83, .06);--shadow: 0 8px 24px rgba(1, 62, 83, .08);--shadow-lg: 0 18px 50px -20px rgba(1, 62, 83, .18);--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 100px;--font-display: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--container-max: 1160px;--ease: cubic-bezier(.2, .8, .2, 1)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.12;letter-spacing:-.01em;color:var(--charcoal)}h1{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;line-height:1.08;letter-spacing:-.02em}h2{font-size:clamp(1.8rem,3.5vw,2.6rem)}h3{font-size:clamp(1.2rem,2vw,1.45rem)}h4{font-size:1rem;font-weight:700;letter-spacing:.04em}.ns-eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:12px}.ns-section-lead{max-width:620px;color:var(--text-muted);font-size:1.06rem;line-height:1.7}.ns-container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.ns-section{padding:100px 0;background:var(--surface)}.ns-section-alt{padding:100px 0;background:var(--surface-alt)}.ns-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:var(--radius-full);font-family:var(--font-body);font-weight:600;font-size:.95rem;text-decoration:none;cursor:pointer;border:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}.ns-btn:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.ns-btn svg{transition:transform .25s ease}.ns-btn:hover svg{transform:translate(4px)}.ns-btn-primary{background:var(--gold);color:var(--surface);box-shadow:0 8px 24px -8px #bc955c73}.ns-btn-primary:hover{transform:translateY(-2px);background:var(--gold-dark);box-shadow:0 12px 30px -8px #bc955c8c}.ns-btn-outline{background:transparent;color:var(--navy);border:1.5px solid var(--navy)}.ns-btn-outline:hover,.ns-btn-navy{background:var(--navy);color:var(--surface)}.ns-btn-navy:hover{transform:translateY(-2px);background:var(--navy-mid)}.ns-page-hero{padding:140px 0 70px;background:var(--surface-alt);border-bottom:1px solid var(--border)}.ns-page-hero h1{margin-bottom:12px}.ns-page-hero .ns-section-lead{margin-top:8px}.home-section-header{text-align:center;margin-bottom:50px}.home-section-header .ns-section-lead{margin:0 auto}.home-cta{padding:90px 0;background:var(--surface);border-top:3px solid var(--gold)}.home-cta-inner{text-align:center}.home-cta-inner h2{margin-bottom:14px}.home-cta-inner p{color:var(--text-muted);font-size:1.06rem;max-width:520px;margin:0 auto 28px}.svc-features{display:grid;gap:12px}.svc-features li{display:flex;align-items:flex-start;gap:10px;font-weight:500;font-size:.92rem;color:var(--navy)}.svc-features svg{width:18px;height:18px;color:var(--gold);flex-shrink:0;margin-top:3px}.ns-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s var(--ease)}.ns-reveal.visible{opacity:1;transform:none}.ns-reveal.d1{transition-delay:.1s}.ns-reveal.d2{transition-delay:.2s}.ns-reveal.d3{transition-delay:.3s}.ns-reveal.d4{transition-delay:.4s}.ns-reveal.d5{transition-delay:.5s}.home-hero{padding:140px 0 80px;background:var(--surface)}.home-hero-content h1,.home-hero-content .ws-hero-title{color:var(--charcoal)}.home-hero-content>p,.home-hero-content .home-hero-desc{color:var(--text-muted)}.home-hero-content .ns-eyebrow,.home-hero-content .ws-eyebrow{color:var(--gold-dark);border-color:var(--border-gold)}.home-hero-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:50px;align-items:center}.home-hero-desc{font-size:1.1rem;color:var(--text-muted);line-height:1.75;max-width:540px;margin:20px 0 32px}.home-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px}.home-trust-badges{display:flex;gap:20px;flex-wrap:wrap;padding-top:28px;border-top:1px solid var(--border)}.home-trust-badge{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:600;color:var(--navy)}.home-trust-badge svg{width:18px;height:18px;color:var(--gold)}.home-hero-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.home-hero-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;min-height:420px}.home-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-service-card{background:var(--surface);border-radius:var(--radius);padding:36px 28px;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.home-service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--border-gold)}.home-svc-icon{width:52px;height:52px;border-radius:12px;background:#013e5312;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:var(--navy)}.home-svc-icon svg{width:26px;height:26px}.home-service-card h3{font-size:1.2rem;margin-bottom:10px;color:var(--navy)}.home-service-card p{font-size:.92rem;color:var(--text-muted);line-height:1.6;margin-bottom:16px}.home-svc-link{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:var(--gold-dark);transition:color .2s ease}.home-svc-link:hover{color:var(--navy)}.home-svc-link svg{transition:transform .2s ease}.home-svc-link:hover svg{transform:translate(4px)}.home-storage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.home-storage-card{display:block;background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border);text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.home-storage-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.home-storage-img{height:180px;overflow:hidden}.home-storage-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.home-storage-card:hover .home-storage-img img{transform:scale(1.05)}.home-storage-body{padding:20px}.home-storage-body h3{font-size:1.1rem;margin-bottom:8px;color:var(--navy)}.home-storage-body p{font-size:.85rem;color:var(--text-muted);line-height:1.55}.home-about-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.home-about-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden}.home-about-visual img{width:100%;height:auto;border-radius:var(--radius-lg)}.home-about-badge{position:absolute;bottom:20px;right:20px;background:var(--navy);color:#fff;padding:20px 24px;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.home-about-badge-num{font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:4px}.home-about-badge-lbl{font-size:.72rem;font-weight:600;letter-spacing:.08em;color:#fff9}.home-about-copy h2{margin:10px 0 0}.home-about-copy p{margin:18px 0;color:var(--text-muted);font-size:1.02rem;line-height:1.7}.home-about-points{display:grid;gap:12px;margin-bottom:28px}.home-about-points li{display:flex;gap:10px;font-weight:500;color:var(--navy);font-size:.95rem}.home-about-points svg{width:20px;height:20px;color:var(--gold);flex-shrink:0;margin-top:2px}.about-story{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-story-img{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.about-story-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;min-height:350px}.about-story-content h2{margin:8px 0 0}.about-story-content p{margin:18px 0;color:var(--text-muted);font-size:1rem;line-height:1.75}.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.about-value-card{background:var(--surface);border-radius:var(--radius);padding:36px 24px;text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:transform .3s ease,box-shadow .3s ease}.about-value-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.about-value-icon{width:56px;height:56px;border-radius:50%;background:#013e5312;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;color:var(--navy)}.about-value-icon svg{width:26px;height:26px}.about-value-card h3{font-size:1.15rem;margin-bottom:10px;color:var(--navy)}.about-value-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.about-stat{text-align:center;padding:40px 20px;background:var(--surface-alt);border-radius:var(--radius);border:1px solid var(--border)}.about-stat-num{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;color:var(--gold);line-height:1;margin-bottom:8px}.about-stat-lbl{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.svc-detail{display:grid;gap:50px;align-items:center}.svc-detail-row,.svc-detail-row-reverse{grid-template-columns:1fr 1fr}.svc-detail-row-reverse .svc-detail-img{order:2}.svc-detail-row-reverse .svc-detail-content{order:1}.svc-detail-img{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.svc-detail-img img{width:100%;height:360px;-o-object-fit:cover;object-fit:cover}.svc-detail-content .ns-eyebrow{color:var(--gold);font-size:.9rem;font-weight:800}.svc-detail-content h2{margin:8px 0 16px;font-size:clamp(1.5rem,2.5vw,2rem)}.svc-detail-content>p{color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:24px}.stor-type{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.stor-type-reverse{direction:rtl}.stor-type-reverse>*{direction:ltr}.stor-type-img{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.stor-type-img img{width:100%;height:380px;-o-object-fit:cover;object-fit:cover}.stor-type-content h2{font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:16px}.stor-type-content>p{color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:24px}.stor-specs{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stor-spec{text-align:center;padding:16px 8px;background:var(--surface-alt);border-radius:var(--radius-sm);border:1px solid var(--border)}.ns-section-alt .stor-spec{background:var(--surface)}.stor-spec-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:4px}.stor-spec-value{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--navy)}.contact-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:50px;align-items:start}.contact-info{display:grid;gap:0}.contact-info-row{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid var(--border);align-items:flex-start}.contact-info-row-last{border-bottom:none}.contact-info-row svg{width:22px;height:22px;color:var(--gold-dark);flex-shrink:0;margin-top:2px}.contact-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--text-muted);margin-bottom:4px}.contact-value{font-weight:600;font-size:1rem;color:var(--charcoal)}.contact-value a{transition:color .2s ease}.contact-value a:hover{color:var(--gold-dark)}.contact-form-card{background:var(--surface-alt);padding:44px;border-radius:var(--radius-lg);border:1px solid var(--border)}.contact-form-card h2{font-size:1.5rem;margin-bottom:8px}.contact-form-card>p{color:var(--text-muted);font-size:.95rem;margin-bottom:28px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--charcoal);margin-bottom:6px}.form-group .req{color:var(--error)}.form-group input,.form-group textarea{width:100%;padding:13px 16px;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.95rem;color:var(--charcoal);background:var(--surface);transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #bc955c26}.form-group input::-moz-placeholder,.form-group textarea::-moz-placeholder{color:var(--text-muted);opacity:.6}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted);opacity:.6}.form-group textarea{resize:vertical;min-height:120px}.contact-submit{width:100%;justify-content:center}.form-msg{margin-top:20px;padding:14px 20px;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500}.form-msg-success{background:#1a8c5e14;color:var(--success);border:1px solid rgba(26,140,94,.2)}.form-msg-error{background:#c0392b14;color:var(--error);border:1px solid rgba(192,57,43,.2)}.form-error{color:var(--error);font-size:.82rem;margin-top:4px}@media(max-width:1024px){.home-hero-inner{grid-template-columns:1fr;text-align:center}.home-hero-desc{margin-left:auto;margin-right:auto}.home-hero-actions,.home-trust-badges{justify-content:center}.home-hero-visual img{min-height:300px}.home-services-grid,.home-storage-grid{grid-template-columns:repeat(2,1fr)}.home-about-inner{grid-template-columns:1fr;gap:40px}.about-values-grid,.about-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.about-story{grid-template-columns:1fr;gap:40px}.about-story-img img{min-height:260px}.svc-detail-row,.svc-detail-row-reverse{grid-template-columns:1fr}.svc-detail-row-reverse .svc-detail-img,.svc-detail-row-reverse .svc-detail-content{order:0}.svc-detail-img img{height:280px}.stor-type{grid-template-columns:1fr}.stor-type-reverse{direction:ltr}.stor-type-img img{height:280px}.stor-specs{grid-template-columns:repeat(2,1fr)}.contact-inner{grid-template-columns:1fr}.contact-form-card{padding:32px 24px}}@media(max-width:768px){.ns-section,.ns-section-alt{padding:70px 0}.ns-page-hero{padding:120px 0 50px}}@media(max-width:640px){.ns-section,.ns-section-alt{padding:56px 0}.ns-page-hero{padding:110px 0 40px}.home-hero{padding:120px 0 60px}.home-services-grid,.home-storage-grid{grid-template-columns:1fr}.home-trust-badges{gap:14px}.home-trust-badge{font-size:.78rem}.about-values-grid{grid-template-columns:1fr}.about-stats-grid{grid-template-columns:1fr 1fr}.contact-form-card{padding:24px 20px}}@media(max-width:480px){.stor-specs{grid-template-columns:1fr 1fr;gap:10px}}@media(prefers-reduced-motion:reduce){.ns-reveal{opacity:1;transform:none;transition:none}}
