
@font-face {
  font-family: "Vazirmatn";
  src: url("fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("fonts/Vazirmatn-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ebs-primary-900: #0b1f33;
  --ebs-primary-800: #102a43;
  --ebs-primary-700: #183b56;
  --ebs-accent-700: #087873;
  --ebs-accent-600: #0f8f89;
  --ebs-accent-100: #d9f3f1;
  --ebs-accent-50: #effaf9;
  --ebs-neutral-0: #ffffff;
  --ebs-neutral-50: #f7f9fb;
  --ebs-neutral-100: #eef2f6;
  --ebs-neutral-200: #dde4eb;
  --ebs-neutral-400: #98a6b5;
  --ebs-neutral-600: #526273;
  --ebs-neutral-800: #243447;
  --ebs-neutral-900: #152536;
  --ebs-font-ui: "Vazirmatn", Tahoma, "Segoe UI", Arial, sans-serif;
  --ebs-font-body: var(--ebs-font-ui);
  --ebs-font-numeric: var(--ebs-font-ui);
  --ebs-font-latin: "Segoe UI", Arial, sans-serif;
  --ebs-font-weight-regular: 400;
  --ebs-font-weight-medium: 500;
  --ebs-font-weight-semibold: 600;
  --ebs-font-weight-bold: 700;
  --page-warm: #f5f0e6;
  --page-sand: #dccdb7;
  --page-terracotta: #b55f3c;
  --page-terracotta-dark: #91462e;
  --page-olive: #31483a;
  --page-charcoal: #242822;
  --page-paper: #fffdf8;
  --page-emerald: #066646;
  --page-emerald-bright: #0ca678;
  --page-persian-red: #c83e45;
  --page-coral: #ef6a5b;
  --page-sky: #dff4f7;
  --page-turquoise: #178c9d;
  --page-sun: #f4b942;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body, button, input, select, textarea { font-family: var(--ebs-font-ui); }
body { margin: 0; background: var(--page-paper); color: var(--page-charcoal); font-family: var(--ebs-font-body); font-weight: var(--ebs-font-weight-regular); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
strong, b { font-weight: var(--ebs-font-weight-bold); }
[dir="ltr"], .ebs-ltr { font-family: var(--ebs-font-latin); unicode-bidi: isolate; }
.metrics dd, .visitor-widget dd, .story-no, .job-number, .trend-card span { font-family: var(--ebs-font-numeric); font-variant-numeric: tabular-nums; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--ebs-accent-600); outline-offset: 4px; }

.site-header {
  position: relative; z-index: 20; height: 88px; padding: 0 clamp(24px, 5vw, 76px);
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  background: rgba(255,253,248,.92); border-bottom: 1px solid rgba(49,72,58,.12);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; color: var(--page-olive); font-size: 14px; }
.brand-logo { width: 132px; height: 72px; display: block; object-fit: contain; border-radius: 12px; }
.main-nav { display: flex; gap: clamp(18px, 2.5vw, 38px); font-size: 13px; font-weight: 600; color: var(--page-olive); }
.main-nav a, .text-link { position: relative; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; width: 0; height: 2px; background: var(--page-terracotta); transition: width .25s ease; }
.main-nav a:hover::after { width: 100%; }
.header-action { justify-self: end; border: 1px solid rgba(49,72,58,.28); border-radius: 10px; padding: 11px 18px; font-size: 13px; font-weight: 600; }

.hero { min-height: 810px; padding: 66px clamp(24px, 4.5vw, 72px) 52px; position: relative; display: grid; grid-template-columns: minmax(410px, 1.05fr) minmax(320px, .8fr) minmax(230px, .52fr); align-items: center; gap: clamp(24px, 3.2vw, 52px); overflow: hidden; background: linear-gradient(135deg, #fffdf8 0%, #f4fbf7 52%, #eef9fb 100%); }
.hero-color-wash { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 0 34%, rgba(12,166,120,.055) 34% 58%, transparent 58%); }
.hero-glow { position: absolute; width: 390px; height: 390px; border-radius: 50%; filter: blur(18px); opacity: .28; }
.hero-glow-green { left: 30%; top: -170px; background: radial-gradient(circle, #7be0b9, transparent 70%); }
.hero-glow-red { left: -160px; bottom: -190px; background: radial-gradient(circle, #ffb3a8, transparent 70%); }
.hero > *:not(.hero-color-wash,.hero-glow) { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--page-persian-red); font-size: 13px; font-weight: 600; margin: 0 0 22px; }
.eyebrow span { width: 28px; height: 3px; border-radius: 4px; background: linear-gradient(90deg, var(--page-emerald-bright), var(--page-persian-red)); }
.hero h1 { margin: 0; max-width: 720px; font-size: clamp(42px, 4.1vw, 64px); line-height: 1.48; letter-spacing: -2.7px; font-weight: 700; color: var(--page-charcoal); }
.hero-lead { max-width: 690px; margin: 24px 0 0; color: #4c5149; font-size: 16px; line-height: 2.05; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 48px; padding: 12px 24px; border-radius: 10px; display: inline-flex; justify-content: center; align-items: center; gap: 22px; font-size: 13px; font-weight: 600; border: 1px solid transparent; transition: background .25s, border-color .25s, color .25s; }
.button-primary { background: linear-gradient(135deg, var(--page-persian-red), var(--page-coral)); color: white; box-shadow: 0 12px 32px rgba(200,62,69,.23); }
.button-primary:hover { background: linear-gradient(135deg, #a92f36, var(--page-persian-red)); }
.button-secondary { border-color: rgba(49,72,58,.4); color: var(--page-olive); background: rgba(255,253,248,.65); }
.button-secondary:hover { background: rgba(49,72,58,.07); border-color: var(--page-olive); }
.button-light { background: var(--page-paper); color: var(--page-olive); }
.metrics { margin: 46px 0 0; display: flex; gap: 0; }
.metrics div { min-width: 130px; padding: 0 20px; border-right: 1px solid rgba(49,72,58,.16); }
.metrics div:first-child { padding-right: 0; border-right: 0; }
.metrics dt { font-size: 12px; color: #687067; margin-bottom: 7px; }
.metrics dd { margin: 0; font-size: 24px; font-weight: 700; color: var(--page-emerald); }

.hero-visual { min-height: 630px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; }
.hero-art-frame { position: relative; width: min(100%, 460px); padding: 10px; border-radius: 180px 180px 28px 28px; background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(255,255,255,.5)); border: 1px solid rgba(8,122,85,.18); box-shadow: 0 30px 70px rgba(22,72,57,.17), 0 0 0 8px rgba(255,255,255,.35); }
.hero-art { display: block; width: 100%; height: 610px; object-fit: cover; object-position: center; border-radius: 170px 170px 20px 20px; }
.art-label { width: max-content; max-width: 100%; margin: 0; padding: 10px 16px; border-radius: 12px; background: rgba(255,255,255,.9); color: var(--page-emerald); border: 1px solid rgba(9,135,94,.15); box-shadow: 0 10px 26px rgba(11,31,51,.1); font-size: 13px; font-weight: 700; backdrop-filter: blur(8px); }
.trust-dot, .live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--ebs-accent-600); margin-left: 8px; }

.hero-live-panel { padding: 22px; border-radius: 22px; background: rgba(255,255,255,.78); border: 1px solid rgba(23,140,157,.16); box-shadow: 0 24px 60px rgba(20,70,70,.12); backdrop-filter: blur(12px); }
.live-panel-heading { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid rgba(49,72,58,.12); }
.live-panel-heading div { display: grid; gap: 3px; }
.live-panel-heading small { color: var(--page-turquoise); font-size: 11px; font-weight: 600; }
.live-panel-heading strong { color: var(--page-olive); font-size: 18px; }
.live-pulse { width: 16px; height: 16px; border-radius: 50%; background: var(--page-emerald-bright); box-shadow: 0 0 0 7px rgba(12,166,120,.14); }
.live-item { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 12px; border-radius: 14px; }
.live-item > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: white; font-size: 13px; font-weight: 700; }
.live-item div { display: grid; gap: 2px; }
.live-item strong { font-size: 13px; color: var(--page-charcoal); }
.live-item small { font-size: 11px; line-height: 1.8; color: #657066; }
.live-item-green { background: rgba(12,166,120,.09); } .live-item-green > span { background: var(--page-emerald-bright); }
.live-item-red { background: rgba(239,106,91,.1); } .live-item-red > span { background: var(--page-coral); }
.live-item-blue { background: rgba(23,140,157,.1); } .live-item-blue > span { background: var(--page-turquoise); }
.hero-live-panel > a { margin-top: 18px; min-height: 44px; padding: 10px 14px; border-radius: 11px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--page-emerald); font-size: 12px; font-weight: 600; }

.daily-strip { min-height: 76px; padding: 18px clamp(24px, 6.7vw, 104px); background: linear-gradient(90deg, var(--page-emerald), var(--page-turquoise)); color: var(--page-paper); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 44px; font-size: 13px; }
.visitor-widget { position: fixed; z-index: 30; left: 18px; top: 116px; width: 178px; padding: 15px; border: 1px solid rgba(255,255,255,.54); border-radius: 18px; background: rgba(255,253,248,.9); box-shadow: 0 16px 45px rgba(12,55,43,.18); backdrop-filter: blur(14px); direction: rtl; }
.visitor-title { display: flex; align-items: center; gap: 9px; padding-bottom: 11px; border-bottom: 1px solid rgba(49,72,58,.12); }
.visitor-title > div { display: grid; gap: 2px; }
.visitor-title strong { color: var(--page-olive); font-size: 12px; }
.visitor-title small { color: #718078; font-size: 11px; line-height: 1.7; }
.visitor-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--page-emerald); box-shadow: 0 0 0 6px rgba(6,102,70,.1); font-size: 10px; }
.visitor-widget dl { margin: 11px 0 0; display: grid; gap: 7px; }
.visitor-widget dl div { display: flex; align-items: center; justify-content: space-between; padding: 7px 9px; border-radius: 9px; background: #f3f7f3; }
.visitor-widget dt { color: #68746c; font-size: 11px; line-height: 1.7; }
.visitor-widget dd { margin: 0; color: var(--page-olive); font-size: 13px; font-weight: 700; }
.visitor-widget .online-stat { background: rgba(12,166,120,.11); }
.visitor-widget .online-stat dd { color: var(--page-emerald); }
.live-magazine { background: linear-gradient(135deg, #eef8f1 0%, #fffaf0 52%, #edf7f8 100%); }
.magazine-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 42px; margin-bottom: 42px; }
.magazine-heading h2 { color: var(--page-emerald); }
.magazine-heading p:not(.kicker) { max-width: 690px; margin: 14px 0 0; color: #59645c; font-size: 15px; line-height: 2; }
.magazine-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.live-stage { overflow: hidden; border-radius: 24px; background: #102d27; color: white; box-shadow: 0 25px 65px rgba(15,67,52,.2); }
.stage-screen { min-height: 440px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; background: radial-gradient(circle at 20% 20%, rgba(23,140,157,.62), transparent 38%), linear-gradient(145deg, rgba(6,102,70,.8), rgba(8,36,31,.96)), url('iran-trust-hero.png') center/cover; }
.stage-screen::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(5,24,20,.88)); }
.on-air, .play-button, .stage-copy { position: relative; z-index: 2; }
.on-air { align-self: flex-start; padding: 8px 12px; border-radius: 20px; background: rgba(0,0,0,.35); font-size: 11px; }
.on-air i { display: inline-block; width: 7px; height: 7px; margin-left: 6px; border-radius: 50%; background: #ff6868; box-shadow: 0 0 0 5px rgba(255,104,104,.16); }
.play-button { align-self: center; width: 76px; height: 76px; padding: 0 5px 0 0; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: white; background: rgba(255,255,255,.18); backdrop-filter: blur(8px); font-size: 25px; cursor: pointer; }
.stage-copy small { color: #bcebd7; }
.stage-copy h3 { margin: 8px 0 7px; font-size: clamp(25px, 2.5vw, 37px); line-height: 1.55; }
.stage-copy p { max-width: 600px; margin: 0; color: #deebe5; font-size: 13px; line-height: 1.9; }
.stage-footer { padding: 16px 22px; display: flex; justify-content: space-between; color: #d7e6df; font-size: 11px; }
.story-list { display: grid; gap: 12px; }
.story-list article { min-height: 100px; padding: 17px; display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: center; border: 1px solid rgba(49,72,58,.12); border-radius: 16px; background: rgba(255,255,255,.78); transition: transform .2s, box-shadow .2s; }
.story-list article:hover { transform: translateX(4px); box-shadow: 0 12px 26px rgba(49,72,58,.1); }
.story-no { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; background: rgba(6,102,70,.11); color: var(--page-emerald); font-size: 12px; font-weight: 700; }
.story-list small { color: var(--page-terracotta-dark); font-size: 11px; line-height: 1.8; }
.story-list h3 { margin: 5px 0; color: var(--page-olive); font-size: 14px; line-height: 1.75; }
.story-list p { margin: 0; color: #7b847d; font-size: 12px; line-height: 1.7; }
.daily-strip p { margin: 0; color: #dfe8df; }
.daily-strip strong { font-size: 14px; font-weight: 600; }
.daily-strip a { color: #f0cdbd; font-weight: 600; display: flex; gap: 12px; }
.section { padding: 120px clamp(24px, 7.3vw, 112px); }
.intro-section { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; background: linear-gradient(120deg, #fff3e7, #edf9f2); }
.section h2 { margin: 0; font-size: clamp(34px, 3.4vw, 52px); line-height: 1.55; letter-spacing: -1.8px; color: var(--page-olive); font-weight: 700; }
.section-copy { margin: 0 0 10px; font-size: 15px; line-height: 2.2; color: #596056; }
.section-title-row { display: flex; justify-content: space-between; align-items: end; margin-bottom: 48px; }
.kicker { color: var(--page-terracotta-dark); font-size: 13px; font-weight: 600; margin: 0 0 12px; }
.text-link { color: var(--page-olive); font-size: 13px; font-weight: 600; display: flex; gap: 12px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 330px; border: 1px solid rgba(49,72,58,.14); border-radius: 18px; padding: 30px; display: flex; flex-direction: column; position: relative; overflow: hidden; background: var(--page-paper); }
.feature-card::before { content: ""; position: absolute; inset: auto -60px -110px auto; width: 230px; height: 230px; border-radius: 50%; background: var(--page-warm); }
.feature-2 { background: linear-gradient(145deg, #06563c, #0f5964); color: white; }
.feature-2::before { background: rgba(255,255,255,.06); }
.feature-number { align-self: flex-end; color: rgba(49,72,58,.35); font-size: 14px; }
.feature-2 .feature-number { color: rgba(255,255,255,.5); }
.feature-card p { margin: 44px 0 10px; font-size: 12px; color: var(--page-terracotta-dark); font-weight: 600; }
.feature-2 p { color: #f2c5b0; }
.feature-card h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.7; font-weight: 700; }
.feature-card > span:not(.feature-number) { color: #6a7068; font-size: 13px; line-height: 1.9; }
.feature-2 > span:not(.feature-number) { color: #d7e0d8; }
.feature-card a { margin-top: auto; width: 42px; height: 42px; border-radius: 50%; border: 1px solid currentColor; display: grid; place-items: center; position: relative; z-index: 2; }

.jobs-section { background: linear-gradient(135deg, #fff7ec, #effaf5 48%, #eef9fb); }
.jobs-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.jobs-intro { margin: 0 0 8px; color: #60685f; font-size: 14px; line-height: 2.1; }
.jobs-copy > p:not(.kicker) { max-width: 520px; margin: 24px 0 32px; color: #60685f; font-size: 14px; line-height: 2.1; }
.job-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.job-card { overflow: hidden; background: var(--page-paper); border: 1px solid rgba(49,72,58,.14); border-radius: 18px; }
.job-photo-wrap { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--page-sand); }
.job-photo { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.job-card:hover .job-photo { transform: scale(1.025); }
.job-number { position: absolute; top: 14px; right: 14px; min-width: 42px; height: 34px; padding: 0 10px; display: grid; place-items: center; border-radius: 9px; color: white; background: rgba(49,72,58,.9); font-size: 12px; font-weight: 700; }
.job-card-body { padding: 24px; }
.job-card h3 { margin: 0 0 16px; color: var(--page-olive); font-size: 20px; line-height: 1.6; font-weight: 700; }
.job-card ul { list-style: none; padding: 0; margin: 0 0 22px; display: flex; flex-wrap: wrap; gap: 7px; }
.job-card li { padding: 6px 9px; border-radius: 7px; background: var(--page-warm); color: #596056; font-size: 11px; line-height: 1.6; }
.job-card a { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid rgba(49,72,58,.13); color: var(--page-terracotta-dark); font-size: 13px; font-weight: 600; }
.trend-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; }
.trend-note p { font-size: 15px; line-height: 2.1; color: #5f675e; margin: 0 0 28px; }
.join-section { padding: 100px 24px; text-align: center; background: linear-gradient(115deg, var(--page-emerald), #0c6f62 52%, var(--page-turquoise)); color: white; }
.join-section > p { color: #f0c7b4; font-size: 13px; }
.join-section h2 { margin: 18px auto 30px; font-size: clamp(36px, 4vw, 58px); line-height: 1.5; font-weight: 700; }
footer { padding: 34px clamp(24px, 6.7vw, 104px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; font-size: 12px; color: #657066; }
footer > span { justify-self: end; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; padding-top: 64px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { min-height: 560px; }
  .hero-live-panel { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr) auto; align-items: center; gap: 10px; }
  .live-item { margin-top: 0; }
  .hero-live-panel > a { margin-top: 0; }
  .intro-section, .trend-section { gap: 54px; }
  .job-card-grid { grid-template-columns: repeat(2, 1fr); }
  .visitor-widget { top: auto; bottom: 18px; }
}

@media (max-width: 760px) {
  body { overflow-x: hidden; }
  .site-header { position: sticky; top: 0; height: 68px; padding: 0 14px; grid-template-columns: auto 1fr; gap: 10px; background: rgba(255,253,248,.97); backdrop-filter: blur(12px); }
  .site-header .brand { min-width: 0; }
  .site-header .brand span:last-child { display: none; }
  .brand-logo { width: 82px; height: 52px; max-width: 28vw; flex: 0 0 auto; }
  .header-action { justify-self: end; min-height: 42px; display: inline-flex; align-items: center; padding: 8px 12px; border-radius: 9px; font-size: 12px; white-space: nowrap; }
  .hero { grid-template-columns: minmax(0, 1fr); min-height: auto; padding: 38px 16px 32px; gap: 28px; overflow: hidden; }
  .hero-copy { min-width: 0; }
  .eyebrow { margin-bottom: 15px; font-size: 12px; line-height: 1.8; }
  .hero h1 { max-width: 100%; font-size: clamp(31px, 9vw, 38px); line-height: 1.55; letter-spacing: -1.3px; }
  .hero-lead { margin-top: 17px; font-size: 14px; line-height: 2; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
  .button { width: 100%; min-height: 48px; padding-inline: 18px; }
  .metrics { width: 100%; margin-top: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .metrics div, .metrics div:first-child { min-width: 0; padding: 11px 5px; text-align: center; border: 1px solid rgba(49,72,58,.12); border-radius: 10px; background: rgba(255,255,255,.6); }
  .metrics dt { min-height: 38px; margin: 0; display: grid; place-items: center; font-size: 11px; line-height: 1.7; }
  .metrics dd { margin-top: 4px; font-size: 19px; }
  .hero-visual { order: 2; width: 100%; min-height: 0; gap: 12px; }
  .art-label { max-width: calc(100% - 12px); padding: 9px 13px; text-align: center; font-size: 12px; line-height: 1.7; }
  .hero-art-frame { width: min(100%, 430px); padding: 7px; border-radius: 22px; box-shadow: 0 20px 48px rgba(22,72,57,.15), 0 0 0 5px rgba(255,255,255,.3); }
  .hero-art { width: 100%; height: clamp(210px, 58vw, 260px); max-height: none; aspect-ratio: auto; object-fit: cover; object-position: center 47%; border-radius: 16px; }
  .hero-live-panel { order: 3; grid-column: auto; width: 100%; padding: 16px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; border-radius: 16px; }
  .live-panel-heading { grid-column: 1 / -1; padding-bottom: 14px; }
  .live-item { min-width: 0; margin: 0; padding: 10px; gap: 9px; }
  .live-item:nth-of-type(4) { grid-column: 1 / -1; }
  .live-item > span { flex: 0 0 36px; width: 36px; height: 36px; }
  .live-item strong { font-size: 12px; line-height: 1.6; }
  .live-item small { font-size: 11px; line-height: 1.7; }
  .hero-live-panel > a { grid-column: 1 / -1; min-height: 46px; margin-top: 2px; }
  .daily-strip { min-height: auto; padding: 18px 16px; grid-template-columns: 1fr; gap: 7px; text-align: right; }
  .daily-strip strong { display: none; }
  .daily-strip a { min-height: 42px; align-items: center; justify-content: space-between; }
  .visitor-widget { position: static; width: calc(100% - 32px); margin: 14px auto 0; padding: 13px; }
  .visitor-widget dl { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .visitor-widget dl div { min-width: 0; padding: 8px 4px; flex-direction: column; gap: 3px; text-align: center; }
  .magazine-heading, .magazine-grid { grid-template-columns: 1fr; }
  .magazine-heading { align-items: start; gap: 22px; margin-bottom: 28px; }
  .stage-screen { min-height: 390px; padding: 20px; }
  .stage-footer { padding: 14px 16px; }
  .section { padding: 68px 16px; }
  .section h2 { font-size: clamp(29px, 8vw, 38px); line-height: 1.65; letter-spacing: -1px; }
  .section-copy, .jobs-intro, .trend-note p { font-size: 14px; line-height: 2; }
  .intro-section, .trend-section { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .section-title-row { align-items: flex-start; gap: 18px; flex-direction: column; margin-bottom: 30px; }
  .text-link { min-height: 44px; align-items: center; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 280px; padding: 24px; border-radius: 14px; }
  .feature-card p { margin-top: 30px; }
  .jobs-heading { grid-template-columns: minmax(0, 1fr); gap: 18px; margin-bottom: 30px; }
  .job-card-grid { grid-template-columns: 1fr; }
  .job-card { border-radius: 14px; }
  .job-photo-wrap { aspect-ratio: 16 / 11; }
  .job-card-body { padding: 20px; }
  .job-card li { font-size: 12px; }
  .job-card a { min-height: 48px; align-items: center; }
  .join-section { padding: 72px 16px; }
  .join-section h2 { font-size: clamp(31px, 8.5vw, 42px); line-height: 1.6; }
  footer { padding: 30px 16px; grid-template-columns: 1fr; text-align: center; gap: 12px; }
  footer .brand { justify-content: center; }
  footer > span { justify-self: center; }
}

@media (max-width: 390px) {
  .site-header { padding-inline: 10px; }
  .brand-logo { width: 74px; height: 48px; max-width: 27vw; }
  .header-action { padding-inline: 9px; font-size: 11px; }
  .hero { padding-inline: 12px; }
  .hero h1 { font-size: 29px; }
  .metrics { gap: 5px; }
  .metrics dt { font-size: 11px; }
  .hero-live-panel { grid-template-columns: 1fr; }
  .live-item, .live-item:nth-of-type(4), .hero-live-panel > a, .live-panel-heading { grid-column: 1; }
  .section { padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
