@import "tailwindcss";

:root {
  --ink: #171714;
  --ivory: #f2eddf;
  --paper: #fbf8f0;
  --muted: #6f6a60;
  --line: rgba(23, 23, 20, 0.16);
  --accent: #d85c3f;
  --accent-dark: #a83c27;
  --display: Georgia, "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--accent);
  color: white;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 0 4.5vw;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 248, 240, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktop-nav a,
.footer-links a,
.text-link,
.contact-links a {
  background: linear-gradient(currentColor, currentColor) left bottom / 0 1px no-repeat;
  transition: background-size 180ms ease;
}

.desktop-nav a:hover,
.footer-links a:hover,
.text-link:hover,
.contact-links a:hover {
  background-size: 100% 1px;
}

.header-cta {
  justify-self: end;
  padding: 10px 0 9px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.mobile-menu {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  min-height: calc(100vh - 78px);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 128px) 7vw clamp(64px, 7vw, 110px) 7vw;
}

.eyebrow {
  margin: 0 0 1.5rem;
  color: var(--accent-dark);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #f0a08b;
}

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

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.98;
}

h1 {
  max-width: 900px;
  margin-bottom: 2rem;
  font-size: clamp(4rem, 7.1vw, 8.2rem);
  letter-spacing: -0.065em;
}

h1 span {
  display: block;
  color: var(--accent);
  font-style: italic;
}

.hero-intro {
  max-width: 620px;
  margin-bottom: 2.25rem;
  color: #4d4a43;
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  min-height: 52px;
  padding: 0.85rem 1.15rem 0.78rem 1.3rem;
  border: 1px solid transparent;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  background: var(--ink);
  color: white;
}

.button-dark:hover {
  background: var(--accent-dark);
}

.text-link {
  padding-bottom: 2px;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--ink);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(23, 23, 20, 0.08), rgba(23, 23, 20, 0.28));
  content: "";
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-stamp {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  width: 164px;
  height: 164px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  text-align: center;
  transform: rotate(5deg);
}

.hero-stamp strong {
  font-family: var(--display);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
}

.hero-stamp span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

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

.proof-strip p {
  margin: 0;
  padding: 1.35rem;
  border-right: 1px solid var(--line);
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-strip p:last-child {
  border-right: 0;
}

.section {
  padding: clamp(80px, 10vw, 150px) 7vw;
}

.services {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  column-gap: 8vw;
}

.section-heading h2,
.approach h2,
.founder h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(3.1rem, 5.2vw, 6.7rem);
  letter-spacing: -0.055em;
}

.section-lead {
  align-self: end;
  max-width: 500px;
  margin-bottom: 0.45rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 5rem;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.service-card {
  min-height: 340px;
  padding: 1.5rem 1.55rem 1.6rem;
  border-right: 1px solid var(--line);
  transition: background 180ms ease, color 180ms ease;
}

.service-card:last-child {
  border-right: 0;
}

.service-card:hover {
  background: var(--ivory);
}

.service-number {
  display: block;
  margin-bottom: 4.5rem;
  color: var(--accent-dark);
  font-size: 0.73rem;
  font-weight: 700;
}

.service-card h3 {
  max-width: 230px;
  margin-bottom: 1.35rem;
  font-size: clamp(1.8rem, 2.2vw, 2.55rem);
  letter-spacing: -0.035em;
}

.service-card p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.service-card small {
  display: block;
  margin-top: 2rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.approach {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 9vw;
  padding: clamp(90px, 10vw, 150px) 7vw;
  background: var(--ink);
  color: white;
}

.approach-intro > p:last-child {
  max-width: 570px;
  margin-top: 2.2rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.02rem;
}

.approach-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.approach-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 1.25rem;
  padding: 2rem 0 2.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.approach-steps li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.approach-steps > li > span {
  padding-top: 0.5rem;
  color: #f0a08b;
  font-size: 0.73rem;
  font-weight: 700;
}

.approach-steps h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(2.2rem, 3vw, 3.8rem);
  letter-spacing: -0.04em;
}

.approach-steps p {
  max-width: 480px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
}

.founder {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  gap: 8vw;
  align-items: center;
}

.founder-image {
  position: relative;
}

.founder-image img {
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
}

.founder-image p {
  position: absolute;
  right: -3rem;
  bottom: -1.75rem;
  width: min(280px, 68%);
  margin: 0;
  padding: 1.6rem;
  background: var(--accent);
  color: white;
  font-family: var(--display);
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.2;
}

.founder-copy h2 {
  margin-bottom: 2rem;
}

.founder-lead {
  max-width: 740px;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.35;
}

.founder-copy > p:not(.eyebrow):not(.founder-lead) {
  max-width: 700px;
  color: var(--muted);
}

.founder-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 2.5rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.founder-facts div {
  display: flex;
  flex-direction: column;
}

.founder-facts strong {
  font-family: var(--display);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.1;
}

.founder-facts span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.team-section {
  border-top: 1px solid var(--line);
  background: var(--ivory);
}

.team-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr);
  align-items: end;
}

.team-heading .eyebrow {
  grid-column: 1 / -1;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 980px;
  margin-top: 4.5rem;
}

.team-image {
  overflow: hidden;
  background: #d8d2c5;
}

.team-image img {
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%);
  transition: filter 220ms ease, transform 350ms ease;
}

.team-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.02);
}

.team-role {
  margin: 1.2rem 0 0.65rem;
  color: var(--accent-dark);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-card h3 {
  margin-bottom: 0.9rem;
  font-size: clamp(2rem, 2.5vw, 3.1rem);
  letter-spacing: -0.04em;
}

.team-card > p:last-child {
  max-width: 440px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.ventures {
  padding: clamp(80px, 10vw, 150px) 7vw;
}

.ventures-heading {
  max-width: 1040px;
}

.venture-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  gap: 1.3rem;
  margin-top: 4.5rem;
}

.venture {
  overflow: hidden;
}

.venture-book {
  display: grid;
  grid-template-columns: minmax(290px, 0.7fr) minmax(320px, 1.3fr);
  min-height: 620px;
  background: #1e3340;
  color: white;
}

.venture-book .venture-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem, 4vw, 4.25rem);
}

.venture-label {
  margin-bottom: 1rem;
  color: #f2b6a7;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.venture h3 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.8rem, 4.2vw, 5.2rem);
  letter-spacing: -0.055em;
}

.venture-copy > p:not(.venture-label) {
  color: rgba(255, 255, 255, 0.68);
}

.venture-links {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.button-light {
  background: white;
  color: var(--ink);
}

.button-light:hover {
  background: var(--ivory);
}

.venture-text-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  font-weight: 700;
}

.book-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.venture-munch {
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  background: var(--accent);
  color: white;
}

.munch-image {
  overflow: hidden;
}

.munch-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.05);
}

.venture-munch .venture-copy {
  padding: 2rem;
}

.venture-munch h3 {
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 3.5vw, 4.2rem);
}

.venture-munch .venture-copy > p:not(.venture-label) {
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
}

.coming-note {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  gap: 10vw;
  padding: clamp(80px, 10vw, 150px) 7vw;
  background: var(--ink);
  color: white;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 2rem 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.05rem;
}

.contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.86rem;
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 1.4rem;
  align-content: start;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  outline: none;
  background: transparent;
  color: white;
  font-size: 1rem;
  letter-spacing: 0;
  resize: vertical;
  text-transform: none;
}

.contact-form input {
  min-height: 43px;
}

.contact-form textarea {
  padding-top: 0.5rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #f2b6a7;
}

.button-accent {
  width: 100%;
  margin-top: 0.6rem;
  border: 0;
  background: var(--accent);
  color: white;
  cursor: pointer;
}

.button-accent:hover {
  background: #e26b4f;
}

.contact-form small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.7rem;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 3rem 4.5vw;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--ink);
  color: white;
}

.footer-brand {
  grid-column: 1;
}

footer > p:not(.copyright) {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--display);
  font-style: italic;
}

.footer-links {
  display: flex;
  gap: 1.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.copyright {
  grid-column: 1 / -1;
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.68rem;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-menu {
    position: relative;
    display: block;
    justify-self: end;
  }

  .mobile-menu summary {
    cursor: pointer;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu nav {
    position: absolute;
    top: 2.8rem;
    right: -2vw;
    display: grid;
    width: min(84vw, 320px);
    padding: 1rem;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 16px 50px rgba(23, 23, 20, 0.14);
  }

  .mobile-menu nav a {
    padding: 0.8rem;
    border-bottom: 1px solid var(--line);
    font-family: var(--display);
    font-size: 1.35rem;
  }

  .mobile-menu nav a:last-child {
    border-bottom: 0;
    color: var(--accent-dark);
  }

  .hero {
    grid-template-columns: 1fr 0.72fr;
  }

  .hero-copy {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .service-card:nth-child(2) {
    border-right: 0;
  }

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

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

  .venture-munch {
    grid-template-columns: 1fr 0.72fr;
    grid-template-rows: none;
    min-height: 430px;
  }

  .venture-munch .venture-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
    padding: 0 5vw;
  }

  .brand {
    gap: 9px;
    font-size: 0.68rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
  }

  .hero-copy {
    padding: 70px 6vw 64px;
  }

  h1 {
    font-size: clamp(3.3rem, 15vw, 5.4rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .hero-stamp {
    right: 1.25rem;
    bottom: 1.25rem;
    width: 132px;
    height: 132px;
  }

  .hero-stamp strong {
    font-size: 2.6rem;
  }

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  .proof-strip p {
    display: grid;
    min-height: 76px;
    place-items: center;
    padding: 1rem;
  }

  .proof-strip p:nth-child(2) {
    border-right: 0;
  }

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

  .section,
  .ventures,
  .contact,
  .approach {
    padding: 78px 6vw;
  }

  .services,
  .team-heading,
  .founder,
  .approach,
  .contact {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .approach h2,
  .founder h2,
  .contact h2 {
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .section-lead {
    margin-top: 1.75rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .service-card,
  .service-card:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-card:last-child {
    border-bottom: 0;
  }

  .service-number {
    margin-bottom: 2.5rem;
  }

  .approach {
    gap: 3.5rem;
  }

  .founder {
    gap: 4.5rem;
  }

  .founder-image p {
    right: 0;
    bottom: -1.5rem;
    width: min(280px, 78%);
    font-size: 1.15rem;
  }

  .founder-facts {
    grid-template-columns: 1fr;
  }

  .founder-facts div {
    display: grid;
    grid-template-columns: 66px 1fr;
    align-items: baseline;
  }

  .team-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    margin-top: 3rem;
  }

  .venture-grid {
    margin-top: 3rem;
  }

  .venture-book,
  .venture-munch {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .venture-book .venture-copy {
    order: 2;
  }

  .book-cover,
  .munch-image {
    height: 390px;
  }

  .book-cover {
    object-position: right center;
  }

  .contact {
    gap: 4rem;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 3rem 6vw;
  }

  footer > p:not(.copyright) {
    max-width: 280px;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
