:root {
    --lh-ink: #0c2944;
    --lh-ink-soft: #40556a;
    --lh-blue: #086ee8;
    --lh-sky: #30a9f4;
    --lh-coral: #ff5376;
    --lh-yellow: #ffcb2f;
    --lh-teal: #29ae9e;
    --lh-green: #60b842;
    --lh-cream: #fffaf1;
    --lh-paper: #ffffff;
    --lh-line: #ddd9cf;
    --lh-night: #111785;
    --lh-shell: min(1200px, calc(100% - 52px));
    --lh-display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
    --lh-body: Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--lh-cream); color: var(--lh-ink); font-family: var(--lh-body); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lh-yellow); outline-offset: 4px; }
[hidden] { display: none !important; }
.sr-only, .skip-link:not(:focus) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.lh-shell { width: var(--lh-shell); margin-inline: auto; }
.lh-section { position: relative; }

/* Header */
.lh-site-header { position: relative; z-index: 50; background: rgba(255,252,247,.98); }
.lh-header-utility { width: var(--lh-shell); min-height: 110px; margin: 0 auto; display: grid; grid-template-columns: 1fr 250px 1fr; align-items: center; gap: 24px; }
.lh-brand { grid-column: 2; display: grid; place-items: center; height: 92px; overflow: hidden; }
.lh-brand__wordmark { position: relative; display: block; width: 230px; height: 76px; overflow: hidden; }
.lh-brand__wordmark img { position: absolute; top: 50%; left: 50%; width: 372px; max-width: none; height: 186px; object-fit: contain; mix-blend-mode: multiply; transform: translate(-70%, -50%); }
.lh-header-actions { grid-column: 3; display: flex; justify-content: flex-end; align-items: center; gap: 18px; min-width: 0; }
.lh-header-actions a { text-decoration: none; }
.lh-header-actions .commerce-actions, .lh-header-actions .header-actions, .lh-header-actions .account-actions { display: flex; align-items: center; gap: 16px; }
.lh-header-actions svg, .lh-header-actions img { width: 19px; height: 19px; }
.lh-language-menu { position: relative; }
.lh-language-menu summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: 8px; color: #172d3f; font-size: .82rem; font-weight: 700; }
.lh-language-menu summary::-webkit-details-marker { display: none; }
.lh-language-menu__panel { position: absolute; top: calc(100% + 14px); right: 0; min-width: 180px; padding: 10px; border: 1px solid var(--lh-line); border-radius: 8px; background: #fff; box-shadow: 0 18px 48px rgba(8,33,77,.14); }
.lh-language-menu__panel a { display: block; padding: 9px 12px; border-radius: 5px; font-size: .9rem; }
.lh-language-menu__panel a:hover, .lh-language-menu__panel a[aria-current="page"] { background: #edf6ff; color: var(--lh-blue); }
.lh-primary-nav { border-top: 1px solid var(--lh-line); border-bottom: 1px solid var(--lh-line); }
.lh-primary-nav__track { width: var(--lh-shell); min-height: 56px; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3.3vw, 56px); }
.lh-primary-nav a { position: relative; color: #152e42; font-size: .82rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.lh-primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--lh-blue); transition: right .2s ease; }
.lh-primary-nav a:hover::after, .lh-primary-nav a[aria-current="page"]::after { right: 0; }
.lh-menu-toggle { display: none; padding: 10px; border: 0; background: transparent; }
.lh-menu-toggle svg { width: 24px; height: 24px; }

/* Hero */
.lh-hero { position: relative; min-height: clamp(650px, 58vw, 850px); overflow: hidden; color: #fff; background: #17384a; }
.lh-hero__slides, .lh-hero__slide { position: absolute; inset: 0; }
.lh-hero__slide { opacity: 0; pointer-events: none; transition: opacity .55s ease; }
.lh-hero__slide.is-active { z-index: 2; opacity: 1; pointer-events: auto; }
.lh-hero__slide > img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.lh-hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,20,20,.74) 0%, rgba(4,20,20,.48) 33%, rgba(4,20,20,.05) 58%, rgba(4,20,20,0) 100%); }
.lh-hero__copy { position: absolute; z-index: 2; left: max(7vw, calc((100vw - 1200px) / 2)); top: 48%; width: min(560px, 44vw); transform: translateY(-50%); }
.lh-eyebrow { margin: 0 0 14px; font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lh-eyebrow--blue { color: var(--lh-blue); }
.lh-eyebrow--green { color: #26733e; }
.lh-hero h1, .lh-section h2, .lh-catalog h1, .lh-product-card h2 { font-family: var(--lh-display); letter-spacing: 0; text-transform: uppercase; }
.lh-hero h1 { max-width: 590px; margin: 0; color: #fff; font-size: clamp(4rem, 7vw, 7.25rem); line-height: .88; text-shadow: 0 3px 24px rgba(0,0,0,.2); text-wrap: balance; }
.lh-hero__copy > p:not(.lh-eyebrow) { max-width: 440px; margin: 24px 0 30px; font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.45; }
.lh-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 22px; border: 2px solid transparent; border-radius: 999px; font-size: .84rem; font-weight: 900; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.lh-button:hover { transform: translateY(-2px); }
.lh-button--primary { color: #fff; background: var(--lh-blue); }
.lh-button--primary:hover { background: #0458c5; }
.lh-button--light { color: var(--lh-night); background: #fff; }
.lh-button--outline { border-color: #33794c; color: #1d5c36; background: transparent; }
.lh-button--outline:hover { color: #fff; background: #33794c; }
.lh-carousel-arrow { position: absolute; z-index: 5; top: 50%; width: 54px; height: 54px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--lh-ink); background: #fff; box-shadow: 0 8px 30px rgba(0,0,0,.18); cursor: pointer; transform: translateY(-50%); }
.lh-carousel-arrow img { width: 18px; height: 18px; }
.lh-carousel-arrow--prev { left: 25px; }
.lh-carousel-arrow--next { right: 25px; }
.lh-carousel-dots { position: absolute; z-index: 5; top: 34%; right: 38px; display: grid; gap: 13px; }
.lh-carousel-dots button { width: 17px; height: 17px; padding: 0; border: 2px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.lh-carousel-dots button.is-active { background: #fff; box-shadow: 0 0 0 4px rgba(255,255,255,.2); }
.lh-carousel-status { position: absolute; z-index: 5; left: max(7vw, calc((100vw - 1200px) / 2)); bottom: 48px; display: flex; align-items: center; gap: 10px; font-size: .78rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.lh-carousel-status i { width: 28px; height: 1px; background: rgba(255,255,255,.9); }
.lh-carousel-status b { margin-left: 8px; }
.lh-carousel-progress { position: absolute; z-index: 5; left: max(7vw, calc((100vw - 1200px) / 2)); right: max(7vw, calc((100vw - 1200px) / 2)); bottom: 25px; height: 3px; overflow: hidden; background: rgba(255,255,255,.62); }
.lh-carousel-progress span { position: absolute; inset: 0 auto 0 0; width: 0; background: var(--lh-blue); }
.lh-carousel-progress span.is-running { animation: lh-progress 6s linear forwards; }
.lh-carousel-progress i { position: absolute; inset: 0 66.666% 0 0; background: rgba(255,255,255,.95); }
@keyframes lh-progress { from { width: 0; } to { width: 100%; } }

/* Planner */
.lh-planner { padding: 58px 0 42px; text-align: center; background: var(--lh-cream); }
.lh-planner h2 { margin: 0 0 28px; font-size: clamp(2.2rem, 4vw, 3.45rem); line-height: 1; }
.lh-planner__tabs { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--lh-line); border-radius: 20px 20px 0 0; background: #fff; }
.lh-planner__tabs button { min-height: 106px; display: flex; align-items: center; justify-content: center; gap: 15px; padding: 18px; border: 0; border-right: 1px solid var(--lh-line); color: #2b493d; background: #fff; font-weight: 850; cursor: pointer; transition: color .2s ease, background-color .2s ease; }
.lh-planner__tabs button:last-child { border-right: 0; }
.lh-planner__tabs button svg { width: 36px; height: 36px; stroke-width: 1.35; }
.lh-planner__tabs button.is-active { color: #fff; background: var(--lh-blue); }
.lh-planner__paths { min-height: 94px; display: flex; align-items: center; border: 1px solid var(--lh-line); border-top: 0; border-radius: 0 0 20px 20px; background: #fff; }
.lh-plan-path { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; padding: 18px 22px; }
.lh-plan-path a { display: inline-flex; align-items: center; gap: 9px; padding: 8px 22px; border-right: 1px solid var(--lh-line); color: #2d4051; font-size: .84rem; font-weight: 750; text-decoration: none; }
.lh-plan-path a:last-child { border-right: 0; }
.lh-plan-path a:hover { color: var(--lh-blue); }
.lh-plan-path svg { width: 22px; height: 22px; color: var(--lh-blue); stroke-width: 1.45; }

/* Refill */
.lh-refill { padding: 78px 0 88px; overflow: hidden; background: #fffdf9; }
.lh-refill__bubbles { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.lh-refill__bubbles i { position: absolute; width: 74px; aspect-ratio: 1; border: 1px solid rgba(52,169,236,.28); border-radius: 50%; background: radial-gradient(circle at 30% 28%, rgba(255,255,255,.92) 0 5%, rgba(99,207,255,.12) 20%, rgba(255,103,166,.08) 52%, rgba(255,255,255,.04) 68%); box-shadow: inset -8px -10px 18px rgba(62,170,234,.08), inset 8px 7px 14px rgba(255,255,255,.72); animation: lh-bubble-drift 7s ease-in-out infinite alternate; }
.lh-refill__bubbles i:nth-child(1) { top: 7%; left: 42%; width: 74px; }
.lh-refill__bubbles i:nth-child(2) { top: 13%; right: 5%; width: 58px; animation-delay: -1.2s; }
.lh-refill__bubbles i:nth-child(3) { top: 48%; left: 37%; width: 46px; animation-delay: -2.4s; }
.lh-refill__bubbles i:nth-child(4) { top: 43%; right: 3%; width: 92px; animation-delay: -3.1s; }
.lh-refill__bubbles i:nth-child(5) { top: 34%; right: 28%; width: 34px; animation-delay: -.7s; }
.lh-refill__bubbles i:nth-child(6) { top: 55%; left: 8%; width: 44px; animation-delay: -4s; }
.lh-refill__bubbles i:nth-child(7) { top: 5%; left: 9%; width: 28px; animation-delay: -2s; }
.lh-refill__bubbles i:nth-child(8) { top: 57%; right: 17%; width: 38px; animation-delay: -5s; }
.lh-refill__bubbles i:nth-child(9) { top: 25%; left: 55%; width: 24px; animation-delay: -3.7s; }
@keyframes lh-bubble-drift { from { transform: translate3d(0, 8px, 0) scale(.96); } to { transform: translate3d(8px, -12px, 0) scale(1.04); } }
.lh-refill__grid { display: grid; grid-template-columns: .84fr 1.16fr; align-items: center; gap: clamp(24px, 4vw, 62px); }
.lh-refill__copy { position: relative; z-index: 2; padding-left: 18px; }
.lh-refill__copy h2, .lh-night h2, .lh-habitat h2 { margin: 0; font-size: clamp(3.7rem, 6.3vw, 6.7rem); line-height: .88; }
.lh-lede { max-width: 470px; margin: 24px 0 32px; color: var(--lh-ink-soft); font-size: 1.08rem; }
.lh-refill__visual { position: relative; z-index: 2; min-height: clamp(410px, 39vw, 510px); margin: 0; display: grid; place-items: center end; overflow: visible; }
.lh-refill__visual img { position: relative; z-index: 2; width: min(100%, 730px); height: auto; transform: translateX(12px); filter: drop-shadow(0 24px 24px rgba(15,83,132,.16)); }
.lh-feature-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.lh-feature-list li { display: flex; align-items: center; gap: 14px; font-weight: 850; }
.lh-feature-icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: #fff; }
.lh-feature-icon svg { width: 21px; height: 21px; }
.lh-feature-icon--blue { background: var(--lh-sky); }
.lh-feature-icon--coral { background: var(--lh-coral); }
.lh-ratio-guide { position: relative; z-index: 3; margin-top: 18px; padding: 25px 32px 18px; display: grid; grid-template-columns: .72fr .62fr 2.25fr; gap: 22px; align-items: center; border: 1px solid var(--lh-line); border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(41,92,133,.06); }
.lh-ratio-guide strong { display: block; font-family: var(--lh-display); font-size: 1.72rem; line-height: 1; text-transform: uppercase; }
.lh-ratio-guide p { margin: 5px 0 0; color: var(--lh-ink-soft); font-size: .82rem; }
.lh-ratio-control { display: grid; gap: 10px; color: var(--lh-blue); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lh-ratio-control input { width: 100%; accent-color: var(--lh-blue); }
.lh-ratio-equation { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 10px; text-align: center; }
.lh-ratio-step { min-width: 0; display: grid; justify-items: center; gap: 3px; }
.lh-ratio-step svg { width: 54px; height: 54px; color: #7f8d99; stroke-width: 1.15; }
.lh-ratio-step b { color: var(--lh-blue); font-size: 1.65rem; line-height: 1; }
.lh-ratio-step em { color: #344d60; font-size: .68rem; font-style: normal; line-height: 1.25; }
.lh-ratio-step--more b { color: var(--lh-sky); font-size: .72rem; text-transform: uppercase; }
.lh-ratio-symbol { color: #506779; font-size: 1.55rem; font-style: normal; }
.lh-ratio-bar { grid-column: 1 / -1; height: 8px; display: flex; overflow: hidden; border-radius: 999px; background: #eef1f5; }
.lh-ratio-bar span:first-child { background: var(--lh-blue); transition: flex-basis .2s ease; }
.lh-ratio-bar span:last-child { background: var(--lh-sky); transition: flex-basis .2s ease; }

/* Night */
.lh-night { padding: 84px 0; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(12,17,125,.98) 0 42%, rgba(19,26,148,.88) 72%, rgba(17,23,132,.94)), url("/assets/images/sites/giona-llc/8b9ce0b6bdf057bd/hero_campaigns/hero-2.webp") center / cover no-repeat; }
.lh-night__stars { position: absolute; inset: 0; opacity: .5; pointer-events: none; background-image: radial-gradient(circle, #fff 0 1px, transparent 1.5px); background-size: 92px 92px; }
.lh-night__grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(34px, 5vw, 72px); align-items: center; }
.lh-night__copy { position: relative; z-index: 2; padding: 12px 0; }
.lh-home .lh-night__copy h2 { max-width: 7ch; color: #fff; font-size: clamp(3.2rem, 5.5vw, 5.7rem); line-height: .9; text-shadow: 0 4px 28px rgba(0,0,55,.2); }
.lh-home .lh-night__copy .lh-eyebrow { color: #a9d6ff; }
.lh-night__copy > p:not(.lh-eyebrow) { max-width: 420px; margin: 22px 0 30px; color: #e1e5ff; font-size: 1.04rem; }
.lh-night__cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lh-night-card { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.46); border-radius: 14px; color: var(--lh-ink); background: #fff; box-shadow: 0 18px 45px rgba(1,5,61,.22); }
.lh-night-card--wide { grid-column: 1 / -1; max-width: 620px; justify-self: end; }
.lh-night-card__image { display: block; aspect-ratio: 1.18 / 1; overflow: hidden; background: #f3f5ff; }
.lh-night-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.lh-night-card:hover .lh-night-card__image img { transform: scale(1.025); }
.lh-night-card > div { padding: 16px 18px 18px; }
.lh-night-card h3 { min-height: 2.65em; margin: 0 0 10px; font-size: .94rem; line-height: 1.3; }
.lh-night-card h3 a, .lh-night-card > div > a { text-decoration: none; }
.lh-night-card > div > a { color: var(--lh-blue); font-size: .75rem; font-weight: 900; text-transform: uppercase; }

/* Habitat */
.lh-habitat { min-height: 700px; display: grid; grid-template-columns: 55% 45%; overflow: hidden; background: #fffaf1; }
.lh-habitat__visual { position: relative; overflow: hidden; }
.lh-habitat__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 45% center; }
.lh-habitat__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(52px, 7vw, 108px); padding-left: clamp(28px, 5vw, 84px); }
.lh-habitat__copy::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: -180px; width: 185px; background: linear-gradient(90deg, rgba(255,250,241,0), #fffaf1); }
.lh-habitat__copy > p:not(.lh-eyebrow) { max-width: 520px; margin: 22px 0 26px; color: #395944; font-size: 1.06rem; }
.lh-habitat__points { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 13px; }
.lh-habitat__points li { display: flex; align-items: center; gap: 13px; color: #315f3c; font-weight: 800; }
.lh-habitat__points svg { flex: 0 0 42px; width: 42px; height: 42px; padding: 9px; border: 1.5px solid #3e8853; border-radius: 50%; stroke-width: 1.4; }
.lh-habitat__copy .lh-button { align-self: flex-start; min-width: 270px; }

/* Footer */
.lh-site-footer { position: relative; overflow: hidden; background: #fff; }
.lh-service-strip { width: var(--lh-shell); margin: 0 auto; padding: 34px 0 30px; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--lh-line); }
.lh-service-strip a { display: flex; align-items: flex-start; gap: 16px; min-width: 0; padding: 4px 46px; border-right: 1px solid var(--lh-line); text-decoration: none; }
.lh-service-strip a:first-child { padding-left: 0; }
.lh-service-strip a:last-child { padding-right: 0; border-right: 0; }
.lh-service-strip > a > svg { flex: 0 0 34px; width: 34px; height: 34px; color: #18334b; stroke-width: 1.45; }
.lh-service-strip span { min-width: 0; display: grid; gap: 1px; }
.lh-service-strip strong { font-family: var(--lh-display); font-size: 1rem; text-transform: uppercase; }
.lh-service-strip small { color: var(--lh-ink-soft); font-size: .76rem; }
.lh-service-strip b { margin-top: 5px; display: inline-flex; align-items: center; gap: 5px; color: var(--lh-blue); font-size: .7rem; font-weight: 850; }
.lh-service-strip b svg { width: 12px; height: 12px; stroke-width: 2; }
.lh-footer-bubbles { position: relative; width: min(1440px, 100%); min-height: 510px; margin: 36px auto 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: end; }
.lh-footer-column { position: relative; z-index: 2; min-width: 0; min-height: 420px; margin-left: -22px; padding: 132px 31px 116px; color: #fff; box-shadow: inset 9px 10px 28px rgba(255,255,255,.1); }
.lh-footer-column:nth-of-type(1) { min-height: 452px; border-radius: 53% 47% 0 0 / 24% 19% 0 0; transform: translateY(11px); }
.lh-footer-column:nth-of-type(2) { min-height: 426px; border-radius: 49% 51% 0 0 / 22% 28% 0 0; }
.lh-footer-column:nth-of-type(3) { min-height: 438px; border-radius: 52% 48% 0 0 / 26% 20% 0 0; transform: translateY(8px); }
.lh-footer-column:nth-of-type(4) { min-height: 462px; border-radius: 47% 53% 0 0 / 20% 25% 0 0; }
.lh-footer-column:nth-of-type(5) { min-height: 430px; border-radius: 54% 46% 0 0 / 27% 20% 0 0; transform: translateY(9px); }
.lh-footer-column:nth-of-type(6) { min-height: 448px; border-radius: 49% 51% 0 0 / 22% 27% 0 0; }
.lh-footer-column:first-child { margin-left: 0; }
.lh-footer-column--1 { background: #28a6ed; }
.lh-footer-column--2 { color: #263248; background: #ffd02d; }
.lh-footer-column--3 { background: var(--lh-coral); }
.lh-footer-column--4 { background: #28b1a1; }
.lh-footer-column--5, .lh-footer-column--contact { background: #68b940; }
.lh-footer-column--languages { background: #9638dc; }
.lh-footer-float { position: absolute; z-index: 5; display: block; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; box-shadow: inset 6px 7px 11px rgba(255,255,255,.38), 0 5px 13px rgba(42,56,87,.12); pointer-events: none; }
.lh-footer-float--1 { top: 64px; left: 1.7%; width: 32px; height: 32px; background: #3bafea; }
.lh-footer-float--2 { top: 104px; left: 4.2%; width: 56px; height: 56px; background: #36a9ec; }
.lh-footer-float--3 { top: 48px; left: 11.5%; width: 24px; height: 24px; background: #55baf0; }
.lh-footer-float--4 { top: 72px; left: 35.8%; width: 46px; height: 46px; background: #ff5780; }
.lh-footer-float--5 { top: 122px; left: 39.7%; width: 27px; height: 27px; background: #ff4a76; }
.lh-footer-float--6 { top: 58px; right: 9%; width: 48px; height: 48px; background: #a53ee0; }
.lh-footer-float--7 { top: 118px; right: 4.3%; width: 34px; height: 34px; background: #9c35d9; }
.lh-footer-float--8 { top: 170px; right: 1.1%; width: 53px; height: 53px; background: #a83edc; }
.lh-footer-float--9 { top: 30px; right: 2.5%; width: 22px; height: 22px; background: #b750e6; }
.lh-footer-column h2 { margin: 0 0 17px; color: inherit; font-size: .74rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.lh-footer-column ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.lh-footer-column a { display: inline; color: inherit; font-size: .75rem; line-height: 1.35; overflow-wrap: anywhere; text-decoration: none; }
.lh-footer-column .footer-contact-address {
    display: block;
    max-width: 100%;
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: .75rem;
    font-style: normal;
    font-weight: inherit;
    line-height: 1.35;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    text-transform: none;
}
.lh-footer-column a:hover { text-decoration: underline; }
.lh-footer-socials { margin-top: 22px; display: flex; align-items: center; gap: 14px; }
.lh-footer-socials svg { width: 19px; height: 19px; stroke-width: 1.7; }
.lh-footer-signature { position: absolute; z-index: 6; bottom: 18px; left: 50%; width: 250px; color: #fff; text-align: center; transform: translateX(-50%); pointer-events: none; }
.lh-footer-wordmark { display: block; margin: 0 auto 2px; color: #fff; font-family: "Segoe Script", "Brush Script MT", cursive; font-size: 2.1rem; font-style: italic; font-weight: 600; line-height: 1; text-shadow: 0 1px 2px rgba(8,33,77,.1); }
.lh-footer-signature p { margin: 0; font-size: .72rem; letter-spacing: .01em; }

@media (min-width: 1051px) {
    .lh-footer-bubbles {
        width: min(1440px, 100%);
        min-height: 0;
        aspect-ratio: 1983 / 537;
        margin-top: 22px;
        display: block;
        background: #fff url("/assets/images/sites/giona-llc/8b9ce0b6bdf057bd/footer/footer-background-v7.png") center bottom / 100% 100% no-repeat;
    }
    .lh-footer-column,
    .lh-footer-column:nth-of-type(n) {
        position: absolute;
        top: 34.5%;
        bottom: 0;
        min-height: 0;
        margin: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transform: none;
    }
    .lh-footer-column:nth-of-type(1) { left: 10.25%; width: 13.5%; }
    .lh-footer-column:nth-of-type(2) { left: 25.75%; width: 12.5%; color: #fff; }
    .lh-footer-column:nth-of-type(3) { left: 39.75%; width: 14%; }
    .lh-footer-column:nth-of-type(4) { left: 53.5%; width: 13%; }
    .lh-footer-column:nth-of-type(5) { left: 67.35%; width: 14.5%; }
    .lh-footer-column:nth-of-type(6) { left: 82.4%; width: 15%; }
    .lh-footer-float { display: none; }
}

/* Catalog and shared pages */
.lh-catalog { padding-bottom: 90px; background: var(--lh-cream); }
.lh-catalog-hero { min-height: 248px; padding: 30px 0; overflow: hidden; border-bottom: 1px solid var(--lh-line); background: #fff; }
.lh-catalog-hero__inner { min-height: 188px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); align-items: center; gap: clamp(32px, 6vw, 88px); }
.lh-catalog-hero__copy { min-width: 0; padding: 4px 0; }
.lh-catalog-hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.65rem, 4.2vw, 4.6rem); line-height: .94; }
.lh-catalog-hero__copy > p:last-child { max-width: 660px; margin: 15px 0 0; color: var(--lh-ink-soft); font-size: .98rem; }
.lh-catalog-hero__visual { height: 188px; margin: 0; overflow: hidden; border-radius: 8px; background: #fffaf3; }
.lh-catalog-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lh-catalog-hero--bug-zappers { min-height: 340px; padding: 0; border-bottom: 0; color: #fff; background: #10166f; }
.lh-catalog-hero--bug-zappers .lh-catalog-hero__inner { position: relative; min-height: 340px; display: block; }
.lh-catalog-hero--bug-zappers .lh-catalog-hero__copy { position: relative; z-index: 3; width: 48%; padding: 72px 0; }
.lh-catalog-hero--bug-zappers .lh-eyebrow { color: #8ed0ff; }
.lh-catalog-hero--bug-zappers h1 { color: #fff; font-size: clamp(3.6rem, 5.4vw, 5.9rem); text-shadow: 0 4px 22px rgba(3,4,44,.22); }
.lh-catalog-hero--bug-zappers .lh-catalog-hero__copy > p:last-child { max-width: 480px; color: #e5e8ff; font-size: 1.04rem; }
.lh-catalog-hero--bug-zappers .lh-catalog-hero__visual { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; width: 61%; height: auto; border-radius: 0; background: #151a7a; }
.lh-catalog-hero--bug-zappers .lh-catalog-hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #10166f 0%, rgba(16,22,111,.93) 8%, rgba(16,22,111,.32) 34%, rgba(16,22,111,0) 64%); pointer-events: none; }
.lh-catalog-hero--bug-zappers .lh-catalog-hero__visual img { object-position: center 48%; }
.lh-catalog-tools { display: grid; grid-template-columns: minmax(280px, 420px) minmax(0, 1fr); gap: 22px; align-items: start; margin: 0 0 30px; padding: 24px 0; border-bottom: 1px solid var(--lh-line); }
.lh-catalog-search { min-width: 0; margin: 0; }
.lh-catalog-search > div { display: flex; width: 100%; }
.lh-catalog-search input { flex: 1; min-width: 0; min-height: 48px; padding: 0 16px; border: 1px solid #b9c0ca; border-radius: 8px 0 0 8px; background: #fff; }
.lh-catalog-search button { min-width: 92px; border: 0; border-radius: 0 8px 8px 0; color: #fff; background: var(--lh-blue); font-weight: 900; cursor: pointer; }
.lh-category-rail { width: 100%; max-height: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 8px; margin: 0; padding: 0; overflow: visible !important; scrollbar-width: none; }
.lh-category-rail::-webkit-scrollbar { display: none; }
.lh-category-rail a { flex: 0 0 auto; max-width: 100%; padding: 9px 14px; border: 1px solid var(--lh-line); border-radius: 999px; color: var(--lh-ink-soft); background: #fff; font-size: .78rem; font-weight: 800; line-height: 1.25; text-decoration: none; white-space: normal; }
.lh-category-rail a[aria-current="page"], .lh-category-rail a:hover { border-color: var(--lh-blue); color: #fff; background: var(--lh-blue); }
.lh-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; align-items: stretch; }
.lh-product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--lh-line); border-radius: 8px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.lh-product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 55px rgba(8,33,77,.1); }
.lh-product-card__image { display: block; aspect-ratio: 1; overflow: hidden; border-bottom: 1px solid #ece8df; background: #fff; }
.lh-product-card__image img { width: 100%; height: 100%; padding: 16px; object-fit: contain; transition: transform .35s ease; }
.lh-product-card:hover .lh-product-card__image img { transform: scale(1.025); }
.lh-product-card__body { flex: 1; padding: 20px; display: flex; flex-direction: column; }
.lh-product-card__body > p { margin: 0 0 8px; color: var(--lh-blue); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.lh-product-card h2 { margin: 0 0 22px; font-family: var(--lh-body); font-size: 1rem; font-weight: 800; line-height: 1.35; text-transform: none; }
.lh-product-card h2 a, .lh-text-link { text-decoration: none; }
.lh-text-link { margin-top: auto; color: var(--lh-blue); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.lh-empty-state { min-height: 240px; display: grid; place-items: center; border: 1px dashed #aeb8c4; border-radius: 8px; background: #fff; }
.content-page, .product-page, .cart-page, .account-page, .order-page, .contact-page { color: var(--lh-ink); background: var(--lh-cream); }
.content-page .shell, .product-page .shell, .cart-page .shell, .account-page .shell, .order-page .shell, .contact-page .shell { width: var(--lh-shell); margin-inline: auto; }
.button, button.button { border-radius: 999px; font-family: var(--lh-body); font-weight: 850; }
.button-primary { border-color: var(--lh-blue); color: #fff; background: var(--lh-blue); }
.panel, .card, .form-card, .summary-card { border-color: var(--lh-line); border-radius: 8px; box-shadow: none; background: #fff; }

@media (max-width: 1050px) {
    :root { --lh-shell: min(100% - 34px, 960px); }
    .lh-hero__copy { left: 7vw; width: 50vw; }
    .lh-night__grid { grid-template-columns: .75fr 1.25fr; }
    .lh-footer-bubbles { min-height: 0; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
    .lh-footer-column { min-height: 300px !important; margin-left: 0; padding: 82px 36px 38px; border-radius: 48% 48% 0 0 !important; transform: none !important; }
    .lh-footer-column:nth-of-type(n+4) { margin-top: -24px; padding-top: 104px; }
    .lh-footer-signature { display: none; }
    .lh-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
    :root { --lh-shell: calc(100% - 28px); }
    .lh-header-utility { min-height: 74px; grid-template-columns: 44px 1fr auto; gap: 8px; }
    .lh-menu-toggle { display: block; grid-column: 1; }
    .lh-brand { grid-column: 2; justify-content: flex-start; height: 70px; }
    .lh-brand__wordmark { width: 146px; height: 56px; }
    .lh-brand__wordmark img { width: 238px; height: 119px; }
    .lh-header-actions { grid-column: 3; gap: 8px; }
    .lh-header-actions .commerce-actions, .lh-header-actions .header-actions, .lh-header-actions .account-actions { gap: 7px; }
    .lh-primary-nav { position: fixed; inset: 74px 0 0; display: none; overflow-y: auto; background: rgba(255,250,242,.99); }
    .lh-primary-nav.is-open { display: block; }
    .lh-primary-nav__track { width: 100%; padding: 22px 26px; display: grid; justify-content: stretch; gap: 0; }
    .lh-primary-nav a { padding: 16px 0; border-bottom: 1px solid var(--lh-line); font-size: 1rem; }
    .lh-primary-nav a::after { display: none; }
    .lh-language-menu summary span { display: none; }
    .lh-language-menu__panel { right: -4px; }
    .lh-hero { min-height: 660px; }
    .lh-hero__slide > img { object-position: 61% center; }
    .lh-hero__veil { background: linear-gradient(0deg, rgba(2,18,24,.8), rgba(2,18,24,.08) 72%); }
    .lh-hero__copy { left: 24px; right: 24px; top: auto; bottom: 92px; width: auto; transform: none; }
    .lh-hero h1 { font-size: clamp(3.4rem, 15vw, 5.2rem); }
    .lh-hero__copy > p:not(.lh-eyebrow) { margin: 18px 0 24px; font-size: .96rem; }
    .lh-carousel-arrow { top: 42%; width: 44px; height: 44px; }
    .lh-carousel-arrow--prev { left: 14px; }
    .lh-carousel-arrow--next { right: 14px; }
    .lh-carousel-dots { top: 24px; right: 20px; }
    .lh-carousel-status { left: 24px; bottom: 50px; }
    .lh-carousel-status b { display: none; }
    .lh-carousel-progress { left: 24px; right: 24px; bottom: 28px; }
    .lh-planner { padding-top: 42px; }
    .lh-planner__tabs { grid-template-columns: 1fr; border-radius: 12px 12px 0 0; }
    .lh-planner__tabs button { min-height: 68px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--lh-line); }
    .lh-planner__tabs button svg { width: 28px; height: 28px; }
    .lh-plan-path { justify-content: flex-start; }
    .lh-plan-path a { width: 100%; border-right: 0; border-bottom: 1px solid var(--lh-line); text-align: left; }
    .lh-refill { padding: 52px 0 62px; }
    .lh-refill__grid, .lh-night__grid { grid-template-columns: 1fr; }
    .lh-refill__copy { padding-left: 0; }
    .lh-refill__visual { order: -1; min-height: 330px; place-items: center; }
    .lh-refill__visual img { width: min(112%, 560px); transform: none; }
    .lh-refill__copy h2, .lh-night h2, .lh-habitat h2 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
    .lh-ratio-guide { grid-template-columns: 1fr; padding: 22px; }
    .lh-ratio-equation { grid-template-columns: 1fr auto 1fr auto 1fr; }
    .lh-ratio-equation .lh-ratio-symbol:nth-of-type(3), .lh-ratio-equation .lh-ratio-step--more { display: none; }
    .lh-ratio-bar { grid-column: auto; }
    .lh-night { padding: 58px 0; }
    .lh-night__cards { grid-template-columns: 1fr; }
    .lh-night-card--wide { grid-column: auto; }
    .lh-habitat { min-height: 0; grid-template-columns: 1fr; }
    .lh-habitat__visual { min-height: 430px; }
    .lh-habitat__copy { padding: 50px 24px 58px; }
    .lh-habitat__copy::before { top: -120px; right: 0; bottom: auto; left: 0; width: auto; height: 124px; background: linear-gradient(0deg, #fffaf1, rgba(255,250,241,0)); }
    .lh-habitat__copy .lh-button { min-width: 0; align-self: stretch; }
    .lh-service-strip { grid-template-columns: 1fr; padding-top: 24px; }
    .lh-service-strip a, .lh-service-strip a:first-child, .lh-service-strip a:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--lh-line); }
    .lh-footer-bubbles { width: 100%; margin-top: 44px; grid-template-columns: repeat(2, 1fr); }
    .lh-footer-column { min-height: 250px !important; margin-top: -18px !important; padding: 70px 28px 34px; border-radius: 45% 45% 0 0 !important; }
    .lh-footer-column:nth-of-type(-n+2) { margin-top: 0 !important; }
    .lh-footer-float { transform: scale(.72); }
    .lh-catalog-hero { min-height: 0; padding: 28px 0; }
    .lh-catalog-hero__inner { min-height: 0; grid-template-columns: 1fr; gap: 22px; }
    .lh-catalog-hero__copy { padding: 0; }
    .lh-catalog-hero__visual { height: 180px; }
    .lh-catalog-hero--bug-zappers { padding: 0; }
    .lh-catalog-hero--bug-zappers .lh-catalog-hero__inner { min-height: 520px; }
    .lh-catalog-hero--bug-zappers .lh-catalog-hero__copy { position: absolute; right: 0; bottom: 0; left: 0; width: auto; padding: 90px 0 34px; }
    .lh-catalog-hero--bug-zappers h1 { font-size: clamp(3.2rem, 14vw, 4.8rem); }
    .lh-catalog-hero--bug-zappers .lh-catalog-hero__visual { top: 0; right: calc((100vw - 100%) / -2); bottom: 0; left: calc((100vw - 100%) / -2); width: auto; height: auto; }
    .lh-catalog-hero--bug-zappers .lh-catalog-hero__visual::after { background: linear-gradient(0deg, rgba(16,22,111,.98) 0%, rgba(16,22,111,.78) 34%, rgba(16,22,111,.06) 72%); }
    .lh-catalog-hero--bug-zappers .lh-catalog-hero__visual img { object-position: 58% center; }
    .lh-catalog-tools { grid-template-columns: 1fr; gap: 16px; margin-bottom: 24px; padding: 18px 0 22px; }
    .lh-category-rail { justify-content: flex-start; }
    .lh-product-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
    .lh-header-actions { max-width: 112px; }
    .lh-hero { min-height: 630px; }
    .lh-footer-bubbles { grid-template-columns: 1fr; }
    .lh-footer-column { min-height: 220px !important; padding: 62px 22px 28px; border-radius: 45% 45% 0 0 !important; }
    .lh-footer-column a,
    .lh-footer-column .footer-contact-address { font-size: .71rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .lh-carousel-progress span { animation: none !important; }
}
