@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;0,800;0,900;1,700&family=Inter:wght@400;500;600;700&display=swap');

:root {
	--lt-yellow: #ffd400;
	--lt-yellow-hot: #ffe600;
	--lt-black: #0b0b0a;
	--lt-ink: #151513;
	--lt-paper: #f4f2eb;
	--lt-white: #fff;
	--lt-muted: #77776f;
	--lt-line: rgba(11, 11, 10, .14);
	--lt-radius: 22px;
	--lt-display: "Barlow Condensed", Impact, sans-serif;
	--lt-body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--lt-ink);
	background: var(--lt-paper);
	font-family: var(--lt-body);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
body.lt-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--lt-display); line-height: .94; letter-spacing: -.025em; }
h1, h2 { text-transform: uppercase; }
.screen-reader-text {
	position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus { width: auto; height: auto; margin: 8px; padding: 12px 18px; clip: auto; background: #fff; color: #000; z-index: 99999; }
.lt-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.lt-section { padding: 120px 0; }
.lt-center { margin-top: 48px; text-align: center; }

.lt-announcement {
	position: relative; z-index: 101; height: 30px; display: flex; align-items: center; justify-content: center; gap: 14px;
	background: var(--lt-yellow); color: var(--lt-black); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.lt-announcement i { width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.lt-header {
	position: fixed; top: 30px; left: 0; right: 0; z-index: 100; min-height: 110px; overflow: visible;
	color: #fff; border-bottom: 0;
	transition: background .25s, top .2s, min-height .2s;
}
.lt-site:not(.lt-home) .lt-header { background: rgba(11,11,10,.97); }
.lt-header.is-scrolled { top: 0; min-height: 76px; background: rgba(11,11,10,.96); backdrop-filter: blur(14px); }
.lt-header.is-scrolled .lt-header-inner { height: 76px; min-height: 76px; }
.lt-header.is-scrolled .lt-header-logos { height: 76px; gap: 12px; }
.lt-header.is-scrolled .lt-logo { width: 125px; height: 76px; }
.lt-header.is-scrolled .lt-logo img {
	top: 3px;
	left: 50%;
	width: auto;
	height: 68px;
	max-width: 100%;
	max-height: 68px;
	object-fit: contain;
	transform: translateX(-50%);
}
.lt-header.is-scrolled .lt-partner-logo { width: 120px; height: 48px; padding-left: 12px; transform: translateY(0); }
.admin-bar .lt-header { top: 62px; }
.admin-bar .lt-header.is-scrolled { top: 32px; }
.lt-header-inner { min-height: 110px; display: flex; align-items: center; gap: 36px; }
.lt-header-logos {
	flex: 0 0 auto;
	display: flex;
	height: 110px;
	align-items: center;
	gap: 16px;
}
.lt-logo {
	position: relative;
	flex: 0 0 auto;
	display: block;
	width: 210px;
	height: 110px;
	transition: width .2s, height .2s;
}
.lt-logo img {
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	max-width: none;
	max-height: none;
	height: auto;
	filter: drop-shadow(0 7px 12px rgba(0,0,0,.35));
}
.lt-partner-logo {
	display: flex;
	width: 180px;
	height: 78px;
	align-items: center;
	padding-left: 16px;
	border-left: 1px solid rgba(255,255,255,.25);
	transform: translateY(36px);
	transition: width .2s, height .2s, padding .2s, transform .2s;
}
.lt-partner-logo img {
	width: 100%;
	max-height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 7px 12px rgba(0,0,0,.35));
}
.lt-nav { margin-left: auto; }
.lt-nav-list { display: flex; align-items: center; gap: 29px; margin: 0; padding: 0; list-style: none; }
.lt-nav-list a, .lt-account-link, .lt-cart-link {
	font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; transition: color .2s;
}
.lt-nav-list a:hover, .lt-account-link:hover { color: var(--lt-yellow); }
.lt-header-actions { display: flex; align-items: center; gap: 22px; }
.lt-cart-link { display: inline-flex; align-items: center; gap: 7px; }
.lt-cart-link b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--lt-yellow); color: #000; font-size: 10px; }
.lt-menu-toggle { display: none; padding: 10px; background: none; border: 0; }
.lt-menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px 0; background: #fff; }

.lt-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, button.button, input[type="submit"] {
	display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 27px; border: 1px solid transparent;
	border-radius: 999px; font: 800 12px/1 var(--lt-body); letter-spacing: .075em; text-transform: uppercase; cursor: pointer;
	transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.lt-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { transform: translateY(-2px); }
.lt-button-yellow, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: var(--lt-yellow); color: var(--lt-black);
}
.lt-button-yellow:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: var(--lt-yellow-hot); color: #000; }
.lt-button-dark { background: var(--lt-black); color: #fff; }
.lt-button-outline { border-color: var(--lt-black); color: var(--lt-black); }
.lt-button-outline:hover { background: var(--lt-black); color: #fff; }
.lt-text-link { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; font-size: 13px; }
.lt-text-link span { color: var(--lt-yellow); font-size: 20px; }

.lt-kicker {
	display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #45453f;
	font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.lt-kicker::before { content: ""; width: 29px; height: 3px; background: var(--lt-yellow); }
.lt-kicker-light { color: rgba(255,255,255,.68); }

.lt-hero { position: relative; min-height: 840px; display: flex; align-items: flex-end; overflow: hidden; background: #101511; color: #fff; }
.lt-hero-media {
	position: absolute; inset: 0; background: url("../images/hero-serra.jpg") center 40% / cover no-repeat; transform: scale(1.025);
}
.lt-hero-shade {
	position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(5,7,5,.92) 0%, rgba(5,7,5,.72) 38%, rgba(5,7,5,.18) 76%), linear-gradient(0deg, rgba(5,7,5,.78), transparent 50%);
}
.lt-hero-content { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; padding: 205px 0 138px; }
.lt-hero-copy { max-width: 800px; }
.lt-hero h1 { margin: 0 0 28px; font-size: clamp(74px, 9.2vw, 142px); font-weight: 900; line-height: .78; }
.lt-hero h1 em { color: var(--lt-yellow); font-style: italic; }
.lt-hero-copy > p { max-width: 650px; margin-bottom: 35px; color: rgba(255,255,255,.78); font-size: 18px; }
.lt-hero-actions { display: flex; align-items: center; gap: 28px; }
.lt-hero-proof {
	display: flex; align-items: center; gap: 16px; margin-bottom: 10px; padding: 15px 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px;
	backdrop-filter: blur(8px); background: rgba(0,0,0,.16);
}
.lt-hero-proof strong { color: var(--lt-yellow); font: 800 29px/1 var(--lt-display); }
.lt-hero-proof span { font-size: 10px; font-weight: 700; line-height: 1.3; letter-spacing: .07em; text-transform: uppercase; }
.lt-hero-marquee {
	position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; overflow: hidden; background: var(--lt-yellow); color: #000;
	font: 800 15px/48px var(--lt-display); letter-spacing: .12em; white-space: nowrap;
}
.lt-hero-marquee div { width: max-content; animation: lt-marquee 26s linear infinite; }
.lt-hero-marquee i { margin: 0 22px; font-style: normal; }
@keyframes lt-marquee { to { transform: translateX(-50%); } }

.lt-section-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.lt-section-head h2, .lt-how h2, .lt-about h2, .lt-prepare h2 { margin-bottom: 0; font-size: clamp(52px, 6vw, 88px); font-weight: 800; }
.lt-section-head > p { max-width: 470px; margin: 0 0 8px; color: #65655e; }
.lt-adventures { background: var(--lt-paper); }
.lt-adventure-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lt-adventure-card { overflow: hidden; border-radius: var(--lt-radius); background: #fff; box-shadow: 0 12px 36px rgba(10,10,9,.06); }
.lt-card-image { position: relative; display: block; aspect-ratio: 1.22; overflow: hidden; background: #1a2119; }
.lt-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.lt-adventure-card:hover .lt-card-image img { transform: scale(1.045); }
.lt-date-badge {
	position: absolute; top: 16px; left: 16px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%;
	background: var(--lt-yellow); color: #000; font: 800 15px/1 var(--lt-display); text-transform: uppercase;
}
.lt-card-body { padding: 25px; }
.lt-card-meta { display: flex; justify-content: space-between; gap: 10px; min-height: 21px; color: #77776e; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.lt-card-body h3 { min-height: 2em; margin: 12px 0 25px; font-size: 31px; text-transform: uppercase; }
.lt-card-footer { display: flex; align-items: end; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--lt-line); }
.lt-card-footer small { display: block; color: #777; font-size: 10px; text-transform: uppercase; }
.lt-card-footer strong { font: 800 22px/1.2 var(--lt-display); }
.lt-circle-link { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: #111; color: #fff; font-size: 18px; }
.lt-empty-adventures { padding: 60px; border-radius: var(--lt-radius); text-align: center; background: var(--lt-yellow); }
.lt-empty-adventures h3 { max-width: 650px; margin: 0 auto 15px; font-size: 52px; text-transform: uppercase; }
.lt-empty-adventures p { max-width: 600px; margin: 0 auto 28px; }

.lt-how { position: relative; overflow: hidden; background: var(--lt-black); color: #fff; }
.lt-how::after { content: "AVENTURA"; position: absolute; top: 20px; right: -20px; color: rgba(255,255,255,.022); font: 900 230px/1 var(--lt-display); }
.lt-how-intro { position: relative; z-index: 1; max-width: 900px; }
.lt-how h2 em { color: var(--lt-yellow); font-style: italic; }
.lt-steps { position: relative; z-index: 1; margin-top: 75px; border-top: 1px solid rgba(255,255,255,.18); }
.lt-steps article { display: grid; grid-template-columns: 90px 1fr; gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.lt-steps article > b { color: var(--lt-yellow); font: 800 18px/1 var(--lt-display); }
.lt-steps article div { display: grid; grid-template-columns: .75fr 1.25fr; gap: 40px; align-items: center; }
.lt-steps h3 { margin: 0; font-size: 38px; text-transform: uppercase; }
.lt-steps p { max-width: 520px; margin: 0; color: rgba(255,255,255,.58); }

.lt-about { background: #fff; }
.lt-about-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 95px; align-items: center; }
.lt-about-image { position: relative; min-height: 670px; }
.lt-about-image > img { width: 88%; height: 670px; object-fit: cover; border-radius: var(--lt-radius); filter: saturate(.92) contrast(1.04); }
.lt-about-stamp {
	position: absolute; right: 0; bottom: 45px; display: flex; width: 190px; height: 190px; flex-direction: column; align-items: center; justify-content: center;
	border-radius: 50%; background: var(--lt-yellow); color: #000; transform: rotate(-8deg);
}
.lt-about-stamp strong, .lt-about-stamp span { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.lt-about-stamp b { font: 900 55px/.9 var(--lt-display); }
.lt-about-copy .lt-lead { margin: 32px 0 20px; font-size: 22px; font-weight: 600; line-height: 1.45; }
.lt-about-copy > p:not(.lt-lead) { color: #686861; }
.lt-about-points { margin-top: 38px; border-top: 1px solid var(--lt-line); }
.lt-about-points > div { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--lt-line); }
.lt-about-points span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--lt-yellow); font-weight: 900; }
.lt-about-points p { margin: 0; color: #6a6a63; font-size: 14px; }
.lt-about-points strong { display: block; color: #111; font-size: 15px; }
.lt-about-points p i { font-style: normal; }

.lt-boarding { overflow: hidden; background: var(--lt-ink); color: #fff; }
.lt-section-head-light > p { color: rgba(255,255,255,.58); }
.lt-route-map { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 85px; }
.lt-route-line { position: absolute; top: 9px; left: 5%; right: 5%; height: 2px; background: rgba(255,255,255,.22); }
.lt-route-map article { position: relative; padding: 48px 28px 20px 0; }
.lt-route-map article::before { content: ""; position: absolute; top: 0; left: 0; width: 19px; height: 19px; border: 5px solid var(--lt-yellow); border-radius: 50%; background: var(--lt-ink); }
.lt-route-map b { color: var(--lt-yellow); font: 800 12px/1 var(--lt-display); }
.lt-route-map h3 { margin: 10px 0 6px; font-size: 30px; text-transform: uppercase; }
.lt-route-map p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }
.lt-route-note { margin: 40px 0 0; color: rgba(255,255,255,.42); font-size: 12px; }

.lt-testimonials { background: var(--lt-yellow); color: #000; }
.lt-testimonials .lt-kicker::before { background: #000; }
.lt-testimonial-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; }
.lt-featured-quote { margin: 0; }
.lt-featured-quote > span { display: block; height: 70px; font: 900 110px/.8 Georgia, serif; }
.lt-featured-quote p { margin-bottom: 28px; font: 700 clamp(35px, 4vw, 58px)/1.04 var(--lt-display); text-transform: uppercase; }
.lt-featured-quote footer, .lt-mini-quotes footer { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lt-mini-quotes { border-left: 1px solid rgba(0,0,0,.25); padding-left: 50px; }
.lt-mini-quotes blockquote { margin: 0; padding: 28px 0; border-bottom: 1px solid rgba(0,0,0,.25); }
.lt-mini-quotes blockquote p { font-weight: 600; font-size: 17px; }
.lt-mini-quotes a { display: inline-block; margin-top: 30px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.lt-prepare { background: var(--lt-paper); }
.lt-prepare-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.lt-prepare-grid > div > p { max-width: 500px; margin-top: 26px; color: #676760; }
.lt-checklist { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--lt-line); }
.lt-checklist li { display: grid; grid-template-columns: 64px 1fr; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--lt-line); font: 700 25px/1.2 var(--lt-display); text-transform: uppercase; }
.lt-checklist span { color: #a0a098; font: 700 11px/1 var(--lt-body); }

.lt-footer { padding: 100px 0 25px; background: #070706; color: #fff; }
.lt-footer-cta { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-bottom: 80px; border-bottom: 1px solid rgba(255,255,255,.15); }
.lt-footer-cta h2 { max-width: 850px; margin: 0; font-size: clamp(54px, 7vw, 96px); }
.lt-footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .8fr; gap: 80px; padding: 65px 0; }
.lt-logo-footer { width: 200px; height: 170px; }
.lt-footer-brand p { max-width: 460px; margin: 10px 0 25px; color: rgba(255,255,255,.52); }
.lt-socials { display: flex; gap: 22px; }
.lt-socials a { color: var(--lt-yellow); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.lt-footer h3 { margin-bottom: 22px; color: var(--lt-yellow); font-size: 17px; letter-spacing: .08em; text-transform: uppercase; }
.lt-footer ul { margin: 0; padding: 0; list-style: none; }
.lt-footer li { margin: 10px 0; color: rgba(255,255,255,.6); font-size: 14px; }
.lt-footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.lt-footer-credit a { color: var(--lt-yellow); font-weight: 800; }
.lt-footer-credit a:hover { color: #fff; }

/* Pages and commerce */
.lt-page-hero { padding: 210px 0 80px; background: var(--lt-black); color: #fff; }
.lt-page-hero h1 { margin: 0; font-size: clamp(62px, 8vw, 112px); }
.lt-content-shell { max-width: 900px; }
.lt-content-shell a { text-decoration: underline; text-decoration-color: var(--lt-yellow); text-decoration-thickness: 2px; }
.lt-post-card { display: grid; grid-template-columns: 280px 1fr; gap: 35px; margin-bottom: 55px; }
.lt-post-card img { border-radius: 14px; }
.lt-post-card h2 { font-size: 42px; }
.lt-post-date { color: var(--lt-muted); font-size: 11px; text-transform: uppercase; }
.lt-commerce { min-height: 70vh; padding: 180px 0 110px; background: var(--lt-paper); }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--lt-muted); font-size: 11px; text-transform: uppercase; }
.woocommerce .woocommerce-breadcrumb a { color: #111; }
.woocommerce .woocommerce-products-header__title, .woocommerce div.product .product_title, .woocommerce-account .woocommerce h2 {
	font-size: clamp(50px, 6vw, 84px); text-transform: uppercase;
}
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin: 0 0 34px; }
.woocommerce .woocommerce-ordering select { min-height: 46px; padding: 0 38px 0 14px; border: 1px solid var(--lt-line); border-radius: 999px; background: #fff; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 24px; overflow: hidden; border-radius: var(--lt-radius); background: #fff; }
.woocommerce ul.products li.product a img { aspect-ratio: 1.2; margin: 0 0 20px; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 22px; font-size: 29px; text-transform: uppercase; }
.woocommerce ul.products li.product .price { padding: 0 22px; color: #111; font: 800 21px/1 var(--lt-display); }
.woocommerce ul.products li.product .button { margin: 16px 22px 0; background: #111; color: #fff; }
.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 8px 13px; border-radius: 999px; background: var(--lt-yellow); color: #000; font-size: 10px; line-height: 1; text-transform: uppercase; }
.woocommerce div.product { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; }
.woocommerce div.product .woocommerce-product-gallery, .woocommerce div.product .summary { float: none; width: auto; }
.woocommerce div.product .woocommerce-product-gallery img { border-radius: var(--lt-radius); }
.woocommerce div.product p.price { color: #111; font: 800 34px/1.2 var(--lt-display); }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; }
.woocommerce .quantity .qty {
	width: 88px;
	min-height: 52px;
	padding: 0 12px;
	border: 1px solid var(--lt-line);
	border-radius: 999px;
	background: #fff;
	text-align: center !important;
	font-weight: 700;
	line-height: 52px;
}
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / -1; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--lt-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; border: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs .panel { padding: 30px 0; }
.woocommerce table.shop_table { border: 1px solid var(--lt-line); border-radius: 16px; background: #fff; border-collapse: separate; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: var(--lt-line); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
	min-height: 50px; padding: 12px 14px; border: 1px solid var(--lt-line); border-radius: 10px; background: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 26px; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { padding: 18px 22px 18px 50px; border: 0; border-left: 4px solid var(--lt-yellow); background: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 25%; }
.woocommerce-account .woocommerce-MyAccount-content { width: 71%; }
.woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-MyAccount-navigation li a { display: block; padding: 13px 16px; border-bottom: 1px solid var(--lt-line); background: #fff; }
.woocommerce-MyAccount-navigation li.is-active a { border-left: 4px solid var(--lt-yellow); font-weight: 700; }

/* Portal do aventureiro */
.lt-account-hero {
	position: relative; overflow: hidden; padding: 205px 0 96px; background: var(--lt-black); color: #fff;
}
.lt-account-hero::after {
	content: "AVENTURA"; position: absolute; right: -30px; bottom: -46px; color: rgba(255,255,255,.025);
	font: 900 230px/1 var(--lt-display); pointer-events: none;
}
.lt-account-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.12fr .88fr; gap: 90px; align-items: end; }
.lt-account-hero h1 { max-width: 760px; margin: 0; font-size: clamp(66px, 7.7vw, 116px); font-weight: 900; line-height: .82; }
.lt-account-hero h1 em { color: var(--lt-yellow); font-style: italic; }
.lt-account-hero p { max-width: 620px; margin: 32px 0 0; color: rgba(255,255,255,.65); font-size: 17px; }
.lt-account-benefits { margin: 0 0 4px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.lt-account-benefits li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.lt-account-benefits b { color: var(--lt-yellow); font: 800 13px/1.5 var(--lt-display); }
.lt-account-benefits span { color: rgba(255,255,255,.53); font-size: 12px; line-height: 1.45; }
.lt-account-benefits strong { display: block; margin-bottom: 3px; color: #fff; font-size: 13px; }
.lt-account-page { min-height: 650px; padding: 185px 0 120px; }
.lt-account-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 25px 70px; align-items: end; margin-bottom: 44px; }
.lt-account-heading .lt-kicker { grid-column: 1 / -1; margin-bottom: -5px; }
.lt-account-heading h2 { margin: 0; font-size: clamp(48px, 5.5vw, 76px); text-transform: uppercase; }
.lt-account-heading > p { max-width: 470px; margin: 0 0 5px; color: #686860; }
.lt-account-content > .woocommerce { width: 100%; }
.lt-account-content .u-columns.col2-set {
	display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px;
}
.lt-account-content .u-columns.col2-set::before,
.lt-account-content .u-columns.col2-set::after { display: none; }
.lt-account-content .u-column1,
.lt-account-content .u-column2 { float: none !important; width: auto !important; margin: 0 !important; }
.lt-account-content .u-column1,
.lt-account-content .u-column2 {
	padding: 38px; border: 1px solid var(--lt-line); border-radius: var(--lt-radius); background: #fff;
	box-shadow: 0 15px 45px rgba(11,11,10,.045);
}
.lt-account-content .u-column2 { background: var(--lt-yellow); border-color: var(--lt-yellow); }
.lt-account-content .u-column1 > h2,
.lt-account-content .u-column2 > h2 { margin: 0 0 28px; font-size: 45px; }
.lt-account-content form.login,
.lt-account-content form.register { margin: 0; padding: 0; border: 0; background: transparent; }
.lt-account-content .woocommerce-form-row,
.lt-account-content .form-row { float: none; width: 100%; margin: 0 0 18px; padding: 0; }
.lt-account-content .form-row label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }
.lt-account-content .form-row input.input-text {
	width: 100%; min-height: 56px; padding: 0 17px; border: 1px solid rgba(11,11,10,.18); border-radius: 12px;
	background: #fff; box-shadow: none; transition: border-color .2s, box-shadow .2s;
}
.lt-account-content .form-row input.input-text:focus {
	outline: 0; border-color: #111; box-shadow: 0 0 0 3px rgba(11,11,10,.08);
}
.lt-account-content .password-input { position: relative; display: block; }
.lt-account-content .password-input input { padding-right: 54px; }
.lt-account-content .show-password-input {
	position: absolute; top: 50%; right: 16px; width: 24px; height: 24px; padding: 0; border: 0;
	background: transparent; transform: translateY(-50%); cursor: pointer;
}
.lt-account-content .show-password-input::before {
	content: ""; position: absolute; top: 6px; left: 4px; width: 14px; height: 9px;
	border: 2px solid #181816; border-radius: 70% 15%; transform: rotate(45deg);
}
.lt-account-content .show-password-input::after {
	content: ""; position: absolute; top: 10px; left: 10px; width: 4px; height: 4px; border-radius: 50%; background: #181816;
}
.lt-account-content .woocommerce-form-login__rememberme { display: inline-flex; align-items: center; gap: 8px; margin: 8px 15px 8px 0; }
.lt-account-content input[type="checkbox"] { width: 17px; height: 17px; accent-color: var(--lt-yellow); }
.lt-account-content .woocommerce-form-login__submit,
.lt-account-content .woocommerce-form-register__submit {
	min-width: 150px; background: var(--lt-black); color: #fff;
}
.lt-account-content .woocommerce-LostPassword { margin: 12px 0 0; }
.lt-account-content .woocommerce-LostPassword a,
.lt-account-content .woocommerce-privacy-policy-link { font-weight: 700; text-decoration: underline; text-decoration-color: var(--lt-yellow); text-decoration-thickness: 2px; }
.lt-account-content .u-column2 .woocommerce-privacy-policy-link { text-decoration-color: #111; }
.lt-account-content .woocommerce-privacy-policy-text { color: rgba(11,11,10,.68); font-size: 12px; line-height: 1.55; }
.lt-account-content .lt-register-note {
	margin: -2px 0 18px; padding: 12px 14px; border-radius: 10px; background: rgba(255,255,255,.58);
	color: rgba(11,11,10,.72); font-size: 12px; line-height: 1.5;
}
.lt-account-content .lt-register-status {
	margin: 0 0 18px; padding-left: 22px; position: relative; color: #6d2a20; font-size: 12px; font-weight: 700; line-height: 1.45;
}
.lt-account-content .lt-register-status::before {
	content: "!"; position: absolute; top: 1px; left: 0; display: grid; place-items: center; width: 15px; height: 15px;
	border-radius: 50%; background: #111; color: #fff; font-size: 9px;
}
.lt-account-content .lt-register-status.is-valid { color: #245c2e; }
.lt-account-content .lt-register-status.is-valid::before { content: "✓"; background: #245c2e; }
.lt-account-content .woocommerce-form-register__submit:disabled {
	opacity: .42; cursor: not-allowed; transform: none; filter: grayscale(.2);
}
.lt-account-content input[aria-invalid="true"] { border-color: #9b3125 !important; box-shadow: 0 0 0 3px rgba(155,49,37,.1) !important; }
.lt-account-content .woocommerce-error,
.lt-account-content .woocommerce-info,
.lt-account-content .woocommerce-message { margin: 0 0 24px; border-radius: 12px; }
.lt-account-content .woocommerce-ResetPassword,
.lt-account-content .woocommerce-form-login:not(.login) {
	max-width: 720px; margin: 0; padding: 38px; border: 1px solid var(--lt-line); border-radius: var(--lt-radius); background: #fff;
}
body.logged-in.woocommerce-account .lt-account-content > .woocommerce {
	display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 28px; align-items: start;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation,
body.logged-in.woocommerce-account .woocommerce-MyAccount-content { float: none; width: auto; }
body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
	overflow: hidden; border-radius: 16px; background: var(--lt-black);
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li a {
	padding: 16px 19px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: transparent; color: #fff;
	text-decoration: none;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	border-left: 0; background: var(--lt-yellow); color: #111;
}
body.logged-in.woocommerce-account .woocommerce-MyAccount-content {
	min-height: 300px; padding: 34px; border: 1px solid var(--lt-line); border-radius: 16px; background: #fff;
}

@media (max-width: 1100px) {
	.lt-header-inner { gap: 20px; }
	.lt-header-logos { gap: 12px; }
	.lt-header-logos .lt-logo { width: 175px; }
	.lt-header-logos .lt-partner-logo { width: 145px; padding-left: 12px; transform: translateY(24px); }
	.lt-nav-list { gap: 18px; }
	.lt-account-link { display: none; }
	.lt-hero-proof { display: none; }
	.lt-about-grid { gap: 55px; }
	.lt-header-cta { display: none; }
}

@media (max-width: 900px) {
	.admin-bar .lt-header.is-scrolled { top: 46px; }
	.admin-bar .lt-header { top: 76px; }
	.lt-shell { width: min(100% - 34px, 720px); }
	.lt-section { padding: 82px 0; }
	.lt-announcement { justify-content: flex-start; padding: 0 17px; overflow: hidden; white-space: nowrap; }
	.lt-header-inner { min-height: 88px; }
	.lt-header.is-scrolled { min-height: 74px; }
	.lt-header.is-scrolled .lt-header-inner { height: 74px; min-height: 74px; }
	.lt-header-logos { height: 88px; gap: 8px; }
	.lt-header-logos .lt-logo { width: 105px; height: 88px; }
	.lt-logo img { top: 0; }
	.lt-header.is-scrolled .lt-header-logos .lt-logo { width: 82px; height: 74px; }
	.lt-header.is-scrolled .lt-logo img { height: 60px; max-height: 60px; }
	.lt-header-logos .lt-partner-logo { width: 90px; height: 44px; padding-left: 8px; transform: translateY(0); }
	.lt-header.is-scrolled .lt-header-logos { height: 74px; gap: 7px; }
	.lt-header.is-scrolled .lt-header-logos .lt-partner-logo { width: 74px; height: 36px; padding-left: 7px; }
	.lt-menu-toggle { display: block; order: 3; margin-left: 5px; }
	.lt-header-actions { margin-left: auto; }
	.lt-cart-link > span { display: none; }
	.lt-nav {
		position: fixed; top: 140px; left: 0; right: 0; bottom: 0; display: none; margin: 0; padding: 30px 24px;
		background: #0b0b0a; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}
	.lt-nav::-webkit-scrollbar { display: none; }
	body.lt-menu-open .lt-header.is-scrolled {
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
	.lt-header.is-scrolled .lt-nav { top: 74px; }
	.admin-bar .lt-nav { top: 186px; }
	.admin-bar .lt-header.is-scrolled .lt-nav { top: 120px; }
	.lt-nav.is-open { display: block; }
	.lt-nav-list { display: block; }
	.lt-nav-list li { border-bottom: 1px solid rgba(255,255,255,.14); }
	.lt-nav-list a { display: block; padding: 20px 0; font: 700 34px/1 var(--lt-display); }
	.lt-hero { min-height: 760px; }
	.lt-hero-content { padding: 170px 0 110px; }
	.lt-hero h1 { font-size: clamp(65px, 16vw, 102px); }
	.lt-hero-copy > p { font-size: 16px; }
	.lt-section-head, .lt-about-grid, .lt-testimonial-grid, .lt-prepare-grid { grid-template-columns: 1fr; gap: 40px; }
	.lt-section-head { margin-bottom: 42px; }
	.lt-adventure-grid { grid-template-columns: repeat(2, 1fr); }
	.lt-steps article div { grid-template-columns: 1fr; gap: 9px; }
	.lt-about-image { min-height: 560px; }
	.lt-about-image > img { height: 560px; }
	.lt-route-map { grid-template-columns: repeat(2, 1fr); }
	.lt-route-line { display: none; }
	.lt-route-map article { border-top: 1px solid rgba(255,255,255,.2); }
	.lt-route-map article::before { top: -9px; }
	.lt-mini-quotes { padding-left: 0; border-left: 0; }
	.lt-footer-grid { grid-template-columns: 1fr 1fr; }
	.lt-footer-brand { grid-column: 1 / -1; }
	.woocommerce div.product { grid-template-columns: 1fr; }
	.woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
	.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
	.woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 30px; }
	.lt-account-hero-grid { grid-template-columns: 1fr; gap: 48px; }
	.lt-account-hero { padding-top: 180px; }
	.lt-account-benefits { max-width: 650px; }
	.lt-account-heading { grid-template-columns: 1fr; gap: 18px; }
	.lt-account-content .u-columns.col2-set { grid-template-columns: 1fr; }
	body.logged-in.woocommerce-account .lt-account-content > .woocommerce { grid-template-columns: 1fr; }
	body.logged-in.woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 0; }
}

@media (max-width: 600px) {
	.lt-shell { width: calc(100% - 28px); }
	.lt-announcement span:nth-of-type(n+3), .lt-announcement i:nth-of-type(n+2) { display: none; }
	.lt-header-actions { gap: 9px; }
	.lt-hero { min-height: 715px; }
	.lt-hero-media { background-position: 58% center; }
	.lt-hero-shade { background: linear-gradient(90deg, rgba(5,7,5,.92), rgba(5,7,5,.45)), linear-gradient(0deg, rgba(5,7,5,.88), transparent 65%); }
	.lt-hero-content { padding-top: 160px; }
	.lt-hero h1 { font-size: 64px; line-height: .83; }
	.lt-hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
	.lt-button { min-height: 50px; padding: 0 21px; }
	.lt-section-head h2, .lt-how h2, .lt-about h2, .lt-prepare h2 { font-size: 49px; }
	.lt-adventure-grid { grid-template-columns: 1fr; }
	.lt-empty-adventures { padding: 40px 22px; }
	.lt-empty-adventures h3 { font-size: 40px; }
	.lt-steps article { grid-template-columns: 46px 1fr; gap: 8px; }
	.lt-steps h3 { font-size: 30px; }
	.lt-about-image { min-height: 485px; }
	.lt-about-image > img { width: 91%; height: 485px; }
	.lt-about-stamp { width: 145px; height: 145px; }
	.lt-about-stamp b { font-size: 43px; }
	.lt-route-map { grid-template-columns: 1fr; margin-top: 45px; }
	.lt-featured-quote p { font-size: 34px; }
	.lt-checklist li { grid-template-columns: 42px 1fr; font-size: 21px; }
	.lt-footer-cta { align-items: flex-start; flex-direction: column; }
	.lt-footer-grid { grid-template-columns: 1fr; gap: 35px; }
	.lt-footer-brand { grid-column: auto; }
	.lt-footer-bottom { flex-direction: column; gap: 8px; }
	.lt-page-hero { padding-top: 175px; }
	.lt-commerce { padding-top: 150px; }
	.woocommerce ul.products { grid-template-columns: 1fr; }
	.lt-post-card { grid-template-columns: 1fr; }
	.lt-account-hero { padding: 165px 0 68px; }
	.lt-account-hero h1 { font-size: 58px; }
	.lt-account-hero p { margin-top: 24px; font-size: 15px; }
	.lt-account-benefits li { grid-template-columns: 34px 1fr; }
	.lt-account-page { padding: 145px 0 85px; }
	.lt-account-heading { margin-bottom: 32px; }
	.lt-account-content .u-column1,
	.lt-account-content .u-column2 { padding: 27px 21px; border-radius: 17px; }
	.lt-account-content .u-column1 > h2,
	.lt-account-content .u-column2 > h2 { font-size: 39px; }
	body.logged-in.woocommerce-account .woocommerce-MyAccount-content { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
	* { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
