/* Goody Hearts Club — base styles */
:root {
  --bg: #ffffff;
  --bg-soft: #fcfcfc;
  --line: #ebebeb;
  --line-strong: #d9d9d9;
  --ink: #101010;
  --ink-pure: #000000;
  --ink-soft: #333333;
  --muted: #9c9c9c;
  --muted-soft: rgba(60, 60, 67, 0.6);
  --radius-card: 8px;
  --shadow-card: 0 4px 16px rgba(0,0,0,0.08);
  --shadow-pop: 0 4px 24px rgba(0,0,0,0.12);
  --font: "DM Sans", -apple-system, system-ui, sans-serif;
}

html, body { margin: 0; padding: 0; height: 100%; background: var(--bg); font-family: var(--font); color: var(--ink); }
body { display: block; padding: 0; box-sizing: border-box; }
#root { min-height: 100%; }
* { box-sizing: border-box; }

button { font-family: inherit; cursor: pointer; border: 0; background: transparent; padding: 0; color: inherit; }
input, textarea { font-family: inherit; }

/* App-content shared bits */
.app-root {
  width: 100%; height: 100%;
  background: var(--bg);
  color: var(--ink);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
.app-scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  margin-top: 128px;
  padding-bottom: 0;
}
.app-scroll::-webkit-scrollbar { width: 0; }

/* Top header */
.gh-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--bg);
  display: flex; flex-direction: column;
  border-bottom: 1px solid var(--line);
}
.gh-logo-row {
  height: 56px; display:flex; align-items:center; justify-content:center;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}
.gh-logo-img { height: 22px; width: auto; user-select: none; pointer-events: none; }
.gh-nav-row {
  height: 72px; padding: 0 20px;
  display:flex; align-items:center; justify-content: space-between;
  background: var(--bg);
}
.gh-nav-icons { display: flex; gap: 4px; }
.gh-nav-icons button {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  border-radius: 999px; transition: background 160ms ease;
}
.gh-nav-icons button:hover, .gh-nav-icons button:focus-visible { background: #f3f3f3; }
.gh-nav-icons svg { width: 24px; height: 24px; display:block; }

.gh-cta-pill {
  height: 40px; padding: 0 18px; border-radius: 999px;
  border: 1px solid #101010;
  font-size: 13px; font-weight: 500; letter-spacing: 0;
  color: #101010;
  background: #ffffff;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.gh-cta-pill:hover { background: var(--ink); color: #fff; }
.gh-cta-pill:active { transform: scale(0.97); }
.gh-cta-pill.tap { background: #ffffff; color: #101010; border-color: #101010; }

/* Big primary button */
.gh-button {
  width: 100%; height: 56px; border-radius: 999px;
  border: 1px solid #101010;
  background: #ffffff;
  font-size: 16px; font-weight: 500; color: #101010;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  transition: transform 180ms ease, background 200ms ease, color 200ms ease, opacity 200ms ease;
}
.gh-button:hover { background: var(--ink); color: #fff; }
.gh-button:active { transform: scale(0.98); }
.gh-button.solid { background: var(--ink); color: #fff; }
.gh-button.solid:hover { background: #2a2a2a; }
.gh-button[disabled] { opacity: 0.5; cursor: not-allowed; pointer-events: none; }
.gh-button[disabled]:hover { background: #ffffff; color: #101010; }

/* Section */
.gh-section { padding: 0 32px; }
.gh-section + .gh-section { margin-top: 120px; }

/* Type */
.gh-display {
  font-size: 30px; font-weight: 700; line-height: 1.18; letter-spacing: -0.01em;
  color: var(--ink); text-wrap: balance;
}
.gh-display.lg { font-size: 32px; }
.gh-body {
  font-size: 17px; font-weight: 300; line-height: 1.32; color: var(--ink-soft);
  text-wrap: pretty;
}

/* Process bar pictogram */
.gh-process-img { display: block; height: 18px; width: auto; margin: 0 auto 14px; opacity: 0.95; }

/* Stat cards row */
.gh-impact-row { display: grid; grid-template-columns: 1fr 128px; gap: 4px; }
.gh-impact-photo {
  border-radius: 4px; background: #e8e3da center/cover no-repeat;
  aspect-ratio: 228 / 252; min-height: 252px;
}
.gh-stat-col { display: flex; flex-direction: column; gap: 4px; }
.gh-stat-card {
  background: var(--bg); border: 1px solid var(--line); border-radius: 4px;
  padding: 22px 14px; flex: 1; display: flex; flex-direction: column;
}
.gh-stat-num { font-size: 36px; font-weight: 700; color: var(--ink); line-height: 1; letter-spacing: -0.02em; }
.gh-stat-label { font-size: 14px; font-weight: 300; color: var(--ink); margin-top: 6px; }

.gh-stickers-photo { width: 100%; aspect-ratio: 360/164; border-radius: 4px; background: #ddd center/cover no-repeat; margin-top: 4px; }

/* Gallery grid */
.gh-sticker-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.gh-sticker-card {
  background: var(--bg-soft); border-radius: 8px;
  box-shadow: var(--shadow-card);
  aspect-ratio: 176/224;
  display: flex; align-items: center; justify-content: center; padding: 22px;
  transition: transform 220ms cubic-bezier(.2,.7,.3,1), box-shadow 220ms;
  cursor: pointer;
}
.gh-sticker-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.gh-sticker-skeleton { cursor: default; pointer-events: none; }
.gh-skeleton-disc {
  background: linear-gradient(90deg, #e8e8e8 25%, #d0d0d0 50%, #e8e8e8 75%) !important;
  background-size: 200% 100% !important;
  animation: gh-shimmer 1.4s infinite;
  border: none !important;
}
@keyframes gh-shimmer { from { background-position: 200% 0 } to { background-position: -200% 0 } }
.gh-sticker-disc {
  width: 100%; aspect-ratio: 1; border-radius: 50%;
  background: #fff center/contain no-repeat;
  border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.gh-sticker-disc.has-img { background-size: cover; background-position: center; }

/* Testimonial cards carousel */
.gh-testi-track {
  display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 0 32px; margin: 0 -32px;
  scrollbar-width: none;
}
.gh-testi-track::-webkit-scrollbar { display: none; }
.gh-testi-card {
  flex: 0 0 calc(100% - 64px);
  scroll-snap-align: center;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 8px; padding: 18px 24px;
  min-height: 130px;
  display: flex; flex-direction: column; gap: 10px; align-items: center; justify-content: center;
  text-align: center;
}
.gh-testi-handle { font-style: italic; font-weight: 300; font-size: 15px; color: var(--ink-soft); }
.gh-testi-quote { font-size: 15px; color: var(--ink-soft); line-height: 1.32; }
.gh-testi-dots { display: flex; gap: 6px; justify-content: center; margin-top: 14px; align-items: center; }
.gh-testi-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line-strong); transition: width 250ms ease, border-radius 250ms ease; cursor: pointer; position: relative; overflow: hidden; flex-shrink: 0; }
.gh-testi-dot.active { width: 26px; border-radius: 4px; background: var(--line-strong); }
.gh-testi-dot.active::after { content: ''; position: absolute; inset: 0; width: 0; background: var(--ink); border-radius: 4px; animation: testi-fill 4.5s linear forwards; }
@keyframes testi-fill { from { width: 0; } to { width: 100%; } }

/* Process step card */
.gh-step {
  background: var(--bg-soft); border: 1px solid var(--line);
  border-radius: 8px; padding: 24px 28px;
}
.gh-step-num { font-size: 32px; font-weight: 700; line-height: 1; }
.gh-step-title { font-size: 19px; font-weight: 700; margin-top: 18px; }
.gh-step-body { font-size: 15px; font-weight: 300; line-height: 1.35; color: var(--ink-soft); margin-top: 10px; }

/* FAQ rows */
.gh-faq {
  border-bottom: 1px solid var(--line);
}
.gh-faq-row {
  width: 100%; padding: 20px 4px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-size: 18px; font-weight: 500; color: var(--ink);
  text-align: left;
}
.gh-faq-chev { transition: transform 240ms ease; flex-shrink: 0; }
.gh-faq.open .gh-faq-chev { transform: rotate(180deg); }
.gh-faq-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 280ms ease, padding 280ms ease;
  font-size: 15px; font-weight: 300; line-height: 1.4;
  color: var(--ink-soft);
}
.gh-faq.open .gh-faq-body { max-height: 220px; padding: 0 4px 24px; }

/* About photo */
.gh-about-photo { width: 100%; aspect-ratio: 360/213; border-radius: 8px; background:#ddd center/cover no-repeat; }

/* note text */
.gh-note { font-size: 14px; font-weight: 300; line-height: 1.45; color: var(--ink); text-align: left; padding: 0 8px; }

/* Back link */
.gh-back {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 18px; color: var(--ink); padding: 8px 4px; margin-left: -4px;
  transition: transform 160ms ease;
}
.gh-back:hover { transform: translateX(-2px); }

/* Drop circle (large) */
.gh-drop-big {
  width: 220px; height: 220px; border-radius: 50%;
  border: 2px dashed var(--muted);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  margin: 0 auto;
  background: rgba(255,255,255,0.4);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
  cursor: pointer;
  position: relative;
}
.gh-drop-big:hover { transform: translateY(-4px); }
.gh-drop-big.active { border-color: var(--ink); background: #f5f1eb; }
.gh-drop-big .gh-drop-icon { width: 32px; height: 32px; color: var(--muted); }
.gh-drop-big .gh-drop-cap { font-size: 12px; color: var(--muted); }

.gh-drop-row { display:flex; gap: 8px; justify-content: center; margin-top: 24px; }
.gh-drop-small {
  width: 64px; height: 64px; border-radius: 50%;
  border: 2px dashed var(--muted-soft);
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  background: rgba(255,255,255,0.4);
  position: relative;
  transition: transform 200ms ease, border-color 200ms ease;
  cursor: pointer;
}
.gh-drop-small:hover { transform: translateY(-4px); }
.gh-drop-small.filled {
  border: 1px solid var(--line);
  background: #fff center/cover no-repeat;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.gh-drop-small svg { width: 22px; height: 22px; }

/* Context menu */
.gh-menu-card {
  position: absolute; left: 50%; transform: translateX(-50%);
  width: 270px; background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.18), 0 2px 6px rgba(0,0,0,0.08);
  z-index: 30;
}
.gh-menu-row {
  width: 100%;
  height: 52px; padding: 0 16px;
  display: flex; align-items: center; justify-content: space-between;
  font-size: 16px; color: var(--ink);
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: background 160ms;
  text-align: left;
}
.gh-menu-row:last-child { border-bottom: 0; }
.gh-menu-row:hover, .gh-menu-row:focus-visible { background: #f5f1eb; }

/* Photo picker bottom sheet */
.gh-sheet-backdrop {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 40;
  animation: gh-fade 240ms ease;
}
@keyframes gh-fade { from { opacity: 0 } to { opacity: 1 } }
.gh-sheet {
  position: absolute; left: 0; right: 0; top: 192px; bottom: 0;
  background: #000;
  color: #fff;
  display: flex; flex-direction: column;
  z-index: 50;
  animation: gh-sheet-up 320ms cubic-bezier(.2,.7,.2,1);
}
@keyframes gh-sheet-up { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1 } }
.gh-sheet-bar {
  height: 56px; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.gh-sheet-bar .title { font-size: 17px; font-weight: 500; flex: 1; text-align: center; }
.gh-sheet-bar .icon-btn { width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.gh-sheet-bar .icon-btn svg { width: 22px; height: 22px; }
.gh-sheet-preview { aspect-ratio: 1; background: #c8c8c8 center/cover no-repeat; position: relative; flex-shrink: 0; }
.gh-sheet-preview .crop {
  position: absolute; inset: 0;
  background-color: rgba(140,140,140,0.55);
  -webkit-mask: radial-gradient(circle at center, transparent 0, transparent 47%, #000 48%);
          mask: radial-gradient(circle at center, transparent 0, transparent 47%, #000 48%);
  pointer-events: none;
}
.gh-sheet-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; font-size: 16px; flex-shrink: 0;
}
.gh-sheet-toolbar .next { font-weight: 500; opacity: 0.6; transition: opacity 200ms; }
.gh-sheet-toolbar .next.enabled { opacity: 1; }
.gh-sheet-grid {
  flex: 1; overflow-y: auto;
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px;
}
.gh-sheet-thumb {
  aspect-ratio: 1; background: #555 center/cover no-repeat;
  position: relative;
  transition: filter 180ms;
}
.gh-sheet-thumb.selected { filter: brightness(0.95); }
.gh-sheet-check {
  position: absolute; top: 8px; right: 8px;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255,255,255,0.45); border: 1.5px solid rgba(255,255,255,0.85);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: #fff;
  transition: background 200ms, transform 200ms;
}
.gh-sheet-thumb.selected .gh-sheet-check { background: #000; border-color: #fff; transform: scale(1.05); }

/* Confirm sheet */
.gh-confirm-form { display: flex; flex-direction: column; gap: 32px; padding-top: 36px; }
.gh-field-group { display: flex; flex-direction: column; gap: 18px; }
.gh-field-title { font-size: 20px; font-weight: 700; }
.gh-field-label { font-size: 14px; color: var(--ink-soft); margin-bottom: 6px; font-weight: 400; }
.gh-input {
  width: 100%; height: 52px; padding: 0 16px;
  border: 1px solid var(--line); border-radius: 6px;
  background: #fff; font-size: 16px; color: var(--ink);
  transition: border-color 200ms, box-shadow 200ms;
}
.gh-input:focus { outline: 0; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(0,0,0,0.06); }
.gh-input.invalid { border-color: #c1322a; }
.gh-input-error { color: #c1322a; font-size: 13px; margin-top: 6px; }

.gh-notify-row {
  background: var(--bg-soft); border-radius: 6px; padding: 14px 16px;
  display: flex; align-items: center; justify-content: space-between;
}
.gh-switch {
  width: 60px; height: 28px; border-radius: 999px; border: 1px solid var(--ink);
  background: #fff; position: relative; transition: background 220ms;
  display: flex; align-items: center;
}
.gh-switch .knob {
  width: 24px; height: 24px; border-radius: 50%; background: var(--ink);
  position: absolute; top: 1px; left: 1px;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px; color: #fff; font-weight: 600;
  transition: left 220ms cubic-bezier(.3,.6,.3,1), background 220ms, color 220ms;
}
.gh-switch.on .knob { left: 33px; background: #fff; color: var(--ink); border: 1px solid var(--ink); }
.gh-switch.on { background: var(--ink); }

/* Selected art preview row (confirm/uploading) */
.gh-selected-row { display: flex; gap: 12px; flex-wrap: wrap; }
.gh-selected-tile {
  width: 80px; height: 80px; border-radius: 50%;
  background: #fff center/cover no-repeat; border: 1px solid var(--line);
  position: relative; flex-shrink: 0;
}
.gh-selected-tile .x {
  position: absolute; top: -6px; right: -6px;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--muted); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; line-height: 1; font-weight: 600;
  transition: background 160ms, transform 160ms;
}
.gh-selected-tile .x:hover { background: var(--ink); transform: scale(1.1); }
.gh-selected-empty {
  width: 80px; height: 80px; border-radius: 50%;
  border: 2px dashed var(--muted-soft);
  display: flex; align-items: center; justify-content: center; color: var(--muted);
}

/* Uploading overlay sheet */
.gh-upload-sheet {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: #fff;
  border-radius: 24px 24px 0 0;
  padding: 40px 28px 56px;
  z-index: 50;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  box-shadow: 0 -16px 48px rgba(0,0,0,0.18);
  animation: gh-sheet-up 360ms cubic-bezier(.2,.7,.2,1);
  text-align: center;
}
.gh-upload-sheet.complete { height: auto; overflow: hidden; padding-bottom: max(48px, env(safe-area-inset-bottom, 48px)); }
.gh-done-letter { text-align: left; align-items: stretch; gap: 14px; max-width: 560px; margin: 0 auto; padding: 32px 24px 40px; }
.gh-done-letter .gh-upload-title { text-align: left; font-size: 24px; }
.gh-done-letter .gh-celebrate { margin: 4px auto 0; }
.gh-done-body { font-size: 15px; line-height: 1.5; color: var(--ink-soft); display: flex; flex-direction: column; gap: 10px; }
.gh-done-body p { margin: 0; }
.gh-done-body ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; }
.gh-done-body a { color: inherit; text-decoration: underline; }
.gh-done-body strong { color: var(--ink); font-weight: 600; }
.gh-upload-icon { width: 64px; height: 64px; color: var(--ink); }
.gh-upload-icon.plane { animation: gh-plane 1.6s ease-in-out infinite; transform-origin: 50% 50%; }
@keyframes gh-plane {
  0%, 100% { transform: translate(-2px, 2px) rotate(-4deg); }
  50% { transform: translate(2px, -2px) rotate(4deg); }
}
.gh-upload-title { font-size: 32px; font-weight: 700; line-height: 1.1; }
.gh-upload-sub { font-size: 16px; font-weight: 300; color: var(--ink-soft); max-width: 280px; }
.gh-progress { height: 4px; width: 80%; background: var(--line); border-radius: 999px; overflow: hidden; margin-top: 10px; }
.gh-progress .bar { height: 100%; background: var(--ink); border-radius: 999px; transition: width 200ms linear; }

.gh-celebrate { width: 220px; margin: 18px auto 0; opacity: 0; transform: translateY(8px); animation: gh-pop 600ms cubic-bezier(.2,.7,.2,1) 220ms forwards; }
@keyframes gh-pop { to { opacity: 1; transform: translateY(0); } }

/* Nav drawer */
.gh-drawer {
  position: fixed; inset: 0;
  height: 100dvh;
  background: #fff;
  z-index: 200;
  display: flex; flex-direction: column;
  overflow-y: auto;
  animation: gh-drawer-in 280ms cubic-bezier(.2,.7,.2,1);
}
@keyframes gh-drawer-in { from { transform: translateX(-12px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
.gh-drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; border-bottom: 1px solid var(--line);
}
.gh-drawer-list { padding: 24px 32px; display: flex; flex-direction: column; gap: 0; }
.gh-drawer-item {
  text-align: left; padding: 18px 0;
  font-size: 22px; font-weight: 500;
  border-bottom: 1px solid var(--line);
  transition: padding 220ms, color 220ms;
  display: flex; align-items: center; justify-content: space-between;
}
.gh-drawer-item:last-child { border-bottom: 0; }
.gh-drawer-item:hover { padding-left: 8px; }
.gh-drawer-item .arrow { opacity: 0; transition: opacity 220ms; font-size: 18px; }
.gh-drawer-item:hover .arrow { opacity: 1; }

/* Page enter */
.gh-page { animation: gh-page-in 320ms cubic-bezier(.2,.7,.2,1); }
@keyframes gh-page-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* Mission small */
.gh-mission { height: 28px; width: auto; display: block; margin: 0 auto; }

/* Confirm modal scrim background — used so the underlying page dims */
.gh-page-dim { opacity: 0.45; pointer-events: none; filter: saturate(0.6); }

/* Drawn squiggle accents */
.gh-squiggle { display:block; margin: 0 auto; opacity: 0.6; }

/* Sticker label custom (text-based fallback stickers) */
.gh-sticker-text {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center; padding: 14px;
  text-align: center; font-weight: 800; line-height: 1.05;
  font-family: var(--font); color: var(--ink);
  letter-spacing: -0.01em;
}

/* Sticker detail navigation arrows */
.gh-detail-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  z-index: 5;
}
.gh-detail-arrow:hover {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,0.16);
}
.gh-detail-arrow:active { transform: translateY(-50%) scale(0.96); }
.gh-detail-arrow--prev { left: 16px; }
.gh-detail-arrow--next { right: 16px; }
@media (min-width: 700px) {
  .gh-detail-arrow { width: 64px; height: 64px; }
  .gh-detail-arrow--prev { left: 32px; }
  .gh-detail-arrow--next { right: 32px; }
}

/* Footer */
.gh-footer {
  height: 72px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.gh-footer-link {
  font-size: 16px;
  color: var(--ink-pure);
  text-decoration: none;
  font-weight: 500;
  transition: opacity 160ms ease;
}
.gh-footer-link:hover { opacity: 0.6; }

/* Hidden by default; revealed on desktop */
.gh-desktop-logo,
.gh-desktop-nav-links { display: none; }

/* Desktop: keep page background full-width, cap content at 1200px */
@media (min-width: 700px) {
  .gh-section {
    max-width: 936px;
    margin-left: auto;
    margin-right: auto;
  }
  /* Header: logo left, links right, one row only */
  .gh-logo-row { display: none; }
  .gh-nav-icons { display: none; }
  .gh-cta-pill { display: none; }
  .gh-desktop-logo {
    display: flex; align-items: center;
    background: transparent; border: 0; cursor: pointer; padding: 0;
  }
  .gh-desktop-logo .gh-logo-img { height: 28px; }
  .gh-desktop-nav-links {
    display: flex; align-items: center; gap: 32px;
  }
  .gh-nav-link {
    font-size: 17px; font-weight: 500; color: var(--ink);
    padding: 8px 4px; background: transparent; border: 0; cursor: pointer;
    transition: opacity 160ms ease;
  }
  .gh-nav-link:hover { opacity: 0.6; }
  .app-scroll { margin-top: 72px; max-width: 936px; margin-left: auto; margin-right: auto; }
  .gh-logo-row, .gh-nav-row { max-width: 1200px; margin-left: auto; margin-right: auto; width: 100%; }
  .gh-footer { max-width: 1200px; margin-left: auto; margin-right: auto; width: 100%; }
  .gh-section { max-width: 936px; }
  .gh-page { max-width: 936px; margin-left: auto; margin-right: auto; }
  .gh-sticker-card {
    padding: 22px;
    aspect-ratio: 176/224;
  }
  .gh-sticker-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .gh-impact-row {
    grid-template-columns: 1fr 200px;
  }
  .gh-stat-num {
    font-size: 64px;
  }
  .gh-stat-label {
    font-size: 16px;
    margin-top: 10px;
  }

  /* General font size bumps for desktop readability */
  .gh-display { font-size: 72px; line-height: 86px; }
  .gh-display.lg { font-size: 72px; line-height: 86px; }
  .gh-body { font-size: 32px; line-height: 40px; }
  .gh-step-num { font-size: 64px; line-height: 72px; }
  .gh-step-title { font-size: 32px; line-height: 40px; }
  .gh-step-body { font-size: 24px; line-height: 28px; }
  .gh-faq-row { font-size: 22px; }
  .gh-faq-body { font-size: 17px; }
  .gh-button { font-size: 18px; height: 60px; width: 440px; max-width: 100%; display: flex; margin-left: auto; margin-right: auto; }
  .gh-cta-pill { font-size: 15px; height: 44px; }
  .gh-testi-handle { font-size: 18px; }
  .gh-testi-quote { font-size: 18px; }
  .gh-note { font-size: 16px; }
  .gh-back { font-size: 20px; }
  .gh-drawer-item { font-size: 26px; }
  .gh-mission { height: auto; max-width: 600px; }
  .gh-drawer-list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .gh-sticker-grid--preview > :nth-child(n+5) { display: none; }
  /* Testimonial: show all 3 cards side-by-side, capped at 600px */
  .gh-testi-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .gh-testi-card {
    flex: initial;
    padding: 14px 16px;
    min-height: 130px;
  }
  .gh-testi-handle,
  .gh-testi-quote { font-size: 14px; }
  .gh-testi-dots { display: none; }
}

/* Toast */
.gh-toast {
  position: absolute; bottom: 96px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: #fff;
  padding: 10px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 500;
  z-index: 100;
  animation: gh-toast 3.6s ease forwards;
  white-space: nowrap;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
@keyframes gh-toast {
  0% { opacity: 0; transform: translate(-50%, 12px); }
  15% { opacity: 1; transform: translate(-50%, 0); }
  85% { opacity: 1; transform: translate(-50%, 0); }
  100% { opacity: 0; transform: translate(-50%, -8px); }
}
