:root {
  --forest: #31543c;
  --forest-deep: #203c2c;
  --sage: #a9bba6;
  --mist: #e8efe6;
  --cream: #f8f5eb;
  --paper: #fffdf8;
  --ink: #243429;
  --line: rgba(49, 84, 60, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--cream); background: var(--forest); }
.hero-image { position: absolute; inset: 0; background: url("logo.png") center / cover no-repeat; opacity: .26; transform: scale(1.03); animation: hero-in 1.8s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,50,35,.94) 0%, rgba(35,62,43,.78) 44%, rgba(35,62,43,.3) 100%); }
.hero-copy { width: min(690px, 90%); margin-left: max(6vw, calc((100vw - 1220px) / 2)); padding: 120px 0; position: relative; z-index: 1; animation: rise-in 1s .18s ease-out both; }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow.ink { color: #647c69; }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(72px, 11vw, 154px); font-weight: 400; line-height: .8; letter-spacing: -.065em; }
.hero-tagline { margin: 34px 0 0; font-size: clamp(17px, 2vw, 24px); font-weight: 300; letter-spacing: .08em; }
.hero-mission { max-width: 590px; margin: 54px 0 36px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(20px, 2.3vw, 29px); line-height: 1.5; }
.button { width: fit-content; min-height: 54px; padding: 0 24px; border-radius: 100px; display: inline-flex; align-items: center; gap: 42px; font-size: 13px; letter-spacing: .04em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button span { font-size: 20px; transition: transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translateX(4px); }
.button-light { color: var(--forest-deep); background: var(--cream); }
.button-light:hover { background: white; }
.button-dark { color: var(--cream); background: var(--forest); }
.button-dark:hover { background: var(--forest-deep); }
.scroll-hint { position: absolute; right: 5vw; bottom: 40px; z-index: 2; display: flex; align-items: center; gap: 18px; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.scroll-hint i { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; position: relative; }
.scroll-hint i::after { content: ""; width: 6px; height: 6px; border-right: 1px solid white; border-bottom: 1px solid white; transform: rotate(45deg); position: absolute; left: 17px; top: 15px; }

.section { padding: clamp(100px, 13vw, 180px) max(6vw, calc((100vw - 1220px) / 2)); }
.opening { padding-bottom: clamp(64px, 7vw, 96px); }
.details { padding-top: clamp(64px, 7vw, 96px); }
.opening { padding-top: clamp(85px, 10vw, 140px); padding-bottom: clamp(85px, 10vw, 140px); background: var(--paper); }
.section-intro { max-width: 920px; }
.section-intro .eyebrow { margin-bottom: 14px; }
.section h2, .final-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 78px); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; }
.pillars { margin-top: 70px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.pillars article { min-height: 270px; padding: 24px 42px 24px 0; border-right: 1px solid var(--line); }
.pillars article:not(:first-child) { padding-left: 42px; }
.pillars article:last-child { border-right: 0; }
.pillars span, .foundations article > span { color: #79907c; font-size: 10px; letter-spacing: .16em; }
.pillars h3 { margin: 36px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: 34px; font-weight: 400; }
.pillars p, .details-heading > p, .recognition p { color: #526458; font-size: 16px; line-height: 1.8; }
.details { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; background: var(--cream); }
.details-heading > p { max-width: 650px; margin: 38px 0 0; }
.details-card { border-top: 1px solid var(--line); }
.details-card div { padding: 24px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.details-card span { color: #708276; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.details-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; text-align: right; }

.mentor { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(60px, 8vw, 120px); align-items: center; background: var(--paper); }
.mentor-photo { position: relative; width: min(100%, 390px); aspect-ratio: 400 / 601; min-height: 0; margin: 0; justify-self: center; overflow: hidden; background: #713e32; }
.mentor-photo::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.22); pointer-events: none; }
.mentor-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center 46%; }
.mentor-copy { max-width: 600px; }
.mentor-copy h2 { font-size: clamp(38px, 4.5vw, 60px); }
.mentor-name { margin: 42px 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; }
.mentor-copy > p:not(.eyebrow):not(.mentor-name) { margin: 0 0 20px; color: #526458; font-size: 16px; line-height: 1.82; }

.sales { color: var(--cream); background: var(--forest-deep); }
.sales-lead { max-width: 910px; }
.sales-lead > p:not(.eyebrow) { max-width: 720px; margin: 42px 0 0; font-size: 19px; line-height: 1.75; }
.sales-lead .sales-note { color: #b9c7ba; font-family: Georgia, "Times New Roman", serif; }
.sales blockquote { max-width: 980px; margin: 150px 0; padding-left: 50px; border-left: 1px solid #91a493; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5.5vw, 74px); line-height: 1.13; letter-spacing: -.04em; }
.recognition { max-width: 850px; margin: 120px 0 0 auto; }
.recognition p { color: #b9c7ba; }
.recognition strong { display: block; margin-top: 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 4vw, 48px); font-weight: 400; }
.foundations { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.foundations article { min-height: 180px; padding: 22px 30px 26px 0; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition-delay: var(--delay); }
.foundations article:nth-child(3n+2), .foundations article:nth-child(3n+3) { padding-left: 34px; }
.foundations article:nth-child(3n) { border-right: 0; }
.foundations h3 { margin: 26px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; font-weight: 400; }
.foundations p { margin: 0; color: #afc0b1; font-size: 14px; line-height: 1.65; }
.offer { margin-top: 110px; padding: 44px 48px; background: #496952; display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; }
.offer .price { text-align: left; }
.price small { display: block; margin-bottom: 7px; color: #c8d1c5; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.price strong { font-family: Georgia, "Times New Roman", serif; font-size: 48px; font-weight: 400; }
.price p { max-width: 310px; margin: 12px 0 0; color: #d2dbcf; font-size: 13px; line-height: 1.55; }
.offer .button { flex: 0 0 auto; justify-content: space-between; }

.final-section { padding: clamp(100px, 13vw, 180px) max(6vw, calc((100vw - 1220px) / 2)) 34px; text-align: center; background: var(--mist); }
.final-section > div { max-width: 1000px; margin: auto; }
.final-formula { margin: 0 0 64px; color: #69806d; font-size: 11px; line-height: 2; letter-spacing: .13em; text-transform: uppercase; }
.final-section .button { margin-top: 48px; }
footer { margin-top: 150px; padding-top: 25px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #748579; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }
@keyframes rise-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes hero-in { from { opacity: 0; transform: scale(1.08); } to { opacity: .26; transform: scale(1.03); } }

@media (max-width: 760px) {
  .hero { min-height: 820px; align-items: flex-start; }
  .hero-image { background-position: 56% center; opacity: .2; }
  .hero-shade { background: linear-gradient(180deg, rgba(25,50,35,.72), rgba(25,50,35,.95)); }
  .hero-copy { width: auto; margin: 0; padding: 120px 24px 130px; }
  .hero h1 { font-size: clamp(68px, 24vw, 106px); line-height: .84; }
  .hero-tagline { max-width: 260px; font-size: 15px; line-height: 1.6; }
  .hero-mission { margin-top: 42px; font-size: 21px; }
  .scroll-hint { left: 24px; right: auto; bottom: 28px; }
  .section { padding: 96px 24px; }
  .opening { padding-bottom: 64px; }
  .details { padding-top: 64px; }
  .section h2, .final-section h2 { font-size: 43px; }
  .opening { padding-top: 78px; padding-bottom: 78px; }
  .pillars { margin-top: 52px; grid-template-columns: 1fr; }
  .pillars article, .pillars article:not(:first-child) { min-height: auto; padding: 22px 0 30px; border-right: 0; border-bottom: 1px solid var(--line); }
  .pillars h3 { margin: 24px 0 10px; }
  .details { grid-template-columns: 1fr; gap: 60px; }
  .mentor { grid-template-columns: 1fr; gap: 55px; }
  .mentor-photo { width: min(100%, 420px); min-height: 0; }
  .mentor-photo img { object-position: center 42%; }
  .mentor-copy h2 { font-size: 36px; }
  .mentor-name { margin-top: 34px; }
  .sales blockquote { margin: 100px 0; padding-left: 24px; font-size: 40px; }
  .foundations { margin-top: 80px; grid-template-columns: 1fr; }
  .foundations article, .foundations article:nth-child(3n+2), .foundations article:nth-child(3n+3) { min-height: auto; padding: 17px 0 21px; border-right: 0; }
  .foundations h3 { margin: 14px 0 6px; }
  .offer { margin: 80px -8px 0; padding: 34px 26px; display: flex; flex-direction: column; align-items: flex-start; }
  .offer .price { text-align: left; }
  .offer .button { width: fit-content; gap: 16px; padding-inline: 20px; }
  .final-section { padding: 100px 24px 30px; }
  footer { margin-top: 110px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
