.company-page__eyebrow {
position: relative;
width: fit-content;
margin: 0 0 30px;
padding-bottom: 14px;
font-size: 11px;
line-height: 1;
letter-spacing: 0.26em;
text-transform: uppercase;
color: rgba(191, 164, 106, 0.82);
}
.company-page__eyebrow::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 140px;
height: 1px;
background: linear-gradient(
90deg,
rgba(191, 164, 106, 0.95),
rgba(191, 164, 106, 0.18),
transparent
);
} .company-page__eyebrow {
position: relative;
width: fit-content;
margin: 0 0 28px;
padding-bottom: 14px;
font-size: 11px;
line-height: 1;
letter-spacing: 0.26em;
text-transform: uppercase;
color: rgba(191, 164, 106, 0.82);
}
.company-page__eyebrow::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 140px;
height: 1px;
background: linear-gradient(
90deg,
rgba(191, 164, 106, 0.95),
rgba(191, 164, 106, 0.15),
transparent
);
}
.company-hero {
position: relative;
overflow: hidden;
padding: 220px 0 80px; isolation: isolate;
}
.company-hero::before {
content: "";
position: absolute;
inset: 0;
z-index: 0;
background-size: 86px 86px;
opacity: 0.18;
pointer-events: none;
} .company-hero::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 180px;
z-index: 2;
pointer-events: none;
background: linear-gradient(
to bottom,
transparent 0%,
rgba(5, 5, 5, 0.12) 20%,
rgba(5, 5, 5, 0.35) 45%,
rgba(5, 5, 5, 0.65) 70%,
rgba(5, 5, 5, 0.88) 90%,
#050505 100%
);
}
.company-hero__container {
position: relative;
z-index: 3;
max-width: 1320px;
margin: 0 auto;
padding: 0 40px;
display: grid;
grid-template-columns: 0.95fr 1.05fr;
gap: 54px;
align-items: center;
}
.company-hero__content {
position: relative;
z-index: 4;
max-width: 610px;
} .company-hero__title-wrap {
width: fit-content;
}
.company-hero__title-line {
position: relative;
width: fit-content;
overflow: hidden;
}
.company-hero__title {
margin: 0;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 58px;
font-weight: 500;
line-height: 0.98;
letter-spacing: -0.045em;
white-space: nowrap;
}
.company-hero__title--outline {
color: transparent;
-webkit-text-stroke: 1px rgba(245, 242, 236, 0.38);
}
.company-hero__title--fill {
position: absolute;
inset: 0;
color: #f5f2ec;
clip-path: inset(0 100% 0 0);
}
.company-hero__title--outline.company-hero__title--gold {
-webkit-text-stroke: 1px rgba(215, 193, 138, 0.48);
}
.company-hero__title--fill.company-hero__title--gold {
color: var(--color-gold-light);
}
.company-hero__title-line:nth-child(1) .company-hero__title--fill {
animation: companyTitleFill 1.35s cubic-bezier(0.22, 1, 0.36, 1) 0.35s forwards;
}
.company-hero__title-line:nth-child(2) .company-hero__title--fill {
animation: companyTitleFill 1.45s cubic-bezier(0.22, 1, 0.36, 1) 0.85s forwards;
}
.company-hero__title-line:nth-child(3) .company-hero__title--fill {
animation: companyTitleFill 1.5s cubic-bezier(0.22, 1, 0.36, 1) 1.25s forwards;
}
@keyframes companyTitleFill {
to {
clip-path: inset(0 0 0 0);
}
}
.company-hero__text {
position: relative;
max-width: 520px;
margin: 34px 0 0;
padding-top: 24px;
font-size: 15px;
line-height: 1.8;
color: rgba(245, 242, 236, 0.64);
opacity: 0;
transform: translateY(16px);
animation: companyTextIn 0.8s ease 1.75s forwards;
}
.company-hero__text::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 420px;
max-width: 100%;
height: 1px;
background: linear-gradient(
90deg,
rgba(191, 164, 106, 0.7),
rgba(191, 164, 106, 0.12),
transparent
);
}
@keyframes companyTextIn {
to {
opacity: 1;
transform: translateY(0);
}
} .company-hero__media {
position: relative;
width: 100%;
height: 520px;
display: flex;
align-items: center;
justify-content: center;
}
.company-hero__media-glow {
position: absolute;
inset: auto;
width: 78%;
height: 82%;
border-radius: 50%;
background:
radial-gradient(
circle,
rgba(215, 193, 138, 0.13),
rgba(191, 164, 106, 0.07) 38%,
transparent 70%
);
filter: blur(38px);
opacity: 0.9;
pointer-events: none;
}
.company-hero__video-frame {
position: relative;
width: 100%;
height: 100%;
padding: 16px;
border: 1px solid rgba(191, 164, 106, 0.26); box-shadow:
0 40px 120px rgba(0, 0, 0, 0.7),
0 0 90px rgba(191, 164, 106, 0.09),
inset 0 1px 0 rgba(255, 255, 255, 0.045);
opacity: 0;
transform: translateY(26px) scale(0.965);
animation: companyMediaIn 1.25s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}
.company-hero__video-frame::before {
content: "";
position: absolute;
right: -18px;
top: -18px;
z-index: -1;
width: 52%;
height: 52%;
border-top: 1px solid rgba(191, 164, 106, 0.38);
border-right: 1px solid rgba(191, 164, 106, 0.38);
opacity: 0.7;
}
.company-hero__video-frame::after {
content: "";
position: absolute;
left: -18px;
bottom: -18px;
z-index: -1;
width: 52%;
height: 52%;
border-left: 1px solid rgba(191, 164, 106, 0.18);
border-bottom: 1px solid rgba(191, 164, 106, 0.18);
opacity: 0.7;
}
@keyframes companyMediaIn {
to {
opacity: 1;
transform: translateY(0) scale(1);
}
}
.company-hero__video-inner {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
background: #050505;
}
.company-hero__video-inner::before {
content: "";
position: absolute;
inset: -2px;
z-index: 4;
background: #050505;
transform: translateX(0);
will-change: transform;
backface-visibility: hidden;
animation: companyVideoMaskRightToLeft 1.55s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
pointer-events: none;
}
.company-hero__video {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
filter:
saturate(0.88)
contrast(1.06)
brightness(0.86);
opacity: 1;
transform: scale(1.03);
animation: companyVideoSoftScale 1.8s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
}
@keyframes companyVideoMaskRightToLeft {
to {
transform: translateX(-100%);
}
}
@keyframes companyVideoSoftScale {
to {
transform: scale(1);
}
} @media (max-width: 1200px) {
.company-hero {
padding: 135px 0 105px;
}
.company-hero__container {
gap: 50px;
}
.company-hero__title {
font-size: 52px;
}
.company-hero__media {
height: 450px;
}
}
@media (max-width: 980px) {
.company-hero__container {
grid-template-columns: 1fr;
gap: 62px;
}
.company-hero__content {
max-width: 720px;
}
.company-hero__media {
max-width: 760px;
height: 440px;
margin: 0 auto;
}
}
@media (max-width: 768px) {
.company-hero {
padding: 110px 0 86px;
}
.company-hero__container {
padding-left: 20px;
padding-right: 20px;
gap: 52px;
}
.company-page__eyebrow {
font-size: 10px;
letter-spacing: 0.18em;
}
.company-hero__title {
font-size: 42px;
line-height: 1.02;
white-space: normal;
}
.company-hero__text {
font-size: 14px;
line-height: 1.7;
}
.company-hero__media {
height: 350px;
}
.company-hero__video-frame {
padding: 12px;
}
.company-hero__video-frame::before,
.company-hero__video-frame::after {
display: none;
}
}
@media (max-width: 480px) {
.company-hero {
padding: 126px 0 76px;
}
.company-hero__container {
padding-left: 16px;
padding-right: 16px;
gap: 44px;
}
.company-page__eyebrow {
font-size: 9px;
letter-spacing: 0.16em;
}
.company-hero__title {
font-size: 34px;
}
.company-hero__media {
height: 300px;
}
.company-hero__video-frame {
padding: 10px;
}
} .company-sphere {
position: relative;
overflow: hidden;
padding: 110px 0 80px;
}
.company-sphere::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
height: 180px;
z-index: 2;
pointer-events: none;
background: linear-gradient(
to bottom,
#050505 0%,
rgba(5, 5, 5, 0.88) 10%,
rgba(5, 5, 5, 0.65) 30%,
rgba(5, 5, 5, 0.35) 55%,
rgba(5, 5, 5, 0.12) 80%,
transparent 100%
);
}
.company-sphere__container {
max-width: 1320px;
margin: 0 auto;
padding: 0 40px;
}
.company-sphere__card { overflow: visible;
min-height: 560px;
margin-top: 42px;
padding: 70px 74px;
overflow: hidden;
display: grid;
grid-template-columns: minmax(0, 1fr) 430px;
gap: 70px;
align-items: center;
border: none;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.company-sphere__card::before {
display: none;
}
.company-sphere__card::after {
content: "";
position: absolute;
right: 13%;
top: -180px;
width: 720px;
height: 720px;
border-radius: 50%;
border: 1px solid rgba(191, 164, 106, 0.12);
opacity: 0.35;
pointer-events: none;
} .company-sphere__orb {
position: absolute;
left: 134px;
top: 50%;
z-index: 3;
width: 520px;
height: 520px;
border-radius: 50%;
background:
radial-gradient(circle at 74% 20%, rgba(255, 246, 210, 0.95) 0 5px, transparent 7px),
radial-gradient(circle at 68% 24%, rgba(215, 193, 138, 0.44), transparent 12%),
radial-gradient(circle at 34% 44%, rgba(191, 164, 106, 0.92), rgba(111, 90, 52, 0.42) 42%, rgba(5, 5, 5, 0.04) 68%);
box-shadow:
inset -70px -40px 90px rgba(0, 0, 0, 0.72),
inset 44px 28px 80px rgba(215, 193, 138, 0.18),
0 0 110px rgba(191, 164, 106, 0.16);
opacity: 0;
transform: translateY(-50%) scale(0.9);
}
.company-sphere.is-visible .company-sphere__orb {
animation: sphereOrbIn 1.2s ease forwards;
}
.company-sphere__orb::before,
.company-sphere__orb::after {
content: "";
position: absolute;
border-radius: 50%;
border: 1px solid rgba(215, 193, 138, 0.18);
border-right-color: transparent;
border-bottom-color: transparent;
pointer-events: none;
}
.company-sphere__orb::before {
inset: 30px;
transform: rotate(-18deg);
}
.company-sphere__orb::after {
inset: 90px;
opacity: 0.7;
transform: rotate(16deg);
}
.company-sphere__orb-dot {
position: absolute;
top: 120px;
right: 130px;
width: 10px;
height: 10px;
border-radius: 50%;
background: #f5f2ec;
box-shadow:
0 0 20px rgba(255, 255, 255, 0.8),
0 0 40px rgba(191, 164, 106, 0.5);
} .company-sphere__content {
position: relative;
z-index: 2;
max-width: 520px;
padding-left: 80px;
}
.company-sphere__label {
display: block;
margin-bottom: 28px;
font-size: 10px;
line-height: 1;
letter-spacing: 0.28em;
text-transform: uppercase;
color: rgba(191, 164, 106, 0.84);
}
.company-sphere__title {
margin: 0;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 78px;
font-weight: 500;
line-height: 0.88;
letter-spacing: -0.055em;
}
.company-sphere__title span {
display: block;
}
.company-sphere__title span:nth-child(1),
.company-sphere__title span:nth-child(3) {
color: #f5f2ec;
}
.company-sphere__title span:nth-child(2) {
color: var(--color-gold-light);
} .company-sphere__items {
position: relative;
z-index: 20;
display: grid;
gap: 0;
}
.company-sphere__items article {
position: relative;
min-height: 104px;
padding: 0 0 30px 96px;
margin-bottom: 30px;
border-bottom: 1px solid rgba(191, 164, 106, 0.12);
opacity: 0;
transform: translateX(26px);
}
.company-sphere__items article:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.company-sphere.is-visible .company-sphere__items article {
animation: sphereItemIn 0.75s ease forwards 0.35s;
}
.company-sphere.is-visible .company-sphere__items article:nth-child(2) {
animation-delay: 0.52s;
}
.company-sphere.is-visible .company-sphere__items article:nth-child(3) {
animation-delay: 0.69s;
}
.company-sphere.is-visible .company-sphere__items article:nth-child(4) {
animation-delay: 0.86s;
}
.company-sphere__items article::before {
content: "";
position: absolute;
left: 62px;
top: 4px;
width: 1px;
height: 72px;
background: linear-gradient(
180deg,
rgba(191, 164, 106, 0.52),
transparent
);
}
.company-sphere__items article span {
position: absolute;
left: 0;
top: 0;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 42px;
line-height: 0.9;
color: var(--color-gold-light);
}
.company-sphere__items article h3 {
margin: 0 0 10px;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 32px;
font-weight: 500;
line-height: 1;
color: #f5f2ec;
}
.company-sphere__items article p {
max-width: 280px;
margin: 0;
font-size: 12px;
line-height: 1.55;
color: rgba(245, 242, 236, 0.58);
} @keyframes sphereOrbIn {
to {
opacity: 1;
transform: translateY(-50%) scale(1);
}
}
@keyframes sphereItemIn {
to {
opacity: 1;
transform: translateX(0);
}
}
.country-showcase__info,
.country-showcase__block,
.country-showcase__brands {
min-width: 0;
max-width: 100%;
}  @media (max-width: 1100px) {
.company-sphere {
padding: 90px 0 100px;
}
.company-sphere__container {
padding: 0 16px;
max-width: none;
}
.company-sphere__card {
min-height: 720px;
padding: 48px 40px 48px 340px;
display: block;
overflow: hidden;
}
.company-sphere__orb {
left: -200px;
top: 52%;
width: 620px;
height: 620px;
}
.company-sphere__content {
max-width: none;
padding-left: 0;
}
.company-sphere__title {
max-width: none;
font-size: 52px;
line-height: 0.95;
white-space: nowrap;
}
.company-sphere__title span {
display: inline;
}
.company-sphere__title span::after {
content: " ";
}
.company-sphere__title span:last-child::after {
content: "";
}
.company-sphere__items {
max-width: 520px;
margin-top: 52px;
}
.company-sphere__card::after {
right: -360px;
top: 60px;
width: 560px;
height: 560px;
}
}
@media (max-width: 768px) {
.company-sphere {
padding: 84px 0 92px;
}
.company-sphere__card {
min-height: 760px;
padding: 42px 24px 42px 180px;
}
.company-sphere__orb {
left: -220px;
top: 54%;
width: 620px;
height: 620px;
}
.company-sphere__label {
font-size: 9px;
letter-spacing: 0.2em;
}
.company-sphere__title {
font-size: 38px;
white-space: nowrap;
}
.company-sphere__items {
max-width: 420px;
margin-top: 48px;
}
.company-sphere__items article {
min-height: 96px;
padding-left: 64px;
padding-bottom: 24px;
margin-bottom: 24px;
}
.company-sphere__items article span {
font-size: 32px;
}
.company-sphere__items article::before {
left: 44px;
height: 64px;
}
.company-sphere__items article h3 {
font-size: 27px;
}
.company-sphere__items article p {
font-size: 11px;
line-height: 1.55;
}
}
@media (max-width: 480px) {
.company-sphere {
padding: 78px 0 86px;
}
.company-sphere__card {
min-height: 780px;
padding: 38px 18px 38px 115px;
}
.company-sphere__orb {
left: -250px;
top: 55%;
width: 620px;
height: 620px;
box-shadow:
inset -70px -40px 90px rgba(0, 0, 0, 0.72),
inset 44px 28px 80px rgba(215, 193, 138, 0.18),
0 20px 70px rgba(191, 164, 106, 0.12);
}
.company-sphere__label {
margin-bottom: 20px;
font-size: 8px;
letter-spacing: 0.18em;
}
.company-sphere__title {
font-size: 28px;
white-space: nowrap;
}
.company-sphere__items {
max-width: 340px;
margin-top: 44px;
}
.company-sphere__items article {
min-height: 92px;
padding-left: 58px;
padding-bottom: 22px;
margin-bottom: 22px;
}
.company-sphere__items article span {
font-size: 29px;
}
.company-sphere__items article::before {
left: 39px;
height: 58px;
}
.company-sphere__items article h3 {
font-size: 24px;
}
.company-sphere__items article p {
max-width: 210px;
font-size: 10.5px;
}
}
@media (max-width: 430px){
.company-sphere__orb{
width: 520px;
height: 520px;
left: -260px;
top: 300px;
opacity: .45;
}
.company-sphere__orb::before{
opacity: .7;
}
.company-sphere__content{
position: relative;
z-index: 5;
margin-bottom: 40px;
}
.company-sphere__title{
font-size: 52px;
line-height: .92;
max-width: 100%;
}
.company-sphere__title span{
display:block;
}
} .country-showcase {
position: relative;
overflow: hidden;
padding: 130px 0 130px; }
.country-showcase::before {
content: "";
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
background-size: 80px 80px;
opacity: 0.2;
pointer-events: none;
}
.country-showcase__container {
position: relative;
z-index: 1;
max-width: 1320px;
margin: 0 auto;
padding: 0 40px;
}
.country-showcase__head {
max-width: 920px;
margin-bottom: 58px;
}
.country-showcase__title {
margin: 0;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 52px;
font-weight: 500;
line-height: 0.94;
letter-spacing: -0.05em;
}
.country-showcase__title span {
display: block;
}
.country-showcase__title span:first-child {
color: var(--color-white);
}
.country-showcase__title span:last-child {
color: var(--color-gold-light);
}
.country-showcase__tabs {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 42px;
}
.country-showcase__tab {
min-height: 46px;
padding: 0 18px;
border: 1px solid rgba(191, 164, 106, 0.22);
background: rgba(255, 255, 255, 0.02);
font-size: 10px;
line-height: 1;
letter-spacing: 0.16em;
text-transform: uppercase;
color: rgba(245, 242, 236, 0.58);
cursor: pointer;
transition: 0.35s ease;
}
.country-showcase__tab:hover,
.country-showcase__tab.is-active {
color: #050505;
border-color: rgba(191, 164, 106, 0.8);
background: var(--color-gold-light);
transform: translateY(-2px);
}
.country-showcase__panel {
position: relative;
display: grid;
grid-template-columns: 330px minmax(0, 1fr);
gap: 42px;
align-items: start;
min-height: 700px;
padding: 44px;
border: 1px solid rgba(191, 164, 106, 0.26);
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
rgba(5, 5, 5, 0.78);
backdrop-filter: blur(14px);
box-shadow:
0 34px 110px rgba(0, 0, 0, 0.48),
inset 0 1px 0 rgba(255, 255, 255, 0.05);
overflow: hidden;
transition: opacity 0.35s ease, transform 0.35s ease;
}
.country-showcase__panel::before {
content: "";
position: absolute;
right: -240px;
bottom: -260px;
width: 620px;
height: 620px;
border: 1px solid rgba(191, 164, 106, 0.14);
border-radius: 50%;
pointer-events: none;
}
.country-showcase__panel.is-changing {
opacity: 0;
transform: translateY(18px);
}
.country-showcase__passport {
position: sticky;
top: 120px;
align-self: start;
height: 480px;
min-height: 480px;
max-height: 480px;
padding: 30px;
border: 1px solid rgba(191, 164, 106, 0.2);
background:
radial-gradient(circle at 50% 86%, rgba(191, 164, 106, 0.15), transparent 46%),
linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
rgba(10, 10, 10, 0.66);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.country-showcase__index {
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 82px;
line-height: 0.8;
color: rgba(191, 164, 106, 0.72);
}
.country-showcase__passport h3 {
margin: 0 0 14px;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 52px;
font-weight: 500;
line-height: 0.86;
letter-spacing: -0.06em;
color: var(--color-white);
}
.country-showcase__passport p {
margin: 0;
font-size: 11px;
line-height: 1;
letter-spacing: 0.22em;
text-transform: uppercase;
color: rgba(191, 164, 106, 0.78);
}
.country-showcase__summary {
display: grid;
gap: 10px;
margin-top: 32px;
}
.country-showcase__summary div {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 20px;
padding-top: 14px;
border-top: 1px solid rgba(191, 164, 106, 0.14);
}
.country-showcase__summary strong {
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 34px;
font-weight: 500;
line-height: 1;
color:#9b814d;
}
.country-showcase__summary span {
font-size: 9px;
letter-spacing: 0.16em;
text-transform: uppercase;
color: rgba(245, 242, 236, 0.48);
}
.country-showcase__info {
position: relative;
z-index: 1;
display: grid;
gap: 30px;
align-content: start;
min-width: 0;
}
.country-showcase__block {
padding-bottom: 30px;
border-bottom: 1px solid rgba(191, 164, 106, 0.14);
}
.country-showcase__block:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.country-showcase__label {
margin: 0 0 18px;
font-size: 10px;
line-height: 1;
letter-spacing: 0.22em;
text-transform: uppercase;
color: rgba(191, 164, 106, 0.72);
}
.country-showcase__tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.country-showcase__suppliers {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
}
.country-showcase__brands {
position: relative;
display: flex;
flex-wrap: wrap;
gap: 10px;
} .country-showcase__brands.is-marquee {
display: block;
width: 100%;
max-width: 100%;
min-width: 0;
overflow-x: auto;
overflow-y: hidden;
scroll-behavior: auto;
scrollbar-width: none;
-ms-overflow-style: none;
overscroll-behavior-x: contain;
touch-action: pan-x;
cursor: grab;
user-select: none;
-webkit-user-select: none;
-webkit-overflow-scrolling: touch;
}
.country-showcase__brands-group {
display: flex;
flex-shrink: 0;
gap: 10px;
padding-right: 10px;
}
.country-showcase__brands.is-marquee .country-showcase__brand {
width: 190px;
flex: 0 0 190px;
}  .country-showcase__brands.is-marquee {
position: relative;
display: block;
width: 100%;
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
padding: 6px 0 12px;
cursor: grab;
scrollbar-width: none;
-ms-overflow-style: none;
-webkit-overflow-scrolling: touch; touch-action: pan-x; scroll-behavior: auto !important; -webkit-overflow-scrolling: auto;
overscroll-behavior-x: contain;
user-select: none;
-webkit-user-select: none;
}
.country-showcase__brands.is-marquee::-webkit-scrollbar {
display: none;
}
.country-showcase__brands.is-marquee.is-dragging {
cursor: grabbing;
}
.country-showcase__brands.is-marquee
.country-showcase__brands-track {
display: flex;
width: max-content;
min-width: max-content;
animation: none !important;
transform: none !important;
}
.country-showcase__brands.is-marquee
.country-showcase__brands-group {
display: flex;
flex: 0 0 auto;
align-items: stretch;
width: max-content;
gap: 10px;
padding-right: 10px;
}
.country-showcase__brands.is-marquee
.country-showcase__brand {
flex: 0 0 190px;
width: 190px;
min-width: 190px;
max-width: 190px;
}
.country-showcase__brands.is-marquee img {
pointer-events: none;
user-select: none;
-webkit-user-select: none;
-webkit-user-drag: none;
} .country-showcase__brands.is-marquee::before,
.country-showcase__brands.is-marquee::after {
content: "";
position: sticky;
top: 0;
z-index: 4;
width: 90px;
height: 100%;
pointer-events: none;
} .country-showcase__brands.is-marquee::before {
position: absolute;
left: 0;
background: linear-gradient(
90deg,
#050505 0%,
rgba(5, 5, 5, 0) 100%
);
} .country-showcase__tag {
padding: 10px 14px;
border: 1px solid rgba(191, 164, 106, 0.3);
background: rgba(191, 164, 106, 0.08);
font-size: 11px;
line-height: 1;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(245, 242, 236, 0.82);
}
.country-showcase__supplier {
width: auto;
min-width: 0;
min-height: 76px;
}
.country-showcase__supplier strong {
display: block;
margin-bottom: 8px;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 24px;
font-weight: 600;
line-height: 1;
color: var(--color-white);
}
.country-showcase__supplier span {
font-size: 9px;
line-height: 1.35;
letter-spacing: 0.14em;
text-transform: uppercase;
color: rgba(245, 242, 236, 0.46);
}
.country-showcase__brand {
width: calc(25% - 8px);
min-width: 0;
min-height: 84px;
padding: 16px;
box-sizing: border-box;
overflow: hidden;
border: 1px solid rgba(191, 164, 106, 0.18);
background: linear-gradient(
180deg,
rgb(86 72 47 / 49%),
rgba(220, 213, 213, 0.015)
);
display: flex;
align-items: center;
justify-content: center;
}
.country-showcase__brand img {
display: block;
width: 100%;
max-width: 100%;
height: auto;
max-height: 56px;
object-fit: contain;
object-position: center;
filter: none;
opacity: 1;
transition:
transform 0.35s ease,
filter 0.35s ease;
}
.country-showcase__brand:hover{
transform: translateY(-4px);
border-color: rgba(191,164,106,.45);
background:
linear-gradient(
180deg,
rgba(191,164,106,.08),
rgba(191,164,106,.03)
);
box-shadow:
0 14px 34px rgba(0,0,0,.45),
0 0 22px rgba(191,164,106,.12);
}
.country-showcase__brand:hover img {
transform: scale(1.05);
}
@media (max-width: 1100px) {
.country-showcase__panel {
grid-template-columns: 1fr;
}
.country-showcase__passport {
min-height: 320px;
margin-bottom: 90px;
}
} @media (max-width: 768px) {
.country-showcase {
padding-top: 10px;
padding-bottom: 90px;
}
.country-showcase__container {
padding: 0 16px;
}
.country-showcase__head {
margin-bottom: 36px;
}
.country-showcase__tabs {
flex-wrap: nowrap;
overflow-x: auto;
gap: 8px;
margin-left: -20px;
margin-right: -20px;
padding: 0 20px 12px;
scrollbar-width: none;
}
.country-showcase__tabs::-webkit-scrollbar {
display: none;
}
.country-showcase__tab {
flex: 0 0 auto;
min-height: 42px;
padding: 0 16px;
font-size: 9px;
}
.country-showcase__panel {
display: block;
padding: 0;
border: none;
background: transparent;
box-shadow: none;
backdrop-filter: none;
overflow: visible;
}
.country-showcase__panel::before {
display: none;
}
.country-showcase__passport {
height: auto;
min-height: 0;
max-height: none;
padding: 28px 24px;
margin-bottom: 34px;
}
.country-showcase__index {
font-size: 54px;
margin-bottom: 44px;
}
.country-showcase__passport h3 {
font-size: 48px;
}
.country-showcase__summary {
grid-template-columns: repeat(3, 1fr);
gap: 10px;
margin-top: 28px;
}
.country-showcase__summary div {
display: block;
padding-top: 14px;
}
.country-showcase__summary strong {
display: block;
margin-bottom: 8px;
font-size: 28px;
}
.country-showcase__summary span {
font-size: 7px;
line-height: 1.35;
}
.country-showcase__info {
display: block;
}
.country-showcase__block {
padding-bottom: 32px;
margin-bottom: 32px;
}
.country-showcase__block:last-child {
margin-bottom: 0;
}
.country-showcase__suppliers {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
}
.country-showcase__suppliers::-webkit-scrollbar {
display: none;
}
.country-showcase__supplier {
flex: 0 0 240px;
width: 240px;
}
.country-showcase__brands.is-marquee
.country-showcase__brand {
flex-basis: 150px;
width: 150px;
min-width: 150px;
max-width: 150px;
}
.country-showcase__brands.is-marquee .country-showcase__brand {
flex: 0 0 150px;
width: 150px;
}
.country-showcase__supplier strong {
font-size: 24px;
} .country-showcase__brands::-webkit-scrollbar {
display: none;
}
.country-showcase__brand {
flex: 0 0 150px;
width: 150px;
min-height: 86px;
}
}
@media (max-width: 480px) {
.country-showcase__title {
font-size: 38px;
}
.country-showcase__passport {
padding: 24px 20px;
}
.country-showcase__passport h3 {
font-size: 42px;
}
.country-showcase__supplier {
flex: 0 0 220px;
width: 220px;
}
.country-showcase__brands.is-marquee
.country-showcase__brand {
flex-basis: 138px;
width: 138px;
min-width: 138px;
max-width: 138px;
}
.country-showcase__brands.is-marquee .country-showcase__brand {
flex: 0 0 138px;
width: 138px;
}
} .company-cta {
position: relative;
overflow: hidden;
padding: 130px 0 165px; text-align: center;
}
.company-cta::before,
.company-cta::after {
content: "";
position: absolute;
left: 50%;
width: 760px;
max-width: calc(100% - 40px);
height: 1px;
transform: translateX(-50%); }
.company-cta::before {
top: 0;
}
.company-cta::after {
bottom: 0;
}
.company-cta__container {
position: relative;
z-index: 1;
max-width: 980px;
margin: 0 auto;
padding: 0 40px;
}
.company-cta__container::before {
content: "";
position: absolute;
left: 50%;
top: 52%;
z-index: -1;
width: 520px;
height: 520px;
border-radius: 50%;
border: 1px solid rgba(191, 164, 106, 0.1);
transform: translate(-50%, -50%);
pointer-events: none;
}
.company-cta .company-page__eyebrow {
margin-left: auto;
margin-right: auto;
}
.company-cta .company-page__eyebrow::after {
left: 50%;
transform: translateX(-50%);
}
.company-cta__title {
margin: 0;
font-family: "Cormorant Garamond", Georgia, serif;
font-size: 76px;
font-weight: 500;
line-height: 0.92;
letter-spacing: -0.05em;
}
.company-cta__title span {
display: block;
}
.company-cta__title span:first-child {
color: #f5f2ec;
}
.company-cta__title span:last-child {
color: var(--color-gold-light);
}
.company-cta__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 190px;
height: 58px;
margin-top: 44px;
padding: 0 32px;
border: 1px solid rgba(191, 164, 106, 0.58);
background: var(--color-gold-light);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.16em;
text-transform: uppercase;
color: #050505;
text-decoration: none;
transition: 0.35s ease;
}
.company-cta__button:hover {
background: transparent;
color: #d7c18a;
transform: translateY(-3px);
box-shadow: 0 18px 45px rgba(191, 164, 106, 0.16);
}
@media (max-width: 768px) {
.company-cta {
padding: 100px 0 115px;
}
.company-cta__container {
padding: 0 20px;
}
.company-cta__title {
font-size: 46px;
line-height: 0.98;
}
}
@media (max-width: 480px) {
.company-cta {
padding: 84px 0 96px;
}
.company-cta__container {
padding: 0 16px;
}
.company-cta__container::before{
width: 420px;
height: 420px;
}
.company-cta__title {
font-size: 38px;
}
.company-cta__button {
width: 50%;
}
} .company-hero__content,
.company-hero__video-wrap,
.company-statement__layout,
.company-statement__text,
.country-showcase__head,
.country-showcase__tabs,
.country-showcase__panel,
.company-standards__content,
.company-standards__item,
.company-cta__container {
opacity: 0;
transform: translateY(34px);
}
.is-visible.company-hero .company-hero__content,
.is-visible.company-hero .company-hero__video-wrap,
.is-visible.company-statement .company-statement__layout,
.is-visible.company-statement .company-statement__text,
.is-visible.country-showcase .country-showcase__head,
.is-visible.country-showcase .country-showcase__tabs,
.is-visible.country-showcase .country-showcase__panel,
.is-visible.company-standards .company-standards__content,
.is-visible.company-standards .company-standards__item,
.is-visible.company-cta .company-cta__container {
animation: companyFadeUp 0.9s ease forwards;
}
@keyframes companyFadeUp {
to {
opacity: 1;
transform: translateY(0);
}
}