/* ================================
   OFIFACIL — Template base responsive
   Estilo: minimal, premium, blanco/negro/verde
   ================================ */

:root {
  --green: #6a8f15;
  --greenLight: #d4e9a0;
  --greenMedium: #6a8f15;
  --greenOriginal: #4f7d46;
  --greenDark: #3d5409;
  --black: #111111;
  --text: #222222;
  --muted: #6f6f6f;
  --line: #e7e3dd;
  --soft: #f6f4f1;
  --white: #ffffff;
  --max: 1920px;
  --content: 1280px;
  --radius: 2px;
  --shadow: 0 20px 50px rgba(0, 0, 0, .07);
  --font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
   --wrap: 1320px;
}
/*:root {
  --green: #5e7016;
  --greenLight: #92c01f;
  --greenMedium: #769319;
  --greenOriginal: #4f7d46;
  --greenDark: #355f31;
  --black: #111111;
  --text: #222222;
  --muted: #6f6f6f;
  --line: #e7e3dd;
  --soft: #f6f4f1;
  --white: #ffffff;
  --max: 1920px;
  --content: 1280px;
  --radius: 2px;
  --shadow: 0 20px 50px rgba(0, 0, 0, .07);
  --font: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}*/

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--white); font-size: 16px; line-height: 1.65 }
img { max-width: 100%; display: block }
a { color: inherit; text-decoration: none }
button, input, textarea { font: inherit }
.container { width: min(var(--content), calc(100% - 48px)); margin-inline: auto }
.container-wide { width: min(var(--max), 100%); margin-inline: auto }
.section { padding: 86px 0 }
.section-soft { background: var(--soft) }
.eyebrow { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; color: var(--green); margin: 0 0 16px }
.h1, .h2, .h3, h1, h2, h3 { line-height: 1.06; color: var(--black); letter-spacing: -.045em; margin: 0 }
h1, .h1 { font-size: clamp(40px, 6vw, 60px) }
h2, .h2 { font-size: clamp(30px, 4vw, 42px) }
h3, .h3 { font-size: clamp(22px, 2vw, 30px) }
p { margin: 0 0 20px }
.lead { font-size: clamp(18px, 1.5vw, 22px); color: #303030 }
.muted { color: var(--muted) }
.destacado { color: var(--green) !important }
.miel {width: 0px; height: 0px; overflow: hidden}


.redessociales {z-index: 8; width: 100%; height: 100px; margin-bottom: 20px; text-align: center; display: flex; justify-content: center; align-items: center}
.redessociales img {border-width:0px; height:auto; width: 20px; border:0; margin-right: 28px; transition: .2s ease; float:left; opacity: .5}
.redessociales img:hover {border-width:0px; height:auto; opacity: 1}

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .94); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line) }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px }
.logo { font-weight: 900; font-size: 34px; line-height: .8; letter-spacing: -.06em }
.logo-footer {height: 60px; width: auto }
.logo-header {height: 75px; width: auto }


.logo small {display: block;font-size: 8px;letter-spacing: .12em;margin-top: 8px;color: #333 }
.nav { display: flex; align-items: center; gap: 38px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em}
.nav a { position: relative }
.nav a.active:after, .nav a:hover:after { content: ""; position: absolute; left: 0; right: 0; bottom: -12px; height: 2px; background: var(--green) }
.header-cta { border: 1px solid var(--green); padding: 16px 26px; color: var(--green); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em }
.header-cta:hover { background-color: var(--green); color: #fff }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; align-items: center; justify-content: center; cursor: pointer }
.menu-toggle span { display: block; width: 24px; height: 2px; background: #111; position: relative }
.menu-toggle span:before, .menu-toggle span:after { content: ""; position: absolute; left: 0; width: 24px; height: 2px; background: #111 }
.menu-toggle span:before { top: -8px }
.menu-toggle span:after { top: 8px }

/* HERO: ancho frontal máx 1600px + imagen difuminada */
.hero-wrap { background: var(--soft) }
.hero { width: min(var(--max), 100%); margin-inline: auto; min-height: 620px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden; background: #f4f1ed }
.hero-copy { padding: 96px 7vw; position: relative; z-index: 2 }
.hero-copy p { max-width: 560px }
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 34px }
.hero-media { height: 100%; min-height: 620px; position: relative; background: var(--soft) }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center }

/* LEGAL */
.wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; width: min(var(--wrap), calc(100% - 80px)); margin-inline: auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center; padding: 58px 0;  display: grid; grid-template-columns: 1.2fr 1fr 1.3fr; gap: 40px }
.legal-layout { display: grid; grid-template-columns: 280px 1fr; gap: 70px }
.legal-index { background: #fafafa; padding: 45px; align-self: start; position: sticky; top: 120px }
.legal-content section { border-bottom: 1px solid var(--line); padding: 0 0 28px; margin-bottom: 28px }

/* El degradado/difuminado garantiza lectura del texto cuando uses una imagen completa */
.hero-media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #f4f1ed 0%, rgba(244, 241, 237, .88) 8%, rgba(244, 241, 237, .25) 35%, rgba(244, 241, 237, 0) 70%); pointer-events: none }
.hero-full { position: relative; max-height: 620px; width: min(var(--max), 100%); margin-inline: auto; display: flex; align-items: center; overflow: hidden; background: var(--soft) }
.hero-full img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; filter: saturate(.92)}
.hero-full:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246, 244, 241, .98) 0%, rgba(246, 244, 241, .9) 28%, rgba(246, 244, 241, .35) 56%, rgba(246, 244, 241, 0) 100%) }
.hero-full .hero-copy { max-width: 900px }
.hero-copy .examples-breadcrumbs { margin-bottom: 18px }
.hero-copy .examples-breadcrumbs,
.hero-copy .examples-breadcrumbs a,
.hero-copy .examples-breadcrumbs span { color: #5f5f5f }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 28px; border: 1px solid var(--green); color: var(--green); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; background: transparent; transition: .2s ease }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow); background: var(--green); color: #fff }
.btn-primary { background: var(--green); color: #fff }
.btn-primary:hover { background: var(--greenDark) }
.btn-dark { background: #161616; border-color: #161616; color: #fff }

/* GRIDS */
.grid { display: grid; gap: 28px }
.grid-2 { grid-template-columns: repeat(2, 1fr) }
.grid-3 { grid-template-columns: repeat(3, 1fr) }
.grid-4 { grid-template-columns: repeat(4, 1fr) }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 42px }
.section-head p { max-width: 470px; margin: 0 }
.card { border: 1px solid var(--line); background: #fff; transition: .22s ease }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow) }
.card-img { aspect-ratio: 4/3; background: #ddd; overflow: hidden }
.card-img img { width: 100%; height: 100%; object-fit: cover }
.card-body { padding: 24px }
.card h3 { font-size: 22px; margin-bottom: 8px }
.card-meta { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--green); margin-bottom: 8px }
.card-link { font-size: 13px; font-weight: 850; text-transform: uppercase; color: var(--green); letter-spacing: .05em }
.service-card { padding: 34px; border: 1px solid var(--line); background: #fff }
.icon { width: 44px; height: 44px; border: 1px solid var(--green); color: var(--green); display: grid; place-items: center; border-radius: 50%; font-weight: 900; margin-bottom: 26px }
.iconThanks { width: 92px; height: 92px; margin: 0 auto 30px; font-size: 42px; border-width: 4px; }
.iconProyect { margin:0 auto 26px;background:var(--soft);border:0;width:74px;height:74px;font-size:30px }
.cardCenter { text-align:center;min-height:250px;display:flex;flex-direction:column;justify-content:center;}
.flechaCaja {text-align:center;min-height:250px;display:flex;flex-direction:column;justify-content:center;position:relative;}
.flecha {position:absolute;left:-34px;top:45%;font-size:42px;}

/* BLOG ARTICLE */
.layout-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 70px; align-items: start }
.article { max-width: 820px }
.article h2 { font-size: 34px; margin: 52px 0 18px }
.article p, .article li { color: #3e3e3e }
.article ul { padding-left: 22px }
.article-box { border: 1px solid var(--green); padding: 28px; margin: 42px 0; background: #fbfbfa }
.sidebar { position: sticky; top: 120px }
.side-box { border: 1px solid var(--line); padding: 28px; margin-bottom: 28px; background: #fff }
.side-box h3 { font-size: 18px; margin-bottom: 18px }
.search { width: 100%; height: 52px; border: 1px solid var(--line); padding: 0 16px }
.category-list { list-style: none; padding: 0; margin: 0 }
.category-list li { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 10px 0; font-size: 14px }

.blog-article-page .examples-intro p { max-width: 900px }
.blog-article-page .hero-full { width: 100%; max-width: none; min-height: 620px; max-height: none }
.blog-article-page .hero-full img { object-position: center right; filter: saturate(.95) }
.blog-article-page .hero-full:before { background: linear-gradient(90deg, rgba(246, 244, 241, 1) 0%, rgba(246, 244, 241, .99) 18%, rgba(246, 244, 241, .97) 34%, rgba(246, 244, 241, .84) 48%, rgba(246, 244, 241, .42) 66%, rgba(246, 244, 241, .08) 82%, rgba(246, 244, 241, 0) 100%) }
.blog-article-page .hero-full:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 16% 38%, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, .42) 18%, rgba(255, 255, 255, .12) 34%, rgba(255, 255, 255, 0) 48%); z-index: 0 }
.blog-article-page .hero-copy { position: relative; z-index: 1; max-width: 920px; padding: 82px max(7vw, calc((100vw - var(--max)) / 2 + 24px)); background: linear-gradient(90deg, rgba(246, 244, 241, .44) 0%, rgba(246, 244, 241, .24) 38%, rgba(246, 244, 241, 0) 100%) }
.blog-article-page .hero-copy h1 { max-width: 11ch; margin-bottom: 22px; text-wrap: balance }
.blog-article-page .hero-copy .lead { max-width: 700px; color: #454545; font-size: 20px; line-height: 1.82; margin-bottom: 0 }
.blog-article-shell { padding-top: 54px }
.blog-article-meta { display: flex; align-items: center; gap: 18px; margin-bottom: 18px }
.blog-article-meta .eyebrow { margin: 0 }
.blog-article-content { max-width: 860px }
.blog-article-content > :first-child { margin-top: 0 !important }
.blog-article-content > :last-child { margin-bottom: 0 !important }
.blog-article-content h1 { font-size: clamp(34px, 4vw, 48px); margin: 0 0 20px }
.blog-article-content h2 { font-size: clamp(28px, 3vw, 38px); margin: 42px 0 16px }
.blog-article-content h3 { font-size: clamp(20px, 2vw, 28px); margin: 30px 0 12px }
.blog-article-content h4 { font-size: 18px; margin: 24px 0 10px }
.blog-article-content p,
.blog-article-content li { color: #333; font-size: 17px; line-height: 1.9 }
.blog-article-content ul,
.blog-article-content ol { padding-left: 24px; margin: 0 0 22px }
.blog-article-content .columnas1,
.blog-article-content .columnas2,
.blog-article-content .columnas3,
.blog-article-content .columnas4 { column-count: 1; column-gap: 0; padding: 0; margin: 0; border: 0 }
.blog-article-content .columnas1 > :first-child,
.blog-article-content .columnas2 > :first-child,
.blog-article-content .columnas3 > :first-child,
.blog-article-content .columnas4 > :first-child { margin-top: 0 !important }
.blog-article-content .imagenesAnchas,
.blog-article-content img { width: 100%; height: auto; border: 1px solid var(--line); background: #f7f4ef; margin: 28px 0 12px }
.blog-article-content img.fototexto,
.blog-article-content .fototexto { float: none !important; width: 100% !important; max-width: 100%; margin: 24px 0 !important }
.blog-article-content iframe,
.blog-article-content vídeo { width: 100%; max-width: 100%; min-height: 420px; border: 0; margin: 28px 0 12px }
.blog-article-content .text_center { text-align: center }
.blog-article-content .text_center img { width: auto; max-width: 100%; display: inline-block; border: 0; background: transparent }
.blog-article-content .numero,
.blog-article-content h6 { color: #7b7b7b; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 18px }

/* CTA + FOOTER */
.cta-band { background: #171717; color: #fff; padding: 64px 0 }
.cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center }
.cta-band h2 { color: #fff }
.cta-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap }
.phone { font-size: 24px; color: #fff }
.footer { background: #090909; color: #fff; padding: 50px 0 24px }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; border-bottom: 1px solid rgba(255, 255, 255, .12); padding-bottom: 34px }
.footer a, .footer p { color: rgba(255, 255, 255, .75); font-size: 14px }
.footer-nav { display: flex; gap: 10px; flex-wrap: wrap; text-transform: uppercase; font-weight: 700; font-size: 10px }
.footer-nav a:hover { color: var(--greenMedium) }
.legal { display: flex; justify-content: space-between; gap: 18px; margin-top: 24px; color: rgba(255, 255, 255, .55); font-size: 12px }
.legal-link a { font-size: 12px; color: rgba(255, 255, 255, .55) }
.legal-link:hover { color: var(--greenMedium) }

/* RESPONSIVE */
@media (max-width:1024px) { 
  .container { width: min(100% - 36px, var(--content)) }
  .nav, .header-cta { display: none }
  .menu-toggle { display: flex }
  .header-inner { height: 74px }
  .mobile-open .nav { display: flex; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 16px 24px 24px; box-shadow: 0 20px 40px rgba(0, 0, 0, .08) }
  .mobile-open .nav a { width: 100%; padding: 16px 0; border-bottom: 1px solid var(--line) }
  .mobile-open .nav a:after { display: none }
  .mobile-open .header-cta { display: inline-flex; position: absolute; left: 24px; right: 24px; top: calc(74px + 326px); justify-content: center; background: #fff; z-index: 60 }
  .hero, .hero-full { min-height: auto; grid-template-columns: 1fr }
  .hero-copy { padding: 64px 24px }
  .hero-media { min-height: 360px; order: -1 }
  .hero-media::before { background: linear-gradient(0deg, #f4f1ed 0%, rgba(244, 241, 237, .05) 70%) }
  .hero-full { min-height: 620px }
  .hero-full:before { background: linear-gradient(90deg, rgba(246, 244, 241, .98) 0%, rgba(246, 244, 241, .9) 58%, rgba(246, 244, 241, .2) 100%) }
  .grid-4 { grid-template-columns: repeat(2, 1fr) }
  .grid-3 { grid-template-columns: repeat(2, 1fr) }
  .layout-sidebar { grid-template-columns: 1fr }
  .sidebar { position: static }
  .cta-inner, .footer-grid { grid-template-columns: 1fr}
  .wrap {width: min(100% - 36px, var(--wrap)); grid-template-columns: 1fr}
  .legal-index {position: static; margin-bottom: 40px; top: auto }
}

@media (max-width:640px) {
  body { font-size: 15px }
  .section { padding: 58px 0 }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr }
  .section-head { display: block }
  .hero-full { min-height: 640px }
  .hero-copy { padding: 48px 20px }
  .hero-actions, .cta-actions { flex-direction: column; align-items: stretch }
  .btn { width: 100% } 
  .card-body { padding: 20px }
  .legal { display: block }
  .logo { font-size: 30px }
  .blog-article-meta { display: grid; gap: 6px }
  .blog-article-content p,
  .blog-article-content li { font-size: 16px }
  .blog-article-content iframe,
  .blog-article-content vídeo { min-height: 280px }
  
}

/* VÍDEO SHOWCASE */
.video-showcase-grid { display: grid; gap: 32px }
.video-showcase-card { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: stretch; border: 1px solid rgba(24, 26, 32, .08); background: #fff; overflow: hidden }
.video-showcase-card__media { background: #0f1319 }
.video-showcase-card__media iframe { display: block; width: 100%; height: 100%; min-height: 320px; border: 0 }
.video-showcase-card__body { display: grid; gap: 18px; align-content: start; padding: 34px 36px }
.video-showcase-card__meta { display: flex; flex-wrap: wrap; gap: 10px 14px; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--greenOriginal) }
.video-showcase-card__body h3 { margin: 0; font-size: clamp(30px, 3vw, 44px); line-height: .98; letter-spacing: -.04em }
.video-showcase-card__body p { margin: 0; color: #4d5565; line-height: 1.8 }
.video-showcase-card__tags { display: flex; flex-wrap: wrap; gap: 10px }
.video-showcase-card__tags span { display: inline-flex; align-items: center; min-height: 36px; padding: 0 16px; border: 1px solid rgba(24, 26, 32, .1); border-radius: 999px; font-size: 13px; font-weight: 600; color: #222935; background: #f8f7f1 }
.video-showcase-promo { display: grid; gap: 22px; padding: 38px; border: 1px solid rgba(24, 26, 32, .08); background: linear-gradient(135deg, #f8f7f1 0%, #ffffff 100%) }
.video-showcase-promo__actions { display: flex; flex-wrap: wrap; gap: 14px }

@media (max-width:980px) {
  .video-showcase-card { grid-template-columns: 1fr }
  .video-showcase-card__media iframe { min-height: 260px }
}

@media (max-width:680px) {
  .video-showcase-card__body { padding: 26px 22px }
  .video-showcase-promo { padding: 28px 22px }
  .video-showcase-card__body h3 { font-size: 28px }
}

/* PACKAGING EXAMPLES */
.examples-page { background: #faf8f4 }
.examples-page--hero-alt .hero-full { width: 100%; max-width: none; min-height: 620px; max-height: none }
.examples-page--hero-alt .hero-full img { object-position: center right; filter: saturate(.95) }
.examples-page--hero-alt .hero-full:before { background: linear-gradient(90deg, rgba(246, 244, 241, .99) 0%, rgba(246, 244, 241, .95) 24%, rgba(246, 244, 241, .7) 42%, rgba(246, 244, 241, .22) 64%, rgba(246, 244, 241, 0) 100%) }
.examples-page--hero-alt .hero-copy { position: relative; z-index: 1; max-width: 920px; padding: 82px max(7vw, calc((100vw - var(--max)) / 2 + 24px)) }
.examples-page--hero-alt .hero-copy h1 { max-width: 11ch; margin-bottom: 22px; text-wrap: balance }
.examples-page--hero-alt .hero-copy .lead { max-width: 700px; color: #454545; font-size: 20px; line-height: 1.82; margin-bottom: 0 }
.examples-hero { background: linear-gradient(90deg, #f8f7f3 0%, #f8f7f3 34%, #eee7de 100%); border-bottom: 1px solid var(--line) }
.examples-hero__inner { width: min(var(--max), 100%); margin-inline: auto; min-height: 560px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; overflow: hidden }
.examples-hero__copy { padding: 58px 6vw 58px 7vw }
.examples-breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; font-size: 12px; color: #6f6f6f }
.examples-breadcrumbs span { color: #9b9b9b }
.examples-hero__copy h1 { max-width: 600px; margin-bottom: 24px; font-size: clamp(42px, 5vw, 66px); line-height: 1.02 }
.examples-hero__copy p:not(.eyebrow) { max-width: 520px; color: #464646; font-size: 21px; line-height: 1.8 }
.examples-hero__media { min-height: 560px; position: relative; overflow: hidden }
.examples-hero__media:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248, 247, 243, .88) 0%, rgba(248, 247, 243, .12) 34%, rgba(248, 247, 243, 0) 100%); z-index: 1; pointer-events: none }
.examples-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.96) }

.examples-intro { background: #fff; border-bottom: 1px solid rgba(17, 17, 17, .05) }
.examples-intro .container { padding: 34px 0 30px }
.examples-intro p { max-width: 860px; margin: 0 auto; text-align: center; color: #515151; font-size: 17px; line-height: 1.95 }

.examples-section { background: #fff; padding: 28px 0 92px }
.examples-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 56px; align-items: start }
.examples-gallery-top { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 22px }
.examples-gallery-top .eyebrow { margin-bottom: 0; color: var(--greenOriginal) }
.examples-gallery-top .eyebrow span { color: #5b5b5b; font-weight: 700; letter-spacing: 0; text-transform: none; margin-left: 6px }
.examples-sort { display: flex; align-items: center; gap: 12px; font-size: 14px; color: #666 }
.examples-sort strong { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; color: #8a8a8a }
.examples-sort span:last-child { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 0 14px; border: 1px solid var(--line); background: #fff }
.examples-sort span:last-child:after { content: ""; width: 7px; height: 7px; border-right: 1px solid #777; border-bottom: 1px solid #777; transform: rotate(45deg); margin-top: -4px }

.examples-gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px }
.examples-tile { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #f1ede7; border: 1px solid #ede7df }
.examples-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease }
.examples-tile:hover img { transform: scale(1.03); filter: saturate(.94) }
.examples-gallery-grid--manuals { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 18px }
.examples-pdf-card { display: flex; flex-direction: column; gap: 12px }
.examples-pdf-thumb { position: relative; aspect-ratio: auto; min-height: 360px; background: #fff; overflow: hidden; border-color: #e5ddd2 }
.examples-pdf-thumb canvas,
.examples-pdf-hero__canvas canvas { display: block; width: 100%; background: #fff; transition: transform .35s ease, filter .35s ease }
.examples-pdf-thumb canvas { height: auto }
.examples-pdf-thumb:hover canvas { transform: scale(1.02); filter: saturate(.96) }
.examples-pdf-status { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 8px 10px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #fff; background: rgba(17, 17, 17, .76); backdrop-filter: blur(6px) }
.examples-pdf-meta { display: grid; gap: 8px }
.examples-pdf-meta .eyebrow { margin: 0 }
.examples-pdf-meta h3 { margin: 0; font-size: 20px; line-height: 1.24; color: #161616 }
.examples-pdf-meta p { margin: 0; font-size: 14px; line-height: 1.7; color: #5d584f }
.examples-pdf-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: #5b7f44; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; text-decoration: none }
.examples-pdf-link:hover { color: #476434 }
.examples-pdf-link::after { content: "\2197"; font-size: 15px; line-height: 1 }
.examples-pdf-hero { display: grid; gap: 14px; color: inherit; text-decoration: none }
.examples-pdf-hero__canvas { position: relative; background: linear-gradient(180deg, #fbf9f6 0%, #f0e9df 100%); border: 1px solid #e6ded3; padding: 18px; box-shadow: 0 20px 50px rgba(61, 48, 34, .12) }
.examples-pdf-hero__canvas canvas { height: auto }
.examples-pdf-hero__note { display: grid; gap: 6px }
.examples-pdf-hero__note strong { font-size: 16px; line-height: 1.35; color: #171717 }
.examples-pdf-hero__note span { font-size: 13px; line-height: 1.7; color: #5d584f }

.examples-more { display: flex; justify-content: center; margin-top: 24px }
.examples-more .btn { min-width: 250px; justify-content: center }
.examples-empty { padding: 32px; border: 1px solid var(--line); background: #faf8f5 }

.examples-sidebar { position: sticky; top: 116px; display: grid; gap: 24px }
.examples-side-box { border: 1px solid var(--line); background: #fff; padding: 24px }
.examples-side-box h3,
.examples-cta-box h3 { margin-bottom: 18px; font-size: 20px; letter-spacing: -.03em }
.examples-rich-copy { margin-bottom: 40px; border: 1px solid var(--line); background: #fff; padding: 28px 30px }
.examples-rich-copy h2 { margin: 0 0 16px; font-size: clamp(26px, 3vw, 36px); line-height: 1.08; letter-spacing: -.03em }
.examples-rich-copy p { margin: 0 0 16px; color: #454545; font-size: 16px; line-height: 1.9 }
.examples-note { margin-top: 18px; color: #6b6b6b; font-size: 13px; line-height: 1.7; font-style: italic }

.examples-search { position: relative }
.examples-search input { width: 100%; height: 54px; padding: 0 48px 0 16px; border: 1px solid var(--line); background: #fbfbf9; color: #666 }
.examples-search span { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #777; font-size: 18px }

.examples-categories { list-style: none; padding: 0; margin: 0 }
.examples-categories li { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px solid rgba(17, 17, 17, .07); font-size: 14px }
.examples-categories li:last-child { border-bottom: 0 }
.examples-categories span:first-child { font-weight: 700; color: #1e1e1e }
.examples-categories span:last-child { color: #7b7b7b }

.examples-cta-box { border: 1px solid rgba(106, 143, 21, .35); background: #fcfcfa; padding: 28px }
.examples-cta-box p:not(.eyebrow) { color: #4d4d4d; margin-bottom: 22px }
.examples-cta-box .btn { width: 100%; justify-content: center }

.examples-related { display: grid; gap: 16px }
.examples-related__item { display: grid; grid-template-columns: 76px 1fr; gap: 14px; align-items: start }
.examples-related__item img { width: 76px; height: 76px; object-fit: cover; background: #f1ede7 }
.examples-related__item strong { display: block; font-size: 14px; line-height: 1.4; color: #1a1a1a; margin-bottom: 4px }
.examples-related__item span { display: block; font-size: 12px; color: #7b7b7b }

body.has-examples-lightbox { overflow: hidden }
.examples-lightbox { position: fixed; inset: 0; z-index: 130; display: grid; place-items: center; padding: 24px }
.examples-lightbox[hidden] { display: none }
.examples-lightbox__backdrop { position: absolute; inset: 0; border: 0; background: rgba(10, 10, 10, .84); cursor: pointer }
.examples-lightbox__dialog { position: relative; width: min(1220px, 100%); display: grid; grid-template-columns: 72px minmax(0, 1fr) 72px; align-items: center; gap: 14px; z-index: 1 }
.examples-lightbox__figure { margin: 0; background: rgba(255, 255, 255, .02); padding: 18px 18px 14px }
.examples-lightbox__figure img { width: 100%; max-height: 82vh; object-fit: contain; margin: 0 auto }
.examples-lightbox__figure figcaption { margin-top: 12px; text-align: center; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: rgba(255, 255, 255, .82) }
.examples-lightbox__close,
.examples-lightbox__nav { border: 0; color: #fff; background: rgba(255, 255, 255, .08); backdrop-filter: blur(8px); cursor: pointer; transition: background .2s ease, transform .2s ease }
.examples-lightbox__close:hover,
.examples-lightbox__nav:hover { background: rgba(255, 255, 255, .16); transform: translateY(-1px) }
.examples-lightbox__close { position: absolute; top: -52px; right: 0; width: 42px; height: 42px; font-size: 28px; line-height: 1 }
.examples-lightbox__nav { width: 72px; height: 72px; font-size: 42px; line-height: 1 }

@media (max-width:1180px) {
  .examples-hero__inner,
  .examples-layout { grid-template-columns: 1fr }
  .examples-hero__copy { padding: 52px 24px 18px }
  .examples-hero__media { min-height: 360px; order: -1 }
  .examples-sidebar { position: static }
  .examples-gallery-grid { grid-template-columns: repeat(4, 1fr) }
  .examples-gallery-grid--manuals { grid-template-columns: repeat(3, minmax(0, 1fr)) }
}

@media (max-width:900px) {
  .examples-gallery-grid { grid-template-columns: repeat(3, 1fr) }
  .examples-gallery-grid--manuals { grid-template-columns: repeat(2, minmax(0, 1fr)) }
}

@media (max-width:640px) {
  .examples-hero__copy p:not(.eyebrow) { font-size: 17px }
  .examples-intro .container { padding-top: 28px }
  .examples-intro p { text-align: left; font-size: 16px }
  .examples-rich-copy { padding: 24px }
  .examples-rich-copy h2 { font-size: 24px }
  .examples-gallery-top { display: block }
  .examples-sort { margin-top: 14px }
  .examples-gallery-grid { grid-template-columns: repeat(2, 1fr) }
  .examples-gallery-grid--manuals { grid-template-columns: 1fr }
  .examples-pdf-thumb { min-height: 320px }
  .examples-related__item { grid-template-columns: 68px 1fr }
  .examples-related__item img { width: 68px; height: 68px }
  .examples-lightbox { padding: 12px }
  .examples-lightbox__dialog { grid-template-columns: 52px minmax(0, 1fr) 52px; gap: 8px }
  .examples-lightbox__figure { padding: 10px 10px 12px }
  .examples-lightbox__figure img { max-height: 72vh }
  .examples-lightbox__close { top: -44px; width: 38px; height: 38px }
  .examples-lightbox__nav { width: 52px; height: 52px; font-size: 34px }
  .project-hero__sidebar h1 { font-size: 38px }
  .project-hero__subtitle { font-size: 18px }
  .project-hero__summary,
  .project-story__copy p { font-size: 16px }
  .project-facts__row { grid-template-columns: 1fr; gap: 8px }
  .project-all__box { padding: 18px 16px }
}

.project-page { background: #f8f6f1 }
.project-page main { background: #fff }
.project-page .hero-full { width: 100%; max-width: none; min-height: 620px; max-height: none }
.project-page .hero-full img { object-position: center right; filter: saturate(.92) }
.project-page .hero-full:before { background: linear-gradient(90deg, rgba(246, 244, 241, .99) 0%, rgba(246, 244, 241, .94) 24%, rgba(246, 244, 241, .62) 48%, rgba(246, 244, 241, .16) 72%, rgba(246, 244, 241, 0) 100%) }
.project-page .hero-copy { position: relative; z-index: 1; max-width: 900px; padding: 82px max(7vw, calc((100vw - var(--max)) / 2 + 24px)) }
.project-page .hero-copy h1 { max-width: 9ch; margin-bottom: 22px; text-wrap: balance }
.project-page .hero-copy .lead { max-width: 620px; color: #303030; font-size: 20px; line-height: 1.78; margin-bottom: 0 }
.project-hero-home { border-bottom: 1px solid rgba(17, 17, 17, .06) }
.project-hero { padding: 28px 0 28px; border-bottom: 1px solid rgba(17, 17, 17, .06) }
.project-hero--details { padding-top: 32px; background: #fff; border-bottom: 0 }
.project-hero__layout { display: grid; gap: 26px }
.project-hero__breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; font-size: 12px; color: #6f6f6f }
.project-hero__breadcrumbs span { color: #9b9b9b }
.project-hero__frame { position: relative; overflow: hidden; background: #f2ece3 }
.project-hero__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 17, 17, .08) 0%, rgba(17, 17, 17, .12) 22%, rgba(17, 17, 17, .58) 100%) }
.project-hero__overlay { position: absolute; left: clamp(18px, 4vw, 42px); right: auto; bottom: clamp(18px, 4vw, 38px); z-index: 1; display: grid; gap: 14px; max-width: min(760px, calc(100% - 36px)); padding: clamp(18px, 3vw, 30px); background: linear-gradient(135deg, rgba(17, 17, 17, .66), rgba(17, 17, 17, .2)); backdrop-filter: blur(4px) }
.project-hero__overlay .eyebrow { margin: 0; color: #d9e8a3 }
.project-hero__overlay h1 { margin: 0; color: #fff; font-size: clamp(40px, 5vw, 72px); line-height: .98; letter-spacing: -.05em; text-wrap: balance }
.project-hero__subtitle { margin: 0; color: rgba(255, 255, 255, .92); font-size: clamp(18px, 2vw, 24px); line-height: 1.55; max-width: 32em }
.project-hero__divider { width: 54px; height: 2px; background: rgba(106, 143, 21, .45) }
.project-hero__body { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 380px); gap: 36px; align-items: start }
.project-hero__summary-block { display: grid; gap: 18px; max-width: 780px }
.project-hero__summary { margin: 0; color: #5b5b5b; font-size: 17px; line-height: 1.9 }
.project-hero__aside { display: grid; gap: 22px }
.project-meta { display: grid; gap: 16px }
.project-meta__item { display: grid; gap: 6px; padding-top: 16px; border-top: 1px solid rgba(17, 17, 17, .08) }
.project-meta__label { font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: #6c6c6c }
.project-meta__value { color: #1d1d1d; font-size: 16px; line-height: 1.65 }
.project-share { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding-top: 6px }
.project-share__label { font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: #6c6c6c }
.project-share__links { display: flex; gap: 10px }
.project-share__links a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); color: #1d1d1d; text-decoration: none; font-size: 13px; font-weight: 800; background: #fff; transition: color .2s ease, border-color .2s ease, transform .2s ease }
.project-share__links a:hover { color: #5b7f44; border-color: rgba(106, 143, 21, .45); transform: translateY(-1px) }
.project-hero__media { background: #f2ece3 }
.project-hero__media a { display: block }
.project-hero__media img { width: 100%; min-height: clamp(400px, 58vw, 760px); display: block; object-fit: cover }
.project-gallery { padding: 18px 0 24px; background: #fff }
.project-gallery__stack { display: grid; gap: 18px }
.project-gallery__item { margin: 0; background: #f2ece3; overflow: hidden }
.project-gallery__item a { display: block }
.project-gallery__item img { width: 100%; display: block }
.project-story { padding: 36px 0 48px; background: #fff }
.project-story__layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr); gap: 50px; align-items: start }
.project-story__copy h2 { margin-bottom: 20px; font-size: clamp(32px, 4vw, 48px); line-height: 1.04; letter-spacing: -.04em }
.project-story__copy p { max-width: 720px; color: #4f4f4f; font-size: 17px; line-height: 1.9 }
.project-facts { border-top: 1px solid rgba(17, 17, 17, .08) }
.project-facts__row { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(17, 17, 17, .08) }
.project-facts__row dt { font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: #6c6c6c }
.project-facts__row dd { margin: 0; color: #1d1d1d; font-size: 15px; line-height: 1.7 }
.project-all { padding: 0 0 36px; background: #fff }
.project-all__box { display: flex; justify-content: center; padding: 26px 24px; border: 1px solid var(--line); background: #faf8f3 }

@media (max-width:1180px) {
  .project-hero__body,
  .project-story__layout { grid-template-columns: 1fr }
}

@media (max-width:900px) {
  .project-hero { padding-top: 18px }
  .project-hero__layout { gap: 24px }
  .project-hero__overlay { left: 16px; right: 16px; bottom: 16px; max-width: none; padding: 18px 18px 20px }
  .project-hero__body { gap: 26px }
}

.project-browser { padding: 0 0 36px; background: #fff }
.project-browser__head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 22px }
.project-browser__head h2 { margin: 0; font-size: 24px; line-height: 1.1; letter-spacing: -.03em }
.project-browser__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 16px; padding: 20px; border: 1px solid var(--line); background: #faf8f3 }
.project-browser__card { display: grid; gap: 10px; text-decoration: none; color: inherit }
.project-browser__thumb { aspect-ratio: 4 / 3; overflow: hidden; background: #efe7dc; border: 1px solid #e6ddd1 }
.project-browser__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease, filter .3s ease }
.project-browser__card:hover .project-browser__thumb img { transform: scale(1.03); filter: saturate(.96) }
.project-browser__title { font-size: 13px; font-weight: 800; line-height: 1.45; color: #1b1b1b; text-transform: capitalize }
.project-browser__card.is-active .project-browser__thumb { border-color: rgba(106, 143, 21, .55); box-shadow: inset 0 0 0 2px rgba(106, 143, 21, .18) }
.project-browser__card.is-active .project-browser__title { color: #5b7f44 }

@media (max-width:640px) {
  .project-browser__head { display: grid }
  .project-browser__grid { padding: 16px }
  .project-hero__subtitle { font-size: 16px }
  .project-hero__media img { min-height: 320px }
}

.blog-index-page { background: #f8f6f1 }
.blog-index-page main { background: #fff }
.blog-hero { padding: 54px 0 56px; background: linear-gradient(180deg, #f6f2eb 0%, #f9f7f3 100%); border-bottom: 1px solid rgba(17, 17, 17, .06) }
.blog-hero__inner { display: grid; grid-template-columns: minmax(0, 1.15fr) 320px; gap: 44px; align-items: end }
.blog-hero__copy h1 { max-width: 13ch; margin-bottom: 22px }
.blog-hero__copy p:not(.eyebrow) { max-width: 760px; color: #444; font-size: 18px; line-height: 1.85 }
.blog-hero__stats { display: grid; gap: 16px }
.blog-stat { padding: 24px; border: 1px solid var(--line); background: rgba(255, 255, 255, .72) }
.blog-stat strong { display: block; font-size: 40px; line-height: 1; letter-spacing: -.05em; color: #111; margin-bottom: 8px }
.blog-stat span { display: block; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: #6e6e6e }

.blog-featured { padding: 46px 0 34px; background: #fff }
.blog-featured__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px }

.blog-listing { padding: 24px 0 80px; background: #fff }
.blog-listing__layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 34px; align-items: start }
.blog-sidebar { position: sticky; top: 118px }
.blog-sidebar__box { padding: 28px; border: 1px solid var(--line); background: #faf8f3 }
.blog-sidebar__box h2 { font-size: 30px; line-height: 1.08; letter-spacing: -.04em; margin-bottom: 18px }
.blog-sidebar__box p:not(.eyebrow) { color: #4f4f4f; font-size: 15px; line-height: 1.8 }
.blog-topic-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px }
.blog-topic-list span { display: inline-flex; padding: 10px 14px; border: 1px solid rgba(106, 143, 21, .18); background: #fff; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: #5b7f44 }

.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px }
.blog-card { display: grid; gap: 0; border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow) }
.blog-card__image { display: block; aspect-ratio: 4 / 2.85; overflow: hidden; background: #ece6db }
.blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease }
.blog-card:hover .blog-card__image img { transform: scale(1.04) }
.blog-card__body { display: grid; gap: 12px; padding: 22px 22px 24px }
.blog-card__cat { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; color: var(--green) }
.blog-card h2 { margin: 0; font-size: 26px; line-height: 1.08; letter-spacing: -.04em }
.blog-card h2 a { color: inherit; text-decoration: none }
.blog-card h2 a:hover { color: #5b7f44 }
.blog-card p { margin: 0; color: #4e4e4e; font-size: 14px; line-height: 1.75 }
.blog-card__link { display: inline-flex; margin-top: 6px; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; color: #5b7f44 }
.blog-card--featured .blog-card__image { aspect-ratio: 4 / 2.55 }

@media (max-width:1180px) {
  .blog-hero__inner,
  .blog-listing__layout { grid-template-columns: 1fr }
  .blog-sidebar { position: static }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) }
}

@media (max-width:900px) {
  .blog-featured__grid,
  .blog-grid { grid-template-columns: 1fr }
}

@media (max-width:640px) {
  .blog-hero { padding: 40px 0 42px }
  .blog-hero__copy p:not(.eyebrow) { font-size: 17px }
  .blog-sidebar__box { padding: 22px }
  .blog-sidebar__box h2 { font-size: 26px }
  .blog-card__body { padding: 18px 18px 20px }
.blog-card h2 { font-size: 24px }
}

.blog-magazine-page { background: #f8f6f1 }
.blog-magazine-page main { background: #fff }
.blog-magazine-page .hero-full { width: min(var(--max), 100%); max-width: min(var(--max), 100%); min-height: 620px; max-height: 620px }
.blog-magazine-page .hero-full img { object-position: center right; filter: saturate(.92) }
.blog-magazine-page .hero-full:before { background: linear-gradient(90deg, rgba(246, 244, 241, .98) 0%, rgba(246, 244, 241, .9) 28%, rgba(246, 244, 241, .35) 56%, rgba(246, 244, 241, 0) 100%) }
.blog-magazine-page .hero-copy { max-width: 900px; padding: 96px 7vw; background: none }
.blog-magazine-page .hero-copy h1 { max-width: 600px; margin-bottom: 24px; text-wrap: initial }
.blog-magazine-page .hero-copy .lead { max-width: 560px; color: #303030; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.65; margin-bottom: 0 }
.blog-magazine-hero { background: #f5f1eb; border-bottom: 1px solid rgba(17, 17, 17, .06) }
.blog-magazine-hero__inner { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.2fr); align-items: center; min-height: 430px; overflow: hidden }
.blog-magazine-hero__copy { padding: 56px 34px 56px 0 }
.blog-magazine-hero__copy h1 { max-width: 11ch; margin-bottom: 22px }
.blog-magazine-hero__copy p:not(.eyebrow) { max-width: 520px; color: #4a4a4a; font-size: 18px; line-height: 1.8 }
.blog-magazine-hero__media { min-height: 430px; overflow: hidden; background: #ece4d8 }
.blog-magazine-hero__media img { width: 100%; height: 100%; display: block; object-fit: cover }

.blog-magazine-listing { padding: 28px 0 80px; background: #fff }
.blog-magazine-listing__layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 42px; align-items: start }
.blog-magazine-main { min-width: 0 }
.blog-magazine-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 22px }
.blog-magazine-toolbar__title { display: flex; gap: 8px; align-items: baseline; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--green) }
.blog-magazine-toolbar__title strong { color: #707070; font-size: 13px; letter-spacing: 0 }
.blog-magazine-sort { display: flex; gap: 12px; align-items: center }
.blog-magazine-sort label { font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: #8a8a8a }
.blog-magazine-sort select { min-width: 162px; padding: 10px 12px; border: 1px solid var(--line); background: #fff; font: inherit; color: #303030 }

.blog-magazine-feed { display: grid; gap: 24px }
.blog-magazine-promo { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 28px; align-items: center; padding: 24px; border: 1px solid rgba(106, 143, 21, .22); background: linear-gradient(135deg, #f8f6ef 0%, #f1eee5 100%) }
.blog-magazine-promo__copy { display: grid; gap: 12px; min-width: 0 }
.blog-magazine-promo__copy h2 { margin: 0; font-size: 34px; line-height: 1.04; letter-spacing: -.04em; max-width: 16ch }
.blog-magazine-promo__copy p:not(.eyebrow) { margin: 0; color: #4f4f4f; font-size: 15px; line-height: 1.8; max-width: 54ch }
.blog-magazine-promo__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px }
.blog-magazine-promo__link { display: inline-flex; margin-top: 4px; color: #5b7f44; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase }
.blog-magazine-promo__media { display: block; width: 100%; aspect-ratio: 4 / 3.05; overflow: hidden; background: #ece4d8 }
.blog-magazine-promo__media img { width: 100%; height: 100%; object-fit: cover }
.blog-magazine-post { display: flex; gap: 32px; align-items: flex-start }
.blog-magazine-post__image { display: block; flex: 0 0 280px; width: 280px; aspect-ratio: 4 / 3.05; overflow: hidden; background: #ece4d8 }
.blog-magazine-post__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease }
.blog-magazine-post:hover .blog-magazine-post__image img { transform: scale(1.03) }
.blog-magazine-post__body { display: grid; flex: 1 1 auto; gap: 8px; align-content: start; min-width: 0; padding: 8px 0 0 }
.blog-magazine-post__body > * { width: auto; max-width: 100% }
.blog-magazine-post__cat { margin: 0; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase }
.blog-magazine-post__date { margin: 0; color: #8a8a8a; font-size: 12px }
.blog-magazine-post h2 { margin: 0; font-size: 20px; line-height: 1.12; letter-spacing: -.03em; max-width: 18ch; overflow-wrap: anywhere }
.blog-magazine-post h2 a { color: inherit; text-decoration: none }
.blog-magazine-post h2 a:hover { color: #5b7f44 }
.blog-magazine-post > .blog-magazine-post__body > p:last-of-type { color: #555; font-size: 15px; line-height: 1.8; max-width: 44ch }
.blog-magazine-post__link { display: inline-flex; margin-top: 6px; color: #5b7f44; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase }

.blog-magazine-pagination { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 30px; padding-top: 22px }
.blog-magazine-pages { display: flex; gap: 8px; align-items: center }
.blog-magazine-pages a,
.blog-magazine-pages span { min-width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 13px; color: #444; text-decoration: none; background: #fff }
.blog-magazine-pages .is-active { border-color: rgba(106, 143, 21, .4); color: #5b7f44; font-weight: 800 }
.blog-magazine-pages span { border-color: transparent; background: transparent }
.blog-magazine-next { color: #5b7f44; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase }

.blog-magazine-sidebar { display: grid; gap: 22px }
.blog-topic-page { background: #f8f6f1 }
.blog-topic-page main { background: #fff }
.blog-topic-shell { padding-top: 54px }
.blog-topic-main { display: grid; gap: 34px }
.blog-topic-block { display: grid; gap: 22px; padding-bottom: 34px; border-bottom: 1px solid var(--line) }
.blog-topic-block:last-child { padding-bottom: 0; border-bottom: 0 }
.blog-topic-block__head { display: flex; justify-content: space-between; gap: 24px; align-items: end }
.blog-topic-block__head h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 44px); line-height: 1.04; letter-spacing: -.04em }
.blog-topic-block__head p { margin: 0; max-width: 60ch; color: #565656; font-size: 17px; line-height: 1.85 }
.blog-topic-block__cta { flex: 0 0 auto; color: #5b7f44; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase }
.blog-topic-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px }
.blog-topic-link { display: grid; gap: 10px; padding: 24px; border: 1px solid var(--line); background: #fff }
.blog-topic-link__eyebrow { margin: 0; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase }
.blog-topic-link h3 { margin: 0; font-size: 28px; line-height: 1.06; letter-spacing: -.04em }
.blog-topic-link h3 a { color: inherit; text-decoration: none }
.blog-topic-link h3 a:hover { color: #5b7f44 }
.blog-topic-link p { margin: 0; color: #555; font-size: 15px; line-height: 1.8 }
.blog-topic-link__more { display: inline-flex; margin-top: 2px; color: #5b7f44; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase }
.blog-sidebar-panel { padding: 24px; border: 1px solid var(--line); background: #fff }
.blog-sidebar-panel h2 { margin-bottom: 18px; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: #6c6c6c }
.blog-search-box { display: grid; grid-template-columns: minmax(0, 1fr) 44px }
.blog-search-box input { height: 44px; padding: 0 14px; border: 1px solid var(--line); border-right: 0; font: inherit; color: #333; background: #fff }
.blog-search-box button { border: 1px solid var(--line); background: #fff; color: #6a6a6a; cursor: pointer; font-size: 18px }

.blog-sidebar-cats { display: grid; gap: 14px }
.blog-sidebar-cats__item { display: flex; justify-content: space-between; gap: 16px; font-size: 14px; color: #222 }
.blog-sidebar-cats__item strong { color: #8a8a8a; font-size: 14px; font-weight: 400 }

.blog-sidebar-panel--cta { background: #faf8f3 }
.blog-sidebar-panel--cta .eyebrow { margin-bottom: 10px }
.blog-sidebar-panel--cta h2 { margin: 0 0 16px; font-size: 36px; line-height: 1.02; letter-spacing: -.05em; text-transform: none; color: #111 }
.blog-sidebar-panel--cta p:not(.eyebrow) { color: #4f4f4f; font-size: 15px; line-height: 1.75; margin-bottom: 20px }

.blog-sidebar-popular { display: grid; gap: 14px }
.blog-sidebar-popular__item { display: grid; grid-template-columns: 78px 1fr; gap: 14px; align-items: start; text-decoration: none }
.blog-sidebar-popular__item img { width: 78px; height: 78px; object-fit: cover; background: #ece4d8 }
.blog-sidebar-popular__item strong { display: block; color: #1f1f1f; font-size: 14px; line-height: 1.45; margin-bottom: 4px }
.blog-sidebar-popular__item small { color: #8a8a8a; font-size: 12px }

@media (max-width:1180px) {
  .blog-magazine-listing__layout,
  .blog-magazine-hero__inner { grid-template-columns: 1fr }
  .blog-topic-block__head,
  .blog-topic-links { grid-template-columns: 1fr }
  .blog-topic-block__head { display: grid; align-items: start }
  .blog-topic-link h3 { font-size: 24px }
  .blog-magazine-page .hero-full { min-height: 640px; max-height: none }
  .blog-magazine-page .hero-copy { padding: 56px 24px; max-width: 920px }
  .blog-magazine-hero__copy { padding-right: 0 }
  .blog-magazine-hero__media { min-height: 320px; order: -1 }
}

@media (max-width:900px) {
  .blog-magazine-post { display: grid; grid-template-columns: 1fr; gap: 18px }
  .blog-magazine-post__image { width: 100%; flex-basis: auto }
  .blog-magazine-post h2 { font-size: 24px; max-width: none }
  .blog-magazine-promo { grid-template-columns: 1fr; gap: 18px }
  .blog-magazine-promo__copy h2 { font-size: 28px; max-width: none }
}

@media (max-width:640px) {
  .blog-magazine-page .hero-copy .lead { font-size: 17px }
  .blog-magazine-page .hero-copy h1 { max-width: 10ch; text-wrap: balance }
  .blog-magazine-hero__copy { padding: 40px 0 42px }
  .blog-magazine-hero__copy p:not(.eyebrow) { font-size: 17px }
  .blog-magazine-toolbar,
  .blog-magazine-pagination { display: grid }
  .blog-magazine-sort { justify-content: start }
  .blog-magazine-post h2 { font-size: 22px }
  .blog-sidebar-panel,
  .blog-sidebar-panel--cta { padding: 20px }
  .blog-sidebar-panel--cta h2 { font-size: 30px }
}

.projects-index-page { background: #faf8f4 }
.projects-index-page main { background: #fff }
.projects-index-hero { background: var(--soft); border-bottom: 1px solid var(--line) }
.projects-index-page .hero-full { min-height: 620px; max-height: none }
.projects-index-page .hero-full img { object-position: center right }
.projects-index-page .hero-full:before { background: linear-gradient(90deg, rgba(246, 244, 241, .98) 0%, rgba(246, 244, 241, .92) 26%, rgba(246, 244, 241, .38) 56%, rgba(246, 244, 241, 0) 100%) }
.projects-index-page .hero-copy { position: relative; z-index: 1; max-width: 860px; padding: 84px 7vw }
.projects-index-page .hero-copy h1 { max-width: 11ch; margin-bottom: 22px; text-wrap: balance }
.projects-index-page .hero-copy .lead { max-width: 660px; color: #444; font-size: 20px; line-height: 1.8; margin-bottom: 0 }

.projects-index-stats { background: #fff; border-bottom: 1px solid rgba(17, 17, 17, .06) }
.projects-index-stats__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 28px 0 }
.projects-index-stat { padding: 24px 26px; border: 1px solid var(--line); background: #faf8f3 }
.projects-index-stat strong { display: block; margin-bottom: 8px; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.05em; color: #111 }
.projects-index-stat span { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--green) }
.projects-index-stat p { margin: 0; color: #555; font-size: 14px; line-height: 1.7 }

.projects-index-overview { padding: 72px 0 24px }
.projects-index-overview__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: start }
.projects-index-overview__copy p { max-width: 760px; color: #4d4d4d; font-size: 17px; line-height: 1.9 }
.projects-index-overview__points { display: grid; gap: 18px }
.projects-index-overview__point { padding: 22px 24px; border: 1px solid var(--line); background: #fff }
.projects-index-overview__point strong { display: block; margin-bottom: 8px; font-size: 15px; letter-spacing: -.02em; color: #111 }
.projects-index-overview__point p { margin: 0; color: #575757; font-size: 14px; line-height: 1.68 }

.projects-index-featured { padding: 18px 0 32px }
.projects-index-featured__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px }
.projects-index-featured__item { position: relative; display: grid; align-items: end; min-height: 360px; overflow: hidden; background: #e9e3d8; border: 1px solid var(--line) }
.projects-index-featured__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease }
.projects-index-featured__item::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 17, 17, .06) 18%, rgba(17, 17, 17, .82) 100%); z-index: 1 }
.projects-index-featured__item:hover img { transform: scale(1.04); filter: saturate(.96) }
.projects-index-featured__content { position: relative; z-index: 2; padding: 24px }
.projects-index-featured__content h3 { margin-bottom: 10px; color: #fff; font-size: 30px; line-height: 1.02; letter-spacing: -.04em }
.projects-index-featured__content p { margin: 0; color: rgba(255, 255, 255, .88); font-size: 14px; line-height: 1.72 }
.projects-index-featured__meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 14px; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; color: #dce8af }

.projects-index-grid-section { padding: 28px 0 92px }
.projects-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px }
.projects-index-card { display: grid; gap: 0; border: 1px solid var(--line); background: #fff; transition: transform .24s ease, box-shadow .24s ease }
.projects-index-card:hover { transform: translateY(-4px); box-shadow: var(--shadow) }
.projects-index-card__image { display: block; aspect-ratio: 4 / 2.95; overflow: hidden; background: #ece6db }
.projects-index-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease }
.projects-index-card:hover .projects-index-card__image img { transform: scale(1.04) }
.projects-index-card__body { display: grid; gap: 12px; padding: 22px 22px 24px }
.projects-index-card__meta { display: flex; justify-content: space-between; align-items: baseline; gap: 10px }
.projects-index-card__meta p { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; color: var(--green) }
.projects-index-card__meta span { color: #7d7d7d; font-size: 12px; font-weight: 800; letter-spacing: .04em }
.projects-index-card h3 { margin: 0; font-size: 28px; line-height: 1.06; letter-spacing: -.04em }
.projects-index-card p { margin: 0; color: #4f4f4f; font-size: 15px; line-height: 1.8 }
.projects-index-card__sublinks { display: grid; gap: 8px; margin-top: 4px; padding-top: 16px; border-top: 1px solid rgba(17, 17, 17, .08) }
.projects-index-card__sublinks a { color: #2e2e2e; font-size: 13px; line-height: 1.45; text-decoration: none; transition: color .2s ease }
.projects-index-card__sublinks a:hover { color: #5b7f44 }
.projects-index-card__link { display: inline-flex; margin-top: 4px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: #5b7f44 }

.projects-index-page--graphics-ads .projects-index-card__body { gap: 10px; padding: 18px 18px 20px }
.projects-index-page--graphics-ads .projects-index-card__meta p { font-size: 10px; letter-spacing: .1em }
.projects-index-page--graphics-ads .projects-index-card__meta span { font-size: 11px }
.projects-index-page--graphics-ads .projects-index-card h3 { font-size: 20px; line-height: 1.08; letter-spacing: -.03em }
.projects-index-page--graphics-ads .projects-index-card p { font-size: 13px; line-height: 1.7 }
.projects-index-page--graphics-ads .projects-index-card__link { margin-top: 2px; font-size: 11px }

.services-index-card__list { display: grid; gap: 8px; margin: 2px 0 0; padding: 0; list-style: none }
.services-index-card__list li { position: relative; padding-left: 16px; color: #545454; font-size: 13px; line-height: 1.55 }
.services-index-card__list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: rgba(106, 143, 21, .78) }

.services-index-jats { padding: 12px 0 92px; background: #f9f7f2 }
.services-index-jats__layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 34px; align-items: start }
.services-index-jats__copy { display: grid; gap: 18px }
.services-index-jats__copy p:not(.eyebrow) { color: #4c4c4c; font-size: 16px; line-height: 1.85; max-width: 72ch }
.services-index-jats__benefits { display: grid; gap: 16px; margin-top: 6px }
.services-index-jats__benefits div { padding: 18px 20px; border: 1px solid var(--line); background: #fff }
.services-index-jats__benefits strong { display: block; margin-bottom: 6px; font-size: 15px; letter-spacing: -.02em; color: #111 }
.services-index-jats__benefits p { margin: 0; color: #575757; font-size: 14px; line-height: 1.7 }
.services-index-jats__resources { padding: 28px; border: 1px solid var(--line); background: #fff }
.services-index-jats__resources h3 { margin-bottom: 18px; font-size: 28px; line-height: 1.08; letter-spacing: -.04em }
.services-index-jats__links { display: grid; gap: 12px }
.services-index-jats__links a { color: #2f2f2f; font-size: 14px; line-height: 1.5; text-decoration: none; padding-bottom: 12px; border-bottom: 1px solid rgba(17, 17, 17, .08) }
.services-index-jats__links a:hover { color: #5b7f44 }

.jats-service-page { background: #faf8f4 }
.jats-service-page main { background: #fff }
.jats-service-hero { background: #f6f2eb; border-bottom: 1px solid rgba(17, 17, 17, .06) }
.jats-service-hero .hero-full { min-height: 640px; max-height: none }
.jats-service-hero .hero-full img { object-position: center right; filter: saturate(.94) }
.jats-service-hero .hero-full:before { background: linear-gradient(90deg, rgba(246, 244, 241, 1) 0%, rgba(246, 244, 241, .98) 20%, rgba(246, 244, 241, .92) 38%, rgba(246, 244, 241, .62) 56%, rgba(246, 244, 241, .18) 74%, rgba(246, 244, 241, 0) 100%) }
.jats-service-hero .hero-full:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 16% 42%, rgba(255, 255, 255, .54) 0%, rgba(255, 255, 255, .3) 18%, rgba(255, 255, 255, 0) 42%); z-index: 0 }
.jats-service-hero .hero-copy { position: relative; z-index: 1; max-width: 900px; padding: 82px 7vw; background: linear-gradient(90deg, rgba(246, 244, 241, .34) 0%, rgba(246, 244, 241, .22) 38%, rgba(246, 244, 241, 0) 100%) }
.jats-service-hero .hero-copy h1 { max-width: 10ch; margin-bottom: 22px; text-wrap: balance }
.jats-service-hero .hero-copy .lead { max-width: 660px; color: #444; font-size: 20px; line-height: 1.82; margin-bottom: 0 }
.jats-service-hero .examples-breadcrumbs { margin-bottom: 18px }
.jats-service-hero .examples-breadcrumbs,
.jats-service-hero .examples-breadcrumbs a,
.jats-service-hero .examples-breadcrumbs span { color: #5f5f5f }

.jats-service-proof { background: #fff; border-bottom: 1px solid rgba(17, 17, 17, .06) }
.jats-service-proof__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; padding: 28px 0 }
.jats-service-proof__grid article { padding: 24px 26px; border: 1px solid var(--line); background: #faf8f3 }
.jats-service-proof__grid span { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--green) }
.jats-service-proof__grid strong { display: block; margin-bottom: 8px; font-size: clamp(32px, 4vw, 52px); line-height: 1; letter-spacing: -.05em; color: #111 }
.jats-service-proof__grid p { margin: 0; color: #555; font-size: 14px; line-height: 1.7 }

.jats-service-section { padding: 78px 0 }
.jats-service-section--soft { background: #faf8f3 }
.jats-service-problems,
.jats-service-deliverables,
.jats-service-resources,
.jats-service-faq { display: grid; gap: 18px }
.jats-service-problems { grid-template-columns: repeat(2, minmax(0, 1fr)) }
.jats-service-problem,
.jats-service-deliverable,
.jats-service-faq__item { padding: 24px; border: 1px solid var(--line); background: #fff }
.jats-service-problem h3,
.jats-service-deliverable h3,
.jats-service-faq__item h3 { margin-bottom: 10px; font-size: 24px; line-height: 1.08; letter-spacing: -.03em }
.jats-service-problem p,
.jats-service-deliverable p,
.jats-service-faq__item p { margin: 0; color: #545454; font-size: 15px; line-height: 1.8 }
.jats-service-deliverables { grid-template-columns: repeat(3, minmax(0, 1fr)) }

.jats-service-flow { display: grid; grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr); gap: 36px; align-items: start }
.jats-service-flow__copy { display: grid; gap: 18px }
.jats-service-flow__copy p:not(.eyebrow) { color: #4f4f4f; font-size: 16px; line-height: 1.85 }
.jats-service-flow__copy img { width: 100%; display: block; border: 1px solid rgba(17, 17, 17, .08); background: #ece4d8 }
.jats-service-flow__steps { display: grid; gap: 16px }
.jats-service-step { padding: 22px 24px; border: 1px solid var(--line); background: #faf8f3 }
.jats-service-step h3 { margin-bottom: 8px; font-size: 22px; line-height: 1.08; letter-spacing: -.03em }
.jats-service-step p { margin: 0; color: #565656; font-size: 14px; line-height: 1.75 }

.jats-service-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .88fr); gap: 36px; align-items: start }
.jats-service-benefits { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none }
.jats-service-benefits li { position: relative; padding: 16px 18px 16px 38px; border: 1px solid var(--line); background: #fff; color: #4f4f4f; font-size: 15px; line-height: 1.8 }
.jats-service-benefits li::before { content: ""; position: absolute; left: 18px; top: 24px; width: 8px; height: 8px; border-radius: 50%; background: rgba(106, 143, 21, .78) }
.jats-service-split__visuals { display: grid; gap: 18px }
.jats-service-split__visual img { width: 100%; display: block; border: 1px solid rgba(17, 17, 17, .08); background: #ece4d8 }

.jats-service-confidential { padding: 18px 0 0; background: #fff }
.jats-service-confidential__inner { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); gap: 34px; align-items: start; padding: 28px; border: 1px solid var(--line); background: linear-gradient(135deg, #faf8f3 0%, #f2eee7 100%) }
.jats-service-confidential__inner h2 { margin-bottom: 0 }
.jats-service-confidential__inner p { margin: 0; color: #4f4f4f; font-size: 15px; line-height: 1.86 }

.jats-service-resources { grid-template-columns: repeat(3, minmax(0, 1fr)) }
.jats-service-resource { display: grid; gap: 8px; padding: 22px; border: 1px solid var(--line); background: #fff; text-decoration: none; transition: transform .24s ease, box-shadow .24s ease }
.jats-service-resource:hover { transform: translateY(-4px); box-shadow: var(--shadow) }
.jats-service-resource span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase }
.jats-service-resource strong { color: #202020; font-size: 18px; line-height: 1.38; letter-spacing: -.02em }

@media (max-width:1180px) {
  .projects-index-stats__grid,
  .projects-index-featured__grid,
  .projects-index-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) }
  .services-index-jats__layout { grid-template-columns: 1fr }
  .jats-service-flow,
  .jats-service-split,
  .jats-service-confidential__inner { grid-template-columns: 1fr }
  .jats-service-deliverables,
  .jats-service-resources { grid-template-columns: repeat(2, minmax(0, 1fr)) }
}

@media (max-width:900px) {
  .projects-index-overview__grid,
  .projects-index-stats__grid,
  .projects-index-featured__grid,
  .projects-index-grid { grid-template-columns: 1fr }
  .projects-index-page .hero-full { min-height: 640px }
  .projects-index-page .hero-copy { padding: 56px 24px }
  .blog-article-page .hero-full { min-height: 640px }
  .blog-article-page .hero-copy { padding: 56px 24px }
  .jats-service-hero .hero-full { min-height: 640px }
  .jats-service-hero .hero-copy { padding: 56px 24px }
  .examples-page--hero-alt .hero-full { min-height: 640px }
  .examples-page--hero-alt .hero-copy { padding: 56px 24px }
  .project-page .hero-full { min-height: 640px }
  .project-page .hero-copy { padding: 56px 24px }
  .jats-service-problems,
  .jats-service-deliverables,
  .jats-service-resources { grid-template-columns: 1fr }
}

@media (max-width:640px) {
  .projects-index-page .hero-copy .lead { font-size: 17px }
  .blog-article-page .hero-copy .lead { font-size: 17px }
  .examples-page--hero-alt .hero-copy .lead { font-size: 17px }
  .project-page .hero-copy .lead { font-size: 17px }
  .projects-index-featured__item { min-height: 320px }
  .projects-index-featured__content h3 { font-size: 26px }
  .projects-index-card h3 { font-size: 24px }
}

.legal-static-page .hero-full img { filter: saturate(.9) }
.legal-static-page .hero-copy { max-width: 760px }
.legal-static-page .hero-copy .lead { max-width: 660px }
.legal-static__section { padding: 78px 0 }
.legal-static__layout { display: grid; grid-template-columns: minmax(0, 1.4fr) 320px; gap: 38px; align-items: start }
.legal-static__content { display: grid; gap: 28px }
.legal-static__block { padding: 28px 30px; border: 1px solid var(--line); background: #fff }
.legal-static__block h2 { font-size: 30px; margin-bottom: 14px }
.legal-static__block h3 { font-size: 20px; margin: 24px 0 12px }
.legal-static__block p,
.legal-static__block li { font-size: 15px; line-height: 1.8; color: #303030 }
.legal-static__block ul { margin: 14px 0 0 20px; padding: 0; display: grid; gap: 10px }
.legal-static__aside { position: sticky; top: 118px; padding: 30px; border: 1px solid var(--line); background: #faf8f5 }
.legal-static__aside h2 { font-size: 30px; margin-bottom: 16px }
.legal-static__aside p { font-size: 15px; color: #4e4e4e; line-height: 1.75 }
.legal-static__aside .btn { margin-top: 20px }
.legal-static__meta { display: grid; gap: 14px; margin-top: 24px }
.legal-static__meta div { padding-bottom: 14px; border-bottom: 1px solid rgba(17, 17, 17, .08) }
.legal-static__meta strong { display: block; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: #6d6d6d; margin-bottom: 6px }
.legal-static__meta span { font-size: 16px; line-height: 1.55; color: #111 }

@media (max-width:900px) {
  .legal-static__layout { grid-template-columns: 1fr }
  .legal-static__aside { position: static }
}

/* HERO unificado: usa la misma base visual que la home en cualquier página */
.hero-wrap--shared-home .hero-full {
  width: min(var(--max), 100%);
  max-width: min(var(--max), 100%);
  min-height: 620px;
  max-height: 620px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--soft);
}
.hero-wrap--shared-home .hero-full img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(.92);
}
.hero-wrap--shared-home .hero-full:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246, 244, 241, .98) 0%, rgba(246, 244, 241, .9) 28%, rgba(246, 244, 241, .35) 56%, rgba(246, 244, 241, 0) 100%);
}
.hero-wrap--shared-home .hero-full:after { content: none; }
.hero-wrap--shared-home .hero-copy {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 96px 7vw;
  background: none;
}
.hero-wrap--shared-home .hero-copy h1 {
  max-width: 600px;
  margin-bottom: 24px;
  text-wrap: initial;
}
.hero-wrap--shared-home .hero-copy .lead {
  max-width: 560px;
  color: #303030;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.65;
  margin-bottom: 0;
}

@media (max-width:1180px) {
  .hero-wrap--shared-home .hero-full {
    min-height: 640px;
    max-height: none;
  }
  .hero-wrap--shared-home .hero-copy {
    max-width: 920px;
    padding: 56px 24px;
  }
}

@media (max-width:900px) {
  .hero-wrap--shared-home .hero-copy h1 {
    max-width: 10ch;
    text-wrap: balance;
  }
  .hero-wrap--shared-home .hero-copy .lead {
    font-size: 17px;
  }
}

/* CATEGORY PORTFOLIO LANDINGS */
:is(.logo-summary,.olive-summary,.wine-summary,.menu-summary,.web-summary,.fly-summary,.ext-summary,.edit-summary,.mail-summary,.pack-summary,.photo-summary) { padding: 78px 0 32px }
:is(.logo-summary__grid,.olive-summary__grid,.wine-summary__grid,.menu-summary__grid,.web-summary__grid,.fly-summary__grid,.ext-summary__grid,.edit-summary__grid,.mail-summary__grid,.pack-summary__grid,.photo-summary__grid) { display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: start }
:is(.logo-summary__intro,.olive-summary__intro,.wine-summary__intro,.menu-summary__intro,.web-summary__intro,.fly-summary__intro,.ext-summary__intro,.edit-summary__intro,.mail-summary__intro,.pack-summary__intro,.photo-summary__intro) p { max-width: 780px }
:is(.logo-points,.olive-points,.wine-points,.menu-points,.web-points,.fly-points,.ext-points,.edit-points,.mail-points,.pack-points,.photo-points) { display: grid; gap: 18px }
:is(.logo-point,.olive-point,.wine-point,.menu-point,.web-point,.fly-point,.ext-point,.edit-point,.mail-point,.pack-point,.photo-point) { padding: 22px 24px; border: 1px solid var(--line); background: #fff }
:is(.logo-point,.olive-point,.wine-point,.menu-point,.web-point,.fly-point,.ext-point,.edit-point,.mail-point,.pack-point,.photo-point) strong { display: block; margin-bottom: 8px; font-size: 15px; letter-spacing: -.02em; color: #111 }
:is(.logo-point,.olive-point,.wine-point,.menu-point,.web-point,.fly-point,.ext-point,.edit-point,.mail-point,.pack-point,.photo-point) p { margin: 0; color: #555; font-size: 14px; line-height: 1.65 }

:is(.logo-featured,.olive-featured,.wine-featured,.menu-featured,.web-featured,.fly-featured,.ext-featured,.edit-featured,.mail-featured,.pack-featured,.photo-featured) { padding: 18px 0 90px }
:is(.logo-featured__grid,.olive-featured__grid,.wine-featured__grid,.menu-featured__grid,.web-featured__grid,.fly-featured__grid,.ext-featured__grid,.edit-featured__grid,.mail-featured__grid,.pack-featured__grid,.photo-featured__grid) { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px }
:is(.logo-card,.olive-card,.wine-card,.menu-card,.web-card,.fly-card,.ext-card,.edit-card,.mail-card,.pack-card,.photo-card) { border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease }
:is(.logo-card,.olive-card,.wine-card,.menu-card,.web-card,.fly-card,.ext-card,.edit-card,.mail-card,.pack-card,.photo-card):hover { transform: translateY(-4px); box-shadow: var(--shadow) }
:is(.logo-card__image,.olive-card__image,.wine-card__image,.menu-card__image,.web-card__image,.fly-card__image,.ext-card__image,.edit-card__image,.mail-card__image,.pack-card__image,.photo-card__image) { display: block; aspect-ratio: 4 / 4.7; overflow: hidden; background: #ece7df }
:is(.logo-card__image,.olive-card__image,.wine-card__image,.menu-card__image,.web-card__image,.fly-card__image,.ext-card__image,.edit-card__image,.mail-card__image,.pack-card__image,.photo-card__image) img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease }
:is(.logo-card,.olive-card,.wine-card,.menu-card,.web-card,.fly-card,.ext-card,.edit-card,.mail-card,.pack-card,.photo-card):hover :is(.logo-card__image,.olive-card__image,.wine-card__image,.menu-card__image,.web-card__image,.fly-card__image,.ext-card__image,.edit-card__image,.mail-card__image,.pack-card__image,.photo-card__image) img { transform: scale(1.04) }
:is(.logo-card__body,.olive-card__body,.wine-card__body,.menu-card__body,.web-card__body,.fly-card__body,.ext-card__body,.edit-card__body,.mail-card__body,.pack-card__body,.photo-card__body) { padding: 20px 20px 22px }
:is(.logo-card__cat,.olive-card__cat,.wine-card__cat,.menu-card__cat,.web-card__cat,.fly-card__cat,.ext-card__cat,.edit-card__cat,.mail-card__cat,.pack-card__cat,.photo-card__cat) { margin: 0 0 8px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; color: var(--green) }
:is(.logo-card,.olive-card,.wine-card,.menu-card,.web-card,.fly-card,.ext-card,.edit-card,.mail-card,.pack-card,.photo-card) h2 { font-size: 23px; margin-bottom: 10px }
:is(.logo-card,.olive-card,.wine-card,.menu-card,.web-card,.fly-card,.ext-card,.edit-card,.mail-card,.pack-card,.photo-card) p { margin: 0; color: #4b4b4b; font-size: 14px; line-height: 1.72 }
:is(.logo-card__link,.olive-card__link,.wine-card__link,.menu-card__link,.web-card__link,.fly-card__link,.ext-card__link,.edit-card__link,.mail-card__link,.pack-card__link,.photo-card__link) { display: inline-flex; margin-top: 18px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; color: var(--green) }

:is(.logo-gallery-section,.olive-gallery-section,.wine-gallery-section,.menu-gallery-section,.web-gallery-section,.fly-gallery-section,.ext-gallery-section,.edit-gallery-section,.mail-gallery-section,.pack-gallery-section,.photo-gallery-section) { padding: 0 0 92px }
:is(.logo-gallery-layout,.olive-gallery-layout,.wine-gallery-layout,.menu-gallery-layout,.web-gallery-layout,.fly-gallery-layout,.ext-gallery-layout,.edit-gallery-layout,.mail-gallery-layout,.pack-gallery-layout,.photo-gallery-layout) { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 38px; align-items: start }
:is(.logo-gallery-aside,.olive-gallery-aside,.wine-gallery-aside,.menu-gallery-aside,.web-gallery-aside,.fly-gallery-aside,.ext-gallery-aside,.edit-gallery-aside,.mail-gallery-aside,.pack-gallery-aside,.photo-gallery-aside) { position: sticky; top: 118px; padding: 30px; border: 1px solid var(--line); background: #faf8f5 }
:is(.logo-gallery-aside,.olive-gallery-aside,.wine-gallery-aside,.menu-gallery-aside,.web-gallery-aside,.fly-gallery-aside,.ext-gallery-aside,.edit-gallery-aside,.mail-gallery-aside,.pack-gallery-aside,.photo-gallery-aside) h2 { font-size: 30px; margin-bottom: 18px }
:is(.logo-gallery-aside,.olive-gallery-aside,.wine-gallery-aside,.menu-gallery-aside,.web-gallery-aside,.fly-gallery-aside,.ext-gallery-aside,.edit-gallery-aside,.mail-gallery-aside,.pack-gallery-aside,.photo-gallery-aside) p { font-size: 15px; color: #4e4e4e }
:is(.logo-gallery-meta,.olive-gallery-meta,.wine-gallery-meta,.menu-gallery-meta,.web-gallery-meta,.fly-gallery-meta,.ext-gallery-meta,.edit-gallery-meta,.mail-gallery-meta,.pack-gallery-meta,.photo-gallery-meta) { display: grid; gap: 16px; margin: 30px 0 }
:is(.logo-gallery-meta,.olive-gallery-meta,.wine-gallery-meta,.menu-gallery-meta,.web-gallery-meta,.fly-gallery-meta,.ext-gallery-meta,.edit-gallery-meta,.mail-gallery-meta,.pack-gallery-meta,.photo-gallery-meta) div { padding-bottom: 16px; border-bottom: 1px solid rgba(17,17,17,.08) }
:is(.logo-gallery-meta,.olive-gallery-meta,.wine-gallery-meta,.menu-gallery-meta,.web-gallery-meta,.fly-gallery-meta,.ext-gallery-meta,.edit-gallery-meta,.mail-gallery-meta,.pack-gallery-meta,.photo-gallery-meta) strong { display: block; font-size: 28px; line-height: 1; color: #111; letter-spacing: -.05em; margin-bottom: 6px }
:is(.logo-gallery-meta,.olive-gallery-meta,.wine-gallery-meta,.menu-gallery-meta,.web-gallery-meta,.fly-gallery-meta,.ext-gallery-meta,.edit-gallery-meta,.mail-gallery-meta,.pack-gallery-meta,.photo-gallery-meta) span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; color: #6d6d6d }
:is(.logo-gallery-note,.olive-gallery-note,.wine-gallery-note,.menu-gallery-note,.web-gallery-note,.fly-gallery-note,.ext-gallery-note,.edit-gallery-note,.mail-gallery-note,.pack-gallery-note,.photo-gallery-note) { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #7b7b7b }

:is(.logo-gallery-top,.olive-gallery-top,.wine-gallery-top,.menu-gallery-top,.web-gallery-top,.fly-gallery-top,.ext-gallery-top,.edit-gallery-top,.mail-gallery-top,.pack-gallery-top,.photo-gallery-top) { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 24px }
:is(.logo-gallery-top,.olive-gallery-top,.wine-gallery-top,.menu-gallery-top,.web-gallery-top,.fly-gallery-top,.ext-gallery-top,.edit-gallery-top,.mail-gallery-top,.pack-gallery-top,.photo-gallery-top) h2 { font-size: 34px }
:is(.logo-gallery-top,.olive-gallery-top,.wine-gallery-top,.menu-gallery-top,.web-gallery-top,.fly-gallery-top,.ext-gallery-top,.edit-gallery-top,.mail-gallery-top,.pack-gallery-top,.photo-gallery-top) p { margin: 0; color: #757575; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em }

:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) .limpiar { display: none }
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) #masTrabajos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px }
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) #masTrabajos > .navi-line,
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) #masTrabajos > h3,
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) #masTrabajos > h5,
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) #masTrabajos > br { display: none }
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) .portfolioMasTrabajos { min-width: 0 }
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) .portfolioMasTrabajos a { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #ece7df; border: 1px solid var(--line) }
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) .portfolioMasTrabajos a:before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,0) 32%, rgba(17,17,17,.78) 100%); opacity: 0; transition: opacity .25s ease; z-index: 1; pointer-events: none }
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) .portfolioMasTrabajos a:after { content: attr(title); position: absolute; left: 18px; right: 18px; bottom: 18px; color: #fff; font-size: 15px; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; z-index: 2; pointer-events: none }
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) .portfolioMasTrabajos img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease }
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) .portfolioMasTrabajos a:hover img { transform: scale(1.04); filter: saturate(.96) }
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) .portfolioMasTrabajos a:hover:before,
:is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) .portfolioMasTrabajos a:hover:after { opacity: 1; transform: translateY(0) }

@media (max-width:1180px) {
  :is(.logo-featured__grid,.olive-featured__grid,.wine-featured__grid,.menu-featured__grid,.web-featured__grid,.fly-featured__grid,.ext-featured__grid,.edit-featured__grid,.mail-featured__grid,.pack-featured__grid,.photo-featured__grid) { grid-template-columns: repeat(2, 1fr) }
  :is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) #masTrabajos { grid-template-columns: repeat(3, 1fr) }
}

@media (max-width:900px) {
  :is(.logo-summary__grid,.olive-summary__grid,.wine-summary__grid,.menu-summary__grid,.web-summary__grid,.fly-summary__grid,.ext-summary__grid,.edit-summary__grid,.mail-summary__grid,.pack-summary__grid,.photo-summary__grid,.logo-gallery-layout,.olive-gallery-layout,.wine-gallery-layout,.menu-gallery-layout,.web-gallery-layout,.fly-gallery-layout,.ext-gallery-layout,.edit-gallery-layout,.mail-gallery-layout,.pack-gallery-layout,.photo-gallery-layout) { grid-template-columns: 1fr }
  :is(.logo-gallery-aside,.olive-gallery-aside,.wine-gallery-aside,.menu-gallery-aside,.web-gallery-aside,.fly-gallery-aside,.ext-gallery-aside,.edit-gallery-aside,.mail-gallery-aside,.pack-gallery-aside,.photo-gallery-aside) { position: static }
  :is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) #masTrabajos { grid-template-columns: repeat(2, 1fr) }
  :is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) .portfolioMasTrabajos a:before,
  :is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) .portfolioMasTrabajos a:after { opacity: 1; transform: none }
}

@media (max-width:640px) {
  :is(.logo-summary,.olive-summary,.wine-summary,.menu-summary,.web-summary,.fly-summary,.ext-summary,.edit-summary,.mail-summary,.pack-summary,.photo-summary) { padding-top: 56px }
  :is(.logo-featured,.olive-featured,.wine-featured,.menu-featured,.web-featured,.fly-featured,.ext-featured,.edit-featured,.mail-featured,.pack-featured,.photo-featured) { padding-bottom: 58px }
  :is(.logo-featured__grid,.olive-featured__grid,.wine-featured__grid,.menu-featured__grid,.web-featured__grid,.fly-featured__grid,.ext-featured__grid,.edit-featured__grid,.mail-featured__grid,.pack-featured__grid,.photo-featured__grid) { grid-template-columns: 1fr }
  :is(.logo-gallery,.olive-gallery,.wine-gallery,.menu-gallery,.web-gallery,.fly-gallery,.ext-gallery,.edit-gallery,.mail-gallery,.pack-gallery,.photo-gallery) #masTrabajos { grid-template-columns: 1fr }
  :is(.logo-gallery-top,.olive-gallery-top,.wine-gallery-top,.menu-gallery-top,.web-gallery-top,.fly-gallery-top,.ext-gallery-top,.edit-gallery-top,.mail-gallery-top,.pack-gallery-top,.photo-gallery-top) { display: block }
  :is(.logo-gallery-top,.olive-gallery-top,.wine-gallery-top,.menu-gallery-top,.web-gallery-top,.fly-gallery-top,.ext-gallery-top,.edit-gallery-top,.mail-gallery-top,.pack-gallery-top,.photo-gallery-top) p { margin-top: 10px }
}

/* CLEAN PORTFOLIO FAMILY LANDINGS */
.family-landing-summary { padding: 78px 0 32px }
.family-landing-summary__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: start }
.family-landing-summary__intro p { max-width: 780px }
.family-landing-points { display: grid; gap: 18px }
.family-landing-point { padding: 22px 24px; border: 1px solid var(--line); background: #fff }
.family-landing-point strong { display: block; margin-bottom: 8px; font-size: 15px; letter-spacing: -.02em; color: #111 }
.family-landing-point p { margin: 0; color: #555; font-size: 14px; line-height: 1.65 }

.family-landing-featured { padding: 18px 0 90px }
.family-landing-featured__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px }
.family-card { border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease }
.family-card:hover { transform: translateY(-4px); box-shadow: var(--shadow) }
.family-card__image { display: block; aspect-ratio: 4 / 4.7; overflow: hidden; background: #ece7df }
.family-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease }
.family-card:hover .family-card__image img { transform: scale(1.04) }
.family-card__body { padding: 20px 20px 22px }
.family-card__cat { margin: 0 0 8px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; color: var(--green) }
.family-card h2 { font-size: 23px; margin-bottom: 10px }
.family-card p { margin: 0; color: #4b4b4b; font-size: 14px; line-height: 1.72 }
.family-card__link { display: inline-flex; margin-top: 18px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; color: var(--green) }

.family-landing-featured__grid--hover .portfolioMasTrabajos { min-width: 0 }
.family-landing-featured__grid--hover .portfolioMasTrabajos a { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #ece7df; border: 1px solid var(--line) }
.family-landing-featured__grid--hover .portfolioMasTrabajos a:before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 32%, rgba(17, 17, 17, .78) 100%); opacity: 0; transition: opacity .25s ease; z-index: 1; pointer-events: none }
.family-landing-featured__grid--hover .portfolioMasTrabajos a:after { content: attr(title); position: absolute; left: 18px; right: 18px; bottom: 18px; color: #fff; font-size: 15px; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; z-index: 2; pointer-events: none }
.family-landing-featured__grid--hover .portfolioMasTrabajos img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease }
.family-landing-featured__grid--hover .portfolioMasTrabajos a:hover img { transform: scale(1.04); filter: saturate(.96) }
.family-landing-featured__grid--hover .portfolioMasTrabajos a:hover:before,
.family-landing-featured__grid--hover .portfolioMasTrabajos a:hover:after { opacity: 1; transform: translateY(0) }

.family-landing-gallery-section { padding: 0 0 92px }
.family-landing-gallery-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 38px; align-items: start }
.family-landing-gallery-aside { position: sticky; top: 118px; padding: 30px; border: 1px solid var(--line); background: #faf8f5 }
.family-landing-gallery-aside h2 { font-size: 30px; margin-bottom: 18px }
.family-landing-gallery-aside p { font-size: 15px; color: #4e4e4e }
.family-landing-gallery-meta { display: grid; gap: 16px; margin: 30px 0 }
.family-landing-gallery-meta div { padding-bottom: 16px; border-bottom: 1px solid rgba(17, 17, 17, .08) }
.family-landing-gallery-meta strong { display: block; font-size: 28px; line-height: 1; color: #111; letter-spacing: -.05em; margin-bottom: 6px }
.family-landing-gallery-meta span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; color: #6d6d6d }
.family-landing-gallery-note { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #7b7b7b }
.family-landing-gallery-top { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 24px }
.family-landing-gallery-top h2 { font-size: 34px }
.family-landing-gallery-top p { margin: 0; color: #757575; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em }

.family-landing-gallery .limpiar { display: none }
.family-landing-gallery #masTrabajos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px }
.family-landing-gallery #masTrabajos > .navi-line,
.family-landing-gallery #masTrabajos > h3,
.family-landing-gallery #masTrabajos > h5,
.family-landing-gallery #masTrabajos > br { display: none }
.family-landing-gallery .portfolioMasTrabajos { min-width: 0 }
.family-landing-gallery .portfolioMasTrabajos a { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #ece7df; border: 1px solid var(--line) }
.family-landing-gallery .portfolioMasTrabajos a:before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 32%, rgba(17, 17, 17, .78) 100%); opacity: 0; transition: opacity .25s ease; z-index: 1; pointer-events: none }
.family-landing-gallery .portfolioMasTrabajos a:after { content: attr(title); position: absolute; left: 18px; right: 18px; bottom: 18px; color: #fff; font-size: 15px; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; z-index: 2; pointer-events: none }
.family-landing-gallery .portfolioMasTrabajos img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease }
.family-landing-gallery .portfolioMasTrabajos a:hover img { transform: scale(1.04); filter: saturate(.96) }
.family-landing-gallery .portfolioMasTrabajos a:hover:before,
.family-landing-gallery .portfolioMasTrabajos a:hover:after { opacity: 1; transform: translateY(0) }

@media (max-width:1180px) {
  .family-landing-featured__grid { grid-template-columns: repeat(2, 1fr) }
  .family-landing-gallery #masTrabajos { grid-template-columns: repeat(3, 1fr) }
}

@media (max-width:900px) {
  .family-landing-summary__grid,
  .family-landing-gallery-layout { grid-template-columns: 1fr }
  .family-landing-gallery-aside { position: static }
  .family-landing-gallery #masTrabajos { grid-template-columns: repeat(2, 1fr) }
  .family-landing-gallery .portfolioMasTrabajos a:before,
  .family-landing-gallery .portfolioMasTrabajos a:after,
  .family-landing-featured__grid--hover .portfolioMasTrabajos a:before,
  .family-landing-featured__grid--hover .portfolioMasTrabajos a:after { opacity: 1; transform: none }
}

@media (max-width:640px) {
  .family-landing-summary { padding-top: 56px }
  .family-landing-featured { padding-bottom: 58px }
  .family-landing-featured__grid,
  .family-landing-gallery #masTrabajos { grid-template-columns: 1fr }
  .family-landing-gallery-top { display: block }
  .family-landing-gallery-top p { margin-top: 10px }
}

/* CREATIVE PHOTOGRAPHY */
.photo-summary { padding: 78px 0 32px }
.photo-summary__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 42px; align-items: start }
.photo-summary__intro p { max-width: 780px }
.photo-points { display: grid; gap: 18px }
.photo-point { padding: 22px 24px; border: 1px solid var(--line); background: #fff }
.photo-point strong { display: block; margin-bottom: 8px; font-size: 15px; letter-spacing: -.02em; color: #111 }
.photo-point p { margin: 0; color: #555; font-size: 14px; line-height: 1.65 }

.photo-featured { padding: 18px 0 90px }
.photo-featured__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px }
.photo-card { border: 1px solid var(--line); background: #fff; transition: transform .25s ease, box-shadow .25s ease }
.photo-card:hover { transform: translateY(-4px); box-shadow: var(--shadow) }
.photo-card__image { display: block; aspect-ratio: 4 / 4.7; overflow: hidden; background: #e8e4dd }
.photo-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease }
.photo-card:hover .photo-card__image img { transform: scale(1.04) }
.photo-card__body { padding: 20px 20px 22px }
.photo-card__cat { margin: 0 0 8px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; color: var(--green) }
.photo-card h2 { font-size: 23px; margin-bottom: 10px }
.photo-card p { margin: 0; color: #4b4b4b; font-size: 14px; line-height: 1.72 }
.photo-card__link { display: inline-flex; margin-top: 18px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; color: var(--green) }

.photo-gallery-section { padding: 0 0 92px }
.photo-gallery-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 38px; align-items: start }
.photo-gallery-aside { position: sticky; top: 118px; padding: 30px; border: 1px solid var(--line); background: #faf7f1 }
.photo-gallery-aside h2 { font-size: 30px; margin-bottom: 18px }
.photo-gallery-aside p { font-size: 15px; color: #4e4e4e }
.photo-gallery-meta { display: grid; gap: 16px; margin: 30px 0 }
.photo-gallery-meta div { padding-bottom: 16px; border-bottom: 1px solid rgba(17, 17, 17, .08) }
.photo-gallery-meta strong { display: block; font-size: 28px; line-height: 1; color: #111; letter-spacing: -.05em; margin-bottom: 6px }
.photo-gallery-meta span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; color: #6d6d6d }
.photo-gallery-note { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #7b7b7b }
.photo-gallery-top { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 24px }
.photo-gallery-top h2 { font-size: 34px }
.photo-gallery-top p { margin: 0; color: #757575; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em }

.photo-gallery .limpiar { display: none }
.photo-gallery #masTrabajos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px }
.photo-gallery #masTrabajos > .navi-line,
.photo-gallery #masTrabajos > h3,
.photo-gallery #masTrabajos > h5,
.photo-gallery #masTrabajos > br { display: none }
.photo-gallery .portfolioMasTrabajos { min-width: 0 }
.photo-gallery .portfolioMasTrabajos a { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #e8e4dd; border: 1px solid var(--line) }
.photo-gallery .portfolioMasTrabajos a:before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,0) 32%, rgba(17,17,17,.78) 100%); opacity: 0; transition: opacity .25s ease; z-index: 1; pointer-events: none }
.photo-gallery .portfolioMasTrabajos a:after { content: attr(title); position: absolute; left: 18px; right: 18px; bottom: 18px; color: #fff; font-size: 15px; font-weight: 700; line-height: 1.25; letter-spacing: -.02em; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; z-index: 2; pointer-events: none }
.photo-gallery .portfolioMasTrabajos img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease }
.photo-gallery .portfolioMasTrabajos a:hover img { transform: scale(1.04); filter: saturate(.96) }
.photo-gallery .portfolioMasTrabajos a:hover:before,
.photo-gallery .portfolioMasTrabajos a:hover:after { opacity: 1; transform: translateY(0) }

@media (max-width:1180px) {
  .photo-featured__grid { grid-template-columns: repeat(2, 1fr) }
  .photo-gallery #masTrabajos { grid-template-columns: repeat(3, 1fr) }
}

@media (max-width:900px) {
  .photo-summary__grid,
  .photo-gallery-layout { grid-template-columns: 1fr }
  .photo-gallery-aside { position: static }
  .photo-gallery #masTrabajos { grid-template-columns: repeat(2, 1fr) }
  .photo-gallery .portfolioMasTrabajos a:before,
  .photo-gallery .portfolioMasTrabajos a:after { opacity: 1; transform: none }
}

@media (max-width:640px) {
  .photo-summary { padding-top: 56px }
  .photo-featured { padding-bottom: 58px }
  .photo-featured__grid,
  .photo-gallery #masTrabajos { grid-template-columns: 1fr }
  .photo-gallery-top { display: block }
  .photo-gallery-top p { margin-top: 10px }
}

/* VÍDEO CATEGORY PAGES */
body.has-video-modal { overflow: hidden }
.video-page { background: #faf8f5 }
.video-gallery { padding: 34px 0 92px; background: #fff }
.video-gallery__toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-bottom: 24px }
.video-filters { display: flex; gap: 32px; flex-wrap: wrap }
.video-filters a { position: relative; padding: 0 0 14px; font-size: 14px; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; color: #161616 }
.video-filters a.is-active { color: var(--green) }
.video-filters a:after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--green); transition: width .25s ease }
.video-filters a:hover:after,
.video-filters a.is-active:after { width: 100% }
.video-order { display: flex; align-items: center; gap: 12px; font-size: 14px; color: #666 }
.video-order strong { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; color: #7a7a7a }
.video-order span:last-child { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid var(--line); background: #fff }
.video-order span:last-child:after { content: ""; width: 7px; height: 7px; border-right: 1px solid #777; border-bottom: 1px solid #777; transform: rotate(45deg); margin-top: -4px }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px }
.video-card { border: 1px solid #ece7de; background: #fff; display: flex; flex-direction: column; min-width: 0 }
.video-card__media { position: relative; display: block; aspect-ratio: 10 / 8.2; overflow: hidden; background: #d7d2ca }
.video-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; filter: brightness(.82) saturate(.9) }
.video-card:hover .video-card__media img { transform: scale(1.04); filter: brightness(.72) saturate(.94) }
.video-card__media:before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17,17,17,.06), rgba(17,17,17,.48)); z-index: 1 }
.video-card__play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 82px; height: 82px; border-radius: 999px; background: rgba(15,15,15,.78); backdrop-filter: blur(6px); z-index: 2 }
.video-card__play:before { content: ""; position: absolute; left: 33px; top: 25px; border-left: 24px solid #fff; border-top: 16px solid transparent; border-bottom: 16px solid transparent }
.video-card__badge { position: absolute; right: 14px; bottom: 14px; z-index: 2; padding: 7px 10px; background: rgba(10,10,10,.84); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em }
.video-card__body { padding: 18px 18px 20px }
.video-card__cat { margin: 0 0 8px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; color: var(--green) }
.video-card h2 { font-size: 31px; line-height: 1.1; margin-bottom: 10px }
.video-card p { margin: 0; color: #4e4e4e; font-size: 15px; line-height: 1.72 }
.video-card__link { display: inline-flex; margin-top: 18px; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; color: var(--green) }
.video-gallery__more { display: flex; justify-content: center; margin-top: 26px }
.video-gallery__more .btn { min-width: 252px; justify-content: center }
.video-empty { padding: 32px; border: 1px solid var(--line); background: #faf8f5 }
.video-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 24px }
.video-modal[hidden] { display: none }
.video-modal__backdrop { position: absolute; inset: 0; background: rgba(10,10,10,.8) }
.video-modal__dialog { position: relative; width: min(1100px, 100%); background: #0c0c0d; padding: 18px; box-shadow: 0 30px 70px rgba(0,0,0,.34) }
.video-modal__close { position: absolute; right: 12px; top: 12px; width: 42px; height: 42px; border: 0; background: rgba(255,255,255,.08); color: #fff; font-size: 26px; cursor: pointer }
.video-modal__title { margin: 0 54px 14px 0; color: #fff; font-size: 20px }
.video-modal__frame { aspect-ratio: 16 / 9; background: #000 }
.video-modal__frame iframe { width: 100%; height: 100%; border: 0 }

@media (max-width:1180px) {
  .video-grid { grid-template-columns: repeat(2, 1fr) }
  .video-gallery__toolbar { display: block }
  .video-order { margin-top: 18px }
}

@media (max-width:760px) {
  .video-filters { gap: 18px 24px }
  .video-grid { grid-template-columns: 1fr }
  .video-card h2 { font-size: 24px }
  .video-card__play { width: 68px; height: 68px }
  .video-card__play:before { left: 28px; top: 21px; border-left-width: 20px; border-top-width: 13px; border-bottom-width: 13px }
  .video-modal { padding: 10px }
  .video-modal__dialog { padding: 12px }
}

/* BRANDING PROJECTS INDEX */
.projects-area { padding: 74px 0 58px; background: #fff }
.projects-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 54px; align-items: start }
.project-filter { position: sticky; top: 126px; padding-top: 4px }
.project-filter ul { list-style: none; margin: 0 0 92px; padding: 0; display: grid; gap: 26px }
.project-filter a { font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; color: #222; display: flex; align-items: center; gap: 22px }
.project-filter a.active { color: var(--green) }
.project-filter a.active:after { content: ""; height: 2px; background: var(--green); flex: 1; opacity: .65 }
.download-portfolio { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: center; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; line-height: 1.35; color: #222 }
.download-portfolio span { width: 28px; height: 34px; border: 1px solid var(--green); color: var(--green); display: grid; place-items: center; font-size: 20px }
.projects-top { display: flex; justify-content: flex-end; margin-bottom: 22px; color: #8a8a8a; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em }
.projects-top strong { color: #1f1f1f; margin-left: 16px; font-weight: 900; text-transform: none; letter-spacing: 0 }
.projects-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 14px }
.project-card { min-width: 0 }
.project-card__image { display: block; aspect-ratio: 1 / 1.28; background: #eee; overflow: hidden }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease }
.project-card:hover img { transform: scale(1.035); filter: saturate(.95) }
.project-card__body { display: grid; grid-template-columns: 1fr 30px; gap: 10px; align-items: end; padding: 13px 14px 0 14px }
.project-card__cat { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; color: #9a9a9a; margin: 0 0 4px }
.project-card h2 { font-size: 17px; letter-spacing: -.03em; line-height: 1.2; margin: 0; color: #111 }
.project-card__plus { font-size: 30px; line-height: 1; color: #5f5f5f; text-align: right; font-weight: 300; margin-bottom: -2px }
.load-more { text-align: center; margin-top: 34px }
.load-more .btn { min-width: 230px; background: #fff }

@media (max-width:1180px) {
  .projects-grid { grid-template-columns: repeat(3, 1fr) }
  .projects-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 34px }
}

@media (max-width:900px) {
  .projects-layout { grid-template-columns: 1fr }
  .project-filter { position: static }
  .project-filter ul { grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 26px }
  .project-filter a.active:after { display: none }
  .download-portfolio { margin-bottom: 28px }
  .projects-grid { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width:560px) {
  .projects-area { padding-top: 46px }
  .project-filter ul { grid-template-columns: 1fr }
  .projects-top { justify-content: flex-start }
  .projects-grid { grid-template-columns: 1fr; gap: 30px }
  .project-card__image { aspect-ratio: 4 / 3 }
}

/* WHATSAPP FLOAT */
#guasap a {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 90%;
  margin-top: -25px;
  min-width: 50px;
  max-width: 150px;
  padding: 10px;
  background: #20b038;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  transition: all .5s ease;
}
#guasap a::before {
  font-family: "Socicon" !important;
  content: '\e099' !important;
  margin-left: 5px;
  margin-right: 5px;
}

/* BUTTON DEMO */
.button1 { display: flex; align-items: center; justify-content: center; outline: none; cursor: pointer; width: 150px; height: 50px; background-image: linear-gradient(to top, #d8d9db 0%, #fff 80%, #fdfdfd 100%); border-radius: 30px; border: 1px solid #8f9092; transition: all .2s ease; font-family: "Source Sans Pro", sans-serif; font-size: 14px; font-weight: 600; color: #606060; text-shadow: 0 1px #fff; text-decoration: none }
.button1:hover { box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1, 0 -6px 4px #fefefe, inset 0 0 3px 3px #cecfd1 }
.button1:active,
.button1:focus { box-shadow: 0 4px 3px 1px #fcfcfc, 0 6px 8px #d6d7d9, 0 -4px 4px #cecfd1, 0 -6px 4px #fefefe, inset 0 0 5px 3px #999, inset 0 0 30px #aaa }
.button2,
.button8 { width: fit-content; min-width: 100px; height: 45px; padding: 8px; border-radius: 5px; border: 2.5px solid #e0e1e4; box-shadow: 0 0 20px -20px; cursor: pointer; background-color: #fff; transition: all .2s ease-in-out; user-select: none; font-family: "Poppins", sans-serif; text-decoration: none }
.button2:hover,
.button8:hover { background-color: #f2f2f2; box-shadow: 0 0 20px -18px }
.button2:active,
.button8:active { transform: scale(.95) }
.button3 { padding: 15px 25px; border: 0; border-radius: 15px; color: #212121; z-index: 1; background: #e8e8e8; position: relative; font-weight: 1000; font-size: 17px; box-shadow: 4px 8px 19px -3px rgba(0,0,0,.27); transition: all 250ms; overflow: hidden; text-decoration: none }
.button3::before { content: ""; position: absolute; top: 0; left: 0; height: 100%; width: 0; border-radius: 15px; background-color: #212121; z-index: -1; box-shadow: 4px 8px 19px -3px rgba(0,0,0,.27); transition: all 250ms }
.button3:hover { color: #e8e8e8 }
.button3:hover::before { width: 100% }
.button4 { display: inline-block; transition: all .2s ease-in; position: relative; overflow: hidden; z-index: 1; color: #090909; padding: .7em 1.7em; font-size: 18px; border-radius: .5em; background: #e8e8e8; border: 1px solid #e8e8e8; box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #fff; text-decoration: none }
.button4:active { color: #666; box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #fff }
.button4:before { content: ""; position: absolute; left: 50%; transform: translateX(-50%) scaleY(1) scaleX(1.25); top: 100%; width: 140%; height: 180%; background-color: rgba(0,0,0,.05); border-radius: 50%; display: block; transition: all .5s .1s cubic-bezier(.55,0,.1,1); z-index: -1 }
.button4:after { content: ""; position: absolute; left: 55%; transform: translateX(-50%) scaleY(1) scaleX(1.45); top: 180%; width: 160%; height: 190%; background-color: #009087; border-radius: 50%; display: block; transition: all .5s .1s cubic-bezier(.55,0,.1,1); z-index: -1 }
.button4:hover { color: #fff; border: 1px solid #009087 }
.button4:hover:before { top: -35%; background-color: #009087; transform: translateX(-50%) scaleY(1.3) scaleX(.8) }
.button4:hover:after { top: -45%; background-color: #009087; transform: translateX(-50%) scaleY(1.3) scaleX(.8) }
.button5 { align-items: center; background-color: #fff; border: 1px solid rgba(0,0,0,.1); border-radius: .25rem; box-shadow: rgba(0,0,0,.02) 0 1px 3px 0; box-sizing: border-box; color: rgba(0,0,0,.85); cursor: pointer; display: inline-flex; font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 600; justify-content: center; line-height: 1.25; min-height: 3rem; padding: calc(.875rem - 1px) calc(1.5rem - 1px); text-decoration: none; transition: all 250ms; user-select: none; vertical-align: baseline; width: auto }
.button5:hover,
.button5:focus { border-color: rgba(0,0,0,.15); box-shadow: rgba(0,0,0,.1) 0 4px 12px; color: rgba(0,0,0,.65) }
.button5:hover { transform: translateY(-1px) }
.button5:active { background-color: #f0f0f1; border-color: rgba(0,0,0,.15); box-shadow: rgba(0,0,0,.06) 0 2px 4px; color: rgba(0,0,0,.65); transform: translateY(0) }
.button6 { padding: 12.5px 30px; border: 0; border-radius: 100px; background-color: #2ba8fb; color: #fff; font-weight: 700; transition: all .5s; text-decoration: none }
.button6:hover { background-color: #6fc5ff; box-shadow: 0 0 20px #6fc5ff50 }
.button6:active { background-color: #3d94cf; transition: all .25s; box-shadow: none }
.button7 { position: relative; background: none; border: solid 1px #121212; transition: linear 250ms; width: 100px; height: 40px; display: flex; justify-content: center; align-items: center; font-size: 1rem; text-decoration: none }
.button7:is(:hover,:focus) { color: #fff }
.button7::after { position: absolute; content: ''; inset: 0; z-index: -1; background-color: #121212; transform-origin: left; transform: scaleX(0); transition: linear 250ms }
.button7:is(:hover,:focus)::after { transform: scale(1) }
.switch { --button-width: 3.5em; --button-height: 2em; --toggle-diameter: 1.5em; --button-toggle-offset: calc((var(--button-height) - var(--toggle-diameter)) / 2); --toggle-shadow-offset: 10px; --toggle-wider: 3em; --color-grey: #ccc; --color-green: #4296f4 }
.sliderMov { display: inline-block; width: var(--button-width); height: var(--button-height); background-color: var(--color-grey); border-radius: calc(var(--button-height) / 2); position: relative; transition: .3s all ease-in-out }
.sliderMov::after { content: ""; display: inline-block; width: var(--toggle-diameter); height: var(--toggle-diameter); background-color: #fff; border-radius: calc(var(--toggle-diameter) / 2); position: absolute; top: var(--button-toggle-offset); transform: translateX(var(--button-toggle-offset)); box-shadow: var(--toggle-shadow-offset) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0,0,0,.1); transition: .3s all ease-in-out }
.switch input[type="checkbox"]:checked + .sliderMov { background-color: var(--color-green) }
.switch input[type="checkbox"]:checked + .sliderMov::after { transform: translateX(calc(var(--button-width) - var(--toggle-diameter) - var(--button-toggle-offset))); box-shadow: calc(var(--toggle-shadow-offset) * -1) 0 calc(var(--toggle-shadow-offset) * 4) rgba(0,0,0,.1) }
.switch input[type="checkbox"] { display: none }
.switch input[type="checkbox"]:active + .sliderMov::after { width: var(--toggle-wider) }
.switch input[type="checkbox"]:checked:active + .sliderMov::after { transform: translateX(calc(var(--button-width) - var(--toggle-wider) - var(--button-toggle-offset))) }
.cbx { position: relative; top: 1px; width: 27px; height: 27px; border: 1px solid #c8ccd4; border-radius: 3px; vertical-align: middle; transition: background .1s ease; cursor: pointer; display: block }
.cbx:after { content: ''; position: absolute; top: 2px; left: 8px; width: 7px; height: 14px; opacity: 0; transform: rotate(45deg) scale(0); border-right: 2px solid #fff; border-bottom: 2px solid #fff; transition: all .3s ease; transition-delay: .15s }
.lbl { margin-left: 5px; vertical-align: middle; cursor: pointer }
#cbx:checked ~ .cbx { border-color: transparent; background: #6871f1; animation: jelly .6s ease }
#cbx:checked ~ .cbx:after { opacity: 1; transform: rotate(45deg) scale(1) }
.cntr { position: relative }
@keyframes jelly { from { transform: scale(1, 1) } 30% { transform: scale(1.25, .75) } 40% { transform: scale(.75, 1.25) } 50% { transform: scale(1.15, .85) } 65% { transform: scale(.95, 1.05) } 75% { transform: scale(1.05, .95) } to { transform: scale(1, 1) } }
.hidden-xs-up { display: none !important }
.containerBox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0 }
.containerBox { display: block; position: relative; cursor: pointer; font-size: 20px; user-select: none }
.checkmark { position: relative; top: 0; left: 0; height: 1.3em; width: 1.3em; background-color: #ccc; border-radius: 100%; background: #e8e8e8; box-shadow: 3px 3px 5px #c5c5c5, -3px -3px 5px #fff; transition-duration: .5s }
.containerBox input:checked ~ .checkmark { box-shadow: inset 3px 3px 5px #c5c5c5, inset -3px -3px 5px #fff }
.checkmark:after { content: ""; position: absolute; opacity: 0 }
.containerBox input:checked ~ .checkmark:after { opacity: 1 }
.containerBox .checkmark:after { left: .45em; top: .25em; width: .25em; height: .5em; border: solid darkgray; border-width: 0 .15em .15em 0; transform: rotate(45deg) }
.containerV input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0 }
.containerV { display: block; position: relative; cursor: pointer; font-size: 20px; user-select: none }
.checkmarkV { position: relative; top: 0; left: 0; height: 1.3em; width: 1.3em; background: #606062; border-radius: 5px; box-shadow: 0 0 1px rgba(0,0,0,.3), 0 1px 1px rgba(0,0,0,.5) }
.containerV input:checked ~ .checkmarkV { background-image: linear-gradient(#b9e9b3, #a8e4a0) }
.checkmarkV:after { content: ""; position: absolute; display: none }
.containerV input:checked ~ .checkmarkV:after { display: block }
.containerV .checkmarkV:after { left: .45em; top: .25em; width: .25em; height: .5em; border: solid #fff; border-width: 0 .15em .15em 0; transform: rotate(45deg) }
.input { border: none; padding: 1rem; border-radius: 1rem; background: #e8e8e8; box-shadow: 10px 10px 30px #c5c5c5, -10px -10px 30px #fff; transition: .3s }
.input:focus { outline-color: #e8e8e8; background: #e8e8e8; box-shadow: inset 20px 20px 60px #c5c5c5, inset -20px -20px 60px #fff; transition: .3s }

.about-page {
  background: #faf8f4;
}

.about-page main {
  background: #fff;
}

.about-hero {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}

.about-page .hero-full {
  min-height: 620px;
  max-height: none;
}

.about-page .hero-full img {
  object-position: center right;
}

.about-page .hero-copy {
  max-width: 860px;
}

.about-page .hero-copy h1 {
  max-width: 10ch;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .92fr);
  gap: 40px;
  align-items: center;
}

.about-copy p:not(.eyebrow) {
  max-width: 740px;
  color: #4d4d4d;
  font-size: 17px;
  line-height: 1.9;
}

.about-visual {
  border: 1px solid var(--line);
  background: #f7f2ea;
  overflow: hidden;
}

.about-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-process {
  padding-top: 18px;
}

.about-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-process__card {
  padding: 28px 24px;
  border: 1px solid var(--line);
  background: #fff;
}

.about-process__number {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #f4efe8;
  color: var(--green);
  font-size: 20px;
  font-weight: 800;
}

.about-process__card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -.03em;
}

.about-process__card p {
  margin: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.75;
}

.about-benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.about-benefits__card {
  padding: 26px 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.about-benefits__card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.about-benefits__card p {
  margin: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.75;
}

.about-specialties__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-specialties__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 170px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  background: #fff;
  transition: .22s ease;
}

.about-specialties__card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.about-specialties__card strong {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #111;
}

.about-specialties__card span {
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
}

.about-split--network {
  align-items: start;
}

.about-network__cloud {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-network__cloud span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  padding: 24px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #faf8f3;
  text-align: center;
  font-size: 15px;
  line-height: 1.45;
  color: #343434;
}

.about-metrics {
  padding: 0 0 80px;
  background: #fff;
}

.about-metrics__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  background: #faf8f3;
}

.about-metrics__item {
  padding: 34px 26px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.about-metrics__item:last-child {
  border-right: 0;
}

.about-metrics__item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1;
  letter-spacing: -.06em;
}

.about-metrics__item span {
  color: #303030;
  font-size: 15px;
  line-height: 1.6;
}

.about-closing {
  padding-top: 8px;
}

.about-closing__inner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .85fr);
  gap: 40px;
  align-items: start;
}

.about-closing__inner > p {
  margin: 0;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.9;
}

@media (max-width: 1080px) {
  .about-process__grid,
  .about-benefits__grid,
  .about-specialties__grid,
  .about-network__cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .about-split,
  .about-closing__inner {
    grid-template-columns: 1fr;
  }

  .about-metrics__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-process__grid,
  .about-benefits__grid,
  .about-specialties__grid,
  .about-network__cloud,
  .about-metrics__grid {
    grid-template-columns: 1fr;
  }

  .about-network__cloud span {
    min-height: 96px;
    border-radius: 28px;
  }
}
