/* ============================================================
   Conferro Heritaè — Homepage Hero Slider (Full-Bleed 100vw Overrides)
   ============================================================ */

/* Remove top white space above hero on homepage */
html body.home #main-content.wd-content-layout,
html body.home .wd-content-layout,
html body.page-id-3669 #main-content.wd-content-layout,
html body.page-id-36416 #main-content.wd-content-layout,
html body.page-id-36414 #main-content.wd-content-layout,
html body.home .entry-content,
html body.page-id-3669 .entry-content,
html body.page-id-36416 .entry-content,
html body.page-id-36414 .entry-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Full-Bleed Edge-to-Edge Hero Slider Section / Container (100vw, Zero Side White Space) */
html body .elementor-element.elementor-element-conferro_hero_slider_sec,
html body .elementor-element.conferro-hero-slider-section,
html body .conferro-hero-slider-section {
    position: relative !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    margin-top: 0 !important;
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    left: 0 !important;
    right: 0 !important;
}

/* Ensure inner HTML widget wrapper has zero margin/padding and fills container */
html body .elementor-element.elementor-element-conferro_hero_slider_sec > .elementor-widget-wrap,
html body .elementor-element.elementor-element-conferro_hero_slider_sec .elementor-widget-html,
html body .elementor-element.elementor-element-conferro_hero_slider_sec .elementor-widget-container,
html body .conferro-hero-slider-section .elementor-widget-html,
html body .conferro-hero-slider-section .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* Prevent horizontal scrollbar on body */
html, body {
    overflow-x: hidden !important;
}

/* Outer Hero Slider Component */
html body #conferro-hero-draft-v1,
html body .conferro-hero-slider,
html body section.conferro-hero-slider {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 680px !important;
    min-height: 620px !important;
    max-height: 720px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background-color: #111111 !important;
    box-sizing: border-box !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    user-select: none !important;
}

/* Track / Slide Container */
html body #conferro-hero-draft-v1 .conferro-hero-track,
html body .conferro-hero-slider .conferro-hero-track {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Individual Slide */
html body #conferro-hero-draft-v1 li.conferro-hero-slide,
html body .conferro-hero-slider li.conferro-hero-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
    z-index: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body #conferro-hero-draft-v1 li.conferro-hero-slide.active,
html body .conferro-hero-slider li.conferro-hero-slide.active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2 !important;
}

/* Slide Background Image */
html body #conferro-hero-draft-v1 img.conferro-hero-bg,
html body .conferro-hero-slider img.conferro-hero-bg {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border: none !important;
    transform: scale(1.02) !important;
    transition: transform 6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

html body #conferro-hero-draft-v1 li.conferro-hero-slide.active img.conferro-hero-bg,
html body .conferro-hero-slider li.conferro-hero-slide.active img.conferro-hero-bg {
    transform: scale(1) !important;
}

/* Slide Object Positions */
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="1"] img.conferro-hero-bg { object-position: right center !important; }
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="2"] img.conferro-hero-bg { object-position: center center !important; }
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="3"] img.conferro-hero-bg { object-position: left center !important; }
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] img.conferro-hero-bg { object-position: right center !important; }

/* Dark Gradient Overlay */
html body #conferro-hero-draft-v1 .conferro-hero-overlay,
html body .conferro-hero-slider .conferro-hero-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(to right, rgba(33, 9, 18, 0.88) 0%, rgba(33, 9, 18, 0.48) 45%, rgba(33, 9, 18, 0.05) 100%) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

/* Left-Aligned Content Box */
html body #conferro-hero-draft-v1 .conferro-hero-content,
html body .conferro-hero-slider .conferro-hero-content {
    position: absolute !important;
    top: 50% !important;
    left: max(124px, 8.5vw) !important;
    transform: translateY(-50%) !important;
    width: min(100% - 150px, 580px) !important;
    max-width: 580px !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Force all child elements inside content box to share strict left alignment */
html body #conferro-hero-draft-v1 .conferro-hero-content > *,
html body .conferro-hero-slider .conferro-hero-content > * {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
    align-self: flex-start !important;
    box-sizing: border-box !important;
    text-indent: 0 !important;
}

/* Eyebrow Label */
html body #conferro-hero-draft-v1 span.conferro-hero-eyebrow,
html body .conferro-hero-slider span.conferro-hero-eyebrow,
html body section.conferro-hero-slider .conferro-hero-eyebrow {
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: #B98A4E !important;
    -webkit-text-fill-color: #B98A4E !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    display: block !important;
    text-align: left !important;
    align-self: flex-start !important;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s !important;
}

/* MAIN TITLE (FORCE PURE WHITE #FFF9F2 & STRICT LEFT ALIGNMENT) */
html body .conferro-hero-slider h2.conferro-hero-title,
html body section.conferro-hero-slider h2,
html body .conferro-hero-slider .conferro-hero-title,
html body #conferro-hero-draft-v1 h2 {
    font-family: 'Playfair Display', Canela, 'Cormorant Garamond', Georgia, serif !important;
    font-size: clamp(40px, 4vw, 52px) !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
    color: #FFF9F2 !important;
    -webkit-text-fill-color: #FFF9F2 !important;
    text-align: left !important;
    align-self: flex-start !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    letter-spacing: -0.01em !important;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7) !important;
    mix-blend-mode: normal !important;
    background: transparent !important;
}

/* Slide 4 Editorial Content Block & Strict Left Alignment */
html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] .conferro-hero-content,
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] .conferro-hero-content {
    width: min(100% - 60px, 580px) !important;
    max-width: 580px !important;
}

html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] .conferro-hero-content > :not(a.conferro-hero-cta),
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] .conferro-hero-content > :not(a.conferro-hero-cta) {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
    align-self: flex-start !important;
    text-indent: 0 !important;
}

html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] span.conferro-hero-eyebrow,
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] span.conferro-hero-eyebrow {
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    align-self: flex-start !important;
}

html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] h2.conferro-hero-title,
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] h2.conferro-hero-title,
html body section.conferro-hero-slider li.conferro-hero-slide[data-slide="4"] h2 {
    font-size: clamp(28px, 3vw, 38px) !important;
    max-width: 580px !important;
    line-height: 1.16 !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    align-self: flex-start !important;
}

html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] p.conferro-hero-desc,
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] p.conferro-hero-desc {
    margin: 0 0 28px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    align-self: flex-start !important;
    max-width: 520px !important;
}

html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] a.conferro-hero-cta,
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] a.conferro-hero-cta {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 12px !important;
    height: 56px !important;
    padding: 0 32px !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    align-self: flex-start !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: fit-content !important;
    box-sizing: border-box !important;
}

html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] a.conferro-hero-cta > span,
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] a.conferro-hero-cta > span {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
}

html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] a.conferro-hero-cta > svg,
html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] a.conferro-hero-cta > svg {
    display: inline-block !important;
    flex: 0 0 auto !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: auto !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

/* SUBTITLE (FORCE PURE WHITE #FFF9F2 & STRICT LEFT ALIGNMENT) */
html body #conferro-hero-draft-v1 h3.conferro-hero-subtitle,
html body .conferro-hero-slider h3.conferro-hero-subtitle,
html body section.conferro-hero-slider h3,
html body .conferro-hero-slider .conferro-hero-subtitle,
html body #conferro-hero-draft-v1 h3 {
    font-family: 'Playfair Display', 'Cormorant Garamond', Georgia, serif !important;
    font-style: italic !important;
    font-size: clamp(24px, 2.4vw, 30px) !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    color: #FFF9F2 !important;
    -webkit-text-fill-color: #FFF9F2 !important;
    text-align: left !important;
    align-self: flex-start !important;
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7) !important;
}

/* DESCRIPTION (FORCE PURE WHITE #FFF9F2 & STRICT LEFT ALIGNMENT) */
html body #conferro-hero-draft-v1 p.conferro-hero-desc,
html body .conferro-hero-slider p.conferro-hero-desc,
html body section.conferro-hero-slider p,
html body .conferro-hero-slider .conferro-hero-desc,
html body #conferro-hero-draft-v1 p {
    font-family: 'Inter', 'Jost', sans-serif !important;
    font-size: 15.5px !important;
    line-height: 1.6 !important;
    color: #FFF9F2 !important;
    -webkit-text-fill-color: #FFF9F2 !important;
    text-align: left !important;
    align-self: flex-start !important;
    margin: 0 0 28px 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 520px !important;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease 0.5s, transform 0.6s ease 0.5s !important;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7) !important;
}

/* CTA BUTTON (SUBTLE DARK WINE BACKGROUND & ANTIQUE GOLD BORDER FOR ARTWORK SEPARATION) */
html body #conferro-hero-draft-v1 a.conferro-hero-cta,
html body .conferro-hero-slider a.conferro-hero-cta,
html body section.conferro-hero-slider .conferro-hero-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: flex-start !important;
    gap: 12px !important;
    height: 56px !important;
    padding: 0 32px !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    border: 1px solid #B98A4E !important;
    background: rgba(33, 9, 18, 0.72) !important;
    background-color: rgba(33, 9, 18, 0.72) !important;
    color: #FFF9F2 !important;
    -webkit-text-fill-color: #FFF9F2 !important;
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border-radius: 2px !important;
    text-align: center !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    opacity: 0;
    transform: translateY(20px);
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s, background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease, -webkit-text-fill-color 0.28s ease !important;
}

html body #conferro-hero-draft-v1 a.conferro-hero-cta:hover,
html body .conferro-hero-slider a.conferro-hero-cta:hover {
    background-color: #B98A4E !important;
    background: #B98A4E !important;
    border-color: #B98A4E !important;
    color: #210912 !important;
    -webkit-text-fill-color: #210912 !important;
}

html body #conferro-hero-draft-v1 a.conferro-hero-cta svg,
html body .conferro-hero-slider a.conferro-hero-cta svg {
    width: 14px !important;
    height: 14px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    transition: transform 0.28s ease, stroke 0.28s ease !important;
    opacity: 1 !important;
}

html body #conferro-hero-draft-v1 a.conferro-hero-cta:hover svg {
    transform: translateX(4px) !important;
    stroke: #210912 !important;
}

/* Active Slide Text Visibility */
html body #conferro-hero-draft-v1 li.conferro-hero-slide.active span.conferro-hero-eyebrow,
html body #conferro-hero-draft-v1 li.conferro-hero-slide.active h2.conferro-hero-title,
html body #conferro-hero-draft-v1 li.conferro-hero-slide.active h3.conferro-hero-subtitle,
html body #conferro-hero-draft-v1 li.conferro-hero-slide.active p.conferro-hero-desc,
html body #conferro-hero-draft-v1 li.conferro-hero-slide.active a.conferro-hero-cta {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* CIRCULAR NAVIGATION ARROWS (56px CIRCLE WITH BOLD VISIBLE CHEVRON) */
html body #conferro-hero-draft-v1 button.conferro-hero-nav,
html body .conferro-hero-slider button.conferro-hero-nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    border-radius: 50% !important;
    border: 1.5px solid rgba(255, 249, 242, 0.85) !important;
    background: rgba(33, 9, 18, 0.35) !important;
    color: #FFF9F2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 10 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

html body #conferro-hero-draft-v1 button.conferro-hero-nav:hover {
    border-color: #B98A4E !important;
    background: rgba(185, 138, 78, 0.35) !important;
    color: #FFF9F2 !important;
    transform: translateY(-50%) scale(1.06) !important;
}

html body #conferro-hero-draft-v1 button.conferro-hero-nav.prev,
html body .conferro-hero-slider button.conferro-hero-nav.prev {
    left: 24px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

html body #conferro-hero-draft-v1 button.conferro-hero-nav.next,
html body .conferro-hero-slider button.conferro-hero-nav.next {
    right: 24px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

html body #conferro-hero-draft-v1 button.conferro-hero-nav svg {
    width: 24px !important;
    height: 24px !important;
    stroke: #FFF9F2 !important;
    stroke-width: 2.5 !important;
    fill: none !important;
    display: block !important;
    margin: 0 auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* BOTTOM BAR CONTROLS */
html body #conferro-hero-draft-v1 .conferro-hero-bottom-bar,
html body .conferro-hero-slider .conferro-hero-bottom-bar {
    position: absolute !important;
    bottom: 28px !important;
    left: 9% !important;
    right: 9% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    z-index: 10 !important;
    pointer-events: none !important;
}

/* Counter */
html body #conferro-hero-draft-v1 .conferro-hero-counter {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    font-family: 'Montserrat', 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 2px !important;
    color: #FFF9F2 !important;
    -webkit-text-fill-color: #FFF9F2 !important;
    pointer-events: auto !important;
}

html body #conferro-hero-draft-v1 .conferro-hero-counter-line {
    width: 40px !important;
    height: 1px !important;
    background-color: rgba(255, 249, 242, 0.5) !important;
    display: inline-block !important;
}

/* HORIZONTAL CIRCULAR PAGINATION DOTS (○ ● ○ ○) */
html body #conferro-hero-draft-v1 .conferro-hero-dots,
html body .conferro-hero-slider .conferro-hero-dots {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    pointer-events: auto !important;
}

/* Inactive Circle (Outline) */
html body #conferro-hero-draft-v1 button.conferro-hero-dot,
html body .conferro-hero-slider button.conferro-hero-dot {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    max-width: 12px !important;
    max-height: 12px !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    background: transparent !important;
    border: 1.5px solid #FFF9F2 !important;
    opacity: 0.85 !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
}

/* Active Circle (Filled Antique Gold) */
html body #conferro-hero-draft-v1 button.conferro-hero-dot.active,
html body .conferro-hero-slider button.conferro-hero-dot.active {
    background-color: #B98A4E !important;
    background: #B98A4E !important;
    border: 1.5px solid #B98A4E !important;
    opacity: 1 !important;
    transform: scale(1.15) !important;
    box-shadow: 0 0 8px rgba(185, 138, 78, 0.6) !important;
}

/* Artwork Label */
html body #conferro-hero-draft-v1 .conferro-hero-label {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-style: italic !important;
    font-size: 12.5px !important;
    color: #FFF9F2 !important;
    -webkit-text-fill-color: #FFF9F2 !important;
    letter-spacing: 0.3px !important;
    pointer-events: auto !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6) !important;
}

/* Draft Banner */
html body #conferro-hero-draft-v1 .conferro-hero-draft-banner {
    position: absolute !important;
    top: 16px !important;
    right: 24px !important;
    background: rgba(33, 9, 18, 0.85) !important;
    border: 1px solid rgba(185, 138, 78, 0.6) !important;
    color: #B98A4E !important;
    -webkit-text-fill-color: #B98A4E !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10.5px !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    padding: 5px 12px !important;
    border-radius: 2px !important;
    z-index: 20 !important;
    pointer-events: none !important;
}

/* Guard: Ensure draft banner NEVER shows on published homepage */
body.home .conferro-hero-draft-banner,
body.page-id-3669 .conferro-hero-draft-banner {
    display: none !important;
}

/* Responsive Rules */
@media (max-width: 1024px) {
    html body #conferro-hero-draft-v1 { height: 600px !important; }
    html body #conferro-hero-draft-v1 .conferro-hero-content,
    html body .conferro-hero-slider .conferro-hero-content { left: 6% !important; max-width: 500px !important; }
    html body #conferro-hero-draft-v1 h2.conferro-hero-title,
    html body .conferro-hero-slider h2.conferro-hero-title { font-size: 42px !important; }
    html body #conferro-hero-draft-v1 h3.conferro-hero-subtitle,
    html body .conferro-hero-slider h3.conferro-hero-subtitle { font-size: 26px !important; }
    html body #conferro-hero-draft-v1 p.conferro-hero-desc,
    html body .conferro-hero-slider p.conferro-hero-desc { font-size: 14.5px !important; }
    html body #conferro-hero-draft-v1 button.conferro-hero-nav.prev,
    html body .conferro-hero-slider button.conferro-hero-nav.prev { left: 20px !important; }
    html body #conferro-hero-draft-v1 .conferro-hero-bottom-bar,
    html body .conferro-hero-slider .conferro-hero-bottom-bar { left: 6% !important; right: 6% !important; }

    /* Slide 4 Tablet Editorial Alignment & Balanced Sizing */
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] .conferro-hero-content,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] .conferro-hero-content {
        left: 6% !important;
        max-width: 500px !important;
    }
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] .conferro-hero-content > :not(a.conferro-hero-cta),
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] .conferro-hero-content > :not(a.conferro-hero-cta) {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
        align-self: flex-start !important;
    }
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] h2.conferro-hero-title,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] h2.conferro-hero-title {
        font-size: clamp(24px, 3.2vw, 30px) !important;
        line-height: 1.18 !important;
        margin: 0 0 14px 0 !important;
        max-width: 480px !important;
    }
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] p.conferro-hero-desc,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] p.conferro-hero-desc {
        font-size: 14.5px !important;
        line-height: 1.55 !important;
        margin: 0 0 24px 0 !important;
        max-width: 460px !important;
    }
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] a.conferro-hero-cta,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] a.conferro-hero-cta {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        height: 56px !important;
        padding: 0 32px !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        align-self: flex-start !important;
    }
}

@media (max-width: 767px) {
    /* Seamless Deep Wine Canvas */
    html body #conferro-hero-draft-v1,
    html body .conferro-hero-slider,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide,
    html body .conferro-hero-slider li.conferro-hero-slide {
        background: #210912 !important;
        background-color: #210912 !important;
    }

    /* Full Mobile Viewport Height to fill initial fold */
    html body #conferro-hero-draft-v1,
    html body .conferro-hero-slider {
        height: calc(100vh - 60px) !important;
        min-height: 640px !important;
        max-height: 820px !important;
    }

    /* DOMINANT VISUAL ARTWORK PRESENTATION (~65–75% of Hero Slider height) */
    html body #conferro-hero-draft-v1 img.conferro-hero-bg,
    html body .conferro-hero-slider img.conferro-hero-bg {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 68% !important;
        object-fit: cover !important;
        object-position: center top !important;
        transform: none !important;
        display: block !important;
        z-index: 1 !important;
    }

    /* Slide-Specific Mobile Object Positions for Optimal Artwork Framing */
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="1"] img.conferro-hero-bg,
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="1"] img.conferro-hero-bg {
        object-fit: cover !important;
        object-position: center top !important;
    }

    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="2"] img.conferro-hero-bg,
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="2"] img.conferro-hero-bg {
        object-fit: cover !important;
        object-position: center 15% !important;
    }

    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="3"] img.conferro-hero-bg,
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="3"] img.conferro-hero-bg {
        object-fit: cover !important;
        object-position: center top !important;
    }

    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] img.conferro-hero-bg,
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] img.conferro-hero-bg {
        object-fit: cover !important;
        object-position: center top !important;
    }

    /* Smooth Gradient Overlay: Seamless transition into dark maroon base */
    html body #conferro-hero-draft-v1 .conferro-hero-overlay,
    html body .conferro-hero-slider .conferro-hero-overlay {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: linear-gradient(
            to bottom,
            rgba(33, 9, 18, 0.0) 0%,
            rgba(33, 9, 18, 0.1) 30%,
            rgba(33, 9, 18, 0.6) 55%,
            rgba(33, 9, 18, 0.92) 72%,
            rgba(33, 9, 18, 1.0) 85%,
            rgba(33, 9, 18, 1.0) 100%
        ) !important;
        z-index: 2 !important;
        pointer-events: none !important;
    }

    /* Compact Content Area (~25–35% of Hero Slider height) */
    html body #conferro-hero-draft-v1 .conferro-hero-content,
    html body .conferro-hero-slider .conferro-hero-content {
        position: absolute !important;
        top: auto !important;
        bottom: 44px !important;
        transform: none !important;
        left: 48px !important;
        right: 48px !important;
        width: calc(100% - 96px) !important;
        max-width: calc(100% - 96px) !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left !important;
        box-sizing: border-box !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        z-index: 3 !important;
    }

    /* All child text elements strictly left-aligned */
    html body #conferro-hero-draft-v1 .conferro-hero-content > *,
    html body .conferro-hero-slider .conferro-hero-content > * {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
        align-self: flex-start !important;
        box-sizing: border-box !important;
    }

    /* Eyebrow: Compact Gap */
    html body #conferro-hero-draft-v1 span.conferro-hero-eyebrow,
    html body .conferro-hero-slider span.conferro-hero-eyebrow {
        font-size: 10.5px !important;
        letter-spacing: 1.8px !important;
        margin: 0 0 3px 0 !important;
        line-height: 1.2 !important;
        color: #B98A4E !important;
        -webkit-text-fill-color: #B98A4E !important;
    }

    /* Main Title: Compact Gap */
    html body #conferro-hero-draft-v1 h2.conferro-hero-title,
    html body .conferro-hero-slider h2.conferro-hero-title {
        font-size: 26px !important;
        line-height: 1.12 !important;
        margin: 0 0 3px 0 !important;
        color: #FFF9F2 !important;
        -webkit-text-fill-color: #FFF9F2 !important;
        word-wrap: break-word !important;
    }

    /* Subtitle: Compact Gap */
    html body #conferro-hero-draft-v1 h3.conferro-hero-subtitle,
    html body .conferro-hero-slider h3.conferro-hero-subtitle {
        font-size: 16px !important;
        line-height: 1.2 !important;
        margin: 0 0 6px 0 !important;
        color: #FFF9F2 !important;
        -webkit-text-fill-color: #FFF9F2 !important;
        word-wrap: break-word !important;
    }

    /* Description: Compact Gap & Fully Visible */
    html body #conferro-hero-draft-v1 p.conferro-hero-desc,
    html body .conferro-hero-slider p.conferro-hero-desc {
        font-size: 12.5px !important;
        line-height: 1.45 !important;
        margin: 0 0 12px 0 !important;
        color: #FFF9F2 !important;
        -webkit-text-fill-color: #FFF9F2 !important;
        width: 100% !important;
        max-width: 100% !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
    }

    /* CTA Button */
    html body #conferro-hero-draft-v1 a.conferro-hero-cta,
    html body .conferro-hero-slider a.conferro-hero-cta {
        height: 42px !important;
        padding: 0 18px !important;
        font-size: 10px !important;
        letter-spacing: 1.2px !important;
        gap: 8px !important;
        white-space: nowrap !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Slide 4 Mobile Strict Left Alignment & Balanced Sizing */
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] .conferro-hero-content,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] .conferro-hero-content {
        left: 48px !important;
        right: 48px !important;
        width: calc(100% - 96px) !important;
        max-width: calc(100% - 96px) !important;
        bottom: 44px !important;
    }
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] .conferro-hero-content > :not(a.conferro-hero-cta),
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] .conferro-hero-content > :not(a.conferro-hero-cta) {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
        align-self: flex-start !important;
    }
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] span.conferro-hero-eyebrow,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] span.conferro-hero-eyebrow {
        font-size: 10.5px !important;
        letter-spacing: 1.8px !important;
        margin: 0 0 5px 0 !important;
    }
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] h2.conferro-hero-title,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] h2.conferro-hero-title {
        font-size: 22px !important;
        line-height: 1.15 !important;
        margin: 0 0 8px 0 !important;
        max-width: 100% !important;
    }
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] p.conferro-hero-desc,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] p.conferro-hero-desc {
        font-size: 12px !important;
        line-height: 1.45 !important;
        margin: 0 0 14px 0 !important;
        max-width: 100% !important;
    }
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] a.conferro-hero-cta,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] a.conferro-hero-cta {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin-left: 0 !important;
        margin-right: auto !important;
        align-self: flex-start !important;
        height: 42px !important;
        padding: 0 18px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    /* Navigation Arrows: Circular ~44px positioned at 40% (upper artwork region) */
    html body #conferro-hero-draft-v1 button.conferro-hero-nav,
    html body .conferro-hero-slider button.conferro-hero-nav {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        max-width: 44px !important;
        max-height: 44px !important;
        border-radius: 50% !important;
        border: 1px solid rgba(255, 249, 242, 0.85) !important;
        background: rgba(33, 9, 18, 0.55) !important;
        background-color: rgba(33, 9, 18, 0.55) !important;
        color: #FFF9F2 !important;
        top: 40% !important;
        transform: translateY(-50%) !important;
        z-index: 15 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35) !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
    }

    html body #conferro-hero-draft-v1 button.conferro-hero-nav svg,
    html body .conferro-hero-slider button.conferro-hero-nav svg {
        width: 18px !important;
        height: 18px !important;
        stroke: #FFF9F2 !important;
        stroke-width: 2.5 !important;
    }

    html body #conferro-hero-draft-v1 button.conferro-hero-nav.prev,
    html body .conferro-hero-slider button.conferro-hero-nav.prev {
        left: 6px !important;
        right: auto !important;
    }

    html body #conferro-hero-draft-v1 button.conferro-hero-nav.next,
    html body .conferro-hero-slider button.conferro-hero-nav.next {
        right: 6px !important;
        left: auto !important;
    }

    /* Bottom Bar & Pagination */
    html body #conferro-hero-draft-v1 .conferro-hero-bottom-bar,
    html body .conferro-hero-slider .conferro-hero-bottom-bar {
        left: 16px !important;
        right: 16px !important;
        bottom: 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        z-index: 10 !important;
    }

    html body #conferro-hero-draft-v1 .conferro-hero-label,
    html body .conferro-hero-slider .conferro-hero-label {
        display: none !important;
    }
}

/* NARROW MOBILE SCREENS (320px - 360px) */
@media (max-width: 360px) {
    html body #conferro-hero-draft-v1,
    html body .conferro-hero-slider {
        height: calc(100vh - 54px) !important;
        min-height: 600px !important;
    }

    html body #conferro-hero-draft-v1 button.conferro-hero-nav,
    html body .conferro-hero-slider button.conferro-hero-nav {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
        max-width: 38px !important;
        max-height: 38px !important;
        top: 38% !important;
    }

    html body #conferro-hero-draft-v1 button.conferro-hero-nav.prev,
    html body .conferro-hero-slider button.conferro-hero-nav.prev {
        left: 4px !important;
    }

    html body #conferro-hero-draft-v1 button.conferro-hero-nav.next,
    html body .conferro-hero-slider button.conferro-hero-nav.next {
        right: 4px !important;
    }

    html body #conferro-hero-draft-v1 .conferro-hero-content,
    html body .conferro-hero-slider .conferro-hero-content {
        left: 42px !important;
        right: 42px !important;
        width: calc(100% - 84px) !important;
        max-width: calc(100% - 84px) !important;
        bottom: 40px !important;
    }

    html body #conferro-hero-draft-v1 h2.conferro-hero-title,
    html body .conferro-hero-slider h2.conferro-hero-title {
        font-size: 24px !important;
    }

    html body #conferro-hero-draft-v1 h3.conferro-hero-subtitle,
    html body .conferro-hero-slider h3.conferro-hero-subtitle {
        font-size: 15px !important;
    }

    html body #conferro-hero-draft-v1 p.conferro-hero-desc,
    html body .conferro-hero-slider p.conferro-hero-desc {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
    }

    html body #conferro-hero-draft-v1 a.conferro-hero-cta,
    html body .conferro-hero-slider a.conferro-hero-cta {
        padding: 0 14px !important;
        font-size: 9.5px !important;
        height: 38px !important;
        letter-spacing: 1.1px !important;
    }

    /* Slide 4 Narrow Mobile Strict Left Alignment */
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] .conferro-hero-content,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] .conferro-hero-content {
        left: 42px !important;
        right: 42px !important;
        width: calc(100% - 84px) !important;
        max-width: calc(100% - 84px) !important;
        bottom: 40px !important;
    }
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] h2.conferro-hero-title,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] h2.conferro-hero-title {
        font-size: 20px !important;
        line-height: 1.15 !important;
        margin: 0 0 6px 0 !important;
    }
    html body .conferro-hero-slider li.conferro-hero-slide[data-slide="4"] p.conferro-hero-desc,
    html body #conferro-hero-draft-v1 li.conferro-hero-slide[data-slide="4"] p.conferro-hero-desc {
        font-size: 11.5px !important;
        line-height: 1.4 !important;
        margin: 0 0 12px 0 !important;
    }
}
