.home {
--ink: #01212f;
--teal: #003851;
--teal-600: #0a5674;
--aqua: #0bbcd6;
--aqua-300: #6fe0ee;
--coral: #ff6b5c;
--sun: #ffab40;
--pink: #ff5c8a;
--violet: #8a5cff;
--green: #2fae7a;
--sand: #faf9f6;
--sand-2: #f1ede2;
--line: #e6e1d4;
--sunset: linear-gradient(115deg, #ffab40 0%, #ff6b5c 38%, #ff5c8a 66%, #8a5cff 100%);
--ocean: linear-gradient(120deg, #00435f 0%, #0bbcd6 100%);
--brand: linear-gradient(90deg, #ff6b5c, #ff5c8a 45%, #0bbcd6);
--shadow-sm: 0 6px 18px rgba(1, 33, 47, .10);
--shadow-md: 0 18px 40px rgba(1, 33, 47, .16);
--shadow-lg: 0 30px 70px rgba(1, 33, 47, .28);
--radius: 22px;
--wrap: 1180px;
background: var(--sand);
color: var(--ink);
overflow-x: hidden;
}
.home *,
.home *::before,
.home *::after { box-sizing: border-box; }
.home ::selection { background: rgba(255, 92, 138, .22); }
.home h1, .home h2, .home h3 { line-height: 1.06; margin: 0; }
.home p { margin: 0; }
.home .home-wrap {
width: 100%;
max-width: var(--wrap);
margin-inline: auto;
padding-inline: clamp(18px, 5vw, 40px);
}
.home .home-serif {
font-family: 'Playfair Display', Georgia, serif;
font-style: italic;
font-weight: 700;
}
.home .home-eyebrow {
display: inline-flex;
align-items: center;
gap: 9px;
font-size: .78rem;
font-weight: 700;
letter-spacing: .18em;
text-transform: uppercase;
margin: 0;
}
.home .home-eyebrow::before {
content: "";
width: 26px;
height: 2px;
border-radius: 2px;
background: currentColor;
opacity: .8;
} .home header { height: 0; background: transparent; }
.home .menu-container {
transition: background .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.home .logo img { transition: filter .35s ease; } .home:not(.is-scrolled) .menu-container {
background: transparent;
border-bottom-color: transparent;
box-shadow: none;
-webkit-backdrop-filter: none;
backdrop-filter: none;
}
.home:not(.is-scrolled) .logo img { filter: brightness(0) invert(1); }
.home:not(.is-scrolled) .fa-search { color: #fff; }
.home:not(.is-scrolled) .menu-button span { background: #fff; }
.home:not(.is-scrolled) .desktop-menu ul li { color: #fff; }
.home:not(.is-scrolled) .desktop-menu ul li:hover { color: var(--aqua-300); }
.home:not(.is-scrolled) .desktop-search .search-field-box {
border-color: rgba(255, 255, 255, .5);
background: rgba(255, 255, 255, .14);
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}
.home:not(.is-scrolled) .desktop-search .search-field { color: #fff; }
.home:not(.is-scrolled) .desktop-search .search-field::placeholder { color: rgba(255, 255, 255, .8); }
.home:not(.is-scrolled) .desktop-search .search-field-box button { color: #fff; } .home-hero {
position: relative;
min-height: 640px;
height: clamp(640px, 92vh, 860px);
display: flex;
align-items: center;
isolation: isolate;
color: #fff;
}
.home-hero__media {
position: absolute;
inset: 0;
z-index: -2;
overflow: hidden;
}
.home-hero__media img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center 62%;
transform: scale(1.05);
animation: heroPan 26s ease-in-out infinite alternate;
}
@keyframes heroPan {
from { transform: scale(1.05) translate3d(0, 0, 0); }
to   { transform: scale(1.12) translate3d(-2%, -1.5%, 0); }
}
.home-hero__scrim {
position: absolute;
inset: 0;
z-index: -1;
background:
radial-gradient(120% 90% at 78% 8%, rgba(255, 92, 138, .18), transparent 55%),
linear-gradient(180deg, rgba(1, 33, 47, .38) 0%, rgba(1, 33, 47, .12) 26%, rgba(1, 33, 47, .30) 62%, rgba(1, 33, 47, .78) 100%);
}
.home-hero__inner { padding-top: 96px; padding-bottom: 120px; max-width: 760px; }
.home-hero .home-eyebrow {
color: #fff;
background: rgba(255, 255, 255, .12);
border: 1px solid rgba(255, 255, 255, .28);
padding: 8px 16px;
border-radius: 999px;
backdrop-filter: blur(6px);
}
.home-hero .home-eyebrow::before { background: var(--aqua-300); opacity: 1; }
.home-hero h1 {
margin-top: 22px;
font-size: clamp(2.6rem, 7vw, 4.9rem);
font-weight: 900;
letter-spacing: -.02em;
text-shadow: 0 4px 40px rgba(1, 20, 30, .35);
}
.home-hero h1 em {
display: inline-block;
font-family: 'Playfair Display', Georgia, serif;
font-weight: 700;
font-style: italic;
letter-spacing: 0;
background: linear-gradient(90deg, #ffd27a, #ff8f6b 45%, #ff6f9c);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
padding-right: .06em;
}
.home-hero__lede {
margin-top: 20px;
max-width: 560px;
font-size: clamp(1.02rem, 1.6vw, 1.22rem);
line-height: 1.65;
color: rgba(255, 255, 255, .92);
font-weight: 500;
}
.home-hero__search { margin-top: 32px; max-width: 540px; }
.home-hero__search .search-field-box {
background: rgba(255, 255, 255, .96);
border: none;
border-radius: 999px;
padding: 7px 8px 7px 22px;
box-shadow: var(--shadow-md);
align-items: center;
}
.home-hero__search .search-field {
height: 42px;
font-size: 1.02rem;
color: var(--ink);
font-family: inherit;
}
.home-hero__search .search-field::placeholder { color: #6a7a83; }
.home-hero__search .search-button {
background: var(--brand);
background: linear-gradient(120deg, #ff6b5c, #ff5c8a);
width: 46px;
height: 46px;
border-radius: 50%;
padding: 0;
display: grid;
place-items: center;
box-shadow: 0 8px 20px rgba(255, 92, 138, .45);
transition: transform .25s ease, box-shadow .25s ease;
}
.home-hero__search .search-button:hover { transform: scale(1.06); }
.home-hero__search .search-button i { color: #fff !important; font-size: 1rem !important; }
.home-hero__chips {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 26px;
align-items: center;
}
.home-hero__chips-label { font-size: .82rem; opacity: .85; margin-right: 2px; font-weight: 600; }
.home-chip {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 9px 16px;
border-radius: 999px;
font-size: .9rem;
font-weight: 600;
color: #fff;
background: rgba(255, 255, 255, .12);
border: 1px solid rgba(255, 255, 255, .3);
backdrop-filter: blur(6px);
transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.home-chip:hover { transform: translateY(-2px); background: rgba(255, 255, 255, .22); border-color: rgba(255, 255, 255, .6); }
.home-chip__dot { width: 9px; height: 9px; border-radius: 50%; }
.home-hero__wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: -1; line-height: 0; }
.home-hero__wave svg { display: block; width: 100%; height: auto; }
.home-hero__scroll {
position: absolute;
left: 50%;
bottom: 74px;
transform: translateX(-50%);
display: grid;
place-items: center;
gap: 7px;
font-size: .68rem;
letter-spacing: .22em;
text-transform: uppercase;
color: rgba(255, 255, 255, .85);
z-index: 2;
}
.home-hero__scroll span {
width: 24px; height: 38px;
border: 2px solid rgba(255, 255, 255, .6);
border-radius: 14px;
position: relative;
}
.home-hero__scroll span::after {
content: "";
position: absolute;
top: 7px; left: 50%;
width: 4px; height: 8px;
margin-left: -2px;
border-radius: 3px;
background: #fff;
animation: scrollDot 1.6s ease-in-out infinite;
}
@keyframes scrollDot { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(12px); } } .home-stats { position: relative; margin-top: -6px; padding: 8px 0 54px; }
.home-stats__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: clamp(14px, 3vw, 34px);
text-align: center;
}
.home-stat__num {
font-size: clamp(2.3rem, 5vw, 3.4rem);
font-weight: 900;
letter-spacing: -.02em;
line-height: 1;
background: var(--sunset);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.home-stat__label {
margin-top: 8px;
font-size: .82rem;
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--teal);
}
.home-stat__sub { margin-top: 4px; font-size: .86rem; color: #6a7a83; }
.home-stats__grid > div + div { border-left: 1px solid var(--line); } .home-adv { padding: 30px 0 20px; }
.home-section-head { max-width: 640px; margin-bottom: 30px; }
.home-section-head .home-eyebrow { color: var(--coral); }
.home-section-head h2 {
margin-top: 14px;
font-size: clamp(2rem, 4.4vw, 3rem);
font-weight: 900;
letter-spacing: -.02em;
color: var(--teal);
}
.home-section-head p { margin-top: 14px; font-size: 1.05rem; line-height: 1.6; color: #5c6b73; }
.adv-cat { margin-bottom: 46px; }
.adv-head {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 18px;
}
.adv-head__icon {
flex: none;
width: 54px;
height: 54px;
border-radius: 16px;
display: grid;
place-items: center;
color: #fff;
box-shadow: var(--shadow-sm);
}
.adv-head__icon svg { width: 27px; height: 27px; }
.adv-cat[data-el="water"] .adv-head__icon { background: linear-gradient(135deg, #0bbcd6, #0a5674); }
.adv-cat[data-el="air"]   .adv-head__icon { background: linear-gradient(135deg, #7aa8ff, #8a5cff); }
.adv-cat[data-el="land"]  .adv-head__icon { background: linear-gradient(135deg, #4bd08a, #1f8f6b); }
.adv-head__text { flex: 1 1 auto; min-width: 0; }
.adv-head__text h3 {
font-size: clamp(1.35rem, 2.6vw, 1.9rem);
font-weight: 800;
color: var(--teal);
letter-spacing: -.01em;
}
.adv-head__text p { font-size: .92rem; color: #6a7a83; margin-top: 3px; }
.adv-head__tools { display: flex; align-items: center; gap: 10px; flex: none; }
.adv-head__count {
font-size: .78rem;
font-weight: 700;
color: var(--teal);
background: var(--sand-2);
border: 1px solid var(--line);
padding: 6px 12px;
border-radius: 999px;
white-space: nowrap;
}
.adv-arrow {
width: 42px; height: 42px;
border-radius: 50%;
border: 1px solid var(--line);
background: #fff;
color: var(--teal);
display: grid;
place-items: center;
cursor: pointer;
transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.adv-arrow:hover { background: var(--teal); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.adv-arrow svg { width: 18px; height: 18px; }
.adv-arrow[disabled] { opacity: .32; cursor: default; pointer-events: none; } .adv-rail-wrap { position: relative; }
.adv-rail {
display: flex;
gap: 20px;
overflow-x: auto;
scroll-snap-type: x mandatory;
scroll-behavior: smooth;
padding: 8px 4px 12px;
margin: 0;
list-style: none;
scrollbar-width: none;
-ms-overflow-style: none;
-webkit-overflow-scrolling: touch;
}
.adv-rail::-webkit-scrollbar { display: none; width: 0; height: 0; }
.adv-card {
scroll-snap-align: start;
flex: 0 0 auto;
width: clamp(300px, 33vw, 380px);
}
.adv-card__link {
display: block;
position: relative;
border-radius: var(--radius);
overflow: hidden;
aspect-ratio: 4 / 3;
box-shadow: var(--shadow-sm);
transition: transform .4s cubic-bezier(.2, .7, .2, 1), box-shadow .4s ease;
background: var(--sand-2);
}
.adv-card__link:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.adv-card__media { position: absolute; inset: 0; }
.adv-card__media img {
width: 100%; height: 100%;
object-fit: cover;
transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}
.adv-card__link:hover .adv-card__media img { transform: scale(1.09); }
.adv-card__scrim {
position: absolute; inset: 0;
background: linear-gradient(180deg, rgba(1, 33, 47, 0) 34%, rgba(1, 33, 47, .28) 58%, rgba(1, 33, 47, .82) 100%);
transition: background .4s ease;
}
.adv-card__link:hover .adv-card__scrim { background: linear-gradient(180deg, rgba(1, 33, 47, .1) 20%, rgba(1, 33, 47, .5) 55%, rgba(1, 33, 47, .9) 100%); }
.adv-card__tag {
position: absolute;
top: 14px; left: 14px;
font-size: .66rem;
font-weight: 800;
letter-spacing: .12em;
text-transform: uppercase;
color: #fff;
padding: 6px 11px;
border-radius: 999px;
background: rgba(1, 33, 47, .38);
border: 1px solid rgba(255, 255, 255, .28);
backdrop-filter: blur(4px);
}
.adv-cat[data-el="water"] .adv-card__tag { background: rgba(11, 188, 214, .55); }
.adv-cat[data-el="air"]   .adv-card__tag { background: rgba(138, 92, 255, .5); }
.adv-cat[data-el="land"]  .adv-card__tag { background: rgba(47, 174, 122, .55); }
.adv-card__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px; color: #fff; }
.adv-card__title { font-size: 1.18rem; font-weight: 800; letter-spacing: -.01em; line-height: 1.15; }
.adv-card__go {
display: inline-flex;
align-items: center;
gap: 7px;
margin-top: 8px;
font-size: .84rem;
font-weight: 700;
color: var(--aqua-300);
opacity: 0;
transform: translateY(8px);
transition: opacity .35s ease, transform .35s ease;
}
.adv-card__go svg { width: 16px; height: 16px; transition: transform .3s ease; }
.adv-card__link:hover .adv-card__go { opacity: 1; transform: translateY(0); }
.adv-card__link:hover .adv-card__go svg { transform: translateX(4px); }
.adv-viewall {
display: inline-flex;
align-items: center;
gap: 9px;
font-weight: 700;
color: var(--teal);
padding: 12px 22px;
border-radius: 999px;
border: 2px solid var(--teal);
transition: background .25s ease, color .25s ease, transform .25s ease;
}
.adv-viewall:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }
.adv-viewall svg { width: 17px; height: 17px; transition: transform .3s ease; }
.adv-viewall:hover svg { transform: translateX(4px); }
.home-adv__foot { text-align: center; margin-top: 8px; } .home-cta { position: relative; margin: 70px 0 0; }
.home-cta__panel {
position: relative;
overflow: hidden;
border-radius: 32px;
padding: clamp(44px, 7vw, 88px) clamp(26px, 6vw, 76px);
color: #fff;
isolation: isolate;
box-shadow: var(--shadow-md);
}
.home-cta__bg { position: absolute; inset: 0; z-index: -2; }
.home-cta__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; }
.home-cta__panel::before {
content: "";
position: absolute;
inset: 0;
z-index: -1;
background: linear-gradient(115deg, rgba(1, 33, 47, .82), rgba(10, 86, 116, .5) 45%, rgba(255, 92, 138, .42));
}
.home-cta__inner { max-width: 620px; }
.home-cta .home-eyebrow { color: var(--aqua-300); }
.home-cta h2 {
margin-top: 14px;
font-size: clamp(2rem, 4.6vw, 3.1rem);
font-weight: 900;
letter-spacing: -.02em;
}
.home-cta h2 em {
font-family: 'Playfair Display', Georgia, serif;
font-style: italic;
font-weight: 700;
color: #ffd27a;
}
.home-cta p { margin-top: 16px; font-size: 1.08rem; line-height: 1.6; color: rgba(255, 255, 255, .9); }
.home-cta__actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.home-btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 15px 28px;
border-radius: 999px;
font-weight: 800;
font-size: 1rem;
transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.home-btn svg { width: 18px; height: 18px; transition: transform .3s ease; }
.home-btn--primary { background: #fff; color: var(--teal); box-shadow: 0 14px 30px rgba(0, 0, 0, .25); }
.home-btn--primary:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(0, 0, 0, .32); }
.home-btn--primary:hover svg { transform: translateX(4px); }
.home-btn--ghost { color: #fff; border: 2px solid rgba(255, 255, 255, .6); }
.home-btn--ghost:hover { background: rgba(255, 255, 255, .14); transform: translateY(-3px); }
.home-cta__socials { display: flex; gap: 8px; margin-left: 6px; }
.home-cta__socials a {
width: 44px; height: 44px;
border-radius: 50%;
display: grid;
place-items: center;
color: #fff;
border: 1px solid rgba(255, 255, 255, .4);
transition: background .25s ease, transform .25s ease;
}
.home-cta__socials a:hover { background: rgba(255, 255, 255, .18); transform: translateY(-3px); }
.home-cta__socials i { font-size: 1.15rem !important; }
.home-tail { height: 70px; } .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
.home-hero__media img { animation: none; }
.home-hero__scroll span::after { animation: none; }
.reveal { opacity: 1; transform: none; transition: none; }
} @media screen and (max-width: 800px) {
.home-hero { min-height: 620px; }
.home-hero__inner { padding-top: 92px; padding-bottom: 96px; }
.home-hero__scroll { display: none; }
.home-stats__grid { grid-template-columns: 1fr; gap: 0; }
.home-stats__grid > div { padding: 18px 0; }
.home-stats__grid > div + div { border-left: none; border-top: 1px solid var(--line); }
.adv-head__tools .adv-arrow { display: none; }
.home-cta__actions { gap: 12px; }
.home-cta__socials { margin-left: 0; }
}
@media screen and (max-width: 500px) {
.home-hero h1 { font-size: clamp(2.3rem, 10vw, 3rem); }
.adv-card { width: 86vw; max-width: 360px; }
.home-cta__panel { border-radius: 24px; }
.home-cta__actions .home-btn { width: 100%; justify-content: center; }
}