:root {
  --black: #050505;
  --ink: #0a0a0a;
  --charcoal: #111111;
  --panel: #151515;
  --panel-soft: #1b1a18;
  --line: rgba(227, 205, 150, 0.22);
  --line-strong: rgba(227, 205, 150, 0.45);
  --gold: #d7a93a;
  --gold-light: #f1d27a;
  --silver: #d8d8d8;
  --muted: #a9a9a9;
  --white: #f7f4ee;
  --steel: #6d7776;
  --green: #173d36;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.46);
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  color: var(--black);
  background: var(--gold-light);
  border-radius: 6px;
  transition: top 160ms ease;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(5, 5, 5, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 5, 5, 0.94);
  border-color: var(--line);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 1.25rem;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--white);
  text-decoration: none;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(241, 210, 122, 0.5);
}

.brand-text {
  display: grid;
  gap: 0.08rem;
}

.brand-text strong,
.footer-brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 700;
}

.brand-text span {
  color: var(--gold-light);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.55rem;
}

.site-nav a {
  color: rgba(247, 244, 238, 0.86);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-light);
}

.site-nav .nav-cta {
  min-height: 42px;
  padding: 0.58rem 0.95rem;
  color: var(--gold-light);
  border: 1px solid var(--line-strong);
  border-radius: 6px;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta:focus-visible {
  color: var(--black);
  background: var(--gold-light);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 76svh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--black);
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.84) 38%, rgba(5, 5, 5, 0.34) 74%, rgba(5, 5, 5, 0.2) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.86)),
    url("assets/executive-skyline.png");
  background-position: center right;
  background-size: cover;
  transform: scale(1.01);
}

.hero-content {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 76svh;
  padding: 8.5rem 0 3.2rem;
}

.hero-copy {
  max-width: 680px;
}

.hero-logo {
  width: 190px;
  height: auto;
  margin-bottom: 2rem;
  filter: drop-shadow(0 18px 35px rgba(0, 0, 0, 0.42));
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.04;
}

h1 {
  margin-bottom: 1.2rem;
  font-size: 5rem;
}

h2 {
  margin-bottom: 1.2rem;
  font-size: 3.2rem;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  line-height: 1.25;
}

.hero-copy p {
  max-width: 610px;
  margin-bottom: 2rem;
  color: rgba(247, 244, 238, 0.9);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.85rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.93rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.8;
}

.button-primary {
  color: #120d05;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  box-shadow: 0 16px 36px rgba(215, 169, 58, 0.2);
}

.button-secondary {
  color: var(--white);
  border-color: var(--line-strong);
  background: rgba(5, 5, 5, 0.28);
}

.principles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: min(760px, 100%);
  margin: 3.5rem 0 0;
  padding: 1.15rem 0 0;
  color: rgba(247, 244, 238, 0.88);
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

.principles li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.95rem;
  font-weight: 800;
}

.principles li::before {
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  content: "";
}

.section {
  padding: 6.5rem 0;
}

.intro-section {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0), var(--ink)),
    radial-gradient(circle at 84% 12%, rgba(23, 61, 54, 0.32), transparent 30%);
}

.two-column {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 5rem;
  align-items: start;
}

.section-heading {
  max-width: 660px;
}

.section-heading.wide {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  column-gap: 4rem;
  max-width: none;
  margin-bottom: 2.4rem;
}

.section-heading.wide .section-rule {
  grid-column: 1 / -1;
}

.section-heading p,
.prose p,
.leadership-copy p,
.contact-copy p {
  color: var(--silver);
  font-size: 1.04rem;
}

.prose p:last-child,
.contact-copy p:last-child {
  margin-bottom: 0;
}

.section-rule {
  display: block;
  width: 84px;
  height: 2px;
  margin-bottom: 1.35rem;
  background: linear-gradient(90deg, var(--gold), rgba(215, 169, 58, 0));
}

.strategy-section {
  background:
    linear-gradient(180deg, var(--ink), #0d0d0d),
    radial-gradient(circle at 24% 12%, rgba(215, 169, 58, 0.14), transparent 26%);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.pillar-card {
  min-height: 310px;
  padding: 1.45rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(215, 169, 58, 0.12), rgba(23, 61, 54, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.pillar-card:nth-child(even) {
  margin-top: 2rem;
}

.card-index {
  display: inline-block;
  margin-bottom: 4.5rem;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.pillar-card h3,
.portfolio-item span {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 600;
}

.pillar-card p,
.portfolio-item p,
.governance-list {
  color: var(--muted);
}

.portfolio-section {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.95), rgba(17, 17, 17, 0.92)),
    radial-gradient(circle at 100% 0%, rgba(215, 169, 58, 0.16), transparent 34%);
}

.portfolio-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 4.8rem;
  align-items: start;
}

.portfolio-list {
  display: grid;
  gap: 0.9rem;
}

.portfolio-item {
  padding: 1.25rem 1.35rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-left: 3px solid var(--gold);
  border-radius: 8px;
}

.portfolio-item p {
  margin: 0.7rem 0 0;
}

.leadership-section {
  background:
    linear-gradient(180deg, #0d0d0d, var(--black)),
    radial-gradient(circle at 12% 22%, rgba(109, 119, 118, 0.24), transparent 34%);
}

.leadership-layout {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: 5rem;
  align-items: center;
}

.leadership-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(215, 169, 58, 0.12), rgba(255, 255, 255, 0.025)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.leadership-visual::before,
.leadership-visual::after {
  position: absolute;
  border: 1px solid rgba(241, 210, 122, 0.3);
  border-radius: 50%;
  content: "";
}

.leadership-visual::before {
  width: 460px;
  height: 460px;
  left: -120px;
  top: 46px;
}

.leadership-visual::after {
  width: 320px;
  height: 320px;
  right: -120px;
  bottom: -70px;
  border-color: rgba(216, 216, 216, 0.24);
}

.leadership-visual img {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 82%;
  max-width: 430px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, 0.58));
}

.governance-list {
  display: grid;
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.governance-list li {
  position: relative;
  padding: 0.9rem 0 0.9rem 1.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.governance-list li::before {
  position: absolute;
  left: 0;
  top: 1.45rem;
  width: 8px;
  height: 8px;
  background: var(--gold);
  content: "";
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(23, 61, 54, 0.4), rgba(5, 5, 5, 0.94) 44%),
    linear-gradient(180deg, #090909, #050505);
  border-top: 1px solid var(--line);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 5rem;
  align-items: start;
}

.email-link {
  display: inline-flex;
  margin-top: 1.15rem;
  color: var(--gold-light);
  font-size: 1.08rem;
  font-weight: 800;
  text-decoration-color: rgba(241, 210, 122, 0.42);
  text-underline-offset: 0.25rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.hidden-field {
  display: none;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(247, 244, 238, 0.86);
  font-size: 0.93rem;
  font-weight: 750;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  color: var(--white);
  background: rgba(5, 5, 5, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  outline: none;
  padding: 0.88rem 0.9rem;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--gold-light);
  box-shadow: 0 0 0 3px rgba(215, 169, 58, 0.18);
}

.contact-form select option {
  color: var(--black);
}

.site-footer {
  padding: 2.4rem 0;
  color: var(--muted);
  background: #030303;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-layout {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 3rem;
  align-items: start;
}

.footer-brand img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
}

.footer-meta {
  display: grid;
  gap: 0.55rem;
}

.footer-meta p {
  margin: 0;
}

.disclaimer {
  max-width: 760px;
  font-size: 0.88rem;
}

.success-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 2rem;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.95), rgba(5, 5, 5, 0.58)),
    url("assets/executive-skyline.png") center right / cover;
}

.success-shell {
  width: min(620px, 100%);
  padding: 2rem;
  background: rgba(5, 5, 5, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.success-shell img {
  width: 180px;
  margin-bottom: 2rem;
}

.success-shell h1 {
  font-size: 3.2rem;
}

.success-shell p {
  color: var(--silver);
}

@media (max-width: 1040px) {
  h1 {
    font-size: 4.1rem;
  }

  h2 {
    font-size: 2.7rem;
  }

  .pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pillar-card:nth-child(even) {
    margin-top: 0;
  }

  .portfolio-layout,
  .leadership-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .leadership-visual {
    min-height: 420px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }

  .nav-shell {
    min-height: 70px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand-text strong {
    font-size: 0.95rem;
  }

  .brand-text span {
    font-size: 0.72rem;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 82px;
    display: none;
    padding: 1rem;
    background: rgba(5, 5, 5, 0.97);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
    gap: 0.2rem;
  }

  .site-nav a {
    padding: 0.85rem 0.6rem;
  }

  .hero,
  .hero-content {
    min-height: 74svh;
  }

  .hero-media {
    background-position: 64% center;
  }

  .hero-content {
    padding-top: 7rem;
    padding-bottom: 2.7rem;
  }

  .hero-logo {
    width: 160px;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2,
  .success-shell h1 {
    font-size: 2.25rem;
  }

  .hero-copy p {
    font-size: 1.05rem;
  }

  .principles {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
    margin-top: 2.4rem;
  }

  .section {
    padding: 4.5rem 0;
  }

  .two-column,
  .section-heading.wide,
  .footer-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .pillar-grid {
    grid-template-columns: 1fr;
  }

  .pillar-card {
    min-height: 0;
  }

  .card-index {
    margin-bottom: 2rem;
  }
}

@media (max-width: 560px) {
  .brand-text strong {
    font-size: 0.82rem;
  }

  .brand-text span {
    font-size: 0.68rem;
  }

  .hero-logo {
    width: 142px;
    margin-bottom: 1.4rem;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2,
  .success-shell h1 {
    font-size: 2rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .principles {
    grid-template-columns: 1fr;
  }

  .leadership-visual {
    min-height: 320px;
  }

  .contact-form,
  .success-shell {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
