
:root {
  --white: #ffffff;
  --black: #111111;
  --cream: #fff6ea;
  --soft: #f6f1e8;
  --green: #5d7466;
  --sage: #8b9b92;
  --line: #e8e1d6;
  --shadow: 0 18px 40px rgba(17,17,17,0.06);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
}

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

a { color: var(--green); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.nav-logo {
  height: 62px;
  width: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.nav a,
.button,
.button-secondary {
  font-family: Arial, Helvetica, sans-serif;
}

.nav a {
  color: var(--black);
  font-weight: 600;
}

.apply-btn {
  background: var(--green);
  color: var(--white) !important;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
}

.hero {
  position: relative;
}

.hero-home {
  background: linear-gradient(180deg, var(--soft), var(--white));
  padding: 5.5rem 0 4rem;
}

.hero-home-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 2rem;
}

.hero-interior {
  background: linear-gradient(180deg, var(--cream), var(--white));
  padding: 4.5rem 0 3rem;
  border-bottom: 1px solid var(--line);
}

.eyebrow,
.small-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: var(--green);
  margin: 0 0 1rem;
}

h1, h2, h3, h4 {
  margin-top: 0;
  line-height: 1.1;
  font-weight: 500;
}

h1 {
  font-size: clamp(2.7rem, 6vw, 5rem);
  letter-spacing: -0.03em;
  max-width: 12ch;
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.lead {
  font-size: 1.14rem;
  max-width: 62ch;
}

.hero-home-copy .lead {
  max-width: 58ch;
}

.hero-mark {
  display: flex;
  justify-content: center;
}

.hero-mark-card {
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: var(--shadow);
  border-radius: 32px;
  padding: 1rem;
  width: min(460px, 100%);
}

.hero-logo {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.section {
  padding: 1.25rem 0 4.5rem;
}

.notice-section {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.notice {
  border: 1px solid var(--line);
  border-left: 5px solid var(--green);
  background: #fffdf9;
  padding: 1.15rem 1.25rem;
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.notice strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: Arial, Helvetica, sans-serif;
}

.section-tinted {
  background: linear-gradient(180deg, #faf7f1, #fff);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.button-row {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.button,
.button-secondary {
  display: inline-block;
  padding: 0.88rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
}

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

.button:hover,
.button-secondary:hover {
  text-decoration: none;
  opacity: 0.93;
}

.button-secondary {
  color: var(--black);
  border: 1px solid var(--line);
  background: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
}

.editorial-card,
.feature-card,
.resource-panel,
.content-block,
.side-note {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.editorial-card {
  padding: 2rem;
}

.editorial-quote {
  background: var(--green);
  color: var(--white);
  border-radius: var(--radius);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.editorial-quote p {
  font-size: 1.35rem;
  line-height: 1.45;
  margin-top: 0;
}

.editorial-quote span {
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
}

.section-header {
  margin-bottom: 1.5rem;
}

.values-editorial {
  display: grid;
  gap: 1rem;
}

.value-panel {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.15rem 0;
  border-top: 1px solid var(--line);
}

.value-panel:first-child {
  border-top: 0;
}

.value-panel span {
  font-size: 2.5rem;
  line-height: 1;
  color: var(--green);
}

.three-up {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.feature-card {
  padding: 1.6rem;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 1.5rem;
  align-items: start;
}

.content-block {
  padding: 2rem;
}

.side-note {
  padding: 1.5rem;
  background: #fcfaf6;
}

.two-column-text {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 1rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--line);
}

.timeline-item:first-child {
  border-top: 0;
}

.timeline-num {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--green);
}

.elegant-list,
.resource-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.elegant-list li,
.resource-list li {
  margin-bottom: 0.55rem;
}

.forms-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.resource-panel {
  padding: 2rem;
}

.resource-panel.alt {
  background: #fcfaf6;
}

.text-link {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.site-footer {
  margin-top: 2rem;
  background: #171717;
  color: #f3efe8;
  padding: 3rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.5rem;
}

.footer-logo {
  width: 220px;
  max-width: 100%;
  margin-bottom: 1rem;
  filter: grayscale(100%) brightness(1.7);
}

.footer-copy {
  max-width: 32ch;
}

.site-footer a {
  color: #f3efe8;
}

@media (max-width: 980px) {
  .hero-home-grid,
  .intro-grid,
  .split-layout,
  .two-column-text,
  .forms-grid,
  .three-up,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 15ch;
  }
}

@media (max-width: 760px) {
  .nav-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    width: 100%;
  }

  .nav-logo {
    height: 54px;
  }

  .hero-home {
    padding-top: 4rem;
  }
}


@media (max-width: 980px) {
  }


.section-founder {
  padding-top: 0.5rem;
}

.founder-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 1.5rem;
  align-items: stretch;
}

.founder-intro,
.founder-aside {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.founder-intro {
  background: #fffdfa;
  padding: 2.25rem;
  color: #2a2a2a;
}

.founder-intro h2 {
  color: #1a1a1a;
  margin-bottom: 1.1rem;
}

.founder-intro p {
  color: #403b36;
}

.founder-intro .small-label {
  color: var(--green);
}

.founder-aside {
  background: linear-gradient(180deg, #5d7466, #4f6358);
  color: #ffffff;
  padding: 1.9rem;
}

.founder-aside .small-label,
.founder-aside h3,
.founder-aside p {
  color: #ffffff;
}

.founder-aside h3 {
  margin-bottom: 0.85rem;
}

.founder-lead {
  font-size: 1.18rem;
  line-height: 1.7;
}

@media (max-width: 980px) {
  .founder-grid {
    grid-template-columns: 1fr;
  }
}



.resource-cards .feature-card p {
  margin-top: 0.4rem;
}
