:root {
  --ink: #17211f;
  --muted: #5d6965;
  --paper: #f8fbf7;
  --panel: #ffffff;
  --teal: #0f6d72;
  --jade: #5fb49c;
  --coral: #df7b59;
  --gold: #c49a58;
  --line: #dfe8df;
  --shadow: 0 22px 60px rgba(18, 55, 57, .14);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Onest, system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; z-index: 99; background: white; padding: .75rem 1rem; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(15, 109, 114, .94); backdrop-filter: blur(16px); color: white; box-shadow: 0 10px 28px rgba(6, 39, 42, .18); }
.nav-wrap { width: min(1180px, calc(100% - 32px)); margin: auto; min-height: 76px; display: flex; align-items: center; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; font-weight: 700; }
.brand img { border-radius: 50%; }
.nav-panel { margin-left: auto; display: flex; align-items: center; gap: 1.45rem; }
.nav-panel a { position: relative; text-decoration: none; padding: .35rem 0; border-radius: 0; font-size: .95rem; color: rgba(255,255,255,.88); font-weight: 500; }
.nav-panel a::after { display: none; content: none; }
.nav-panel a:hover, .nav-panel .is-active { background: transparent; color: white; }
.nav-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; }
.nav-toggle span { display: block; height: 2px; background: white; margin: 7px; }
.cart-trigger { border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.08); color: white; border-radius: 4px; padding: .55rem .72rem; display: inline-flex; gap: .5rem; align-items: center; cursor: pointer; font-weight: 600; }
.cart-trigger:hover { background: rgba(255,255,255,.16); }
.cart-icon { width: 1.05rem; height: 1.05rem; display: inline-flex; }
.cart-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-trigger strong { background: var(--coral); min-width: 22px; height: 22px; border-radius: 4px; display: grid; place-items: center; font-size: .8rem; }
.hero { min-height: calc(100vh - 76px); position: relative; display: grid; align-items: end; overflow: hidden; }
.hero picture, .hero picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.hero-overlay { display: none; pointer-events: none; }
.hero-content { position: relative; z-index: 2; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 0 0 4.2rem; color: white; text-shadow: 0 2px 12px rgba(0,0,0,.42); }
.eyebrow { margin: 0 0 .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gold); font-weight: 800; font-size: .82rem; }
.hero h1 { font-family: "Bacasime Antique", Georgia, serif; font-size: clamp(1.9rem, 2.6vw, 2.9rem); line-height: 1.08; margin: 0; max-width: 390px; font-weight: 700; }
.hero p:not(.eyebrow) { max-width: 420px; font-size: 1rem; color: rgba(255,255,255,.9); }
.hero-summary { display: none; }
.actions { position: relative; z-index: 3; display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.4rem; }
.actions.stacked { align-items: flex-start; flex-direction: column; }
.btn { position: relative; z-index: 1; border: 0; border-radius: 4px; padding: .72rem 1.05rem; font-weight: 800; text-decoration: none; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; gap: .45rem; min-height: 42px; text-shadow: none; pointer-events: auto; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.btn-primary { background: var(--coral); color: white; box-shadow: 0 10px 24px rgba(223, 123, 89, .28); }
.btn-secondary { background: var(--teal); color: white; }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.btn-icon { width: 1.05rem; height: 1.05rem; display: inline-flex; flex: 0 0 auto; }
.btn-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.btn-full { width: 100%; }
.band { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 3.6rem 0; }
.band.tint { width: 100%; background: #eef7f1; padding-left: max(16px, calc((100vw - 1180px)/2)); padding-right: max(16px, calc((100vw - 1180px)/2)); }
.intro-section { width: 100%; max-width: none; background: #eef7f1; color: var(--ink); text-align: center; padding: 3.6rem max(16px, calc((100vw - 1180px)/2)) 2rem; }
.intro-section .section-title, .intro-section .prose { margin-left: auto; margin-right: auto; }
.intro-section .section-title { max-width: 900px; margin-bottom: 1.2rem; }
.intro-section .section-title h2 { color: var(--ink); font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 700; }
.intro-section .prose { max-width: 920px; color: var(--muted); }
.intro-section .prose p { color: var(--muted); line-height: 1.45; margin: 0 auto 1rem; }
.section-title { max-width: 780px; margin-bottom: 1.45rem; }
.section-title h2, .prose h2 { font-family: "Bacasime Antique", Georgia, serif; font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.08; margin: 0 0 1rem; font-weight: 700; color: var(--ink); }
.section-title p:last-child { color: var(--muted); font-size: 1.08rem; }
.prose { font-size: 1.04rem; color: var(--muted); }
.prose.wide { max-width: 940px; }
.two-col { display: grid; grid-template-columns: minmax(260px, 420px) 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.portrait { border-radius: 8px; box-shadow: var(--shadow); width: 100%; max-height: 640px; object-fit: cover; }
.author-section { width: 100%; max-width: none; grid-template-columns: minmax(340px, 520px) minmax(0, 1fr); gap: clamp(1.6rem, 3.5vw, 3.25rem); align-items: center; padding: 3.4rem max(16px, calc((100vw - 1180px)/2)); background: #eef7f1; }
.author-section .portrait { max-height: 760px; }
.author-section .prose { max-width: 680px; font-size: 1rem; }
.author-section .prose h2 { max-width: 620px; }
.author-section .prose p { margin: 0 0 .95rem; }
.mission-grid, .event-grid, .review-grid, .product-grid, .message-grid { display: grid; gap: 1rem; }
.mission-section { width: 100%; max-width: none; background: #eef7f1; text-align: center; padding-left: max(16px, calc((100vw - 1180px)/2)); padding-right: max(16px, calc((100vw - 1180px)/2)); }
.mission-section .section-title, .mission-section .prose { margin-left: auto; margin-right: auto; }
.mission-section .section-title { max-width: 1100px; }
.mission-section .section-title h2 { max-width: none; text-wrap: balance; }
.mission-section .prose { max-width: 980px; }
.mission-grid { grid-template-columns: repeat(4, minmax(92px, 1fr)); gap: clamp(1rem, 4vw, 3.5rem); margin: 1.7rem auto 2rem; width: min(920px, 100%); }
.mission-grid div, .event-grid article, .review-grid article, .product-card, .message-card, .contact-card, .contact-form { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.mission-grid div { position: relative; padding: 0; display: grid; justify-items: center; gap: .75rem; background: transparent; border: 0; box-shadow: none; }
.mission-grid div:not(:last-child)::after { content: "\2192"; position: absolute; right: calc(clamp(1rem, 4vw, 3.5rem) / -1.55); top: clamp(25px, 3.2vw, 31px); color: #6d766f; font-size: clamp(1.8rem, 3vw, 2.35rem); line-height: 1; font-weight: 400; }
.mission-grid span { width: clamp(64px, 7vw, 84px); height: clamp(64px, 7vw, 84px); border-radius: 50%; display: grid; place-items: center; background: #b99c84; color: var(--teal); font-size: 1.45rem; }
.mission-grid svg { width: clamp(30px, 3.6vw, 42px); height: clamp(30px, 3.6vw, 42px); fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.mission-grid strong { font-size: 1rem; color: var(--teal); }
.message-icon { width: 2.15rem; height: 2.15rem; display: inline-grid; place-items: center; color: var(--coral); margin-bottom: .7rem; }
.message-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.review-grid { grid-template-columns: repeat(4, 1fr); }
.review-grid article { padding: 1.35rem; }
.review-grid span { display: block; color: var(--muted); font-size: .9rem; }
.review-section .section-title { margin-left: auto; margin-right: auto; text-align: center; }
.stars { color: var(--gold); }
.book-stack { display: grid; gap: 4rem; }
.book-row { display: grid; grid-template-columns: minmax(230px, 380px) 1fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.book-row.is-reversed { grid-template-columns: 1fr minmax(230px, 380px); }
.book-row.is-reversed img { order: 2; }
.book-row img { border-radius: 8px; box-shadow: var(--shadow); background: white; width: 100%; }
.book-row h2, .message-card h2, .event-grid h2 { font-family: "Bacasime Antique", Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; margin: 0 0 1rem; font-weight: 700; color: var(--ink); }
.book-row p, .message-card p, .event-grid p { color: var(--muted); }
.books-section .section-title { margin-left: auto; margin-right: auto; text-align: center; }
.books-section .book-stack { gap: clamp(3rem, 6vw, 5rem); }
.books-section .book-row img { background: transparent; border-radius: 0; box-shadow: none; object-fit: contain; }
.product-grid { grid-template-columns: repeat(3, 1fr); }
.products-section .section-title { margin-left: auto; margin-right: auto; text-align: center; }
.product-card { overflow: hidden; display: flex; flex-direction: column; background: rgba(238, 247, 241, .72); border: 1px solid rgba(15, 109, 114, .24); box-shadow: 0 18px 46px rgba(18, 55, 57, .1), inset 0 1px 0 rgba(255,255,255,.72); backdrop-filter: blur(14px); }
.product-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: rgba(238, 247, 241, .42); border-bottom: 1px solid rgba(15, 109, 114, .16); }
.product-body { padding: 1.15rem; display: flex; flex-direction: column; gap: .85rem; flex: 1; text-align: center; align-items: center; }
.product-body h3 { font-size: 1rem; line-height: 1.38; margin: 0; color: var(--ink); font-weight: 700; text-wrap: balance; }
.product-body .btn { width: min(100%, 230px); }
.price { margin: auto 0 0; color: var(--teal); font-weight: 900; font-size: 1.35rem; }
.event-grid { grid-template-columns: repeat(3, 1fr); }
.event-grid article { padding: 1.5rem; }
.event-grid span { color: var(--coral); font-weight: 800; }
.services-section .section-title, .service-programs .section-title { margin-left: auto; margin-right: auto; text-align: center; }
.services-section .section-title { max-width: 1120px; }
.services-section .section-title h2 { font-size: clamp(2.1rem, 3vw, 3rem); }
.services-section .event-grid article { background: rgba(238, 247, 241, .72); border: 1px solid rgba(15, 109, 114, .24); box-shadow: 0 18px 46px rgba(18, 55, 57, .1), inset 0 1px 0 rgba(255,255,255,.72); backdrop-filter: blur(14px); text-align: center; }
.services-section .event-grid h2 { font-size: clamp(1.55rem, 2.1vw, 2rem); line-height: 1.08; font-weight: 700; max-width: 320px; margin-left: auto; margin-right: auto; }
.services-section .event-grid p { max-width: 360px; margin-left: auto; margin-right: auto; }
.service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }
.service-grid .product-card { min-height: 100%; }
.service-grid .product-body h3 { font-size: .98rem; line-height: 1.38; font-weight: 500; color: var(--muted); }
.service-grid .product-body .btn { width: min(100%, 210px); }
.message-grid { grid-template-columns: repeat(2, 1fr); }
.message-card { padding: 1.5rem; }
.message-card p { white-space: pre-line; }
.messages-section .section-title { margin-left: auto; margin-right: auto; text-align: center; max-width: 980px; }
.messages-section .section-title h2 { text-wrap: balance; }
.contact-grid { display: grid; grid-template-columns: minmax(260px, 420px) 1fr; gap: 2rem; align-items: start; }
.contact-card { padding: 1.4rem; }
.contact-card img { border-radius: 8px; margin-bottom: 1rem; width: 100%; }
.contact-form { padding: 1.5rem; display: grid; gap: 1rem; }
.contact-form h2 { margin: 0; font-family: "Bacasime Antique", Georgia, serif; font-size: 3rem; font-weight: 700; color: var(--ink); }
.contact-section .contact-card, .contact-section .contact-form { background: rgba(238, 247, 241, .72); border: 1px solid rgba(15, 109, 114, .24); box-shadow: 0 18px 46px rgba(18, 55, 57, .1), inset 0 1px 0 rgba(255,255,255,.72); backdrop-filter: blur(14px); }
.contact-form .form-intro { margin: -.45rem 0 .35rem; color: var(--muted); }
.form-alert { border-radius: 6px; padding: .85rem 1rem; font-weight: 500; }
.form-alert.success { background: rgba(15, 109, 114, .12); color: var(--teal); border: 1px solid rgba(15, 109, 114, .28); }
.form-alert.danger { background: rgba(223, 123, 89, .12); color: #9d3f23; border: 1px solid rgba(223, 123, 89, .32); }
label { display: grid; gap: .35rem; color: var(--muted); font-weight: 500; }
label span { color: var(--gold); font-size: .86rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: .9rem 1rem; font: inherit; color: var(--ink); background: #fbfdfb; }
textarea { min-height: 160px; resize: vertical; }
.footer { background: #103f43; color: white; padding: 2.4rem max(16px, calc((100vw - 1180px)/2)) 1.25rem; }
.footer-grid { display: grid; grid-template-columns: minmax(320px, 1.45fr) minmax(180px, .52fr) minmax(180px, .52fr); gap: clamp(2rem, 7vw, 5.5rem); align-items: start; }
.footer-brand { max-width: 560px; }
.footer-title { font-family: "Bacasime Antique", Georgia, serif; font-size: 2.6rem; line-height: 1.1; margin: 0 0 .8rem; font-weight: 700; color: white !important; }
.footer p, .footer a { color: rgba(255,255,255,.78); }
.footer nav { display: grid; gap: .5rem; }
.footer a { font-size: 1rem; line-height: 1.45; }
.footer-nav-social { display: grid; gap: 1.55rem; }
.socials { display: flex; align-items: center; gap: .7rem; }
.social-icon { width: 34px; height: 34px; border-radius: 50%; display: inline-grid; place-items: center; background: #b99c84; color: var(--teal) !important; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.social-icon:hover { transform: translateY(-2px); background: #d2b397; }
.social-icon svg { width: 18px; height: 18px; fill: currentColor; }
.footer-policies { margin: 0; }
.copyright { border-top: 1px solid rgba(255,255,255,.16); margin: 1.65rem 0 0; padding-top: 1rem; font-size: .92rem; }
.whatsapp-float { position: fixed; right: 18px; bottom: 18px; width: 64px; height: 64px; border-radius: 8px; display: block; background: transparent; color: transparent; text-decoration: none; box-shadow: 0 16px 34px rgba(0,0,0,.22); z-index: 60; overflow: hidden; }
.whatsapp-float img { width: 100%; height: 100%; object-fit: cover; display: block; }
.legal-section { max-width: 960px; }
.legal-section .section-title { margin-left: auto; margin-right: auto; text-align: center; max-width: 900px; }
.legal-content { background: rgba(238, 247, 241, .72); border: 1px solid rgba(15, 109, 114, .24); border-radius: 8px; box-shadow: 0 18px 46px rgba(18, 55, 57, .1), inset 0 1px 0 rgba(255,255,255,.72); backdrop-filter: blur(14px); padding: clamp(1.3rem, 3vw, 2rem); color: var(--muted); }
.legal-content h3 { margin: 1.4rem 0 .45rem; color: var(--ink); font-size: 1.25rem; }
.legal-content p, .legal-content li { font-weight: 400; }
.cart-drawer { position: fixed; top: 5.7rem; right: max(16px, calc((100vw - 1180px)/2)); width: min(390px, calc(100vw - 32px)); z-index: 70; opacity: 0; pointer-events: none; transition: opacity .18s ease; }
.cart-drawer.is-open { opacity: 1; pointer-events: none; }
.cart-panel { width: 100%; max-height: calc(100vh - 7rem); background: rgba(255,255,255,.96); border: 1px solid var(--line); border-radius: 4px; padding: 1rem; display: flex; flex-direction: column; gap: 1rem; transform: translateY(-8px) scale(.98); transform-origin: top right; transition: transform .18s ease; box-shadow: 0 18px 50px rgba(12, 39, 42, .18); pointer-events: auto; overflow: auto; backdrop-filter: blur(10px); }
.cart-drawer.is-open .cart-panel { transform: translateY(0) scale(1); }
.cart-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: .8rem; }
.cart-head h2 { margin: 0; }
.cart-head button { border: 1px solid var(--line); background: white; width: 34px; height: 34px; border-radius: 4px; font-size: 1.25rem; cursor: pointer; }
.cart-items { display: grid; gap: .8rem; overflow: auto; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: .75rem; padding: .8rem; border: 1px solid var(--line); border-radius: 8px; }
.cart-line span { display: block; color: var(--muted); }
.qty { display: inline-flex; align-items: center; gap: .45rem; }
.qty button { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); cursor: pointer; }
.cart-total { margin-top: auto; border-top: 1px solid var(--line); padding-top: 1rem; display: flex; justify-content: space-between; font-size: 1.15rem; }
@media (max-width: 900px) {
  .nav-toggle { display: block; margin-left: auto; }
  .nav-panel { position: absolute; left: 16px; right: 16px; top: 76px; z-index: 1001; display: none; gap: .15rem; padding: .75rem; background: #103f43; border-radius: 8px; box-shadow: var(--shadow); pointer-events: auto; }
  .nav-panel.is-open { display: grid; }
  .nav-panel a { display: block; width: 100%; padding: .58rem .65rem; font-size: 1.02rem; line-height: 1.22; }
  .nav-panel a::after { display: none; content: none; }
  .nav-panel a:hover, .nav-panel .is-active { color: white; background: transparent; }
  .cart-trigger > span:not(.cart-icon) { display: none; }
  .cart-drawer { top: 5.4rem; right: 16px; left: 16px; width: auto; }
  .two-col, .contact-grid, .book-row, .book-row.is-reversed { grid-template-columns: 1fr; }
  .author-section .portrait { max-width: 520px; margin: 0 auto; }
  .book-row.is-reversed img { order: 0; }
  .product-grid, .event-grid, .review-grid, .message-grid, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 1.6rem; }
  .footer-nav-social { gap: 1rem; }
  .mission-grid { grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 2rem 3rem; }
  .mission-grid div::after { display: none; }
  .mission-section .section-title h2 { text-wrap: balance; }
  .services-section .section-title h2 { text-wrap: balance; }
  .mission-grid span { width: 78px; height: 78px; }
  .mission-grid svg { width: 38px; height: 38px; }
}
@media (min-width: 901px) {
  .services-section .section-title h2 { white-space: nowrap; }
}

@media (max-width: 560px) {
  .mission-grid { grid-template-columns: 1fr; max-width: 360px; }
  .mission-grid div:not(:last-child)::after { display: block; content: "\2193"; right: auto; top: auto; bottom: -1.65rem; }
  .mission-grid { max-width: 360px; }
  .mission-section .section-title h2 { font-size: clamp(1.9rem, 10vw, 2.5rem); }
  .hero { min-height: calc(100vh - 76px); }
  .hero h1 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .hero-content { padding-bottom: 3rem; }
  .band, .band.tint { padding-top: 3rem; padding-bottom: 3rem; }
}
