:root {
  --bg: #f4efe7;
  --bg-alt: #fbf8f1;
  --surface: #fffdf8;
  --surface-soft: #eee7dc;
  --surface-strong: #182538;
  --ink: #18212d;
  --muted: #68717a;
  --line: rgba(24, 37, 56, 0.13);
  --line-strong: rgba(24, 37, 56, 0.24);
  --primary: #233958;
  --primary-strong: #111b2a;
  --accent: #b88636;
  --accent-soft: rgba(184, 134, 54, 0.15);
  --success: #0f6d4b;
  --danger: #a24545;
  --shadow: 0 18px 48px rgba(17, 27, 42, 0.11);
  --radius-xl: 8px;
  --radius-lg: 8px;
  --radius-md: 6px;
  --radius-sm: 5px;
  --max-width: 1180px;
  --page-bg-top: #fbf6ef;
  --page-bg-mid: #f4ebde;
  --page-bg-bottom: #ede0d1;
  --page-glow: rgba(111, 24, 48, 0.15);
  --page-glow-secondary: rgba(199, 155, 67, 0.16);
  --page-card-soft: rgba(246, 239, 229, 0.94);
  --page-card-highlight: rgba(255, 251, 245, 0.98);
  --hero-accent: rgba(111, 24, 48, 0.1);
  --hero-accent-secondary: rgba(199, 155, 67, 0.12);
  --pattern-color: rgba(70, 16, 29, 0.05);
}

body[data-page="about"] {
  --primary: #6f1830;
  --primary-strong: #49111f;
  --surface-strong: #591426;
  --accent: #c89d49;
  --accent-soft: rgba(200, 157, 73, 0.14);
  --page-bg-top: #fcf7ef;
  --page-bg-mid: #f5edde;
  --page-bg-bottom: #eee1d2;
  --page-glow: rgba(111, 24, 48, 0.15);
  --page-glow-secondary: rgba(200, 157, 73, 0.16);
  --page-card-soft: rgba(247, 240, 230, 0.94);
  --hero-accent: rgba(111, 24, 48, 0.1);
  --hero-accent-secondary: rgba(200, 157, 73, 0.12);
  --pattern-color: rgba(73, 17, 31, 0.05);
}

body[data-page="patents"] {
  --primary: #7c1e31;
  --primary-strong: #53111d;
  --surface-strong: #601728;
  --accent: #cc9736;
  --accent-soft: rgba(204, 151, 54, 0.14);
  --page-bg-top: #fdf6f0;
  --page-bg-mid: #f7ece1;
  --page-bg-bottom: #efdfd4;
  --page-glow: rgba(124, 30, 49, 0.16);
  --page-glow-secondary: rgba(204, 151, 54, 0.16);
  --page-card-soft: rgba(248, 239, 232, 0.94);
  --hero-accent: rgba(124, 30, 49, 0.1);
  --hero-accent-secondary: rgba(204, 151, 54, 0.12);
  --pattern-color: rgba(83, 17, 29, 0.05);
}

body[data-page="trademarks"] {
  --primary: #6a152d;
  --primary-strong: #45101c;
  --surface-strong: #561424;
  --accent: #c8a05a;
  --accent-soft: rgba(200, 160, 90, 0.14);
  --page-bg-top: #fcf5f0;
  --page-bg-mid: #f4e8e2;
  --page-bg-bottom: #ebddd7;
  --page-glow: rgba(106, 21, 45, 0.15);
  --page-glow-secondary: rgba(200, 160, 90, 0.16);
  --page-card-soft: rgba(246, 237, 232, 0.94);
  --hero-accent: rgba(106, 21, 45, 0.1);
  --hero-accent-secondary: rgba(200, 160, 90, 0.12);
  --pattern-color: rgba(69, 16, 28, 0.05);
}

body[data-page="designs"] {
  --primary: #7a2a24;
  --primary-strong: #531916;
  --surface-strong: #611f1a;
  --accent: #d28f4b;
  --accent-soft: rgba(210, 143, 75, 0.14);
  --page-bg-top: #fdf5ee;
  --page-bg-mid: #f7e9dd;
  --page-bg-bottom: #efddd1;
  --page-glow: rgba(122, 42, 36, 0.15);
  --page-glow-secondary: rgba(210, 143, 75, 0.16);
  --page-card-soft: rgba(248, 238, 229, 0.94);
  --hero-accent: rgba(122, 42, 36, 0.1);
  --hero-accent-secondary: rgba(210, 143, 75, 0.12);
  --pattern-color: rgba(83, 25, 22, 0.05);
}

body[data-page="copyright"] {
  --primary: #5f1d35;
  --primary-strong: #3d1022;
  --surface-strong: #4b1628;
  --accent: #ca9848;
  --accent-soft: rgba(202, 152, 72, 0.14);
  --page-bg-top: #fbf5f0;
  --page-bg-mid: #f2e9e3;
  --page-bg-bottom: #eaded8;
  --page-glow: rgba(95, 29, 53, 0.15);
  --page-glow-secondary: rgba(202, 152, 72, 0.15);
  --page-card-soft: rgba(245, 237, 232, 0.94);
  --hero-accent: rgba(95, 29, 53, 0.1);
  --hero-accent-secondary: rgba(202, 152, 72, 0.12);
  --pattern-color: rgba(61, 16, 34, 0.05);
}

body[data-page="gi"] {
  --primary: #664021;
  --primary-strong: #412715;
  --surface-strong: #4d2e18;
  --accent: #cc9b40;
  --accent-soft: rgba(204, 155, 64, 0.14);
  --page-bg-top: #fcf7ef;
  --page-bg-mid: #f4eadc;
  --page-bg-bottom: #ebdfcf;
  --page-glow: rgba(102, 64, 33, 0.14);
  --page-glow-secondary: rgba(204, 155, 64, 0.15);
  --page-card-soft: rgba(246, 238, 227, 0.94);
  --hero-accent: rgba(102, 64, 33, 0.1);
  --hero-accent-secondary: rgba(204, 155, 64, 0.12);
  --pattern-color: rgba(65, 39, 21, 0.05);
}

body[data-page="faqs"] {
  --primary: #6a2b4e;
  --primary-strong: #441732;
  --surface-strong: #541c3e;
  --accent: #ca9b46;
  --accent-soft: rgba(202, 155, 70, 0.14);
  --page-bg-top: #fbf5f1;
  --page-bg-mid: #f3e9e3;
  --page-bg-bottom: #eaded8;
  --page-glow: rgba(106, 43, 78, 0.15);
  --page-glow-secondary: rgba(202, 155, 70, 0.15);
  --page-card-soft: rgba(245, 238, 232, 0.94);
  --hero-accent: rgba(106, 43, 78, 0.1);
  --hero-accent-secondary: rgba(202, 155, 70, 0.12);
  --pattern-color: rgba(68, 23, 50, 0.05);
}

body[data-page="contact"] {
  --primary: #5d2431;
  --primary-strong: #3d1520;
  --surface-strong: #4f1a27;
  --accent: #d29b50;
  --accent-soft: rgba(210, 155, 80, 0.14);
  --page-bg-top: #fcf7f1;
  --page-bg-mid: #f4ebe2;
  --page-bg-bottom: #ebdfd5;
  --page-glow: rgba(93, 36, 49, 0.15);
  --page-glow-secondary: rgba(210, 155, 80, 0.16);
  --page-card-soft: rgba(246, 238, 231, 0.94);
  --hero-accent: rgba(93, 36, 49, 0.1);
  --hero-accent-secondary: rgba(210, 155, 80, 0.12);
  --pattern-color: rgba(61, 21, 32, 0.05);
}

body[data-page="search"] {
  --primary: #4d2430;
  --primary-strong: #34151d;
  --surface-strong: #441924;
  --accent: #ca9b48;
  --accent-soft: rgba(202, 155, 72, 0.14);
  --page-bg-top: #fbf7f1;
  --page-bg-mid: #f1e9df;
  --page-bg-bottom: #e8ded3;
  --page-glow: rgba(77, 36, 48, 0.15);
  --page-glow-secondary: rgba(202, 155, 72, 0.16);
  --page-card-soft: rgba(244, 237, 229, 0.94);
  --hero-accent: rgba(77, 36, 48, 0.1);
  --hero-accent-secondary: rgba(202, 155, 72, 0.12);
  --pattern-color: rgba(52, 21, 29, 0.05);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Times New Roman", Times, serif;
  color: var(--ink);
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 14%, var(--page-glow-secondary), transparent 19%),
    radial-gradient(circle at 88% 10%, var(--page-glow), transparent 22%),
    radial-gradient(circle at 82% 86%, rgba(255, 255, 255, 0.48), transparent 24%),
    linear-gradient(180deg, var(--page-bg-top) 0%, var(--page-bg-mid) 36%, var(--page-bg-bottom) 100%);
}

body {
  top: 0 !important;
}

body.is-disclaimer-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(var(--pattern-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--pattern-color) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent 90%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent 90%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
  min-width: 0;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.section {
  padding: 3.8rem 0;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 1.6rem;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
}

.section-heading h2,
.page-hero h1,
.home-hero h1,
.disclaimer-card h2,
.footer-brand {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--primary-strong);
}

.section-heading h2 {
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  line-height: 1.08;
}

.section-heading p,
.page-hero p,
.home-hero p,
.card-copy,
.stack-list li,
.resource-list li,
.timeline-copy,
.notice-list li,
.update-card p,
.social-card p,
.footer-copy,
.contact-copy,
.faq-answer p,
.search-empty p {
  color: var(--muted);
  line-height: 1.72;
}

.card-grid,
.two-column,
.three-column,
.four-column,
.stats-strip,
.news-grid,
.quick-grid,
.portal-grid,
.resource-grid,
.contact-grid,
.social-grid,
.office-grid {
  display: grid;
  gap: 1rem;
}

.two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-column {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.four-column {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.panel,
.portal-card,
.quick-card,
.update-card,
.resource-card,
.contact-card,
.social-card,
.faq-item,
.notice-board,
.search-card,
.stat-card,
.info-card,
.highlight-card,
.timeline-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), var(--page-card-soft));
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.card::before,
.panel::before,
.portal-card::before,
.quick-card::before,
.update-card::before,
.resource-card::before,
.contact-card::before,
.social-card::before,
.faq-item::before,
.notice-board::before,
.search-card::before,
.stat-card::before,
.info-card::before,
.highlight-card::before,
.timeline-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), rgba(255, 255, 255, 0.12), var(--primary));
}

.card,
.panel,
.portal-card,
.quick-card,
.update-card,
.resource-card,
.contact-card,
.social-card,
.search-card,
.stat-card,
.info-card,
.highlight-card,
.timeline-card {
  padding: 1.35rem;
}

.button,
.ghost-button,
.utility-button,
.filter-chip,
.menu-toggle,
.search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    transform 220ms ease,
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.button {
  background: linear-gradient(135deg, var(--primary-strong), var(--primary));
  color: #fff9ef;
  box-shadow: 0 14px 32px rgba(70, 16, 29, 0.22);
}

.ghost-button,
.filter-chip,
.menu-toggle,
.search-submit,
.utility-button {
  border-color: var(--line-strong);
  background: rgba(255, 250, 244, 0.9);
  color: var(--primary);
}

.button:hover,
.ghost-button:hover,
.filter-chip:hover,
.menu-toggle:hover,
.search-submit:hover,
.utility-button:hover {
  transform: translateY(-2px);
}

.status-pill,
.tag,
.highlight-badge,
.person-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 32px;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--primary);
  font-size: 0.83rem;
  font-weight: 700;
}

.utility-bar {
  border-bottom: 1px solid rgba(255, 249, 239, 0.14);
  background: linear-gradient(135deg, var(--surface-strong), var(--primary-strong));
  color: rgba(255, 255, 255, 0.88);
}

.utility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
}

.utility-left,
.utility-controls,
.utility-links {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.utility-left,
.utility-links {
  min-width: 0;
}

.utility-note {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
}

.utility-links a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.utility-links a:hover {
  color: #f5d39c;
}

.utility-bar .utility-button {
  border-color: rgba(255, 248, 238, 0.14);
  background: rgba(255, 248, 238, 0.08);
  color: #fff5ea;
}

.utility-bar .utility-button:hover {
  background: rgba(255, 248, 238, 0.16);
}

.utility-translator {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.22rem 0.3rem 0.22rem 0.7rem;
  border: 1px solid rgba(255, 248, 238, 0.14);
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.08);
}

.utility-label {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
  font-weight: 700;
  white-space: nowrap;
}

.language-select {
  min-height: 36px;
  padding: 0.35rem 2.1rem 0.35rem 0.8rem;
  border: 1px solid rgba(255, 248, 238, 0.18);
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.14);
  color: #fff6eb;
}

.language-select:focus {
  outline: 2px solid rgba(245, 211, 156, 0.58);
  outline-offset: 2px;
}

.language-select option {
  color: var(--ink);
}

.google-translate-host {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.goog-te-banner-frame.skiptranslate,
iframe.skiptranslate,
#goog-gt-tt,
.goog-tooltip,
.goog-text-highlight {
  display: none !important;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 245, 236, 0.95);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 26px rgba(70, 16, 29, 0.06);
}

.header-row {
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--primary-strong);
}

.brand-lockup,
.footer-brand-copy,
.brand-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-copy,
.footer-brand-copy {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
}

.brand-logo {
  display: block;
  width: min(100%, 254px);
  height: auto;
  flex: 0 0 auto;
}

.brand-title {
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.brand-mark {
  color: var(--accent);
}

.header-search {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 0;
  padding: 0.5rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.96);
}

.header-search input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: var(--ink);
  padding: 0 0.6rem;
  min-width: 0;
}

.header-search input::placeholder {
  color: var(--muted);
}

.menu-toggle {
  display: none;
}

.site-nav-panel {
  grid-column: 1 / -1;
}

.primary-nav {
  display: flex;
  align-items: stretch;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding-bottom: 0.15rem;
  min-width: 0;
}

.nav-link,
.nav-summary,
.dropdown-link {
  color: var(--primary);
}

.nav-link,
.nav-summary {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  font-weight: 700;
}

.nav-link.is-current,
.nav-summary.is-current,
.nav-group[open] > .nav-summary {
  background: var(--accent-soft);
  color: var(--primary-strong);
}

.nav-group {
  position: relative;
}

.nav-summary {
  list-style: none;
  cursor: pointer;
}

.nav-summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 0;
  min-width: 300px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 249, 241, 0.98);
  box-shadow: 0 24px 60px rgba(70, 16, 29, 0.14);
}

.nav-card-title {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-strong);
}

.nav-dropdown-grid {
  display: grid;
  gap: 0.5rem;
}

.dropdown-link {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
}

.dropdown-link:hover {
  background: var(--surface-soft);
  color: var(--primary-strong);
}

.disclaimer-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(8, 18, 34, 0.78);
  backdrop-filter: blur(12px);
}

.js .disclaimer-overlay {
  display: flex;
}

.js .disclaimer-overlay.is-hidden {
  display: none;
}

.disclaimer-card {
  width: min(100%, 760px);
  max-height: min(90vh, 820px);
  overflow: auto;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 243, 248, 0.98));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.disclaimer-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.disclaimer-mark {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
}

.disclaimer-card h2 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 0.94;
}

.disclaimer-list {
  margin: 1.1rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.disclaimer-actions,
.hero-actions,
.page-actions,
.footer-actions,
.filter-group,
.news-filters,
.quick-links-list,
.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.home-hero {
  padding-top: 2.2rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.85fr);
  gap: 1rem;
}

.hero-banner,
.hero-side,
.stats-strip,
.alert-band,
.search-panel,
.quick-links-panel,
.subscribe-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, var(--hero-accent), transparent 28%),
    linear-gradient(180deg, var(--page-card-highlight), var(--page-card-soft));
  box-shadow: var(--shadow);
}

.hero-banner {
  padding: clamp(1.7rem, 4vw, 3rem);
}

.home-hero h1 {
  max-width: 11ch;
  font-size: clamp(2.85rem, 6.5vw, 4.8rem);
  line-height: 0.95;
}

.hero-kicker {
  margin: 0 0 1rem;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-ledger {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.hero-ledger p {
  margin: 0;
  color: var(--primary-strong);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-side {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.focus-grid,
.people-grid {
  align-items: stretch;
}

.media-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-xl) - 6px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.3));
  box-shadow: var(--shadow);
}

.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.04), rgba(70, 16, 29, 0.12)),
    linear-gradient(120deg, rgba(199, 155, 67, 0.06), transparent 38%);
  pointer-events: none;
}

.media-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-visual {
  min-height: 280px;
}

.hero-panel {
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.34)),
    var(--surface-soft);
}

.hero-panel.is-strong {
  background:
    radial-gradient(circle at top right, rgba(255, 233, 193, 0.22), transparent 24%),
    linear-gradient(135deg, var(--surface-strong), var(--primary-strong));
  color: rgba(255, 249, 239, 0.92);
}

.hero-panel.is-strong h3,
.hero-panel.is-strong p,
.hero-panel.is-strong li {
  color: inherit;
}

.hero-panel h3,
.portal-card h3,
.quick-card h3,
.update-card h3,
.resource-card h3,
.contact-card h3,
.social-card h3,
.info-card h3,
.timeline-card h3,
.search-card h3 {
  margin: 0 0 0.7rem;
  color: var(--primary-strong);
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2rem;
}

.spotlight-panel {
  background:
    radial-gradient(circle at top right, rgba(199, 155, 67, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 251, 245, 0.98), var(--page-card-soft));
}

.stack-list,
.notice-list,
.resource-list,
.simple-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stack-list li,
.resource-list li,
.notice-list li,
.simple-list li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.1rem;
  border-bottom: 1px solid var(--line);
}

.stack-list li::before,
.resource-list li::before,
.notice-list li::before,
.simple-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.33rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.stack-list li:last-child,
.resource-list li:last-child,
.notice-list li:last-child,
.simple-list li:last-child {
  border-bottom: none;
}

.stats-strip {
  margin-top: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.stat-card {
  padding: 1.25rem;
  border-right: 1px solid var(--line);
}

.stat-card:last-child {
  border-right: none;
}

.stat-value {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--primary-strong);
  font-family: "Times New Roman", Times, serif;
  font-size: 1.75rem;
  font-weight: 700;
}

.portal-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.portal-card {
  display: grid;
  gap: 0.8rem;
}

.portal-number {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--accent);
}

.portal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.portal-links a {
  color: var(--primary);
  font-size: 0.92rem;
  font-weight: 700;
}

.quick-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-card {
  display: grid;
  gap: 0.7rem;
}

.quick-card .ghost-button {
  justify-self: flex-start;
}

.alert-band {
  margin-top: 1rem;
  padding: 1.15rem 1.3rem;
}

.notice-board {
  padding: 1.35rem;
}

.notice-header,
.search-header,
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.notice-list li a,
.resource-list li a,
.simple-list li a,
.footer-column a {
  color: var(--primary);
}

.meta-line,
.card-meta,
.result-meta,
.footer-meta {
  color: var(--muted);
  font-size: 0.9rem;
}

.filter-chip.is-active {
  border-color: var(--primary);
  background: var(--primary);
  color: #fff8ee;
}

.update-card {
  display: grid;
  gap: 0.7rem;
}

.news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-card {
  min-height: 100%;
  align-content: start;
}

.article-thumb {
  aspect-ratio: 16 / 9;
}

.article-card .ghost-button,
.service-card .ghost-button {
  justify-self: flex-start;
  margin-top: auto;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.person-card {
  min-height: 100%;
  background:
    radial-gradient(circle at top right, rgba(199, 155, 67, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 251, 245, 0.98), var(--page-card-soft));
}

.person-card .card-meta {
  margin: 0;
  color: var(--primary);
  font-weight: 700;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.feature-copy {
  min-height: 100%;
}

.section-media {
  min-height: 100%;
}

.field-card {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 238, 229, 0.96));
}

#technical-fields .section-banner {
  width: min(100%, 540px);
  margin: 0 auto 1rem;
  aspect-ratio: 2.45 / 1;
}

.technical-figure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.technical-figure-card {
  display: grid;
  grid-template-columns: 192px minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  min-height: 100%;
  padding: 0.95rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(199, 155, 67, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 251, 245, 0.98), var(--page-card-soft));
  box-shadow: var(--shadow);
}

.technical-figure-media {
  width: min(100%, 192px);
  max-width: 192px;
  height: auto;
  aspect-ratio: 247 / 330;
  justify-self: center;
  align-self: stretch;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 237, 226, 0.92));
}

.technical-figure-media img {
  object-fit: contain;
}

.services-section-banner {
  aspect-ratio: 986 / 659;
  width: 100%;
}

.figure-copy {
  display: grid;
  gap: 0.42rem;
  align-content: start;
}

.figure-index {
  display: none;
}

.figure-copy h3 {
  margin: 0;
  color: var(--primary-strong);
  font-size: 1rem;
}

.figure-copy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.section-banner {
  aspect-ratio: 2.2 / 1;
  margin-bottom: 1rem;
}

.field-card p,
.office-card p,
.service-card p {
  margin: 0;
}

.service-doc-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1rem;
}

.service-media-stack {
  display: grid;
  gap: 1rem;
}

.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  display: grid;
  gap: 0.85rem;
  min-height: 100%;
}

.documentation-panel,
.international-panel {
  display: grid;
  gap: 1rem;
}

.documentation-panel h3,
.international-panel h3 {
  margin: 0;
  color: var(--primary-strong);
  font-size: 1.32rem;
}

.documentation-media,
.side-panel-media {
  aspect-ratio: 16 / 9;
}

.coverage-cloud,
.contact-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.contact-stack {
  flex-direction: column;
  align-items: flex-start;
}

.office-card {
  min-height: 100%;
  background:
    radial-gradient(circle at top right, rgba(199, 155, 67, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(255, 251, 245, 0.98), var(--page-card-soft));
}

.contact-link {
  color: var(--primary);
  font-size: 1.05rem;
  font-weight: 700;
}

.is-hidden {
  display: none !important;
}

.page-hero {
  padding-top: 2rem;
}

.breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.breadcrumb a {
  color: var(--primary);
}

.page-hero-panel {
  padding: clamp(1.5rem, 4vw, 2.7rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, var(--hero-accent-secondary), transparent 26%),
    radial-gradient(circle at 12% 14%, var(--hero-accent), transparent 20%),
    linear-gradient(180deg, var(--page-card-highlight), var(--page-card-soft));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.page-hero h1 {
  font-size: clamp(2.5rem, 5.4vw, 4.3rem);
  line-height: 0.98;
}

.page-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
  gap: 1rem;
}

.side-panel {
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), var(--page-card-soft));
  box-shadow: var(--shadow);
}

.anchor-links {
  display: grid;
  gap: 0.65rem;
}

.anchor-links a {
  display: block;
  padding: 0.8rem 0.9rem;
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  color: var(--primary);
  font-weight: 700;
}

.anchor-links a:hover {
  background: var(--accent-soft);
}

.highlight-card,
.info-card,
.timeline-card,
.contact-card,
.search-card,
.social-card {
  display: grid;
  gap: 0.7rem;
}

.timeline-grid {
  display: grid;
  gap: 1rem;
}

.timeline-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--primary);
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.event-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.event-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.event-item h3 {
  margin: 0 0 0.45rem;
  color: var(--primary-strong);
  font-size: 1.2rem;
}

.event-item p {
  margin: 0;
}

.event-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.8rem 0.9rem;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--accent-soft), rgba(255, 255, 255, 0.6));
  color: var(--primary);
  font-weight: 700;
  text-align: center;
  line-height: 1.15;
}

.resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.search-panel,
.quick-links-panel,
.subscribe-panel {
  padding: 1.35rem;
}

.search-panel form,
.subscribe-form,
.contact-form {
  display: grid;
  gap: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.field-group {
  display: grid;
  gap: 0.45rem;
}

.field-group label,
.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--primary);
}

.field-group input,
.field-group select,
.field-group textarea,
.contact-form input,
.contact-form select,
.contact-form textarea,
.subscribe-form input {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: #fffdf9;
  color: var(--ink);
}

.field-group textarea,
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.quick-links-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.quick-links-list a {
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 251, 245, 0.94);
  color: var(--primary);
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.2rem 1.3rem;
  border: none;
  background: transparent;
  color: var(--primary-strong);
  font-size: 1.08rem;
  font-weight: 700;
  text-align: left;
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--accent-soft);
  transition: transform 220ms ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 1.3rem 1.2rem;
}

.contact-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
}

.office-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-card a {
  color: var(--primary);
  font-weight: 700;
}

.contact-copy a {
  color: var(--primary);
  font-weight: 700;
}

.contact-form-panel {
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.98), var(--page-card-soft));
  box-shadow: var(--shadow);
}

.feedback-line {
  min-height: 1.5rem;
  color: var(--success);
  font-size: 0.94rem;
}

.search-results {
  display: grid;
  gap: 1rem;
}

.search-card {
  gap: 0.55rem;
}

.search-card h3 a {
  color: var(--primary-strong);
}

.search-empty {
  padding: 1.4rem;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-lg);
  background: rgba(255, 249, 242, 0.84);
}

.social-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.social-card blockquote {
  margin: 0;
  padding: 0;
  color: var(--muted);
  line-height: 1.68;
}

.site-footer {
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 241, 215, 0.18);
  background:
    radial-gradient(circle at top right, rgba(255, 233, 193, 0.12), transparent 18%),
    linear-gradient(180deg, var(--surface-strong), var(--primary-strong));
}

.footer-top {
  align-items: flex-start;
  padding: 2rem 0 1.3rem;
}

.site-footer .footer-copy {
  color: rgba(255, 243, 229, 0.78);
}

.site-footer .ghost-button {
  border-color: rgba(255, 238, 208, 0.22);
  background: rgba(255, 246, 230, 0.08);
  color: #fff2df;
}

.site-footer .ghost-button:hover {
  background: rgba(255, 246, 230, 0.14);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  color: #fff3e4;
}

.footer-brand-logo {
  display: block;
  width: min(100%, 274px);
  height: auto;
}

.brand-lockup-footer .brand-title,
.footer-brand-copy .brand-title {
  color: #fff3e4;
}

.brand-lockup-footer .brand-subtitle,
.footer-brand-copy .brand-subtitle,
.footer-bottom a {
  color: rgba(255, 243, 229, 0.76);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 1.8rem;
}

.footer-column {
  display: grid;
  gap: 0.65rem;
}

.footer-column h3 {
  margin: 0;
  color: #f5d7a0;
  font-size: 1.05rem;
}

.footer-address {
  margin: 0 0 1rem;
  line-height: 1.8;
  color: rgba(255, 243, 229, 0.8);
}

.footer-column a {
  color: rgba(255, 244, 230, 0.88);
}

.footer-column a:hover {
  color: #f8d89a;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0 2rem;
  border-top: 1px solid rgba(255, 241, 215, 0.14);
  color: rgba(255, 244, 230, 0.72);
  font-size: 0.94rem;
}

.footer-bottom a:hover {
  color: #f8d89a;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 650ms ease,
    transform 650ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js .reveal,
  .js .reveal.is-visible,
  .button,
  .ghost-button,
  .utility-button,
  .filter-chip,
  .menu-toggle,
  .search-submit,
  .faq-icon {
    transition: none;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .portal-grid,
  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-grid,
  .resource-grid,
  .social-grid,
  .office-grid,
  .technical-figure-grid,
  .four-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-layout,
  .page-hero-layout,
  .feature-split,
  .service-doc-layout,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-card:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 1100px) {
  .technical-figure-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .header-row {
    grid-template-columns: auto auto;
  }

  .utility-left,
  .utility-controls,
  .utility-links {
    width: 100%;
  }

  .utility-left,
  .utility-links {
    justify-content: center;
  }

  .utility-controls {
    justify-content: space-between;
  }

  .header-search {
    grid-column: 1 / -1;
    order: 3;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .site-nav-panel {
    display: none;
    order: 4;
    padding-bottom: 0.8rem;
  }

  .site-nav-panel.is-open {
    display: block;
  }

  .primary-nav {
    flex-direction: column;
    padding-top: 0.2rem;
  }

  .nav-link,
  .nav-summary {
    width: 100%;
    justify-content: space-between;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.8);
  }

  .nav-group {
    width: 100%;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    margin-top: 0.55rem;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.92);
  }

  .utility-inner,
  .footer-bottom,
  .disclaimer-header,
  .notice-header,
  .search-header,
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .utility-translator {
    width: 100%;
    justify-content: space-between;
  }

  .language-select {
    flex: 1 1 auto;
  }

  .brand {
    min-width: 0;
  }

  .brand-lockup {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 1.1rem), var(--max-width));
  }

  .section {
    padding: 2.8rem 0;
  }

  .home-hero {
    padding-top: 1.3rem;
  }

  .home-hero h1,
  .page-hero h1 {
    max-width: none;
    font-size: clamp(2.15rem, 11vw, 3.25rem);
  }

  .section-heading h2 {
    font-size: clamp(1.65rem, 7.5vw, 2.35rem);
    line-height: 1.12;
  }

  .two-column,
  .three-column,
  .four-column,
  .portal-grid,
  .quick-grid,
  .news-grid,
  .resource-grid,
  .service-grid,
  .social-grid,
  .office-grid,
  .technical-figure-grid,
  .stats-strip,
  .quick-links-list,
  .form-row {
    grid-template-columns: 1fr;
  }

  .stat-card {
    border-right: none;
    border-bottom: 1px solid var(--line);
  }

  .stat-card:last-child {
    border-bottom: none;
  }

  .event-item {
    grid-template-columns: 1fr;
  }

  .event-date {
    justify-self: flex-start;
  }

  .header-search {
    flex-wrap: wrap;
    border-radius: var(--radius-lg);
  }

  .header-search input {
    flex: 1 1 100%;
    min-height: 44px;
    padding: 0.25rem 0.4rem;
  }

  .search-submit {
    width: 100%;
  }

  .brand {
    width: 100%;
  }

  .utility-controls {
    width: 100%;
  }

  .brand-logo {
    width: min(100%, 186px);
  }

  .brand-copy,
  .footer-brand-copy {
    gap: 0.12rem;
  }

  .brand-title {
    font-size: clamp(1.18rem, 5.2vw, 1.55rem);
  }

  .brand-subtitle {
    font-size: 0.64rem;
    letter-spacing: 0.16em;
  }

  .utility-left,
  .utility-links,
  .utility-controls {
    justify-content: flex-start;
  }

  .utility-links {
    gap: 0.5rem;
  }

  .utility-links a,
  .utility-note {
    font-size: 0.84rem;
  }

  .utility-button {
    min-height: 40px;
    padding: 0.65rem 0.95rem;
  }

  .utility-translator {
    padding-inline: 0.55rem;
  }

  .utility-label {
    font-size: 0.8rem;
  }

  .language-select {
    min-height: 34px;
    padding-right: 1.7rem;
    font-size: 0.84rem;
  }

  .hero-banner,
  .hero-side,
  .search-panel,
  .quick-links-panel,
  .subscribe-panel,
  .notice-board,
  .panel,
  .info-card,
  .update-card,
  .resource-card,
  .contact-card,
  .timeline-card,
  .stat-card {
    border-radius: 18px;
  }

  .hero-actions > a,
  .page-actions > a,
  .footer-actions > a,
  .disclaimer-actions > * {
    width: 100%;
    justify-content: center;
  }

  .hero-visual,
  .section-banner,
  .documentation-media,
  .side-panel-media,
  .article-thumb {
    aspect-ratio: 16 / 10;
  }

  #technical-fields .section-banner {
    width: min(100%, 420px);
  }

  .technical-figure-card {
    grid-template-columns: 1fr;
    justify-items: start;
    text-align: left;
  }

  .technical-figure-media {
    width: min(100%, 176px);
    max-width: 176px;
    height: auto;
    justify-self: start;
  }

  .figure-copy {
    width: 100%;
  }

  .event-item h3,
  .figure-copy h3,
  .documentation-panel h3,
  .international-panel h3,
  .hero-panel h3,
  .portal-card h3,
  .quick-card h3,
  .update-card h3,
  .resource-card h3,
  .contact-card h3,
  .social-card h3,
  .info-card h3,
  .timeline-card h3,
  .search-card h3 {
    font-size: 1.08rem;
  }

  .contact-link {
    font-size: 1rem;
    word-break: break-word;
  }

  .quick-links-list a {
    padding: 0.78rem 0.88rem;
  }

  .footer-brand-logo {
    width: min(100%, 210px);
  }
}

@media (max-width: 520px) {
  .page-shell {
    width: min(calc(100% - 0.9rem), var(--max-width));
  }

  .header-row {
    gap: 0.75rem;
  }

  .brand-lockup,
  .brand-lockup-footer,
  .disclaimer-header {
    gap: 0.75rem;
  }

  .brand-subtitle {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .brand-logo,
  .footer-brand-logo {
    width: min(100%, 168px);
  }

  .home-hero h1,
  .page-hero h1 {
    font-size: clamp(1.9rem, 10.5vw, 2.65rem);
  }

  .hero-kicker {
    font-size: 0.74rem;
    letter-spacing: 0.1em;
  }

  #technical-fields .section-banner {
    width: 100%;
    aspect-ratio: 2.2 / 1;
  }

  .hero-banner,
  .page-hero-panel,
  .side-panel,
  .hero-side,
  .notice-board,
  .search-panel,
  .quick-links-panel,
  .subscribe-panel,
  .contact-form-panel {
    padding: 1rem;
  }

  .utility-note,
  .utility-links a {
    font-size: 0.8rem;
  }

  .utility-inner {
    gap: 0.7rem;
  }

  .header-search {
    padding: 0.42rem;
  }

  .search-submit {
    min-height: 40px;
  }

  .technical-figure-card {
    padding: 0.72rem;
  }

  .technical-figure-media {
    width: min(100%, 156px);
    max-width: 156px;
  }

  .figure-copy p,
  .card-copy,
  .stack-list li,
  .resource-list li,
  .notice-list li,
  .simple-list li,
  .update-card p {
    font-size: 0.92rem;
    line-height: 1.58;
  }

  .footer-bottom {
    font-size: 0.88rem;
  }
}

body[data-page="home"] {
  --page-bg-top: #f6efe6;
  --page-bg-mid: #efe4d5;
  --page-bg-bottom: #e7d8c8;
}

.nlud-home {
  padding-bottom: 2rem;
}

.nlud-header-row {
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.nlud-site-nav {
  grid-column: auto;
}

.nlud-hero-section {
  padding-top: 2rem;
}

.nlud-marquee {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 1rem;
  align-items: stretch;
}

.nlud-marquee-copy,
.nlud-feature-card,
.nlud-side-board {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.98), rgba(243, 234, 220, 0.96));
  box-shadow: var(--shadow);
}

.nlud-marquee-copy {
  padding: clamp(1.6rem, 4vw, 3rem);
}

.nlud-marquee-copy h1 {
  margin: 0;
  max-width: 11ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 0.92;
  color: var(--primary-strong);
}

.nlud-marquee-copy p:last-of-type {
  margin-bottom: 0;
}

.nlud-marquee-side {
  display: grid;
  gap: 1rem;
}

.nlud-feature-card {
  overflow: hidden;
}

.nlud-feature-media {
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: calc(var(--radius-xl) - 2px) calc(var(--radius-xl) - 2px) 0 0;
  box-shadow: none;
}

.nlud-feature-copy {
  padding: 1.2rem 1.2rem 1.35rem;
}

.nlud-feature-copy h2,
.nlud-announcement-item h3,
.nlud-message-card h3,
.nlud-stat-row p {
  margin: 0;
}

.nlud-feature-copy p {
  margin-bottom: 0;
}

.nlud-side-board {
  padding: 1.15rem;
}

.nlud-mini-events .event-item {
  padding: 0.9rem 0;
}

.nlud-focus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.nlud-split {
  align-items: start;
}

.nlud-news-grid .update-card h3,
.nlud-announcement-item h3,
.nlud-message-card h3,
.nlud-voices-grid h3 {
  color: var(--primary-strong);
}

.nlud-announcement-list {
  display: grid;
  gap: 1rem;
}

.nlud-announcement-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.nlud-announcement-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.nlud-announcement-item p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.nlud-stat-stack {
  display: grid;
  gap: 1rem;
}

.nlud-stat-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.nlud-stat-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.nlud-stat-value {
  display: inline-flex;
  min-width: 88px;
  min-height: 88px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-strong), var(--primary));
  color: #fff8ef;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
}

.nlud-message-grid {
  align-items: stretch;
}

.nlud-message-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.nlud-message-media {
  aspect-ratio: 1 / 1.15;
  border-radius: var(--radius-lg);
}

.nlud-voices-grid {
  align-items: stretch;
}

.nlud-footer {
  margin-top: 1.5rem;
}

@media (max-width: 980px) {
  .nlud-marquee,
  .nlud-focus-grid {
    grid-template-columns: 1fr;
  }

  .nlud-message-card {
    grid-template-columns: 1fr;
  }

  .nlud-message-media {
    width: min(100%, 260px);
  }
}

@media (max-width: 720px) {
  .nlud-marquee-copy h1 {
    max-width: none;
  }

  .nlud-stat-row {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

/* LexMatrix IP premium homepage refresh */
body[data-page="home"] {
  --page-bg-top: #f8f4ed;
  --page-bg-mid: #eef1ee;
  --page-bg-bottom: #e7ded0;
  --page-glow: rgba(35, 57, 88, 0.16);
  --page-glow-secondary: rgba(21, 93, 93, 0.13);
  --page-card-soft: rgba(255, 252, 246, 0.94);
  --page-card-highlight: rgba(255, 255, 253, 0.98);
  --hero-accent: rgba(21, 93, 93, 0.12);
  --hero-accent-secondary: rgba(184, 134, 54, 0.16);
  --pattern-color: rgba(24, 37, 56, 0.045);
  font-family: "Segoe UI", Arial, sans-serif;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(235, 230, 218, 0.52)),
    linear-gradient(180deg, var(--page-bg-top) 0%, var(--page-bg-mid) 45%, var(--page-bg-bottom) 100%);
}

body[data-page="home"] .section-heading h2,
body[data-page="home"] .page-hero h1,
body[data-page="home"] .home-hero h1,
body[data-page="home"] .hero-panel h3,
body[data-page="home"] .portal-card h3,
body[data-page="home"] .quick-card h3,
body[data-page="home"] .update-card h3,
body[data-page="home"] .resource-card h3,
body[data-page="home"] .contact-card h3,
body[data-page="home"] .social-card h3,
body[data-page="home"] .info-card h3,
body[data-page="home"] .timeline-card h3,
body[data-page="home"] .search-card h3,
body[data-page="home"] .footer-brand {
  font-family: Georgia, "Times New Roman", serif;
}

body[data-page="home"] .utility-bar {
  background:
    linear-gradient(90deg, rgba(184, 134, 54, 0.22), transparent 34%),
    linear-gradient(135deg, #111b2a, #1f334f 64%, #155d5d);
}

body[data-page="home"] .site-header {
  border-bottom-color: rgba(17, 27, 42, 0.11);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 10px 36px rgba(17, 27, 42, 0.08);
}

body[data-page="home"] .header-row {
  gap: 1.15rem;
  padding: 0.82rem 0;
}

body[data-page="home"] .brand-logo {
  width: min(100%, 272px);
  filter: drop-shadow(0 10px 18px rgba(17, 27, 42, 0.08));
}

body[data-page="home"] .footer-brand-logo {
  width: min(100%, 310px);
}

body[data-page="home"] .header-search {
  border-color: rgba(24, 37, 56, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body[data-page="home"] .primary-nav {
  gap: 0.45rem;
}

body[data-page="home"] .nav-link,
body[data-page="home"] .nav-summary {
  min-height: 38px;
  padding: 0.55rem 0.78rem;
  border-radius: 6px;
  color: #283d5c;
}

body[data-page="home"] .nav-link.is-current,
body[data-page="home"] .nav-summary.is-current,
body[data-page="home"] .nav-group[open] > .nav-summary {
  background: rgba(21, 93, 93, 0.1);
  color: #123a42;
}

body[data-page="home"] .home-hero {
  padding-top: clamp(1rem, 3vw, 2.8rem);
}

body[data-page="home"] .hero-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 1.1rem;
  align-items: stretch;
}

body[data-page="home"] .hero-banner,
body[data-page="home"] .hero-side,
body[data-page="home"] .stats-strip,
body[data-page="home"] .alert-band,
body[data-page="home"] .search-panel,
body[data-page="home"] .quick-links-panel,
body[data-page="home"] .subscribe-panel,
body[data-page="home"] .notice-board,
body[data-page="home"] .panel,
body[data-page="home"] .update-card,
body[data-page="home"] .resource-card,
body[data-page="home"] .contact-card,
body[data-page="home"] .info-card,
body[data-page="home"] .stat-card {
  border-color: rgba(24, 37, 56, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.98), rgba(248, 244, 236, 0.92));
  box-shadow: 0 18px 44px rgba(17, 27, 42, 0.09);
}

body[data-page="home"] .hero-banner {
  display: flex;
  position: relative;
  min-height: 620px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.8rem);
  background:
    linear-gradient(120deg, rgba(17, 27, 42, 0.9), rgba(31, 51, 79, 0.78) 48%, rgba(21, 93, 93, 0.68)),
    url("assets/images/hero-ipr.jpg") center / cover;
  color: rgba(255, 253, 248, 0.92);
  overflow: hidden;
}

body[data-page="home"] .hero-banner .eyebrow {
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(232, 201, 130, 0.42);
  border-radius: 6px;
  background: rgba(17, 27, 42, 0.28);
}

body[data-page="home"] .hero-banner::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

body[data-page="home"] .hero-banner::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 4vw, 3rem);
  width: min(36vw, 300px);
  aspect-ratio: 1;
  border: 1px solid rgba(184, 134, 54, 0.36);
  opacity: 0.7;
  transform: rotate(45deg);
  pointer-events: none;
}

body[data-page="home"] .hero-banner > * {
  position: relative;
  z-index: 1;
}

body[data-page="home"] .home-hero h1 {
  max-width: 12ch;
  color: #fffdf8;
  font-size: clamp(3.25rem, 7vw, 6.6rem);
  line-height: 0.88;
  text-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

body[data-page="home"] .home-hero h1::after {
  content: "IPR ATTORNEYS";
  display: block;
  width: fit-content;
  margin-top: 0.85rem;
  padding-top: 0.7rem;
  border-top: 2px solid rgba(232, 201, 130, 0.72);
  color: #e8c982;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.34em;
  line-height: 1.3;
}

body[data-page="home"] .home-hero p {
  max-width: 68ch;
  color: rgba(255, 253, 248, 0.8);
  font-size: clamp(1rem, 1.35vw, 1.13rem);
}

body[data-page="home"] .hero-kicker,
body[data-page="home"] .hero-banner .eyebrow {
  color: #e8c982;
}

body[data-page="home"] .hero-actions {
  margin-top: 1rem;
}

body[data-page="home"] .button,
body[data-page="home"] .ghost-button,
body[data-page="home"] .utility-button,
body[data-page="home"] .filter-chip,
body[data-page="home"] .menu-toggle,
body[data-page="home"] .search-submit {
  border-radius: 6px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body[data-page="home"] .button {
  background: linear-gradient(135deg, #b88636, #d3a657);
  color: #111b2a;
  box-shadow: 0 18px 34px rgba(17, 27, 42, 0.2);
}

body[data-page="home"] .hero-banner .ghost-button {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  color: #fffdf8;
  backdrop-filter: blur(10px);
}

body[data-page="home"] .chip-list {
  margin-top: 1.2rem;
}

body[data-page="home"] .highlight-badge,
body[data-page="home"] .status-pill,
body[data-page="home"] .tag,
body[data-page="home"] .person-tag {
  border: 1px solid rgba(184, 134, 54, 0.22);
  border-radius: 6px;
  background: rgba(21, 93, 93, 0.08);
  color: #123f44;
}

body[data-page="home"] .hero-banner .highlight-badge {
  background: rgba(255, 255, 255, 0.1);
  color: #e8c982;
}

body[data-page="home"] .hero-ledger {
  max-width: 760px;
  border-top-color: rgba(255, 255, 255, 0.18);
}

body[data-page="home"] .hero-ledger p {
  color: rgba(255, 253, 248, 0.86);
}

body[data-page="home"] .hero-side {
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

body[data-page="home"] .hero-visual {
  min-height: 330px;
}

body[data-page="home"] .brand-showcase-media {
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 2vw, 1.6rem);
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.96), rgba(255, 253, 248, 0.76) 56%, rgba(232, 201, 130, 0.18)),
    linear-gradient(135deg, rgba(17, 27, 42, 0.08), rgba(255, 255, 255, 0.86));
}

body[data-page="home"] .brand-showcase-media img {
  width: min(100%, 520px);
  height: auto;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(17, 27, 42, 0.16));
}

body[data-page="home"] .hero-panel {
  border-color: rgba(24, 37, 56, 0.12);
  background: rgba(255, 255, 253, 0.86);
  box-shadow: 0 18px 44px rgba(17, 27, 42, 0.08);
}

body[data-page="home"] .hero-panel.is-strong {
  background:
    linear-gradient(135deg, rgba(184, 134, 54, 0.2), transparent 36%),
    linear-gradient(135deg, #111b2a, #1f334f);
}

body[data-page="home"] .stats-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.1rem;
  padding: 0;
  overflow: hidden;
}

body[data-page="home"] .stat-card {
  border: 0;
  border-right: 1px solid rgba(24, 37, 56, 0.1);
  border-radius: 0;
  box-shadow: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 253, 0.98), rgba(246, 240, 229, 0.96));
}

body[data-page="home"] .stat-visual {
  position: relative;
  margin: 0 0 1rem;
  aspect-ratio: 16 / 10.5;
  overflow: hidden;
  border: 1px solid rgba(184, 134, 54, 0.24);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 14px 30px rgba(17, 27, 42, 0.08);
}

body[data-page="home"] .stat-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 52%, rgba(17, 27, 42, 0.08)),
    linear-gradient(120deg, rgba(184, 134, 54, 0.14), transparent 42%);
  pointer-events: none;
}

body[data-page="home"] .stat-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

body[data-page="home"] .stat-card:hover .stat-visual img {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.045);
}

body[data-page="home"] .stat-card:last-child {
  border-right: 0;
}

body[data-page="home"] .stat-value {
  color: #000000;
}

body[data-page="home"] .stat-card .stat-value {
  color: #000000;
}

body[data-page="home"] .stat-card p {
  color: #000000;
  font-weight: 500;
}

body[data-page="home"] .stat-card .stat-value,
body[data-page="home"] .stat-card p {
  position: relative;
  z-index: 1;
}

body[data-page="home"] .section-heading {
  max-width: 940px;
}

body[data-page="home"] .section-heading h2 {
  color: #172235;
}

body[data-page="home"] .media-frame {
  border-radius: 8px;
  border-color: rgba(24, 37, 56, 0.12);
  background:
    linear-gradient(135deg, rgba(184, 134, 54, 0.18), transparent 34%),
    #fffdf8;
  box-shadow:
    0 20px 48px rgba(17, 27, 42, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

body[data-page="home"] .media-frame::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  z-index: 1;
  border: 1px solid rgba(255, 253, 248, 0.42);
  pointer-events: none;
}

body[data-page="home"] .media-frame img {
  filter: saturate(0.95) contrast(1.05);
  transform: scale(1.01);
  transition: transform 520ms ease, filter 520ms ease;
}

body[data-page="home"] .brand-showcase-media img,
body[data-page="home"] .practice-wheel-media img {
  transform: none;
}

body[data-page="home"] .media-frame:hover img {
  filter: saturate(1.06) contrast(1.08);
  transform: scale(1.045);
}

body[data-page="home"] .brand-showcase-media:hover img,
body[data-page="home"] .practice-wheel-media:hover img {
  filter: drop-shadow(0 30px 44px rgba(17, 27, 42, 0.2));
  transform: translateY(-4px);
}

body[data-page="home"] .hero-visual::after,
body[data-page="home"] .section-banner::after,
body[data-page="home"] .section-media::after,
body[data-page="home"] .article-thumb::after {
  background:
    linear-gradient(180deg, rgba(17, 27, 42, 0.02), rgba(17, 27, 42, 0.28)),
    linear-gradient(120deg, rgba(184, 134, 54, 0.18), transparent 44%);
}

body[data-page="home"] .section-banner {
  min-height: 330px;
}

body[data-page="home"] .practice-wheel-media {
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 2.5vw, 2rem);
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 253, 248, 0.98), rgba(248, 244, 236, 0.82) 52%, rgba(17, 27, 42, 0.08)),
    linear-gradient(135deg, rgba(184, 134, 54, 0.2), rgba(21, 93, 93, 0.08));
}

body[data-page="home"] .practice-wheel-media img {
  width: min(100%, 520px);
  height: auto;
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 26px 38px rgba(17, 27, 42, 0.18));
}

body[data-page="home"] .article-thumb,
body[data-page="home"] .technical-figure-media {
  background: #111b2a;
}

body[data-page="home"] .technical-figure-media img {
  transform: none;
}

body[data-page="home"] .technical-figure-card:hover .technical-figure-media img {
  transform: none;
}

body[data-page="home"] .technical-figure-card {
  background:
    linear-gradient(135deg, rgba(21, 93, 93, 0.07), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 253, 0.98), rgba(248, 244, 236, 0.94));
}

body[data-page="home"] .technical-figure-card,
body[data-page="home"] .article-card,
body[data-page="home"] .person-card,
body[data-page="home"] .office-card {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body[data-page="home"] .technical-figure-card:hover,
body[data-page="home"] .article-card:hover,
body[data-page="home"] .person-card:hover,
body[data-page="home"] .office-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 134, 54, 0.34);
  box-shadow: 0 24px 58px rgba(17, 27, 42, 0.14);
}

body[data-page="home"] .quick-links-list a {
  border-radius: 6px;
  background: rgba(21, 93, 93, 0.08);
  color: #18324a;
}

body[data-page="home"] .site-footer {
  background:
    linear-gradient(135deg, rgba(184, 134, 54, 0.12), transparent 38%),
    linear-gradient(135deg, #111b2a, #182538 58%, #123f44);
}

/* Luxury finish for LEXMATRIX IP */
body[data-page="home"] {
  --luxury-ink: #0b1320;
  --luxury-navy: #101c2d;
  --luxury-navy-soft: #1a2d45;
  --luxury-gold: #c89d4f;
  --luxury-gold-light: #f0d99d;
  --luxury-paper: #fffdf7;
}

body[data-page="home"]::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(200, 157, 79, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 28, 45, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 78%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 78%);
}

body[data-page="home"] .utility-bar {
  border-bottom: 1px solid rgba(240, 217, 157, 0.24);
  background:
    linear-gradient(90deg, rgba(240, 217, 157, 0.16), transparent 28%, rgba(21, 93, 93, 0.16)),
    linear-gradient(135deg, #08101c, #111f34 54%, #102f36);
}

body[data-page="home"] .site-header {
  background: rgba(255, 253, 247, 0.84);
  box-shadow:
    0 20px 60px rgba(11, 19, 32, 0.1),
    inset 0 -1px 0 rgba(200, 157, 79, 0.18);
}

body[data-page="home"] .nav-link,
body[data-page="home"] .nav-summary {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

body[data-page="home"] .hero-banner {
  min-height: 680px;
  border-color: rgba(240, 217, 157, 0.32);
  background:
    linear-gradient(115deg, rgba(8, 16, 28, 0.95), rgba(16, 31, 52, 0.88) 48%, rgba(16, 47, 54, 0.74)),
    url("assets/images/hero-ipr.jpg") center / cover;
  box-shadow:
    0 30px 80px rgba(11, 19, 32, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body[data-page="home"] .hero-banner::before {
  inset: 1.15rem;
  border-color: rgba(240, 217, 157, 0.28);
}

body[data-page="home"] .hero-banner::after {
  border-color: rgba(240, 217, 157, 0.5);
  box-shadow: 0 0 80px rgba(200, 157, 79, 0.22);
}

body[data-page="home"] .home-hero h1 {
  color: #fffaf0;
  letter-spacing: 0.015em;
}

body[data-page="home"] .home-hero p {
  color: rgba(255, 250, 240, 0.82);
}

body[data-page="home"] .hero-kicker {
  color: var(--luxury-gold-light);
}

body[data-page="home"] .button {
  border-color: rgba(255, 246, 220, 0.34);
  background:
    linear-gradient(135deg, #f0d99d 0%, #c89d4f 48%, #90632a 100%);
  color: #10131a;
  box-shadow:
    0 18px 38px rgba(11, 19, 32, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

body[data-page="home"] .ghost-button,
body[data-page="home"] .search-submit,
body[data-page="home"] .menu-toggle {
  border-color: rgba(200, 157, 79, 0.3);
  background: rgba(255, 253, 247, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body[data-page="home"] .hero-banner .ghost-button {
  border-color: rgba(240, 217, 157, 0.4);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body[data-page="home"] .brand-showcase-media,
body[data-page="home"] .practice-wheel-media,
body[data-page="home"] .hero-panel,
body[data-page="home"] .notice-board,
body[data-page="home"] .panel,
body[data-page="home"] .update-card,
body[data-page="home"] .resource-card,
body[data-page="home"] .contact-card,
body[data-page="home"] .info-card,
body[data-page="home"] .search-panel,
body[data-page="home"] .quick-links-panel,
body[data-page="home"] .subscribe-panel {
  border-color: rgba(200, 157, 79, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(246, 240, 229, 0.92));
  box-shadow:
    0 26px 64px rgba(11, 19, 32, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

body[data-page="home"] .stat-card {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.94), rgba(246, 240, 229, 0.86));
}

body[data-page="home"] .stat-visual {
  border-color: rgba(200, 157, 79, 0.34);
  box-shadow:
    0 20px 46px rgba(11, 19, 32, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.66);
}

body[data-page="home"] .section-heading h2 {
  color: var(--luxury-ink);
  letter-spacing: 0.005em;
}

body[data-page="home"] .eyebrow {
  color: #a6752e;
}

body[data-page="home"] .media-frame {
  border-color: rgba(200, 157, 79, 0.24);
  box-shadow:
    0 28px 70px rgba(11, 19, 32, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

body[data-page="home"] .media-frame::before {
  border-color: rgba(240, 217, 157, 0.34);
}

body[data-page="home"] .quick-links-list a,
body[data-page="home"] .tag,
body[data-page="home"] .status-pill,
body[data-page="home"] .person-tag {
  border: 1px solid rgba(200, 157, 79, 0.22);
  background: rgba(255, 250, 240, 0.74);
}

body[data-page="home"] .site-footer {
  border-top: 1px solid rgba(240, 217, 157, 0.18);
  background:
    radial-gradient(circle at 15% 18%, rgba(200, 157, 79, 0.18), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(21, 93, 93, 0.2), transparent 30%),
    linear-gradient(135deg, #08101c, #111f34 58%, #102f36);
}

@media (max-width: 1180px) {
  body[data-page="home"] .hero-banner {
    min-height: 560px;
  }

  body[data-page="home"] .stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .stat-card:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .brand-logo {
    width: min(100%, 218px);
  }

  body[data-page="home"] .footer-brand-logo {
    width: min(100%, 238px);
  }

  body[data-page="home"] .hero-banner {
    min-height: auto;
    padding: 2rem 1.25rem;
  }

  body[data-page="home"] .brand-showcase-media,
  body[data-page="home"] .practice-wheel-media {
    min-height: auto;
  }

  body[data-page="home"] .brand-showcase-media img {
    max-height: 300px;
  }

  body[data-page="home"] .practice-wheel-media img {
    max-height: 460px;
  }

  body[data-page="home"] .hero-banner,
  body[data-page="home"] .hero-side,
  body[data-page="home"] .search-panel,
  body[data-page="home"] .quick-links-panel,
  body[data-page="home"] .subscribe-panel,
  body[data-page="home"] .notice-board,
  body[data-page="home"] .panel,
  body[data-page="home"] .info-card,
  body[data-page="home"] .update-card,
  body[data-page="home"] .resource-card,
  body[data-page="home"] .contact-card,
  body[data-page="home"] .timeline-card,
  body[data-page="home"] .stat-card {
    border-radius: 8px;
  }

  body[data-page="home"] .hero-banner::before {
    inset: 0.6rem;
  }

  body[data-page="home"] .home-hero h1 {
    font-size: clamp(2.75rem, 17vw, 4.2rem);
  }

  body[data-page="home"] .stats-strip {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .stat-card,
  body[data-page="home"] .stat-card:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 37, 56, 0.1);
  }

  body[data-page="home"] .stat-visual {
    max-height: 260px;
  }

  body[data-page="home"] .stat-card:last-child {
    border-bottom: 0;
  }
}

/* Responsive safety layer: keeps every page fluid after the homepage refresh overrides. */
img,
svg,
video,
canvas {
  max-width: 100%;
}

a,
button,
input,
select,
textarea,
.nav-summary,
.nav-link,
.dropdown-link,
.button,
.ghost-button,
.search-submit,
.utility-button {
  max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
a,
.button,
.ghost-button,
.contact-link,
.footer-copy,
.card-copy,
.meta-line,
.result-meta {
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  body[data-page="home"] .hero-layout,
  body[data-page="home"] .page-hero-layout,
  body[data-page="home"] .feature-split,
  body[data-page="home"] .service-doc-layout,
  body[data-page="home"] .contact-grid,
  body[data-page="home"] .footer-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero-banner {
    min-height: 540px;
  }

  body[data-page="home"] .brand-showcase-media {
    min-height: 340px;
  }
}

@media (max-width: 1024px) {
  .page-shell {
    width: min(calc(100% - 1.5rem), var(--max-width));
  }

  .two-column,
  .three-column,
  .four-column,
  .portal-grid,
  .quick-grid,
  .news-grid,
  .resource-grid,
  .service-grid,
  .social-grid,
  .office-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-layout,
  .page-hero-layout,
  .feature-split,
  .service-doc-layout,
  .contact-grid,
  .footer-grid,
  .technical-figure-grid {
    grid-template-columns: 1fr;
  }

  .section-banner,
  body[data-page="home"] .section-banner {
    min-height: 0;
  }
}

@media (max-width: 900px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
  }

  .header-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand-lockup {
    min-width: 0;
  }

  .brand-logo {
    width: min(100%, 220px);
  }

  .site-nav-panel {
    grid-column: 1 / -1;
  }

  .nav-dropdown {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 1rem), var(--max-width));
  }

  .section {
    padding: 2.4rem 0;
  }

  .two-column,
  .three-column,
  .four-column,
  .portal-grid,
  .quick-grid,
  .news-grid,
  .resource-grid,
  .service-grid,
  .social-grid,
  .office-grid,
  .stats-strip,
  .quick-links-list,
  .form-row,
  .footer-grid,
  .nlud-message-grid,
  .nlud-voices-grid {
    grid-template-columns: 1fr;
  }

  .hero-banner,
  .page-hero-panel,
  .side-panel,
  .notice-board,
  .panel,
  .info-card,
  .update-card,
  .resource-card,
  .contact-card,
  .search-card,
  .social-card,
  .timeline-card,
  .search-panel,
  .quick-links-panel,
  .subscribe-panel {
    padding: 1.15rem;
  }

  body[data-page="home"] .hero-banner {
    min-height: auto;
    padding: 2rem 1.15rem;
  }

  body[data-page="home"] .home-hero h1 {
    max-width: none;
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  body[data-page="home"] .home-hero h1::after {
    max-width: 100%;
    letter-spacing: 0.18em;
  }

  body[data-page="home"] .hero-banner::after {
    width: 46vw;
    opacity: 0.35;
  }

  .hero-actions,
  .page-actions,
  .footer-actions,
  .disclaimer-actions,
  .filter-group,
  .news-filters,
  .chip-list {
    align-items: stretch;
  }

  .hero-actions > *,
  .page-actions > *,
  .footer-actions > *,
  .disclaimer-actions > *,
  .filter-group > *,
  .news-filters > * {
    width: 100%;
    justify-content: center;
  }

  .technical-figure-card,
  .event-item,
  .nlud-stat-row,
  .nlud-message-card {
    grid-template-columns: 1fr;
  }

  .technical-figure-media {
    width: min(100%, 220px);
    max-width: 220px;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .page-shell {
    width: min(calc(100% - 0.75rem), var(--max-width));
  }

  .utility-inner,
  .utility-left,
  .utility-controls,
  .utility-links {
    align-items: stretch;
  }

  .utility-note,
  .utility-links a,
  .utility-button,
  .language-select {
    width: 100%;
    justify-content: center;
  }

  .utility-translator {
    align-items: stretch;
    flex-direction: column;
  }

  .header-row {
    gap: 0.65rem;
  }

  .brand-logo,
  body[data-page="home"] .brand-logo {
    width: min(100%, 176px);
  }

  .header-search {
    padding: 0.45rem;
  }

  .hero-banner,
  body[data-page="home"] .hero-banner,
  .page-hero-panel,
  .side-panel,
  .notice-board,
  .panel,
  .info-card,
  .update-card,
  .resource-card,
  .contact-card,
  .search-card,
  .social-card,
  .timeline-card,
  .search-panel,
  .quick-links-panel,
  .subscribe-panel {
    padding: 1rem;
  }

  body[data-page="home"] .home-hero h1 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  body[data-page="home"] .home-hero h1::after {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .disclaimer-overlay {
    padding: 0.5rem;
  }
}

/* Final responsive polish layer for mobile, tablet, and desktop consistency. */
@media (max-width: 1024px) {
  .header-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .brand,
  .brand-lockup,
  .header-search,
  .site-nav-panel {
    min-width: 0;
  }

  .header-search {
    width: 100%;
  }

  body[data-page="home"] .hero-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  body[data-page="home"] .hero-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  body[data-page="home"] .brand-showcase-media {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  body[data-page="home"] .hero-banner {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .hero-side {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .brand-showcase-media {
    min-height: 0;
  }

  body[data-page="home"] .hero-banner::after {
    display: none;
  }

  .header-search,
  .header-search form,
  .subscribe-form,
  .contact-form {
    min-width: 0;
  }

  .quick-links-list {
    grid-template-columns: 1fr;
  }

  .quick-links-list a,
  .button,
  .ghost-button,
  .search-submit,
  .utility-button {
    width: 100%;
  }

  .event-date {
    width: fit-content;
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .header-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .brand-copy,
  .footer-brand-copy {
    min-width: 0;
  }

  .brand-title,
  .brand-subtitle {
    word-break: break-word;
  }

  body[data-page="home"] .home-hero h1::after {
    width: 100%;
  }

  body[data-page="home"] .brand-showcase-media img {
    width: min(100%, 280px);
  }
}

/* Global typography override requested by user. */
html,
body,
input,
textarea,
select,
button {
  font-family: "Bookman Old Style", "Book Antiqua", Georgia, serif !important;
  font-size: 12px !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Global visibility override requested by user. */
body,
body p,
body li,
body a,
body label,
body span,
body small,
body strong,
body em,
body blockquote,
body td,
body th,
body input,
body textarea,
body select,
body button,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .eyebrow,
body .brand-title,
body .brand-subtitle,
body .hero-kicker,
body .card-copy,
body .footer-copy,
body .meta-line,
body .result-meta,
body .stat-value,
body .figure-copy h3,
body .event-item h3,
body .contact-link,
body .nav-link,
body .nav-summary,
body .dropdown-link {
  color: #000000 !important;
}

/* Balanced color visibility layer with a stronger banner treatment. */
body {
  color: #10233a !important;
}

body p,
body li,
body label,
body span,
body small,
body strong,
body em,
body blockquote,
body td,
body th,
body input,
body textarea,
body select,
body button,
body .card-copy,
body .footer-copy,
body .meta-line,
body .result-meta,
body .contact-link {
  color: #17324f !important;
}

body a,
body .nav-link,
body .nav-summary,
body .dropdown-link {
  color: #123d74 !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .stat-value,
body .figure-copy h3,
body .event-item h3,
body .brand-title {
  color: #0b1b2b !important;
}

body .eyebrow,
body .hero-kicker,
body .brand-subtitle {
  color: #8a5a12 !important;
}

body[data-page="home"] .hero-banner {
  background:
    linear-gradient(115deg, rgba(7, 18, 33, 0.94), rgba(15, 37, 67, 0.88) 48%, rgba(16, 74, 84, 0.7)),
    url("assets/images/team-ipr.jpg") center / cover !important;
}

body[data-page="home"] .hero-banner h1,
body[data-page="home"] .hero-banner p,
body[data-page="home"] .hero-banner .hero-kicker,
body[data-page="home"] .hero-banner .eyebrow,
body[data-page="home"] .hero-banner .hero-ledger p,
body[data-page="home"] .hero-banner a,
body[data-page="home"] .hero-banner .highlight-badge {
  color: #fff8ed !important;
}

body[data-page="home"] .hero-banner .eyebrow,
body[data-page="home"] .hero-banner .hero-kicker,
body[data-page="home"] .hero-banner .highlight-badge {
  color: #f3d79a !important;
}

.site-footer,
.site-footer p,
.site-footer li,
.site-footer a,
.site-footer .footer-copy,
.site-footer h3 {
  color: #fff6e8 !important;
}

body[data-page="home"] .hero-panel.is-strong,
body[data-page="home"] .hero-panel.is-strong p,
body[data-page="home"] .hero-panel.is-strong li,
body[data-page="home"] .hero-panel.is-strong a {
  color: #f7f0df !important;
}

body[data-page="home"] .hero-panel.is-strong .eyebrow {
  color: #f2cf84 !important;
}

body[data-page="home"] .hero-panel.is-strong a[href^="mailto:"] {
  color: #fff8ed !important;
}

body[data-page="home"] .hero-panel.is-strong a[href^="tel:"] {
  color: #9fe0db !important;
}

body[data-page="home"] .hero-panel.is-strong li:last-child a {
  color: #f2cf84 !important;
}

body[data-page="home"] .utility-left .utility-note[href^="tel:"] {
  color: #9fe0db !important;
}

body[data-page="home"] .utility-left .utility-note[href^="mailto:"] {
  color: #ffe7b3 !important;
}

body[data-page="home"] .utility-controls .utility-button {
  color: #fff8ed !important;
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 231, 179, 0.36) !important;
}

body[data-page="home"] .utility-controls .utility-button:hover {
  color: #111b2a !important;
  background: #ffe7b3 !important;
}

body[data-page="home"] .utility-label {
  color: #f2cf84 !important;
}

body[data-page="home"] .language-select {
  color: #fff8ed !important;
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(159, 224, 219, 0.44) !important;
}

body[data-page="home"] .language-select option {
  color: #111b2a !important;
  background: #fffdf8 !important;
}

body[data-page="home"] .utility-links a[href="index.html#in-focus"] {
  color: #ffe7b3 !important;
}

body[data-page="home"] .utility-links a[href="index.html#news-articles"] {
  color: #9fe0db !important;
}

body[data-page="home"] .utility-links a[href="index.html#international-desk"] {
  color: #d7e7ff !important;
}

body[data-page="home"] .utility-links a[href="contact.html"] {
  color: #f7c7d3 !important;
}

.goog-te-gadget,
.goog-te-gadget span,
.goog-te-gadget a,
.goog-te-gadget-simple,
.goog-te-menu-value,
.goog-te-menu-value span {
  color: #fff8ed !important;
}

/* Brochure-style homepage treatment */
body[data-page="home"] .brochure-main {
  background:
    radial-gradient(circle at top left, rgba(200, 157, 79, 0.09), transparent 28%),
    linear-gradient(180deg, #f8f3e8 0%, #fbf8f1 18%, #f4ecdf 100%);
}

body[data-page="home"] .brochure-main .section {
  position: relative;
  padding: clamp(3rem, 5vw, 5rem) 0;
}

body[data-page="home"] .brochure-main .section + .section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(92%, 1180px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(129, 91, 31, 0.34), transparent);
  transform: translateX(-50%);
}

body[data-page="home"] .brochure-main .page-shell {
  position: relative;
}

body[data-page="home"] .brochure-main .section-heading {
  margin-bottom: 2rem;
  padding: 1.3rem 1.5rem 1.1rem;
  border: 1px solid rgba(139, 107, 57, 0.22);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(244, 235, 221, 0.94));
  box-shadow:
    0 22px 48px rgba(20, 27, 38, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body[data-page="home"] .brochure-main .section-heading .eyebrow {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(139, 107, 57, 0.22);
}

body[data-page="home"] .home-hero {
  padding-top: clamp(1.4rem, 3vw, 2.4rem);
}

body[data-page="home"] .hero-layout {
  gap: 1.35rem;
}

body[data-page="home"] .hero-banner {
  min-height: 720px;
  padding: clamp(2rem, 5vw, 4.6rem);
  border: 1px solid rgba(240, 217, 157, 0.42);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(6, 15, 27, 0.96), rgba(17, 34, 57, 0.9) 44%, rgba(24, 71, 74, 0.76)),
    url("assets/images/international-ipr.jpg") center / cover !important;
  box-shadow:
    0 34px 90px rgba(11, 19, 32, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body[data-page="home"] .hero-banner::before {
  inset: 1.1rem;
  border-color: rgba(240, 217, 157, 0.36);
}

body[data-page="home"] .hero-banner::after {
  width: min(28vw, 230px);
  border-color: rgba(240, 217, 157, 0.42);
}

body[data-page="home"] .brochure-coverline,
body[data-page="home"] .brochure-edition-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

body[data-page="home"] .brochure-coverline {
  margin: 0.3rem 0 1rem;
}

body[data-page="home"] .brochure-coverline span,
body[data-page="home"] .brochure-edition-strip span {
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(240, 217, 157, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f5dfab;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="home"] .brochure-lead {
  max-width: 22ch;
  margin-bottom: 1rem;
  color: #fff8ec;
  font-size: clamp(1.1rem, 1.6vw, 1.26rem);
  line-height: 1.6;
}

body[data-page="home"] .brochure-edition-strip {
  margin-top: 1rem;
}

body[data-page="home"] .hero-side {
  gap: 1.1rem;
}

body[data-page="home"] .brand-showcase-media,
body[data-page="home"] .hero-panel,
body[data-page="home"] .notice-board,
body[data-page="home"] .panel,
body[data-page="home"] .update-card,
body[data-page="home"] .resource-card,
body[data-page="home"] .contact-card,
body[data-page="home"] .info-card,
body[data-page="home"] .search-panel,
body[data-page="home"] .quick-links-panel,
body[data-page="home"] .subscribe-panel,
body[data-page="home"] .technical-figure-card,
body[data-page="home"] .office-card {
  border-radius: 16px;
  border-color: rgba(144, 107, 44, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.99), rgba(244, 235, 221, 0.94));
  box-shadow:
    0 24px 58px rgba(14, 23, 38, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

body[data-page="home"] .hero-panel,
body[data-page="home"] .notice-board,
body[data-page="home"] .panel,
body[data-page="home"] .info-card,
body[data-page="home"] .update-card,
body[data-page="home"] .resource-card,
body[data-page="home"] .contact-card {
  overflow: hidden;
}

body[data-page="home"] .hero-panel::before,
body[data-page="home"] .notice-board::before,
body[data-page="home"] .panel::before,
body[data-page="home"] .info-card::before,
body[data-page="home"] .update-card::before,
body[data-page="home"] .resource-card::before,
body[data-page="home"] .contact-card::before {
  content: "";
  display: block;
  height: 6px;
  margin: -1.3rem -1.3rem 1.15rem;
  background: linear-gradient(90deg, #9d7334, #d7b16a 38%, #1b5660);
}

body[data-page="home"] .hero-panel.is-strong::before {
  background: linear-gradient(90deg, #f0d99d, #b88636, #8fc7c0);
}

body[data-page="home"] .brochure-service-strip {
  gap: 0;
  border: 1px solid rgba(139, 107, 57, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(244, 235, 221, 0.95));
  box-shadow:
    0 26px 60px rgba(16, 25, 39, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

body[data-page="home"] .brochure-service-strip .stat-card {
  padding: 1.35rem;
  background: transparent;
}

body[data-page="home"] .brochure-service-strip .stat-card::before {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #9d7334, #1b5660);
}

body[data-page="home"] .brochure-service-strip .stat-value {
  margin-bottom: 0.65rem;
  letter-spacing: 0.01em;
}

body[data-page="home"] .focus-grid,
body[data-page="home"] .people-grid,
body[data-page="home"] .article-grid,
body[data-page="home"] .office-grid {
  gap: 1.15rem;
}

body[data-page="home"] .technical-figure-card {
  padding: 1.05rem;
}

body[data-page="home"] .quick-links-list a,
body[data-page="home"] .tag,
body[data-page="home"] .status-pill,
body[data-page="home"] .person-tag {
  border-radius: 999px;
}

body[data-page="home"] .section-banner,
body[data-page="home"] .section-media {
  border-radius: 18px;
}

body[data-page="home"] .site-footer {
  margin-top: 1rem;
}

body[data-page="home"] .people-grid .person-card {
  position: relative;
  overflow: hidden;
}

body[data-page="home"] .people-grid .person-card .person-tag,
body[data-page="home"] .people-grid .person-card h3,
body[data-page="home"] .people-grid .person-card .card-meta {
  position: relative;
  z-index: 1;
}

body[data-page="home"] .people-grid .person-card .card-meta {
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(17, 27, 42, 0.12);
}

body[data-page="home"] .people-grid .person-card:nth-child(1)::after,
body[data-page="home"] .people-grid .person-card:nth-child(2)::after,
body[data-page="home"] .people-grid .person-card:nth-child(3)::after,
body[data-page="home"] .people-grid .person-card:nth-child(4)::after,
body[data-page="home"] .people-grid .person-card:nth-child(5)::after,
body[data-page="home"] .people-grid .person-card:nth-child(6)::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
}

body[data-page="home"] .people-grid .person-card:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(244, 235, 221, 0.95));
}

body[data-page="home"] .people-grid .person-card:nth-child(1)::after {
  background: #8f6a2e;
}

body[data-page="home"] .people-grid .person-card:nth-child(1) .person-tag,
body[data-page="home"] .people-grid .person-card:nth-child(1) .card-meta {
  background: rgba(143, 106, 46, 0.12);
  color: #7b5923 !important;
}

body[data-page="home"] .people-grid .person-card:nth-child(1) h3 {
  color: #5b4219 !important;
}

body[data-page="home"] .people-grid .person-card:nth-child(2)::after {
  background: #103b6f;
}

body[data-page="home"] .people-grid .person-card:nth-child(2) .person-tag,
body[data-page="home"] .people-grid .person-card:nth-child(2) .card-meta {
  background: rgba(16, 59, 111, 0.1);
  color: #103b6f !important;
}

body[data-page="home"] .people-grid .person-card:nth-child(2) h3 {
  color: #0b2d54 !important;
}

body[data-page="home"] .people-grid .person-card:nth-child(3)::after {
  background: #1d5f32;
}

body[data-page="home"] .people-grid .person-card:nth-child(3) .person-tag,
body[data-page="home"] .people-grid .person-card:nth-child(3) .card-meta {
  background: rgba(29, 95, 50, 0.1);
  color: #1d5f32 !important;
}

body[data-page="home"] .people-grid .person-card:nth-child(3) h3 {
  color: #184d29 !important;
}

body[data-page="home"] .people-grid .person-card:nth-child(4)::after {
  background: #5a4595;
}

body[data-page="home"] .people-grid .person-card:nth-child(4) .person-tag,
body[data-page="home"] .people-grid .person-card:nth-child(4) .card-meta {
  background: rgba(90, 69, 149, 0.1);
  color: #5a4595 !important;
}

body[data-page="home"] .people-grid .person-card:nth-child(4) h3 {
  color: #47357d !important;
}

body[data-page="home"] .people-grid .person-card:nth-child(5)::after {
  background: #0f6b7e;
}

body[data-page="home"] .people-grid .person-card:nth-child(5) .person-tag,
body[data-page="home"] .people-grid .person-card:nth-child(5) .card-meta {
  background: rgba(15, 107, 126, 0.1);
  color: #0f6b7e !important;
}

body[data-page="home"] .people-grid .person-card:nth-child(5) h3 {
  color: #0b5563 !important;
}

body[data-page="home"] .people-grid .person-card:nth-child(6)::after {
  background: #8b2e24;
}

body[data-page="home"] .people-grid .person-card:nth-child(6) .person-tag,
body[data-page="home"] .people-grid .person-card:nth-child(6) .card-meta {
  background: rgba(139, 46, 36, 0.1);
  color: #8b2e24 !important;
}

body[data-page="home"] .people-grid .person-card:nth-child(6) h3 {
  color: #74251d !important;
}

body[data-page="home"] #in-focus .section-heading,
body[data-page="home"] #in-focus .focus-card {
  border-color: rgba(16, 59, 111, 0.2);
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(231, 241, 252, 0.94));
}

body[data-page="home"] #in-focus .focus-card::before {
  background: linear-gradient(90deg, #103b6f, #5f94cf);
}

body[data-page="home"] #upcoming-matters .notice-board,
body[data-page="home"] #upcoming-matters .spotlight-panel {
  border-color: rgba(15, 107, 126, 0.2);
  background:
    linear-gradient(180deg, rgba(246, 253, 253, 0.98), rgba(228, 244, 245, 0.94));
}

body[data-page="home"] #upcoming-matters .notice-board::before,
body[data-page="home"] #upcoming-matters .spotlight-panel::before {
  background: linear-gradient(90deg, #0f6b7e, #7dc6d2);
}

body[data-page="home"] #upcoming-matters .event-date,
body[data-page="home"] #international-desk .tag {
  background: linear-gradient(135deg, rgba(15, 107, 126, 0.16), rgba(255, 255, 255, 0.7));
  color: #0b5563 !important;
}

body[data-page="home"] #technical-fields .section-heading,
body[data-page="home"] #technical-fields .technical-figure-card {
  border-color: rgba(82, 64, 142, 0.2);
  background:
    linear-gradient(180deg, rgba(250, 248, 255, 0.98), rgba(238, 233, 250, 0.94));
}

body[data-page="home"] #technical-fields .technical-figure-card {
  box-shadow:
    0 24px 56px rgba(44, 34, 84, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

body[data-page="home"] #technical-fields .technical-figure-card h3 {
  color: #47357d !important;
}

body[data-page="home"] #services-documentation .section-heading,
body[data-page="home"] #services-documentation .resource-card,
body[data-page="home"] #services-documentation .documentation-panel {
  border-color: rgba(29, 95, 50, 0.2);
  background:
    linear-gradient(180deg, rgba(248, 253, 248, 0.98), rgba(233, 244, 233, 0.94));
}

body[data-page="home"] #services-documentation .resource-card::before,
body[data-page="home"] #services-documentation .documentation-panel::before {
  background: linear-gradient(90deg, #1d5f32, #86be90);
}

body[data-page="home"] #services-documentation .resource-card h3,
body[data-page="home"] #services-documentation .documentation-panel h3 {
  color: #184d29 !important;
}

body[data-page="home"] #news-articles .section-heading,
body[data-page="home"] #news-articles .article-card {
  border-color: rgba(16, 59, 111, 0.18);
}

body[data-page="home"] #our-people .section-heading,
body[data-page="home"] #our-people .feature-copy {
  border-color: rgba(143, 106, 46, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(244, 235, 221, 0.94));
}

body[data-page="home"] #our-people .feature-copy::before {
  background: linear-gradient(90deg, #8f6a2e, #d7b16a);
}

body[data-page="home"] #international-desk .section-heading,
body[data-page="home"] #international-desk .international-panel,
body[data-page="home"] #international-desk .info-card {
  border-color: rgba(15, 107, 126, 0.2);
  background:
    linear-gradient(180deg, rgba(245, 252, 253, 0.98), rgba(227, 242, 245, 0.94));
}

body[data-page="home"] #international-desk .international-panel::before,
body[data-page="home"] #international-desk .info-card::before {
  background: linear-gradient(90deg, #0f6b7e, #8ed3db);
}

body[data-page="home"] #international-desk h3 {
  color: #0b5563 !important;
}

body[data-page="home"] #offices .section-heading,
body[data-page="home"] #offices .office-card {
  border-color: rgba(139, 46, 36, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 249, 247, 0.98), rgba(247, 236, 232, 0.94));
}

body[data-page="home"] #offices .office-card::before {
  background: linear-gradient(90deg, #8b2e24, #d08981);
}

body[data-page="home"] #offices .office-card h3 {
  color: #74251d !important;
}

body[data-page="home"] #important-links .notice-board {
  border-color: rgba(90, 69, 149, 0.18);
  background:
    linear-gradient(180deg, rgba(250, 248, 255, 0.98), rgba(239, 234, 251, 0.94));
}

body[data-page="home"] #important-links .notice-board::before {
  background: linear-gradient(90deg, #5a4595, #a08add);
}

body[data-page="home"] #important-links h3,
body[data-page="home"] #important-links a {
  color: #47357d !important;
}

body[data-page="home"] .search-panel {
  border-color: rgba(16, 59, 111, 0.2);
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(232, 241, 252, 0.94));
}

body[data-page="home"] .quick-links-panel {
  border-color: rgba(29, 95, 50, 0.2);
  background:
    linear-gradient(180deg, rgba(248, 253, 248, 0.98), rgba(233, 244, 233, 0.94));
}

body[data-page="home"] .subscribe-panel {
  border-color: rgba(82, 64, 142, 0.2);
  background:
    linear-gradient(180deg, rgba(250, 248, 255, 0.98), rgba(238, 233, 250, 0.94));
}

@media (max-width: 1024px) {
  body[data-page="home"] .hero-banner {
    min-height: 640px;
  }

  body[data-page="home"] .brochure-lead {
    max-width: none;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .brochure-main .section {
    padding: 2.6rem 0;
  }

  body[data-page="home"] .brochure-main .section-heading {
    padding: 1rem 1rem 0.9rem;
  }

  body[data-page="home"] .hero-banner {
    min-height: auto;
    border-radius: 16px;
  }

  body[data-page="home"] .brochure-coverline,
  body[data-page="home"] .brochure-edition-strip {
    gap: 0.5rem;
  }

  body[data-page="home"] .brochure-coverline span,
  body[data-page="home"] .brochure-edition-strip span {
    width: 100%;
    text-align: center;
  }
}

body[data-page="home"] .article-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
  gap: 0.85rem;
  padding: 0;
  overflow: hidden;
}

body[data-page="home"] .article-card::before {
  display: none;
}

body[data-page="home"] .article-thumb {
  margin: 0;
  border: 0;
  border-radius: 0;
  aspect-ratio: 16 / 9;
  box-shadow: none;
}

body[data-page="home"] .article-thumb::before {
  display: none;
}

body[data-page="home"] .article-thumb img {
  transform: none;
  object-fit: cover;
}

body[data-page="home"] .article-card .status-pill,
body[data-page="home"] .article-card h3,
body[data-page="home"] .article-card p,
body[data-page="home"] .article-card .article-meta,
body[data-page="home"] .article-card .ghost-button {
  margin-left: 1.2rem;
  margin-right: 1.2rem;
}

body[data-page="home"] .article-card .status-pill {
  width: fit-content;
  margin-top: 0.15rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.84rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body[data-page="home"] .article-card h3 {
  margin-top: 0;
  margin-bottom: 0;
}

body[data-page="home"] .article-card p {
  margin-top: 0;
  margin-bottom: 0;
}

body[data-page="home"] .article-card .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(17, 27, 42, 0.12);
}

body[data-page="home"] .article-card .meta-line {
  font-weight: 700;
}

body[data-page="home"] .article-card .ghost-button {
  margin-bottom: 1.2rem;
  width: calc(100% - 2.4rem);
  justify-content: center;
}

body[data-page="home"] .news-grid.article-grid > article:nth-child(1) .status-pill,
body[data-page="home"] .news-grid.article-grid > article:nth-child(1) .ghost-button {
  background: #103b6f !important;
  border-color: #103b6f !important;
  color: #fff8ed !important;
}

body[data-page="home"] .news-grid.article-grid > article:nth-child(2) .status-pill,
body[data-page="home"] .news-grid.article-grid > article:nth-child(2) .ghost-button {
  background: #1d5f32 !important;
  border-color: #1d5f32 !important;
  color: #fff8ed !important;
}

body[data-page="home"] .news-grid.article-grid > article:nth-child(3) .status-pill,
body[data-page="home"] .news-grid.article-grid > article:nth-child(3) .ghost-button {
  background: #52408e !important;
  border-color: #52408e !important;
  color: #fff8ed !important;
}

body[data-page="home"] .news-grid.article-grid > article:nth-child(4) .status-pill,
body[data-page="home"] .news-grid.article-grid > article:nth-child(4) .ghost-button {
  background: #16466b !important;
  border-color: #16466b !important;
  color: #fff8ed !important;
}

body[data-page="home"] .news-grid.article-grid > article:nth-child(5) .status-pill,
body[data-page="home"] .news-grid.article-grid > article:nth-child(5) .ghost-button {
  background: #0f6b7e !important;
  border-color: #0f6b7e !important;
  color: #fff8ed !important;
}

body[data-page="home"] .news-grid.article-grid > article:nth-child(6) .status-pill,
body[data-page="home"] .news-grid.article-grid > article:nth-child(6) .ghost-button {
  background: #8b2e24 !important;
  border-color: #8b2e24 !important;
  color: #fff8ed !important;
}

p,
li,
a,
label,
span,
small,
strong,
em,
blockquote,
td,
th,
input,
textarea,
select,
button {
  font-family: "Bookman Old Style", "Book Antiqua", Georgia, serif !important;
  font-size: 12px !important;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-heading h2,
.page-hero h1,
.home-hero h1,
.disclaimer-card h2,
.brand-title,
.hero-panel h3,
.portal-card h3,
.quick-card h3,
.update-card h3,
.resource-card h3,
.contact-card h3,
.social-card h3,
.info-card h3,
.timeline-card h3,
.search-card h3,
.stat-value,
.figure-copy h3,
.documentation-panel h3,
.international-panel h3,
.event-item h3,
.footer-column h3 {
  font-family: "Bookman Old Style", "Book Antiqua", Georgia, serif !important;
  font-size: 18px !important;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
