:root {
  --ink: #111113;
  --ink-2: #1d1d20;
  --paper: #f5f1e8;
  --paper-2: #ebe4d8;
  --white: #fffdfa;
  --burgundy: #982536;
  --burgundy-dark: #6f1724;
  --gold: #b99b62;
  --line: rgba(17,17,19,.16);
  --header-h: 76px;
  --max: 1220px;
  --radius: 22px;
  --accent-rgb: 152,37,54;
  --gold-rgb: 185,155,98;
  --hero-1: #101012;
  --hero-2: #18181b;
  --hero-3: #0f0f11;
  --dark-surface: #0e0e10;
  --dark-menu: #1a1a1d;
  --warm-surface: #e9e0d2;
  --accent-soft: #d7b873;
  --accent-hover: #b12b3e;
  --header-bg: rgba(17,17,19,.93);
}
.theme-signature {
  --ink: #111113; --ink-2: #1d1d20; --paper: #f5f1e8; --paper-2: #ebe4d8; --white: #fffdfa;
  --burgundy: #982536; --burgundy-dark: #6f1724; --gold: #b99b62; --line: rgba(17,17,19,.16);
  --accent-rgb: 152,37,54; --gold-rgb: 185,155,98; --hero-1: #101012; --hero-2: #18181b; --hero-3: #0f0f11;
  --dark-surface: #0e0e10; --dark-menu: #1a1a1d; --warm-surface: #e9e0d2; --accent-soft: #d7b873; --accent-hover: #b12b3e; --header-bg: rgba(17,17,19,.93);
}
.theme-graphite {
  --ink: #121416; --ink-2: #22262a; --paper: #f1f2f2; --paper-2: #dedfe0; --white: #ffffff;
  --burgundy: #626970; --burgundy-dark: #454a50; --gold: #aeb3b8; --line: rgba(18,20,22,.16);
  --accent-rgb: 98,105,112; --gold-rgb: 174,179,184; --hero-1: #111315; --hero-2: #1c2024; --hero-3: #0d0f11;
  --dark-surface: #101214; --dark-menu: #202428; --warm-surface: #dfe1e2; --accent-soft: #c9cdd1; --accent-hover: #747c84; --header-bg: rgba(18,20,22,.94);
}
.theme-midnight {
  --ink: #0b1420; --ink-2: #132235; --paper: #f3efe5; --paper-2: #e7deca; --white: #fffdf8;
  --burgundy: #9a6e20; --burgundy-dark: #755114; --gold: #c7a65b; --line: rgba(11,20,32,.16);
  --accent-rgb: 154,110,32; --gold-rgb: 199,166,91; --hero-1: #07101a; --hero-2: #0e2237; --hero-3: #07111d;
  --dark-surface: #08111d; --dark-menu: #102338; --warm-surface: #e9dfca; --accent-soft: #d8ba76; --accent-hover: #b8862c; --header-bg: rgba(8,17,29,.94);
}
.theme-forest {
  --ink: #10201a; --ink-2: #1a3028; --paper: #f2efe6; --paper-2: #e4ddcf; --white: #fffdf8;
  --burgundy: #8a4d32; --burgundy-dark: #663622; --gold: #b28d58; --line: rgba(16,32,26,.16);
  --accent-rgb: 138,77,50; --gold-rgb: 178,141,88; --hero-1: #0a1511; --hero-2: #153027; --hero-3: #0b1713;
  --dark-surface: #0b1713; --dark-menu: #173028; --warm-surface: #e5dfd1; --accent-soft: #c9a66f; --accent-hover: #a65d3c; --header-bg: rgba(11,23,19,.94);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-snap-type: y proximity; background: var(--ink); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img, video { max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; position: relative; z-index: 2; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: var(--white); color: var(--ink); padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; inset: 0 0 auto 0; height: var(--header-h); z-index: 100; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: var(--header-bg); backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(0,0,0,.18); }
.header-inner { width: min(calc(100% - 48px), 1360px); height: 100%; margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto auto; gap: 18px; align-items: center; }
.mini-brand { display: flex; align-items: center; gap: 12px; font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.mini-brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.35); color: var(--burgundy); font-family: Georgia, serif; font-size: 1.25rem; }
.primary-nav { display: flex; align-items: center; gap: 24px; font-size: .86rem; }
.primary-nav a { opacity: .82; transition: opacity .2s ease, color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { opacity: 1; color: var(--accent-soft); }
.language-switcher { position: relative; }
.language-button { min-width: 72px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.05); color: var(--white); border-radius: 999px; cursor: pointer; }
.language-menu { display: none; position: absolute; top: calc(100% + 10px); right: 0; min-width: 172px; padding: 8px; border-radius: 14px; background: var(--dark-menu); box-shadow: 0 24px 55px rgba(0,0,0,.25); }
html[dir="rtl"] .language-menu { right: auto; left: 0; }
.language-menu.open { display: grid; }
.language-menu a { padding: 10px 12px; border-radius: 9px; color: rgba(255,255,255,.78); }
.language-menu a:hover, .language-menu a.active { background: rgba(255,255,255,.08); color: #fff; }
.admin-login { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .12em; color: var(--white); background: rgba(255,255,255,.04); transition: background .2s ease, border-color .2s ease, color .2s ease; }
.admin-login:hover, .admin-login:focus-visible { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.48); color: var(--accent-soft); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle span { width: 24px; height: 2px; background: #fff; display: block; margin: 5px 0; }
.snap-section { scroll-snap-align: start; position: relative; overflow: hidden; }
.hero { min-height: 100svh; display: flex; align-items: center; background: radial-gradient(circle at 84% 28%, rgba(var(--accent-rgb),.28), transparent 30%), linear-gradient(135deg, var(--hero-1) 0%, var(--hero-2) 55%, var(--hero-3) 100%); color: var(--white); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: -20%; z-index: -2; opacity: .38; background: conic-gradient(from 180deg at 50% 50%, transparent 0 22%, rgba(var(--gold-rgb),.18) 28%, transparent 35% 62%, rgba(var(--accent-rgb),.2) 68%, transparent 75%); transform: scale(1.1); }
.motion-enabled .hero::before { animation: rotate-bg 34s linear infinite; }
@keyframes rotate-bg { to { transform: rotate(360deg) scale(1.1); } }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -4; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,12,14,.94) 0%, rgba(12,12,14,.78) 48%, rgba(12,12,14,.55) 100%); z-index: -3; }
.hero-orbit { position: absolute; border: 2px solid rgba(255,255,255,.21); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 650px; height: 650px; right: -180px; top: 8%; }
.orbit-two { width: 380px; height: 380px; right: 5%; top: 30%; border-color: rgba(255,255,255,.29); }
.motion-enabled .orbit-one { animation: orbit-pulse 2.67s ease-in-out infinite alternate; }
.motion-enabled .orbit-two { animation: orbit-pulse 3.67s ease-in-out infinite alternate-reverse; }
@keyframes orbit-pulse { from { transform: scale(.96); opacity: .55; } to { transform: scale(1.04); opacity: 1; } }
.hero-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px,7vw,110px); align-items: center; padding-top: var(--header-h); }
.kicker { margin: 0 0 18px; color: var(--burgundy); font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.kicker.light { color: var(--accent-soft); }
.hero h1 { max-width: 760px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5.8vw, 6.25rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.hero-text { max-width: 660px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: clamp(1rem,1.5vw,1.2rem); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 700; font-size: .9rem; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--burgundy); color: #fff; }
.button.primary:hover { background: var(--accent-hover); }
.button.ghost { border: 1px solid rgba(255,255,255,.28); color: #fff; }
.button.ghost:hover { background: rgba(255,255,255,.08); }
.logo-card { background: rgba(255,253,250,.96); color: var(--ink); padding: clamp(24px,4vw,48px); border-radius: 28px; box-shadow: 0 35px 100px rgba(0,0,0,.28); transform: rotate(-1.2deg); }
.logo-card img { display: block; width: 100%; height: auto; }
.logo-card-line { height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); margin: 20px 0 12px; }
.logo-card p { margin: 0; text-align: center; font-size: .86rem; letter-spacing: .1em; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: grid; justify-items: center; gap: 8px; color: rgba(255,255,255,.55); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 30px; background: linear-gradient(var(--accent-soft), transparent); }
.content-section { min-height: 100svh; display: flex; align-items: center; padding: clamp(110px,13vw,180px) 0; }
.section-light { background: var(--paper); }
.section-ink { background: var(--ink); color: var(--white); }
.section-warm { background: var(--warm-surface); }
.split-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px,9vw,150px); align-items: start; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(3rem,6vw,6rem); letter-spacing: -.045em; line-height: 1; }
.section-heading.wide { max-width: 800px; margin-bottom: 56px; }
.section-heading.wide p:last-child { max-width: 640px; color: rgba(255,255,255,.29); margin-top: 22px; }
.body-large { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem,2.5vw,2.2rem); line-height: 1.5; color: color-mix(in srgb, var(--ink) 82%, var(--paper)); }
.section-number { position: absolute; right: 28px; bottom: -22px; font-family: Georgia, serif; font-size: clamp(8rem,20vw,20rem); line-height: 1; color: rgba(17,17,19,.045); pointer-events: none; }
.section-ink .section-number { color: rgba(255,255,255,.035); }
html[dir="rtl"] .section-number { right: auto; left: 28px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-height: 320px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); display: flex; flex-direction: column; background: linear-gradient(180deg, rgba(255,255,255,.035), transparent); }
.card-index { color: var(--accent-soft); font-family: Georgia, serif; font-size: 1.15rem; }
.service-card h3 { margin: auto 0 14px; font-family: Georgia, serif; font-size: clamp(1.6rem,2.2vw,2.2rem); font-weight: 500; }
.service-card p { margin: 0; color: rgba(255,255,255,.62); }
.approach-list { margin-top: 56px; border-top: 1px solid var(--line); }
.approach-row { display: grid; grid-template-columns: 80px .8fr 1.2fr; gap: 32px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.approach-row > span { color: var(--burgundy); font-family: Georgia, serif; font-size: 1.2rem; }
.approach-row h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.45rem,2vw,2rem); font-weight: 500; }
.approach-row p { margin: 0; color: color-mix(in srgb, var(--ink) 66%, var(--paper)); }
.contact-section { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; background: var(--dark-surface); color: var(--white); padding-top: clamp(110px,12vw,160px); }
.contact-block { padding-bottom: 64px; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,8vw,130px); align-items: center; }
.contact-intro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(3.5rem,7vw,7rem); font-weight: 500; letter-spacing: -.05em; line-height: .95; }
.contact-intro > p:not(.kicker) { max-width: 520px; color: rgba(255,255,255,.6); font-size: 1.05rem; }
.live-map { display: block; width: 100%; height: clamp(360px, 48vh, 520px); margin-top: clamp(38px,5vw,64px); border: 0; border-radius: 18px; filter: none; background: var(--ink-2); }
.contact-list { border-top: 1px solid rgba(255,255,255,.14); }
.contact-item { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-item > span { color: rgba(255,255,255,.21); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-item p, .contact-item a { margin: 0; font-size: clamp(1.05rem,1.7vw,1.35rem); }
.contact-item a { display: block; width: fit-content; }
.contact-phones { min-width: 0; }
.contact-phones a { white-space: nowrap; }
.contact-item a + a { margin-top: 5px; }
.site-footer { margin-top: auto; border-top: 1px solid rgba(255,255,255,.1); }
.footer-inner { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; color: rgba(255,255,255,.45); font-size: .78rem; }
.footer-inner p { margin: 0; }
.footer-inner p:nth-child(2) { text-align: center; }
.footer-inner a { font-size: 1.4rem; color: var(--accent-soft); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
html[dir="rtl"] .hero-copy, html[dir="rtl"] .section-heading, html[dir="rtl"] .body-large, html[dir="rtl"] .contact-intro, html[dir="rtl"] .contact-list { text-align: right; }
html[dir="rtl"] .service-card, html[dir="rtl"] .approach-row { text-align: right; }
@media (max-width: 960px) {
  :root { --header-h: 68px; }
  .header-inner { width: min(calc(100% - 32px), 1360px); grid-template-columns: 1fr auto auto auto; gap: 10px; }
  .mini-brand span:last-child { display: none; }
  .nav-toggle { display: block; order: 2; }
  .language-switcher { order: 3; }
  .admin-login { order: 4; min-height: 34px; padding: 0 10px; font-size: .64rem; }
  .primary-nav { display: none; position: absolute; left: 16px; right: 16px; top: calc(var(--header-h) + 6px); background: var(--dark-menu); padding: 18px; border-radius: 16px; flex-direction: column; align-items: stretch; gap: 4px; box-shadow: 0 28px 60px rgba(0,0,0,.35); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 11px 10px; }
  .hero-layout { grid-template-columns: 1fr; gap: 40px; padding-top: calc(var(--header-h) + 64px); padding-bottom: 90px; }
  .logo-card { max-width: 600px; width: 80%; justify-self: end; }
  .split-layout, .contact-layout { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .approach-row { grid-template-columns: 55px 1fr; }
  .approach-row p { grid-column: 2; }
  .contact-list { margin-top: 18px; }
  .live-map { height: clamp(320px, 46vh, 440px); margin-top: 34px; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  html { scroll-snap-type: none; }
  .hero h1 { font-size: clamp(2.7rem,13vw,4.6rem); }
  .hero-text { margin-top: 22px; }
  .hero-actions { margin-top: 28px; }
  .button { width: 100%; }
  .logo-card { width: 100%; padding: 22px; }
  .scroll-cue { display: none; }
  .content-section { min-height: auto; padding: 105px 0; }
  .section-heading h2 { font-size: clamp(2.8rem,15vw,4.8rem); }
  .body-large { font-size: 1.35rem; }
  .approach-row { grid-template-columns: 42px 1fr; gap: 14px; }
  .contact-section { min-height: 100svh; padding-top: 105px; }
  .contact-block { padding-bottom: 40px; }
  .live-map { height: 320px; margin-top: 28px; border-radius: 14px; }
  .contact-item { grid-template-columns: 1fr; gap: 8px; }
  .footer-inner { grid-template-columns: 1fr auto; padding: 24px 0; }
  .footer-inner p:nth-child(2) { grid-column: 1 / -1; grid-row: 2; text-align: start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}

.standalone-footer { background:var(--dark-surface); color:#fff; }

/* Fixed opening video and hero visual */
body.intro-active { overflow: hidden; }
body.intro-active .site-header,
body.intro-active .intro-fade-target { opacity: 0; transform: translateY(24px); }
.site-header,
.intro-fade-target { transition: opacity .7s ease, transform .7s ease; }
body.intro-complete .site-header,
body.intro-complete .intro-fade-target { opacity: 1; transform: none; }

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  transition: opacity .7s ease, visibility .7s ease;
}
.site-intro.is-leaving { opacity: 0; visibility: hidden; pointer-events: none; }
.intro-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #fff;
}

.admin-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border-radius: 50%;
}
.admin-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.opening-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -4;
  background: #090a0e;
}
.opening-visual-base,
.opening-visual-grid,
.opening-visual-veil,
.opening-visual-fog,
.opening-visual-lines { position: absolute; inset: 0; }
.opening-visual-base {
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.1), transparent 24%),
    radial-gradient(circle at 84% 22%, rgba(152,37,54,.22), transparent 20%),
    linear-gradient(130deg, #0b0c12 0%, #10131d 50%, #0a0a0f 100%);
}
.opening-visual-grid {
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 140px 140px;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.75) 12%, rgba(0,0,0,1) 100%);
  opacity: .28;
}
.opening-visual-lines { display: flex; justify-content: space-between; gap: 4.5vw; padding: 0 8vw; }
.opening-visual-lines i {
  display: block;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(255,255,255,.24) 25%, rgba(255,255,255,.08) 78%, transparent 100%);
  opacity: .45;
  transform: skewX(-8deg);
}
.motion-enabled .opening-visual-lines i:nth-child(odd) { animation: drift-line 11s ease-in-out infinite alternate; }
.motion-enabled .opening-visual-lines i:nth-child(even) { animation: drift-line 14s ease-in-out infinite alternate-reverse; }
.opening-visual-fog {
  border-radius: 50%;
  filter: blur(24px);
  opacity: .9;
}
.fog-a { inset: auto auto -18% -10%; width: 42vw; height: 42vw; background: radial-gradient(circle, rgba(var(--accent-rgb),.34) 0%, rgba(var(--accent-rgb),0) 70%); }
.fog-b { inset: -14% -6% auto auto; width: 32vw; height: 32vw; background: radial-gradient(circle, rgba(var(--gold-rgb),.24) 0%, rgba(var(--gold-rgb),0) 68%); }
.fog-c { inset: 35% auto auto 32%; width: 28vw; height: 28vw; background: radial-gradient(circle, rgba(255,255,255,.08) 0%, rgba(255,255,255,0) 70%); }
.motion-enabled .fog-a { animation: fog-float-a 16s ease-in-out infinite alternate; }
.motion-enabled .fog-b { animation: fog-float-b 19s ease-in-out infinite alternate; }
.motion-enabled .fog-c { animation: fog-float-c 13s ease-in-out infinite alternate; }
.opening-visual-veil { background: linear-gradient(90deg, rgba(8,9,12,.9) 0%, rgba(8,9,12,.52) 48%, rgba(8,9,12,.78) 100%); }

@keyframes drift-line { from { transform: translateY(-1.5%) skewX(-8deg); } to { transform: translateY(1.5%) skewX(-8deg); } }
@keyframes fog-float-a { from { transform: translate3d(-3%, 2%, 0) scale(1); } to { transform: translate3d(4%, -3%, 0) scale(1.08); } }
@keyframes fog-float-b { from { transform: translate3d(2%, -1%, 0) scale(1); } to { transform: translate3d(-4%, 5%, 0) scale(1.12); } }
@keyframes fog-float-c { from { transform: translate3d(0, 0, 0) scale(.92); } to { transform: translate3d(3%, -4%, 0) scale(1.04); } }

@media (max-width: 960px) {
  .admin-icon { order: 4; width: 36px; min-width: 36px; height: 36px; min-height: 36px; padding: 0; }
}
@media (max-width: 640px) {
  .opening-visual-lines { padding: 0 5vw; gap: 8vw; }
  .fog-a { width: 76vw; height: 76vw; }
  .fog-b { width: 58vw; height: 58vw; }
  .fog-c { width: 46vw; height: 46vw; }
  .intro-video { object-fit: contain; }
}

/* About personnel */
.about-section { align-items:flex-start; }
.about-wrap { display:grid; gap:clamp(64px,8vw,110px); }
.staff-section { position:relative; z-index:1; border-top:1px solid var(--line); padding-top:clamp(34px,5vw,62px); }
.staff-heading { margin-bottom:24px; }
.staff-heading .kicker { margin-bottom:0; }
.staff-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.staff-card { display:grid; grid-template-columns:minmax(190px,.72fr) minmax(0,1.28fr); min-height:340px; border:1px solid var(--line); border-radius:22px; overflow:hidden; background:rgba(255,255,255,.58); }
.staff-photo-frame { min-height:340px; background:linear-gradient(145deg,rgba(17,17,19,.035),rgba(17,17,19,.085)); border-inline-end:1px solid var(--line); }
.staff-photo-frame img { display:block; width:100%; height:100%; min-height:340px; object-fit:cover; object-position:center top; }
.staff-card-body { display:flex; flex-direction:column; padding:clamp(24px,3vw,38px); }
.staff-card h3 { margin:0; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.75rem,2.5vw,2.55rem); font-weight:500; line-height:1.04; }
.staff-title { margin:10px 0 0; color:var(--burgundy); font-size:.82rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.staff-bio { margin-top:22px; color:color-mix(in srgb,var(--ink) 70%,var(--paper)); font-size:.96rem; line-height:1.65; }
.staff-contact { display:flex; flex-wrap:wrap; gap:8px 18px; margin-top:auto; padding-top:28px; border-top:1px solid var(--line); }
.staff-contact a { font-size:.86rem; font-weight:700; text-decoration:none; overflow-wrap:anywhere; }
.staff-contact a:hover { color:var(--burgundy); }
html[dir="rtl"] .staff-card-body { text-align:right; }
@media (max-width:1100px) {
  .staff-grid { grid-template-columns:1fr; }
  .staff-card { grid-template-columns:minmax(210px,.62fr) minmax(0,1.38fr); }
}
@media (max-width:640px) {
  .about-wrap { gap:58px; }
  .staff-card { grid-template-columns:1fr; }
  .staff-photo-frame { min-height:300px; border-inline-end:0; border-bottom:1px solid var(--line); }
  .staff-photo-frame img { min-height:300px; max-height:430px; }
  .staff-contact { margin-top:24px; }
}
