:root {
  --ivory: #f6f1e8;
  --paper: #fffaf2;
  --charcoal: #111111;
  --muted: #6f675c;
  --line: rgba(17, 17, 17, 0.13);
  --gold: #a87945;
  --black: #080808;
  --shadow: 0 24px 70px rgba(20, 15, 10, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: var(--sans);
  line-height: 1.6;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 8vw;
  background: rgba(246, 241, 232, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-mark {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: none;
}

.brand-text {
  font-size: 0.72rem;
  font-weight: 500;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 0.88rem;
}

.nav a:not(.nav-button) {
  position: relative;
}

.nav a:not(.nav-button)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: var(--charcoal);
  transition: width 240ms ease;
}

.nav a:hover::after {
  width: 100%;
}

.nav-button {
  border: 1px solid var(--charcoal);
  padding: 12px 22px;
  transition: background 240ms ease, color 240ms ease;
}

.nav-button:hover {
  background: var(--charcoal);
  color: var(--paper);
}

.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  display: grid;
  grid-template-columns: 1.1fr 0.95fr;
  align-items: center;
  gap: 6vw;
  padding: 150px 8vw 90px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(168, 121, 69, 0.2), transparent 26%),
    linear-gradient(90deg, rgba(255, 250, 242, 0.95), rgba(246, 241, 232, 0.7));
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  top: 0;
  width: 56vw;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(246, 241, 232, 0), rgba(17, 17, 17, 0.18)),
    repeating-linear-gradient(90deg, rgba(17,17,17,0.08) 0 1px, transparent 1px 72px);
  opacity: 0.56;
  z-index: -1;
}

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

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

h1, h2 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3.5rem, 10vw, 8rem);
}

h2 {
  font-size: clamp(2.6rem, 5.4vw, 5.2rem);
}

h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.05;
}

.hero-copy {
  max-width: 540px;
  margin-bottom: 38px;
  color: #312d28;
  font-size: 1.06rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 15px 24px;
  border: 1px solid var(--charcoal);
  font-size: 0.9rem;
  transition: transform 240ms ease, background 240ms ease, color 240ms ease, box-shadow 240ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.button-dark {
  background: var(--charcoal);
  color: var(--paper);
}

.button-light {
  background: transparent;
}

.hero-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48vw;
  display: block;
  justify-content: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero-card {

  position: absolute;

  inset: 0;

  width: 100%;

  min-height: 100%;

  padding: 0;

  box-shadow: none;

  overflow: hidden;

  background:

    linear-gradient(

      to right,

      rgba(246,241,232,1) 0%,

      rgba(246,241,232,0.88) 16%,

      rgba(246,241,232,0.36) 42%,

      rgba(8,8,8,0.18) 64%,

      rgba(8,8,8,0.46) 100%

    ),

    linear-gradient(

      to bottom,

      rgba(8,8,8,0.02) 0%,

      rgba(8,8,8,0.12) 55%,

      rgba(8,8,8,0.34) 100%

    ),

    url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?q=80&w=1469&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") center/cover;

  background-blend-mode: normal, multiply, normal;

  filter: saturate(92%) contrast(96%);

}
 


.hero-card .card-label,
.hero-card strong {
 position: absolute;
 left: 18%;
 z-index: 3;
}
.hero-card .card-label {
 bottom: 318px;
 color: rgba(255,250,242,0.86);
 font-size: 0.68rem;
 font-weight: 700;
 letter-spacing: 0.34em;
 text-transform: uppercase;
 text-shadow: 0 2px 14px rgba(0,0,0,0.58);
}
.hero-card strong {
 bottom: 50px;
 max-width: 460px;
 font-family: var(--serif);
 font-size: clamp(2.7rem, 4.2vw, 4.7rem);
 font-weight: 500;
 line-height: 1.02;
 letter-spacing: -0.055em;
 color: rgba(255,250,242,0.82);
 text-shadow:
   0 1px 0 rgba(0,0,0,0.55),
   0 18px 40px rgba(0,0,0,0.58);
}

.hero-panel::after {
 content: "";
 position: absolute;
 inset: auto 0 0 0;
 height: 26%;
 pointer-events: none;
 background: linear-gradient(
   to bottom,
   rgba(246,241,232,0),
   rgba(246,241,232,0.22)
 );
 z-index: 2;
}
 
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 34px;
  display: grid;
  gap: 10px;
  justify-items: center;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  width: 1px;
  height: 42px;
  background: var(--muted);
  animation: scrollLine 1.9s ease-in-out infinite;
}

@keyframes scrollLine {
  0%, 100% { transform: scaleY(0.55); opacity: 0.5; }
  50% { transform: scaleY(1); opacity: 1; }
}

section:not(.hero) {
  padding: 92px 8vw;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 52px;
}

.section-heading.wide {
  max-width: 920px;
}

.services {
 padding-top: 200px;
 padding-bottom: 120px;
 background: var(--ivory);
}
.services .section-heading {
 max-width: 820px;
 margin-bottom: 132px;
}
.services .eyebrow {
 margin-bottom: 22px;
 color: var(--gold);
 font-size: 0.7rem;
 font-weight: 600;
 letter-spacing: 0.26em;
 text-transform: uppercase;
}

.services h2 {
 max-width: 760px;
 font-family: var(--serif);
 font-size: clamp(3.1rem, 6vw, 6.4rem);
 font-weight: 500;
 line-height: 0.92;
 letter-spacing: -0.05em;
}

.service-grid {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 border-top: 1px solid rgba(17, 17, 17, 0.12);
 border-left: none;
 background: transparent;
}

.service-card {
 min-height: 340px;
 padding: 42px 34px 34px 0;
 background: transparent;
 border: none;
 border-right: 1px solid rgba(17, 17, 17, 0.045);
 box-shadow: none;
 transition: none;
}
.service-card:last-child {
 border-right: none;
}
.service-card:hover {
 background: transparent;
 transform: none;
 box-shadow: none;
}

.service-icon {
 display: block;
 margin-bottom: 92px;
  color: var(--gold);
 font-family: var(--serif);
 font-size: 1rem;
 letter-spacing: 0.12em;
}

.service-card h3 {
 max-width: 260px;
 margin-bottom: 22px;
 font-family: var(--serif);
 font-size: 1.85rem;
 font-weight: 500;
 line-height: 1;
 letter-spacing: -0.035em;
}

.service-card p {
 max-width: 250px;
 color: rgba(17, 17, 17, 0.64);
 font-size: 0.94rem;
 line-height: 1.65;
}

.service-card + .service-card {
 padding-left: 34px;
}




.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background:
    radial-gradient(circle at 85% 25%, rgba(168, 121, 69, 0.14), transparent 28%),
    #080808;
  color: rgba(255, 250, 242, 0.74);
}

.stats div {
  padding: 140px 8vw;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}

.stats span {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
}

.stats strong {
  display: block;
  margin: 18px 0 12px;
  font-family: var(--serif);
  font-size: clamp(2.1rem, 3.4vw, 4rem);
  font-weight: 500;
  line-height: 1;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 8vw;
  align-items: start;
  background: var(--paper);
}

.split-copy {
  padding-top: 150px;
  padding-bottom: 150px;
  max-width: 480px;
  background-image: 
    repeating-linear-gradient(
      90deg,
      rgba(17,17,17,0.025) 0 1px,
      transparent 1px 220px
    );
    font-weight: 350;
}

.split h2 {
  padding-top: 28px;
  line-height: 0.92;
}

.deliverables {
  background: var(--ivory);
}

.deliverable-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid rgba(17,17,17, 0.08);
}

.deliverable-list article {
  padding: 0px 38px 35px;
  border-bottom: 1px solid rgba(17,17,17, 0.08);
  line-height: 1.65;
}

.deliverable-list article:nth-child(odd) {
  border-right: 1px solid rgba(17,17,17, 0.08);
}

.cta {
  text-align: center;
  background: var(--black);
  color: var(--paper);
  padding-bottom: 140px;
}

.cta h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cta p {
  max-width: 540px;
  margin: 24px auto 36px;
  color: rgba(255, 250, 242, 0.72);
}

.cta .button {
  border-color: var(--paper);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 32px 8vw;
  background: var(--black);
  color: var(--paper);
  border-top: 1px solid rgba(255, 250, 242, 0.12);
}

.footer-brand .brand-mark,
.footer-brand .brand-text {
  color: var(--paper);
}

.section-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 900ms ease, transform 900ms ease;
}

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

@media (max-width: 1050px) {
  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    display: none;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    position: static;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 6vw;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 70px 6vw 96px;
  }

  .scroll-cue {
    left: 6vw;
    transform: none;
  }

  section:not(.hero) {
    padding: 70px 6vw;
  }

  .service-grid,
  .stats,
  .deliverable-list {
    grid-template-columns: 1fr;
  }

  .deliverable-list article:nth-child(odd) {
    border-right: 0;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 6vw;
  }
}

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

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


.operations-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 250, 242, 0.16);
  pointer-events: none;
}

.operations-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,250,242,0.06) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(0deg, rgba(255,250,242,0.04) 0 1px, transparent 1px 46px);
  opacity: 0.45;
  pointer-events: none;
}

.operations-card .card-label,
.operations-card strong,
.ops-board {
  position: relative;
  z-index: 1;
}

.ops-board {
  margin-top: 34px;
  display: grid;
  gap: 12px;
  border-top: 1px solid rgba(255, 250, 242, 0.22);
  padding-top: 24px;
}

.ops-board div {
  display: grid;
  grid-template-columns: 95px 1fr auto;
  align-items: center;
  gap: 14px;
  color: rgba(255, 250, 242, 0.8);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ops-board i {
  height: 1px;
  background: rgba(255, 250, 242, 0.26);
}

.ops-board b {
  color: var(--gold);
  font-weight: 500;
}
