:root {
	--lpk-navy: #120FB3;
	--lpk-gold: #E6C200;
	--lpk-ink: #2a2a2a;
	--lpk-muted: #4d4d4d;
	--lpk-font: "Poppins", "Roboto", system-ui, sans-serif;
}

.lpk-kit-site { margin: 0; padding-top: 92px; }
.lpk-kit-chrome--header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }
.elementor-widget-lpk-header,
.elementor-widget-lpk-hero,
.elementor-widget-lpk-services,
.elementor-widget-lpk-company,
.elementor-widget-lpk-rates,
.elementor-widget-lpk-barrels,
.elementor-widget-lpk-pagehead,
.elementor-widget-lpk-about,
.elementor-widget-lpk-service-detail,
.elementor-widget-lpk-destinations,
.elementor-widget-lpk-quote,
.elementor-widget-lpk-offices,
.elementor-widget-lpk-footer { width: 100%; }
.lpk-wrap { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.lpk-section { position: relative; font-family: var(--lpk-font); color: var(--lpk-ink); }
.lpk-kicker { color: var(--lpk-gold); letter-spacing: .08em; font-weight: 600; text-align: center; margin: 0 0 10px; }
.lpk-title { text-align: center; font-weight: 700; line-height: 1.2; margin: 0 0 14px; }
.lpk-copy { text-align: center; color: var(--lpk-muted); line-height: 1.7; }
.lpk-lead { max-width: 860px; margin: 0 auto 28px; font-size: 18px; }
.lpk-center { text-align: center; }
.lpk-btn { display: inline-block; background: var(--lpk-gold); color: #1c1c1c; text-decoration: none; padding: 14px 28px; font-weight: 600; border: 0; cursor: pointer; }
.lpk-btn:hover { filter: brightness(.95); color: #1c1c1c; }
.lpk-cards { display: grid; gap: 22px; }
.lpk-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lpk-cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lpk-card { background: #fff; padding: 22px; box-shadow: 0 10px 30px rgba(18, 15, 179, .08); }
.lpk-card img { width: 100%; height: 180px; object-fit: cover; display: block; margin-bottom: 12px; }
.lpk-card h3, .lpk-card h4 { margin: 0 0 8px; color: var(--lpk-navy); }
.lpk-card--icon { background: var(--lpk-navy); color: #fff; text-align: center; padding: 36px 22px; }
.lpk-card--icon h3, .lpk-card--icon p { color: #fff; text-align: center; }
.lpk-card--icon svg { width: 78px; height: 78px; display: block; margin: 0 auto 16px; }
.lpk-card--icon svg path, .lpk-card--icon svg * { fill: var(--lpk-gold) !important; }
.lpk-services h3 { text-align: center; color: var(--lpk-gold); font-weight: 600; }
.lpk-services .lpk-title, .lpk-rates .lpk-title, .lpk-company .lpk-title { color: #161616; font-weight: 800; }

.lpk-header { position: relative; z-index: 40; }
.lpk-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--lpk-navy); color: #fff; min-height: 92px; padding: 8px 28px; transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.lpk-header.is-scrolled .lpk-header__bar { background: #fff; color: var(--lpk-navy); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.lpk-header__social { display: flex; flex-direction: row; align-items: center; gap: 10px; }
.lpk-header__icon { color: #fff; text-decoration: none; width: 36px; height: 36px; display: grid; place-items: center; }
.lpk-header.is-scrolled .lpk-header__icon { color: var(--lpk-navy); }
.lpk-header__nav { display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: center; }
.lpk-header__nav a { color: inherit; text-decoration: none; font-weight: 600; }
.lpk-header__nav a { padding-bottom: 6px; }
.lpk-header__nav a.is-current, .lpk-header__nav a:hover { color: #E7C51F; }
.lpk-header__nav a.is-current { box-shadow: inset 0 -3px 0 #E7C51F; }
.lpk-header__logo img { width: 118px; height: auto; display: block; }
.lpk-header__call { color: inherit; text-decoration: none; font-weight: 700; letter-spacing: .08em; font-size: 13px; white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; }
.lpk-header__item { position: relative; }
.lpk-header__sub { display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 180px; box-shadow: 0 12px 30px rgba(0,0,0,.12); padding: 8px 0; z-index: 5; }
.lpk-header__sub a { display: block; color: var(--lpk-navy) !important; padding: 8px 14px; }
.lpk-header__item:hover .lpk-header__sub, .lpk-header__item:focus-within .lpk-header__sub { display: block; }
.lpk-header__burger { display: none !important; background: transparent; border: 0; width: 42px; height: 42px; color: inherit; }
.lpk-header__burger span, .lpk-header__burger span:before, .lpk-header__burger span:after { display: block; height: 2px; background: currentColor; position: relative; }
.lpk-header__burger span:before, .lpk-header__burger span:after { content: ""; position: absolute; left: 0; right: 0; }
.lpk-header__burger span:before { top: -7px; }
.lpk-header__burger span:after { top: 7px; }
.lpk-header__drawer { display: none; background: #fff; color: var(--lpk-navy); padding: 12px 20px 20px; }
.lpk-header__drawer a { display: block; padding: 10px 0; color: var(--lpk-navy); text-decoration: none; font-weight: 600; }
.lpk-header.is-open .lpk-header__drawer { display: block; }

.lpk-hero { min-height: 88vh; display: grid; place-items: center; color: #fff; overflow: hidden; }
.lpk-hero__slides, .lpk-hero__slide, .lpk-hero__veil { position: absolute; inset: 0; }
.lpk-hero__slide { background-size: cover; background-position: center; opacity: 0; transition: opacity 1s ease; }
.lpk-hero__slide.is-active { opacity: 1; }
.lpk-hero__veil { background: rgba(10, 12, 30, .45); }
.lpk-hero__inner { position: relative; z-index: 1; text-align: center; padding: 120px 0 80px; }
.lpk-hero .lpk-kicker, .lpk-hero .lpk-copy, .lpk-hero .lpk-title { color: #fff; }
.lpk-hero__title { font-size: clamp(34px, 5vw, 64px); font-weight: 800; text-shadow: 0 8px 30px rgba(0,0,0,.35); }
.lpk-hero__down { position: absolute; z-index: 1; bottom: 24px; left: 50%; transform: translateX(-50%); color: var(--lpk-gold); font-size: 28px; text-decoration: none; }

.lpk-services, .lpk-rates, .lpk-barrels, .lpk-about, .lpk-detail, .lpk-dest, .lpk-offices { padding: 72px 0; background: #fff; }
.lpk-company { padding: 72px 0; background: #f4f7fb center/cover no-repeat; }
.lpk-stats { display: flex; justify-content: flex-start; gap: 28px; margin: 18px 0 8px; }
.lpk-stat { text-align: center; }
.lpk-stat img { width: 72px; height: 72px; object-fit: contain; }
.lpk-stat strong { display: block; font-size: 36px; color: var(--lpk-navy); }
.lpk-rates .lpk-title, .lpk-barrels .lpk-title { font-weight: 800; letter-spacing: -.02em; }
.lpk-rate { text-align: center; border: 1px solid rgba(18,15,179,.12); border-top: 4px solid #E7C51F; box-shadow: 0 14px 32px rgba(18,15,179,.1); transition: background .2s ease, color .2s ease, transform .2s ease; }
.lpk-barrel { text-align: center; border-top: 4px solid var(--lpk-navy); }
.lpk-rate:hover { background: var(--lpk-navy); color: #fff; transform: translateY(-4px); }
.lpk-rate:hover h2, .lpk-rate:hover h4, .lpk-rate:hover p { color: #fff; }
.lpk-rate:hover .lpk-btn { background: #E7C51F; color: #1c1c1c; }
.lpk-rate h2 { color: var(--lpk-navy); font-size: 42px; }
.lpk-company__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center; }
.lpk-company__grid .lpk-kicker, .lpk-company__grid .lpk-title, .lpk-company__grid .lpk-copy { text-align: left; }
.lpk-company__photo { width: 100%; height: 320px; object-fit: cover; border-radius: 8px; box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.lpk-barrel, .lpk-dest__grid li { border: 1px solid rgba(18,15,179,.1); box-shadow: 0 10px 24px rgba(18,15,179,.06); }
.lpk-dest__grid li:hover { background: var(--lpk-navy); color: #fff; }
.lpk-barrel img { height: 260px; object-fit: contain; background: #f7f7f7; }

.lpk-pagehead { min-height: 360px; display: grid; place-items: center; color: #fff; overflow: hidden; }
.lpk-pagehead__bg, .lpk-pagehead__veil { position: absolute; inset: 0; }
.lpk-pagehead__bg { background-size: cover; background-position: center; }
.lpk-pagehead__veil { background: rgba(18, 15, 179, .55); }
.lpk-pagehead .lpk-wrap { position: relative; z-index: 1; text-align: center; padding: 80px 0; }
.lpk-pagehead .lpk-title, .lpk-pagehead .lpk-copy, .lpk-pagehead .lpk-kicker { color: #fff; }

.lpk-about__story { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: start; margin-top: 36px; }
.lpk-about__story .lpk-copy, .lpk-about__story .lpk-title, .lpk-about__story .lpk-kicker { text-align: left; }
.lpk-about__photo { width: 100%; height: auto; object-fit: cover; }
.lpk-about__badge { width: 92px; margin-top: 12px; }
.lpk-quote { font-size: 22px; color: var(--lpk-navy); text-align: center; }

.lpk-block { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; margin: 36px 0; }
.lpk-block.is-flip img { order: -1; }
.lpk-block img { width: 100%; height: 280px; object-fit: cover; }
.lpk-block .lpk-copy, .lpk-block h2, .lpk-block .lpk-kicker { text-align: left; }

.lpk-dest__grid { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lpk-dest__grid li { margin: 0; font-weight: 600; color: var(--lpk-navy); }

.lpk-quote { background: #fff; color: var(--lpk-ink); padding: 72px 0; }
.lpk-quote__inner { text-align: left; }
.lpk-quote .lpk-kicker, .lpk-quote .lpk-title, .lpk-quote .lpk-copy { color: inherit; text-align: left; }
.lpk-quote .lpk-title { color: #161616; font-weight: 800; }
.lpk-quote__card { margin-top: 8px; }
.lpk-quote__card h3 { text-align: left; color: var(--lpk-navy); font-weight: 700; }
.lpk-form, .lpk-quote .elementor-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; width: 100%; }
.lpk-form label:nth-child(n+7), .lpk-form button { grid-column: 1 / -1; }
.lpk-form label { display: grid; gap: 6px; font-size: 14px; font-weight: 600; color: var(--lpk-navy); text-align: left; }
.lpk-form input, .lpk-form select, .lpk-form textarea,
.lpk-quote .elementor-field { width: 100%; border: 1px solid #ddd; padding: 10px 12px; font: inherit; }
.lpk-quote__ok { color: #0a7a32; }

.lpk-footer { background: var(--lpk-navy); color: #fff; padding: 56px 0 0; }
.lpk-footer a { color: #fff; }
.lpk-footer h3 { color: var(--lpk-gold); }
.lpk-footer__grid { display: grid; grid-template-columns: 1.2fr 1.3fr .8fr .9fr; gap: 48px; }
.lpk-footer__logo { width: 160px; height: auto; background: transparent; padding: 0; }
.lpk-footer__tag { text-align: left; color: #fff; font-weight: 700; }
.lpk-footer h3 { color: #fff; font-weight: 700; white-space: nowrap; }
.lpk-footer strong { color: #E7C51F; }
.lpk-footer__bar, .lpk-footer__bar a { color: #E7C51F; }
.lpk-footer__bar a:hover { color: #E7C51F; text-decoration: none; }
.lpk-footer__links { list-style: none; padding: 0; margin: 0; }
.lpk-footer__links a { text-decoration: none; }
.lpk-footer__bar { margin-top: 28px; padding: 16px 20px; display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(255,255,255,.2); width: min(1140px, calc(100% - 40px)); margin-left: auto; margin-right: auto; }

@media (max-width: 980px) {
	.lpk-header__nav, .lpk-header__call { display: none; }
	.lpk-header__bar { grid-template-columns: auto 1fr auto; }
	.lpk-header__burger { display: grid !important; place-items: center; }
	.lpk-cards--3, .lpk-cards--2, .lpk-dest__grid, .lpk-about__story, .lpk-block, .lpk-quote__grid, .lpk-footer__grid, .lpk-company__grid, .lpk-form { grid-template-columns: 1fr; }
	.lpk-footer h3 { white-space: normal; }
	.lpk-block.is-flip img { order: 0; }
	.lpk-hero { min-height: 70vh; }
	.lpk-footer__bar { flex-direction: column; }
}
