/* ---------- Variables ---------- */
:root {
  --color-black: #0a0a0a;
  --color-white: #ffffff;
  --color-gold: #9c7a3c;
  --color-gold-dark: #7a5f2e;
  --color-charcoal: #141414;
  --text-muted: #a8a8a8;
  --plp-gold-bright: #c9a25e;
  --plp-off-white: #f2efe8;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Montserrat', sans-serif;
  --max-width: 1140px;
  --header-height: 76px;
  --radius-sm: 8px;
  --radius-lg: 16px;
  --transition: all 0.2s ease-in-out;
}

/* ---------- Reset ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--color-black);
  background-color: var(--color-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--color-black);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  background-color: var(--color-white);
  color: var(--color-black);
  transition: var(--transition);
  cursor: pointer;
}

.btn-primary:hover {
  background-color: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-black);
}

.btn-outline {
  padding: 10px 24px;
  font-size: 0.9rem;
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-black);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
}

.logo {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(0.7rem, 1.6vw, 1.15rem);
  color: var(--color-black);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  white-space: nowrap;
}

.main-nav ul {
  display: flex;
  gap: 36px;
}

.main-nav a {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--color-black);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: var(--transition);
}

.main-nav a:hover {
  opacity: 0.6;
}

.nav-toggle-checkbox {
  display: none;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--color-black);
}

/* ---------- Hero ---------- */
.hero {
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: stretch;
  background-color: var(--color-black);
  color: var(--color-white);
  text-align: left;
}

.hero-content {
  flex: 0 0 45%;
  display: flex;
  align-items: center;
  padding: 60px 64px;
}

.hero-inner {
  max-width: 560px;
}

.hero-photo {
  flex: 1 1 55%;
  position: relative;
  overflow: hidden;
}

.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.hero h1 {
  color: var(--color-white);
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}

.hero .subheadline {
  font-size: 1.1rem;
  font-weight: 300;
  font-style: italic;
  color: var(--color-white);
  max-width: 680px;
  margin: 0 0 40px;
}

.hero .subheadline .accent {
  font-style: normal;
  font-weight: 600;
  color: var(--color-gold);
}

/* ---------- Sections ---------- */
.section {
  padding: 72px 0;
}

.eyebrow {
  display: block;
  text-align: center;
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-black);
  opacity: 0.55;
  margin-bottom: 10px;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

/* ---------- About ---------- */
.about-inner {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}

.about-image {
  flex: 0 0 35%;
  max-width: 360px;
  position: sticky;
  top: calc(var(--header-height) + 40px);
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photo-frame {
  position: relative;
  width: 100%;
  max-width: 320px;
}

.photo-frame::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  border-radius: var(--radius-sm);
  z-index: 0;
}

.headshot {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 2px solid var(--color-black);
  display: block;
}

.about-content {
  flex: 1 1 65%;
}

.about-content .eyebrow,
.about-content .section-title {
  text-align: left;
}

.about-content .section-title {
  font-size: clamp(1.3rem, 2.2vw, 1.6rem);
}

.about-labels {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 10.5px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-black);
  text-align: center;
}

.about-labels .divider {
  width: 26px;
  height: 1px;
  background-color: var(--color-gold);
}

.about-text {
  max-width: 800px;
  text-align: left;
}

.about-text p {
  color: var(--color-black);
  font-weight: 400;
  margin-bottom: 18px;
  font-size: 1.02rem;
}

.about-text p:last-child {
  margin-bottom: 0;
}

.about-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: var(--transition);
}

.about-text a:hover {
  color: var(--color-gold-dark);
}

/* ---------- About Stat Banner ---------- */
.about-stats {
  margin-bottom: 48px;
}

.plp-stat-banner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 32px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse 60% 90% at 50% 0%, rgba(156,122,60,0.16), transparent 70%),
    linear-gradient(135deg, var(--color-black) 0%, #16110a 50%, var(--color-black) 100%);
  overflow: hidden;
}

.plp-stat-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--plp-gold-bright), transparent);
  opacity: 0.8;
}

.plp-stat-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  position: relative;
  z-index: 1;
}

.plp-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 28px;
  flex: 1 1 auto;
  min-width: 150px;
}

.plp-stat-eyebrow {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--plp-gold-bright);
  white-space: nowrap;
  margin-bottom: 8px;
}

.plp-stat-label {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 11.5px;
  line-height: 1.35;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--plp-off-white);
  max-width: 150px;
}

.plp-seat-divider {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-gold-dark);
  box-shadow: 0 0 0 3px rgba(156,122,60,0.12);
  align-self: center;
  margin: 0 6px;
}

@media (max-width: 860px) {
  .plp-stat-row { flex-direction: column; gap: 22px; }
  .plp-seat-divider { display: none; }
  .plp-stat { padding: 0; }
}

/* ---------- Client Logo Banner ---------- */
.clients {
  background-color: var(--color-white);
}

.plp-clients {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 48px 60px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse 60% 90% at 50% 0%, rgba(156,122,60,0.14), transparent 70%),
    linear-gradient(135deg, var(--color-black) 0%, #16110a 50%, var(--color-black) 100%);
  overflow: hidden;
  text-align: center;
}

.plp-clients::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--plp-gold-bright), transparent);
  opacity: 0.8;
}

.plp-clients-eyebrow {
  position: relative;
  z-index: 1;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--plp-gold-bright);
  margin-bottom: 38px;
}

.plp-clients-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.plp-client-logo {
  display: block;
  margin: 0 32px;
}

.plp-client-logo.xavier { height: 36px; }
.plp-client-logo.cfa { height: 72px; }
.plp-client-logo.rpm { height: 66px; }

@media (max-width: 760px) {
  .plp-clients-row { flex-direction: column; align-items: center; }
  .plp-client-logo { margin: 16px 0; }
}

/* ---------- Services ---------- */
.services {
  background-color: var(--color-black);
}

.services .eyebrow {
  color: var(--color-white);
  opacity: 0.55;
}

.services .section-title {
  color: var(--color-white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.card {
  background-color: var(--color-charcoal);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: var(--radius-lg);
  padding: 44px 32px;
  text-align: left;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.card:hover {
  border-color: var(--color-gold);
}

.card h3 {
  color: var(--color-white);
  font-size: 1.25rem;
  margin-bottom: 16px;
  transition: var(--transition);
}

.card p {
  color: var(--text-muted);
  font-weight: 400;
  margin-bottom: 28px;
  font-size: 0.98rem;
  transition: var(--transition);
  flex: 1;
}

.card .btn-outline {
  background-color: transparent;
  border-color: var(--color-gold);
  color: var(--color-gold);
  align-self: flex-start;
}

.card .btn-outline:hover {
  background-color: var(--color-gold);
  color: var(--color-black);
  border-color: var(--color-gold);
}

/* ---------- Story ---------- */
.story {
  background-color: var(--color-white);
}

.story-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  align-items: center;
}

.story-stat {
  flex: 0 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 20px;
}

.story-content {
  flex: 1;
  min-width: 320px;
}

.story-content .eyebrow {
  text-align: left;
  margin-bottom: 16px;
}

.story-setup {
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  color: var(--color-black);
  line-height: 1.6;
  margin-bottom: 20px;
}

.story-quote {
  font-family: var(--font-heading);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.3;
  margin-bottom: 20px;
}

.story-close {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-black);
  line-height: 1.6;
}

.story-close .accent {
  color: var(--color-gold);
  font-weight: 700;
}

/* ---------- Contact ---------- */
.contact {
  text-align: center;
  background-color: var(--color-black);
}

.contact .eyebrow {
  color: var(--color-white);
  opacity: 0.55;
}

.contact .section-title {
  color: var(--color-white);
}

.contact-inner {
  max-width: 560px;
}

.contact p {
  color: var(--text-muted);
  font-weight: 400;
  margin-bottom: 32px;
  font-size: 1.02rem;
}

.contact-email {
  margin-top: 28px;
}

.contact-email a {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
  padding-bottom: 2px;
}

.contact-email a:hover {
  color: var(--color-gold);
  border-bottom-color: var(--color-gold);
}

/* ---------- Footer ---------- */
.site-footer {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 40px 0;
  border-top: 1px solid rgba(201, 162, 39, 0.2);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-inner p {
  font-size: 0.88rem;
  font-weight: 400;
}

.footer-inner a {
  color: var(--color-white);
  transition: var(--transition);
}

.footer-inner a:hover {
  opacity: 0.6;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero {
    flex-direction: column-reverse;
  }

  .hero-content {
    flex: 1 1 auto;
    padding: 48px 32px;
  }

  .hero-photo {
    flex: 0 0 auto;
    height: 33vh;
  }

  .about-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .about-image {
    position: static;
    flex: initial;
    width: 100%;
    max-width: none;
  }

  .about-content {
    flex: initial;
    width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .story-inner {
    flex-direction: column;
    gap: 24px;
  }

  .nav-toggle {
    display: flex;
  }

  .main-nav {
    position: absolute;
    top: var(--header-height);
    left: 0;
    right: 0;
    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-black);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 0;
    padding: 8px 24px 16px;
  }

  .main-nav ul li a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--color-black);
  }

  .nav-toggle-checkbox:checked ~ .main-nav {
    max-height: 320px;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 48px 0;
  }
}

@media (max-width: 480px) {
  .btn {
    width: 100%;
    text-align: center;
  }

  .hero .btn-primary {
    width: auto;
  }
}
