/* PAGE FAMILY: brand homepages (B20) - SKIN tier - from site-topimpressionists-V2.0.css, original order. Migrated 2026-07-06. */

.ti-subnav-inner {
    --bs-gutter-x: 2rem;
    max-width: 1380px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-inline: auto;
}

.homepage-site-widgets {
    background: transparent;
}

.homepage-site-widgets .rounded-3 {
    border-radius: 2px !important;
}

.homepage-site-widgets .border {
    border: 0.5px solid var(--rule) !important;
}

.wa-eyebrow {
    font-family: var(--f-ui);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--plein);
    margin-bottom: 10px;
}

.wa-heading-card {
    font-family: var(--f-display);
    font-size: clamp(18px, 2vw, 26px);
    margin-bottom: 6px;
    font-weight: 400;
}

.wa-heading-editorial {
    font-family: var(--f-display) !important;
    font-size: clamp(28px, 3.5vw, 46px) !important;
    font-weight: 400 !important;
    color: var(--ink) !important;
    letter-spacing: -0.005em !important;
    line-height: 1.05 !important;
}

.wa-body {
    font-family: var(--f-edit);
    font-size: 13px;
    color: var(--ink-mute);
    line-height: 1.55;
    margin-top: 10px;
}

.wa-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    font-family: var(--f-ui) !important;
    font-size: 11px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
    background: var(--ink) !important;
    color: var(--gesso) !important;
    transition:
        background 0.25s,
        transform 0.25s !important;
    text-decoration: none !important;
    border: none !important;
}

.homepage-impressionist-widgets .wa-btn:hover {
    background: var(--ink-soft) !important;
    color: var(--gesso) !important;
    transform: translateY(-1px) !important;
}

.ti-subnav {
    display: block;
    border-top: 0.5px solid var(--rule-soft);
    border-bottom: 0.5px solid var(--rule-soft);
    background: var(--paper);
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.ti-subnav--page {
    border-top: 0;
    border-radius: 2px;
    border: 0.5px solid var(--rule-soft);
}

.ti-subnav--page .ti-subnav-inner {
    justify-content: flex-start;
}

.ti-subnav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-block: 14px;
    flex-wrap: wrap;
}

.ti-chip {
    font-family: var(--f-ui);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--ink-mute);
    padding: 7px 14px;
    border: 0.5px solid var(--rule);
    background: var(--gesso);
    border-radius: 30px;
    transition: all 0.25s;
    text-decoration: none;
    white-space: nowrap;
}

.ti-chip::before,.ti-chip::after {
    content: none !important;
}

.ti-chip:hover {
    color: var(--ink);
    border-color: var(--ink-soft);
    background: var(--canvas);
}

.ti-chip.on {
    background: var(--ink);
    color: var(--gesso);
    border-color: var(--ink);
}

.ti-chip.on:hover {
    color: var(--gesso);
}

.ti-yr {
    font-family: var(--f-mono);
    font-size: 9px;
    color: var(--ink-faint);
    margin-left: 8px;
    letter-spacing: 0.04em;
}

.ti-chip.on .ti-yr {
    color: var(--ink-vapor);
}

.hero {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(
            ellipse 60% 50% at 80% 30%,
            rgba(216, 154, 120, 0.18),
            transparent 60%
        ),
        radial-gradient(
            ellipse 50% 40% at 15% 80%,
            rgba(107, 142, 179, 0.16),
            transparent 65%
        ),
        radial-gradient(
            ellipse 40% 30% at 50% 50%,
            rgba(154, 139, 184, 0.1),
            transparent 70%
        );
    z-index: 0;
}

.hero .ek {
    margin-bottom: 32px;
}

.hero-title {
    font-family: var(--f-display);
    font-size: clamp(64px, 8.5vw, 128px);
    line-height: 0.92;
    letter-spacing: -0.005em;
    color: var(--ink);
    font-weight: 400;
}

.hero-title em {
    font-family: var(--f-edit);
    font-style: italic;
    font-weight: 400;
    color: var(--ink-soft);
    font-size: 0.94em;
}

.hero-text {
    font-family: var(--f-edit);
    font-size: 19px;
    line-height: 1.7;
    color: var(--ink-soft);
    margin: 32px 0 40px;
    max-width: 480px;
    font-weight: 400;
}

.hero-text em {
    color: var(--ink);
    font-style: italic;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.hero .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 2px;
    transition: all 0.25s;
    text-decoration: none;
}

.hero .btn::before,.hero .btn::after {
    content: none;
}

.hero .btn-primary {
    background: var(--ink);
    color: var(--gesso);
}

.hero .btn-primary:hover {
    background: var(--ink-soft);
    color: var(--gesso);
    transform: translateY(-1px);
}

.hero .btn-primary svg {
    transition: transform 0.25s;
}

.hero .btn-primary:hover svg {
    transform: translateX(3px);
}

.hero .btn-ghost {
    border: 0.5px solid var(--ink-soft);
    color: var(--ink-soft);
    background: none;
}

.hero .btn-ghost:hover {
    background: var(--ink);
    color: var(--gesso);
    border-color: var(--ink);
}

.hero-art {
    position: relative;
}

.hero-art .frame {
    padding: 18px 18px 0;
    background: var(--paper);
    border: 0.5px solid var(--rule);
    box-shadow:
        0 30px 60px -20px rgba(42, 36, 56, 0.18),
        0 0 0 1px rgba(199, 190, 168, 0.4) inset;
    position: relative;
}

.hero-art .frame::before {
    content: "";
    position: absolute;
    inset: 18px 18px 96px;
    outline: 0.5px solid var(--rule-soft);
    outline-offset: -1px;
    pointer-events: none;
}

.hero-art .img {
    position: relative;
    background: var(--shadow);
    overflow: hidden;
    line-height: 0;
}

.hero-art .img img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-art .caption {
    padding: 22px 4px 28px;
    text-align: center;
    font-family: var(--f-edit);
}

.hero-art .caption .t {
    font-style: italic;
    font-size: 18px;
    color: var(--ink);
    letter-spacing: 0.01em;
}

.hero-art .caption .a {
    font-size: 13px;
    color: var(--ink-mute);
    letter-spacing: 0.04em;
    margin-top: 6px;
}

.hero-art .caption .a b {
    font-weight: 500;
    color: var(--ink-soft);
}

.hero-art .plate-no {
    position: absolute;
    top: -14px;
    left: -14px;
    background: var(--ink);
    color: var(--gesso);
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    padding: 8px 14px;
    text-transform: uppercase;
    z-index: 2;
}

.hero-art .seal {
    position: absolute;
    bottom: 18px;
    right: -14px;
    background: var(--plein);
    color: var(--paper);
    font-family: var(--f-display);
    font-size: 14px;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    transform: rotate(-8deg);
    z-index: 3;
    box-shadow: 0 6px 18px rgba(216, 154, 120, 0.4);
}

.hero-art .seal small {
    display: block;
    font-family: var(--f-ui);
    font-size: 8px;
    letter-spacing: 0.18em;
    margin-top: 3px;
    font-weight: 600;
}

.atelier {
    background: var(--linen);
    margin-bottom: 1.5rem;
}

.atelier-inner {
    max-width: var(--max-w);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 80px;
    align-items: center;
}

.atelier-img {
    position: relative;
    background: var(--paper);
    padding: 24px;
    border: 0.5px solid var(--rule);
    box-shadow: var(--shadow-deep);
}

.atelier-img::before {
    content: "";
    position: absolute;
    inset: 24px;
    outline: 0.5px solid var(--rule-soft);
    outline-offset: -1px;
    pointer-events: none;
}

.atelier-img .img {
    line-height: 0;
    background: var(--shadow);
}

.atelier-img .img img {
    width: 100%;
    height: auto;
    display: block;
}

.atelier-img .tag {
    position: absolute;
    top: -12px;
    left: 24px;
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--paper);
    background: var(--ink);
    padding: 6px 12px;
}

.atelier-img .caption {
    margin-top: 18px;
    font-family: var(--f-edit);
    font-style: italic;
    font-size: 13px;
    color: var(--ink-mute);
    text-align: center;
    letter-spacing: 0.02em;
}

.atelier-copy .section-header em {
    color: var(--monet);
}

.atelier-copy .text {
    font-family: var(--f-edit);
    font-size: 18px;
    line-height: 1.7;
    color: var(--ink-soft);
    margin-top: 28px;
}

.atelier-copy .text p + p {
    margin-top: 18px;
}

.atelier-copy .sig {
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 24px;
    border-top: 0.5px solid var(--rule);
}

.atelier-copy .sig-name {
    font-family: var(--f-display);
    font-size: 20px;
    color: var(--ink);
    line-height: 1.1;
}

.atelier-copy .sig-role {
    font-family: var(--f-edit);
    font-style: italic;
    font-size: 13px;
    color: var(--ink-mute);
    margin-top: 3px;
}

.atelier-copy .sig-mark {
    font-family: var(--f-display);
    font-size: 46px;
    line-height: 1;
    color: var(--plein);
    transform: rotate(-6deg);
}

.process {
    background: var(--paper);
    border-top: 0.5px solid var(--rule);
    border-bottom: 0.5px solid var(--rule);
}

.process-inner {
    max-width: var(--max-w);
    margin-inline: auto;
}

.process .section-hd {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 0;
}

.process .section-hd-left {
    max-width: 640px;
}

.process .section-header em {
    color: var(--ink-soft);
}

.process .section-hd-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.process .more {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--ink);
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 0.5px solid var(--ink);
    padding-bottom: 4px;
    transition: gap 0.25s;
    text-decoration: none;
}

.process .more::before,.process .more::after {
    content: none;
}

.process .more:hover {
    gap: 14px;
    color: var(--ink);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 56px;
    border-top: 0.5px solid var(--rule);
}

.process .step {
    padding: 36px 28px 36px 0;
    border-right: 0.5px solid var(--rule-soft);
    position: relative;
}

.process .step:last-child {
    border-right: 0;
}

.process .step .n {
    font-family: var(--f-mono);
    font-size: 10px;
    letter-spacing: 0.2em;
    color: var(--plein);
    font-weight: 500;
    margin-bottom: 18px;
}

.process .step .icn {
    width: 54px;
    height: 54px;
    border: 0.5px solid var(--rule);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--canvas);
    margin-bottom: 24px;
    color: var(--ink-soft);
}

.process .step .icn svg {
    width: 26px;
    height: 26px;
    stroke-width: 1.2;
}

.process .step h3 {
    font-family: var(--f-display);
    font-size: 24px;
    color: var(--ink);
    line-height: 1.15;
    letter-spacing: -0.005em;
    font-weight: 400;
    margin-bottom: 12px;
}

.process .step h3 em {
    font-family: var(--f-edit);
    font-style: italic;
    color: var(--ink-soft);
    font-size: 0.9em;
}

.process .step p {
    font-family: var(--f-edit);
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--ink-mute);
}

@media (max-width: 1100px) {
  .atelier-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

  .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

  .process .step {
        border-right: 0;
        border-bottom: 0.5px solid var(--rule-soft);
        padding-right: 0;
    }

}
@media (max-width: 700px) {
  .ti-subnav-inner {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-block: 10px;
    }

  .ti-chip {
        white-space: nowrap;
        flex-shrink: 0;
    }

  .atelier-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

  .process-grid {
        grid-template-columns: 1fr;
    }

}
.mfp-section-head--raised { position: relative; z-index: 1; }

.bpa-spotlight__art-link { overflow: hidden; display: block; }

.bpa-spotlight__art-img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; }

.bpa-text-muted { color: var(--pewter); }

.bpa-cc__grid { min-height: 16rem; }

.bpa-cc__grid-hero { width: 50%; min-width: 0; border-right: 2px solid var(--ink); }

@media (max-width: 991.98px) {
  .bpa-cc__grid-hero { width: 100%; border-right: none; border-bottom: 2px solid var(--ink); }

  .bpa-cc__grid { flex-direction: column; min-height: 0; }

}
@media (max-width: 767.98px) {
  .homepage-site-widgets,.mfp-hp { padding-left: clamp(12px, 3vw, 24px); padding-right: clamp(12px, 3vw, 24px); }

}
.bpa-stf__label {
  font-family: var(--font-title, inherit) !important;
  font-size: clamp(0.95rem, 1.2vw, 1.0625rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  font-style: normal !important;
  font-synthesis: none !important;
}

/* -- B20 second pass (2026-07-06): site leftovers - classes hidden from the census by
   no-space template conditionals (class="base{% if %}base--mod{% endif %}")
   or JS injection -- */

.bpa-cc__grid-tile { min-height: 8rem; border-bottom: 1px solid var(--smoke); }

.bpa-cc__grid-tile--border-r { border-right: 1px solid var(--smoke); }


/* ============================================================================
   RULE-4 RE-ASSERTION (2026-07-06): the kept `.section{padding-block:100px}`
   (site file) used to beat the moved `.hero{padding:80px 0 100px}` and
   friends by source order on TI homepage sections. Repeat the kept winner
   after the moved rules. (Logical property — remember probes must check
   padding-block, not just padding-top.)
   ========================================================================= */
.section {
	padding-block: 100px;
}

/* -- HOMEPAGE WIDGET SHELL SCOPE (2026-07-06): .homepage-artsdot-widgets wrapper rules - verbatim, original order -- */

@media (max-width: 767.98px) {
  .homepage-artsdot-widgets { padding-left: clamp(12px, 3vw, 24px); padding-right: clamp(12px, 3vw, 24px); }

}
