:root {
  --ink: #211c18;
  --cream: #f6f0e7;
  --paper: #fffaf2;
  --sage: #65715d;
  --moss: #354235;
  --rust: #b95c3b;
  --gold: #c89b52;
  --line: rgba(33, 28, 24, 0.18);
  --serif: "Iowan Old Style", "Baskerville", Georgia, serif;
  --sans:
    Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: auto;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  left: 1rem;
  top: 1rem;
  background: white;
  padding: 0.6rem;
  z-index: 99;
}
.nav {
  height: 82px;
  padding: 0 clamp(1rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(246, 240, 231, 0.94);
}
.wordmark {
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.45rem;
  letter-spacing: 0.02em;
}
.wordmark span {
  font-style: italic;
  color: var(--rust);
}
.nav-links {
  display: flex;
  gap: 1.8rem;
  align-items: center;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.nav-links a:hover {
  text-decoration: underline;
  text-underline-offset: 0.35rem;
}
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  background: var(--ink);
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}
.nav-cta {
  background: var(--rust);
}
.menu {
  display: none;
  background: none;
  border: 0;
  font: inherit;
}
.hero {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(360px, 0.93fr);
  overflow: hidden;
}
.hero-copy {
  padding: clamp(4rem, 8vw, 8rem) clamp(1.3rem, 7vw, 8rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-brand {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin: 0 0 1.65rem;
}
.hero-brand strong {
  font: 400 clamp(1.25rem, 1.8vw, 1.7rem) var(--serif);
  letter-spacing: 0.015em;
}
.hero-brand span {
  color: var(--rust);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.eyebrow,
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--rust);
  margin: 0 0 1.2rem;
}
.hero h1,
.display {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin: 0;
}
.hero h1 {
  font-size: clamp(3.6rem, 7vw, 7.8rem);
  max-width: 900px;
}
.hero h1 em {
  display: block;
  color: var(--rust);
  font-weight: 400;
}
.hero .lead {
  font-size: clamp(1.08rem, 1.55vw, 1.38rem);
  max-width: 670px;
  margin: 2rem 0;
  color: #50483f;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.button.alt {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--ink);
}
.hero-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #090806;
  min-height: 560px;
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(200, 155, 82, 0.38);
  border-radius: 50%;
}
.hero-art img {
  width: min(88%, 720px);
  position: relative;
}
.recognition {
  padding: clamp(5rem, 10vw, 10rem) clamp(1.3rem, 7vw, 8rem);
  background: var(--paper);
}
.recognition .display,
.section-head .display {
  font-size: clamp(3rem, 6vw, 6.3rem);
  max-width: 940px;
}
.recognition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  margin-top: 5rem;
  border: 1px solid var(--line);
}
.recognition-card {
  background: var(--paper);
  padding: clamp(2rem, 4vw, 4rem);
  min-height: 250px;
}
.recognition-card .num {
  font: italic 1rem var(--serif);
  color: var(--rust);
}
.recognition-card h3 {
  font: 400 clamp(1.8rem, 3vw, 3.2rem) / 1.05 var(--serif);
  margin: 1.2rem 0;
}
.hope {
  background: var(--moss);
  color: white;
  padding: clamp(5rem, 10vw, 10rem) clamp(1.3rem, 7vw, 8rem);
  text-align: center;
}
.hope blockquote {
  font: 400 clamp(2.5rem, 6vw, 6.7rem) / 1 var(--serif);
  max-width: 1100px;
  margin: 0 auto;
}
.hope p {
  max-width: 650px;
  margin: 2.2rem auto 0;
  color: #dce1d7;
}
.section {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.3rem, 7vw, 8rem);
}
.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 9vw, 9rem);
  align-items: start;
}
.portrait-symbol {
  background: var(--ink);
  padding: 8%;
  position: sticky;
  top: 2rem;
}
.trust h2 {
  font: 400 clamp(3rem, 5vw, 5.6rem) / 1 var(--serif);
  margin: 0.5rem 0 2rem;
}
.trust .large {
  font-size: 1.35rem;
  color: #4f493f;
}
.signature {
  font: italic 2rem var(--serif);
  color: var(--rust);
}
.offers {
  background: #ded8ca;
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: end;
  margin-bottom: 4rem;
}
.section-head > p {
  max-width: 410px;
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.offer-card {
  background: var(--paper);
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  border-top: 5px solid var(--rust);
}
.offer-card:nth-child(2) {
  border-color: var(--gold);
}
.offer-card:nth-child(3) {
  border-color: var(--sage);
}
.offer-card h3 {
  font: 400 2.4rem/1.05 var(--serif);
  margin: 0.4rem 0 1.2rem;
}
.offer-card p {
  color: #595146;
}
.offer-card a {
  margin-top: auto;
  font-weight: 800;
  text-underline-offset: 0.3rem;
}
.method {
  background: var(--ink);
  color: white;
}
.method .split {
  align-items: center;
}
.method h2 {
  font: 400 clamp(3rem, 5.5vw, 6rem) / 1 var(--serif);
  margin: 0;
}
.method h2 em {
  color: #e3b56a;
}
.method-copy {
  font-size: 1.2rem;
  color: #d8d2ca;
}
.method-steps {
  margin-top: 2.5rem;
  display: grid;
  gap: 1rem;
}
.method-steps div {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 1rem;
}
.testimonials {
  background: var(--paper);
}
.photo-break {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: end;
  overflow: hidden;
  background: #15120f;
}
.photo-break img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  opacity: 0.8;
}
.photo-break::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(16, 13, 10, 0.05) 35%,
    rgba(16, 13, 10, 0.88) 100%
  );
}
.photo-break blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(2rem, 7vw, 7rem);
  max-width: 920px;
  color: white;
  font: 400 clamp(2.4rem, 5.5vw, 6rem) / 1 var(--serif);
}
.mycology-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--paper);
}
.mycology-hero .page-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mycology-hero figure {
  margin: 0;
  min-height: 680px;
}
.mycology-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.quote-grid blockquote {
  margin: 0;
  padding: 2rem;
  background: var(--cream);
  font: 400 1.55rem/1.4 var(--serif);
}
.quote-grid footer {
  font: 700 0.75rem var(--sans);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 2rem;
  color: var(--rust);
}
.cta {
  background: var(--rust);
  color: white;
  text-align: center;
  padding: clamp(5rem, 10vw, 10rem) 1.3rem;
}
.cta h2 {
  font: 400 clamp(3.2rem, 7vw, 7rem) / 0.98 var(--serif);
  max-width: 970px;
  margin: 0 auto 2rem;
}
.cta p {
  max-width: 650px;
  margin: 0 auto 2rem;
}
.cta .button {
  background: var(--paper);
  color: var(--ink);
}
.footer {
  background: #12100e;
  color: #d9d1c5;
  padding: 3rem clamp(1.3rem, 7vw, 8rem);
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
}
.footer small {
  display: block;
}
.page-hero {
  padding: clamp(5rem, 11vw, 10rem) clamp(1.3rem, 7vw, 8rem);
  background: var(--paper);
}
.page-hero h1 {
  font: 400 clamp(3.5rem, 8vw, 8rem) / 0.95 var(--serif);
  max-width: 1000px;
  margin: 0;
}
.page-hero p {
  max-width: 670px;
  font-size: 1.25rem;
}
.detail-stack {
  display: grid;
  gap: 1px;
  background: var(--line);
}
.detail {
  background: var(--cream);
  padding: clamp(3rem, 7vw, 7rem) clamp(1.3rem, 7vw, 8rem);
  display: grid;
  grid-template-columns: 0.45fr 1.2fr;
  gap: 5rem;
}
.detail h2 {
  font: 400 clamp(2.8rem, 5vw, 5rem) / 1 var(--serif);
  margin: 0;
}
.detail ul {
  padding-left: 1.2rem;
}
.rate {
  color: var(--rust);
  font-weight: 800;
}
.prose {
  max-width: 820px;
  margin: auto;
}
.prose p {
  margin: 0 0 1.6rem;
}
.prose .pull {
  font: italic 2.4rem/1.25 var(--serif);
  color: var(--rust);
  border-left: 3px solid var(--rust);
  padding-left: 2rem;
  margin: 3rem 0;
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.mini-grid article {
  background: var(--paper);
  padding: 2rem;
}
.mini-grid h3 {
  font: 400 2rem var(--serif);
}
@media (max-width: 900px) {
  .mycology-hero {
    grid-template-columns: 1fr;
  }
  .mycology-hero figure {
    min-height: 520px;
  }
  .nav {
    height: 70px;
  }
  .menu {
    display: block;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--cream);
    padding: 1.4rem;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open {
    display: flex;
  }
  .nav-cta {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero-copy {
    min-height: 72vh;
  }
  .hero-art {
    min-height: 420px;
  }
  .recognition-grid,
  .offer-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .split,
  .detail {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .portrait-symbol {
    position: relative;
    top: 0;
    max-width: 480px;
  }
  .section-head {
    display: block;
  }
  .offer-card {
    min-height: 400px;
  }
  .footer {
    display: block;
  }
  .footer > * {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 520px) {
  .photo-break {
    min-height: 58vh;
  }
  .photo-break blockquote {
    font-size: 2.55rem;
  }
  .mycology-hero figure {
    min-height: 430px;
  }
  body {
    font-size: 16px;
  }
  .hero h1 {
    font-size: 3.25rem;
  }
  .hero-copy {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .hero-art {
    min-height: 330px;
  }
  .recognition-grid {
    margin-top: 3rem;
  }
  .recognition-card {
    min-height: 0;
  }
  .mini-grid {
    grid-template-columns: 1fr;
  }
  .detail {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .button {
    width: 100%;
  }
}
