/* THE COMPANY — corporate IR skin */
:root {
  --navy: #0b2545;
  --navy-2: #13315c;
  --ink: #1a2332;
  --gray: #5c6b7f;
  --line: #dde3ea;
  --bg: #ffffff;
  --bg-alt: #f4f6f9;
  --gold: #b08d2f;
  --up: #1e7d43;
  --dn: #b02a2a;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: Georgia, "Times New Roman", serif; color: var(--ink); background: var(--bg); line-height: 1.6; }
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-weight: normal; color: var(--navy); }

/* masthead */
.masthead { background: var(--navy); color: #fff; }
.masthead-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; flex-wrap: wrap; gap: 10px; }
.logo { font-size: 1.25rem; letter-spacing: 0.35em; font-weight: bold; }
.tm { font-size: 0.6rem; vertical-align: super; letter-spacing: 0; }
.masthead nav a { color: #c9d4e3; text-decoration: none; margin-left: 22px; font-size: 0.85rem; font-family: Helvetica, Arial, sans-serif; }
.masthead nav a:hover { color: #fff; }

/* ticker bar */
.tickerbar { background: var(--navy-2); border-top: 1px solid rgba(255,255,255,0.12); }
.tickerbar-inner { display: flex; align-items: center; gap: 14px; padding: 8px 24px; font-family: Helvetica, Arial, sans-serif; font-size: 0.85rem; flex-wrap: wrap; }
.exch { color: #8fa3bd; }
.tk { color: #fff; font-weight: bold; }
.t-price { color: #fff; font-variant-numeric: tabular-nums; }
.t-change.up { color: #7fd6a4; }
.t-change.dn { color: #f0a0a0; }
.t-status { color: #8fa3bd; font-size: 0.75rem; letter-spacing: 0.08em; }
.buy { margin-left: auto; background: var(--gold); color: #fff; text-decoration: none; padding: 4px 16px; font-size: 0.8rem; }
.buy:hover { filter: brightness(1.1); }

/* hero */
.hero { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-alt) 100%); padding: 84px 0 64px; }
.hero h1 { font-size: 3.1rem; line-height: 1.15; }
.sub { margin-top: 22px; font-size: 1.1rem; color: var(--gray); }
.hero-note { margin-top: 26px; font-family: Helvetica, Arial, sans-serif; font-size: 0.85rem; color: var(--navy); border-left: 3px solid var(--gold); padding-left: 12px; }

/* sections */
.section { padding: 64px 0; }
.section.alt { background: var(--bg-alt); }
.section h2 { font-size: 1.7rem; margin-bottom: 28px; display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.fq { font-family: Helvetica, Arial, sans-serif; font-size: 0.8rem; color: var(--gray); letter-spacing: 0.06em; }

/* metric cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 14px; }
.card { border: 1px solid var(--line); background: #fff; padding: 20px 18px; }
.metric { font-size: 1.55rem; color: var(--navy); font-variant-numeric: tabular-nums; }
.metric.up { color: var(--up); }
.label { font-family: Helvetica, Arial, sans-serif; font-size: 0.72rem; color: var(--gray); letter-spacing: 0.08em; text-transform: uppercase; margin-top: 6px; }
.fine { font-family: Helvetica, Arial, sans-serif; font-size: 0.72rem; color: var(--gray); margin-top: 18px; }

/* earnings call */
.call-box { border: 1px solid var(--line); background: #fff; padding: 28px; }
.call-title { font-size: 1.15rem; color: var(--navy); }
.call-meta { font-family: Helvetica, Arial, sans-serif; font-size: 0.85rem; color: var(--gray); margin-top: 8px; }
.call-box audio { width: 100%; margin-top: 16px; }

/* press */
.press-list { list-style: none; }
.press-list li { border-bottom: 1px solid var(--line); padding: 16px 0; display: flex; gap: 22px; align-items: baseline; }
.press-list .date { font-family: Helvetica, Arial, sans-serif; font-size: 0.75rem; color: var(--gray); white-space: nowrap; }
.press-list .headline { color: var(--navy); font-size: 1.02rem; }

/* leadership */
.leaders { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.leader { background: #fff; border: 1px solid var(--line); padding: 26px; }
.avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-family: Helvetica, Arial, sans-serif; font-size: 0.8rem; letter-spacing: 0.1em; margin-bottom: 16px; }
.leader h3 { font-size: 1.15rem; }
.role { font-family: Helvetica, Arial, sans-serif; font-size: 0.75rem; color: var(--gold); letter-spacing: 0.08em; text-transform: uppercase; margin: 4px 0 10px; }
.leader p { font-size: 0.9rem; color: var(--gray); }

/* governance */
.gov { width: 100%; border-collapse: collapse; }
.gov td { border-bottom: 1px solid var(--line); padding: 12px 8px; font-size: 0.95rem; }
.gov td:first-child { color: var(--gray); font-family: Helvetica, Arial, sans-serif; font-size: 0.8rem; letter-spacing: 0.05em; width: 40%; }

/* press releases: expandable */
.press-list li { flex-wrap: wrap; cursor: pointer; }
.press-list li:hover .headline { text-decoration: underline; }
.press-list .body {
  display: none; width: 100%; padding: 10px 0 4px;
  font-size: 0.92rem; color: var(--gray);
}
.press-list li.open .body { display: block; }

/* pre-IPO investor notice */
#notice-overlay {
  position: fixed; inset: 0; background: rgba(11,37,69,0.55);
  display: none; align-items: center; justify-content: center; z-index: 40; padding: 24px;
}
#notice-overlay.show { display: flex; }
.notice {
  background: #fff; max-width: 520px; padding: 36px; border-top: 5px solid var(--gold);
}
.notice h3 { font-size: 1.3rem; margin-bottom: 14px; }
.notice p { font-size: 0.95rem; color: var(--gray); margin-bottom: 20px; }
.notice button {
  font-family: Helvetica, Arial, sans-serif; font-size: 0.85rem; letter-spacing: 0.05em;
  background: var(--navy); color: #fff; border: none; padding: 10px 26px; cursor: pointer;
}
.notice button:hover { background: var(--navy-2); }

/* footer */
footer { background: var(--navy); padding: 40px 0 48px; margin-top: 40px; }
footer .fine { color: #8fa3bd; }
footer .fine strong { color: #c9d4e3; }

@media (max-width: 720px) {
  .hero h1 { font-size: 2.2rem; }
  .masthead nav { display: none; }
}
