:root {
  --cream: #fbf3e8;
  --paper: #fffaf3;
  --ink: #21170f;
  --muted: #665346;
  --rust: #bd3d1f;
  --rust-dark: #8f2b18;
  --teal: #1f6e77;
  --teal-dark: #174f57;
  --gold: #edb956;
  --line: rgba(86, 54, 31, 0.22);
  --shadow: 0 22px 55px rgba(44, 31, 20, 0.14);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    repeating-linear-gradient(90deg, rgba(237, 185, 86, 0.25) 0 8px, transparent 8px 17px) top /
      100% 12px no-repeat,
    var(--cream);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 48px);
  border-bottom: 1px solid rgba(255, 250, 243, 0.45);
  background: rgba(251, 243, 232, 0.88);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 0.95;
}

.brand-main {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--ink);
}

.brand-sub {
  margin-top: 5px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.32em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.2vw, 28px);
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.nav-links a {
  text-decoration: none;
}

.nav-cta {
  padding: 11px 15px;
  border-radius: 7px;
  background: var(--rust);
  color: #fffaf3;
}

.hero {
  position: relative;
  min-height: clamp(560px, 78svh, 680px);
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 5px solid var(--rust);
}

.hero-art,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-art {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(251, 243, 232, 0.98) 0%, rgba(251, 243, 232, 0.9) 38%, rgba(251, 243, 232, 0.2) 68%),
    linear-gradient(0deg, rgba(33, 23, 15, 0.1), rgba(33, 23, 15, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: auto;
  max-width: 800px;
  margin-left: clamp(20px, 6vw, 84px);
  margin-right: 20px;
  padding-block: 56px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #9bd5d7;
}

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

h1,
h2,
h3 {
  line-height: 1.02;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--rust-dark);
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 5.6vw, 4.85rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.hero-copy {
  max-width: 620px;
  color: #2f251c;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--rust);
  border-radius: 7px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--rust);
  color: #fffaf3;
}

.button.secondary {
  background: rgba(255, 250, 243, 0.74);
  color: var(--rust-dark);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip span {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--paper);
  color: var(--teal-dark);
  font-size: 0.85rem;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
  padding: clamp(64px, 9vw, 110px) 0;
}

.intro-band {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.42), rgba(246, 235, 220, 0.92)),
    #f6ebdc;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.intro-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.intro-copy p:last-child {
  color: var(--muted);
  font-size: clamp(1.12rem, 2vw, 1.5rem);
}

.intro-visual {
  margin: 0;
  justify-self: end;
}

.intro-visual img {
  width: min(100%, 330px);
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(86, 54, 31, 0.22);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
}

.section-heading .fit-note {
  max-width: 720px;
  margin-top: 18px;
  padding: 15px 18px;
  border-left: 4px solid var(--gold);
  background: rgba(237, 185, 86, 0.13);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 750;
}

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

.service-card,
.bring-in-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-card {
  min-height: 255px;
  padding: 28px;
  background: rgba(255, 250, 243, 0.78);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}

.service-card.wide {
  grid-column: span 2;
}

.service-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(189, 61, 31, 0.28);
  border-radius: 50%;
  background: rgba(189, 61, 31, 0.11);
  color: var(--rust);
  font-size: 1.1rem;
}

.service-icon.teal {
  border-color: rgba(31, 110, 119, 0.28);
  background: rgba(31, 110, 119, 0.11);
  color: var(--teal);
}

.service-icon.gold {
  border-color: rgba(237, 185, 86, 0.5);
  background: rgba(237, 185, 86, 0.22);
  color: #9a6811;
}

.service-card p,
.bring-in-grid p,
.about-copy p,
.contact-copy p {
  color: var(--muted);
}

.about-band {
  display: grid;
  grid-template-columns: 300px minmax(0, 760px);
  gap: clamp(36px, 8vw, 96px);
  align-items: start;
  padding: clamp(64px, 9vw, 112px) max(20px, calc((100% - var(--max)) / 2));
  border-block: 1px solid var(--line);
  background: #f6ebdc;
}

.about-profile {
  position: sticky;
  top: 110px;
}

.monogram,
.headshot {
  width: 132px;
  aspect-ratio: 1;
  margin-bottom: 22px;
  border-radius: 50%;
}

.monogram {
  display: grid;
  place-items: center;
  background: var(--rust);
  color: #fffaf3;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  font-weight: 900;
}

.headshot {
  object-fit: cover;
  border: 5px solid #fffaf3;
  box-shadow: 0 12px 30px rgba(44, 31, 20, 0.18);
}

.profile-name,
.profile-title {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
}

.profile-name {
  font-size: 1.45rem;
}

.profile-title {
  font-size: 1.12rem;
}

.profile-subtitle {
  margin-bottom: 20px;
  color: var(--teal);
  font-size: 0.83rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.company-experience {
  max-width: 270px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(86, 54, 31, 0.2);
}

.company-experience p {
  margin-bottom: 13px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.company-experience div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 9px;
}

.company-experience span {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 800;
}

.company-experience span:not(:last-child)::after {
  content: "·";
  margin-left: 9px;
  color: rgba(86, 54, 31, 0.45);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
}

.about-copy p {
  font-size: 1.12rem;
}

.insights-band {
  padding: clamp(64px, 9vw, 108px) max(20px, calc((100% - var(--max)) / 2));
  background: var(--teal-dark);
  color: #ecfffc;
}

.insights-band h2,
.insights-band h3 {
  color: var(--gold);
}

.insights-band .section-heading p:last-child {
  max-width: 850px;
  color: #cfebeb;
  font-size: 1.14rem;
}

.bring-in-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bring-in-grid article {
  min-height: 206px;
  padding: 24px;
  border-color: rgba(255, 250, 243, 0.22);
  background: rgba(255, 255, 255, 0.07);
}

.bring-in-grid p {
  color: #c9e5e5;
}

.tools-band {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(251, 243, 232, 0.88)),
    var(--paper);
}

.tools-section {
  padding-block: clamp(64px, 8vw, 96px);
}

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

.tool-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(246, 235, 220, 0.56);
}

.tool-card h3 {
  color: var(--rust-dark);
}

.tool-card p {
  color: var(--muted);
}

.tool-button {
  align-self: flex-start;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(310px, 520px) minmax(310px, 1fr);
  gap: clamp(36px, 7vw, 82px);
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
  padding: clamp(64px, 9vw, 110px) 0;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-note {
  margin: -6px 0 20px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 750;
}

label {
  display: grid;
  gap: 7px;
}

label span {
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(86, 54, 31, 0.26);
  border-radius: 7px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.contact-copy {
  align-self: center;
}

.contact-copy h2 {
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.text-link {
  display: table;
  margin: 12px 0;
  color: var(--rust);
  font-weight: 850;
  text-decoration-color: rgba(189, 61, 31, 0.35);
  text-underline-offset: 4px;
}

.mentorship-note {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(31, 110, 119, 0.28);
  border-radius: 8px;
  background: rgba(31, 110, 119, 0.08);
}

.mentorship-note strong {
  color: var(--teal-dark);
}

.mentorship-note p {
  margin: 10px 0 0;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px 28px;
  padding: 30px clamp(20px, 4vw, 48px);
  background: #2a170d;
  color: #d9c6b7;
}

.footer p {
  margin: 0;
}

.footer strong {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero {
    min-height: clamp(610px, 82svh, 700px);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(251, 243, 232, 0.98) 0%, rgba(251, 243, 232, 0.9) 52%, rgba(251, 243, 232, 0.45) 100%),
      linear-gradient(0deg, rgba(33, 23, 15, 0.12), rgba(33, 23, 15, 0));
  }

  .hero-content {
    margin-inline: 20px;
    align-self: start;
  }

  .hero-art {
    object-position: 62% 50%;
  }

  .proof-strip,
  .intro,
  .intro-copy,
  .about-band,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .intro-visual {
    justify-self: start;
  }

  .service-grid,
  .bring-in-grid,
  .tools-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card.wide {
    grid-column: span 1;
  }

  .about-profile {
    position: static;
  }
}

@media (max-width: 640px) {
  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  .hero-content {
    padding-block: 48px 90px;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .proof-strip,
  .service-grid,
  .bring-in-grid,
  .tools-grid,
  form {
    grid-template-columns: 1fr;
  }

  .proof-strip span {
    min-height: 58px;
  }

  .service-card,
  .bring-in-grid article,
  .tool-card {
    min-height: auto;
  }
}
