@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(//bwrergon.pl/wp-content/themes/bwr-ergon/assets/fonts/outfit-latin-ext.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Outfit';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(//bwrergon.pl/wp-content/themes/bwr-ergon/assets/fonts/outfit-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(//bwrergon.pl/wp-content/themes/bwr-ergon/assets/fonts/montserrat-latin-ext.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(//bwrergon.pl/wp-content/themes/bwr-ergon/assets/fonts/montserrat-latin.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} :root {
--ink: #0b1016;
--navy: #0e151d;
--surface: #141d28;
--surface-2: #18222e;
--line: rgba(255, 255, 255, .09);
--line-strong: rgba(255, 255, 255, .16);
--paper: #f4f4f4;
--paper-2: #fff;
--brand: #e21d22;
--brand-deep: #a0363d;
--brand-soft: rgba(226, 29, 34, .12);
--text: #edf1f5;
--text-dim: rgba(237, 241, 245, .62);
--text-faint: rgba(237, 241, 245, .38);
--ink-text: #0e151d;
--ink-dim: rgba(8, 24, 48, .62);
--ff-head: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--ff-body: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--nav-h: 84px;
--gutter: clamp(1.25rem, 4vw, 3.5rem);
--radius: 18px;
--radius-lg: 26px;
--ease: cubic-bezier(.22, 1, .36, 1);
--ease-io: cubic-bezier(.65, 0, .35, 1);
}
*,
*::before,
*::after { box-sizing: border-box; }
html {
scroll-behavior: smooth;
scroll-padding-top: calc(var(--nav-h) + 12px);
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
background: var(--navy);
color: var(--text);
font-family: var(--ff-body);
font-size: 1rem;
line-height: 1.75;
font-weight: 500;
overflow-x: clip;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; } body::after {
content: '';
position: fixed;
inset: 0;
z-index: 300;
pointer-events: none;
opacity: .04;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}
@media (max-width: 900px) {
body::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
body::after { opacity: .025; }
}
img,
picture,
svg { max-width: 100%; display: block; }
h1, h2, h3, h4 {
font-family: var(--ff-head);
font-weight: 600;
line-height: 1.12;
margin: 0;
letter-spacing: -.01em;
}
p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--brand); color: #fff; }
:focus-visible {
outline: 2px solid var(--brand);
outline-offset: 3px;
border-radius: 4px;
} @supports (scrollbar-color: red blue) {
html { scrollbar-color: #2a3644 var(--navy); scrollbar-width: thin; }
} .site-main,
.wp-block-template-part { margin: 0; } .container {
width: min(100% - var(--gutter) * 2, 1280px);
margin-inline: auto;
}
.section {
position: relative;
padding-block: clamp(4.5rem, 9vw, 8.5rem);
overflow: clip;
}
.section--paper {
background: var(--paper);
color: var(--ink-text);
} .section--paper::before,
.section--paper::after {
content: '';
position: absolute;
left: 0;
right: 0;
z-index: 0;
height: var(--cut, clamp(26px, 3vw, 52px));
background: var(--ink);
pointer-events: none;
}
.section--paper::before {
top: 0;
clip-path: polygon(0 0, 100% 0, 0 100%);
}
.section--paper::after {
bottom: 0;
clip-path: polygon(100% 0, 100% 100%, 0 100%);
} .section > .container { position: relative; z-index: 2; }
.section--ink { background: var(--ink); } .shead {
display: flex;
align-items: center;
gap: 1.1rem;
margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.shead--center { justify-content: center; }
.shead__line {
display: block;
height: 2px;
width: 0;
background: var(--brand);
transition: width 1s var(--ease) .1s;
}
.is-in .shead__line { width: clamp(30px, 4.8vw, 59px); }
.shead h2 {
font-size: clamp(1.05rem, 1.6vw, 1.3rem);
font-weight: 500;
letter-spacing: .34em;
text-transform: uppercase;
margin: 0;
padding-left: .34em;
}
.shead__note {
margin-left: auto;
font-size: .8rem;
letter-spacing: .18em;
text-transform: uppercase;
color: var(--text-faint);
}
.section--paper .shead__note { color: var(--ink-dim); } @media (max-width: 720px) {
.shead {
flex-wrap: wrap;
row-gap: .5rem;
}
.shead h2 { white-space: nowrap; }
.shead__note {
flex-basis: 100%;
margin-left: 0;
}
} .btn {
--btn-bg: var(--brand);
--btn-fg: #fff;
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
gap: .8rem;
padding: 1.05rem 1.75rem;
border-radius: 4px;
background: var(--btn-bg);
color: var(--btn-fg);
font-family: var(--ff-head);
font-weight: 700;
font-size: .82rem;
letter-spacing: .14em;
text-transform: uppercase;
line-height: 1;
isolation: isolate;
overflow: hidden;
transition: transform .45s var(--ease), box-shadow .45s var(--ease), background .45s var(--ease), border-color .45s var(--ease);
}
.btn svg {
width: 18px;
height: 18px;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
transition: transform .45s var(--ease);
}
.btn::before {
content: '';
position: absolute;
inset: 0;
z-index: -1;
background: linear-gradient(120deg, rgba(255, 255, 255, .35), transparent 55%);
transform: translateX(-110%);
transition: transform .7s var(--ease);
}
.btn--brand { box-shadow: 0 14px 34px -16px rgba(226, 29, 34, .9); }
.btn--ghost {
--btn-bg: rgba(255, 255, 255, .02);
--btn-fg: #fff;
border: 1px solid rgba(255, 255, 255, .2);
backdrop-filter: blur(6px);
}
.btn--ghost .btn__ico { stroke: none; fill: var(--brand); }
.btn--dark {
--btn-bg: var(--navy);
--btn-fg: #fff;
}
@media (hover: hover) {
.btn:hover { transform: translateY(-2px); }
.btn:hover::before { transform: translateX(110%); }
.btn--brand:hover { background: #f22a30; box-shadow: 0 20px 44px -16px rgba(226, 29, 34, 1); }
.btn--ghost:hover { border-color: var(--brand); background: rgba(226, 29, 34, .1); }
.btn:hover svg:not(.btn__ico) { transform: translateX(4px); }
}
.btn:active { transform: translateY(0) scale(.98); } .js .reveal {
opacity: 0;
transform: translate3d(0, 26px, 0);
transition: opacity .9s var(--ease), transform .9s var(--ease);
transition-delay: calc(var(--rd, 0) * 1ms);
will-change: opacity, transform;
}
.is-in .reveal,
.reveal.is-in {
opacity: 1;
transform: none;
} .mask {
display: block;
overflow: hidden;
padding-bottom: .06em;
}
.mask > span { display: block; }
.js .mask > span {
transform: translate3d(0, 110%, 0);
transition: transform 1.05s var(--ease);
transition-delay: var(--d, 0s);
}
.is-in .mask > span { transform: none; }
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*,
*::before,
*::after {
animation-duration: .01ms !important;
animation-iteration-count: 1 !important;
transition-duration: .01ms !important;
}
.reveal { opacity: 1; transform: none; }
.mask > span { transform: none; }
} .skip {
position: absolute;
left: 1rem;
top: -100px;
z-index: 200;
padding: .8rem 1.3rem;
border-radius: 0 0 12px 12px;
background: var(--brand);
color: #fff;
font-family: var(--ff-head);
font-weight: 600;
transition: top .3s var(--ease);
}
.skip:focus { top: 0; }
.site-header {
position: fixed;
inset: 0 0 auto 0;
z-index: 90;
}
.nav {
position: relative;
z-index: 2; transition: background .5s var(--ease), box-shadow .5s var(--ease), backdrop-filter .5s var(--ease);
}
.nav.is-stuck {
background: rgba(11, 16, 22, .82);
backdrop-filter: blur(14px) saturate(140%);
box-shadow: 0 1px 0 var(--line), 0 18px 40px -30px #000;
}
.nav__progress {
position: absolute;
left: 0;
bottom: 0;
height: 2px;
width: 100%;
transform: scaleX(0);
transform-origin: 0 50%;
background: linear-gradient(90deg, var(--brand), #ff6a3d);
opacity: 0;
transition: opacity .4s var(--ease);
}
.nav.is-stuck .nav__progress { opacity: 1; } @supports (animation-timeline: scroll()) {
.nav__progress {
animation: navProgress linear both;
animation-timeline: scroll(root block);
}
@keyframes navProgress {
from { transform: scaleX(0); }
to { transform: scaleX(1); }
}
}
.nav__inner {
width: min(100% - var(--gutter) * 2, 1440px);
margin-inline: auto;
height: var(--nav-h);
display: flex;
align-items: center;
gap: clamp(1rem, 3vw, 2.5rem);
}
.nav__logo img {
width: clamp(132px, 14vw, 178px);
height: auto;
transition: transform .5s var(--ease);
}
@media (hover: hover) {
.nav__logo:hover img { transform: scale(1.04); }
}
.nav__menu { margin-left: auto; }
.nav__menu ul {
display: flex;
align-items: center;
gap: clamp(1.1rem, 2.4vw, 2.4rem);
list-style: none;
margin: 0;
padding: 0;
}
.nav__menu a {
position: relative;
display: block;
font-family: var(--ff-head);
font-weight: 600;
font-size: .9rem;
letter-spacing: .13em;
text-transform: uppercase;
color: var(--text);
padding: .4rem 0;
}
.nav__menu a::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
height: 2px;
width: 100%;
background: var(--brand);
transform: scaleX(0);
transform-origin: 100% 50%;
transition: transform .5s var(--ease);
}
.nav__menu a.is-active::after,
.nav__menu a:hover::after {
transform: scaleX(1);
transform-origin: 0 50%;
}
.nav__menu a.is-active { color: #fff; }
.nav__call {
display: inline-flex;
align-items: center;
gap: .55rem;
padding: .7rem 1.15rem;
border: 1px solid var(--line-strong);
border-radius: 999px; background: rgba(11, 16, 22, .5);
backdrop-filter: blur(10px) saturate(140%);
font-family: var(--ff-head);
font-weight: 600;
font-size: .9rem;
letter-spacing: .04em;
transition: border-color .4s var(--ease), background .4s var(--ease), transform .4s var(--ease);
}
.nav__call svg {
width: 16px;
height: 16px;
fill: var(--brand);
flex: none;
}
@media (hover: hover) {
.nav__call:hover {
border-color: var(--brand);
background: var(--brand-soft);
transform: translateY(-2px);
}
}
.nav__burger {
display: none;
width: 46px;
height: 46px;
border: 1px solid var(--line-strong);
border-radius: 14px;
background: rgba(11, 16, 22, .5);
backdrop-filter: blur(10px) saturate(140%);
position: relative;
flex: none;
} .nav__burger span {
position: absolute;
left: 50%;
width: 18px;
height: 2px;
background: var(--text);
border-radius: 2px;
transform: translateX(-50%);
transition: transform .45s var(--ease), top .35s var(--ease);
}
.nav__burger span:nth-child(1) { top: 19px; }
.nav__burger span:nth-child(2) { top: 25px; }
.nav__burger[aria-expanded="true"] span:nth-child(1) {
top: 22px;
transform: translateX(-50%) rotate(45deg);
}
.nav__burger[aria-expanded="true"] span:nth-child(2) {
top: 22px;
transform: translateX(-50%) rotate(-45deg);
} .mnav {
position: fixed;
inset: 0;
height: 100dvh;
z-index: 1;
background: radial-gradient(120% 90% at 80% 0%, #16202c 0%, var(--ink) 60%);
pointer-events: auto;
user-select: none;
display: flex;
opacity: 0;
visibility: hidden;
transition: opacity .45s var(--ease), visibility .45s;
}
.mnav[hidden] { display: flex; }
.mnav.is-open {
opacity: 1;
visibility: visible;
}
.mnav__inner {
width: min(100% - 2.5rem, 620px);
margin: auto;
padding-top: calc(var(--nav-h) + 1rem);
padding-bottom: calc(4rem + env(safe-area-inset-bottom));
display: flex;
flex-direction: column;
gap: 2.5rem;
max-height: 100dvh;
overflow-y: auto;
}
.mnav__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
.mnav__list li {
border-bottom: 1px solid var(--line);
opacity: 0;
transform: translateY(18px);
transition: opacity .5s var(--ease), transform .5s var(--ease);
transition-delay: calc(var(--i) * 70ms + 120ms);
}
.mnav.is-open .mnav__list li { opacity: 1; transform: none; }
.mnav__list a {
display: flex;
align-items: baseline;
gap: 1rem;
padding: 1.05rem .2rem;
font-family: var(--ff-head);
font-size: clamp(1.6rem, 8vw, 2.4rem);
font-weight: 600;
text-transform: uppercase;
letter-spacing: .02em;
}
.mnav__list em {
font-style: normal;
font-size: .75rem;
letter-spacing: .2em;
color: var(--brand);
font-family: var(--ff-body);
}
.mnav__foot {
display: flex;
flex-direction: column;
gap: .35rem;
font-size: .95rem;
color: var(--text-dim);
}
.mnav__phone {
font-family: var(--ff-head);
font-size: 1.4rem;
font-weight: 600;
color: var(--text);
}
.mnav__social {
display: flex;
gap: .6rem;
margin-top: 1rem;
}
.mnav__social a {
width: 44px;
height: 44px;
display: grid;
place-items: center;
border: 1px solid var(--line-strong);
border-radius: 50%;
}
.mnav__social svg { width: 20px; height: 20px; fill: var(--text); }
@media (max-width: 980px) {
.nav__menu { display: none; }
.nav__call span { display: none; }
.nav__call { margin-left: auto; padding: .7rem; }
.nav__burger { display: block; }
} .hero {
--hero-ink: #0a0e14;
--values-h: clamp(84px, 10vh, 124px);
position: relative;
min-height: 100svh;
display: flex;
flex-direction: column;
background: var(--hero-ink);
isolation: isolate;
overflow: clip;
} .hero__stage {
position: absolute;
inset: 0 0 var(--values-h) 0;
z-index: -1;
overflow: hidden;
}
.hero__photo {
position: absolute;
inset: 0;
z-index: 1;
}
.hero__photo--lit { z-index: 2; } .hero__vignette {
position: absolute;
inset: 0;
z-index: 3;
pointer-events: none;
background:
radial-gradient(115% 95% at 70% 44%, transparent 42%, rgba(10, 14, 20, .34) 78%, rgba(10, 14, 20, .68) 100%),
linear-gradient(to top, rgba(10, 14, 20, .72), transparent 24%);
}
.hero__photo picture {
position: absolute;
inset: 0;
display: block;
}
.hero__photo img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 74% 44%;
} .hero__photo--dim img {
filter: brightness(.45) saturate(.8) contrast(1.07);
transform: scale(1.04);
} .hero__photo--lit {
opacity: 0;
-webkit-mask-image: radial-gradient(24% 44% at 67.2% 55.9%, #000 0%, #000 46%, rgba(0, 0, 0, .45) 78%, transparent 100%);
mask-image: radial-gradient(24% 44% at 67.2% 55.9%, #000 0%, #000 46%, rgba(0, 0, 0, .45) 78%, transparent 100%);
animation: litIn 2s var(--ease) .35s forwards;
}
.hero__photo--lit img {
filter: brightness(.72) saturate(.94) contrast(1.02);
transform: scale(1.07);
animation: litZoom 3s var(--ease) .35s forwards;
}
@keyframes litIn {
to { opacity: 1; }
}
@keyframes litZoom {
to { transform: scale(1); }
} .hero__hex {
position: absolute;
inset: 0;
z-index: 4;
width: 100%;
height: 100%; filter:
drop-shadow(0 0 2px rgba(255, 190, 130, .9))
drop-shadow(0 0 14px rgba(232, 68, 58, .55))
drop-shadow(0 0 46px rgba(226, 29, 34, .3));
}
.hero__hex polygon:not(.hero__hexInner) {
stroke-dasharray: 100;
stroke-dashoffset: 100;
animation: hexDraw 2.4s var(--ease-io) .3s forwards, hexPulse 7s ease-in-out 3s infinite;
} .hero__hexInner {
opacity: 0;
animation: innerIn 1.4s var(--ease) 1.4s forwards;
}
@keyframes innerIn {
to { opacity: 1; }
}
.hero__hex .is-mobile { display: none; }
@keyframes hexDraw {
to { stroke-dashoffset: 0; }
}
@keyframes hexPulse {
0%, 100% { opacity: 1; }
50% { opacity: .84; }
}
.hero__figure {
position: absolute;
z-index: 5;
left: 72%;
bottom: 0; height: 81%;
width: auto;
max-width: none;
transform: translate3d(-50%, 20px, 0);
opacity: 0;
animation: figureIn 1.5s var(--ease) .5s forwards; filter: brightness(.86) contrast(1.05) saturate(.9) drop-shadow(0 30px 50px rgba(0, 0, 0, .6));
will-change: opacity, transform;
}
@keyframes figureIn {
to {
opacity: 1;
transform: translate3d(-50%, 0, 0);
}
} .hero__mask {
position: absolute;
inset: 0;
z-index: 6;
background: linear-gradient(96deg,
var(--hero-ink) 0%,
var(--hero-ink) 38.6%,
rgba(10, 14, 20, .97) 38.9%,
rgba(10, 14, 20, .62) 45%,
rgba(10, 14, 20, .18) 52%,
rgba(10, 14, 20, 0) 58%);
}
.hero__mask::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(96deg,
transparent 38.5%,
rgba(255, 255, 255, .07) 38.75%,
transparent 39%);
} .hero__dots {
position: absolute;
z-index: 8;
left: 0;
top: 0;
bottom: 0;
width: 16%;
background-image: radial-gradient(rgba(226, 29, 34, .85) 1.2px, transparent 1.2px);
background-size: 16px 16px;
opacity: .5;
-webkit-mask-image: radial-gradient(130% 55% at 0% 78%, #000 0%, transparent 72%);
mask-image: radial-gradient(130% 55% at 0% 78%, #000 0%, transparent 72%);
}  .hero__badge {
position: absolute;
z-index: 7;
right: 4%;
bottom: 5%;
width: clamp(172px, 13vw, 212px);
padding: 1.25rem 1.4rem 1.35rem;
background: rgba(9, 12, 18, .84);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, .07);
border-radius: 6px;
opacity: 0;
transform: translateY(16px);
animation: badgeIn 1s var(--ease) 1.15s forwards;
}
@keyframes badgeIn {
to { opacity: 1; transform: none; }
}
.hero__badgeLabel {
display: block;
font-family: var(--ff-head);
font-size: .66rem;
font-weight: 700;
letter-spacing: .2em;
text-transform: uppercase;
color: var(--brand);
}
.hero__badgeNum {
display: block;
margin-top: .35rem;
font-family: var(--ff-head);
font-size: clamp(2.6rem, 3.4vw, 3.4rem);
font-weight: 900;
line-height: 1;
letter-spacing: -.03em;
color: #fff;
}
.hero__badgeSub {
display: block;
margin-top: .2rem;
font-style: normal;
font-size: .82rem;
color: var(--text-dim);
}
.hero__badgeRule {
display: block;
width: 34px;
height: 2px;
margin-top: .95rem;
background: var(--brand);
} .hero__body {
position: relative;
flex: 1;
width: min(100% - var(--gutter) * 2, 1560px);
margin-inline: auto;
display: flex;
align-items: center;
padding-top: var(--nav-h);
padding-bottom: 1.5rem;
}
.hero__copy {
width: min(100%, 34rem); opacity: calc(1 - var(--sp, 0) * 1.15);
transform: translate3d(0, calc(var(--sp, 0) * -52px), 0);
}
.hero__eyebrow {
display: flex;
align-items: center;
font-family: var(--ff-head);
font-size: .78rem;
font-weight: 500;
letter-spacing: .3em;
text-transform: uppercase;
color: var(--text-dim);
margin-bottom: 1.4rem;
}
.hero__slash {
flex: none;
width: 2px;
height: 20px;
margin-right: 1rem;
background: var(--brand);
transform: skewX(-16deg);
}
.hero__name {
font-size: clamp(3rem, 6.4vw, 6.6rem);
font-weight: 900;
line-height: .86;
letter-spacing: -.045em;
text-transform: uppercase;
color: #fff;
transform: scaleX(.95);
transform-origin: left center;
margin-bottom: 1.7rem;
}
.hero__name .is-red { color: var(--brand); }
.hero__rule {
display: block;
width: 62px;
height: 2px;
background: var(--brand);
margin-bottom: 1.6rem;
transition: width .9s var(--ease) .45s;
}
.js .hero__rule { width: 0; }
.is-in .hero__rule { width: 62px; }
.hero__lead {
font-size: clamp(.98rem, 1.1vw, 1.06rem);
line-height: 1.9;
color: var(--text-dim);
max-width: 44ch;
}
.hero__cta {
display: flex;
flex-wrap: wrap;
gap: .9rem;
margin-top: 2.2rem;
}
.hbtn {
position: relative;
display: inline-flex;
align-items: center;
gap: .8rem;
padding: 1.05rem 1.75rem;
border-radius: 4px;
font-family: var(--ff-head);
font-weight: 700;
font-size: .82rem;
letter-spacing: .14em;
text-transform: uppercase;
line-height: 1;
overflow: hidden;
transition: transform .45s var(--ease), background .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease);
}
.hbtn svg {
width: 18px;
height: 18px;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
transition: transform .45s var(--ease);
}
.hbtn--fill {
background: var(--brand);
color: #fff;
box-shadow: 0 14px 34px -16px rgba(226, 29, 34, .9);
}
.hbtn--ghost {
border: 1px solid rgba(255, 255, 255, .2);
background: rgba(255, 255, 255, .02);
color: #fff;
}
.hbtn--ghost .hbtn__ico { stroke: none; fill: var(--brand); }
@media (hover: hover) {
.hbtn--fill:hover {
background: #f22a30;
transform: translateY(-2px);
box-shadow: 0 20px 42px -16px rgba(226, 29, 34, 1);
}
.hbtn--ghost:hover {
border-color: var(--brand);
background: rgba(226, 29, 34, .1);
transform: translateY(-2px);
}
.hbtn:hover svg:not(.hbtn__ico) { transform: translateX(4px); }
}
.hero__socials {
display: flex;
gap: .75rem;
margin-top: 2.4rem;
} .hsoc {
position: relative;
width: 46px;
height: 46px;
display: grid;
place-items: center;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, .16);
background: rgba(255, 255, 255, .015);
box-shadow: -7px 0 18px -13px rgba(255, 255, 255, .65);
transition: transform .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease), background .45s var(--ease);
} .hsoc::before {
content: '';
position: absolute;
inset: -1px;
border-radius: 50%;
padding: 1px;
background: linear-gradient(102deg, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, .1) 34%, transparent 58%);
-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
-webkit-mask-composite: xor;
mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
mask-composite: exclude;
pointer-events: none;
transition: opacity .45s var(--ease);
}
.hsoc svg {
width: 19px;
height: 19px;
fill: rgba(255, 255, 255, .9);
transition: fill .4s var(--ease);
} .hsoc .hsoc__stroke {
fill: none;
stroke: rgba(255, 255, 255, .9);
stroke-width: 1.6;
transition: stroke .4s var(--ease);
}
.hsoc .hsoc__fill {
fill: rgba(255, 255, 255, .9);
stroke: none;
transition: fill .4s var(--ease);
}
@media (hover: hover) {
.hsoc:hover {
transform: translateY(-3px);
border-color: rgba(255, 255, 255, .38);
background: rgba(255, 255, 255, .05);
box-shadow: -7px 0 22px -11px rgba(255, 255, 255, .8);
}
.hsoc:hover svg { fill: #fff; }
.hsoc:hover .hsoc__stroke { stroke: #fff; }
.hsoc:hover .hsoc__fill { fill: #fff; }
} .hero__swipe { display: none; } .hero__values {
position: relative;
z-index: 2;
height: var(--values-h);
border-top: 1px solid rgba(255, 255, 255, .07);
background: linear-gradient(180deg, rgba(10, 14, 20, .5), var(--hero-ink));
backdrop-filter: blur(4px);
}
.hvals {
list-style: none;
margin: 0;
padding: 0;
height: 100%;
width: min(100% - var(--gutter) * 2, 1560px);
margin-inline: auto;
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
align-items: center;
}
.hvals li {
display: flex;
align-items: center;
gap: 1rem;
height: 56%;
padding-inline: clamp(.7rem, 1.8vw, 1.8rem);
border-left: 1px solid rgba(255, 255, 255, .08);
}
.hvals li:first-child {
border-left: 0;
padding-left: 0;
}
.hvals svg {
flex: none;
width: 32px;
height: 32px;
fill: none;
stroke: rgba(255, 255, 255, .7);
stroke-width: 1.2;
stroke-linecap: round;
stroke-linejoin: round;
}
.hvals span {
font-family: var(--ff-head);
font-size: .8rem;
font-weight: 600;
letter-spacing: .1em;
line-height: 1.45;
text-transform: uppercase;
color: rgba(255, 255, 255, .88);
} @media (max-width: 1200px) {
.hero__copy { width: min(100%, 30rem); }
.hero__badge { right: 4%; bottom: 4%; }
.hvals svg { width: 26px; height: 26px; }
.hvals span { font-size: .72rem; letter-spacing: .06em; }
.hvals li { gap: .7rem; }
} @media (max-width: 900px) {
.hero {
--values-h: auto;
--stage-h: min(50svh, 400px);
min-height: 100svh;
display: flex;
flex-direction: column;
}
.hero__stage {
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: auto;
z-index: 0;
width: 60%;
height: calc(var(--nav-h) + var(--stage-h));
}
.hero__photo img { object-position: 58% 40%; } .hero__photo--lit {
clip-path: polygon(2% 52%, 26% 5%, 88% 5%, 112% 52%, 88% 99%, 26% 99%) !important;
-webkit-mask-image: radial-gradient(46% 46% at 55% 52%, #000 0%, #000 44%, rgba(0, 0, 0, .4) 78%, transparent 100%);
mask-image: radial-gradient(46% 46% at 55% 52%, #000 0%, #000 44%, rgba(0, 0, 0, .4) 78%, transparent 100%);
}
.hero__hex .is-desktop { display: none; }
.hero__hex .is-mobile { display: block; }
.hero__figure {
left: 52%;
height: 78%;
} .hero__mask {
z-index: 3;
background:
linear-gradient(90deg, var(--hero-ink) 0%, rgba(10, 14, 20, .82) 16%, rgba(10, 14, 20, .22) 44%, transparent 66%),
linear-gradient(180deg, var(--hero-ink) 0%, transparent 16%, transparent 74%, var(--hero-ink) 100%);
}
.hero__mask::after { display: none; }
.hero__vignette {
background: radial-gradient(115% 90% at 55% 45%, transparent 36%, rgba(10, 14, 20, .5) 84%, rgba(10, 14, 20, .8) 100%);
}
.hero__dots { display: none; }
.hero__body {
position: relative;
z-index: 2;
flex: 1;
display: block;
padding-top: calc(var(--nav-h) + 1.2rem);
padding-bottom: 1.2rem;
}
.hero__copy { width: 100%; } .hero__intro {
width: 54%;
min-height: calc(var(--stage-h) - 1.2rem);
} .hero__name {
transform: none;
letter-spacing: -.03em;
font-size: clamp(1.72rem, 8.6vw, 2.9rem);
margin-bottom: .85rem;
}
.hero__lead {
font-size: .9rem;
line-height: 1.75;
max-width: none;
}
.hero__cta {
flex-direction: column;
align-items: stretch;
margin-top: 1.6rem;
}
.hbtn { justify-content: center; padding-block: 1.15rem; }
.hero__socials {
margin-top: 1.6rem;
justify-content: center;
}
.hero__badge {
position: relative;
right: auto;
bottom: auto;
width: auto;
margin-top: 1.6rem;
display: flex;
align-items: center;
gap: .9rem;
padding: .95rem 1.2rem;
} .hero__badgeNum { order: 1; margin-top: 0; font-size: 2rem; }
.hero__badgeSub { order: 2; margin-top: 0; }
.hero__badgeLabel { order: 3; margin-left: auto; }
.hero__badgeRule { display: none; } .hero__values { display: none; } .hero__swipe {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
align-items: center;
gap: .55rem;
padding-top: .4rem;
padding-bottom: calc(1.5rem + env(safe-area-inset-bottom));
}
.hero__swipeIco {
display: grid;
place-items: center;
width: 34px;
height: 34px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, .18);
animation: swipeCue 2.2s var(--ease-io) infinite;
}
.hero__swipeIco svg {
width: 16px;
height: 16px;
fill: none;
stroke: var(--brand);
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.hero__swipeTxt {
font-family: var(--ff-head);
font-size: .64rem;
font-weight: 500;
letter-spacing: .26em;
text-transform: uppercase;
color: var(--text-faint);
}
@keyframes swipeCue {
0%, 100% { transform: translateY(0); opacity: .7; }
50% { transform: translateY(6px); opacity: 1; }
}
}
@media (max-width: 420px) {
.hero { --stage-h: min(44svh, 340px); }
.hero__intro { width: 57%; }
.hero__lead { font-size: .86rem; line-height: 1.7; }
}
@media (prefers-reduced-motion: reduce) {
.hero__photo--lit,
.hero__figure,
.hero__badge { opacity: 1; animation: none; transform: none; }
.hero__figure { transform: translateX(-50%); }
.hero__photo--lit img { transform: none; animation: none; }
.hero__hex polygon { stroke-dashoffset: 0; animation: none; }
.hero__rule { transition: none; width: 62px; }
} .offer__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(1.1rem, 2vw, 1.9rem);
}
.ocard {
position: relative;
background: var(--paper-2);
border: 1px solid rgba(14, 21, 29, .08);
border-radius: var(--radius-lg);
padding: 0 0 2rem;
overflow: hidden;
isolation: isolate;
transition: transform .6s var(--ease), box-shadow .6s var(--ease), border-color .6s var(--ease);
} .ocard::before {
content: '';
position: absolute;
inset: 0;
z-index: 2;
pointer-events: none;
opacity: 0;
background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 50%), rgba(226, 29, 34, .1), transparent 62%);
transition: opacity .5s var(--ease);
}
.ocard__media {
position: relative;
aspect-ratio: 4 / 3;
overflow: hidden;
background: #e6e6e6;
}
.ocard__media img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.02);
transition: transform 1.1s var(--ease), filter 1.1s var(--ease);
} .ocard__frame {
position: absolute;
inset: 0;
z-index: 4;
border-radius: var(--radius-lg);
pointer-events: none;
}
.ocard__frame::before,
.ocard__frame::after {
content: '';
position: absolute;
inset: 0;
border: 1px solid var(--brand);
border-radius: inherit;
transition: clip-path .55s var(--ease-io);
}
.ocard__frame::before { clip-path: inset(0 100% 50% 0); }
.ocard__frame::after { clip-path: inset(50% 0 0 100%); }
.ocard__icon {
position: relative;
z-index: 3;
display: grid;
place-items: center;
width: 76px;
height: 76px;
margin: -38px auto 0;
border-radius: 50%;
background: var(--navy);
box-shadow: 0 14px 30px -14px rgba(14, 21, 29, .6);
transition: background .55s var(--ease), transform .55s var(--ease), box-shadow .55s var(--ease);
}
.ocard__icon img {
width: 38px;
height: 38px;
filter: brightness(0) invert(1);
transition: transform .6s var(--ease);
}
.ocard__body {
position: relative;
z-index: 3;
padding: 1.15rem clamp(1.2rem, 2vw, 1.9rem) 0;
text-align: center;
}
.ocard__body h3 {
position: relative;
font-size: clamp(1.08rem, 1.45vw, 1.28rem);
font-weight: 600;
color: var(--ink-text);
margin-bottom: .7rem;
padding-bottom: .7rem;
}
.ocard__body h3 i {
position: absolute;
left: 50%;
bottom: 0;
translate: -50% 0;
display: block;
width: 0;
height: 2px;
background: var(--brand);
transition: width .55s var(--ease) .12s;
}
.ocard__body p {
font-size: .93rem;
line-height: 1.85;
color: var(--ink-dim);
}
@media (hover: hover) {
.ocard:hover {
transform: translateY(-8px);
box-shadow: 0 34px 60px -34px rgba(14, 21, 29, .55);
}
.ocard:hover::before { opacity: 1; }
.ocard:hover .ocard__media img { transform: scale(1.09); }
.ocard:hover .ocard__body h3 i { width: 44px; }
.ocard:hover .ocard__frame::before { clip-path: inset(0 0 50% 0); }
.ocard:hover .ocard__frame::after { clip-path: inset(50% 0 0 0); }
.ocard:hover .ocard__icon {
background: var(--brand);
transform: translateY(-4px) scale(1.06);
box-shadow: 0 18px 34px -14px rgba(226, 29, 34, .8);
}
.ocard:hover .ocard__icon img { transform: rotate(-8deg) scale(1.06); }
}
@media (max-width: 1100px) {
.offer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
.offer__grid { grid-template-columns: 1fr; }
} .about { position: relative; }
.about__glow {
position: absolute;
left: 50%;
top: 8%;
width: min(120vw, 1200px);
aspect-ratio: 2 / 1;
translate: -50% 0;
background: radial-gradient(closest-side, rgba(226, 29, 34, .16), transparent 72%);
filter: blur(20px);
pointer-events: none;
}
.about__grid {
display: grid;
grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
align-items: center;
gap: clamp(2rem, 6vw, 5.5rem);
}
.about__text {
font-size: clamp(1rem, 1.2vw, 1.09rem);
line-height: 1.95;
color: var(--text-dim);
}
.about__text strong {
color: var(--text);
font-weight: 700;
background: linear-gradient(transparent 62%, rgba(226, 29, 34, .28) 0);
} .channels {
list-style: none;
margin: 2.2rem 0 0;
padding: 0;
display: flex;
flex-direction: column;
gap: .55rem;
max-width: 460px;
}
.channel {
position: relative;
display: flex;
align-items: center;
gap: .9rem;
padding: .85rem 1rem;
border: 1px solid var(--line);
border-radius: 14px;
background: rgba(255, 255, 255, .03);
overflow: hidden;
transition: border-color .45s var(--ease), background .45s var(--ease), transform .45s var(--ease);
}
.channel__ico {
flex: none;
width: 42px;
height: 42px;
display: grid;
place-items: center;
border-radius: 12px;
background: var(--surface-2);
transition: background .45s var(--ease);
}
.channel__ico svg { width: 20px; height: 20px; fill: var(--text); transition: fill .45s var(--ease); }
.channel--fb .channel__ico { background: rgba(24, 119, 242, .18); }
.channel--fb .channel__ico svg { fill: #4c9aff; }
.channel--ig .channel__ico { background: rgba(226, 29, 34, .16); }
.channel--ig .channel__ico svg { fill: #ff5f63; }
.channel__txt {
display: flex;
flex-direction: column;
line-height: 1.4;
min-width: 0;
}
.channel__txt strong {
font-family: var(--ff-head);
font-size: 1rem;
font-weight: 600;
color: var(--text);
}
.channel__txt span {
font-size: .8rem;
color: var(--text-faint);
}
.channel__go {
margin-left: auto;
flex: none;
width: 18px;
height: 18px;
fill: none;
stroke: var(--text-faint);
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
transition: stroke .45s var(--ease), transform .45s var(--ease);
}
@media (hover: hover) {
.channel:hover {
border-color: rgba(226, 29, 34, .4);
background: rgba(255, 255, 255, .06);
transform: translateX(4px);
}
.channel:hover .channel__go { stroke: var(--brand); transform: translate(2px, -2px); }
}
.about__phone {
position: relative;
display: grid;
place-items: center;
perspective: 1200px;
}
.about__ring {
position: absolute;
width: min(108%, 460px);
aspect-ratio: 1;
border-radius: 50%;
border: 1px solid var(--line-strong);
background: radial-gradient(circle at 50% 40%, rgba(226, 29, 34, .18), transparent 62%);
animation: ringPulse 8s var(--ease-io) infinite alternate;
}
@keyframes ringPulse {
from { transform: scale(.92); opacity: .55; }
to { transform: scale(1.06); opacity: 1; }
}
.about__device {
position: relative;
width: min(100%, 300px);
transform: rotateX(var(--rx, 6deg)) rotateY(var(--ry, -10deg)) translateZ(0);
transition: transform .5s var(--ease);
animation: floaty 7s var(--ease-io) infinite alternate;
filter: drop-shadow(0 40px 50px rgba(0, 0, 0, .6));
will-change: transform;
}
@keyframes floaty {
from { translate: 0 -10px; }
to { translate: 0 10px; }
}
.about__device img {
width: 100%;
height: auto;
border-radius: 34px;
} .about__glass {
position: absolute;
inset: 3%;
border-radius: 30px;
overflow: hidden;
pointer-events: none;
}
.about__glass::after {
content: '';
position: absolute;
inset: -40%;
background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, .32) 50%, transparent 58%);
transform: translate3d(-60%, -60%, 0);
} .is-in .about__glass::after {
animation: glassSweep 1.5s var(--ease-io) .55s 1 forwards;
}
@keyframes glassSweep {
from { transform: translate3d(-60%, -60%, 0); }
to { transform: translate3d(60%, 60%, 0); }
}
@media (max-width: 900px) {
.about__grid { grid-template-columns: 1fr; }
.about__phone { order: -1; margin-bottom: 1.5rem; }
.about__device { width: min(64%, 240px); animation: none; transform: none; }
.about__ring { animation: none; width: min(86%, 320px); }
} .steps__wrap {
position: relative;
--sgap: clamp(1rem, 2.2vw, 2.2rem);
} .steps__rail {
position: absolute;
left: 29px;
top: 29px;
width: calc(75% + var(--sgap) * .75);
height: 1px;
background: var(--line-strong);
overflow: hidden;
}
.steps__fill {
position: absolute;
inset: 0;
background: linear-gradient(90deg, var(--brand), #ff6a3d);
transform: scaleX(var(--p, 0));
transform-origin: 0 50%;
transition: transform .18s linear;
}
.steps__grid {
position: relative;
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: var(--sgap);
}
.step {
position: relative;
padding-right: 1rem;
} .step__node {
position: relative;
z-index: 2;
display: grid;
place-items: center;
width: 58px;
height: 58px;
border: 0;
clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
background: var(--line-strong);
margin-bottom: 1.6rem;
font-family: var(--ff-head);
font-size: 1.45rem;
font-weight: 700;
line-height: 1;
color: #fff;
transition: background .6s var(--ease), transform .6s var(--ease), color .6s var(--ease);
}
.step__node::before {
content: '';
position: absolute;
inset: 1px;
clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
background: var(--surface);
transition: background .6s var(--ease);
}
.step__node i {
position: relative;
z-index: 1;
font-style: normal;
}
.is-in .step__node { animation: nodePop .8s var(--ease) backwards; }
@keyframes nodePop {
from { transform: scale(.6); opacity: 0; }
}
.step h3 {
font-size: clamp(1.08rem, 1.5vw, 1.32rem);
font-weight: 600;
margin-bottom: .7rem;
}
.step p {
font-size: .92rem;
line-height: 1.85;
color: var(--text-dim);
}
@media (hover: hover) {
.step:hover .step__node {
background: var(--brand);
transform: translateY(-4px);
}
.step:hover .step__node::before { background: var(--brand); }
}
@media (max-width: 900px) { .steps__wrap { --sgap: 2.2rem; }
.steps__rail { display: none; }
.step:not(:last-child)::before,
.step:not(:last-child)::after {
content: '';
position: absolute;
left: 28px;
top: 58px;
bottom: calc(var(--sgap) * -1);
width: 1px;
}
.step:not(:last-child)::before { background: var(--line-strong); } .step:not(:last-child)::after {
background: linear-gradient(180deg, var(--brand), #ff6a3d);
transform: scaleY(clamp(0, calc((var(--p, 0) - var(--seg, 0)) * 3), 1));
transform-origin: 50% 0;
transition: transform .18s linear;
}
.step:nth-child(2)::after { --seg: .3334; }
.step:nth-child(3)::after { --seg: .6667; }
.steps__grid {
grid-template-columns: 1fr;
gap: var(--sgap);
}
.step {
display: grid;
grid-template-columns: 58px 1fr;
column-gap: 1.2rem;
align-items: start;
padding-right: 0;
}
.step__node { margin-bottom: 0; grid-row: span 2; }
} .p404 { --paint-time: 3.1s;
min-height: calc(100svh - var(--nav-h));
display: flex;
align-items: center;
}
.p404__wall {
position: relative;
border-radius: var(--radius);
overflow: hidden;
background:
repeating-linear-gradient(90deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 46px),
repeating-linear-gradient(0deg, rgba(255, 255, 255, .022) 0 1px, transparent 1px 46px),
var(--surface);
border: 1px solid var(--line);
}
.p404__svg {
display: block;
width: 100%;
height: auto;
} .p404__sweep {
stroke-dasharray: 100;
stroke-dashoffset: 100;
animation: paintSweep var(--paint-time) linear forwards;
}
@keyframes paintSweep {
to { stroke-dashoffset: 0; }
}
.p404__num {
font-family: var(--ff-head);
font-size: 210px;
font-weight: 900;
letter-spacing: -.04em;
fill: var(--brand);
} .p404__roller {
transform: translate(30px, 80px);
animation: rollerRun var(--paint-time) linear forwards;
}
@keyframes rollerRun {
0% { transform: translate(30px, 80px); }
33.32% { transform: translate(870px, 80px); }
33.34% { transform: translate(870px, 200px); }
66.65% { transform: translate(30px, 200px); }
66.67% { transform: translate(30px, 320px); }
99% { transform: translate(870px, 320px); opacity: 1; }
100% { transform: translate(940px, 320px); opacity: 0; }
}
.p404__rollerBody {
fill: url(#bwrRollerBody);
stroke: rgba(10, 14, 20, .5);
stroke-width: 2;
}
.p404__rollerArm {
fill: none;
stroke: #aab2bc;
stroke-width: 8;
stroke-linecap: round;
stroke-linejoin: round;
}
.p404__rollerGrip { fill: var(--brand); }
.p404__drops ellipse {
fill: #dedcd5;
opacity: 0;
transform-box: fill-box;
transform-origin: center top;
animation: dropRun .7s var(--ease) forwards;
animation-delay: var(--t, 0s);
} @keyframes dropRun {
0% { opacity: 0; scale: 1 0; }
55% { opacity: 1; scale: 1 1.15; }
100% { opacity: .85; scale: 1 1; }
}
.p404__copy {
margin-top: clamp(2rem, 4vw, 3rem);
max-width: 62ch;
}
.p404__title {
font-size: clamp(1.5rem, 3.4vw, 2.4rem);
font-weight: 700;
margin-bottom: .9rem;
}
.p404__lead {
font-size: clamp(.98rem, 1.2vw, 1.08rem);
line-height: 1.85;
color: var(--text-dim);
}
.p404__cta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: .8rem;
margin-top: clamp(1.6rem, 3vw, 2.2rem);
}
.p404__replay {
display: inline-flex;
align-items: center;
gap: .6rem;
padding: .9rem .4rem;
font-family: var(--ff-head);
font-size: .78rem;
font-weight: 600;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--text-faint);
transition: color .4s var(--ease);
}
.p404__replay svg {
width: 17px;
height: 17px;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
transition: transform .5s var(--ease);
}
@media (hover: hover) {
.p404__replay:hover { color: var(--brand); }
.p404__replay:hover svg { transform: rotate(-180deg); }
} .p404__wall.is-repainting .p404__sweep,
.p404__wall.is-repainting .p404__roller,
.p404__wall.is-repainting .p404__drops ellipse { animation: none; }
@media (max-width: 640px) {
.p404 { min-height: auto; padding-block: clamp(3rem, 12vw, 5rem); }
.p404__num { font-size: 240px; }
} @media (prefers-reduced-motion: reduce) {
.p404__sweep { stroke-dashoffset: 0; animation: none; }
.p404__roller { display: none; }
.p404__drops ellipse { opacity: .85; animation: none; }
.p404__replay { display: none; }
} .gal__filters {
display: flex;
flex-wrap: wrap;
gap: .6rem;
margin-bottom: clamp(1.8rem, 3.5vw, 3rem);
}
.gpill {
display: inline-flex;
align-items: center;
gap: .55rem;
padding: .68rem 1.15rem;
border-radius: 999px;
border: 1px solid var(--line-strong);
background: rgba(255, 255, 255, .03);
color: var(--text-dim);
font-family: var(--ff-head);
font-size: .84rem;
font-weight: 600;
letter-spacing: .1em;
text-transform: uppercase;
line-height: 1;
white-space: nowrap;
transition: color .4s var(--ease), background .4s var(--ease), border-color .4s var(--ease), transform .4s var(--ease);
}
.gpill em {
font-style: normal;
font-size: .68rem;
letter-spacing: .04em;
padding: .18rem .42rem;
border-radius: 6px;
background: rgba(255, 255, 255, .08);
color: var(--text-faint);
transition: background .4s var(--ease), color .4s var(--ease);
}
.gpill.is-active {
background: var(--brand);
border-color: transparent;
color: #fff;
box-shadow: 0 12px 30px -14px rgba(226, 29, 34, .9);
}
.gpill.is-active em { background: rgba(0, 0, 0, .22); color: #fff; }
@media (hover: hover) {
.gpill:not(.is-active):hover {
color: var(--text);
border-color: var(--brand);
transform: translateY(-2px);
}
} .gal__hint { display: none; }
.gal__hint svg {
width: 15px;
height: 15px;
fill: none;
stroke: var(--brand);
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
animation: hintArrow 1.8s var(--ease-io) infinite;
}
@keyframes hintArrow {
0%, 100% { transform: translateX(0); opacity: .6; }
50% { transform: translateX(5px); opacity: 1; }
}
.gal__set[hidden] { display: none; }
.gal__grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: clamp(.5rem, 1vw, .9rem);
}
.gitem {
position: relative;
aspect-ratio: 4 / 5;
border-radius: 14px;
overflow: hidden;
padding: 0;
background: var(--surface);
isolation: isolate;
opacity: 0;
transform: translate3d(0, 20px, 0) scale(.97);
animation: gitemIn .7s var(--ease) forwards;
animation-delay: calc(var(--i, 0) * 45ms);
}
@keyframes gitemIn {
to { opacity: 1; transform: none; }
}
.gitem.is-folded { display: none; }
.gitem img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 1s var(--ease), filter .6s var(--ease);
}
.gitem__mask {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(11, 16, 22, .78), transparent 55%);
opacity: 0;
transition: opacity .5s var(--ease);
}
.gitem__zoom {
position: absolute;
right: .7rem;
bottom: .7rem;
width: 38px;
height: 38px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--brand);
opacity: 0;
transform: translateY(10px) scale(.8);
transition: opacity .45s var(--ease), transform .45s var(--ease);
}
.gitem__zoom svg {
width: 16px;
height: 16px;
fill: none;
stroke: #fff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
@media (hover: hover) {
.gitem:hover img { transform: scale(1.09); }
.gitem:hover .gitem__mask { opacity: 1; }
.gitem:hover .gitem__zoom { opacity: 1; transform: none; }
}
.gitem:focus-visible { outline-offset: 2px; }
.gal__more {
display: flex;
justify-content: center;
margin-top: clamp(1.6rem, 3vw, 2.6rem);
}
@media (max-width: 1100px) {
.gal__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
.gal__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gal__filters {
flex-wrap: nowrap;
overflow-x: auto;
scrollbar-width: none;
margin-inline: calc(var(--gutter) * -1);
padding-inline: var(--gutter);
padding-bottom: .4rem;
margin-bottom: .7rem;
scroll-behavior: smooth;
}
.gal__filters::-webkit-scrollbar { display: none; } .gal__filters.is-scrollable {
-webkit-mask-image: linear-gradient(90deg, #000 82%, transparent 100%);
mask-image: linear-gradient(90deg, #000 82%, transparent 100%);
}
.gal__filters.is-end {
-webkit-mask-image: none;
mask-image: none;
}
.gal__hint.is-on {
display: flex;
align-items: center;
gap: .5rem;
margin: 0 0 clamp(1.4rem, 3vw, 2rem);
font-family: var(--ff-head);
font-size: .68rem;
font-weight: 500;
letter-spacing: .18em;
text-transform: uppercase;
color: var(--text-faint);
transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.gal__hint.is-off {
opacity: 0;
transform: translateY(-4px);
pointer-events: none;
}
} .lb {
position: fixed;
inset: 0;
z-index: 120;
display: grid;
place-items: center;
opacity: 0;
visibility: hidden;
transition: opacity .35s var(--ease), visibility .35s;
}
.lb[hidden] { display: grid; }
.lb.is-open { opacity: 1; visibility: visible; }
.lb__backdrop {
position: absolute;
inset: 0;
background: rgba(6, 9, 13, .9);
backdrop-filter: blur(10px);
}
.lb__stage {
position: relative;
margin: 0;
max-width: min(92vw, 1200px);
max-height: 86dvh;
display: flex;
flex-direction: column;
align-items: center;
gap: .9rem;
}
.lb__stage img {
max-width: 100%;
max-height: 78dvh;
width: auto;
height: auto;
border-radius: 12px;
box-shadow: 0 40px 90px -40px #000;
transform: scale(.94);
opacity: 0;
transition: transform .5s var(--ease), opacity .5s var(--ease);
}
.lb.is-open .lb__stage img { transform: none; opacity: 1; }
.lb__meta {
font-size: .8rem;
letter-spacing: .22em;
text-transform: uppercase;
color: var(--text-faint);
}
.lb__close,
.lb__nav {
position: absolute;
z-index: 2;
width: 52px;
height: 52px;
display: grid;
place-items: center;
border-radius: 50%;
border: 1px solid var(--line-strong);
background: rgba(20, 29, 40, .7);
backdrop-filter: blur(8px);
transition: background .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);
}
.lb__close svg,
.lb__nav svg {
width: 20px;
height: 20px;
fill: none;
stroke: var(--text);
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.lb__close { top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem); }
.lb__nav--prev { left: clamp(.6rem, 3vw, 2rem); top: 50%; translate: 0 -50%; }
.lb__nav--next { right: clamp(.6rem, 3vw, 2rem); top: 50%; translate: 0 -50%; }
@media (hover: hover) {
.lb__close:hover,
.lb__nav:hover { background: var(--brand); border-color: transparent; }
.lb__nav--prev:hover { transform: translateX(-3px); }
.lb__nav--next:hover { transform: translateX(3px); }
} .reviews { overflow: clip; }
.stars { display: flex; gap: .18rem; }
.stars svg {
width: 17px;
height: 17px;
fill: #f5a623;
}
.avatar {
flex: none;
width: 40px;
height: 40px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--navy);
color: #fff;
font-family: var(--ff-head);
font-size: 1rem;
font-weight: 700;
line-height: 1;
}
.avatar--lg { width: 54px; height: 54px; font-size: 1.35rem; } .rhero {
position: relative;
margin: 0 0 clamp(2rem, 4vw, 3.2rem);
padding: clamp(1.8rem, 4vw, 3rem);
background: var(--paper-2);
border: 1px solid rgba(14, 21, 29, .08);
border-radius: var(--radius-lg);
display: grid;
grid-template-columns: minmax(0, .28fr) minmax(0, .72fr);
gap: clamp(1.5rem, 4vw, 3.5rem);
align-items: center;
overflow: hidden;
}
.rhero__mark {
position: absolute;
right: clamp(1rem, 3vw, 2.5rem);
bottom: -4.5rem;
font-family: var(--ff-head);
font-size: clamp(9rem, 18vw, 15rem);
font-weight: 900;
line-height: 1;
color: rgba(226, 29, 34, .07);
pointer-events: none;
user-select: none;
}
.rhero__score {
position: relative;
display: flex;
flex-direction: column;
gap: .5rem;
padding-right: clamp(1rem, 3vw, 2.5rem);
border-right: 1px solid rgba(14, 21, 29, .1);
}
.rhero__score strong {
font-family: var(--ff-head);
font-size: clamp(3.2rem, 7vw, 4.6rem);
font-weight: 900;
line-height: .9;
letter-spacing: -.03em;
color: var(--ink-text);
}
.rhero__score span {
font-size: .82rem;
letter-spacing: .1em;
text-transform: uppercase;
color: var(--ink-dim);
}
.rhero__body { position: relative; }
.rhero__body blockquote {
margin: 0 0 1.4rem;
font-family: var(--ff-head);
font-size: clamp(1.15rem, 2vw, 1.6rem);
font-weight: 500;
line-height: 1.55;
color: var(--ink-text);
}
.rhero__body figcaption {
display: flex;
align-items: center;
gap: .9rem;
}
@media (max-width: 820px) {
.rhero { grid-template-columns: 1fr; }
.rhero__score {
flex-direction: row;
align-items: center;
gap: .9rem;
padding-right: 0;
padding-bottom: 1.2rem;
border-right: 0;
border-bottom: 1px solid rgba(14, 21, 29, .1);
flex-wrap: wrap;
}
.rhero__score strong { font-size: 2.8rem; }
.rhero__score span { width: 100%; }
}
.reviews__marquee {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
gap: clamp(.8rem, 1.6vw, 1.2rem);
-webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.reviews__track {
display: flex;
gap: clamp(.8rem, 1.6vw, 1.2rem);
width: max-content;
will-change: transform;
}
.reviews__track--a { animation: marqueeA 58s linear infinite; }
.reviews__track--b { animation: marqueeB 66s linear infinite; }
@keyframes marqueeA {
to { transform: translate3d(-50%, 0, 0); }
}
@keyframes marqueeB {
from { transform: translate3d(-50%, 0, 0); }
to { transform: translate3d(0, 0, 0); }
}
@media (hover: hover) {
.reviews__marquee:hover .reviews__track { animation-play-state: paused; }
} @media (max-width: 900px) {
.reviews__track {
width: 100%;
animation: none;
overflow-x: auto;
overscroll-behavior-x: contain;
scroll-snap-type: x mandatory;
scrollbar-width: none;
padding-inline: var(--gutter);
}
.reviews__track::-webkit-scrollbar { display: none; }
.reviews__track .rcard { scroll-snap-align: center; }
.reviews__track .rcard[aria-hidden="true"] { display: none; }
} @media (prefers-reduced-motion: reduce) {
.reviews__track {
animation: none !important;
transform: none !important;
}
.reviews__track .rcard[aria-hidden="true"] { display: none; }
}
.rcard {
flex: none;
width: clamp(280px, 30vw, 400px);
margin: 0;
padding: 1.7rem 1.7rem 1.5rem;
background: var(--paper-2);
border: 1px solid rgba(14, 21, 29, .08);
border-radius: var(--radius);
display: flex;
flex-direction: column;
gap: .85rem;
transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.rcard blockquote {
margin: 0;
font-size: .95rem;
line-height: 1.8;
color: var(--ink-dim);
}
.rcard__more {
align-self: flex-start;
font-size: .82rem;
font-weight: 600;
color: var(--brand-deep);
border-bottom: 1px solid currentColor;
padding-bottom: 1px;
}
.rcard figcaption {
margin-top: auto;
padding-top: .9rem;
border-top: 1px solid rgba(14, 21, 29, .08);
display: flex;
align-items: center;
gap: .75rem;
}
.rcard__who {
display: flex;
flex-direction: column;
line-height: 1.35;
min-width: 0;
}
.rcard__who strong {
font-family: var(--ff-head);
font-size: 1rem;
color: var(--ink-text);
}
.rcard__who span {
font-size: .8rem;
color: var(--ink-dim);
}
@media (hover: hover) {
.rcard:hover {
transform: translateY(-5px);
box-shadow: 0 28px 50px -30px rgba(14, 21, 29, .45);
}
} .contact__card {
display: grid;
grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
gap: clamp(1.5rem, 3vw, 3rem);
align-items: stretch;
background: var(--surface);
border: 1px solid var(--line);
border-radius: var(--radius-lg);
padding: clamp(1rem, 2vw, 1.6rem);
}
.contact__media {
position: relative;
border-radius: var(--radius);
overflow: hidden;
min-height: min(560px, 68vh);
}
.contact__media img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 12%;
}
.contact__badge {
position: absolute;
left: 1rem;
right: 1rem;
bottom: 1rem;
padding: 1rem 1.2rem;
border-radius: 14px;
background: rgba(11, 16, 22, .72);
backdrop-filter: blur(10px);
border: 1px solid var(--line-strong);
display: flex;
flex-direction: column;
}
.contact__badge span {
font-size: .74rem;
letter-spacing: .24em;
text-transform: uppercase;
color: var(--text-faint);
}
.contact__badge a {
font-family: var(--ff-head);
font-size: clamp(1.3rem, 2.2vw, 1.7rem);
font-weight: 700;
color: #fff;
}
.contact__form { padding: clamp(.6rem, 1.6vw, 1.6rem); }
.contact__logo { width: 220px; height: auto; }
.contact__rule {
display: block;
height: 1px;
width: 120px;
background: var(--line-strong);
margin: 1.1rem 0 1.8rem;
}
.contact__rodo {
margin-top: 1.6rem;
font-size: .74rem;
line-height: 1.8;
color: var(--text-faint);
text-align: justify;
}
.contact__rodo strong { color: var(--text-dim); font-weight: 600; }
.contact__fallbackCta { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.contact__hint {
margin-top: 1rem;
padding: .8rem 1rem;
border: 1px dashed var(--line-strong);
border-radius: 12px;
font-size: .8rem;
color: var(--text-faint);
} .contact__form .frm-fluent-form fieldset {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 1rem;
margin: 0;
padding: 0;
border: 0;
min-inline-size: 0;
}
.contact__form .frm-fluent-form legend { grid-column: 1 / -1; } .contact__form .ff-el-group:has(textarea),
.contact__form .ff_submit_btn_wrapper,
.contact__form div.ff-el-group:nth-of-type(5),
.contact__form div.ff-el-group:nth-of-type(6) {
grid-column: 1 / -1;
}
.fluentform .ff-el-group { margin-bottom: 1rem; }
.fluentform .ff-el-input--label label {
font-family: var(--ff-head);
font-size: .82rem;
font-weight: 600;
letter-spacing: .1em;
text-transform: uppercase;
color: var(--text-dim);
margin-bottom: .45rem;
}
.fluentform .ff-el-form-control {
width: 100%;
padding: .95rem 1.1rem;
background: rgba(255, 255, 255, .04);
border: 1px solid var(--line-strong);
border-radius: 12px;
color: var(--text);
font-family: var(--ff-body);
font-size: .95rem;
line-height: 1.5;
transition: border-color .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}
.fluentform .ff-el-form-control::placeholder { color: var(--text-faint); }
.fluentform .ff-el-form-control:focus {
outline: none;
border-color: var(--brand);
background: rgba(255, 255, 255, .07);
box-shadow: 0 0 0 4px rgba(226, 29, 34, .14);
} .fluentform select.ff-el-form-control option {
background: var(--surface);
color: var(--text);
}
.fluentform textarea.ff-el-form-control { min-height: 130px; resize: vertical; }
.fluentform .ff-el-form-check { margin-bottom: .4rem; }
.fluentform .ff-el-form-check-label {
font-size: .88rem;
color: var(--text-dim);
display: inline-flex;
gap: .5rem;
align-items: flex-start;
} .contact__form .frm-fluent-form .ff-btn-submit {
display: inline-flex;
align-items: center;
justify-content: center;
gap: .6rem;
min-width: 220px;
margin-top: .4rem;
padding: 1.15rem 2.4rem !important;
border: 0 !important;
border-radius: 4px !important;
background: var(--brand) !important;
color: #fff !important;
font-family: var(--ff-head) !important;
font-weight: 700;
font-size: .82rem;
letter-spacing: .14em;
text-transform: uppercase;
line-height: 1;
cursor: pointer;
box-shadow: 0 14px 34px -16px rgba(226, 29, 34, .9);
transition: transform .45s var(--ease), box-shadow .45s var(--ease), background .45s var(--ease);
}
@media (hover: hover) {
.contact__form .frm-fluent-form .ff-btn-submit:hover {
background: #f22a30 !important;
transform: translateY(-2px);
box-shadow: 0 20px 44px -16px rgba(226, 29, 34, 1);
}
} .fluentform .ff-el-form-control:-webkit-autofill,
.fluentform .ff-el-form-control:-webkit-autofill:hover,
.fluentform .ff-el-form-control:-webkit-autofill:focus {
-webkit-text-fill-color: var(--text);
-webkit-box-shadow: 0 0 0 1000px #1b2431 inset;
caret-color: var(--text);
} .fluentform .ff-message-success,
.contact__form .ff_submit_success {
margin-top: 1rem;
padding: 1rem 1.2rem;
border: 1px solid rgba(120, 220, 150, .35);
border-radius: 8px;
background: rgba(120, 220, 150, .1);
color: #b9f0c9;
font-size: .92rem;
}
.fluentform .ff-el-is-error .ff-el-form-control { border-color: var(--brand); }
.fluentform .error-text,
.fluentform .text-danger { color: #ff8a8f; font-size: .82rem; }
.contact__tiles {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: clamp(.8rem, 1.6vw, 1.2rem);
margin-top: clamp(1.6rem, 3vw, 2.4rem);
}
.ctile {
display: block;
padding: 1.7rem 1.4rem;
text-align: center;
background: var(--surface);
border: 1px solid var(--line);
border-radius: var(--radius);
transition: transform .5s var(--ease), border-color .5s var(--ease), background .5s var(--ease);
}
.ctile__ico {
display: grid;
place-items: center;
width: 52px;
height: 52px;
margin: 0 auto 1rem;
border-radius: 50%;
background: rgba(226, 29, 34, .12);
transition: background .5s var(--ease);
}
.ctile__ico svg { width: 22px; height: 22px; fill: var(--brand); }
.ctile h3 {
font-size: 1rem;
font-weight: 600;
margin-bottom: .35rem;
}
.ctile p {
font-size: .88rem;
color: var(--text-dim);
word-break: break-word;
}
.ctile__links a { color: var(--brand); }
@media (hover: hover) {
a.ctile:hover { transform: translateY(-5px); border-color: rgba(226, 29, 34, .35); }
a.ctile:hover .ctile__ico { background: var(--brand); }
a.ctile:hover .ctile__ico svg { fill: #fff; }
.ctile__links a:hover { text-decoration: underline; }
}
@media (max-width: 900px) {
.contact__card { grid-template-columns: 1fr; }
.contact__media { min-height: 260px; }
.contact__tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } .contact__rodo { text-align: left; }
}
@media (max-width: 640px) { .contact__form .frm-fluent-form fieldset { grid-template-columns: 1fr; }
.contact__form .frm-fluent-form .ff-btn-submit { width: 100%; }
}
@media (max-width: 520px) {
.contact__tiles { grid-template-columns: 1fr; }
} .site-footer { display: block; }
.foot {
background: var(--ink);
border-top: 1px solid var(--line);
padding-block: clamp(2.5rem, 5vw, 3.5rem);
padding-bottom: calc(clamp(2.5rem, 5vw, 3.5rem) + env(safe-area-inset-bottom));
}
.foot__inner {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 1.2rem;
text-align: center;
}
.foot__logo img { width: 150px; height: auto; opacity: .9; }
.foot__credit {
font-size: .72rem;
letter-spacing: .08em;
text-transform: uppercase;
color: var(--text-faint);
white-space: nowrap;
}
@media (max-width: 1180px) {
.foot__credit { white-space: normal; max-width: 52ch; }
}
.foot__credit a { color: var(--text-dim); }
.foot__copy { font-size: .8rem; color: var(--text-faint); }
@media (hover: hover) {
.foot__credit a:hover { color: var(--brand); }
}
@media (max-width: 820px) {
.foot__inner { flex-direction: column; }
}
.totop {
position: fixed;
right: clamp(1rem, 2.5vw, 2rem);
bottom: calc(clamp(1rem, 2.5vw, 2rem) + env(safe-area-inset-bottom));
z-index: 70;
width: 48px;
height: 48px;
display: grid;
place-items: center;
border-radius: 50%;
background: var(--brand);
box-shadow: 0 14px 30px -12px rgba(226, 29, 34, .9);
opacity: 0;
visibility: hidden;
transform: translateY(14px);
transition: opacity .45s var(--ease), transform .45s var(--ease), visibility .45s;
}
.totop.is-on { opacity: 1; visibility: visible; transform: none; }
.totop svg {
width: 20px;
height: 20px;
fill: none;
stroke: #fff;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
@media (hover: hover) {
.totop:hover { transform: translateY(-3px); }
}