/* Yummy Jungle — sitio público */
:root {
  --verde: #1b5e20;
  --verde-oscuro: #0d3d12;
  --amarillo: #ffc107;
  --crema: #fffdf5;
  --texto: #263238;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Outfit', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.5; background: var(--crema); color: var(--texto); -webkit-font-smoothing: antialiased; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, h4, h5, h6 { font-family: 'Cormorant Garamond', serif; font-weight: 400; }

.site-header {
  position: fixed; top: 0; left: 0; z-index: 1000; display: flex; width: 100%; height: 68px;
  align-items: center; justify-content: flex-start; padding: 0 32px; background: transparent;
}
.site-header.scrolled { background: rgba(10, 22, 10, .9); box-shadow: 0 1px 0 rgba(125, 194, 66, .2), 0 4px 30px rgba(0, 0, 0, .5); backdrop-filter: blur(16px) saturate(1.5); }
.site-header .logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.site-header .logo img { display: block; width: 53.15px; height: 42px; object-fit: contain; }
.site-header .logo { color: #fff; font-weight: 800; font-size: 1.3rem; text-decoration: none; }
.main-nav { display: grid; grid-template-columns: 245.28px 53.15px 245.28px; width: 543.71px; height: 68px; align-items: center; }
.main-nav a { color: #fff; font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 600; line-height: 1.5; letter-spacing: 2px; text-decoration: none; text-transform: uppercase; }
.nav-side { display: flex; align-items: center; gap: 36px; }
.nav-right { justify-content: flex-end; }
.nav-side a { position: relative; display: block; padding: 8px 16px; white-space: nowrap; }
.nav-side a::after { content: ''; position: absolute; right: 0; bottom: -17px; left: 0; height: 3px; background: #7dc242; transform: scaleX(0); transition: transform .25s ease; }
.nav-side a:hover::after, .nav-left a:first-child::after { transform: scaleX(1); }
.categories-page .nav-left a:first-child::after { transform: scaleX(0); }
.categories-page .nav-left a:nth-child(2)::after { transform: scaleX(1); }
.main-nav a:hover { color: var(--amarillo); }

/* Hero de video */
.video-hero { position: relative; height: 90vh; min-height: 600px; overflow: hidden; background: #071f0e url('/static/assets/hero/jungle.jpg') center / cover no-repeat; }
.video-hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; margin: 0; border-radius: 0; }
.video-hero-shade { position: absolute; inset: 0; background: rgba(2, 20, 8, .14); }
.video-hero-welcome { position: absolute; left: 50%; top: 76.77%; width: clamp(360px, 72vw, 1000px); transform: translate(-50%, -50%); filter: drop-shadow(0 4px 24px rgba(0, 0, 0, .7)); }
.video-hero-scroll { position: absolute; left: 50%; bottom: 32px; z-index: 3; display: block; width: 24px; height: 38px; border: 2px solid rgba(245, 237, 214, .4); border-radius: 12px; transform: translateX(-50%); }
.video-hero-scroll::before { content: ''; position: absolute; top: 5px; left: 50%; width: 4px; height: 8px; border-radius: 2px; background: #7dc242; transform: translateX(-50%); animation: scroll-bounce 1.8s ease-in-out infinite; }
.hero-categories { display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; min-height: 108px; padding: 1rem max(2rem, calc((100vw - 1100px) / 2)); background: #142c1a; color: #f7e9bd; }
.hero-category { position: relative; display: flex; min-height: 54px; align-items: center; justify-content: center; gap: .75rem; padding: .5rem 1rem; text-align: center; font-family: 'Outfit', sans-serif; font-size: .82rem; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; }
.hero-category + .hero-category::before { content: ''; position: absolute; left: 0; width: 1px; height: 34px; background: rgba(164, 191, 75, .35); }
.hero-catalog-link { position: absolute; top: -30px; left: 50%; transform: translateX(-50%); white-space: nowrap; border: 1px solid rgba(247, 233, 189, .65); border-radius: 999px; padding: .45rem 1.15rem; background: #142c1a; color: #fff9dc; font-size: .65rem; text-decoration: none; }
@keyframes scroll-bounce { 0%, 100% { top: 5px; opacity: 1; } 80% { top: 20px; opacity: 0; } }

/* Página de categorías */
.category-page-hero { position: relative; display: flex; min-height: clamp(240px, 38vw, 440px); align-items: flex-end; justify-content: center; overflow: hidden; padding-top: 68px; }
.category-page-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.category-page-hero-shade { position: absolute; inset: 0; background: linear-gradient(rgba(10, 22, 10, .3), rgba(10, 22, 10, .85)); }
.category-page-hero-title { position: relative; z-index: 2; width: min(480px, 70vw); height: auto; margin-bottom: clamp(30px, 5vw, 60px); }
.category-detail { position: relative; overflow: hidden; padding: clamp(60px, 8vw, 100px) 0; color: #f5edd6; }
.category-detail + .category-detail { border-top: 1px solid rgba(125, 194, 66, .1); }
.category-detail-bg { position: absolute; inset: 0; z-index: 0; }
.category-detail-bg video { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; margin: 0; border-radius: 0; }
.category-detail-bg div { position: absolute; inset: 0; background: rgba(10, 22, 10, .72); }
.category-detail-container { position: relative; z-index: 1; width: min(1140px, calc(100% - 30px)); margin: 0 auto; padding: 0 15px; }
.category-detail-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.category-detail-layout.reverse .category-detail-visual { order: 2; }
.category-detail-layout.reverse .category-detail-copy { order: 1; }
.category-detail-visual { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 16px; padding: clamp(20px, 3vw, 36px); border: 1px solid rgba(125, 194, 66, .12); border-radius: 24px; background: rgba(0, 0, 0, .18); backdrop-filter: blur(6px); }
.category-featured { display: flex; width: 100%; min-height: clamp(160px, 22vw, 300px); align-items: flex-end; justify-content: center; }
.category-featured img { width: auto; max-width: 100%; max-height: clamp(160px, 22vw, 300px); object-fit: contain; filter: drop-shadow(0 12px 40px rgba(0, 0, 0, .55)); }
.category-thumbs { display: flex; width: 100%; align-items: flex-end; justify-content: center; gap: clamp(8px, 2vw, 20px); padding-top: 8px; border-top: 1px solid rgba(125, 194, 66, .12); }
.category-thumbs img { width: auto; max-width: 30%; max-height: clamp(70px, 10vw, 130px); object-fit: contain; filter: drop-shadow(0 6px 18px rgba(0, 0, 0, .4)); }
.category-label { display: inline-block; margin-bottom: 16px; padding: 4px 14px; border: 1px solid rgba(125, 194, 66, .35); border-radius: 100px; color: #7dc242; font-size: 15px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.category-name-art { display: block; width: 256px; height: 256px; object-fit: contain; margin-bottom: 20px; }
.category-detail-copy p { margin-bottom: 24px; color: rgba(245, 237, 214, .75); font-size: 15px; line-height: 1.8; }
.btn.category-cta { display: inline-flex; margin-top: 8px; padding: 13px 32px; border: 2px solid transparent; background: #7dc242; color: #0a160a; font-size: 15px; text-transform: uppercase; }
.btn.category-cta:hover { background: #9ddb5e; }

.category-contact { position: relative; overflow: hidden; padding: clamp(80px, 10vw, 130px) 0; color: #f5edd6; }
.category-contact-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.category-contact-shade { position: absolute; inset: 0; background: rgba(10, 22, 10, .75); }
.category-contact-container { position: relative; z-index: 1; width: min(1140px, calc(100% - 30px)); margin: 0 auto; padding: 0 15px; }
.category-contact-layout { display: grid; grid-template-columns: auto 1fr; gap: clamp(30px, 5vw, 70px); align-items: end; }
.category-contact-character { width: clamp(180px, 22vw, 300px); max-height: 374px; object-fit: contain; object-position: bottom; }
.category-contact-box { padding: 50px; border: 1px solid rgba(125, 194, 66, .2); border-radius: 24px; background: rgba(18, 34, 18, .7); backdrop-filter: blur(8px); }
.category-contact-title { display: block; width: clamp(160px, 24vw, 280px); height: auto; margin-bottom: 14px; filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .4)); }
.category-contact-sub { margin-bottom: 20px; color: rgba(245, 237, 214, .7); font-size: 15px; line-height: 1.7; }
.category-contact-info { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.category-contact-item { display: flex; min-height: 72.33px; align-items: center; gap: 14px; padding: 12px 16px; border: 1px solid rgba(125, 194, 66, .15); border-radius: 6px; background: rgba(125, 194, 66, .07); }
.category-contact-item > span { flex: 0 0 auto; font-size: 22px; }
.category-contact-item div { display: flex; flex-direction: column; gap: 2px; }
.category-contact-item strong { color: #f5edd6; font-size: 15px; font-weight: 600; }
.category-contact-item small { color: rgba(245, 237, 214, .6); font-size: 13px; }
.category-socials { display: flex; align-items: center; gap: 16px; margin-top: 22px; }
.category-socials a, .category-socials img { display: block; width: 30px; height: 30px; }
.category-socials img { object-fit: contain; filter: grayscale(1) brightness(1.5); transition: filter .25s ease, transform .25s ease; }
.category-socials a:hover img { filter: none; transform: translateY(-3px) scale(1.2); }
.category-footer { display: flex; min-height: 211px; flex-direction: column; align-items: center; justify-content: center; gap: 22px; padding: 40px 15px; border-top: 1px solid rgba(125, 194, 66, .15); background: #060e06; color: rgba(245, 237, 214, .45); text-align: center; }
.category-footer > img { width: 72px; height: 56px; object-fit: contain; }
.category-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; }
.category-footer nav a { color: rgba(245, 237, 214, .45); font-size: 12px; font-weight: 600; letter-spacing: 1.8px; text-decoration: none; }
.category-footer nav a:hover { color: #7dc242; }
.category-footer p { font-size: 12px; }

/* Mission and Values */
.mission-story { position: relative; overflow: hidden; min-height: 720px; padding: 5rem 2rem; background: #f7f6f0 url('/static/assets/mission/background.jpg') center / cover no-repeat; }
.mission-story-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: 4rem; align-items: center; width: min(1120px, 100%); margin: 0 auto; }
.mission-copy { text-align: left; }
.mission-title-art { display: block; width: min(480px, 90%); height: auto; margin-bottom: 1.75rem; }
.mission-eyebrow { color: #3b7c2b; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.mission-copy h2 { max-width: 580px; margin: .55rem 0 1.1rem; color: #173d20; font-family: 'Cormorant Garamond', serif; font-size: clamp(2.25rem, 4vw, 4rem); font-weight: 400; line-height: 1.02; }
.mission-intro { max-width: 620px; color: #38463c; font-size: 1rem; line-height: 1.75; }
.mission-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.75rem; }
.mission-story .mv-card { border-left: 3px solid #64a734; border-radius: 0; padding: .25rem 1.25rem; background: transparent; box-shadow: none; }
.mission-story .mv-card h4 { color: #214f29; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 400; }
.mission-story .mv-card p { color: #4b554d; line-height: 1.55; }
.mission-reach { text-align: center; }
.mission-reach img { display: block; width: min(520px, 100%); height: auto; margin: 0 auto; }
.mission-reach p { max-width: 390px; margin: 1rem auto 0; color: #285b2e; font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-style: italic; line-height: 1.6; }
.mission-lollipop { position: absolute; right: -90px; bottom: -210px; z-index: 0; width: 390px; transform: rotate(-18deg); opacity: .9; }

/* About Us */
.about-page main { background: #f8f6ee; }
.about-hero { position: relative; display: flex; min-height: clamp(360px, 48vw, 610px); align-items: flex-end; justify-content: center; overflow: hidden; padding: 68px 1.5rem 76px; background: #183b20 url('/static/assets/hero/jungle.jpg') center / cover no-repeat; color: #fffdf5; text-align: center; }
.about-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 31, 14, .15), rgba(7, 31, 14, .82)); }
.about-hero-content { position: relative; z-index: 1; }
.about-kicker { display: block; margin-bottom: .65rem; color: #6eae3a; font-size: .72rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; }
.about-hero h1 { margin: 0; color: #fffdf5; font-size: clamp(3.5rem, 8vw, 7rem); line-height: .9; }
.about-leaf { display: block; margin-top: 1.2rem; color: #8bc34a; font-size: 1.8rem; }
.about-story { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; width: min(1120px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.about-story-image { min-height: 390px; overflow: hidden; background: #e8ebd9; }
.about-story-image img { display: block; width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.about-story-copy { max-width: 580px; }
.about-story-copy h2, .about-purpose h2, .about-closing h2 { margin-bottom: 1.3rem; color: #173d20; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .98; }
.about-story-copy p, .about-closing-copy p { margin-bottom: 1.15rem; color: #4b554d; line-height: 1.85; }
.about-purpose { padding: clamp(5rem, 9vw, 8rem) 1.5rem; background: #e9eedc; }
.about-purpose-inner { width: min(980px, 100%); margin: 0 auto; text-align: center; }
.about-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 8vw, 8rem); margin-top: 3rem; text-align: left; }
.about-principles article { padding-top: 1.1rem; border-top: 1px solid #82a665; }
.about-principle-number { color: #5d9636; font-size: .75rem; font-weight: 700; letter-spacing: 2px; }
.about-principles h3 { margin: .9rem 0 .6rem; color: #214f29; font-size: 2rem; }
.about-principles p { color: #4b554d; line-height: 1.7; }
.about-closing { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr); gap: clamp(2rem, 8vw, 7rem); align-items: center; width: min(1120px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) 0; }
.about-closing-copy { max-width: 580px; }
.about-closing-art { justify-self: center; width: min(370px, 100%); }
.about-closing-art img { display: block; width: 100%; height: 390px; object-fit: cover; }
.about-closing .btn { margin-top: .8rem; border-radius: 0; }

/* Secciones */
.section { padding: 3.5rem 2rem; max-width: 1100px; margin: 0 auto; text-align: center; }
.section h1, .section h2 { color: var(--verde); margin-bottom: 1rem; font-weight: 400; }
.section .lead, .section > p { max-width: 720px; margin: 0 auto 1.5rem; line-height: 1.7; }

.mission-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.mv-card { background: #fff; border-radius: 12px; padding: 2rem; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.mv-card h4 { color: var(--verde); margin-bottom: .5rem; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.card { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 10px rgba(0,0,0,.08); text-decoration: none; color: inherit; transition: transform .15s; }
.card:hover { transform: translateY(-4px); }
.card img { width: 100%; height: 160px; object-fit: cover; border-radius: 8px; margin-bottom: .8rem; }
.categories .card img, .category-block img { object-fit: contain; }
.card.featured { outline: 3px solid var(--amarillo); }
.badge { display: inline-block; background: var(--amarillo); color: #333; font-weight: 700; font-size: .75rem; padding: .25rem .7rem; border-radius: 999px; margin: .5rem 0; }

.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; margin: 1.5rem 0; }
.gallery figure img { width: 100%; height: 160px; object-fit: cover; border-radius: 8px; }
.gallery figcaption { font-size: .85rem; margin-top: .3rem; }

.category-block { display: flex; gap: 2rem; align-items: center; background: #fff; border-radius: 12px; padding: 2rem; margin: 1.5rem 0; box-shadow: 0 2px 10px rgba(0,0,0,.08); text-align: left; }
.category-block img { width: 220px; height: 160px; object-fit: cover; border-radius: 8px; }

.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 2rem; }

.btn { display: inline-block; background: var(--verde); color: #fff; padding: .8rem 1.8rem; border-radius: 999px; text-decoration: none; font-family: 'Outfit', sans-serif; font-weight: 600; letter-spacing: 1.4px; border: none; cursor: pointer; }
.btn:hover { background: var(--verde-oscuro); }
.btn-outline { background: transparent; border: 2px solid var(--verde); color: var(--verde); }

video { max-width: 100%; border-radius: 12px; margin-top: 1rem; }

.site-footer { background: var(--verde-oscuro); color: #d7e8d8; padding: 2.5rem 2rem 1rem; margin-top: 2rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; max-width: 1100px; margin: 0 auto; }
.footer-grid h4, .footer-grid h5 { color: #fff; margin-bottom: .6rem; }
.footer-grid ul { list-style: none; }
.footer-grid a { color: #d7e8d8; text-decoration: none; }
.footer-grid a:hover { color: var(--amarillo); }
.copyright { text-align: center; margin-top: 2rem; font-size: .85rem; opacity: .8; }

@media (max-width: 900px) {
  .site-header { padding: 0 1rem; }
  .main-nav { grid-template-columns: 1fr 53px 1fr; width: min(543.71px, 100%); }
  .nav-side { gap: clamp(.25rem, 2vw, 2.25rem); }
  .nav-side a { padding-right: clamp(.25rem, 1.5vw, 1rem); padding-left: clamp(.25rem, 1.5vw, 1rem); }
  .main-nav a { font-size: clamp(8px, 1.6vw, 12px); letter-spacing: clamp(.5px, .2vw, 2px); }
  .mission-story { min-height: 0; padding: 4rem 1.5rem; }
  .mission-story-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .mission-copy { text-align: center; }
  .mission-title-art { margin-right: auto; margin-left: auto; }
  .mission-copy h2, .mission-intro { margin-right: auto; margin-left: auto; }
  .mission-story .mv-card { text-align: left; }
  .mission-reach img { width: min(430px, 88%); }
  .mission-lollipop { right: -110px; bottom: -160px; width: 300px; opacity: .45; }
  .about-story, .about-closing { grid-template-columns: 1fr; width: min(620px, calc(100% - 2rem)); }
  .about-story-image { min-height: 300px; }
  .about-story-image img { min-height: 300px; }
  .about-closing-art { grid-row: 1; width: min(320px, 100%); }
  .about-closing-copy { text-align: center; }
  .about-closing-copy .about-kicker { text-align: center; }
  .about-closing-copy .btn { display: inline-block; }
  .about-principles { gap: 2rem; }
  .category-detail-layout { grid-template-columns: 1fr; }
  .category-detail-layout.reverse .category-detail-visual, .category-detail-layout.reverse .category-detail-copy { order: 0; }
  .category-contact-layout { grid-template-columns: 1fr; }
  .category-contact-character { display: none; }
  .category-contact-container { width: min(620px, 100%); padding: 0 20px; }
}

@media (max-width: 640px) {
  .site-header { height: 58px; padding: 0 .45rem; background: rgba(13, 84, 3, .72); }
  .site-header .logo img { width: 45px; height: 36px; }
  .main-nav { grid-template-columns: 1fr; width: 100%; height: 58px; justify-items: center; }
  .nav-side { display: none; }
  .video-hero { height: 65vh; min-height: 356px; }
  .video-hero-welcome { top: 76.77%; width: 92vw; }
  .hero-categories { grid-template-columns: repeat(2, 1fr); min-height: 160px; padding: 1.25rem .75rem; }
  .hero-category { min-height: 56px; padding: .5rem; font-size: .72rem; }
  .hero-category:nth-child(3)::before { display: none; }
  .hero-catalog-link { position: static; transform: none; padding: .35rem .7rem; }
  .mission-story { padding: 3.5rem 1rem; }
  .mission-title-art { width: min(360px, 92%); }
  .mission-copy h2 { font-size: 2.35rem; }
  .mission-values { grid-template-columns: 1fr; }
  .mission-reach p { font-size: 1.15rem; }
  .about-hero { min-height: 360px; padding-bottom: 54px; }
  .about-hero h1 { font-size: 3.4rem; }
  .about-story, .about-closing { padding: 4rem 0; }
  .about-principles { grid-template-columns: 1fr; margin-top: 2rem; }
  .about-purpose { padding: 4rem 1rem; }
  .about-story-copy h2, .about-purpose h2, .about-closing h2 { font-size: 2.8rem; }
  .about-closing-art img { height: 320px; }
  .section { padding: 2.75rem 1rem; }
  .category-block { flex-direction: column; }
  .category-block img { width: 100%; }
  .category-page-hero { padding-top: 58px; }
  .category-detail-container { width: 100%; padding: 0 22.94px; }
  .category-detail-visual { padding: 20px; }
  .category-thumbs img { max-width: 28%; }
  .category-name-art { width: 120px; height: 120px; }
  .category-contact-container { width: 100%; padding: 0 22.94px; }
  .category-contact-box { padding: 34px; }
  .category-contact-title { width: 200px; }
  .category-footer nav { gap: 16px 24px; }
}

/* About Us published layout */
.about-page { background: #0a160a; color: #f5edd6; }
.about-page .site-header { background: #087000; }
.about-page .site-header.scrolled { background: #075b00; }
.about-published-hero { position: relative; display: flex; min-height: clamp(330px, 34vw, 470px); align-items: center; justify-content: center; overflow: hidden; padding: 68px 1.5rem 1rem; background: #0a160a url('/static/assets/about/panoramica.jpeg') center / cover no-repeat; }
.about-published-hero-shade { position: absolute; inset: 0; background: rgba(5, 36, 7, .38); }
.about-published-title { position: relative; z-index: 1; }
.about-published-title h1 { margin: 0; padding: .1em .28em .2em; border-radius: 46% 54% 42% 58% / 48% 40% 60% 52%; background: #0c7907; color: #75c63c; font-family: 'Outfit', sans-serif; font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 700; letter-spacing: -1px; line-height: .95; text-transform: none; }
.about-published-story { background: #0a160a url('/static/assets/about/fondo-completo.jpg') center top / cover fixed; }
.about-published-story-inner { display: flex; flex-direction: column; gap: 2rem; align-items: stretch; width: min(760px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(5rem, 10vw, 10rem) 0; }
.about-published-copy { max-width: 650px; color: rgba(245, 237, 214, .76); font-size: 1rem; line-height: 1.85; }
.about-published-copy p { margin: 0 0 1.35rem; }
.about-published-copy strong { color: #f5edd6; font-weight: 700; }
.about-published-lead { color: #f5edd6; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1.45; }
.about-published-leaf { display: block; margin-bottom: 1.2rem; color: #8dd83d; font-size: 1.8rem; }
.about-published-more { display: inline-block; margin-top: .75rem; padding: 13px 32px; border: 2px solid transparent; border-radius: 40px; background: #292529; color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: 1.8px; text-decoration: none; }
.about-published-more:hover { background: #3b353b; color: #fff; }
.about-published-art { width: min(560px, 100%); margin: 0 auto; }
.about-published-art img { display: block; width: 100%; height: auto; box-shadow: none; }

@media (max-width: 900px) {
  .about-published-story-inner { width: min(650px, calc(100% - 2rem)); }
  .about-published-art { width: min(500px, 88%); }
}

@media (max-width: 640px) {
  .about-page .site-header { background: rgba(8, 112, 0, .95); }
  .about-published-hero { min-height: 410px; padding-top: 58px; }
  .about-published-title h1 { font-size: 3.2rem; }
  .about-published-story-inner { padding: 4.5rem 0; }
  .about-published-copy { font-size: .95rem; }
  .about-published-lead { font-size: 1.35rem; }
  .about-published-art { width: min(330px, 92%); }
}

/* About Us artwork */
.about-published-hero { min-height: clamp(470px, 58vw, 760px); background: #0a160a url('/static/assets/about/fondo-completo.jpg') center / cover no-repeat; }
.about-published-hero-shade { background: rgba(5, 20, 8, .08); }
.about-published-title { width: min(680px, 92vw); }
.about-published-title img { display: block; width: 100%; height: auto; animation: about-child-float 5.5s ease-in-out infinite; }
.about-published-art { align-self: center; }
.about-published-art img { animation: about-child-float 5.5s ease-in-out infinite; }
@keyframes about-child-float { 0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); } 50% { transform: translate3d(0, -14px, 0) rotate(1.5deg); } }

@media (max-width: 900px) {
  .about-published-hero { min-height: 560px; }
  .about-published-title { width: min(580px, 94vw); }
  .about-published-art { align-self: center; }
}

@media (max-width: 640px) {
  .about-published-hero { min-height: 470px; }
  .about-published-title { width: 96vw; }
  .about-published-art img { animation-duration: 4.5s; }
}
