/* Atlas Holding - Dark Glass UI v2
   Layout upgrade: bento, image hero, creative journey timeline
*/
@font-face {
  font-family: "VazirAth";
  src: url("/fonts/Vazir.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "VazirAth";
  src: url("/fonts/Vazir-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "VazirAth";
  src: url("/fonts/Vazir-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

:root {
  --ath-bg: #07090d;
  --ath-ink: #f4f1ea;
  --ath-muted: rgba(244, 241, 234, 0.7);
  --ath-line: rgba(255, 255, 255, 0.14);
  --ath-glass: rgba(16, 22, 34, 0.48);
  --ath-glass-strong: rgba(12, 16, 24, 0.82);
  --ath-accent: #e89a1a;
  --ath-accent-2: #ff7a00;
  --ath-radius: 22px;
  --ath-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --ath-max: 1180px;
  --ath-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23e89a1a' stroke-opacity='0.085' stroke-width='1'%3E%3Cpath d='M60 0 L120 60 L60 120 L0 60 Z'/%3E%3Cpath d='M60 20 L100 60 L60 100 L20 60 Z'/%3E%3Cpath d='M60 40 L80 60 L60 80 L40 60 Z'/%3E%3C/g%3E%3Ccircle cx='60' cy='60' r='2.2' fill='%23e89a1a' fill-opacity='0.12'/%3E%3Ccircle cx='0' cy='0' r='1.4' fill='%23ffffff' fill-opacity='0.05'/%3E%3Ccircle cx='120' cy='0' r='1.4' fill='%23ffffff' fill-opacity='0.05'/%3E%3Ccircle cx='0' cy='120' r='1.4' fill='%23ffffff' fill-opacity='0.05'/%3E%3Ccircle cx='120' cy='120' r='1.4' fill='%23ffffff' fill-opacity='0.05'/%3E%3C/svg%3E");
}

html { scroll-behavior: smooth; }

body.elementor-page-16705,
body.ath-holding {
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0.92) 0%, rgba(10, 15, 22, 0.88) 45%, rgba(7, 9, 13, 0.94) 100%),
    var(--ath-pattern),
    var(--ath-bg) !important;
  background-attachment: scroll, scroll, scroll !important;
  color: var(--ath-ink);
  font-family: "VazirAth", Tahoma, sans-serif !important;
  overflow-x: hidden;
}

body.elementor-page-16705 .site-header,
body.ath-holding .site-header,
body.elementor-page-16705 .site-footer,
body.ath-holding .site-footer { display: none !important; }

.ath-page {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  background:
    linear-gradient(180deg, rgba(5, 7, 11, 0.92) 0%, rgba(10, 15, 22, 0.88) 45%, rgba(7, 9, 13, 0.94) 100%),
    radial-gradient(900px 520px at 85% -8%, rgba(232, 154, 26, 0.14), transparent 60%),
    radial-gradient(700px 480px at -8% 35%, rgba(40, 90, 140, 0.12), transparent 55%),
    var(--ath-pattern),
    #07090d;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

/* Pattern token lives in :root (--ath-pattern) */

.ath-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 78%);
}

.ath-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(48px);
  pointer-events: none;
  z-index: 0;
  animation: ath-drift 16s ease-in-out infinite alternate;
}
.ath-orb-a {
  width: 340px; height: 340px; top: 8%; left: 4%;
  background: rgba(232, 154, 26, 0.2);
}
.ath-orb-b {
  width: 420px; height: 420px; top: 55%; right: 0;
  background: rgba(56, 110, 170, 0.16);
  animation-delay: -5s;
}
@keyframes ath-drift {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(28px,-20px,0) scale(1.08); }
}

.ath-wrap {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--ath-max));
  margin-inline: auto;
}

.ath-glass {
  background: var(--ath-glass);
  border: 1px solid var(--ath-line);
  border-radius: var(--ath-radius);
  box-shadow: var(--ath-shadow), inset 0 1px 0 rgba(255,255,255,0.1);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .ath-glass { background: var(--ath-glass-strong); }
}
@media (prefers-reduced-transparency: reduce) {
  .ath-glass { background: var(--ath-glass-strong); backdrop-filter: none; }
}
@media (prefers-reduced-motion: reduce) {
  .ath-orb, .ath-scroll-hint { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* Hero */
.ath-hero {
  position: relative;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 4.5rem 0 3.5rem;
}
.ath-hero-media {
  position: absolute;
  inset: 0;
  background-image: var(--ath-hero-img);
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  filter: saturate(1.05) brightness(0.72);
}
.ath-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,7,11,0.82) 0%, rgba(5,7,11,0.45) 48%, rgba(5,7,11,0.72) 100%),
    linear-gradient(180deg, rgba(5,7,11,0.35), rgba(5,7,11,0.85)),
    var(--ath-pattern);
  background-size: auto, auto, 120px 120px;
}
.ath-hero-inner { width: min(100% - 2rem, var(--ath-max)); z-index: 1; }
.ath-hero-panel {
  width: min(100%, 680px);
  margin-inline: auto;
  padding: 2.2rem 1.8rem 1.9rem;
  text-align: center;
  background: rgba(12, 16, 24, 0.42);
  border: 1px solid rgba(255,255,255,0.18);
}
.ath-logo {
  width: min(300px, 70vw);
  height: auto;
  margin: 0 auto 1.1rem;
  display: block;
  filter: drop-shadow(0 12px 28px rgba(232,154,26,0.28));
}
.ath-hero h1 {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.ath-hero .ath-en {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ath-accent);
  font-weight: 500;
}
.ath-hero .ath-lead {
  margin: 1rem auto 0;
  max-width: 38ch;
  color: var(--ath-muted);
  font-size: 1.02rem;
  line-height: 1.85;
}
.ath-cta-row {
  margin-top: 1.45rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  align-items: center;
}
.ath-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.ath-btn:active { transform: scale(0.98); }
.ath-btn-primary {
  color: #1a1205 !important;
  background: linear-gradient(135deg, #ffc14d, var(--ath-accent) 45%, var(--ath-accent-2));
  box-shadow: 0 10px 28px rgba(232,154,26,0.35);
}
.ath-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(232,154,26,0.48);
}
.ath-btn-ghost {
  color: var(--ath-ink) !important;
  background: rgba(255,255,255,0.05);
  border-color: var(--ath-line);
}
.ath-btn-ghost:hover {
  border-color: rgba(232,154,26,0.5);
  background: rgba(255,255,255,0.09);
}
.ath-scroll-hint {
  position: absolute;
  bottom: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  display: grid;
  place-items: start center;
  padding-top: 8px;
  z-index: 2;
  opacity: 0.75;
}
.ath-scroll-hint span {
  width: 4px; height: 8px; border-radius: 999px; background: var(--ath-accent);
  animation: ath-pulse 1.6s ease-in-out infinite;
}
@keyframes ath-pulse {
  0%,100% { opacity:.35; transform: translateY(0); }
  50% { opacity:1; transform: translateY(10px); }
}

/* Showcase mosaic */
.ath-showcase { padding-top: 2.2rem; }
.ath-show-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.85rem;
  min-height: 420px;
}
.ath-show {
  position: relative;
  margin: 0;
  border-radius: var(--ath-radius);
  overflow: hidden;
  min-height: 180px;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--ath-line);
  box-shadow: var(--ath-shadow);
}
.ath-show-lg { grid-row: 1 / span 2; min-height: 100%; }
.ath-show::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(5,7,11,0.88) 100%);
}
.ath-show figcaption {
  position: absolute;
  inset-inline: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: grid;
  gap: 0.2rem;
}
.ath-show strong { font-size: 1.1rem; }
.ath-show span { color: var(--ath-muted); font-size: 0.88rem; }

/* Section heads */
.ath-section { padding: 3.8rem 0 1rem; }
.ath-section-head { margin-bottom: 1.5rem; max-width: 42rem; }
.ath-head-split {
  max-width: none;
  display: grid;
  gap: 0.8rem;
  align-items: end;
}
@media (min-width: 800px) {
  .ath-head-split { grid-template-columns: 1.2fr 1fr; }
  .ath-head-split p { margin: 0; text-align: left; }
}
.ath-kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--ath-accent);
  font-size: 0.82rem;
  font-weight: 700;
}
.ath-section-head h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.35;
}
.ath-section-head p {
  margin: 0.65rem 0 0;
  color: var(--ath-muted);
  line-height: 1.8;
}

/* Bento company cards */
.ath-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.85rem;
}
.ath-bento-card {
  position: relative;
  grid-column: span 12;
  min-height: 180px;
  border-radius: var(--ath-radius);
  overflow: hidden;
  text-decoration: none !important;
  color: inherit !important;
  border: 1px solid var(--ath-line);
  background-image: var(--card-img);
  background-size: cover;
  background-position: center;
  transition: transform .22s ease, border-color .22s ease;
}
.ath-bento-card:hover {
  transform: translateY(-4px);
  border-color: rgba(232,154,26,0.5);
}
.ath-bento-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5,7,11,0.15), rgba(5,7,11,0.88)),
    rgba(8,12,20,0.25);
  backdrop-filter: blur(1px);
}
.ath-bento-body {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 1.15rem 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.35rem;
}
.ath-bento-body strong { font-size: 1.08rem; line-height: 1.45; }
.ath-bento-body > span:last-child { color: var(--ath-muted); font-size: 0.88rem; }
.ath-pill {
  align-self: flex-start;
  margin-bottom: 0.35rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #1a1205;
  background: linear-gradient(135deg, #ffc14d, var(--ath-accent-2));
}
.ath-bento-feature { min-height: 240px; }
.ath-bento-wide { min-height: 200px; }
@media (min-width: 760px) {
  .ath-bento-feature { grid-column: span 7; min-height: 280px; }
  .ath-bento-card { grid-column: span 5; }
  .ath-bento-card:nth-child(3),
  .ath-bento-card:nth-child(4),
  .ath-bento-card:nth-child(5),
  .ath-bento-card:nth-child(6) { grid-column: span 3; min-height: 210px; }
  .ath-bento-wide { grid-column: span 12; min-height: 220px; }
}

/* Journey / creative timeline */
.ath-journey { padding-top: 2rem; }
.ath-journey-hero {
  position: relative;
  margin-bottom: 1.6rem;
  padding: 3.2rem 0;
  background-size: cover;
  background-position: center;
  border-block: 1px solid var(--ath-line);
}
.ath-journey-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,7,11,0.88), rgba(5,7,11,0.55) 55%, rgba(5,7,11,0.8));
}
.ath-journey-intro {
  position: relative;
  max-width: 36rem;
  padding: 1.4rem 1.35rem;
  background: rgba(10,14,22,0.5);
}
.ath-journey-intro h2 { margin: 0; font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.ath-journey-intro p { margin: 0.7rem 0 0; color: var(--ath-muted); line-height: 1.8; }

.ath-year-rail {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0.35rem 0.15rem 1.1rem;
  margin-bottom: 0.4rem;
  scrollbar-width: thin;
  scroll-snap-type: x mandatory;
}
.ath-chip {
  flex: 0 0 auto;
  scroll-snap-align: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--ath-line);
  background: rgba(255,255,255,0.04);
  color: var(--ath-muted) !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.9rem;
  transition: .18s ease;
}
.ath-chip:hover,
.ath-chip.is-active {
  color: #1a1205 !important;
  border-color: transparent;
  background: linear-gradient(135deg, #ffc14d, var(--ath-accent-2));
  box-shadow: 0 8px 20px rgba(232,154,26,0.28);
}

.ath-path {
  position: relative;
  padding: 0.5rem 0 1rem;
}
.ath-path-line {
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  right: 27px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ath-accent), rgba(255,122,0,0.35), rgba(255,255,255,0.08));
  box-shadow: 0 0 18px rgba(232,154,26,0.35);
}
.ath-station {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0.9rem;
  margin: 0 0 1rem;
  scroll-margin-top: 5.5rem;
}
.ath-node {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.82rem;
  color: #1a1205;
  background: linear-gradient(145deg, #ffc14d, var(--ath-accent-2));
  box-shadow: 0 10px 24px rgba(232,154,26,0.3);
}
.ath-node-now {
  outline: 3px solid rgba(232,154,26,0.35);
  outline-offset: 3px;
}
.ath-station-card { padding: 1.15rem 1.15rem 1.05rem; }
.ath-station-meta { margin-bottom: 0.7rem; }
.ath-station-meta em {
  display: block;
  font-style: normal;
  color: var(--ath-accent);
  font-size: 0.84rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.ath-station-meta strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.45;
}
.ath-station-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}
.ath-station-card li {
  position: relative;
  padding: 0.45rem 0.9rem 0.45rem 0;
  color: var(--ath-muted);
  line-height: 1.7;
  font-size: 0.92rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  padding-inline: 0.85rem;
}
.ath-station-visual {
  display: grid;
  gap: 0.9rem;
}
.ath-station-visual img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid var(--ath-line);
}
.ath-station-now {
  border-color: rgba(232,154,26,0.45);
  box-shadow: var(--ath-shadow), 0 0 0 1px rgba(232,154,26,0.15);
}
@media (min-width: 860px) {
  .ath-path-line { right: 50%; transform: translateX(50%); }
  .ath-station {
    grid-template-columns: 1fr 56px 1fr;
    align-items: start;
  }
  .ath-station .ath-node { grid-column: 2; }
  .ath-station .ath-station-card { grid-column: 1; }
  .ath-station-alt .ath-station-card { grid-column: 3; }
  .ath-station:not(.ath-station-alt) .ath-station-card { text-align: left; }
  .ath-station-visual {
    grid-template-columns: 180px 1fr;
    align-items: center;
  }
  .ath-station:not(.ath-station-alt) .ath-station-visual {
    grid-template-columns: 1fr 180px;
  }
  .ath-station:not(.ath-station-alt) .ath-station-visual img { order: 2; }
  .ath-station-visual img { height: 140px; }
}

/* Company detail splits */
.ath-company {
  margin: 1.15rem 0 0;
  overflow: hidden;
  scroll-margin-top: 1.2rem;
}
.ath-company-split {
  display: grid;
  gap: 0;
}
.ath-company-media {
  min-height: 220px;
  background-size: cover;
  background-position: center;
}
.ath-company-content { padding: 1.35rem 1.2rem 1.3rem; }
.ath-company h3 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.4;
}
.ath-copy { color: var(--ath-muted); line-height: 1.9; font-size: 0.98rem; }
.ath-copy p { margin: 0 0 0.8rem; }
.ath-list-title {
  margin: 1rem 0 0.5rem;
  color: var(--ath-accent);
  font-size: 0.9rem;
  font-weight: 700;
}
.ath-company ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.4rem;
}
.ath-company li {
  padding: 0.5rem 0.8rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  color: var(--ath-muted);
  line-height: 1.7;
  font-size: 0.92rem;
}
@media (min-width: 900px) {
  .ath-company-split { grid-template-columns: 0.9fr 1.1fr; }
  .ath-company-split.ath-flip .ath-company-media { order: 2; }
  .ath-company-media { min-height: 100%; }
}

/* CTA */
.ath-cta {
  position: relative;
  margin: 2.8rem 0 1.5rem;
  overflow: hidden;
  background-image: var(--cta-img);
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(232,154,26,0.35);
}
.ath-cta-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8,10,16,0.82), rgba(20,14,6,0.78));
  backdrop-filter: blur(4px);
}
.ath-cta-body {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2.2rem 1.3rem;
}
.ath-cta h2 { margin: 0; font-size: clamp(1.35rem, 2.4vw, 1.85rem); }
.ath-cta p {
  margin: 0.7rem auto 0;
  max-width: 36ch;
  color: var(--ath-muted);
  line-height: 1.8;
}
.ath-phone {
  color: var(--ath-accent) !important;
  text-decoration: none !important;
  font-weight: 700;
  direction: ltr;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 0.85rem;
  line-height: 1;
  border-radius: 999px;
  border: 1px solid rgba(232, 154, 26, 0.35);
  background: rgba(255, 255, 255, 0.04);
  box-sizing: border-box;
  white-space: nowrap;
}
.ath-phone:hover {
  border-color: rgba(232, 154, 26, 0.65);
  background: rgba(232, 154, 26, 0.1);
}

/* Custom audio player */
.ath-player {
  direction: ltr;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 0.85rem;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 0.7rem 1rem 0.7rem 0.75rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 193, 77, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(12, 16, 24, 0.62);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 12px 32px rgba(0, 0, 0, 0.28);
}
.ath-player-btn {
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #1a1205;
  background: linear-gradient(145deg, #ffd56a 0%, #e89a1a 48%, #ff7a00 100%);
  display: grid;
  place-items: center;
  box-shadow:
    0 10px 24px rgba(232, 154, 26, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  order: 1;
}
.ath-player-btn:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 14px 28px rgba(232, 154, 26, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ath-player-btn:active { transform: scale(0.97); }
.ath-player-btn svg { width: 22px; height: 22px; display: block; }
.ath-player-btn .ath-icon-play { margin-inline-start: 2px; }
.ath-player-btn .ath-icon-pause { display: none; margin-inline-start: 0; }
.ath-player.is-playing .ath-icon-play { display: none; }
.ath-player.is-playing .ath-icon-pause { display: block; }
.ath-player-meta {
  min-width: 0;
  display: grid;
  gap: 0.4rem;
  order: 2;
}
.ath-site-link {
  margin-top: 1.1rem;
  display: inline-flex;
}
.ath-player-label {
  font-size: 0.88rem;
  color: var(--ath-ink);
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
  text-align: right;
}
.ath-player-track {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  overflow: hidden;
  direction: ltr;
}
.ath-player-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffc14d, var(--ath-accent-2));
  box-shadow: 0 0 12px rgba(232, 154, 26, 0.45);
}
.ath-player-time {
  order: 3;
  font-variant-numeric: tabular-nums;
  font-size: 0.78rem;
  color: var(--ath-muted);
  direction: ltr;
  min-width: 8.5ch;
  text-align: right;
}
.ath-audio-wrap { margin: 1.2rem 0 0.5rem; }
.ath-company .ath-audio-wrap {
  margin-top: 1.35rem;
  padding-top: 0.35rem;
}
audio.ath-audio-raw { display: none !important; }

.ath-foot {
  text-align: center;
  padding: 0 0 2.4rem;
  color: rgba(244,241,234,0.42);
  font-size: 0.82rem;
}

.elementor-page-16705 .elementor-invisible { opacity: 1 !important; }
.elementor-page-16705 .elementor-widget-html { margin: 0; }
.elementor-page-16705 .e-con-inner { max-width: none !important; }

@media (max-width: 760px) {
  .ath-wrap { width: min(100% - 1.25rem, var(--ath-max)); }
  .ath-show-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
    gap: 0.7rem;
  }
  .ath-show-lg { grid-row: auto; min-height: 210px; }
  .ath-show { min-height: 160px; }
  .ath-hero {
    min-height: 100dvh;
    min-height: 100svh;
    padding: 3.2rem 0 3rem;
    padding-top: max(3.2rem, env(safe-area-inset-top));
  }
  .ath-hero-panel {
    padding: 1.35rem 1rem 1.2rem;
    width: 100%;
  }
  .ath-logo { width: min(240px, 78vw); margin-bottom: 0.9rem; }
  .ath-hero h1 { font-size: clamp(1.45rem, 7vw, 1.85rem); }
  .ath-hero .ath-lead { font-size: 0.95rem; max-width: none; }
  .ath-cta-row {
    flex-direction: column;
    align-items: stretch;
  }
  .ath-btn {
    width: 100%;
    min-height: 48px;
  }
  .ath-section { padding: 2.6rem 0 0.6rem; }
  .ath-section-head h2 { font-size: 1.35rem; }
  .ath-bento-card,
  .ath-bento-feature,
  .ath-bento-wide { min-height: 168px; }
  .ath-bento-body { padding: 1rem; }
  .ath-journey-hero { padding: 2.2rem 0; margin-inline: -0.15rem; }
  .ath-journey-intro { padding: 1.15rem 1rem; }
  .ath-year-rail {
    margin-inline: -0.35rem;
    padding-bottom: 0.9rem;
    -webkit-overflow-scrolling: touch;
  }
  .ath-chip { min-height: 42px; display: inline-flex; align-items: center; }
  .ath-path-line { right: 22px; }
  .ath-station {
    grid-template-columns: 46px 1fr;
    gap: 0.7rem;
    scroll-margin-top: 4.5rem;
  }
  .ath-node {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 0.72rem;
  }
  .ath-station-card { padding: 0.95rem 0.9rem; }
  .ath-station-visual { grid-template-columns: 1fr; }
  .ath-station-visual img { height: 140px; }
  .ath-company-media { min-height: 180px; }
  .ath-company-content { padding: 1.1rem 0.95rem 1.15rem; }
  .ath-company h3 { font-size: 1.15rem; text-align: right; }
  .ath-copy { text-align: right; font-size: 0.94rem; }
  .ath-company li { text-align: right; }
  .ath-cta-body { padding: 1.7rem 1rem; }
  .ath-cta .ath-cta-row { flex-direction: column; align-items: stretch; }
  .ath-phone {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0 0.85rem;
  }
  .ath-player {
    grid-template-columns: 52px 1fr auto;
    border-radius: 20px;
    padding: 0.65rem;
    gap: 0.65rem;
  }
  .ath-player-btn { width: 52px; height: 52px; }
  .ath-player-time { min-width: 7ch; font-size: 0.72rem; }
  .ath-scroll-hint { bottom: max(1rem, env(safe-area-inset-bottom)); }
}

@media (max-width: 380px) {
  .ath-hero .ath-en { letter-spacing: 0.1em; font-size: 0.72rem; }
  .ath-pill { font-size: 0.7rem; }
}
