.anchorage-hero{background-color:var(--anchorage-navy-deep);justify-content:center;align-items:center;height:100svh;min-height:600px;display:flex;position:relative;overflow:hidden}.anchorage-hero__bg{background-color:var(--anchorage-navy-deep);position:absolute;inset:0;overflow:hidden}.anchorage-hero__video{object-fit:cover;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.anchorage-hero__overlay{z-index:1;background:linear-gradient(#00184459 0%,#00184426 40%,#0018444d 100%);position:absolute;inset:0}.anchorage-hero__content{z-index:2;text-align:center;padding:0 var(--anchorage-padding-x);max-width:900px;position:relative}.anchorage-hero__eyebrow{font-family:var(--anchorage-font-body);font-size:var(--anchorage-font-size-xs);letter-spacing:.25em;text-transform:uppercase;color:#fffc;text-shadow:0 1px 8px #0006;margin-bottom:var(--anchorage-spacing-xl);opacity:0;animation:anchorage-fadeInUp 1s var(--anchorage-ease-luxury).2s forwards;font-weight:500}.anchorage-hero__title{font-family:var(--anchorage-font-display);font-size:var(--anchorage-font-size-4xl);letter-spacing:.04em;color:var(--anchorage-white);text-shadow:0 2px 16px #00000080,0 1px 4px #0000004d;margin-bottom:var(--anchorage-spacing-xl);opacity:0;animation:anchorage-fadeInUp 1.2s var(--anchorage-ease-luxury).4s forwards;font-weight:300;line-height:1.05}.anchorage-hero__accent-line{background-color:var(--anchorage-accent);width:3rem;height:2px;margin:0 auto var(--anchorage-spacing-xl);transform-origin:50%;animation:anchorage-drawLine .8s var(--anchorage-ease-luxury).9s forwards;transform:scaleX(0)}.anchorage-hero__subtitle{font-family:var(--anchorage-font-body);font-size:var(--anchorage-font-size-lg);color:#ffffffb3;text-shadow:0 1px 10px #0006,0 1px 3px #0003;max-width:600px;margin:0 auto var(--anchorage-spacing-3xl);opacity:0;animation:anchorage-fadeInUp 1s var(--anchorage-ease-luxury)1.1s forwards;font-weight:300;line-height:1.7}.anchorage-hero__cta{align-items:center;gap:var(--anchorage-spacing-sm);font-family:var(--anchorage-font-body);font-size:var(--anchorage-font-size-xs);letter-spacing:.15em;text-transform:uppercase;color:var(--anchorage-white);padding:var(--anchorage-spacing-md)var(--anchorage-spacing-2xl);border-radius:var(--anchorage-radius-sm);cursor:pointer;transition:border-color var(--anchorage-duration-base)var(--anchorage-ease),color var(--anchorage-duration-base)var(--anchorage-ease);opacity:0;animation:anchorage-fadeInUp 1s var(--anchorage-ease-luxury)1.4s forwards;background:0 0;border:1.5px solid #ffffff4d;font-weight:500;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.anchorage-hero__cta:before{content:"";background-color:var(--anchorage-accent);transform-origin:0;transition:transform var(--anchorage-duration-slow)var(--anchorage-ease-luxury);z-index:-1;position:absolute;inset:0;transform:scaleX(0)}.anchorage-hero__cta:hover{border-color:var(--anchorage-accent)}.anchorage-hero__cta:hover:before{transform:scaleX(1)}@media (max-width:768px){.anchorage-hero{min-height:100svh}.anchorage-hero__content{padding:0 var(--anchorage-spacing-xl)}.anchorage-hero__scroll{display:none}}
.anchorage-about{padding:var(--anchorage-section-gap)0;background-color:var(--anchorage-white)}.anchorage-about__inner{max-width:var(--anchorage-max-width);padding:0 var(--anchorage-padding-x);margin:0 auto}.anchorage-about__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:clamp(3rem,6vw,5rem);display:flex}.anchorage-about__grid{grid-template-columns:5fr 7fr;align-items:center;gap:clamp(3rem,6vw,6rem);display:grid}.anchorage-about__text{max-width:540px}.anchorage-about__label{font-family:var(--anchorage-font-body);font-size:var(--anchorage-font-size-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--anchorage-accent);margin-bottom:var(--anchorage-spacing-lg);font-weight:500}.anchorage-about__heading{font-size:var(--anchorage-font-size-3xl);letter-spacing:.02em;margin-bottom:var(--anchorage-spacing-lg);font-weight:400}.anchorage-about__divider{background-color:var(--anchorage-accent);transform-origin:50%;width:3rem;height:2px}.anchorage-about__body{color:var(--anchorage-gray-500);max-width:var(--anchorage-text-width);line-height:1.8}.anchorage-about__body p+p{margin-top:var(--anchorage-spacing-lg)}.anchorage-about__cta{align-items:center;gap:var(--anchorage-spacing-sm);font-family:var(--anchorage-font-body);font-size:var(--anchorage-font-size-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--anchorage-navy);margin-top:var(--anchorage-spacing-2xl);background:linear-gradient(var(--anchorage-accent),var(--anchorage-accent))no-repeat left bottom/0% 1.5px;transition:background-size var(--anchorage-duration-base)var(--anchorage-ease-luxury);padding-bottom:2px;font-weight:500;display:inline-flex}.anchorage-about__cta:hover{background-size:100% 1.5px}.anchorage-about__cta svg{width:14px;height:14px;transition:transform var(--anchorage-duration-base)var(--anchorage-ease-luxury)}.anchorage-about__cta:hover svg{transform:translate(4px)}.anchorage-about__visual{position:relative}.anchorage-about__image-frame{aspect-ratio:3/2;border-radius:var(--anchorage-radius-lg);background-color:var(--anchorage-navy);position:relative;overflow:hidden}.anchorage-about__img{object-fit:cover;transition:transform var(--anchorage-duration-slower)var(--anchorage-ease-luxury)}.anchorage-about__visual:hover .anchorage-about__img{transform:scale(1.04)}.anchorage-about__image-frame:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#00000026 100%);position:absolute;inset:0}@media (max-width:768px){.anchorage-about__grid{gap:var(--anchorage-spacing-3xl);grid-template-columns:1fr}.anchorage-about__visual{order:-1}.anchorage-about__text{max-width:none}}
.anchorage-services{padding:var(--anchorage-section-gap)0;background-color:var(--anchorage-navy);color:var(--anchorage-white);position:relative;overflow:hidden}.anchorage-services:before{content:"";pointer-events:none;background:radial-gradient(#003d9940,#0000 70%);width:50%;height:100%;position:absolute;top:-30%;right:-10%}.anchorage-services__inner{max-width:var(--anchorage-content-width);padding:0 var(--anchorage-padding-x);margin:0 auto;position:relative}.anchorage-services__header{text-align:center;margin-bottom:clamp(3rem,6vw,5rem)}.anchorage-services__label{font-family:var(--anchorage-font-body);font-size:var(--anchorage-font-size-xs);letter-spacing:.2em;text-transform:uppercase;color:var(--anchorage-accent-light);margin-bottom:var(--anchorage-spacing-lg);font-weight:500}.anchorage-services__heading{font-size:var(--anchorage-font-size-3xl);letter-spacing:.02em;color:var(--anchorage-white);margin-bottom:var(--anchorage-spacing-lg);font-weight:300}.anchorage-services__divider{background-color:var(--anchorage-accent);width:3rem;height:2px;margin:0 auto}.anchorage-services__grid{gap:var(--anchorage-spacing-3xl)var(--anchorage-spacing-2xl);grid-template-columns:repeat(3,1fr);display:grid}.anchorage-services__item{text-align:center;padding:var(--anchorage-spacing-2xl)var(--anchorage-spacing-xl)}.anchorage-services__icon{width:48px;height:48px;margin:0 auto var(--anchorage-spacing-xl);color:var(--anchorage-accent-light);opacity:.9}.anchorage-services__icon svg{stroke-width:1.25px;width:100%;height:100%}.anchorage-services__item-title{font-family:var(--anchorage-font-display);font-size:var(--anchorage-font-size-xl);color:var(--anchorage-white);margin-bottom:var(--anchorage-spacing-md);letter-spacing:.01em;font-weight:500}.anchorage-services__item-text{font-size:var(--anchorage-font-size-sm);color:#fff9;max-width:320px;margin:0 auto;line-height:1.7}@media (max-width:768px){.anchorage-services__grid{gap:var(--anchorage-spacing-2xl);grid-template-columns:1fr;max-width:400px;margin:0 auto}.anchorage-services__item{padding:var(--anchorage-spacing-xl)0}}@media (min-width:769px) and (max-width:1024px){.anchorage-services__grid{grid-template-columns:repeat(2,1fr)}}
