:root {
    --brand: #005a46;
    --brand-dark: #063b31;
    --brand-ink: #12221e;
    --brand-soft: #dce8e2;
    --ivory: #f5f2ea;
    --stone: #d8d3c8;
    --white: #fff;
    --serif: Georgia, "Times New Roman", serif;
    --sans: "Roboto", Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body { color: var(--brand-ink); background: var(--ivory); font-family: var(--sans); }
main { overflow: hidden; }
::selection { color: var(--white); background: var(--brand); }

.site-nav {
    min-height: 86px;
    padding: .75rem 0;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid rgba(0, 90, 70, .12);
    position: relative;
    z-index: 20;
}
.site-nav > .container { max-width: 1240px; }
.brand-lockup { display: inline-flex; align-items: center; color: var(--brand); }
.brand-lockup img { display: block; width: 320px; height: auto; min-height: 53px; object-fit: contain; }
.site-nav .nav-link { margin-left: 1.25rem; padding: .75rem 0 !important; color: #31413d; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav .nav-link:hover, .site-nav .nav-link:focus { color: var(--brand); }
.site-nav .nav-link.active { color: var(--brand); }
.site-nav .nav-link.active::after { content: ""; display: block; height: 1px; margin-top: .35rem; background: currentColor; }
.site-nav .nav-item--contact .nav-link.active::after { display: none; }
.site-nav .nav-item--contact .nav-link { padding: .72rem 1rem !important; border: 1px solid var(--brand); color: var(--brand); }
.site-nav .nav-item--contact .nav-link:hover { color: var(--white); background: var(--brand); }
.language-switcher { display: flex; align-items: center; gap: .35rem; margin-left: .9rem; padding-left: .9rem; border-left: 1px solid #cbd5d1; color: #9aa7a3; font-size: .68rem; font-weight: 700; letter-spacing: .08em; }
.language-switcher__link { color: #7b8884; text-decoration: none; transition: color .2s; }
.language-switcher__link:hover, .language-switcher__link:focus, .language-switcher__link.active { color: var(--brand); }
.language-switcher__link.active { text-decoration: underline; text-underline-offset: .28rem; }
.navbar-toggler { border: 0; padding-right: 0; }
.navbar-toggler:focus { box-shadow: none; }

.hero-home { min-height: calc(100vh - 86px); position: relative; display: flex; align-items: center; background: #e9e5dc; }
.hero-home__media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,242,234,.97) 0%, rgba(245,242,234,.9) 31%, rgba(245,242,234,.2) 58%, rgba(245,242,234,0) 100%), url('/imagenes/paginas/index/hero-asesoria.webp') center/cover no-repeat; }
.hero-home__content { position: relative; z-index: 1; padding-top: 6rem; padding-bottom: 7rem; }
.hero-home__copy { width: min(680px, 56%); }
.eyebrow { margin: 0 0 1.35rem; color: var(--brand); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin-right: 12px; vertical-align: middle; background: currentColor; }
.eyebrow--light { color: #a9c5bc; }
.hero-home h1 { margin: 0; max-width: 650px; color: var(--brand-dark); font: 400 clamp(3.35rem, 5.2vw, 5.7rem)/.97 var(--serif); letter-spacing: -.045em; }
.hero-home__lead { max-width: 550px; margin: 2rem 0 0; color: #45524f; font-size: 1.1rem; line-height: 1.7; }
.hero-home__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.75rem; margin-top: 2.45rem; }
.btn-brand, .btn-light-brand { padding: .95rem 1.45rem; border-radius: 0; font-size: .77rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.btn-brand { border: 1px solid var(--brand); color: var(--white); background: var(--brand); }
.btn-brand:hover, .btn-brand:focus { border-color: var(--brand-dark); color: var(--white); background: var(--brand-dark); }
.text-link { color: var(--brand-dark); font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.text-link:hover { color: var(--brand); }
.text-link span { display: inline-block; margin-left: .45rem; font-size: 1rem; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, 3px); }
.hero-home__scroll { position: absolute; z-index: 2; right: 2.5rem; bottom: 2rem; display: flex; align-items: center; gap: .65rem; color: var(--brand-dark); font-size: .65rem; font-weight: 700; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }

.intro-section { padding: 8.5rem 0 7.5rem; background: var(--ivory); }
.display-heading { margin: 0; color: var(--brand-dark); font: 400 clamp(2.55rem, 4vw, 4.35rem)/1.04 var(--serif); letter-spacing: -.035em; }
.display-heading--light { color: var(--white); }
.section-copy { margin: 0; color: #59645f; font-size: 1.03rem; line-height: 1.8; }
.trust-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 6.5rem; border-top: 1px solid var(--stone); border-bottom: 1px solid var(--stone); }
.trust-row > div { display: grid; grid-template-columns: 36px 1fr; gap: .1rem .85rem; padding: 1.7rem 1.25rem 1.7rem 0; border-right: 1px solid var(--stone); }
.trust-row > div:not(:first-child) { padding-left: 1.25rem; }
.trust-row > div:last-child { border-right: 0; }
.trust-row span { grid-row: 1 / 3; color: #94a19d; font-size: .67rem; letter-spacing: .1em; }
.trust-row strong { color: var(--brand-dark); font: 400 1.45rem/1 var(--serif); }
.trust-row small { color: #75807c; font-size: .73rem; }

.services-section { padding: 8.5rem 0; color: var(--white); background: var(--brand-dark); }
.section-heading { align-items: end; margin-bottom: 5rem; }
.section-index { margin: 0; color: #79958c; font: 400 1.1rem/1 var(--serif); }
.services-list { border-top: 1px solid rgba(255,255,255,.25); }
.service-item { border-bottom: 1px solid rgba(255,255,255,.25); }
.service-item summary { display: grid; grid-template-columns: 70px minmax(250px, 1fr) minmax(240px, .8fr) 40px; align-items: center; gap: 1rem; padding: 2rem 0; list-style: none; cursor: pointer; }
.service-item summary::-webkit-details-marker { display: none; }
.service-item__number { color: #8ba69d; font-size: .7rem; letter-spacing: .1em; }
.service-item__title { font: 400 clamp(1.65rem, 2.3vw, 2.3rem)/1.1 var(--serif); }
.service-item__summary { color: #a9bbb5; font-size: .88rem; }
.service-item__toggle { width: 28px; height: 28px; position: relative; justify-self: end; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.service-item__toggle::before, .service-item__toggle::after { content: ""; position: absolute; left: 7px; right: 7px; top: 13px; height: 1px; background: white; }
.service-item__toggle::after { transform: rotate(90deg); transition: transform .2s; }
.service-item[open] .service-item__toggle::after { transform: rotate(0); }
.service-item__content { display: grid; grid-template-columns: minmax(250px, 1fr) minmax(320px, 1.4fr); gap: 3rem; padding: 0 55px 2.5rem 70px; color: #c5d2ce; line-height: 1.7; }
.service-item__content p { margin: 0; }
.service-item__content ul { columns: 2; column-gap: 2.25rem; margin: 0; padding-left: 1rem; }
.service-item__content li { break-inside: avoid; margin-bottom: .45rem; padding-left: .25rem; }

.method-section { padding: 9rem 0; background: #ede9e0; }
.method-section__image-wrap { min-height: 680px; overflow: hidden; }
.method-section__image { width: 100%; height: 100%; object-fit: cover; }
.method-section__copy { padding: 5rem 5.5rem; background: var(--white); }
.method-section__copy > p:not(.eyebrow) { margin: 2rem 0 0; color: #56625e; font-size: 1rem; line-height: 1.8; }
.method-steps { margin: 3.25rem 0 0; padding: 0; list-style: none; }
.method-steps li { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid #deded8; }
.method-steps li:last-child { border-bottom: 1px solid #deded8; }
.method-steps > li > span { color: #82918c; font-size: .65rem; letter-spacing: .12em; }
.method-steps div { display: flex; flex-direction: column; gap: .35rem; }
.method-steps strong { color: var(--brand-dark); font: 400 1.35rem/1 var(--serif); }
.method-steps small { color: #687570; font-size: .8rem; }

.contact-cta { padding: 7.5rem 0; color: var(--white); background: var(--brand); }
.contact-cta__inner { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 7rem; }
.contact-cta h2 { margin: 0; max-width: 760px; font: 400 clamp(3rem, 5vw, 5.3rem)/1 var(--serif); letter-spacing: -.04em; }
.contact-cta__action p { margin: 0 0 1.75rem; color: #d3e4df; line-height: 1.65; }
.btn-light-brand { border: 1px solid var(--white); color: var(--brand-dark); background: var(--white); }
.btn-light-brand:hover { color: var(--white); background: transparent; }

.site-footer { padding: 5.5rem 0 1.5rem; color: #c7d6d1; background: #092f28; }
.site-footer a { color: inherit; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.site-footer__brand { display: inline-flex; align-items: center; color: var(--white) !important; }
.site-footer__brand img { display: block; width: min(430px, 100%); height: auto; margin: -24px 0; object-fit: contain; }
.site-footer__label { margin: 0 0 1.25rem; color: #829b93; font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.site-footer address { margin: 0; font-style: normal; font-size: .85rem; line-height: 2; }
.site-footer address span { color: #829b93; }
.site-footer__links { margin: 0; padding: 0; list-style: none; font-size: .85rem; line-height: 2.05; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: #728b83; font-size: .66rem; letter-spacing: .04em; text-transform: uppercase; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom div { display: flex; gap: 1.5rem; }
.site-footer__funding { margin: 1.5rem 0 -1.5rem; padding: 1.5rem 0; background: var(--white); }
.site-footer__funding img { display: block; width: 100%; height: auto; margin: 0 auto; }

.page-hero { min-height: 610px; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: #e4e0d6; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,242,234,.99) 0%, rgba(245,242,234,.92) 44%, rgba(245,242,234,.15) 78%); z-index: 1; }
.page-hero::after { content: ""; position: absolute; inset: 0; background-position: 70% center; background-size: cover; background-repeat: no-repeat; }
.page-hero--office::after { background-image: url('/imagenes/paginas/despacho/hero-asesoria.webp'); }
.page-hero--services::after { background-image: url('/imagenes/paginas/servicios/hero-asesoria.webp'); background-position: 60% 66%; filter: saturate(.72); }
.page-hero--method::after { background-image: url('/imagenes/paginas/como-trabajamos/asesoramiento-personal.webp'); background-position: 78% 48%; }
.page-hero--contact::after { background-image: url('/imagenes/paginas/contacto/hero-asesoria.webp'); background-position: 66% 72%; filter: saturate(.65); }
.page-hero--method::before { background: linear-gradient(90deg, rgba(245,242,234,.99) 0%, rgba(245,242,234,.94) 48%, rgba(245,242,234,.3) 76%); }
.page-hero__inner { position: relative; z-index: 2; padding-top: 6rem; padding-bottom: 6.5rem; }
.page-hero__index { margin: 0 0 2.2rem; color: #82938e; font: 400 .78rem/1 var(--sans); letter-spacing: .16em; }
.page-hero h1 { max-width: 780px; margin: 0; color: var(--brand-dark); font: 400 clamp(3.8rem, 6vw, 6.8rem)/.94 var(--serif); letter-spacing: -.05em; }
.page-hero__lead { max-width: 600px; margin: 2rem 0 0; color: #4f5e59; font-size: 1.05rem; line-height: 1.75; }

.page-section { padding: 8.5rem 0; }
.page-section--ivory { background: var(--ivory); }
.editorial-copy { max-width: 680px; margin-top: 2.5rem; color: #58645f; font-size: 1.03rem; line-height: 1.85; }
.editorial-copy p { margin-bottom: 1.25rem; }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 7rem; border-top: 1px solid var(--stone); border-bottom: 1px solid var(--stone); }
.principles-grid article { padding: 2.25rem 1.75rem; border-right: 1px solid var(--stone); }
.principles-grid article:first-child { padding-left: 0; }
.principles-grid article:last-child { padding-right: 0; border-right: 0; }
.principles-grid span { color: #8b9a95; font-size: .65rem; letter-spacing: .12em; }
.principles-grid h3 { margin: 1.7rem 0 .9rem; color: var(--brand-dark); font: 400 1.75rem/1 var(--serif); }
.principles-grid p { margin: 0; color: #64706c; font-size: .83rem; line-height: 1.7; }

.split-feature { color: var(--white); background: var(--brand-dark); }
.split-feature__image { min-height: 720px; overflow: hidden; }
.split-feature__image img { width: 100%; height: 100%; object-fit: cover; }
.split-feature__content { display: flex; flex-direction: column; justify-content: center; padding: 7rem max(7vw, 4rem); }
.split-feature__content h2 { margin: 0; font: 400 clamp(3rem, 4.5vw, 5rem)/1 var(--serif); letter-spacing: -.04em; }
.split-feature__content > p:not(.eyebrow) { margin: 2rem 0 2.5rem; color: #b9cbc5; line-height: 1.8; }
.text-link--light { color: var(--white); }
.text-link--light:hover { color: #bfd7cf; }

.services-section--page { padding-top: 8rem; }
.service-note { padding: 6rem 0; background: var(--ivory); }
.service-note h2 { margin: 0; color: var(--brand-dark); font: 400 clamp(2.3rem, 3.3vw, 3.7rem)/1.05 var(--serif); letter-spacing: -.035em; }
.service-note .col-lg-3:last-child p { margin: 0; color: #64706c; line-height: 1.7; }

.process-section { padding: 8.5rem 0; background: var(--ivory); }
.process-list { margin-top: 6rem; border-top: 1px solid var(--stone); }
.process-list article { display: grid; grid-template-columns: 70px minmax(320px, .95fr) minmax(300px, .75fr); align-items: start; gap: 2rem; padding: 2.5rem 0; border-bottom: 1px solid var(--stone); }
.process-list > article > span { padding-top: .45rem; color: #8b9a95; font-size: .68rem; letter-spacing: .12em; }
.process-list__label { margin: 0 0 .75rem; color: var(--brand); font-size: .67rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.process-list h3 { margin: 0; color: var(--brand-dark); font: 400 2.15rem/1.05 var(--serif); }
.process-list > article > p { margin: .25rem 0 0; color: #64706c; line-height: 1.75; }
.method-visual { padding: 8rem 0; background: #e7e2d8; }
.method-visual__image { min-height: 670px; overflow: hidden; }
.method-visual__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.method-visual__copy { display: flex; flex-direction: column; justify-content: center; padding: 5rem; color: var(--white); background: var(--brand-dark); }
.method-visual__copy h2 { margin: 0; font: 400 clamp(2.7rem, 4vw, 4.3rem)/1.02 var(--serif); letter-spacing: -.04em; }
.method-visual__copy > p:not(.eyebrow) { margin: 2rem 0 2.5rem; color: #b9cbc5; line-height: 1.8; }

.contact-page { background: var(--ivory); }
.contacto { padding-top: 7.5rem !important; padding-bottom: 8rem !important; }
.contacto h2 { color: var(--brand-dark) !important; font-family: var(--serif); font-weight: 400 !important; }
.contact-page__details h2 { margin: 0; font: 400 3.3rem/1 var(--serif); letter-spacing: -.035em; }
.contact-page__details > p:not(.eyebrow) { margin: 1.75rem 0 0; color: #64706c; line-height: 1.75; }
.contact-page__details dl { margin: 3rem 0 0; border-top: 1px solid var(--stone); }
.contact-page__details dl > div { padding: 1.3rem 0; border-bottom: 1px solid var(--stone); }
.contact-page__details dt { margin-bottom: .45rem; color: #82918c; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-page__details dd { margin: 0; color: var(--brand-dark); font-size: .9rem; line-height: 1.6; }
.contact-page__details a { color: inherit; text-decoration: none; }
.contact-page__details a:hover { color: var(--brand); }
.contact-page__form-title { margin: 0 0 2.2rem; font-size: 2.5rem; }
.formulario-contacto .form-label { color: var(--brand-dark); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.contacto .form-control { min-height: 50px; border: 1px solid #c8ccc8; border-radius: 0; background: rgba(255,255,255,.75); }
.contacto textarea.form-control { min-height: 160px; }
.contacto .form-control:focus { border-color: var(--brand); box-shadow: 0 0 0 .15rem rgba(0,90,70,.12); }
.color-principal { color: var(--brand) !important; }
.boton-principal { border-color: var(--brand); border-radius: 0; background: var(--brand); }
.boton-outline-principal { border-color: var(--brand); border-radius: 0; color: var(--brand); }

@media (max-width: 1199.98px) {
    .brand-lockup img { width: 270px; min-height: 45px; }
    .site-nav .nav-link { margin-left: 1rem; font-size: .7rem; }
    .method-section__copy { padding: 4rem; }
}

@media (max-width: 991.98px) {
    .site-nav { min-height: 76px; }
    .site-nav .navbar-collapse { margin-top: .75rem; padding: .75rem 0 1rem; border-top: 1px solid #dce2df; }
    .site-nav .nav-link { margin-left: 0; }
    .site-nav .nav-item--contact .nav-link { display: inline-block; margin-top: .35rem; }
    .language-switcher { justify-content: flex-start; margin: 1rem 0 0; padding: 1rem 0 0; border-top: 1px solid #dce2df; border-left: 0; font-size: .75rem; }
    .hero-home { min-height: 760px; align-items: end; }
    .hero-home__media { background: linear-gradient(0deg, rgba(245,242,234,.99) 0%, rgba(245,242,234,.94) 28%, rgba(245,242,234,.12) 76%), url('/imagenes/paginas/index/hero-asesoria.webp') 63% center/cover no-repeat; }
    .hero-home__content { padding-top: 18rem; padding-bottom: 5rem; }
    .hero-home__copy { width: 82%; }
    .intro-section, .services-section { padding: 6.5rem 0; }
    .trust-row { grid-template-columns: repeat(2, 1fr); margin-top: 4.5rem; }
    .trust-row > div:nth-child(2) { border-right: 0; }
    .trust-row > div:nth-child(n+3) { border-top: 1px solid var(--stone); }
    .trust-row > div:nth-child(3) { padding-left: 0; }
    .service-item summary { grid-template-columns: 55px 1fr 40px; }
    .service-item__summary { display: none; }
    .service-item__content { grid-template-columns: 1fr; padding-left: 55px; }
    .method-section { padding: 6.5rem 0; }
    .method-section__image-wrap { min-height: 560px; }
    .contact-cta__inner { grid-template-columns: 1fr; gap: 3rem; }
    .contact-cta__action { max-width: 520px; }
    .page-hero { min-height: 580px; }
    .page-hero::before, .page-hero--method::before { background: linear-gradient(0deg, rgba(245,242,234,.99) 0%, rgba(245,242,234,.93) 44%, rgba(245,242,234,.15) 85%); }
    .page-hero__inner { padding-top: 15rem; padding-bottom: 4.5rem; }
    .page-hero h1 { max-width: 680px; }
    .page-section, .process-section { padding: 6.5rem 0; }
    .principles-grid { grid-template-columns: repeat(2, 1fr); margin-top: 5rem; }
    .principles-grid article:nth-child(2) { border-right: 0; }
    .principles-grid article:nth-child(n+3) { border-top: 1px solid var(--stone); }
    .principles-grid article:nth-child(3) { padding-left: 0; }
    .split-feature__image { min-height: 600px; }
    .split-feature__content { padding: 5.5rem 4rem; }
    .process-list article { grid-template-columns: 55px 1fr; }
    .process-list > article > p { grid-column: 2; }
    .method-visual__image { min-height: 560px; }
    .method-visual__copy { padding: 4rem; }
    .contacto { padding-top: 6rem !important; padding-bottom: 6.5rem !important; }
}

@media (max-width: 575.98px) {
    .brand-lockup { width: calc(100% - 52px); max-width: 250px; margin-right: 0; }
    .brand-lockup img { width: 245px; height: auto; min-height: 41px; }
    .hero-home { min-height: 710px; }
    .hero-home__content { padding-top: 15rem; padding-bottom: 4rem; }
    .hero-home__copy { width: 100%; }
    .hero-home h1 { font-size: 3.1rem; }
    .hero-home__lead { margin-top: 1.4rem; font-size: .98rem; }
    .hero-home__actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; margin-top: 1.8rem; }
    .hero-home__scroll { display: none; }
    .intro-section, .services-section, .method-section, .contact-cta { padding: 5rem 0; }
    .display-heading { font-size: 2.65rem; }
    .trust-row { grid-template-columns: 1fr; margin-top: 3.5rem; }
    .trust-row > div, .trust-row > div:not(:first-child) { padding-left: 0; border-right: 0; border-top: 1px solid var(--stone); }
    .trust-row > div:first-child { border-top: 0; }
    .section-heading { margin-bottom: 3rem; }
    .service-item summary { grid-template-columns: 34px minmax(0, 1fr) 32px; gap: .65rem; padding: 1.5rem 0; }
    .service-item__title { font-size: 1.48rem; }
    .service-item__content { gap: 1.25rem; padding: 0 0 2rem 34px; font-size: .88rem; }
    .service-item__content ul { columns: 1; }
    .method-section__image-wrap { min-height: 450px; }
    .method-section__copy { padding: 3rem 1.5rem; }
    .contact-cta h2 { font-size: 3.1rem; }
    .site-footer { padding-top: 4rem; }
    .site-footer__brand img { width: min(380px, 100%); margin-block: -21px; }
    .site-footer__bottom { align-items: flex-start; flex-direction: column; }
    .site-footer__bottom div { flex-wrap: wrap; gap: 1rem; }
    .site-footer__funding { margin-top: 2rem; padding: 1rem 0; }
    .page-hero { min-height: 610px; }
    .page-hero__inner { padding-top: 14rem; padding-bottom: 3.5rem; }
    .page-hero__index { margin-bottom: 1.4rem; }
    .page-hero h1 { font-size: 3.45rem; }
    .page-hero__lead { margin-top: 1.35rem; font-size: .93rem; }
    .page-section, .process-section, .method-visual { padding: 5rem 0; }
    .principles-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
    .principles-grid article, .principles-grid article:first-child, .principles-grid article:last-child { padding: 1.8rem 0; border-right: 0; border-top: 1px solid var(--stone); }
    .principles-grid article:first-child { border-top: 0; }
    .split-feature__image { min-height: 480px; }
    .split-feature__content { padding: 4.5rem 1.5rem; }
    .split-feature__content h2 { font-size: 3rem; }
    .service-note { padding: 4.5rem 0; }
    .process-list { margin-top: 3.5rem; }
    .process-list article { grid-template-columns: 34px 1fr; gap: 1rem; padding: 2rem 0; }
    .process-list h3 { font-size: 1.75rem; }
    .process-list > article > p { grid-column: 2; font-size: .9rem; }
    .method-visual__image { min-height: 470px; }
    .method-visual__copy { padding: 3.5rem 1.5rem; }
    .method-visual__copy h2 { font-size: 3rem; }
    .contacto { padding-top: 5rem !important; padding-bottom: 5.5rem !important; }
    .contact-page__details h2 { font-size: 3rem; }
}

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