* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background: #f3f2ef;
  color: #1f4f52;
}

body {
  font-family: "Inter", Arial, sans-serif;
}

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

.page-shell {
  min-height: 100vh;
  padding: 1.35rem 2.5rem 2rem;
}

.site-header {
  display: grid;
  grid-template-columns: auto minmax(100px, 1fr) auto;
  align-items: end;
  gap: 1rem 1.4rem;
  min-height: 90px;
}

.brand-wrap {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand {
  display: inline-flex;
  align-items: flex-end;
  text-decoration: none;
  color: #1f4f52;
}

.header-divider {
  width: min(380px, 100%);
  max-width: 380px;
  justify-self: center;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(31, 79, 82, 0.9) 0%,
    rgba(31, 79, 82, 0.65) 28%,
    rgba(31, 79, 82, 0.2) 74%,
    rgba(31, 79, 82, 0.06) 100%
  );
  min-width: 80px;
  opacity: 0.9;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.1rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Inter", Arial, sans-serif;
  min-width: 0;
}

.brand-lockup {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 2.2vw, 3rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #2d8b72;
}

.brand-tag {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: #1f4f52;
  padding-left: 0.15rem;
  position: relative;
  top: -0.1rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
}

.main-nav a {
  text-decoration: none;
  color: #1f4f52;
  line-height: 1;
  letter-spacing: 0.12em;
}

.content-divider {
  width: min(360px, 40vw);
  max-width: 360px;
  height: 2px;
  margin: 1.1rem 0 0 auto;
  background: linear-gradient(
    90deg,
    rgba(31, 79, 82, 0.15) 0%,
    rgba(31, 79, 82, 0.7) 18%,
    rgba(31, 79, 82, 0.7) 82%,
    rgba(31, 79, 82, 0.12) 100%
  );
  opacity: 0.9;
}

.hero {
  position: relative;
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
}

.hero-copy {
  width: min(1000px, 72vw);
  margin: 0 auto;
  text-align: left;
  transform: translateY(3.5rem);
}

.hero-copy h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: clamp(3.1rem, 4vw, 6rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: #1f4f52;
}

.hero-copy h1 + h1 {
  margin-top: 0.1em;
}

.strategies-supporting-copy {
  width: min(760px, 100%);
  margin-top: 2rem;
  color: #1f4f52;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.35;
}

.strategies-supporting-copy p {
  margin: 0 0 1rem;
}

.strategies-page {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 5rem 0 5rem;
}

.strategies-intro {
  width: min(1000px, 72vw);
  margin: 0 auto 5rem;
}

.strategies-intro h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 4vw, 6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: #1f4f52;
}

.strategy-groups {
  width: min(1000px, 72vw);
  margin: 0 auto;
}

.strategy-group {
  border-top: 3px solid #d89418;
}

.strategy-group:last-child {
  border-bottom: 3px solid #d89418;
}

.strategy-group > summary,
.strategy-item > summary {
  list-style: none;
  cursor: pointer;
}

.strategy-group > summary::-webkit-details-marker,
.strategy-item > summary::-webkit-details-marker {
  display: none;
}

.strategy-group > summary {
  position: relative;
  padding: 3rem 7rem 3rem 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 4vw, 6rem);
  font-weight: 500;
  line-height: 0.98;
  color: #002b3d;
}

.strategy-group > summary::after,
.strategy-item > summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: grid;
  place-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border: 2px solid #d89418;
  border-radius: 50%;
  color: #d89418;
  content: "↓";
  font-family: "Inter", Arial, sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 280ms ease;
}

.strategy-group[open] > summary::after,
.strategy-item[open] > summary::after {
  content: "↓";
  transform: translateY(-50%) rotate(-180deg);
}

.strategy-items {
  padding: 0 0 2rem;
}

.strategy-item {
  position: relative;
  border-top: 1px solid rgba(216, 148, 24, 0.75);
}

.strategy-item > summary {
  position: relative;
  padding: 1.7rem 5.5rem 1.7rem 0;
  color: #002b3d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 2.1vw, 2.4rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}

.strategy-item > summary::after {
  width: 2.7rem;
  height: 2.7rem;
  border-width: 1.5px;
  font-size: 1.5rem;
}

.strategy-item > p {
  max-width: 850px;
  margin: 0;
  padding: 0 5.5rem 1.8rem 1.4rem;
  color: #002b3d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
}

.strategy-item > p::before {
  display: inline-block;
  margin-right: 0.55rem;
  color: #2d8b72;
  content: "•";
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.9em;
  vertical-align: 0.05em;
}

.word-mark {
  color: #2d8b72;
}

.about-page-shell {
  padding-bottom: 4rem;
}

.about-page {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.about-intro {
  margin-bottom: 2.2rem;
}

.eyebrow {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1f4f52;
  opacity: 0.8;
}

.about-layout {
  display: block;
  width: min(760px, 100%);
  margin: 0 auto;
}

.bio-photo-wrap {
  width: 100%;
}

.bio-photo {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: #d8d2ca;
  filter: contrast(1.05) saturate(0.92);
  box-shadow: 0 18px 32px rgba(31, 79, 82, 0.08);
}

.bio-copy {
  width: min(760px, 100%);
  min-height: 480px;
  margin: 3rem auto 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.about-feature-headline {
  position: relative;
  margin: 0 0 1.6rem;
  padding-top: 0;
  padding-bottom: 1.2rem;
  border-top: none;
  border-bottom: 3px solid #d89418;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 4vw, 6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: #1f4f52;
}

.about-page .bio-copy p {
  position: relative;
  margin: 0 0 1.2rem;
  padding-top: 0;
  border-top: none;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.35;
  letter-spacing: normal;
  color: #1f4f52;
  max-width: 100%;
}

.about-page .bio-copy p:first-child {
  margin-top: 0;
  padding-top: 1.2rem;
}

.about-page .bio-copy .word-mark {
  color: #2d8b72;
  font-weight: 700;
}

.about-page .bio-copy p.insights-intro {
  margin: 0 0 1.2rem;
  padding-top: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 4vw, 6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: #1f4f52;
}

.about-page .bio-copy p.insights-intro .word-mark,
.about-page .bio-copy p.insights-intro strong {
  color: #2d8b72;
  font-weight: 700;
}

.about-page .bio-copy p.insights-intro + p {
  position: relative;
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 3px solid #d89418;
}

.insights-copy a,
.insights-copy a:visited,
.insights-copy a:hover,
.insights-copy a:active {
  color: #2d8b72;
  text-decoration: underline;
}

.insights-featured-section {
  width: min(840px, calc(100vw - 5rem));
  max-width: 840px;
  margin-top: 2.5rem;
}

.insights-featured-section .insights-featured-card {
  width: 100%;
  max-width: 840px;
  border: 0;
  background: transparent;
}

.insights-featured-section .insights-featured-card > a {
  min-height: 0;
  padding: 0;
  color: #1f4f52;
}

.insights-featured-section .insights-featured-tombstone {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
}

.insights-featured-section .insights-featured-tombstone img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transition: transform 200ms ease;
}

.insights-featured-copy {
  padding-top: 1.25rem;
}

.insights-featured-section .insights-featured-kicker {
  display: block;
  margin-bottom: 1.1rem;
  color: #d89418;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.insights-featured-copy h2 {
  max-width: 720px;
  margin: 0;
  color: #1f4f52;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 4vw, 4.4rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.about-page .bio-copy .insights-featured-copy p {
  max-width: 760px;
  margin: 1.6rem 0 0;
  color: #1f4f52;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.35;
}

.insights-featured-card:hover,
.insights-featured-card:focus-within {
  box-shadow: 0 10px 20px rgba(31, 79, 82, 0.08);
}

.insights-featured-card:hover .insights-featured-tombstone img,
.insights-featured-card:focus-within .insights-featured-tombstone img {
  transform: scale(1.02);
}


.bio-placeholder {
  width: 100%;
  min-height: 420px;
  border: 1px solid rgba(31, 79, 82, 0.12);
  background: linear-gradient(
    180deg,
    rgba(31, 79, 82, 0.015) 0%,
    rgba(31, 79, 82, 0.02) 100%
  );
}

.team-page .bio-copy {
  width: min(760px, 100%);
  min-height: 0;
  margin: 2.5rem auto 0;
  padding-top: 0;
  padding-bottom: 0;
}

.team-page .bio-copy p {
  position: relative;
  margin: 0 0 1.2rem;
  padding-top: 0;
  border-top: none;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.35;
  letter-spacing: normal;
  color: #1f4f52;
  max-width: 100%;
}

.team-page .bio-copy .team-intro-line {
  position: relative;
  margin: 0 0 1.6rem;
  padding-top: 0;
  border-top: none;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.1rem, 4vw, 6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: #1f4f52;
}

.team-page .bio-copy .team-intro-line + p {
  position: relative;
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 3px solid #d89418;
}

.profile-links {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(31, 79, 82, 0.2);
}

.profile-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0 1.1rem;
  border-bottom: 1px solid rgba(31, 79, 82, 0.2);
  color: #1f4f52;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.profile-links a span {
  font-size: 1.7rem;
  line-height: 0.7;
  text-decoration: none;
}

.featured-section {
  margin-top: 4.5rem;
}

.featured-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.featured-heading-row h2 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1f4f52;
}

.carousel-controls {
  display: flex;
  gap: 0.5rem;
}

.carousel-button {
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid rgba(31, 79, 82, 0.4);
  border-radius: 50%;
  background: transparent;
  color: #1f4f52;
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  cursor: pointer;
}

.carousel-button:hover,
.carousel-button:focus-visible {
  background: #1f4f52;
  color: #f3f2ef;
}

.featured-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  padding-bottom: 0.9rem;
}

.featured-card {
  flex: 0 0 calc((100% - 3rem) / 4);
  min-width: 0;
  border: 1px solid rgba(31, 79, 82, 0.35);
  background: #f3f2ef;
  scroll-snap-align: start;
}

.featured-card--full-art {
  flex-basis: 19rem;
  background: transparent;
  border: 1px solid rgba(31, 79, 82, 0.38);
  box-shadow: 0 1px 0 rgba(31, 79, 82, 0.06);
}

.featured-tombstone {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.2rem;
  padding: 0.9rem;
  border-bottom: 1px solid rgba(31, 79, 82, 0.35);
  background: #fff;
}

.featured-card--full-art .featured-tombstone {
  height: auto;
  min-height: 15.5rem;
  padding: 0;
  border-bottom: none;
  background: #f3f2ef;
}

.featured-card--full-art .featured-tombstone img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
  display: block;
  clip-path: none;
}

.featured-tombstone img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.featured-card--business-day .featured-tombstone img {
  max-width: 122%;
  max-height: 122%;
  object-fit: contain;
  clip-path: inset(0 0 7% 0);
}

.featured-card > a {
  display: block;
  min-height: 7rem;
  padding: 1rem;
  color: #1f4f52;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.08;
  text-decoration: none;
}

.featured-card > a span {
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
}

.menu-rail {
  position: absolute;
  right: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.menu-rail span {
  display: block;
  width: 0.95rem;
  height: 0.12rem;
  background: #2d8b72;
  border-radius: 999px;
}

@media (max-width: 860px) {
  .page-shell {
    padding: 1.1rem 1.2rem 2rem;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    min-height: auto;
  }

  .main-nav {
    gap: 1.2rem;
    flex-wrap: wrap;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .hero {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    align-items: flex-start;
  }

  .hero-copy {
    width: 100%;
    transform: none;
  }

  .strategies-page {
    padding-top: 2rem;
  }

  .strategies-intro,
  .strategy-groups {
    width: 100%;
  }

  .strategies-intro {
    margin-bottom: 3rem;
  }

  .strategy-group > summary {
    padding: 2rem 4.5rem 2rem 0;
    font-size: clamp(2.2rem, 10vw, 4rem);
  }

  .strategy-group > summary::after {
    width: 3.6rem;
    height: 3.6rem;
    font-size: 1.8rem;
  }

  .strategy-item > summary {
    padding-right: 4rem;
    font-size: 1.3rem;
  }

  .strategy-item > p {
    font-size: 1rem;
    padding-right: 1rem;
    padding-left: 0.8rem;
  }

  .bio-copy {
    min-height: auto;
  }

  .insights-featured-section {
    width: min(840px, calc(100vw - 2.4rem));
    max-width: 100%;
  }

  .featured-card {
    flex-basis: min(78%, 21rem);
  }

  .menu-rail {
    display: none;
  }
}
