/* VILIANTE SHARED HEADER SYSTEM */


/* ===== viliante-mobile-final-clean-v1 ===== */
/* VILIANTE MOBILE FINAL CLEAN V1 */
/* Mobile should look like desktop: image background + text/buttons on image. */

.mobile-hero-panel {
  display: none !important;
}

@media (max-width: 900px) {
  body {
    overflow-x: hidden !important;
  }

  .site-header {
    position: fixed !important;
    top: 14px !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .site-header .container.nav {
    width: calc(100% - 24px) !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 0 10px 0 12px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: rgba(255,253,248,.72) !important;
    border: 1px solid rgba(255,255,255,.72) !important;
    border-radius: 999px !important;
    box-shadow: 0 16px 42px rgba(8,12,20,.14) !important;
    backdrop-filter: blur(20px) saturate(145%) !important;
  }

  .nav-links {
    display: none !important;
  }

  .brand-logo {
    height: 46px !important;
    width: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .brand-logo img {
    height: 42px !important;
    width: auto !important;
    max-width: 112px !important;
    object-fit: contain !important;
  }

  .brand-logo .brand-fallback {
    display: none !important;
  }

  .nav-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
  }

  .site-header .nav-actions .btn-secondary {
    display: none !important;
  }

  .site-header .nav-actions .btn-primary {
    width: auto !important;
    min-height: 42px !important;
    padding: 10px 17px !important;
    border-radius: 999px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    box-shadow: 0 12px 28px rgba(19,87,183,.25) !important;
  }

  .site-header .btn {
    width: auto !important;
  }

  .hero-showcase {
    height: 100svh !important;
    min-height: 700px !important;
    max-height: 840px !important;
    margin-top: 0 !important;
    overflow: hidden !important;
    background: #f7f1e7 !important;
    border-bottom: 0 !important;
  }

  .hero-slider,
  .hero-slide,
  .hero-slide-bg {
    height: 100% !important;
    min-height: 100% !important;
  }

  .hero-slide-bg {
    background-size: cover !important;
    background-position: center center !important;
    transform: none !important;
    animation: none !important;
    opacity: .80 !important;
    filter: saturate(1.02) contrast(1.01) brightness(1.01) !important;
  }

  .hero-shade {
    display: none !important;
    background: transparent !important;
  }

  .hero-slide::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    pointer-events: none !important;
    background:
      linear-gradient(180deg,
        rgba(255,247,235,.22) 0%,
        rgba(255,247,235,.10) 42%,
        rgba(8,12,20,.58) 100%
      ) !important;
  }

  .hero-showcase-content {
    position: relative !important;
    z-index: 20 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: min(100% - 28px, 1180px) !important;
    height: 100svh !important;
    min-height: 700px !important;
    max-height: 840px !important;
    margin: 0 auto !important;
    padding: 92px 0 74px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .hero-showcase .eyebrow {
    display: inline-flex !important;
    font-size: 10px !important;
    line-height: 1 !important;
    padding: 8px 12px !important;
    margin: 0 0 14px !important;
    max-width: 96% !important;
    background: rgba(255,255,255,.90) !important;
    color: #0a3678 !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 22px rgba(8,12,20,.12) !important;
  }

  .hero-showcase h1 {
    display: block !important;
    color: #ffffff !important;
    font-size: clamp(42px, 13vw, 62px) !important;
    line-height: .86 !important;
    letter-spacing: -.065em !important;
    max-width: 96% !important;
    margin: 0 0 10px !important;
    text-shadow: 0 12px 34px rgba(8,12,20,.50) !important;
  }

  .hero-showcase p {
    display: block !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 15px !important;
    line-height: 1.36 !important;
    max-width: 94% !important;
    margin: 0 !important;
    text-shadow: 0 10px 28px rgba(8,12,20,.50) !important;
    font-weight: 750 !important;
  }

  .hero-showcase .hero-actions {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    margin: 18px 0 0 !important;
  }

  .hero-showcase .hero-actions .btn {
    width: 100% !important;
    min-height: 48px !important;
    padding: 12px 14px !important;
    font-size: 14px !important;
    border-radius: 999px !important;
  }

  .hero-showcase .hero-actions .hero-ghost {
    display: none !important;
  }

  .hero-product-float,
  .hero-slider-dots-disabled {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

@media (max-width: 420px) {
  .site-header .container.nav {
    height: 54px !important;
    min-height: 54px !important;
  }

  .brand-logo img {
    height: 38px !important;
    max-width: 100px !important;
  }

  .site-header .nav-actions .btn-primary {
    min-height: 40px !important;
    padding: 9px 15px !important;
    font-size: 12px !important;
  }

  .hero-showcase {
    min-height: 680px !important;
  }

  .hero-showcase-content {
    min-height: 680px !important;
    padding-bottom: 66px !important;
  }

  .hero-showcase h1 {
    font-size: clamp(38px, 13vw, 54px) !important;
  }

  .hero-showcase p {
    font-size: 13px !important;
  }
}





/* ===== viliante-mobile-drawer-login-style-v1 ===== */
@media (max-width: 1024px) {
  /* Hide Get Sample inside hamburger drawer */
  .viliante-mobile-drawer-featured {
    display: none !important;
  }

  /* Make Log in same visual style as previous Get Sample */
  .viliante-mobile-login-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 62px !important;
    margin: 18px 0 14px !important;
    border-radius: 999px !important;

    background: rgba(255,255,255,0.88) !important;
    color: #0b3b78 !important;
    border: 1px solid rgba(43,93,191,0.22) !important;

    text-align: center !important;
    text-decoration: none !important;
    font-weight: 900 !important;

    box-shadow: 0 12px 28px rgba(16,35,63,0.07) !important;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease !important;
  }

  .viliante-mobile-login-link:hover,
  .viliante-mobile-login-link:active {
    transform: translateY(-1px) scale(1.01) !important;
    background: #ffffff !important;
    box-shadow: 0 16px 36px rgba(16,35,63,0.12) !important;
  }
}

/* ===== viliante-hide-mobile-drawer-x-v1 ===== */
@media (max-width: 1024px) {
  .viliante-mobile-drawer-close {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* ===== viliante-manrope-premium-font-v1 ===== */
/*
  Viliante premium typography v1.
  Goal: soft clean letters, readable spacing, not crooked, not childish.
  Main hero slider title is intentionally excluded.
*/

:root {
  --viliante-font-premium: "Manrope", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --viliante-title-ink: #071225;
  --viliante-title-navy: #09204a;
  --viliante-text-main: #334158;
  --viliante-text-muted: #516176;
  --viliante-kicker-blue: #0754ad;
}

/* General readable text */
body,
button,
input,
select,
textarea,
a,
p,
li,
span,
small,
label,


/* Header/nav */
header a,
nav a,
.site-header a,
.desktop-nav a,
.mobile-nav a,
.mobile-drawer a,
.login,
.login-btn,
.header-login {
  font-family: var(--viliante-font-premium) !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
}

/* Non-hero section titles */
section:not(.hero):not(.hero-showcase):not(.hero-slider):not(#hero):not(#home) h1,
section:not(.hero):not(.hero-showcase):not(.hero-slider):not(#hero):not(#home) h2,
section:not(.hero):not(.hero-showcase):not(.hero-slider):not(#hero):not(#home) .section-title,
section:not(.hero):not(.hero-showcase):not(.hero-slider):not(#hero):not(#home) .rounded-title,
#why-viliante h1,
#why-viliante h2,
#why-viliante .rounded-title,
#how-it-is-made h1,
#how-it-is-made h2,
#how-it-is-made .rounded-title,
#product h1,
#product h2,
#product .rounded-title,
#benefits h1,
#benefits h2,
#benefits .rounded-title,
#pricing h1,
#pricing h2,
#pricing .rounded-title,
#faq h1,
#faq h2,
#faq .rounded-title,
#contact h1,
#contact h2,
#contact .rounded-title,
.viliante-action-section h1,
.viliante-action-section h2,
.viliante-action-section .rounded-title,
.viliante-action-copy h1,
.viliante-action-copy h2,
.viliante-action-copy .rounded-title,
.why-viliante-section h1,
.why-viliante-section h2,
.why-viliante-section .rounded-title,
.why-compact-section h1,
.why-compact-section h2,
.why-compact-section .rounded-title,
.how-made-bg-section h1,
.how-made-bg-section h2,
.how-made-bg-section .rounded-title,
.viliante-process-copy h1,
.viliante-process-copy h2,
.viliante-process-copy .rounded-title {
  font-family: var(--viliante-font-premium) !important;
  color: var(--viliante-title-ink) !important;
  font-weight: 800 !important;
  letter-spacing: -0.028em !important;
  word-spacing: 0.06em !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

/* WHY / HOW titles: premium navy */
#why-viliante h1,
#why-viliante h2,
#why-viliante .rounded-title,
#how-it-is-made h1,
#how-it-is-made h2,
#how-it-is-made .rounded-title,
.why-viliante-section h1,
.why-viliante-section h2,
.why-viliante-section .rounded-title,
.why-compact-section h1,
.why-compact-section h2,
.why-compact-section .rounded-title,
.how-made-bg-section h1,
.how-made-bg-section h2,
.how-made-bg-section .rounded-title,
.viliante-process-copy h1,
.viliante-process-copy h2,
.viliante-process-copy .rounded-title {
  color: var(--viliante-title-navy) !important;
}

/* Title sizes: premium, not oversized */
#why-viliante h1,
#why-viliante h2,
#why-viliante .rounded-title,
.why-viliante-section h1,
.why-viliante-section h2,
.why-viliante-section .rounded-title,
.why-compact-section h1,
.why-compact-section h2,
.why-compact-section .rounded-title {
  font-size: clamp(42px, 5vw, 78px) !important;
}

#how-it-is-made h1,
#how-it-is-made h2,
#how-it-is-made .rounded-title,
.how-made-bg-section h1,
.how-made-bg-section h2,
.how-made-bg-section .rounded-title,
.viliante-process-copy h1,
.viliante-process-copy h2,
.viliante-process-copy .rounded-title {
  font-size: clamp(42px, 5.2vw, 82px) !important;
}

.viliante-action-section h1,
.viliante-action-section h2,
.viliante-action-section .rounded-title,
.viliante-action-copy h1,
.viliante-action-copy h2,
.viliante-action-copy .rounded-title,
#contact h1,
#contact h2,
#contact .rounded-title {
  font-size: clamp(38px, 4.4vw, 64px) !important;
  max-width: 980px;
}

/* Kicker labels */
.kicker,
.section-kicker,
.why-viliante-kicker,
.viliante-kicker,
.viliante-action-kicker {
  font-family: var(--viliante-font-premium) !important;
  color: var(--viliante-kicker-blue) !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.17em !important;
  text-transform: uppercase !important;
}

/* Paragraphs: restore breathing room */
section:not(.hero):not(.hero-showcase):not(.hero-slider):not(#hero):not(#home) p,
#why-viliante p,
#how-it-is-made p,
#product p,
#benefits p,
#pricing p,
#faq p,
#contact p,
.viliante-action-section p,
.why-viliante-section p,
.why-compact-section p,
.how-made-bg-section p,
.viliante-process-copy p {
  font-family: var(--viliante-font-premium) !important;
  color: var(--viliante-text-main) !important;
  font-weight: 500 !important;
  letter-spacing: -0.005em !important;
  word-spacing: 0.03em !important;
  line-height: 1.7 !important;
}

/* Card headings */
.viliante-action-card h3,
.card h3,
#product h3,
#benefits h3,
#pricing h3,
#faq h3 {
  font-family: var(--viliante-font-premium) !important;
  color: var(--viliante-title-ink) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  word-spacing: 0.03em !important;
}

/* Card/body secondary text */
.viliante-action-card p,
.card p {
  color: var(--viliante-text-muted) !important;
}



/* Mobile */
@media (max-width: 700px) {
  section:not(.hero):not(.hero-showcase):not(.hero-slider):not(#hero):not(#home) h1,
  section:not(.hero):not(.hero-showcase):not(.hero-slider):not(#hero):not(#home) h2,
  section:not(.hero):not(.hero-showcase):not(.hero-slider):not(#hero):not(#home) .section-title,
  section:not(.hero):not(.hero-showcase):not(.hero-slider):not(#hero):not(#home) .rounded-title,
  #why-viliante h1,
  #why-viliante h2,
  #why-viliante .rounded-title,
  #how-it-is-made h1,
  #how-it-is-made h2,
  #how-it-is-made .rounded-title,
  .viliante-action-section h1,
  .viliante-action-section h2,
  .viliante-action-section .rounded-title {
    font-size: clamp(34px, 9.6vw, 50px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.02em !important;
    word-spacing: 0.04em !important;
  }

  section:not(.hero):not(.hero-showcase):not(.hero-slider):not(#hero):not(#home) p,
  #why-viliante p,
  #how-it-is-made p,
  #product p,
  #benefits p,
  #pricing p,
  #faq p,
  #contact p {
    line-height: 1.62 !important;
  }
}

/* ===== viliante-real-header-flex-fix-v2 ===== */
.site-header .header-inner{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:28px !important;
}

.site-header .nav-links{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:clamp(26px,2.2vw,54px) !important;

  flex:1 1 auto !important;
  min-width:0 !important;
}

.site-header .nav-actions,
.site-header .nav-account-actions{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;

  flex:0 0 auto !important;
  margin-left:auto !important;
  white-space:nowrap !important;
}

.site-header .header-login-btn{
  flex:0 0 auto !important;
  white-space:nowrap !important;
}

.site-header .header-icon-btn{
  flex:0 0 auto !important;
}

@media (max-width: 1024px){

  .site-header .nav-links{
    display:none !important;
  }

  .site-header .nav-account-actions{
    display:none !important;
  }
}

/* ===== viliante-header-actions-align-fix-v1 ===== */
.site-header .nav-actions,
.site-header .nav-account-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin-left: 18px !important;
  flex-shrink: 0 !important;
}

.site-header .header-login-btn {
  margin-left: 0 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.site-header .header-icon-btn {
  flex-shrink: 0 !important;
}

/* ===== viliante-nav-links-gap-tune-v1 ===== */
@media (min-width: 1025px) {
  .site-header .nav-links {
    gap: clamp(42px, 3.1vw, 72px) !important;
  }
}
