:root{--color-bg:#fafaf7;--color-bg-alt:#f0f2ec;--color-bg-dark:#1a2e1a;--color-bg-dark-deep:#0f1a0f;--color-green:#2d6a1e;--color-green-dark:#1a3a1a;--color-green-light:#4a8c3f;--color-gold:#c8962e;--color-gold-hover:#daa63e;--color-gold-light:#c8962e1f;--color-text:#1c1c1a;--color-text-muted:#5a6358;--color-text-on-dark:#f0efe8;--color-text-on-dark-muted:#a8b0a0;--color-border:#d8dbd4;--color-border-light:#e8ebe4;--color-white:#fff;--color-danger:#dc2626;--color-danger-light:#fef2f2;--color-danger-dark:#b91c1c;--font-display:"Fraunces", Georgia, serif;--font-body:"Figtree", system-ui, sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2.5rem;--space-2xl:4rem;--space-3xl:6rem;--space-4xl:8rem;--space-5xl:10rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001f;--shadow-xl:0 16px 48px #00000029;--shadow-card:0 2px 8px #0000000a, 0 0 0 1px var(--color-border-light);--shadow-card-hover:0 12px 36px #0000001a, 0 0 0 1px var(--color-gold);--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease;--transition-reveal:.7s cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);min-height:100vh;font-weight:400;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.page{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.container{width:100%;max-width:1200px;padding:0 var(--space-lg);margin:0 auto}.section{padding:var(--space-4xl) 0;position:relative}.section--tight{padding:var(--space-3xl) 0}.section--spacious{padding:var(--space-5xl) 0}.section--alt{background-color:var(--color-bg-alt)}.section--dark{background-color:var(--color-bg-dark);color:var(--color-text-on-dark)}.section__header{text-align:center;margin-bottom:var(--space-3xl)}.section__header--left{text-align:left;max-width:560px}.section__header--left .section__subtitle{margin:0}.section__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-sm);font-size:.72rem;font-weight:600;display:inline-block}.section__title{font-family:var(--font-display);color:var(--color-text);margin-bottom:var(--space-md);font-size:clamp(2.2rem,5vw,3.2rem);font-weight:400;line-height:1.1}.section--dark .section__title{color:var(--color-text-on-dark)}.section__subtitle{color:var(--color-text-muted);max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.7}.section--dark .section__subtitle{color:var(--color-text-on-dark-muted)}.reveal{opacity:0;transition:opacity var(--transition-reveal), transform var(--transition-reveal);will-change:opacity, transform;transform:translateY(32px)}.reveal--visible{opacity:1;transform:translateY(0)}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}.reveal--delay-5{transition-delay:.5s}.reveal--delay-6{transition-delay:.6s}.reveal--slide-left{opacity:0;transition:opacity var(--transition-reveal), transform var(--transition-reveal);will-change:opacity, transform;transform:translate(-40px)}.reveal--slide-right{opacity:0;transition:opacity var(--transition-reveal), transform var(--transition-reveal);will-change:opacity, transform;transform:translate(40px)}.reveal--slide-left.reveal--visible,.reveal--slide-right.reveal--visible{opacity:1;transform:translate(0)}.reveal--scale{opacity:0;transition:opacity var(--transition-reveal), transform var(--transition-reveal);will-change:opacity, transform;transform:scale(.92)}.reveal--scale.reveal--visible{opacity:1;transform:scale(1)}.divider-angle{position:relative}.divider-angle:before{content:"";background:inherit;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%);z-index:1;height:80px;position:absolute;top:-40px;left:0;right:0}.divider-angle--reverse:before{clip-path:polygon(0 0,100% 50%,100% 100%,0 100%)}.divider-topo{pointer-events:none;opacity:.03;position:absolute;inset:0;overflow:hidden}.divider-topo svg{width:100%;height:100%}.nav{z-index:100;padding:var(--space-xs) 0;transition:background var(--transition-base), box-shadow var(--transition-base), padding var(--transition-base);position:fixed;top:0;left:0;right:0}.nav:before{content:"";pointer-events:none;z-index:-1;height:180%;transition:opacity var(--transition-base);background:linear-gradient(#0f1a0f8c 0%,#0f1a0f40 55%,#0f1a0f00 100%);position:absolute;inset:0 0 auto}.nav--scrolled:before{opacity:0}.nav--scrolled{-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-sm);padding:var(--space-xs) 0;background:#fafaf7f2}.nav__inner{max-width:1200px;padding:0 var(--space-lg);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.nav__logo{align-items:center;gap:var(--space-sm);z-index:101;display:flex}.nav__logo img{object-fit:contain;filter:drop-shadow(0 2px 8px #0006);width:134px;height:134px;transition:height var(--transition-base), width var(--transition-base), margin var(--transition-base), filter var(--transition-base);margin:-22px 0 -26px}.nav--scrolled .nav__logo img{filter:drop-shadow(0 1px 4px #0000002e);width:116px;height:116px;margin:-18px 0 -22px}.nav__logo-text{font-family:var(--font-display);color:var(--color-text-on-dark);text-shadow:0 1px 2px #00000059;transition:color var(--transition-base), text-shadow var(--transition-base);white-space:nowrap;font-size:1.5rem}.nav--scrolled .nav__logo-text{color:var(--color-text);text-shadow:none}.nav__links{align-items:center;gap:var(--space-xl);display:flex}.nav__link{letter-spacing:.02em;color:var(--color-text-on-dark);text-shadow:0 1px 2px #00000059;transition:color var(--transition-fast), text-shadow var(--transition-base);font-size:.95rem;font-weight:600;position:relative}.nav__link:after{content:"";background:var(--color-gold);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.nav__link:hover:after{width:100%}.nav__link:hover{color:var(--color-text-on-dark)}.nav--scrolled .nav__link{color:var(--color-text-muted);text-shadow:none}.nav--scrolled .nav__link:hover{color:var(--color-text)}.nav__cta{align-items:center;gap:var(--space-sm);color:var(--color-gold-hover);letter-spacing:.02em;text-shadow:0 1px 2px #0006;transition:color var(--transition-fast), text-shadow var(--transition-base);font-size:.95rem;font-weight:700;display:flex}.nav--scrolled .nav__cta{color:var(--color-gold);text-shadow:none}.nav__cta:hover{color:var(--color-gold-hover)}.nav__cta svg{width:16px;height:16px}.nav__hamburger{z-index:101;flex-direction:column;gap:5px;padding:4px;display:none}.nav__hamburger span{background:var(--color-text-on-dark);width:24px;height:2px;transition:transform var(--transition-base), opacity var(--transition-fast);display:block}.nav--scrolled .nav__hamburger span{background:var(--color-text)}.nav__hamburger--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav__hamburger--open span:nth-child(2){opacity:0}.nav__hamburger--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.nav__mobile-overlay{display:none}.hero{background:#0a1a0a;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero__video-overlay{z-index:1;pointer-events:none;background:linear-gradient(#0a1a0aa6 0%,#0a1a0a80 30%,#0a1a0a8c 60%,#0a1a0abf 100%);position:absolute;inset:0}.hero:after{content:"";z-index:1;pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 79px,#ffffff05 79px 80px),repeating-linear-gradient(90deg,#0000,#0000 79px,#ffffff05 79px 80px);position:absolute;inset:0}.hero__vignette{z-index:1;pointer-events:none;background:radial-gradient(#0000 40%,#0a1a0a80 100%);position:absolute;inset:0}.hero__content{z-index:2;text-align:center;padding:var(--space-4xl) var(--space-lg);align-items:center;gap:var(--space-lg);flex-direction:column;max-width:860px;display:flex;position:relative}.hero__badge{align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-md);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);letter-spacing:.06em;text-transform:uppercase;color:var(--color-gold);background:#00000073;border:1px solid #c8962e59;font-size:.8rem;font-weight:600;animation:.8s ease-out fadeIn;display:inline-flex}.hero__badge-dot{background:var(--color-green-light);width:6px;height:6px;box-shadow:0 0 8px var(--color-green-light);border-radius:50%;animation:2.5s ease-in-out infinite pulse}.hero__title{font-family:var(--font-display);color:var(--color-text-on-dark);letter-spacing:-.01em;text-shadow:0 2px 20px #00000080,0 4px 40px #0000004d;font-size:clamp(3rem,8vw,5.5rem);font-style:italic;font-weight:400;line-height:1;animation:.7s ease-out .15s both fadeSlideUp}.hero__title em{color:var(--color-gold);font-style:normal}.hero__subtitle{color:#f0efe8d9;text-shadow:0 1px 8px #0006;max-width:520px;font-size:clamp(1rem,2vw,1.15rem);font-weight:400;line-height:1.75;animation:.7s ease-out .35s both fadeSlideUp}.hero__actions{align-items:center;gap:var(--space-lg);margin-top:var(--space-md);animation:.7s ease-out .55s both fadeSlideUp;display:flex}.hero__scroll-hint{z-index:2;align-items:center;gap:var(--space-sm);color:#fff6;letter-spacing:.1em;text-transform:uppercase;flex-direction:column;font-size:.7rem;animation:1s ease-out 1.2s both fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-line{background:linear-gradient(#fff6,#0000);width:1px;height:32px;animation:2s ease-in-out infinite scrollBounce}@keyframes scrollBounce{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:.8;transform:scaleY(.6)}}.btn{justify-content:center;align-items:center;gap:var(--space-sm);font-family:var(--font-body);letter-spacing:.01em;border-radius:var(--radius-md);transition:transform var(--transition-base), box-shadow var(--transition-base), background var(--transition-base), color var(--transition-fast), border-color var(--transition-fast);white-space:nowrap;padding:.85rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:active{transform:scale(.97)}.btn--primary{background:var(--color-gold);color:var(--color-white);box-shadow:0 2px 12px #c8962e4d}.btn--primary:hover{background:var(--color-gold-hover);transform:translateY(-2px);box-shadow:0 6px 24px #c8962e66}.btn--primary:active{transform:translateY(0)scale(.98)}.btn--secondary{color:#fffc;background:0 0;border:1.5px solid #ffffff59}.btn--secondary:hover{color:var(--color-text-on-dark);background:#ffffff14;border-color:#fff9;transform:translateY(-2px)}.btn--green{background:var(--color-green);color:var(--color-white);box-shadow:0 2px 12px #2d6a1e40}.btn--green:hover{background:var(--color-green-light);transform:translateY(-2px);box-shadow:0 6px 24px #2d6a1e59}.btn--green:active{transform:translateY(0)scale(.98)}.stats{background:var(--color-bg-dark);padding:var(--space-2xl) 0;z-index:2;position:relative;overflow:hidden}.stats:before{content:"";pointer-events:none;background:linear-gradient(90deg,#c8962e08 0%,#0000 50%,#c8962e08 100%);position:absolute;inset:0}.stats__bg-pattern{pointer-events:none;opacity:.03;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cpath d='M200 40c-88 0-160 72-160 160s72 160 160 160 160-72 160-160S288 40 200 40zm0 40c66 0 120 54 120 120s-54 120-120 120S80 266 80 200 134 80 200 80zm0 40c-44 0-80 36-80 80s36 80 80 80 80-36 80-80-36-80-80-80zm0 40c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40z' fill='none' stroke='%23fff' stroke-width='0.5'/%3E%3C/svg%3E");position:absolute;inset:0}.stats__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid;position:relative}.stats__item{text-align:center;position:relative}.stats__item:not(:last-child):after{content:"";right:calc(-1 * var(--space-xl) / 2);background:linear-gradient(#0000,#c8962e33,#0000);width:1px;height:80%;position:absolute;top:10%}.stats__number{font-family:var(--font-display);color:var(--color-gold);margin-bottom:var(--space-sm);font-size:clamp(3rem,6vw,4.5rem);line-height:1.1;display:inline-block;position:relative}.stats__number:after{content:"";background:var(--color-gold);opacity:.35;width:40px;height:2px;margin:var(--space-xs) auto 0;display:block}.stats__label{color:var(--color-text-on-dark-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;font-weight:500}.services-section{position:relative;overflow:hidden}.services-section__bg-pattern{pointer-events:none;opacity:.025;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600'%3E%3Cpath d='M300 60c-132 0-240 108-240 240s108 240 240 240 240-108 240-240S432 60 300 60zm0 40c110 0 200 90 200 200s-90 200-200 200S100 410 100 300 190 100 300 100zm0 60c-77 0-140 63-140 140s63 140 140 140 140-63 140-140S377 160 300 160zm0 60c44 0 80 36 80 80s-36 80-80 80-80-36-80-80 36-80 80-80z' fill='none' stroke='%231a2e1a' stroke-width='0.5'/%3E%3C/svg%3E");position:absolute;inset:0}.services-section__flight-path{pointer-events:none;z-index:0;width:2px;height:100%;position:absolute;top:0;right:5%}.services-section__flight-path:before{content:"";background:repeating-linear-gradient(to bottom, var(--color-green-light) 0px, var(--color-green-light) 8px, transparent 8px, transparent 20px);opacity:.12;position:absolute;inset:0}.services-section__flight-path:after{content:"";background:var(--color-green-light);opacity:.25;width:8px;height:8px;box-shadow:0 0 12px var(--color-green-light);border-radius:50%;position:absolute;top:20%;left:50%;transform:translate(-50%)}.services__grid{gap:var(--space-lg);z-index:1;grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);display:grid;position:relative}.service-card.service-card--featured{align-items:center;gap:var(--space-xl);padding:var(--space-2xl) var(--space-3xl) var(--space-2xl) var(--space-2xl);background:var(--color-bg-dark);color:var(--color-text-on-dark);border-radius:var(--radius-xl);border-left:5px solid var(--color-gold);grid-column:1/3;grid-template-columns:auto 1fr;min-height:220px;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 40px #1a2e1a66}.service-card.service-card--featured:before{content:"";pointer-events:none;opacity:.02;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cpath d='M200 40c-88 0-160 72-160 160s72 160 160 160 160-72 160-160S288 40 200 40zm0 40c66 0 120 54 120 120s-54 120-120 120S80 266 80 200 134 80 200 80z' fill='none' stroke='%23fff' stroke-width='0.5'/%3E%3C/svg%3E");position:absolute;inset:0}.service-card.service-card--featured .service-card__icon{border-radius:var(--radius-lg);width:80px;height:80px;color:var(--color-gold);background:#c8962e2e;border:1px solid #c8962e40;margin-bottom:0}.service-card.service-card--featured .service-card__icon svg{width:38px;height:38px;stroke:var(--color-gold)}.service-card.service-card--featured .service-card__title{color:var(--color-text-on-dark);margin-bottom:var(--space-sm);font-size:2rem}.service-card.service-card--featured .service-card__text{color:var(--color-text-on-dark-muted);font-size:1.05rem;line-height:1.7}.service-card.service-card--featured .service-card__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-sm);padding:var(--space-xs) var(--space-md);border-radius:var(--radius-sm);background:#c8962e1a;font-size:.72rem;font-weight:600;display:inline-block}.service-card{background:var(--color-white);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-card);border-left:3px solid var(--color-green);transition:transform var(--transition-base), box-shadow var(--transition-base), border-color var(--transition-base);color:inherit;cursor:pointer;text-decoration:none;position:relative;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg,0 8px 30px #0000001f);transform:translateY(-4px)}.service-card--wide{align-items:center;gap:var(--space-xl);border-left:none;border-bottom:3px solid var(--color-green);padding:var(--space-xl) var(--space-2xl);grid-column:1/-1;grid-template-columns:auto 1fr;display:grid}.service-card--wide .service-card__icon{margin-bottom:0}.service-card--gold-accent{border-left-color:var(--color-gold)}.service-card:before{content:"";background:linear-gradient(to bottom, var(--color-gold-light), transparent);height:0;transition:height var(--transition-base);pointer-events:none;position:absolute;top:0;left:0;right:0}.service-card:hover{box-shadow:var(--shadow-card-hover);border-left-color:var(--color-gold);transform:translateY(-6px)}.service-card:hover:before{height:100%}.service-card__icon{border-radius:var(--radius-md);background:var(--color-gold-light);width:52px;height:52px;color:var(--color-gold);margin-bottom:var(--space-lg);transition:transform var(--transition-base);justify-content:center;align-items:center;display:flex}.service-card:hover .service-card__icon{transform:scale(1.08)}.service-card__icon svg{width:26px;height:26px}.service-card__title{font-family:var(--font-display);color:var(--color-text);margin-bottom:var(--space-sm);font-size:1.4rem;line-height:1.2}.service-card__text{color:var(--color-text-muted);font-size:.92rem;line-height:1.65}.fleet-section{background:linear-gradient(175deg, var(--color-bg-dark) 0%, #0d1f0d 50%, var(--color-bg-dark-deep) 100%);color:var(--color-text-on-dark);position:relative;overflow:hidden}.fleet-section__bg-pattern{pointer-events:none;opacity:.03;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cpath d='M200 40c-88 0-160 72-160 160s72 160 160 160 160-72 160-160S288 40 200 40zm0 40c66 0 120 54 120 120s-54 120-120 120S80 266 80 200 134 80 200 80zm0 40c-44 0-80 36-80 80s36 80 80 80 80-36 80-80-36-80-80-80z' fill='none' stroke='%23fff' stroke-width='0.5'/%3E%3C/svg%3E");position:absolute;inset:0}.section__eyebrow--on-dark{color:var(--color-gold)}.section__title--on-dark{color:var(--color-text-on-dark)}.section__subtitle--on-dark{color:var(--color-text-on-dark-muted)}.fleet-showcase{gap:var(--space-3xl);margin-bottom:var(--space-3xl);grid-template-columns:1.15fr .85fr;align-items:center;display:grid}.fleet-showcase:last-child{margin-bottom:0}.fleet-showcase--reverse{grid-template-columns:.85fr 1.15fr}.fleet-showcase--reverse .fleet-showcase__image-col{order:2}.fleet-showcase--reverse .fleet-showcase__content-col{order:1}.fleet-showcase__image-col{position:relative}.fleet-showcase__image-wrap{border-radius:var(--radius-xl);aspect-ratio:4/3;transition:transform var(--transition-slow), box-shadow var(--transition-slow);position:relative;overflow:hidden;box-shadow:0 20px 60px #0006,0 0 0 1px #c8962e1a}.fleet-showcase__image-wrap:hover{transform:scale(1.02)translateY(-4px);box-shadow:0 28px 80px #00000080,0 0 0 1px #c8962e33}.fleet-showcase__image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.fleet-showcase__image-wrap:hover img{transform:scale(1.05)}.fleet-showcase__image-overlay{pointer-events:none;background:linear-gradient(#0000 50%,#0a1a0a80 100%);position:absolute;inset:0}.fleet-showcase__content-col{gap:var(--space-md);flex-direction:column;display:flex}.fleet-showcase__tagline{letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold);padding:var(--space-xs) var(--space-md);border-radius:var(--radius-sm);background:#c8962e1a;align-self:flex-start;font-size:.72rem;font-weight:600;display:inline-block}.fleet-showcase__title{font-family:var(--font-display);color:var(--color-text-on-dark);font-size:clamp(2.2rem,4vw,3rem);font-weight:400;line-height:1.1}.fleet-showcase__text{color:var(--color-text-on-dark-muted);font-size:1rem;line-height:1.8}.fleet-showcase__specs-grid{gap:var(--space-md);margin-top:var(--space-md);padding-top:var(--space-lg);border-top:1px solid #ffffff14;grid-template-columns:repeat(2,1fr);display:grid}.fleet-showcase__spec{flex-direction:column;gap:2px;display:flex}.fleet-showcase__spec-value{font-family:var(--font-display);color:var(--color-gold);font-size:1.5rem;line-height:1.2}.fleet-showcase__spec-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-on-dark-muted);font-size:.75rem;font-weight:600}.about-section{background:var(--color-bg-dark);color:var(--color-text-on-dark);position:relative;overflow:hidden}.about-section__bg-pattern{pointer-events:none;opacity:.025;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cpath d='M200 40c-88 0-160 72-160 160s72 160 160 160 160-72 160-160S288 40 200 40zm0 40c66 0 120 54 120 120s-54 120-120 120S80 266 80 200 134 80 200 80zm0 40c-44 0-80 36-80 80s36 80 80 80 80-36 80-80-36-80-80-80zm0 40c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40z' fill='none' stroke='%23fff' stroke-width='0.5'/%3E%3C/svg%3E");position:absolute;inset:0}.about__layout{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.about__text-col{position:relative}.about__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-lg);font-size:.72rem;font-weight:600;display:inline-block}.about__heading{font-family:var(--font-display);color:var(--color-text-on-dark);margin-bottom:var(--space-xl);font-size:clamp(2rem,4vw,2.8rem);font-weight:400;line-height:1.15}.about__text{color:var(--color-text-on-dark-muted);margin-bottom:var(--space-lg);font-size:1.05rem;line-height:1.8}.about__text:last-child{margin-bottom:0}.about__quote-col{justify-content:center;align-items:center;display:flex;position:relative}.about__quote-block{padding:var(--space-2xl);border-radius:var(--radius-xl);border-left:4px solid var(--color-gold);background:#ffffff08;position:relative}.about__quote-mark{top:-.5rem;left:var(--space-xl);font-family:var(--font-display);color:var(--color-gold);opacity:.2;-webkit-user-select:none;user-select:none;font-size:6rem;line-height:1;position:absolute}.about__quote-text{font-family:var(--font-display);color:var(--color-text-on-dark);z-index:1;font-size:clamp(1.3rem,2.5vw,1.6rem);font-style:italic;line-height:1.5;position:relative}.about__quote-attribution{margin-top:var(--space-lg);color:var(--color-gold);letter-spacing:.02em;font-size:.85rem;font-weight:600}.about__accent-line{background:linear-gradient(to bottom, transparent, var(--color-gold), transparent);opacity:.15;width:1px;position:absolute;top:0;bottom:0;right:-2rem}.contact__grid{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:start;display:grid}.contact-form{gap:var(--space-lg);flex-direction:column;display:flex}.form-group{gap:var(--space-xs);flex-direction:column;display:flex}.form-label{color:var(--color-text);letter-spacing:.02em;font-size:.85rem;font-weight:600}.form-input,.form-textarea,.form-select{font-family:var(--font-body);padding:.8rem var(--space-md);border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-white);color:var(--color-text);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast);outline:none;font-size:.95rem}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--color-gold);background:var(--color-white);box-shadow:0 0 0 3px #c8962e26}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right .8rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-select--placeholder,.form-input::placeholder,.form-textarea::placeholder{color:var(--color-text-muted);font-weight:300}.form-textarea{resize:vertical;min-height:140px}.form-success{text-align:center;padding:var(--space-3xl) var(--space-xl)}.form-success__icon{width:56px;height:56px;color:var(--color-green);margin:0 auto var(--space-lg);background:#2d6a1e1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.form-success__title{font-family:var(--font-display);color:var(--color-text);margin-bottom:var(--space-sm);font-size:1.6rem}.form-success__text{color:var(--color-text-muted);font-size:.95rem}.form-error{color:#c0392b;margin-top:var(--space-sm);margin-bottom:var(--space-sm);font-size:.875rem}.contact-info{gap:var(--space-xl);background:var(--color-white);border-radius:var(--radius-xl);padding:var(--space-2xl);box-shadow:var(--shadow-md);border:1px solid var(--color-border-light);flex-direction:column;display:flex;position:relative;overflow:hidden}.contact-info:before{content:"";background:linear-gradient(90deg, var(--color-green), var(--color-gold));height:4px;position:absolute;top:0;left:0;right:0}.contact-info__heading{font-family:var(--font-display);color:var(--color-text);margin-bottom:var(--space-sm);font-size:1.6rem}.contact-info__text{color:var(--color-text-muted);font-size:.95rem;line-height:1.7}.contact-info__items{gap:var(--space-lg);flex-direction:column;display:flex}.contact-info__item{align-items:flex-start;gap:var(--space-md);display:flex}.contact-info__icon{border-radius:var(--radius-md);background:var(--color-gold-light);width:40px;height:40px;color:var(--color-gold);transition:transform var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info__item:hover .contact-info__icon{transform:scale(1.08)}.contact-info__icon svg{width:18px;height:18px}.contact-info__item-label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:2px;font-size:.78rem;font-weight:600}.contact-info__item-value{color:var(--color-text);font-size:.95rem;font-weight:500}.contact-info__item-value a{color:var(--color-green);transition:color var(--transition-fast)}.contact-info__item-value a:hover{color:var(--color-gold)}.contact-info__hours{padding:var(--space-lg);background:var(--color-bg-alt);border-radius:var(--radius-md)}.contact-info__hours-title{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-sm);font-size:.78rem;font-weight:600}.contact-info__hours-row{color:var(--color-text);padding:var(--space-xs) 0;justify-content:space-between;font-size:.9rem;display:flex}.contact-info__hours-row span:last-child{font-weight:500}.contact-info__socials{gap:var(--space-md);display:flex}.contact-info__social{border-radius:var(--radius-md);border:1px solid var(--color-border);width:40px;height:40px;color:var(--color-text-muted);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.contact-info__social:hover{border-color:var(--color-green);color:var(--color-green);background:#2d6a1e0d;transform:translateY(-2px)}.contact-info__social svg{width:18px;height:18px}.footer{background:var(--color-bg-dark-deep);padding:var(--space-3xl) 0 var(--space-xl);position:relative;overflow:hidden}.footer__bg-pattern{pointer-events:none;opacity:.015;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cpath d='M200 40c-88 0-160 72-160 160s72 160 160 160 160-72 160-160S288 40 200 40zm0 40c66 0 120 54 120 120s-54 120-120 120S80 266 80 200 134 80 200 80zm0 40c-44 0-80 36-80 80s36 80 80 80 80-36 80-80-36-80-80-80zm0 40c22 0 40 18 40 40s-18 40-40 40-40-18-40-40 18-40 40-40z' fill='none' stroke='%23fff' stroke-width='0.5'/%3E%3C/svg%3E");position:absolute;inset:0}.footer:before{content:"";background:linear-gradient(90deg,#0000,#c8962e4d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.footer__top{gap:var(--space-2xl);padding-bottom:var(--space-2xl);margin-bottom:var(--space-xl);border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid;position:relative}.footer__brand-col{gap:var(--space-md);flex-direction:column;display:flex}.footer__brand{align-items:center;gap:var(--space-sm);display:flex}.footer__brand img{object-fit:contain;filter:drop-shadow(0 1px 4px #0000004d);width:86px;height:86px}.footer__brand-text{font-family:var(--font-display);color:var(--color-text-on-dark);font-size:1.15rem}.footer__tagline{color:var(--color-text-on-dark-muted);max-width:280px;font-size:.9rem;line-height:1.6}.footer__socials{gap:var(--space-md);margin-top:var(--space-sm);display:flex}.footer__social{color:var(--color-text-on-dark-muted);opacity:.6;transition:all var(--transition-fast)}.footer__social:hover{color:var(--color-gold);opacity:1}.footer__social svg{width:20px;height:20px}.footer__col-title{letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-lg);font-size:.72rem;font-weight:600}.footer__nav-list{gap:var(--space-sm);flex-direction:column;display:flex}.footer__nav-link{color:var(--color-text-on-dark-muted);transition:color var(--transition-fast);cursor:pointer;font-size:.9rem;font-family:var(--font-body);text-align:left;background:0 0;border:none;padding:0}.footer__nav-link:hover{color:var(--color-text-on-dark)}.footer__contact-item{align-items:center;gap:var(--space-sm);color:var(--color-text-on-dark-muted);margin-bottom:var(--space-sm);font-size:.9rem;display:flex}.footer__contact-item svg{width:14px;height:14px;color:var(--color-gold);flex-shrink:0}.footer__contact-item a{color:var(--color-text-on-dark-muted);transition:color var(--transition-fast)}.footer__contact-item a:hover{color:var(--color-gold)}.footer__bottom{justify-content:space-between;align-items:center;display:flex;position:relative}.footer__copyright{color:var(--color-text-on-dark-muted);opacity:.5;font-size:.82rem}.footer__credit{color:var(--color-text-on-dark-muted);opacity:.4;font-size:.75rem}.footer__credit a{color:var(--color-gold);opacity:1;transition:all var(--transition-fast);text-decoration:none}.footer__credit a:hover{color:var(--color-gold-hover);text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes flyDown{0%{opacity:0;top:10%}10%{opacity:.3}90%{opacity:.3}to{opacity:0;top:85%}}.section-divider{height:0;position:relative;overflow:visible}.section-divider__angle{height:80px;position:absolute;top:-80px;left:0;right:0}.section-divider__angle svg{width:100%;height:100%;fill:var(--color-bg);display:block}.section-divider__angle--alt svg{fill:var(--color-bg-alt)}.section-divider__angle--dark svg{fill:var(--color-bg-dark)}.section-divider__wave{height:120px;position:absolute;top:-120px;left:0;right:0}.section-divider__wave svg{width:100%;height:100%;fill:var(--color-bg);display:block}.section-divider__wave--fleet svg{fill:var(--color-bg-dark)}.section-divider__curve{height:80px;position:absolute;top:-80px;left:0;right:0}.section-divider__curve svg{width:100%;height:100%;fill:var(--color-bg);display:block}.section-divider__curve--alt svg{fill:var(--color-bg-alt)}.flight-path-connector{z-index:5;pointer-events:none;width:2px;height:60px;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}.flight-path-connector:before{content:"";background:repeating-linear-gradient(to bottom, var(--color-gold) 0px, var(--color-gold) 6px, transparent 6px, transparent 14px);opacity:.2;position:absolute;inset:0}.flight-path-connector:after{content:"";background:var(--color-gold);opacity:.35;border-radius:50%;width:6px;height:6px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media (max-width:1024px){.services__grid{grid-template-columns:repeat(2,1fr)}.service-card.service-card--featured{grid-column:1/3}.footer__top{gap:var(--space-xl);grid-template-columns:1fr 1fr}}@media (max-width:768px){.nav__links,.nav__cta-desktop{display:none}.nav__hamburger{display:flex}.nav__mobile-overlay{background:var(--color-bg-dark);justify-content:center;align-items:center;gap:var(--space-xl);z-index:99;opacity:0;pointer-events:none;transition:opacity var(--transition-base);flex-direction:column;display:flex;position:fixed;inset:0}.nav__mobile-overlay--open{opacity:1;pointer-events:auto}.nav__mobile-overlay .nav__link{font-size:1.6rem;font-family:var(--font-display);color:var(--color-text-on-dark);letter-spacing:.01em}.nav__mobile-overlay .nav__link:after{display:none}.nav__mobile-overlay .nav__cta{margin-top:var(--space-xl);background:var(--color-gold);color:var(--color-white);border-radius:var(--radius-md);padding:.85rem 2rem;font-size:1.1rem;font-weight:600}.nav__hamburger--open span{background:var(--color-text-on-dark)!important}.hero__title{font-size:clamp(2.4rem,8vw,3.5rem)}.hero__actions{flex-direction:column;width:100%;max-width:320px}.hero__actions .btn{justify-content:center;width:100%}.hero__scroll-hint{display:none}.stats__grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr)}.stats__item:not(:last-child):after{display:none}.stats__number{font-size:clamp(1.6rem,4vw,2.2rem)}.stats__label{font-size:.72rem}.services__grid{grid-template-columns:1fr}.service-card{overflow-wrap:break-word;word-wrap:break-word;min-width:0;max-width:100%}.service-card--wide{border-left:3px solid var(--color-green);border-bottom:none;flex-direction:column;grid-column:1;display:flex}.service-card.service-card--featured{text-align:center;grid-column:1;grid-template-columns:1fr}.service-card.service-card--featured .service-card__icon{margin:0 auto var(--space-lg)}.fleet-showcase{gap:var(--space-xl);grid-template-columns:1fr}.fleet-showcase--reverse .fleet-showcase__image-col,.fleet-showcase--reverse .fleet-showcase__content-col{order:unset}.about__layout{gap:var(--space-2xl);grid-template-columns:1fr}.about__accent-line{display:none}.contact__grid{gap:var(--space-2xl);grid-template-columns:1fr}.section{padding:var(--space-3xl) 0}.section--spacious{padding:var(--space-4xl) 0}.section__header{margin-bottom:var(--space-2xl)}.section__header--left{text-align:left;padding-left:0}.footer__top{gap:var(--space-xl);grid-template-columns:1fr}.footer__bottom{gap:var(--space-md);text-align:center;flex-direction:column}.section-divider__angle{height:40px;top:-40px}.section-divider__wave{height:60px;top:-60px}.section-divider__curve{height:40px;top:-40px}.services-section__flight-path,.flight-path-connector{display:none}}@media (max-width:480px){.stats__grid{gap:var(--space-lg);grid-template-columns:1fr}.service-card{padding:var(--space-lg);min-width:0;max-width:100%}.service-card--wide{padding:var(--space-lg);grid-template-columns:1fr}.service-card--featured{padding:var(--space-lg)}.service-card__title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.section__eyebrow{margin-left:0}.fleet-showcase__specs-grid{gap:var(--space-sm);grid-template-columns:repeat(2,1fr)}.fleet-showcase__spec-value{font-size:1.2rem}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.login-page{min-height:100vh;padding:var(--space-md);justify-content:center;align-items:center;display:flex}.login-card{width:100%;max-width:400px;padding:var(--space-xl);border-radius:var(--radius-lg,12px);background:var(--color-white,#fff);box-shadow:0 4px 24px #00000014}.login-card h1{margin-bottom:var(--space-xs,4px);text-align:center}.login-subtitle{text-align:center;color:var(--color-text-muted,#666);margin-bottom:var(--space-lg,24px)}.login-error{color:#b91c1c;padding:var(--space-sm,8px) var(--space-md,16px);border-radius:var(--radius-sm,6px);margin-bottom:var(--space-md,16px);background:#fef2f2;font-size:.875rem}.login-card form{gap:var(--space-sm,8px);flex-direction:column;display:flex}.login-card label{font-size:.875rem;font-weight:500}.login-card input{padding:var(--space-sm,8px) var(--space-md,16px);border:1px solid var(--color-border,#d1d5db);border-radius:var(--radius-sm,6px);font-size:1rem}.login-card button[type=submit]{margin-top:var(--space-md,16px);padding:var(--space-sm,10px);background:var(--color-gold,#c8962e);color:#fff;border-radius:var(--radius-sm,6px);cursor:pointer;border:none;font-size:1rem;font-weight:600;transition:background .15s}.login-card button[type=submit]:hover:not(:disabled){background:var(--color-gold-hover,#daa63e)}.login-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.dashboard-layout{min-height:100vh;display:flex}.dashboard-sidebar{background:var(--color-bg-dark,#1a2e1a);color:#fff;width:240px;padding:var(--space-md,16px);flex-direction:column;display:flex}.sidebar-brand a{color:#fff;padding-bottom:var(--space-md,16px);margin-bottom:var(--space-md,16px);border-bottom:1px solid #ffffff1a;font-size:1.25rem;font-weight:700;text-decoration:none;display:block}.sidebar-nav{gap:var(--space-xs,4px);flex-direction:column;display:flex}.sidebar-link{color:#ffffffb3;padding:var(--space-sm,8px) var(--space-sm,8px);border-radius:var(--radius-sm,6px);text-decoration:none;transition:background .15s,color .15s}.sidebar-link:hover{color:#fff;background:#ffffff1a}.dashboard-main{flex-direction:column;flex:1;display:flex}.dashboard-header{padding:var(--space-sm,12px) var(--space-lg,24px);border-bottom:1px solid var(--color-border,#e5e7eb);background:var(--color-white,#fff);justify-content:space-between;align-items:center;display:flex}.header-spacer{flex:1}.header-user{align-items:center;gap:var(--space-md,16px);display:flex}.header-email{color:var(--color-text-muted,#6b7280);font-size:.875rem}.header-logout{border:1px solid var(--color-border,#d1d5db);padding:var(--space-xs,4px) var(--space-sm,8px);border-radius:var(--radius-sm,6px);cursor:pointer;color:var(--color-text,#111);background:0 0;font-size:.875rem;transition:background .15s}.header-logout:hover{background:var(--color-bg-alt,#f3f4f6)}.dashboard-content{padding:var(--space-lg,24px);flex:1}.dashboard-content h1{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.01em;font-size:clamp(1.5rem,1.2rem + 1.5vw,2rem);font-weight:400;line-height:1.2}.dashboard-content h2{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.01em;font-size:1.25rem;font-weight:400}.dashboard-content input[type=text],.dashboard-content input[type=email],.dashboard-content input[type=tel],.dashboard-content input[type=url],.dashboard-content input[type=number],.dashboard-content input[type=date],.dashboard-content input[type=datetime-local],.dashboard-content select,.dashboard-content textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.875rem;font-family:var(--font-body);color:var(--color-text);background:var(--color-white);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);width:100%;padding:.5rem .75rem}.dashboard-content input:focus,.dashboard-content select:focus,.dashboard-content textarea:focus{border-color:var(--color-green);outline:none;box-shadow:0 0 0 3px #2d6a1e1a}.loading-screen{min-height:100vh;color:var(--color-text-muted,#6b7280);justify-content:center;align-items:center;display:flex}@media (prefers-reduced-motion:reduce){.reveal,.reveal--slide-left,.reveal--slide-right,.reveal--scale{opacity:1;transition:none;transform:none}.hero__scroll-line{animation:none}}.service-page__breadcrumbs{background:var(--color-bg-dark-deep);padding:100px 0 0}.service-page__breadcrumbs .container{color:var(--color-text-on-dark-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.service-page__breadcrumbs a{color:var(--color-gold);text-decoration:none}.service-page__breadcrumbs a:hover{text-decoration:underline}.service-page__breadcrumb-sep{opacity:.4}.service-page__breadcrumb-current{color:var(--color-text-on-dark)}.service-page__hero{background:var(--color-bg-dark-deep);text-align:center;padding:3rem 0 4rem}.service-page__title{font-family:var(--font-heading);color:var(--color-text-on-dark);margin:0 0 1rem;font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.15}.service-page__subtitle{color:var(--color-text-on-dark-muted);max-width:640px;margin:0 auto 2rem;font-size:1.15rem;line-height:1.6}.service-page__hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.service-page__content{background:var(--color-bg);padding:4rem 0 5rem}.service-page__body{grid-template-columns:1fr 340px;align-items:start;gap:3rem;display:grid}.service-page__main h2{font-family:var(--font-heading);color:var(--color-green-dark);margin:2.5rem 0 1rem;font-size:1.8rem}.service-page__main h2:first-child{margin-top:0}.service-page__main p{color:var(--color-text);margin:0 0 1rem;font-size:1.05rem;line-height:1.75}.service-page__benefits{margin:0 0 1.5rem;padding:0;list-style:none}.service-page__benefits li{color:var(--color-text);margin-bottom:.75rem;padding-left:1.75rem;font-size:1.05rem;line-height:1.6;position:relative}.service-page__benefits li:before{content:"";background:var(--color-gold);border-radius:50%;width:10px;height:10px;position:absolute;top:.55rem;left:0}.service-page__faq{flex-direction:column;gap:.5rem;margin-top:1rem;display:flex}.service-page__faq-item{border:1px solid var(--color-border);background:#fff;border-radius:8px;overflow:hidden}.service-page__faq-question{width:100%;color:var(--color-green-dark);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-family:inherit;font-size:1.05rem;font-weight:600;display:flex}.service-page__faq-question:hover{background:var(--color-bg-alt)}.service-page__faq-icon{color:var(--color-gold);flex-shrink:0;margin-left:1rem;font-size:1.4rem;font-weight:300}.service-page__faq-answer{padding:0 1.25rem 1.25rem}.service-page__faq-answer p{color:var(--color-text-muted);margin:0;font-size:.95rem}.service-page__sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:100px}.service-page__cta-card{background:var(--color-bg-dark);color:var(--color-text-on-dark);border-radius:12px;padding:2rem}.service-page__cta-card h3{font-family:var(--font-heading);margin:0 0 .75rem;font-size:1.5rem}.service-page__cta-card p{color:var(--color-text-on-dark-muted);margin:0 0 1.25rem;font-size:.9rem;line-height:1.6}.service-page__sidebar-section{border:1px solid var(--color-border);background:#fff;border-radius:12px;padding:1.5rem}.service-page__sidebar-section h4{color:var(--color-green-dark);margin:0 0 .75rem;font-size:1rem;font-weight:600}.service-page__sidebar-section p{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.6}.service-page__related-links{flex-direction:column;gap:.5rem;display:flex}.service-page__related-link{color:var(--color-gold);border-bottom:1px solid var(--color-border-light);padding:.5rem 0;font-size:.9rem;font-weight:500;text-decoration:none}.service-page__related-link:hover{color:var(--color-gold-hover)}.service-page__related-link--all{color:var(--color-green);border-bottom:none;margin-top:.25rem;font-weight:600}@media (max-width:900px){.service-page__body{grid-template-columns:1fr}.service-page__sidebar{position:static}}.latest-news{background:var(--color-bg-alt)}.latest-news__grid{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.latest-news__card{background:var(--color-white);border-radius:var(--radius-lg);color:inherit;box-shadow:var(--shadow-card);border-left:3px solid var(--color-green);transition:transform var(--transition-base), box-shadow var(--transition-base);text-decoration:none;display:block;overflow:hidden}.latest-news__card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.latest-news__card-image img{object-fit:cover;width:100%;height:200px;display:block}.latest-news__card-body{padding:var(--space-lg) var(--space-xl)}.latest-news__date{letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold);margin-bottom:var(--space-xs);font-size:.72rem;font-weight:600;display:block}.latest-news__card-title{font-family:var(--font-display);margin:0 0 var(--space-sm);color:var(--color-text);font-size:1.25rem;font-weight:400;line-height:1.25}.latest-news__card-excerpt{color:var(--color-text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.latest-news__read-more{margin-top:var(--space-md);letter-spacing:.02em;color:var(--color-green);transition:gap var(--transition-fast);align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:inline-flex}.latest-news__card:hover .latest-news__read-more{gap:.65rem}.latest-news__cta{text-align:center;margin-top:var(--space-2xl)}@media (max-width:768px){.latest-news__grid{grid-template-columns:1fr}}.blog-page__hero{background:var(--color-bg-dark-deep);text-align:center;padding:7rem 0 4rem;position:relative;overflow:hidden}.blog-page__hero-bg{pointer-events:none;background:radial-gradient(80% 60% at 50% 0,#2d6a1e26,#0000),radial-gradient(40% 50% at 80% 80%,#c8962e14,#0000);position:absolute;inset:0}.blog-page__hero .container{position:relative}.blog-page__title{font-family:var(--font-display);color:var(--color-text-on-dark);margin:.5rem 0 1rem;font-size:clamp(2.8rem,6vw,4rem);font-weight:400;line-height:1.1}.blog-page__subtitle{color:var(--color-text-on-dark-muted);max-width:520px;margin:0 auto;font-size:1.15rem;line-height:1.65}.blog-page__tags{background:var(--color-bg-alt);border-bottom:1px solid var(--color-border-light);padding:1.25rem 0}.blog-page__tags-inner{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.blog-tag{border-radius:var(--radius-full);background:var(--color-white);color:var(--color-text);border:1px solid var(--color-border);letter-spacing:.01em;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);padding:.4rem 1rem;font-size:.82rem;font-weight:500;text-decoration:none;display:inline-block}.blog-tag:hover{background:var(--color-green);border-color:var(--color-green);color:var(--color-white)}.blog-tag--small{background:var(--color-bg-alt);border:1px solid var(--color-border-light);padding:.25rem .65rem;font-size:.72rem}.blog-tag--small:hover{background:var(--color-bg-alt);border-color:var(--color-border);color:var(--color-text)}.blog-page__content{padding:var(--space-3xl) 0 var(--space-4xl)}.blog-page__loading{text-align:center;padding:var(--space-3xl) 0;color:var(--color-text-muted);font-size:1rem}.blog-page__empty{text-align:center;padding:var(--space-4xl) 0}.blog-page__empty h2{font-family:var(--font-display);margin-bottom:var(--space-sm);font-size:1.8rem;font-weight:400}.blog-page__empty p{color:var(--color-text-muted)}.blog-page__grid{gap:var(--space-md);flex-direction:column;max-width:880px;margin:0 auto;display:flex}.blog-card,.blog-card--featured{background:var(--color-white);border-radius:var(--radius-lg);color:inherit;box-shadow:var(--shadow-card);transition:transform var(--transition-base), box-shadow var(--transition-base);grid-column:auto;grid-template-columns:200px 1fr;gap:0;min-height:150px;text-decoration:none;display:grid;overflow:hidden}.blog-card:hover,.blog-card--featured:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.blog-card__image img,.blog-card--featured .blog-card__image img{object-fit:cover;border-radius:0;width:100%;height:100%;min-height:150px;display:block}.blog-card__body,.blog-card--featured .blog-card__body{padding:var(--space-md) var(--space-lg);flex-direction:column;justify-content:center;display:flex}.blog-card--featured .blog-card__title{font-size:1.3rem}.blog-card--featured .blog-card__excerpt{-webkit-line-clamp:2}.blog-card__meta{letter-spacing:.02em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-sm);align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;display:flex}.blog-card__divider{opacity:.3}.blog-card__title{font-family:var(--font-display);color:var(--color-text);margin:0 0 var(--space-xs);font-size:1.2rem;font-weight:400;line-height:1.25}.blog-card__excerpt{color:var(--color-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.55;display:-webkit-box;overflow:hidden}.blog-card__tags{margin-top:var(--space-md);flex-wrap:wrap;gap:.3rem;display:flex}.blog-card__read-more{margin-top:var(--space-md);letter-spacing:.02em;color:var(--color-green);transition:gap var(--transition-fast);align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;display:inline-flex}.blog-card:hover .blog-card__read-more{gap:.65rem}.blog-page__pagination{justify-content:center;align-items:center;gap:var(--space-lg);margin-top:var(--space-3xl);padding-top:var(--space-xl);border-top:1px solid var(--color-border-light);display:flex}.blog-page__page-info{color:var(--color-text-muted);font-size:.85rem;font-weight:500}.blog-post-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem 4rem}.blog-post-header{margin-bottom:2rem}.blog-post-meta{letter-spacing:.02em;text-transform:uppercase;color:var(--color-text-muted);gap:.75rem;margin-bottom:.75rem;font-size:.82rem;font-weight:500;display:flex}.blog-post-header h1{font-family:var(--font-display);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:400;line-height:1.15}.blog-post-tags{flex-wrap:wrap;gap:.5rem;display:flex}.blog-post-hero{float:right;shape-outside:margin-box;width:45%;max-width:420px;margin:.25rem 0 1rem 1.75rem}.blog-post-hero img{border-radius:var(--radius-lg);width:100%;display:block}.blog-post-content{font-size:1.05rem;line-height:1.8}.blog-post-content:after{content:"";clear:both;display:block}.blog-post-content h1{font-family:var(--font-display);margin-top:2.5rem;margin-bottom:1rem;font-size:2rem;font-weight:400;line-height:1.2}.blog-post-content h2{font-family:var(--font-display);margin-top:2.5rem;margin-bottom:.75rem;font-size:1.6rem;font-weight:400;line-height:1.2}.blog-post-content h3{margin-top:2rem;margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.blog-post-content p{margin-bottom:1.25rem}.blog-post-content a{color:var(--color-green);text-underline-offset:2px;text-decoration:underline}.blog-post-content a:hover{color:var(--color-green-dark)}.blog-post-content img{border-radius:var(--radius-md);max-width:100%;margin:1.5rem 0}.blog-post-content ul,.blog-post-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.blog-post-content li{margin-bottom:.35rem}.blog-post-content pre{background:var(--color-bg-alt);border-radius:var(--radius-md);border:1px solid var(--color-border-light);padding:1rem 1.25rem;overflow-x:auto}.blog-post-content code{background:var(--color-bg-alt);border-radius:var(--radius-sm);padding:.15rem .4rem;font-size:.88em}.blog-post-content pre code{background:0 0;padding:0}.blog-post-content blockquote{border-left:3px solid var(--color-green);color:var(--color-text-muted);margin:1.5rem 0;padding-left:1.25rem;font-style:italic}.blog-post-content hr{border:none;border-top:1px solid var(--color-border);margin:2.5rem 0}.blog-post-footer{border-top:1px solid var(--color-border);margin-top:3rem;padding-top:2rem}.back-link{color:var(--color-green);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.88rem;font-weight:500;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--color-green-dark)}@media (max-width:768px){.blog-page__hero{padding:6rem 0 3rem}.blog-card,.blog-card--featured{grid-template-columns:1fr;min-height:0}.blog-card__image img,.blog-card--featured .blog-card__image img{height:180px;min-height:180px}}.pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;font-size:.9rem;display:flex}.dashboard-blog-list{max-width:1200px}.dashboard-blog-header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.post-title-cell .post-title,.post-title-cell .post-slug{display:block}.post-slug{color:var(--color-text-muted);font-size:.8rem}.actions-cell{white-space:nowrap}.actions-cell>*+*{margin-left:var(--space-xs)}.blog-editor{max-width:1200px}.editor-header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.editor-actions{gap:var(--space-sm);display:flex}.editor-metadata{gap:var(--space-md);margin-bottom:var(--space-lg);background:var(--color-white);padding:var(--space-lg);border-radius:var(--radius-md);border:1px solid var(--color-border);flex-direction:column;display:flex}.field-group{gap:var(--space-xs);flex-direction:column;flex:1;display:flex}.field-group label,.field-group .field-label{color:var(--color-text);font-size:.85rem;font-weight:600}.field-row{gap:var(--space-md);display:flex}.char-count{color:var(--color-text-muted);font-weight:400}.slug-preview{color:var(--color-text-muted);font-size:.8rem}.image-preview img{border-radius:.5rem;max-width:300px;margin-top:.5rem}.image-upload{flex-direction:column;gap:.5rem;display:flex}.image-upload__dropzone{border:2px dashed var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-alt);color:var(--color-text-muted);cursor:pointer;text-align:center;transition:border-color var(--transition-fast), background var(--transition-fast), color var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:1.5rem;display:flex}.image-upload__dropzone:hover,.image-upload__dropzone:focus-visible,.image-upload__dropzone.is-active{border-color:var(--color-green);background:var(--color-white);color:var(--color-green-dark);outline:none}.image-upload__dropzone.is-uploading{cursor:progress;opacity:.7}.image-upload__prompt{font-size:.9rem;font-weight:600}.image-upload__hint{color:var(--color-text-muted);font-size:.75rem}.image-upload__preview{align-items:flex-start;gap:.75rem;display:flex}.image-upload__preview img{border-radius:var(--radius-md);max-width:300px;box-shadow:var(--shadow-card)}.image-upload__remove{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-white);color:var(--color-text);padding:.4rem .9rem;font-size:.8rem}.image-upload__remove:hover{color:#ef4444;border-color:#ef4444}.image-upload__error{color:#b91c1c;font-size:.8rem}.fallback-url{margin-top:.25rem;font-size:.85rem}.fallback-url summary{cursor:pointer;color:var(--color-text-muted);padding:.25rem 0}.fallback-url input{margin-top:.35rem}.editor-split-pane{gap:var(--space-md);grid-template-columns:1fr 1fr;min-height:500px;display:grid}.editor-pane h3,.preview-pane h3{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);margin-bottom:var(--space-sm);font-size:.8rem;font-weight:600;font-family:var(--font-body)}.markdown-input{width:100%;height:100%;min-height:500px;padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-sm);resize:vertical;background:var(--color-white);color:var(--color-text);font-family:Courier New,Courier,monospace;font-size:.875rem;line-height:1.6}.markdown-preview{padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-white);max-height:600px;overflow-y:auto}.loading,.empty-state{text-align:center;padding:var(--space-2xl);color:var(--color-text-muted);font-size:.9rem}.error-page{text-align:center;padding:4rem 1.5rem}@media (max-width:768px){.editor-split-pane{grid-template-columns:1fr}.field-row{flex-direction:column}.blog-post-header h1{font-size:1.75rem}.blog-post-hero{float:none;width:100%;max-width:none;margin:0 0 1.5rem}}.status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25em .75em;font-size:.75rem;font-weight:600;display:inline-block}.status-badge--draft{color:#374151;background-color:#f3f4f6}.status-badge--scheduled{color:#1d4ed8;background-color:#dbeafe}.status-badge--in-progress{color:#b45309;background-color:#fef3c7}.status-badge--completed,.status-badge--published,.status-badge--accepted,.status-badge--paid{color:#15803d;background-color:#dcfce7}.status-badge--sent{color:#3730a3;background-color:#e0e7ff}.status-badge--declined,.status-badge--overdue{color:#b91c1c;background-color:#fee2e2}.status-badge--expired{color:#92400e;background-color:#fef3c7}.line-items-table-wrapper{overflow-x:auto}.line-items-table{border-collapse:collapse;width:100%;font-size:.875rem}.line-items-table th,.line-items-table td{border:1px solid var(--color-border,#e5e7eb);text-align:left;padding:.5rem .75rem}.line-items-table th{background-color:var(--color-bg-alt,#f9fafb);font-weight:600}.line-items-table tfoot td{border-top:2px solid var(--color-border,#d1d5db);background-color:var(--color-bg-alt,#f9fafb)}.text-right{text-align:right}.text-center{text-align:center}.work-order-map{border:1px solid var(--color-border,#e5e7eb);border-radius:8px;width:100%}.map-placeholder{background-color:var(--color-bg-alt,#f3f4f6);border:1px solid var(--color-border,#e5e7eb);color:var(--color-text-muted,#6b7280);border-radius:8px;justify-content:center;align-items:center;display:flex}.wo-list-page,.wo-form-page,.wo-detail-page{max-width:1200px}.wo-list-header,.wo-detail-header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.wo-detail-actions{gap:var(--space-sm);flex-wrap:wrap;display:flex}.wo-status-tabs{border-bottom:2px solid var(--color-border,#e5e7eb);gap:.25rem;margin-bottom:1rem;padding-bottom:0;display:flex}.wo-tab{cursor:pointer;color:var(--color-text-muted,#4b5563);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.5rem 1rem;font-weight:500;transition:color .15s,border-color .15s}.wo-tab:hover{color:var(--color-text,#111827)}.wo-tab--active{color:var(--color-green);border-bottom-color:var(--color-green)}.wo-table{border-collapse:collapse;width:100%;font-size:.875rem}.wo-table th,.wo-table td{border-bottom:1px solid var(--color-border,#e5e7eb);text-align:left;padding:.625rem .75rem}.wo-table th{color:var(--color-text-muted,#4b5563);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.wo-table tbody tr:hover{background-color:var(--color-bg-alt,#f9fafb)}.preset-editing-row{background-color:var(--color-bg-alt)}.preset-editing-row td{padding-top:var(--space-sm);padding-bottom:var(--space-sm)}.presets-description{color:var(--color-text-muted);margin-bottom:var(--space-lg);font-size:.9rem}.wo-section{border-bottom:1px solid var(--color-border,#e5e7eb);margin-bottom:1.5rem;padding-bottom:1.5rem}.wo-section:last-child{border-bottom:none}.wo-section h2{margin-bottom:var(--space-sm);font-size:1.1rem}.wo-detail-grid{gap:var(--space-sm);grid-template-columns:repeat(auto-fill,minmax(250px,1fr));font-size:.9rem;display:grid}.form-section{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);margin-bottom:var(--space-lg);background:var(--color-white)}.form-section legend{font-family:var(--font-display);padding:0 var(--space-sm);color:var(--color-text);font-size:1.15rem;font-weight:400}.form-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.form-grid label{flex-direction:column;gap:.25rem;display:flex}.form-grid label span{color:var(--color-text-muted);font-size:.8125rem;font-weight:500}.form-actions{gap:var(--space-sm);margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--color-border-light);display:flex}.form-section__map-actions{margin-bottom:var(--space-sm)}.form-section__below-map{margin-top:var(--space-md)}.line-items-table input[type=text]{min-width:60px}.line-items-table input[type=number]{min-width:80px}.line-items-add{margin-top:var(--space-sm)}.pagination{justify-content:center;align-items:center;gap:var(--space-md);margin-top:var(--space-lg);color:var(--color-text-muted);font-size:.875rem;display:flex}.dashboard-content .btn{border-radius:var(--radius-sm);box-shadow:none;padding:.5rem 1.15rem;font-size:.875rem;font-weight:500}.dashboard-content .btn:hover{transform:translateY(-1px)}.btn-primary{background-color:var(--color-green);color:var(--color-white)}.btn-primary:hover{background-color:var(--color-green-dark)}.btn-secondary{background-color:var(--color-bg-alt);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background-color:var(--color-border)}.btn-danger{background-color:var(--color-danger);color:var(--color-white)}.btn-danger:hover{background-color:var(--color-danger-dark)}.btn-link{color:var(--color-green);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:.25rem .5rem;font-size:.875rem;text-decoration:underline}.btn-link:hover{color:var(--color-green-light)}.btn-small{padding:.3rem .75rem;font-size:.8rem}.btn:disabled{opacity:.5;cursor:not-allowed}.error-message{color:var(--color-danger);background-color:var(--color-danger-light);border-radius:var(--radius-sm);margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.table-wrapper{overflow-x:auto}.wo-print-document,.quote-print-document,.invoice-print-document{max-width:8.5in;margin:0 auto;padding:1rem;font-family:Arial,Helvetica,sans-serif;font-size:.875rem;line-height:1.4}.wo-print-header,.quote-print-header,.invoice-print-header{border-bottom:2px solid #000;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.wo-print-company,.quote-print-company,.invoice-print-company{align-items:center;gap:1rem;display:flex}.wo-print-logo,.quote-print-logo,.invoice-print-logo{object-fit:contain;width:116px;height:116px}.wo-print-company-name,.quote-print-company-name,.invoice-print-company-name{font-size:1.5rem;display:block}.wo-print-wo-number,.quote-print-wo-number,.invoice-print-wo-number{text-align:right}.wo-print-wo-label,.quote-print-wo-label,.invoice-print-wo-label{text-transform:uppercase;color:#666;font-size:.75rem}.wo-print-wo-value,.quote-print-wo-value,.invoice-print-wo-value{font-size:1.25rem;font-weight:700}.wo-print-section,.quote-print-section,.invoice-print-section{border-bottom:1px solid #ccc;margin-bottom:1rem;padding-bottom:.75rem}.wo-print-row,.quote-print-row,.invoice-print-row{justify-content:space-between;gap:2rem;display:flex}.wo-print-customer,.quote-print-customer,.invoice-print-customer{text-align:right}.wo-print-totals-row,.quote-print-totals-row,.invoice-print-totals-row{font-size:1.1rem}.wo-print-table,.quote-print-table,.invoice-print-table{border-collapse:collapse;width:100%;margin-bottom:.5rem}.wo-print-table th,.wo-print-table td,.quote-print-table th,.quote-print-table td,.invoice-print-table th,.invoice-print-table td{text-align:left;border:1px solid #999;padding:.375rem .5rem}.wo-print-table th,.quote-print-table th,.invoice-print-table th{background-color:#f0f0f0;font-weight:600}.wo-print-table tfoot td,.quote-print-table tfoot td,.invoice-print-table tfoot td{border-top:2px solid #333}.wo-print-completion-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.wo-print-map-section,.quote-print-map-section,.invoice-print-map-section{text-align:center}.wo-print-map-image,.quote-print-map-image,.invoice-print-map-image{border:1px solid #999;max-width:100%;height:auto}.wo-print-map-label,.quote-print-map-label,.invoice-print-map-label{margin-top:.25rem;font-weight:600}.wo-print-footer,.quote-print-footer,.invoice-print-footer{color:#666;border-top:1px solid #ccc;margin-top:1rem;padding-top:.5rem;font-size:.75rem}.invoice-print-review{break-inside:avoid;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:1.25rem;padding:1rem;display:flex}.invoice-print-review-qr{flex-shrink:0;width:110px;height:110px}.invoice-print-review-text{color:#374151;flex:1;font-size:.875rem}.invoice-print-review-heading{color:#111827;margin-bottom:.25rem;font-size:1rem;display:block}.invoice-print-review-text p{margin:.25rem 0}.invoice-print-review-thanks{color:#6b7280;font-style:italic}.line-item-excluded td{color:#9ca3af}.amount-excluded{color:#9ca3af;text-decoration:line-through}@media print{.no-print{display:none!important}body{background:#fff;margin:0;padding:0}.wo-print-page,.quote-print-page,.invoice-print-page{padding:0}.wo-print-document,.quote-print-document,.invoice-print-document{max-width:none;padding:.5in}.wo-print-map-image,.quote-print-map-image,.invoice-print-map-image{object-fit:contain;max-height:3in}.dashboard-sidebar,.dashboard-header,.dashboard-nav{display:none!important}.dashboard-content{width:100%!important;margin:0!important;padding:0!important}}.dashboard-home{gap:var(--space-xl);flex-direction:column;max-width:1200px;display:flex}.dashboard-home__header{gap:var(--space-xs);flex-direction:column;display:flex}.dashboard-home__greeting{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.01em;font-size:clamp(1.75rem,1.2rem + 2vw,2.5rem);font-weight:400;line-height:1.15}.dashboard-home__email{color:var(--color-green)}.dashboard-home__subtitle{color:var(--color-text-muted);font-size:1rem}.dashboard-home__section{gap:var(--space-md);flex-direction:column;display:flex}.dashboard-home__section-header{justify-content:space-between;align-items:baseline;gap:var(--space-md);display:flex}.dashboard-home__section-title{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.01em;font-size:1.5rem;font-weight:400}.dashboard-home__section-meta{color:var(--color-text-muted);letter-spacing:.02em;font-size:.875rem}.stat-cards-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.stat-card{background:var(--color-white);padding:var(--space-lg);border-radius:var(--radius-md);box-shadow:var(--shadow-card);border-left:4px solid var(--color-border);gap:var(--space-sm);transition:transform var(--transition-fast), box-shadow var(--transition-fast);flex-direction:column;display:flex}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-card--draft{border-left-color:var(--color-text-muted)}.stat-card--scheduled{border-left-color:var(--color-gold)}.stat-card--active{border-left-color:var(--color-green)}.stat-card--done{border-left-color:var(--color-green-dark)}.stat-card__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600}.stat-card__value{font-family:var(--font-display);color:var(--color-text);font-size:2.5rem;font-weight:400;line-height:1}.quick-actions-card{background:var(--color-white);padding:var(--space-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);justify-content:space-between;align-items:center;gap:var(--space-lg);flex-wrap:wrap;display:flex}.quick-actions-card__title{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.01em;font-size:1.375rem;font-weight:400}.quick-actions-card__subtitle{color:var(--color-text-muted);margin-top:var(--space-xs);font-size:.9rem}.quick-actions-card__buttons{gap:var(--space-sm);flex-wrap:wrap;display:flex}.quick-action-btn{padding:.7rem 1.4rem;font-size:.9rem}.blog-stats-row{gap:var(--space-md);background:var(--color-white);padding:var(--space-lg);border-radius:var(--radius-md);box-shadow:var(--shadow-card);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.blog-stat{gap:var(--space-xs);padding-left:var(--space-md);border-left:2px solid var(--color-border-light);flex-direction:column;display:flex}.blog-stat:first-child{border-left:none;padding-left:0}.blog-stat__label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600}.blog-stat__value{font-family:var(--font-display);color:var(--color-text);font-size:1.75rem}.activity-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.activity-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:var(--space-lg);gap:var(--space-md);flex-direction:column;min-height:240px;display:flex}.activity-card__header{justify-content:space-between;align-items:baseline;gap:var(--space-md);padding-bottom:var(--space-sm);border-bottom:1px solid var(--color-border-light);display:flex}.activity-card__title{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.01em;font-size:1.25rem;font-weight:400}.activity-card__link{color:var(--color-green);transition:color var(--transition-fast);font-size:.85rem;font-weight:600}.activity-card__link:hover{color:var(--color-green-light);text-decoration:underline}.activity-card__empty{color:var(--color-text-muted);padding:var(--space-md) 0;font-size:.9rem}.activity-list{flex-direction:column;display:flex}.activity-item{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border-light);display:flex}.activity-item:last-child{border-bottom:none}.activity-item__main{flex-direction:column;gap:2px;min-width:0;display:flex}.activity-item__title{color:var(--color-text);transition:color var(--transition-fast);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.activity-item__title:hover{color:var(--color-green)}.activity-item__meta{color:var(--color-text-muted);font-size:.8rem}.activity-item__aside{align-items:flex-end;gap:var(--space-xs);flex-direction:column;flex-shrink:0;display:flex}.action-items-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:var(--space-lg);gap:var(--space-lg);flex-direction:column;display:flex}.action-items-group{gap:var(--space-sm);flex-direction:column;display:flex}.action-items-group__title{font-family:var(--font-display);color:var(--color-text);letter-spacing:-.01em;padding-bottom:var(--space-xs);border-bottom:1px solid var(--color-border-light);font-size:1.125rem;font-weight:400}.action-items-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.action-item{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-sm) 0;border-bottom:1px solid var(--color-border-light);display:flex}.action-item:last-child{border-bottom:none}.action-item__main{flex-direction:column;gap:2px;min-width:0;display:flex}.action-item__title{color:var(--color-text);transition:color var(--transition-fast);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.action-item__title:hover{color:var(--color-green)}.action-item__meta{color:var(--color-text-muted);font-size:.8rem}.action-item__aside{color:var(--color-text);white-space:nowrap;text-align:right;flex-shrink:0;font-size:.9rem;font-weight:600}.dashboard-error{background:var(--color-white);border-radius:var(--radius-md);padding:var(--space-lg);box-shadow:var(--shadow-card);border-left:4px solid #b91c1c}.dashboard-error__detail{color:var(--color-text-muted);margin-top:var(--space-xs);font-size:.85rem}.dashboard-skeleton{background:linear-gradient(90deg, var(--color-border-light) 0%, var(--color-bg-alt) 50%, var(--color-border-light) 100%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.4s ease-in-out infinite dashboardShimmer}.dashboard-skeleton--title{width:min(60%,340px);height:2.25rem}.dashboard-skeleton--line{width:60%;height:.75rem}.dashboard-skeleton--value{width:40%;height:2rem;margin-top:var(--space-sm)}.dashboard-skeleton--block{background-color:var(--color-white);height:240px}.stat-card--skeleton{border-left-color:var(--color-border-light)}@keyframes dashboardShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:720px){.quick-actions-card,.activity-item{flex-direction:column;align-items:flex-start}.activity-item__aside{flex-direction:row;align-items:flex-start}.action-item{flex-direction:column;align-items:flex-start}.action-item__aside{text-align:left}}
