:root{--navy-deep:#16324d;--navy-mid:#1f4568;--navy-hover:#2c5478;--brass:#b0552f;--brass-light:#c4683f;--cream:#f7f3ec;--cream-dark:#ede7d8;--white:#fff;--text:#18181a;--text-mid:#4c4740;--text-muted:#7a746c;--border:#d4ccb8;--border-light:#eae4d6;--font-display:"Figtree", system-ui, sans-serif;--font-body:"Noto Sans", system-ui, sans-serif;--radius-sm:2px;--radius:4px;--shadow-sm:0 1px 4px #16324d0f;--shadow-md:0 4px 16px #16324d1a;--shadow-lg:0 10px 15px #0000001a;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--focus-ring:0 0 0 3px #b0552f73}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}body{font-family:var(--font-body);color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.7}h1,h2,h3{font-family:var(--font-display);color:var(--navy-deep);font-weight:700;line-height:1.2}h1{font-size:clamp(2.2rem,5vw,3.2rem)}h2{font-size:clamp(1.7rem,3vw,2.4rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem);font-weight:600}h4{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:600}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:var(--brass);text-decoration:none}a:hover{text-decoration:underline}ul,ol{padding-left:1.4rem}li{margin-bottom:.3rem}img{max-width:100%;display:block}.container{max-width:1080px;margin:0 auto;padding:0 2rem}.section{padding:5.5rem 0}.section--cream{background:var(--cream)}.section--cream-dark{background:var(--cream-dark)}.section--dark{background:var(--navy-deep);color:var(--white)}.section--dark h2,.section--dark h3{color:var(--white)}.section--dark p{color:#ffffffb8}.section--dark h4{color:#ffffff6b}.label{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--brass);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.section--dark .label{color:#d4784a}.intro{color:var(--text-muted);max-width:600px;margin-bottom:3.5rem;font-size:1.1rem;font-weight:300;line-height:1.75}.section--dark .intro{color:#ffffff94}.btn{font-family:var(--font-body);letter-spacing:.02em;border-radius:var(--radius-sm);cursor:pointer;border:1.5px solid #0000;align-items:center;gap:.5rem;padding:.7rem 1.6rem;font-size:.9rem;font-weight:600;line-height:1.2;text-decoration:none;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.btn--brass{background:var(--brass);color:var(--white);border-color:var(--brass)}.btn--brass:hover{background:var(--brass-light);border-color:var(--brass-light);color:var(--white);text-decoration:none}.btn--outline-dark{color:var(--navy-deep);border-color:var(--navy-deep);background:0 0}.btn--outline-dark:hover{background:var(--navy-deep);color:var(--white);text-decoration:none}.btn--outline-white{color:var(--white);background:0 0;border-color:#ffffff80}.btn--outline-white:hover{background:var(--white);color:var(--navy-deep);border-color:var(--white);text-decoration:none}.divider{border:none;border-top:1px solid var(--border-light);margin:2rem 0}.page-header{background:var(--navy-deep);padding:9rem 0 4.5rem}.page-header .label{color:#d4784a}.page-header h1{color:var(--white);margin-bottom:1rem}.page-header__sub{color:#ffffff9e;max-width:580px;font-size:1.1rem;font-weight:300;line-height:1.75}@media (width<=640px){.section{padding:4rem 0}.page-header{padding:7.5rem 0 3.5rem}}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1;padding-top:64px}.skip-link{background:var(--navy-deep);color:var(--white);border-radius:0 0 var(--radius) var(--radius);z-index:200;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:top .15s;position:absolute;top:-100%;left:1rem}.skip-link:focus{outline:3px solid var(--brass);outline-offset:2px;top:0}:focus-visible{box-shadow:var(--focus-ring);outline:none}a:focus-visible,button:focus-visible{outline:2px solid var(--brass);outline-offset:3px;box-shadow:none}.navbar{z-index:100;background:var(--navy-deep);border-bottom:1px solid #ffffff0f;transition:box-shadow .2s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{box-shadow:0 2px 16px #00000038}.navbar__inner{justify-content:space-between;align-items:center;height:64px;display:flex}.navbar__logo{flex-shrink:0;line-height:0;text-decoration:none;display:block}.navbar__logo:hover{text-decoration:none}.navbar__logo-img{width:auto;height:52px;display:block}.navbar__nav{align-items:center;gap:.15rem;display:flex}.navbar__nav a{font-family:var(--font-body);color:#ffffffad;border-radius:var(--radius-sm);white-space:nowrap;padding:.4rem .85rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.navbar__nav a:hover{color:var(--white);text-decoration:none}.navbar__nav a.active{color:var(--white)}.navbar__cta{margin-left:.75rem;background:var(--brass)!important;color:var(--white)!important;border:1.5px solid var(--brass)!important;border-radius:var(--radius-sm)!important;padding:.45rem 1.1rem!important;font-size:.82rem!important;transition:background .15s!important}.navbar__cta:hover{background:var(--brass-light)!important;border-color:var(--brass-light)!important;color:var(--white)!important}.navbar__cta.active{color:var(--white)!important}.navbar__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none}.navbar__toggle span{background:#ffffffd9;border-radius:2px;width:20px;height:1.5px;transition:transform .22s,opacity .22s;display:block}.navbar__toggle--open span:first-child{transform:translateY(6.5px)rotate(45deg)}.navbar__toggle--open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar__toggle--open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (width<=740px){.navbar__toggle{display:flex}.navbar__nav{background:var(--navy-deep);border-top:1px solid #ffffff14;flex-direction:column;align-items:stretch;gap:0;padding:.5rem 0 1rem;display:none;position:absolute;top:64px;left:0;right:0;box-shadow:0 8px 24px #0000004d}.navbar__nav--open{display:flex}.navbar__nav a{color:#ffffffb8;border-bottom:none;border-radius:0;padding:.85rem 1.5rem;font-size:.95rem;font-weight:500}.navbar__nav a:hover,.navbar__nav a.active{color:var(--white);background:#ffffff0f}.navbar__cta{text-align:center;justify-content:center;border-radius:var(--radius-sm)!important;margin:.75rem 1.5rem 0!important;padding:.7rem 1.25rem!important;font-size:.875rem!important}}.footer{color:#ffffff8c;font-family:var(--font-body);background:#0e1b2b;padding:4.5rem 0 0;font-size:.875rem}.footer__grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.8fr 1.4fr 1fr 1.5fr;gap:3rem;padding-bottom:3.5rem;display:grid}.footer__logo-img{width:auto;height:48px;margin-bottom:.85rem;display:block}.footer__tagline{color:#ffffff61;font-size:.82rem;font-weight:300;line-height:1.65}.footer__col-head{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:#ffffff52;margin-bottom:1rem;font-size:.7rem;font-weight:600}.footer__col ul{padding:0;list-style:none}.footer__col li{margin-bottom:.55rem}.footer__col a{color:#ffffff85;font-size:.875rem;text-decoration:none;transition:color .15s}.footer__col a:hover{color:var(--white);text-decoration:none}.footer__contact address{font-style:normal}.footer__contact p{color:#ffffff85;margin-bottom:.55rem;font-size:.875rem;line-height:1.5}.footer__contact a{color:#d4784a;text-decoration:none}.footer__contact a:hover{color:var(--white)}.footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1.5rem 0;display:flex}.footer__legal{flex-direction:column;gap:.18rem;display:flex}.footer__legal span{color:#ffffff47;font-size:.72rem}.footer__links{flex-shrink:0;align-items:center;gap:1.25rem;display:flex}.footer__links a{color:#ffffff52;font-size:.72rem;text-decoration:none;transition:color .15s}.footer__links a:hover{color:#fff9;text-decoration:underline}@media (width<=860px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1/-1}}@media (width<=520px){.footer__grid{grid-template-columns:1fr}.footer__brand{grid-column:1}.footer__bottom{flex-direction:column}}.app-image{background:var(--cream-dark);display:block;position:relative;overflow:hidden}.app-image>img{opacity:0;width:100%;transition:opacity .45s;display:block}.app-image.is-loaded>img{opacity:1}.app-image:after{content:"";background-color:var(--cream-dark);background-image:linear-gradient(90deg,#fff0 0%,#ffffff8c 50%,#fff0 100%);background-repeat:no-repeat;background-size:200% 100%;transition:opacity .4s;animation:1.5s ease-in-out infinite app-image-shimmer;position:absolute;inset:0}.app-image.is-loaded:after{opacity:0;pointer-events:none}@keyframes app-image-shimmer{0%{background-position:150% 0}to{background-position:-150% 0}}@media (prefers-reduced-motion:reduce){.app-image:after{animation:none}.app-image>img{transition:none}}.hero{background:var(--navy-deep);padding:8rem 0 5rem;position:relative;overflow:hidden}.hero__fox{object-fit:cover;object-position:60% 42%;opacity:.9;pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg, var(--navy-deep) 0%, var(--navy-deep) 18%, #16324de6 29%, #16324d99 41%, #16324d4d 55%, #16324d14 78%, #16324d00 100%), linear-gradient(0deg, #16324d99 0%, #16324d00 52%);position:absolute;inset:0}.hero__inner{z-index:1;grid-template-columns:1fr 340px;align-items:start;gap:4rem;display:grid;position:relative}.hero__content{max-width:580px}.hero__content h1{color:var(--white);margin-bottom:1.25rem;line-height:1.15}.hero__lead{color:#ffffffd1;text-shadow:0 1px 12px #0b1b2b8c;margin-bottom:2.25rem;font-size:1.05rem;font-weight:300;line-height:1.8}.hero__actions{flex-wrap:wrap;gap:.875rem;display:flex}.hero__aside{padding-top:.5rem}.hero__panel{border-radius:var(--radius);background:#ffffff0a;border:1px solid #ffffff1f;padding:1.75rem}.hero__panel-top{letter-spacing:.1em;text-transform:uppercase;color:#d4784a;border-bottom:1px solid #ffffff14;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding-bottom:1.25rem;font-size:.72rem;font-weight:600;display:flex}.hero__panel-list{margin:0 0 1.5rem;padding:0;list-style:none}.hero__panel-list li{color:#ffffff9e;border-bottom:1px solid #ffffff0f;align-items:center;gap:.5rem;margin:0;padding:.4rem 0;font-size:.9rem;display:flex}.hero__panel-list li:before{content:"";background:#d4784a;border-radius:50%;flex-shrink:0;width:4px;height:4px}.hero__panel-foot{color:#ffffff52;margin:0;font-size:.78rem;font-style:italic;line-height:1.55}.home__section-title{margin-bottom:.85rem}.home__diensten{border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(2,1fr);gap:0;display:grid;overflow:hidden}.dienst-item{color:inherit;background:var(--white);border-right:1px solid var(--border);border-bottom:1px solid var(--border);gap:1.25rem;padding:1.875rem;text-decoration:none;transition:background .16s;display:flex}.dienst-item:nth-child(2n){border-right:none}.dienst-item:nth-child(n+3){border-bottom:none}.dienst-item:hover{background:var(--cream);text-decoration:none}.dienst-item__icon{width:40px;height:40px;color:var(--navy-deep);background:var(--cream-dark);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.dienst-item__body h3{margin-bottom:.4rem;font-size:1.05rem;font-weight:600}.dienst-item__body p{color:var(--text-muted);margin-bottom:.85rem;font-size:.875rem;line-height:1.65}.dienst-item__link{color:var(--brass);font-size:.8rem;font-weight:600;font-family:var(--font-body);align-items:center;gap:.25rem;display:inline-flex}.home__usps{grid-template-columns:repeat(3,1fr);gap:2rem 2.5rem;display:grid}.usp-item{align-items:flex-start;gap:1rem;display:flex}.usp-item__icon{border-radius:var(--radius-sm);color:#d4784a;background:#ffffff14;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-top:.1rem;display:flex}.usp-item__title{font-family:var(--font-body);color:#ffffffe6;margin-bottom:.35rem;font-size:.95rem;font-weight:600}.usp-item__text{color:#ffffff85;margin:0;font-size:.875rem;font-weight:300;line-height:1.65}.home__over{grid-template-columns:1fr 360px;align-items:start;gap:5rem;display:grid}.home__over-text h2{margin-bottom:1.25rem}.home__over-text p{color:var(--text-muted);font-weight:300}.home__over-text .btn{margin-top:.75rem}.home__over-aside{flex-direction:column;gap:1.5rem;display:flex}.home__over-img{border-radius:var(--radius);overflow:hidden}.home__over-img img{aspect-ratio:4/3;object-fit:cover;object-position:center 30%;width:100%;display:block}.home__quote{border-left:3px solid var(--brass);background:var(--cream);border-radius:0 var(--radius) var(--radius) 0;padding:1.5rem 1.75rem}.home__quote p{font-family:var(--font-display);color:var(--navy-deep);margin-bottom:.85rem;font-size:1.1rem;font-style:italic;font-weight:500;line-height:1.65}.home__quote footer{color:var(--text-muted);font-size:.8rem;font-family:var(--font-body);font-weight:500}.home__creds{border:1px solid var(--border-light);border-radius:var(--radius);padding:1.5rem}.home__creds h4{margin-bottom:.75rem}.home__creds ul{padding:0;list-style:none}.home__creds li{color:var(--text-muted);border-bottom:1px solid var(--border-light);margin:0;padding:.4rem 0;font-size:.875rem}.home__creds li:last-child{border-bottom:none}.home__cta-section{text-align:center}.home__cta{max-width:580px;margin:0 auto}.home__cta h2{color:var(--white);margin-bottom:1rem}.home__cta p{color:#ffffff94;margin-bottom:2.25rem;font-size:1.05rem;font-weight:300}.home__cta-btns{flex-wrap:wrap;justify-content:center;gap:.875rem;display:flex}@media (width<=860px){.hero__inner{grid-template-columns:1fr;gap:2.5rem}.hero__aside{max-width:440px}.hero{padding:7.5rem 0 4rem}.hero__fox{opacity:.95;object-position:52% 46%}.hero:after{background:linear-gradient(#16324dd1 0%,#16324d66 24%,#16324d57 60%,#16324dcc 100%)}.hero .label,.hero__content h1{text-shadow:0 2px 18px #0b1b2bbf}.hero__lead{text-shadow:0 2px 16px #0b1b2bd9}.home__over{grid-template-columns:1fr;gap:3rem}.home__usps{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.hero{padding:7rem 0 3.5rem}.home__diensten{grid-template-columns:1fr}.dienst-item{border-right:none}.dienst-item:nth-child(n+3){border-bottom:1px solid var(--border)}.dienst-item:last-child{border-bottom:none}.home__usps{grid-template-columns:1fr;gap:1.5rem}}.over__intro{grid-template-columns:1fr 300px;align-items:start;gap:5rem;display:grid}.over__text h2{margin-bottom:1.25rem}.over__text p{color:var(--text-muted);font-weight:300}.over__aside{margin-top:5.25rem}.over__portrait{border-radius:var(--radius);margin-bottom:1.5rem;overflow:hidden}.over__portrait img{aspect-ratio:4/5;object-fit:cover;width:100%;display:block}.over__creds-card{border:1px solid var(--border-light);border-radius:var(--radius);margin-top:3rem;padding:1.75rem 2rem}.over__creds-card h4{margin-bottom:1.1rem}.over__creds-list{grid-template-columns:repeat(4,1fr);margin:0;padding:0;list-style:none;display:grid}.over__creds-list li{border-bottom:none;border-right:1px solid var(--border-light);align-items:flex-start;gap:.85rem;margin:0;padding:0 1.75rem;display:flex}.over__creds-list li:first-child{padding-left:0}.over__creds-list li:last-child{border-right:none;padding-right:0}.over__creds-icon{background:var(--cream-dark);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--navy-deep);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.over__creds-list strong{color:var(--text);margin-bottom:.1rem;font-size:.875rem;font-weight:600;display:block}.over__creds-list span{color:var(--text-muted);font-size:.8rem}.over__waarden{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.waarde{flex-direction:column;display:flex}.waarde__nr{font-family:var(--font-display);color:#ffffff14;margin-bottom:.5rem;font-size:2.8rem;font-weight:700;line-height:1}.waarde__title{color:#ffffffe6;margin-bottom:.6rem;font-size:1.05rem;font-weight:600}.waarde__text{color:#ffffff80;margin:0;font-size:.875rem;font-weight:300;line-height:1.7}.over__betrokken{grid-template-columns:1fr 340px;align-items:start;gap:4rem;display:grid}.over__betrokken>div:first-child h2{margin-bottom:1rem}.over__betrokken>div:first-child p{color:var(--text-muted);font-weight:300}.over__betrokken-img{margin-bottom:0}.over__betrokken-img img{aspect-ratio:3/2;object-position:center 30%}@media (width<=860px){.over__intro,.over__betrokken{grid-template-columns:1fr;gap:2.5rem}.over__creds-list{grid-template-columns:1fr}.over__creds-list li{border-right:none;border-bottom:1px solid var(--border-light);padding:.8rem 0}.over__creds-list li:last-child{border-bottom:none}.over__waarden{grid-template-columns:1fr 1fr}}@media (width<=540px){.over__waarden{grid-template-columns:1fr}}.diensten-nav{background:var(--white);border-bottom:1px solid var(--border-light);z-index:50;position:sticky;top:64px}.diensten-nav__row{-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.diensten-nav__row::-webkit-scrollbar{display:none}.diensten-nav__item{min-height:44px;color:var(--text-muted);white-space:nowrap;font-size:.82rem;font-weight:500;font-family:var(--font-body);cursor:pointer;border-bottom:2px solid #0000;align-items:center;gap:.4rem;padding:.8rem 1rem;text-decoration:none;transition:color .14s,border-color .14s;display:inline-flex}.diensten-nav__item:hover{color:var(--navy-deep);border-bottom-color:var(--brass);text-decoration:none}.dienst-sec__figure{border-radius:var(--radius);border:1px solid var(--border-light);margin:0 0 2.75rem;overflow:hidden}.dienst-sec__figure img{object-fit:cover;width:100%;height:clamp(190px,32vw,320px);display:block}.section--cream .dienst-sec__figure{border-color:var(--border)}.dienst-sec__head{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;display:flex}.dienst-sec__icon-wrap{background:var(--cream-dark);border-radius:var(--radius);width:48px;height:48px;color:var(--navy-deep);flex-shrink:0;justify-content:center;align-items:center;display:flex}.dienst-sec__label-row{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.dienst-sec__label-row .label{margin-bottom:0}.dienst-sec__badge{letter-spacing:.1em;text-transform:uppercase;background:var(--brass);color:var(--white);font-size:.68rem;font-weight:600;font-family:var(--font-body);border-radius:2px;padding:.2rem .6rem}.dienst-sec__title{margin-bottom:.5rem}.dienst-sec__intro{color:var(--text-muted);max-width:620px;margin:0;font-size:1.05rem;font-weight:300;line-height:1.75}.dienst-sec__body{grid-template-columns:1fr 300px;align-items:start;gap:3.5rem;display:grid}.dienst-sec__tekst p{color:var(--text-muted);font-weight:300;line-height:1.8}.dienst-sec__tekst p:not(:last-child){margin-bottom:1rem}.dienst-sec__quote{border-left:3px solid var(--brass);background:var(--cream);border-radius:0 var(--radius) var(--radius) 0;margin:1.25rem 0;padding:1.1rem 1.5rem}.dienst-sec__quote p{font-family:var(--font-display);color:var(--navy-deep);font-size:1.05rem;font-style:italic;font-weight:500;line-height:1.6;margin-bottom:0!important}.dienst-sec__quote footer{color:var(--text-muted);font-size:.78rem;font-family:var(--font-body);margin-top:.5rem;font-weight:500}.dienst-sec__download{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);color:var(--navy-deep);font-family:var(--font-body);align-items:center;gap:.6rem;margin-top:1.75rem;padding:.75rem 1.15rem;font-size:.875rem;font-weight:600;transition:background .16s,border-color .16s;display:inline-flex}.dienst-sec__download:hover{background:var(--cream);border-color:var(--brass);text-decoration:none}.dienst-sec__download svg{color:var(--brass);flex-shrink:0}.dienst-sec__punten{border:1px solid var(--border-light);border-radius:var(--radius);background:var(--white);margin-bottom:1.25rem;padding:1.5rem}.dienst-sec__punten h4{margin-bottom:.85rem}.dienst-sec__punten ul{margin:0;padding:0;list-style:none}.dienst-sec__punten li{color:var(--text-mid);border-bottom:1px solid var(--border-light);align-items:baseline;gap:.6rem;margin:0;padding:.4rem 0;font-size:.875rem;display:flex}.dienst-sec__punten li:last-child{border-bottom:none}.dienst-sec__check{color:var(--brass);flex-shrink:0;position:relative;top:1px}.dienst-sec__dg{flex-direction:column;gap:.15rem;margin-bottom:1rem;display:flex}.dienst-sec__dg-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:600;font-family:var(--font-body)}.dienst-sec__dg-val{color:var(--navy-deep);font-size:.875rem;font-weight:500}@media (width<=860px){.dienst-sec__body{grid-template-columns:1fr;gap:2rem}}.contact__cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3rem;display:grid}.contact__card{border:1px solid var(--border-light);border-radius:var(--radius);flex-direction:column;align-items:flex-start;gap:.6rem;padding:1.5rem;text-decoration:none;transition:border-color .14s,box-shadow .14s,transform .14s;display:flex}a.contact__card:hover{border-color:var(--brass);text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 18px #0000000f}.contact__card--static{cursor:default}.contact__card-icon{background:var(--cream-dark);border-radius:var(--radius-sm);width:38px;height:38px;color:var(--navy-deep);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__card-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:600;font-family:var(--font-body)}.contact__card-val{color:var(--text);font-size:.95rem;font-weight:500}.contact__grid{grid-template-columns:1fr 320px;align-items:start;gap:2.5rem;display:grid}.contact__map{border-radius:var(--radius);border:1px solid var(--border-light);height:420px;overflow:hidden}.contact__map iframe{display:block}.contact__info{border:1px solid var(--border-light);border-radius:var(--radius);padding:2rem}.contact__info-row{align-items:flex-start;gap:.9rem;display:flex}.contact__info-icon{background:var(--cream-dark);border-radius:var(--radius-sm);width:30px;height:30px;color:var(--navy-deep);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__info-row>div:last-child{color:var(--text);font-size:.875rem;line-height:1.55}.contact__table{border-collapse:collapse;width:100%;font-size:.82rem}.contact__table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border-light);white-space:nowrap;vertical-align:top;padding:.45rem .75rem .45rem 0;font-weight:500}.contact__table td{color:var(--text);border-bottom:1px solid var(--border-light);padding:.45rem 0}.contact__table tr:last-child th,.contact__table tr:last-child td{border-bottom:none}@media (width<=860px){.contact__cards{grid-template-columns:1fr}.contact__grid{grid-template-columns:1fr;gap:1.5rem}.contact__map{height:300px}}.legal__body{max-width:720px}.legal__body h2{color:var(--navy-deep);margin-top:2.75rem;margin-bottom:.65rem;font-size:clamp(1.2rem,2vw,1.45rem)}.legal__body h3{color:var(--text);margin-top:1.5rem;margin-bottom:.4rem;font-size:1rem;font-weight:600}.legal__body p{color:var(--text-muted);margin-bottom:.85rem;font-weight:300;line-height:1.8}.legal__body ul{margin-bottom:.85rem;padding-left:1.4rem}.legal__body li{color:var(--text-muted);margin-bottom:.3rem;font-size:.9rem;font-weight:300;line-height:1.75}.legal__body strong{color:var(--text);font-weight:600}.legal__body a:not(.btn){color:var(--brass)}.legal__meta{color:var(--text-muted);margin-top:.5rem;margin-bottom:3rem;font-size:.78rem;font-weight:300;display:inline-block}.legal__contact-block{border:1px solid var(--border-light);border-radius:var(--radius);background:var(--cream);margin-top:2rem;padding:1.5rem 1.75rem}.legal__contact-block p{margin-bottom:.3rem}.legal__contact-block p:last-child{margin-bottom:0}
