:root {
  --bg: #050608;
  --bg-soft: #0b0f1a;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4f1ea;
  --muted: rgba(244, 241, 234, 0.72);
  --gold: #d9b473;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(11, 15, 26, 0.68), rgba(5, 6, 8, 0.96)),
    radial-gradient(circle at top, rgba(217, 180, 115, 0.08), transparent 28%),
    var(--bg);
  font-family: "Neue Haas Grotesk Text", "Avenir Next", "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 38%),
    url("Cover photo.png") center center / cover no-repeat;
  opacity: 0.34;
  filter: blur(6px) saturate(0.92);
  transform: scale(1.03);
  animation: background-drift 26s ease-in-out infinite alternate;
  content: "";
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 0.6px, transparent 0.6px);
  background-size: 5px 5px;
  opacity: 0.07;
  mix-blend-mode: soft-light;
  pointer-events: none;
  content: "";
}

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

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

.site-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

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

.status-pill {
  margin: 0;
  padding: 10px 16px;
  border: 1px solid rgba(217, 180, 115, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: stretch;
  min-height: calc(100vh - 92px);
  padding: 28px 0 56px;
}

.hero-panel {
  backdrop-filter: blur(22px);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 4vw 56px 0;
}

.hero-copy > .eyebrow {
  animation: fade-up 700ms ease 80ms both;
}

.hero-copy > h1 {
  animation: fade-up 820ms cubic-bezier(0.2, 0.8, 0.2, 1) 160ms both;
}

.hero-copy > .intro {
  animation: fade-up 820ms ease 280ms both;
}

.hero-copy > .hero-actions {
  animation: fade-up 820ms ease 380ms both;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

h1,
.panel-quote {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 500;
}

h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(4rem, 10vw, 7.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.intro,
.panel-note,
.panel-quote {
  color: var(--muted);
  line-height: 1.7;
}

.intro {
  max-width: 56ch;
  margin: 28px 0 0;
  font-size: 1.08rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.74rem;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

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

.button-primary {
  border-color: rgba(217, 180, 115, 0.48);
  background: linear-gradient(180deg, rgba(217, 180, 115, 0.2), rgba(217, 180, 115, 0.08));
  box-shadow: 0 0 0 1px rgba(217, 180, 115, 0.08) inset;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.03);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 620px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(5, 6, 8, 0.46);
  box-shadow: var(--shadow);
}

.hero-panel::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 8, 0.16), rgba(5, 6, 8, 0.82)),
    url("Cover photo.png") center / cover no-repeat;
  opacity: 0.74;
  filter: blur(2px);
  transform: scale(1.02);
  animation: panel-float 18s ease-in-out infinite alternate;
  content: "";
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.panel-mark {
  position: absolute;
  top: 36px;
  right: 36px;
  width: 92px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(5, 6, 8, 0.28);
}

.panel-label {
  margin: 0 0 10px;
  color: rgba(244, 241, 234, 0.54);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.panel-quote {
  max-width: 14ch;
  margin: 0;
  color: var(--text);
  font-size: 2.3rem;
  line-height: 1.06;
}

.panel-note {
  max-width: 28ch;
  margin: 18px 0 0;
}

.signal-line {
  width: 100%;
  height: 1px;
  margin-top: 28px;
  background: linear-gradient(90deg, transparent, rgba(217, 180, 115, 0.9), transparent);
  animation: drift 8s linear infinite;
}

.panel-mark {
  animation: fade-up 780ms ease 220ms both;
}

.hero-panel .panel-label {
  animation: fade-up 820ms ease 300ms both;
}

.hero-panel .panel-quote {
  animation: fade-up 860ms ease 380ms both;
}

.hero-panel .panel-note {
  animation: fade-up 900ms ease 480ms both;
}


@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes background-drift {
  0% {
    transform: scale(1.03) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.07) translate3d(-1.4%, 1.2%, 0);
  }
}

@keyframes panel-float {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  100% {
    transform: scale(1.05) translate3d(1.5%, -1.5%, 0);
  }
}

@keyframes drift {
  0% {
    transform: translateX(-24%);
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(24%);
    opacity: 0.35;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 10px;
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero-panel {
    min-height: 460px;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 28px, 1180px);
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  h1 {
    max-width: none;
    font-size: clamp(3.2rem, 18vw, 4.8rem);
  }

  .hero-panel,
  .hero-copy {
    padding: 24px;
  }

  .panel-mark {
    top: 24px;
    right: 24px;
    width: 76px;
    padding: 12px;
  }
}

h2,
h3 {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-weight: 500;
}

h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

h3 {
  margin: 0;
  font-size: 1.65rem;
  line-height: 1.04;
}

.what-we-do {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 32px;
  align-items: start;
  padding: 22px 0 88px;
}

.what-we-do-intro {
  position: sticky;
  top: 28px;
  padding: 28px 0;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.what-we-do-intro p:last-child {
  max-width: 48ch;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.02rem;
}

.pillar-stack {
  display: grid;
  gap: 18px;
  padding-top: 10px;
}

.pillar {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(5, 6, 8, 0.34);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease;
}

.pillar::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(217, 180, 115, 0.06), transparent 38%, transparent 100%);
  opacity: 0.8;
  pointer-events: none;
  content: "";
}

.pillar:hover,
.pillar:focus-within {
  transform: translateY(-4px);
  border-color: rgba(217, 180, 115, 0.24);
}

.pillar.pillar-one {
  transition-delay: 0ms;
}

.pillar.pillar-two {
  transition-delay: 45ms;
}

.pillar.pillar-three {
  transition-delay: 90ms;
}

.pillar-one {
  width: min(100%, 88%);
  animation-delay: 80ms;
}

.pillar-two {
  width: min(100%, 94%);
  margin-left: auto;
  animation-delay: 170ms;
}

.pillar-three {
  width: min(100%, 90%);
  animation-delay: 260ms;
}

.pillar-index {
  position: relative;
  z-index: 1;
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.pillar-copy {
  position: relative;
  z-index: 1;
}

.pillar-copy p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

@keyframes rise-in {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .what-we-do {
    grid-template-columns: 1fr;
    padding-top: 8px;
  }

  .what-we-do-intro {
    position: static;
    padding-bottom: 6px;
  }

  .pillar-one,
  .pillar-two,
  .pillar-three {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .what-we-do {
    padding-bottom: 64px;
  }

  .pillar {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 22px;
  }

  h2 {
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

  h3 {
    font-size: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .reveal-on-scroll.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }
}

.faq {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: start;
  padding: 8px 0 96px;
}

.faq-intro {
  position: sticky;
  top: 28px;
  padding: 28px 0;
}

.faq-intro p:last-child {
  max-width: 42ch;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.faq-item {
  position: relative;
  min-height: 100%;
  padding: 24px 24px 26px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(5, 6, 8, 0.32);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.faq-item::before {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(217, 180, 115, 0), rgba(217, 180, 115, 0.65), rgba(217, 180, 115, 0));
  content: "";
}

.faq-item h3 {
  max-width: 18ch;
}

.faq-item p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

@media (max-width: 980px) {
  .faq {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .faq-intro {
    position: static;
    padding-bottom: 6px;
  }
}

@media (max-width: 720px) {
  .faq {
    padding-bottom: 68px;
  }

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

.closing-cta {
  padding: 8px 0 112px;
}

.closing-cta-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  gap: 28px;
  align-items: end;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(5, 6, 8, 0.38);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.closing-cta-shell::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(217, 180, 115, 0.08), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.06), transparent 24%);
  pointer-events: none;
  content: "";
}

.closing-copy,
.closing-actions {
  position: relative;
  z-index: 1;
}

.closing-copy p:last-child,
.closing-note {
  color: var(--muted);
  line-height: 1.8;
}

.closing-copy p:last-child {
  max-width: 50ch;
  margin: 20px 0 0;
}

.closing-actions {
  display: grid;
  justify-items: start;
  gap: 16px;
}

.closing-note {
  margin: 0;
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .closing-cta-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 720px) {
  .closing-cta {
    padding-bottom: 72px;
  }

  .closing-cta-shell {
    padding: 24px;
  }
}

.site-shell-page {
  padding-bottom: 84px;
}

.status-link {
  text-decoration: none;
}

.guide-page {
  display: grid;
  gap: 34px;
  padding: 18px 0 32px;
}

.guide-hero {
  max-width: 860px;
  padding: 26px 0 8px;
}

.guide-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.guide-nav {
  position: sticky;
  top: 26px;
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(5, 6, 8, 0.32);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.guide-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  transition: color 180ms ease, transform 180ms ease;
}

.guide-nav a:hover,
.guide-nav a:focus-visible {
  color: var(--text);
  transform: translateX(2px);
}

.guide-content {
  display: grid;
  gap: 20px;
}

.guide-block,
.guide-closing {
  padding: 28px 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(5, 6, 8, 0.34);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.guide-block h2,
.guide-closing h2 {
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 3rem);
}

.guide-block p,
.guide-closing p {
  max-width: 64ch;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.guide-closing {
  position: relative;
  overflow: hidden;
}

.guide-closing::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(217, 180, 115, 0.08), transparent 32%),
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.05), transparent 22%);
  pointer-events: none;
  content: "";
}

.guide-closing > * {
  position: relative;
  z-index: 1;
}

.guide-closing .button {
  margin-top: 24px;
}

@media (max-width: 980px) {
  .guide-layout {
    grid-template-columns: 1fr;
  }

  .guide-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .guide-nav,
  .guide-block,
  .guide-closing {
    padding: 22px;
  }

  .guide-nav {
    grid-template-columns: 1fr;
  }

  .guide-block h2,
  .guide-closing h2 {
    max-width: none;
    font-size: clamp(1.8rem, 10vw, 2.6rem);
  }
}
