/* ==========================================================
   Nature's Answers for You
   Paper, ink and hand are taken from the printed card.
   ========================================================== */

:root {
  --paper:       #F3E7D6;   /* card stock, sampled from the card */
  --paper-card:  #FBF4E7;   /* a card laid on the paper */
  --paper-line:  #DFCDB0;

  --ochre:       #B5813C;
  --ochre-deep:  #8F6224;
  --ochre-soft:  #D3A868;

  --ink:         #4E463C;
  --ink-soft:    #6E6459;
  --ink-mute:    #8C8175;

  --radius: 16px;
  --ease: cubic-bezier(.22,.61,.36,1);

  --shadow-sm: 0 1px 3px rgba(78,70,60,.06), 0 6px 18px rgba(78,70,60,.06);
  --shadow-md: 0 2px 6px rgba(78,70,60,.07), 0 16px 38px rgba(78,70,60,.11);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: url("paper.webp");
  background-repeat: repeat;
  background-size: 256px 256px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, .brand, .btn, .eyebrow, .quote-text, .n, .foot-brand {
  font-family: "Quicksand", "Lato", sans-serif;
}
h1, h2, h3, h4 { margin: 0 0 .5em; font-weight: 600; color: var(--ink); }
h1 { font-size: clamp(2rem, 4.2vw, 2.95rem); line-height: 1.24; letter-spacing: -.015em; }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.3rem); line-height: 1.3; letter-spacing: -.01em; }
h3 { font-size: 1.2rem; }
h4 { font-size: 1.04rem; margin-bottom: .2em; }
h1 em, .brand em { font-style: normal; color: var(--ochre); }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
a { color: var(--ochre-deep); }

.wrap { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.center { text-align: center; }

.skip {
  position: absolute; left: -9999px;
  background: var(--ink); color: var(--paper);
  padding: 10px 16px; border-radius: 8px; z-index: 200;
}
.skip:focus { left: 16px; top: 16px; }

.eyebrow {
  font-size: .76rem; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ochre); margin-bottom: 1em;
}
.lede, .body-lg { font-size: 1.08rem; font-weight: 300; color: var(--ink-soft); line-height: 1.82; }

/* ---------------- buttons ---------------- */

.btn {
  display: inline-flex; align-items: center; gap: .55em;
  padding: .8em 1.5em; border-radius: 999px;
  background: var(--ochre); color: #fff;
  font-weight: 600; font-size: .96rem; text-decoration: none;
  border: 1px solid transparent;
  box-shadow: 0 4px 14px rgba(181,129,60,.26);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease);
}
.btn:hover, .btn:focus-visible {
  background: var(--ochre-deep); transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(181,129,60,.32);
}
.btn-quiet {
  background: transparent; color: var(--ink);
  border-color: var(--paper-line); box-shadow: none;
}
.btn-quiet:hover, .btn-quiet:focus-visible {
  background: var(--paper-card); border-color: var(--ochre-soft);
  color: var(--ink); box-shadow: var(--shadow-sm);
}
.btn-sm { padding: .55em 1.1em; font-size: .89rem; }
.btn-lg { padding: 1em 2.1em; font-size: 1.06rem; }
.ico { width: 1.05em; height: 1.05em; fill: currentColor; flex: none; }

/* ---------------- header ---------------- */

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  padding: 20px 0; transition: all .35s var(--ease);
}
.site-header.scrolled {
  padding: 11px 0;
  background: rgba(243,231,214,.9);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(78,70,60,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { font-weight: 600; font-size: 1.08rem; text-decoration: none; color: var(--ink); white-space: nowrap; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav > a { text-decoration: none; color: var(--ink-soft); font-family: "Quicksand", sans-serif; font-weight: 500; font-size: .95rem; position: relative; }
.nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; bottom: -5px; width: 100%; height: 1.5px;
  background: var(--ochre); transform: scaleX(0); transform-origin: right;
  transition: transform .32s var(--ease);
}
.nav > a:not(.btn):hover { color: var(--ink); }
.nav > a:not(.btn):hover::after { transform: scaleX(1); transform-origin: left; }

/* ---------------- hero ---------------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 120px 0 0;
  overflow: hidden;
}
.hero-inner { position: relative; z-index: 3; text-align: center; }
.hero-inner h1 { margin-bottom: .5em; }
.lede { max-width: 34em; margin-inline: auto; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; justify-content: center; margin-top: 1.9em; }

/* the hand, printed exactly as it appears on the card */
/* the palm sits just beneath the words, cupping them */
/* Sized against viewport HEIGHT as well as width, so the whole hand always
   lands above the fold on the landing screen. 62vh of width ≈ 33vh of art. */
.hero-hand {
  position: relative; z-index: 1;
  width: min(720px, 62vh, 100%);
  margin-top: clamp(-70px, -4.5vh, -28px);
  pointer-events: none;
}
.hero-hand img {
  display: block; width: 100%; height: auto;
  animation: float 11s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-13px); }
}

/* warm light gathering above the open palm */
.hand-glow {
  position: absolute; z-index: -1;
  left: 34%; top: 4%;
  width: 46%; aspect-ratio: 1.6;
  transform: translate(-50%, -30%);
  background: radial-gradient(ellipse at center,
              rgba(255,236,205,.95) 0%,
              rgba(244,214,170,.42) 38%,
              rgba(243,231,214,0) 70%);
  animation: breathe 8s ease-in-out infinite;
}
@keyframes breathe {
  0%, 100% { transform: translate(-50%,-30%) scale(1);    opacity: .8; }
  50%      { transform: translate(-50%,-30%) scale(1.12); opacity: 1; }
}

.motes { position: absolute; left: 26%; top: 6%; width: 20%; height: 42%; z-index: 2; }
.motes span {
  position: absolute; bottom: 0; width: 6px; height: 6px; border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, var(--ochre-soft) 75%);
  opacity: 0; animation: rise 9s ease-in-out infinite;
}
.motes span:nth-child(1) { left: 14%; animation-delay: .4s; }
.motes span:nth-child(2) { left: 42%; animation-delay: 2.9s; }
.motes span:nth-child(3) { left: 68%; animation-delay: 5.3s; width: 5px; height: 5px; }
.motes span:nth-child(4) { left: 30%; animation-delay: 7.1s; width: 4px; height: 4px; }
@keyframes rise {
  0%   { transform: translateY(0) scale(.5); opacity: 0; }
  20%  { opacity: .85; }
  75%  { opacity: .4; }
  100% { transform: translateY(-150px) scale(1); opacity: 0; }
}

/* ---------------- quote ---------------- */

.quote { padding: 30px 0 84px; text-align: center; }
.quote-text {
  margin: 0 auto; max-width: 20em;
  font-size: clamp(1.35rem, 3vw, 2rem); font-weight: 500;
  line-height: 1.45; color: var(--ochre-deep); letter-spacing: -.005em;
}

/* ---------------- sections ---------------- */

.section { padding: 92px 0; }
.rule-top { border-top: 1px solid var(--paper-line); padding-top: 84px; }
.section .center h2 { margin-bottom: 1.7em; }

/* offerings — cards laid on the paper */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: var(--paper-card);
  border: 1px solid rgba(223,205,176,.7);
  border-radius: var(--radius);
  padding: 38px 30px;
  box-shadow: var(--shadow-sm);
  transition: transform .32s var(--ease), box-shadow .32s var(--ease);
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.card-ico {
  display: inline-flex; align-items: center; justify-content: center;
  width: 60px; height: 60px; margin-bottom: 20px; border-radius: 50%;
  background: var(--paper); color: var(--ochre);
}
.card-ico svg { width: 31px; height: 31px; fill: currentColor; }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--ink-soft); font-size: .98rem; font-weight: 300; margin: 0; }

/* approach */
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 66px; align-items: start; }
.steps { list-style: none; margin: 0; padding: 0; counter-reset: s; }
.steps li { display: flex; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--paper-line); }
.steps li:last-child { border-bottom: 0; }
.n {
  flex: none; width: 35px; height: 35px; display: grid; place-items: center;
  border-radius: 50%; background: var(--ochre); color: #fff; font-weight: 600; font-size: .93rem;
}
.steps p { margin: 0; color: var(--ink-soft); font-size: .96rem; font-weight: 300; }

/* about */
.about-grid { display: grid; grid-template-columns: 280px 1fr; gap: 60px; align-items: center; }
.portrait {
  width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 50%;
  background: var(--paper-card);
  border: 1px solid rgba(223,205,176,.8);
  box-shadow: var(--shadow-sm);
}
.portrait img {
  display: block; width: 100%; height: 100%; object-fit: cover;
}
.creds { list-style: none; margin: 1.5em 0 0; padding: 0; }
.creds li { position: relative; padding-left: 25px; margin-bottom: .5em; }
.creds li::before {
  content: ""; position: absolute; left: 0; top: .66em;
  width: 8px; height: 8px; border-radius: 50%; background: var(--ochre); opacity: .8;
}

/* contact */
.contact-lede { max-width: 35em; margin-inline: auto; margin-bottom: 2.2em; }

/* ---------------- footer ---------------- */

.site-footer { border-top: 1px solid var(--paper-line); padding: 52px 0 40px; }
.foot-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
.foot-brand { font-size: 1.12rem; font-weight: 600; margin: 0 0 .25em; }
.foot-tag { margin: 0; font-size: .95rem; font-weight: 300; color: var(--ink-soft); max-width: 30em; }
.foot-contact { display: flex; flex-direction: column; gap: 4px; font-size: .96rem; }
.foot-contact a { color: var(--ochre-deep); font-weight: 600; text-decoration: none; }
.foot-contact a:hover { text-decoration: underline; }
.foot-contact span { color: var(--ink-mute); }
.disclaimer {
  margin: 34px 0 10px; font-size: .82rem; line-height: 1.7;
  color: var(--ink-mute); font-weight: 300; max-width: 60em;
}
.copyright { margin: 0; font-size: .82rem; color: var(--ink-mute); }

/* ---------------- reveal ---------------- */

/* content is visible by default; only hidden when JS is running, so a
   failed/blocked script can never leave the page blank */
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }

/* ---------------- responsive ---------------- */

@media (max-width: 940px) {
  .approach-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; justify-items: center; text-align: center; }
  .portrait { width: 200px; }
  .creds { display: inline-block; text-align: left; }
  .cards { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .hero { padding-top: 124px; min-height: auto; }
  .hero-hand { width: min(760px, 116%, 62vh); margin-top: -30px; }
  .motes { display: none; }
}

@media (max-width: 760px) {
  .nav > a:not(.btn) { display: none; }
}

@media (max-width: 620px) {
  /* let the headline wrap to the screen instead of the printed line breaks */
  h1 br { display: none; }
  h1 { font-size: clamp(1.72rem, 7.4vw, 2.1rem); }
  .hero-hand { width: min(560px, 112%, 62vh); margin-top: -18px; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 34px); }
  .section { padding: 66px 0; }
  .rule-top { padding-top: 62px; }
  .card { padding: 30px 24px; }
  .foot-top { flex-direction: column; }
  .brand { font-size: .98rem; }
  .hero-actions .btn { flex: 1 1 auto; justify-content: center; }
}

/* ---------------- reduced motion ---------------- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-hand img, .hand-glow, .motes span { animation: none; }
  .motes { display: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
