/* =========================================================
   GLOBAL LAYOUT
   ========================================================= */

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

.section {
  padding-block: clamp(72px, 10vw, 120px);
}

.section-narrow {
  max-width: 820px;
}

.section-muted {
  background: var(--page-alt);
}

.section h2,
.section h3 {
  color: #f3f7fa;
}

.section p {
  color: var(--text-on-dark-soft);
}


/* =========================================================
   SITE HEADER
   ========================================================= */

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 6px solid var(--tan);
  background: var(--page);
}

.header-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.logo {
  flex: 0 0 auto;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.14em;
  text-decoration: none;
  color: #f4f8fb;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav a {
  position: relative;
  padding-block: 24px 21px;
  color: var(--text-on-dark-soft);
  font-size: 0.86rem;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a.is-active,
.main-nav a[aria-current="page"] {
  color: var(--tan-soft);
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  height: 2px;
  background: var(--tan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 150ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.is-active::after,
.main-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.main-nav a:focus-visible {
  outline: 2px solid var(--tan);
  outline-offset: 4px;
}


/* =========================================================
   FIRST VIEWPORT
   ========================================================= */

.assistant-hero {
  min-height: calc(100svh - 74px);
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  overflow: hidden;
  border-bottom: 1px solid rgb(196 154 108 / 26%);
  background: var(--page);
}

.assistant-hero-main {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(270px, 28%) minmax(680px, 72%);
}

.assistant-hero-content {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding:
    clamp(22px, 3.5vh, 38px)
    clamp(24px, 2.5vw, 40px)
    clamp(20px, 3vh, 32px);
  overflow: hidden;
  isolation: isolate;
  background: #0a1c2c;
}

.assistant-hero-left-body {
  position: relative;
  z-index: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: flex-end;
  flex: 1;
  padding-top: clamp(18px, 3vh, 34px);
}

.assistant-brand-line {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.hero-logo {
  color: #f5f8fa;
  font-family:
    "Bahnschrift Condensed",
    "Arial Narrow",
    sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.16em;
  text-decoration: none;
}

.assistant-brand-line > span {
  padding-left: 18px;
  border-left: 1px solid var(--tan);
  color: var(--text-on-dark-soft);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.assistant-hero-copy {
  max-width: 330px;
  margin: 0;
  align-self: flex-start;
}

.assistant-hero-copy .eyebrow {
  display: none;
}

.assistant-hero-copy h1 {
  max-width: 330px;
  margin: 0 0 16px;
  font-family:
    "Bahnschrift",
    "Arial Narrow",
    Arial,
    sans-serif;
  color: #ffffff;
  font-size: clamp(1.7rem, 2.35vw, 2.8rem);
  font-weight: 650;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.assistant-hero-copy h1::after {
  content: none;
}

.hero-title-brand,
.hero-title-service {
  display: block;
}

.hero-title-brand {
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1.16em;
  letter-spacing: 0.05em;
}

.hero-title-brand span {
  display: inline-block;
  margin-inline: 0.03em;
  color: var(--tan-soft);
  font-size: 0.58em;
  vertical-align: 0.18em;
}

.hero-title-service {
  color: var(--text-on-dark);
  font-size: 0.72em;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.assistant-hero-copy .lead {
  max-width: 470px;
  margin: 0;
  color: var(--text-on-dark-soft);
  font-size: clamp(0.8rem, 1vw, 0.95rem);
  line-height: 1.55;
}


/* =========================================================
   HERO IMAGE
   ========================================================= */

.assistant-hero-visual {
  position: absolute;
  z-index: -2;
  inset: calc(-1 * clamp(80px, 10vh, 110px)) calc(-1 * clamp(24px, 2.5vw, 40px)) calc(-1 * clamp(20px, 3vh, 32px));
  overflow: hidden;
  background: #0a1c2c;
}

.assistant-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(5 20 33 / 76%);
}

.assistant-hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 55% center;
  filter: saturate(0.65) contrast(0.88);
}

.hero-contact {
  position: relative;
  align-self: flex-start;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
  color: var(--text-on-dark);
  text-align: left;
}

.hero-contact-icon {
  margin-top: 2px;
  font-size: 1.1rem;
}

.hero-contact div {
  display: flex;
  flex-direction: column;
}

.hero-contact strong {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.hero-contact div span {
  margin-top: 4px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* =========================================================
   ASSISTANT COLUMN
   ========================================================= */

.assistant-hero-assistant {
  min-width: 0;
  min-height: 0;
  display: grid;
  place-items: center;
  padding:
    clamp(12px, 2vh, 24px)
    clamp(16px, 1.2vw, 20px);
  border-left: 6px solid var(--tan);
  background: #f7f6f2;
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  padding-block: 38px;
  border-top: 1px solid rgb(196 154 108 / 25%);
  background: #05131f;
}

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

.footer-inner p {
  margin: 0;
  color: var(--text-on-dark-soft);
  font-size: 0.84rem;
}
