:root {
  --ink: #21352f;
  --muted: #61726b;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --sage: #a7b9a3;
  --sage-deep: #516f63;
  --gold: #e6b86a;
  --peach: #efc6aa;
  --sky: #dcebea;
  --line: rgba(33, 53, 47, 0.12);
  --shadow: 0 24px 70px rgba(47, 67, 60, 0.12);
  --radius-lg: 34px;
  --radius-md: 22px;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 10;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,.68);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(45, 66, 59, .08);
}
.brand-mark svg { width: 36px; height: 36px; }
.brand-mark svg path,
.brand-mark svg circle {
  fill: var(--paper);
  stroke: var(--ink);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-mark svg .eye { fill: var(--ink); stroke: none; }
.brand-mark svg .detail { fill: none; }
.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  letter-spacing: .01em;
}
.brand small { display: block; color: var(--muted); font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; }

nav { display: flex; gap: 28px; }
nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: .94rem;
  font-weight: 650;
  position: relative;
}
nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: var(--sage-deep);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
nav a:hover::after,
nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.hero {
  width: min(calc(100% - 40px), var(--max-width));
  min-height: 675px;
  margin: 0 auto 26px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 55px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--sage-deep);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: -.025em;
}
h1 { margin: 0; font-size: clamp(3.2rem, 6.5vw, 6.2rem); font-weight: 500; }
h2 { margin: 0; font-size: clamp(2.35rem, 4vw, 4.3rem); font-weight: 500; }
h3 { margin: 0; font-size: 1.65rem; font-weight: 500; }

.hero-intro {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.03rem, 1.4vw, 1.2rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button {
  border: 0;
  border-radius: 999px;
  padding: 14px 21px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: white; box-shadow: 0 10px 30px rgba(33,53,47,.22); }
.button.primary:hover { box-shadow: 0 15px 35px rgba(33,53,47,.28); }
.button.secondary { background: rgba(255,255,255,.58); border: 1px solid var(--line); }
.button.secondary:hover { background: white; }

.hero-art {
  position: relative;
  min-height: 540px;
  border-radius: 52% 48% 44% 56% / 45% 52% 48% 55%;
  overflow: hidden;
  background: linear-gradient(180deg, #dcebea 0%, #f9e9c9 66%, #c8d3b7 66%);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.sun {
  position: absolute;
  right: 16%;
  top: 13%;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: #f6ca7b;
  box-shadow: 0 0 0 20px rgba(246, 202, 123, .13), 0 0 0 42px rgba(246, 202, 123, .08);
}
.cloud { position: absolute; height: 20px; width: 100px; background: rgba(255,255,255,.68); border-radius: 999px; }
.cloud::before, .cloud::after { content: ""; position: absolute; background: inherit; border-radius: 50%; }
.cloud::before { width: 46px; height: 46px; left: 18px; bottom: 2px; }
.cloud::after { width: 34px; height: 34px; right: 16px; bottom: 2px; }
.cloud-one { left: 10%; top: 19%; transform: scale(.72); }
.cloud-two { left: 42%; top: 33%; transform: scale(.42); opacity: .68; }
.hill { position: absolute; border-radius: 50% 50% 0 0; }
.hill-back { width: 130%; height: 260px; left: -35%; bottom: 12%; background: #b8c9ad; transform: rotate(8deg); }
.hill-front { width: 120%; height: 235px; right: -36%; bottom: -6%; background: #8da68d; transform: rotate(-7deg); }

.bunny { position: absolute; left: 36%; bottom: 15%; width: 180px; height: 260px; z-index: 3; filter: drop-shadow(0 18px 18px rgba(50,70,62,.18)); }
.bunny .body { position: absolute; left: 31px; bottom: 0; width: 126px; height: 155px; background: #fffdf9; border-radius: 53% 47% 44% 56% / 48% 52% 48% 52%; }
.bunny .head { position: absolute; left: 38px; top: 65px; width: 110px; height: 104px; background: #fffdf9; border-radius: 48% 52% 47% 53%; z-index: 2; }
.ear { position: absolute; top: 0; width: 37px; height: 104px; background: #fffdf9; border-radius: 75% 75% 38% 38%; transform-origin: bottom; z-index: 1; }
.ear::after { content: ""; position: absolute; inset: 15px 10px 19px; background: #f1cfbf; border-radius: inherit; opacity: .72; }
.ear-left { left: 43px; transform: rotate(-12deg); }
.ear-right { right: 35px; transform: rotate(14deg); }
.bunny-eye { position: absolute; top: 44px; width: 7px; height: 9px; background: #263a33; border-radius: 50%; }
.eye-left { left: 28px; }
.eye-right { right: 28px; }
.nose { position: absolute; left: 50%; top: 61px; width: 9px; height: 7px; background: #d9a798; border-radius: 50% 50% 65% 65%; transform: translateX(-50%); }
.tail { position: absolute; right: 3px; bottom: 44px; width: 54px; height: 54px; background: white; border-radius: 50%; z-index: 0; }
.grass { position: absolute; bottom: 8%; z-index: 4; width: 2px; height: 70px; background: rgba(39, 76, 58, .52); transform-origin: bottom; }
.grass::before, .grass::after { content: ""; position: absolute; bottom: 20px; width: 2px; height: 34px; background: inherit; transform-origin: bottom; }
.grass::before { transform: rotate(-39deg); }
.grass::after { transform: rotate(39deg); }
.grass-one { left: 17%; transform: rotate(-6deg); }
.grass-two { right: 18%; transform: rotate(8deg) scale(.72); }
.grass-three { right: 31%; transform: rotate(-4deg) scale(.53); }

.intro-band {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px 20px;
  text-align: center;
  background: rgba(255,255,255,.28);
}
.intro-band p { margin: 0; font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.55rem); font-style: italic; }

.section { width: min(calc(100% - 40px), var(--max-width)); margin: 0 auto; padding: 118px 0; }
.section-heading { max-width: 790px; }
.section-heading > p:last-child { max-width: 650px; color: var(--muted); font-size: 1.06rem; }

.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 50px; }
.principle-card {
  min-height: 340px;
  padding: 34px;
  background: rgba(255,255,255,.56);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  position: relative;
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
  overflow: hidden;
}
.principle-card::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  right: -70px;
  top: -70px;
  background: var(--sky);
  opacity: .45;
  transition: transform .35s ease;
}
.principle-card:nth-child(2)::before { background: var(--peach); }
.principle-card:nth-child(3)::before { background: var(--sage); }
.principle-card:nth-child(4)::before { background: var(--gold); }
.principle-card:hover,
.principle-card:focus-visible { transform: translateY(-6px); background: var(--paper); box-shadow: 0 22px 55px rgba(44,68,59,.1); outline: none; }
.principle-card:hover::before,
.principle-card:focus-visible::before { transform: scale(1.16); }
.card-number { position: absolute; top: 24px; right: 26px; font-weight: 800; color: rgba(33,53,47,.38); letter-spacing: .08em; }
.card-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.7); border: 1px solid var(--line); margin-bottom: 47px; font-size: 1.4rem; }
.principle-card p { color: var(--muted); margin: 18px 0 28px; }
.card-prompt { display: inline-block; font-size: .86rem; font-weight: 800; color: var(--sage-deep); }

.pause-section { padding-top: 25px; padding-bottom: 25px; }
.pause-panel {
  background: var(--ink);
  color: white;
  border-radius: var(--radius-lg);
  padding: clamp(35px, 6vw, 70px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 45px;
  align-items: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.pause-panel::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  right: -160px;
  bottom: -190px;
  background: rgba(255,255,255,.06);
  border-radius: 50%;
}
.pause-panel .eyebrow { color: #c6d8c8; }
.pause-panel h2 { font-size: clamp(2.25rem, 4vw, 4rem); }
#affirmation { max-width: 760px; margin: 25px 0 0; color: rgba(255,255,255,.78); font-size: 1.12rem; }
.round-button {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.28);
  color: white;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  font-weight: 750;
  transition: transform .25s ease, background .25s ease;
}
.round-button span { display: block; font-size: 2rem; margin-bottom: 3px; transition: transform .4s ease; }
.round-button:hover { transform: scale(1.04); background: rgba(255,255,255,.14); }
.round-button:hover span { transform: rotate(180deg); }

.reflection-card {
  background: linear-gradient(135deg, rgba(220,235,234,.95), rgba(255,253,248,.8));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(38px, 7vw, 86px);
  text-align: center;
}
.reflection-card blockquote {
  max-width: 900px;
  margin: 35px auto 25px;
  font-family: Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  line-height: 1.35;
  color: #334b43;
}
.text-button { border: 0; background: transparent; color: var(--sage-deep); font-weight: 850; cursor: pointer; padding: 10px; }
.text-button span { display: inline-block; transition: transform .2s ease; }
.text-button:hover span { transform: translateX(5px); }

.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.about-copy { font-size: 1.08rem; color: var(--muted); }
.about-copy p:first-child { margin-top: 0; }

footer {
  width: min(calc(100% - 40px), var(--max-width));
  margin: 0 auto;
  padding: 38px 0 46px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  color: var(--muted);
  font-size: .9rem;
}
.footer-brand { font-family: Georgia, serif; font-size: 1.08rem; font-weight: 700; color: var(--ink); text-decoration: none; }
footer p { margin: 0; }
.copyright { text-align: right; }

.breath-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(25, 43, 36, .94);
  color: white;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  backdrop-filter: blur(12px);
}
.breath-overlay[hidden] { display: none; }
.breath-circle {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 0 0 22px rgba(255,255,255,.04);
  animation: breathe 10s ease-in-out infinite;
}
.breath-overlay p { font-family: Georgia, serif; font-size: 2.2rem; margin: 34px 0 3px; }
.breath-overlay small { color: rgba(255,255,255,.65); }
.overlay-close { position: absolute; top: 25px; right: 28px; border: 0; background: transparent; color: white; font-size: 2.2rem; cursor: pointer; }
@keyframes breathe { 0%, 100% { transform: scale(.72); } 50% { transform: scale(1.18); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding: 55px 0 75px; gap: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-art { min-height: 490px; width: min(100%, 650px); margin: 0 auto; }
  .about-layout { grid-template-columns: 1fr; gap: 28px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .copyright { text-align: center; }
}

@media (max-width: 680px) {
  .site-header { min-height: 82px; }
  nav { display: none; }
  .brand small { display: none; }
  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero { min-height: auto; padding-top: 38px; }
  .hero-art { min-height: 420px; }
  .bunny { left: 29%; transform: scale(.88); transform-origin: bottom; }
  .card-grid { grid-template-columns: 1fr; }
  .principle-card { min-height: 300px; }
  .pause-panel { grid-template-columns: 1fr; text-align: left; }
  .round-button { width: 128px; height: 128px; justify-self: start; }
  .section { padding: 88px 0; }
}

@media (max-width: 430px) {
  .site-header, .hero, .section, footer { width: min(calc(100% - 28px), var(--max-width)); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { text-align: center; }
  .hero-art { min-height: 360px; border-radius: 40px; }
  .sun { width: 78px; height: 78px; }
  .bunny { left: 21%; bottom: 11%; transform: scale(.75); }
  .principle-card { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
