:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #15352b;
  background: #f4f1e8;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --cream: #f4f1e8;
  --paper: #fffdf7;
  --green: #0b6b47;
  --green-dark: #073d2e;
  --green-soft: #dff3e7;
  --lime: #cef35a;
  --ink: #15352b;
  --muted: #526b63;
  --slate: #496779;
  --slate-dark: #29495d;
  --slate-soft: #e4edf1;
  --orange: #e56f2d;
  --line: #bdc9c2;
}

* { box-sizing: border-box; }
html { background: var(--cream); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; }
a { color: inherit; -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid #2688c5; outline-offset: 3px; }

.resource-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(21, 53, 43, .22);
  background: rgba(244, 241, 232, .94);
  backdrop-filter: blur(12px);
}
.resource-brand { display: block; min-width: 0; text-decoration: none; }
.resource-brand img { display: block; width: clamp(210px, 24vw, 300px); height: auto; max-width: 100%; object-fit: contain; }
.resource-brand span { display: block; margin: 3px 2% 0 0; color: var(--orange); font-size: .66rem; font-weight: 850; letter-spacing: .025em; text-align: right; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid var(--ink);
  border-radius: 9px;
  color: white;
  background: var(--green);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .025em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 145ms cubic-bezier(.2,.8,.2,1), box-shadow 145ms ease, background-color 145ms ease;
}
.button:hover { background: var(--green-dark); transform: translateY(-2px); box-shadow: 6px 7px 0 var(--ink); }
.button:active { transform: translateY(1px); box-shadow: 1px 1px 0 var(--ink); }
.button span { margin-left: 8px; transition: transform 145ms ease; }
.button:hover span { transform: translateX(3px); }

.resource-main { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 70px; }
.breadcrumb { margin: 0 0 38px; color: var(--muted); font-size: .78rem; font-weight: 800; }
.breadcrumb a { color: var(--green); text-underline-offset: 4px; }
.breadcrumb span { margin: 0 8px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(290px, .75fr); gap: clamp(30px, 6vw, 72px); align-items: center; margin-bottom: 46px; }
.eyebrow { margin: 0; color: var(--green); font-size: .75rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
h1 { max-width: 840px; margin: 10px 0 18px; font-size: clamp(2.65rem, 6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.lead { max-width: 760px; margin: 0; color: var(--muted); font-size: clamp(1.07rem, 1.8vw, 1.28rem); line-height: 1.65; }
.hero .button { margin-top: 26px; }
.hero-note { padding: 28px; border: 2px solid var(--ink); border-radius: 18px; background: var(--paper); box-shadow: 7px 7px 0 var(--green-dark); }
.hero-note strong { display: block; margin-bottom: 10px; color: var(--green); font-size: 1.2rem; }
.hero-note p { margin: 0; color: var(--muted); line-height: 1.6; }

.section { margin-top: 26px; padding: clamp(25px, 4vw, 38px); border: 2px solid var(--ink); border-radius: 20px; background: var(--paper); box-shadow: 7px 7px 0 var(--green-dark); }
.section.soft { border-color: #a8b9b0; box-shadow: none; }
.section.dark { color: var(--paper); background: var(--green-dark); box-shadow: 7px 7px 0 var(--lime); }
.section h2 { margin: 0 0 14px; font-size: clamp(1.75rem, 3.5vw, 2.65rem); line-height: 1.08; letter-spacing: -.04em; }
.section > p { max-width: 850px; color: var(--muted); line-height: 1.7; }
.section.dark > p { color: #d8e5de; }
.grid-2, .grid-3 { display: grid; gap: 16px; margin-top: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mini-card { padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: #f7f7ef; }
.mini-card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.mini-card p, .mini-card li { color: var(--muted); font-size: .94rem; line-height: 1.6; }
.mini-card p { margin: 0; }
.mini-card ul, .mini-card ol { margin: 0; padding-left: 20px; }
.mini-card li + li { margin-top: 8px; }
.steps { margin: 20px 0 0; padding: 0; counter-reset: step; list-style: none; }
.steps li { position: relative; min-height: 50px; padding: 3px 0 21px 62px; color: var(--muted); line-height: 1.65; }
.steps li::before { position: absolute; left: 0; top: 0; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 10px; color: white; background: var(--green); counter-increment: step; content: counter(step); font-weight: 950; }
.steps li strong { color: var(--ink); }

.prompt-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.prompt { display: flex; flex-direction: column; min-width: 0; padding: 22px; border: 2px solid var(--ink); border-radius: 15px; background: var(--paper); }
.prompt-topic { margin: 0 0 8px; color: var(--green); font-size: .68rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.prompt h3 { margin: 0 0 16px; font-size: 1.2rem; line-height: 1.32; }
.side { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; margin-top: 8px; padding: 10px 12px; border-radius: 9px; background: var(--green-soft); font-size: .9rem; font-weight: 750; }
.side strong { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 7px; color: white; background: var(--green); }
.side-b { background: var(--slate-soft); }
.side-b strong { background: var(--slate-dark); }
.prompt footer { margin-top: auto; padding-top: 17px; color: var(--muted); font-size: .85rem; line-height: 1.55; }
.sentence-starters { margin: 18px 0 0; padding: 0; list-style: none; }
.sentence-starters li { margin-top: 10px; padding: 13px 16px; border-left: 5px solid var(--lime); color: #fff; background: rgba(206, 243, 90, .16); font-weight: 750; }
.callout { margin-top: 26px; padding: 22px 24px; border-left: 7px solid var(--orange); border-radius: 9px; background: #fff4e8; }
.callout h3 { margin: 0 0 7px; }
.callout p { margin: 0; color: var(--muted); line-height: 1.65; }

.resource-links { margin-top: 38px; padding-top: 34px; border-top: 2px solid var(--ink); }
.resource-links h2 { margin: 0 0 18px; font-size: 1.55rem; }
.resource-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.resource-link { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); text-decoration: none; transition: transform 145ms ease, border-color 145ms ease; }
.resource-link:hover { border-color: var(--green); transform: translateY(-2px); }
.resource-link strong { display: block; margin-bottom: 6px; }
.resource-link span { color: var(--muted); font-size: .86rem; line-height: 1.45; }
.lyfe-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 32px; padding: 22px 24px; border-radius: 15px; color: var(--paper); background: var(--green-dark); }
.lyfe-strip p { margin: 0; color: #d7e4de; line-height: 1.5; }
.lyfe-strip strong { color: var(--orange); }
.lyfe-strip a { flex: 0 0 auto; color: var(--lime); font-weight: 900; text-underline-offset: 4px; }
.resource-footer { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; padding: 0 20px 34px; color: var(--muted); font-size: .78rem; font-weight: 800; }
.resource-footer a { color: var(--green); text-underline-offset: 4px; }

@media (max-width: 780px) {
  .resource-header { position: static; align-items: flex-start; }
  .resource-brand img { width: 230px; }
  .resource-header .button { min-height: 44px; padding-inline: 14px; font-size: .72rem; }
  .resource-main { width: min(100% - 28px, 1120px); padding-top: 30px; }
  .hero { grid-template-columns: 1fr; gap: 24px; }
  .hero-note { box-shadow: 5px 5px 0 var(--green-dark); }
  .grid-3, .resource-link-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .resource-header { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 12px; padding: 13px 14px 16px; text-align: center; }
  .resource-brand span { text-align: center; }
  .resource-header .button { width: 100%; }
  .breadcrumb { margin-bottom: 28px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.65rem); }
  .grid-2, .prompt-grid { grid-template-columns: 1fr; }
  .section { padding: 22px; box-shadow: 5px 5px 0 var(--green-dark); }
  .section.dark { box-shadow: 5px 5px 0 var(--lime); }
  .lyfe-strip { align-items: flex-start; flex-direction: column; }
}

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