.elementor-kit-13{--e-global-color-primary:#FFFFFC;--e-global-color-secondary:#F7F4EE;--e-global-color-text:#110C0F;--e-global-color-accent:#5C1D24;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --ot-porcelain:#FFFFFC; --ot-aged-barolo:#5C1D24; --ot-grid-base:8px; --ot-color-secondary:#F7F4EE; --ot-color-text:#110C0F; --e-gv-0fe5f83:calc(var(--e-custom-ot-grid-base) * 2); --e-gv-af79e90:calc(var(--e-custom-ot-grid-base) * 4); --e-gv-72e64a7:calc(var(--e-custom-ot-grid-base) * 8); --ot-max-width:1200px; --ot-color-text-add:#110C0FB3; --ot-font-text:Tenor Sans; --ot-font-heading:Lora; --ot-color-accent-add-20:#5C1D2433; --ot-text-white:#FFFFFF; --ot-porcelain-00:#FFFFFC00; }
/* Start custom CSS */:root {
    /* Hero Specific Metrics */
    --ot-hero-padding-top: calc(var(--ot-grid-base) * 15);    /* 120px */
    --ot-hero-padding-bottom: calc(var(--ot-grid-base) * 10); /* 80px */
    --ot-hero-text-max-width: 650px;                          /* SEO/GEO Optimization */
    --ot-hero-gap: calc(var(--ot-grid-base) * 8);            /* 64px */
}

/* Klasa kontenera Hero dla Elementora (Asymmetric Breath 60/40) */
.ot-hero-asymmetric {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: var(--ot-hero-gap);
    background-color: var(--otuule-porcelain);
    padding-top: var(--ot-hero-padding-top);
    padding-bottom: var(--ot-hero-padding-bottom);
    align-items: center;
}

@media (min-width: 1024px) {
    .ot-hero-asymmetric {
        grid-template-columns: 6fr 4fr; /* 60% Visual / 40% Narrative content */
    }
    
    .ot-hero-asymmetric .ot-hero-content {
        max-width: var(--ot-hero-text-max-width);
        padding-left: calc(var(--ot-grid-base) * 4);
    }
}

/* Stylizacja nagłówka H1 w Hero (Quiet Luxury 2.0) */
.ot-hero-content h1 {
    font-family: var(--ot-font-heading);
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.1;
    color: var(--otuule-charcoal-black);
    margin-bottom: calc(var(--ot-grid-base) * 4);
}

.ot-hero-content .ot-hero-description {
    font-family: var(--ot-font-body);
    font-size: 18px;
    line-height: calc(var(--ot-grid-base) * 3.5);
    color: var(--otuule-charcoal-black);
    margin-bottom: calc(var(--ot-grid-base) * 5);
}

/* Centrowanie napisu względem całego paska, a nie wolnej przestrzeni */
.elementor-kit-13 .ot-top-bar-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    margin: 0;
    z-index: 10;
}

/* Rytuał Odnowy dla ikon - usunięcie domyślnych marginesów */
.elementor-kit-13 .elementor-widget-container {
    display: flex;
    align-items: center;
}

/* Zapewnienie odstępu 8px między ikonami zgodnie z IT_Module */
.elementor-kit-13 .elementor-widget-icon, 
.elementor-kit-13 .elementor-widget-menu-cart {
    margin: 0;
    padding: 0 calc(var(--e-custom-ot-grid-base) / 2);
}

/* Rama treści OTUULE - Rytuał Odnowy Porządku */
.elementor-section.elementor-section-boxed > .elementor-container,
.e-con.e-con-boxed > .e-con-inner {
    max-width: var(--e-custom-ot-max-width);
    margin-left: auto;
    margin-right: auto;
    /* Zapewnienie marginesu bezpieczeństwa na tabletach/mobile */
    padding-left: calc(var(--e-custom-ot-grid-base) * 2);
    padding-right: calc(var(--e-custom-ot-grid-base) * 2);
}/* End custom CSS */