:root {
--glare: radial-gradient(circle at 50% 0%, rgba(201,168,76,0.15) 0%, transparent 70%);
--shadow-luxe: 0 30px 100px rgba(0,0,0,0.8);
--glass-dark: rgba(10, 10, 15, 0.85);
}
.hero-layout-shell {
position: relative;
min-height: 100vh;
background: #071321;
isolation: isolate;
}
#hero.hero-layout-shell {
min-height: 82vh;
}
.hero-layout-noscript {
min-height: 100vh;
max-width: 42rem;
display: grid;
align-content: center;
gap: 18px;
padding-top: 160px;
padding-bottom: 80px;
}
.hero-layout-noscript h2 {
font-size: clamp(3rem, 6vw, 5rem);
line-height: 0.98;
}
.hero-layout-noscript p {
color: rgba(255,255,255,0.78);
font-size: 1.05rem;
line-height: 1.7;
}
.hero-layout-noscript__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
@media (max-width: 720px) {
.hero-layout-noscript {
padding-top: 112px;
padding-bottom: 40px;
}
.hero-layout-noscript__actions {
flex-direction: column;
}
.hero-layout-noscript__actions .btn {
width: 100%;
justify-content: center;
}
} .m1-wave {
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
z-index: 10;
pointer-events: none;
line-height: 0;
}
.m1-wave svg {
display: block;
width: 100%;
height: auto;
} .hero-wave-organic {
position: absolute;
bottom: -1px;
left: 0;
width: 100%;
z-index: 10;
pointer-events: none;
line-height: 0;
}
.hero-wave-organic svg {
display: block;
width: 100%;
height: auto;
}  .hero-layout {
width: 100%;
min-height: 100svh; height: auto;
position: relative;
background-color: var(--hero-theme-color, #071321);
background: radial-gradient(circle at 70% 30%, #0a1a2b 0%, #071321 70%);
color: #fff;
overflow: hidden;
font-family: var(--ff-ui);
display: flex;
flex-direction: column;
} .hero-bg {
position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none;
} .hero-bg-propeller {
position: absolute;
top: 44%;
left: calc(-25% - 96px);
transform: matrix(1, 0, 0, 1, 0, 0);
width: 100%;
height: 65%;
background-image: url(//home.brasserie-torrpenn.com/wp-content/themes/astra-child/assets/images/logo-7.webp);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
opacity: 0.04;
}
.hero-bottom-wave {
position: absolute; bottom: -20px; right: 0; width: 100%; height: 120px; z-index: 5;
background: linear-gradient(90deg, transparent 30%, rgba(200, 50, 70, 0.4) 60%, rgba(30, 120, 200, 0.4) 100%);
filter: blur(30px); pointer-events: none;
} .hero-container {
display: flex !important;
flex-direction: column;
align-items: stretch;
gap: 20px;
width: 100% !important;
max-width: 1240px !important;
margin: 0 auto !important;
position: relative;
z-index: 10;
padding: 104px 22px 56px;
} .hero-left {
display: contents;
}
.hero-tag, .hero-title, .hero-subtitle, .hero-cta, .hero-features {
position: relative;
z-index: 30;
} .hero-tag { order: 1; align-self: flex-start; }
.hero-title { order: 2; align-self: flex-start; }
.hero-subtitle { order: 3; align-self: flex-start; }
.hero-cta { order: 5; }
.hero-features { order: 6; } .hero-tag {
display: inline-block;
background-color: #2b94ac;
color: #111111;
padding: 8px 16px;
border-top-right-radius: 12px;
border-bottom-left-radius: 12px;
font-weight: 800;
font-size: 0.75rem;
letter-spacing: 1px;
transform: none; margin-top: 0;
margin-bottom: 14px;
white-space: nowrap; }
.hero-title {
font-family: var(--ff-head);
line-height: 0.95;
margin: 0 0 14px 0 !important;
font-weight: 900;
font-size: clamp(2.28rem, 11.4vw, 3.04rem);
background: linear-gradient(110deg, var(--gold) 20%, #fff9e8 80%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
letter-spacing: -1px;
text-transform: uppercase;
position: relative;
display: inline-block;
white-space: nowrap; z-index: 35;
}
.hero-title-accent {
color: #f5f4f0;
}
.hero-subtitle {
color: #86d2f4;
font-size: 0.9rem;
font-weight: 800;
letter-spacing: 0.16em;
margin-bottom: 14px;
margin-top: 10px;
}
.hero-desc {
max-width: 100%; margin-bottom: 24px;
color: #d1d5db;
font-size: 0.98rem;
line-height: 1.65;
} .hero-cta {
display: flex;
flex-direction: column;
gap: 12px;
align-items: stretch;
margin-bottom: 15px;
width: 100%;
}
.hero-btn-filled, .hero-btn-outline {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px; padding: 0 24px;
border-radius: 999px;
font-family: var(--ff-ui);
text-transform: uppercase;
font-weight: 700;
font-size: 0.82rem;
letter-spacing: 0.08em;
text-decoration: none;
transition: all 0.3s ease;
white-space: nowrap;
width: 100%;
}
.hero-btn-filled {
background: #FFC107; color: #0A111F; border: none; box-shadow: 0 10px 25px rgba(255, 193, 7, 0.2);
}
.hero-btn-filled:hover {
background: #fff; transform: translateY(-3px); box-shadow: 0 15px 30px rgba(0,0,0,0.4);
}
.hero-btn-outline {
border: 1px solid rgba(255, 255, 255, 0.4); color: #fff; background: transparent;
}
.hero-btn-outline:hover {
background: rgba(255, 255, 255, 0.1); border-color: #fff; transform: translateY(-3px);
} .hero-features {
display: flex;
flex-direction: column;
gap: 16px;
border-top: 1px solid rgba(255, 255, 255, 0.08);
padding-top: 20px;
}
.hero-feature {
display: flex;
align-items: center;
gap: 12px;
min-height: 40px;
}
.hero-feature-icon {
flex: 0 0 28px;
width: 28px;
height: 28px;
display: flex;
align-items: center;
justify-content: center;
align-self: center;
}
.fallback-icon-hops { background: none; clip-path: none; }
.hero-feature-text { display: flex; flex-direction: column; }
.hero-feature-text strong { font-size: 1rem; font-weight: 700; letter-spacing: 0.5px; color: #fff; line-height: 1.2; }
.hero-feature-text span { font-size: 0.88rem; color: #9ca3af; line-height: 1.4; } .hero-right {
order: 4;
position: relative;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
} @media (max-width: 899.98px) {
#hero .hero-container {
display: flex !important;
flex-direction: column !important;
align-items: stretch !important;
}
#hero .hero-left {
display: contents !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
text-align: initial !important;
align-items: initial !important;
justify-content: initial !important;
order: initial !important;
}
#hero .hero-right {
order: 4 !important;
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
width: auto !important;
height: auto !important;
min-height: 0 !important;
max-height: none !important;
margin-top: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
pointer-events: auto !important;
overflow: visible !important;
}
} .hero-can {
width: auto;
height: min(42vh, 320px);
transform: rotate(12deg);
z-index: 20;
position: relative;
filter: drop-shadow(-15px 20px 20px rgba(0,0,0,0.6));
animation: floatM6 4s ease-in-out infinite alternate;
margin-bottom: 8px;
}
@keyframes floatM6 {
0% { transform: rotate(12deg) translateY(0); }
100% { transform: rotate(10deg) translateY(-12px); }
}
.hero-splash { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 140%; height: 100%; z-index: 10;
filter: blur(60px); opacity: 0.9;
mix-blend-mode: color-dodge;
} body[data-hero-layout] .main-header {
background: transparent !important;
backdrop-filter: none !important;
-webkit-backdrop-filter: none !important;
border-bottom-color: transparent !important;
box-shadow: none !important;
} @media (max-width: 1023px) {
body[data-hero-layout] {
background: #071321;
}
body[data-hero-layout] .main-header {
background: rgba(6, 8, 14, 0.72) !important;
backdrop-filter: blur(18px) saturate(160%) !important;
-webkit-backdrop-filter: blur(18px) saturate(160%) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
}
} body[data-hero-layout] .main-header.scrolled {
background: rgba(6, 8, 14, 0.72) !important;
backdrop-filter: blur(18px) saturate(160%) !important;
-webkit-backdrop-filter: blur(18px) saturate(160%) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
box-shadow: none !important;
}
body[data-hero-layout] .main-header.full-menu-active {
background: rgba(6, 8, 14, 0.72) !important;
backdrop-filter: blur(18px) saturate(160%) !important;
-webkit-backdrop-filter: blur(18px) saturate(160%) !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
box-shadow: none !important;
} .hero-bubble {
display: block;
position: absolute; right: 10%; top: 15%; background: var(--hero-theme-color, #2b94ac); color: #0A111F;
padding: 18px 30px; border-radius: 60px; text-align: center;
transform: rotate(6deg); z-index: 50; box-shadow: 0 15px 30px rgba(0,0,0,0.4);
transition: background 0.3s ease, color 0.3s ease;
}
.hero-bubble strong { display: block; font-weight: 900; font-size: 1rem; line-height: 1.1; letter-spacing: 0.5px; }
.hero-bubble::before {
content: ''; position: absolute; bottom: -10px; left: 44px; width: 0; height: 0;
border-left: 10px solid transparent; border-right: 10px solid transparent;
border-top: 13px solid var(--hero-theme-color, #2b94ac);
}
.hero-bubble span { display: block; font-weight: 700; font-size: 0.75rem; margin-top: 5px; opacity: 0.8; }
@media (max-width: 700px) {
.hero-bubble {
display: block;
padding: 9px 14px;
border-radius: 36px;
top: 18%;
right: 4%;
transform: rotate(6deg);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.hero-bubble strong {
font-size: 0.65rem;
letter-spacing: 0.3px;
}
.hero-bubble span {
font-size: 0.55rem;
margin-top: 3px;
}
.hero-bubble::before {
content: '';
position: absolute;
bottom: 28px;
left: -10px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 11px solid transparent;
border-top: 10px solid var(--hero-theme-color, #2b94ac);
}
}
@media (min-width: 700.02px) and (max-width: 900px) {
.hero-bubble {
top: 21%;
}
.hero-bubble::before {
content: '';
position: absolute;
bottom: 50px;
left: -10px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 11px solid transparent;
border-top: 10px solid var(--hero-theme-color, #2b94ac);
}
.hero-bubble--dark::before {
border-top-color: #c4c9d4 !important;
}
} .hero-bubble--dark {
background: linear-gradient(160deg, #f0f2f5 0%, #c4c9d4 50%, #e6e9ed 100%) !important;
color: #111111 !important;
}
.hero-bubble--dark::before {
border-top-color: #c4c9d4 !important;
}
.hero-sparkle { position: absolute; background: #fff; border-radius: 20px; box-shadow: 0 0 10px #fff; }
.hero-sparkle-1 { width: 4px; height: 30px; top: 25%; right: 40%; transform: rotate(20deg); z-index: 30; }
.hero-sparkle-2 { width: 4px; height: 15px; top: 22%; right: 33%; transform: rotate(-30deg); z-index: 30; } .hero-previews {
position: relative;
right: auto;
top: auto;
transform: none;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 12px;
z-index: 40;
width: 100%;
margin-top: 4px;
}
.hero-preview {
appearance: none;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(8px);
border: 2px solid transparent;
overflow: hidden;
position: relative;
cursor: pointer;
padding: 0;
pointer-events: auto; box-shadow:
0 15px 35px rgba(0,0,0,0.4),
inset 2px 2px 8px rgba(255,255,255,0.4),
inset -4px -4px 12px rgba(0,0,0,0.2);
transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}
.hero-preview::after {
content: ''; position: absolute; top: 15%; left: 15%; width: 30%; height: 30%;
background: radial-gradient(circle at center, rgba(255,255,255,0.7) 0%, transparent 70%);
border-radius: 50%; pointer-events: none; opacity: 0.8;
} .hero-preview:nth-child(1) { width: 64px; height: 64px; margin: 0; transform: none; }
.hero-preview:nth-child(1):hover { transform: scale(1.1); }
.hero-preview:nth-child(2) { width: 76px; height: 76px; margin: 0; transform: none; }
.hero-preview:nth-child(2):hover { transform: scale(1.1); }
.hero-preview:nth-child(3) { width: 88px; height: 88px; transform: none; }
.hero-preview:nth-child(3):hover { transform: scale(1.1); }
.hero-preview:hover {
border-color: rgba(210, 230, 252, 0.7);
background: rgba(255, 255, 255, 0.1) !important;
}
.hero-preview:focus-visible {
outline: 3px solid rgba(255,255,255,0.9);
outline-offset: 4px;
}
.hero-preview img {
width: 80%;
height: auto;
position: absolute;
bottom: -5px;
left: 50%;
transform: translateX(-50%) rotate(10deg);
transition: opacity 0.3s ease;
} @media (min-width: 480px) {
.hero-can {
height: min(45vh, 380px);
}
} @media (min-width: 768px) {
.hero-feature-icon {
flex: 0 0 38px;
width: 38px;
height: 38px;
}
.hero-container {
padding: 78px 60px 128px;
gap: 20px;
}
.hero-tag {
transform: rotate(-4deg);
margin-bottom: 18px;
font-size: 0.8rem;
}
.hero-title {
font-size: clamp(2.2rem, 7.5vw, 9.2rem);
margin-bottom: -12px !important;
}
.hero-can {
height: min(34vh, 310px); margin-bottom: 8px;
}
.hero-subtitle {
font-size: 1rem;
letter-spacing: 1.2px;
margin-bottom: 12px;
}
.hero-desc {
margin-bottom: 20px;
} .hero-cta {
flex-direction: row;
flex-wrap: wrap;
align-items: center;
gap: 12px;
margin-bottom: 24px;
width: auto;
}
.hero-btn-filled, .hero-btn-outline {
width: auto;
min-height: 44px;
font-size: 0.78rem;
padding: 0 20px;
}
.hero-features {
flex-direction: row;
flex-wrap: wrap;
gap: 16px;
padding-top: 18px;
}
.hero-feature { align-items: center; }
.hero-preview:nth-child(1) { width: 72px; height: 72px; }
.hero-preview:nth-child(2) { width: 88px; height: 88px; }
.hero-preview:nth-child(3) { width: 100px; height: 100px; }
} @media (min-width: 900px) {
.hero-layout {
height: auto;
min-height: unset;
} body[data-hero-layout] .hero-layout-shell {
min-height: unset;
}
body[data-hero-layout] .hero-layout-shell .hero-layout {
min-height: unset;
}
#hero .hero-container {
display: grid !important;
grid-template-columns: 40% 55%;
grid-template-rows: 1fr;
gap: clamp(12px, 2vw, 28px);
align-items: start;
height: auto;
padding: clamp(158px, 17.8vh, 175px) clamp(19px, 11.2vw, 100px) clamp(60px, 8vh, 100px);
box-sizing: border-box;
}
#hero .hero-left {
display: flex !important;
flex-direction: column;
align-items: flex-start !important;
justify-content: center !important;
grid-column: 1;
grid-row: 1;
order: unset !important;
width: 100% !important;
height: auto !important;
padding: 0 !important;
text-align: initial !important;
}
#hero .hero-right {
grid-column: 2 !important;
grid-row: 1 !important;
order: unset !important;
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
width: auto !important;
height: auto !important;
min-height: 0 !important;
margin-top: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
overflow: visible !important;
pointer-events: auto !important;
}
.hero-bubble {
top: 2%;
}
.hero-tag, .hero-title, .hero-subtitle, .hero-cta, .hero-features {
order: unset;
align-self: auto;
}
.hero-tag {
margin-top: clamp(8px, 1.6vh, 20px);
margin-bottom: clamp(10px, 1.6vh, 18px);
font-size: clamp(0.68rem, 0.9vw, 0.8rem);
}
.hero-title {
font-size: clamp(2.8rem, 4.4vw, 4.3rem);
margin: 0 0 clamp(10px, 1.2vh, 18px) 0 !important;
white-space: nowrap; z-index: 35;
overflow: visible;
max-width: 130%;
}
.hero-subtitle {
font-size: clamp(0.86rem, 1.05vw, 1rem);
letter-spacing: 1.6px;
margin-top: clamp(4px, 0.8vh, 10px);
margin-bottom: clamp(22px, 3.2vh, 36px);
}
.hero-cta {
flex-direction: row;
flex-wrap: wrap;
align-items: center;
gap: 14px;
margin-top: clamp(10px, 1.6vh, 20px);
margin-bottom: clamp(22px, 3.4vh, 40px);
width: auto;
}
.hero-btn-filled, .hero-btn-outline {
width: auto;
min-height: 50px;
font-size: clamp(0.76rem, 0.92vw, 0.88rem);
padding: 0 24px;
}
.hero-features {
flex-direction: row;
flex-wrap: wrap;
gap: clamp(12px, 1.6vw, 20px);
padding-top: clamp(16px, 2.6vh, 28px);
}
.hero-can {
width: auto;
height: auto;
max-height: min(58vh, 520px);
filter: drop-shadow(-24px 28px 24px rgba(0,0,0,0.55));
margin-bottom: 0;
translate: -60px 90px;
}
.hero-bubble {
display: block;
}
.hero-bubble strong {
font-size: 0.95rem;
}
.hero-previews {
position: absolute;
right: 0;
top: 36%;
transform: translateY(-14%);
flex-direction: column;
align-items: center;
gap: 0;
width: auto;
margin-top: 60px;
}
.hero-preview:nth-child(1) { width: 68px; height: 68px; margin-bottom: 18px; transform: translateX(14px); }
.hero-preview:nth-child(1):hover { transform: translateX(14px) scale(1.08); }
.hero-preview:nth-child(2) { width: 86px; height: 86px; margin-bottom: 22px; transform: translateX(52px); }
.hero-preview:nth-child(2):hover { transform: translateX(34px) scale(1.08); }
.hero-preview:nth-child(3) { width: 104px; height: 104px; transform: translateX(20px); }
.hero-preview:nth-child(3):hover { transform: translateX(20px) scale(1.08); }
} @media (min-width: 1024px) and (max-width: 1199.98px) { .hero-bg-propeller {
top: 40%;
left: -17%;
transform: none;
width: 58%;
height: 65%;
opacity: 0.04;
}
.hero-tag {
margin-top: clamp(10px, 1.8vh, 22px);
margin-bottom: clamp(10px, 1.6vh, 18px);
font-size: clamp(0.7rem, 0.9vw, 0.85rem);
}
.hero-title {
font-size: clamp(2.6rem, 6.6vw, 6.2rem);
margin: 0 0 clamp(10px, 1.2vh, 16px) 0 !important;
}
.hero-subtitle {
font-size: clamp(0.9rem, 1.05vw, 1rem);
letter-spacing: 1.7px;
margin-bottom: clamp(20px, 2.8vh, 34px);
margin-top: clamp(6px, 0.9vh, 10px);
}
.hero-desc {
max-width: 32rem;
margin-bottom: clamp(12px, 1.9vh, 24px);
font-size: clamp(0.84rem, 1vw, 0.95rem);
}
.hero-cta {
flex-direction: row;
gap: 12px;
align-items: center;
width: auto;
}
.hero-btn-filled, .hero-btn-outline {
width: auto;
font-size: clamp(0.74rem, 0.86vw, 0.8rem);
padding: 0 20px;
min-height: 44px;
}
.hero-features {
flex-direction: row;
gap: clamp(12px, 1.6vw, 20px);
padding-top: clamp(10px, 1.6vh, 16px);
}
}
@media (max-width: 1200px) {
#hero .hero-right .hero-can {
scale: 1 !important;
}
.hero-feature-text strong {
font-size: 0.85rem;
}
}
@media (max-width: 899.98px) {
#hero .hero-right .hero-can {
scale: unset !important;
max-width: 80%;
height: auto;
max-height: min(45vh, 485px);
}
}
@media (max-width: 768px) {
#hero .hero-right .hero-can {
scale: unset !important;
max-width: 70%;
max-height: min(40vh, 410px);
}
}
@media (max-width: 480px) {
#hero .hero-right .hero-can {
scale: unset !important;
max-width: 101%;
max-height: min(38vh, 300px);
}
#hero .hero-container {
padding: 78px 43px 145px;
}
.hero-bubble {
top: 18%;
right: -13%;
}
} @media (min-width: 1200px) {
.hero-layout {
height: auto;
min-height: unset;
flex-direction: row;
align-items: center;
} .hero-container {
display: grid !important;
grid-template-columns: 40% 55%;
grid-template-rows: 1fr;
gap: clamp(12px, 2vw, 28px);
align-items: start;
height: auto;
padding: clamp(158px, 17.8vh, 175px) clamp(19px, 11.2vw, 100px) clamp(60px, 8vh, 100px);
box-sizing: border-box;
}
#hero .hero-container {
display: grid !important;
}
.hero-left {
display: flex;
flex-direction: column;
align-items: flex-start;
position: relative;
z-index: 30;
grid-column: 1;
grid-row: 1;
justify-content: center;
order: unset;
flex: unset;
width: 100%;
}
#hero .hero-left {
display: flex !important;
order: unset !important;
width: 100% !important;
height: auto !important;
top: 0 !important;
transform: none;
padding: 0 !important;
text-align: initial !important;
align-items: flex-start !important;
justify-content: center !important;
}
.hero-tag, .hero-title, .hero-subtitle, .hero-cta, .hero-features {
order: unset;
align-self: auto;
}
.hero-title {
font-size: clamp(4.9rem, 5.2vw, 7rem);
margin: 0 0 clamp(14px, 2vh, 24px) 0 !important;
}
.hero-tag {
font-size: clamp(0.8rem, 0.9vw, 0.95rem);
}
.hero-subtitle {
font-size: clamp(1rem, 1.4vw, 1.2rem);
letter-spacing: 2.5px;
margin-top: clamp(6px, 0.9vh, 12px);
margin-bottom: clamp(26px, 3.4vh, 42px);
}
.hero-cta {
gap: clamp(14px, 1.2vw, 18px);
margin-top: clamp(12px, 1.6vh, 22px);
margin-bottom: clamp(26px, 3.6vh, 46px);
}
.hero-btn-filled, .hero-btn-outline {
font-size: clamp(0.84rem, 0.92vw, 0.92rem);
min-height: 56px;
padding: 0 32px;
letter-spacing: 0.1em;
} .hero-right {
grid-column: 2;
grid-row: 1;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
transform: none;
position: relative;
order: unset;
flex: unset;
}
#hero .hero-right {
grid-column: 2 !important;
grid-row: 1 !important;
order: unset !important;
position: relative !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
width: auto !important;
height: auto !important;
min-height: 0 !important;
margin-top: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
overflow: visible !important;
pointer-events: auto !important;
}
.hero-can {
width: auto;
height: auto;
max-height: min(60vh, 580px);
filter: drop-shadow(-30px 40px 30px rgba(0,0,0,0.6));
margin-bottom: 0;
translate: -60px 30px;
}
@keyframes floatM6 {
0% { transform: rotate(18deg) translateY(0); }
100% { transform: rotate(16deg) translateY(-20px); }
} .hero-bubble {
display: block;
top: 13%;
}
.hero-bubble strong {
font-size: 1.05rem;
} .hero-previews {
position: absolute;
right: 0;
top: 36%;
transform: translateY(-6%);
flex-direction: column;
align-items: center;
gap: 0;
width: auto;
margin-top: 0;
}
.hero-preview:nth-child(1) { width: 80px; height: 80px; margin-bottom: 12px; transform: translateX(14px); }
.hero-preview:nth-child(1):hover { transform: translateX(14px) scale(1.1); }
.hero-preview:nth-child(2) { width: 100px; height: 100px; margin-bottom: 22px; transform: translateX(52px); }
.hero-preview:nth-child(2):hover { transform: translateX(34px) scale(1.1); }
.hero-preview:nth-child(3) { width: 124px; height: 124px; transform: translateX(20px); }
.hero-preview:nth-child(3):hover { transform: translateX(20px) scale(1.1); }
} @media (min-width: 1400px) {
.hero-container {
grid-template-columns: 40% 55%;
padding: 0 clamp(19px, 11.2vw, 100px);
}
.hero-title {
font-size: clamp(5rem, 5.5vw, 7.5rem);
}
.hero-subtitle {
margin-bottom: clamp(36px, 3.2vh, 48px);
}
.hero-cta {
margin-top: clamp(18px, 1.6vh, 26px);
margin-bottom: clamp(34px, 3.4vh, 50px);
}
.hero-can {
width: auto;
height: auto;
max-height: min(65vh, 660px);
translate: -60px 75px;
}
.hero-bubble {
padding: 20px 36px;
}
.hero-bubble strong {
font-size: 1.15rem;
}
} @media (min-width: 1600px) {
.hero-previews {
top: 42%;
}
} @media (min-width: 1800px) {
#hero .hero-container {
grid-template-columns: 50% 65%;
grid-template-rows: 1fr;
gap: clamp(12px, 2vw, 47px);
align-items: start;
height: auto;
padding: clamp(158px, 17.8vh, 205px) clamp(19px, 11.2vw, 18px) clamp(60px, 8vh, 111px);
}
} body[data-hero-layout] {
padding-top: 196px;
background: #071321;
}
body[data-hero-layout] .hero-layout-shell {
--hero-header-offset: 196px;
padding-top: 0;
box-sizing: border-box;
background: #071321;
}
body[data-hero-layout] .hero-layout-shell .hero-layout {
margin-top: 0;
} @media (max-width: 899.98px) {
body[data-hero-layout] .hero-layout-shell {
min-height: 82vh;
}
body[data-hero-layout] .hero-layout-shell .hero-layout {
min-height: 82vh;
}
}
@media (max-width: 1200px) {
body[data-hero-layout] {
padding-top: 208px;
}
body[data-hero-layout] .hero-layout-shell {
--hero-header-offset: 198px;
}
} @media (min-width: 900px) {
body[data-hero-layout] {
padding-top: 0;
}
}
@media (max-width: 899.98px) {
body[data-hero-layout] {
padding-top: 162px;
}
body[data-hero-layout] .hero-layout-shell {
--hero-header-offset: 162px;
}
}
@media (min-width: 768px) and (max-width: 899.98px) {
body[data-hero-layout] {
padding-top: 170px;
}
#hero .hero-container {
padding-top: 56px;
}
}
@media (min-width: 601px) and (max-width: 767.98px) {
body[data-hero-layout] {
padding-top: 138px;
}
#hero .hero-container {
padding-top: 20px;
}
}
@media (max-width: 767.98px) { .hero-bg-propeller {
top: -5%;
left: auto;
right: -20%;
width: 75%;
height: 55%;
opacity: 0.07;
}
#hero .hero-container {
gap: 1px;
padding: 78px 60px 80px;
}
#hero .hero-right {
margin-bottom: 22px !important;
}
#hero .hero-previews {
margin-top: 18px;
gap: 5px;
}
#hero .hero-features {
justify-content: center;
}
#hero .hero-cta {
margin-top: 14px;
margin-bottom: 24px;
}
#hero .hero-btn-filled,
#hero .hero-btn-outline {
min-height: 50px;
}
#hero .hero-features {
flex-direction: unset;
}
}
@media (max-width: 899.98px) {
body[data-hero-layout] .hero-layout-shell {
min-height: auto;
}
body[data-hero-layout] .hero-layout-shell .hero-layout {
min-height: auto;
}
#hero .hero-right {
margin-bottom: 28px !important;
}
#hero .hero-previews {
margin-top: 20px;
right: -15%;
}
#hero .hero-features {
justify-content: center;
}
#hero .hero-cta {
flex-direction: column;
align-items: center;
width: min(100%, 420px);
margin: 24px auto 28px;
padding-top: 18px;
border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#hero .hero-btn-filled,ea
#hero .hero-btn-outline {
width: 100%;
max-width: 420px;
}
}
@media (max-width: 600px) {
body[data-hero-layout] {
padding-top: 96px;
}
body[data-hero-layout] .hero-layout-shell {
--hero-header-offset: 128px;
}
}