/*
Theme Name: Camino Crew
Author: Roberto Chiari
Description: Camino Crew – persönliche Wege, Begegnungen und Geschichten. Weiterentwicklung des Erster-Camino-Themes.
Version: 1.0.0
Text Domain: camino-crew
Requires PHP: 7.4
*/
:root {
  --blue: #4f6878;
  --blue-dark: #344e60;
  --blue-deep: #243e50;
  --blue-soft: #eaf1f5;
  --blue-pale: #f5f8fa;
  --yellow: #efcf4d;
  --yellow-soft: #fff4c7;
  --ink: #294355;
  --muted: #536875;
  --line: #d7e3e9;
  --white: #fff;
  --paper: #fdfcf9;
  --shadow: 0 22px 70px rgba(35,72,101,.10);
  --radius: 28px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color: var(--ink); background: var(--white); line-height: 1.72; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .22em; }
button,input,select,textarea { font: inherit; }
button,a,input,select,textarea,summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible { outline: 3px solid #8a6500; outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(1180px,calc(100% - 40px)); margin-inline: auto; }
section { padding: 100px 0; }
figure,blockquote { margin: 0; }
p { margin: 0; color: var(--muted); }
h1,h2,h3 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-weight: 500; color: var(--blue-deep); line-height: 1.08; overflow-wrap: break-word; }
h1 { font-size: clamp(3rem,6vw,6.25rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.15rem,4.5vw,4.1rem); letter-spacing: -.035em; }
h3 { font-size: 1.65rem; line-height: 1.2; }
.eyebrow { margin: 0 0 16px; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; color: var(--blue); }
.lead { font-size: clamp(1.08rem,1.8vw,1.3rem); line-height: 1.85; }
.copy { display: grid; gap: 23px; min-width: 0; }
.copy p { font-size: 1.07rem; line-height: 1.9; }
.copy .eyebrow { margin: 0; font-size: .76rem; line-height: 1.5; }
.copy .text-link { justify-self: start; }
.reading-width { max-width: 850px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split > *, .contact-grid > *, .packages > * { min-width: 0; }
.soft { background: linear-gradient(180deg,var(--blue-pale),#fff); }
.section-heading { max-width: 870px; margin-bottom: 50px; }
.section-heading .lead { margin-top: 24px; }
.section-link { margin-top: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-weight: 750; color: var(--blue-deep); text-decoration: none; border-bottom: 1px solid #a8bac5; padding: 8px 0; line-height: 1.5; }
.text-link:hover { border-color: var(--blue-deep); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 23px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: .22s ease; border: 0; cursor: pointer; line-height: 1.5; text-align: center; }
.btn-primary { background: var(--yellow); color: #263d4c; box-shadow: 0 12px 30px rgba(35,60,80,.10); }
.btn-primary:hover { transform: translateY(-2px); background: #f6db70; }
.btn-secondary { background: #fff; border: 1px solid var(--line); color: var(--blue-deep); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: #fff; color: var(--blue-deep); }
.skip-link:focus { top: 10px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 40; padding: 12px 0; background: linear-gradient(rgba(18,33,44,.6),transparent); transition: background .25s ease; }
.site-header.scrolled { background: rgba(255,255,255,.96); backdrop-filter: blur(15px); box-shadow: 0 1px 0 rgba(44,82,117,.10); }
.nav { width: min(1450px,calc(100% - 48px)); display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { flex: 0 0 auto; display: block; background: white; border-radius: 9px; padding: 7px 10px; }
.brand-logo { width: 122px; height: 67px; object-fit: contain; }
.navlinks { display: flex; align-items: center; gap: clamp(12px,1.25vw,22px); }
.navlinks a { text-decoration: none; color: white; font-size: .84rem; font-weight: 700; white-space: nowrap; }
.navlinks a.active { color: var(--yellow); }
.navlinks a:hover { text-decoration: underline; text-underline-offset: 6px; }
.navlinks a:focus-visible { outline-color: var(--yellow); }
.site-header.scrolled .navlinks a { color: var(--ink); }
.site-header.scrolled .navlinks a.active { color: var(--blue-dark); text-decoration: underline; }
.navlinks .nav-cta { background: var(--yellow); color: var(--blue-deep); padding: 12px 16px; border-radius: 999px; }
.mobile-toggle { display: none; border: 1px solid rgba(255,255,255,.5); background: rgba(18,33,44,.6); color: white; width: 46px; height: 46px; border-radius: 12px; font-size: 1.5rem; cursor: pointer; flex: 0 0 auto; }
.site-header.scrolled .mobile-toggle { background: var(--blue-soft); color: var(--blue-deep); border-color: var(--line); }
.home-hero { padding: 0; position: relative; background: var(--blue-deep); }
.home-hero-image { width: 100%; height: auto; object-fit: cover; }
.hero { min-height: 78vh; display: grid; align-items: end; position: relative; padding: 170px 0 90px; overflow: hidden; background: var(--blue-deep); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(20,40,57,.79),rgba(20,40,57,.40) 57%,rgba(20,40,57,.10)); z-index: 1; }
.photo-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 75px; background: linear-gradient(transparent,rgba(255,255,255,.18)); z-index: 1; }
.hero-copy { position: relative; z-index: 2; }
.hero .hero-copy { max-width: 1180px; }
.hero h1 { max-width: 950px; }
.hero h1,.hero p { color: white; }
.hero .eyebrow,.speaker-hero .eyebrow { color: var(--yellow-soft); }
.hero .lead { max-width: 740px; margin-top: 24px; }
.preparation-hero .hero-image { object-position: 72% 58%; }
.companions-hero .hero-copy { padding-bottom: 10px; }
.companions-hero h1 { max-width: 760px; }
.companions-hero .hero-image { object-position: center 68%; }
.coast-hero .hero-image { object-position: center 50%; }
.stories-hero .hero-image { object-position: center 40%; }
.stories-hero h1 { max-width: 620px; }
.legal-hero { min-height: 40vh; display: grid; align-items: end; padding: 175px 0 70px; background: linear-gradient(160deg,var(--blue-deep),var(--blue)); }
.legal-hero h1,.legal-hero p { color: white; }
.legal-hero .eyebrow { color: var(--yellow-soft); }
.text-hero .lead { margin-top: 24px; max-width: 800px; }
.hero-caption { font-size: .8rem; padding-top: 15px; color: var(--muted); }
.editorial-photo { min-width: 0; }
.editorial-photo img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.editorial-photo.wide img { aspect-ratio: 4/3; object-fit: cover; }
.editorial-photo.portrait-full img { max-height: 710px; width: 100%; object-fit: contain; box-shadow: none; }
.editorial-photo.natural img { height: auto; }
figcaption { color: var(--muted); font-size: .76rem; line-height: 1.7; letter-spacing: .045em; padding-top: 15px; }
.path-index { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.path-index > *,.path-list a > div,.path-bottom > div { min-width: 0; }
.path-index a { text-decoration: none; }
.path-number { color: var(--blue); font-size: .8rem; font-weight: 800; letter-spacing: .1em; }
.path-feature { display: flex; flex-direction: column; padding: 38px; background: linear-gradient(130deg,var(--yellow-soft),var(--paper)); border-radius: 28px; position: relative; min-height: 310px; }
.path-feature h3 { margin-top: 35px; font-size: 2.5rem; }
.path-feature p { max-width: 280px; margin-top: 16px; }
.path-arrow { position: absolute; bottom: 30px; right: 30px; font-size: 2rem; }
.path-list a,.path-bottom { display: grid; grid-template-columns: 30px minmax(0,1fr) 22px; gap: 18px; padding: 27px 0; border-bottom: 1px solid var(--line); align-items: start; overflow-wrap: anywhere; }
.path-index p { margin-top: 10px; }
.path-bottom { margin-top: 20px; }
.path-index a:hover h3 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.family-feature { margin-top: 50px; }
.development-strip { margin-top: 80px; padding: 38px; background: var(--blue-pale); border: 1px solid var(--line); border-radius: 28px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: center; }
.status { display: inline-block; justify-self: start; padding: 6px 12px; border: 1px solid #b9cbd5; color: var(--blue-deep); border-radius: 999px; font-size: .7rem; letter-spacing: .13em; font-weight: 800; text-transform: uppercase; }
.story-pair { display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: start; margin-bottom: 35px; }
.story-pair > :last-child { margin-top: 105px; }
.speaker-split { grid-template-columns: .75fr 1.25fr; gap: 100px; }
.speaker-split .editorial-photo img { max-height: 590px; }
.vision-feature { background: var(--paper); padding-bottom: 70px; }
.landscape-band img { width: 100%; max-height: 650px; object-fit: cover; }
.landscape-band figcaption { max-width: 1180px; margin: auto; padding-inline: 20px; }
.vision-table { margin-top: 75px; }
.big-statement { max-width: 950px; margin: 85px auto 20px; text-align: center; font: 500 clamp(2rem,4vw,3.5rem)/1.3 Georgia,serif; color: var(--blue-deep); }
.quiet-interlude { padding: 70px 0; }
.quiet-interlude figure { max-width: 620px; margin: auto; }
.topic-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 65px; list-style: none; padding: 0; margin: 0; }
.topic-list li { padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 1.15rem; color: var(--blue-deep); }
.topic-list li::before { content: "↗"; margin-right: 18px; color: var(--blue); }
.packages { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.package { background: white; padding: 32px 26px; border: 1px solid var(--line); border-radius: 26px; box-shadow: 0 12px 36px rgba(39,76,102,.045); display: flex; flex-direction: column; }
.package .eyebrow { font-size: .65rem; min-height: 35px; }
.package h3 { font-size: 2rem; }
.price { font: 500 3.5rem/1.3 Georgia,serif; color: var(--blue-deep); margin: 16px 0 26px; }
.price span { font-size: 1.8rem; }
.package ul { margin: 0 0 24px; padding-left: 20px; color: var(--muted); font-size: .93rem; }
.package li { margin-bottom: 12px; }
.package .text-link { margin-top: auto; padding-top: 22px; font-size: .94rem; align-self: start; }
.package .package-note { font-size: .88rem; padding: 18px; background: var(--blue-pale); border-radius: 14px; margin-bottom: 24px; }
.note-strip { padding: 24px; border-radius: 22px; background: var(--blue-pale); border: 1px solid var(--line); }
.family-story { margin-top: 75px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.speaker-hero { background: linear-gradient(130deg,var(--blue-deep),var(--blue)); padding: 145px 0 0; }
.speaker-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 65px; align-items: center; }
.speaker-hero h1,.speaker-hero p { color: white; }
.speaker-hero h1 { font-size: clamp(3rem,5.5vw,5.7rem); }
.speaker-hero .lead { margin: 30px 0 55px; }
.speaker-hero figure img { width: 100%; max-height: 710px; object-fit: contain; object-position: bottom; border-radius: 25px 25px 0 0; }
.talks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.talk-card { padding: 36px; border-radius: 26px; background: white; border: 1px solid var(--line); box-shadow: 0 14px 40px rgba(39,76,102,.06); }
.talk-card h3 { margin-bottom: 20px; }
.talk-card p + p { margin-top: 18px; }
.format-price { font-weight: 800; color: var(--blue-deep); }
.audience-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.audience-list span { padding: 8px 12px; border-radius: 999px; background: var(--yellow-soft); color: var(--blue-deep); font-size: .83rem; font-weight: 700; }
.closing-line { font-family: Georgia,serif; font-size: 2rem !important; color: var(--blue-deep); }
.about-hero { padding: 155px 0 80px; background: linear-gradient(180deg,var(--blue-dark),var(--blue-soft) 75%,white); }
.about-hero-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 64px; align-items: center; }
.about-hero .hero-copy { padding: 38px; background: rgba(255,255,255,.88); border-radius: 30px; }
.about-hero .hero-copy p + p,.about-hero .lead { margin-top: 24px; }
.about-hero figure img { max-height: 680px; width: 100%; object-fit: contain; border-radius: 28px; }
.camino-timeline { list-style: none; margin: 55px 0 0; padding: 0; max-width: 850px; }
.camino-timeline li { display: grid; grid-template-columns: 95px 1fr; gap: 25px; border-top: 1px solid var(--line); padding: 24px 0; }
.camino-timeline time { font: 500 1.7rem Georgia,serif; color: var(--blue); }
.camino-timeline span { font-size: 1.12rem; }
.watermark-section { position: relative; overflow: hidden; }
.watermark-section > .container { position: relative; z-index: 1; }
.watermark { position: absolute; right: -100px; top: 10%; width: 700px; opacity: .055; pointer-events: none; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-card { overflow: hidden; border-radius: 24px; border: 1px solid var(--line); background: white; box-shadow: 0 12px 36px rgba(39,76,102,.05); }
.blog-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.blog-card .content { padding: 28px; }
.blog-card h2 { font-size: 1.65rem; margin: 12px 0; }
.blog-card h2 a { text-decoration: none; }
.blog-card .meta { font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; }
.pagination-wrap { margin-top: 40px; }
.post-featured { margin-bottom: 45px; }
.post-featured img { width: 100%; border-radius: 24px; }
.faq-list { max-width: 1040px; margin: 48px auto 0; display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 10px 34px rgba(39,76,102,.045); }
.faq-item summary { list-style: none; cursor: pointer; padding: 22px 64px 22px 24px; position: relative; font-weight: 750; color: var(--blue-deep); border-radius: 20px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow-soft); }
.faq-item[open] summary::after { content: "−"; background: var(--yellow); }
.faq-answer { padding: 0 24px 24px; }
.faq-answer p { max-width: 880px; line-height: 1.82; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: start; }
.panel { background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.form-panel { padding: 35px; }
.direct { padding: 35px; display: grid; gap: 23px; }
.contact-grid h2 { font-size: clamp(2rem,3vw,2.7rem); }
.direct .eyebrow { margin-bottom: 0; }
.contact-details { display: grid; gap: 10px; margin-top: 20px; }
.contact-details a { overflow-wrap: anywhere; }
.contact-details h3 { font-size: 1.35rem; margin-bottom: 8px; }
.small-print { font-size: .84rem; }
.form-intro { margin: 16px 0 26px; font-size: .85rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; min-width: 0; align-content: start; }
.field.full { grid-column: 1/-1; }
label { font-weight: 750; color: var(--blue-deep); font-size: .92rem; }
input,select,textarea { min-width: 0; width: 100%; border: 1px solid #b3c7d2; border-radius: 12px; background: #fbfdfe; padding: 13px 14px; color: var(--ink); }
input:focus,select:focus,textarea:focus { border-color: var(--blue); background: white; }
textarea { min-height: 170px; resize: vertical; }
.checkbox-label { display: flex; gap: 12px; align-items: start; font-weight: 400; }
.checkbox-label input { flex: 0 0 20px; width: 20px; height: 20px; margin: 5px 0 0; accent-color: var(--blue-deep); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-errors,.form-success { margin-top: 24px; padding: 20px; border-radius: 14px; background: var(--yellow-soft); border: 1px solid #c5a840; color: var(--blue-deep); }
.form-errors p { color: inherit; }
.form-errors ul { padding-left: 20px; margin-bottom: 0; }
.field-error { color: #9a2727; font-size: .85rem; }
[aria-invalid="true"] { border-color: #9a2727; }
.cta { background: linear-gradient(180deg,#fff,var(--blue-pale)); }
.cta-box { padding: 62px; border-radius: 34px; background: linear-gradient(120deg,var(--yellow-soft),white 50%,var(--blue-soft)); border: 1px solid #e9e1b8; box-shadow: 0 24px 80px rgba(42,78,104,.08); }
.cta-content { max-width: 820px; }
.cta-content p { margin-top: 24px; font-size: 1.1rem; line-height: 1.82; }
.cta-actions { margin-top: 28px; display: flex; gap: 12px; flex-wrap: wrap; }
.legal-content { padding-top: 76px; background: linear-gradient(white,var(--blue-pale)); }
.legal-wrap { max-width: 900px; }
.legal-section { margin-bottom: 52px; }
.legal-section h2 { font-size: clamp(1.8rem,3vw,2.5rem); margin-bottom: 18px; }
.legal-section h3 { font-size: 1.25rem; margin: 26px 0 10px; }
.legal-section p,.legal-section li { line-height: 1.85; }
.legal-section p+p { margin-top: 14px; }
.legal-contact,.legal-note { padding: 25px; border-radius: 20px; border: 1px solid var(--line); background: white; }
.legal-note { background: var(--yellow-soft); }
.legal-content a { overflow-wrap: anywhere; }
.prose { overflow-wrap: anywhere; }
.prose p,.prose ul,.prose ol,.prose blockquote { margin-bottom: 24px; }
.prose h2,.prose h3 { margin: 48px 0 24px; }
.prose h2 { font-size: 2.5rem; }
.prose iframe,.prose video { max-width: 100%; }
.prose table { display: block; overflow-x: auto; max-width: 100%; }

/* Native WordPress stories: quiet editorial rows and generous long-form reading. */
.story-index { display: grid; gap: 88px; }
.story-entry { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); gap: 64px; align-items: center; padding-bottom: 72px; border-bottom: 1px solid var(--line); }
.story-entry:nth-child(even) .story-cover { order: 2; }
.story-cover { display: block; overflow: hidden; border-radius: var(--radius); }
.story-cover img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.story-entry h2 { font-size: clamp(2rem,3.2vw,3.3rem); }
.story-entry h2 a { text-decoration: none; }
.story-prose { max-width: 960px; margin-inline: auto; font-size: clamp(1.08rem,1.5vw,1.2rem); line-height: 1.9; }
.story-prose > p,.story-prose > h2,.story-prose > h3,.story-prose > blockquote,.story-back { max-width: 720px; margin-inline: auto; }
.story-prose .story-byline { margin-bottom: 48px; font-family: inherit; font-size: .82rem; color: var(--blue); }
.story-prose > p { font-family: Georgia,"Times New Roman",serif; color: var(--ink); }
.story-prose h2 { line-height: 1.2; font-size: clamp(1.9rem,3.4vw,2.8rem); margin-top: 64px; }
.story-prose .story-photo { margin: 48px auto 64px; }
.story-photo img { width: auto; max-width: 100%; max-height: 850px; margin-inline: auto; border-radius: 18px; object-fit: contain; }
.story-back { margin-top: 64px; border-top: 1px solid var(--line); padding-top: 28px; }
@media (max-width: 760px) {
  .story-index { gap: 56px; }
  .story-entry { grid-template-columns: minmax(0,1fr); gap: 28px; padding-bottom: 48px; }
  .story-entry:nth-child(even) .story-cover { order: 0; }
  .story-prose .story-photo { margin-block: 36px 44px; }
}
footer { padding: 55px 0; background: var(--blue-deep); color: rgba(255,255,255,.85); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 35px 80px; align-items: start; }
.footer-logo { width: 170px; border-radius: 10px; padding: 10px; background: white; }
.footer-quote { max-width: 390px; margin-top: 20px; color: rgba(255,255,255,.85); font: italic 1rem/1.65 Georgia,serif; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 25px; }
.footer-links a,.footer-contact a { color: white; text-decoration: none; }
.footer-links a:hover,.footer-contact a:hover { text-decoration: underline; }
.footer-contact { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.2); padding-top: 25px; display: flex; gap: 30px; flex-wrap: wrap; font-size: .9rem; }
.reveal { opacity: 1; transform: none; }
.admin-bar .site-header { top: 32px; }

@media(max-width:1240px) {
  .site-header:not(.menu-ready) { position: relative; background: var(--blue-deep); }
  .site-header:not(.menu-ready) .nav { flex-wrap: wrap; }
  .site-header:not(.menu-ready) .navlinks { flex-wrap: wrap; }
  .menu-ready .mobile-toggle { display: grid; place-items: center; }
  .nav { position: relative; }
  .menu-ready .navlinks { display: none; position: absolute; right: 0; top: calc(100% + 10px); width: min(360px,calc(100vw - 32px)); max-height: calc(100dvh - 120px); overflow-y: auto; padding: 14px; background: rgba(255,255,255,.99); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 3px; }
  .menu-ready .navlinks.open { display: flex; }
  .menu-ready .navlinks a { color: var(--ink); padding: 10px 13px; border-radius: 10px; white-space: normal; }
  .menu-ready .navlinks a.active { background: var(--blue-pale); text-decoration: underline; }
  .menu-ready .navlinks .nav-cta { background: var(--yellow); }
  .menu-ready .navlinks a:focus-visible { outline-color: #8a6500; }
}
@media(max-width:1020px) {
  .split,.about-hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .split .editorial-photo { max-width: 740px; width: 100%; margin-inline: auto; }
  .editorial-photo.portrait-full img { max-height: 650px; }
  .packages { grid-template-columns: 1fr; max-width: 760px; margin: auto; }
  .package { padding: 35px; }
  .package .eyebrow { min-height: 0; }
  .package ul { columns: 2; column-gap: 35px; }
  .package li { break-inside: avoid; }
  .contact-grid { grid-template-columns: 1fr; max-width: 800px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .speaker-split { grid-template-columns: .75fr 1.25fr; gap: 45px; }
  .about-hero figure { max-width: 520px; margin-inline: auto; }
  .home-hero { padding-top: 95px; }
  .home-hero-image { width: 100%; }
}
@media(max-width:760px) {
  .story-pair,.path-index,.development-strip,.family-story,.speaker-hero-grid,.talks-grid,.speaker-split { grid-template-columns: 1fr; }
  .path-index { gap: 0; }
  .path-feature { min-height: 260px; margin-bottom: 15px; }
  .path-bottom { margin-top: 0; }
  .story-pair { gap: 35px; }
  .story-pair > :last-child { margin-top: 0; max-width: 80%; margin-left: auto; }
  .development-strip { padding: 28px; gap: 30px; }
  .development-strip figure { max-width: 520px; }
  .speaker-hero-grid { gap: 10px; }
  .speaker-hero figure { max-width: 380px; margin-inline: auto; }
  .speaker-hero .lead { margin-bottom: 35px; }
  .speaker-split .editorial-photo { max-width: 360px; }
  .family-story { gap: 30px; }
  .hero { min-height: 660px; }
  .companions-hero { padding-top: 145px; padding-bottom: 40px; align-items: start; min-height: 790px; }
  .companions-hero h1 { font-size: clamp(2.6rem,8vw,4.4rem); }
  .companions-hero .hero-image { object-position: 54% bottom; }
  .companions-hero::before { background: linear-gradient(rgba(20,40,57,.84),rgba(20,40,57,.3) 48%,rgba(20,40,57,.08)); }
  .stories-hero { min-height: 620px; align-items: start; padding-top: 145px; }
  .stories-hero .hero-image { object-position: 53% center; }
  .stories-hero::before { background: linear-gradient(rgba(20,40,57,.85),rgba(20,40,57,.1)); }
  .companions-hero,.stories-hero { display: flex; flex-direction: column; min-height: 0; padding: 120px 0 0; }
  .companions-hero .hero-image,.stories-hero .hero-image { position: static; order: 2; width: 100%; height: auto; object-fit: contain; }
  .companions-hero .hero-copy,.stories-hero .hero-copy { padding: 15px 0 45px; }
  .companions-hero::before,.companions-hero::after,.stories-hero::before,.stories-hero::after { display: none; }
}
@media(max-width:690px) {
  .container { width: min(1180px,calc(100% - 32px)); }
  section { padding: 76px 0; }
  h1 { font-size: clamp(2.6rem,10vw,3.6rem); }
  h2 { font-size: clamp(2.05rem,8vw,3rem); }
  .site-header { padding: 9px 0; }
  .nav { width: calc(100% - 32px); }
  .brand { padding: 5px 9px; }
  .brand-logo { width: 104px; height: 57px; }
  .home-hero { padding-top: 85px; }
  .hero { min-height: 68vh; padding: 140px 0 65px; }
  .hero h1 { max-width: 100%; }
  .companions-hero,.stories-hero { min-height: 0; padding: 120px 0 0; align-items: stretch; }
  .legal-hero { padding: 145px 0 55px; min-height: 0; }
  .about-hero { padding-top: 135px; }
  .about-hero .hero-copy { padding: 28px 23px; }
  .about-hero-grid { gap: 35px; }
  .speaker-hero { padding-top: 140px; }
  .speaker-hero h1 { font-size: clamp(2.6rem,10vw,4rem); }
  .topic-list,.form-grid,.blog-grid,.footer-grid { grid-template-columns: 1fr; }
  .package ul { columns: 1; }
  .package,.talk-card { padding: 28px 23px; }
  .path-feature { padding: 30px 25px; }
  .path-feature h3 { font-size: 2.1rem; }
  .section-heading { margin-bottom: 35px; }
  .development-strip { margin-top: 55px; padding: 25px 20px; }
  .story-pair > :last-child { max-width: 90%; }
  .cta-box { padding: 32px 23px; border-radius: 25px; }
  .form-panel,.direct { padding: 28px 22px; }
  .vision-table { margin-top: 50px; }
  .big-statement { margin-top: 60px; }
  .footer-grid { gap: 35px; }
  .footer-contact { gap: 15px; }
  .footer-contact a { overflow-wrap: anywhere; }
  .camino-timeline li { grid-template-columns: 68px 1fr; gap: 20px; }
  .faq-item summary { padding-left: 20px; }
  .admin-bar .site-header { top: 46px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
.donativo-copy {
  display: grid;
  gap: 14px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.donativo-copy p { line-height: 1.72; }
.donativo-copy strong { color: var(--blue-deep); }
