@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');

:root {
  color-scheme: light;
  --navy: #211e3e;
  --blue: #4a93be;
  --lime: #acc915;
  --ink: #211e3e;
  --muted: #646373;
  --line: #e6e7ec;
  --surface: #f5f6f9;
  --page: #fff;
  --link-hover: #32769d;
  --button-bg: #211e3e;
  --button-ink: #fff;
  --button-hover: #373153;
  font-family: 'DM Sans', Arial, sans-serif;
  color: var(--ink);
  background: var(--page);
  font-synthesis: none;
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --page: #211e3e;
  --ink: #f5f6f9;
  --muted: #b7babe;
  --line: #ffffff26;
  --surface: #2b274c;
  --link-hover: #acc915;
  --button-bg: #acc915;
  --button-ink: #211e3e;
  --button-hover: #bbd733;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
.wrap { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -6rem; z-index: 5; padding: .8rem 1rem; background: var(--navy); color: #fff; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; flex: 0 1 248px; min-width: 0; align-items: center; }
.brand-logo { width: 248px; height: auto; }
.site-header nav { display: flex; flex-shrink: 0; margin-left: auto; gap: 35px; font-size: .9375rem; font-weight: 550; }
.site-header nav a:hover { color: var(--link-hover); }
.logo-dark { display: none; }
:root[data-theme="dark"] .logo-light { display: none; }
:root[data-theme="dark"] .logo-dark { display: block; }
.theme-switcher { display: inline-flex; flex-shrink: 0; gap: 3px; margin: 0; padding: 4px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); }
.theme-switcher button { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; font: inherit; cursor: pointer; }
.theme-switcher svg { display: block; width: 22px; height: 22px; flex-shrink: 0; }
.theme-switcher button:hover { color: var(--ink); }
.theme-switcher button[aria-pressed="true"] { color: var(--button-ink); background: var(--button-bg); }
.hero { display: grid; grid-template-columns: 1.25fr 1fr; gap: 5rem; align-items: center; padding-block: 76px 78px; }
.eyebrow { font-size: .875rem; font-weight: 650; letter-spacing: .035em; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.hero .eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--blue); }
h1 { font-family: 'Manrope', Arial, sans-serif; font-size: clamp(3.25rem, 6.7vw, 5.8rem); line-height: 1.12; font-weight: 800; letter-spacing: -.07em; overflow-wrap: anywhere; }
.title-period { color: var(--blue); }
.hero-heading { margin-top: 25px; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(1.7rem, 2.7vw, 2.4rem); line-height: 1.3; letter-spacing: -.045em; font-weight: 600; }
.hero-description { max-width: 395px; margin-top: 21px; color: var(--muted); font-size: 1.125rem; line-height: 1.65; }
.button { display: inline-flex; align-items: center; gap: 35px; margin-top: 31px; padding: 16px 23px; border-radius: 7px; background: var(--button-bg); color: var(--button-ink); font-size: .9375rem; font-weight: 600; transition: background .2s; }
.button:hover { background: var(--button-hover); }
.button span { font-size: 1.25rem; line-height: 1; }
.identity-panel { min-height: 445px; min-width: 0; align-self: stretch; border-radius: 16px; background: var(--navy); color: #fff; padding: 31px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 28px; position: relative; overflow: hidden; }
.identity-panel::after { content: ''; position: absolute; top: 0; right: 0; width: 8px; height: 76px; background: var(--lime); }
:root[data-theme="dark"] .identity-panel { box-shadow: inset 0 0 0 1px var(--line); }
.hero-logo { width: min(340px, 100%); height: auto; }
.panel-caption { width: 100%; padding-top: 22px; border-top: 1px solid #ffffff24; font-size: .875rem; line-height: 1.5; color: #b7babe; text-align: center; }
.name-change { display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 27px; }
.name-change p:first-child { font-size: 1.0625rem; }
.name-change strong { font-weight: 700; }
.name-change p:last-child { color: var(--muted); font-size: .9375rem; }
.about { display: grid; grid-template-columns: 1fr 1.18fr; gap: 7rem; padding-block: 92px 88px; }
.section-intro .eyebrow { margin-bottom: 23px; color: var(--muted); }
h2 { font-family: 'Manrope', Arial, sans-serif; font-size: clamp(1.85rem, 3vw, 2.4rem); font-weight: 650; line-height: 1.3; letter-spacing: -.05em; }
.about-description { font-size: 1.125rem; line-height: 1.75; padding-bottom: 33px; }
.service-row { display: flex; gap: 23px; padding-block: 25px; border-top: 1px solid var(--line); }
.service-number { color: var(--blue); font-size: .875rem; font-weight: 600; padding-top: 4px; }
h3 { font-size: 1.0625rem; font-weight: 650; line-height: 1.5; }
.service-row p { margin-top: 7px; color: var(--muted); font-size: 1rem; line-height: 1.7; }
.contact { background: var(--surface); border-radius: 12px; padding: 43px 45px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.contact .eyebrow { color: var(--muted); margin-bottom: 16px; }
.contact p:last-child { font-size: 1rem; color: var(--muted); margin-top: 16px; line-height: 1.7; }
.email-link { font-size: 1.0625rem; font-weight: 600; border-bottom: 1px solid #bbb9c7; padding-block: 9px; overflow-wrap: anywhere; }
.email-link span { margin-left: 18px; }
.email-link:hover { color: var(--link-hover); border-color: var(--blue); }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-block: 37px; margin-top: 28px; font-size: .875rem; }
.footer-brand { display: inline-flex; max-width: 100%; }
.footer-brand img { width: 225px; height: auto; }
.site-footer > p { color: var(--muted); }

@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero { gap: 2.5rem; }
  .about { gap: 3rem; }
  .contact { align-items: flex-start; flex-direction: column; gap: 24px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; min-height: 90px; gap: 12px 16px; padding-block: 16px; }
  .brand { max-width: 180px; }
  .theme-switcher { grid-column: 1 / -1; justify-self: end; }
  .site-header nav { gap: 20px; font-size: .875rem; }
  .hero { grid-template-columns: 1fr; gap: 38px; padding-block: 46px; }
  .hero .eyebrow { margin-bottom: 20px; }
  h1 { font-size: clamp(3rem, 12.8vw, 5rem); }
  .hero-heading { margin-top: 20px; font-size: 1.9rem; }
  .hero-description { font-size: 1.0625rem; max-width: 100%; margin-top: 18px; }
  .button { margin-top: 26px; }
  .identity-panel { min-height: 350px; padding: 25px; gap: 22px; }
  .hero-logo { width: min(300px, 100%); }
  .panel-caption { padding-top: 18px; }
  .name-change { align-items: flex-start; flex-direction: column; gap: 10px; padding-block: 23px; }
  .name-change p { line-height: 1.6; }
  .about { grid-template-columns: 1fr; gap: 29px; padding-block: 55px 35px; }
  .section-intro .eyebrow { margin-bottom: 14px; }
  .about-description { padding-bottom: 26px; font-size: 1.0625rem; }
  .service-row { padding-block: 21px; gap: 18px; }
  .contact { padding: 29px 24px; gap: 20px; }
  .email-link { font-size: 1rem; max-width: 100%; }
  .email-link span { margin-left: 5px; }
  .desktop-break { display: none; }
  .site-footer { flex-direction: column; align-items: flex-start; gap: 18px; padding-block: 28px; margin-top: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
