:root {
  --navy: #071526;
  --navy-soft: #0c1d31;
  --cream: #f4efe4;
  --cream-muted: #d8cfbd;
  --gold: #b99a5b;
  --gold-soft: #d0b77b;
  --line: rgba(244, 239, 228, 0.15);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--navy);
  color: var(--cream);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0;
}

img {
  max-width: 100%;
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(22px, 3vw, 30px) clamp(22px, 5vw, 64px);
  color: var(--cream);
  background: linear-gradient(180deg, rgba(7, 21, 38, 0.95), rgba(7, 21, 38, 0));
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brand-rule {
  width: 2px;
  height: 24px;
  background: var(--gold);
}

.header-contact {
  padding: 7px 0 9px;
  border-bottom: 1px solid var(--gold);
  color: var(--cream-muted);
  font-size: 15px;
  letter-spacing: 0.04em;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 88svh;
  display: flex;
  align-items: center;
  padding: clamp(124px, 15vh, 164px) clamp(22px, 6vw, 84px) clamp(76px, 10vh, 112px);
  background:
    radial-gradient(circle at 80% 12%, rgba(185, 154, 91, 0.12), transparent 30%),
    linear-gradient(135deg, var(--navy), var(--navy-soft));
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 21, 38, 0.98) 0%, rgba(7, 21, 38, 0.78) 46%, rgba(7, 21, 38, 0.16) 100%),
    linear-gradient(180deg, rgba(7, 21, 38, 0) 68%, var(--navy) 100%);
  pointer-events: none;
}

.hero-portrait {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: min(52vw, 720px);
  height: 100%;
  opacity: 0.74;
  filter: saturate(0.84) contrast(1.05) brightness(0.8);
  transform: translateZ(0);
  mask-image:
    linear-gradient(90deg, transparent 0%, black 18%, black 78%, transparent 100%),
    linear-gradient(180deg, black 0%, black 72%, transparent 100%);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, black 18%, black 78%, transparent 100%),
    linear-gradient(180deg, black 0%, black 72%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 32%;
  image-rendering: auto;
}

.hero-inner,
.section-inner {
  position: relative;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.eyebrow,
.section-kicker {
  margin: 0 0 clamp(16px, 2vw, 22px);
  color: var(--gold-soft);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.logo-lockup {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 38px);
  margin: 0;
  color: var(--cream);
  font-size: clamp(78px, 12vw, 178px);
  font-weight: 750;
  line-height: 0.88;
  letter-spacing: 0.05em;
}

.logo-rule {
  flex: 0 0 auto;
  width: clamp(5px, 0.6vw, 9px);
  height: clamp(72px, 12vw, 168px);
  background: var(--gold);
}

.logo-ond {
  color: #ddd4c3;
}

.role {
  margin: clamp(30px, 4vw, 42px) 0 0;
  color: var(--cream);
  font-size: clamp(24px, 3.6vw, 44px);
  font-weight: 460;
  line-height: 1.1;
}

.hero-copy {
  max-width: 720px;
  margin: clamp(34px, 4vw, 46px) 0 0;
  color: var(--cream-muted);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 350;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: clamp(44px, 5vw, 58px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid var(--gold);
  font-size: 15px;
  font-weight: 520;
  letter-spacing: 0.05em;
}

.button-primary {
  color: var(--cream);
  background: transparent;
}

.button-secondary {
  color: var(--cream);
  background: transparent;
}

.positioning,
.experience,
.credibility,
.contact {
  padding: clamp(96px, 12vw, 164px) clamp(22px, 6vw, 84px);
  border-top: 0;
}

.positioning h2,
.experience h2,
.credibility h2,
.contact h2 {
  max-width: 900px;
  margin: 0;
  color: var(--cream);
  font-size: clamp(36px, 5.4vw, 70px);
  font-weight: 470;
  line-height: 1.08;
}

.contact h2 {
  max-width: 680px;
  font-size: clamp(27px, 3.4vw, 44px);
  line-height: 1.18;
}

.positioning p,
.credibility p,
.contact p {
  max-width: 780px;
  margin: 38px 0 0;
  color: var(--cream-muted);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 350;
  line-height: 1.56;
}

.experience {
  background: transparent;
}

.experience-list {
  display: block;
  max-width: 760px;
  margin: clamp(52px, 6vw, 70px) 0 0;
  padding: 0;
  list-style: none;
}

.experience-list li {
  padding: 18px 0;
  color: var(--cream);
  font-size: clamp(23px, 2.6vw, 34px);
  font-weight: 360;
  line-height: 1.18;
  letter-spacing: 0.01em;
}

.experience-list li + li {
  border-top: 1px solid rgba(244, 239, 228, 0.08);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}

.split p {
  margin-top: 8px;
}

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

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 40px;
  margin-top: 52px;
}

.contact-links a {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gold);
  color: var(--cream);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 350;
}

.legal-page {
  min-height: 100vh;
  padding: 148px clamp(22px, 6vw, 84px) clamp(74px, 10vw, 132px);
}

.legal-inner {
  max-width: 900px;
}

.legal-inner h1 {
  margin: 0 0 52px;
  color: var(--cream);
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 520;
  line-height: 1.05;
}

.legal-block {
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.legal-block h2 {
  margin: 0 0 18px;
  color: var(--cream);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 520;
}

.legal-block p {
  max-width: 760px;
  margin: 0;
  color: var(--cream-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.legal-block a,
.site-footer a {
  color: var(--cream);
  border-bottom: 1px solid var(--gold);
}

.site-footer a {
  color: inherit;
  border-color: rgba(185, 154, 91, 0.55);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  padding: 26px clamp(22px, 5vw, 64px);
  border-top: 1px solid rgba(244, 239, 228, 0.07);
  color: rgba(244, 239, 228, 0.42);
  font-size: 13px;
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 22px;
  }

  .hero {
    min-height: 86vh;
    padding-top: 112px;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(7, 21, 38, 0.94) 0%, rgba(7, 21, 38, 0.68) 58%, rgba(7, 21, 38, 0.22) 100%),
      linear-gradient(180deg, rgba(7, 21, 38, 0.1) 0%, rgba(7, 21, 38, 0.12) 54%, var(--navy) 100%);
  }

  .hero-portrait {
    width: 78vw;
    opacity: 0.68;
    transform: translateX(22%);
  }

  .logo-lockup {
    gap: 12px;
    font-size: clamp(52px, 13vw, 76px);
    letter-spacing: 0.02em;
  }

  .logo-rule {
    width: 5px;
    height: 72px;
  }

  .experience-list,
  .split {
    grid-template-columns: 1fr;
  }

  .split p {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .brand-mark {
    gap: 8px;
    font-size: 14px;
  }

  .header-contact {
    display: none;
  }

  .hero {
    min-height: 92svh;
    padding-top: 118px;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(7, 21, 38, 0.94) 0%, rgba(7, 21, 38, 0.64) 64%, rgba(7, 21, 38, 0.26) 100%),
      linear-gradient(180deg, rgba(7, 21, 38, 0.06) 0%, rgba(7, 21, 38, 0.12) 56%, var(--navy) 100%);
  }

  .hero-portrait {
    right: -28vw;
    width: 112vw;
    opacity: 0.58;
    transform: none;
    mask-image: linear-gradient(90deg, transparent 0%, black 24%, black 82%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 24%, black 82%, transparent 100%);
  }

  .hero-portrait img {
    object-position: 50% 28%;
  }

  .logo-lockup {
    gap: 10px;
    font-size: clamp(48px, 16vw, 62px);
  }

  .logo-rule {
    width: 4px;
    height: 62px;
  }

  .role {
    font-size: 24px;
  }

  .hero-copy {
    max-width: 330px;
    font-size: 19px;
    line-height: 1.52;
  }

  .hero-actions {
    gap: 28px;
  }
}
