/* =========================================================
   INDEMNIZACIONES ART
   V2 — EDITORIAL LEGAL
========================================================= */

#art-san-juan,
#art-san-juan * {
    box-sizing: border-box;
}

#art-san-juan {

    --ink: #101416;
    --ink-soft: #1a2023;

    --paper: #f1eee7;
    --paper-light: #f8f6f1;

    --brass: #9c793f;
    --brass-light: #c0a16a;

    --slate: #526069;

    --border: #d3cec4;

    --white: #ffffff;

    width: 100vw;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    overflow: hidden;

    background: var(--paper-light);

    color: var(--ink);

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


/* =========================================================
   GLOBAL
========================================================= */

#art-san-juan button {
    font-family: inherit;
}

.ia-container {

    width: min(1180px, calc(100% - 60px));

    margin: 0 auto;
}

.ia-kicker {

    display: block;

    margin-bottom: 20px;

    color: var(--brass);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2.5px;
}

.ia-kicker-light {

    color: var(--brass-light);
}


/* =========================================================
   HERO
========================================================= */

.ia-hero {

    min-height: 100vh;

    padding: 30px 4vw 25px;

    display: flex;

    flex-direction: column;

    background: var(--ink);

    color: var(--white);

    position: relative;
}


/* HERO TOP */

.ia-hero-top {

    position: relative;

    z-index: 10;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}


.ia-brand {

    display: flex;

    align-items: center;

    gap: 18px;
}


.ia-brand-seal {
    width: 72px;
    height: 82px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;
    overflow: visible;

    background: transparent;
}

.ia-brand-seal img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;

    transform: none;

    filter: drop-shadow(0 6px 12px rgba(0,0,0,.22));
}


.ia-brand-text {

    display: flex;

    flex-direction: column;

    gap: 5px;
}


.ia-brand-text strong {

    color: #fff;

    font-size: 12px;

    letter-spacing: 1.5px;
}


.ia-brand-text span {

    color: rgba(255,255,255,.48);

    font-size: 8px;

    letter-spacing: 2px;
}


.ia-hero-code {

    color: rgba(255,255,255,.43);

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2.5px;
}


/* =========================================================
   HERO LAYOUT
========================================================= */

.ia-hero-layout {

    flex: 1;

    display: grid;

    grid-template-columns: .78fr 1.22fr;

    align-items: center;

    gap: 0;

    padding: 45px 0 30px;
}


/* COPY */

.ia-hero-copy {

    position: relative;

    z-index: 5;

    padding-left: 3vw;

    padding-right: 0;

    margin-right: -85px;
}


.ia-overline {

    margin-bottom: 23px;

    color: var(--brass-light);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2.4px;
}


.ia-hero-copy h1 {

    max-width: 760px;

    margin: 0;

    color: #fff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(58px, 6vw, 102px);

    line-height: .89;

    letter-spacing: -5px;

    font-weight: 400;
}


.ia-hero-copy h1 em {

    display: block;

    color: var(--paper);

    font-style: italic;

    font-weight: 400;
}


.ia-hero-lead {

    max-width: 530px;

    margin: 32px 0 0;

    color: rgba(255,255,255,.68);

    font-size: 16px;

    line-height: 1.6;
}


/* CTA HERO */

.ia-hero-actions {

    margin-top: 35px;

    display: flex;

    align-items: center;

    gap: 30px;
}


.ia-primary-cta {

    min-height: 62px;

    padding: 0 23px 0 27px;

    display: inline-flex;

    align-items: center;

    gap: 45px;

    border: 0;

    background: var(--paper);

    color: var(--ink);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.4px;

    cursor: pointer;

    transition:
        transform .2s ease,
        background .2s ease;
}


.ia-primary-cta:hover {

    background: #fff;

    transform: translateY(-2px);
}


.ia-cta-arrow {

    color: var(--brass);

    font-family: Georgia, serif;

    font-size: 25px;
}


.ia-hero-note {

    display: flex;

    align-items: center;

    gap: 13px;

    color: rgba(255,255,255,.50);

    font-size: 10px;

    letter-spacing: .7px;
}


.ia-note-line {

    width: 32px;

    height: 1px;

    display: block;

    background: var(--brass);
}


/* =========================================================
   HERO PHOTO
========================================================= */

.ia-photo-stage {

    min-height: 67vh;

    position: relative;

    display: flex;

    align-items: center;
}


.ia-photo-frame {

    width: 100%;

    height: 67vh;

    min-height: 520px;

    position: relative;

    overflow: hidden;
}


.ia-photo-frame img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: 50% 42%;
}


.ia-photo-gradient {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(16,20,22,.58) 0%,
            rgba(16,20,22,.06) 35%,
            transparent 60%
        ),
        linear-gradient(
            0deg,
            rgba(16,20,22,.48),
            transparent 35%
        );
}


.ia-photo-caption {

    position: absolute;

    right: 28px;

    bottom: 28px;

    padding-left: 16px;

    border-left: 1px solid var(--brass-light);

    display: flex;

    flex-direction: column;

    gap: 5px;
}


.ia-photo-caption span {

    color: rgba(255,255,255,.60);

    font-size: 8px;

    letter-spacing: 2px;
}


.ia-photo-caption strong {

    color: #fff;

    font-family: Georgia, serif;

    font-size: 17px;

    font-weight: 400;
}


.ia-photo-number {

    position: absolute;

    z-index: 2;

    left: -33px;

    top: 50%;

    transform: translateY(-50%);

    color: rgba(255,255,255,.16);

    font-family: Georgia, serif;

    font-size: 150px;

    line-height: 1;
}


.ia-side-word {

    position: absolute;

    right: -85px;

    top: 50%;

    transform: translateY(-50%) rotate(90deg);

    color: rgba(255,255,255,.12);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 5px;
}


/* =========================================================
   HERO FOOTER
========================================================= */

.ia-hero-footer {

    min-height: 46px;

    display: grid;

    grid-template-columns:
        repeat(3, auto)
        1fr;

    align-items: center;

    gap: 25px;

    border-top: 1px solid rgba(255,255,255,.12);

    color: rgba(255,255,255,.38);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.7px;
}


.ia-hero-footer-strong {

    justify-self: end;

    color: var(--brass-light);

    font-size: 11px;
}


/* =========================================================
   SECTION NUMBER
========================================================= */

.ia-section-number {

    color: #a09b93;

    font-family: Georgia, serif;

    font-size: 52px;

    font-style: italic;
}


.ia-section-number-light {

    color: rgba(255,255,255,.28);
}


/* =========================================================
   CASES
========================================================= */

.ia-cases {

    padding: 120px 0 110px;

    background: var(--paper-light);
}


.ia-section-grid {

    display: grid;

    grid-template-columns: 130px 1fr;

    gap: 25px;
}


.ia-section-heading h2 {

    max-width: 800px;

    margin: 0;

    color: var(--ink);

    font-family: Georgia, serif;

    font-size: clamp(50px, 6vw, 80px);

    line-height: .95;

    letter-spacing: -3px;

    font-weight: 400;
}


.ia-section-heading h2 em {

    color: var(--brass);

    font-weight: 400;
}


/* LEDGER */

.ia-case-ledger {

    margin-top: 75px;

    border-top: 1px solid var(--border);
}


.ia-case-row {

    min-height: 155px;

    display: grid;

    grid-template-columns:
        70px
        1.4fr
        .5fr
        .65fr;

    align-items: center;

    gap: 30px;

    border-bottom: 1px solid var(--border);

    transition:
        padding .25s ease,
        background .25s ease;
}


.ia-case-row:hover {

    padding-left: 14px;

    padding-right: 14px;

    background: #fff;
}


.ia-case-id {

    color: var(--brass);

    font-family: Georgia, serif;

    font-size: 18px;

    font-style: italic;
}


.ia-case-main span {

    display: block;

    margin-bottom: 9px;

    color: #8b857c;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;
}


.ia-case-main h3 {

    margin: 0;

    font-family: Georgia, serif;

    color: var(--ink);

    font-size: 25px;

    font-weight: 400;
}


.ia-case-meta,
.ia-case-amount {

    display: flex;

    flex-direction: column;

    gap: 7px;
}


.ia-case-meta small,
.ia-case-amount small {

    color: #949087;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.ia-case-meta strong {

    color: var(--slate);

    font-size: 12px;

    letter-spacing: 1px;
}


.ia-case-amount strong {

    color: var(--ink);

    font-family: Georgia, serif;

    font-size: 24px;

    font-weight: 400;
}


.ia-cases-foot {

    margin-top: 28px;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 30px;
}


.ia-cases-foot p {

    max-width: 580px;

    margin: 0;

    color: #807c74;

    font-size: 10px;

    line-height: 1.6;
}


.ia-text-link {

    border: 0;

    padding: 0;

    display: flex;

    align-items: center;

    gap: 18px;

    background: transparent;

    color: var(--ink);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.8px;

    cursor: pointer;
}


.ia-text-link span {

    color: var(--brass);

    font-size: 18px;
}


/* =========================================================
   STATEMENT
========================================================= */

.ia-statement {

    min-height: 440px;

    padding: 70px 6vw;

    position: relative;

    overflow: hidden;

    display: grid;

    grid-template-columns:
        120px
        1fr
        auto;

    align-items: center;

    gap: 25px;

    background: #27363d;

    color: #fff;
}


.ia-statement-index {

    color: rgba(255,255,255,.25);

    font-family: Georgia, serif;

    font-size: 54px;

    font-style: italic;
}


.ia-statement-copy span {

    display: block;

    margin-bottom: 25px;

    color: var(--brass-light);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2.5px;
}


.ia-statement-copy h2 {

    max-width: 900px;

    margin: 0;

    font-family: Georgia, serif;

    font-size: clamp(53px, 7vw, 100px);

    line-height: .91;

    letter-spacing: -4px;

    font-weight: 400;
}


.ia-statement-copy h2 strong {

    color: #ddc08a;

    font-style: italic;

    font-weight: 400;
}


.ia-statement-mark {

    color: rgba(255,255,255,.055);

    font-family: Georgia, serif;

    font-size: clamp(130px, 20vw, 300px);

    line-height: 1;

    font-weight: 700;
}


/* =========================================================
   PROCESS
========================================================= */

.ia-process {

    padding: 120px 0;

    background: var(--ink);

    color: #fff;
}


.ia-process-header {

    display: grid;

    grid-template-columns: 130px 1fr;

    gap: 25px;
}


.ia-process-header h2 {

    max-width: 780px;

    margin: 0;

    font-family: Georgia, serif;

    font-size: clamp(50px, 6vw, 80px);

    line-height: .95;

    letter-spacing: -3px;

    font-weight: 400;
}


.ia-process-header h2 em {

    color: var(--brass-light);

    font-weight: 400;
}


/* TIMELINE */

.ia-timeline {

    max-width: 880px;

    margin: 85px 0 0 auto;
}


.ia-timeline-item {

    min-height: 215px;

    display: grid;

    grid-template-columns:
        90px
        1px
        1fr;

    gap: 35px;
}


.ia-timeline-number {

    padding-top: 4px;

    color: var(--brass-light);

    font-family: Georgia, serif;

    font-size: 26px;

    font-style: italic;
}


.ia-timeline-line {

    width: 1px;

    height: 100%;

    background:
        linear-gradient(
            to bottom,
            var(--brass) 0,
            var(--brass) 15px,
            rgba(255,255,255,.15) 15px,
            rgba(255,255,255,.15) 100%
        );
}


.ia-timeline-line-last {

    background:
        linear-gradient(
            to bottom,
            var(--brass) 0,
            var(--brass) 15px,
            transparent 15px
        );
}


.ia-timeline-copy {

    padding-bottom: 60px;
}


.ia-timeline-copy > span {

    display: block;

    margin-bottom: 13px;

    color: rgba(255,255,255,.38);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 2px;
}


.ia-timeline-copy h3 {

    margin: 0;

    color: #fff;

    font-family: Georgia, serif;

    font-size: 35px;

    font-weight: 400;
}


.ia-timeline-copy p {

    max-width: 540px;

    margin: 15px 0 0;

    color: rgba(255,255,255,.58);

    font-size: 14px;

    line-height: 1.7;
}


.ia-process-action {

    margin-top: 20px;

    padding-left: 125px;
}


.ia-outline-cta {

    min-height: 62px;

    padding: 0 25px;

    display: inline-flex;

    align-items: center;

    gap: 55px;

    border: 1px solid rgba(255,255,255,.35);

    background: transparent;

    color: #fff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.6px;

    cursor: pointer;

    transition: .2s ease;
}


.ia-outline-cta:hover {

    border-color: var(--brass-light);

    background: var(--paper);

    color: var(--ink);
}


/* =========================================================
   FAQ
========================================================= */

.ia-faq {

    padding: 125px 0;

    background: var(--paper);
}


.ia-faq-layout {

    display: grid;

    grid-template-columns:
        .7fr
        1.3fr;

    gap: 110px;
}


.ia-faq-side h2 {

    margin: 0;

    color: var(--ink);

    font-family: Georgia, serif;

    font-size: clamp(45px, 5vw, 67px);

    line-height: .95;

    letter-spacing: -2.5px;

    font-weight: 400;
}


.ia-faq-side h2 em {

    color: var(--brass);

    font-weight: 400;
}


.ia-faq-side p {

    max-width: 390px;

    margin-top: 25px;

    color: #77736c;

    font-size: 14px;

    line-height: 1.65;
}


.ia-faq-list {

    border-top: 1px solid #bbb5aa;
}


.ia-faq-item {

    border-bottom: 1px solid #bbb5aa;
}


.ia-faq-item summary {

    min-height: 95px;

    display: grid;

    grid-template-columns:
        45px
        1fr
        30px;

    align-items: center;

    gap: 17px;

    list-style: none;

    cursor: pointer;
}


.ia-faq-item summary::-webkit-details-marker {

    display: none;
}


.ia-faq-index {

    color: var(--brass);

    font-family: Georgia, serif;

    font-size: 14px;

    font-style: italic;
}


.ia-faq-question {

    color: var(--ink);

    font-family: Georgia, serif;

    font-size: 22px;
}


.ia-faq-symbol {

    color: var(--brass);

    font-family: Georgia, serif;

    font-size: 27px;

    transition: transform .2s ease;
}


.ia-faq-item[open] .ia-faq-symbol {

    transform: rotate(45deg);
}


.ia-faq-answer {

    max-width: 650px;

    padding:
        0
        45px
        30px
        62px;

    color: #706c64;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   FINAL CTA
========================================================= */

.ia-final {

    padding: 30px 4vw 70px;

    background: #27363d;

    color: #fff;
}


.ia-final-top {

    padding-bottom: 25px;

    border-bottom: 1px solid rgba(255,255,255,.18);

    color: rgba(255,255,255,.45);

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 2.2px;
}


.ia-final-layout {

    min-height: 470px;

    display: grid;

    grid-template-columns:
        100px
        1fr
        280px;

    align-items: center;

    gap: 50px;
}


.ia-final-index {

    color: rgba(255,255,255,.22);

    font-family: Georgia, serif;

    font-size: 50px;

    font-style: italic;
}


.ia-final-copy > span {

    display: block;

    margin-bottom: 20px;

    color: var(--brass-light);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 2.5px;
}


.ia-final-copy h2 {

    margin: 0;

    font-family: Georgia, serif;

    font-size: clamp(60px, 7vw, 105px);

    line-height: .87;

    letter-spacing: -5px;

    font-weight: 400;
}


.ia-final-copy h2 em {

    color: #ddc08a;

    font-weight: 400;
}


.ia-final-copy p {

    max-width: 530px;

    margin-top: 27px;

    color: rgba(255,255,255,.62);

    font-size: 15px;

    line-height: 1.65;
}


.ia-final-action {

    display: flex;

    justify-content: flex-end;
}


.ia-final-button {

    width: 230px;

    height: 230px;

    padding: 27px;

    border: 1px solid rgba(255,255,255,.32);

    border-radius: 50%;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: space-between;

    background: transparent;

    color: #fff;

    text-align: left;

    cursor: pointer;

    transition:
        transform .3s ease,
        background .3s ease,
        color .3s ease;
}


.ia-final-button:hover {

    transform: rotate(-4deg) scale(1.03);

    background: var(--paper);

    color: var(--ink);
}


.ia-final-button > span:first-child {

    font-family: Georgia, serif;

    font-size: 25px;

    line-height: 1.05;
}


.ia-final-arrow {

    align-self: flex-end;

    color: var(--brass-light);

    font-size: 33px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .ia-hero-layout {

        grid-template-columns: .9fr 1.1fr;
    }


    .ia-hero-copy {

        margin-right: -55px;
    }


    .ia-hero-copy h1 {

        font-size: clamp(53px, 7vw, 75px);
    }


    .ia-photo-frame {

        min-height: 490px;
    }


    .ia-case-row {

        grid-template-columns:
            50px
            1fr
            .45fr
            .7fr;
    }


    .ia-statement {

        grid-template-columns:
            80px
            1fr;
    }


    .ia-statement-mark {

        display: none;
    }


    .ia-faq-layout {

        gap: 60px;
    }


    .ia-final-layout {

        grid-template-columns:
            70px
            1fr
            200px;
    }


    .ia-final-button {

        width: 190px;

        height: 190px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .ia-container {

        width: calc(100% - 38px);
    }


    /* HERO */

    .ia-hero {

        padding:
            18px
            19px
            20px;
    }


    .ia-brand-seal {
        width: 56px;
        height: 64px;
    }


    .ia-brand-text strong {

        font-size: 9px;
    }


    .ia-brand-text span {

        font-size: 6px;

        letter-spacing: 1.3px;
    }


    .ia-hero-code {

        display: none;
    }


    .ia-hero-layout {

        display: flex;

        flex-direction: column;

        padding-top: 48px;
    }


    .ia-hero-copy {

        width: 100%;

        margin: 0;

        padding: 0;

        z-index: 5;
    }


    .ia-overline {

        font-size: 8px;
    }


    .ia-hero-copy h1 {

        font-size: clamp(51px, 14.8vw, 68px);

        line-height: .9;

        letter-spacing: -3.5px;
    }


    .ia-hero-lead {

        margin-top: 24px;

        font-size: 15px;
    }


    .ia-hero-actions {

        align-items: flex-start;

        flex-direction: column;

        margin-top: 28px;
    }


    .ia-primary-cta {

        width: 100%;

        justify-content: space-between;
    }


    .ia-hero-note {

        display: none;
    }


    .ia-photo-stage {

        width: calc(100% + 38px);

        min-height: 0;

        margin:
            42px
            -19px
            0;
    }


    .ia-photo-frame {

        height: 440px;

        min-height: 440px;
    }


    .ia-photo-frame img {

        object-position: 50% 35%;
    }


    .ia-photo-gradient {

        background:
            linear-gradient(
                0deg,
                rgba(16,20,22,.45),
                transparent 40%
            );
    }


    .ia-photo-number,
    .ia-side-word {

        display: none;
    }


    .ia-photo-caption {

        right: 20px;

        bottom: 20px;
    }


    .ia-hero-footer {

        grid-template-columns: 1fr 1fr;

        gap: 10px;

        padding-top: 18px;

        font-size: 6px;
    }


    .ia-hero-footer-strong {

        display: none;
    }


    /* SECTION GLOBAL */

    .ia-section-grid,
    .ia-process-header {

        grid-template-columns: 1fr;
    }


    .ia-section-number {

        font-size: 37px;
    }


    .ia-section-heading h2,
    .ia-process-header h2 {

        font-size: 48px;

        letter-spacing: -2px;
    }


    /* CASES */

    .ia-cases {

        padding: 75px 0;
    }


    .ia-case-ledger {

        margin-top: 50px;
    }


    .ia-case-row {

        min-height: auto;

        padding: 28px 0;

        grid-template-columns:
            40px
            1fr;

        gap: 15px;
    }


    .ia-case-row:hover {

        padding-left: 0;

        padding-right: 0;

        background: transparent;
    }


    .ia-case-id {

        grid-row: 1 / 4;
    }


    .ia-case-main {

        grid-column: 2;
    }


    .ia-case-main h3 {

        font-size: 21px;
    }


    .ia-case-meta,
    .ia-case-amount {

        grid-column: 2;
    }


    .ia-case-amount {

        margin-top: 12px;
    }


    .ia-case-amount strong {

        font-size: 26px;
    }


    .ia-cases-foot {

        flex-direction: column;
    }


    /* STATEMENT */

    .ia-statement {

        min-height: 490px;

        padding: 55px 20px;

        display: block;
    }


    .ia-statement-index {

        margin-bottom: 60px;

        font-size: 38px;
    }


    .ia-statement-copy h2 {

        font-size: 54px;

        letter-spacing: -3px;
    }


    /* PROCESS */

    .ia-process {

        padding: 80px 0;
    }


    .ia-timeline {

        margin-top: 65px;
    }


    .ia-timeline-item {

        grid-template-columns:
            50px
            1px
            1fr;

        gap: 18px;

        min-height: 200px;
    }


    .ia-timeline-number {

        font-size: 20px;
    }


    .ia-timeline-copy h3 {

        font-size: 28px;
    }


    .ia-process-action {

        padding-left: 0;
    }


    .ia-outline-cta {

        width: 100%;

        justify-content: space-between;
    }


    /* FAQ */

    .ia-faq {

        padding: 80px 0;
    }


    .ia-faq-layout {

        grid-template-columns: 1fr;

        gap: 55px;
    }


    .ia-faq-side h2 {

        font-size: 48px;
    }


    .ia-faq-item summary {

        grid-template-columns:
            30px
            1fr
            25px;

        min-height: 90px;
    }


    .ia-faq-question {

        font-size: 18px;
    }


    .ia-faq-answer {

        padding:
            0
            15px
            28px
            47px;
    }


    /* FINAL */

    .ia-final {

        padding:
            25px
            19px
            60px;
    }


    .ia-final-layout {

        min-height: 600px;

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 40px;

        padding-top: 45px;
    }


    .ia-final-index {

        font-size: 37px;
    }


    .ia-final-copy h2 {

        font-size: 65px;

        letter-spacing: -3px;
    }


    .ia-final-action {

        width: 100%;

        justify-content: flex-end;
    }


    .ia-final-button {

        width: 190px;

        height: 190px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

    .ia-hero-copy h1 {

        font-size: 49px;
    }


    .ia-statement-copy h2 {

        font-size: 47px;
    }


    .ia-final-copy h2 {

        font-size: 57px;
    }

}