:root {
  --compass-gold: #d6a253;
  --royal-gold: #98681b;
  --antique-gold: #ab8d65;
  --deep-bronze: #694e1a;
  --dark-bronze: #4e3409;
  --midnight-brown: #241a06;
  --warm-ivory: #f2e0ce;
  --soft-parchment: #e1cbb2;
  --muted-sand: #c6a882;
  --rich-black: #000000;
  --pure-white: #ffffff;
  --ink: #18130a;
  --text: #4d4030;
  --soft-shadow: 0 24px 80px rgba(36, 26, 6, 0.16);
  --gold-gradient: linear-gradient(135deg, #f6d993 0%, #d6a253 35%, #98681b 100%);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 13rem;
}

[id] {
  scroll-margin-top: 13rem;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(214, 162, 83, 0.2), transparent 34rem),
    linear-gradient(180deg, #fffaf4 0%, var(--warm-ivory) 42%, #fbf5ee 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.portfolio-page {
  background:
    radial-gradient(circle at top right, rgba(230, 170, 60, 0.22), transparent 30rem),
    radial-gradient(circle at bottom left, rgba(78, 52, 9, 0.18), transparent 28rem),
    linear-gradient(180deg, #fffaf4 0%, #f2e0ce 52%, #fff9f2 100%);
}

.caregiver-lifeline {
  position: fixed;
  right: clamp(0.85rem, 2vw, 1.4rem);
  bottom: clamp(0.85rem, 2vw, 1.4rem);
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 16.75rem;
  padding: 0.78rem 1.05rem 0.78rem 0.72rem;
  border: 1.5px solid rgba(246, 217, 147, 0.72);
  border-radius: 999px;
  color: var(--warm-ivory);
  background:
    linear-gradient(145deg, rgba(36, 26, 6, 0.98), rgba(78, 52, 9, 0.96)),
    var(--midnight-brown);
  box-shadow:
    0 0 0 3px rgba(214, 162, 83, 0.12),
    0 0 28px rgba(214, 162, 83, 0.38),
    0 18px 54px rgba(36, 26, 6, 0.42);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.caregiver-lifeline::before {
  content: "";
  position: absolute;
  inset: -0.38rem;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(214, 162, 83, 0.2), transparent 70%);
  filter: blur(4px);
  opacity: 0.8;
}

.malama-lehua {
  position: relative;
  display: inline-block;
  width: 4.35rem;
  height: auto;
  max-height: 4.35rem;
  object-fit: contain;
  filter:
    drop-shadow(0 0 10px rgba(246, 217, 147, 0.9))
    drop-shadow(0 0 24px rgba(230, 170, 60, 0.55))
    drop-shadow(0 0 42px rgba(230, 170, 60, 0.32));
}

.caregiver-lifeline span {
  display: grid;
  gap: 0.03rem;
}

.caregiver-lifeline strong {
  color: var(--compass-gold);
  font-size: 0.96rem;
  font-weight: 950;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.caregiver-lifeline small {
  color: #fff4df;
  font-size: 0.84rem;
  font-weight: 800;
}

.caregiver-lifeline:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 217, 147, 0.95);
  box-shadow:
    0 0 0 4px rgba(214, 162, 83, 0.16),
    0 0 36px rgba(214, 162, 83, 0.52),
    0 20px 62px rgba(36, 26, 6, 0.48);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.85rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 250, 244, 0.88);
  border-bottom: 1px solid rgba(171, 141, 101, 0.24);
  backdrop-filter: blur(18px);
}

.brand img {
  width: min(360px, 58vw);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  color: var(--midnight-brown);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--royal-gold);
}

.menu-toggle {
  display: none;
  border: 1px solid rgba(105, 78, 26, 0.25);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  color: var(--midnight-brown);
  background: var(--pure-white);
  font-weight: 800;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 1.08fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 86px);
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 6vw, 6rem);
}

.hero:not(:has(.hero-card)) {
  grid-template-columns: 1fr;
  min-height: auto;
}

.hero-copy h1,
h2 {
  margin: 0;
  color: var(--midnight-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(1.7rem, 4.25vw, 4rem);
}

.hero-lede {
  max-width: 43rem;
  margin: 1.5rem 0 0;
  color: #594936;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--royal-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-actions,
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
  cursor: pointer;
}

.button.primary {
  color: #120e05;
  background: var(--gold-gradient);
  box-shadow: 0 16px 34px rgba(152, 104, 27, 0.24);
}

.button.secondary {
  color: var(--midnight-brown);
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(105, 78, 26, 0.18);
}

.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(171, 141, 101, 0.3);
  border-radius: 2rem;
  background: var(--midnight-brown);
  box-shadow: var(--soft-shadow);
  aspect-ratio: 16 / 10;
  align-self: center;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.5) 100%);
}

.hero-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
}

.notice {
  max-width: 72rem;
  margin: 0 clamp(1rem, 6vw, 6rem) clamp(1.2rem, 3vw, 2rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(214, 162, 83, 0.34);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, rgba(36, 26, 6, 0.96), rgba(78, 52, 9, 0.92));
  color: var(--soft-parchment);
  box-shadow: var(--soft-shadow);
}

.notice h2 {
  max-width: 17ch;
  color: var(--warm-ivory);
  font-size: clamp(2rem, 4vw, 4rem);
}

.notice p:last-child {
  max-width: 56rem;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.live-scope {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1.1rem;
  border: 1px solid rgba(214, 162, 83, 0.28);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
}

.live-scope.single {
  grid-template-columns: 1fr;
}

.live-scope h3 {
  margin-bottom: 0.6rem;
  color: var(--warm-ivory);
  font-size: 1.25rem;
}

.live-scope ul {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding-left: 1.2rem;
}

.live-scope p {
  margin: 0;
  color: var(--soft-parchment);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 clamp(1rem, 6vw, 6rem);
  overflow: hidden;
  border: 1px solid rgba(171, 141, 101, 0.28);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.62);
  color: var(--midnight-brown);
}

.trust-strip span {
  padding: 1.1rem;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  border-right: 1px solid rgba(105, 78, 26, 0.14);
}

.trust-strip span:last-child {
  border-right: 0;
}

.survey-gate {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  margin: clamp(1.2rem, 3vw, 2rem) clamp(1rem, 6vw, 6rem) 0;
  padding: clamp(1.4rem, 4vw, 3rem);
  border: 1px solid rgba(171, 141, 101, 0.28);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top right, rgba(214, 162, 83, 0.18), transparent 22rem),
    rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 56px rgba(36, 26, 6, 0.08);
}

.survey-gate h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 4vw, 4rem);
}

.professional-note {
  padding: 1rem;
  border-left: 4px solid var(--compass-gold);
  border-radius: 0 1rem 1rem 0;
  background: rgba(36, 26, 6, 0.06);
}

.survey-close {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.35rem 0 1rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid rgba(214, 162, 83, 0.32);
  border-radius: 999px;
  background: rgba(36, 26, 6, 0.06);
  color: var(--midnight-brown);
  font-weight: 900;
}

.survey-close span {
  color: var(--royal-gold);
}

.survey-close-note {
  margin-top: -0.45rem;
  color: var(--deep-bronze);
  font-size: 0.95rem;
  font-weight: 750;
}

.consent-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  margin-top: 1.3rem;
  padding: 1rem;
  border: 1px solid rgba(105, 78, 26, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.68);
  color: var(--midnight-brown);
  font-weight: 760;
}

.consent-check input {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 0;
  margin-top: 0.16rem;
  accent-color: var(--royal-gold);
}

.survey-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.survey-paths article {
  display: grid;
  gap: 0.8rem;
  align-content: start;
  padding: 1rem;
  border: 1px solid rgba(171, 141, 101, 0.24);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.72);
}

.survey-paths h3 {
  font-size: 1.25rem;
}

.survey-paths p {
  margin: 0;
  font-size: 0.94rem;
}

.survey-paths img,
.qr-placeholder {
  width: 8.5rem;
  height: 8.5rem;
  place-self: center;
  border: 1px solid rgba(105, 78, 26, 0.16);
  border-radius: 0.8rem;
  background: #fff;
}

.qr-placeholder {
  display: grid;
  place-items: center;
  padding: 1rem;
  color: var(--royal-gold);
  text-align: center;
  font-size: 0.8rem;
  font-weight: 850;
}

.survey-link.is-disabled {
  opacity: 0.46;
  cursor: not-allowed;
  filter: grayscale(0.4);
  pointer-events: none;
}

.section {
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 6vw, 6rem);
}

.split,
.app-section,
.story,
.listening {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

h2 {
  max-width: 12ch;
  font-size: clamp(2.35rem, 5vw, 5rem);
}

h3 {
  margin: 0 0 0.8rem;
  color: var(--midnight-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.rich-copy,
.section-heading p,
.app-section p,
.story-panel p,
.newsletter p {
  font-size: 1.07rem;
}

.section-heading {
  max-width: 54rem;
  margin-bottom: 2rem;
}

.section-heading h2 {
  max-width: 13ch;
}

.process {
  padding-top: clamp(3rem, 6vw, 6rem);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.process-grid article {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  padding: 1.4rem;
  border: 1px solid rgba(171, 141, 101, 0.28);
  border-radius: 1.5rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(242, 224, 206, 0.42)),
    radial-gradient(circle at top right, rgba(214, 162, 83, 0.28), transparent 12rem);
  box-shadow: 0 18px 56px rgba(36, 26, 6, 0.08);
}

.process-grid span {
  display: inline-grid;
  width: 3.3rem;
  height: 3.3rem;
  place-items: center;
  margin-bottom: 1.6rem;
  border-radius: 50%;
  color: #120e05;
  background: var(--gold-gradient);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.card,
.story-panel,
.seal-card,
.phone-mockup,
.newsletter {
  border: 1px solid rgba(171, 141, 101, 0.24);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 56px rgba(36, 26, 6, 0.08);
}

.card {
  padding: 1.35rem;
}

.card-icon {
  display: inline-grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  margin-bottom: 1.1rem;
  border-radius: 50%;
  color: var(--midnight-brown);
  background: var(--gold-gradient);
  font-size: 0.78rem;
  font-weight: 950;
}

.app-section {
  align-items: center;
  background:
    linear-gradient(rgba(36, 26, 6, 0.9), rgba(36, 26, 6, 0.92)),
    radial-gradient(circle at right, rgba(214, 162, 83, 0.4), transparent 30rem);
  color: var(--soft-parchment);
}

.app-section h2,
.app-section h3 {
  color: var(--warm-ivory);
}

.phone-mockup {
  max-width: 23rem;
  justify-self: center;
  padding: 1.3rem;
  color: var(--warm-ivory);
  background: linear-gradient(160deg, #070604, #241a06);
  border: 8px solid #090806;
  border-radius: 2.4rem;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.phone-top {
  width: 5.6rem;
  height: 0.42rem;
  margin: 0 auto 2rem;
  border-radius: 999px;
  background: rgba(242, 224, 206, 0.34);
}

.phone-mockup ul {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.phone-mockup li {
  padding: 0.85rem;
  border: 1px solid rgba(214, 162, 83, 0.2);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.phone-mockup span {
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: var(--compass-gold);
}

.caregivers-corner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  background:
    radial-gradient(circle at right, rgba(214, 162, 83, 0.2), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(242, 224, 206, 0.45));
}

.corner-copy h2 {
  max-width: 13ch;
}

.corner-copy p,
.corner-grid p {
  font-size: 1.04rem;
}

.corner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.corner-grid article {
  padding: 1.2rem;
  border: 1px solid rgba(171, 141, 101, 0.24);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 56px rgba(36, 26, 6, 0.07);
}

.corner-grid article:nth-last-child(-n + 3) {
  background:
    linear-gradient(145deg, rgba(36, 26, 6, 0.95), rgba(78, 52, 9, 0.92)),
    radial-gradient(circle at top right, rgba(214, 162, 83, 0.35), transparent 12rem);
  color: var(--soft-parchment);
}

.corner-grid article:nth-last-child(-n + 3) h3 {
  color: var(--warm-ivory);
}

.piko {
  display: grid;
  grid-template-columns: minmax(15rem, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  background:
    radial-gradient(circle at 18% 45%, rgba(214, 162, 83, 0.28), transparent 20rem),
    linear-gradient(180deg, #fffaf4, rgba(242, 224, 206, 0.6));
}

.piko-visual {
  display: grid;
  place-items: center;
}

.piko-visual img {
  width: min(20rem, 70vw);
  filter: drop-shadow(0 30px 45px rgba(36, 26, 6, 0.22));
}

.piko-copy h2 {
  max-width: 12ch;
}

.piko-copy > p {
  max-width: 54rem;
  font-size: 1.07rem;
}

.piko-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.6rem;
}

.piko-list article {
  padding: 1.2rem;
  border: 1px solid rgba(171, 141, 101, 0.24);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 56px rgba(36, 26, 6, 0.07);
}

.blessings {
  background:
    radial-gradient(circle at top left, rgba(214, 162, 83, 0.22), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(225, 203, 178, 0.26));
}

.blessing-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  align-items: stretch;
}

.blessing-feature,
.blessing-grid article {
  border: 1px solid rgba(171, 141, 101, 0.24);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 56px rgba(36, 26, 6, 0.08);
}

.blessing-feature {
  padding: clamp(1.4rem, 3vw, 2rem);
  background: linear-gradient(145deg, rgba(36, 26, 6, 0.96), rgba(78, 52, 9, 0.92));
  color: var(--soft-parchment);
}

.blessing-feature h3 {
  color: var(--warm-ivory);
}

.small-note {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(214, 162, 83, 0.28);
  color: var(--muted-sand);
  font-size: 0.92rem;
}

.blessing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.blessing-grid article {
  padding: 1.2rem;
}

.story {
  align-items: center;
}

.story-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: rgba(255, 255, 255, 0.68);
}

.story-panel h2 {
  max-width: 14ch;
}

.seal-card {
  overflow: hidden;
  background: transparent;
}

.seal-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.seal-card h3,
.seal-card p {
  padding-inline: 1.35rem;
}

.seal-card p {
  padding-bottom: 1.35rem;
}

.values {
  text-align: center;
}

.values h2 {
  max-width: none;
  margin-inline: auto;
}

.value-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 68rem;
  margin: 1rem 0 0;
}

.value-list span {
  border: 1px solid rgba(105, 78, 26, 0.18);
  border-radius: 999px;
  padding: 0.48rem 0.7rem;
  background: rgba(255, 255, 255, 0.56);
  color: var(--midnight-brown);
  font-size: 0.9rem;
  font-weight: 850;
}

.subsection-title {
  margin: 1.35rem 0 0.75rem;
  color: var(--midnight-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.value-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.value-cards article {
  padding: 0.9rem;
  border: 1px solid rgba(105, 78, 26, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.58);
}

.value-cards h4 {
  margin: 0 0 0.3rem;
  color: var(--midnight-brown);
  font-size: 1rem;
}

.value-cards p,
.portfolio-list {
  font-size: 0.95rem;
  line-height: 1.55;
}

.portfolio-list {
  display: grid;
  gap: 0.75rem;
  max-width: 68rem;
  padding-left: 1.1rem;
}

.listening {
  align-items: start;
  padding-top: 0;
}

.listening h2 {
  max-width: 14ch;
}

.listening-list {
  display: grid;
  gap: 0.85rem;
}

.listening-list p {
  margin: 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--compass-gold);
  border-radius: 0 1rem 1rem 0;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 34px rgba(36, 26, 6, 0.06);
  font-weight: 750;
}

.newsletter {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr) minmax(19rem, 0.8fr);
  gap: 1.5rem;
  align-items: center;
  margin: 0 clamp(1rem, 6vw, 6rem) clamp(4rem, 7vw, 7rem);
  padding: clamp(1.35rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.72);
}

.newsletter img {
  border-radius: 1rem;
  background: #050505;
}

.newsletter h2 {
  max-width: 14ch;
}

form label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--midnight-brown);
  font-weight: 900;
}

input,
select,
textarea {
  min-width: 0;
  width: 100%;
  min-height: 3.1rem;
  border: 1px solid rgba(105, 78, 26, 0.24);
  border-radius: 1rem;
  padding: 0 1rem;
  background: var(--pure-white);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 8rem;
  padding-top: 0.9rem;
  resize: vertical;
}

.manao-form {
  display: grid;
  gap: 0.75rem;
}

.manao-form .form-row {
  margin-top: 0.4rem;
}

.form-note {
  margin: 0.65rem 0 0;
  font-size: 0.85rem !important;
}

.form-note span {
  color: var(--royal-gold);
  font-weight: 900;
}

.research-note {
  max-width: 72rem;
  margin: -2rem clamp(1rem, 6vw, 6rem) clamp(4rem, 7vw, 7rem);
  padding: 1rem 1.2rem;
  border: 1px solid rgba(105, 78, 26, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.54);
  color: #5f4e39;
  font-size: 0.94rem;
}

.research-note p {
  margin: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1rem, 6vw, 6rem);
  color: var(--warm-ivory);
  background: #050403;
}

.site-footer img {
  width: 18rem;
  max-width: 62vw;
  filter: brightness(1.08);
}

.site-footer p {
  margin: 0.4rem 0 0;
  color: var(--muted-sand);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer a {
  color: var(--warm-ivory);
  text-decoration: none;
}

.portfolio-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.36fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  min-height: auto;
  padding: clamp(2.4rem, 5vw, 4.25rem) clamp(1rem, 5vw, 4rem);
}

.portfolio-hero h1 {
  max-width: 18ch;
  margin: 0;
  color: var(--midnight-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5.4vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.portfolio-hero p {
  max-width: 48rem;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.portfolio-seal-card {
  overflow: hidden;
  border: 1px solid rgba(171, 141, 101, 0.18);
  border-radius: 1.8rem;
  background: transparent;
  box-shadow: none;
}

.portfolio-seal-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.portfolio-seal-card p {
  margin: 0;
  padding: 1rem;
  color: var(--midnight-brown);
  font-size: 0.95rem;
  font-weight: 800;
}

.portfolio-status {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 clamp(1rem, 5vw, 4rem) clamp(2rem, 4vw, 3.5rem);
}

.portfolio-status article,
.portfolio-outline,
.portfolio-article,
.letter-card {
  border: 1px solid rgba(171, 141, 101, 0.24);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 56px rgba(36, 26, 6, 0.08);
}

.portfolio-status article {
  padding: clamp(1.05rem, 2.4vw, 1.6rem);
}

.portfolio-status h2,
.portfolio-outline h2 {
  max-width: none;
  font-size: clamp(1.65rem, 3vw, 2.8rem);
}

.portfolio-outline {
  margin: 0 clamp(1rem, 5vw, 4rem) clamp(2rem, 4vw, 3.5rem);
  padding: clamp(1.05rem, 2.8vw, 2rem);
}

.outline-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.outline-grid article {
  padding: 0.95rem;
  border: 1px solid rgba(105, 78, 26, 0.16);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.58);
}

.portfolio-article {
  max-width: 82rem;
  margin: 0 clamp(1rem, 5vw, 4rem) clamp(1.25rem, 3vw, 2rem);
  padding: clamp(1.05rem, 2.8vw, 2.1rem);
}

.portfolio-article h2 {
  max-width: 26ch;
  margin-bottom: 0.85rem;
  font-size: clamp(1.8rem, 3.2vw, 3.15rem);
}

.portfolio-article p {
  max-width: 68rem;
  font-size: 0.98rem;
  line-height: 1.58;
}

blockquote {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--compass-gold);
  border-radius: 0 1rem 1rem 0;
  background: rgba(36, 26, 6, 0.06);
  color: var(--midnight-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.06rem, 1.5vw, 1.28rem);
  line-height: 1.38;
}

.logo-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.32fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}

.logo-story img {
  border-radius: 1.5rem;
  background: transparent;
  box-shadow: none;
}

.letter-page {
  max-width: 78rem;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 6vw, 6rem);
}

.letter-page h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--midnight-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.letter-lede {
  max-width: 58rem;
  margin: 1.5rem 0 2rem;
  color: #594936;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.letter-card {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.letter-card h2 {
  max-width: none;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.letter-card p {
  max-width: 62rem;
  font-size: 1.06rem;
}

.piko-list a,
.newsletter a {
  color: var(--royal-gold);
  font-weight: 900;
}

@media (max-width: 980px) {
  .hero,
  .portfolio-hero,
  .split,
  .app-section,
  .story,
  .listening,
  .survey-gate,
  .caregivers-corner,
  .piko,
  .blessing-layout,
  .newsletter {
    grid-template-columns: 1fr;
  }

  .logo-story {
    grid-template-columns: 1fr;
  }

  .portfolio-status,
  .outline-grid {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .trust-strip,
  .process-grid,
  .survey-paths,
  .corner-grid,
  .piko-list,
  .blessing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .newsletter img {
    width: 9rem;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 9rem;
  }

  [id] {
    scroll-margin-top: 9rem;
  }

  .caregiver-lifeline {
    right: 0.75rem;
    bottom: 0.75rem;
    min-width: 0;
    padding: 0.62rem 0.8rem 0.62rem 0.58rem;
  }

  .malama-lehua {
    width: 3.5rem;
    height: auto;
    max-height: 3.5rem;
  }

  .caregiver-lifeline strong {
    font-size: 0.82rem;
  }

  .caregiver-lifeline small {
    font-size: 0.72rem;
  }

  .site-header {
    align-items: flex-start;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    min-width: 13rem;
    padding: 1rem;
    border: 1px solid rgba(171, 141, 101, 0.24);
    border-radius: 1rem;
    background: #fffaf4;
    box-shadow: var(--soft-shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding-top: 3rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.5rem, 8vw, 2.35rem);
  }

  .hero-card img {
    min-height: 24rem;
  }

  .card-grid,
  .trust-strip,
  .process-grid,
  .survey-paths,
  .corner-grid,
  .piko-list,
  .blessing-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    border-right: 0;
    border-bottom: 1px solid rgba(105, 78, 26, 0.14);
  }

  .trust-strip span:last-child {
    border-bottom: 0;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Compact, calm homepage scale */
body,
main,
.hero,
.notice,
.section,
.survey-gate,
.library,
.newsletter {
  background: #ffffff;
}

.hero {
  display: flex;
  justify-content: center;
  min-height: auto;
  padding: clamp(1.5rem, 3.5vw, 3.5rem) clamp(1rem, 3vw, 3rem);
  text-align: center;
}

.hero-copy {
  width: 100%;
}

.hero-copy h1 {
  max-width: 22ch;
  margin-inline: auto;
}

.notice,
.section,
.survey-gate,
.newsletter {
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 3rem);
}

.notice p,
.section-heading p,
.resource-research-note,
.survey-gate-copy p,
.survey-paths p,
.blessing-grid p,
.newsletter p {
  font-size: 0.82rem;
  line-height: 1.5;
}

.notice h2,
.section-heading h2,
.survey-gate h2,
.newsletter h2 {
  font-size: clamp(1.15rem, 2vw, 2rem);
}

.survey-gate,
.newsletter {
  gap: clamp(1rem, 2vw, 2rem);
}

.survey-paths,
.blessing-grid {
  gap: 0.75rem;
}

.survey-paths article,
.blessing-grid article,
.live-scope,
.newsletter {
  background: #ffffff;
}

.survey-paths article,
.blessing-grid article {
  padding: 0.75rem;
}

.survey-paths h3,
.blessing-grid h3,
.live-scope h3 {
  font-size: 0.95rem;
}

.button {
  padding: 0.5rem 0.75rem;
  font-size: 0.72rem;
}

.site-footer {
  padding: 1rem clamp(1rem, 3vw, 3rem);
}

@media (max-width: 720px) {
  .hero-copy h1 {
    font-size: clamp(1.5rem, 8vw, 2.35rem);
  }
}

/* Letter chooser: full-width introduction with four cards beneath */
.survey-gate {
  grid-template-columns: 1fr;
}

.survey-gate-copy {
  max-width: 52rem;
}

.survey-gate-copy h2 {
  max-width: none;
}

.survey-paths {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

@media (max-width: 980px) {
  .survey-paths {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .survey-paths {
    grid-template-columns: 1fr;
  }
}
