@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@1,700&display=swap');

:root {
  --cream: #f4ead8;
  --ink: #1c1814;
  --red: #e83820;
  --green: #214e35;
  --line: rgba(28, 24, 20, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 600; letter-spacing: .16em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--cream); background: var(--red); border-radius: 50% 50% 45% 55%; font-family: Georgia, serif; font-style: italic; font-size: 20px; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { position: relative; padding: 10px 0; text-decoration: none; font-size: 14px; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: currentColor; transition: right .2s; }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }

.hero { position: relative; min-height: 700px; padding: 106px 0 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(33, 78, 53, .13); }
h1 { position: relative; z-index: 2; margin: 24px 0 28px; max-width: 820px; font-size: clamp(64px, 9.6vw, 142px); line-height: .82; letter-spacing: -.065em; font-weight: 600; }
h1 em { color: var(--red); font-family: "Playfair Display", Georgia, serif; font-weight: 700; }
.lead { position: relative; z-index: 2; max-width: 590px; font-size: clamp(17px, 2vw, 21px); line-height: 1.6; }
.actions { position: relative; z-index: 2; display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 100px; text-decoration: none; font-weight: 600; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-3px); }
.primary { background: var(--ink); color: var(--cream); box-shadow: 0 8px 24px rgba(28,24,20,.18); }
.secondary { border: 1px solid var(--ink); }

.pepper-stage { position: absolute; right: -45px; top: 86px; width: 455px; height: 515px; }
.sun { position: absolute; right: 20px; top: 25px; width: 370px; height: 370px; border: 1px solid rgba(232,56,32,.34); border-radius: 50%; }
.sun::before, .sun::after { content: ""; position: absolute; inset: 44px; border: inherit; border-radius: inherit; }
.sun::after { inset: 88px; }
.pepper { position: absolute; z-index: 1; right: 72px; top: 90px; width: 215px; height: 330px; background: var(--red); border-radius: 44% 52% 62% 58% / 30% 36% 72% 70%; transform: rotate(21deg); box-shadow: inset -28px -14px 0 rgba(142,18,7,.22); }
.pepper::after { content: ""; position: absolute; left: 20px; bottom: -46px; width: 90px; height: 110px; background: var(--red); border-radius: 0 0 100% 20%; transform: rotate(24deg); }
.stem { position: absolute; z-index: 2; top: -54px; left: 55px; width: 48px; height: 86px; background: var(--green); border-radius: 70% 20% 50% 20%; transform: rotate(-26deg); }
.pepper-shine { position: absolute; top: 58px; left: 40px; width: 28px; height: 105px; background: rgba(255,255,255,.22); border-radius: 50%; transform: rotate(-8deg); }
.pepper-shadow { position: absolute; right: 30px; bottom: 38px; width: 300px; height: 46px; border-radius: 50%; background: rgba(28,24,20,.16); filter: blur(8px); }
.orbit { position: absolute; z-index: 3; padding: 10px 14px; color: var(--cream); background: var(--green); border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: .15em; }
.orbit-one { right: 0; top: 128px; transform: rotate(8deg); }
.orbit-two { left: 55px; bottom: 84px; background: var(--ink); transform: rotate(-9deg); }

.ticker { overflow: hidden; padding: 17px 0; background: var(--red); color: var(--cream); white-space: nowrap; transform: rotate(-1.2deg) scale(1.02); font-weight: 600; letter-spacing: .16em; }
.ticker div { animation: marquee 22s linear infinite; }
.ticker b { padding: 0 26px; color: var(--ink); }
@keyframes marquee { to { transform: translateX(-45%); } }

.pricing { padding: 140px 0 30px; }
.section-heading { display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; margin-bottom: 60px; }
.kicker { margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2, .cta-panel h2 { margin: 0; font-size: clamp(42px, 6vw, 74px); line-height: .97; letter-spacing: -.055em; }
.section-heading h2 em { color: var(--red); font-family: "Playfair Display", Georgia, serif; }
.section-heading > p { max-width: 440px; line-height: 1.65; color: rgba(28,24,20,.68); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 470px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.2); }
.price-card.featured { color: var(--cream); background: var(--green); border-color: var(--green); transform: translateY(-14px); box-shadow: 0 24px 60px rgba(33,78,53,.18); }
.popular { position: absolute; top: 24px; right: 24px; padding: 8px 11px; color: var(--ink); background: var(--cream); border-radius: 40px; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.plan { margin: 0 0 48px; font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.price { margin: 0; font-size: clamp(38px, 4vw, 56px); font-weight: 600; letter-spacing: -.055em; }
.price small { font-size: 16px; letter-spacing: 0; }
.price-note { margin: 5px 0 30px; opacity: .62; font-size: 13px; }
.price-card ul { margin: 0; padding: 24px 0 0; border-top: 1px solid currentColor; list-style: none; opacity: .82; }
.price-card li { position: relative; margin: 12px 0; padding-left: 20px; }
.price-card li::before { content: "·"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.price-card.featured li::before { color: #ff806c; }
.card-link { display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; border-top: 1px solid currentColor; text-decoration: none; font-weight: 600; }
.card-link span { transition: transform .2s; }
.card-link:hover span { transform: translateX(5px); }

.features { display: grid; grid-template-columns: repeat(3, 1fr); padding: 130px 0 120px; }
.features article { min-height: 230px; padding: 28px; border-left: 1px solid var(--line); }
.features article:last-child { border-right: 1px solid var(--line); }
.number { color: var(--red); font-family: Georgia, serif; font-style: italic; }
.features h2 { margin: 68px 0 12px; font-size: 25px; letter-spacing: -.03em; }
.features p { margin: 0; max-width: 290px; line-height: 1.6; color: rgba(28,24,20,.68); }

.footer { display: flex; justify-content: space-between; align-items: center; min-height: 100px; border-top: 1px solid var(--line); font-size: 13px; }
.status { display: flex; align-items: center; gap: 8px; }
.status span { width: 8px; height: 8px; border-radius: 50%; background: #37a363; animation: pulse 1.7s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 6px rgba(55,163,99,.16); } }

.subhero { padding: 110px 0 100px; }
.subhero h1, .contact-main h1 { margin-top: 20px; font-size: clamp(60px, 9vw, 124px); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: start; margin-top: 80px; }
.intro-grid p { margin: 0; font-size: 18px; line-height: 1.75; color: rgba(28,24,20,.68); }
.intro-grid .big-copy { font-size: clamp(25px, 3vw, 40px); line-height: 1.35; letter-spacing: -.035em; color: var(--ink); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: 120px; }
.values article { padding: 30px; border: 1px solid var(--line); border-right: 0; }
.values article:last-child { border-right: 1px solid var(--line); }
.values span { color: var(--red); font-family: Georgia, serif; font-style: italic; }
.values h2 { margin: 64px 0 10px; font-size: 30px; }
.values p { margin: 0; color: rgba(28,24,20,.65); }
.cta-panel { margin-bottom: 110px; padding: 70px; color: var(--cream); background: var(--red); border-radius: 34px; text-align: center; }
.cta-panel .kicker { color: var(--cream); opacity: .75; }
.cta-panel .button { margin-top: 34px; }

.contact-page { color: var(--cream); background: var(--green); }
.contact-page .nav { border-color: rgba(244,234,216,.25); }
.contact-page .brand-mark { color: var(--red); background: var(--cream); }
.contact-main { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; min-height: calc(100vh - 187px); padding-top: 70px; padding-bottom: 70px; }
.contact-main .kicker { color: #ff806c; }
.contact-main h1 { margin-bottom: 0; }
.contact-main h1 em { color: #ff806c; }
.contact-card { padding: 48px; color: var(--ink); background: var(--cream); border-radius: 30px; box-shadow: 0 30px 80px rgba(8,30,18,.28); }
.contact-label { margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.email-link { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); font-size: clamp(24px, 3vw, 38px); font-weight: 600; letter-spacing: -.04em; text-decoration: none; }
.email-link span { color: var(--red); }
.contact-note { margin: 28px 0 36px; line-height: 1.7; color: rgba(28,24,20,.64); }
.availability { display: flex; align-items: center; gap: 14px; }
.availability > span { width: 11px; height: 11px; border-radius: 50%; background: #37a363; box-shadow: 0 0 0 7px rgba(55,163,99,.14); }
.availability div { display: flex; flex-direction: column; gap: 3px; }
.availability small { color: rgba(28,24,20,.55); }
.contact-page .footer { border-color: rgba(244,234,216,.25); }

.experience-hero { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; padding: 105px 0 120px; }
.experience-hero h1 { margin-bottom: 0; font-size: clamp(60px, 8.4vw, 118px); }
.experience-lead { margin: 0 0 12px; font-size: clamp(18px, 2vw, 23px); line-height: 1.65; color: rgba(28,24,20,.67); }
.expertise { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; padding: 105px 0; border-top: 1px solid var(--line); }
.expertise-intro { position: sticky; top: 40px; align-self: start; }
.expertise-intro h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }
.expertise-list article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 0 0 36px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }
.expertise-list article > span { color: var(--red); font-family: Georgia, serif; font-style: italic; }
.expertise-list h3 { margin: 0 0 12px; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.035em; }
.expertise-list p { margin: 0; max-width: 620px; line-height: 1.7; color: rgba(28,24,20,.65); }
.process-band { padding: 115px 0; color: var(--cream); background: var(--green); }
.process-heading { margin-bottom: 70px; }
.process-heading .kicker { color: #ff806c; }
.process-heading h2 em { color: #ff806c; }
.process-heading > p { color: rgba(244,234,216,.7); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid article { min-height: 255px; padding: 26px; border: 1px solid rgba(244,234,216,.25); border-right: 0; }
.process-grid article:last-child { border-right: 1px solid rgba(244,234,216,.25); }
.process-grid b { color: #ff806c; font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.process-grid h3 { margin: 82px 0 12px; font-size: 23px; }
.process-grid p { margin: 0; line-height: 1.55; color: rgba(244,234,216,.68); }
.experience-cta { padding: 120px 0; text-align: center; }
.experience-cta h2 { max-width: 820px; margin: 0 auto; font-size: clamp(42px, 6vw, 76px); line-height: 1; letter-spacing: -.055em; }
.experience-cta .button { margin-top: 36px; }

@media (max-width: 900px) {
  .nav { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; padding: 14px 0; }
  .nav-links { width: 100%; gap: 20px; overflow-x: auto; }
  .hero { padding-top: 74px; min-height: 860px; }
  h1 { font-size: clamp(60px, 13vw, 104px); }
  .lead { max-width: 540px; }
  .pepper-stage { top: 430px; right: 50%; transform: translateX(55%) scale(.8); }
  .features { grid-template-columns: 1fr; padding: 90px 0; }
  .features article { min-height: auto; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .features article:first-child { border-top: 1px solid var(--line); }
  .features h2 { margin-top: 34px; }
  .section-heading, .intro-grid, .contact-main { grid-template-columns: 1fr; gap: 36px; }
  .experience-hero, .expertise { grid-template-columns: 1fr; gap: 45px; }
  .expertise-intro { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article:nth-child(2) { border-right: 1px solid rgba(244,234,216,.25); }
  .process-grid article:nth-child(-n+2) { border-bottom: 0; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .price-card { min-height: 430px; }
  .values { grid-template-columns: 1fr; }
  .values article { border-right: 1px solid var(--line); border-bottom: 0; }
  .values article:last-child { border-bottom: 1px solid var(--line); }
  .contact-main { min-height: auto; padding: 80px 0; }
}
@media (max-width: 520px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .nav { min-height: 96px; }
  .brand { font-size: 13px; }
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 12px; white-space: nowrap; }
  .hero { min-height: 780px; padding-top: 58px; }
  h1 { margin-top: 20px; font-size: clamp(52px, 17vw, 76px); }
  .lead { font-size: 16px; }
  .button { width: 100%; }
  .pepper-stage { top: 475px; transform: translateX(58%) scale(.62); }
  .footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
  .footer p { margin: 3px 0; }
  .pricing { padding-top: 100px; }
  .price-card, .contact-card { padding: 26px; }
  .cta-panel { padding: 50px 24px; }
  .subhero { padding-top: 80px; }
  .experience-hero { padding: 80px 0; }
  .expertise { padding: 80px 0; }
  .expertise-list article { grid-template-columns: 44px 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article, .process-grid article:nth-child(2) { min-height: 220px; border-right: 1px solid rgba(244,234,216,.25); border-bottom: 0; }
  .process-grid article:last-child { border-bottom: 1px solid rgba(244,234,216,.25); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
