@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --paper: #f5f1e8;
  --paper-deep: #e9e1d2;
  --paper-light: #fbf9f4;
  --ink: #25312d;
  --ink-soft: #59645e;
  --ink-faint: #8b9188;
  --forest: #23473f;
  --forest-deep: #17362f;
  --sage: #778c78;
  --sage-light: #dbe3d7;
  --clay: #b86f55;
  --clay-light: #ead0c1;
  --gold: #c39a62;
  --line: rgba(37, 49, 45, .16);
  --line-light: rgba(245, 241, 232, .24);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --max: 1240px;
  --gutter: clamp(22px, 5vw, 76px);
  --header-height: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; font-weight: 400; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
p, h1, h2, h3, figure, blockquote { margin: 0; }
h1, h2, h3 { font-weight: 400; }

.container { width: min(100% - (var(--gutter) * 2), var(--max)); margin-inline: auto; }
.narrow-content, .narrow-intro { width: min(100% - (var(--gutter) * 2), 780px); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 14px; background: var(--forest); color: var(--paper); text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 16px; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 20; height: var(--header-height); border-bottom: 1px solid transparent; background: transparent; backdrop-filter: none; transition: background .3s, border-color .3s, box-shadow .3s, color .3s; }
.site-header.scrolled { background: rgba(245, 241, 232, .94); border-color: var(--line); box-shadow: 0 8px 30px rgba(30, 48, 40, .06); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest-deep); font-size: 18px; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.brand-mark { position: relative; width: 27px; height: 27px; display: inline-block; border: 1px solid var(--forest); border-radius: 50%; }
.brand-mark span { position: absolute; left: 50%; top: 50%; width: 9px; height: 13px; border: 1px solid var(--forest); border-radius: 100% 0 100% 0; transform-origin: 0 100%; }
.brand-mark span:nth-child(1) { transform: translate(-1px, -1px) rotate(0); }
.brand-mark span:nth-child(2) { transform: translate(-1px, -1px) rotate(120deg); }
.brand-mark span:nth-child(3) { transform: translate(-1px, -1px) rotate(240deg); }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2.1vw, 30px); font-size: 12px; letter-spacing: .04em; }
.site-nav a { position: relative; color: var(--ink-soft); text-decoration: none; white-space: nowrap; transition: color .2s; }
.site-nav a:not(.nav-action)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--clay); transition: right .25s; }
.site-nav a:hover, .site-nav a.active { color: var(--forest); }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-nav .nav-action { padding: 11px 16px; border: 1px solid var(--forest); border-radius: 100px; color: var(--forest); transition: color .25s, background .25s; }
.site-nav .nav-action:hover { background: var(--forest); color: var(--paper); }
.site-nav .nav-action span { margin-left: 5px; font-size: 15px; }
.site-header:not(.scrolled) .brand { color: var(--paper); text-shadow: 0 1px 18px rgba(17, 38, 32, .35); }
.site-header:not(.scrolled) .brand-mark { border-color: var(--paper); }
.site-header:not(.scrolled) .brand-mark span { border-color: var(--paper); }
.site-header:not(.scrolled) .site-nav a { color: rgba(245, 241, 232, .9); text-shadow: 0 1px 14px rgba(17, 38, 32, .34); }
.site-header:not(.scrolled) .site-nav a:hover, .site-header:not(.scrolled) .site-nav a.active { color: var(--paper); }
.site-header:not(.scrolled) .site-nav a:not(.nav-action)::after { background: var(--paper); }
.site-header:not(.scrolled) .site-nav .nav-action { border-color: rgba(245, 241, 232, .82); color: var(--paper); text-shadow: none; }
.site-header:not(.scrolled) .site-nav .nav-action:hover { background: var(--paper); color: var(--forest-deep); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--forest); padding: 6px 0 6px 12px; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }
.menu-toggle b { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Type and reusable elements */
.eyebrow { margin-bottom: 18px; color: var(--clay); font-size: 10px; font-weight: 600; letter-spacing: .2em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { content: ''; display: inline-block; width: 28px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.eyebrow-light { color: var(--paper); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 13px 21px; border: 1px solid transparent; border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 16px; line-height: 1; }
.button-light { background: var(--paper); color: var(--forest-deep); }
.button-light:hover { background: white; }
.button-dark { background: var(--forest); color: var(--paper); }
.button-dark:hover { background: var(--forest-deep); }
.button-outline { border-color: var(--forest); color: var(--forest); }
.button-outline:hover { background: var(--forest); color: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-size: 12px; font-weight: 600; letter-spacing: .04em; text-decoration: none; }
.text-link span { font-size: 18px; line-height: 1; transition: transform .25s; }
.text-link:hover span { transform: translateX(4px); }
.text-link-light { color: var(--paper); }
.section { padding: clamp(78px, 10vw, 150px) 0; }
.section h2, .page-hero h1 { font-family: var(--serif); font-size: clamp(38px, 5vw, 70px); line-height: 1.02; letter-spacing: -.025em; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 56px; }
.section-heading h2 { max-width: 13ch; }
.section-heading-compact { align-items: end; margin-bottom: 40px; }
.section-intro { width: min(100%, 350px); color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 9vw, 150px); }
.rich-copy { color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.rich-copy p + p { margin-top: 17px; }
.rich-copy .text-link { margin-top: 28px; }
.section-sand { background: var(--paper-deep); }
.section-forest { background: var(--forest); color: var(--paper); }
.section-forest .eyebrow { color: var(--clay-light); }

/* Home */
.hero-home { position: relative; min-height: min(720px, calc(100vh - var(--header-height))); display: flex; align-items: center; overflow: hidden; background: var(--forest-deep); color: var(--paper); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(18, 45, 39, .88) 0%, rgba(20, 49, 41, .66) 30%, rgba(20, 49, 41, .08) 73%), linear-gradient(0deg, rgba(17, 38, 32, .45), transparent 42%); }
.hero-content { position: relative; z-index: 2; padding: 90px 0 100px; }
.hero-content h1 { max-width: 8.2ch; font-family: var(--serif); font-size: clamp(54px, 6vw, 92px); line-height: .94; letter-spacing: -.035em; }
.hero-copy { max-width: 420px; margin-top: 24px; color: rgba(245, 241, 232, .88); font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 29px; }
.hero-footnote { margin-top: 30px; color: rgba(245, 241, 232, .65); font-size: 11px; letter-spacing: .04em; }
.hero-scroll { position: absolute; z-index: 2; right: var(--gutter); bottom: 34px; display: flex; align-items: center; gap: 12px; color: rgba(245, 241, 232, .75); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.hero-scroll span { display: block; width: 45px; height: 1px; background: currentColor; }
.proof-strip { background: linear-gradient(180deg, var(--forest-deep), #1b4038); color: var(--paper); border-top: 1px solid var(--line-light); border-bottom: 1px solid rgba(245, 241, 232, .08); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: block; min-height: 124px; padding: 29px 28px 27px; border-right: 1px solid var(--line-light); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-number, .card-index { color: var(--gold); font-size: 11px; letter-spacing: .14em; }
.proof-grid p { max-width: 18ch; color: rgba(245, 241, 232, .62); font-size: 11px; line-height: 1.35; }
.proof-grid strong { display: block; margin-top: 7px; color: var(--paper); font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.08; }
.section-introduction { background: var(--paper-light); }
.split-introduction { align-items: start; }
.split-introduction h2 { max-width: 10ch; }
.section-offerings { padding-bottom: clamp(85px, 10vw, 140px); }
.card-grid { display: grid; gap: 1px; }
.card-grid-three { grid-template-columns: repeat(3, 1fr); background: var(--line); border: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; background: var(--paper); color: var(--ink); text-decoration: none; transition: transform .3s, background .3s, color .3s; }
.service-card:hover { z-index: 1; transform: translateY(-7px); background: var(--paper-light); box-shadow: 0 15px 36px rgba(33, 49, 41, .12); }
.service-card-dark { background: var(--forest); color: var(--paper); }
.service-card-dark:hover { background: var(--forest-deep); }
.service-card h3 { max-width: 8ch; margin-top: 72px; font-family: var(--serif); font-size: 32px; line-height: 1.05; }
.service-card p { max-width: 30ch; margin-top: 14px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.service-card-dark p { color: rgba(245, 241, 232, .72); }
.card-arrow { margin-top: auto; color: var(--forest); font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.service-card-dark .card-arrow { color: var(--paper); }
.card-arrow b { margin-left: 8px; font-size: 17px; font-weight: 400; }
.section-link { margin-top: 32px; text-align: right; }
.split-process { align-items: center; }
.process-statement h2 { max-width: 8ch; }
.process-statement > p:not(.eyebrow) { max-width: 36ch; margin: 24px 0; color: var(--ink-soft); font-size: 16px; }
.mini-steps { border-top: 1px solid var(--line); }
.mini-steps > div { display: grid; grid-template-columns: 55px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.mini-steps > div > span { color: var(--clay); font-size: 11px; letter-spacing: .1em; }
.mini-steps h3 { font-size: 16px; font-weight: 500; }
.mini-steps p { margin-top: 3px; color: var(--ink-soft); font-size: 13px; }
.section-quote { padding: clamp(90px, 12vw, 180px) 0; }
.quote-layout { position: relative; max-width: 900px; text-align: center; }
.quote-mark { display: block; height: 40px; color: var(--clay-light); font-family: var(--serif); font-size: 85px; line-height: .8; }
.quote-layout blockquote { font-family: var(--serif); font-size: clamp(30px, 4vw, 56px); line-height: 1.08; }
.quote-layout cite { display: block; margin-top: 30px; color: var(--clay-light); font-size: 11px; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.section-testimonials { background: var(--paper-light); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.testimonial { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; background: var(--paper-light); }
.testimonial blockquote { font-family: var(--serif); font-size: 21px; line-height: 1.3; }
.testimonial blockquote::before { content: '“'; color: var(--clay); }
.testimonial blockquote::after { content: '”'; color: var(--clay); }
.testimonial figcaption { padding-top: 17px; border-top: 1px solid var(--line); color: var(--ink-faint); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.testimonial figcaption strong { display: block; color: var(--forest); font-weight: 600; }
.testimonial figcaption span { display: block; margin-top: 3px; color: var(--clay); }
.conversion-band { padding: 80px 0; background: var(--clay); color: var(--paper); }
.conversion-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.conversion-inner h2 { max-width: 12ch; font-family: var(--serif); font-size: clamp(36px, 5vw, 64px); line-height: 1; }
.conversion-inner > div > p:not(.eyebrow) { max-width: 48ch; margin-top: 17px; color: rgba(245, 241, 232, .82); font-size: 15px; }

/* Internal page heroes */
.page-hero { position: relative; min-height: 430px; display: flex; align-items: end; overflow: hidden; color: var(--paper); }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19, 47, 40, .83), rgba(19, 47, 40, .28)); }
.page-hero-olive { background: radial-gradient(circle at 78% 22%, rgba(200, 216, 182, .4), transparent 26%), var(--sage); }
.page-hero-sage { background: radial-gradient(circle at 22% 18%, rgba(245, 241, 232, .2), transparent 28%), var(--forest); }
.page-hero-clay { background: radial-gradient(circle at 80% 10%, rgba(245, 241, 232, .25), transparent 30%), var(--clay); }
.page-hero-retiros { background: radial-gradient(circle at 50% 0%, rgba(200, 216, 182, .25), transparent 35%), var(--forest-deep); }
.page-hero-contact { background: radial-gradient(circle at 82% 10%, rgba(245, 241, 232, .25), transparent 28%), var(--forest); }
.page-hero-inner { position: relative; z-index: 1; padding: 90px 0 76px; }
.page-hero h1 { max-width: 10ch; font-size: clamp(50px, 7vw, 92px); }
.page-hero-inner > p:last-child { max-width: 480px; margin-top: 24px; color: rgba(245, 241, 232, .82); font-size: 17px; }
.page-hero-inner .eyebrow { margin-bottom: 20px; }

/* Internal sections */
.narrow-intro { padding-top: 5px; }
.narrow-intro h2 { max-width: 10ch; }
.narrow-intro > p:last-child { max-width: 590px; margin-top: 28px; color: var(--ink-soft); font-size: 17px; line-height: 1.8; }
.service-details { display: flex; flex-direction: column; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-detail { display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(230px, .65fr); gap: 30px; min-height: 360px; padding: clamp(35px, 5vw, 70px); background: var(--paper-light); }
.service-detail-reverse { background: var(--paper); }
.service-detail-number { color: var(--clay); font-size: 12px; letter-spacing: .18em; }
.service-detail h2 { max-width: 9ch; margin: 10px 0 21px; font-size: clamp(36px, 4.2vw, 58px); }
.service-detail p:not(.eyebrow) { max-width: 45ch; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.check-list { display: grid; gap: 8px; margin: 25px 0 30px; padding: 0; list-style: none; color: var(--ink); font-size: 13px; }
.check-list li::before { content: '✦'; display: inline-block; width: 20px; color: var(--clay); }
.service-image { align-self: center; overflow: hidden; aspect-ratio: 4 / 3; background: var(--sage-light); }
.service-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .6s; }
.service-detail:hover .service-image img { transform: scale(1.04); }
.service-image-warm { background: var(--clay-light); }
.service-image-warm img { object-fit: contain; }
.process-intro { align-items: start; }
.process-intro h2 { max-width: 8ch; }
.process-list { border-top: 1px solid var(--line); }
.process-row { display: grid; grid-template-columns: 70px minmax(0, 1fr) 160px; gap: 22px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process-row > span { color: var(--clay); font-size: 12px; letter-spacing: .14em; }
.process-row h3 { font-family: var(--serif); font-size: 30px; line-height: 1.1; }
.process-row p { max-width: 55ch; margin-top: 8px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.process-row em { justify-self: end; color: var(--sage); font-size: 10px; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.section-safety { background: var(--forest); color: var(--paper); }
.safety-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 10vw; }
.safety-grid h2 { color: var(--paper); }
.safety-points { border-top: 1px solid var(--line-light); }
.safety-points > div { display: grid; grid-template-columns: 32px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.safety-points span { color: var(--clay-light); }
.safety-points p { color: rgba(245, 241, 232, .72); font-size: 14px; }
.safety-points strong { color: var(--paper); font-weight: 500; }
.faq-section { padding: clamp(78px, 10vw, 140px) 0; background: var(--paper-light); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 21px 40px 21px 0; color: var(--forest); cursor: pointer; font-family: var(--serif); font-size: 24px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 0; top: 18px; color: var(--clay); font-family: var(--sans); font-size: 20px; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 62ch; padding: 0 45px 22px 0; color: var(--ink-soft); font-size: 14px; }
.about-section { padding-bottom: 110px; }
.about-grid { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: clamp(45px, 10vw, 150px); align-items: center; }
.about-photo { position: relative; max-width: 430px; }
.about-photo::before { content: ''; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid var(--clay); }
.about-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; filter: saturate(.82); }
.about-photo span { position: absolute; z-index: 2; bottom: 16px; left: 18px; color: var(--paper); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.about-copy h2 { margin-bottom: 24px; }
.about-copy > p:not(.eyebrow) { max-width: 50ch; color: var(--ink-soft); font-size: 16px; line-height: 1.8; }
.about-copy > p + p { margin-top: 17px; }
.about-copy blockquote { max-width: 540px; margin-top: 32px; padding: 20px 0 20px 22px; border-left: 2px solid var(--clay); color: var(--forest); font-family: var(--serif); font-size: 26px; line-height: 1.25; }
.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.story-grid h2 { max-width: 9ch; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.value-card { min-height: 240px; padding: 26px; background: var(--paper-light); }
.value-card > span { color: var(--clay); font-size: 11px; letter-spacing: .14em; }
.value-card h3 { margin-top: 65px; font-family: var(--serif); font-size: 29px; }
.value-card p { margin-top: 8px; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.gallery-intro { align-items: end; margin-bottom: 64px; }
.gallery-intro h2 { max-width: 10ch; }
.image-gallery { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 12px; align-items: end; }
.gallery-image { overflow: hidden; }
.gallery-image img { width: 100%; height: 380px; object-fit: cover; filter: saturate(.82); transition: transform .7s; }
.gallery-image-large img { height: 520px; }
.gallery-image:hover img { transform: scale(1.035); }
.gallery-image figcaption { margin-top: 10px; color: var(--ink-faint); font-size: 11px; letter-spacing: .03em; }
.group-list { border-top: 1px solid var(--line); }
.group-item { display: grid; grid-template-columns: 65px minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line); }
.group-item > span { color: var(--clay); font-size: 11px; letter-spacing: .16em; }
.group-item h3 { font-family: var(--serif); font-size: 28px; }
.group-item p { margin-top: 4px; color: var(--ink-soft); font-size: 13px; }
.group-item b { color: var(--forest); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.group-item i { margin-left: 8px; color: var(--clay); font-size: 16px; font-style: normal; }
.retreat-section { background: var(--paper-light); }
.retreat-card { position: relative; display: grid; grid-template-columns: 1fr .65fr; gap: 80px; align-items: center; padding: clamp(35px, 7vw, 85px); overflow: hidden; background: var(--forest); color: var(--paper); }
.retreat-card::before { content: ''; position: absolute; width: 430px; height: 430px; right: -130px; top: -200px; border: 1px solid rgba(245, 241, 232, .17); border-radius: 50%; box-shadow: 0 0 0 30px rgba(245, 241, 232, .04), 0 0 0 60px rgba(245, 241, 232, .03); }
.retreat-card h2 { position: relative; max-width: 8ch; color: var(--paper); }
.retreat-card > div:first-child > p:not(.eyebrow) { max-width: 45ch; margin: 20px 0 28px; color: rgba(245, 241, 232, .76); font-size: 15px; }
.retreat-note { position: relative; justify-self: end; max-width: 240px; }
.retreat-note > span { color: var(--clay-light); font-family: var(--serif); font-size: 80px; line-height: .6; }
.retreat-note p { color: var(--clay-light); font-family: var(--serif); font-size: 27px; line-height: 1.14; }
.contact-section { background: var(--paper-light); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.contact-intro h2 { max-width: 9ch; }
.contact-intro > p:not(.eyebrow) { max-width: 38ch; margin-top: 24px; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.contact-promises { margin-top: 48px; border-top: 1px solid var(--line); }
.contact-promises > div { display: grid; grid-template-columns: 35px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.contact-promises span { color: var(--clay); font-size: 11px; letter-spacing: .12em; }
.contact-promises p { color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.contact-promises strong { color: var(--forest); font-weight: 600; }
.contact-form-card { padding: clamp(28px, 5vw, 55px); background: var(--paper-deep); }
.form-heading { margin-bottom: 35px; }
.form-heading h2 { max-width: 9ch; font-size: clamp(36px, 4vw, 52px); }
.form-heading > p:last-child { margin-top: 14px; color: var(--ink-soft); font-size: 14px; }
.contact-form-card form { display: grid; gap: 21px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form-card label { display: block; color: var(--forest); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.contact-form-card input:not([type="checkbox"]), .contact-form-card select, .contact-form-card textarea { display: block; width: 100%; margin-top: 8px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 15px; letter-spacing: 0; text-transform: none; transition: border-color .2s; }
.contact-form-card select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--forest) 50%), linear-gradient(135deg, var(--forest) 50%, transparent 50%); background-position: calc(100% - 8px) 52%, calc(100% - 3px) 52%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.contact-form-card textarea { resize: vertical; line-height: 1.5; }
.contact-form-card input:focus, .contact-form-card select:focus, .contact-form-card textarea:focus { border-color: var(--forest); }
.consent { display: flex !important; align-items: flex-start; gap: 10px; color: var(--ink-soft) !important; font-size: 10px !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.45; text-transform: none !important; }
.consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: 0; accent-color: var(--forest); }
.form-disclaimer { color: var(--ink-faint); font-size: 11px; line-height: 1.5; }
.form-success { padding: 36px 0 12px; text-align: center; }
.success-icon { display: grid; width: 54px; height: 54px; margin: 0 auto 20px; place-items: center; border: 1px solid var(--forest); border-radius: 50%; color: var(--forest); font-size: 22px; }
.form-success h2 { font-size: 39px; }
.form-success p { max-width: 34ch; margin: 13px auto 20px; color: var(--ink-soft); font-size: 14px; }

/* Footer and motion */
.site-footer { background: var(--paper-deep); border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-top: 55px; padding-bottom: 52px; }
.footer-brand p { margin-top: 18px; color: var(--ink-soft); font-family: var(--serif); font-size: 20px; line-height: 1.2; }
.footer-label { margin-bottom: 14px; color: var(--clay); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) a { display: block; width: fit-content; margin: 7px 0; color: var(--ink-soft); font-size: 13px; text-decoration: none; transition: color .2s; }
.footer-main > div:not(.footer-brand) a:hover { color: var(--forest); }
.footer-note { max-width: 22ch; margin-top: 18px; color: var(--ink-faint); font-size: 12px; line-height: 1.5; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 14px; padding-bottom: 18px; border-top: 1px solid var(--line); color: var(--ink-faint); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.reveal, .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-nav { gap: 15px; font-size: 11px; }
  .site-nav .nav-action { padding-inline: 12px; }
  .proof-grid > div { padding-inline: 14px; }
  .service-detail { grid-template-columns: 55px minmax(0, 1fr) minmax(170px, .55fr); padding-inline: 35px; }
  .about-grid, .contact-grid { gap: 60px; }
}
@media (max-width: 800px) {
  :root { --header-height: 70px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: var(--header-height) 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 28px var(--gutter) 40px; background: var(--paper); transform: translateX(100%); transition: transform .3s; }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .site-nav a:not(.nav-action)::after { display: none; }
  .site-nav .nav-action { margin-top: 26px; padding: 15px 18px; text-align: center; }
  .site-header:not(.scrolled) .menu-toggle { color: var(--paper); }
  .site-header:not(.scrolled) .site-nav { background: var(--paper); }
  .site-header:not(.scrolled) .site-nav a { color: var(--ink-soft); text-shadow: none; }
  .site-header:not(.scrolled) .site-nav a:hover, .site-header:not(.scrolled) .site-nav a.active { color: var(--forest); }
  .site-header:not(.scrolled) .site-nav .nav-action { border-color: var(--forest); color: var(--forest); }
  .site-header:not(.scrolled) .site-nav .nav-action:hover { background: var(--forest); color: var(--paper); }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div { border-bottom: 1px solid var(--line-light); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(3), .proof-grid > div:nth-child(4) { border-bottom: 0; }
  .split, .split-process, .story-grid, .safety-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .card-grid-three, .testimonial-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:last-child { grid-column: 1 / -1; }
  .service-detail { grid-template-columns: 45px minmax(0, 1fr); }
  .service-image { grid-column: 2; max-width: 300px; }
  .service-detail-reverse .service-image { grid-row: 2; }
  .retreat-card { grid-template-columns: 1fr; gap: 35px; }
  .retreat-note { justify-self: start; }
  .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }
}
@media (max-width: 600px) {
  .hero-home { min-height: 680px; align-items: end; }
  .hero-image img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(18, 45, 39, .95) 5%, rgba(20, 49, 41, .6) 58%, rgba(20, 49, 41, .05) 100%); }
  .hero-content { padding: 60px 0 70px; }
  .hero-content h1 { max-width: 8.5ch; font-size: clamp(50px, 13vw, 70px); line-height: .95; }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-footnote { max-width: 30ch; }
  .hero-scroll { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 112px; padding: 23px 13px 21px; }
  .proof-grid > div:first-child { padding-left: 0; }
  .proof-grid p { font-size: 10px; }
  .proof-grid strong { margin-top: 6px; font-size: 17px; }
  .section-heading { display: block; margin-bottom: 36px; }
  .section-heading .section-intro, .section-heading > .text-link { display: block; margin-top: 24px; }
  .section h2, .page-hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .card-grid-three, .testimonial-grid, .values-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card { min-height: 290px; }
  .testimonial { min-height: 230px; }
  .conversion-inner { display: block; }
  .conversion-inner .button { margin-top: 28px; }
  .page-hero { min-height: 400px; }
  .page-hero-inner { padding: 70px 0 55px; }
  .service-detail { grid-template-columns: 1fr; padding: 32px 24px; }
  .service-detail-number { margin-bottom: -10px; }
  .service-detail h2 { max-width: 11ch; }
  .service-image, .service-detail-reverse .service-image { grid-column: auto; grid-row: auto; max-width: none; width: 100%; }
  .process-row { grid-template-columns: 42px 1fr; gap: 12px; }
  .process-row em { grid-column: 2; justify-self: start; }
  .process-row h3 { font-size: 26px; }
  .image-gallery { grid-template-columns: 1fr 1fr; gap: 8px; }
  .gallery-image-large { grid-column: 1 / -1; }
  .gallery-image img, .gallery-image-large img { height: 270px; }
  .gallery-image-large img { height: 390px; }
  .group-item { grid-template-columns: 35px 1fr; gap: 12px; }
  .group-item b { grid-column: 2; justify-self: start; }
  .form-row { grid-template-columns: 1fr; gap: 21px; }
  .contact-form-card { padding: 28px 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: block; line-height: 2; }
}
@media (prefers-reduced-motion: reduce) {
  html:not([data-motion="full"]) { scroll-behavior: auto; }
  html:not([data-motion="full"]) *,
  html:not([data-motion="full"]) *::before,
  html:not([data-motion="full"]) *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html:not([data-motion="full"]) .reveal { opacity: 1; transform: none; }
}

/* Refinamiento editorial: menos señalética, más aire y portadas 21:9 */
.hero-home, .page-hero { aspect-ratio: 21 / 9; min-height: 0; }
.conversion-band { position: relative; overflow: hidden; }
.conversion-band > .container { position: relative; z-index: 2; }
.cta-constellation { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.cta-constellation svg { position: absolute; top: 0; left: 42%; width: 58%; height: 100%; overflow: visible; }
.cta-constellation-line { stroke: rgba(245, 241, 232, .42); stroke-width: .8; stroke-linecap: round; stroke-dasharray: 5 9; animation: ctaLinePulse 8s ease-in-out var(--line-delay, 0s) infinite; }
.cta-constellation-star { fill: var(--paper); filter: drop-shadow(0 0 8px rgba(245, 241, 232, .9)); animation: ctaStarPulse var(--star-duration, 5s) ease-in-out var(--star-delay, 0s) infinite; }
@keyframes ctaLinePulse { 0%, 100% { opacity: .16; stroke-dashoffset: 0; } 50% { opacity: .64; stroke-dashoffset: -28; } }
@keyframes ctaStarPulse { 0%, 100% { opacity: .3; transform: scale(.76); transform-origin: center; } 50% { opacity: 1; transform: scale(1.35); transform-origin: center; } }
.hero-content, .page-hero-inner { padding-top: clamp(68px, 5vw, 92px); padding-bottom: clamp(46px, 4vw, 70px); }
.page-hero-inner { position: relative; z-index: 2; }
.eyebrow, .card-index, .proof-number, .service-detail-number, .process-row > span, .group-item > span, .value-card > span, .contact-promises > div > span { display: none; }
.section-heading { align-items: start; }
.service-card h3 { margin-top: 38px; }
.mini-steps > div { grid-template-columns: 1fr; }
.service-detail { grid-template-columns: minmax(0, 1fr) minmax(230px, .65fr); }
#medicina > .service-image, #constelaciones > .service-image { aspect-ratio: 4 / 5; }
#individual > div:nth-child(2), #profesionales > div:nth-child(2) { grid-column: 1 / -1; max-width: 760px; }
.process-row { grid-template-columns: minmax(0, 1fr) 160px; }
.value-card h3 { margin-top: 0; }
.contact-promises > div { grid-template-columns: 1fr; }
.group-item { grid-template-columns: minmax(0, 1fr) auto; }
.site-nav .nav-action span, .button > span, .text-link > span, .card-arrow b, .group-item i { display: none; }
.hero-actions .text-link > span { display: inline; }

/* Constelaciones y mariposas: presencia poética, sin competir con el mensaje */
.hero-ornaments { position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.hero-particle { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: rgba(245, 241, 232, .8); box-shadow: 0 0 10px rgba(245, 241, 232, .75); animation: particleTwinkle 5s ease-in-out infinite; }
.hero-particle:nth-child(3n) { width: 2px; height: 2px; }
.hero-particle:nth-child(5n) { width: 4px; height: 4px; }
.hero-constellation { position: absolute; top: 8%; right: 3%; width: min(54vw, 760px); height: auto; overflow: visible; opacity: .7; }
.hero-constellation path { fill: none; stroke: rgba(245, 241, 232, .58); stroke-width: 1; stroke-dasharray: 5 9; animation: constellationDrift 12s ease-in-out infinite; }
.hero-constellation circle { fill: var(--paper); filter: drop-shadow(0 0 7px rgba(245, 241, 232, .9)); animation: constellationPulse 4s ease-in-out infinite; }
.hero-constellation circle:nth-child(2n) { animation-delay: -1.6s; }
.hero-constellation circle:nth-child(3n) { animation-delay: -2.8s; }
.constellation-star { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--paper); box-shadow: 0 0 13px rgba(245, 241, 232, .9); animation: constellationPulse 4s ease-in-out infinite; }
.section-ornaments { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.section-process-preview, .service-detail-section, .section-safety, .about-section, .contact-faq { position: relative; overflow: hidden; }
.section-ornaments svg { position: absolute; top: 12%; right: 4%; width: min(54vw, 720px); height: auto; opacity: .34; }
.section-ornaments svg path { fill: none; stroke: var(--forest); stroke-width: 1; stroke-dasharray: 5 9; animation: constellationDrift 12s ease-in-out infinite; }
.section-ornaments svg circle { fill: var(--forest); filter: drop-shadow(0 0 7px rgba(35, 71, 63, .4)); animation: constellationPulse 4s ease-in-out infinite; }
.section-ornaments ~ * { position: relative; z-index: 1; }
@keyframes particleTwinkle { 0%, 100% { opacity: .18; transform: scale(.7); } 50% { opacity: .9; transform: scale(1.25); } }
@keyframes constellationPulse { 0%, 100% { opacity: .4; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.35); } }
@keyframes constellationDrift { 0%, 100% { opacity: .45; transform: translate(0, 0); } 50% { opacity: .82; transform: translate(-8px, 5px); } }

@media (max-width: 800px) {
  .hero-home, .page-hero { aspect-ratio: 21 / 9; }
  .service-detail { grid-template-columns: 1fr; }
  .process-row { grid-template-columns: 1fr; }
  .process-row em { grid-column: auto; }
}
@media (max-width: 600px) {
  .hero-home, .page-hero { min-height: 300px; aspect-ratio: 21 / 9; }
  .hero-content, .page-hero-inner { padding-top: 42px; padding-bottom: 42px; }
  .hero-content h1 { font-size: clamp(48px, 12.8vw, 66px); line-height: .95; }
  .page-hero h1 { font-size: clamp(43px, 12vw, 62px); }
  .hero-constellation { width: 88vw; right: -20%; top: 8%; opacity: .4; }
  .cta-constellation svg { left: 8%; width: 92%; }
}
@media (prefers-reduced-motion: reduce) {
  html:not([data-motion="full"]) .hero-constellation path,
  html:not([data-motion="full"]) .hero-constellation circle,
  html:not([data-motion="full"]) .cta-constellation-line,
  html:not([data-motion="full"]) .cta-constellation-star { animation: none !important; }
}
html[data-motion="full"] .hero-particle { animation: particleTwinkle 5s ease-in-out infinite !important; }
html[data-motion="full"] .cta-constellation-line { animation: ctaLinePulse 8s ease-in-out var(--line-delay, 0s) infinite !important; }
html[data-motion="full"] .cta-constellation-star { animation: ctaStarPulse var(--star-duration, 5s) ease-in-out var(--star-delay, 0s) infinite !important; }
html[data-motion="full"] .section-ornaments svg path { animation: constellationDrift 12s ease-in-out infinite !important; }
html[data-motion="full"] .section-ornaments svg circle { animation: constellationPulse 4s ease-in-out infinite !important; }


/* Portadas internas: una escena propia para cada recorrido */
.page-hero-olive { background-image: url('hero-acompanamiento.png'); background-size: cover; background-position: center; }
.page-hero-sage { background-image: url('hero-proceso.png'); background-size: cover; background-position: center; }
.page-hero-clay { background-image: url('hero-ines.png'); background-size: cover; background-position: center; }
.page-hero-retiros { background-image: url('hero-retiros.png'); background-size: cover; background-position: center; }
.page-hero-contact { background-image: url('hero-contacto.png'); background-size: cover; background-position: center; }

/* Retiros: información clara para acompañar una decisión consciente */
.retreat-hero h1 { max-width: 17ch; font-size: clamp(46px, 5.8vw, 80px); }
.retreat-hero .page-hero-inner > p:not(.eyebrow) { max-width: 52ch; }
.retreat-introduction .split { align-items: center; margin-bottom: 58px; }
.retreat-introduction h2 { max-width: 11ch; }
.retreat-intro-cta { margin-top: 27px; }
.retreat-journey-section .section-heading h2, .retreat-evidence-section .section-heading h2, .retreat-faq-section .section-heading h2 { max-width: 14ch; }
.retreat-journey { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; border-top: 1px solid var(--line); }
.retreat-journey-card { padding: 25px 0 0; }
.retreat-journey-card h3, .retreat-evidence-card h3 { font-family: var(--serif); font-size: 29px; line-height: 1.12; }
.retreat-journey-card p { max-width: 38ch; margin-top: 12px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.retreat-evidence-section { background: var(--paper-light); }
.retreat-evidence-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.retreat-evidence-card { padding: clamp(25px, 4vw, 45px); background: var(--paper-light); }
.retreat-evidence-kicker { margin-bottom: 20px; color: var(--clay); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.retreat-evidence-card h3 { max-width: 17ch; }
.retreat-evidence-card > p:not(.retreat-evidence-kicker) { max-width: 54ch; margin-top: 17px; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.retreat-evidence-card a { display: inline-block; margin-top: 23px; color: var(--forest); font-size: 12px; font-weight: 600; text-underline-offset: 4px; }
.retreat-evidence-note { max-width: 86ch; margin-top: 22px; color: var(--ink-faint); font-size: 12px; line-height: 1.65; }
.retreat-practical-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 8vw, 110px); align-items: start; }
.retreat-practical-grid h2 { max-width: 11ch; }
.retreat-practical-lead { max-width: 42ch; margin: 19px 0 26px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.retreat-checklist { padding: 28px 32px; border: 1px solid var(--line); background: rgba(251, 249, 244, .58); }
.retreat-checklist > p:first-child { margin-bottom: 12px; color: var(--forest); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.retreat-checklist ul { display: grid; gap: 11px; margin: 0; padding-left: 19px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.retreat-checklist li::marker { color: var(--clay); }
.retreat-checklist-note { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink-faint); font-size: 12px; line-height: 1.65; }
.retreat-faq-section { background: var(--paper-light); }
.retreat-conversion .conversion-inner > div > p:not(.eyebrow) { max-width: 54ch; }

@media (max-width: 800px) {
  .retreat-journey, .retreat-evidence-grid { grid-template-columns: 1fr; }
  .retreat-journey { gap: 25px; }
  .retreat-journey-card { padding-top: 20px; }
  .retreat-practical-grid { grid-template-columns: 1fr; gap: 35px; }
}
@media (max-width: 600px) {
  .retreat-hero h1 { max-width: 14ch; font-size: clamp(40px, 10.5vw, 54px); }
  .retreat-introduction .split { margin-bottom: 38px; }
  .retreat-checklist { padding: 23px 20px; }
  .retreat-conversion .conversion-inner .button { max-width: 100%; }
}
.ines-credentials-section { background: var(--paper-light); }
.ines-credentials-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(35px, 7vw, 90px); }
.ines-credentials-grid article { padding-top: 22px; border-top: 1px solid var(--line); }
.ines-credentials-grid h3 { margin-bottom: 18px; color: var(--forest); font-family: var(--serif); font-size: 30px; }
.ines-credentials-grid ul { display: grid; gap: 13px; margin: 0; padding-left: 19px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.ines-credentials-grid li::marker { color: var(--clay); }
.ines-languages { max-width: 78ch; margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.ines-voice blockquote { max-width: 760px; margin-inline: auto; color: var(--paper); font-family: var(--serif); font-size: clamp(31px, 4.6vw, 58px); line-height: 1.12; text-align: center; }
@media (max-width: 800px) { .ines-credentials-grid { grid-template-columns: 1fr; gap: 32px; } }

/* Movimiento completo: entradas lentas, por capas y centradas en el contenido */
:root { --motion-ease: cubic-bezier(.22, .61, .36, 1); }
@keyframes calmRiseIn {
  from { opacity: 0; transform: translate3d(0, 20px, 0); }
  to { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes calmImageSettle {
  from { opacity: .55; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}
html[data-motion="full"] .hero-content h1,
html[data-motion="full"] .page-hero-inner h1 {
  animation: calmRiseIn 1.05s var(--motion-ease) .08s both;
}
html[data-motion="full"] .hero-copy,
html[data-motion="full"] .page-hero-inner > p:not(.eyebrow) {
  animation: calmRiseIn 1.05s var(--motion-ease) .24s both;
}
html[data-motion="full"] .hero-actions,
html[data-motion="full"] .page-hero-inner .button {
  animation: calmRiseIn 1.05s var(--motion-ease) .4s both;
}
html[data-motion="full"] .hero-footnote {
  animation: calmRiseIn 1.05s var(--motion-ease) .54s both;
}
html[data-motion="full"] .hero-image img {
  animation: calmImageSettle 1.8s var(--motion-ease) both;
}
html[data-motion="full"] .page-hero::before {
  animation: calmImageSettle 1.7s var(--motion-ease) both;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: inherit;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}
.page-hero-inner { z-index: 2; }
html[data-motion="full"].motion-ready .reveal { opacity: 1; transform: none; }
html[data-motion="full"].motion-ready .reveal > * {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
  transition: opacity .9s var(--motion-ease), transform .9s var(--motion-ease);
}
html[data-motion="full"].motion-ready .reveal.is-visible > * {
  opacity: 1;
  transform: none;
}
html[data-motion="full"].motion-ready .reveal > *:nth-child(2) { transition-delay: .09s; }
html[data-motion="full"].motion-ready .reveal > *:nth-child(3) { transition-delay: .17s; }
html[data-motion="full"].motion-ready .reveal > *:nth-child(4) { transition-delay: .24s; }
html[data-motion="full"].motion-ready .reveal > *:nth-child(n+5) { transition-delay: .3s; }
html[data-motion="full"].motion-ready .reveal img {
  transform: scale(1.045);
  transition: transform 1.35s var(--motion-ease);
}
html[data-motion="full"].motion-ready .reveal.is-visible img { transform: scale(1); }
.button {
  position: relative;
  transition: transform .45s var(--motion-ease), background-color .45s ease, color .45s ease, border-color .45s ease, box-shadow .45s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(23, 54, 47, .12); }
.button:active { transform: translateY(0) scale(.985); box-shadow: none; }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.service-card { transition: transform .55s var(--motion-ease), background-color .45s ease, color .45s ease, box-shadow .55s ease; }
.service-card:hover { transform: translateY(-4px); }
.gallery-image img, .service-image img { transition: transform 1.15s var(--motion-ease), filter .7s ease; }
.gallery-image:hover img, .service-image:hover img { transform: scale(1.035); }
.text-link { transition: color .4s ease; }

/* Modo reducido explícito; data-motion="full" es intencionalmente autoritativo. */
html[data-motion="reduce"],
html[data-motion="reduce"] *,
html[data-motion="reduce"] *::before,
html[data-motion="reduce"] *::after {
  animation: none !important;
  scroll-behavior: auto !important;
  transition: none !important;
}
html[data-motion="reduce"] .reveal,
html[data-motion="reduce"] .reveal > *,
html[data-motion="reduce"] .reveal img,
html[data-motion="reduce"] .hero-image img,
html[data-motion="reduce"] .page-hero::before {
  opacity: 1 !important;
  transform: none !important;
}

/* Apertura de bienvenida y reproductor, solo presentes en la página de inicio */
.home-entry {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  overflow: hidden;
  padding: clamp(24px, 5vw, 72px);
  isolation: isolate;
  background: #102d29;
  color: var(--paper);
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--motion-ease), transform 1.2s var(--motion-ease);
}
html.home-entry-active .home-entry { display: grid; }
html.home-entry-active, html.home-entry-active body { overflow: hidden; }
.home-entry::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 48%, rgba(48, 89, 75, .48), transparent 39%),
    radial-gradient(ellipse at 12% 12%, rgba(75, 106, 89, .2), transparent 37%),
    radial-gradient(ellipse at 88% 92%, rgba(53, 80, 70, .23), transparent 38%),
    linear-gradient(145deg, #102d29, #173a34 54%, #102a27);
}
.home-entry.is-leaving { opacity: 0; transform: translateY(-8px); pointer-events: none; }
.entry-constellation { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.entry-constellation-cluster { animation: entryClusterDrift 27s ease-in-out var(--cluster-delay, 0s) infinite; }
.entry-constellation-line { fill: none; stroke: rgba(222, 224, 200, .38); stroke-width: 1; stroke-dasharray: 3 10; animation: entryLineShimmer 10s ease-in-out var(--line-delay, 0s) infinite; }
.entry-constellation-line-faint { stroke: rgba(222, 224, 200, .18); stroke-dasharray: 2 12; }
.entry-constellation-star { fill: #e8e4cc; filter: drop-shadow(0 0 7px rgba(232, 228, 204, .72)); animation: entryStarGlow var(--star-duration, 7s) ease-in-out var(--star-delay, 0s) infinite; transform-box: fill-box; transform-origin: center; }
.home-entry-glow { position: absolute; z-index: -1; width: min(52vw, 650px); aspect-ratio: 1; border-radius: 50%; background: rgba(191, 166, 116, .045); filter: blur(32px); }
.home-entry-content { width: min(100%, 690px); display: flex; flex-direction: column; align-items: center; text-align: center; }
.home-entry-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--paper); font-size: 13px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; opacity: 0; }
.home-entry-brand .brand-mark { width: 34px; height: 34px; border-color: var(--paper); }
.home-entry-brand .brand-mark span { border-color: var(--paper); }
.home-entry-note { margin-top: clamp(42px, 7vh, 76px); color: rgba(245, 241, 232, .7); font-size: 10px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; opacity: 0; }
.home-entry-content h1 { margin-top: 15px; color: var(--paper); font-family: var(--serif); font-size: clamp(49px, 7vw, 88px); font-weight: 400; letter-spacing: -.035em; line-height: .99; opacity: 0; }
.home-entry-copy { margin-top: 21px; color: rgba(245, 241, 232, .78); font-size: 14px; line-height: 1.7; opacity: 0; }
.home-entry-actions { display: flex; flex-direction: column; align-items: center; gap: 15px; margin-top: 31px; opacity: 0; }
.home-entry-button { min-width: 156px; min-height: 49px; padding: 13px 27px; border: 1px solid var(--paper); border-radius: 100px; background: var(--paper); color: var(--forest-deep); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: transform .45s var(--motion-ease), background-color .35s, box-shadow .45s; }
.home-entry-button:hover { transform: translateY(-2px); background: #fffdf7; box-shadow: 0 10px 32px rgba(0, 0, 0, .18); }
.home-entry-button:focus-visible, .home-entry-silent:focus-visible, .audio-transport:focus-visible, .audio-volume:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.home-entry-silent { padding: 3px 8px; border: 0; background: transparent; color: rgba(245, 241, 232, .65); font-size: 11px; text-underline-offset: 4px; transition: color .3s; }
.home-entry-silent:hover { color: var(--paper); text-decoration: underline; }
.home-entry-horizon { position: absolute; right: 0; bottom: 8%; left: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(232, 228, 204, .22), transparent); opacity: .65; }
html.home-entry-active .home-entry.is-ready .home-entry-brand { animation: calmRiseIn .9s var(--motion-ease) .1s both; }
html.home-entry-active .home-entry.is-ready .home-entry-note { animation: calmRiseIn .9s var(--motion-ease) .32s both; }
html.home-entry-active .home-entry.is-ready h1 { animation: calmRiseIn 1.1s var(--motion-ease) .46s both; }
html.home-entry-active .home-entry.is-ready .home-entry-copy { animation: calmRiseIn .9s var(--motion-ease) .64s both; }
html.home-entry-active .home-entry.is-ready .home-entry-actions { animation: calmRiseIn .9s var(--motion-ease) .8s both; }
@keyframes entryClusterDrift { 0%, 100% { transform: translate(0, 0); opacity: .8; } 50% { transform: translate(7px, -5px); opacity: 1; } }
@keyframes entryLineShimmer { 0%, 100% { opacity: .22; stroke-dashoffset: 0; } 50% { opacity: .72; stroke-dashoffset: -26; } }
@keyframes entryStarGlow { 0%, 100% { opacity: .42; transform: scale(.82); } 50% { opacity: 1; transform: scale(1.45); } }
.home-audio-player[hidden], .audio-icon[hidden] { display: none !important; }
.home-audio-player { position: fixed; z-index: 90; right: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 26px); display: flex; align-items: center; gap: 5px; min-height: 0; padding: 4px 9px; border: 1px solid rgba(245, 241, 232, .12); border-radius: 100px; background: rgba(23, 54, 47, .58); box-shadow: none; color: var(--paper); backdrop-filter: blur(8px); transition: background-color .35s ease; animation: calmRiseIn .75s var(--motion-ease) both; }
.home-audio-player:hover, .home-audio-player:focus-within { background: rgba(23, 54, 47, .7); }
.audio-transport { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; color: inherit; transition: background-color .3s, color .3s, opacity .3s; }
.audio-transport:hover:not(:disabled) { background: rgba(245, 241, 232, .12); color: var(--paper); }
.audio-transport:disabled { opacity: .36; cursor: default; }
.audio-icon { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.audio-icon-play { fill: currentColor; stroke: none; }
.audio-volume { width: clamp(68px, 8vw, 100px); height: 14px; margin: 0 1px 0 4px; appearance: none; background: transparent; accent-color: var(--paper); cursor: pointer; }
.audio-volume::-webkit-slider-runnable-track { height: 2px; border-radius: 2px; background: rgba(245, 241, 232, .38); }
.audio-volume::-webkit-slider-thumb { width: 8px; height: 8px; margin-top: -3px; appearance: none; border: 0; border-radius: 50%; background: var(--paper); }
.audio-volume::-moz-range-track { height: 2px; border-radius: 2px; background: rgba(245, 241, 232, .38); }
.audio-volume::-moz-range-thumb { width: 8px; height: 8px; border: 0; border-radius: 50%; background: var(--paper); }
.audio-volume-value { min-width: 25px; color: rgba(245, 241, 232, .62); font-size: 9px; font-variant-numeric: tabular-nums; text-align: right; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
@media (max-width: 600px) {
  .home-entry { padding: 25px; }
  .home-entry-content h1 { font-size: clamp(48px, 12vw, 68px); }
  .home-entry-note { max-width: 28ch; font-size: 9px; line-height: 1.6; }
  .entry-constellation { width: 150%; left: -25%; }
  .home-audio-player { right: 12px; bottom: 12px; left: auto; justify-content: flex-start; gap: 4px; padding: 4px 8px; }
  .audio-volume { width: clamp(64px, 22vw, 88px); margin-left: 2px; }
}

/* Responsive QA: conservar las portadas panorámicas sin sacrificar lectura en pantallas chicas. */
@media (max-width: 1366px) {
  :root { --gutter: max(clamp(24px, 4vw, 52px), env(safe-area-inset-left), env(safe-area-inset-right)); }
  .header-inner { gap: 20px; }
  .site-nav { gap: clamp(11px, 1.4vw, 17px); font-size: 11px; }
  .site-nav .nav-action { padding-inline: 12px; }
  .section-heading { gap: 32px; }
  .service-detail { gap: 24px; padding: clamp(30px, 4vw, 50px); }
}

/* En laptops conservamos el encuadre 21:9 y comprimimos el contenido con criterio. */
@media (min-width: 1025px) and (max-width: 1366px) {
  .hero-home { min-height: clamp(500px, 62vh, 600px); min-height: clamp(500px, 62svh, 600px); align-items: flex-end; }
  .hero-content { padding-top: calc(var(--header-height) + 10px); padding-bottom: 24px; }
  .hero-content h1 { max-width: 9ch; font-size: clamp(52px, 5vw, 68px); }
  .hero-copy { margin-top: 15px; font-size: 15px; }
  .hero-actions { gap: 18px; margin-top: 19px; }
  .hero-footnote { margin-top: 15px; font-size: 10px; }
  .page-hero { min-height: clamp(450px, 54vh, 560px); min-height: clamp(450px, 54svh, 560px); }
  .page-hero-inner { padding-top: calc(var(--header-height) + 18px); padding-bottom: 28px; }
  .page-hero h1 { max-width: 11ch; font-size: clamp(50px, 5.2vw, 68px); }
  .page-hero-inner > p:last-child { margin-top: 16px; font-size: 15px; }
  .retreat-hero h1 { font-size: clamp(52px, 5.5vw, 70px); }
}

@media (max-width: 1024px) {
  .hero-home, .page-hero { aspect-ratio: auto; }
  .hero-home { min-height: min(760px, max(560px, 72vh)); min-height: min(760px, max(560px, 72svh)); align-items: flex-end; }
  .hero-content { padding-top: calc(var(--header-height) + 56px); padding-bottom: 46px; }
  .page-hero { min-height: clamp(480px, 60vh, 650px); min-height: clamp(480px, 60svh, 650px); }
  .page-hero-inner { padding-top: calc(var(--header-height) + 56px); padding-bottom: 42px; }
}

/* El menú cambia a panel antes de que los enlaces compitan por el ancho del encabezado. */
@media (max-width: 960px) {
  :root { --header-height: 70px; }
  .menu-toggle { display: block; min-width: 44px; min-height: 44px; }
  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - var(--header-height));
    max-height: calc(100dvh - var(--header-height));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 24px var(--gutter) max(32px, env(safe-area-inset-bottom));
    background: var(--paper);
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform .3s, visibility 0s linear .3s;
  }
  .site-nav.open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform .3s, visibility 0s;
  }
  .site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .site-nav a:not(.nav-action)::after { display: none; }
  .site-nav .nav-action { margin-top: 22px; padding: 15px 18px; text-align: center; }
  .site-header:not(.scrolled) .menu-toggle { color: var(--paper); }
  .site-header:not(.scrolled) .site-nav { background: var(--paper); }
  .site-header:not(.scrolled) .site-nav a { color: var(--ink-soft); text-shadow: none; }
  .site-header:not(.scrolled) .site-nav a:hover,
  .site-header:not(.scrolled) .site-nav a.active { color: var(--forest); }
  .site-header:not(.scrolled) .site-nav .nav-action { border-color: var(--forest); color: var(--forest); }
  .site-header:not(.scrolled) .site-nav .nav-action:hover { background: var(--forest); color: var(--paper); }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .home-audio-player { z-index: 10; }
  .conversion-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
  .conversion-inner h2 { max-width: 16ch; }
  .section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(220px, .9fr); align-items: start; gap: 22px; }
  .container > *, .split > *, .contact-grid > *, .service-detail > *, .footer-main > * { min-width: 0; }
  .section { padding-block: clamp(72px, 9vw, 112px); }
}

@media (max-width: 800px) {
  .hero-home { min-height: max(580px, 78vh); min-height: max(580px, 78svh); }
  .page-hero { min-height: max(480px, 56vh); min-height: max(480px, 56svh); }
  .hero-content { padding-top: calc(var(--header-height) + 56px); padding-bottom: 48px; }
  .page-hero-inner { padding-top: calc(var(--header-height) + 56px); padding-bottom: 46px; }
  .hero-content h1 { max-width: 9ch; font-size: clamp(54px, 8vw, 70px); }
  .page-hero h1 { max-width: 13ch; font-size: clamp(48px, 7vw, 64px); }
  .retreat-hero h1 { font-size: clamp(48px, 7vw, 68px); }
  .hero-constellation { width: min(72vw, 620px); opacity: .48; }
  .section-heading .section-intro { width: auto; }
  .service-detail { grid-template-columns: minmax(0, 1fr); }
  .service-image, .service-detail-reverse .service-image { grid-column: auto; grid-row: auto; }
}

@media (max-width: 600px) {
  :root { --gutter: max(clamp(18px, 5vw, 24px), env(safe-area-inset-left), env(safe-area-inset-right)); --header-height: 64px; }
  .hero-home { min-height: max(600px, 82vh); min-height: max(600px, 82svh); }
  .page-hero { min-height: max(500px, 72vh); min-height: max(500px, 72svh); }
  .hero-image img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(18, 45, 39, .95) 4%, rgba(20, 49, 41, .72) 54%, rgba(20, 49, 41, .18) 100%); }
  .hero-content { padding: calc(var(--header-height) + 24px) 0 max(34px, env(safe-area-inset-bottom)); }
  .page-hero-inner { padding: calc(var(--header-height) + 24px) 0 38px; }
  .hero-content h1 { max-width: 9ch; font-size: clamp(46px, 12.8vw, 62px); line-height: .98; }
  .hero-copy { max-width: 35ch; margin-top: 17px; font-size: 15px; }
  .hero-actions { align-items: flex-start; gap: 15px; margin-top: 22px; }
  .hero-actions .button { max-width: 100%; text-align: center; }
  .hero-footnote { max-width: 34ch; margin-top: 19px; line-height: 1.55; }
  .page-hero h1 { max-width: 14ch; font-size: clamp(42px, 11.2vw, 56px); line-height: 1.02; }
  .retreat-hero h1 { max-width: 14ch; font-size: clamp(42px, 10.8vw, 54px); }
  .page-hero-inner > p:last-child { max-width: 42ch; margin-top: 17px; font-size: 15px; }
  .hero-constellation { width: 92vw; right: -28%; top: 5%; opacity: .32; }
  .cta-constellation svg { left: 0; width: 100%; }
  .section { padding-block: clamp(62px, 15vw, 86px); }
  .section-heading { display: block; margin-bottom: 34px; }
  .section-heading .section-intro,
  .section-heading > .text-link { margin-top: 18px; }
  .section h2 { font-size: clamp(36px, 10.5vw, 48px); }
  .conversion-band { padding: 58px 0; }
  .conversion-inner .button { max-width: 100%; margin-top: 2px; text-align: center; }
  .service-detail { gap: 19px; padding: 28px 20px; }
  .service-detail h2 { max-width: 13ch; font-size: clamp(34px, 9.5vw, 46px); }
  .service-image { max-height: 430px; }
  .process-row { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .process-row h3 { font-size: 26px; }
  .contact-form-card { padding: 26px 20px; }
  .contact-form-card .button { max-width: 100%; }
  .retreat-checklist { padding: 23px 19px; }
  .home-entry {
    display: none;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: max(20px, env(safe-area-inset-top)) max(20px, var(--gutter)) max(22px, env(safe-area-inset-bottom));
  }
  html.home-entry-active .home-entry { display: flex; }
  .home-entry-content { flex: 0 0 auto; margin-block: auto; }
  .home-entry-brand .brand-mark { width: 30px; height: 30px; }
  .home-entry-note { max-width: 30ch; margin-top: 30px; font-size: 9px; line-height: 1.6; }
  .home-entry-content h1 { max-width: 12ch; margin-top: 12px; font-size: clamp(42px, 11.5vw, 60px); line-height: 1; }
  .home-entry-copy { max-width: 30ch; margin-top: 14px; font-size: 13px; }
  .home-entry-actions { gap: 11px; margin-top: 21px; }
  .home-entry-button { min-height: 48px; }
  .home-entry-horizon { bottom: max(16px, env(safe-area-inset-bottom)); }
  .entry-constellation { width: 150%; left: -25%; }
  .home-audio-player {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    left: auto;
    justify-content: flex-start;
    gap: 4px;
    padding: 4px 8px;
  }
  .audio-volume { width: clamp(60px, 22vw, 82px); margin-left: 2px; }
  .audio-transport { width: 36px; height: 36px; flex-basis: 36px; }
  .audio-volume { height: 22px; }
}

@media (max-width: 360px) {
  .home-entry { padding-inline: 18px; }
  .home-entry-content h1 { font-size: 42px; }
  .hero-content h1 { font-size: 46px; }
  .page-hero h1 { font-size: 41px; }
  .home-audio-player { right: max(8px, env(safe-area-inset-right)); gap: 2px; padding-inline: 6px; }
  .audio-volume { width: 58px; }
}

/* En móviles apaisados dejamos que el contenido determine el alto y la bienvenida pueda desplazarse. */
@media (max-height: 560px) {
  .home-entry { display: none; flex-direction: column; overflow-y: auto; justify-content: flex-start; padding-block: max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-bottom)); }
  html.home-entry-active .home-entry { display: flex; }
  .home-entry-content { margin-block: auto; }
  .home-entry-note { margin-top: 18px; }
  .home-entry-content h1 { margin-top: 8px; font-size: clamp(42px, 6vw, 60px); }
  .home-entry-copy { margin-top: 10px; }
  .home-entry-actions { gap: 7px; margin-top: 13px; }
  .hero-home { min-height: 500px; }
  .page-hero { min-height: 440px; }
}

/* Al abrir el panel, el blur del encabezado deja de crear el marco de referencia del fixed nav. */
body.menu-open .site-header { -webkit-backdrop-filter: none; backdrop-filter: none; }

/* Sobre Inés: una sola columna real y sin mínimos implícitos que empujen texto fuera del viewport. */
@media (max-width: 800px) {
  .about-grid { grid-template-columns: minmax(0, 1fr); gap: clamp(30px, 7vw, 44px); }
  .about-grid > *, .story-grid > *, .ines-credentials-grid > * { min-width: 0; }
  .about-photo { width: min(calc(100% - 18px), 390px); margin-inline: auto; }
  .about-copy, .about-copy h2, .about-copy p { min-width: 0; max-width: 100%; }
  .about-copy blockquote { max-width: 100%; font-size: clamp(22px, 5.8vw, 26px); }
  .ines-credentials-grid { grid-template-columns: minmax(0, 1fr); }
  .ines-voice blockquote { max-width: 100%; font-size: clamp(29px, 7vw, 44px); overflow-wrap: anywhere; }
}
