/* All component styles are scoped to #fj-en for the existing school platform. */
body.fj-preview { margin: 0; background: #f7f6f2; }
#fj-en {
  --fj-ink: #172e40; --fj-muted: #5a686d; --fj-paper: #f7f6f2;
  --fj-line: #d5d7cf; --fj-gold: #927144; --fj-olive: #d9dfd2;
  font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65;
  color: var(--fj-ink); background: var(--fj-paper); width: 100%; max-width: 1920px;
  margin: 0 auto; text-align: left; isolation: isolate;
}
#fj-en *, #fj-en *::before, #fj-en *::after { box-sizing: border-box; }
#fj-en [hidden] { display: none !important; }
#fj-en a { color: inherit; text-decoration: none; }
#fj-en button, #fj-en summary { font: inherit; color: inherit; cursor: pointer; }
#fj-en button { border: 0; }
#fj-en :is(a, button, summary):focus-visible { outline: 3px solid #bb7a2f; outline-offset: 6px; }
#fj-en img { display: block; width: 100%; max-width: 100%; height: auto; }
#fj-en :is(h1, h2, h3, p, figure, ul) { margin: 0; }
#fj-en h1, #fj-en h2, #fj-en h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
#fj-en h2 { font-size: clamp(36px, 4.4vw, 64px); line-height: 1.12; letter-spacing: -2.3px; }
#fj-en h2 em { color: var(--fj-gold); font-weight: 400; }
#fj-en h3 { font-size: 28px; line-height: 1.2; letter-spacing: -.6px; }
#fj-en p { overflow-wrap: break-word; }
#fj-en section[id], #fj-en main[id] { scroll-margin-top: 130px; }
#fj-en .fj-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; }
#fj-en .fj-skip { position: absolute; top: 0; left: 18px; background: var(--fj-ink); color: white; padding: 12px 18px; transform: translateY(-150%); z-index: 100; }
#fj-en .fj-skip:focus { transform: translateY(0); }
#fj-en .fj-eyebrow, #fj-en .fj-side-label { font: 10px/1.6 Arial, Helvetica, sans-serif; letter-spacing: 1.8px; font-weight: 700; }
#fj-en .fj-side-label { color: var(--fj-muted); font-weight: 400; }
#fj-en .fj-header { position: sticky; top: 0; z-index: 20; min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 4%; background: rgba(247,246,242,.97); border-bottom: 1px solid var(--fj-line); }
#fj-en .fj-brand { display: flex; align-items: center; gap: 16px; flex: 0 0 auto; }
#fj-en .fj-brand-logo { width: auto; height: 80px; max-width: none; flex: 0 0 auto; object-fit: contain; }
#fj-en .fj-brand-name { font: 26px/1.05 Georgia, 'Times New Roman', serif; letter-spacing: -.9px; }
#fj-en .fj-brand-name > span { display: block; font-size: 14px; line-height: 1.9; letter-spacing: .2px; }
#fj-en .fj-brand-place { border-left: 1px solid #bfc4bc; padding-left: 22px; font-size: 8px; line-height: 1.8; letter-spacing: 1.1px; }
#fj-en .fj-desktop-nav { display: flex; align-items: center; gap: clamp(16px, 1.8vw, 30px); font-size: 12px; }
#fj-en .fj-desktop-nav a { position: relative; padding: 10px 0; white-space: nowrap; }
#fj-en .fj-desktop-nav a:not(.fj-nav-contact)::after { content: ''; position: absolute; height: 1px; background: var(--fj-gold); left: 0; right: 100%; bottom: 2px; transition: right .25s; }
#fj-en .fj-desktop-nav a:hover::after, #fj-en .fj-desktop-nav a[aria-current]::after { right: 0; }
#fj-en .fj-desktop-nav .fj-nav-contact { padding: 10px 18px; border: 1px solid #87939a; }
#fj-en .fj-nav-contact span { margin-left: 20px; }
#fj-en .fj-mobile-menu { display: none; }
#fj-en .fj-hero { display: grid; grid-template-columns: 46% 54%; min-height: 690px; }
#fj-en .fj-hero-copy { padding: 66px 10% 35px 10.5%; display: flex; flex-direction: column; align-items: flex-start; }
#fj-en .fj-hero-copy .fj-eyebrow { font-size: 8px; letter-spacing: 1.4px; display: flex; align-items: center; gap: 10px; white-space: normal; }
#fj-en .fj-small-line { width: 24px; height: 1px; background: var(--fj-gold); flex: 0 0 auto; }
#fj-en h1 { font-size: clamp(52px, 5.8vw, 92px); line-height: 1.045; letter-spacing: -3.7px; margin: 38px 0 28px; }
#fj-en h1 em { color: var(--fj-gold); }
#fj-en .fj-hero-intro { font-size: 14px; line-height: 1.8; color: var(--fj-muted); max-width: 350px; margin-bottom: 30px; }
#fj-en .fj-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; font-size: 12px; padding: 15px 22px; min-height: 52px; transition: background .25s, transform .25s; }
#fj-en .fj-button-dark { background: var(--fj-ink); color: white; }
#fj-en .fj-button-dark:hover { background: #2d495b; transform: translateY(-2px); }
#fj-en .fj-button span { font-size: 20px; line-height: 1; }
#fj-en .fj-hero-note { display: flex; align-items: center; gap: 20px; margin-top: auto; padding-top: 40px; color: var(--fj-muted); font-size: 8px; letter-spacing: 1.5px; }
#fj-en .fj-hero-note > span:first-child { font-size: 24px; color: var(--fj-ink); }
#fj-en .fj-hero-visual { position: relative; min-width: 0; overflow: hidden; background: #55796c; }
#fj-en .fj-hero-visual > img { height: 100%; width: 100%; object-fit: cover; object-position: 54% 60%; }
#fj-en .fj-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,25,38,.13) 25%, rgba(9,25,38,0) 45%, rgba(9,25,38,.65) 100%); pointer-events: none; }
#fj-en .fj-location { position: absolute; top: 32px; left: 32px; font-size: 9px; letter-spacing: 2px; color: white; background: rgba(23,46,64,.66); padding: 10px 14px; }
#fj-en .fj-location > span { font-size: 16px; margin-right: 12px; }
#fj-en .fj-hero-visual figcaption { position: absolute; bottom: 35px; left: 40px; right: 35px; color: white; display: flex; align-items: flex-end; justify-content: space-between; }
#fj-en .fj-hero-visual figcaption > span { font: 40px/1.2 Georgia, 'Times New Roman', serif; letter-spacing: -1px; }
#fj-en .fj-hero-visual figcaption a { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid #ffffff80; border-radius: 50%; font-size: 24px; transition: background .2s; }
#fj-en .fj-hero-visual figcaption a:hover { background: #ffffff30; }
#fj-en .fj-intro-strip { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 23px 4.8%; background: #e9ece3; font-size: 11px; }
#fj-en .fj-intro-strip p { font: italic 21px Georgia, 'Times New Roman', serif; }
#fj-en .fj-intro-strip > span { color: var(--fj-muted); }
#fj-en .fj-intro-strip b { color: #adb3a8; margin: 0 18px; font-weight: 400; }
#fj-en .fj-intro-strip a > span { margin-left: 16px; }
#fj-en .fj-section { padding: 85px 6.2% 95px; }
#fj-en .fj-section-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--fj-line); margin-bottom: 44px; }
#fj-en .fj-about-grid { display: grid; grid-template-columns: 1.06fr 1fr; gap: 10%; align-items: start; }
#fj-en .fj-about h2 { font-size: clamp(34px, 3.8vw, 56px); }
#fj-en .fj-about-image { margin-top: 46px; position: relative; }
#fj-en .fj-about-image img { aspect-ratio: 1.5; object-fit: cover; }
#fj-en .fj-photo-label { position: absolute; bottom: 0; left: 0; font-size: 8px; letter-spacing: 1.6px; padding: 12px 17px; background: var(--fj-paper); }
#fj-en .fj-about-text { padding-top: 3px; }
#fj-en .fj-lead { font: 28px/1.42 Georgia, 'Times New Roman', serif; margin-bottom: 26px; }
#fj-en .fj-about-text > p:not(.fj-lead) { font-size: 14px; color: var(--fj-muted); margin-bottom: 18px; }
#fj-en .fj-text-link { display: inline-flex; align-items: center; gap: 25px; font-size: 12px; padding-bottom: 7px; border-bottom: 1px solid var(--fj-ink); }
#fj-en .fj-text-link > span[aria-hidden] { font-size: 20px; transition: transform .2s; }
#fj-en .fj-text-link:hover > span[aria-hidden] { transform: translate(3px,-3px); }
#fj-en .fj-learning { background: #eeeee7; }
#fj-en .fj-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 50px; }
#fj-en .fj-section-heading > p { width: 305px; flex-shrink: 0; font-size: 13px; color: var(--fj-muted); }
#fj-en .fj-learning-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6%; }
#fj-en .fj-learning-image { min-width: 0; }
#fj-en .fj-learning-image img { aspect-ratio: 1.15; object-fit: cover; height: auto; }
#fj-en .fj-learning-image figcaption { display: flex; justify-content: space-between; padding: 17px 0; font-size: 9px; letter-spacing: 1.3px; }
#fj-en .fj-course { border-top: 1px solid #bdc5bd; }
#fj-en .fj-course:last-child { border-bottom: 1px solid #bdc5bd; }
#fj-en .fj-course summary { list-style: none; display: grid; grid-template-columns: 23px 1fr 18px; gap: 14px; align-items: center; padding: 27px 0; }
#fj-en summary::-webkit-details-marker { display: none; }
#fj-en .fj-course h3 { font-size: clamp(21px, 2vw, 29px); }
#fj-en .fj-course-number { font-size: 10px; color: var(--fj-gold); }
#fj-en .fj-plus { display: block; height: 18px; position: relative; }
#fj-en .fj-plus::before, #fj-en .fj-plus::after { content: ''; position: absolute; top: 8px; left: 2px; right: 2px; height: 1px; background: var(--fj-ink); }
#fj-en .fj-plus::after { transform: rotate(90deg); transition: transform .2s; }
#fj-en .fj-course[open] .fj-plus::after { transform: rotate(0); }
#fj-en .fj-course-body { padding: 0 28px 28px 37px; font-size: 13px; color: var(--fj-muted); }
#fj-en .fj-tag { display: block; font-size: 8px; line-height: 1.6; letter-spacing: 1px; margin-top: 22px; color: #4a645a; }
#fj-en .fj-learning-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--fj-line); padding-top: 23px; margin-top: 22px; gap: 20px; }
#fj-en .fj-learning-foot > span { font-size: 8px; letter-spacing: 1.4px; color: var(--fj-muted); }
#fj-en .fj-learning-foot a { font-size: 11px; }
#fj-en .fj-learning-foot a > span { padding-left: 20px; }
#fj-en .fj-global { padding: 85px 6.2% 50px; background: var(--fj-ink); color: #f5f3eb; }
#fj-en .fj-global-intro > .fj-eyebrow { color: #bac7cb; }
#fj-en .fj-global-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 8%; padding: 34px 0 42px; }
#fj-en .fj-global-head h2 { flex: 1; font-size: clamp(38px,4.2vw,62px); }
#fj-en .fj-global h2 em { color: #d4b487; }
#fj-en .fj-global-head > div { flex: 0 0 33%; color: #c4cfd2; font-size: 13px; }
#fj-en .fj-global-head > div p:first-child { font: italic 22px/1.4 Georgia, 'Times New Roman', serif; color: #f5f3eb; margin-bottom: 18px; }
#fj-en .fj-country-line { display: flex; gap: 20px; align-items: center; font-size: 8px; letter-spacing: 1.5px; color: #b7c4c9; margin-bottom: 30px; }
#fj-en .fj-country-line i { width: 90px; border-top: 1px solid #546977; }
#fj-en .fj-world-mark { margin-left: auto; font-size: 38px; line-height: 1; color: #9caeae; }
#fj-en .fj-filters { display: flex; gap: 26px; border-top: 1px solid #425969; padding-top: 18px; margin-bottom: 26px; }
#fj-en .fj-filters button { background: transparent; font-size: 11px; color: #c4cdd0; border-bottom: 1px solid transparent; padding: 8px 0; min-height: 38px; }
#fj-en .fj-filters button[aria-pressed="true"] { color: white; border-color: #d4b487; }
#fj-en .fj-exchange-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
#fj-en .fj-exchange-card { min-width: 0; }
#fj-en .fj-photo-link { display: block; position: relative; overflow: hidden; }
#fj-en .fj-photo-link > img { transition: transform .6s cubic-bezier(.2,.7,.2,1); }
#fj-en .fj-photo-link:hover > img { transform: scale(1.035); }
#fj-en .fj-photo-open { position: absolute; right: 14px; bottom: 14px; width: 34px; height: 34px; background: rgba(247,246,242,.95); color: var(--fj-ink); border-radius: 50%; display: grid; place-items: center; font-size: 20px; }
#fj-en .fj-exchange-card img { aspect-ratio: 1.36; object-fit: cover; }
#fj-en .fj-card-meta { display: flex; justify-content: space-between; font-size: 8px; letter-spacing: 1.2px; color: #b2c4cc; margin: 23px 0 12px; }
#fj-en .fj-exchange-card h3 { font-size: 27px; }
#fj-en .fj-exchange-card > p { margin-top: 15px; font-size: 12px; color: #c4cfd2; max-width: 350px; }
#fj-en .fj-global-footer { margin-top: 45px; padding-top: 28px; border-top: 1px solid #425969; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
#fj-en .fj-global-footer > p { font: italic 21px Georgia, 'Times New Roman', serif; color: #c4cfd2; }
#fj-en .fj-global-footer .fj-text-link { border-color: #98a9ad; }
#fj-en .fj-life-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 6%; }
#fj-en .fj-life-feature > a { position: sticky; top: 120px; }
#fj-en .fj-life-feature img { aspect-ratio: .91; object-fit: cover; }
#fj-en .fj-life-caption { position: relative; background: var(--fj-paper); padding: 24px 0; display: block; }
#fj-en .fj-life-caption h3 { margin-top: 12px; font-size: 31px; }
#fj-en .fj-life-caption > p { color: var(--fj-muted); font-size: 13px; margin-top: 16px; max-width: 440px; }
#fj-en .fj-life-stack { display: grid; gap: 35px; }
#fj-en .fj-life-stack img { aspect-ratio: 1.95; object-fit: cover; }
#fj-en .fj-life-stack .fj-eyebrow { margin: 18px 0 8px; font-size: 8px; color: var(--fj-gold); }
#fj-en .fj-life-stack h3 { font-size: 25px; }
#fj-en .fj-life-stack p:last-child { color: var(--fj-muted); font-size: 12px; margin-top: 8px; }
#fj-en .fj-vision { padding: 65px 20px 70px; background: var(--fj-olive); text-align: center; border-top: 1px solid #c9d0c2; border-bottom: 1px solid #c9d0c2; }
#fj-en .fj-vision > span { color: #516456; }
#fj-en .fj-vision h2 { margin: 28px 0 25px; font-size: clamp(42px,5.8vw,80px); line-height: 1.06; letter-spacing: -2.8px; }
#fj-en .fj-vision h2 em { color: #566c58; }
#fj-en .fj-round-link { display: inline-grid; place-items: center; width: 54px; height: 54px; border: 1px solid #8e9e8b; border-radius: 50%; font-size: 25px; transition: background .2s; }
#fj-en .fj-round-link:hover { background: #c6d0c0; }
#fj-en .fj-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }
#fj-en .fj-contact h2 { font-size: clamp(38px,4.1vw,58px); }
#fj-en .fj-contact-grid > div:first-child > p { color: var(--fj-muted); font-size: 13px; margin: 26px 0; max-width: 370px; }
#fj-en .fj-contact-details > div { padding: 0 0 25px; margin-bottom: 28px; border-bottom: 1px solid var(--fj-line); }
#fj-en .fj-contact-details .fj-eyebrow { font-size: 8px; color: var(--fj-muted); margin-bottom: 13px; }
#fj-en address { font: 21px/1.65 Georgia, 'Times New Roman', serif; margin-bottom: 15px; }
#fj-en .fj-contact-row { display: grid; gap: 25px; }
#fj-en .fj-contact-row a { font-size: 15px; }
#fj-en .fj-contact-row .fj-text-link { font-size: 12px; }
#fj-en .fj-top-link { font-size: 10px; }
#fj-en .fj-footer { background: var(--fj-ink); color: var(--fj-paper); display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; padding: 42px 6.2% 25px; }
#fj-en .fj-footer-brand { font: 27px/1.15 Georgia, 'Times New Roman', serif; }
#fj-en .fj-footer-brand span { display: block; font-size: 14px; line-height: 1.8; }
#fj-en .fj-footer > p { font: italic 18px Georgia, 'Times New Roman', serif; color: #bac6ca; }
#fj-en .fj-footer > a { font-size: 11px; }
#fj-en .fj-copyright { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid #425969; font-size: 8px; letter-spacing: 1.4px; color: #b6c3c9; }
#fj-en .fj-lightbox { position: fixed; margin: auto; padding: 55px 25px 22px; border: 0; background: #142a38; color: white; width: min(1000px,94vw); max-width: 94vw; max-height: 92vh; }
#fj-en .fj-lightbox::backdrop { background: rgba(8,19,28,.9); }
#fj-en .fj-lightbox > img { width: auto; max-width: 100%; height: auto; max-height: 70vh; object-fit: contain; margin: 0 auto; }
#fj-en .fj-lightbox-close { position: absolute; top: 12px; right: 20px; min-height: 35px; background: transparent; color: white; font-size: 12px; }
#fj-en .fj-lightbox-close span { font-size: 25px; vertical-align: middle; margin-left: 15px; }
#fj-en .fj-lightbox-caption { font-size: 12px; padding-top: 18px; color: #d6dfe2; text-align: center; }
@media (min-width:1600px) {
  #fj-en .fj-hero { min-height: 790px; }
  #fj-en .fj-hero-copy { padding-top: 85px; }
}
@media (max-width:1120px) {
  #fj-en .fj-brand-place { display: none; }
  #fj-en .fj-header { min-height: 112px; }
  #fj-en .fj-hero { min-height: 650px; grid-template-columns: 48% 52%; }
  #fj-en .fj-hero-copy { padding-left: 9%; padding-right: 8%; padding-top: 55px; }
  #fj-en h1 { font-size: 65px; letter-spacing: -3px; }
  #fj-en .fj-hero-copy .fj-eyebrow { font-size: 7px; }
  #fj-en .fj-section { padding-left: 5%; padding-right: 5%; }
  #fj-en .fj-global { padding-left: 5%; padding-right: 5%; }
  #fj-en .fj-global-head { gap: 5%; }
  #fj-en .fj-global-head > div { flex-basis: 35%; }
  #fj-en .fj-exchange-grid { gap: 20px; }
  #fj-en .fj-exchange-card h3 { font-size: 24px; }
}
@media (max-width:1020px) {
  #fj-en .fj-header { min-height: 88px; padding: 14px 5%; }
  #fj-en section[id], #fj-en main[id] { scroll-margin-top: 110px; }
  #fj-en .fj-brand { gap: 12px; }
  #fj-en .fj-brand-logo { height: 60px; }
  #fj-en .fj-brand-name { font-size: 25px; }
  #fj-en .fj-brand-name > span { font-size: 12px; }
  #fj-en .fj-desktop-nav { display: none; }
  #fj-en .fj-mobile-menu { display: block; }
  #fj-en .fj-mobile-menu summary { list-style: none; display: flex; align-items: center; gap: 14px; padding: 8px 0 8px 15px; min-height: 44px; font-size: 12px; }
  #fj-en .fj-mobile-menu summary i { position: relative; width: 22px; height: 8px; border-top: 1px solid; border-bottom: 1px solid; }
  #fj-en .fj-mobile-menu[open] summary i { transform: rotate(-45deg); border-bottom: 0; height: 1px; }
  #fj-en .fj-mobile-menu[open] summary i::after { content: ''; position: absolute; left: 0; right: 0; top: -1px; height: 1px; background: currentColor; transform: rotate(90deg); }
  #fj-en .fj-mobile-menu nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--fj-paper); border-bottom: 1px solid var(--fj-line); padding: 18px 6% 25px; box-shadow: 0 12px 18px #172e400c; }
  #fj-en .fj-mobile-menu nav a { display: block; font: 26px/1.3 Georgia, 'Times New Roman', serif; padding: 12px 0; border-bottom: 1px solid #d5d7cf; }
  #fj-en .fj-mobile-menu nav a:last-child { font: 12px Arial, sans-serif; border-bottom: 0; padding-top: 20px; }
}
@media (max-width:820px) {
  #fj-en .fj-hero { grid-template-columns: 1fr 1fr; min-height: 590px; }
  #fj-en h1 { font-size: 52px; letter-spacing: -2.2px; }
  #fj-en .fj-hero-copy { padding-top: 45px; }
  #fj-en .fj-hero-intro { font-size: 12px; }
  #fj-en .fj-hero-copy .fj-eyebrow { font-size: 7px; max-width: 210px; }
  #fj-en .fj-button { font-size: 11px; gap: 20px; padding: 13px 18px; }
  #fj-en .fj-hero-visual figcaption { left: 24px; bottom: 28px; }
  #fj-en .fj-hero-visual figcaption > span { font-size: 31px; }
  #fj-en .fj-hero-visual figcaption a { width: 38px; height: 38px; }
  #fj-en .fj-hero-note { font-size: 6px; gap: 12px; }
  #fj-en .fj-intro-strip { flex-wrap: wrap; padding: 20px 5%; }
  #fj-en .fj-intro-strip a { display: none; }
  #fj-en .fj-section { padding-top: 60px; padding-bottom: 65px; }
  #fj-en h2 { letter-spacing: -1.4px; }
  #fj-en .fj-section-top { margin-bottom: 32px; }
  #fj-en .fj-side-label { display: none; }
  #fj-en .fj-about-grid { gap: 7%; }
  #fj-en .fj-lead { font-size: 23px; }
  #fj-en .fj-about-text > p:not(.fj-lead) { font-size: 12px; }
  #fj-en .fj-about-image { margin-top: 30px; }
  #fj-en .fj-about-image img { aspect-ratio: .8; }
  #fj-en .fj-section-heading { gap: 35px; }
  #fj-en .fj-section-heading > p { width: 250px; font-size: 12px; }
  #fj-en .fj-learning-grid { gap: 5%; }
  #fj-en .fj-learning-image img { aspect-ratio: .85; }
  #fj-en .fj-course summary { padding: 21px 0; gap: 9px; grid-template-columns: 20px 1fr 15px; }
  #fj-en .fj-course h3 { font-size: 21px; }
  #fj-en .fj-course-body { padding-left: 29px; font-size: 12px; }
  #fj-en .fj-tag { font-size: 7px; }
  #fj-en .fj-global { padding-top: 60px; }
  #fj-en .fj-global-head { display: block; }
  #fj-en .fj-global-head > div { max-width: 580px; margin-top: 28px; }
  #fj-en .fj-global-head > div p:first-child { margin-bottom: 12px; font-size: 21px; }
  #fj-en .fj-exchange-grid { gap: 18px; }
  #fj-en .fj-exchange-card h3 { font-size: 23px; }
  #fj-en .fj-exchange-card > p { font-size: 11px; }
  #fj-en .fj-card-meta { letter-spacing: .7px; font-size: 7px; }
  #fj-en .fj-global-footer > p { font-size: 18px; }
  #fj-en .fj-life-grid { gap: 5%; }
  #fj-en .fj-life-feature img { aspect-ratio: .73; }
  #fj-en .fj-life-caption h3 { font-size: 28px; }
  #fj-en .fj-life-stack h3 { font-size: 22px; }
  #fj-en .fj-contact-grid { gap: 6%; }
  #fj-en address { font-size: 18px; }
  #fj-en .fj-footer { grid-template-columns: 1fr auto; }
  #fj-en .fj-footer > p { display: none; }
}
@media (max-width:600px) {
  #fj-en .fj-header { padding: 12px 6%; min-height: 88px; gap: 16px; }
  #fj-en .fj-brand { gap: 10px; }
  #fj-en .fj-brand-name { font-size: clamp(17px,4.6vw,22px); white-space: nowrap; letter-spacing: -.55px; }
  #fj-en .fj-brand-name > span { font-size: 11px; }
  #fj-en .fj-hero { display: flex; flex-direction: column; min-height: 0; }
  #fj-en .fj-hero-copy { padding: 36px 7% 34px; }
  #fj-en .fj-hero-copy .fj-eyebrow { max-width: none; font-size: 7px; gap: 8px; letter-spacing: 1px; }
  #fj-en .fj-small-line { width: 18px; }
  #fj-en h1 { margin: 27px 0 22px; font-size: clamp(49px, 13.5vw, 75px); letter-spacing: -2.4px; }
  #fj-en .fj-hero-intro { max-width: 320px; font-size: 13px; margin-bottom: 25px; }
  #fj-en .fj-button { font-size: 12px; min-height: 48px; padding: 13px 20px; gap: 34px; }
  #fj-en .fj-hero-note { display: none; }
  #fj-en .fj-hero-visual { height: 350px; }
  #fj-en .fj-hero-visual > img { object-position: center 62%; }
  #fj-en .fj-location { top: 20px; left: 24px; padding: 7px 10px; font-size: 8px; }
  #fj-en .fj-hero-visual figcaption { bottom: 25px; left: 25px; right: 25px; }
  #fj-en .fj-hero-visual figcaption > span { font-size: 33px; }
  #fj-en .fj-intro-strip { display: block; padding: 23px 7%; }
  #fj-en .fj-intro-strip p { font-size: 20px; }
  #fj-en .fj-intro-strip > span { display: block; margin-top: 8px; font-size: 10px; }
  #fj-en .fj-intro-strip b { margin: 0 12px; }
  #fj-en .fj-section { padding: 48px 7% 55px; }
  #fj-en .fj-section-top { margin-bottom: 28px; padding-bottom: 14px; }
  #fj-en .fj-eyebrow { font-size: 8px; letter-spacing: 1.3px; }
  #fj-en .fj-about-grid { display: flex; flex-direction: column; gap: 30px; }
  #fj-en h2, #fj-en .fj-about h2, #fj-en .fj-contact h2 { font-size: clamp(34px,9vw,44px); letter-spacing: -1.4px; }
  #fj-en .fj-about-image { margin-top: 28px; }
  #fj-en .fj-about-image img { aspect-ratio: 1.35; }
  #fj-en .fj-lead { font-size: 25px; margin-bottom: 20px; }
  #fj-en .fj-about-text > p:not(.fj-lead) { font-size: 13px; }
  #fj-en .fj-section-heading { display: block; margin-bottom: 28px; }
  #fj-en .fj-section-heading > p { width: auto; max-width: 380px; margin-top: 23px; font-size: 13px; }
  #fj-en .fj-learning-grid { display: block; }
  #fj-en .fj-learning-image { margin-bottom: 18px; }
  #fj-en .fj-learning-image img { aspect-ratio: 1.3; }
  #fj-en .fj-learning-image figcaption { padding: 13px 0; font-size: 8px; }
  #fj-en .fj-course summary { padding: 22px 0; grid-template-columns: 20px 1fr 16px; }
  #fj-en .fj-course h3 { font-size: 23px; }
  #fj-en .fj-course-body { font-size: 13px; padding-bottom: 24px; padding-right: 10px; }
  #fj-en .fj-tag { font-size: 8px; }
  #fj-en .fj-learning-foot { display: block; }
  #fj-en .fj-learning-foot > span { display: block; font-size: 7px; }
  #fj-en .fj-learning-foot a { display: inline-block; margin-top: 15px; font-size: 11px; }
  #fj-en .fj-global { padding: 48px 7% 35px; }
  #fj-en .fj-global-head { padding: 26px 0 30px; }
  #fj-en .fj-global-head h2 { font-size: clamp(34px,9vw,44px); }
  #fj-en .fj-global-head > div { font-size: 13px; margin-top: 24px; }
  #fj-en .fj-country-line { font-size: 6px; letter-spacing: .8px; gap: 12px; margin-bottom: 25px; }
  #fj-en .fj-country-line i { flex: 1; width: auto; }
  #fj-en .fj-world-mark { font-size: 26px; margin-left: 0; }
  #fj-en .fj-filters { gap: 20px; margin-bottom: 25px; flex-wrap: wrap; }
  #fj-en .fj-filters button { font-size: 10px; }
  #fj-en .fj-exchange-grid { grid-template-columns: 1fr; gap: 35px; }
  #fj-en .fj-exchange-card img { aspect-ratio: 1.4; }
  #fj-en .fj-card-meta { font-size: 8px; margin: 18px 0 10px; }
  #fj-en .fj-exchange-card h3 { font-size: 29px; }
  #fj-en .fj-exchange-card > p { font-size: 13px; margin-top: 12px; }
  #fj-en .fj-global-footer { display: block; margin-top: 35px; padding-top: 24px; }
  #fj-en .fj-global-footer > p { font-size: 21px; }
  #fj-en .fj-global-footer .fj-text-link { margin-top: 20px; }
  #fj-en .fj-life-grid { display: block; }
  #fj-en .fj-life-feature > a { position: relative; top: auto; }
  #fj-en .fj-life-feature img { aspect-ratio: 1.12; }
  #fj-en .fj-life-caption { padding: 23px 0 30px; }
  #fj-en .fj-life-caption h3 { font-size: 29px; }
  #fj-en .fj-life-caption > p { margin-top: 12px; }
  #fj-en .fj-life-stack { gap: 30px; }
  #fj-en .fj-life-stack img { aspect-ratio: 1.6; }
  #fj-en .fj-life-stack h3 { font-size: 27px; }
  #fj-en .fj-life-stack p:last-child { font-size: 13px; }
  #fj-en .fj-vision { padding: 45px 7%; }
  #fj-en .fj-vision h2 { font-size: 41px; letter-spacing: -1.7px; margin: 26px 0; }
  #fj-en .fj-round-link { width: 48px; height: 48px; }
  #fj-en .fj-contact-grid { display: block; }
  #fj-en .fj-contact-details { margin-top: 40px; }
  #fj-en address { font-size: 20px; }
  #fj-en .fj-contact-details > div:last-child { margin-bottom: 0; }
  #fj-en .fj-footer { padding: 34px 7% 22px; gap: 25px; }
  #fj-en .fj-footer-brand { font-size: 28px; }
  #fj-en .fj-footer-brand span { font-size: 12px; }
  #fj-en .fj-copyright { font-size: 6px; letter-spacing: 1px; }
  #fj-en .fj-top-link { font-size: 9px; }
  #fj-en .fj-lightbox { padding: 55px 14px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  #fj-en *, #fj-en *::before, #fj-en *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* School story, educational approach and 15-year journey, from P0102 and P0304. */
#fj-en .fj-about-nav { display: flex; flex-wrap: wrap; gap: 12px 30px; margin: -18px 0 48px; }
#fj-en .fj-about-nav a { font-size: 11px; padding: 8px 0; border-bottom: 1px solid var(--fj-line); }
#fj-en .fj-about-nav a span { margin-left: 16px; color: var(--fj-gold); }
#fj-en .fj-about-nav a:hover { border-color: var(--fj-gold); }
#fj-en .fj-about-text > p.fj-eyebrow { color: var(--fj-gold); font-size: 9px; }
#fj-en .fj-about-text > .fj-lead { font-size: 32px; line-height: 1.3; }
#fj-en .fj-motto { margin-top: 70px; padding: 30px 0; border-block: 1px solid var(--fj-line); }
#fj-en .fj-motto > .fj-eyebrow { margin-bottom: 25px; color: var(--fj-muted); }
#fj-en .fj-motto ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
#fj-en .fj-motto li { border-left: 1px solid var(--fj-line); padding-left: 24px; }
#fj-en .fj-motto li:first-child { border-left: 0; padding-left: 0; }
#fj-en .fj-motto li > span { font-size: 11px; letter-spacing: 3px; color: var(--fj-gold); }
#fj-en .fj-motto li p { font: italic 27px/1.4 Georgia,serif; margin-top: 8px; letter-spacing: -.5px; }
#fj-en .fj-founder { display: grid; grid-template-columns: 1fr 1.8fr; gap: 8%; padding: 65px 0; border-bottom: 1px solid var(--fj-line); }
#fj-en .fj-founding-year { padding-top: 3px; }
#fj-en .fj-founding-year > p { font: 118px/1.1 Georgia,serif; letter-spacing: -7px; margin: 14px 0; color: var(--fj-gold); }
#fj-en .fj-founding-year > span:last-child { font-size: 8px; letter-spacing: 1.1px; color: var(--fj-muted); }
#fj-en .fj-founder-story h3 { font-size: 35px; margin: 16px 0 24px; }
#fj-en .fj-founder-story > p:not(.fj-eyebrow) { font-size: 14px; color: var(--fj-muted); margin-bottom: 15px; }
#fj-en .fj-founder-name { display: block; font-size: 9px; letter-spacing: 1px; margin-top: 25px; }
#fj-en .fj-founder-name > span { margin-left: 10px; color: var(--fj-muted); }
#fj-en .fj-values-section { padding-top: 54px; }
#fj-en .fj-values-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 35px; margin-bottom: 34px; }
#fj-en .fj-values-heading h3 { font-size: 36px; margin-top: 13px; }
#fj-en .fj-values-heading > p { font-size: 12px; color: var(--fj-muted); max-width: 320px; }
#fj-en .fj-value-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 24px; }
#fj-en .fj-value-grid li { border-top: 2px solid var(--fj-gold); padding-top: 20px; display: flex; flex-direction: column; }
#fj-en .fj-value-number { font-size: 8px; letter-spacing: 1.2px; color: var(--fj-muted); }
#fj-en .fj-value-grid h4 { font: 24px/1.15 Georgia,serif; margin: 19px 0 16px; min-height: 56px; letter-spacing: -.5px; }
#fj-en .fj-value-grid li > p { font-size: 12px; color: var(--fj-muted); line-height: 1.8; margin-bottom: 22px; }
#fj-en .fj-value-quality { margin-top: auto; font: italic 16px/1.3 Georgia,serif; color: var(--fj-gold); }
#fj-en .fj-approach { background: #e7ebe2; }
#fj-en .fj-approach-grid { display: grid; grid-template-columns: 1fr 1.35fr; gap: 9%; }
#fj-en .fj-approach-intro h2 { font-size: clamp(36px,3.7vw,54px); }
#fj-en .fj-approach-intro > p { font-size: 14px; color: var(--fj-muted); margin: 27px 0; max-width: 350px; }
#fj-en .fj-strategy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; }
#fj-en .fj-strategy-grid article { border-top: 1px solid #b9c4b6; padding-top: 20px; min-width: 0; }
#fj-en .fj-strategy-number { display: block; font: italic 34px/1 Georgia,serif; color: #788975; margin-bottom: 24px; }
#fj-en .fj-strategy-grid .fj-eyebrow { font-size: 7px; letter-spacing: 1px; color: #4b604e; }
#fj-en .fj-strategy-grid h3 { font-size: 25px; margin: 12px 0 17px; }
#fj-en .fj-strategy-grid article > p:last-child { font-size: 12px; color: #536158; line-height: 1.8; }
#fj-en .fj-journey { background: #fbfaf6; }
#fj-en .fj-journey-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 7%; align-items: center; margin-bottom: 55px; }
#fj-en .fj-years { border-right: 1px solid var(--fj-line); padding-right: 24px; }
#fj-en .fj-years > span { font: italic 125px/.85 Georgia,serif; letter-spacing: -8px; color: var(--fj-gold); }
#fj-en .fj-years > p { font-size: 8px; letter-spacing: 1.4px; line-height: 1.9; margin-top: 23px; }
#fj-en .fj-journey-heading h2 { font-size: clamp(36px,3.9vw,58px); }
#fj-en .fj-journey-heading > div:last-child > p { max-width: 620px; margin-top: 25px; font-size: 13px; color: var(--fj-muted); }
#fj-en .fj-stages { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
#fj-en .fj-stages > li { position: relative; border-top: 1px solid #adb8ab; padding: 42px 26px 0 0; }
#fj-en .fj-stages > li:last-child { padding-right: 0; }
#fj-en .fj-stage-index { position: absolute; top: -17px; left: 0; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #adb8ab; background: #fbfaf6; display: grid; place-items: center; color: var(--fj-gold); font-size: 9px; }
#fj-en .fj-stages .fj-eyebrow { font-size: 8px; color: var(--fj-muted); }
#fj-en .fj-stages h3 { font-size: 25px; margin-top: 12px; min-height: 61px; }
#fj-en .fj-stage-focus { font: italic 21px/1.3 Georgia,serif; color: var(--fj-gold); margin: 17px 0 18px; min-height: 55px; }
#fj-en .fj-stages > li > p:last-child { font-size: 12px; color: var(--fj-muted); line-height: 1.85; }
#fj-en .fj-journey-destinations { border-top: 1px solid var(--fj-line); margin-top: 40px; padding-top: 25px; }
#fj-en .fj-journey-destinations > .fj-eyebrow { font-size: 8px; color: var(--fj-muted); }
#fj-en .fj-journey-destinations > p { font: italic 20px/1.6 Georgia,serif; margin: 10px 0 16px; }
#fj-en .fj-journey-destinations > p > span { color: #b6beae; margin: 0 13px; }
#fj-en .fj-journey-destinations > a { font-size: 11px; border-bottom: 1px solid var(--fj-ink); padding-bottom: 6px; display: inline-block; }
#fj-en .fj-journey-destinations > a > span { margin-left: 20px; }
@media (max-width:1120px) {
  #fj-en .fj-value-grid { gap: 18px; }
  #fj-en .fj-value-grid h4 { font-size: 21px; }
  #fj-en .fj-approach-grid { gap: 6%; }
  #fj-en .fj-strategy-grid { gap: 30px; }
  #fj-en .fj-stages h3 { font-size: 22px; }
  #fj-en .fj-stage-focus { font-size: 19px; }
}
@media (max-width:820px) {
  #fj-en .fj-motto ul { gap: 16px; }
  #fj-en .fj-motto li { padding-left: 16px; }
  #fj-en .fj-motto li p { font-size: 22px; }
  #fj-en .fj-founder { grid-template-columns: 1fr 2fr; gap: 6%; }
  #fj-en .fj-founding-year > p { font-size: 84px; letter-spacing: -5px; }
  #fj-en .fj-founder-story h3 { font-size: 29px; }
  #fj-en .fj-values-heading { display: block; }
  #fj-en .fj-values-heading > p { margin-top: 20px; max-width: none; }
  #fj-en .fj-value-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
  #fj-en .fj-value-grid h4 { min-height: 0; }
  #fj-en .fj-approach-grid { grid-template-columns: 1fr; gap: 40px; }
  #fj-en .fj-approach-intro > p { max-width: 550px; }
  #fj-en .fj-journey-heading { grid-template-columns: 1fr 2.4fr; gap: 30px; }
  #fj-en .fj-years > span { font-size: 98px; }
  #fj-en .fj-stages { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 50px 28px; }
  #fj-en .fj-stages > li { padding-right: 0; }
  #fj-en .fj-stages h3 { min-height: 0; }
}
@media (max-width:600px) {
  #fj-en .fj-about-nav { gap: 5px 20px; margin: -12px 0 30px; }
  #fj-en .fj-about-nav a { font-size: 10px; }
  #fj-en .fj-about-nav a span { margin-left: 12px; }
  #fj-en .fj-about-text > .fj-lead { font-size: 28px; }
  #fj-en .fj-motto { margin-top: 40px; padding: 24px 0; }
  #fj-en .fj-motto ul { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  #fj-en .fj-motto li { padding-left: 0; border: 0; }
  #fj-en .fj-motto li p { font-size: 23px; }
  #fj-en .fj-motto li > span { font-size: 10px; }
  #fj-en .fj-founder { grid-template-columns: 1fr; gap: 30px; padding: 38px 0; }
  #fj-en .fj-founding-year > p { font-size: 90px; margin: 10px 0; }
  #fj-en .fj-founder-story h3 { font-size: 29px; }
  #fj-en .fj-founder-story > p:not(.fj-eyebrow) { font-size: 13px; }
  #fj-en .fj-founder-name { font-size: 8px; line-height: 2; }
  #fj-en .fj-founder-name > span { display: block; margin-left: 0; }
  #fj-en .fj-values-section { padding-top: 35px; }
  #fj-en .fj-values-heading h3 { font-size: 30px; }
  #fj-en .fj-value-grid { grid-template-columns: 1fr; gap: 22px; }
  #fj-en .fj-value-grid li { display: grid; grid-template-columns: 1fr 1.2fr; column-gap: 20px; border-top-width: 1px; padding-top: 19px; }
  #fj-en .fj-value-number { grid-column: 1; font-size: 7px; }
  #fj-en .fj-value-grid h4 { grid-column: 1; grid-row: 2; margin: 12px 0; font-size: 23px; overflow-wrap: break-word; }
  #fj-en .fj-value-grid li > p { grid-column: 2; grid-row: 1 / 4; margin-bottom: 0; font-size: 12px; }
  #fj-en .fj-value-quality { grid-column: 1; font-size: 13px; margin-top: 0; }
  #fj-en .fj-approach-intro h2, #fj-en .fj-journey-heading h2 { font-size: clamp(34px,9vw,44px); }
  #fj-en .fj-approach-intro > p { font-size: 13px; }
  #fj-en .fj-strategy-grid { grid-template-columns: 1fr; gap: 28px; }
  #fj-en .fj-strategy-grid article { position: relative; padding-left: 42px; }
  #fj-en .fj-strategy-number { position: absolute; left: 0; top: 23px; font-size: 26px; }
  #fj-en .fj-strategy-grid h3 { font-size: 27px; margin-bottom: 13px; }
  #fj-en .fj-strategy-grid article > p:last-child { font-size: 13px; }
  #fj-en .fj-journey-heading { grid-template-columns: 1fr; gap: 35px; margin-bottom: 44px; }
  #fj-en .fj-years { border: 0; padding: 0; display: flex; align-items: center; gap: 30px; }
  #fj-en .fj-years > span { font-size: 98px; }
  #fj-en .fj-years > p { margin-top: 0; font-size: 8px; }
  #fj-en .fj-stages { display: block; margin-left: 14px; }
  #fj-en .fj-stages > li, #fj-en .fj-stages > li:last-child { border-top: 0; border-left: 1px solid #adb8ab; padding: 0 0 35px 30px; }
  #fj-en .fj-stages > li:last-child { padding-bottom: 0; }
  #fj-en .fj-stage-index { top: -4px; left: -17px; }
  #fj-en .fj-stages h3 { font-size: 29px; margin: 10px 0; }
  #fj-en .fj-stage-focus { min-height: 0; font-size: 23px; margin: 16px 0; }
  #fj-en .fj-stages > li > p:last-child { font-size: 13px; }
  #fj-en .fj-journey-destinations > p { font-size: 20px; }
  #fj-en .fj-journey-destinations > p > span { display: block; margin: 3px 0; }
  #fj-en .fj-footer { grid-template-columns: 1fr; gap: 20px; }
  #fj-en .fj-footer-brand { font-size: 28px; }
}
@media (max-width:380px) {
  #fj-en .fj-header { gap: 12px; }
  #fj-en .fj-mobile-menu summary { padding: 8px; min-width: 44px; justify-content: center; }
  #fj-en .fj-mobile-menu summary > span { display: none; }
  #fj-en .fj-value-grid li { grid-template-columns: 1fr; }
  #fj-en .fj-value-grid h4, #fj-en .fj-value-grid li > p, #fj-en .fj-value-quality { grid-column: auto; grid-row: auto; }
  #fj-en .fj-value-grid li > p { margin-bottom: 14px; }
}

/* About detail page: shared identity and clear routes back to the homepage. */
#fj-en .fj-detail-intro { padding-top: 35px; padding-bottom: 0; }
#fj-en .fj-breadcrumb { display: flex; gap: 14px; align-items: center; font-size: 10px; color: var(--fj-muted); }
#fj-en .fj-breadcrumb a { border-bottom: 1px solid var(--fj-line); }
#fj-en .fj-breadcrumb a:hover { color: var(--fj-ink); border-color: var(--fj-gold); }
#fj-en .fj-detail-heading { display: grid; grid-template-columns: 1.3fr 1fr; gap: 10%; align-items: center; padding: 65px 0 55px; }
#fj-en .fj-detail-heading .fj-eyebrow { color: var(--fj-gold); font-size: 9px; }
#fj-en .fj-detail-heading h1 { font-size: clamp(48px,6.2vw,88px); margin: 24px 0 0; }
#fj-en .fj-detail-summary { max-width: 375px; }
#fj-en .fj-detail-summary .fj-lead { font-size: 31px; margin-bottom: 22px; }
#fj-en .fj-detail-summary > p:last-child { font-size: 14px; color: var(--fj-muted); }
#fj-en .fj-detail-intro .fj-about-nav { margin: 0; padding: 22px 0; border-block: 1px solid var(--fj-line); }
#fj-en .fj-detail-intro .fj-about-nav a { border-bottom-color: transparent; }
#fj-en .fj-detail-intro .fj-about-nav a:hover { border-bottom-color: var(--fj-gold); }
#fj-en .fj-detail-story .fj-motto { margin-top: 40px; }
#fj-en .fj-detail-return { padding: 42px 6.2%; background: #e9ece3; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 25px 40px; }
#fj-en .fj-detail-return .fj-eyebrow { font-size: 8px; color: var(--fj-muted); margin-bottom: 8px; }
#fj-en .fj-detail-return p:last-child { font: italic 25px/1.3 Georgia,serif; }
@media (max-width:820px) {
  #fj-en .fj-detail-heading { gap: 7%; padding: 50px 0 40px; }
  #fj-en .fj-detail-summary .fj-lead { font-size: 26px; }
}
@media (max-width:600px) {
  #fj-en .fj-detail-intro { padding-top: 24px; }
  #fj-en .fj-detail-heading { grid-template-columns: 1fr; gap: 32px; padding: 35px 0; }
  #fj-en .fj-detail-heading h1 { font-size: clamp(43px,12vw,66px); letter-spacing: -2px; margin-top: 20px; }
  #fj-en .fj-detail-heading .fj-eyebrow { font-size: 8px; letter-spacing: 1.3px; }
  #fj-en .fj-detail-summary { max-width: none; }
  #fj-en .fj-detail-summary .fj-lead { margin-bottom: 16px; }
  #fj-en .fj-detail-summary > p:last-child { font-size: 13px; }
  #fj-en .fj-detail-intro .fj-about-nav { padding: 15px 0; }
  #fj-en .fj-detail-return { padding: 32px 6%; align-items: flex-start; flex-direction: column; gap: 25px; }
}

/* Original brochure photography in the school story. */
#fj-en .fj-story-photo { margin: 0; }
#fj-en .fj-story-photo figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 20px; padding: 13px 0 0; font-size: 9px; letter-spacing: 1.3px; color: var(--fj-muted); }
#fj-en .fj-detail-campus { margin-bottom: 32px; }
#fj-en .fj-detail-campus img { aspect-ratio: 3.2; object-fit: cover; object-position: center 62%; }
#fj-en .fj-founder { grid-template-columns: minmax(0,1fr) minmax(0,1.35fr); gap: 9%; align-items: center; }
#fj-en .fj-founder-visual { min-width: 0; }
#fj-en .fj-founder-portrait img { width: 100%; height: auto; }
#fj-en .fj-founder-visual .fj-founding-year { display: flex; align-items: center; gap: 22px; margin-top: 23px; padding-top: 20px; border-top: 1px solid var(--fj-line); }
#fj-en .fj-founder-visual .fj-founding-year > p { font-size: 70px; letter-spacing: -4px; margin: 0; }
#fj-en .fj-founder-visual .fj-founding-year > span:last-child { max-width: 150px; font-size: 8px; line-height: 1.9; }
#fj-en .fj-approach-photo { margin-top: 35px; max-width: 460px; }
#fj-en .fj-approach-photo img { aspect-ratio: 1.35; object-fit: cover; }
#fj-en .fj-journey-campus { margin-bottom: 48px; }
#fj-en .fj-journey-campus img { aspect-ratio: 3.2; object-fit: cover; object-position: center 80%; }
@media (max-width:820px) {
  #fj-en .fj-founder { gap: 6%; }
  #fj-en .fj-founder-visual .fj-founding-year { gap: 16px; }
  #fj-en .fj-founder-visual .fj-founding-year > p { font-size: 56px; }
  #fj-en .fj-founder-visual .fj-founding-year > span:last-child { font-size: 7px; letter-spacing: .8px; }
  #fj-en .fj-approach-photo { max-width: none; }
  #fj-en .fj-approach-photo img { aspect-ratio: 2; }
}
@media (max-width:600px) {
  #fj-en .fj-detail-campus { margin-bottom: 24px; }
  #fj-en .fj-detail-campus img { aspect-ratio: 1.55; object-position: 65% center; }
  #fj-en .fj-story-photo figcaption { font-size: 8px; letter-spacing: .8px; line-height: 1.8; padding-top: 10px; }
  #fj-en .fj-founder { grid-template-columns: 1fr; gap: 32px; }
  #fj-en .fj-founder-visual .fj-founding-year { gap: 24px; margin-top: 20px; padding-top: 16px; }
  #fj-en .fj-founder-visual .fj-founding-year > p { font-size: 64px; }
  #fj-en .fj-founder-visual .fj-founding-year > span:last-child { font-size: 8px; }
  #fj-en .fj-approach-photo { margin-top: 28px; }
  #fj-en .fj-approach-photo img { aspect-ratio: 1.35; }
  #fj-en .fj-journey-campus { margin-bottom: 35px; }
  #fj-en .fj-journey-campus img { aspect-ratio: 1.6; object-position: center 75%; }
}
