:root {
  --ink: #101820;
  --muted: #5a6673;
  --soft: #f4f1ec;
  --paper: #fbfaf7;
  --line: rgba(16, 24, 32, 0.12);
  --deep: #0f1720;
  --deep-2: #16212c;
  --accent: #9b6b43;
  --accent-dark: #704a2f;
  --accent-soft: #efe3d7;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(15, 23, 32, 0.12);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(rgba(16, 24, 32, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 32, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

p,
h1,
h2,
h3 {
  margin: 0;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  transform: translateY(-160%);
  border-radius: 6px;
  background: var(--deep);
  color: var(--white);
  padding: 0.75rem 1rem;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.section-pad {
  padding: 104px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  background: rgba(251, 250, 247, 0.88);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.wordmark,
.nav-links,
.hero-actions,
.footer-inner {
  display: flex;
  align-items: center;
}

.wordmark {
  gap: 0.7rem;
  font-weight: 800;
  letter-spacing: 0;
}

.wordmark-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: var(--deep);
  color: var(--white);
  font-size: 0.78rem;
}

.nav-links {
  gap: 1.45rem;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a,
.footer-inner a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.footer-inner a:hover,
.footer-inner a:focus-visible {
  color: var(--accent-dark);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 750;
}

.nav-cta {
  border: 1px solid var(--line);
  padding: 0 1rem;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(15, 23, 32, 0.06);
}

.button {
  padding: 0.8rem 1.1rem;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.primary {
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 16px 38px rgba(112, 74, 47, 0.22);
}

.primary:hover,
.primary:focus-visible {
  background: var(--accent-dark);
}

.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.light {
  background: var(--white);
  color: var(--deep);
  box-shadow: none;
}

.eyebrow {
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  display: grid;
  min-height: calc(100vh - 74px);
  align-items: center;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
}

.hero-copy {
  max-width: 720px;
}

h1 {
  max-width: 780px;
  margin-top: 1rem;
  font-size: clamp(3.4rem, 8vw, 6.35rem);
  line-height: 0.96;
  font-weight: 800;
}

.hero-subhead {
  max-width: 630px;
  margin-top: 1.45rem;
  color: #394754;
  font-size: clamp(1.08rem, 2.1vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.1rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(155, 107, 67, 0.16), transparent 34%),
    linear-gradient(135deg, #f8f4ee 0%, #e8edf0 100%);
  box-shadow: var(--shadow);
}

.hero-visual::before {
  position: absolute;
  inset: 28px;
  content: "";
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: 8px;
  background-image:
    linear-gradient(rgba(16, 24, 32, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 32, 0.06) 1px, transparent 1px);
  background-size: 36px 36px;
}

.orbit {
  position: absolute;
  inset: 86px;
  border: 1px solid rgba(112, 74, 47, 0.28);
  border-radius: 50%;
}

.orbit-two {
  inset: 140px 76px 108px;
  rotate: -18deg;
}

.product-tile {
  position: absolute;
  width: min(245px, 58%);
  border: 1px solid rgba(16, 24, 32, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 48px rgba(15, 23, 32, 0.14);
  padding: 1rem;
}

.product-tile strong,
.product-tile span {
  display: block;
}

.product-tile strong {
  margin: 0.35rem 0 0.2rem;
  font-size: 1rem;
}

.product-tile span:not(.tile-kicker) {
  color: var(--muted);
  font-size: 0.9rem;
}

.tile-kicker {
  color: var(--accent-dark);
  font-size: 0.75rem;
  font-weight: 800;
}

.tile-primary {
  top: 90px;
  left: 54px;
}

.tile-secondary {
  right: 44px;
  top: 238px;
}

.tile-tertiary {
  left: 92px;
  bottom: 86px;
}

.intro-band,
.split-band {
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--deep);
  color: var(--white);
}

.intro-band {
  padding: 86px 0;
}

.about-grid,
.approach-grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: 0.82fr 1.18fr;
}

h2 {
  margin-top: 0.75rem;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.06;
  font-weight: 800;
}

.body-copy {
  display: grid;
  gap: 1.1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.section-heading {
  max-width: 720px;
}

.section-heading > p:last-child {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.card-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.principles-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  padding: 1.35rem;
}

.card {
  min-height: 265px;
}

.status {
  display: inline-flex;
  border: 1px solid rgba(112, 74, 47, 0.2);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  padding: 0.28rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

h3 {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

.card p,
.principles-grid p,
.step p,
.contact-panel p {
  margin-top: 0.8rem;
  color: var(--muted);
}

.split-band {
  padding: 104px 0;
}

.split-band .eyebrow {
  color: #d7b998;
}

.split-band .section-heading p:last-child {
  color: rgba(255, 255, 255, 0.7);
}

.sticky-heading {
  align-self: start;
}

.steps {
  display: grid;
  gap: 0.9rem;
}

.step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  padding: 1.2rem;
}

.step > span {
  color: #d7b998;
  font-weight: 800;
}

.step h3 {
  margin-top: 0;
}

.step p {
  color: rgba(255, 255, 255, 0.7);
}

.principles-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.principles-grid article {
  min-height: 205px;
}

.contact-band {
  padding: 96px 0;
  background: linear-gradient(135deg, var(--deep) 0%, var(--deep-2) 100%);
  color: var(--white);
}

.contact-panel {
  max-width: 860px;
}

.contact-panel .eyebrow {
  color: #d7b998;
}

.contact-panel p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.contact-panel .button {
  margin-top: 1.7rem;
}

.site-footer {
  background: var(--deep);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.footer-inner {
  min-height: 78px;
  justify-content: space-between;
  gap: 1rem;
}

:focus-visible {
  outline: 3px solid rgba(155, 107, 67, 0.45);
  outline-offset: 4px;
}

@media (max-width: 920px) {
  .nav {
    flex-wrap: wrap;
    padding: 0.85rem 0;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .hero,
  .about-grid,
  .approach-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 72px;
  }

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

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

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1120px);
  }

  .section-pad,
  .split-band,
  .contact-band {
    padding: 72px 0;
  }

  .intro-band {
    padding: 66px 0;
  }

  .nav {
    align-items: flex-start;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 0.95rem;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  h1 {
    font-size: clamp(2.8rem, 15vw, 4.2rem);
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-visual::before {
    inset: 16px;
  }

  .orbit {
    inset: 74px 34px;
  }

  .product-tile {
    width: 215px;
    padding: 0.85rem;
  }

  .tile-primary {
    top: 54px;
    left: 24px;
  }

  .tile-secondary {
    top: 170px;
    right: 22px;
  }

  .tile-tertiary {
    bottom: 50px;
    left: 38px;
  }

  .three,
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .principles-grid article {
    min-height: auto;
  }

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

  .footer-inner {
    min-height: 94px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}
