* {
  box-sizing: border-box;
}

:root {
  --black: #171615;
  --cream: #f7f2ea;
  --warm-white: #fffaf3;
  --taupe: #746b60;
  --line: rgba(23, 22, 21, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--black);
  background: var(--cream);
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  line-height: 1.65;
  font-weight: 300;
}

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

.nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 920px);
  z-index: 20;
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 3rem);
  padding: 1rem 1.1rem;
  margin-top: 0.85rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(0,0,0,0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.nav a {
  opacity: 0.9;
  transition: opacity 180ms ease;
}

.nav a:hover {
  opacity: 1;
}

.nav.is-scrolled {
  color: #171615;
  background: rgba(247, 242, 234, 0.84);
  box-shadow: 0 10px 30px rgba(23, 22, 21, 0.06);
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background-image: url("images/hero.png");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(0,0,0,0.02), rgba(0,0,0,0.18)),
    linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,0.14) 48%, rgba(0,0,0,0.25));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(92vw, 980px);
  min-height: 100svh;
  padding: 2rem 1rem;
  margin: 0 auto;
  animation: fadeUp 900ms ease both;
  transform: none;
}

.hero h1 {
  margin: 0.7rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3.3vw, 3.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.025em;
  text-transform: none;
  white-space: nowrap;
  opacity: 0.94;
}

.role {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.65rem, 3.3vw, 3.15rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  line-height: 1.1;
}

.tagline {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 3rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.005em;
}

.location {
  margin: 0.75rem 0 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(0.7rem, 1vw, 0.86rem);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.92;
}

.section {
  padding: clamp(4.8rem, 9vw, 8rem) 1.5rem;
}

.section-inner {
  width: min(1040px, 100%);
  margin: 0 auto;
}

.narrow {
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 2rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--taupe);
}

.text-block p {
  margin: 0 0 1.25rem;
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
  line-height: 1.78;
  letter-spacing: 0.01em;
  max-width: 700px;
}

.text-block .credentials {
  margin-top: 2rem;
  font-size: 0.96rem;
  font-weight: 400;
  color: #5f574f;
}

.work-section {
  background: var(--warm-white);
}

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

.offering {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: baseline;
  padding: clamp(2.1rem, 4vw, 3.2rem) 0;
  border-bottom: 1px solid var(--line);
}

.offering h2 {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #514a43;
}

.offering p {
  margin: 0;
  max-width: 620px;
  color: #4f4942;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.75;
}

.contact-section {
  background: var(--cream);
}

.contact-section h2 {
  margin: 0 0 1.35rem;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #746b60;
}

.contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: clamp(1rem, 1.6vw, 1.12rem);
}

.contact-links a {
  border-bottom: 1px solid rgba(23, 22, 21, 0.25);
  padding-bottom: 0.1rem;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.contact-links a:hover {
  border-color: rgba(23, 22, 21, 0.8);
  opacity: 0.72;
}

.footer {
  padding: 2rem 1.5rem;
  text-align: center;
  color: #766e65;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .nav {
    width: calc(100% - 1.2rem);
    gap: 0.75rem;
    font-size: 0.55rem;
    letter-spacing: 0.08em;
    padding: 0.8rem 0.7rem;
    margin-top: 0.55rem;
  }

  .hero {
    min-height: 100svh;
    background-position: center center;
  }

  .hero-content {
  position: relative;
  z-index: 2;
  width: min(92vw, 980px);
  min-height: 100svh;
  padding: 2rem 1rem;
  margin: 0 auto;
  animation: fadeUp 900ms ease both;
  transform: none;
}

  .hero h1 {
  margin: 0.7rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3.3vw, 3.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.025em;
  text-transform: none;
  white-space: nowrap;
  opacity: 0.94;
}

  .role {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.65rem, 3.3vw, 3.15rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  line-height: 1.1;
}

  .tagline {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 3rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.005em;
}

  .location {
  margin: 0.75rem 0 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(0.7rem, 1vw, 0.86rem);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.92;
}

  .section {
    padding: 4.2rem 1.2rem;
  }

  .eyebrow {
    margin-bottom: 1.35rem;
    font-size: 0.7rem;
  }

  .text-block p {
  margin: 0 0 1.25rem;
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
  line-height: 1.78;
  letter-spacing: 0.01em;
  max-width: 700px;
}

  .offering {
    display: block;
    padding: 2rem 0;
  }

  .offering h2 {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  color: #514a43;
}

  .offering p {
    font-size: 1rem;
  }

  .contact-section h2 {
  margin: 0 0 1.35rem;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #746b60;
}
  .hero h1 {
  margin: 0.7rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3.3vw, 3.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.025em;
  text-transform: none;
  white-space: nowrap;
  opacity: 0.94;
}

  .role {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.65rem, 3.3vw, 3.15rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  line-height: 1.1;
}

  .tagline {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 3rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.005em;
}

  .location {
  margin: 0.75rem 0 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(0.7rem, 1vw, 0.86rem);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.92;
}

}


.hero-main {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  width: min(92vw, 980px);
  text-align: center;
}

.hero-bottom {
  position: absolute;
  left: 50%;
  top: 61%;
  transform: translateX(-50%);
  width: min(92vw, 760px);
  text-align: center;
}


@media (max-width: 760px) {
  .hero-content {
    min-height: 100svh;
    width: 100%;
    padding: 1rem;
  }

  .hero-main {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  width: min(92vw, 980px);
  text-align: center;
}

  .hero-bottom {
  position: absolute;
  left: 50%;
  top: 61%;
  transform: translateX(-50%);
  width: min(92vw, 760px);
  text-align: center;
}

  .role {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(1.65rem, 3.3vw, 3.15rem);
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  line-height: 1.1;
}

  .hero h1 {
  margin: 0.7rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.65rem, 3.3vw, 3.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.025em;
  text-transform: none;
  white-space: nowrap;
  opacity: 0.94;
}

  .tagline {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 3rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.005em;
}

  .location {
  margin: 0.75rem 0 0;
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-size: clamp(0.7rem, 1vw, 0.86rem);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.92;
}
}


/* v8 wave placement override */
@media (max-width: 760px) {
  .hero-main {
    top: 42%;
    width: 94vw;
  }

  .hero-bottom {
    top: 60%;
    width: 92vw;
  }

  .role {
    font-size: clamp(1rem, 6vw, 1.65rem);
    letter-spacing: 0.15em;
  }

  .hero h1 {
    font-size: clamp(1.25rem, 7vw, 2rem);
    letter-spacing: 0.015em;
  }

  .tagline {
    font-size: clamp(1.15rem, 6.5vw, 1.85rem);
  }
}


/* v9 final precise hero placement */
.hero-main {
  left: 50% !important;
  top: 38% !important;
  transform: translate(-50%, -50%) !important;
  width: min(94vw, 980px) !important;
  text-align: center !important;
}

.hero-bottom {
  left: 50% !important;
  top: 54% !important;
  transform: translateX(-50%) !important;
  width: min(94vw, 820px) !important;
  text-align: center !important;
}

.role {
  font-size: clamp(1.75rem, 3.6vw, 3.45rem) !important;
  letter-spacing: 0.24em !important;
}

.hero h1 {
  margin-top: 0.65rem !important;
  font-size: clamp(1.7rem, 3.4vw, 3.35rem) !important;
  white-space: nowrap !important;
}

.tagline {
  font-size: clamp(1.5rem, 2.8vw, 2.75rem) !important;
}

.location {
  margin-top: 0.6rem !important;
}

@media (max-width: 760px) {
  .hero-main {
    top: 37% !important;
    width: 94vw !important;
  }

  .hero-bottom {
    top: 53% !important;
    width: 92vw !important;
  }

  .role {
    font-size: clamp(1.05rem, 6.3vw, 1.85rem) !important;
    letter-spacing: 0.14em !important;
  }

  .hero h1 {
    font-size: clamp(1.25rem, 7.2vw, 2.05rem) !important;
  }

  .tagline {
    font-size: clamp(1.1rem, 6vw, 1.75rem) !important;
  }
}


/* v10 premium scale */
.role {
  font-size: clamp(1.25rem, 2.55vw, 2.45rem) !important;
  letter-spacing: 0.25em !important;
  font-weight: 400 !important;
}

.hero h1 {
  font-size: clamp(1.25rem, 2.55vw, 2.45rem) !important;
  margin-top: 0.55rem !important;
  opacity: 0.92 !important;
}

.tagline {
  font-size: clamp(1.18rem, 2.25vw, 2.15rem) !important;
  opacity: 0.94 !important;
}

.location {
  font-size: clamp(0.62rem, 0.9vw, 0.78rem) !important;
}

@media (max-width: 760px) {
  .role {
    font-size: clamp(0.9rem, 5.1vw, 1.4rem) !important;
    letter-spacing: 0.13em !important;
  }

  .hero h1 {
    font-size: clamp(1.05rem, 5.7vw, 1.55rem) !important;
  }

  .tagline {
    font-size: clamp(0.98rem, 5.1vw, 1.42rem) !important;
  }
}
