.editorial-hero {
  padding-top: 100px;
  padding-bottom: 66px;
}
.editorial-hero h1 {
  font-size: clamp(42px, 6.2vw, 83px);
  line-height: 1.08;
  letter-spacing: -4px;
  max-width: 1080px;
  margin: 25px 0 30px;
}
.editorial-hero em,
.founder-section em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -3px;
}
.hero-deck {
  font-size: 19px;
  line-height: 1.8;
  color: #60665c;
  max-width: 680px;
}
.story-visual {
  position: relative;
  margin-bottom: 105px;
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
  max-height: 550px;
}
.story-visual > img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center 54%;
  transition: transform 1.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.story-visual:hover > img {
  transform: scale(1.025);
}
.photo-caption {
  position: absolute;
  inset: auto 0 0;
  padding: 75px 42px 32px;
  background: linear-gradient(transparent, rgba(23, 35, 25, 0.8));
  color: #fff;
  font-size: 25px;
  letter-spacing: -0.6px;
}
.photo-caption small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.3px;
  opacity: 0.8;
  margin-top: 15px;
}
.founder-section {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 100px;
  max-width: 1080px;
  padding: 0 0 50px;
}
.founder-identity {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
  padding-top: 20px;
}
.founder-identity img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 50%;
  margin-bottom: 17px;
  filter: saturate(0.8);
}
.founder-identity strong {
  font-size: 19px;
}
.founder-identity span {
  color: #666e61;
  font-size: 14px;
}
.founder-identity a {
  margin-top: 14px;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.founder-section h2 {
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -2px;
  margin: 20px 0 27px;
}
.founder-section p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.9;
  color: #596153;
  margin-bottom: 19px;
}
.founder-section p.founder-signature {
  font:
    italic 38px Georgia,
    serif;
  color: #354635;
  margin-top: 30px;
}
.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.principle-card {
  padding: 37px 30px 40px;
  border: 1px solid #dfe3d9;
  border-radius: 12px;
  background: #f0f2ea;
  transition:
    transform 0.35s,
    box-shadow 0.35s;
}
.principle-card:nth-child(2) {
  background: #f5e8dc;
  border-color: #edddcf;
}
.principle-card:nth-child(3) {
  background: #edece7;
}
.principle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px #2535260a;
}
.principle-number {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 35px;
  color: #6c7962;
}
.principle-card h3 {
  font-size: 23px;
  letter-spacing: -0.7px;
  margin: 38px 0 15px;
}
.principle-card p {
  font-size: 15px;
  line-height: 1.85;
  color: #596153;
}
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 26px;
  margin-bottom: 100px;
}
.journal-card {
  border: 1px solid #dedfd7;
  border-radius: 12px;
  overflow: hidden;
  background: #fffefa;
  transition:
    transform 0.4s,
    box-shadow 0.4s;
  display: flex;
  flex-direction: column;
}
.journal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 35px #2737270c;
}
.journal-card:first-child {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 0.85fr 1fr;
}
.journal-art {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  position: relative;
  overflow: hidden;
  background: #e1e9da;
}
.journal-card:first-child .journal-art {
  height: 100%;
  min-height: 300px;
}
.journal-art:before {
  content: "";
  width: 200px;
  height: 200px;
  border: 1px solid #64775f33;
  border-radius: 50%;
  position: absolute;
  right: -35px;
  top: 20px;
}
.journal-art span {
  font:
    italic 64px Georgia,
    serif;
  position: relative;
  z-index: 1;
  color: #445a3e;
}
.journal-art i {
  font-style: normal;
  font-size: 110px;
  line-height: 1;
  color: #637b5733;
}
.art-1 {
  background: #f3dfcd;
}
.art-2 {
  background: #e7e5df;
}
.art-3 {
  background: #d9e2df;
}
.journal-copy {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.journal-copy .eyebrow {
  font-size: 10px;
}
.journal-copy h2 {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.8px;
  margin: 17px 0;
}
.journal-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.85;
  color: #646c5d;
}
.journal-link {
  font-size: 12px;
  font-weight: 700;
  margin-top: auto;
  padding-top: 25px;
}
.article-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 730px);
  gap: 100px;
  align-items: start;
  padding-top: 25px;
  padding-bottom: 100px;
  border-top: 1px solid #dfe1d7;
}
.article-aside {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 28px;
}
.article-aside > a {
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.article-aside > span {
  font-size: 10px;
  letter-spacing: 1.3px;
  color: #647058;
  margin-top: 20px;
}
.article-aside > p {
  font-size: 14px;
  line-height: 1.85;
  color: #68725f;
}
.article-body > section {
  padding: 25px 0 36px;
  border-bottom: 1px solid #e3e5dc;
}
.article-number {
  font-size: 11px;
  color: #78826c;
  letter-spacing: 1px;
}
.article-body h2 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -1px;
  margin: 14px 0 20px;
}
.article-body p {
  font-size: 17px;
  line-height: 1.95;
  color: #555f50;
}
.article-body a {
  color: #485e3c;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.article-takeaway {
  background: #e7eddf;
  padding: 35px;
  border-radius: 12px;
  margin-top: 40px;
}
.article-takeaway h3 {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.8px;
  margin: 17px 0;
}
.article-takeaway p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.85;
}
.article-takeaway .eyebrow {
  font-size: 10px;
}
.specialist-cta {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: -28px;
  padding-bottom: 12px;
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.specialist-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  padding: 40px 0 90px;
}
.specialist-proof h2 {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -2px;
  margin: 22px 0;
}
.specialist-proof p:not(.eyebrow) {
  font-size: 16px;
  color: #636d59;
  line-height: 1.9;
  max-width: 430px;
  margin-bottom: 27px;
}
.specimen {
  background: #e8edde;
  border-radius: 14px;
  padding: 40px;
  border: 1px solid #dbe2d1;
  transform: rotate(1deg);
  box-shadow: 0 20px 45px #2838270b;
}
.specimen > .eyebrow {
  font-size: 10px;
  display: block;
  margin-bottom: 35px;
}
.specimen-status {
  display: inline-block;
  font-size: 11px;
  background: #f9e5c2;
  border: 1px solid #e7d5b3;
  padding: 7px 11px;
  border-radius: 30px;
  color: #796026;
}
.specimen h3 {
  font:
    28px/1.55 Georgia,
    serif;
  margin: 20px 0;
}
.specimen > div {
  border-top: 1px solid #ccd6bd;
  padding-top: 23px;
}
.specimen > div span {
  font-size: 9px;
  letter-spacing: 1.2px;
  display: block;
  margin-bottom: 14px;
  color: #69765b;
}
.specimen strong {
  font-size: 16px;
  line-height: 1.6;
}
.support-panel {
  max-width: 850px;
  background: #eaf0e2;
  border: 1px solid #dce4d2;
  border-radius: 16px;
  padding: 45px;
  margin-top: 5px;
  margin-bottom: 100px;
}
.support-panel h2 {
  font-size: 38px;
  line-height: 1.25;
  letter-spacing: -1.5px;
  margin: 20px 0;
}
.support-panel p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.9;
  color: #5c6952;
  max-width: 690px;
  margin-bottom: 28px;
}
.support-panel .text-link {
  display: inline-block;
  margin: 20px 0 0 25px;
}
.editorial-hero,
.founder-section,
.journal-card,
.specialist-proof {
  animation: editorial-enter 0.8s both;
}
@keyframes editorial-enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1000px) {
  .founder-section {
    gap: 50px;
    grid-template-columns: 220px 1fr;
  }
  .journal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .journal-card:first-child {
    grid-column: span 2;
  }
  .article-layout {
    grid-template-columns: 180px 1fr;
    gap: 45px;
  }
  .specialist-proof {
    gap: 35px;
  }
  .principle-card {
    padding: 28px 23px;
  }
  .principle-card h3 {
    font-size: 21px;
  }
  .editorial-hero h1 {
    letter-spacing: -2.5px;
  }
}
@media (max-width: 700px) {
  .editorial-hero {
    padding-top: 60px;
    padding-bottom: 42px;
  }
  .editorial-hero h1 {
    font-size: 43px;
    letter-spacing: -2px;
    margin: 22px 0;
  }
  .editorial-hero em {
    letter-spacing: -1.5px;
  }
  .hero-deck {
    font-size: 16px;
    line-height: 1.85;
  }
  .story-visual {
    margin-bottom: 60px;
  }
  .story-visual > img {
    height: 380px;
  }
  .photo-caption {
    font-size: 21px;
    padding: 65px 24px 25px;
  }
  .founder-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    padding-bottom: 0;
  }
  .founder-section h2 {
    font-size: 36px;
  }
  .founder-section p:not(.eyebrow) {
    font-size: 16px;
  }
  .founder-identity {
    padding-top: 0;
  }
  .founder-identity img {
    width: 110px;
    height: 110px;
  }
  .principle-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .principle-card h3 {
    margin-top: 22px;
  }
  .journal-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
  }
  .journal-card:first-child {
    grid-column: auto;
    display: flex;
  }
  .journal-card:first-child .journal-art {
    min-height: 0;
    height: 180px;
  }
  .journal-art {
    height: 160px;
  }
  .journal-copy {
    padding: 26px;
  }
  .journal-copy h2 {
    font-size: 25px;
  }
  .article-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 60px;
  }
  .article-aside {
    position: static;
    padding-top: 15px;
    gap: 15px;
  }
  .article-aside > span,
  .article-aside > p {
    display: none;
  }
  .article-aside > a:last-child {
    color: #637259;
    font-size: 12px;
  }
  .article-body h2 {
    font-size: 27px;
  }
  .article-body p {
    font-size: 16px;
  }
  .article-takeaway {
    padding: 26px;
  }
  .article-takeaway h3 {
    font-size: 25px;
  }
  .specialist-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-top: -12px;
  }
  .specialist-proof {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 0 55px;
  }
  .specialist-proof h2 {
    font-size: 36px;
  }
  .specimen {
    padding: 28px;
    transform: none;
  }
  .specimen h3 {
    font-size: 25px;
  }
  .support-panel {
    padding: 28px;
    margin-bottom: 60px;
  }
  .support-panel h2 {
    font-size: 30px;
  }
  .support-panel p:not(.eyebrow) {
    font-size: 16px;
  }
  .support-panel .button {
    white-space: normal;
  }
  .support-panel .text-link {
    margin: 22px 0 0;
    display: block;
  }
  .editorial-hero .eyebrow {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
