
:root {
  --bg: #f4f1ec;
  --surface: #fbfaf8;
  --surface-strong: #ffffff;
  --text: #171717;
  --muted: #66625c;
  --line: rgba(23, 23, 23, 0.1);
  --dark: #0f1012;
  --dark-soft: #16181c;
  --accent: #c9a96a;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  --radius: 26px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(15, 16, 18, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  max-width: 420px;
}

.brand-logo {
  height: 42px;
  width: auto;
  opacity: 0.96;
}

.nav {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.nav a {
  color: rgba(255,255,255,0.78);
  font-size: 0.96rem;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav a:hover {
  color: #fff;
}

.hero {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(201,169,106,0.18), transparent 28%),
    linear-gradient(180deg, #111216 0%, #17191d 100%);
  color: #fff;
  overflow: hidden;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent 85%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 54px;
  align-items: center;
  padding: 92px 0 88px;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--accent);
}

.section-label.light {
  color: rgba(255,255,255,0.72);
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5.4vw, 4.7rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  max-width: 11ch;
}

.lead {
  font-size: 1.18rem;
  color: rgba(255,255,255,0.8);
  max-width: 42rem;
  margin: 24px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.97rem;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

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

.button-primary {
  background: #fff;
  color: #111216;
}

.button-secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.03);
}

.hero-panel {
  display: flex;
  justify-content: flex-end;
}

.hero-panel-card {
  width: min(100%, 360px);
  background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 26px 60px rgba(0,0,0,0.2);
}

.panel-label {
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.58);
}

.panel-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.86);
}

.panel-list li + li {
  margin-top: 10px;
}

.section {
  padding: 92px 0;
}

.intro-strip {
  background: linear-gradient(180deg, rgba(255,255,255,0.46), rgba(255,255,255,0.72));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-grid,
.two-col,
.footer-grid,
.experience-layout {
  display: grid;
  gap: 42px;
}

.intro-grid,
.two-col {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.intro-grid h2,
.two-col h2,
.section-head h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.05rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.intro-grid p,
.content p,
.section-head p,
.experience-item p,
.portrait-copy p,
.contact-box p,
.footer-grid p {
  color: var(--muted);
  font-size: 1.03rem;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head.narrow {
  max-width: 860px;
}

.cards {
  display: grid;
  gap: 22px;
}

.four-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card,
.quote-card,
.contact-box,
.portrait-card {
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(23,23,23,0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.card {
  padding: 28px;
}

.card h3,
.experience-item h3,
.portrait-copy h3,
.site-footer h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255,255,255,0.32), rgba(255,255,255,0.66));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-card {
  padding: 34px;
}

.quote {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.45;
  color: var(--text);
  letter-spacing: -0.02em;
}

.quote-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.quote-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(15,16,18,0.06);
  color: #1d1d1d;
  font-size: 0.92rem;
}

.experience-layout {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: start;
}

.experience-copy {
  display: grid;
  gap: 20px;
}

.experience-item {
  padding: 0 0 20px;
  border-bottom: 1px solid var(--line);
}

.experience-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.portrait-card {
  overflow: hidden;
}

.portrait-frame {
  position: relative;
  background: linear-gradient(180deg, rgba(201,169,106,0.18), rgba(255,255,255,0));
  padding: 18px 18px 0;
}

.portrait-frame img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 24px;
  filter: grayscale(100%);
}

.portrait-copy {
  padding: 24px 24px 28px;
}

.text-link {
  display: inline-block;
  margin-top: 8px;
  color: #111216;
  font-weight: 600;
}

.section-dark {
  background: linear-gradient(180deg, #101115, #17191d);
  color: #fff;
}

.section-dark .content p {
  color: rgba(255,255,255,0.72);
}

.contact-band {
  align-items: center;
}

.contact-box {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.08);
  box-shadow: none;
  padding: 30px;
}

.contact-kicker {
  color: rgba(255,255,255,0.55) !important;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem !important;
  margin: 0 0 18px;
}

.contact-line {
  display: block;
  font-size: 1.14rem;
  color: #fff;
  margin-top: 10px;
}

.contact-line.static {
  color: rgba(255,255,255,0.74);
}

.site-footer {
  background: #0d0e10;
  color: rgba(255,255,255,0.74);
  padding: 36px 0 46px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-grid {
  grid-template-columns: 1.1fr 1fr 1fr;
  align-items: start;
}

.site-footer h3,
.site-footer strong,
.site-footer a {
  color: #fff;
}

@media (max-width: 980px) {
  .hero-grid,
  .intro-grid,
  .two-col,
  .experience-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 0;
  }

  .hero-panel {
    justify-content: flex-start;
  }

  .brand-logo {
    height: 36px;
  }

  .hero h1 {
    max-width: none;
  }
}

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

  .header-inner {
    min-height: 76px;
  }

  .nav {
    display: none;
  }

  .section,
  .hero-grid {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .four-up {
    grid-template-columns: 1fr;
  }

  .card,
  .quote-card,
  .contact-box,
  .portrait-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-panel-card {
    width: 100%;
  }

  .button {
    width: 100%;
  }
}
