*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#011c3f;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}img{max-width:100%;height:auto}a{color:#075d98;text-decoration-thickness:.08em;text-underline-offset:.14em}a:hover{color:#011c3f}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;top:10px;left:10px;padding:.75rem 1rem;background:#fff;z-index:99999}.arv-container{width:min(1180px,calc(100% - 2rem));margin-inline:auto}.arv-container--narrow{width:min(760px,calc(100% - 2rem))}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #e6eaf0}.site-header__inner{width:100%;min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-inline:clamp(1rem,3vw,3rem)}.site-brand{display:block;width:220px;flex:0 0 auto}.site-brand img{display:block;max-height:64px;width:auto}.custom-logo-link{display:block}.custom-logo{max-height:64px;width:auto}.primary-nav ul{display:flex;align-items:center;gap:1.3rem;list-style:none;margin:0;padding:0}.primary-nav a{color:#011c3f;font-weight:700;text-decoration:none}.primary-nav a:hover,.primary-nav .current-menu-item>a{color:#0c75ad}.menu-toggle{display:none;border:1px solid #d9e0e8;border-radius:999px;background:#fff;padding:.6rem 1rem;font-weight:700}.arv-hero{overflow:hidden;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid #edf0f3}.arv-hero__grid{min-height:560px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;padding-block:4rem}.arv-hero__content h1{font-size:clamp(2.9rem,7vw,6.4rem);line-height:.96;letter-spacing:-.055em;margin:.2rem 0 1.5rem;max-width:800px}.arv-hero__lead{font-size:clamp(1.1rem,2.2vw,1.35rem);max-width:680px;color:#43566c}.arv-hero__visual img{display:block;width:100%;filter:drop-shadow(0 22px 32px rgba(1,28,63,.08))}.arv-eyebrow{margin:0 0 .55rem;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800;color:#0b78b5}.arv-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.arv-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.7rem 1.2rem;border:2px solid #011c3f;border-radius:999px;background:#011c3f;color:#fff;font-weight:800;text-decoration:none}.arv-button:hover{background:#0b3b69;color:#fff}.arv-button--ghost{background:transparent;color:#011c3f}.arv-button--yellow{background:#fec245;border-color:#fec245;color:#011c3f}.arv-button--small{min-height:40px;padding:.5rem 1rem;font-size:.9rem}.arv-button--full{width:100%}.arv-quick-links-section{display:flow-root;position:relative;z-index:3;background:#fff;padding-block:2.5rem}.arv-quick-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:0}.arv-quick-card{display:grid;grid-template-columns:auto 1fr;column-gap:.8rem;align-items:center;min-height:130px;padding:1.2rem;border:1px solid #e1e7ed;border-radius:18px;background:#fff;color:#011c3f;text-decoration:none;box-shadow:0 12px 34px rgba(1,28,63,.08);transition:transform .2s ease,box-shadow .2s ease}.arv-quick-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(1,28,63,.13);color:#011c3f}.arv-quick-card__icon{grid-row:1/3;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;font-size:1.5rem;font-weight:800}.arv-quick-card strong{font-size:1.08rem}.arv-quick-card small{color:#657385}.arv-quick-card--yellow .arv-quick-card__icon{background:#fff3cf;color:#bd7700}.arv-quick-card--blue .arv-quick-card__icon{background:#e7f5fc;color:#087bb8}.arv-quick-card--green .arv-quick-card__icon{background:#e5f8ee;color:#178d50}.arv-quick-card--red .arv-quick-card__icon{background:#fff0ef;color:#d73b31}.arv-section{padding-block:5rem}.arv-section--soft{background:#f5f7f9}.arv-section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.arv-section-heading h2{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.04em;margin:0}.arv-section-heading>a{font-weight:800;text-decoration:none}.arv-page-header{padding:1.5rem 0;background:linear-gradient(135deg,#f7f9fb,#eef4f8);border-bottom:1px solid #e6ebef}.arv-page-header h1{font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.05em;margin:.2rem 0 1rem}.arv-page-header__description{font-size:1.25rem;max-width:760px;color:#4b5d70}.arv-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.arv-card{overflow:hidden;background:#fff;border:1px solid #e1e6eb;border-radius:18px;box-shadow:0 7px 22px rgba(1,28,63,.05)}.arv-card__image{display:block;text-decoration:none;aspect-ratio:16/10;overflow:hidden;background:#eef2f5}.arv-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.arv-card:hover .arv-card__image img{transform:scale(1.025)}.arv-card__body{padding:1.25rem}.arv-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;color:#657385;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.arv-card__title{font-size:1.35rem;line-height:1.18;margin:.55rem 0 .8rem}.arv-card__title a{color:#011c3f;text-decoration:none}.arv-card__small{font-size:.85rem;color:#657385}.arv-text-link{font-weight:800;text-decoration:none}.arv-business-card__footer{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;margin-top:1rem}.arv-community-callout{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;margin-top:3rem;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid #d8e4ec;border-radius:20px;background:linear-gradient(135deg,#f7fafc,#eef6fa)}.arv-community-callout__content{max-width:820px}.arv-community-callout h2{font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.1;letter-spacing:-.035em;margin:0 0 .85rem}.arv-community-callout p{margin:.55rem 0;color:#40566b}.arv-community-callout strong{color:#011c3f}.arv-community-callout__actions{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;min-width:max-content}.arv-community-callout__email{font-weight:800;text-decoration:none}.arv-badge{display:inline-flex;padding:.28rem .65rem;border-radius:999px;font-size:.74rem;font-weight:850;letter-spacing:.015em;text-transform:none}.arv-badge--supporter{background:#e8f4fb;color:#09699c}.arv-badge--vip{background:#fff1c7;color:#8b5a00}.arv-prose{font-size:1.08rem}.arv-prose>*:first-child{margin-top:0}.arv-prose h2{font-size:2rem;margin-top:2.4rem}.arv-featured-image{margin:0 0 2rem}.arv-featured-image img{border-radius:18px}.arv-business-hero{padding:4rem 0;background:#f6f9fb}.arv-business-hero__grid{display:grid;grid-template-columns:1fr .8fr;gap:3rem;align-items:center}.arv-business-hero h1{font-size:clamp(2.7rem,6vw,5rem);line-height:1;letter-spacing:-.05em;margin:.4rem 0 1rem}.arv-business-hero figure{margin:0}.arv-business-hero figure img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:22px}.arv-business-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:3rem;align-items:start}.arv-contact-card{position:sticky;top:110px;padding:1.4rem;border:1px solid #dfe6ec;border-radius:18px;background:#f8fafb}.arv-contact-card h2{margin-top:0}.arv-map-section iframe{display:block;width:100%;height:470px;border:0}.arv-link-list{display:grid;gap:.8rem}.arv-link-item{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.15rem 1.25rem;border:1px solid #e2e8ee;border-radius:14px}.arv-link-item h3{margin:.2rem 0}.arv-link-item p{margin:.25rem 0 0}.arv-empty{padding:1rem;border-radius:12px;background:#f5f7f9;color:#5f6d7c}.site-footer{padding:4rem 0;background:#011c3f;color:#d8e2ec}.site-footer__grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:3rem}.site-footer a{color:#fff}.site-footer h2{color:#fff;font-size:1rem;text-transform:uppercase;letter-spacing:.1em}.site-footer__logo{max-width:230px;background:#fff;border-radius:12px;padding:.55rem}.site-footer__small{font-size:.85rem;color:#aebdcc}.site-footer ul{list-style:none;padding:0;margin:0}.navigation.pagination{margin-top:2rem}.nav-links{display:flex;gap:.4rem;flex-wrap:wrap}.page-numbers{display:grid;place-items:center;min-width:40px;height:40px;border:1px solid #dce3ea;border-radius:10px;text-decoration:none}.page-numbers.current{background:#011c3f;color:#fff}@media(max-width:980px){.arv-hero__grid,.arv-business-hero__grid{grid-template-columns:1fr}.arv-hero__visual{max-width:600px}.arv-quick-links-section{padding-block:2rem}.arv-quick-links{grid-template-columns:repeat(2,1fr);margin-top:0}.arv-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.arv-business-layout{grid-template-columns:1fr}.arv-contact-card{position:static}.site-footer__grid{grid-template-columns:1fr 1fr}.primary-nav{display:none;position:absolute;left:1rem;right:1rem;top:75px;background:#fff;border:1px solid #dfe5eb;border-radius:16px;padding:1rem;box-shadow:0 18px 35px rgba(1,28,63,.15)}.primary-nav.is-open{display:block}.primary-nav ul{display:grid;gap:.4rem}.primary-nav a{display:block;padding:.55rem}.menu-toggle{display:block}}@media(max-width:650px){.site-header__inner{min-height:72px}.site-brand{width:165px}.arv-hero__grid{min-height:auto;padding-block:3rem}.arv-hero__content h1{font-size:3.3rem}.arv-quick-links,.arv-card-grid,.site-footer__grid{grid-template-columns:1fr}.arv-section{padding-block:3.5rem}.arv-section-heading{align-items:start;flex-direction:column}.arv-page-header{padding:1.5rem 0}.arv-business-hero{padding:3rem 0}.arv-link-item{align-items:flex-start;flex-direction:column}.arv-quick-card{min-height:110px}.arv-map-section iframe{height:360px}}@media(max-width:700px){.arv-community-callout{grid-template-columns:1fr;gap:1.25rem}.arv-community-callout__actions{min-width:0}}
/* ArvikaNu 0.2.3: native and external news cards */
.arv-card--native-news{background:linear-gradient(145deg,#fff 0%,#f1f8fb 100%);border-color:#c7dfe9;box-shadow:0 9px 26px rgba(7,93,152,.09)}
.arv-card--feed-news{background:#fff}
.arv-news-source-badge{display:inline-flex;align-items:center;padding:.23rem .58rem;border-radius:999px;background:#e7f2f8;color:#075d98;font-size:.71rem;font-weight:850;line-height:1.2;letter-spacing:.025em;text-transform:none}
.arv-card--feed-news .arv-card__title a::after{content:" ↗";font-size:.72em;color:#657385}
