:root{--nordin-red:#c41e3a;--nordin-red-hover:#a3182e;--nordin-red-light:#c41e3a1a;--nordin-charcoal:#1a1a1a;--nordin-dark-gray:#1f1f1f;--nordin-gray:#323232;--nordin-medium-gray:#666;--nordin-light-gray:#e5e7eb;--nordin-off-white:#f8f9fa;--nordin-white:#fff;--color-primary:var(--nordin-red);--color-primary-hover:var(--nordin-red-hover);--color-text:var(--nordin-charcoal);--color-text-muted:var(--nordin-medium-gray);--color-background:var(--nordin-white);--color-surface:var(--nordin-off-white);--color-border:var(--nordin-light-gray);--color-success:#059669;--color-warning:#d97706;--color-error:#dc2626;--color-info:#0284c7;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif:Georgia, "Times New Roman", serif;--line-height-tight:1.1;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 25px #00000026;--transition-fast:.15s ease;--transition-normal:.2s ease;--transition-slow:.3s ease}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-background);font-size:16px;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--nordin-red)}:focus-visible{outline:2px solid var(--nordin-red);outline-offset:2px}::selection{background-color:var(--nordin-red-light);color:var(--nordin-charcoal)}#root{min-height:100vh}.btn{justify-content:center;align-items:center;gap:var(--spacing-sm);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background-color:var(--nordin-red);color:var(--nordin-white)}.btn-primary:hover{background-color:var(--nordin-red-hover);color:var(--nordin-white)}.btn-secondary{background-color:var(--nordin-light-gray);color:var(--nordin-charcoal)}.btn-secondary:hover{background-color:#d1d5db}.btn-outline:hover{background-color:var(--nordin-red);color:var(--nordin-white)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.property-card,.staff-card,.card{will-change:transform}.gallery-main,.lightbox-content{contain:layout paint}img[loading=lazy]{background-color:var(--nordin-light-gray)}.skip-link{background:var(--nordin-red);color:var(--nordin-white);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);z-index:9999;transition:top var(--transition-fast);position:absolute;top:-100%;left:50%;transform:translate(-50%)}.skip-link:focus{top:var(--spacing-sm)}@media print{.public-nav,.public-footer,.btn,.hero-cta,.flexmls-cta{display:none!important}body{color:#000;background:#fff;font-size:12pt}a{color:#000;text-decoration:underline}.container{max-width:100%;padding:0}}.heading-display{letter-spacing:-.02em;font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:1.2}.heading-sans{font-family:var(--font-sans);letter-spacing:-.01em;font-weight:600;line-height:1.3}.container{width:100%;max-width:1200px;padding:0 var(--spacing-md);margin:0 auto}@media (width>=768px){.container{padding:0 var(--spacing-lg)}}.section{padding:var(--spacing-2xl) 0}@media (width>=768px){.section{padding:5rem 0}}@media (width>=1024px){.section{padding:6rem 0}}.public-nav{z-index:10000;background-color:var(--nordin-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;border-bottom:1px solid #0000000d;position:sticky;top:0;box-shadow:0 2px 20px #00000014}.nav-container{justify-content:space-between;align-items:center;height:80px;display:flex}.nav-logo{transition:transform var(--transition-fast);align-items:center;text-decoration:none;display:flex}.nav-logo:hover{transform:scale(1.02)}.nav-logo img{width:auto;height:72px}.nav-links{align-items:center;gap:var(--spacing-xl);display:none}@media (width>=1024px){.nav-links{display:flex}}.public-nav .nav-link{color:#333;background:0 0;border:none;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;position:relative}.public-nav .nav-link:after{content:"";background:var(--nordin-red);width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.public-nav .nav-link:hover{color:var(--nordin-red);background:0 0}.public-nav .nav-link:hover:after{width:100%}.public-nav .nav-link.active{color:var(--nordin-red);background:0 0!important}.public-nav .nav-link.active:after{width:100%}.nav-cta{align-items:center;gap:var(--spacing-sm);background:linear-gradient(135deg, var(--nordin-red) 0%, #e63950 100%);color:var(--nordin-white);transition:all var(--transition-fast);border-radius:50px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 15px #c41e3a4d}.nav-cta:hover{color:var(--nordin-white);transform:translateY(-2px);box-shadow:0 6px 20px #c41e3a66}.nav-toggle{cursor:pointer;padding:var(--spacing-sm);background:0 0;border:none;flex-direction:column;gap:6px;display:flex}@media (width>=1024px){.nav-toggle{display:none}}.nav-toggle span{background-color:var(--nordin-charcoal);width:26px;height:2px;transition:all var(--transition-normal);border-radius:2px;display:block}.nav-toggle.open span:first-child{transform:rotate(45deg)translate(6px,6px)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.nav-mobile{background-color:var(--nordin-white);padding:var(--spacing-xl);z-index:9999;display:none;position:fixed;inset:80px 0 0;overflow-y:auto}.nav-mobile.open{display:block}@media (width>=1024px){.nav-mobile{display:none!important}}.nav-mobile-link{color:var(--nordin-charcoal);padding:var(--spacing-md) 0;border-bottom:1px solid var(--nordin-light-gray);transition:all var(--transition-fast);font-size:1.25rem;font-weight:500;text-decoration:none;display:block}.nav-mobile-link:hover{color:var(--nordin-red);padding-left:var(--spacing-sm)}.nav-mobile-cta{background:linear-gradient(135deg, var(--nordin-red) 0%, #e63950 100%);color:var(--nordin-white);text-align:center;padding:var(--spacing-md) var(--spacing-lg);margin-top:var(--spacing-xl);border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;display:block}.nav-mobile-cta:hover{color:var(--nordin-white)}.breadcrumbs{background-color:var(--nordin-off-white);border-bottom:1px solid var(--nordin-light-gray);padding:var(--spacing-sm) 0}.breadcrumb-list{align-items:center;gap:var(--spacing-sm);flex-wrap:wrap;margin:0;padding:0;font-size:.85rem;list-style:none;display:flex}.breadcrumb-item{align-items:center;gap:var(--spacing-sm);color:var(--nordin-medium-gray);display:flex}.breadcrumb-item:not(:last-child):after{content:"›";color:var(--nordin-light-gray)}.breadcrumb-link{color:var(--nordin-medium-gray);transition:color var(--transition-fast);text-decoration:none}.breadcrumb-link:hover{color:var(--nordin-red)}.breadcrumb-current{color:var(--nordin-charcoal);font-weight:500}.public-footer{color:var(--nordin-charcoal);padding:5rem 0 var(--spacing-lg);border-top:1px solid var(--nordin-light-gray);background:linear-gradient(#f8f9fa 0%,#fff 100%)}.footer-grid{gap:var(--spacing-xl);margin-bottom:var(--spacing-xl);display:grid}@media (width>=768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand{max-width:320px}.footer-logo{margin-bottom:var(--spacing-md)}.footer-logo img{width:auto;height:78px}.footer-tagline{color:var(--nordin-medium-gray);margin-bottom:var(--spacing-lg);font-family:Georgia,serif;font-size:1.15rem;font-style:italic}.footer-contact-item{align-items:flex-start;gap:var(--spacing-sm);margin-bottom:var(--spacing-md);color:var(--nordin-charcoal);font-size:.95rem;display:flex}.footer-contact-item svg{width:20px;height:20px;color:var(--nordin-red);flex-shrink:0;margin-top:2px}.footer-contact-item a{color:var(--nordin-charcoal);transition:color var(--transition-fast);text-decoration:none}.footer-contact-item a:hover{color:var(--nordin-red)}.footer-section h4{color:var(--nordin-charcoal);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-sm);font-size:.85rem;font-weight:700;position:relative}.footer-section h4:after{content:"";background:var(--nordin-red);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:var(--spacing-sm);color:var(--nordin-charcoal)}.footer-links a{color:var(--nordin-medium-gray);transition:all var(--transition-fast);font-size:.95rem;text-decoration:none;display:inline-block}.footer-links a:hover{color:var(--nordin-red);transform:translate(4px)}.footer-social{gap:var(--spacing-md);margin-top:var(--spacing-lg);display:flex}.footer-social a{background:var(--nordin-white);border:2px solid var(--nordin-light-gray);width:44px;height:44px;color:var(--nordin-charcoal);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.footer-social a:hover{background:var(--nordin-red);border-color:var(--nordin-red);color:var(--nordin-white);transform:translateY(-3px)}.footer-social svg{width:20px;height:20px}.footer-hours{flex-direction:column;gap:.75rem;display:flex}.footer-hours-row{flex-direction:column;gap:.15rem;display:flex}.footer-hours-day{color:var(--nordin-medium-gray);font-size:.9rem}.footer-hours-time{color:var(--nordin-charcoal);font-size:.95rem;font-weight:600}.footer-bottom{gap:var(--spacing-md);padding-top:var(--spacing-xl);border-top:1px solid var(--nordin-light-gray);flex-direction:column;font-size:.9rem;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer-copyright{color:var(--nordin-medium-gray)}.footer-powered{color:var(--nordin-medium-gray);font-size:.9rem}.footer-powered a{color:var(--nordin-medium-gray);transition:color var(--transition-fast);text-decoration:none}.footer-powered a:hover{color:var(--nordin-red)}.footer-legal{gap:var(--spacing-lg);display:flex}.footer-legal a{color:var(--nordin-medium-gray);transition:color var(--transition-fast);text-decoration:none}.footer-legal a:hover{color:var(--nordin-red)}.card{background:var(--nordin-white);border-radius:var(--radius-xl);border:1px solid #0000000a;transition:all .4s cubic-bezier(.165,.84,.44,1);overflow:hidden;box-shadow:0 4px 20px #00000014}.card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.card-image{aspect-ratio:4/3;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.card:hover .card-image img{transform:scale(1.08)}.card-body{padding:var(--spacing-lg)}.card-title{color:var(--nordin-charcoal);margin-bottom:var(--spacing-sm);font-size:1.15rem;font-weight:600}.card-text{color:var(--nordin-medium-gray);font-size:.95rem;line-height:1.7}.property-card{background:var(--nordin-white);border-radius:var(--radius-xl);border:1px solid #0000000a;transition:all .4s cubic-bezier(.165,.84,.44,1);overflow:hidden;box-shadow:0 4px 20px #00000014}.property-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.property-card-image{aspect-ratio:4/3;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);position:relative;overflow:hidden}.property-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.property-card:hover .property-card-image img{transform:scale(1.08)}.property-badge{top:var(--spacing-md);left:var(--spacing-md);background:linear-gradient(135deg, var(--nordin-red) 0%, #e63950 100%);color:var(--nordin-white);text-transform:uppercase;letter-spacing:.05em;border-radius:50px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;position:absolute;box-shadow:0 4px 15px #c41e3a4d}.property-badge.pending{background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%);box-shadow:0 4px 15px #f59e0b4d}.property-badge.sold{background:linear-gradient(135deg,#6b7280 0%,#9ca3af 100%);box-shadow:0 4px 15px #6b72804d}.property-card-body{padding:var(--spacing-lg)}.property-price{color:var(--nordin-charcoal);margin-bottom:var(--spacing-xs);background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #333 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.property-address{color:var(--nordin-medium-gray);margin-bottom:var(--spacing-md);font-size:.95rem}.property-specs{gap:var(--spacing-lg);color:var(--nordin-medium-gray);padding-top:var(--spacing-md);border-top:1px solid var(--nordin-light-gray);font-size:.9rem;display:flex}.property-spec{align-items:center;gap:var(--spacing-xs);display:flex}.property-spec strong{color:var(--nordin-charcoal);font-weight:600}.btn{position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg, var(--nordin-red) 0%, #e63950 100%);color:var(--nordin-white);border:none;box-shadow:0 4px 15px #c41e3a4d}.btn-primary:hover{color:var(--nordin-white);transform:translateY(-2px);box-shadow:0 6px 25px #c41e3a66}.btn-secondary{background:var(--nordin-white);color:var(--nordin-charcoal);border:2px solid var(--nordin-light-gray)}.btn-secondary:hover{border-color:var(--nordin-charcoal);transform:translateY(-2px)}.btn-outline{border:2px solid var(--nordin-red);color:var(--nordin-red);background-color:#0000}.btn-outline:hover{background:linear-gradient(135deg, var(--nordin-red) 0%, #e63950 100%);color:var(--nordin-white);transform:translateY(-2px)}.btn-lg{border-radius:50px;padding:1rem 2.5rem;font-size:1.05rem}.btn-sm{border-radius:50px;padding:.5rem 1.25rem;font-size:.875rem}.hero{background-color:var(--nordin-charcoal);min-height:85vh;color:var(--nordin-white);text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;display:flex;position:relative}.hero:before{content:"";background:linear-gradient(#0000004d 0%,#00000080 50%,#000000b3 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:900px;padding:var(--spacing-xl);position:relative}.hero-tagline{margin-bottom:var(--spacing-lg);text-shadow:0 4px 30px #0000004d;font-family:Georgia,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-style:italic;font-weight:400;line-height:1.1}.hero-subtitle{opacity:.95;margin-bottom:var(--spacing-xl);text-shadow:0 2px 10px #0003;max-width:650px;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2vw,1.4rem);line-height:1.7}.hero-cta{gap:var(--spacing-md);flex-wrap:wrap;justify-content:center;display:inline-flex}.announcement-banner{background:linear-gradient(135deg, var(--nordin-red) 0%, #e63950 100%);color:var(--nordin-white);padding:var(--spacing-sm) var(--spacing-md);text-align:center;font-size:.95rem;font-weight:500}.announcement-banner a{color:var(--nordin-white);font-weight:700;text-decoration:underline}.announcement-banner a:hover{color:var(--nordin-white);opacity:.9}.announcement-banner.info{background:linear-gradient(135deg,#0284c7 0%,#38bdf8 100%)}.announcement-banner.warning{background:linear-gradient(135deg,#d97706 0%,#fbbf24 100%)}.announcement-banner.success{background:linear-gradient(135deg,#059669 0%,#34d399 100%)}.staff-carousel-section{background:linear-gradient(180deg, #fff 0%, var(--nordin-off-white) 100%)}.staff-carousel-wrapper{align-items:center;gap:var(--spacing-md);display:flex;position:relative}.staff-carousel{flex:1;overflow:hidden}.staff-carousel-track{transition:transform .5s cubic-bezier(.165,.84,.44,1);display:flex}.staff-carousel-item{padding:0 var(--spacing-sm);box-sizing:border-box}.staff-card{background:var(--nordin-white);border-radius:var(--radius-xl);text-align:center;border:1px solid #0000000a;transition:all .4s cubic-bezier(.165,.84,.44,1);overflow:hidden;box-shadow:0 4px 20px #00000014}.staff-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.staff-card-image{aspect-ratio:1;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);overflow:hidden}.staff-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.staff-card:hover .staff-card-image img{transform:scale(1.08)}.staff-card-body{padding:var(--spacing-xl) var(--spacing-md)}.staff-card-name{color:var(--nordin-charcoal);margin-bottom:var(--spacing-xs);font-family:Georgia,serif;font-size:1.35rem;font-weight:400}.staff-card-title{color:var(--nordin-red);margin-bottom:var(--spacing-sm);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:500}.staff-card-phone{color:var(--nordin-charcoal);transition:color var(--transition-fast);font-size:.95rem;font-weight:500;text-decoration:none;display:inline-block}.staff-card-phone:hover{color:var(--nordin-red)}.carousel-arrow{background:var(--nordin-white);width:50px;height:50px;color:var(--nordin-charcoal);cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 15px #0000001a}.carousel-arrow:hover:not(:disabled){background:var(--nordin-red);color:var(--nordin-white);transform:scale(1.1)}.carousel-arrow:disabled{opacity:.3;cursor:not-allowed}.carousel-arrow svg{width:22px;height:22px}@media (width<=640px){.carousel-arrow{display:none}}.carousel-dots{justify-content:center;gap:var(--spacing-sm);margin-top:var(--spacing-xl);display:flex}.carousel-dot{background:var(--nordin-light-gray);cursor:pointer;width:12px;height:12px;transition:all var(--transition-fast);border:none;border-radius:50%;padding:0}.carousel-dot:hover{background:var(--nordin-medium-gray);transform:scale(1.2)}.carousel-dot.active{background:linear-gradient(135deg, var(--nordin-red) 0%, #e63950 100%);transform:scale(1.3)}@media (width>=768px){.welcome-grid{grid-template-columns:1fr 1fr!important}}.welcome-image{border-radius:var(--radius-xl);aspect-ratio:4/3;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);overflow:hidden;box-shadow:0 20px 40px #0000001a}.welcome-image img{object-fit:cover;width:100%;height:100%}.section-title{text-align:center;margin-bottom:var(--spacing-2xl)}.section-title h2{margin-bottom:var(--spacing-md);color:var(--nordin-charcoal);font-size:clamp(2rem,4vw,3rem)}.section-title p{color:var(--nordin-medium-gray);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.7}.section-title .accent-line{background:linear-gradient(90deg, var(--nordin-red), #e63950);width:60px;height:3px;margin:var(--spacing-md) auto;border-radius:2px}.stats-grid{gap:var(--spacing-xl);text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.stat-item{padding:var(--spacing-xl)}.stat-number{color:var(--nordin-red);margin-bottom:var(--spacing-sm);font-size:3.5rem;font-weight:700;line-height:1.1}.listings-hero{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #2a2a2a 100%);color:var(--nordin-white);text-align:center;padding:4rem 0}.listings-hero h1{margin-bottom:var(--spacing-sm);font-size:clamp(2rem,5vw,3rem)}.listings-hero p{opacity:.9;margin-bottom:var(--spacing-lg);font-size:1.1rem}.listings-search{gap:var(--spacing-sm);max-width:600px;margin:0 auto;display:flex}.search-input{border:none;border-radius:50px;flex:1;padding:1rem 1.25rem;font-size:1rem;box-shadow:0 4px 20px #0003}.search-input:focus{outline:none;box-shadow:0 4px 25px #c41e3a4d}.listings-disclaimer{background-color:var(--nordin-off-white);padding:var(--spacing-md);border-bottom:1px solid var(--nordin-light-gray);color:var(--nordin-medium-gray);text-align:center;font-size:.9rem}.filters-bar{margin-bottom:var(--spacing-lg);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--nordin-light-gray);justify-content:space-between;align-items:center;display:flex}.filters-toggle{align-items:center;gap:var(--spacing-sm);border:2px solid var(--nordin-light-gray);background:var(--nordin-white);cursor:pointer;transition:all var(--transition-fast);border-radius:50px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:500;display:flex;position:relative}.results-count{color:var(--nordin-medium-gray);font-size:.9rem}.sort-select{border:2px solid var(--nordin-light-gray);background:var(--nordin-white);cursor:pointer;transition:border-color var(--transition-fast);border-radius:50px;padding:.75rem 2.5rem .75rem 1rem;font-size:.9rem}.filters-panel{background:var(--nordin-off-white);padding:var(--spacing-lg);border-radius:var(--radius-lg);margin-bottom:var(--spacing-lg);border:1px solid var(--nordin-light-gray)}.filters-grid{gap:var(--spacing-md);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.filter-group label{margin-bottom:var(--spacing-xs);color:var(--nordin-charcoal);font-size:.85rem;font-weight:600;display:block}.filter-group select{border:2px solid var(--nordin-light-gray);border-radius:var(--radius-md);width:100%;transition:border-color var(--transition-fast);padding:.75rem;font-size:.9rem}.clear-filters{margin-top:var(--spacing-md);color:var(--nordin-red);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.listings-grid{gap:var(--spacing-xl);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.no-results h2{margin-bottom:var(--spacing-sm)}.pagination{justify-content:center;align-items:center;gap:var(--spacing-sm);margin-top:var(--spacing-2xl);flex-wrap:wrap;display:flex}.pagination-page{border:2px solid var(--nordin-light-gray);background:var(--nordin-white);cursor:pointer;width:44px;height:44px;transition:all var(--transition-fast);border-radius:50%;font-size:.95rem;font-weight:500}.pagination-ellipsis{padding:0 var(--spacing-xs);color:var(--nordin-medium-gray)}.flexmls-section{text-align:center;margin-top:var(--spacing-2xl);padding:var(--spacing-2xl);background:linear-gradient(135deg, var(--nordin-off-white) 0%, #fff 100%);border-radius:var(--radius-xl);border:1px solid var(--nordin-light-gray)}.flexmls-section h2{margin-bottom:var(--spacing-sm);font-size:1.35rem}.flexmls-section p{color:var(--nordin-medium-gray);margin-bottom:var(--spacing-md)}.status-banner{padding:var(--spacing-md);text-align:center;text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:700}.listing-detail{padding:var(--spacing-xl) 0 4rem}.listing-detail .gallery,.listing-detail .gallery-placeholder{margin-bottom:2rem}@media (width>=768px){.listing-detail .gallery,.listing-detail .gallery-placeholder{margin-bottom:2.5rem}}.gallery{margin-bottom:var(--spacing-xl)}.gallery-main{aspect-ratio:16/10;border-radius:var(--radius-xl);cursor:zoom-in;background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);position:relative;overflow:hidden;box-shadow:0 10px 40px #00000026}.gallery-main img{object-fit:cover;width:100%;height:100%}.gallery-counter{bottom:var(--spacing-md);right:var(--spacing-md);color:var(--nordin-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000bf;border-radius:50px;padding:.4rem 1rem;font-size:.85rem;font-weight:500;position:absolute}.gallery-arrow{cursor:pointer;width:50px;height:50px;color:var(--nordin-charcoal);transition:all var(--transition-fast);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 15px #00000026}.gallery-arrow:hover:not(:disabled){background:var(--nordin-white);color:var(--nordin-red);transform:translateY(-50%)scale(1.1)}.gallery-arrow:disabled{opacity:.5;cursor:not-allowed}.gallery-arrow-left{left:var(--spacing-md)}.gallery-arrow-right{right:var(--spacing-md)}.gallery-thumbs{gap:var(--spacing-sm);margin-top:var(--spacing-md);padding-bottom:var(--spacing-sm);display:flex;overflow-x:auto}.gallery-thumb{border-radius:var(--radius-md);cursor:pointer;width:90px;height:68px;transition:all var(--transition-fast);background:0 0;border:3px solid #0000;flex-shrink:0;padding:0;overflow:hidden}.gallery-thumb.active{border-color:var(--nordin-red);box-shadow:0 0 0 2px #c41e3a33}.gallery-thumb:hover{border-color:var(--nordin-medium-gray)}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.gallery-placeholder{aspect-ratio:16/10;border-radius:var(--radius-xl);background:linear-gradient(135deg,#f0f0f0 0%,#e0e0e0 100%);overflow:hidden}.gallery-placeholder img{object-fit:cover;width:100%;height:100%}.lightbox{z-index:1000;padding:var(--spacing-lg);background:#000000f7;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightbox-close{top:var(--spacing-lg);right:var(--spacing-lg);width:50px;height:50px;color:var(--nordin-white);cursor:pointer;z-index:1001;transition:all var(--transition-fast);background:#ffffff1a;border:none;border-radius:50%;font-size:1.5rem;position:absolute}.lightbox-close:hover{background:#fff3;transform:scale(1.1)}.lightbox-content{text-align:center;max-width:90vw;max-height:85vh}.lightbox-content img{object-fit:contain;border-radius:var(--radius-md);max-width:100%;max-height:80vh}.lightbox-caption{color:var(--nordin-white);margin-top:var(--spacing-md);font-size:.95rem}.lightbox-arrow{width:56px;height:56px;color:var(--nordin-white);cursor:pointer;transition:all var(--transition-fast);background:#ffffff1a;border:none;border-radius:50%;font-size:2rem;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-arrow:hover:not(:disabled){background:#fff3;transform:translateY(-50%)scale(1.1)}.lightbox-arrow:disabled{opacity:.3;cursor:not-allowed}.lightbox-arrow-left{left:var(--spacing-lg)}.lightbox-arrow-right{right:var(--spacing-lg)}.lightbox-counter{bottom:var(--spacing-lg);color:var(--nordin-white);background:#00000080;border-radius:50px;padding:.5rem 1rem;font-size:.95rem;position:absolute;left:50%;transform:translate(-50%)}.listing-content{gap:var(--spacing-xl);display:grid}@media (width>=1024px){.listing-content{grid-template-columns:1fr 380px}}.listing-header{gap:var(--spacing-sm);padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--nordin-light-gray);margin-bottom:var(--spacing-lg);flex-direction:column;display:flex}@media (width>=768px){.listing-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.listing-title{margin-bottom:var(--spacing-xs);font-family:Georgia,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400}.listing-address{color:var(--nordin-medium-gray);font-size:1.05rem}.listing-price{color:var(--nordin-red);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.listing-stats{gap:var(--spacing-xl);padding:var(--spacing-lg) 0;border-bottom:1px solid var(--nordin-light-gray);margin-bottom:var(--spacing-lg);flex-wrap:wrap;display:flex}.listing-stat{text-align:center;min-width:90px}.stat-value{color:var(--nordin-charcoal);font-size:1.75rem;font-weight:700;display:block}.stat-label{color:var(--nordin-medium-gray);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.listing-section{margin-bottom:var(--spacing-xl)}.listing-section h2{margin-bottom:var(--spacing-md);color:var(--nordin-charcoal);padding-bottom:var(--spacing-sm);border-bottom:2px solid var(--nordin-red);font-family:Georgia,serif;font-size:1.35rem;font-weight:400;display:inline-block}.feature-list{gap:var(--spacing-sm);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));padding:0;list-style:none;display:grid}.feature-list li{align-items:center;gap:var(--spacing-sm);color:var(--nordin-medium-gray);padding:var(--spacing-xs) 0;display:flex}.feature-list li:before{content:"✓";background:var(--nordin-red-light);width:22px;height:22px;color:var(--nordin-red);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.detail-grid{gap:var(--spacing-md);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));display:grid}.detail-item{padding:var(--spacing-md) 0;border-bottom:1px solid var(--nordin-light-gray)}.detail-item dt{color:var(--nordin-medium-gray);margin-bottom:var(--spacing-xs);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.detail-item dd{color:var(--nordin-charcoal);margin:0;font-size:1.05rem;font-weight:600}.listing-sidebar{gap:var(--spacing-lg);flex-direction:column;display:flex}.contact-card{background:linear-gradient(135deg, var(--nordin-off-white) 0%, #fff 100%);padding:var(--spacing-xl);border-radius:var(--radius-xl);border:1px solid var(--nordin-light-gray);margin-top:.5rem;box-shadow:0 4px 20px #0000000d}.contact-card h3{margin-bottom:var(--spacing-md);font-family:Georgia,serif;font-size:1.15rem;font-weight:400}.agent-card{align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);background:var(--nordin-white);border:1px solid var(--nordin-light-gray);border-radius:var(--radius-lg);transition:all var(--transition-fast);display:flex}.agent-card:hover{box-shadow:0 4px 15px #0000001a}.agent-photo{object-fit:cover;border:3px solid var(--nordin-light-gray);border-radius:50%;width:70px;height:70px}.agent-info h4{margin-bottom:var(--spacing-xs);font-size:1.05rem}.agent-phone,.agent-email{color:var(--nordin-red);font-size:.9rem;font-weight:500;text-decoration:none;display:block}.agent-phone:hover,.agent-email:hover{text-decoration:underline}.listing-disclaimer{color:var(--nordin-medium-gray);padding:var(--spacing-md);background:var(--nordin-off-white);border-radius:var(--radius-md);border:1px solid var(--nordin-light-gray);font-size:.85rem;line-height:1.6}.flexmls-cta{text-align:center;padding:var(--spacing-2xl);background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #2a2a2a 100%);color:var(--nordin-white);border-radius:var(--radius-xl);margin-top:var(--spacing-2xl)}.flexmls-cta h3{margin-bottom:var(--spacing-sm);font-family:Georgia,serif;font-size:1.35rem;font-weight:400}.flexmls-cta p{opacity:.9;margin-bottom:var(--spacing-lg)}.resources-hero{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #2a2a2a 100%);color:var(--nordin-white);text-align:center;padding:4rem 0}.resources-hero h1{margin-bottom:var(--spacing-sm);font-size:clamp(2rem,5vw,3rem)}.resources-hero p{opacity:.9;max-width:600px;margin:0 auto;font-size:1.15rem}.resources-grid{gap:var(--spacing-xl);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.resource-card{background:var(--nordin-white);border-radius:var(--radius-xl);padding:var(--spacing-xl);border:1px solid #0000000a;transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 4px 20px #00000014}.resource-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000001f}.resource-category{color:var(--nordin-charcoal);padding-bottom:var(--spacing-sm);border-bottom:3px solid var(--nordin-red);margin-bottom:var(--spacing-lg);font-family:Georgia,serif;font-size:1.35rem;font-weight:400;display:inline-block}.resource-list{margin:0;padding:0;list-style:none}.resource-list li{margin-bottom:0}.resource-link{align-items:flex-start;gap:var(--spacing-sm);padding:var(--spacing-md) 0;border-bottom:1px solid var(--nordin-light-gray);color:var(--nordin-charcoal);transition:all var(--transition-fast);text-decoration:none;display:flex}.resource-link:hover{color:var(--nordin-red);padding-left:var(--spacing-sm)}.resource-list li:last-child .resource-link{border-bottom:none}.resource-title{font-weight:600}.resource-description{color:var(--nordin-medium-gray);margin-top:var(--spacing-xs);font-size:.9rem;display:block}.resources-cta{background:linear-gradient(180deg, #fff 0%, var(--nordin-off-white) 100%);text-align:center;padding:5rem 0}.resources-cta h2{margin-bottom:var(--spacing-md);font-size:1.75rem}.resources-cta p{color:var(--nordin-medium-gray);margin-bottom:var(--spacing-lg);max-width:500px;margin-left:auto;margin-right:auto;font-size:1.1rem}.legal-hero{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #2a2a2a 100%);color:var(--nordin-white);padding:var(--spacing-2xl) 0;text-align:center}.legal-hero h1{margin-bottom:var(--spacing-sm);font-size:clamp(1.75rem,4vw,2.5rem)}.legal-effective{opacity:.8;font-size:.95rem}.legal-content{max-width:800px}.legal-heading{color:var(--nordin-charcoal);margin-top:var(--spacing-xl);margin-bottom:var(--spacing-sm);font-family:Georgia,serif;font-size:1.35rem;font-weight:400}.legal-subheading{color:var(--nordin-charcoal);margin-top:var(--spacing-lg);margin-bottom:var(--spacing-sm);font-size:1.15rem;font-weight:600}.legal-bold{margin-bottom:var(--spacing-sm);font-weight:600}.legal-text{color:var(--nordin-medium-gray);margin-bottom:var(--spacing-sm);line-height:1.8}.legal-list-item{color:var(--nordin-medium-gray);margin-left:var(--spacing-lg);margin-bottom:var(--spacing-xs);line-height:1.7}.form-label{color:var(--nordin-charcoal);margin-bottom:var(--spacing-xs);font-size:.9rem;font-weight:600;display:block}.form-input{border:2px solid var(--nordin-light-gray);border-radius:var(--radius-md);width:100%;transition:all var(--transition-fast);padding:.875rem 1rem;font-size:1rem}.about-hero{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #2a2a2a 100%);color:var(--nordin-white);text-align:center;padding:4rem 0}.about-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 20px 50px #00000026}.about-image img{object-fit:cover;width:100%;height:100%}.value-grid{gap:var(--spacing-xl);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.value-card{text-align:center;padding:var(--spacing-xl);background:var(--nordin-white);border-radius:var(--radius-xl);transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 4px 20px #0000000d}.value-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #0000001a}.value-icon{background:linear-gradient(135deg, var(--nordin-red-light) 0%, #c41e3a26 100%);width:70px;height:70px;margin:0 auto var(--spacing-lg);border-radius:50%;justify-content:center;align-items:center;display:flex}.value-icon svg{width:32px;height:32px;color:var(--nordin-red)}.value-card h3{margin-bottom:var(--spacing-sm);color:var(--nordin-charcoal);font-size:1.15rem}.value-card p{color:var(--nordin-medium-gray);line-height:1.7}.cta-section{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #2a2a2a 100%);color:var(--nordin-white);text-align:center;padding:5rem 0}.cta-section h2{margin-bottom:var(--spacing-md);font-size:clamp(1.75rem,4vw,2.5rem)}.cta-section p{opacity:.9;margin-bottom:var(--spacing-xl);max-width:550px;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.7}.gradient-light{background:linear-gradient(180deg, #fff 0%, var(--nordin-off-white) 100%)}.gradient-warm{background:linear-gradient(180deg, var(--nordin-off-white) 0%, #fff8f8 100%)}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.hero-split-new{z-index:1;flex-direction:column;min-height:auto;display:flex;position:relative}@media (width>=1024px){.hero-split-new{flex-direction:row;min-height:100svh}}.hero-text-panel{background:var(--nordin-off-white);align-items:center;padding:100px 1.5rem 3rem;display:flex}@media (width>=768px){.hero-text-panel{padding:120px 2rem 4rem}}@media (width>=1024px){.hero-text-panel{flex:1;padding:120px 3rem 4rem}}.hero-text-inner{width:100%;max-width:520px}@media (width>=1024px){.hero-text-inner{margin-left:auto;padding-right:2rem}}.hero-image-panel{border-left:4px solid var(--nordin-red);height:350px;position:relative;overflow:hidden}@media (width>=768px){.hero-image-panel{height:450px}}@media (width>=1024px){.hero-image-panel{flex:1;height:auto}}@media (width<=1023px){.hero-image-panel{border-left:none;border-top:4px solid var(--nordin-red)}}.hero-bg-image{will-change:transform, opacity;background-position:50%;background-size:cover;position:absolute;inset:0}.hero-badge-dark{color:var(--nordin-red);text-transform:uppercase;letter-spacing:.08em;background:#c41e3a1a;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.hero-badge-dark .badge-dot{background:var(--nordin-red);border-radius:50%;width:8px;height:8px}.hero-title-dark{font-family:var(--font-display);letter-spacing:-.03em;color:var(--nordin-charcoal);margin-bottom:1.25rem;font-size:clamp(2.5rem,8vw,4rem);font-weight:800;line-height:.95}.hero-description-dark{color:var(--nordin-medium-gray);max-width:400px;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}@media (width>=768px){.hero-description-dark{font-size:1.1rem}}.hero-actions-dark{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}@media (width>=480px){.hero-actions-dark{flex-flow:wrap}}.btn-hero-secondary-dark{border:2px solid var(--nordin-light-gray);color:var(--nordin-charcoal);background:0 0;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-hero-secondary-dark:hover{border-color:var(--nordin-charcoal);background:var(--nordin-charcoal);color:#fff}.hero-stats-dark{border-top:1px solid var(--nordin-light-gray);border-bottom:1px solid var(--nordin-light-gray);grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;padding:1.5rem 0;display:grid}.hero-stat-dark{text-align:center}.hero-stat-value-dark{color:var(--nordin-charcoal);font-size:1.5rem;font-weight:800;line-height:1.1;display:block}@media (width>=768px){.hero-stat-value-dark{font-size:1.75rem}}.hero-stat-label-dark{text-transform:uppercase;letter-spacing:.08em;color:var(--nordin-medium-gray);font-size:.7rem;font-weight:600}.hero-features-dark{flex-wrap:wrap;gap:.6rem;display:flex}.hero-feature-pill-dark{border:1px solid var(--nordin-light-gray);color:var(--nordin-charcoal);background:#fff;border-radius:100px;align-items:center;gap:.4rem;padding:.5rem .875rem;font-size:.8rem;font-weight:600;display:inline-flex}.feature-pill-icon-dark{justify-content:center;align-items:center;display:flex}.feature-pill-icon-dark svg{width:14px;height:14px;color:var(--nordin-red)}.feature-pill-text-dark{white-space:nowrap}.hero-split{align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.hero-split-bg{z-index:0;position:absolute;inset:0}.hero-overlay{background:linear-gradient(#00000080 0%,#0000004d 40%,#000000b3 100%);position:absolute;inset:0}.hero-split-content{z-index:2;width:100%;padding:100px 0 60px;position:relative}@media (width>=768px){.hero-split-content{padding:120px 0 80px}}.hero-grid{flex-direction:column;gap:2rem;display:flex}@media (width>=1024px){.hero-grid{max-width:700px}}.hero-text{color:#fff}.hero-badge{-webkit-backdrop-filter:blur(12px);letter-spacing:.02em;background:#ffffff1f;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.badge-dot{background:var(--nordin-red);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero-title{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1.25rem;font-size:clamp(2.75rem,12vw,6rem);font-weight:800;line-height:.95}.text-gradient{color:var(--nordin-red);animation:4s infinite gradient-shift}.text-gradient-light{background:linear-gradient(135deg, var(--nordin-red) 0%, #ff6b6b 50%, var(--nordin-red) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4s infinite gradient-shift}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-description{opacity:.95;max-width:440px;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}@media (width>=768px){.hero-description{font-size:1.125rem}}.hero-actions{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}@media (width>=480px){.hero-actions{flex-flow:wrap}}.btn-hero-primary{background:var(--nordin-red);color:#fff;border-radius:100px;justify-content:center;align-items:center;gap:.6rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex;box-shadow:0 4px 24px #c41e3a66}.btn-hero-primary:hover{background:var(--nordin-red-hover);color:#fff;transform:translateY(-2px);box-shadow:0 8px 32px #c41e3a80}.btn-hero-primary svg{width:18px;height:18px;transition:transform .3s}.btn-hero-primary:hover svg{transform:translate(4px)}.btn-hero-secondary{-webkit-backdrop-filter:blur(12px);color:#fff;background:#ffffff14;border:2px solid #ffffff40;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-hero-secondary:hover{color:#fff;background:#ffffff26;border-color:#fff6}.hero-stats{border-top:1px solid #ffffff1f;grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.5rem;display:grid}.hero-stat{text-align:left}.hero-stat-value{margin-bottom:.25rem;font-size:1.5rem;font-weight:800;line-height:1.1;display:block}@media (width>=768px){.hero-stat-value{font-size:2rem}}.hero-stat-label{opacity:.6;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:600}@media (width>=768px){.hero-stat-label{font-size:.75rem}}.hero-features{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}@media (width>=768px){.hero-features{gap:1rem}}.hero-feature-pill{color:var(--nordin-charcoal);cursor:default;background:#fffffff2;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.75rem;font-weight:600;transition:all .3s cubic-bezier(.22,1,.36,1);display:inline-flex;box-shadow:0 4px 16px #00000026}@media (width>=768px){.hero-feature-pill{padding:.55rem 1rem;font-size:.8rem}}.hero-feature-pill:hover{background:#fff;box-shadow:0 6px 24px #0003}.feature-pill-icon{background:var(--nordin-red);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.feature-pill-icon svg{color:#fff;width:12px;height:12px}.feature-pill-text{white-space:nowrap}.scroll-indicator{z-index:10;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.scroll-indicator svg{color:#ffffff80;width:24px;height:24px}.text-break-section{background:var(--nordin-charcoal);padding:4rem 0;overflow:hidden}@media (width>=768px){.text-break-section{padding:6rem 0}}.text-break-content{text-align:center}.text-break-large{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(2rem,10vw,5rem);font-weight:900;line-height:1.1}.text-break-large .text-gradient{background:linear-gradient(135deg, var(--nordin-red) 0%, #ff5c5c 50%, var(--nordin-red) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text}.text-break-sub{color:#ffffff80;letter-spacing:.15em;text-transform:uppercase;font-size:.9rem;font-weight:500}.marquee-section{z-index:5;background:var(--nordin-charcoal);border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;padding:1rem 0;position:relative;overflow:hidden}.marquee-container{width:100%;overflow:hidden}.marquee-track{width:max-content;display:flex}.marquee-item{color:#ffffffb3;text-transform:uppercase;letter-spacing:.2em;white-space:nowrap;padding:0 1.5rem;font-size:.75rem;font-weight:700}@media (width>=768px){.marquee-item{padding:0 2rem;font-size:.85rem}}.marquee-divider{color:var(--nordin-red);padding:0 .5rem;font-size:.65rem}@media (width>=768px){.marquee-divider{font-size:.75rem}}.section-tag{color:var(--nordin-red);text-transform:uppercase;letter-spacing:.2em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.section-title-large{font-family:var(--font-display);color:var(--nordin-charcoal);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,6vw,3.5rem);font-weight:800;line-height:1.1}.link-arrow{color:var(--nordin-red);align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:gap .3s;display:inline-flex}.link-arrow:hover{color:var(--nordin-red-hover);gap:.875rem}.link-arrow svg{width:18px;height:18px;transition:transform .3s}.link-arrow:hover svg{transform:translate(4px)}.featured-section{background:linear-gradient(180deg, #fff 0%, var(--nordin-off-white) 100%);padding:4rem 0}@media (width>=768px){.featured-section{padding:6rem 0}}.section-header-split{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}@media (width>=768px){.section-header-split{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:3rem;margin-bottom:3rem}}.section-header-left{flex:1}.section-header-right{color:var(--nordin-medium-gray);font-size:.95rem;line-height:1.7}@media (width>=768px){.section-header-right{text-align:right;max-width:360px}}.section-header-right p{margin-bottom:.75rem}.featured-grid{gap:1.25rem;display:grid}@media (width>=640px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.featured-grid{grid-template-columns:repeat(3,1fr)}}.featured-item{perspective:1000px}.listings-loading{gap:1.25rem;display:grid}@media (width>=640px){.listings-loading{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.listings-loading{grid-template-columns:repeat(3,1fr)}}.skeleton-card{background:#fff;border-radius:16px;padding:1rem;box-shadow:0 4px 20px #0000000d}.skeleton-image{height:180px;margin-bottom:1rem}.skeleton-text{height:20px;margin-bottom:.75rem}.skeleton-text-sm{width:60%;height:14px}.no-listings{text-align:center;color:var(--nordin-medium-gray);grid-column:1/-1;padding:3rem 1.5rem}.why-section{background:#fff;padding:4rem 0}@media (width>=768px){.why-section{padding:6rem 0}}.why-header{text-align:center;margin-bottom:2.5rem}@media (width>=768px){.why-header{margin-bottom:3rem}}.why-grid{gap:1rem;display:grid}@media (width>=640px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.why-grid{grid-template-columns:repeat(3,1fr)}}.why-card{background:var(--nordin-off-white);border:1px solid var(--nordin-light-gray);cursor:default;border-radius:20px;flex-direction:column;height:100%;padding:1.75rem;display:flex}@media (width>=768px){.why-card{padding:2rem}}.why-card p{flex:1}.why-card-number{color:var(--nordin-red);letter-spacing:.15em;margin-bottom:1.25rem;font-size:.75rem;font-weight:800}.why-card-icon{background:linear-gradient(135deg, var(--nordin-red) 0%, #e8364f 100%);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}@media (width>=768px){.why-card-icon{width:60px;height:60px}}.why-card-icon svg{color:#fff;width:26px;height:26px}@media (width>=768px){.why-card-icon svg{width:30px;height:30px}}.why-card h3{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}@media (width>=768px){.why-card h3{font-size:1.35rem}}.why-card p{color:var(--nordin-medium-gray);font-size:.9rem;line-height:1.6}.testimonials-section{background:var(--nordin-off-white);padding:4rem 0}@media (width>=768px){.testimonials-section{padding:6rem 0}}.testimonials-header{text-align:center;margin-bottom:2.5rem}@media (width>=768px){.testimonials-header{margin-bottom:3rem}}.testimonials-grid{gap:1.25rem;display:grid}@media (width>=768px){.testimonials-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.testimonial-card{border:1px solid var(--nordin-light-gray);background:#fff;border-radius:20px;flex-direction:column;height:100%;padding:1.75rem;display:flex;box-shadow:0 4px 20px #0000000f}@media (width>=768px){.testimonial-card{padding:2rem}}.testimonial-quote{margin-bottom:1rem}.testimonial-quote svg{width:32px;height:32px;color:var(--nordin-red);opacity:.3}.testimonial-text{color:var(--nordin-medium-gray);flex:1;margin-bottom:1.25rem;font-size:.95rem;line-height:1.7}.testimonial-author{border-top:1px solid var(--nordin-light-gray);flex-direction:column;gap:.15rem;padding-top:1rem;display:flex}.testimonial-name{color:var(--nordin-charcoal);font-size:.95rem;font-weight:700}.testimonial-role{color:var(--nordin-red);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:600}.team-section{background:linear-gradient(180deg, var(--nordin-off-white) 0%, #fff 100%);padding:4rem 0}@media (width>=768px){.team-section{padding:6rem 0}}.team-header{text-align:center;margin-bottom:2rem}@media (width>=768px){.team-header{margin-bottom:3rem}}.team-grid-compact{flex-direction:column;gap:1.25rem;display:flex}@media (width>=768px){.team-grid-compact{gap:1.5rem}}.team-card-compact{text-align:center;border:1px solid var(--nordin-light-gray);background:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:1.75rem 1.5rem;display:flex;box-shadow:0 4px 20px #0000000f}@media (width>=640px){.team-card-compact{text-align:left;flex-direction:row;align-items:flex-start;gap:1.25rem;padding:1.5rem}}@media (width>=768px){.team-card-compact{gap:1.5rem;padding:1.75rem}}.team-avatar{border:3px solid var(--nordin-light-gray);border-radius:50%;flex-shrink:0;width:90px;height:90px;margin-bottom:1rem;overflow:hidden}@media (width>=640px){.team-avatar{width:80px;height:80px;margin-bottom:0}}@media (width>=768px){.team-avatar{width:100px;height:100px}}.team-avatar img{object-fit:cover;object-position:center top;width:100%;height:100%}.team-card-content{flex:1;min-width:0}.team-card-compact h3{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:.2rem;font-size:1.15rem;font-weight:700}@media (width>=768px){.team-card-compact h3{font-size:1.25rem}}.team-card-compact .team-card-title{color:var(--nordin-red);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:block}.team-card-bio{color:var(--nordin-medium-gray);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}@media (width>=768px){.team-card-bio{-webkit-line-clamp:4}}.team-card-actions{justify-content:center;gap:.6rem;display:flex}@media (width>=640px){.team-card-actions{justify-content:flex-start}}.team-action-btn{border:2px solid var(--nordin-light-gray);color:var(--nordin-charcoal);border-radius:100px;align-items:center;gap:.35rem;padding:.5rem .875rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.team-action-btn:hover{border-color:var(--nordin-red);color:var(--nordin-red)}.team-action-btn svg{width:14px;height:14px}.team-grid{gap:1.25rem;display:grid}@media (width>=480px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-card{border:1px solid var(--nordin-light-gray);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f}.team-card-image{aspect-ratio:1;position:relative;overflow:hidden}.team-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1)}.team-card-overlay{opacity:0;background:linear-gradient(#0000 50%,#000000d9 100%);justify-content:center;align-items:flex-end;gap:.75rem;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.team-card:hover .team-card-overlay{opacity:1}.team-contact-btn{-webkit-backdrop-filter:blur(10px);color:#fff;background:#ffffff1f;border:2px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.team-contact-btn:hover{background:var(--nordin-red);border-color:var(--nordin-red);color:#fff;transform:scale(1.1)}.team-contact-btn svg{width:20px;height:20px}.team-card-info{text-align:center;padding:1.25rem}.team-card-info h3{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:.25rem;font-size:1.15rem;font-weight:700}.team-card-title{color:var(--nordin-red);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:700}.team-cta{text-align:center;margin-top:2rem}.cta-section-new{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #252525 100%);padding:5rem 0;position:relative;overflow:hidden}@media (width>=768px){.cta-section-new{padding:7rem 0}}.cta-bg-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.cta-shape{border:1px solid #ffffff0f;border-radius:50%;position:absolute}.cta-shape-1{width:400px;height:400px;top:-200px;right:-150px}@media (width>=768px){.cta-shape-1{width:600px;height:600px;top:-300px;right:-200px}}.cta-shape-2{width:300px;height:300px;bottom:-150px;left:-100px}@media (width>=768px){.cta-shape-2{width:400px;height:400px;bottom:-200px}}.cta-content{z-index:1;text-align:center;color:#fff;max-width:600px;margin:0 auto;position:relative}.cta-content h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,6vw,3.25rem);font-weight:800;line-height:1.1}.cta-content p{opacity:.75;margin-bottom:2rem;font-size:1rem;line-height:1.7}@media (width>=768px){.cta-content p{font-size:1.1rem}}.cta-buttons{flex-direction:column;gap:.75rem;display:flex}@media (width>=480px){.cta-buttons{flex-flow:wrap;justify-content:center}}.property-card-new{border:1px solid var(--nordin-light-gray);background:#fff;border-radius:16px;transition:all .4s cubic-bezier(.22,1,.36,1);display:block;overflow:hidden;box-shadow:0 4px 20px #0000000f}.property-card-new:hover{box-shadow:0 20px 48px #0000001f}.property-card-image-wrapper{aspect-ratio:4/3;background:linear-gradient(135deg,#f5f5f5 0%,#ebebeb 100%);position:relative;overflow:hidden}.property-card-image-wrapper img{object-fit:cover;will-change:transform;width:100%;height:100%}.property-card-overlay{opacity:0;background:linear-gradient(#0000 50%,#0009 100%);justify-content:center;align-items:flex-end;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.property-card-new:hover .property-card-overlay{opacity:1}.property-card-cta{color:var(--nordin-charcoal);background:#fff;border-radius:100px;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.8rem;font-weight:700;display:inline-flex}.property-card-cta svg{width:14px;height:14px}.property-badge-new{background:linear-gradient(135deg, var(--nordin-red) 0%, #e8364f 100%);color:#fff;text-transform:uppercase;letter-spacing:.06em;border-radius:100px;padding:.35rem .875rem;font-size:.65rem;font-weight:800;position:absolute;top:.875rem;left:.875rem;box-shadow:0 4px 12px #c41e3a4d}.property-badge-new.pending{background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%);box-shadow:0 4px 12px #f59e0b4d}.property-badge-new.sold{background:linear-gradient(135deg,#6b7280 0%,#9ca3af 100%);box-shadow:0 4px 12px #6b72804d}.property-card-body-new{padding:1.25rem}.property-card-price-row{align-items:center;gap:.6rem;margin-bottom:.35rem;display:flex}.property-price-new{color:var(--nordin-charcoal);letter-spacing:-.01em;font-size:1.35rem;font-weight:800;line-height:1.1}.property-tag{background:var(--nordin-red-light);color:var(--nordin-red);text-transform:uppercase;letter-spacing:.06em;border-radius:100px;padding:.2rem .6rem;font-size:.6rem;font-weight:800}.property-address-new{color:var(--nordin-medium-gray);margin-bottom:.875rem;font-size:.875rem}.property-specs-new{border-top:1px solid var(--nordin-light-gray);gap:1rem;padding-top:.875rem;display:flex}.property-spec-new{color:var(--nordin-medium-gray);align-items:center;gap:.3rem;font-size:.8rem;display:flex}.property-spec-new svg{opacity:.4;width:14px;height:14px}.property-spec-new strong{color:var(--nordin-charcoal);font-weight:700}@media (prefers-reduced-motion:reduce){.hero-bg-image,.text-gradient,.text-gradient-light,.badge-dot{transition:none!important;animation:none!important}.marquee-track{animation:none!important}}.listings-hero-new{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #252525 100%);color:#fff;padding:100px 0 60px}@media (width>=768px){.listings-hero-new{padding:120px 0 80px}}.listings-hero-title{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.25rem,10vw,4.5rem);font-weight:800;line-height:1.1}.listings-hero-subtitle{opacity:.75;max-width:400px;margin-bottom:2rem;font-size:1rem}@media (width>=768px){.listings-hero-subtitle{font-size:1.1rem}}.listings-search-new{flex-direction:column;gap:.75rem;max-width:550px;display:flex}@media (width>=480px){.listings-search-new{flex-direction:row}}.listings-search-input{color:#fff;background:#ffffff14;border:2px solid #ffffff26;border-radius:100px;flex:1;padding:.875rem 1.25rem;font-size:.95rem;transition:all .3s}.listings-search-input::placeholder{color:#fff6}.listings-search-input:focus{border-color:var(--nordin-red);background:#ffffff1f;outline:none}.listings-search-btn{background:var(--nordin-red);color:#fff;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #c41e3a66}.listings-search-btn:hover{background:var(--nordin-red-hover);box-shadow:0 6px 28px #c41e3a80}.listings-search-btn svg{width:18px;height:18px}.listings-disclaimer{background:var(--nordin-off-white);text-align:center;color:var(--nordin-medium-gray);border-bottom:1px solid var(--nordin-light-gray);padding:.875rem 1rem;font-size:.85rem}.filters-bar{border-bottom:1px solid var(--nordin-light-gray);flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}@media (width>=640px){.filters-bar{flex-direction:row;justify-content:space-between;align-items:center}}.filters-toggle{border:2px solid var(--nordin-light-gray);cursor:pointer;background:#fff;border-radius:100px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex;position:relative}.filters-toggle:hover{border-color:var(--nordin-red);color:var(--nordin-red)}.filter-badge{background:var(--nordin-red);border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:-3px;right:-3px}.filters-right{align-items:center;gap:1rem;display:flex}.results-count{color:var(--nordin-medium-gray);font-size:.85rem;font-weight:500}.sort-select{border:2px solid var(--nordin-light-gray);cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right .875rem center no-repeat;border-radius:100px;padding:.6rem 2.25rem .6rem 1rem;font-size:.85rem;font-weight:500;transition:border-color .2s}.sort-select:hover{border-color:var(--nordin-red)}.filters-panel{background:var(--nordin-off-white);border:1px solid var(--nordin-light-gray);border-radius:16px;margin-bottom:1.5rem;padding:1.25rem;overflow:hidden}.filters-grid{gap:1rem;display:grid}@media (width>=480px){.filters-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.filters-grid{grid-template-columns:repeat(4,1fr)}}.filter-group label{text-transform:uppercase;letter-spacing:.08em;color:var(--nordin-charcoal);margin-bottom:.4rem;font-size:.75rem;font-weight:700;display:block}.filter-group select{border:2px solid var(--nordin-light-gray);background:#fff;border-radius:10px;width:100%;padding:.6rem .875rem;font-size:.9rem;transition:border-color .2s}.filter-group select:focus{border-color:var(--nordin-red);outline:none}.clear-filters{color:var(--nordin-red);cursor:pointer;background:0 0;border:none;margin-top:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700}.clear-filters:hover{text-decoration:underline}.listings-grid-new{gap:1.25rem;display:grid}@media (width>=640px){.listings-grid-new{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.listings-grid-new{grid-template-columns:repeat(3,1fr)}}.no-results{text-align:center;padding:4rem 1.5rem}.no-results h2{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.no-results p{color:var(--nordin-medium-gray);margin-bottom:1.5rem}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;display:flex}.pagination-btn{padding:.5rem 1rem}.pagination-pages{align-items:center;gap:.35rem;display:flex}.pagination-page{border:2px solid var(--nordin-light-gray);cursor:pointer;background:#fff;border-radius:50%;width:40px;height:40px;font-size:.9rem;font-weight:600;transition:all .2s}.pagination-page:hover{border-color:var(--nordin-red);color:var(--nordin-red)}.pagination-page.active{background:var(--nordin-red);border-color:var(--nordin-red);color:#fff}.pagination-ellipsis{color:var(--nordin-medium-gray);padding:0 .25rem}.flexmls-section{text-align:center;background:var(--nordin-off-white);border:1px solid var(--nordin-light-gray);border-radius:20px;margin-top:4rem;padding:3rem 1.5rem}.flexmls-section h2{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.flexmls-section p{color:var(--nordin-medium-gray);margin-bottom:1.25rem;font-size:.95rem}.listing-detail-hero{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #252525 100%);color:#fff;padding:100px 0 40px}@media (width>=768px){.listing-detail-hero{padding:120px 0 50px}}.listing-detail-hero .breadcrumb{opacity:.7;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.listing-detail-hero .breadcrumb a{color:#fff;text-decoration:none}.listing-detail-hero .breadcrumb a:hover{text-decoration:underline}.listing-detail-title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.75rem,6vw,3rem);font-weight:800}.listing-detail-address{opacity:.8;font-size:1rem}.listing-detail-price-badge{background:var(--nordin-red);border-radius:100px;margin-top:1rem;padding:.5rem 1.25rem;font-size:1.25rem;font-weight:800;display:inline-block}.status-banner{text-align:center;text-transform:uppercase;letter-spacing:.1em;padding:.75rem;font-size:.8rem;font-weight:700}.status-banner.status-pending{color:var(--nordin-charcoal);background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%)}.status-banner.status-sold{color:#fff;background:linear-gradient(135deg,#6b7280 0%,#9ca3af 100%)}.listing-gallery-section{background:var(--nordin-off-white);padding:2rem 0}@media (width>=768px){.listing-gallery-section{padding:3rem 0}}.gallery-main-new{aspect-ratio:16/10;background:var(--nordin-light-gray);cursor:zoom-in;border-radius:16px;position:relative;overflow:hidden}.gallery-main-new img{object-fit:cover;width:100%;height:100%}.gallery-counter-new{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:100px;padding:.4rem .875rem;font-size:.8rem;font-weight:600;position:absolute;bottom:1rem;right:1rem}.gallery-arrow-new{cursor:pointer;width:44px;height:44px;color:var(--nordin-charcoal);background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #00000026}.gallery-arrow-new:hover:not(:disabled){color:var(--nordin-red);background:#fff;transform:translateY(-50%)scale(1.1)}.gallery-arrow-new:disabled{opacity:.4;cursor:not-allowed}.gallery-arrow-new.left{left:1rem}.gallery-arrow-new.right{right:1rem}.gallery-thumbs-new{gap:.5rem;margin-top:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.gallery-thumb-new{cursor:pointer;background:0 0;border:3px solid #0000;border-radius:8px;flex-shrink:0;width:80px;height:60px;padding:0;transition:all .2s;overflow:hidden}.gallery-thumb-new.active{border-color:var(--nordin-red)}.gallery-thumb-new:hover{border-color:var(--nordin-medium-gray)}.gallery-thumb-new img{object-fit:cover;width:100%;height:100%}.listing-content-section{padding:2rem 0 4rem}@media (width>=768px){.listing-content-section{padding:3rem 0 5rem}}.listing-content-grid{gap:2rem;display:grid}@media (width>=1024px){.listing-content-grid{grid-template-columns:1fr 360px;gap:3rem}}.listing-stats-row{background:var(--nordin-off-white);border-radius:16px;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;padding:1.5rem;display:grid}@media (width>=640px){.listing-stats-row{grid-template-columns:repeat(4,1fr)}}.listing-stat-item{text-align:center}.listing-stat-value{color:var(--nordin-charcoal);margin-bottom:.25rem;font-size:1.5rem;font-weight:800;line-height:1.1;display:block}.listing-stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--nordin-medium-gray);font-size:.75rem;font-weight:600}.listing-section-block{margin-bottom:2rem}.listing-section-block h2{font-family:var(--font-display);color:var(--nordin-charcoal);border-bottom:2px solid var(--nordin-red);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:700;display:inline-block}.listing-section-block p{color:var(--nordin-medium-gray);white-space:pre-wrap;line-height:1.75}.features-list-new{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.6rem;padding:0;list-style:none;display:grid}.features-list-new li{color:var(--nordin-medium-gray);align-items:center;gap:.5rem;font-size:.95rem;display:flex}.features-list-new li:before{content:"";background:var(--nordin-red-light);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c41e3a' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.details-grid-new{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.detail-item-new{background:var(--nordin-off-white);border-radius:12px;padding:1rem}.detail-item-new dt{text-transform:uppercase;letter-spacing:.08em;color:var(--nordin-medium-gray);margin-bottom:.25rem;font-size:.7rem;font-weight:700}.detail-item-new dd{color:var(--nordin-charcoal);margin:0;font-size:1rem;font-weight:700}.listing-sidebar-new{flex-direction:column;gap:1.25rem;display:flex}.contact-card-new{background:var(--nordin-off-white);border:1px solid var(--nordin-light-gray);border-radius:16px;padding:1.5rem}.contact-card-new h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.contact-card-new p{color:var(--nordin-medium-gray);margin-bottom:1rem;font-size:.9rem}.contact-card-new .btn-contact{text-align:center;border-radius:100px;width:100%;margin-bottom:.6rem;padding:.875rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .2s;display:block}.contact-card-new .btn-contact.primary{background:var(--nordin-red);color:#fff;box-shadow:0 4px 16px #c41e3a4d}.contact-card-new .btn-contact.primary:hover{background:var(--nordin-red-hover)}.contact-card-new .btn-contact.secondary{color:var(--nordin-charcoal);border:2px solid var(--nordin-light-gray);background:#fff}.contact-card-new .btn-contact.secondary:hover{border-color:var(--nordin-charcoal)}.listing-disclaimer-new{color:var(--nordin-medium-gray);background:var(--nordin-off-white);border-radius:12px;padding:1rem;font-size:.8rem;line-height:1.5}.listing-cta-section{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #252525 100%);text-align:center;color:#fff;border-radius:20px;margin-top:3rem;padding:3rem 1.5rem}.listing-cta-section h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.listing-cta-section p{opacity:.75;margin-bottom:1.25rem;font-size:.95rem}.about-hero-new{align-items:center;min-height:60vh;display:flex;position:relative;overflow:hidden}@media (width>=768px){.about-hero-new{min-height:70vh}}.about-hero-bg{z-index:0;position:absolute;inset:0}.about-hero-bg img{object-fit:cover;object-position:center;width:100%;height:120%}.about-hero-overlay{background:linear-gradient(#0009 0%,#0006 40%,#000000bf 100%);position:absolute;inset:0}.about-hero-content{z-index:2;color:#fff;padding:100px 0 60px;position:relative}@media (width>=768px){.about-hero-content{padding:120px 0 80px}}.section-tag-light{color:#ffffffb3;text-transform:uppercase;letter-spacing:.2em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.about-hero-title{font-family:var(--font-display);letter-spacing:-.03em;color:#fff;margin-bottom:1.25rem;font-size:clamp(2.25rem,10vw,4.5rem);font-weight:800;line-height:1.1}.about-hero-subtitle{opacity:.85;max-width:450px;font-size:1.1rem}@media (width>=768px){.about-hero-subtitle{font-size:1.25rem}}.about-stats-bar{background:var(--nordin-charcoal);border-top:3px solid var(--nordin-red);padding:2.5rem 0}@media (width>=768px){.about-stats-bar{padding:3rem 0}}.about-stats-grid{text-align:center;grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width>=768px){.about-stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.about-stat{color:#fff}.about-stat-value{color:var(--nordin-red);margin-bottom:.4rem;font-size:2rem;font-weight:800;line-height:1.1;display:block}@media (width>=768px){.about-stat-value{font-size:2.5rem}}.about-stat-label{text-transform:uppercase;letter-spacing:.12em;opacity:.6;font-size:.7rem;font-weight:600}@media (width>=768px){.about-stat-label{font-size:.75rem}}.about-story-section{background:#fff;padding:4rem 0}@media (width>=768px){.about-story-section{padding:6rem 0}}.about-story-grid{gap:3rem;display:grid}@media (width>=1024px){.about-story-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:4rem}}.about-story-content p{color:var(--nordin-medium-gray);margin-bottom:1.25rem;font-size:1rem;line-height:1.75}.about-quote{border-left:4px solid var(--nordin-red);margin:2rem 0 0;padding:1.25rem 0 1.25rem 1.25rem}@media (width>=768px){.about-quote{padding:1.5rem 0 1.5rem 1.5rem}}.about-quote p{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:.5rem;font-size:1.35rem;font-style:normal;font-weight:700}@media (width>=768px){.about-quote p{font-size:1.5rem}}.about-quote cite{color:var(--nordin-red);font-size:.9rem;font-style:normal;font-weight:700}.about-story-timeline h3{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:1.5rem;font-size:1.35rem;font-weight:700}@media (width>=768px){.about-story-timeline h3{margin-bottom:2rem;font-size:1.5rem}}.timeline{padding-left:1.75rem;position:relative}.timeline:before{content:"";background:linear-gradient(180deg, var(--nordin-red) 0%, var(--nordin-light-gray) 100%);width:2px;position:absolute;top:0;bottom:0;left:0}.timeline-item{flex-direction:column;gap:.2rem;padding-bottom:1.25rem;display:flex;position:relative}.timeline-item:before{content:"";background:var(--nordin-red);border-radius:50%;width:10px;height:10px;position:absolute;top:.2rem;left:-1.75rem;transform:translate(-4px)}.timeline-year{color:var(--nordin-red);letter-spacing:.02em;font-size:.85rem;font-weight:800}.timeline-event{color:var(--nordin-medium-gray);font-size:.9rem}.about-values-section{background:var(--nordin-off-white);padding:4rem 0}@media (width>=768px){.about-values-section{padding:6rem 0}}.section-header-center{text-align:center;margin-bottom:2rem}@media (width>=768px){.section-header-center{margin-bottom:3rem}}.about-values-grid{gap:1rem;display:grid}@media (width>=640px){.about-values-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.about-values-grid{grid-template-columns:repeat(3,1fr)}}.about-value-card{border:1px solid var(--nordin-light-gray);cursor:default;background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 4px 20px #0000000a}@media (width>=768px){.about-value-card{padding:2rem}}.about-value-icon{background:linear-gradient(135deg, var(--nordin-red) 0%, #e8364f 100%);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}@media (width>=768px){.about-value-icon{width:56px;height:56px}}.about-value-icon svg{color:#fff;width:24px;height:24px}@media (width>=768px){.about-value-icon svg{width:26px;height:26px}}.about-value-card h3{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:.6rem;font-size:1.15rem;font-weight:700}@media (width>=768px){.about-value-card h3{font-size:1.25rem}}.about-value-card p{color:var(--nordin-medium-gray);font-size:.9rem;line-height:1.65}.about-team-section{background:#fff;padding:4rem 0}@media (width>=768px){.about-team-section{padding:6rem 0}}.section-subtitle{color:var(--nordin-medium-gray);max-width:450px;margin:0 auto;font-size:1rem}.about-team-grid{gap:1.25rem;margin-top:2rem;display:grid}@media (width>=480px){.about-team-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.about-team-grid{grid-template-columns:repeat(3,1fr);margin-top:3rem}}.about-team-card{background:var(--nordin-off-white);border:1px solid var(--nordin-light-gray);border-radius:16px;overflow:hidden}.about-team-image{aspect-ratio:1;position:relative;overflow:hidden}.about-team-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1)}.about-team-overlay{opacity:0;background:linear-gradient(#0000 40%,#000000d9 100%);justify-content:center;align-items:flex-end;gap:.6rem;padding:1.25rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.about-team-card:hover .about-team-overlay{opacity:1}.team-btn{-webkit-backdrop-filter:blur(10px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:100px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.team-btn:hover{background:var(--nordin-red);border-color:var(--nordin-red);color:#fff}.team-btn svg{width:14px;height:14px}.about-team-info{text-align:center;padding:1.25rem}.about-team-info h3{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:.25rem;font-size:1.15rem;font-weight:700}.about-team-title{color:var(--nordin-red);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.6rem;font-size:.7rem;font-weight:800;display:block}.about-team-bio{color:var(--nordin-medium-gray);font-size:.85rem;line-height:1.55}.about-team-loading{gap:1.25rem;margin-top:2rem;display:grid}@media (width>=480px){.about-team-loading{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.about-team-loading{grid-template-columns:repeat(3,1fr)}}.skeleton-team-card{background:var(--nordin-off-white);text-align:center;border-radius:16px;padding:1rem}.skeleton-avatar{aspect-ratio:1;border-radius:12px;width:100%;margin-bottom:1rem}.about-cta-section{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #252525 100%);padding:5rem 0;position:relative;overflow:hidden}@media (width>=768px){.about-cta-section{padding:6rem 0}}.about-cta-section .cta-bg-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.about-cta-section .cta-shape{border:1px solid #ffffff0f;border-radius:50%;position:absolute}.about-cta-section .cta-shape-1{width:400px;height:400px;top:-200px;right:-150px}@media (width>=768px){.about-cta-section .cta-shape-1{width:600px;height:600px;top:-300px;right:-200px}}.about-cta-section .cta-shape-2{width:300px;height:300px;bottom:-150px;left:-100px}@media (width>=768px){.about-cta-section .cta-shape-2{width:400px;height:400px;bottom:-200px}}.about-cta-content{text-align:center;color:#fff;max-width:550px;margin:0 auto}.about-cta-content h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.875rem;font-size:clamp(1.75rem,6vw,2.75rem);font-weight:800;line-height:1.1}.about-cta-content p{opacity:.75;margin-bottom:1.75rem;font-size:1rem}@media (width>=768px){.about-cta-content p{font-size:1.1rem}}.about-cta-buttons{flex-direction:column;gap:.75rem;display:flex}@media (width>=480px){.about-cta-buttons{flex-flow:wrap;justify-content:center}}.btn-cta-primary{background:var(--nordin-red);color:#fff;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 24px #c41e3a66}.btn-cta-primary:hover{background:var(--nordin-red-hover);color:#fff;box-shadow:0 8px 32px #c41e3a80}.btn-cta-primary svg{width:16px;height:16px}.btn-cta-secondary{color:#fff;background:0 0;border:2px solid #ffffff40;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-cta-secondary:hover{color:#fff;background:#ffffff14;border-color:#fff6}.resources-hero-new{background:var(--nordin-off-white);padding:100px 0 3rem}@media (width>=768px){.resources-hero-new{padding:120px 0 4rem}}.resources-hero-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--nordin-charcoal);margin-bottom:1.25rem;font-size:clamp(2.25rem,8vw,3.5rem);font-weight:800;line-height:1}.resources-hero-subtitle{color:var(--nordin-medium-gray);max-width:450px;font-size:1rem;line-height:1.6}@media (width>=768px){.resources-hero-subtitle{font-size:1.1rem}}.resources-section{background:#fff;padding:3rem 0 5rem}@media (width>=768px){.resources-section{padding:4rem 0 6rem}}.resources-grid-new{gap:1.25rem;display:grid}@media (width>=640px){.resources-grid-new{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.resources-grid-new{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.resource-card-new{background:var(--nordin-off-white);border:1px solid var(--nordin-light-gray);border-radius:16px;height:100%;padding:1.5rem}@media (width>=768px){.resource-card-new{padding:1.75rem}}.resource-card-header{border-bottom:2px solid var(--nordin-red);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.resource-card-header h2{font-family:var(--font-display);color:var(--nordin-charcoal);margin:0;font-size:1.15rem;font-weight:700}@media (width>=768px){.resource-card-header h2{font-size:1.25rem}}.resource-count{color:var(--nordin-medium-gray);background:#fff;border-radius:100px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.resource-links-new{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.resource-link-new{background:#fff;border:1px solid #0000;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:all .2s;display:flex}.resource-link-new:hover{border-color:var(--nordin-red);box-shadow:0 4px 12px #0000000f}.resource-link-content{flex:1;min-width:0}.resource-link-title{color:var(--nordin-charcoal);font-size:.9rem;font-weight:600;display:block}.resource-link-new:hover .resource-link-title{color:var(--nordin-red)}.resource-link-desc{color:var(--nordin-medium-gray);white-space:nowrap;text-overflow:ellipsis;margin-top:.15rem;font-size:.8rem;display:block;overflow:hidden}.resource-link-arrow{width:16px;height:16px;color:var(--nordin-medium-gray);flex-shrink:0;transition:all .2s}.resource-link-new:hover .resource-link-arrow{color:var(--nordin-red);transform:translate(2px,-2px)}.resources-loading{gap:1.25rem;display:grid}@media (width>=640px){.resources-loading{grid-template-columns:repeat(2,1fr)}}.skeleton-resource-card{background:var(--nordin-off-white);border:1px solid var(--nordin-light-gray);border-radius:16px;padding:1.5rem}.skeleton{background:linear-gradient(90deg, var(--nordin-light-gray) 25%, #e8e8e8 50%, var(--nordin-light-gray) 75%);background-size:200% 100%;border-radius:6px;animation:1.5s infinite skeleton-shimmer}.skeleton-line{width:100%;height:44px;margin-bottom:.5rem}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.resources-cta-new{background:var(--nordin-off-white);border-top:1px solid var(--nordin-light-gray);padding:4rem 0}@media (width>=768px){.resources-cta-new{padding:5rem 0}}.resources-cta-content{text-align:center;max-width:500px;margin:0 auto}.resources-cta-content h2{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:.75rem;font-size:clamp(1.5rem,5vw,2rem);font-weight:800;line-height:1.1}.resources-cta-content p{color:var(--nordin-medium-gray);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.resources-cta-btn{background:var(--nordin-red);color:#fff;border-radius:100px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #c41e3a4d}.resources-cta-btn:hover{background:var(--nordin-red-hover);color:#fff;box-shadow:0 6px 28px #c41e3a66}.resources-cta-btn svg{width:18px;height:18px;transition:transform .3s}.resources-cta-btn:hover svg{transform:translate(4px)}.contact-hero{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #252525 100%);color:#fff;padding:100px 0 60px}@media (width>=768px){.contact-hero{padding:120px 0 80px}}.contact-hero-title{font-family:var(--font-display);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.25rem,10vw,4rem);font-weight:800;line-height:1}.contact-hero-subtitle{opacity:.8;max-width:450px;font-size:1rem}@media (width>=768px){.contact-hero-subtitle{font-size:1.1rem}}.text-gradient-light{background:linear-gradient(135deg, var(--nordin-red) 0%, #ff6b6b 50%, var(--nordin-red) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text}.contact-info-section{background:var(--nordin-off-white);z-index:1;margin-top:-1.5rem;padding:3rem 0;position:relative}@media (width>=768px){.contact-info-section{margin-top:-2rem;padding:4rem 0}}.contact-info-grid{gap:1rem;display:grid}@media (width>=480px){.contact-info-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.contact-info-grid{grid-template-columns:repeat(4,1fr)}}.contact-info-card{border:1px solid var(--nordin-light-gray);cursor:default;background:#fff;border-radius:16px;align-items:flex-start;gap:.875rem;min-height:100px;padding:1.25rem;transition:all .2s;display:flex;box-shadow:0 4px 20px #0000000d}@media (width>=480px){.contact-info-card{min-height:110px}}.contact-info-card:hover{border-color:var(--nordin-red)}.contact-info-link{color:inherit;align-items:flex-start;gap:.875rem;width:100%;text-decoration:none;display:flex}.contact-info-icon{background:linear-gradient(135deg, var(--nordin-red) 0%, #e8364f 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.contact-info-icon svg{color:#fff;width:20px;height:20px}.contact-info-content{flex-direction:column;gap:.2rem;display:flex}.contact-info-label{text-transform:uppercase;letter-spacing:.1em;color:var(--nordin-red);font-size:.7rem;font-weight:800}.contact-info-value{color:var(--nordin-charcoal);font-size:.95rem;font-weight:700}.contact-info-subvalue{color:var(--nordin-medium-gray);font-size:.85rem}.contact-form-section{background:#fff;padding:3rem 0 5rem}@media (width>=768px){.contact-form-section{padding:4rem 0 6rem}}.contact-grid{gap:1.5rem;display:grid}@media (width>=1024px){.contact-grid{grid-template-columns:1.1fr .9fr;gap:2.5rem}}.contact-form-card{background:var(--nordin-off-white);border:1px solid var(--nordin-light-gray);border-radius:20px;padding:1.75rem}@media (width>=768px){.contact-form-card{padding:2.5rem}}.contact-form-card h2{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:.4rem;font-size:1.5rem;font-weight:700}.contact-form-card>p{color:var(--nordin-medium-gray);margin-bottom:1.5rem;font-size:.95rem}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-row{gap:1rem;display:grid}@media (width>=480px){.form-row{grid-template-columns:1fr 1fr}}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-input{border:2px solid var(--nordin-light-gray);background:#fff;border-radius:12px;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.form-input:focus{border-color:var(--nordin-red);outline:none;box-shadow:0 0 0 4px #c41e3a1a}.form-textarea{resize:vertical;min-height:100px}.contact-submit-btn{background:var(--nordin-red);color:#fff;cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:.6rem;margin-top:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #c41e3a4d}.contact-submit-btn:hover:not(:disabled){background:var(--nordin-red-hover);box-shadow:0 6px 28px #c41e3a66}.contact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.contact-submit-btn svg{width:18px;height:18px}@keyframes spin{to{transform:rotate(360deg)}}.contact-error{color:#dc2626;background:#dc26261a;border:1px solid #dc262633;border-radius:12px;padding:.875rem;font-size:.9rem}.contact-success{text-align:center;padding:2rem 1rem}.contact-success-icon{background:linear-gradient(135deg,#059669 0%,#34d399 100%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;display:flex}.contact-success-icon svg{color:#fff;width:28px;height:28px}.contact-success h3{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:.4rem;font-size:1.35rem;font-weight:700}.contact-success p{color:var(--nordin-medium-gray);font-size:.95rem}.contact-map-card{background:var(--nordin-off-white);border:1px solid var(--nordin-light-gray);border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.contact-map-wrapper{background:var(--nordin-light-gray);height:260px}@media (width>=1024px){.contact-map-wrapper{flex:1;min-height:280px}}.contact-map-wrapper iframe{width:100%;height:100%}.contact-map-info{padding:1.25rem}@media (width>=768px){.contact-map-info{padding:1.5rem}}.contact-map-info h3{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:.4rem;font-size:1.15rem;font-weight:700}.contact-map-info p{color:var(--nordin-medium-gray);margin-bottom:.875rem;font-size:.9rem;line-height:1.6}.contact-directions-btn{color:var(--nordin-red);align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:gap .3s;display:inline-flex}.contact-directions-btn:hover{color:var(--nordin-red-hover);gap:.6rem}.contact-directions-btn svg{width:16px;height:16px}.contact-cta-section{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, #252525 100%);padding:5rem 0;position:relative;overflow:hidden}@media (width>=768px){.contact-cta-section{padding:6rem 0}}.contact-cta-section .cta-bg-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.contact-cta-section .cta-shape{border:1px solid #ffffff0f;border-radius:50%;position:absolute}.contact-cta-section .cta-shape-1{width:400px;height:400px;top:-200px;right:-150px}@media (width>=768px){.contact-cta-section .cta-shape-1{width:600px;height:600px;top:-300px;right:-200px}}.contact-cta-section .cta-shape-2{width:300px;height:300px;bottom:-150px;left:-100px}@media (width>=768px){.contact-cta-section .cta-shape-2{width:400px;height:400px;bottom:-200px}}.contact-cta-content{z-index:1;text-align:center;color:#fff;position:relative}.contact-cta-content h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.75rem,6vw,2.75rem);font-weight:800;line-height:1.1}.contact-cta-content p{opacity:.75;margin-bottom:1.5rem;font-size:1rem}.contact-cta-phone{background:var(--nordin-red);color:#fff;border-radius:100px;align-items:center;gap:.6rem;padding:1rem 2rem;font-size:1.25rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 24px #c41e3a66}@media (width>=768px){.contact-cta-phone{padding:1.125rem 2.5rem;font-size:1.5rem}}.contact-cta-phone:hover{background:var(--nordin-red-hover);color:#fff;box-shadow:0 8px 32px #c41e3a80}.contact-cta-phone svg{width:24px;height:24px}@media (width>=768px){.contact-cta-phone svg{width:28px;height:28px}}.articles-hero{background:var(--nordin-off-white);padding:100px 0 3rem}@media (width>=768px){.articles-hero{padding:120px 0 4rem}}.articles-hero-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--nordin-charcoal);margin-bottom:1.25rem;font-size:clamp(2.25rem,8vw,3.5rem);font-weight:800;line-height:1.1}.articles-hero-subtitle{color:var(--nordin-medium-gray);max-width:450px;font-size:1rem;line-height:1.6}.articles-section{background:#fff;padding:3rem 0 5rem}@media (width>=768px){.articles-section{padding:4rem 0 6rem}}.articles-grid{gap:1.5rem;display:grid}@media (width>=640px){.articles-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.articles-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.article-card{background:var(--nordin-off-white);border:1px solid var(--nordin-light-gray);border-radius:16px;transition:all .3s;overflow:hidden}.article-card:hover{border-color:var(--nordin-red);transform:translateY(-4px);box-shadow:0 8px 30px #00000014}.article-card-link{color:inherit;text-decoration:none;display:block}.article-card-image{aspect-ratio:16/10;overflow:hidden}.article-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.article-card:hover .article-card-image img{transform:scale(1.05)}.article-card-content{padding:1.25rem}@media (width>=768px){.article-card-content{padding:1.5rem}}.article-card-tags{gap:.5rem;margin-bottom:.75rem;display:flex}.article-tag{text-transform:uppercase;letter-spacing:.05em;color:var(--nordin-red);background:#c41e3a1a;border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:700}.article-card-title{font-family:var(--font-display);color:var(--nordin-charcoal);margin:0 0 .5rem;font-size:1.15rem;font-weight:700;line-height:1.3}@media (width>=768px){.article-card-title{font-size:1.25rem}}.article-card-excerpt{color:var(--nordin-medium-gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1rem;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.article-card-meta{color:var(--nordin-medium-gray);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.article-author{color:var(--nordin-charcoal);font-weight:600}.articles-pagination{justify-content:center;align-items:center;gap:1rem;margin-top:3rem;display:flex}.pagination-btn{border:1px solid var(--nordin-light-gray);cursor:pointer;background:#fff;border-radius:8px;min-height:44px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.pagination-btn:hover:not(:disabled){border-color:var(--nordin-red);color:var(--nordin-red)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:var(--nordin-medium-gray);font-size:.9rem}.articles-empty{text-align:center;padding:4rem 2rem}.article-card-skeleton{background:var(--nordin-off-white);border:1px solid var(--nordin-light-gray);border-radius:16px;overflow:hidden}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}.skeleton-image{aspect-ratio:16/10}.skeleton-content{padding:1.25rem}.skeleton-tag{border-radius:4px;width:60px;height:20px;margin-bottom:.75rem}.skeleton-title{border-radius:4px;width:80%;height:24px;margin-bottom:.5rem}.skeleton-text{border-radius:4px;width:100%;height:40px;margin-bottom:1rem}.skeleton-meta{border-radius:4px;width:50%;height:16px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.article-detail-hero{background:var(--nordin-off-white);padding:100px 0 2.5rem}@media (width>=768px){.article-detail-hero{padding:120px 0 3rem}}.article-back-link{color:var(--nordin-medium-gray);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.article-back-link:hover{color:var(--nordin-red)}.article-detail-tags{gap:.5rem;margin-bottom:1rem;display:flex}.article-detail-title{font-family:var(--font-display);color:var(--nordin-charcoal);max-width:800px;margin:0 0 1.5rem;font-size:clamp(1.75rem,6vw,3rem);font-weight:800;line-height:1.15}.article-detail-meta{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.article-author-info{align-items:center;gap:.75rem;display:flex}.author-avatar{background:var(--nordin-red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:.9rem;font-weight:700;display:flex}.author-name{color:var(--nordin-charcoal);font-weight:700;display:block}.author-title{color:var(--nordin-medium-gray);font-size:.85rem;display:block}.article-detail-meta .article-date{color:var(--nordin-medium-gray);font-size:.9rem}.article-featured-image{background:var(--nordin-off-white);padding:0 0 2rem}.article-featured-image img{object-fit:cover;border-radius:16px;width:100%;max-height:500px}@media (width>=768px){.article-featured-image{padding:0 0 3rem}}.article-content-section{background:#fff;padding:2rem 0 4rem}@media (width>=768px){.article-content-section{padding:3rem 0 5rem}}.article-content{max-width:750px;color:var(--nordin-charcoal);margin:0 auto;font-size:1.05rem;line-height:1.8}.article-content h1,.article-content h2,.article-content h3,.article-content h4{font-family:var(--font-display);margin:2em 0 .75em;line-height:1.3}.article-content h1{font-size:2rem}.article-content h2{font-size:1.5rem}.article-content h3{font-size:1.25rem}.article-content h4{font-size:1.1rem}.article-content p{margin:0 0 1.5em}.article-content ul,.article-content ol{margin:0 0 1.5em;padding-left:1.5em}.article-content li{margin-bottom:.5em}.article-content a{color:var(--nordin-red);text-decoration:underline}.article-content img{border-radius:12px;max-width:100%;height:auto;margin:2em 0}.article-content .video-embed{background:#000;border-radius:12px;height:0;margin:2em 0;padding-bottom:56.25%;position:relative;overflow:hidden}.article-content .video-embed iframe{width:100%;height:100%;position:absolute;top:0;left:0}.article-content hr{background:var(--nordin-light-gray);border:none;height:2px;margin:3em 0}.article-content blockquote{border-left:4px solid var(--nordin-red);background:var(--nordin-off-white);border-radius:0 8px 8px 0;margin:2em 0;padding:1em 1.5em;font-style:italic}.article-footer{border-top:1px solid var(--nordin-light-gray);max-width:750px;margin:3rem auto 0;padding-top:2rem}.btn-back{color:var(--nordin-charcoal);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.btn-back:hover{color:var(--nordin-red)}.article-cta{background:var(--nordin-off-white);border-top:1px solid var(--nordin-light-gray);padding:4rem 0}.article-cta-content{text-align:center;max-width:500px;margin:0 auto}.article-cta-content h2{font-family:var(--font-display);color:var(--nordin-charcoal);margin-bottom:.5rem;font-size:clamp(1.25rem,4vw,1.5rem);font-weight:700}.article-cta-content p{color:var(--nordin-medium-gray);margin-bottom:1.5rem;font-size:.95rem}.article-cta-btn{background:var(--nordin-red);color:#fff;border-radius:100px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #c41e3a4d}.article-cta-btn:hover{background:var(--nordin-red-hover);color:#fff;box-shadow:0 6px 28px #c41e3a66}.article-not-found{text-align:center;justify-content:center;align-items:center;min-height:60vh;padding:4rem 2rem;display:flex}.article-not-found h1{margin-bottom:.5rem;font-size:1.5rem}.article-not-found p{color:var(--nordin-medium-gray);margin-bottom:1.5rem}.article-detail-loading{padding:120px 0 4rem}.skeleton-breadcrumb{border-radius:4px;width:120px;height:20px;margin-bottom:1.5rem}.skeleton-hero-title{border-radius:4px;width:70%;height:48px;margin-bottom:1.5rem}.skeleton-hero-meta{border-radius:4px;width:300px;height:44px;margin-bottom:2rem}.article-content-skeleton{max-width:750px;margin:3rem auto 0}.skeleton-paragraph{border-radius:4px;width:100%;height:80px;margin-bottom:1.5rem}.skeleton-paragraph.short{width:60%}.admin-layout{background-color:var(--nordin-off-white);min-height:100vh;display:flex}.admin-sidebar{background-color:var(--nordin-dark-gray);width:260px;color:var(--nordin-white);z-index:100;transition:transform var(--transition-slow);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}.admin-sidebar.closed{transform:translate(-100%)}.sidebar-header{padding:var(--spacing-lg);border-bottom:1px solid var(--nordin-gray)}.sidebar-logo{color:var(--nordin-white);align-items:center;gap:var(--spacing-sm);font-size:1.25rem;font-weight:600;text-decoration:none;display:flex}.sidebar-logo:hover{color:var(--nordin-white)}.sidebar-logo span{color:var(--nordin-red)}.sidebar-nav{padding:var(--spacing-md) 0;flex:1;overflow-y:auto}.nav-section{margin-bottom:var(--spacing-lg)}.nav-section-title{padding:var(--spacing-sm) var(--spacing-lg);text-transform:uppercase;letter-spacing:.1em;color:var(--nordin-medium-gray);font-size:.7rem;font-weight:600}.nav-link{padding:.75rem var(--spacing-lg);color:#ccc;transition:all var(--transition-normal);border-left:3px solid #0000;align-items:center;gap:.75rem;font-size:.9rem;text-decoration:none;display:flex}.nav-link:hover{background-color:var(--nordin-gray);color:var(--nordin-white)}.nav-link.active{background-color:var(--nordin-gray);color:var(--nordin-white);border-left-color:var(--nordin-red)}.nav-link svg{flex-shrink:0;width:18px;height:18px}.sidebar-footer{padding:var(--spacing-md) var(--spacing-lg);border-top:1px solid var(--nordin-gray)}.user-info{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.user-avatar{background-color:var(--nordin-red);width:36px;height:36px;color:var(--nordin-white);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.user-details{flex:1;min-width:0}.user-name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.user-role{color:var(--nordin-medium-gray);text-transform:capitalize;font-size:.75rem}.logout-btn{width:100%;padding:var(--spacing-sm);border:1px solid var(--nordin-gray);color:#ccc;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-normal);background-color:#0000;font-size:.85rem}.logout-btn:hover{background-color:var(--nordin-gray);border-color:var(--nordin-medium-gray);color:var(--nordin-white)}.admin-main{background-color:var(--nordin-off-white);flex-direction:column;flex:1;min-height:100vh;margin-left:260px;display:flex}.admin-topbar{background-color:var(--nordin-white);padding:var(--spacing-md) var(--spacing-lg);border-bottom:1px solid var(--nordin-light-gray);z-index:50;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:var(--spacing-md);display:flex}.menu-toggle{padding:var(--spacing-sm);cursor:pointer;color:var(--nordin-charcoal);background:0 0;border:none;display:none}.menu-toggle:hover{color:var(--nordin-red)}.menu-toggle svg{width:24px;height:24px}.page-title{color:var(--nordin-charcoal);margin:0;font-size:1.25rem;font-weight:600}.admin-content{padding:var(--spacing-lg);flex:1}.sidebar-overlay{z-index:90;background-color:#00000080;display:none;position:fixed;inset:0}.sidebar-overlay.visible{display:block}@media (width<=1024px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0}.menu-toggle,.sidebar-overlay.visible{display:block}}.admin-card{background:var(--nordin-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.admin-card-header{margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-md);border-bottom:1px solid var(--nordin-light-gray);justify-content:space-between;align-items:center;display:flex}.admin-card-title{color:var(--nordin-charcoal);margin:0;font-size:1.1rem;font-weight:600}.admin-grid{gap:var(--spacing-lg);display:grid}.admin-grid-2{grid-template-columns:repeat(2,1fr)}.admin-grid-3{grid-template-columns:repeat(3,1fr)}.admin-grid-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.admin-grid-3,.admin-grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.admin-grid-2,.admin-grid-3,.admin-grid-4{grid-template-columns:1fr}.admin-content{padding:var(--spacing-md)}}.stat-card{background:var(--nordin-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.25rem}.stat-card-label{color:var(--nordin-medium-gray);margin-bottom:var(--spacing-sm);font-size:.85rem}.stat-card-value{color:var(--nordin-charcoal);font-size:1.75rem;font-weight:700}.stat-card-change{margin-top:var(--spacing-xs);font-size:.8rem}.stat-card-change.positive{color:var(--color-success)}.stat-card-change.negative{color:var(--color-error)}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:var(--nordin-medium-gray);border-bottom:2px solid var(--nordin-light-gray);padding:.75rem;font-size:.85rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--nordin-light-gray);padding:.75rem}.admin-table tr:hover{background-color:var(--nordin-off-white)}.badge{border-radius:var(--radius-sm);padding:.25rem .5rem;font-size:.8rem;font-weight:500;display:inline-block}.badge-success{color:var(--color-success);background-color:#0596691a}.badge-warning{color:var(--color-warning);background-color:#d977061a}.badge-error{color:var(--color-error);background-color:#dc26261a}.badge-info{background-color:var(--nordin-red-light);color:var(--nordin-red)}.btn-icon{border:1px solid var(--nordin-light-gray);border-radius:var(--radius-sm);cursor:pointer;width:36px;height:36px;color:var(--nordin-medium-gray);transition:all var(--transition-fast);background:0 0;justify-content:center;align-items:center;padding:0;display:flex}.btn-icon:hover{border-color:var(--nordin-charcoal);color:var(--nordin-charcoal);background:var(--nordin-off-white)}.btn-icon-danger:hover{border-color:var(--color-error);color:var(--color-error);background:#dc26260d}.btn-danger{background-color:var(--color-error);color:var(--nordin-white);border:none}.btn-danger:hover{background-color:#b91c1c}.modal-overlay{z-index:1000;padding:var(--spacing-md);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--nordin-white);border-radius:var(--radius-lg);width:100%;max-width:600px;max-height:90vh;box-shadow:var(--shadow-lg);overflow-y:auto}.modal-sm{max-width:400px}.modal-header{padding:var(--spacing-lg);border-bottom:1px solid var(--nordin-light-gray);justify-content:space-between;align-items:center;display:flex}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600}.modal-close{color:var(--nordin-medium-gray);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1}.modal-close:hover{color:var(--nordin-charcoal)}.modal-body{padding:var(--spacing-lg)}.modal-footer{justify-content:flex-end;gap:var(--spacing-sm);padding:var(--spacing-lg);border-top:1px solid var(--nordin-light-gray);display:flex}.form-row{gap:var(--spacing-md);grid-template-columns:1fr 1fr;display:grid}@media (width<=480px){.form-row{grid-template-columns:1fr}}.form-group{margin-bottom:var(--spacing-md)}.form-group label{color:var(--nordin-charcoal);margin-bottom:var(--spacing-xs);justify-content:space-between;align-items:center;font-size:.9rem;font-weight:500;display:flex}.form-group input,.form-group textarea,.form-group select{border:1px solid var(--nordin-light-gray);border-radius:var(--radius-md);width:100%;transition:border-color var(--transition-fast);padding:.625rem .75rem;font-size:.95rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--nordin-red);outline:none}.form-group textarea{resize:vertical;min-height:100px}.form-error{color:var(--color-error);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);margin-bottom:var(--spacing-md);background:#dc26261a;font-size:.9rem}.char-count{color:var(--nordin-medium-gray);font-size:.8rem;font-weight:400}.char-count.warning{color:var(--color-warning)}.checkbox-label{align-items:center;gap:var(--spacing-sm);cursor:pointer;display:flex!important}.checkbox-label input[type=checkbox]{width:auto}.social-inputs{gap:var(--spacing-sm);flex-direction:column;display:flex}.social-inputs input{border:1px solid var(--nordin-light-gray);border-radius:var(--radius-md);width:100%;padding:.5rem .75rem;font-size:.9rem}.photo-upload-section{text-align:center;margin-bottom:var(--spacing-lg)}.photo-preview{width:120px;height:120px;margin:0 auto var(--spacing-sm);background:var(--nordin-off-white);border:2px dashed var(--nordin-light-gray);cursor:pointer;transition:border-color var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.photo-preview:hover{border-color:var(--nordin-red)}.photo-preview img{object-fit:cover;width:100%;height:100%}.photo-placeholder{align-items:center;gap:var(--spacing-xs);color:var(--nordin-medium-gray);flex-direction:column;font-size:.8rem;display:flex}.photo-uploading{color:var(--nordin-charcoal);background:#ffffffe6;justify-content:center;align-items:center;font-size:.85rem;display:flex;position:absolute;inset:0}.photo-hint{color:var(--nordin-medium-gray);font-size:.8rem}.staff-admin-list{gap:var(--spacing-sm);flex-direction:column;display:flex}.staff-admin-card{align-items:center;gap:var(--spacing-md);padding:var(--spacing-md);background:var(--nordin-off-white);border-radius:var(--radius-md);transition:all var(--transition-fast);display:flex}.staff-admin-card:hover{background:var(--nordin-light-gray)}.staff-admin-card.dragging{opacity:.5;background:var(--nordin-red-light)}.staff-admin-card-drag{cursor:grab;color:var(--nordin-medium-gray);padding:var(--spacing-xs)}.staff-admin-card-drag:active{cursor:grabbing}.staff-admin-card-photo{object-fit:cover;border-radius:50%;flex-shrink:0;width:50px;height:50px}.staff-admin-card-info{flex:1;min-width:0}.staff-admin-card-info h3{margin:0 0 var(--spacing-xs) 0;color:var(--nordin-charcoal);font-size:1rem;font-weight:600}.staff-admin-card-title{color:var(--nordin-medium-gray);margin:0;font-size:.85rem}.staff-admin-card-email{color:var(--nordin-medium-gray);margin:var(--spacing-xs) 0 0 0;font-size:.8rem}.staff-admin-card-status{flex-shrink:0}.staff-admin-card-actions{gap:var(--spacing-xs);flex-shrink:0;display:flex}@media (width<=640px){.staff-admin-card{flex-wrap:wrap}.staff-admin-card-info{flex-basis:calc(100% - 80px)}.staff-admin-card-status,.staff-admin-card-actions{margin-left:auto}}.lead-contact-grid{gap:var(--spacing-md);grid-template-columns:repeat(2,1fr);display:grid}.lead-contact-grid>div{padding:var(--spacing-sm);background:var(--nordin-off-white);border-radius:var(--radius-sm)}.lead-contact-grid label{color:var(--nordin-medium-gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--spacing-xs);font-size:.75rem;font-weight:600;display:block}.lead-contact-grid a{color:var(--nordin-red);text-decoration:none}.lead-contact-grid a:hover{text-decoration:underline}.lead-actions-grid{gap:var(--spacing-md);grid-template-columns:1fr 1fr;display:grid}.notes-list{gap:var(--spacing-sm);max-height:200px;margin-bottom:var(--spacing-sm);flex-direction:column;display:flex;overflow-y:auto}.note-item{padding:var(--spacing-sm);background:var(--nordin-off-white);border-radius:var(--radius-sm);border-left:3px solid var(--nordin-red)}.note-meta{color:var(--nordin-medium-gray);margin-bottom:var(--spacing-xs);justify-content:space-between;font-size:.8rem;display:flex}.note-item p{margin:0;font-size:.9rem}.stat-card-active{border:2px solid var(--nordin-red)}.admin-alert{border-radius:var(--radius-md);margin-bottom:1rem;padding:.875rem 1rem;font-size:.9rem}.admin-alert-error{color:#dc2626;background:#fee2e2;border:1px solid #fecaca}.admin-alert-success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.admin-form-panel{background:var(--nordin-off-white);border-radius:var(--radius-md);border:1px solid var(--nordin-light-gray);margin-bottom:1.5rem;padding:1.25rem}.admin-form-row{gap:1rem;margin-bottom:1rem;display:grid}.admin-form-row-2{grid-template-columns:repeat(2,1fr)}.admin-form-row-3{grid-template-columns:2fr 1fr}@media (width<=640px){.admin-form-row-2,.admin-form-row-3{grid-template-columns:1fr}}.admin-form-actions{flex-wrap:wrap;gap:.5rem;display:flex}@media (width<=480px){.admin-form-actions{flex-direction:column}.admin-form-actions button{width:100%}}.admin-btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.admin-btn-primary{background:var(--nordin-red);color:#fff}.admin-btn-primary:hover{background:var(--nordin-red-hover)}.admin-btn-secondary{background:var(--nordin-light-gray);color:var(--nordin-charcoal)}.admin-btn-secondary:hover{background:#d1d5db}.admin-btn-sm{min-height:36px;padding:.5rem .875rem;font-size:.85rem}.admin-btn-danger{color:#dc2626;background:#fee2e2}.admin-btn-danger:hover{background:#fecaca}.admin-badge{text-transform:capitalize;border-radius:100px;padding:.3rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.admin-badge-admin{color:#92400e;background:#fef3c7}.admin-badge-editor{color:#3730a3;background:#e0e7ff}.admin-badge-active{color:#065f46;background:#d1fae5}.admin-badge-inactive{color:#991b1b;background:#fee2e2}.admin-badge-pending{color:#92400e;background:#fef3c7}.admin-badge-used{color:#065f46;background:#d1fae5}.admin-user-you{color:var(--nordin-medium-gray);margin-left:.25rem;font-size:.8rem}.btn-icon,.modal-close,.nav-link,.logout-btn,.admin-table tr,.staff-admin-card,.stat-card{min-height:44px}.btn,.auth-btn,button[type=submit]{touch-action:manipulation;min-height:48px;padding:.75rem 1.25rem;font-size:1rem}.btn-icon{width:44px;height:44px}.form-group input,.form-group textarea,.form-group select{min-height:48px;padding:.75rem 1rem;font-size:16px}@media (width<=768px){.admin-table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.admin-table th,.admin-table td{white-space:nowrap;padding:1rem .75rem}.admin-table.responsive-cards{flex-direction:column;gap:.75rem;display:flex}.admin-table.responsive-cards thead{display:none}.admin-table.responsive-cards tbody{flex-direction:column;gap:.75rem;display:flex}.admin-table.responsive-cards tr{background:var(--nordin-off-white);border-radius:var(--radius-md);border:1px solid var(--nordin-light-gray);flex-direction:column;padding:1rem;display:flex}.admin-table.responsive-cards td{border-bottom:1px solid var(--nordin-light-gray);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.admin-table.responsive-cards td:last-child{border-bottom:none}.admin-table.responsive-cards td:before{content:attr(data-label);color:var(--nordin-medium-gray);text-transform:uppercase;font-size:.8rem;font-weight:600}}@media (width<=1024px){.admin-sidebar{width:280px}.admin-sidebar.open{box-shadow:0 0 50px #0000004d}.nav-link{padding:1rem var(--spacing-lg);min-height:52px}.sidebar-footer{padding:var(--spacing-lg)}.logout-btn{padding:.875rem;font-size:.95rem}.admin-topbar{padding:.75rem 1rem}.menu-toggle{border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;display:flex}.menu-toggle:active{background:var(--nordin-light-gray)}.page-title{font-size:1.1rem}}@media (width<=640px){.admin-content{padding:1rem}.admin-card{border-radius:var(--radius-md);padding:1rem}.admin-card-header{flex-direction:column;align-items:flex-start;gap:.75rem}.admin-card-header .auth-btn,.admin-card-header button{justify-content:center;width:100%}.modal-overlay{align-items:flex-end;padding:0}.modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-width:100%;max-height:90vh}.modal-header{padding:1.25rem 1rem}.modal-body{padding:1rem}.modal-footer{flex-direction:column;gap:.5rem;padding:1rem}.modal-footer button{width:100%}.modal-close{justify-content:center;align-items:center;width:44px;height:44px;display:flex}.lead-contact-grid,.lead-actions-grid{grid-template-columns:1fr}.stat-card{padding:1rem}.stat-card-value{font-size:1.5rem}}@media (hover:none) and (pointer:coarse){.btn-icon:active,.nav-link:active,.stat-card:active,.staff-admin-card:active{opacity:.9;transform:scale(.98)}.admin-table tr:active{background-color:var(--nordin-light-gray)}}.btn-icon:focus-visible,.nav-link:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--nordin-red);outline-offset:2px}.sidebar-nav,.modal-body,.admin-content{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.btn-icon,.nav-link,.stat-card[onclick],.staff-admin-card{-webkit-user-select:none;user-select:none}.auth-page{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, var(--nordin-gray) 100%);min-height:100vh;padding:var(--spacing-md);justify-content:center;align-items:center;display:flex}.auth-card{background:var(--nordin-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:420px;padding:var(--spacing-2xl)}.auth-header{text-align:center;margin-bottom:var(--spacing-xl)}.auth-logo{color:var(--nordin-charcoal);margin-bottom:var(--spacing-sm);font-size:1.5rem;font-weight:700}.auth-logo span{color:var(--nordin-red)}.auth-subtitle{color:var(--nordin-medium-gray);font-size:.9rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{gap:var(--spacing-sm);flex-direction:column;display:flex}.form-label{color:var(--nordin-charcoal);font-size:.85rem;font-weight:500}.form-input{padding:.75rem var(--spacing-md);border:1px solid var(--nordin-light-gray);border-radius:var(--radius-md);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);background-color:var(--nordin-white);font-size:1rem}.form-input:focus{border-color:var(--nordin-red);box-shadow:0 0 0 3px var(--nordin-red-light);outline:none}.form-input::placeholder{color:#aaa}.form-error{color:var(--color-error);margin-top:var(--spacing-xs);font-size:.8rem}.auth-error{color:var(--color-error);padding:.75rem var(--spacing-md);border-radius:var(--radius-md);text-align:center;background-color:#fef2f2;border:1px solid #fee2e2;font-size:.9rem}.auth-info{color:var(--color-info);padding:.75rem var(--spacing-md);border-radius:var(--radius-md);text-align:center;background-color:#eff6ff;border:1px solid #dbeafe;font-size:.9rem}.auth-success{color:var(--color-success);padding:.75rem var(--spacing-md);border-radius:var(--radius-md);text-align:center;background-color:#ecfdf5;border:1px solid #d1fae5;font-size:.9rem}.auth-btn{background-color:var(--nordin-red);color:var(--nordin-white);padding:.875rem var(--spacing-lg);border-radius:var(--radius-md);cursor:pointer;transition:background-color var(--transition-fast), transform var(--transition-fast);border:none;font-size:1rem;font-weight:600}.auth-btn:hover{background-color:var(--nordin-red-hover)}.auth-btn:active{transform:scale(.98)}.auth-btn:disabled{background-color:var(--nordin-light-gray);color:var(--nordin-medium-gray);cursor:not-allowed;transform:none}.auth-footer{margin-top:var(--spacing-lg);text-align:center;color:var(--nordin-medium-gray);font-size:.85rem}.auth-footer a{color:var(--nordin-red);transition:color var(--transition-fast);font-weight:500;text-decoration:none}.auth-footer a:hover{color:var(--nordin-red-hover);text-decoration:underline}.password-requirements{color:var(--nordin-medium-gray);margin-top:var(--spacing-sm);font-size:.8rem}.password-requirements ul{margin:var(--spacing-sm) 0 0 var(--spacing-md);padding:0}.password-requirements li{margin-bottom:var(--spacing-xs);transition:color var(--transition-fast)}.password-requirements li.valid{color:var(--color-success)}.auth-loading{background:linear-gradient(135deg, var(--nordin-charcoal) 0%, var(--nordin-gray) 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.spinner{border:3px solid var(--nordin-gray);border-top-color:var(--nordin-red);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@media (width<=480px){.auth-card{padding:var(--spacing-lg)}}.rte-container{border:2px solid var(--nordin-light-gray);background:#fff;border-radius:12px;overflow:hidden}.rte-container:focus-within{border-color:var(--nordin-red);box-shadow:0 0 0 3px #c41e3a1a}.rte-toolbar{background:var(--nordin-off-white);border-bottom:1px solid var(--nordin-light-gray);flex-wrap:wrap;align-items:center;gap:4px;padding:8px 12px;display:flex}.rte-block-select{border:1px solid var(--nordin-light-gray);cursor:pointer;background:#fff;border-radius:6px;min-width:110px;padding:6px 10px;font-size:.85rem}.rte-block-select:focus{border-color:var(--nordin-red);outline:none}.rte-toolbar-btn{width:36px;height:36px;color:var(--nordin-charcoal);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:14px;transition:all .15s;display:flex}.rte-toolbar-btn:hover{background:var(--nordin-light-gray)}.rte-toolbar-btn.active{background:var(--nordin-red);color:#fff}.rte-toolbar-btn:disabled{opacity:.4;cursor:not-allowed}.rte-toolbar-btn svg{width:18px;height:18px}.rte-toolbar-sep{background:var(--nordin-light-gray);width:1px;height:24px;margin:0 4px}.rte-editor{min-height:400px;color:var(--nordin-charcoal);outline:none;padding:20px;font-size:1rem;line-height:1.7}.rte-editor:empty:before{content:attr(data-placeholder);color:var(--nordin-medium-gray);pointer-events:none}.rte-editor h1,.rte-editor h2,.rte-editor h3,.rte-editor h4{margin:1.5em 0 .5em;line-height:1.3}.rte-editor h1:first-child,.rte-editor h2:first-child,.rte-editor h3:first-child,.rte-editor h4:first-child{margin-top:0}.rte-editor h1{font-size:2rem}.rte-editor h2{font-size:1.5rem}.rte-editor h3{font-size:1.25rem}.rte-editor h4{font-size:1.1rem}.rte-editor p{margin:0 0 1em}.rte-editor ul,.rte-editor ol{margin:0 0 1em;padding-left:1.5em}.rte-editor li{margin-bottom:.25em}.rte-editor a{color:var(--nordin-red);text-decoration:underline}.rte-editor img{border-radius:8px;max-width:100%;height:auto;margin:1em 0}.rte-editor .video-embed{background:#000;border-radius:8px;height:0;margin:1.5em 0;padding-bottom:56.25%;position:relative;overflow:hidden}.rte-editor .video-embed iframe{width:100%;height:100%;position:absolute;top:0;left:0}.rte-editor hr{background:var(--nordin-light-gray);border:none;height:2px;margin:2em 0}.rte-editor blockquote{border-left:4px solid var(--nordin-red);background:var(--nordin-off-white);margin:1em 0;padding:.5em 1em;font-style:italic}.rte-dialog-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.rte-dialog{background:#fff;border-radius:12px;min-width:320px;max-width:90%;padding:1.5rem;box-shadow:0 20px 50px #0003}.rte-dialog h3{margin:0 0 1rem;font-size:1.1rem}.rte-dialog input{border:2px solid var(--nordin-light-gray);border-radius:8px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem}.rte-dialog input:focus{border-color:var(--nordin-red);outline:none}.rte-dialog-actions{justify-content:flex-end;gap:.5rem;display:flex}.rte-dialog-actions button{cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .15s}.rte-dialog-actions button:not(.primary){background:var(--nordin-light-gray);color:var(--nordin-charcoal)}.rte-dialog-actions button:not(.primary):hover{background:#ddd}.rte-dialog-actions button.primary{background:var(--nordin-red);color:#fff}.rte-dialog-actions button.primary:hover{background:var(--nordin-red-hover)}@media (width<=640px){.rte-toolbar{gap:2px;padding:6px 8px}.rte-toolbar-btn{width:40px;height:40px}.rte-block-select{flex:1;min-width:0;margin-bottom:4px}.rte-toolbar-sep{display:none}.rte-editor{min-height:300px;padding:16px}}.articles-page{padding:0}.articles-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.articles-header h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.articles-header p{color:var(--nordin-medium-gray);margin:0;font-size:.9rem}.btn-primary{background:var(--nordin-red);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s;display:inline-flex}.btn-primary:hover{background:var(--nordin-red-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:var(--nordin-light-gray);color:var(--nordin-charcoal);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s;display:inline-flex}.btn-secondary:hover{background:#ddd}.articles-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.filter-btn{border:1px solid var(--nordin-light-gray);cursor:pointer;background:#fff;border-radius:100px;min-height:40px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.filter-btn:hover{border-color:var(--nordin-red)}.filter-btn.active{background:var(--nordin-red);border-color:var(--nordin-red);color:#fff}.articles-list{flex-direction:column;gap:.75rem;display:flex}.article-row{border:1px solid var(--nordin-light-gray);cursor:pointer;background:#fff;border-radius:12px;grid-template-columns:1fr auto auto;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .2s;display:grid}.article-row:hover{border-color:var(--nordin-red);box-shadow:0 4px 12px #0000000d}@media (width<=768px){.article-row{grid-template-columns:1fr;gap:.75rem}}.article-row-title{color:var(--nordin-charcoal);margin:0 0 .25rem;font-size:1rem;font-weight:600}.article-row-excerpt{color:var(--nordin-medium-gray);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;font-size:.85rem;display:-webkit-box;overflow:hidden}.article-row-meta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.article-status{border-radius:100px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.article-author,.article-date{color:var(--nordin-medium-gray);font-size:.8rem}.article-row-actions{gap:.25rem;display:flex}.article-action-btn{width:36px;height:36px;color:var(--nordin-medium-gray);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.article-action-btn:hover{background:var(--nordin-light-gray);color:var(--nordin-charcoal)}.article-action-btn.delete:hover{color:#dc2626;background:#fee2e2}.articles-empty{text-align:center;border:1px solid var(--nordin-light-gray);background:#fff;border-radius:12px;padding:4rem 2rem}.articles-empty svg{color:var(--nordin-light-gray);margin-bottom:1rem}.articles-empty h3{margin:0 0 .5rem;font-size:1.1rem}.articles-empty p{color:var(--nordin-medium-gray);margin:0}.articles-loading{flex-direction:column;gap:.75rem;display:flex}.article-row-skeleton{border:1px solid var(--nordin-light-gray);background:#fff;border-radius:12px;padding:1rem 1.25rem}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:1.5s infinite shimmer}.skeleton-title{width:60%;height:20px;margin-bottom:.5rem}.skeleton-text{width:40%;height:14px}.article-editor{border:1px solid var(--nordin-light-gray);background:#fff;border-radius:12px;overflow:hidden}.article-editor-header{border-bottom:1px solid var(--nordin-light-gray);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.article-title-input{border:none;outline:none;flex:1;min-width:200px;padding:.5rem 0;font-size:1.5rem;font-weight:700}.article-title-input::placeholder{color:#ccc}.article-editor-actions{gap:.5rem;display:flex}.article-editor-tabs{border-bottom:1px solid var(--nordin-light-gray);background:var(--nordin-off-white);display:flex}.editor-tab{color:var(--nordin-medium-gray);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;min-height:48px;margin-bottom:-1px;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.editor-tab:hover{color:var(--nordin-charcoal)}.editor-tab.active{color:var(--nordin-red);border-bottom-color:var(--nordin-red);background:#fff}.article-editor-content{grid-template-columns:1fr 320px;min-height:500px;display:grid}@media (width<=1024px){.article-editor-content{grid-template-columns:1fr}}.article-editor-main{border-right:1px solid var(--nordin-light-gray)}@media (width<=1024px){.article-editor-main{border-right:none;border-bottom:1px solid var(--nordin-light-gray)}}.article-editor-sidebar{background:var(--nordin-off-white);flex-direction:column;gap:1.25rem;max-height:calc(100vh - 200px);padding:1.25rem;display:flex;overflow-y:auto}.editor-panel{border:1px solid var(--nordin-light-gray);background:#fff;border-radius:10px;padding:1rem}.editor-panel h4{text-transform:uppercase;letter-spacing:.05em;color:var(--nordin-medium-gray);margin:0 0 .75rem;font-size:.8rem;font-weight:700}.editor-panel select,.editor-panel input,.editor-panel textarea{border:1px solid var(--nordin-light-gray);border-radius:6px;width:100%;padding:.6rem .75rem;font-size:.9rem}.editor-panel select:focus,.editor-panel input:focus,.editor-panel textarea:focus{border-color:var(--nordin-red);outline:none}.editor-panel small{text-align:right;color:var(--nordin-medium-gray);margin-top:.25rem;font-size:.75rem;display:block}.featured-image-preview{position:relative}.featured-image-preview img{border-radius:6px;width:100%;margin-bottom:.5rem}.featured-image-preview button{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:6px;width:100%;padding:.5rem;font-size:.85rem}.tags-input-wrap{gap:.5rem;display:flex}.tags-input-wrap input{flex:1}.tags-input-wrap button{background:var(--nordin-red);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:0 .75rem;font-size:.85rem}.tags-list{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.tag{background:var(--nordin-light-gray);border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.8rem;display:inline-flex}.tag button{color:var(--nordin-medium-gray);cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;line-height:1}.tag button:hover{color:#dc2626}.article-editor-settings{max-width:700px;padding:2rem}.settings-section{margin-bottom:2rem}.settings-section h3{margin:0 0 .25rem;font-size:1.1rem}.settings-help{color:var(--nordin-medium-gray);margin:0 0 1rem;font-size:.85rem}.settings-section label{margin-bottom:1rem;font-size:.9rem;font-weight:600;display:block}.settings-section input,.settings-section textarea{border:1px solid var(--nordin-light-gray);border-radius:8px;width:100%;margin-top:.5rem;padding:.75rem;font-size:.95rem}.settings-section input:focus,.settings-section textarea:focus{border-color:var(--nordin-red);outline:none}.settings-section small{text-align:right;color:var(--nordin-medium-gray);margin-top:.25rem;font-size:.75rem;display:block}.media-picker-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.media-picker-modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:800px;max-height:80vh;display:flex;overflow:hidden}.media-picker-header{border-bottom:1px solid var(--nordin-light-gray);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.media-picker-header h2{margin:0;font-size:1.1rem}.media-picker-close{cursor:pointer;width:36px;height:36px;color:var(--nordin-medium-gray);background:0 0;border:none;font-size:1.5rem}.media-picker-body{flex:1;padding:1rem;overflow-y:auto}.media-picker-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;display:grid}.media-picker-item{aspect-ratio:1;cursor:pointer;border:3px solid #0000;border-radius:8px;transition:all .2s;overflow:hidden}.media-picker-item:hover{border-color:var(--nordin-light-gray)}.media-picker-item.selected{border-color:var(--nordin-red)}.media-picker-item img{object-fit:cover;width:100%;height:100%}.media-picker-footer{border-top:1px solid var(--nordin-light-gray);background:var(--nordin-off-white);gap:.75rem;padding:1rem 1.25rem;display:flex}.media-picker-footer input{border:1px solid var(--nordin-light-gray);border-radius:6px;flex:1;padding:.6rem .75rem}.alert{border-radius:8px;margin-bottom:1rem;padding:.875rem 1rem;font-size:.9rem}.alert-error{color:#dc2626;background:#fee2e2;border:1px solid #fecaca}.alert-success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}
