/* Julius Fondation — Home 2 adaptation. Brandt's layout and fonts remain the base. */
:root {
  --j-black: #0a0a0a;
  --j-surface: #141414;
  --j-line: #262626;
  --j-text: #e8e6e1;
  --j-muted: #9a9791;
  --j-bronze: #b8834a;
  --j-bronze-light: #d6a96b;
  --main-color-1: var(--j-black);
  --main-color-2: var(--j-surface);
  --main-color-3: #1c1c1c;
  --main-color-4: var(--j-line);
  --main-color-5: #5e5d5a;
  --main-color-6: #777570;
  --main-color-7: var(--j-muted);
  --main-color-8: #bebbb4;
  --main-color-9: #dad7d0;
  --main-color-10: var(--j-text);
  --white: var(--j-text);
  --cta-color-1: #4c3520;
  --cta-color-2: #6b492b;
  --cta-color-3: #896037;
  --cta-color-4: #a17140;
  --cta-color-5: var(--j-bronze);
  --cta-color-6: var(--j-bronze-light);
  --cta-color-7: #e6c59b;
  --j-gutter: clamp(1.5rem, 5.5vw, 6rem);
}
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body.julius-page { margin: 0; background: var(--j-black); color: var(--j-text); font-family: NotoSans, sans-serif; font-size: 16px; line-height: 1.65; }
.julius-page *, .julius-page *::before, .julius-page *::after { box-sizing: border-box; }
.julius-page ::selection { color: var(--j-black); background: var(--j-bronze-light); }
.julius-page a { color: inherit; text-decoration: none; }
.julius-page :focus-visible { outline: 2px solid var(--j-bronze-light); outline-offset: 6px; }
.julius-page button { font: inherit; }
.julius-page .page-wrapper { overflow: clip; }
.j-skip { position: fixed; z-index: 150; top: 1rem; left: 1rem; padding: .7rem 1rem; color: var(--j-black) !important; background: var(--j-text); transform: translateY(-180%); }
.j-skip:focus { transform: translateY(0); }
.j-header { position: absolute; z-index: 40; top: 0; left: 0; width: 100%; padding: 1.8rem var(--j-gutter); }
.j-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 1680px; margin: auto; padding-bottom: 1.5rem; border-bottom: 1px solid #e8e6e12e; }
.j-wordmark { display: inline-flex; flex-direction: column; align-items: flex-start; flex-shrink: 0; line-height: 1; }
.j-wordmark-main { font-family: 'Fraunces Variable', Georgia, serif; font-size: 2.35rem; font-weight: 400; letter-spacing: .08em; }
.j-wordmark-sub { margin-top: .5rem; font-size: .75rem; letter-spacing: .28em; }
.j-nav { display: flex; align-items: center; gap: clamp(1.5rem, 3.2vw, 3.5rem); font-size: .875rem; }
.j-nav a { padding: .5rem 0; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.j-nav a:hover { color: var(--j-bronze-light); border-color: currentColor; }
.j-language { padding-left: 1.7rem; border-left: 1px solid #e8e6e14d; color: var(--j-bronze-light); font-size: .875rem; }
.julius-page .home-2-hero { min-height: 820px; min-height: max(780px, 100svh); isolation: isolate; }
.julius-page .home-2-hero-layout { max-width: 1872px; margin: 0 auto; padding: 12rem var(--j-gutter) 5rem; }
.julius-page .home-2-hero-wrapper { max-width: 64rem; gap: 0; margin: 0; padding: 0; }
.j-eyebrow { margin: 0 0 1.5rem; color: var(--j-bronze-light); font-size: .8125rem; letter-spacing: .15em; text-transform: uppercase; line-height: 1.7; }
.julius-page .heading.is-home-2-hero-title { margin: 0; font-size: clamp(3.25rem, 6.5vw, 7rem); font-weight: 400; line-height: 1.04; letter-spacing: -.045em; text-transform: none; }
.j-hero-title-line { display: block; }
.j-hero-title-line:last-child { color: var(--j-bronze-light); }
.j-hero-description { max-width: 36rem; margin: 2rem 0 2.3rem; color: #d6d3cd; font-size: clamp(1rem, 1.15vw, 1.125rem); line-height: 1.8; }
.julius-page .home-2-hero-button { justify-content: flex-start; gap: 1.8rem; flex-wrap: wrap; }
.j-button { display: inline-flex; justify-content: space-between; align-items: center; gap: 1.5rem; min-height: 3.5rem; padding: .95rem 1.25rem; border: 1px solid #b8834a90; font-size: .875rem; background: #0a0a0a25; transition: background .2s, border-color .2s; }
.j-button:hover { background: #b8834a20; border-color: var(--j-bronze-light); }
.j-arrow { width: 1.1rem; height: 1.1rem; flex-shrink: 0; color: var(--j-bronze-light); }
.j-text-link { display: inline-flex; align-items: center; gap: .75rem; min-height: 2.75rem; font-size: .875rem; border-bottom: 1px solid #e8e6e14d; transition: border-color .2s, color .2s; }
.j-text-link:hover { border-color: var(--j-bronze-light); color: var(--j-bronze-light); }
.j-hero-media { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: var(--j-surface); }
.j-hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.julius-page .home-2-hero-bg { z-index: -1; background: linear-gradient(90deg, #0a0a0aed 0%, #0a0a0abf 34%, #0a0a0a38 75%), linear-gradient(0deg, #0a0a0a 0%, transparent 24%, #0a0a0a38 78%, #0a0a0a80 100%); }
.j-hero-base { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0 var(--j-gutter) 2rem; color: #bcb8b0; font-size: .8125rem; letter-spacing: .025em; }
.j-scroll { display: inline-flex; align-items: center; gap: 1rem; min-height: 2.75rem; }
.j-scroll svg { transform: rotate(90deg); }
.j-essentials { padding: 7rem var(--j-gutter) 6.5rem; }
.j-section-inner { max-width: 1680px; margin: auto; }
.j-section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; align-items: start; margin-bottom: 3.5rem; }
.j-section-heading .j-eyebrow { padding-top: .7rem; }
.j-section-title { font-family: 'Fraunces Variable', Georgia, serif; font-size: clamp(2.4rem, 4vw, 4.25rem); font-weight: 400; line-height: 1.13; letter-spacing: -.035em; margin: 0; }
.j-essentials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.75rem; }
.j-essential { border-top: 1px solid #b8834a75; padding-top: 1.7rem; }
.j-essential-number { display: block; margin-bottom: 2.25rem; color: var(--j-bronze); font-size: .875rem; }
.j-essential h3 { margin: 0 0 1rem; font-family: 'Fraunces Variable', Georgia, serif; font-size: clamp(1.5rem, 2.1vw, 2.1rem); font-weight: 400; line-height: 1.2; letter-spacing: -.015em; }
.j-essential p { max-width: 26rem; margin: 0; color: var(--j-muted); font-size: 1rem; line-height: 1.8; }
.j-closing { max-width: 46rem; margin: 5rem auto 0; text-align: center; }
.j-closing h2 { margin: 0 0 1rem; font-family: 'Fraunces Variable', Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.75rem); font-weight: 400; line-height: 1.25; }
.j-closing p { max-width: 38rem; margin: auto; color: var(--j-muted); font-size: 1rem; }
.j-footer { padding: 3rem var(--j-gutter); border-top: 1px solid var(--j-line); background: var(--j-surface); }
.j-footer-inner { max-width: 1680px; margin: auto; display: flex; justify-content: space-between; gap: 2.5rem; }
.j-footer p { margin: 1rem 0 0; color: var(--j-muted); font-size: .875rem; }
.j-footer address { margin: 0; color: var(--j-muted); font-style: normal; font-size: .875rem; line-height: 1.9; }
.j-footer address strong { display: block; margin-bottom: .7rem; color: var(--j-text); font-weight: 400; }
/* The overlay is absent by default. Nothing locks scrolling or pointer access. */
.j-intro { display: none; position: fixed; z-index: 100; inset: 0; align-items: center; justify-content: center; padding: 2rem; background: var(--j-black); pointer-events: none; }
.j-intro[hidden] { display: none !important; }
html[data-julius-intro="play"] .j-intro { display: flex; animation: j-intro-veil 2400ms linear both; }
.j-intro-copy { width: 100%; text-align: center; transform-origin: 50% 50%; animation: j-intro-depth 2400ms cubic-bezier(.32,0,.25,1) both; }
.j-intro-title { margin: 0; font-family: 'Fraunces Variable', Georgia, serif; font-size: clamp(2.3rem, 5.2vw, 6.25rem); font-weight: 400; line-height: 1.13; letter-spacing: .025em; }
.j-intro-title span { color: var(--j-bronze-light); }
.j-intro-tagline { margin: 1.6rem 0 0; color: var(--j-muted); font-size: clamp(.875rem, 1.4vw, 1.125rem); font-weight: 300; letter-spacing: .07em; }
.j-intro-skip { position: absolute; right: var(--j-gutter); bottom: 2rem; padding: .75rem 0; color: var(--j-muted); background: transparent; border: 0; cursor: pointer; font-size: .8125rem !important; pointer-events: auto; }
.j-intro-skip span { margin-left: .8rem; color: var(--j-bronze-light); }
.j-intro-skip:hover { color: var(--j-text); }
.j-has-intro .j-hero-media img { animation: j-hero-zoom 6s 1800ms cubic-bezier(.2,.65,.35,1) both; }
.j-has-intro .home-2-hero-wrapper > .j-eyebrow,
.j-has-intro .home-2-hero-wrapper > h1 { animation: j-hero-reveal 550ms 1800ms ease-out both; }
.j-has-intro .j-hero-description { animation: j-hero-reveal 500ms 1900ms ease-out both; }
.j-has-intro .home-2-hero-button { animation: j-hero-reveal 400ms 2000ms ease-out both; }
@keyframes j-intro-depth {
  0% { opacity: 0; transform: scale(.88); filter: blur(1px); }
  14.58% { opacity: 1; transform: scale(.9); filter: blur(0); }
  56.25%, 62.5% { opacity: 1; transform: scale(1.1); filter: blur(0); }
  87.5%, 100% { opacity: 0; transform: scale(.88); filter: blur(1.5px); }
}
@keyframes j-intro-veil {
  0%, 75% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}
@keyframes j-hero-zoom { from { transform: scale(1.055); } to { transform: scale(1); } }
@keyframes j-hero-reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1800px) {
  .julius-page .home-2-hero-layout { padding-bottom: 7rem; }
  .j-hero-base { max-width: 1872px; width: 100%; margin-inline: auto; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 2rem; }
  .j-header { padding-top: 1.5rem; }
  .j-header-inner { gap: 1rem; padding-bottom: 1.2rem; }
  .j-wordmark-main { font-size: 1.8rem; }
  .j-wordmark-sub { font-size: .75rem; letter-spacing: .18em; }
  .j-nav { gap: 1.1rem; }
  .j-nav .j-nav-essentials { display: none; }
  .j-language { padding-left: 1rem; }
  .julius-page .home-2-hero { min-height: max(740px, 100svh); }
  .julius-page .home-2-hero-layout { padding-top: 12rem; padding-bottom: 2.5rem; }
  .julius-page .heading.is-home-2-hero-title { font-size: clamp(2.55rem, 8.6vw, 4.5rem); line-height: 1.08; }
  .j-hero-description { max-width: 31rem; margin-top: 1.5rem; }
  .julius-page .home-2-hero-button { align-items: flex-start; gap: 1rem; }
  .j-eyebrow { font-size: .75rem; letter-spacing: .11em; }
  .j-hero-media img { object-position: 65% center; }
  .julius-page .home-2-hero-bg { background: linear-gradient(90deg, #0a0a0aca, #0a0a0a65), linear-gradient(0deg, #0a0a0a, #0a0a0a15 65%, #0a0a0a75); }
  .j-hero-base { font-size: .75rem; align-items: flex-end; }
  .j-hero-base > span { max-width: 10rem; }
  .j-essentials { padding-block: 4.5rem; }
  .j-section-heading { grid-template-columns: 1fr; gap: .5rem; margin-bottom: 2.75rem; }
  .j-section-heading .j-eyebrow { margin-bottom: .5rem; }
  .j-essentials-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .j-essential-number { margin-bottom: 1.25rem; }
  .j-essential h3 { font-size: 1.75rem; }
  .j-essential p { max-width: none; }
  .j-closing { margin-top: 4rem; text-align: left; }
  .j-footer-inner { flex-direction: column; }
  html[data-julius-intro="play"] .j-intro { animation-duration: 1450ms; }
  .j-intro-copy { animation-name: j-intro-depth-mobile; animation-duration: 1450ms; }
  .j-intro-title { font-size: clamp(1.6rem, 7vw, 3rem); }
  .j-intro-tagline { max-width: 18rem; margin: 1.2rem auto 0; font-size: .875rem; letter-spacing: .025em; }
  .j-has-intro .j-hero-media img { animation-delay: 1080ms; }
  .j-has-intro .home-2-hero-wrapper > .j-eyebrow,
  .j-has-intro .home-2-hero-wrapper > h1 { animation-duration: 350ms; animation-delay: 1050ms; }
  .j-has-intro .j-hero-description { animation-duration: 300ms; animation-delay: 1100ms; }
  .j-has-intro .home-2-hero-button { animation-duration: 250ms; animation-delay: 1200ms; }
}
@keyframes j-intro-depth-mobile {
  0% { opacity: 0; transform: scale(.95); filter: none; }
  14.58% { opacity: 1; transform: scale(.96); }
  56.25%, 62.5% { opacity: 1; transform: scale(1.035); }
  87.5%, 100% { opacity: 0; transform: scale(.95); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .julius-page *, .julius-page *::before, .julius-page *::after { animation: none !important; transition: none !important; }
  html[data-julius-intro="play"] .j-intro { display: none; }
}

/* Shared inner pages, navigation and bilingual interfaces. */
.julius-page [hidden] { display: none !important; }
.julius-page h1, .julius-page h2, .julius-page h3 { text-wrap: balance; }
.julius-page p { text-wrap: pretty; }
.julius-page input, .julius-page select, .julius-page textarea { font: inherit; }
.j-header-inner { gap: 1.5rem; }
.j-nav { margin-left: auto; gap: clamp(1rem, 1.6vw, 1.9rem); font-size: .8125rem; }
.j-nav a { white-space: nowrap; }
.j-nav a[aria-current="page"] { color: var(--j-bronze-light); border-color: var(--j-bronze); }
.j-languages { display: flex; flex-shrink: 0; align-items: center; gap: .75rem; padding-left: 1.25rem; border-left: 1px solid #e8e6e14d; font-size: .8125rem; }
.j-languages span { color: var(--j-bronze-light); }
.j-languages a { display: inline-flex; min-height: 44px; align-items: center; color: var(--j-muted); }
.j-languages a:hover { color: var(--j-text); }
.j-menu-toggle { display: none; border: 0; color: var(--j-text); background: transparent; cursor: pointer; }
.j-content-section { padding: 6.5rem var(--j-gutter); }
.j-content-section + .j-content-section { border-top: 1px solid var(--j-line); }
.j-tone-surface { background: var(--j-surface); }
.j-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 2rem; margin-top: 2rem; }
.j-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 7vw, 8rem); }
.j-feature > div { max-width: 40rem; }
.j-feature p:not(.j-eyebrow) { margin: 2rem 0; color: var(--j-muted); }
.j-editorial-image { display: block; width: 100%; height: 100%; min-width: 0; object-fit: cover; }
.j-feature > img { aspect-ratio: 1 / 1.02; }
.j-feature-reverse > img { order: 2; }
.j-audience-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--j-line); }
.j-audience-card { padding: clamp(2rem, 4vw, 4.5rem); background: linear-gradient(135deg, #b8834a09, transparent); }
.j-audience-card + .j-audience-card { border-left: 1px solid var(--j-line); }
.j-audience-card h3 { font: 400 clamp(2rem, 3vw, 3rem)/1.2 'Fraunces Variable', Georgia, serif; margin: 2rem 0 1.5rem; }
.j-audience-card p { max-width: 30rem; color: var(--j-muted); margin: 0 0 1.5rem; }
.j-principle-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 2rem; }
.j-principle-grid .j-essential h3 { margin-bottom: 1.5rem; }
.j-cta { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5rem; align-items: start; }
.j-cta p { margin: .5rem 0 0; max-width: 35rem; color: var(--j-muted); }
.j-cta .j-actions { margin-top: 1.5rem; }
.j-cta-section { padding-block: 5rem; }
.j-inner-hero { padding: 13.5rem var(--j-gutter) 5rem; border-bottom: 1px solid var(--j-line); }
.j-page-title { max-width: 70rem; margin: 0; font: 400 clamp(3rem, 5.5vw, 6rem)/1.07 'Fraunces Variable', Georgia, serif; letter-spacing: -.04em; }
.j-page-title > span { display: block; }
.j-page-title > span:last-child { color: var(--j-bronze-light); }
.j-page-lead { max-width: 43rem; margin: 2.25rem 0 0; font-size: clamp(1rem, 1.25vw, 1.1875rem); line-height: 1.8; color: #bebbb4; }
.j-inner-hero-split { padding-bottom: 4rem; }
.j-inner-hero-split > .j-section-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 4rem; align-items: center; }
.j-inner-hero-split .j-page-title { font-size: clamp(2.75rem, 4.7vw, 5.5rem); }
.j-inner-hero-image { align-self: stretch; min-height: 30rem; }
.j-inner-hero-image img { max-height: 40rem; }
.j-editorial-row { display: grid; grid-template-columns: .18fr .8fr 1fr; align-items: start; gap: 3rem; padding: 3rem 0; border-top: 1px solid var(--j-line); }
.j-editorial-row:first-child { padding-top: 0; border-top: 0; }
.j-editorial-row:last-child { padding-bottom: 0; }
.j-row-number { color: var(--j-bronze); font-size: .875rem; line-height: 2; }
.j-editorial-row h2 { margin: 0; font: 400 clamp(1.75rem, 2.6vw, 2.75rem)/1.2 'Fraunces Variable', Georgia, serif; letter-spacing: -.025em; }
.j-editorial-row p { color: var(--j-muted); line-height: 1.85; margin: 0; }
.j-notice { border-left: 2px solid var(--j-bronze); padding: 1.5rem 2rem; background: #b8834a08; }
.j-notice h2 { margin: 0 0 1.2rem; font: 400 clamp(1.6rem, 2.5vw, 2.4rem)/1.2 'Fraunces Variable', Georgia, serif; }
.j-notice p { max-width: 66rem; margin: 0 0 1rem; color: #bebbb4; }
.j-notice p:last-child { margin: 0; }
.j-notice-small { font-size: .875rem; padding: 1rem 1.25rem; margin: 0 0 1.5rem; color: #bebbb4; }
.j-faq-list { max-width: 74rem; }
.j-faq-item { border-top: 1px solid #b8834a70; }
.j-faq-item:last-child { border-bottom: 1px solid #b8834a70; }
.j-faq-item summary { display: grid; grid-template-columns: 3rem 1fr 2rem; align-items: center; gap: 1.5rem; padding: 2rem 0; cursor: pointer; list-style: none; font: 400 clamp(1.25rem, 2.1vw, 2rem)/1.3 'Fraunces Variable', Georgia, serif; }
.j-faq-item summary::-webkit-details-marker { display: none; }
.j-faq-item summary:hover { color: var(--j-bronze-light); }
.j-faq-icon { width: 1rem; height: 1rem; position: relative; justify-self: end; }
.j-faq-icon::before, .j-faq-icon::after { content: ''; position: absolute; top: 50%; width: 100%; height: 1px; background: var(--j-bronze-light); }
.j-faq-icon::after { transform: rotate(90deg); }
.j-faq-item[open] .j-faq-icon::after { display: none; }
.j-faq-answer { padding: 0 4.5rem 2rem; max-width: 61rem; color: #bebbb4; }
.j-faq-answer p { margin: 0; }
.j-contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; }
.j-contact-address address { font-style: normal; color: var(--j-muted); line-height: 1.9; }
.j-contact-address strong { display: block; color: var(--j-text); font-weight: 400; margin: 0 0 1rem; }
#public-contact-details a { overflow-wrap: anywhere; }
.j-contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2rem; }
.j-form-required { grid-column: 1/-1; color: var(--j-muted); font-size: .8125rem; margin: 0; }
.j-field { display: flex; flex-direction: column; gap: .65rem; min-width: 0; }
.j-field-full { grid-column: 1 / -1; }
.j-field label { color: #bebbb4; font-size: .875rem; font-weight: 400; }
.j-field input, .j-field select, .j-field textarea { width: 100%; min-width: 0; color: var(--j-text); background: var(--j-surface); border: 1px solid #55534f; padding: .85rem 1rem; border-radius: 0; min-height: 3.4rem; box-shadow: none; color-scheme: dark; }
.j-field input:hover, .j-field select:hover, .j-field textarea:hover { border-color: var(--j-muted); }
.j-field textarea { resize: vertical; }
.j-field-hint { color: var(--j-muted); font-size: .8125rem; line-height: 1.8; margin: 0; }
.j-field-hint a { text-decoration: underline; text-underline-offset: .25em; color: var(--j-text); }
.j-button:disabled { cursor: not-allowed; opacity: .55; }
#contact-status { margin: 1rem 0 0; }
#contact-status:empty { display: none; }
.j-document-filters { display: grid; grid-template-columns: 2fr 1fr 1.2fr auto; align-items: end; gap: 1.5rem; padding-bottom: 2rem; border-bottom: 1px solid var(--j-line); }
.j-reset { color: var(--j-text); background: transparent; border: 0; border-bottom: 1px solid var(--j-muted); border-radius: 0; padding: .5rem 0; cursor: pointer; margin-bottom: .25rem; }
.j-document-count { color: var(--j-muted); font-size: .875rem; }
.j-document-count:empty { display: none; }
.j-document-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.5rem; }
.j-document-card { padding: 2rem; background: var(--j-surface); border-top: 1px solid var(--j-bronze); display: flex; flex-direction: column; align-items: flex-start; }
.j-document-card h2 { margin: 1rem 0; font: 400 1.7rem/1.25 'Fraunces Variable', Georgia, serif; }
.j-document-card p { color: var(--j-muted); }
.j-document-card .j-document-meta { font-size: .8125rem; margin-top: auto; }
.j-empty { border: 1px solid var(--j-line); padding: 4rem; max-width: 74rem; }
.j-empty h2 { max-width: 48rem; font: 400 clamp(1.75rem, 3vw, 2.75rem)/1.2 'Fraunces Variable', Georgia, serif; margin: 1rem 0 1.5rem; }
.j-empty p { max-width: 48rem; color: var(--j-muted); }
.j-footer { padding-top: 4rem; }
.j-footer-inner { display: grid; grid-template-columns: 1.1fr 1fr .9fr; gap: 3rem; }
.j-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 1.5rem; font-size: .8125rem; align-content: start; }
.j-footer-links a { padding-block: .3rem; }
.j-footer-links a:hover, .j-footer-bottom a:hover { color: var(--j-bronze-light); }
.j-footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; margin: 3rem auto 0; padding-top: 1.5rem; max-width: 1680px; border-top: 1px solid var(--j-line); color: var(--j-muted); font-size: .75rem; }
.j-footer-bottom > div { display: flex; flex-wrap: wrap; gap: 1.5rem; }
@media (max-width: 1199px) {
  .j-header-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 1.5rem; }
  .j-menu-toggle { display: inline-flex; gap: .75rem; align-items: center; min-height: 44px; font-size: .875rem !important; }
  .j-nav { grid-row: 2; grid-column: 1 / -1; width: 100%; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem 2rem; }
  .j-nav a { padding: .8rem 0; white-space: normal; }
  .j-nav-enhanced .j-nav { display: none; }
  .j-nav-enhanced .j-header[data-menu-open="true"] { background: var(--j-black); }
  .j-nav-enhanced .j-header[data-menu-open="true"] .j-nav { display: grid; }
  html:not(.j-nav-enhanced) .j-header { position: relative; }
  html:not(.j-nav-enhanced) .j-inner-hero { padding-top: 4rem; }
  html:not(.j-nav-enhanced) .home-2-hero-layout { padding-top: 4rem; }
  .j-inner-hero-split > .j-section-inner { gap: 2.5rem; }
  .j-principle-grid { grid-template-columns: 1fr 1fr; }
  .j-contact-grid { gap: 3rem; }
  .j-document-filters { grid-template-columns: 1fr 1fr; }
  .j-footer-inner { grid-template-columns: 1fr 1fr; }
  .j-footer-links { grid-column: 1/-1; grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 767px) {
  .j-header-inner { gap: .8rem; }
  .j-languages { padding-left: .75rem; gap: .65rem; }
  .j-menu-toggle { gap: .4rem; padding: 0; }
  .j-content-section { padding-block: 4rem; }
  .j-feature, .j-cta, .j-inner-hero-split > .j-section-inner, .j-contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .j-feature > img { aspect-ratio: 1.2; max-height: 27rem; }
  .j-feature-reverse > img { order: 0; }
  .j-audience-grid { grid-template-columns: 1fr; }
  .j-audience-card + .j-audience-card { border-left: 0; border-top: 1px solid var(--j-line); }
  .j-principle-grid { gap: 2.5rem 1.5rem; }
  .j-principle-grid .j-essential h3 { font-size: 1.6rem; }
  .j-inner-hero { padding-top: 10.5rem; padding-bottom: 3.5rem; }
  .j-page-title, .j-inner-hero-split .j-page-title { font-size: clamp(2.4rem, 8.5vw, 3.8rem); line-height: 1.12; }
  .j-page-lead { margin-top: 1.5rem; }
  .j-inner-hero-image { min-height: 0; height: 22rem; }
  .j-inner-hero-image img { height: 100%; }
  .j-editorial-row { grid-template-columns: 2rem 1fr; gap: 1rem; padding-block: 2rem; }
  .j-editorial-row p { grid-column: 2; }
  .j-editorial-row h2 { font-size: 1.7rem; }
  .j-notice { padding: 1.25rem 1.5rem; }
  .j-faq-item summary { grid-template-columns: 1.5rem 1fr 1rem; gap: .8rem; padding-block: 1.5rem; font-size: 1.4rem; }
  .j-faq-answer { padding: 0 0 1.75rem 2.3rem; }
  .j-contact-form, .j-document-filters { grid-template-columns: 1fr; }
  .j-document-grid { grid-template-columns: 1fr; }
  .j-reset { justify-self: start; }
  .j-empty { padding: 2rem 1.5rem; }
  .j-footer-inner { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
  .j-footer-links { grid-template-columns: 1fr 1fr; }
  .j-footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 359px) {
  .j-principle-grid { grid-template-columns: 1fr; }
  .j-wordmark-main { font-size: 1.6rem; }
  .j-wordmark-sub { font-size: .625rem; }
}

/* Contact placeholders and the readable, bilingual privacy notice. */
.j-contact-details { margin-top: 1.5rem; }
.j-contact-placeholder-label { color: var(--j-bronze-light) !important; font-size: .8125rem !important; line-height: 1.6; }
.j-contact-detail { margin: .9rem 0 0 !important; display: flex; flex-direction: column; align-items: flex-start; gap: .15rem; font-size: .875rem; }
.j-contact-detail > span:last-child, .j-contact-detail > a { overflow-wrap: anywhere; max-width: 100%; color: #bebbb4; }
.j-contact-detail a { text-decoration: underline; text-underline-offset: .25em; }
.j-contact-detail-label { color: var(--j-muted); font-size: .8125rem; }
.j-policy-date { margin: 2rem 0 0; color: var(--j-muted); font-size: .875rem; }
.j-policy-draft { margin: 0 0 4rem; max-width: 80rem; color: #bebbb4; }
.j-policy-layout { display: grid; grid-template-columns: minmax(13rem, .7fr) minmax(0, 2fr); align-items: start; gap: clamp(3rem, 7vw, 8rem); }
.j-policy-nav { position: sticky; top: 2rem; display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; }
.j-policy-nav .j-eyebrow { margin-bottom: .5rem; }
.j-policy-nav a { color: #bebbb4; font-size: .875rem; padding: .35rem 0; }
.j-policy-nav a:hover { color: var(--j-bronze-light); }
.j-policy-body { max-width: 55rem; }
.j-policy-section { padding: 0 0 3rem; margin-bottom: 3rem; border-bottom: 1px solid var(--j-line); scroll-margin-top: 2rem; }
.j-policy-section h2 { font: 400 clamp(1.8rem, 2.5vw, 2.7rem)/1.2 'Fraunces Variable', Georgia, serif; margin: 0 0 1.75rem; letter-spacing: -.02em; }
.j-policy-section h2 > span { display: block; margin-bottom: 1rem; font: 400 .875rem/1.5 NotoSans, sans-serif; color: var(--j-bronze-light); letter-spacing: .1em; }
.j-policy-section > p { color: #bebbb4; line-height: 1.85; margin: 0 0 1.25rem; }
.j-policy-section > p:last-child { margin-bottom: 0; }
.j-policy-sources h2 { font: 400 1.5rem/1.3 'Fraunces Variable', Georgia, serif; margin: 0 0 1rem; }
.j-policy-sources a { display: block; padding-block: .4rem; color: var(--j-muted); font-size: .875rem; text-decoration: underline; text-underline-offset: .3em; }
@media (max-width: 767px) {
  .j-policy-layout { grid-template-columns: 1fr; gap: 3rem; }
  .j-policy-nav { position: static; padding-bottom: 2rem; border-bottom: 1px solid var(--j-line); }
  .j-policy-draft { margin-bottom: 3rem; }
  .j-policy-section { padding-bottom: 2rem; margin-bottom: 2.5rem; }
}
