:root {
  --navy: #071f2d;
  --navy-2: #0b2a3c;
  --gold: #d9c343;
  --gold-soft: #f0e59b;
  --ink: #13232d;
  --muted: #63717a;
  --paper: #f7f7f4;
  --white: #ffffff;
  --line: #dfe4e5;
  --shadow: 0 22px 60px rgba(4, 24, 36, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 10px; background: white; padding: 10px 14px; z-index: 99; }
.skip-link:focus { left: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 247, 244, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(7, 31, 45, .08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.brand span { display: flex; flex-direction: column; line-height: 1.18; }
.brand strong { font-size: 15px; letter-spacing: .01em; }
.brand small { color: var(--muted); font-size: 12px; margin-top: 3px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { text-decoration: none; font-size: 14px; font-weight: 700; color: #23343e; }
.nav a:hover { color: #917d00; }
.menu-button { display: none; border: 1px solid var(--line); background: white; padding: 10px 13px; border-radius: 10px; font-weight: 700; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(217,195,67,.22), transparent 28%),
    linear-gradient(135deg, #f8f8f5 0%, #eef2f1 100%);
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(7,31,45,.07);
  border-radius: 50%;
  right: -220px;
  top: -150px;
}
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 72px; padding-block: 70px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 900; color: #8a7700; }
.eyebrow::before, .section-kicker::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
.hero h1 { margin: 18px 0 20px; color: var(--navy); font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.045em; }
.hero h1 span { color: #a89100; }
.hero-copy > p { max-width: 690px; font-size: 19px; color: #4f6069; margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 19px; border-radius: 11px; text-decoration: none; font-weight: 850; font-size: 14px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: white; box-shadow: 0 10px 24px rgba(7,31,45,.2); }
.btn-primary:hover { background: var(--navy-2); }
.btn-outline { border: 1px solid rgba(7,31,45,.18); background: rgba(255,255,255,.72); }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 38px; max-width: 660px; }
.hero-meta div { border-left: 3px solid var(--gold); padding: 3px 12px; display: flex; flex-direction: column; }
.hero-meta strong { color: var(--navy); font-size: 18px; }
.hero-meta span { color: var(--muted); font-size: 12px; }
.hero-logo-card { position: relative; display: grid; place-items: center; }
.hero-logo-card img { width: min(520px, 100%); aspect-ratio: 1; object-fit: cover; border-radius: 50%; box-shadow: var(--shadow); position: relative; z-index: 2; }
.hero-logo-card .ring { position: absolute; width: 108%; aspect-ratio: 1; border: 1px solid rgba(217,195,67,.48); border-radius: 50%; z-index: 1; }

.section { padding: 94px 0; }
.section h2 { margin: 12px 0 0; color: var(--navy); font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.prose { font-size: 18px; color: #53626b; }
.prose p:first-child { margin-top: 2px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; }
.value-card { background: white; border: 1px solid var(--line); padding: 30px; min-height: 245px; border-radius: 18px; box-shadow: 0 10px 28px rgba(9,31,44,.05); }
.value-no { color: #a48c00; font-weight: 900; letter-spacing: .1em; font-size: 13px; }
.value-card h3 { margin: 32px 0 9px; font-size: 22px; color: var(--navy); }
.value-card p { margin: 0; color: var(--muted); }

.section-dark { background: var(--navy); color: white; }
.section-dark h2 { color: white; }
.section-kicker.gold { color: var(--gold-soft); }
.info-table { margin-top: 42px; border-top: 1px solid rgba(255,255,255,.14); }
.info-row { display: grid; grid-template-columns: minmax(180px, .75fr) 2fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); align-items: center; }
.info-row span { color: #aebbc2; font-size: 14px; }
.info-row strong { font-size: 17px; font-weight: 760; }
.info-row a { text-decoration-color: rgba(217,195,67,.7); text-underline-offset: 4px; }

.facility-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: stretch; }
.facility-card { padding: 12px 0; }
.address { font-size: 19px; max-width: 570px; color: #4e5f68; margin: 24px 0 8px; }
.note { color: #7b878d; margin: 0 0 28px; }
.pitch { min-height: 410px; position: relative; overflow: hidden; border-radius: 24px; background: linear-gradient(90deg, #1c633d 0 50%, #226f46 50%); box-shadow: var(--shadow); border: 10px solid white; outline: 1px solid #d8dede; }
.pitch::before { content: ""; position: absolute; inset: 22px; border: 2px solid rgba(255,255,255,.8); }
.center-line { position: absolute; left: 50%; top: 22px; bottom: 22px; width: 2px; background: rgba(255,255,255,.8); transform: translateX(-50%); }
.pitch-circle { position: absolute; width: 122px; height: 122px; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.pitch-box { position: absolute; width: 105px; height: 190px; top: 50%; transform: translateY(-50%); border: 2px solid rgba(255,255,255,.8); }
.left-box { left: 22px; border-left: none; }
.right-box { right: 22px; border-right: none; }
.pitch-badge { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; text-align: center; color: var(--gold); font-weight: 950; line-height: 1.05; background: var(--navy); border: 4px solid white; box-shadow: 0 8px 18px rgba(0,0,0,.24); }
.pitch-badge small { font-size: 11px; color: white; }

.contact-section { background: #eceeea; }
.contact-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.contact-wrap > div:first-child p { color: var(--muted); max-width: 620px; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-card { background: white; border: 1px solid #dbe0df; border-radius: 16px; padding: 22px; text-decoration: none; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; }
.contact-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.06); }
.contact-card span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-card strong { color: var(--navy); margin-top: 6px; font-size: 16px; overflow-wrap: anywhere; }
.contact-card.wide { grid-column: 1 / -1; }

.footer { background: #051823; color: white; padding: 30px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 48px; height: 48px; border-radius: 50%; }
.footer-brand div { display: flex; flex-direction: column; line-height: 1.28; }
.footer-brand span { color: #9cadb6; font-size: 12px; margin-top: 3px; }
.footer p { color: #9cadb6; font-size: 12px; margin: 0; text-align: right; }

@media (max-width: 900px) {
  .hero-grid, .split, .facility-grid, .contact-wrap { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; padding: 55px 0 70px; }
  .hero-logo-card { order: -1; }
  .hero-logo-card img { width: min(360px, 82vw); }
  .hero-logo-card .ring { width: min(395px, 90vw); }
  .values-grid { grid-template-columns: 1fr; }
  .split, .contact-wrap { gap: 30px; }
  .nav { display: none; position: absolute; left: 20px; right: 20px; top: 68px; background: white; border: 1px solid var(--line); border-radius: 14px; padding: 12px; box-shadow: 0 18px 40px rgba(0,0,0,.12); flex-direction: column; align-items: stretch; gap: 2px; }
  .nav.open { display: flex; }
  .nav a { padding: 11px 12px; }
  .menu-button { display: inline-flex; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand strong { font-size: 13px; }
  .brand small { font-size: 11px; }
  .site-header .brand img { width: 46px; height: 46px; }
  .nav-wrap { min-height: 68px; }
  .hero h1 { font-size: 46px; }
  .hero-copy > p, .prose { font-size: 16px; }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .hero-meta div:last-child { grid-column: 1 / -1; }
  .section { padding: 72px 0; }
  .section h2 { font-size: 36px; }
  .info-row { grid-template-columns: 1fr; gap: 5px; }
  .contact-cards { grid-template-columns: 1fr; }
  .contact-card.wide { grid-column: auto; }
  .pitch { min-height: 300px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer p { text-align: left; }
}

/* Mobile layout refinements */
.hero-logo-card img {
  height: auto;
}

@media (max-width: 900px) {
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 46px 0 58px;
  }

  .hero-copy {
    order: 1;
    text-align: center;
  }

  .hero-logo-card {
    order: 2;
  }

  .hero-logo-card img {
    width: min(280px, 68vw);
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .hero-logo-card .ring {
    width: min(306px, 74vw);
  }

  .eyebrow {
    justify-content: center;
  }

  .hero-copy > p {
    margin-inline: auto;
    max-width: 620px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-meta {
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .container {
    width: calc(100% - 32px);
  }

  .nav-wrap {
    min-height: 72px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .site-header .brand img {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .brand span {
    min-width: 0;
  }

  .brand strong {
    font-size: 13px;
    white-space: nowrap;
  }

  .brand small {
    font-size: 11px;
  }

  .menu-button {
    padding: 9px 12px;
    border-radius: 10px;
    flex: 0 0 auto;
  }

  .nav {
    left: 16px;
    right: 16px;
    top: 64px;
  }

  .hero::before {
    width: 330px;
    height: 330px;
    right: -190px;
    top: -80px;
  }

  .hero-grid {
    gap: 30px;
    padding: 38px 0 48px;
  }

  .hero h1 {
    margin: 14px 0 16px;
    font-size: clamp(34px, 10.5vw, 44px);
    line-height: 1.02;
    letter-spacing: -.04em;
  }

  .hero-copy > p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .btn {
    min-height: 46px;
    padding: 0 14px;
    font-size: 13px;
  }

  .hero-meta {
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 28px;
  }

  .hero-meta div,
  .hero-meta div:last-child {
    grid-column: auto;
    border-left-width: 2px;
    padding: 2px 7px;
  }

  .hero-meta strong {
    font-size: 14px;
  }

  .hero-meta span {
    font-size: 10px;
  }

  .hero-logo-card img {
    width: min(238px, 64vw);
    height: auto;
  }

  .hero-logo-card .ring {
    width: min(260px, 70vw);
  }

  .section {
    padding: 60px 0;
  }

  .section h2 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .values-grid {
    margin-top: 34px;
  }

  .value-card {
    min-height: auto;
    padding: 24px;
  }

  .value-card h3 {
    margin-top: 20px;
  }

  .info-row {
    padding: 16px 0;
  }

  .info-row strong {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .address {
    font-size: 17px;
  }

  .pitch {
    min-height: 260px;
    border-width: 7px;
  }

  .contact-card {
    padding: 18px;
  }
}

@media (max-width: 390px) {
  .container {
    width: calc(100% - 24px);
  }

  .brand strong {
    font-size: 12px;
  }

  .brand small {
    font-size: 10px;
  }

  .menu-button {
    font-size: 13px;
    padding: 8px 10px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-meta {
    grid-template-columns: 1fr;
    max-width: 250px;
  }

  .hero-meta div,
  .hero-meta div:last-child {
    grid-column: auto;
    text-align: left;
  }
}
