/* Daniela CB Nutricionista — Sitio web
   Tokens tomados del sistema de diseño de marca (paleta palo de rosa,
   rosa pálido, beige claro; tipografía Playfair Display + Raleway). */

:root {
  --palo-de-rosa: #C6605D;
  --palo-de-rosa-700: #A94F4C;
  --palo-de-rosa-800: #8E423F;
  --rosa-palido: #E9C1C0;
  --rosa-wash: #F8EAEA;
  --beige-claro: #F2E9DB;
  --beige-deep: #E7DAC6;
  --blanco: #FFFFFF;

  --paper: #FBF7F2;
  --paper-2: #F6EEE6;

  --ink-900: #3A2D2B;
  --ink-700: #5A4A46;
  --ink-600: #6E5C57;
  --ink-400: #9A8983;
  --ink-200: #D9CBC4;

  --font-serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-sans: 'Raleway', system-ui, -apple-system, sans-serif;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;

  --shadow-sm: 0 2px 8px rgba(140, 84, 82, 0.07);
  --shadow-md: 0 10px 30px -12px rgba(140, 84, 82, 0.18);
  --shadow-lg: 0 24px 60px -20px rgba(140, 84, 82, 0.22);
  --shadow-rose: 0 12px 28px -10px rgba(198, 96, 93, 0.35);

  --ease-soft: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur-normal: 220ms;

  --container-max: 1180px;
  --section-y: 6rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink-700);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { margin: 0 0 0.5em; font-family: var(--font-serif); color: var(--ink-900); font-weight: 600; line-height: 1.15; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
a { color: var(--palo-de-rosa); text-decoration: none; transition: color var(--dur-normal) var(--ease-soft); }
a:hover { color: var(--palo-de-rosa-700); }
img { max-width: 100%; display: block; }
em { font-style: italic; color: var(--palo-de-rosa); font-weight: 500; }

::selection { background: var(--rosa-palido); color: var(--ink-900); }
:focus-visible { outline: 3px solid rgba(198,96,93,.45); outline-offset: 2px; border-radius: 4px; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink-900); color: #fff; padding: .8rem 1.2rem; border-radius: var(--radius-sm); }
.skip-link:focus { top: 1rem; }

.wrap { max-width: var(--container-max); margin: 0 auto; padding-left: clamp(20px, 5vw, 56px); padding-right: clamp(20px, 5vw, 56px); }
.section-pad { padding-top: var(--section-y); padding-bottom: var(--section-y); }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--palo-de-rosa-800); margin: 0 0 14px; }
.eyebrow.on-dark { color: #fff; text-shadow: 0 1px 12px rgba(0,0,0,.18); }

/* ---------- buttons ---------- */
.button { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-sans); font-size: 14.5px; font-weight: 600; padding: 14px 26px; border-radius: var(--radius-pill); text-decoration: none; border: 1px solid transparent; transition: transform var(--dur-normal) var(--ease-soft), box-shadow var(--dur-normal) var(--ease-soft), background var(--dur-normal) var(--ease-soft), color var(--dur-normal) var(--ease-soft); }
.button svg { flex: none; }
.button:active { transform: translateY(1px) scale(.99); }
.button-primary { background: var(--palo-de-rosa); color: #fff; box-shadow: var(--shadow-rose); }
.button-primary:hover { background: var(--palo-de-rosa-700); color: #fff; box-shadow: 0 16px 34px -12px rgba(198,96,93,.45); }
.button-outline { background: transparent; color: var(--ink-900); border-color: var(--ink-200); }
.button-outline:hover { color: var(--palo-de-rosa-800); border-color: var(--palo-de-rosa); background: var(--rosa-wash); }
.button-light { background: var(--blanco); color: var(--palo-de-rosa-800); }
.button-light:hover { background: var(--rosa-wash); color: var(--palo-de-rosa-800); }
.button-whatsapp { background: var(--ink-900); color: #fff; }
.button-whatsapp:hover { background: #2b201e; color: #fff; }

.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--ink-900); border-bottom: 1px solid var(--ink-200); padding-bottom: 4px; }
.text-link:hover { color: var(--palo-de-rosa); border-color: var(--palo-de-rosa); }
.text-link.subtle { color: var(--ink-600); font-weight: 500; font-size: 13.5px; }

.icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--ink-200); color: var(--ink-700); transition: background var(--dur-normal) var(--ease-soft), color var(--dur-normal) var(--ease-soft), border-color var(--dur-normal) var(--ease-soft); }
.icon-btn:hover { background: var(--rosa-wash); border-color: var(--rosa-palido); color: var(--palo-de-rosa-800); }
.icon-btn.on-dark { border-color: rgba(255,255,255,.25); color: var(--rosa-palido); }
.icon-btn.on-dark:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.4); }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,247,242,.86); backdrop-filter: blur(12px); border-bottom: 1px solid var(--ink-200); }
.site-header .wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; }
.brand img { height: 40px; width: auto; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a:not(.button):not(.icon-btn) { font-size: 14px; font-weight: 500; color: var(--ink-700); padding: 9px 14px; border-radius: var(--radius-pill); }
.nav a:not(.button):not(.icon-btn):hover { color: var(--palo-de-rosa-800); background: var(--rosa-wash); }
.nav-right { display: flex; align-items: center; gap: 10px; margin-left: 6px; }
.menu-button { display: none; background: none; border: 0; align-items: center; gap: 8px; font: 600 13px var(--font-sans); color: var(--ink-900); padding: 8px; }
.menu-button span { display: inline-block; width: 18px; height: 1.5px; background: var(--ink-900); position: relative; }
.menu-button span::before, .menu-button span::after { content: ''; position: absolute; left: 0; width: 18px; height: 1.5px; background: var(--ink-900); }
.menu-button span::before { top: -6px; }
.menu-button span::after { top: 6px; }

/* ---------- hero (full-bleed) ---------- */
.hero-full { position: relative; min-height: 82vh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero-full-media { position: absolute; inset: 0; background: linear-gradient(150deg, var(--rosa-wash), var(--rosa-palido) 55%, var(--beige-claro)); overflow: hidden; }
.hero-full-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-full-media .placeholder-label { position: absolute; top: 100px; right: 24px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--palo-de-rosa-800); opacity: .6; }
.hero-full-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(58,45,43,.62) 0%, rgba(58,45,43,.28) 45%, rgba(58,45,43,.12) 100%); }
.hero-full-content { position: relative; z-index: 1; padding-top: 7rem; padding-bottom: 6rem; display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 1fr); gap: 2rem; }
.hero-full-copy { grid-column: 1; }
.hero-full h1.on-dark { color: #fff; font-size: clamp(36px, 4.6vw, 58px); max-width: 800px; text-shadow: 0 2px 20px rgba(0,0,0,.16); }
.hero-full .hero-text.on-dark { color: rgba(255,255,255,.92); font-size: 18px; max-width: 620px; margin-bottom: 2rem; text-shadow: 0 1px 12px rgba(0,0,0,.14); }
.actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.button-outline.on-dark { color: #fff; border-color: rgba(255,255,255,.55); }
.button-outline.on-dark:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
.hero-full-badge { position: relative; z-index: 1; align-self: flex-start; margin: 0 clamp(20px, 5vw, 56px) 2.2rem; background: var(--blanco); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); padding: 14px 18px; display: flex; align-items: center; gap: 12px; max-width: 260px; }
.hero-full-badge .dot { width: 38px; height: 38px; border-radius: 50%; background: var(--rosa-wash); color: var(--palo-de-rosa-800); display: flex; align-items: center; justify-content: center; flex: none; }
.hero-full-badge b { display: block; font-size: 13px; color: var(--ink-900); }
.hero-full-badge span { display: block; font-size: 11.5px; color: var(--ink-400); }

.photo-frame { position: relative; aspect-ratio: 4 / 5; width: 100%; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); background: linear-gradient(150deg, var(--rosa-wash), var(--rosa-palido) 55%, var(--beige-claro)); display: flex; align-items: center; justify-content: center; }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame .placeholder-label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--palo-de-rosa-800); opacity: .75; }
.photo-frame.square { aspect-ratio: 1 / 1; }
.photo-frame.round { border-radius: 50%; aspect-ratio: 1 / 1; }

/* ---------- welcome band ---------- */
.welcome-band { background: var(--beige-claro); padding: 4.5rem 0; }
.welcome-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 4rem; align-items: center; }
.welcome-photo { aspect-ratio: 5 / 4; }
.welcome-copy h2 { font-size: clamp(26px, 2.8vw, 38px); max-width: 480px; }
.welcome-copy p { max-width: 460px; font-size: 15.5px; }

/* ---------- section head ---------- */
.section-head { max-width: 620px; }
.section-head.center { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }

/* ---------- help / questions ---------- */
.help { background: var(--rosa-wash); }
.help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 2.6rem; }
.help-card { background: var(--blanco); border-radius: var(--radius-lg); padding: 24px 20px; box-shadow: var(--shadow-sm); text-align: center; transition: transform var(--dur-normal) var(--ease-soft), box-shadow var(--dur-normal) var(--ease-soft); }
.help-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.help-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--rosa-wash); color: var(--palo-de-rosa-800); margin-bottom: 14px; }
.help-card p { margin: 0; font-family: var(--font-serif); font-size: 16.5px; color: var(--ink-900); font-weight: 500; }
.statement { text-align: center; margin: 3rem 0 0; font-family: var(--font-serif); font-size: clamp(24px, 2.6vw, 36px); font-weight: 500; color: var(--ink-900); }

/* ---------- method (image + list) ---------- */
.method-grid-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; align-items: center; }
.method-photo { aspect-ratio: 4 / 5; }
.method-copy h2 { max-width: 480px; }
.method-list { list-style: none; margin: 2rem 0; padding: 0; display: flex; flex-direction: column; gap: 20px; }
.method-list li { display: flex; gap: 16px; align-items: flex-start; }
.method-list .check { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--palo-de-rosa); color: #fff; display: flex; align-items: center; justify-content: center; margin-top: 2px; }
.method-list b { display: block; font-family: var(--font-serif); font-size: 19px; color: var(--ink-900); margin-bottom: 3px; font-weight: 600; }
.method-list p { margin: 0; font-size: 14.5px; }

/* ---------- resources ---------- */
.resources { background: var(--beige-claro); }
.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.resource-card { background: var(--blanco); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--beige-deep); display: flex; flex-direction: column; transition: transform var(--dur-normal) var(--ease-soft), box-shadow var(--dur-normal) var(--ease-soft); }
.resource-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.resource-cover { height: 170px; padding: 22px 24px; display: flex; flex-direction: column; color: #fff; position: relative; overflow: hidden; }
.resource-cover.cover-guide { background: linear-gradient(135deg, var(--palo-de-rosa) 0%, var(--palo-de-rosa-700) 100%); }
.resource-cover.cover-diagnostico { background: linear-gradient(135deg, #C99A52 0%, #B5824A 100%); }
.resource-cover.cover-soon { background: linear-gradient(135deg, var(--ink-400) 0%, var(--ink-600) 100%); }
.resource-cover::after { content: ''; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; right: -50px; bottom: -60px; }
.resource-cover .tag { font-size: 10.5px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; opacity: .9; position: relative; z-index: 1; }
.resource-cover strong { font-family: var(--font-serif); font-size: 26px; line-height: 1.15; margin-top: auto; font-weight: 600; position: relative; z-index: 1; }
.resource-body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.resource-body h3 { font-size: 20px; margin-bottom: 8px; }
.resource-body p { font-size: 14px; margin-bottom: 20px; }
.resource-body .button { margin-top: auto; align-self: flex-start; }
.resource-card.muted { opacity: .8; }
.resource-card.muted .resource-body { padding-bottom: 24px; }

/* ---------- features band ---------- */
.features-band { background: var(--rosa-wash); padding: 2.2rem 0; }
.features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-item { display: flex; align-items: center; gap: 12px; font-size: 13.5px; font-weight: 600; color: var(--ink-800, var(--ink-900)); }
.feature-icon { flex: none; width: 38px; height: 38px; border-radius: 50%; background: var(--blanco); color: var(--palo-de-rosa); display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm); }

/* ---------- roadmap ---------- */
.roadmap-scroll { overflow-x: auto; margin-top: 3rem; padding-bottom: 6px; }
.timeline { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink-200); min-width: 760px; }
.timeline li { padding: 20px 16px 0 0; position: relative; }
.timeline li::before { content: ''; position: absolute; width: 8px; height: 8px; top: -5px; left: 0; border-radius: 50%; background: var(--palo-de-rosa); }
.timeline b { display: block; font-family: var(--font-serif); font-size: 17px; color: var(--ink-900); margin-bottom: 6px; font-weight: 600; }
.timeline span { display: block; font-size: 12.5px; color: var(--ink-400); max-width: 120px; }

/* ---------- about ---------- */
.about { background: var(--rosa-wash); }
.about .wrap { display: grid; grid-template-columns: .85fr 1.15fr; gap: 5rem; align-items: center; }
.about-photo { position: relative; }
.about-photo .square { max-width: 380px; }
.about-photo .round.accent { position: absolute; width: 150px; height: 150px; right: -30px; bottom: -30px; border: 4px solid var(--paper); box-shadow: var(--shadow-lg); }
.about-copy p { max-width: 540px; font-size: 15.5px; }
.about-links { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 8px; }

/* ---------- faq ---------- */
.faq .wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4.5rem; }
.faq-list { display: flex; flex-direction: column; }
.faq-list details { border-top: 1px solid var(--ink-200); padding: 20px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--ink-200); }
.faq-list summary { list-style: none; cursor: pointer; font-family: var(--font-serif); font-size: 20px; font-weight: 600; color: var(--ink-900); padding-right: 34px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 4px; top: -4px; font: 400 26px var(--font-sans); color: var(--palo-de-rosa); transition: transform var(--dur-normal) var(--ease-soft); }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { margin: 14px 30px 0 0; font-size: 14.5px; }

/* ---------- final cta ---------- */
.final-cta { position: relative; overflow: hidden; background: var(--palo-de-rosa); color: #fff; border-radius: var(--radius-xl); padding: 4.5rem clamp(28px, 5vw, 64px); display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; box-shadow: var(--shadow-rose); }
.final-cta-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.final-cta-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(198,96,93,.50), rgba(142,66,63,.40)); z-index: 0; }
.final-cta-copy, .final-cta .actions { position: relative; z-index: 1; }
.final-cta h2 { color: #fff; font-size: clamp(30px, 3.4vw, 44px); max-width: 560px; text-shadow: 0 2px 16px rgba(0,0,0,.18); }
.final-cta p { color: #fff; max-width: 480px; margin-bottom: 0; text-shadow: 0 1px 12px rgba(0,0,0,.16); }
.final-cta .actions { gap: 1rem; }
.final-cta-wrap { max-width: var(--container-max); margin: 0 auto; padding-left: clamp(20px, 5vw, 56px); padding-right: clamp(20px, 5vw, 56px); }

/* ---------- footer ---------- */
footer { background: var(--ink-900); color: rgba(255,255,255,.72); padding: 4rem 0 2rem; margin-top: var(--section-y); }
.footer-top { display: flex; justify-content: space-between; gap: 2.5rem; flex-wrap: wrap; }
.footer-brand img { height: 34px; margin-bottom: 14px; }
.footer-brand p { max-width: 300px; font-size: 13.5px; }
.footer-cols { display: flex; gap: 3.5rem; flex-wrap: wrap; }
.footer-col h5 { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--rosa-palido); margin-bottom: 14px; font-weight: 700; }
.footer-col a { display: block; font-size: 13.5px; color: rgba(255,255,255,.75); margin-bottom: 10px; }
.footer-col a:hover { color: var(--rosa-palido); }
.footer-social { display: flex; gap: 10px; align-items: flex-start; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.5rem; padding-top: 1.4rem; font-size: 12px; color: rgba(255,255,255,.5); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ---------- guide page (includes / benefits / solo bio) ---------- */
.includes-grid .resource-card { border-color: var(--beige-deep); }
.includes-grid .resource-body { padding: 28px 26px 30px; }
.includes-grid .resource-body .help-icon { margin-bottom: 14px; }
.includes-grid .resource-body h3 { font-size: 18px; margin-bottom: 8px; }
.includes-grid .resource-body p { margin-bottom: 0; }

#incluye .section-head.center { max-width: 480px; }

.benefits-section { background: var(--rosa-wash); }
.benefits-grid { display: grid; grid-template-columns: 1fr 2fr; column-gap: 4rem; row-gap: 2rem; grid-template-areas: "head items" "cta items"; align-items: start; }
.benefits-grid .section-head { grid-area: head; margin: 0; }
.benefits-grid .benefits-list { grid-area: items; }
.benefits-grid .section-cta { grid-area: cta; justify-content: flex-start; margin-top: 0; }

.benefits-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 40px; margin: 0; }
.benefits-list li div p { margin: 0; font-family: var(--font-serif); font-size: 16.5px; color: var(--ink-900); font-weight: 500; }

.section-cta { display: flex; justify-content: center; margin-top: 3rem; }

.about-solo .wrap { max-width: 640px; text-align: center; }
.about-solo .about-photo { position: relative; max-width: 320px; margin: 0 auto 3.5rem; }
.about-solo .about-inline p { max-width: 100%; }
.about-solo .eyebrow { justify-content: center; }

/* ---------- link-in-bio page ---------- */
.linkbio-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 56px 20px; background: linear-gradient(160deg, var(--rosa-wash), var(--beige-claro) 55%, var(--paper)); }
.linkbio-card { width: 100%; max-width: 420px; text-align: center; }
.linkbio-logo { height: 26px; margin: 0 auto 28px; }
.linkbio-avatar { width: 108px; height: 108px; border-radius: 50%; overflow: hidden; margin: 0 auto 20px; border: 4px solid var(--blanco); box-shadow: var(--shadow-md); }
.linkbio-avatar img { width: 100%; height: 100%; object-fit: cover; }
.linkbio-card .eyebrow { justify-content: center; }
.linkbio-name { font-size: 23px; margin-bottom: 8px; }
.linkbio-tagline { font-size: 14px; color: var(--ink-600); max-width: 300px; margin: 0 auto 30px; }
.linkbio-links { display: flex; flex-direction: column; gap: 14px; margin-bottom: 30px; }
.linkbio-link.button { width: 100%; justify-content: center; padding: 17px 22px; font-size: 15px; }
.linkbio-link-stack.button { flex-direction: column; gap: 3px; padding: 15px 24px; text-align: center; }
.linkbio-link-title { font-size: 15px; font-weight: 700; }
.linkbio-link-sub { font-size: 12.5px; font-weight: 500; opacity: .8; }
.linkbio-social { display: flex; justify-content: center; gap: 12px; margin-bottom: 26px; }
.linkbio-note { font-size: 12px; color: var(--ink-400); max-width: 320px; margin: 0 auto; line-height: 1.55; }
.linkbio-footer { font-size: 11px; color: var(--ink-400); margin-top: 22px; }
.linkbio-footer a { color: var(--ink-400); text-decoration: underline; text-underline-offset: 2px; }
.linkbio-footer a:hover { color: var(--palo-de-rosa); }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .welcome-grid, .method-grid-split, .about .wrap, .faq .wrap { grid-template-columns: 1fr; gap: 2.5rem; }
  .help-grid { grid-template-columns: repeat(2, 1fr); }
  .resource-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; grid-template-areas: "head" "items" "cta"; gap: 2rem; }
  .benefits-grid .section-cta { justify-content: center; }
  .benefits-list { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: repeat(2, 1fr); row-gap: 16px; }
  .about-photo .square { max-width: 320px; margin: 0 auto; }
  .about-photo .round.accent { width: 110px; height: 110px; right: 4px; bottom: -20px; }
  .nav { display: none; position: absolute; top: 84px; left: 0; right: 0; background: var(--paper); padding: 18px 24px 26px; box-shadow: var(--shadow-md); flex-direction: column; align-items: stretch; gap: 6px; border-bottom: 1px solid var(--ink-200); }
  .nav.is-open { display: flex; }
  .nav a:not(.button):not(.icon-btn) { padding: 12px 6px; }
  .nav-right { margin: 10px 0 0; }
  .menu-button { display: flex; }
  .site-header .wrap { height: 72px; }
  section.section-pad, .resources.section-pad { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .welcome-band { padding: 3.5rem 0; }
  .hero-full { min-height: 92vh; }
  .hero-full-content { grid-template-columns: 1fr; }
  .final-cta { text-align: left; padding: 2.8rem 24px; }
  .footer-top { flex-direction: column; gap: 2rem; }
}
@media (max-width: 520px) {
  .help-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .hero-full-badge { max-width: 220px; }
  .timeline { min-width: 640px; }
}
