:root {
  --forest: #103f2b;
  --forest-dark: #082b1d;
  --leaf: #2f7b4f;
  --lime: #b9db6c;
  --cream: #f4f0e6;
  --paper: #fbfaf6;
  --ink: #15221b;
  --muted: #637068;
  --line: rgba(16, 63, 43, .16);
  --white: #fff;
  --orange: #f08a4b;
  --radius: 1.25rem;
  --shadow: 0 24px 70px rgba(8, 43, 29, .12);
  --container: min(1180px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .7rem 1rem; color: var(--white); background: var(--forest-dark); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topbar { color: rgba(255,255,255,.76); background: var(--forest-dark); font-size: .75rem; letter-spacing: .04em; }
.topbar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar p { margin: 0; text-transform: uppercase; }
.topbar__links { display: flex; gap: 1.4rem; }
.topbar a:hover { color: var(--white); }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(251,250,246,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 26px rgba(8,43,29,.06); }
.header__inner { min-height: 86px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; flex-shrink: 0; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand__text { display: grid; line-height: 1.15; }
.brand__text strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 500; letter-spacing: -.02em; }
.brand__text small { margin-top: .24rem; color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .11em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1rem, 2.4vw, 2rem); margin-left: auto; }
.main-nav a { position: relative; padding: .7rem 0; font-size: .86rem; font-weight: 650; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: .45rem; left: 0; height: 2px; background: var(--leaf); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.menu-toggle > span:not(.sr-only) { width: 18px; height: 2px; background: var(--forest); transition: transform .2s, opacity .2s; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .8rem 1.35rem; color: var(--white); background: var(--forest); border: 1px solid var(--forest); border-radius: 999px; font-size: .86rem; font-weight: 750; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--forest-dark); transform: translateY(-2px); box-shadow: 0 12px 25px rgba(8,43,29,.16); }
.button--small { min-height: 44px; padding: .65rem 1.05rem; }
.button--cream { color: var(--forest-dark); background: var(--cream); border-color: var(--cream); }
.button--cream:hover { background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; padding-bottom: .15rem; border-bottom: 1px solid currentColor; font-size: .88rem; font-weight: 750; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--leaf); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow i { width: 22px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--lime); }

.hero { position: relative; overflow: hidden; padding: clamp(3.5rem, 8vw, 7rem) 0 6.8rem; background: var(--cream); }
.hero__wash { position: absolute; width: 700px; height: 700px; top: -380px; left: 22%; border: 1px solid rgba(47,123,79,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(47,123,79,.025), 0 0 0 180px rgba(47,123,79,.025); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); }
.hero__content { position: relative; z-index: 2; min-width: 0; overflow: visible; }
.hero__brand-signature { display: flex; align-items: center; gap: 1.2rem; margin-bottom: 1.25rem; }
.hero__brand-signature p { margin: 0; padding-left: 1.2rem; border-left: 1px solid var(--line); color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 1.65vw, 1.55rem); line-height: 1.08; }
.hero__brand-signature p em { color: var(--leaf); font-weight: 400; }
.hero__logo {
  width: clamp(128px, 10vw, 160px);
  height: clamp(128px, 10vw, 160px);
  max-width: none;
  margin: 0;
  object-fit: contain;
  object-position: center;
  overflow: visible;
  filter: drop-shadow(0 12px 18px rgba(8, 43, 29, .16));
}
.hero h1 { max-width: 710px; margin: 1.1rem 0 1.4rem; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem, 6vw, 6.25rem); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.hero h1 em { color: var(--leaf); font-weight: 400; }
.hero__lead { max-width: 590px; margin: 0; color: #48564e; font-size: clamp(1rem, 1.35vw, 1.18rem); }
.hero__actions { display: flex; align-items: center; gap: 1.4rem; margin-top: 2rem; }
.hero__note { display: flex; align-items: center; gap: .8rem; margin-top: 3rem; }
.hero__note-icon { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); font-family: Georgia, serif; font-size: .78rem; }
.hero__note p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.hero__note strong { color: var(--forest-dark); }
.hero__visual { position: relative; min-height: 610px; }
.hero__frame { position: absolute; inset: 1rem 1.5rem 0 1rem; overflow: hidden; border-radius: 48% 48% 1.5rem 1.5rem; box-shadow: var(--shadow); }
.hero__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,43,29,.25), transparent 40%); }
.hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__tag { position: absolute; z-index: 3; padding: .65rem 1rem; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.65); border-radius: 999px; box-shadow: 0 12px 35px rgba(8,43,29,.14); backdrop-filter: blur(8px); font-size: .72rem; font-weight: 750; }
.hero__tag--top { top: 16%; left: -1.2rem; }
.hero__tag--top span { color: var(--orange); }
.hero__tag--bottom { right: -1rem; bottom: 4.5rem; min-width: 150px; display: grid; border-radius: 1rem; }
.hero__tag--bottom strong { color: var(--forest); font-family: Georgia, serif; font-size: 1rem; font-weight: 500; }
.hero__tag--bottom span { color: var(--muted); font-size: .67rem; }
.hero__scribble { position: absolute; z-index: 2; width: 130px; left: -4.3rem; bottom: 6.5rem; fill: none; stroke: var(--leaf); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transform: rotate(-12deg); }

.quick-access { position: relative; z-index: 5; margin-top: -3.1rem; }
.quick-access__grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.quick-card { min-height: 112px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; padding: 1.25rem; border-right: 1px solid var(--line); transition: color .2s, background .2s; }
.quick-card:last-child { border-right: 0; }
.quick-card:hover { color: var(--white); background: var(--leaf); }
.quick-card--featured { color: var(--white); background: var(--forest); }
.quick-card__number { align-self: start; color: var(--orange); font-size: .62rem; font-weight: 800; }
.quick-card > span:nth-child(2) { display: grid; }
.quick-card strong { font-family: Georgia, serif; font-size: .98rem; font-weight: 500; line-height: 1.2; }
.quick-card small { margin-top: .28rem; color: var(--muted); font-size: .65rem; line-height: 1.3; }
.quick-card:hover small, .quick-card--featured small { color: rgba(255,255,255,.68); }
.quick-card i { font-size: 1rem; font-style: normal; transition: transform .2s; }
.quick-card:hover i { transform: translate(3px,-3px); }

.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-heading h2, .difference__content > h2, .visit h2 { margin: .9rem 0 0; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 4.8vw, 4.7rem); font-weight: 400; line-height: 1.04; letter-spacing: -.045em; }
.intro__grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: 8vw; align-items: end; }
.intro__copy { padding-bottom: .4rem; }
.intro__lead { margin-top: 0; color: var(--forest); font-family: Georgia, serif; font-size: clamp(1.4rem, 2.1vw, 2rem); line-height: 1.28; }
.intro__copy > p:not(.intro__lead) { color: var(--muted); }
.intro__copy .text-link { margin-top: 1rem; }

.journey { color: var(--white); background: var(--forest-dark); }
.journey__header { display: grid; grid-template-columns: 1.3fr .7fr; gap: 3rem; align-items: end; }
.journey h2 { color: var(--white); }
.journey__header > p { max-width: 380px; margin: 0 0 .4rem auto; color: rgba(255,255,255,.62); }
.journey__cards { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.stage-card { min-height: 465px; display: flex; flex-direction: column; padding: 1.1rem 1.1rem 1.6rem; border-right: 1px solid rgba(255,255,255,.17); transition: background .25s, transform .25s; }
.stage-card:last-child { border-right: 0; }
.stage-card:hover { background: var(--leaf); transform: translateY(-8px); }
.stage-card > span { color: var(--lime); font-size: .65rem; font-weight: 800; }
.stage-card__image { height: 168px; margin: 1rem 0 1.45rem; overflow: hidden; border-radius: .9rem; background: rgba(255,255,255,.08); }
.stage-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.stage-card:first-child .stage-card__image img { object-position: center 64%; }
.stage-card:nth-child(3) .stage-card__image img { object-position: center 58%; }
.stage-card:nth-child(4) .stage-card__image img { object-position: center 45%; }
.stage-card:hover .stage-card__image img { transform: scale(1.05); }
.stage-card h3 { margin: 0 0 .8rem; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.1; }
.stage-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .85rem; }
.stage-card a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.17); font-size: .72rem; font-weight: 750; }
.stage-card i { font-style: normal; }

.difference { overflow: hidden; }
.difference__grid { display: grid; grid-template-columns: .9fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.difference__visual { position: relative; padding: 0 0 3rem 2rem; }
.difference__visual::before { content: ""; position: absolute; width: 82%; height: 80%; left: 0; bottom: 0; background: var(--lime); border-radius: var(--radius); transform: rotate(-4deg); }
.difference__image { position: relative; height: 660px; overflow: hidden; border-radius: 13rem 13rem var(--radius) var(--radius); box-shadow: var(--shadow); }
.difference__image img { width: 100%; height: 100%; object-fit: cover; }
.difference__seal { position: absolute; right: -2rem; bottom: .6rem; width: 136px; height: 136px; display: grid; place-items: center; color: var(--cream); background: var(--forest); border: 8px solid var(--paper); border-radius: 50%; box-shadow: 0 14px 40px rgba(8,43,29,.18); }
.difference__seal span { position: absolute; width: 100%; padding: .3rem; font-size: .48rem; text-align: center; letter-spacing: .14em; }
.difference__seal strong { font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }
.difference__content > p { max-width: 570px; color: var(--muted); }
.difference__list { margin-top: 2.1rem; border-top: 1px solid var(--line); }
.difference__list article { display: grid; grid-template-columns: 45px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.difference__list article > span { color: var(--leaf); font-size: .65rem; font-weight: 800; }
.difference__list h3 { margin: 0; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 500; }
.difference__list p { margin: .2rem 0 0; color: var(--muted); font-size: .8rem; }

.experience { background: var(--cream); }
.experience__header { display: grid; grid-template-columns: 1fr .62fr; align-items: end; gap: 3rem; }
.experience__header > p { max-width: 400px; margin: 0 0 .5rem auto; color: var(--muted); }
.gallery { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 1rem; margin-top: 3.5rem; }
.gallery__item { position: relative; height: 520px; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--forest); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,43,29,.8), transparent 55%); }
.gallery__item:hover img { transform: scale(1.04); }
.gallery__item figcaption { position: absolute; z-index: 2; right: 1.4rem; bottom: 1.4rem; left: 1.4rem; display: grid; color: var(--white); }
.gallery__item figcaption span { margin-bottom: .35rem; color: var(--lime); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.gallery__item figcaption strong { max-width: 380px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 400; line-height: 1.22; }

.visit { position: relative; overflow: hidden; padding: clamp(5rem, 10vw, 9rem) 0; color: var(--white); background: var(--leaf); text-align: center; }
.visit__pattern { position: absolute; top: 50%; left: 50%; width: 160%; color: transparent; font-family: Georgia, serif; font-size: clamp(8rem, 22vw, 20rem); line-height: 1; white-space: nowrap; -webkit-text-stroke: 1px rgba(255,255,255,.09); transform: translate(-50%,-50%) rotate(-5deg); }
.visit__inner { position: relative; z-index: 2; display: grid; justify-items: center; }
.visit h2 { max-width: 830px; color: var(--white); }
.visit p { max-width: 540px; margin: 1.3rem auto 2rem; color: rgba(255,255,255,.72); }

.site-footer { color: rgba(255,255,255,.7); background: var(--forest-dark); }
.footer__grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 3rem; padding: 5.2rem 0 4rem; }
.brand--footer { min-height: 96px; color: var(--white); overflow: visible; }
.brand__logo--footer { width: 96px; height: 96px; display: grid; flex: 0 0 96px; place-items: center; overflow: visible; }
.brand--footer .brand__logo--footer img { width: 96px; height: 96px; max-width: none; object-fit: contain; object-position: center; filter: brightness(0) saturate(100%) invert(1); opacity: .96; }
.brand--footer .brand__text small { color: rgba(255,255,255,.55); }
.footer__brand > p { max-width: 260px; margin-top: 1.5rem; font-family: Georgia, serif; font-size: 1.15rem; }
.footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; font-size: .78rem; }
.footer__column h2 { margin: 0 0 .8rem; color: var(--lime); font-family: inherit; font-size: .63rem; text-transform: uppercase; letter-spacing: .15em; }
.footer__column a:hover { color: var(--white); }
.footer__contact > a:first-of-type { color: var(--white); font-family: Georgia, serif; font-size: 1.25rem; }
.footer__contact p { margin: .4rem 0; }
.footer__map { padding-bottom: .12rem; border-bottom: 1px solid rgba(255,255,255,.35); }
.footer__bottom { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .67rem; }
.footer__bottom div { display: flex; align-items: center; gap: 1.2rem; }
.footer__link-button { padding: 0; color: inherit; background: none; border: 0; font: inherit; cursor: pointer; }
.footer__bottom a:hover, .footer__link-button:hover { color: var(--white); }

.whatsapp-float {
  position: fixed;
  z-index: 200;
  right: 24px;
  bottom: 24px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #25d366;
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(8,43,29,.28);
  transition: transform .2s, background .2s, box-shadow .2s;
}
.whatsapp-float::before { content: ""; position: absolute; inset: -7px; border: 1px solid rgba(37,211,102,.4); border-radius: inherit; }
.whatsapp-float svg { width: 33px; height: 33px; fill: currentColor; }
.whatsapp-float__label { position: absolute; right: calc(100% + 12px); width: max-content; padding: .55rem .8rem; color: var(--forest-dark); background: var(--white); border: 1px solid var(--line); border-radius: .6rem; box-shadow: 0 8px 24px rgba(8,43,29,.14); font-size: .72rem; font-weight: 750; opacity: 0; pointer-events: none; transform: translateX(6px); transition: opacity .2s, transform .2s; }
.whatsapp-float:hover { background: #1ebe5d; box-shadow: 0 14px 34px rgba(8,43,29,.34); transform: translateY(-3px); }
.whatsapp-float:hover .whatsapp-float__label, .whatsapp-float:focus-visible .whatsapp-float__label { opacity: 1; transform: translateX(0); }

.cookie-banner { position: fixed; z-index: 300; right: auto; bottom: 24px; left: 24px; width: min(720px, calc(100% - 48px)); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1.5rem; padding: 1.25rem; color: var(--white); background: rgba(8,43,29,.98); border: 1px solid rgba(255,255,255,.15); border-radius: 1rem; box-shadow: 0 20px 60px rgba(8,43,29,.32); }
.cookie-banner[hidden] { display: none; }
.cookie-banner__copy strong { display: block; margin-bottom: .25rem; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 500; }
.cookie-banner__copy p { margin: 0; color: rgba(255,255,255,.7); font-size: .76rem; line-height: 1.55; }
.cookie-banner__copy a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner__actions { display: flex; gap: .55rem; }
.button--cookie, .button--cookie-secondary { min-height: 42px; padding: .65rem .85rem; border: 1px solid transparent; font-size: .7rem; cursor: pointer; white-space: nowrap; }
.button--cookie { color: var(--forest-dark); background: var(--lime); }
.button--cookie-secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.3); }
.button--cookie:hover { background: var(--white); }
.button--cookie-secondary:hover { border-color: var(--white); }

.legal-page { background: var(--paper); }
.legal-header { background: var(--white); border-bottom: 1px solid var(--line); }
.legal-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.legal-header__back { padding-bottom: .12rem; border-bottom: 1px solid var(--forest); font-size: .78rem; font-weight: 750; }
.legal-main { padding: clamp(4rem, 8vw, 7rem) 0; }
.legal-hero { max-width: 820px; margin-bottom: 3.5rem; }
.legal-hero h1 { margin: .8rem 0 1.2rem; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.5rem); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.legal-hero > p { max-width: 700px; color: var(--muted); font-size: 1.05rem; }
.legal-updated { display: inline-block; margin-top: 1rem; color: var(--leaf); font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.legal-content { max-width: 820px; }
.legal-content section { padding: 2rem 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 .8rem; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 2.1rem); font-weight: 400; }
.legal-content p, .legal-content li { color: #48564e; }
.legal-content ul { margin: .8rem 0 0; padding-left: 1.25rem; }
.legal-content a { color: var(--leaf); text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { color: rgba(255,255,255,.7); background: var(--forest-dark); }
.legal-footer__inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.legal-footer__links { display: flex; align-items: center; gap: 1.2rem; font-size: .72rem; }

.portal-page { min-height: 100vh; background: var(--cream); }
.portal-main { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7rem) 0 clamp(5rem, 10vw, 8rem); }
.portal-main::before { content: ""; position: absolute; z-index: 0; width: 640px; height: 640px; top: -390px; right: -120px; border: 1px solid rgba(47,123,79,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(47,123,79,.025), 0 0 0 180px rgba(47,123,79,.025); }
.portal-main .container { position: relative; z-index: 1; }
.portal-hero { max-width: 780px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.portal-hero h1 { margin: .8rem 0 1.2rem; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.6rem); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.portal-hero > p { max-width: 650px; margin: 0; color: #48564e; font-size: clamp(1rem, 1.4vw, 1.15rem); }
.portal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.portal-card { min-height: 275px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.5rem, 3vw, 2.2rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 45px rgba(8,43,29,.07); transition: transform .25s, box-shadow .25s, border-color .25s; }
.portal-card:hover { border-color: rgba(47,123,79,.42); box-shadow: 0 24px 60px rgba(8,43,29,.13); transform: translateY(-6px); }
.portal-card__top { width: 100%; display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.portal-card__icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--white); background: var(--forest); border-radius: 1rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 600; letter-spacing: -.03em; }
.portal-card--isaac .portal-card__icon { background: #5a45d6; }
.portal-card--classapp .portal-card__icon { background: #1c75d8; }
.portal-card--nutrebem .portal-card__icon { background: #e77732; }
.portal-card__external { color: var(--muted); font-size: 1rem; transition: transform .2s; }
.portal-card:hover .portal-card__external { transform: translate(3px, -3px); }
.portal-card h2 { margin: 1.5rem 0 .5rem; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.8rem; font-weight: 400; line-height: 1; }
.portal-card p { max-width: 430px; margin: 0; color: var(--muted); font-size: .86rem; }
.portal-card__action { margin-top: auto; padding-top: 1.5rem; color: var(--leaf); font-size: .75rem; font-weight: 800; }
.portal-help { margin-top: 1.2rem; padding: 1.2rem 1.4rem; color: rgba(255,255,255,.72); background: var(--forest-dark); border-radius: 1rem; font-size: .8rem; }
.portal-help strong { color: var(--white); }
.portal-help a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }

.materials-page { min-height: 100vh; background: var(--paper); }
.materials-main { padding: clamp(4rem, 8vw, 7rem) 0 clamp(5rem, 10vw, 8rem); }
.materials-hero { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; margin-bottom: clamp(2.8rem, 6vw, 4.5rem); }
.materials-hero h1 { margin: .8rem 0 1rem; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 7vw, 5.6rem); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.materials-hero p { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.02rem; }
.materials-year { min-width: 150px; padding: 1rem 1.2rem; color: var(--white); background: var(--forest); border-radius: 1rem; text-align: center; }
.materials-year small { display: block; color: var(--lime); font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.materials-year strong { display: block; margin-top: .15rem; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; line-height: 1; }
.materials-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 1rem; }
.materials-group { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 45px rgba(8,43,29,.06); }
.materials-group__header { padding: 1.5rem; color: var(--white); background: var(--forest-dark); }
.materials-group__header span { color: var(--lime); font-size: .63rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.materials-group__header h2 { margin: .35rem 0 0; color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; line-height: 1.1; }
.materials-list { margin: 0; padding: 0; list-style: none; }
.materials-list li + li { border-top: 1px solid var(--line); }
.material-download { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 67px; padding: .85rem 1.2rem; transition: color .2s, background .2s; }
.material-download:hover { color: var(--forest); background: rgba(185,219,108,.16); }
.material-download span { display: grid; line-height: 1.2; }
.material-download strong { color: var(--forest-dark); font-size: .85rem; }
.material-download small { margin-top: .24rem; color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.material-download i { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; color: var(--leaf); border: 1px solid var(--line); border-radius: 50%; font-size: .9rem; font-style: normal; transition: color .2s, background .2s, transform .2s; }
.material-download:hover i { color: var(--white); background: var(--leaf); transform: translateY(2px); }

.ombudsman-page { min-height: 100vh; background: var(--cream); }
.ombudsman-main { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7rem) 0 clamp(5rem, 10vw, 8rem); }
.ombudsman-main::before { content: ""; position: absolute; width: 620px; height: 620px; top: -390px; left: 46%; border: 1px solid rgba(47,123,79,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(47,123,79,.025), 0 0 0 180px rgba(47,123,79,.025); }
.ombudsman-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(2.5rem, 7vw, 6rem); }
.ombudsman-intro { position: sticky; top: 130px; }
.ombudsman-intro h1 { margin: .8rem 0 1.2rem; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 6vw, 5.4rem); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.ombudsman-intro > p { color: #48564e; }
.ombudsman-assurance { display: grid; gap: .8rem; margin-top: 2rem; }
.ombudsman-assurance div { display: grid; grid-template-columns: 38px 1fr; gap: .8rem; align-items: start; }
.ombudsman-assurance span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--leaf); border: 1px solid var(--line); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.ombudsman-assurance p { margin: 0; color: var(--muted); font-size: .78rem; }
.ombudsman-assurance strong { display: block; color: var(--forest-dark); font-size: .84rem; }
.ombudsman-form-card { padding: clamp(1.4rem, 4vw, 2.6rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.ombudsman-form-card h2 { margin: 0 0 .4rem; color: var(--forest-dark); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; }
.ombudsman-form-card > p { margin: 0 0 1.7rem; color: var(--muted); font-size: .82rem; }
.form-status { margin-bottom: 1.3rem; padding: .9rem 1rem; border-radius: .7rem; font-size: .8rem; }
.form-status--success { color: #0b4a2d; background: #dff4e7; border: 1px solid #a7d9bb; }
.form-status--error { color: #782c22; background: #fbe9e6; border: 1px solid #edbeb7; }
.form-status ul { margin: .3rem 0 0; padding-left: 1.1rem; }
.ombudsman-form { display: grid; gap: 1.25rem; }
.form-fieldset { margin: 0; padding: 0; border: 0; }
.form-fieldset legend, .form-label { display: block; margin-bottom: .5rem; color: var(--forest-dark); font-size: .76rem; font-weight: 800; }
.form-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.form-choice { position: relative; display: flex; align-items: flex-start; gap: .65rem; min-height: 76px; padding: .9rem; border: 1px solid var(--line); border-radius: .8rem; cursor: pointer; }
.form-choice:has(input:checked) { border-color: var(--leaf); background: rgba(185,219,108,.13); }
.form-choice input { margin-top: .2rem; accent-color: var(--leaf); }
.form-choice span { display: grid; color: var(--forest-dark); font-size: .8rem; font-weight: 750; line-height: 1.35; }
.form-choice small { margin-top: .18rem; color: var(--muted); font-size: .66rem; font-weight: 400; }
.form-identification { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-identification[hidden] { display: none; }
.form-field { min-width: 0; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: .82rem .9rem; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: .65rem; font: inherit; font-size: .85rem; outline: 0; transition: border-color .2s, box-shadow .2s, background .2s; }
.form-field textarea { min-height: 190px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { background: var(--white); border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(47,123,79,.12); }
.form-field small { display: block; margin-top: .35rem; color: var(--muted); font-size: .65rem; }
.form-field__meta { display: flex; justify-content: space-between; gap: 1rem; }
.form-privacy { display: flex; align-items: flex-start; gap: .65rem; color: var(--muted); font-size: .7rem; }
.form-privacy input { margin-top: .2rem; accent-color: var(--leaf); }
.form-privacy a { color: var(--leaf); text-decoration: underline; text-underline-offset: 2px; }
.ombudsman-submit { justify-self: start; border: 0; cursor: pointer; }
.career-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.career-check { display: flex; align-items: center; gap: .6rem; min-height: 52px; padding: .75rem .8rem; color: var(--forest-dark); background: var(--paper); border: 1px solid var(--line); border-radius: .7rem; cursor: pointer; font-size: .74rem; font-weight: 700; transition: border-color .2s, background .2s; }
.career-check:has(input:checked) { background: rgba(185,219,108,.13); border-color: var(--leaf); }
.career-check input { flex: 0 0 auto; accent-color: var(--leaf); }
@media (max-width: 1050px) {
  .header__cta { display: none; }
  .hero__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .quick-access__grid { grid-template-columns: repeat(2,1fr); }
  .quick-card:nth-child(2) { border-right: 0; }
  .quick-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .journey__cards { grid-template-columns: repeat(2,1fr); }
  .stage-card:nth-child(2) { border-right: 0; }
  .stage-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .difference__image { height: 570px; }
  .footer__grid { grid-template-columns: 1.3fr repeat(3,1fr); gap: 2rem; }
}

@media (max-width: 820px) {
  .topbar__links a:first-child { display: none; }
  .header__inner { min-height: 74px; }
  .brand img { width: 50px; height: 50px; }
  .menu-toggle { display: flex; margin-left: auto; }
  .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); }
  .main-nav { position: absolute; z-index: 110; top: 100%; right: 0; left: 0; width: 100%; height: calc(100vh - 74px); height: calc(100dvh - 74px); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; padding: 2rem 20px; overflow-y: auto; color: #fff; background-color: #082b1d; box-shadow: 0 24px 40px rgba(8,43,29,.24); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { width: 100%; padding: 1rem 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); font-family: Georgia, serif; font-size: 1.7rem; font-weight: 400; }
  .hero { padding-top: 4rem; }
  .hero__grid, .intro__grid, .journey__header, .difference__grid, .experience__header { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3.4rem, 13vw, 5.8rem); }
  .hero__visual { min-height: 620px; margin-top: 1.5rem; }
  .hero__frame { inset: 0 2rem 0; }
  .hero__tag--top { left: 0; }
  .hero__tag--bottom { right: 0; }
  .hero__scribble { display: none; }
  .intro__grid { gap: 2.2rem; }
  .journey__header > p, .experience__header > p { margin-left: 0; }
  .difference__grid { gap: 4rem; }
  .difference__visual { width: min(580px, 100%); margin-inline: auto; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery__item--wide { grid-column: 1 / -1; }
  .gallery__item { height: 440px; }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-banner__actions { justify-content: flex-end; }
  .portal-grid { grid-template-columns: 1fr; }
  .materials-grid { grid-template-columns: 1fr 1fr; }
  .materials-group:nth-child(2) { grid-row: span 2; }
  .ombudsman-grid { grid-template-columns: 1fr; }
  .ombudsman-intro { position: static; max-width: 720px; }
}

@media (max-width: 560px) {
  :root { --container: min(1180px, calc(100% - 28px)); }
  .topbar__inner { justify-content: center; }
  .topbar__links { display: none; }
  .brand__text strong { font-size: 1rem; }
  .brand__text small { font-size: .56rem; }
  .main-nav { padding-inline: 14px; }
  .hero { padding: 3rem 0 5.8rem; }
  .hero__brand-signature { gap: .8rem; margin-bottom: 1rem; }
  .hero__brand-signature p { padding-left: .8rem; font-size: 1.08rem; }
  .hero__logo { width: 120px; height: 120px; }
  .hero h1 { font-size: clamp(2.7rem, 12.2vw, 3.55rem); letter-spacing: -.06em; }
  .hero__lead { font-size: .96rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__note { margin-top: 2rem; }
  .hero__visual { min-height: 500px; }
  .hero__frame { inset: 0 .7rem; border-radius: 9rem 9rem 1.2rem 1.2rem; }
  .hero__tag--top { top: 12%; }
  .hero__tag--bottom { bottom: 1.4rem; }
  .quick-access { margin-top: -2.2rem; }
  .quick-access__grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-card:nth-child(3) { border-bottom: 1px solid var(--line); }
  .quick-card:last-child { border-bottom: 0; }
  .section { padding: 5.5rem 0; }
  .section-heading h2, .difference__content > h2, .visit h2 { font-size: clamp(2.5rem, 12vw, 3.5rem); }
  .journey__cards { grid-template-columns: 1fr; }
  .stage-card { min-height: 430px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .stage-card:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .stage-card:last-child { border-bottom: 0; }
  .stage-card__image { height: 210px; }
  .difference__visual { padding-left: 1rem; }
  .difference__image { height: 500px; border-radius: 8rem 8rem 1rem 1rem; }
  .difference__seal { right: -.25rem; width: 112px; height: 112px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__item--wide { grid-column: auto; }
  .gallery__item { height: 440px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand, .footer__contact { grid-column: 1 / -1; }
  .footer__bottom { padding: 1.4rem 0; align-items: flex-start; flex-direction: column; gap: .4rem; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 56px; height: 56px; }
  .whatsapp-float svg { width: 30px; height: 30px; }
  .cookie-banner { right: 12px; bottom: 12px; left: 12px; width: auto; padding: 1rem; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button--cookie, .button--cookie-secondary { justify-content: center; white-space: normal; }
  .legal-header__inner, .legal-footer__inner { align-items: flex-start; flex-direction: column; padding-block: 1rem; }
  .legal-footer__links { flex-wrap: wrap; }
  .portal-card { min-height: 255px; }
  .materials-hero { grid-template-columns: 1fr; align-items: start; }
  .materials-year { width: max-content; }
  .materials-grid { grid-template-columns: 1fr; }
  .materials-group:nth-child(2) { grid-row: auto; }
  .form-choice-grid, .form-identification, .career-options { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
