.brand { display: flex; align-items: center; gap: 12px; }
.brand-logo { flex: 0 0 auto; }
.brand-logo img { width: 205px; height: auto; }
.brand-symbol { display: grid; place-items: center; width: 39px; height: 39px; background: var(--navy); color: var(--white); border-radius: 50%; font-size: .72rem; font-weight: 700; letter-spacing: .06em; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-size: .96rem; }
.brand small { margin-top: 3px; color: var(--muted); font-size: .68rem; }
.main-navigation a { color: var(--muted); font-size: .82rem; font-weight: 600; white-space: nowrap; }
.main-navigation a:hover { color: var(--navy); }
.main-navigation a.is-active { color: var(--navy); }
.main-navigation a.is-active:not(.nav-accent) { box-shadow: inset 0 -1px 0 var(--navy); }
.main-navigation .nav-accent { padding: 9px 18px; border: 1px solid var(--navy); border-radius: 999px; color: var(--navy); }
.menu-button { display: none; padding: 8px 14px; background: transparent; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); }
.site-motto { background: var(--navy); color: var(--white); }
.site-motto p { min-height: 40px; display: flex; align-items: center; justify-content: center; margin: 0 auto; font-size: .88rem; font-weight: 600; letter-spacing: .02em; text-align: center; }
.hero h1 { max-width: 670px; margin-bottom: 18px; color: var(--navy); font-size: clamp(2.8rem, 4.45vw, 4.75rem); }
.hero-tagline { max-width: 590px; margin-bottom: 22px; color: var(--coral); font-family: var(--display); font-size: clamp(1.55rem, 2.6vw, 2.4rem); font-weight: 600; line-height: 1.06; letter-spacing: -.04em; }
.hero-body { max-width: 590px; color: var(--muted); font-size: .98rem; }
.action-row { display: flex; align-items: center; gap: 26px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 22px; border-radius: 999px; font-size: .86rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(7, 27, 39, .16); }
.button-primary { background: var(--navy); color: var(--white); }
.button-light { background: var(--cyan); color: var(--navy); }
.button-link { padding-bottom: 3px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: .86rem; font-weight: 700; }
.gallery-main img, .gallery-small img, .article-image img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main img { object-position: center; }
.gallery-note { position: absolute; right: 4px; bottom: 28px; padding: 9px 14px; background: var(--coral); color: var(--white); font-size: .67rem; font-weight: 700; letter-spacing: .14em; transform: rotate(-3deg); }
.about { background: var(--cream); }
.about-photo { overflow: hidden; background: var(--sand); box-shadow: var(--shadow); }
.about-photo img { width: 100%; height: auto; }
.about-signature { min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; background: var(--cyan); position: relative; overflow: hidden; }
.about-signature::before, .about-signature::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(7, 27, 39, .25); }
.about-signature::before { width: 310px; height: 310px; }
.about-signature::after { width: 205px; height: 205px; background: rgba(255, 118, 88, .82); }
.about-signature span, .about-signature small { position: relative; z-index: 1; }
.about-signature span { color: var(--white); font-family: var(--display); font-size: 5rem; font-weight: 700; letter-spacing: -.08em; }
.about-signature small { color: var(--navy); font-size: .68rem; font-weight: 700; letter-spacing: .13em; }
.about-copy > p:not(.kicker) { max-width: 680px; color: var(--muted); }
.about-copy .about-lead { color: var(--navy) !important; font-family: var(--display); font-size: 1.35rem; font-weight: 600; line-height: 1.35; }
.value-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.value-list span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); font-size: .76rem; font-weight: 600; }
.benefits { background: var(--navy); color: var(--white); }
.benefits .section-heading { align-items: start; }
.benefits .section-heading h2 { font-size: clamp(2.5rem, 3.6vw, 3.6rem); }
.benefits .section-heading > p { max-width: 440px; margin-top: 38px; margin-bottom: 6px; color: rgba(255, 255, 255, .66); }
.audience-heading > p { max-width: 440px; margin-bottom: 6px; color: rgba(255, 255, 255, .66); }
.benefit-card { min-height: 260px; padding: 30px; border: 1px solid rgba(255, 255, 255, .18); }
.benefit-card + .benefit-card { border-left: 0; }
.benefit-card:nth-child(2),
.benefit-card:nth-child(5) { background: var(--teal); }
.benefit-card:nth-child(n + 4) { border-top: 0; }
.benefit-card:nth-child(4) { border-left: 1px solid rgba(255, 255, 255, .18); }
.benefit-top { display: flex; align-items: center; margin-bottom: 40px; }
.benefit-icon { display: grid; place-items: center; width: 44px; height: 44px; background: var(--coral); border-radius: 50%; color: var(--white); font-size: 1.3rem; }

.benefit-card p { color: rgba(255, 255, 255, .7); font-size: .92rem; }
.benefits-closing { max-width: 980px; margin: 28px 0 0; padding-top: 24px; color: rgba(255, 255, 255, .72); border-top: 1px solid rgba(255, 255, 255, .18); }
.services { background: var(--sand); }
.page-hero { padding: 60px 0; background: var(--cyan); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.page-hero h1 { max-width: 780px; margin-bottom: 0; color: var(--navy); font-size: clamp(2.55rem, 4vw, 3.8rem); line-height: 1; }
.page-hero h1 > span { display: block; }
.page-hero-grid > p { max-width: 520px; margin-bottom: 8px; color: rgba(7, 27, 39, .72); font-size: 1.02rem; }
.services-heading { align-items: start; }
.services-heading h2,
.audience-block-heading h2 { margin-bottom: 0; font-size: clamp(2.15rem, 3.4vw, 3.25rem); }
.services-heading > p { max-width: 440px; margin-top: 32px; margin-bottom: 0; color: var(--muted); }
.projects-heading > p { max-width: 440px; margin-bottom: 0; color: var(--muted); }
.price-card { min-height: 225px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; padding: 28px; background: var(--white); border: 1px solid var(--line); }
.price-card p { max-width: 500px; color: var(--muted); font-size: .9rem; }
.price-meta { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 14px; border-top: 1px solid var(--line); }
.price-meta span { color: var(--muted); font-size: .78rem; }
.price-meta strong { color: var(--navy); font-family: var(--display); font-size: 1.4rem; }
.price-note { margin-top: 18px; color: var(--muted); font-size: .78rem; font-style: italic; }
.audience-block { margin-top: 74px; }
.audience-block-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.audience-block-heading h2 { margin-bottom: 0; }
.audience-block-heading p { max-width: 470px; margin-bottom: 0; color: var(--muted); }
.audience-card { min-height: 210px; padding: 22px 20px; background: var(--cream); }
.audience-card > span { color: var(--coral); font-size: .7rem; font-weight: 700; letter-spacing: .14em; }
.audience-card h3 { margin-top: 0; font-size: 1.15rem; }
.audience-card p { color: var(--muted); font-size: .82rem; }
.audience { background: var(--cyan); }
.audience-heading > p { color: rgba(7, 27, 39, .72); }
.poster-wrap img { width: 100%; border: 1px solid rgba(7, 27, 39, .1); box-shadow: var(--shadow); }
.articles { background: var(--cream); }
.articles > .container > h2 { max-width: 780px; }
.article-card { background: var(--white); border: 1px solid var(--line); }
.article-image { position: relative; display: block; aspect-ratio: 1.45; overflow: hidden; }
.article-image img { transition: transform .45s ease; }
.article-image:hover img { transform: scale(1.035); }

.article-copy { padding: 25px; }
.article-copy h3 { min-height: 3.15rem; }
.article-copy p { min-height: 7rem; color: var(--muted); font-size: .9rem; }
.read-more { display: inline-block; padding-bottom: 2px; border-bottom: 1px solid var(--navy); font-size: .82rem; font-weight: 700; }
.projects { background: var(--cyan); }
.project-card { min-height: 260px; padding: 34px; background: var(--cream); border: 1px solid rgba(7, 27, 39, .14); }
.project-card > span { color: var(--coral); font-size: .68rem; font-weight: 700; letter-spacing: .16em; }
.project-card h3 { margin-top: 48px; font-size: 1.65rem; }
.project-card p { max-width: 500px; color: var(--muted); }
.article-index a { min-height: 100%; display: flex; flex-direction: column; background: var(--cream); transition: background .2s ease; }
.article-index a:hover { background: var(--sand); }
.article-index-image { aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand); }
.article-index-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.article-index a:hover .article-index-image img { transform: scale(1.035); }
.article-index-copy { flex: 1; display: flex; flex-direction: column; gap: 22px; padding: 22px; }
.article-index-action { width: fit-content; margin-top: auto; padding-bottom: 3px; color: var(--coral); font-size: .7rem; font-weight: 700; text-align: left; white-space: nowrap; border-bottom: 1px solid var(--coral); }
.article-index strong { color: var(--navy); font-family: var(--display); font-size: 1.12rem; line-height: 1.25; }
.article-page-nav { padding-top: 34px; }
.article-page-nav a { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 4px; color: var(--teal); font-size: .82rem; font-weight: 700; border-bottom: 1px solid var(--teal); }
.article-page-nav + .long-article { padding-top: 44px; }
.long-article { scroll-margin-top: 70px; border-top: 1px solid var(--line); }
.long-article:nth-of-type(even) { background: var(--sand); }
.long-article-header h1 { max-width: 730px; font-size: clamp(2.5rem, 4.4vw, 4.7rem); }
.long-article-header figure { aspect-ratio: 1.38; overflow: hidden; box-shadow: var(--shadow); }
.long-article-header img { width: 100%; height: 100%; object-fit: cover; }
.original-link { display: inline-block; margin-top: 18px; padding-bottom: 3px; border-bottom: 1px solid var(--navy); font-size: .8rem; font-weight: 700; }
.article-body { width: min(760px, calc(100% - 48px)); margin: 60px auto 0; color: #273b44; font-size: 1.04rem; line-height: 1.7; }
.article-body h2 { margin: 0 0 24px; color: var(--navy); font-size: clamp(2rem, 3.4vw, 3.3rem); }
.article-body h3 { margin: 46px 0 18px; color: var(--navy); font-size: 1.65rem; }
.article-body h4 { margin: 34px 0 14px; color: var(--teal); font-size: 1.18rem; letter-spacing: -.02em; }
.article-body p { margin-bottom: 18px; }
.article-body ul { margin: 10px 0 22px; padding-left: 24px; }
.article-body li { margin: 8px 0; padding-left: 5px; }
.article-body li::marker { color: var(--coral); }
.article-body ul ul { margin: 8px 0 12px; }
.article-source-note { margin-top: 36px; padding: 18px 22px; background: var(--cyan); border-left: 4px solid var(--teal); font-size: .9rem; }
.collection-page { min-height: 420px; background: var(--cream); }
.event-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.event-card figure { aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand); }
.event-card img { width: 100%; height: 100%; object-fit: cover; }
.event-card-content { padding: 30px; }
.event-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 34px; color: var(--coral); font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.event-meta span:last-child { color: var(--teal); text-align: right; letter-spacing: .04em; }
.event-card h2 { margin-bottom: 16px; font-size: clamp(2rem, 3vw, 3.1rem); }
.event-card p { max-width: 680px; margin: 0; color: var(--muted); line-height: 1.62; }
.event-card-placeholder { border-style: dashed; background: var(--sand); }
.event-placeholder-mark { display: grid; place-items: center; aspect-ratio: 4 / 3; background: var(--cyan); color: rgba(7, 27, 39, .2); font-family: var(--display); font-size: clamp(2.7rem, 7vw, 5.2rem); font-weight: 700; letter-spacing: -.04em; }
.event-card-placeholder small { display: inline-block; margin-top: 22px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--teal); font-weight: 700; }
.event-card:only-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1.08fr .92fr; }
.event-card:only-child figure { aspect-ratio: auto; min-height: 480px; }
.event-card:only-child .event-card-content { display: flex; flex-direction: column; justify-content: center; padding: 54px; }
.collection-empty { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; padding: 52px; border: 1px dashed rgba(7, 27, 39, .28); background: var(--white); }
.collection-empty > span { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--coral); color: var(--white); font-size: 2rem; }
.collection-empty h2 { margin-bottom: 14px; font-size: 2.2rem; }
.collection-empty p { max-width: 720px; margin-bottom: 0; color: var(--muted); }
.project-feature { overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.project-feature figure { display: grid; place-items: center; padding: 32px; background: var(--navy); }
.project-feature figure img { width: min(100%, 851px); height: auto; }
.project-feature-content { display: grid; grid-template-columns: 1.1fr .9fr; gap: 54px; padding: 46px; }
.project-feature-copy > span { color: var(--coral); font-size: .7rem; font-weight: 700; letter-spacing: .16em; }
.project-feature h2 { margin: 24px 0 20px; font-size: clamp(2.7rem, 5vw, 5rem); }
.project-feature p { max-width: 680px; color: var(--muted); line-height: 1.65; }
.project-coordinator { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .88rem; }
.project-action { margin-top: 22px; }
.project-feature-details { padding: 28px; background: var(--sand); }
.project-feature-details h3 { margin-bottom: 20px; font-size: 1.35rem; }
.project-facts { margin: 0 0 28px; }
.project-facts > div { display: grid; grid-template-columns: 95px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.project-facts dt { color: var(--coral); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-facts dd { margin: 0; color: var(--navy); font-size: .86rem; font-weight: 600; line-height: 1.5; }
.project-feature-details ul { margin: 0; padding: 0; list-style: none; }
.project-feature-details li { position: relative; padding: 12px 0 12px 28px; border-top: 1px solid var(--line); color: var(--navy); }
.project-feature-details li::before { content: "↗"; position: absolute; left: 0; color: var(--coral); font-weight: 700; }
.project-feature small { display: inline-block; margin-top: 24px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--teal); font-weight: 700; }
.callout { background: var(--coral); color: var(--navy); }
.callout h2 { max-width: 720px; }
.callout-inner > div:last-child p { max-width: 430px; margin-bottom: 22px; color: rgba(7, 27, 39, .72); }
.kicker-light { color: var(--white); }
.contact-page { background: var(--sand); }
.contact-page-info h2 { max-width: 470px; margin-bottom: 20px; font-size: clamp(2.45rem, 4vw, 4rem); }
.contact-page-info > p:not(.kicker) { max-width: 500px; color: var(--muted); }
.contact-methods { margin-top: 42px; }
.contact-methods > div { padding: 18px 0; border-top: 1px solid var(--line); }
.contact-methods > div > span { display: block; margin-bottom: 5px; color: var(--coral); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-methods > div > a { color: var(--navy); font-family: var(--display); font-size: 1.15rem; font-weight: 600; }
.contact-methods > div > p { margin: 0; color: var(--muted); }
.contact-page .contact-whatsapp { margin-top: 24px; color: var(--navy); border-color: var(--navy); }
.contact-form-panel { padding: 40px; background: var(--white); border: 1px solid var(--line); }
.contact-form-panel > h2 { margin-bottom: 12px; font-size: clamp(2.25rem, 3.5vw, 3.4rem); }
.contact-form-intro { max-width: 620px; margin-bottom: 30px; color: var(--muted); }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; margin-bottom: 8px; color: var(--navy); font-size: .84rem; font-weight: 700; }
.form-field label > span { color: var(--coral); }
.form-field label small { color: var(--muted); font-size: .72rem; font-weight: 500; }
.form-field input,
.form-field select,
.form-field textarea { width: 100%; padding: 13px 14px; background: var(--cream); color: var(--ink); font: inherit; border: 1px solid var(--line); border-radius: 0; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { outline: 3px solid rgba(125, 212, 213, .45); border-color: var(--teal); }
.form-warning { margin: 10px 0 0; padding: 12px 14px; background: rgba(255, 118, 88, .11); color: #744333; font-size: .78rem; line-height: 1.5; border-left: 3px solid var(--coral); }
.form-privacy { margin: 6px 0 24px; padding: 18px; background: rgba(125, 212, 213, .18); color: var(--muted); font-size: .78rem; }
.form-privacy > p { margin-bottom: 14px; }
.form-privacy a { color: var(--teal); font-weight: 700; border-bottom: 1px solid var(--teal); }
.form-privacy label { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; color: var(--navy); cursor: pointer; }
.form-privacy input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--teal); }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-submit { border: 0; cursor: pointer; }
.footer { padding-bottom: 28px; background: var(--navy); color: var(--white); }
.footer-intro { margin-bottom: 42px; }
.footer-intro .kicker { margin-bottom: 12px; }
.footer-intro h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(3rem, 5.2vw, 4.8rem); }
.footer h3 { margin-bottom: 16px; font-size: 1rem; letter-spacing: -.01em; }
.footer-direct,
.footer-contact,
.footer-social { padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .18); }
.footer-direct > a,
.footer-social a { display: block; width: fit-content; margin-top: 8px; color: rgba(255, 255, 255, .7); }
.footer-contact p { max-width: 320px; margin-bottom: 18px; color: rgba(255, 255, 255, .65); }
.footer-whatsapp { display: inline-flex; align-items: center; gap: 26px; padding-bottom: 5px; color: var(--white); font-weight: 700; border-bottom: 1px solid rgba(255, 255, 255, .35); }
.footer-social a { padding-bottom: 5px; border-bottom: 1px solid rgba(255, 255, 255, .22); }
.footer-bottom { color: rgba(255, 255, 255, .45); font-size: .74rem; }
