:root {
  --ink: #1f2530;
  --muted: #626a75;
  --paper: #ffffff;
  --sand: #f6f1e8;
  --sand-2: #ebe2d4;
  --coral: #e56c4a;
  --coral-dark: #bd4e31;
  --sage: #6f8975;
  --sage-dark: #40594a;
  --line: #e6e1d9;
  --shadow: 0 16px 42px rgb(31 37 48 / 9%);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 82px 0; }
.section--soft { background: var(--sand); }
.section--compact { padding: 54px 0; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--coral-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-heading { max-width: 720px; margin-bottom: 36px; }
.section-heading h2, .prose h2 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; line-height: 1.12; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.06rem; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgb(230 225 217 / 85%);
  background: rgb(255 255 255 / 94%);
  backdrop-filter: blur(14px);
}
.header-row { display: flex; min-height: 78px; align-items: center; gap: 28px; }
.brand { display: inline-flex; width: 170px; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; flex: 1; align-items: center; justify-content: center; gap: 28px; }
.main-nav a { position: relative; font-size: .94rem; font-weight: 700; text-decoration: none; }
.main-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--coral); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-action { white-space: nowrap; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.menu-button span, .menu-button::before, .menu-button::after { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); content: ""; }

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: var(--coral); box-shadow: 0 10px 24px rgb(229 108 74 / 24%); }
.button--primary:hover { background: var(--coral-dark); }
.button--dark { color: #fff; background: var(--ink); }
.button--ghost { border-color: var(--ink); background: transparent; }
.button--on-dark { color: #fff; border-color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.section-action { margin-top: 32px; }

.hero { position: relative; min-height: 650px; overflow: hidden; background: #ded7ca; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(23 27 31 / 79%) 0%, rgb(23 27 31 / 53%) 42%, rgb(23 27 31 / 8%) 78%); content: ""; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__inner { position: relative; z-index: 1; display: grid; min-height: 650px; align-items: center; }
.hero__content { max-width: 670px; padding: 80px 0; color: #fff; }
.hero h1 { max-width: 660px; margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.7rem, 6vw, 5.6rem); font-weight: 500; letter-spacing: -.035em; line-height: .98; }
.hero p { max-width: 610px; margin: 0 0 30px; color: rgb(255 255 255 / 91%); font-size: clamp(1rem, 2vw, 1.2rem); }
.hero .eyebrow { color: #ffd8c9; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px; border-right: 1px solid var(--line); text-align: center; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: .94rem; }
.trust-item span { color: var(--muted); font-size: .82rem; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 190px; overflow: hidden; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 28px rgb(31 37 48 / 5%); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-card__icon { display: grid; width: 52px; height: 52px; margin-bottom: 34px; place-items: center; border-radius: 18px; color: var(--sage-dark); background: #e8efe9; font-size: 1.35rem; font-weight: 900; }
.category-card h3 { margin: 0 0 5px; font-size: 1.06rem; line-height: 1.25; }
.category-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card, .article-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 7px 28px rgb(31 37 48 / 5%); }
.product-card__image, .article-card__image { position: relative; overflow: hidden; background: #f2eee7; }
.product-card__image { aspect-ratio: 1; }
.article-card__image { aspect-ratio: 16 / 10; }
.product-card__image img, .article-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card__image img { object-fit: contain; padding: 10px; }
.product-card:hover img, .article-card:hover img { transform: scale(1.035); }
.product-card__body, .article-card__body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.card-kicker { margin-bottom: 8px; color: var(--coral-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3, .article-card h3 { margin: 0 0 12px; font-size: 1.02rem; line-height: 1.35; }
.product-card h3 a, .article-card h3 a { text-decoration: none; }
.product-card p, .article-card p { margin: 0 0 18px; color: var(--muted); font-size: .9rem; }
.card-link { margin-top: auto; color: var(--sage-dark); font-size: .9rem; font-weight: 800; text-decoration: none; }

.split { display: grid; align-items: center; grid-template-columns: 1fr 1fr; gap: clamp(38px, 8vw, 100px); }
.split__image { overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); }
.split__image img { width: 100%; min-height: 500px; object-fit: cover; }
.split__copy h2 { margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 500; line-height: 1.06; }
.split__copy p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 7px 28px rgb(31 37 48 / 5%); }
.feature-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.feature-card div { padding: 20px; }
.feature-card h3 { margin: 0 0 7px; font-size: 1.02rem; line-height: 1.25; }
.feature-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.check-list { display: grid; margin: 28px 0; padding: 0; gap: 14px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; }
.check-list li::before { display: grid; width: 23px; height: 23px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--sage); content: "✓"; font-size: .75rem; font-weight: 900; }

.page-hero { padding: 76px 0 62px; border-bottom: 1px solid var(--line); background: linear-gradient(135deg, #f7f1e8, #fbfaf7); }
.page-hero__inner { max-width: 880px; }
.breadcrumbs { display: flex; flex-wrap: wrap; margin: 0 0 18px; padding: 0; gap: 8px; color: var(--muted); font-size: .82rem; list-style: none; }
.breadcrumbs li:not(:last-child)::after { margin-left: 8px; content: "/"; }
.breadcrumbs a { text-decoration: none; }
.page-hero h1 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.45rem, 5vw, 4.8rem); font-weight: 500; letter-spacing: -.025em; line-height: 1.02; }
.page-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.08rem; }

.catalog-toolbar { display: flex; margin-bottom: 26px; align-items: center; justify-content: space-between; gap: 20px; }
.catalog-toolbar p { margin: 0; color: var(--muted); }
.chip-row { display: flex; overflow-x: auto; margin: -6px -4px 28px; padding: 6px 4px 10px; gap: 9px; scrollbar-width: thin; }
.chip { flex: 0 0 auto; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: .83rem; font-weight: 700; text-decoration: none; }
.chip:hover { border-color: var(--coral); }

.product-layout { display: grid; align-items: start; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(38px, 7vw, 86px); }
.product-media { position: sticky; top: 110px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #f7f4ef; }
.product-media img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 24px; }
.product-summary h1 { margin: 8px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 4.5vw, 4rem); font-weight: 500; line-height: 1.04; }
.product-summary__lead { color: var(--muted); font-size: 1.08rem; }
.notice { margin: 25px 0; padding: 18px 20px; border-left: 4px solid var(--sage); border-radius: 0 14px 14px 0; color: #415047; background: #eef4ef; font-size: .91rem; }
.product-meta { display: grid; margin: 24px 0; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--line); }
.product-meta div { padding: 14px 16px; background: #fff; }
.product-meta span { display: block; color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.product-meta strong { font-size: .92rem; }

.prose { max-width: 790px; margin: 0 auto; }
.prose--wide { max-width: 940px; }
.prose > p:first-of-type { color: #3f4650; font-size: 1.16rem; }
.prose h2 { margin-top: 54px; font-size: clamp(1.8rem, 3.5vw, 2.65rem); }
.prose h3 { margin: 32px 0 10px; font-size: 1.18rem; }
.prose p, .prose li { color: #444c56; }
.prose ul, .prose ol { padding-left: 24px; }
.prose li + li { margin-top: 8px; }
.prose img { width: 100%; margin: 34px 0; border-radius: 26px; }
.article-inline-image { width: min(100%, 1024px); margin: 38px auto; }
.article-inline-image img { display: block; width: 100%; height: auto; margin: 0; border-radius: 24px; box-shadow: 0 16px 38px rgb(20 29 38 / 12%); }
.article-table-wrap { max-width: 100%; margin: 34px 0; overflow-x: auto; border: 1px solid #dfe3e8; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgb(20 29 38 / 7%); }
.article-table-wrap table { width: 100%; min-width: 620px; border-collapse: collapse; }
.article-table-wrap th, .article-table-wrap td { padding: 14px 16px; border-right: 1px solid #e5e8ec; border-bottom: 1px solid #e5e8ec; color: #333c46; text-align: left; vertical-align: top; }
.article-table-wrap th { color: #fff; background: var(--donor-primary); font-weight: 800; }
.article-table-wrap tr:last-child td { border-bottom: 0; }
.article-table-wrap th:last-child, .article-table-wrap td:last-child { border-right: 0; }
.article-intro-image { width: min(100%, 920px); max-height: 620px; margin: 0 auto 54px; border-radius: 30px; object-fit: cover; box-shadow: var(--shadow); }
.content-aside { margin: 38px 0; padding: 25px; border-radius: 20px; background: var(--sand); }
.content-aside strong { display: block; margin-bottom: 6px; }

.faq { display: grid; gap: 11px; }
.faq details { border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.faq summary { padding: 17px 20px; cursor: pointer; font-weight: 800; }
.faq details p { margin: 0; padding: 0 20px 19px; }

.cta-panel { display: grid; padding: clamp(30px, 6vw, 70px); border-radius: 32px; color: #fff; background: var(--sage-dark); grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
.cta-panel h2 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; line-height: 1.05; }
.cta-panel p { max-width: 680px; margin: 0; color: rgb(255 255 255 / 78%); }
.cta-panel .button { color: var(--ink); background: #fff; }

.site-footer { color: #f5f2ec; background: #20272a; }
.footer-grid { display: grid; padding: 64px 0 48px; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; }
.footer-brand img { width: 165px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 340px; color: rgb(255 255 255 / 64%); font-size: .91rem; }
.footer-column h2 { margin: 0 0 16px; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li + li { margin-top: 8px; }
.footer-column a { color: rgb(255 255 255 / 69%); font-size: .9rem; text-decoration: none; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; padding: 20px 0 28px; border-top: 1px solid rgb(255 255 255 / 12%); align-items: center; justify-content: space-between; gap: 20px; color: rgb(255 255 255 / 55%); font-size: .8rem; }

.empty-state { padding: 36px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; }
.legal-note { padding: 16px 20px; border: 1px solid #ead7a6; border-radius: 12px; color: #654f1e; background: #fff8e6; }

@media (max-width: 980px) {
  .header-action { display: none; }
  .main-nav { gap: 17px; }
  .category-grid, .card-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid .footer-column:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 62px 0; }
  .header-row { min-height: 68px; }
  .brand { width: 145px; }
  .menu-button { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; padding: 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: flex-start; }
  .main-nav.is-open { display: flex; }
  .hero, .hero__inner { min-height: 590px; }
  .hero::after { background: linear-gradient(90deg, rgb(23 27 31 / 80%), rgb(23 27 31 / 38%)); }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4.3rem); }
  .split, .product-layout { grid-template-columns: 1fr; }
  .split__image img { min-height: 380px; }
  .product-media { position: static; }
  .cta-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid .footer-column:last-child { grid-column: auto; }
}

@media (max-width: 520px) {
  .category-grid, .card-grid, .feature-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .page-hero { padding: 54px 0 46px; }
  .page-hero h1 { font-size: 2.55rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid .footer-column:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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

/* Visual system adapted directly from the Spanish donor. */
:root {
  --ink: #1f2937;
  --muted: #4b5563;
  --paper: #fff;
  --sand: #f7f8fa;
  --sand-2: #eef1f4;
  --coral: #1f4e79;
  --coral-dark: #163b5e;
  --sage: #2e7d6b;
  --sage-dark: #1f4e79;
  --line: rgba(0, 0, 0, 0.1);
  --shadow: 0 14px 34px rgb(0 0 0 / 8%);
  --radius: 0;
  --container: 1240px;
  --donor-primary: #1f4e79;
  --donor-secondary: #2e7d6b;
  --donor-accent: #f2b134;
  --donor-bg: #f7f8fa;
}

body {
  color: var(--ink);
  background: #fff;
  font-family: Quicksand, Arial, sans-serif;
  line-height: 1.6;
}

.container { width: min(calc(100% - 48px), var(--container)); }
.section { padding: 84px 0; }
.section--soft { background: var(--donor-bg); }
.eyebrow { color: var(--donor-primary); letter-spacing: .08em; }
.section-heading { max-width: 800px; margin: 0 auto 38px; text-align: center; }
.section-heading h2, .prose h2, .split__copy h2, .cta-panel h2 {
  font-family: Quicksand, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
.section-heading h2 { font-size: clamp(2.1rem, 4vw, 3.25rem); line-height: 1.1; }

.site-header {
  position: relative;
  z-index: 200;
  top: auto;
  border-bottom: 1px solid #edf0f2;
  background: #fff;
  backdrop-filter: none;
}
.header-row { width: 100%; min-height: 126px; padding-right: clamp(24px, 4vw, 56px); padding-left: clamp(56px, 7vw, 132px); gap: 36px; }
.brand { width: 180px; }
.brand img { max-height: 78px; object-fit: contain; }
.main-nav { justify-content: flex-end; gap: 34px; }
.main-nav > a, .nav-dropdown > a {
  color: #5d6066;
  font-size: .88rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-decoration: none;
  text-transform: uppercase;
}
.main-nav a::after { display: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #111820; }
.nav-dropdown { position: relative; }
.nav-dropdown > a { display: inline-flex; align-items: center; gap: 7px; }
.nav-dropdown > a span { font-size: .8em; }
.nav-submenu {
  position: absolute;
  z-index: 220;
  top: calc(100% + 18px);
  left: -22px;
  display: grid;
  width: 275px;
  padding: 12px 0;
  border: 1px solid #e6e8eb;
  background: #fff;
  box-shadow: 0 18px 46px rgb(0 0 0 / 13%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}
.nav-submenu a { padding: 10px 22px; color: #30343a; font-size: .84rem; font-weight: 600; text-decoration: none; }
.nav-submenu a:hover { color: #fff; background: var(--donor-primary); }
.nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { opacity: 1; pointer-events: auto; transform: none; }

.button, .donor-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--donor-primary);
  box-shadow: 0 10px 24px rgb(0 0 0 / 16%);
  font-family: Quicksand, Arial, sans-serif;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .035em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter .18s ease, transform .18s ease;
}
.button:hover, .donor-button:hover { color: #fff; filter: brightness(.94); transform: translateY(-1px); }
.button--primary, .button--dark { background: var(--donor-primary); box-shadow: 0 10px 24px rgb(0 0 0 / 16%); }
.button--ghost { color: var(--donor-primary); border: 2px solid var(--donor-primary); background: transparent; box-shadow: none; }
.donor-button--small { min-height: 46px; padding: 0 22px; font-size: .72rem; }
.donor-button--gold { color: #111820; background: #c1953f; }
.donor-button--gold:hover { color: #111820; }

.page-hero { padding: 82px 0 68px; border-bottom: 1px solid #e7e9ec; background: var(--donor-bg); }
.page-hero h1, .product-summary h1 {
  font-family: Quicksand, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}
.page-hero h1 { font-size: clamp(2.55rem, 5vw, 4.5rem); }
.breadcrumbs { color: #64707b; }
.product-card, .article-card, .category-card, .feature-card, .product-media, .faq details, .article-intro-image, .content-aside, .notice, .empty-state {
  border-radius: 0;
}
.product-card, .article-card, .category-card, .feature-card { box-shadow: var(--shadow); }
.product-card__body, .article-card__body { padding: 24px; text-align: center; }
.product-card h3, .article-card h3 { font-size: 1.05rem; font-weight: 700; }
.card-kicker { color: var(--donor-primary); }
.card-link { color: var(--donor-primary); text-transform: uppercase; }
.chip { border-radius: 0; }
.cta-panel { border-radius: 0; background: #101418; }
.product-page { padding: 92px 0 80px; background: var(--donor-bg); }
.product-page > .container { width: min(calc(100% - 72px), 1210px); padding: 90px 96px; background: #fff; }
.product-page .breadcrumbs { margin-bottom: 30px; }
.product-page .product-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 42px; }
.product-page .product-media { position: static; border: 0; background: #fff; }
.product-page .product-media img { padding: 0; object-fit: contain; }
.product-page .product-summary .eyebrow { display: none; }
.product-page .product-summary h1 { margin-top: 0; font-size: clamp(2.15rem, 3.7vw, 3.35rem); font-weight: 400; line-height: 1.14; }
.product-gallery { display: block; align-self: start; }
.product-gallery figure { margin: 0; overflow: hidden; border: 1px solid #e7e9ec; background: #fff; }
.product-gallery__main img { display: block; width: 100%; height: auto; aspect-ratio: 1; padding: 12px; object-fit: contain; }
.product-gallery__thumbs { display: grid; margin-top: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.product-gallery__thumbs img { display: block; width: 100%; height: auto; aspect-ratio: 1; padding: 8px; object-fit: contain; }
.product-highlights { display: grid; margin: 24px 0; padding: 0; gap: 10px; list-style: none; }
.product-highlights li { position: relative; padding: 0 0 0 28px; color: #303842; line-height: 1.5; }
.product-highlights li::before { position: absolute; top: .08em; left: 0; color: var(--donor-secondary); content: "✓"; font-size: 1.05rem; font-weight: 900; }
.product-detail { padding-top: 76px; }
.product-prose { max-width: 940px; margin-inline: auto; }
.product-prose h2 { margin-top: 2.2em; }
.product-prose h3 { margin-top: 1.7em; }
.product-prose ul, .product-prose ol { padding-left: 1.4rem; }

.donor-home { overflow: hidden; color: var(--ink); background: var(--donor-bg); font-family: Inter, Quicksand, Arial, sans-serif; }
.donor-home * { box-sizing: border-box; }
.donor-shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.donor-hero {
  position: relative;
  display: flex;
  min-height: clamp(560px, 62vh, 760px);
  margin-top: 42px;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #4c4f4f;
}
.donor-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / 64%), rgb(0 0 0 / 18%)); content: ""; }
.donor-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.donor-hero__inner { position: relative; z-index: 1; display: flex; width: min(1240px, calc(100% - 48px)); min-height: inherit; padding: 80px 0 150px; align-items: center; }
.donor-hero__content { max-width: 680px; }
.donor-hero h1 { max-width: 680px; margin: 0 0 22px; color: #fff; font-size: clamp(2.65rem, 5.4vw, 4.75rem); font-weight: 800; letter-spacing: 0; line-height: 1.05; }
.donor-hero p { max-width: 650px; margin: 0 0 30px; color: #fff; font-size: clamp(1.12rem, 2vw, 1.45rem); font-weight: 650; line-height: 1.55; }

.donor-benefits {
  position: relative;
  z-index: 3;
  display: grid;
  width: calc(100% - 64px);
  max-width: 1240px;
  margin: -86px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.donor-benefits article { display: flex; min-height: 268px; padding: 46px 34px; flex-direction: column; align-items: center; justify-content: center; color: #fff; box-shadow: 0 18px 42px rgb(0 0 0 / 16%); text-align: center; }
.donor-benefits article:nth-child(1) { background: linear-gradient(135deg, #173c61, #47749a); }
.donor-benefits article:nth-child(2) { background: linear-gradient(135deg, #98742e, #c39c4c); }
.donor-benefits article:nth-child(3) { background: linear-gradient(135deg, #243b4c, #9a7840); }
.donor-icon { display: grid; width: 82px; height: 82px; margin-bottom: 22px; place-items: center; color: rgb(255 255 255 / 94%); font-size: 3rem; font-weight: 400; line-height: 1; }
.donor-benefits h2 { margin: 0 0 10px; color: #fff; font-size: 1.5rem; font-weight: 800; line-height: 1.2; }
.donor-benefits p { max-width: 340px; margin: 0; color: #fff; font-size: 1rem; line-height: 1.6; }

.donor-section { padding: 84px 0; }
.donor-section--white { background: #fff; }
.donor-section--soft { background: #f7f8fa; }
.donor-section--media { background: #f3f5f7; }
.donor-section--posts { background: #fffdf8; }
.donor-section--catalog { background: linear-gradient(180deg, rgb(255 255 255 / 72%), rgb(255 255 255 / 34%)); }
.donor-section--visual { background: #fff; }
.donor-heading { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.donor-heading h2, .donor-company h2 { margin: 0 0 12px; font-size: clamp(2.15rem, 4vw, 3.25rem); font-weight: 800; letter-spacing: 0; line-height: 1.1; }
.donor-heading p { max-width: 760px; margin: 0 auto; color: #2d333a; font-size: 1.12rem; line-height: 1.55; }

.donor-product-grid, .donor-post-grid, .donor-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.donor-product, .donor-post, .donor-catalog-card, .donor-media-card, .donor-buyer-grid article, .donor-trust-grid article {
  overflow: hidden;
  border: 1px solid rgb(0 0 0 / 8%);
  background: #fff;
  box-shadow: var(--shadow);
}
.donor-product { display: flex; min-width: 0; flex-direction: column; }
.donor-product__image { display: block; background: #fff; }
.donor-product__image img { width: 100%; height: 270px; padding: 20px; object-fit: contain; }
.donor-product__body { display: flex; min-height: 310px; padding: 28px; flex: 1; flex-direction: column; align-items: center; text-align: center; }
.donor-product h3 { margin: 0 0 14px; font-size: 1.3rem; font-weight: 800; line-height: 1.18; }
.donor-product h3 a, .donor-post h3 a, .donor-catalog-card h3 a { text-decoration: none; }
.donor-product p { margin: 0 0 20px; color: #374151; font-size: .98rem; }
.donor-product .donor-button { margin-top: auto; }

.donor-media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.donor-media-card a { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.donor-media-card__image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #111; }
.donor-media-card__image img { width: 100%; height: 100%; object-fit: cover; opacity: .84; transition: transform .3s ease; }
.donor-media-card:hover img { transform: scale(1.035); }
.donor-media-card__mark { position: absolute; top: 50%; left: 50%; display: grid; width: 66px; height: 66px; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: rgb(31 78 121 / 88%); font-size: 2.8rem; line-height: 1; transform: translate(-50%, -50%); }
.donor-media-card strong { display: block; padding: 20px 22px 24px; font-size: 1.05rem; line-height: 1.35; text-align: center; }

.donor-buyer-grid, .donor-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.donor-buyer-grid article, .donor-trust-grid article { min-height: 250px; padding: 32px 28px; text-align: center; }
.donor-buyer-grid span, .donor-trust-grid span { display: grid; width: 74px; height: 74px; margin: 0 auto 20px; place-items: center; border-radius: 50%; color: var(--donor-primary); background: linear-gradient(145deg, #e8f1ed, #fff); box-shadow: 0 10px 22px rgb(0 0 0 / 10%); font-size: 1.25rem; font-weight: 900; }
.donor-buyer-grid h3, .donor-trust-grid h3 { margin: 0 0 10px; font-size: 1.25rem; }
.donor-buyer-grid p, .donor-trust-grid p { margin: 0; color: #374151; }

.donor-post { display: flex; min-width: 0; flex-direction: column; }
.donor-post__image { display: block; overflow: hidden; }
.donor-post__image img { width: 100%; height: 230px; object-fit: cover; transition: transform .3s ease; }
.donor-post:hover img { transform: scale(1.03); }
.donor-post > div { display: flex; padding: 24px; flex: 1; flex-direction: column; }
.donor-post h3 { margin: 0 0 10px; font-size: 1.3rem; font-weight: 800; line-height: 1.22; }
.donor-post p { margin: 0 0 18px; color: #2d333a; font-size: .95rem; line-height: 1.6; }
.donor-text-link { margin-top: auto; color: var(--donor-primary); font-size: .76rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.donor-action { display: flex; margin-top: 36px; justify-content: center; }

.donor-company { position: relative; padding: 96px 0; color: #fff; background: linear-gradient(90deg, rgb(0 0 0 / 78%), rgb(0 0 0 / 48%)), url('/assets/site/sobre-homcom.webp') center / cover no-repeat; }
.donor-company__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 480px); gap: 56px; align-items: center; }
.donor-company__logo { width: 210px; max-height: 62px; margin: 0 0 24px; padding: 10px 14px; object-fit: contain; background: rgb(255 255 255 / 96%); box-shadow: 0 12px 32px rgb(0 0 0 / 22%); }
.donor-company__eyebrow { margin: 0 0 10px !important; color: var(--donor-accent) !important; font-size: .82rem !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-shadow: none !important; }
.donor-company h2 { color: #fff; }
.donor-company p { margin: 0 0 18px; color: #fff; font-size: 1.15rem; line-height: 1.65; text-shadow: 0 2px 12px rgb(0 0 0 / 45%); }
.donor-company .donor-button { margin-top: 12px; }
.donor-company__video { position: relative; display: block; overflow: hidden; border: 6px solid rgb(255 255 255 / 88%); border-radius: 24px; box-shadow: 0 24px 56px rgb(0 0 0 / 34%); }
.donor-company__video > img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.donor-company__video .donor-media-card__mark { pointer-events: none; }

.donor-testimonials .donor-trust-grid article { display: flex; flex-direction: column; align-items: center; }
.donor-testimonials .donor-trust-grid img { width: 104px; height: 104px; margin: 0 auto 22px; border: 5px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 12px 28px rgb(0 0 0 / 16%); }
.donor-testimonials .donor-trust-grid p { margin: 0 0 18px; font-style: italic; }
.donor-testimonials .donor-trust-grid h3 { margin-top: auto; }
.donor-testimonials .donor-trust-grid small { color: #66717c; font-weight: 700; }

.donor-catalog-card { display: flex; min-width: 0; padding-bottom: 26px; flex-direction: column; align-items: center; text-align: center; }
.donor-catalog-card__image { display: block; width: 100%; background: #f7f7f7; }
.donor-catalog-card__image img { width: 100%; height: 260px; object-fit: cover; }
.donor-catalog-card h3 { margin: 0; padding: 24px 24px 10px; font-size: 1.3rem; font-weight: 800; line-height: 1.22; }
.donor-catalog-card p { margin: 0; padding: 0 24px 22px; color: #374151; font-size: .95rem; }
.donor-catalog-card .donor-button { margin-top: auto; }

.donor-visual-grid { display: grid; width: min(1240px, calc(100% - 96px)); margin: 0 auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.donor-visual-grid article { display: flex; min-height: 450px; overflow: hidden; flex-direction: column; border: 1px solid rgb(0 0 0 / 10%); border-top: 7px solid var(--donor-accent); background: #fff; box-shadow: var(--shadow); }
.donor-visual-grid img { width: 100%; height: 232px; flex: 0 0 auto; object-fit: cover; }
.donor-visual-grid article > div { padding: 30px 24px; }
.donor-visual-grid h3 { margin: 0 0 14px; font-size: 1.45rem; font-weight: 800; line-height: 1.16; }
.donor-visual-grid p { margin: 0; color: #374151; font-size: 1rem; line-height: 1.58; }

.site-footer { color: #f8fafc; background: #101418; }
.footer-grid { padding: 58px 0 42px; grid-template-columns: 1.45fr repeat(3, 1fr); }
.footer-brand img { width: 170px; max-height: 58px; padding: 8px 12px; filter: none; object-fit: contain; background: #fff; }
.footer-brand p { color: rgb(255 255 255 / 72%); }
.footer-column h2 { color: #fff; }
.footer-column a { color: rgb(255 255 255 / 78%); }

@media (max-width: 980px) {
  .header-row { min-height: 92px; padding-inline: 30px; }
  .brand { width: 150px; }
  .main-nav { gap: 22px; }
  .donor-benefits { width: calc(100% - 48px); gap: 18px; }
  .donor-product-grid, .donor-post-grid, .donor-catalog-grid, .donor-media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .donor-visual-grid { width: calc(100% - 64px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .donor-company__inner { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container, .donor-shell { width: calc(100% - 32px); }
  .header-row { min-height: 76px; padding-inline: 18px; }
  .brand { width: 120px; }
  .menu-button { display: block; margin-left: auto; border-radius: 0; }
  .main-nav { top: 76px; padding: 18px; gap: 0; }
  .main-nav > a, .nav-dropdown { width: 100%; }
  .main-nav > a, .nav-dropdown > a { display: flex; width: 100%; padding: 12px 4px; }
  .nav-submenu { position: static; display: none; width: 100%; padding: 4px 0 10px 16px; border: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .nav-dropdown:focus-within .nav-submenu { display: grid; }
  .donor-hero { min-height: 560px; margin-top: 24px; }
  .donor-hero__inner { padding: 64px 0 120px; }
  .donor-hero h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .donor-hero p { font-size: 1.08rem; }
  .donor-benefits { width: calc(100% - 32px); margin-top: -58px; grid-template-columns: 1fr; gap: 16px; }
  .donor-benefits article { min-height: auto; padding: 38px 24px; }
  .donor-section { padding: 64px 0; }
  .donor-product-grid, .donor-post-grid, .donor-catalog-grid, .donor-media-grid, .donor-buyer-grid, .donor-trust-grid { grid-template-columns: 1fr; }
  .donor-visual-grid { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .donor-visual-grid article { min-height: auto; }
  .donor-company { padding: 72px 0; }
  .donor-company__inner { gap: 36px; }
  .product-page { padding: 42px 0 58px; }
  .product-page > .container { width: calc(100% - 24px); padding: 30px 18px 42px; }
  .product-page .product-layout { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid .footer-column:last-child { grid-column: auto; }
}
