:root {
  color-scheme: light;
  --ink: #172e49;
  --forest: #17385c;
  --deep: #0b2140;
  --gold: #ad8549;
  --muted: #5c6977;
  --line: #d8e0e8;
  --paper: #ffffff;
  --pale: #f3f5f7;
  --icon-arrow-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14m-6-6 6 6-6 6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon-arrow-up-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19 19 5M8 5h11v11' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon-chevron-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --icon-menu: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  --icon-x: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 5l14 14M19 5 5 19' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  --icon-plus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1220px, calc(100% - 56px)); margin: 0 auto; }
.eyebrow { color: var(--gold); text-transform: uppercase; font-size: .76rem; font-weight: 700; letter-spacing: 2px; }
.section-title { font: 400 clamp(2.2rem, 3.7vw, 3.8rem)/1.12 Georgia, 'Times New Roman', serif; margin: 13px 0 20px; color: var(--ink); }
.lead { font-size: 1.12rem; line-height: 1.7; color: var(--muted); }
.body-copy { font-size: 1rem; line-height: 1.78; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 50px; max-width: 100%; padding: 11px 18px; border: 1px solid var(--gold); font-size: .96rem; font-weight: 700; line-height: 1.3; transition: color .2s, background-color .2s, border-color .2s; }
.text-link:hover, .text-link:focus-visible { color: var(--gold); background-color: rgb(186 141 81 / 7%); }
.text-link span:last-child { flex: 0 0 auto; }
.ui-icon { display: inline-block; width: 19px; height: 19px; flex: 0 0 auto; background: currentColor; -webkit-mask: var(--icon-url) center / contain no-repeat; mask: var(--icon-url) center / contain no-repeat; vertical-align: middle; }
.icon-arrow-right { --icon-url: var(--icon-arrow-right); }
.icon-arrow-up-right { --icon-url: var(--icon-arrow-up-right); }
.icon-chevron-down { --icon-url: var(--icon-chevron-down); }
.icon-menu { --icon-url: var(--icon-menu); }
.icon-x { --icon-url: var(--icon-x); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 50; background: #fffffffa; border-bottom: 1px solid var(--line); box-shadow: 0 4px 15px #132d2808; }
.site-header::before { content: ''; display: block; height: 4px; background: var(--gold); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; min-width: 0; }
.brand-mark { display: grid; place-items: center; width: 47px; height: 47px; flex: 0 0 auto; border: 1px solid var(--ink); color: var(--ink); font: 400 1.9rem/1 Georgia, 'Times New Roman', serif; }
.brand-name { display: block; font: 400 1.55rem/.95 Georgia, serif; letter-spacing: 0; white-space: nowrap; }
.brand-name strong { font-weight: 400; color: var(--gold); }
.brand-line { display: block; margin-top: 6px; color: #75817b; font-size: .65rem; text-transform: uppercase; letter-spacing: .8px; white-space: nowrap; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(12px, 2vw, 29px); margin-left: auto; }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; border-bottom: 2px solid transparent; color: #374944; font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; white-space: nowrap; transition: color .2s, border-color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); border-color: var(--gold); }
.site-nav .mobile-portal { display: none; }
.header-tools { display: flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.lang-switch { display: flex; align-items: center; border: 1px solid #cdd5cf; height: 34px; }
.lang-switch button { border: 0; border-right: 1px solid #d9dfdb; background: #fff; color: #5d6b6a; min-width: 33px; height: 32px; padding: 0 5px; font-size: .68rem; font-weight: 700; cursor: pointer; transition: background .2s, color .2s; }
.lang-switch button:last-child { border-right: 0; }
.lang-switch button:hover, .lang-switch button:focus-visible, .lang-switch button[aria-pressed=true] { background: var(--forest); color: white; }
.portal-link { display: inline-flex; align-items: center; gap: 8px; justify-content: center; padding: 0 14px; height: 38px; border: 1px solid var(--forest); color: var(--forest); font-size: .76rem; font-weight: 700; text-transform: uppercase; white-space: nowrap; transition: background .2s, color .2s, transform .2s; }
.portal-link:hover, .portal-link:focus-visible { background: var(--forest); color: white; transform: translateY(-2px); }
.mobile-toggle { display: none; width: 42px; height: 42px; flex: 0 0 auto; align-items: center; justify-content: center; background: white; border: 1px solid var(--line); color: var(--ink); cursor: pointer; }
.mobile-toggle .icon-x, .mobile-toggle[aria-expanded="true"] .icon-menu { display: none; }
.mobile-toggle[aria-expanded="true"] .icon-x { display: inline-block; }

.hero { position: relative; isolation: isolate; min-height: 625px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.hero-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #0b2424df 0%, #0b2424cb 32%, #0b242473 60%, #0b242412 100%); }
.hero-inner { padding: 70px 0 94px; }
.hero .eyebrow { color: #d8b77f; }
.hero h1 { max-width: 740px; margin: 17px 0 24px; font: 400 clamp(3.3rem, 5.4vw, 5.2rem)/1.07 Georgia, 'Times New Roman', serif; }
.hero p { max-width: 580px; margin: 0 0 30px; color: #edf2ee; font-size: 1.13rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 48px; padding: 0 21px; background: #fff; border: 1px solid #fff; color: var(--ink); font-size: .82rem; font-weight: 700; cursor: pointer; transition: background .2s, color .2s, transform .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { background: #eef3ee; transform: translateY(-2px); box-shadow: 0 8px 22px #0002; }
.button:active { transform: translateY(0); box-shadow: none; }
.button.outline { background: transparent; color: #fff; border-color: #fff; }
.button.outline:hover, .button.outline:focus-visible { background: #ffffff24; }
.button span { font-size: 1.2rem; }
.hero-note { margin-top: 45px; color: #e7ede9; font-size: .73rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.hero-note::before { content: ''; display: inline-block; vertical-align: middle; width: 40px; height: 1px; margin-right: 15px; background: #d8b77f; }

.intro { padding: 95px 0 100px; }
.intro-grid { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(60px, 10vw, 160px); align-items: center; }
.intro-figure { display: flex; align-items: baseline; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.intro-figure strong { font: 400 clamp(6.2rem, 11vw, 10rem)/1 Georgia, serif; }
.intro-figure span { max-width: 76px; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; line-height: 1.35; color: var(--gold); }
.intro-figure-caption { margin: 16px 0 0; font-size: .79rem; color: var(--muted); letter-spacing: .3px; }
.intro-text p { margin: 0 0 15px; }
.intro-text p:last-child { margin-bottom: 0; }

.photo-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 560px; background: var(--pale); }
.photo-band > .photo { overflow: hidden; min-height: 560px; }
.photo-band > .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.photo-band > .photo:hover img { transform: scale(1.035); }
.photo-band-copy { padding: clamp(52px, 7vw, 100px) max(36px, calc((100vw - 1220px)/2)); padding-left: clamp(45px, 6vw, 100px); align-self: center; }
.photo-band-copy .section-title { max-width: 550px; }
.service-list { margin: 32px 0 0; border-top: 1px solid #ccd5ce; }
.service-item { border-bottom: 1px solid #ccd5ce; }
.service-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 72px; font: 400 1.42rem Georgia, serif; transition: color .2s, padding-left .2s; }
.service-item summary::-webkit-details-marker { display: none; }
.service-item summary:hover, .service-item summary:focus-visible { color: var(--gold); padding-left: 5px; }
.service-item summary::after { content: ''; width: 20px; height: 20px; flex: 0 0 auto; background: var(--gold); -webkit-mask: var(--icon-plus) center / contain no-repeat; mask: var(--icon-plus) center / contain no-repeat; transition: transform .2s; }
.service-item[open] summary::after { transform: rotate(45deg); }
.service-item p { margin: 0 0 23px; max-width: 590px; color: var(--muted); font-size: .98rem; line-height: 1.7; }

.approach { padding: 95px 0; }
.approach-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 70px; align-items: end; margin-bottom: 42px; }
.approach-head p { margin: 0; }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 35px; }
.principle { border-top: 2px solid var(--gold); padding-top: 21px; }
.principle .number { color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: 1px; }
.principle h3 { margin: 14px 0 12px; font: 400 1.47rem/1.25 Georgia, serif; }
.principle p { margin: 0; font-size: .95rem; line-height: 1.72; color: var(--muted); }

.purpose { padding: 72px 0; background: var(--pale); }
.purpose-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 66px; }
.purpose-item { border-top: 1px solid #becbc1; padding-top: 20px; }
.purpose-item h2 { font: 400 clamp(1.8rem, 2.5vw, 2.6rem)/1.2 Georgia, serif; margin: 14px 0 13px; }
.purpose-item p { max-width: 540px; margin: 0; color: var(--muted); font-size: .98rem; line-height: 1.75; }

.architecture { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); background: var(--deep); color: #fff; }
.architecture .photo { height: 560px; overflow: hidden; }
.architecture img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transition: transform .6s; }
.architecture .photo:hover img { transform: scale(1.03); }
.architecture-copy { align-self: center; padding: 70px max(38px, calc((100vw - 1220px)/2)) 70px clamp(55px, 8vw, 135px); }
.architecture .section-title { color: #fff; }
.architecture .body-copy { color: #d3dfd9; max-width: 530px; }
.architecture .eyebrow { color: #d5b786; }

.record { padding: 96px 0 65px; }
.record-head { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 38px; }
.record-head .section-title { margin-bottom: 0; }
.record-head .body-copy { max-width: 400px; margin: 0; }
.facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { padding: 30px 28px 30px 0; border-right: 1px solid var(--line); }
.fact + .fact { padding-left: 28px; }
.fact:last-child { border-right: 0; }
.fact strong { display: block; font: 400 clamp(2.4rem, 3.5vw, 4rem)/1.1 Georgia, serif; color: var(--forest); }
.fact span { display: block; margin-top: 11px; color: var(--muted); font-size: .79rem; text-transform: uppercase; font-weight: 700; letter-spacing: .8px; }
.timeline { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; margin-top: 57px; }
.milestone { position: relative; padding: 22px 0 0; border-top: 1px solid #bdc9c1; }
.milestone::before { content: ''; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.milestone .year { display: block; color: var(--gold); font: 400 1.8rem Georgia, serif; }
.milestone h3 { margin: 10px 0 8px; font: 400 1.2rem Georgia, serif; }
.milestone p { margin: 0; font-size: .94rem; line-height: 1.65; color: var(--muted); }

.registers { padding: 77px 0; background: var(--pale); }
.register-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: start; }
.register-grid .body-copy { max-width: 425px; }
.register-links { border-top: 1px solid #cbd5cc; }
.register-links a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 86px; border-bottom: 1px solid #cbd5cc; transition: background .2s, padding .2s, color .2s; }
.register-links a:hover, .register-links a:focus-visible { background: #e9efea; padding: 0 12px; color: var(--forest); }
.register-links strong { display: block; font: 400 1.45rem Georgia, serif; }
.register-links small { display: block; margin-top: 6px; color: var(--muted); font-size: .78rem; }
.register-links .ext { color: var(--gold); }

.landscape-strip { height: 265px; overflow: hidden; }
.landscape-strip img { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; }
.contact { padding: 82px 0; background: var(--forest); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.contact .eyebrow { color: #dbc191; }
.contact .section-title { color: #fff; }
.contact .body-copy { color: #d9e5dc; max-width: 590px; }
.contact-place { border-left: 2px solid #d6b880; padding: 10px 0 10px 24px; }
.contact-place strong { display: block; font: 400 1.8rem Georgia, serif; }
.contact-place span { display: block; margin-top: 9px; color: #dae7de; font-size: .95rem; line-height: 1.6; }
.footer { background: #142d29; color: #d9e4dc; padding: 43px 0; }
.footer-inner { display: flex; justify-content: space-between; gap: 35px; }
.footer .brand-name { color: #fff; }
.footer p { max-width: 460px; font-size: .84rem; line-height: 1.6; color: #b9c9bf; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; align-content: start; }
.footer-links a { font-size: .81rem; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.footer-links a:hover, .footer-links a:focus-visible { color: #e4c796; border-color: #e4c796; }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid #47625a; color: #aebfb4; font-size: .75rem; }

.portal-page { min-height: 100vh; display: grid; grid-template-columns: minmax(350px, 450px) minmax(0, 1fr); }
.portal-panel { display: flex; flex-direction: column; min-width: 0; padding: 42px clamp(30px, 4vw, 60px); background: white; }
.portal-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.portal-panel main { margin: auto 0; padding: 60px 0; }
.portal-panel h1 { font: 400 2.5rem/1.14 Georgia, serif; margin: 14px 0 15px; }
.portal-panel p { max-width: 100%; overflow-wrap: anywhere; color: var(--muted); line-height: 1.65; }
.portal-form { margin-top: 35px; }
.portal-form label { display: block; font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; margin: 0 0 8px; }
.portal-form input { width: 100%; height: 46px; border: 1px solid #cfd9d2; background: #f9fbf9; padding: 0 13px; margin-bottom: 20px; color: #67766c; }
.portal-form input:disabled { cursor: not-allowed; }
.portal-form .button { width: 100%; border-color: var(--forest); background: var(--forest); color: #fff; }
.portal-form .button:disabled { opacity: .5; cursor: not-allowed; box-shadow: none; transform: none; }
.portal-status { margin-top: 16px; padding-left: 15px; border-left: 2px solid var(--gold); font-size: .85rem; line-height: 1.6; }
.portal-panel footer { font-size: .77rem; color: var(--muted); }
.portal-panel footer a { border-bottom: 1px solid var(--gold); }
.portal-visual { position: relative; isolation: isolate; display: flex; align-items: end; padding: clamp(45px, 6vw, 90px); color: #fff; }
.portal-visual img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.portal-visual::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #08221fda, #08221f16 70%); }
.portal-visual h2 { font: 400 clamp(2.3rem, 3.5vw, 4rem)/1.12 Georgia, serif; max-width: 650px; margin: 12px 0 0; }
.portal-mobile-visual { display: none; }

@media (max-width: 1120px) {
  .header-inner { gap: 17px; }
  .site-nav { gap: 13px; }
  .site-nav a { font-size: .7rem; }
  .brand-name { font-size: 1.35rem; }
}
@media (max-width: 940px) {
  .mobile-toggle { display: block; margin-left: auto; }
  .header-tools { margin-left: 0; }
  .portal-link { display: none; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: white; padding: 14px 28px 25px; border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px #1029271c; }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; font-size: .84rem; border-bottom: 1px solid var(--line); }
  .site-nav .mobile-portal { display: inline-flex; }
  .photo-band, .architecture { grid-template-columns: 1fr; }
  .photo-band > .photo { min-height: 380px; height: 380px; }
  .photo-band-copy, .architecture-copy { padding: 65px max(28px, calc((100vw - 760px)/2)); }
  .architecture .photo { height: 390px; }
  .approach-head { gap: 30px; }
}
@media (max-width: 700px) {
  .shell { width: min(100% - 34px, 1220px); }
  .header-inner { min-height: 74px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: 1.18rem; }
  .brand-line { font-size: .55rem; letter-spacing: 1px; }
  .header-tools { gap: 7px; }
  .portal-link { display: none; }
  .hero { min-height: 650px; }
  .hero::after { background: linear-gradient(90deg, #0b2140e8, #0b2140a0 68%, #0b214050); }
  .hero-image { object-position: 57% center; }
  .hero-inner { padding: 65px 0; }
  .hero h1 { font-size: clamp(2.75rem, 10vw, 3.7rem); }
  .hero p { font-size: 1rem; }
  .intro { padding: 65px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 33px; }
  .intro-figure strong { font-size: 7rem; }
  .photo-band-copy, .architecture-copy { padding: 56px 24px; }
  .approach, .record { padding: 67px 0; }
  .approach-head, .register-grid, .contact-grid { grid-template-columns: 1fr; gap: 22px; }
  .principles, .facts, .timeline { grid-template-columns: 1fr; }
  .purpose { padding: 60px 0; }
  .purpose-grid { grid-template-columns: 1fr; gap: 32px; }
  .principles { gap: 28px; }
  .facts { border-bottom: 0; }
  .fact, .fact + .fact { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact strong { font-size: 3rem; }
  .timeline { gap: 26px; margin-top: 40px; }
  .record-head { display: block; margin-bottom: 27px; }
  .record-head .body-copy { margin-top: 20px; }
  .registers { padding: 62px 0; }
  .landscape-strip { height: 185px; }
  .contact { padding: 65px 0; }
  .contact-place { margin-top: 12px; }
  .footer-inner { display: block; }
  .footer-links { margin-top: 25px; }
  .portal-page { display: block; }
  .portal-panel { min-height: auto; padding: 28px 22px 24px; }
  .portal-panel main { margin: 0; padding: 36px 0 28px; }
  .portal-mobile-visual { position: relative; isolation: isolate; display: flex; align-items: end; aspect-ratio: 16 / 9; margin-top: 26px; overflow: hidden; padding: 18px; color: #fff; }
  .portal-mobile-visual img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
  .portal-mobile-visual::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #0b2140e8, #0b214018 78%); }
  .portal-mobile-visual .eyebrow { display: block; color: #e0bd7c; font-size: .62rem; }
  .portal-mobile-visual strong { display: block; max-width: 240px; margin-top: 5px; font: 400 1.25rem/1.2 Georgia, serif; }
  .portal-form { margin-top: 27px; }
  .portal-panel footer { padding-top: 8px; }
  .portal-visual { display: none; }
}
@media (max-width: 400px) {
  .brand { gap: 6px; }
  .brand-mark { width: 36px; height: 36px; font-size: 1.5rem; }
  .brand-name { font-size: 1rem; }
  .brand-line { display: block; margin-top: 4px; font-size: .55rem; letter-spacing: .35px; }
  .lang-switch button { min-width: 28px; padding: 0 3px; }
  .header-inner { gap: 8px; }
  .mobile-toggle { width: 34px; height: 34px; }
  .hero h1 { font-size: 2.65rem; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Page system */
.site-header { box-shadow: 0 4px 15px #0b21400a; }
.brand-logo { width: 230px; height: auto; }
.brand-logo { filter: brightness(0) saturate(100%) invert(17%) sepia(31%) saturate(1158%) hue-rotate(173deg) brightness(89%) contrast(92%); }
.site-nav a { color: var(--ink); }
.site-nav a[aria-current="page"] { color: var(--gold); border-color: var(--gold); }
.language-select { position: relative; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.language-select::after { content: ''; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; background: var(--ink); -webkit-mask: var(--icon-chevron-down) center / contain no-repeat; mask: var(--icon-chevron-down) center / contain no-repeat; pointer-events: none; }
.language-select select { appearance: none; height: 38px; min-width: 56px; border: 0; border-radius: 0; background: transparent; color: var(--ink); padding: 0 18px 0 4px; cursor: pointer; font-weight: 700; }
.language-select select:hover { color: var(--gold); }
.language-select select:focus-visible { outline: 1px solid var(--line); outline-offset: 2px; }
.portal-link svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.hero { min-height: min(670px, 78vh); }
.hero::after { background: linear-gradient(90deg, #0b2140e9 0%, #0b2140c7 37%, #0b214064 72%, #0b21401c 100%); }
.hero h1 { max-width: 850px; }
.hero h1 { font-size: 4.7rem; }
.section-title { font-size: 3rem; }
.hero-note { margin-top: 35px; }
.front-overview { background: var(--deep); color: #fff; padding: 82px 0; }
.overview-grid { display: grid; grid-template-columns: 1fr .95fr; gap: clamp(45px, 7vw, 110px); }
.front-overview h2 { font: 400 3.1rem/1.15 Georgia, serif; margin: 18px 0 25px; }
.front-overview p { color: #c5d2e1; line-height: 1.75; margin: 0 0 18px; }
.front-overview .eyebrow { color: #d6b982; }
.text-link.light { color: #fff; margin-top: 6px; }
.overview-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.overview-facts > div { min-height: 125px; border: 1px solid #365270; padding: 23px; }
.overview-facts strong { display: block; font: 400 2.1rem Georgia, serif; color: #fff; }
.overview-facts span { display: block; margin-top: 12px; color: #aebed1; font-size: .75rem; text-transform: uppercase; }
.overview-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.overview-links a { position: relative; min-height: 92px; background: #fff; color: var(--ink); padding: 18px 26px 18px 17px; transition: transform .2s, background .2s; }
.overview-links a:hover, .overview-links a:focus-visible { transform: translateY(-3px); background: #edf2f7; }
.overview-links strong { display: block; font: 400 1.2rem Georgia, serif; }
.overview-links span { display: block; margin-top: 5px; font-size: .72rem; line-height: 1.35; color: var(--muted); }
.overview-links b { position: absolute; right: 12px; top: 14px; color: var(--gold); }
.home-feature { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 7vw, 110px); align-items: center; padding-top: 90px; padding-bottom: 90px; }
.home-feature img { width: 100%; height: 430px; object-fit: cover; }
.home-next { background: var(--pale); padding: 48px 0; }
.home-next-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.home-next .section-title { margin-bottom: 0; }
.page-banner { position: relative; isolation: isolate; min-height: 330px; display: flex; align-items: center; color: #fff; overflow: hidden; }
.page-banner > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-banner::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #0b2140e8, #0b21409e 70%, #0b21404c); }
.page-banner .shell { padding-top: 57px; padding-bottom: 58px; }
.page-banner h1 { max-width: 820px; margin: 13px 0 18px; font: 400 3.8rem/1.1 Georgia, serif; }
.page-banner p { max-width: 680px; margin: 0; color: #e4ebf3; line-height: 1.65; }
.content-section { padding-top: 90px; padding-bottom: 90px; }
.prose-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.prose-grid p:first-child { margin-top: 0; }
.team-section { padding-top: 88px; padding-bottom: 88px; }
.team-intro { max-width: 720px; margin-bottom: 34px; }
.team-intro .body-copy { max-width: 600px; }
.team-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.team-member { min-width: 0; margin: 0; }
.team-section .team-member img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border: 1px solid var(--line); }
.team-member figcaption { display: grid; align-content: start; gap: 6px; padding-top: 16px; }
.team-member strong { color: var(--forest); font: 400 1.18rem/1.25 Georgia, serif; }
.team-member span { color: var(--muted); font-size: .83rem; line-height: 1.45; }
.team-portrait-notice { margin: 18px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
@media (max-width: 840px) { .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 20px; } }
@media (max-width: 500px) { .team-grid { grid-template-columns: 1fr; gap: 30px; } .team-member { max-width: 420px; } }
.service-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.service-columns article { border-top: 2px solid var(--gold); padding-top: 22px; }
.service-columns article > span { font-size: .77rem; color: var(--gold); font-weight: 700; }
.service-columns h2 { font: 400 1.65rem/1.2 Georgia, serif; }
.service-columns p { line-height: 1.7; color: var(--muted); }
.history-story { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; margin-top: 65px; }
.history-story > div { border-top: 2px solid var(--gold); padding-top: 25px; }
.history-story h2 { font: 400 2.8rem Georgia, serif; margin: 10px 0; }
.history-story p { color: var(--muted); line-height: 1.7; }
.history-affiliation { padding: 72px 0; background: var(--pale); }
.history-affiliation .shell { display: grid; grid-template-columns: minmax(0, .55fr) minmax(0, 1fr); gap: 50px; align-items: start; }
.history-affiliation .section-title { max-width: 480px; }
.history-affiliation .body-copy { margin-top: 0; }
.history-affiliation a { display: inline-block; margin-top: 14px; color: var(--forest); border-bottom: 1px solid var(--gold); padding-bottom: 4px; font-weight: 700; }
@media (max-width: 940px) { .history-story { gap: 22px; } .history-affiliation .shell { grid-template-columns: 1fr; gap: 24px; } }
@media (max-width: 700px) { .history-story { grid-template-columns: 1fr; gap: 28px; } .history-affiliation { padding: 58px 0; } }
.contact-detail { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-city { font: 400 1.55rem Georgia, serif; margin: 7px 0 4px; color: var(--ink); }
.contact-detail .body-copy { margin: 0; font-size: .94rem; line-height: 1.55; }
.contact-location + .contact-location { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 22px; }
.map-placeholder { min-height: 340px; background: #edf2f5; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 35px; }
.map-pin { font-size: 3.2rem; color: var(--gold); line-height: 1; }
.map-placeholder strong { font: 400 2rem Georgia, serif; margin-top: 14px; }
.map-placeholder p { color: var(--muted); max-width: 300px; line-height: 1.5; }
.footer { background: var(--deep); color: #e4ebf3; }
.footer p { color: #bdcada; }
.footer-wordmark { color: #fff; font: 400 1.5rem Georgia, serif; }
.footer-wordmark em { color: #d4b379; font-style: normal; }
.footer-logo-link { display:inline-block; width:min(270px,100%); line-height:0; }
.footer-logo { display:block; width:100%; height:auto; filter:brightness(0) invert(1); }
.footer-logo-link:hover .footer-logo, .footer-logo-link:focus-visible .footer-logo { opacity:.85; }
.footer-bottom { border-color: #35506e; color: #aebed1; }
.portal-visual::after { background: linear-gradient(0deg, #0b2140e8, #0b214028 70%); }
.portal-header .brand-logo { width: 210px; }
@media (max-width: 1120px) { .brand-logo { width: 210px; } .header-inner { gap: 15px; } }
@media (max-width: 940px) { .overview-grid, .prose-grid, .team-section, .contact-detail { grid-template-columns: 1fr; gap: 38px; } .front-overview { padding: 65px 0; } .brand-logo { width: 210px; } }
@media (max-width: 700px) { .hero { min-height: min(600px, calc(100svh - 145px)); } .hero::after { background: linear-gradient(90deg, #0b2140ed, #0b2140a8 75%, #0b214074); } .hero h1 { font-size: 2.9rem; } .section-title { font-size: 2.35rem; } .front-overview h2 { font-size: 2.5rem; } .overview-facts, .overview-links, .home-feature, .service-columns, .history-story { grid-template-columns: 1fr; } .home-feature { padding-top: 60px; padding-bottom: 60px; gap: 30px; } .home-feature img, .team-section img { height: 290px; } .home-next-inner { display: block; } .home-next .text-link { margin-top: 15px; } .content-section, .team-section { padding-top: 60px; padding-bottom: 60px; } .page-banner { min-height: 310px; } .page-banner h1 { font-size: 2.6rem; } .language-select span { display: none; } }
@media (max-width: 400px) { .brand-logo { width: 185px; } .language-select select { min-width: 52px; } .hero h1 { font-size: 2.55rem; } .portal-header .brand-logo { width: 185px; } }

/* Lighter editorial homepage */
.home-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(45px, 7vw, 100px); padding-top: 93px; padding-bottom: 93px; }
.home-intro-copy .section-title { max-width: 610px; }
.home-intro-copy p { max-width: 630px; }
.home-intro-copy .text-link { margin-top: 12px; }
.home-intro-numbers { border-left: 1px solid var(--line); padding-left: clamp(35px, 5vw, 75px); }
.big-year { display: flex; align-items: baseline; gap: 15px; border-bottom: 1px solid var(--line); padding-bottom: 22px; }
.big-year strong { font: 400 8rem/1 Georgia, serif; color: var(--ink); }
.big-year span { max-width: 95px; color: var(--gold); font-size: .81rem; line-height: 1.4; font-weight: 700; text-transform: uppercase; }
.home-facts > div { display: flex; justify-content: space-between; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.home-facts strong { font: 400 1.45rem Georgia, serif; }
.home-facts span { max-width: 180px; text-align: right; color: var(--muted); font-size: .78rem; text-transform: uppercase; line-height: 1.4; }
.home-building { display: grid; grid-template-columns: 1fr 1fr; background: var(--pale); }
.home-building > img { width: 100%; height: 590px; object-fit: cover; }
.home-building-copy { align-self: center; padding: 65px max(35px, calc((100vw - 1220px)/2)); padding-left: clamp(45px, 6vw, 105px); }
.home-building-copy p { max-width: 560px; }
.home-building-copy .text-link { margin-top: 17px; }
.home-services { padding-top: 92px; padding-bottom: 92px; }
.home-services-head { max-width: 720px; margin-bottom: 44px; }
.home-services > .text-link { margin-top: 32px; }
.service-columns h3 { font: 400 1.65rem/1.2 Georgia, serif; }
.home-watch { display: grid; grid-template-columns: .9fr 1.1fr; background: #e9eef0; }
.home-watch-copy { align-self: center; padding: 70px clamp(38px, 6vw, 110px) 70px max(35px, calc((100vw - 1220px)/2)); }
.home-watch-copy p { max-width: 590px; }
.home-watch > img { width: 100%; height: 490px; object-fit: cover; }
.home-register { display: grid; grid-template-columns: .75fr 1.25fr; gap: 65px; align-items: center; padding-top: 89px; padding-bottom: 89px; }
.home-register .section-title { font-size: 2.7rem; }
.register-brand-links { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.register-brand-links a { position: relative; min-height: 142px; border: 1px solid var(--line); padding: 23px; display: flex; flex-direction: column; justify-content: center; transition: border-color .2s, transform .2s, box-shadow .2s; }
.register-brand-links a:hover, .register-brand-links a:focus-visible { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 12px 26px #122c4911; }
.register-brand-links img { width: auto; height: 35px; max-width: 175px; object-fit: contain; object-position: left; }
.register-brand-links span { margin-top: 15px; max-width: 240px; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.register-brand-links b { position: absolute; right: 17px; top: 17px; color: var(--gold); }
.home-contact { background: var(--pale); padding: 75px 0; }
.home-contact .shell { max-width: 1220px; }
.home-contact .section-title { max-width: 720px; }
.home-contact p { max-width: 600px; }
.home-contact .text-link { margin-top: 12px; }
.team-placeholder { min-height: 340px; background: linear-gradient(135deg, #dce5e9, #f5f5f1); display: grid; place-items: center; border-top: 3px solid var(--gold); }
.team-placeholder span { font: 400 2rem Georgia, serif; color: #6f8192; }
.team-list { border-top: 2px solid var(--gold); }
.team-list > div { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.team-list strong { color: var(--forest); font: 400 1.12rem Georgia, serif; }
.team-list span { color: var(--muted); font-size: .78rem; text-align: right; }
@media (max-width: 560px) { .team-list > div { display: block; } .team-list span { display: block; margin-top: 6px; text-align: left; } }
.service-approach { background: var(--pale); padding: 75px 0; }
.service-approach .shell { max-width: 1220px; }
.service-approach .body-copy { max-width: 720px; }
.contact-lines { display: flex; flex-direction: column; gap: 12px; margin-top: 27px; }
.contact-lines a { width: fit-content; color: var(--forest); border-bottom: 1px solid var(--gold); padding-bottom: 3px; }
.contact-verification { margin-top: 28px; max-width: 470px; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.map-placeholder .text-link { margin-top: 15px; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: clamp(35px, 6vw, 100px); }
.footer-company p { max-width: 300px; }
.footer-column h2 { margin: 0 0 19px; color: #fff; font: 700 .79rem Arial, sans-serif; text-transform: uppercase; }
.footer-column p, .footer-column a { display: block; margin: 0 0 12px; color: #bdcada; font-size: .83rem; line-height: 1.55; }
.footer-location { margin-bottom: 13px; }
.footer-location strong { display: block; margin-bottom: 2px; color: #fff; font-size: .76rem; font-weight: 600; }
.footer-location p { margin-bottom: 0; }
.footer-contact-links { margin-top: 18px; }
.footer-column a:hover, .footer-column a:focus-visible { color: #e6c999; text-decoration: underline; }
.legal-heading { padding: 70px 0; background: var(--pale); border-bottom: 1px solid var(--line); }
.legal-heading h1 { font: 400 3.8rem Georgia, serif; margin: 15px 0; }
.legal-heading p { color: var(--muted); }
.legal-body { padding-top: 65px; padding-bottom: 90px; }
.legal-notice { padding: 15px 20px; border-left: 3px solid var(--gold); background: #f8f6f1; color: var(--muted); font-size: .87rem; line-height: 1.5; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 45px; }
.legal-grid h2, .privacy-sections h2 { font: 400 1.8rem Georgia, serif; }
.legal-grid p, .legal-grid dl, .privacy-sections p { color: var(--muted); line-height: 1.75; }
.legal-grid a, .privacy-sections a { color: var(--forest); border-bottom: 1px solid var(--gold); }
.legal-grid dt { font-weight: 700; color: var(--ink); margin-top: 16px; }
.legal-grid dd { margin: 0; }
.legal-source { max-width: 760px; margin-top: 38px; font-size: .86rem; }
.legal-links { display: flex; gap: 26px; margin-top: 20px; }
.privacy-sections { max-width: 790px; }
.privacy-sections section { border-bottom: 1px solid var(--line); padding: 24px 0; }
.privacy-sections section:first-child { padding-top: 10px; }
.privacy-sections h2 { margin: 0 0 10px; }
.privacy-sections p { margin: 0; }
.portal-form input { background: #fff; color: var(--ink); border-color: var(--line); }
.portal-form input:focus { outline: 2px solid var(--gold); outline-offset: 2px; }
.portal-form .button { opacity: 1; }
.portal-footer { display: flex; flex-wrap: wrap; gap: 16px; }
@media (max-width: 940px) { .home-intro, .home-register { grid-template-columns: 1fr; gap: 35px; } .home-intro-numbers { border-left: 0; padding-left: 0; } .home-building, .home-watch { grid-template-columns: 1fr; } .home-building > img { height: 390px; } .home-building-copy, .home-watch-copy { padding: 60px max(28px, calc((100vw - 760px)/2)); } .home-watch > img { height: 350px; } .footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) {
  .home-intro, .home-services, .home-register { padding-top: 48px; padding-bottom: 48px; }
  .home-intro { gap: 28px; }
  .big-year { gap: 11px; padding-bottom: 14px; }
  .big-year strong { font-size: 4.6rem; }
  .big-year span { font-size: .7rem; }
  .home-facts > div { padding: 13px 0; }
  .home-facts strong { font-size: 1.25rem; }
  .home-facts span { max-width: 145px; font-size: .68rem; }
  .home-building > img { height: 260px; }
  .home-watch > img { height: 270px; }
  .register-brand-links { grid-template-columns: 1fr; }
  .home-contact { padding: 60px 0; }
  .footer-inner, .legal-grid { grid-template-columns: 1fr; gap: 28px; }
  .legal-heading h1 { font-size: 2.8rem; }
  .legal-body { padding-top: 45px; padding-bottom: 65px; }
}

/* Verified records and pending company figures */
.home-metrics { background: #f4f6f7; padding: 76px 0 82px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; margin-bottom: 35px; }
.metric-heading .section-title { margin-bottom: 0; }
.metric-heading p { margin: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.metric-grid > div { min-height: 128px; padding: 22px; border: 1px solid #c9d5df; background: #fff; }
.metric-grid strong { display: block; font: 400 2.55rem/1 Georgia, serif; color: #95a2ad; }
.metric-grid span { display: block; margin-top: 17px; color: var(--muted); font-size: .75rem; line-height: 1.35; text-transform: uppercase; }
.home-partners { padding: 70px 0; border-top: 1px solid var(--line); }
.partner-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; }
.partner-columns > div { border-top: 2px solid var(--gold); padding-top: 22px; }
.partner-columns .section-title { font-size: 2.4rem; }
.partner-columns p { max-width: 450px; }
.about-banner > img { object-position: center 45%; }
.about-story { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(44px, 6vw, 90px); align-items: center; }
.about-story-copy { max-width: 590px; }
.about-story-copy .section-title { max-width: 530px; margin-bottom: 28px; }
.about-story-copy .body-copy:last-child { margin-bottom: 0; }
.about-inline-photo { width: 100%; margin: 0; aspect-ratio: 5 / 4; overflow: hidden; }
.about-inline-photo img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 940px) { .about-story { grid-template-columns: 1fr; gap: 35px; } .about-inline-photo { max-width: 650px; aspect-ratio: 4 / 3; } }
.contact-map { margin: 0; border: 1px solid var(--line); background: #fff; }
.contact-map img { width: 100%; height: auto; }
.contact-map figcaption { display: flex; justify-content: space-between; gap: 16px; padding: 11px 15px; color: var(--muted); font-size: .72rem; line-height: 1.4; }
.contact-map figcaption a { text-decoration: underline; }
.register-brand-links img { height: 40px; max-width: 200px; }
@media (max-width: 940px) { .metric-heading { grid-template-columns: 1fr; gap: 18px; } .metric-grid { grid-template-columns: repeat(2, 1fr); } .partner-columns { gap: 35px; } }
@media (max-width: 700px) {
  .home-metrics { padding: 44px 0 48px; }
  .home-partners { padding: 52px 0; }
  .metric-heading { gap: 13px; margin-bottom: 24px; }
  .metric-heading .section-title { font-size: 2rem; }
  .metric-heading .draft-note { font-size: .77rem; line-height: 1.5; }
  .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .metric-grid > div { min-height: 92px; padding: 15px 14px; }
  .metric-grid strong { font-size: 2rem; }
  .metric-grid span { margin-top: 12px; font-size: .65rem; }
  .partner-columns { grid-template-columns: 1fr; }
  .contact-map figcaption { display: block; }
  .contact-map figcaption span { display: block; margin-bottom: 4px; }
}

.draft-note { border-left: 2px solid var(--gold); padding-left: 17px; font-size: .9rem; }
.metric-grid strong { color: var(--ink); white-space: nowrap; }
.metric-grid strong small { font-size: .42em; color: var(--gold); }
.partner-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; margin-bottom: 42px; }
.partner-heading .section-title { margin-bottom: 0; }
.partner-heading p { margin: 0; }
.bank-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); column-gap: clamp(25px, 3.5vw, 58px); row-gap: 36px; align-items: center; }
.bank-grid > a { min-width: 0; height: 76px; display: grid; place-items: center; transition: opacity .2s, transform .2s; }
.bank-grid > a:hover { opacity: .72; transform: translateY(-2px); }
.bank-grid > a:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.bank-grid img { width: 100%; max-width: 190px; height: 68px; object-fit: contain; }
.bank-quality { margin: 15px 0 0; max-width: 720px; color: var(--muted); font-size: .78rem; line-height: 1.5; }
@media (max-width: 940px) { .partner-heading { grid-template-columns: 1fr; gap: 15px; } .bank-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 36px; } }
@media (max-width: 560px) { .bank-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; row-gap: 26px; } .bank-grid > a { height: 64px; } .bank-grid img { height: 60px; } }

/* Editorial sections for the expanded company and services copy */
.service-focus { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(42px, 6vw, 88px); align-items: center; padding-top: 88px; padding-bottom: 88px; }
.service-focus .section-title { max-width: 620px; }
.service-focus .body-copy { max-width: 660px; }
.service-focus figure { margin: 0; min-width: 0; height: 420px; }
.service-focus img { width: 100%; height: 100%; object-fit: cover; }
.history-archive { display: grid; grid-template-columns: minmax(0, 580px) minmax(0, 1fr); gap: clamp(45px, 6vw, 90px); align-items: center; padding-top: 60px; padding-bottom: 80px; }
.history-archive figure { margin: 0; min-width: 0; }
.history-archive img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: center; }
.history-archive .body-copy { max-width: 610px; }
.service-disclosure { max-width: 660px; margin: 23px 0 0; padding-left: 16px; border-left: 2px solid var(--gold); color: var(--muted); font-size: .81rem; line-height: 1.55; }
.service-detail { background: var(--pale); padding: 82px 0; }
.service-detail-grid { display: grid; grid-template-columns: minmax(0, .65fr) minmax(0, 1fr); gap: clamp(45px, 7vw, 110px); }
.service-detail-grid .section-title { max-width: 340px; }
.service-detail-grid .body-copy { max-width: 760px; margin: 0 0 21px; }
.service-detail-grid .body-copy:last-child { margin-bottom: 0; }
.about-values { background: var(--pale); padding: 75px 0 80px; }
.about-values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
.about-values-grid > div { border-top: 2px solid var(--gold); padding-top: 23px; }
.about-values-grid p { max-width: 330px; margin: 14px 0 0; color: var(--ink); font: 400 1.26rem/1.42 Georgia, serif; }
.about-values-network { max-width: 830px; margin: 54px 0 0; color: var(--muted); line-height: 1.8; }
.about-values-closing { margin: 24px 0 0; color: var(--ink); font: 400 1.45rem/1.4 Georgia, serif; }
.about-values-review { max-width: 760px; margin: 30px 0 0; padding-left: 16px; border-left: 2px solid var(--gold); color: var(--muted); font-size: .81rem; line-height: 1.55; }
@media (max-width: 940px) { .service-focus, .service-detail-grid, .history-archive { grid-template-columns: 1fr; gap: 34px; } .service-focus figure { height: 360px; } .history-archive figure { max-width: 650px; } }
@media (max-width: 700px) { .service-focus { padding-top: 62px; padding-bottom: 62px; } .service-focus figure { height: 250px; } .service-detail { padding: 62px 0; } .about-values { padding: 60px 0; } .about-values-grid { grid-template-columns: 1fr; gap: 27px; } .about-values-network { margin-top: 40px; } }
@media (max-width: 700px) { .history-archive { grid-template-columns: 1fr; gap: 28px; padding-top: 55px; padding-bottom: 60px; } }

/* Keep the homepage hero fully inside narrow mobile viewports. */
@media (max-width: 700px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .hero { min-height: 590px; }
  .hero-inner { width: calc(100% - 38px); max-width: none; min-width: 0; padding: 52px 0 48px; }
  .hero h1 { width: 100%; max-width: 100%; font-size: clamp(2.15rem, 11vw, 2.7rem); line-height: 1.05; }
  .hero p { width: 100%; max-width: 100%; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; }
  .hero-actions .button { width: 100%; max-width: 100%; justify-content: space-between; box-sizing: border-box; }
  .hero-note { display: grid; grid-template-columns: 28px minmax(0, 1fr); align-items: center; gap: 10px; width: 100%; margin-top: 28px; font-size: .64rem; line-height: 1.35; }
  .hero-note::before { width: 28px; margin-right: 0; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 2.12rem; }
  .hero-actions .button span { font-size: 1.02rem; }
}

/* Consistent vector icons for links and external references. */
.hero-actions .button > [aria-hidden],
.text-link > [aria-hidden],
.register-links .ext,
.register-brand-links b {
  display: inline-block;
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  font-size: 0;
  line-height: 0;
  background: currentColor;
  -webkit-mask: var(--icon-arrow-right) center / contain no-repeat;
  mask: var(--icon-arrow-right) center / contain no-repeat;
}
.text-link[target="_blank"] > [aria-hidden],
.register-links .ext,
.register-brand-links b {
  -webkit-mask-image: var(--icon-arrow-up-right);
  mask-image: var(--icon-arrow-up-right);
}
@media (max-width: 940px) {
  .mobile-toggle { display: flex; }
}
