/* Cuisina9 native homepage — faithful rebuild of the current production home, without Elementor. */
.tc-front-page--native-cuisina9 { margin: 0; }
.tc-front-page--native-cuisina9 > .entry-content { margin: 0; }
.tc-c9-native-home { background: #fff; color: #171738; overflow: hidden; }
.tc-c9-native-home h2 { color: #0f1028; }

.tc-c9-home-promo {
    min-height: 34px;
    display: grid;
    place-items: center;
    padding: .35rem 1rem;
    text-align: center;
    color: #0e102b;
    font-size: clamp(.82rem, .95vw, 1rem);
    font-weight: 700;
}

.tc-c9-home-hero {
    position: relative;
    min-height: clamp(350px, 22vw, 470px);
    overflow: hidden;
    background: #171738;
}
.tc-c9-home-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.tc-c9-home-hero__shade {
    position: absolute;
    inset: 0;
    background: rgba(9, 10, 30, .11);
}
.tc-c9-home-hero__copy {
    position: relative;
    z-index: 1;
    min-height: inherit;
    display: grid;
    place-content: center;
    padding: 2rem;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 10px rgb(0 0 0 / 22%);
}
.tc-c9-home-hero__copy h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.4rem, 3.4vw, 4rem);
    line-height: .98;
    font-weight: 800;
    letter-spacing: .01em;
}
.tc-c9-home-hero__copy p {
    margin: .9rem 0 0;
    font-size: clamp(1rem, 1.15vw, 1.3rem);
    font-weight: 700;
}

.tc-c9-home-intro {
    padding-block: 1rem 1.8rem;
    text-align: center;
}
.tc-c9-home-intro h2 {
    margin: 0 0 .55rem;
    font-size: clamp(1.25rem, 1.45vw, 1.8rem);
    line-height: 1.2;
}
.tc-c9-home-quick-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: clamp(.65rem, 1.3vw, 1.5rem);
    max-width: 1120px;
    margin: .5rem auto 1.1rem;
}
.tc-c9-home-quick {
    min-width: 0;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: .4rem;
    color: #13142e;
    font-size: .75rem;
    font-weight: 650;
    line-height: 1.15;
    text-decoration: none;
}
.tc-c9-home-quick__media {
    width: 100%;
    max-width: 105px;
    height: 88px;
    display: grid;
    place-items: center;
}
.tc-c9-home-quick__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: 82px;
    object-fit: contain;
}
.tc-c9-home-intro__lead,
.tc-c9-home-intro > p:last-child {
    max-width: 1100px;
    margin-inline: auto;
    color: #777078;
    font-size: .82rem;
}
.tc-c9-home-intro__lead { margin-top: 1.4rem; margin-bottom: .65rem; }

.tc-c9-home-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: clamp(1rem, 4vw, 5rem);
    width: 100%;
}
.tc-c9-home-divider > span:first-child,
.tc-c9-home-divider > span:last-child {
    height: 1px;
    background: #182448;
}
.tc-c9-home-divider h2 {
    margin: 0;
    font-size: clamp(.9rem, 1vw, 1.05rem);
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
.tc-c9-home-divider__icon { margin-right: .35rem; font-size: .85em; }

.tc-c9-home-steps {
    padding-top: .2rem;
    padding-bottom: 0;
}
.tc-c9-home-steps .tc-c9-home-divider { margin-bottom: 1.9rem; }
.tc-c9-home-steps__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1080px;
    margin: 0 auto 1.7rem;
}
.tc-c9-home-step {
    overflow: hidden;
    aspect-ratio: 1;
    background: #f2f2f2;
}
.tc-c9-home-step__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tc-c9-home-explore { padding-top: 0; padding-bottom: 1.6rem; }

.tc-c9-home-visualizer {
    display: grid;
    grid-template-columns: minmax(320px, .95fr) minmax(320px, 1.05fr);
    gap: clamp(2rem, 4.5vw, 4.8rem);
    align-items: center;
    max-width: 1050px;
    padding-block: 1.4rem 2.5rem;
}
.tc-c9-home-visualizer__image { width: 100%; height: auto; display: block; }
.tc-c9-home-visualizer__copy { text-align: left; }
.tc-c9-home-visualizer__copy h2 {
    margin: 0 0 .75rem;
    font-size: clamp(1.8rem, 2.3vw, 2.6rem);
    line-height: 1.05;
    font-weight: 450;
}
.tc-c9-home-visualizer__copy p {
    max-width: 520px;
    margin: 0 0 .9rem;
    color: #625f66;
    font-size: .9rem;
    line-height: 1.55;
}
.tc-c9-home-visualizer__copy small {
    display: block;
    margin-top: .8rem;
    color: #777279;
    font-size: .7rem;
}
.tc-c9-home-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: .62rem 1.05rem;
    border-radius: 5px;
    background: #0c0d31;
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
    text-decoration: none;
}

.tc-c9-home-universes {
    max-width: 1060px;
    padding-top: .4rem;
    padding-bottom: 1.8rem;
    text-align: center;
}
.tc-c9-home-universes__lead {
    margin: 0 0 1.7rem;
    color: #706b73;
    font-size: .88rem;
}
.tc-c9-home-universes__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: minmax(250px, auto);
    gap: 1rem;
}
.tc-c9-home-universe {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    background: #171738;
    text-decoration: none;
}
.tc-c9-home-universe--third { grid-column: span 2; }
.tc-c9-home-universe--wide { grid-column: span 4; min-height: 355px; }
.tc-c9-home-universe--narrow { grid-column: span 2; min-height: 355px; }
.tc-c9-home-universe__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.tc-c9-home-universe__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(7, 8, 26, .48));
}
.tc-c9-home-universe__copy {
    position: absolute;
    z-index: 1;
    left: 1.45rem;
    bottom: 1.25rem;
    display: grid;
    justify-items: start;
    gap: .65rem;
    color: #fff;
    text-align: left;
}
.tc-c9-home-universe__copy strong { font-size: 1rem; line-height: 1.15; }
.tc-c9-home-universe--wide .tc-c9-home-universe__copy strong { font-size: 1.1rem; }
.tc-c9-home-universe__copy em {
    padding: .35rem .7rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: .62rem;
    font-style: normal;
    font-weight: 700;
}
.tc-c9-home-universe:hover .tc-c9-home-universe__image { transform: scale(1.02); }

.tc-c9-home-video {
    max-width: 1100px;
    padding-top: 0;
    padding-bottom: 3.1rem;
}
.tc-c9-home-video__frame,
.tc-c9-home-video__poster {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #171738;
}
.tc-c9-home-video__frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
.tc-c9-home-video__image { width: 100%; height: 100%; object-fit: cover; display: block; }

.tc-c9-home-brands {
    padding-top: 0;
    padding-bottom: 3rem;
    text-align: center;
}
.tc-c9-home-brands .tc-c9-home-divider { margin-bottom: 2.1rem; }
.tc-c9-home-brands .tc-c9-home-divider h2 { max-width: 320px; white-space: normal; }
.tc-c9-home-brands__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2.25rem 1.15rem;
    max-width: 1000px;
    margin: 0 auto;
}
.tc-c9-home-brand {
    display: grid;
    justify-items: center;
    gap: .55rem;
    color: #154a82;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.05;
    text-decoration: none;
}
.tc-c9-home-brand img,
.tc-c9-home-brand__image,
.tc-c9-home-brand__placeholder {
    display: block;
    width: 100%;
    max-width: 175px;
    aspect-ratio: 2.05 / 1;
    object-fit: cover;
    border-radius: 42px;
    background: #e8e7e3;
}

.tc-c9-home-madein {
    padding-top: 0;
    padding-bottom: 1.8rem;
    text-align: center;
}
.tc-c9-home-madein .tc-c9-home-divider { margin-bottom: 2.4rem; }
.tc-c9-home-madein p {
    max-width: 900px;
    margin: .85rem auto;
    color: #6d6871;
    font-size: .82rem;
    line-height: 1.55;
}

.tc-c9-home-contact-wrap { width: 100%; padding-top: 0; padding-bottom: 0; }
.tc-c9-home-contact-heading { padding-top: 0; padding-bottom: 0; }
.tc-c9-home-contact-wrap .tc-c9-home-divider { margin-bottom: 2rem; }
.tc-c9-home-contact {
    position: relative;
    min-height: 235px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #7a7775;
}
.tc-c9-home-contact__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tc-c9-home-contact__shade { position: absolute; inset: 0; background: rgba(30, 28, 28, .44); }
.tc-c9-home-contact__copy {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: .35rem;
    color: #fff;
    text-align: center;
}
.tc-c9-home-contact__copy span { font-size: 1rem; font-weight: 700; letter-spacing: .08em; }
.tc-c9-home-contact__copy strong { font-size: clamp(2rem, 3vw, 2.8rem); letter-spacing: .04em; }
.tc-c9-home-contact__copy .tc-c9-home-button { margin-top: .1rem; }

@media (max-width: 980px) {
    .tc-c9-home-quick-grid { grid-template-columns: repeat(4, 1fr); }
    .tc-c9-home-steps__grid { grid-template-columns: repeat(2, 1fr); max-width: 720px; }
    .tc-c9-home-visualizer { grid-template-columns: 1fr; max-width: 720px; }
    .tc-c9-home-visualizer__copy { text-align: center; }
    .tc-c9-home-visualizer__copy p { margin-inline: auto; }
    .tc-c9-home-universes__grid { grid-template-columns: 1fr 1fr; }
    .tc-c9-home-universe--third,
    .tc-c9-home-universe--wide,
    .tc-c9-home-universe--narrow { grid-column: span 1; min-height: 320px; }
    .tc-c9-home-universe--wide { grid-column: 1 / -1; }
    .tc-c9-home-brands__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
    .tc-c9-home-promo { font-size: .74rem; }
    .tc-c9-home-hero { min-height: 350px; }
    .tc-c9-home-hero__copy { padding: 1.25rem; }
    .tc-c9-home-hero__copy h1 { font-size: 2.35rem; }
    .tc-c9-home-intro { padding-inline: .8rem; }
    .tc-c9-home-quick-grid { grid-template-columns: repeat(2, 1fr); }
    .tc-c9-home-quick__media { height: 72px; }
    .tc-c9-home-quick__image { height: 68px; }
    .tc-c9-home-divider { gap: .75rem; }
    .tc-c9-home-divider h2 { white-space: normal; font-size: .82rem; }
    .tc-c9-home-steps__grid { gap: .55rem; }
    .tc-c9-home-visualizer { padding-inline: 1rem; }
    .tc-c9-home-universes__grid { grid-template-columns: 1fr; }
    .tc-c9-home-universe--third,
    .tc-c9-home-universe--wide,
    .tc-c9-home-universe--narrow { grid-column: 1; min-height: 300px; }
    .tc-c9-home-brands__grid { grid-template-columns: repeat(2, 1fr); gap: 1.6rem .8rem; }
    .tc-c9-home-brand { font-size: .86rem; }
    .tc-c9-home-contact { min-height: 205px; }
}
