:root {
  color-scheme: light;
  --ink: #183246;
  --navy: #143349;
  --navy-deep: #0d293d;
  --blue: #3b6981;
  --gold: #d4ad79;
  --white: #ffffff;
  --canvas: #f6f9fa;
  --soft: #eaf1f4;
  --line: #d7e2e8;
  --muted: #5d7180;
  --shadow: 0 24px 72px rgba(8, 37, 55, 0.13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
img, svg { max-width: 100%; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #c9934f; outline-offset: 4px; }
::selection { background: #d5ad78; color: #0d293d; }

.shell { width: min(100% - 3rem, 1200px); margin-inline: auto; }
.skip-link { position: absolute; z-index: 100; left: 1rem; top: -4rem; padding: .7rem 1rem; background: #fff; color: var(--navy); border: 2px solid var(--navy); }
.skip-link:focus { top: .5rem; }

.site-header { position: relative; z-index: 20; background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 2.4rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; min-width: 220px; }
.brand-mark { position: relative; display: block; width: 35px; height: 39px; flex: none; }
.brand-mark span { position: absolute; display: block; background: var(--navy); transform-origin: center; }
.brand-mark span:nth-child(1) { width: 6px; height: 40px; left: 10px; top: -1px; transform: skew(-24deg); }
.brand-mark span:nth-child(2) { width: 6px; height: 40px; left: 25px; top: -1px; transform: skew(24deg); }
.brand-mark span:nth-child(3) { width: 28px; height: 5px; left: 4px; top: 25px; background: var(--gold); }
.brand-name { display: flex; flex-direction: column; line-height: 1; color: var(--navy); }
.brand-name strong { font-size: 1.17rem; font-weight: 800; letter-spacing: .22em; }
.brand-name small { margin-top: .42rem; font-size: .55rem; font-weight: 700; letter-spacing: .22em; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; gap: 2rem; margin-left: auto; }
.desktop-nav a { padding: 1.8rem 0; color: #3e586a; font-size: .91rem; font-weight: 600; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; background: var(--blue); bottom: 1.4rem; left: 0; width: 0; transition: width .2s ease; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--navy); }
.desktop-nav a:hover::after, .desktop-nav a[aria-current]::after { width: 100%; }
.header-contact { display: inline-flex; align-items: center; gap: .65rem; padding: .66rem .95rem; color: var(--navy); border: 1px solid #aabdc8; border-radius: 2px; font-size: .85rem; font-weight: 700; white-space: nowrap; }
.header-contact:hover { background: var(--soft); border-color: var(--navy); }
.mobile-menu { display: none; }

.eyebrow { display: flex; align-items: center; gap: .8rem; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 27px; height: 1px; flex: none; background: currentColor; }
.eyebrow.light { color: #c4d9e2; }
.section { padding: 5.3rem 0; }
.section h2, .page-hero h1, .contact-band h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: 1.14; }
.section h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.section p { margin-top: 0; }
.muted { color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.5rem; min-height: 54px; padding: .85rem 1.35rem; border-radius: 2px; font-size: .91rem; font-weight: 700; line-height: 1.2; }
.button span { font-size: 1.2rem; font-weight: 400; line-height: 1; }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover { background: #eaf2f5; }
.button-dark { color: var(--white); background: var(--navy); }
.button-dark:hover { background: #244d64; }
.text-link { display: inline-flex; align-items: center; gap: .75rem; border-bottom: 1px solid var(--blue); padding-bottom: .2rem; color: var(--navy); font-size: .9rem; font-weight: 700; }
.text-link:hover { gap: 1rem; }
.light-link { border-color: #b9d1dd; color: #fff; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-deep); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 74% 23%, rgba(113, 156, 179, .22), transparent 33%), repeating-linear-gradient(90deg, transparent 0, transparent 119px, rgba(255,255,255,.035) 120px); }
.hero::after { content: ""; position: absolute; width: 30rem; height: 30rem; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; right: -17rem; bottom: -19rem; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr); align-items: center; gap: clamp(3rem, 6vw, 6rem); padding-top: 5.5rem; padding-bottom: 5.5rem; }
.hero h1 { margin: 1.3rem 0 1.7rem; font-size: clamp(3.15rem, 5.6vw, 5.3rem); font-weight: 800; line-height: 1.04; letter-spacing: -.067em; }
.hero h1 em { color: #dfc196; font-family: Georgia, "Times New Roman", serif; font-size: .76em; font-style: normal; font-weight: 400; letter-spacing: -.06em; white-space: nowrap; }
.hero-registration { display: flex; align-items: baseline; gap: 1.2rem; width: fit-content; max-width: 100%; margin: 0 0 1.4rem; padding: .65rem 0; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.hero-registration span { color: #b9d3df; font-size: .73rem; font-weight: 800; letter-spacing: .16em; }
.hero-registration strong { color: #fff; font-size: 1.1rem; font-weight: 750; letter-spacing: .025em; white-space: nowrap; }
.hero-copy > p { max-width: 575px; color: #d2e0e7; font-size: 1.03rem; line-height: 1.75; }
.hero-copy > p strong { color: #fff; font-weight: 700; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem 2.3rem; margin-top: 2.3rem; }
.identity-card { position: relative; z-index: 1; padding: 2rem 2.1rem 1.7rem; color: var(--ink); background: #fff; box-shadow: var(--shadow); border-top: 5px solid var(--gold); }
.identity-card-top { display: flex; align-items: flex-start; justify-content: space-between; color: var(--blue); font-size: .65rem; font-weight: 800; letter-spacing: .16em; }
.identity-seal { display: grid; place-items: center; width: 46px; height: 46px; margin-top: -.3rem; border: 1px solid #b4cad4; border-radius: 50%; color: var(--blue); font-family: Georgia, serif; font-size: 1rem; font-style: italic; letter-spacing: -.06em; }
.identity-card-kicker { display: block; margin-top: 1.4rem; color: var(--muted); font-size: .77rem; }
.identity-card h2 { margin: .4rem 0 1.3rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.2vw, 2.8rem); font-weight: 400; letter-spacing: -.05em; line-height: 1.1; }
.identity-card dl { margin: 0; border-top: 1px solid var(--line); }
.identity-card dl div { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding: .84rem 0; }
.identity-card dt { color: var(--muted); font-size: .82rem; }
.identity-card dd { margin: 0; text-align: right; font-size: .88rem; font-weight: 700; }
.identity-card > a { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.25rem; color: var(--blue); font-size: .83rem; font-weight: 700; }
.identity-card > a:hover { color: var(--navy); text-decoration: underline; }

.intro-grid, .split-callout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); }
.intro-grid h2 { max-width: 520px; margin-top: 1.2rem; }
.section-copy { align-self: end; max-width: 500px; }
.section-copy p, .split-callout p { color: #465d6d; font-size: 1.06rem; line-height: 1.8; }
.section-copy .text-link, .split-callout .text-link { margin-top: 1rem; }
.activity-section { background: var(--soft); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.6rem; }
.section-heading h2 { margin-top: 1rem; }
.section-heading > p { max-width: 365px; margin: 0; color: #4d6370; }
.activity-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.2rem; }
.activity-grid article { display: flex; flex-direction: column; min-height: 300px; padding: 2.6rem; }
.activity-feature { color: #fff; background: var(--navy); }
.activity-short { background: #fff; border: 1px solid var(--line); }
.activity-label { font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.activity-feature .activity-label { color: #b9d2de; }
.activity-short .activity-label { color: var(--blue); }
.activity-grid h3 { max-width: 510px; margin: 1.4rem 0 .9rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.2; letter-spacing: -.04em; }
.activity-grid p { max-width: 500px; margin: auto 0 0; color: inherit; opacity: .78; }
.activity-short .text-link { align-self: start; margin-top: 1.4rem; }
.contact-band { padding: 4.8rem 0; color: #fff; background: #23536b; }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.contact-band h2 { margin: 1rem 0 .7rem; font-size: clamp(2.2rem, 4vw, 3.25rem); }
.contact-band p { max-width: 640px; margin: 0; color: #d9e8ec; }
.contact-band .button { flex: none; }

.page-hero { padding: 5.5rem 0 5.1rem; background: #e9f0f3; border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 900px; margin: 1.1rem 0 1.1rem; color: var(--navy); font-size: clamp(3rem, 6vw, 5.1rem); }
.page-hero p { max-width: 750px; margin: 0; color: #445e6e; font-size: 1.11rem; line-height: 1.75; }
.page-hero .button { margin-top: 1.8rem; }
.detail-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 6vw, 6rem); }
.detail-grid h2 { font-size: clamp(2rem, 3vw, 2.8rem); }
.detail-grid > div > p { max-width: 280px; margin-top: 1rem; }
.data-list { margin: 0; border-top: 1px solid var(--line); }
.data-list > div { display: grid; grid-template-columns: 175px 1fr; gap: 1rem; padding: 1.03rem 0; border-bottom: 1px solid var(--line); }
.data-list dt { color: var(--muted); font-size: .86rem; }
.data-list dd { margin: 0; font-size: .97rem; font-weight: 650; }
.section-soft { background: var(--soft); }
.split-callout h2 { margin-top: 1.2rem; }
.content-narrow { max-width: 920px; }
.list-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 2px solid var(--navy); }
.list-heading h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.list-heading span { color: var(--muted); font-size: .82rem; font-weight: 700; white-space: nowrap; }
.secondary-heading { margin-top: 4rem; }
.cnae-list { list-style: none; padding: 0; margin: 0; }
.cnae-list li { display: grid; grid-template-columns: 145px 1fr; gap: 1.2rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); font-size: .97rem; line-height: 1.6; }
.cnae-code { color: var(--blue); font-size: .88rem; font-weight: 800; white-space: nowrap; }
.notice { margin: 2.6rem 0 1.6rem; padding: 1.2rem 1.4rem; color: #344f61; background: var(--soft); border-left: 3px solid var(--blue); }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.contact-card { min-height: 250px; padding: 2.4rem; background: #fff; border: 1px solid var(--line); }
.contact-card-label { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card h2 { margin: 1rem 0 .7rem; font-size: 2rem; }
.contact-card p { max-width: 460px; color: #526b7a; }
.contact-card a { display: inline-block; max-width: 100%; overflow-wrap: anywhere; margin-top: .5rem; color: var(--blue); border-bottom: 1px solid var(--blue); font-weight: 700; }
.contact-card a:hover { color: var(--navy); }
.listed-phone { display: inline-block; margin-top: .5rem; color: var(--blue); font-weight: 700; }
.contact-card address { font-size: 1.06rem; font-style: normal; }
.contact-note { margin-top: 1.3rem; color: var(--muted); font-size: .91rem; }
.contact-note p { max-width: 840px; }
.updated { display: inline-block; margin-top: 1.4rem; color: var(--muted); font-size: .83rem; }
.legal-content { max-width: 850px; padding-left: 0; }
.legal-content h2 { margin: 2.7rem 0 .9rem; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.42rem; font-weight: 750; letter-spacing: -.025em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: #394f5e; line-height: 1.82; }
.legal-content a { color: #215f81; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }

.site-footer { color: #d8e5e9; background: #102c40; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1.5fr) .7fr .7fr; gap: 2.5rem; padding-top: 4rem; padding-bottom: 3.5rem; }
.footer-brand { color: #fff; font-size: 1.25rem; font-weight: 800; letter-spacing: .14em; }
.footer-brand span { display: block; margin-top: .28rem; color: #bacfd8; font-size: .57rem; letter-spacing: .2em; }
.footer-top p { max-width: 310px; margin: 1.2rem 0 0; color: #afc4cf; font-size: .91rem; }
.footer-top .footer-contact { margin-top: 1.2rem; }
.footer-contact a { color: #e3f0f4; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.footer-top nav { display: flex; flex-direction: column; gap: .65rem; }
.footer-top nav a { color: #d6e5eb; font-size: .88rem; }
.footer-top nav a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; padding-top: 1.15rem; padding-bottom: 1.5rem; border-top: 1px solid rgba(255,255,255,.17); }
.footer-bottom p { margin: 0; color: #a7bfcb; font-size: .73rem; line-height: 1.6; }

@media (max-width: 950px) {
  .header-inner { gap: 1rem; }
  .desktop-nav { gap: 1rem; }
  .header-contact { display: none; }
  .hero-grid { grid-template-columns: 1fr 390px; gap: 2rem; }
  .hero h1 { font-size: 3.4rem; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: .3rem; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 2rem, 620px); }
  .header-inner { min-height: 70px; justify-content: space-between; }
  .brand { min-width: auto; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; position: relative; margin-left: auto; }
  .mobile-menu summary { display: flex; align-items: center; gap: .7rem; min-width: 78px; min-height: 42px; list-style: none; cursor: pointer; font-size: .87rem; font-weight: 700; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { font-size: 1.25rem; font-weight: 400; }
  .mobile-menu nav { position: absolute; right: 0; top: calc(100% + 9px); z-index: 30; display: flex; flex-direction: column; min-width: 225px; padding: .6rem; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
  .mobile-menu nav a { padding: .7rem .8rem; font-size: .9rem; font-weight: 650; }
  .mobile-menu nav a:hover, .mobile-menu nav a[aria-current] { background: var(--soft); }
  .hero-grid { grid-template-columns: 1fr; gap: 3.5rem; padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .hero h1 { font-size: clamp(2.7rem, 9vw, 4.2rem); }
  .hero h1 em { white-space: normal; }
  .identity-card { width: min(100%, 500px); }
  .section { padding: 4.3rem 0; }
  .intro-grid, .split-callout, .detail-grid { grid-template-columns: 1fr; gap: 1.6rem; }
  .section-heading { align-items: start; flex-direction: column; }
  .activity-grid { grid-template-columns: 1fr; }
  .activity-grid article { min-height: 280px; }
  .contact-band-inner { align-items: start; flex-direction: column; }
  .page-hero { padding: 4rem 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-top > div { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 2rem, 450px); }
  .brand-mark { width: 29px; transform: scale(.86); transform-origin: left center; }
  .brand-name strong { font-size: 1.05rem; }
  .brand-name small { font-size: .5rem; }
  .hero h1 { font-size: clamp(2.65rem, 10vw, 3.4rem); }
  .hero-copy > p, .page-hero p { font-size: 1rem; }
  .hero-actions { align-items: start; flex-direction: column; gap: 1.2rem; }
  .identity-card { padding: 1.55rem; }
  .identity-card dl div { align-items: start; }
  .activity-grid article, .contact-card { padding: 1.7rem; }
  .activity-grid h3 { font-size: 1.85rem; }
  .data-list > div, .cnae-list li { grid-template-columns: 1fr; gap: .2rem; }
  .list-heading { align-items: flex-start; flex-direction: column; gap: .15rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
