:root {
  --ink: #201816;
  --muted: #6f625e;
  --paper: #fffaf4;
  --paper-deep: #fbf1e6;
  --soft: #f6eadb;
  --ember: #a32921;
  --gold: #dc8426;
  --line: rgba(32, 24, 22, 0.14);
  --line-strong: rgba(163, 41, 33, 0.28);
  --shadow: 0 24px 70px rgba(60, 37, 24, 0.14);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-deep) 58%, var(--paper) 100%);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: rgba(255, 250, 244, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2.5vw, 28px);
  font-size: 0.95rem;
  font-weight: 800;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ember);
  border-color: var(--ember);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 440px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 78px);
  padding: clamp(46px, 7vw, 96px) clamp(18px, 6vw, 84px) clamp(36px, 6vw, 70px);
  background:
    radial-gradient(circle at 82% 18%, rgba(220, 132, 38, 0.18), transparent 30%),
    linear-gradient(110deg, rgba(255, 250, 244, 0.98) 0%, rgba(255, 250, 244, 0.86) 52%, rgba(246, 234, 219, 0.98) 100%);
}

.hero-content { max-width: 720px; }

.status-pill {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: var(--ember);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1, h2, h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.02;
}

h1 {
  max-width: 860px;
  font-size: clamp(3rem, 7vw, 6.9rem);
}

h2 { font-size: clamp(2.1rem, 4vw, 4rem); }
h3 { font-size: clamp(1.8rem, 3vw, 3.2rem); }

.hero-copy,
.page-hero p,
.split > p,
.cta-band p {
  max-width: 680px;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.hero-copy { margin: 24px 0 0; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--ember);
  border-radius: 6px;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease;
}

.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--ember); color: #fff; }
.button.secondary { background: transparent; color: var(--ember); }
.button.light { background: #fff; border-color: #fff; color: var(--ember); }

.hero-logo,
.feature-grid article,
.values article,
.service-list article,
.contact-form,
.contact-panel,
.referral-section,
.founder-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(60, 37, 24, 0.08);
}

.hero-logo {
  padding: clamp(16px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
  max-width: 440px;
  justify-self: end;
}

.hero-logo img {
  width: 100%;
  border-radius: 6px;
}

.section,
.page-hero,
.service-list,
.contact-layout,
.referral-section,
.identity-statement,
.founders-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.section { padding: clamp(56px, 8vw, 104px) 0; }

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.identity-statement {
  padding: clamp(34px, 5vw, 54px);
  margin-bottom: clamp(54px, 7vw, 94px);
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.28);
}

.identity-statement p {
  max-width: 980px;
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 600;
  line-height: 1.08;
}

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

.values { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.feature-grid article,
.values article {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.feature-grid article::before,
.values article::before,
.service-list article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--ember), var(--gold));
}

article p,
.service-list p,
.referral-section p:not(.eyebrow),
.staff-copy blockquote p,
.contact-panel p,
dd {
  color: var(--muted);
}

article p { margin: 14px 0 0; }

.referral-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 1fr) auto;
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  padding: clamp(28px, 5vw, 44px);
  margin-bottom: clamp(46px, 6vw, 76px);
}

.referral-section h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); }
.referral-section p:not(.eyebrow) { margin: 0; }

.cta-band {
  margin-top: 20px;
  padding: clamp(46px, 7vw, 78px) clamp(18px, 6vw, 84px);
  background: linear-gradient(120deg, var(--ember), #c1581f 58%, var(--gold));
  color: #fff;
}

.cta-band p { color: rgba(255, 255, 255, 0.86); }

.page-hero {
  padding: clamp(58px, 8vw, 108px) 0 clamp(36px, 6vw, 74px);
}

.page-hero h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); }
.page-hero p { margin-top: 22px; }

.founders-section { margin-bottom: clamp(54px, 7vw, 94px); }

.founders-heading {
  max-width: 820px;
  margin-bottom: 26px;
}

.founders-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.founder-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.staff-photo {
  min-height: 420px;
  overflow: hidden;
  background: var(--ink);
}

.staff-photo img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center top;
}

.staff-copy {
  padding: clamp(24px, 4vw, 34px);
}

.staff-role {
  margin: 8px 0 26px;
  color: var(--ember);
  font-weight: 900;
}

.staff-copy blockquote {
  margin: 0;
  padding: 0 0 0 22px;
  border-left: 4px solid var(--gold);
}

.staff-copy blockquote p {
  margin: 0 0 18px;
  font-size: 1.03rem;
}

.staff-copy blockquote p:last-child { margin-bottom: 0; }

.service-list {
  display: grid;
  gap: 16px;
  padding-bottom: clamp(60px, 8vw, 110px);
}

.service-list article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  overflow: hidden;
  padding: clamp(24px, 4vw, 40px);
}

.service-list h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.service-list p { margin: 0; font-size: 1.05rem; }

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  padding-bottom: clamp(60px, 8vw, 110px);
}

.contact-form,
.contact-panel {
  padding: clamp(24px, 4vw, 38px);
}

.contact-form {
  display: grid;
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 14px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}

textarea { resize: vertical; }

.privacy-note {
  margin: 0;
  padding: 14px 16px;
  background: var(--soft);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-panel img {
  width: 148px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.contact-panel h2 { font-size: 2.4rem; }

dl {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
}

dt {
  color: var(--ember);
  font-weight: 900;
}

dd { margin: 4px 0 0; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer p { margin: 0; }

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

  .site-nav { flex-wrap: wrap; }

  .hero,
  .split,
  .founders-grid,
  .referral-section,
  .service-list article,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero { min-height: auto; }

  .feature-grid,
  .values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .brand img {
    width: 40px;
    height: 40px;
  }

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

  .button { width: 100%; }

  .feature-grid,
  .values {
    grid-template-columns: 1fr;
  }

  .feature-grid article,
  .values article,
  .contact-form,
  .contact-panel,
  .staff-copy {
    padding: 22px;
  }

  .staff-photo,
  .staff-photo img {
    min-height: 360px;
  }
}
