:root {
  color-scheme: light;
  --ink: #24312d;
  --muted: #62736d;
  --paper: #fbfcf8;
  --white: #ffffff;
  --mist: #e8f3ee;
  --sky: #e5f1f8;
  --shell: #f7ede8;
  --line: #d8e5de;
  --teal: #2d7774;
  --teal-dark: #1f5f5d;
  --sage: #8db6a4;
  --coral: #d9826b;
  --gold: #c59a45;
  --blue: #496f92;
  --shadow: 0 18px 55px rgba(38, 54, 49, .13);
  --header-height: 76px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--header-height);
  padding: 14px max(20px, calc((100% - 1180px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(216, 229, 222, .75);
  background: rgba(251, 252, 248, .88);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(45, 119, 116, .18);
  border-radius: 8px;
  color: var(--teal);
  background: linear-gradient(145deg, #f4faf6, #e2f0ea);
}

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

.brand strong,
.brand small {
  display: block;
  letter-spacing: 0;
  line-height: 1.15;
}

.brand strong {
  font-size: 1rem;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .82rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #3f504b;
  font-weight: 700;
  font-size: .94rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--mist);
  color: var(--teal-dark);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle svg {
  width: 24px;
  height: 24px;
  margin: auto;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height) - 96px);
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
  background: var(--sky);
}

.hero-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(251, 252, 248, .96) 0%, rgba(251, 252, 248, .88) 42%, rgba(251, 252, 248, .48) 72%, rgba(251, 252, 248, .18) 100%),
    linear-gradient(180deg, rgba(251, 252, 248, .02), rgba(251, 252, 248, .66));
}

.hero-content,
.section-inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.hero-content {
  padding: 82px 0 70px;
}

.eyebrow,
.section-kicker,
.tag {
  margin: 0 0 14px;
  color: var(--teal-dark);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.35rem;
  line-height: .98;
  font-weight: 700;
  letter-spacing: 0;
}

.hero-lockup {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  max-width: 850px;
}

.hero-title-mark {
  width: 92px;
  height: 92px;
  max-width: 92px;
  max-height: 92px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(45, 119, 116, .2);
  border-radius: 8px;
  color: var(--teal);
  background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(232, 243, 238, .92));
  box-shadow: 0 14px 34px rgba(38, 54, 49, .11);
}

.hero-title-mark svg {
  width: 66px;
  height: 66px;
  max-width: 66px;
  max-height: 66px;
  display: block;
  flex: 0 0 auto;
}

.hero-title-text,
.hero-brand-name,
.hero-service-line {
  display: block;
}

.hero-brand-name {
  font-size: 4.7rem;
  line-height: .9;
}

.hero-service-line {
  margin-top: 10px;
  color: var(--teal-dark);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.42rem;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.55rem;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 28px;
  color: #40524d;
  font-size: 1.17rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 42px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button.primary {
  background: var(--teal);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(45, 119, 116, .25);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--teal-dark);
}

.button.secondary {
  background: rgba(255, 255, 255, .78);
  color: var(--ink);
  border-color: rgba(45, 119, 116, .22);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 900px;
  margin: 0;
}

.proof-strip div {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(45, 119, 116, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 12px 30px rgba(38, 54, 49, .08);
}

.proof-strip dt {
  margin-bottom: 5px;
  color: var(--teal-dark);
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.2;
}

.proof-strip dd {
  margin: 0;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.4;
}

section {
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.band-light {
  background: linear-gradient(135deg, var(--mist), #f9fbf6);
}

.band-blue {
  background:
    linear-gradient(135deg, rgba(229, 241, 248, .95), rgba(247, 237, 232, .82)),
    var(--sky);
}

.intro,
.workspaces,
.services,
.reviews,
.experience,
.pathways,
.process,
.contact {
  padding: 88px 0;
}

.intro {
  border-bottom: 1px solid var(--line);
}

.workspaces {
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: start;
}

.intro-grid p:last-child,
.workspace-copy p,
.experience-grid p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.workspace-feature {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, .82fr);
  gap: 46px;
  align-items: center;
  margin-bottom: 18px;
}

.feature-photo {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-photo img,
.photo-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-photo img {
  aspect-ratio: 4 / 3;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.photo-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 12px 36px rgba(38, 54, 49, .08);
}

.photo-grid img {
  aspect-ratio: 5 / 4;
}

.photo-grid figcaption {
  min-height: 74px;
  padding: 14px 16px 16px;
  color: #42534d;
  font-weight: 800;
  line-height: 1.35;
}

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

.section-heading.compact {
  max-width: 720px;
}

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

.service-card,
.review-card,
.pathway-card,
.process-list li,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 12px 36px rgba(38, 54, 49, .08);
}

.service-card {
  padding: 24px;
}

.service-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--mist);
  color: var(--teal-dark);
}

.service-icon svg {
  width: 25px;
  height: 25px;
}

.service-card:nth-child(2) .service-icon {
  background: var(--sky);
  color: var(--blue);
}

.service-card:nth-child(3) .service-icon {
  background: var(--shell);
  color: #ad604d;
}

.service-card:nth-child(4) .service-icon {
  background: #f5eddc;
  color: #8b6b29;
}

.service-card p,
.review-card blockquote,
.partnership-panel p,
.pathway-card p,
.process-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.partnership-panel {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, .72fr);
  gap: 34px;
  align-items: start;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid rgba(45, 119, 116, .2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(232, 243, 238, .86), rgba(255, 255, 255, .9)),
    var(--white);
  box-shadow: 0 12px 36px rgba(38, 54, 49, .08);
}

.partnership-panel h3 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1.12;
}

.partnership-points {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.partnership-points li {
  padding: 16px;
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
}

.partnership-points strong,
.partnership-points span {
  display: block;
}

.partnership-points strong {
  margin-bottom: 4px;
}

.partnership-points span {
  color: var(--muted);
}

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

.review-card {
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 24px;
}

.review-score {
  width: fit-content;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(197, 154, 69, .16);
  color: #7d5d18;
  font-size: .85rem;
  font-weight: 900;
}

.review-card blockquote {
  margin: 0;
  font-size: 1.02rem;
}

.review-card footer {
  display: grid;
  gap: 2px;
  padding-top: 4px;
}

.review-card strong {
  color: var(--ink);
}

.review-card span {
  color: var(--teal-dark);
  font-weight: 800;
  font-size: .92rem;
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(320px, .74fr);
  gap: 56px;
  align-items: center;
}

.experience-list {
  display: grid;
  gap: 12px;
}

.experience-list div {
  padding: 18px;
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
}

.experience-list strong,
.experience-list span {
  display: block;
}

.experience-list strong {
  margin-bottom: 4px;
}

.experience-list span {
  color: var(--muted);
}

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

.pathway-card {
  padding: 26px;
  position: relative;
}

.pathway-card.featured {
  border-color: rgba(45, 119, 116, .4);
  background: linear-gradient(180deg, rgba(232, 243, 238, .9), rgba(255, 255, 255, .92));
}

.pathway-card .tag {
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(45, 119, 116, .1);
}

.pathway-card ul {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.pathway-card li {
  position: relative;
  padding-left: 24px;
  color: #42534d;
}

.pathway-card li + li {
  margin-top: 10px;
}

.pathway-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  padding: 22px;
}

.process-list span {
  display: block;
  margin-bottom: 24px;
  color: var(--coral);
  font-weight: 900;
}

.contact {
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(340px, .68fr);
  gap: 56px;
  align-items: start;
}

.contact-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.contact-methods a {
  padding: 10px 12px;
  border: 1px solid rgba(45, 119, 116, .2);
  border-radius: 8px;
  background: var(--mist);
  color: var(--teal-dark);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: #40524d;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-width: 0;
  border: 1px solid #cbd8d1;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 3px solid rgba(45, 119, 116, .18);
  border-color: var(--teal);
}

.form-submit {
  width: fit-content;
}

.form-note {
  min-height: 1.4em;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 700;
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background: #f7faf5;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a,
.photo-credit a {
  color: var(--teal-dark);
  font-weight: 800;
}

.business-details,
.photo-credit {
  margin-top: 4px;
  font-size: .88rem;
}

.business-details {
  color: #40524d;
  font-weight: 800;
}

@media (max-width: 1040px) {
  h1 {
    font-size: 3.65rem;
  }

  .hero-title-mark {
    width: 78px;
    height: 78px;
    max-width: 78px;
    max-height: 78px;
  }

  .hero-title-mark svg {
    width: 56px;
    height: 56px;
    max-width: 56px;
    max-height: 56px;
  }

  .hero-brand-name {
    font-size: 3.9rem;
  }

  .hero-service-line {
    font-size: 1.24rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .service-grid,
  .review-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pathway-grid,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    max-width: 620px;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding-inline: 20px;
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    inset: var(--header-height) 14px auto 14px;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    padding: 13px 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 72px 0 54px;
  }

  h1 {
    font-size: 2.75rem;
    line-height: 1.04;
  }

  .hero-lockup {
    grid-template-columns: 62px minmax(0, 1fr);
    align-items: flex-start;
    gap: 14px;
  }

  .hero-title-mark {
    width: 62px;
    height: 62px;
    max-width: 62px;
    max-height: 62px;
  }

  .hero-title-mark svg {
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
  }

  .hero-brand-name {
    font-size: 3.05rem;
  }

  .hero-service-line {
    max-width: 420px;
    font-size: 1.04rem;
  }

  h2 {
    font-size: 1.95rem;
  }

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

  .intro,
  .workspaces,
  .services,
  .reviews,
  .experience,
  .pathways,
  .process,
  .contact {
    padding: 66px 0;
  }

  .intro-grid,
  .workspace-feature,
  .partnership-panel,
  .experience-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .feature-photo {
    min-height: 0;
  }

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

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

  .experience-grid {
    align-items: start;
  }
}

@media (max-width: 580px) {
  .hero-content,
  .section-inner {
    width: min(100% - 28px, 1180px);
  }

  .brand small {
    font-size: .76rem;
  }

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

  h1 {
    font-size: 2.15rem;
  }

  .hero-lockup {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
  }

  .hero-title-mark {
    width: 58px;
    height: 58px;
    max-width: 58px;
    max-height: 58px;
  }

  .hero-title-mark svg {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .hero-brand-name {
    font-size: 2.45rem;
  }

  .hero-service-line {
    margin-top: 8px;
    font-size: .98rem;
  }

  h2 {
    font-size: 1.7rem;
  }

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

  .hero-content {
    padding: 54px 0 34px;
  }

  .proof-strip {
    display: flex;
    gap: 10px;
    max-width: none;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
  }

  .proof-strip div {
    flex: 0 0 78%;
    padding: 14px;
    scroll-snap-align: start;
  }

  .button,
  .contact-methods a,
  .form-submit {
    width: 100%;
  }

  .service-grid,
  .review-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .service-card,
  .review-card,
  .partnership-panel,
  .pathway-card,
  .process-list li,
  .contact-form {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
