:root {
  --bg: #0b0e0c;
  --surface: #141816;
  --fg: #f4f1ea;
  --muted: #a3aaa4;
  --subtle: #6f776f;
  --sage: #6e8b74;
  --stone: #c8c2b4;
  --line: rgb(244 241 234 / 0.12);
  --line-strong: rgb(244 241 234 / 0.22);
  --font-display: "Cormorant Garamond", ui-serif, Georgia, serif;
  --font-sans: "Outfit", ui-sans-serif, system-ui, sans-serif;
  --radius-md: 0.75rem;
  --radius-xl: 1.5rem;
  --radius-2xl: 2rem;
}

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

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
  background: var(--bg);
  color: var(--fg);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-sans);
  line-height: 1.55;
}

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

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

button,
[role="button"] {
  cursor: pointer;
}

::selection {
  background: var(--sage);
  color: var(--bg);
}

h1,
h2,
h3 {
  text-wrap: balance;
  font-weight: 500;
  letter-spacing: -0.02em;
}

p {
  text-wrap: pretty;
}

.wrap {
  width: min(72rem, calc(100% - 2.5rem));
  margin-inline: auto;
}

@media (min-width: 640px) {
  .wrap {
    width: min(72rem, calc(100% - 4rem));
  }
}

.eyebrow {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sage);
}

.eyebrow.stone {
  color: var(--stone);
}

.display {
  font-family: var(--font-display);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0 1.5rem;
  border: 0;
  border-radius: var(--radius-md);
  background: var(--fg);
  color: var(--bg);
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 150ms ease, transform 150ms ease;
}

.btn:hover {
  background: var(--stone);
}

.btn:active {
  transform: scale(0.96);
}

.btn-ghost {
  background: transparent;
  color: var(--fg);
  border: 1px solid var(--line-strong);
}

.btn-ghost:hover {
  background: transparent;
  border-color: var(--stone);
  color: var(--stone);
}

header.site {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 4rem;
  border-bottom: 1px solid transparent;
  transition: background-color 300ms ease, border-color 300ms ease;
}

header.site.scrolled,
header.site.open {
  background: rgb(11 14 12 / 0.9);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.brand svg {
  width: 2.25rem;
  height: 2.25rem;
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name strong {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.brand-name span {
  margin-top: 0.15rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-desk {
  display: none;
  align-items: center;
  gap: 2rem;
}

.nav-desk a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
}

.nav-desk a:hover,
.nav-desk a:focus-visible {
  color: var(--fg);
}

.nav-desk .btn {
  min-height: 2.75rem;
  padding-inline: 1.25rem;
}

.menu-btn {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
  color: var(--fg);
  display: grid;
  place-items: center;
}

.nav-mobile {
  display: none;
  border-top: 1px solid var(--line);
  background: var(--bg);
  padding: 1rem 0 1.25rem;
}

header.site.open .nav-mobile {
  display: block;
}

.nav-mobile a {
  display: flex;
  align-items: center;
  min-height: 3rem;
  font-size: 1rem;
  font-weight: 500;
}

.nav-mobile .btn {
  width: 100%;
  margin-top: 0.5rem;
}

@media (min-width: 1024px) {
  header.site {
    height: 5rem;
  }
  .nav-desk {
    display: flex;
  }
  .menu-btn,
  .nav-mobile {
    display: none !important;
  }
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100dvh;
  overflow: hidden;
}

.hero img,
.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, var(--bg), rgb(11 14 12 / 0.55) 45%, rgb(11 14 12 / 0.2)),
    linear-gradient(to right, rgb(11 14 12 / 0.7), transparent 55%);
}

.hero-copy {
  position: relative;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7rem 0 4.5rem;
}

.hero h1 {
  max-width: 48rem;
  margin: 1.25rem 0 0;
  font-size: clamp(2.75rem, 7vw, 4.5rem);
  line-height: 1.05;
}

.hero h1 em {
  display: block;
  margin-top: 0.15rem;
  font-style: italic;
  color: var(--stone);
}

.hero-lead {
  max-width: 36rem;
  margin: 1.5rem 0 0;
  font-size: 1.0625rem;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.stats-band {
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.stat {
  padding: 2rem 1.25rem;
  border-right: 1px solid var(--line);
}

.stat:nth-child(-n + 2) {
  border-bottom: 1px solid var(--line);
}

.stat:nth-child(2n) {
  border-right: 0;
}

.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 500;
}

.stat span {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--muted);
}

@media (min-width: 1024px) {
  .stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .stat {
    padding: 2.5rem 2rem;
    border-bottom: 0 !important;
    border-right: 1px solid var(--line);
  }
  .stat:last-child {
    border-right: 0;
  }
}

section.block {
  padding: 5rem 0;
}

@media (min-width: 640px) {
  section.block {
    padding: 7rem 0;
  }
}

.about-grid,
.contact-grid {
  display: grid;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: 5fr 7fr;
    gap: 4rem;
    align-items: start;
  }
  .contact-grid {
    grid-template-columns: 5fr 7fr;
    gap: 3rem;
  }
}

.portrait {
  max-width: 20rem;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  background: var(--surface);
}

.portrait img {
  display: block;
  width: 100%;
  height: auto;
}

.caption {
  margin: 1rem 0 0;
  font-size: 0.875rem;
  color: var(--subtle);
}

.about-copy h2,
.services-head h2,
.approach h2,
.reach-head h2,
.contact-copy h2 {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
}

.prose {
  margin-top: 2rem;
}

.prose p {
  margin: 0 0 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--muted);
}

.services-head,
.reach-head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.lede {
  margin: 0;
  max-width: 24rem;
  color: var(--muted);
}

@media (min-width: 1024px) {
  .services-head,
  .reach-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.service {
  display: grid;
  overflow: hidden;
  margin-top: 2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-2xl);
  background: var(--surface);
}

.service-media {
  position: relative;
  min-height: 16rem;
}

.service-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-copy {
  padding: 2rem;
}

.kicker {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--sage);
}

.service-copy h3 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.service-copy p {
  max-width: 28rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
}

@media (min-width: 1024px) {
  .service {
    grid-template-columns: 1fr 1fr;
  }
  .service.reverse .service-media {
    order: 2;
  }
  .service-copy {
    padding: 3rem;
  }
}

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

@media (min-width: 640px) {
  .extras {
    grid-template-columns: repeat(3, 1fr);
  }
}

.extra {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  padding: 1.75rem;
}

.extra h3 {
  margin: 0;
  font-size: 1.5rem;
}

.extra p {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--muted);
}

.approach {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.steps {
  display: grid;
  margin-top: 3.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  background: var(--line);
  gap: 1px;
}

@media (min-width: 640px) {
  .steps {
    grid-template-columns: 1fr 1fr;
  }
}

.step {
  background: var(--bg);
  padding: 2.5rem;
}

.step h3 {
  margin: 0;
  font-size: 1.875rem;
}

.step p {
  max-width: 24rem;
  margin: 1rem 0 0;
  color: var(--muted);
}

.band img {
  width: 100%;
  height: 14rem;
  object-fit: cover;
}

@media (min-width: 640px) {
  .band img {
    height: 20rem;
  }
}

.band {
  border-block: 1px solid var(--line);
}

.markets {
  display: grid;
  gap: 1rem;
  margin-top: 3rem;
}

@media (min-width: 640px) {
  .markets {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .markets {
    grid-template-columns: repeat(3, 1fr);
  }
}

.market {
  position: relative;
  min-height: 11rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
}

.market img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.market:hover img {
  transform: scale(1.03);
}

.market::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--bg), rgb(11 14 12 / 0.4) 45%, rgb(11 14 12 / 0.1));
}

.market-copy {
  position: relative;
  z-index: 1;
  min-height: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
}

.market-copy small {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
  font-size: 0.75rem;
}

.market-copy strong {
  margin-top: 0.25rem;
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 500;
}

.note {
  margin: 0;
  font-size: 0.875rem;
  color: var(--subtle);
}

@media (min-width: 1024px) {
  .note.right {
    text-align: right;
  }
}

.contact {
  border-top: 1px solid var(--line);
}

.mail {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 2rem;
  overflow-wrap: anywhere;
}

.mail:hover {
  color: var(--stone);
}

form.card,
.success {
  border: 1px solid var(--line);
  border-radius: var(--radius-2xl);
  background: var(--surface);
  padding: 1.5rem;
}

@media (min-width: 640px) {
  form.card,
  .success {
    padding: 2rem;
  }
}

.fields {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .fields {
    grid-template-columns: 1fr 1fr;
  }
  .span-2 {
    grid-column: span 2;
  }
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--muted);
}

input,
select,
textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0 1rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: var(--surface);
  color: var(--fg);
  font-family: inherit;
  font-size: 1rem;
  outline: none;
}

textarea {
  min-height: 9rem;
  padding: 0.75rem 1rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--stone);
  box-shadow: 0 0 0 2px rgb(200 194 180 / 0.3);
}

.select-wrap {
  position: relative;
}

select {
  appearance: none;
  padding-right: 3rem;
}

.select-wrap svg {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 1rem;
  height: 1rem;
  color: var(--muted);
  pointer-events: none;
}

.honeypot {
  display: none;
}

.form-foot {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.form-foot p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--subtle);
}

@media (min-width: 640px) {
  .form-foot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.success h3 {
  margin: 0;
  font-size: 1.875rem;
}

.success p {
  max-width: 28rem;
  margin: 0.75rem 0 0;
  color: var(--muted);
}

footer.site {
  border-top: 1px solid var(--line);
  background: var(--surface);
  padding: 3rem 0 4rem;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 640px) {
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.footer-brand {
  display: flex;
  gap: 0.75rem;
}

.footer-brand svg {
  width: 2.5rem;
  height: 2.5rem;
}

.footer-brand strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
}

.footer-brand p {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  color: var(--muted);
}

.footer-meta {
  display: grid;
  gap: 2rem;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .footer-meta {
    grid-template-columns: repeat(3, auto);
    gap: 2.5rem;
  }
}

.footer-meta h4 {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--subtle);
}

.footer-meta p,
.footer-meta a {
  margin: 0;
  color: var(--muted);
}

.footer-meta a:hover {
  color: var(--fg);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.875rem;
  color: var(--subtle);
}

@media (min-width: 640px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-video {
    display: none;
  }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--stone);
  outline-offset: 3px;
}
