/* Home editorial: a curated stage for productions, shows and experiences. */
:root {
    --portal-ink: #10212a;
    --portal-moss: #0e5d58;
    --portal-orange: #e6692d;
    --portal-paper: #f6f5f1;
    --portal-night: #0d1d24;
}

body { background: var(--portal-paper); }
.public-header {
    min-height: 88px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom-color: rgba(16, 33, 42, .1);
    background: rgba(250, 250, 248, .94);
}
.public-header .brand.brand-image { width: min(282px, 28vw); height: 64px; }
.public-header nav.mobile-navigation { gap: 24px; color: #52616b; font-size: .92rem; }
.public-header nav.mobile-navigation > a:not(.button) { font-weight: 750; color: #52616b; }
.public-header nav.mobile-navigation > a:not(.button)::after { background: var(--portal-orange); }
.public-header nav.mobile-navigation > .button-dark {
    min-height: 48px;
    padding-inline: 21px;
    border-radius: 7px;
    background: var(--portal-ink);
}

.artistic-hero {
    position: relative;
    min-height: 690px;
    grid-template-columns: minmax(0, 1.24fr) minmax(360px, .76fr);
    gap: clamp(36px, 6vw, 92px);
    overflow: hidden;
    isolation: isolate;
    padding-top: clamp(76px, 9vw, 134px);
    padding-bottom: clamp(74px, 9vw, 124px);
    background-position: center;
}
.artistic-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, rgba(8, 20, 26, .3), transparent 57%);
    pointer-events: none;
}
.artistic-hero__copy { align-self: center; }
.hero-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.hero-kicker .eyebrow { margin: 0; }
.hero-kicker span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 999px;
    color: #f7d5bc;
    font-size: .73rem;
    font-weight: 800;
}
.artistic-hero .hero-copy h1 {
    max-width: 780px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.15rem, 6vw, 6.25rem);
    font-weight: 700;
    line-height: .96;
    letter-spacing: 0;
}
.artistic-hero .hero-copy > p { max-width: 650px; font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 1.7; }
.artistic-hero .button { min-height: 52px; padding-inline: 22px; }
.artistic-hero .button:not(.button-light) { background: var(--portal-orange); box-shadow: 0 18px 32px rgba(230, 105, 45, .24); }
.artistic-hero .button-light { background: rgba(255,255,255,.94); }
.hero-signals { max-width: 690px; margin-top: 42px; }
.hero-signals div { min-height: 100px; padding: 16px; border-radius: 7px; background: rgba(10, 22, 29, .38); backdrop-filter: blur(8px); }
.hero-signals strong { color: #fff; }

.artistic-search {
    display: grid;
    gap: 17px;
    align-self: center;
    padding: clamp(24px, 3vw, 36px);
    border: 1px solid rgba(255,255,255,.58);
    border-top: 4px solid var(--portal-orange);
    border-radius: 8px;
    box-shadow: 0 26px 70px rgba(4, 16, 20, .28);
}
.artistic-search__heading { display: grid; gap: 6px; padding-bottom: 5px; }
.artistic-search__heading .eyebrow { margin: 0; color: var(--portal-orange); }
.artistic-search__heading strong { font-size: 1.45rem; line-height: 1.2; }
.artistic-search__heading span { color: #667085; font-size: .9rem; line-height: 1.5; }
.artistic-search label { font-size: .85rem; }
.artistic-search input, .artistic-search select { min-height: 50px; border-color: #d6dde1; font-weight: 650; }
.artistic-search input:focus, .artistic-search select:focus { border-color: var(--portal-moss); outline: 3px solid rgba(14,93,88,.14); }
.artistic-search__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.artistic-search > .button { min-height: 52px; background: var(--portal-moss); }
.quick-categories { display: grid; gap: 8px; padding-top: 3px; }
.quick-categories > span { color: #64748b; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.quick-categories > div { display: flex; flex-wrap: wrap; gap: 7px; }
.quick-categories a { padding: 6px 9px; border: 1px solid #dce5e8; border-radius: 999px; color: #31535a; font-size: .74rem; font-weight: 750; transition: background-color .18s ease, border-color .18s ease, color .18s ease; }
.quick-categories a:hover { border-color: var(--portal-moss); background: #eaf4f2; color: var(--portal-moss); }

.booking-assurance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 1280px;
    margin: -37px auto 0;
    padding: 0 28px;
    position: relative;
    z-index: 2;
}
.booking-assurance > div {
    display: grid;
    gap: 4px;
    min-height: 112px;
    padding: 25px 30px;
    border-right: 1px solid #e0e5e6;
    background: #fff;
    box-shadow: 0 14px 34px rgba(20, 37, 43, .1);
}
.booking-assurance > div:first-child { border-radius: 8px 0 0 8px; }
.booking-assurance > div:last-child { border: 0; border-radius: 0 8px 8px 0; }
.booking-assurance strong { color: var(--portal-ink); font-size: 1rem; }
.booking-assurance span { color: #64748b; font-size: .88rem; line-height: 1.4; }

#inicio, #destaques, #vitrine, #segmentos, #processo { scroll-margin-top: 104px; }
.featured-showcase { padding-top: clamp(92px, 10vw, 132px); background: #10262b; }
.featured-showcase__head h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: 0; }
.featured-showcase__head .eyebrow { color: #f6a16a; }
.featured-showcase .text-link { color: #fff; border-color: var(--portal-orange); }
.featured-showcase__grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:18px; }
.featured-work { grid-column:auto; grid-template-columns:1fr; min-height:450px; border-color:rgba(255,255,255,.12); border-radius:7px; background:#16343a; box-shadow:0 22px 45px rgba(0,0,0,.18); }
.featured-work--lead { grid-column:auto; grid-template-columns:1fr; min-height:450px; }
.featured-work--lead .featured-work__content h3,
.featured-work__content h3 { font-family: Arial, Helvetica, sans-serif; font-size:1.45rem; line-height:1.2; }
.featured-work__visual { min-height: 270px; }
.featured-work__visual > span { background: var(--portal-orange); color: #fff; }
.featured-work__content { padding: 24px; }
.featured-work__content h3 { font-size: 1.45rem; }
.featured-work__footer { border-top-color: rgba(255,255,255,.18); }
.featured-work__footer .modal-trigger { min-height: 42px; border-radius: 6px; background: rgba(255,255,255,.13); color: #fff; }
.featured-work__footer .modal-trigger.primary { background: var(--portal-orange); }

.section { padding-top: clamp(70px, 8vw, 112px); padding-bottom: clamp(70px, 8vw, 112px); }
.section:not(.band) { background: var(--portal-paper); }
.section-head h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4vw, 4.25rem); letter-spacing: 0; }
.section-head .eyebrow { color: var(--portal-orange); }
.split-head { align-items: flex-end; }
.split-head .text-link { border-color: var(--portal-orange); color: var(--portal-ink); }
.artist-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.catalog-card {
    display: flex;
    min-height: 440px;
    flex-direction: column;
    border-color: #dfe5e5;
    border-radius: 7px;
    background: #fff;
    box-shadow: none;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.catalog-card:hover { border-color: #b8ccca; box-shadow: 0 20px 38px rgba(18, 39, 44, .13); transform: translateY(-5px); }
.catalog-card .poster { min-height: 248px; border-radius: 0; }
.catalog-card .artist-body { display:flex; flex:1; flex-direction:column; gap:12px; padding:20px; }
.catalog-card__footer { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:auto; padding-top:14px; border-top:1px solid #dce5e5; color:var(--portal-orange); font-size:.85rem; font-weight:850; }
.catalog-card__footer .card-actions { display:flex; grid-template-columns:none; gap:8px; margin:0; }
.catalog-card__footer .modal-trigger { width:42px; min-width:42px; height:42px; padding:0; }
.catalog-card__footer .modal-trigger:not(.primary) { background:#e7f2f0; color:var(--portal-moss); }
.catalog-card .artist-body > h3 { font-size: 1.25rem; }
.catalog-card .artist-body > p { color: #65747d; }
.catalog-card .compact-card-meta { padding-top: 4px; }
.catalog-card .compact-card-meta dt { color: var(--portal-orange); }
.catalog-card .card-actions { margin-top: auto; }
.catalog-card .modal-trigger { min-height: 42px; border-radius: 6px; }
.catalog-card .modal-trigger.primary { background: var(--portal-moss); }
.poster-caption strong { font-size: .92rem; }

.band { background: #e9efed; }
.segment-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.segment-card { min-height: 190px; border: 0; border-radius: 7px; background: #fff; box-shadow: none; transition: transform .2s ease, box-shadow .2s ease; }
.segment-card:hover { box-shadow: 0 18px 34px rgba(16,33,42,.12); transform: translateY(-4px); }
.process-section { background: #f9f9f6 !important; }
.catalog-cta { border-top: 4px solid var(--portal-orange); background: var(--portal-night); }
.catalog-cta .button { background: var(--portal-orange); }

@media (max-width: 1180px) {
    .public-header nav.mobile-navigation { gap: 14px; }
    .artist-grid, .segment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .artistic-hero { grid-template-columns: 1fr; min-height: 0; }
    .artistic-search { max-width: 720px; width: 100%; }
    .booking-assurance { grid-template-columns: 1fr; max-width: 720px; margin-top: -24px; }
    .booking-assurance > div, .booking-assurance > div:first-child, .booking-assurance > div:last-child { border: 0; border-bottom: 1px solid #e0e5e6; border-radius: 0; }
    .booking-assurance > div:first-child { border-radius: 8px 8px 0 0; }
    .booking-assurance > div:last-child { border: 0; border-radius: 0 0 8px 8px; }
    .artist-grid, .segment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
    .public-header { min-height: 72px; }
    .public-header .brand.brand-image { width: 174px; height: 48px; }
    .artistic-hero { padding-top: 66px; padding-bottom: 62px; }
    .artistic-hero .hero-copy h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
    .hero-kicker { align-items: flex-start; flex-direction: column; gap: 8px; }
    .hero-signals { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hero-signals div { min-height: 92px; }
    .artistic-search__fields { grid-template-columns: 1fr; }
    .booking-assurance { padding: 0 18px; }
    .booking-assurance > div { min-height: 0; padding: 20px; }
    .split-head { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
    .artist-grid, .segment-grid { grid-template-columns: 1fr; }
    .hero-signals { grid-template-columns: 1fr 1fr; }
    .hero-signals div:nth-child(n+3) { display: none; }
    .artistic-search { padding: 22px 18px; }
    .catalog-card .poster { min-height: 230px; }
}
@media (prefers-reduced-motion: reduce) {
    .catalog-card, .segment-card, .quick-categories a { transition: none; }
}