:root {
--forge-orange: #ff9200;
--forge-orange-deep: #e87d00;
--forge-ink: #111111;
--forge-charcoal: #1b1b1b;
--forge-paper: #f3f1ec;
--forge-white: #ffffff;
--forge-muted: #6c6c6c;
--forge-line: rgba(17, 17, 17, 0.16);
--forge-radius: 18px;
--forge-shell: 1240px;
--forge-header-height: 106px;
}
html {
scroll-behavior: smooth;
scroll-padding-top: 110px;
}
body {
background: var(--forge-paper);
color: var(--forge-ink);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
overflow-x: hidden;
}
body.menu-open {
overflow: hidden;
}
body,
button,
input,
textarea,
select {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
color: inherit;
}
a:hover {
color: inherit;
}
img {
max-width: 100%;
}
.forge-main {
width: 100%;
overflow: hidden;
}
.forge-shell {
width: min(calc(100% - 80px), var(--forge-shell));
margin-inline: auto;
}
.forge-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 22px;
color: var(--forge-orange-deep);
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.18em;
line-height: 1.2;
text-transform: uppercase;
}
.forge-eyebrow::before {
width: 34px;
height: 2px;
background: currentColor;
content: "";
}
.forge-eyebrow--light {
color: var(--forge-orange);
}
.forge-button {
display: inline-flex;
min-height: 56px;
align-items: center;
justify-content: space-between;
gap: 24px;
padding: 0 24px 0 28px;
border: 1px solid var(--forge-orange);
background: var(--forge-orange);
color: var(--forge-ink);
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.04em;
text-decoration: none;
text-transform: uppercase;
transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.forge-button svg,
.forge-text-link svg,
.forge-services__list svg {
width: 20px;
fill: none;
stroke: currentColor;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.6;
}
.forge-button:hover,
.forge-button:focus-visible {
background: var(--forge-white);
color: var(--forge-ink);
transform: translateY(-2px);
}
.forge-button--light {
border-color: var(--forge-white);
background: var(--forge-white);
}
.forge-text-link {
display: inline-flex;
align-items: center;
gap: 12px;
padding-bottom: 5px;
border-bottom: 1px solid currentColor;
font-size: 0.74rem;
font-weight: 800;
letter-spacing: 0.06em;
text-decoration: none;
text-transform: uppercase;
}
.forge-text-link--light {
color: var(--forge-white);
}
.forge-header {
position: absolute;
z-index: 1000;
top: 0;
right: 0;
left: 0;
height: var(--forge-header-height);
border-bottom: 1px solid rgba(255, 255, 255, 0.18);
color: var(--forge-white);
transition: background 200ms ease, height 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.admin-bar .forge-header {
top: 32px;
}
.forge-header.is-scrolled,
.forge-header.is-menu-open {
position: fixed;
height: 82px;
border-bottom-color: rgba(255, 255, 255, 0.1);
background: rgba(8, 8, 8, 0.96);
box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
backdrop-filter: blur(12px);
}
.forge-header__inner {
display: flex;
width: min(calc(100% - 64px), 1440px);
height: 100%;
align-items: center;
justify-content: space-between;
gap: 40px;
margin-inline: auto;
}
.forge-brand,
.forge-brand a,
.forge-brand img {
display: block;
}
.forge-brand {
position: relative;
z-index: 2;
width: 190px;
flex: 0 0 190px;
}
.forge-brand img {
width: auto;
max-width: 190px;
max-height: 72px;
object-fit: contain;
}
.forge-header__drawer {
display: flex;
align-items: center;
gap: clamp(24px, 3.2vw, 54px);
}
.forge-nav__list,
.forge-nav__list ul,
.forge-footer__links,
.forge-footer__legal {
padding: 0;
margin: 0;
list-style: none;
}
.forge-nav__list {
display: flex;
align-items: center;
gap: clamp(20px, 2.2vw, 38px);
}
.forge-nav__list > li {
position: relative;
}
.forge-nav__list a {
position: relative;
display: inline-block;
color: var(--forge-white);
font-size: 0.76rem;
font-weight: 750;
letter-spacing: 0.03em;
text-decoration: none;
text-transform: uppercase;
}
.forge-nav__list > li > a::after {
position: absolute;
right: 0;
bottom: -10px;
left: 0;
height: 2px;
background: var(--forge-orange);
content: "";
opacity: 0;
transform: scaleX(0);
transition: opacity 160ms ease, transform 160ms ease;
}
.forge-nav__list a:hover::after,
.forge-nav__list a:focus-visible::after,
.forge-nav__list .current-menu-item > a::after {
opacity: 1;
transform: scaleX(1);
}
.forge-nav__list ul {
position: absolute;
top: calc(100% + 18px);
left: -18px;
display: none;
width: 220px;
padding: 14px 18px;
background: var(--forge-ink);
box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
}
.forge-nav__list li:hover > ul,
.forge-nav__list li:focus-within > ul {
display: grid;
gap: 12px;
}
.forge-button--header {
min-height: 47px;
gap: 16px;
padding-inline: 20px;
white-space: nowrap;
}
.forge-menu-toggle {
position: relative;
z-index: 2;
display: none;
min-height: 44px;
align-items: center;
gap: 12px;
padding: 0;
border: 0;
background: transparent;
color: var(--forge-white);
}
.forge-menu-toggle__label {
font-size: 0.7rem;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.forge-menu-toggle__icon {
position: relative;
display: block;
width: 27px;
height: 17px;
}
.forge-menu-toggle__icon i {
position: absolute;
right: 0;
display: block;
width: 27px;
height: 2px;
background: currentColor;
transition: top 180ms ease, transform 180ms ease;
}
.forge-menu-toggle__icon i:first-child {
top: 3px;
}
.forge-menu-toggle__icon i:last-child {
top: 13px;
}
.forge-header.is-menu-open .forge-menu-toggle__icon i:first-child {
top: 8px;
transform: rotate(45deg);
}
.forge-header.is-menu-open .forge-menu-toggle__icon i:last-child {
top: 8px;
transform: rotate(-45deg);
}
.forge-hero {
position: relative;
display: grid;
min-height: 820px;
align-items: center;
background-color: #242424;
background-image: var(--forge-hero-image);
background-position: center;
background-size: cover;
color: var(--forge-white);
isolation: isolate;
}
.forge-hero__veil {
position: absolute;
z-index: -1;
inset: 0;
background:
linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.12) 72%),
linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 48%);
}
.forge-hero__content {
padding-top: 80px;
}
.forge-hero h1,
.forge-page-hero h1,
.forge-cta h2 {
max-width: 990px;
margin: 0;
font-size: clamp(3.6rem, 7vw, 7.2rem);
font-weight: 800;
letter-spacing: -0.062em;
line-height: 0.9;
}
.forge-hero__content > p {
max-width: 620px;
margin: 34px 0 0;
color: rgba(255, 255, 255, 0.76);
font-size: 1.05rem;
line-height: 1.7;
}
.forge-hero__actions {
display: flex;
align-items: center;
gap: 32px;
margin-top: 42px;
}
.forge-hero__meta {
position: absolute;
right: 0;
bottom: 0;
left: 0;
border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.forge-hero__meta-inner {
display: flex;
min-height: 92px;
align-items: center;
justify-content: space-between;
gap: 34px;
}
.forge-hero__meta-inner > span {
color: rgba(255, 255, 255, 0.55);
font-size: 0.68rem;
font-weight: 750;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.forge-hero__stats {
display: flex;
align-items: center;
gap: clamp(30px, 5vw, 74px);
}
.forge-hero__stats span {
display: flex;
align-items: baseline;
gap: 8px;
color: rgba(255, 255, 255, 0.62);
font-size: 0.72rem;
text-transform: uppercase;
}
.forge-hero__stats strong {
color: var(--forge-white);
font-size: 1.35rem;
}
.forge-intro,
.forge-services,
.forge-partners,
.forge-archive-grid-section,
.forge-page-copy,
.forge-contact-page {
padding: 120px 0;
background: var(--forge-paper);
}
.forge-section-head {
max-width: 860px;
margin-bottom: 64px;
}
.forge-section-head--center {
margin-inline: auto;
text-align: center;
}
.forge-section-head--center .forge-eyebrow {
justify-content: center;
}
.forge-section-head h2,
.forge-story__content h2,
.forge-footer__lead h2,
.forge-partners__intro h2,
.forge-editorial__content h2,
.forge-contact-page h2 {
margin: 0;
font-size: clamp(2.45rem, 4.7vw, 4.9rem);
font-weight: 800;
letter-spacing: -0.055em;
line-height: 0.98;
}
.forge-section-head > p,
.forge-section-head--center > p {
max-width: 690px;
margin: 26px auto 0;
color: var(--forge-muted);
font-size: 1rem;
line-height: 1.75;
}
.forge-section-head--split {
display: grid;
max-width: none;
grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.55fr);
align-items: end;
gap: 9vw;
}
.forge-section-head--split > p {
margin: 0 0 5px;
}
.forge-feature-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 22px;
}
.forge-feature-card {
min-width: 0;
}
.forge-feature-card:nth-child(even) {
padding-top: 50px;
}
.forge-media {
position: relative;
overflow: hidden;
aspect-ratio: 0.78;
border-radius: var(--forge-radius);
background: var(--forge-charcoal);
}
.forge-media img,
.forge-story__media > img,
.forge-services__media > img,
.forge-product-card > img,
.forge-product-card > a > img,
.forge-archive-card__media img,
.forge-editorial__media img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 450ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.forge-feature-card:hover .forge-media img,
.forge-product-card:hover img,
.forge-archive-card:hover .forge-archive-card__media img {
transform: scale(1.035);
}
.forge-media__number {
position: absolute;
top: 18px;
left: 18px;
display: grid;
width: 42px;
height: 42px;
place-items: center;
border-radius: 50%;
background: var(--forge-orange);
color: var(--forge-ink);
font-size: 0.74rem;
font-weight: 800;
}
.forge-feature-card h3,
.forge-services__list h3,
.forge-process__steps h3,
.forge-partner-grid h3,
.forge-archive-card h2 {
margin: 24px 0 10px;
font-size: 1.25rem;
font-weight: 800;
letter-spacing: -0.025em;
}
.forge-feature-card p,
.forge-services__list p,
.forge-process__steps p,
.forge-partner-grid p,
.forge-archive-card p,
.forge-editorial__content p,
.forge-contact-page p {
color: var(--forge-muted);
line-height: 1.7;
}
.forge-feature-card .forge-text-link {
margin-top: 12px;
}
.forge-story {
display: grid;
min-height: 780px;
grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
background: var(--forge-ink);
color: var(--forge-white);
}
.forge-story__media {
position: relative;
overflow: hidden;
min-height: 620px;
}
.forge-story__stamp {
position: absolute;
right: 0;
bottom: 0;
display: grid;
width: 154px;
height: 154px;
place-content: center;
background: var(--forge-orange);
color: var(--forge-ink);
text-align: center;
}
.forge-story__stamp strong {
font-size: 0.72rem;
letter-spacing: 0.16em;
text-transform: uppercase;
}
.forge-story__stamp span {
font-size: 2.3rem;
font-weight: 800;
}
.forge-story__content {
display: flex;
max-width: 660px;
flex-direction: column;
justify-content: center;
padding: 90px clamp(48px, 7vw, 110px);
}
.forge-story__content p {
max-width: 560px;
margin: 25px 0 0;
color: rgba(255, 255, 255, 0.66);
line-height: 1.7;
}
.forge-story__metrics {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
padding: 35px 0;
margin: 38px 0;
border-top: 1px solid rgba(255, 255, 255, 0.15);
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.forge-story__metrics div {
display: grid;
gap: 8px;
}
.forge-story__metrics strong {
color: var(--forge-orange);
font-size: clamp(1.7rem, 3vw, 2.65rem);
line-height: 1;
}
.forge-story__metrics span {
color: rgba(255, 255, 255, 0.5);
font-size: 0.67rem;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.forge-collection {
padding: 124px 0;
background: var(--forge-charcoal);
color: var(--forge-white);
}
.forge-collection .forge-section-head > p {
color: rgba(255, 255, 255, 0.56);
}
.forge-product-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}
.forge-product-card {
position: relative;
overflow: hidden;
min-height: 480px;
border-radius: var(--forge-radius);
background: #292929;
isolation: isolate;
}
.forge-product-card > a {
position: absolute;
inset: 0;
display: block;
color: var(--forge-white);
text-decoration: none;
}
.forge-product-card__shade {
position: absolute;
z-index: 1;
inset: 0;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.84), transparent 64%);
}
.forge-product-card__number,
.forge-product-card__content {
position: absolute;
z-index: 2;
}
.forge-product-card__number {
top: 22px;
left: 22px;
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.12em;
}
.forge-product-card__content {
right: 28px;
bottom: 26px;
left: 28px;
}
.forge-product-card__content h3 {
margin: 0 0 8px;
font-size: 2rem;
font-weight: 800;
letter-spacing: -0.04em;
}
.forge-product-card__content p {
max-width: 330px;
margin: 0;
color: rgba(255, 255, 255, 0.65);
line-height: 1.55;
}
.forge-services__layout {
display: grid;
grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
align-items: stretch;
gap: 7vw;
}
.forge-services__media {
position: relative;
overflow: hidden;
min-height: 660px;
border-radius: var(--forge-radius);
}
.forge-play {
position: absolute;
right: 28px;
bottom: 28px;
display: grid;
width: 78px;
height: 78px;
place-items: center;
border-radius: 50%;
background: var(--forge-orange);
color: var(--forge-ink);
}
.forge-play svg {
width: 28px;
fill: currentColor;
}
.forge-services__list {
display: flex;
flex-direction: column;
justify-content: center;
}
.forge-services__list article {
display: grid;
grid-template-columns: 44px 1fr 24px;
align-items: center;
gap: 20px;
padding: 31px 0;
border-bottom: 1px solid var(--forge-line);
}
.forge-services__list article:first-child {
border-top: 1px solid var(--forge-line);
}
.forge-services__list article > span {
color: var(--forge-orange-deep);
font-size: 0.72rem;
font-weight: 800;
}
.forge-services__list h3 {
margin: 0 0 5px;
font-size: 1.5rem;
}
.forge-services__list h3 a {
text-decoration: none;
}
.forge-services__list p {
max-width: 510px;
margin: 0;
}
.forge-process {
padding: 120px 0;
background: var(--forge-orange);
}
.forge-process .forge-eyebrow {
color: var(--forge-ink);
}
.forge-process .forge-section-head > p,
.forge-process__steps p {
color: rgba(17, 17, 17, 0.64);
}
.forge-process__steps {
display: grid;
padding: 0;
margin: 0;
grid-template-columns: repeat(5, 1fr);
list-style: none;
}
.forge-process__steps li {
min-height: 230px;
padding: 28px;
border-top: 1px solid rgba(17, 17, 17, 0.35);
border-right: 1px solid rgba(17, 17, 17, 0.22);
}
.forge-process__steps li:last-child {
border-right: 0;
}
.forge-process__steps > li > span {
font-size: 0.72rem;
font-weight: 800;
}
.forge-process__steps h3 {
margin-top: 54px;
font-size: 1.55rem;
}
.forge-partners {
padding-bottom: 130px;
}
.forge-partners__intro {
display: grid;
margin-bottom: 64px;
grid-template-columns: minmax(220px, 0.4fr) minmax(0, 1fr);
align-items: end;
gap: 7vw;
}
.forge-partners__intro h2 {
max-width: 840px;
}
.forge-partner-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
}
.forge-partner-grid article {
min-height: 280px;
padding: 32px;
border: 1px solid var(--forge-line);
border-radius: var(--forge-radius);
background: rgba(255, 255, 255, 0.35);
}
.forge-partner-grid__icon {
display: grid;
width: 54px;
height: 54px;
place-items: center;
border-radius: 50%;
background: var(--forge-ink);
color: var(--forge-orange);
font-size: 0.8rem;
font-weight: 800;
}
.forge-partner-grid h3 {
margin-top: 54px;
font-size: 1.5rem;
}
.forge-certifications {
padding: 54px 0;
border-top: 1px solid var(--forge-line);
background: var(--forge-white);
}
.forge-certifications__inner {
display: grid;
grid-template-columns: 180px 1fr;
align-items: center;
gap: 36px;
}
.forge-certifications__inner > span {
color: var(--forge-muted);
font-size: 0.68rem;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.forge-certifications__logos {
display: grid;
grid-template-columns: repeat(5, 1fr);
align-items: center;
gap: 25px;
}
.forge-certifications__logos strong {
color: #aaa;
font-size: clamp(0.68rem, 1.1vw, 0.88rem);
letter-spacing: 0.08em;
text-align: center;
}
.forge-cta {
padding: 120px 0;
background: var(--forge-orange);
}
.forge-cta .forge-eyebrow {
color: var(--forge-ink);
}
.forge-cta h2 {
max-width: 1050px;
color: var(--forge-ink);
}
.forge-cta .forge-button {
margin-top: 46px;
}
.forge-footer {
padding: 0 0 32px;
background: #090909;
color: var(--forge-white);
}
.forge-footer__lead {
display: grid;
min-height: 300px;
grid-template-columns: 1fr auto;
align-items: center;
gap: 40px;
border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.forge-footer__lead h2 {
max-width: 820px;
}
.forge-circle-link {
display: grid;
width: 104px;
height: 104px;
place-items: center;
border-radius: 50%;
background: var(--forge-orange);
color: var(--forge-ink);
transition: transform 180ms ease;
}
.forge-circle-link:hover {
transform: rotate(8deg) scale(1.04);
}
.forge-circle-link svg {
width: 40px;
fill: none;
stroke: currentColor;
stroke-width: 1.4;
}
.forge-footer__grid {
display: grid;
grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(130px, 0.6fr));
gap: clamp(40px, 7vw, 100px);
padding: 76px 0 66px;
}
.forge-footer__about {
max-width: 390px;
}
.forge-footer__logo,
.forge-footer__logo a,
.forge-footer__logo img {
display: block;
}
.forge-footer__logo img {
width: auto;
max-width: 180px;
max-height: 70px;
}
.forge-footer__about p {
margin: 28px 0;
color: rgba(255, 255, 255, 0.5);
line-height: 1.7;
}
.forge-socials {
display: flex;
gap: 18px;
}
.forge-socials a {
color: var(--forge-white);
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.forge-footer__column h3 {
margin: 0 0 25px;
color: rgba(255, 255, 255, 0.42);
font-size: 0.68rem;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.forge-footer__links {
display: grid;
gap: 14px;
}
.forge-footer__links a,
.forge-footer__contact a {
color: var(--forge-white);
font-size: 0.9rem;
text-decoration: none;
}
.forge-footer__links a:hover,
.forge-footer__contact a:hover {
color: var(--forge-orange);
}
.forge-footer__contact {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 12px;
}
.forge-footer__contact h3 {
margin-bottom: 13px;
}
.forge-footer__contact p {
margin: 8px 0 0;
color: rgba(255, 255, 255, 0.5);
font-size: 0.85rem;
line-height: 1.6;
}
.forge-footer__bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
padding-top: 28px;
border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.forge-footer__bottom p {
margin: 0;
color: rgba(255, 255, 255, 0.42);
font-size: 0.72rem;
}
.forge-footer__legal {
display: flex;
gap: 22px;
}
.forge-footer__legal a {
color: rgba(255, 255, 255, 0.62);
font-size: 0.72rem;
text-decoration: none;
}
.forge-page-hero {
display: flex;
min-height: 590px;
align-items: flex-end;
padding: 190px 0 80px;
background:
radial-gradient(circle at 85% 20%, rgba(255, 146, 0, 0.2), transparent 34%),
linear-gradient(135deg, #101010, #303030);
color: var(--forge-white);
}
.forge-page-hero--compact {
min-height: 450px;
}
.forge-page-hero h1 {
max-width: 1050px;
}
.forge-page-hero p {
max-width: 670px;
margin: 30px 0 0;
color: rgba(255, 255, 255, 0.65);
font-size: 1.05rem;
line-height: 1.7;
}
.forge-editorial {
padding: 120px 0;
background: var(--forge-paper);
}
.forge-editorial__grid {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
align-items: center;
gap: 8vw;
}
.forge-editorial__media {
overflow: hidden;
min-height: 620px;
border-radius: var(--forge-radius);
}
.forge-editorial__content > *:first-child {
margin-top: 0;
}
.forge-editorial__content h2 {
margin-bottom: 30px;
}
.forge-editorial__content p {
font-size: 1.03rem;
}
.forge-editorial__content .forge-button {
margin-top: 25px;
}
.forge-page-copy > .forge-shell {
max-width: 920px;
}
.forge-page-copy .forge-post-image {
overflow: hidden;
margin-bottom: 54px;
border-radius: var(--forge-radius);
}
.forge-page-copy .alignwide {
width: min(1120px, calc(100vw - 48px));
max-width: none;
margin-left: 50%;
transform: translateX(-50%);
}
.forge-page-copy h2,
.forge-page-copy h3 {
font-weight: 800;
letter-spacing: -0.035em;
}
.forge-page-copy p {
color: var(--forge-muted);
line-height: 1.8;
}
.forge-archive-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 70px 28px;
}
.forge-archive-card__media {
display: block;
overflow: hidden;
aspect-ratio: 1 / 1;
margin-bottom: 28px;
border-radius: var(--forge-radius);
background: #292929;
}
.forge-archive-card .forge-eyebrow {
margin-bottom: 0;
}
.forge-archive-card h2 {
font-size: 1.75rem;
}
.forge-archive-card h2 a {
text-decoration: none;
}
.forge-archive-card .forge-text-link {
margin-top: 12px;
}
.forge-contact-page__grid {
display: grid;
grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
gap: 10vw;
}
.forge-contact-page aside {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.forge-contact-page aside h2 {
margin-bottom: 34px;
font-size: clamp(2rem, 4vw, 3.6rem);
}
.forge-contact-page aside > a {
margin-bottom: 12px;
font-size: 1.1rem;
font-weight: 750;
}
.forge-contact-page__content {
padding: 56px;
border-radius: var(--forge-radius);
background: var(--forge-white);
}
.forge-contact-page__content h2 {
margin-bottom: 25px;
font-size: clamp(2rem, 3.5vw, 3.2rem);
}
.forge-contact-page__content .forge-button {
margin-top: 20px;
}
.forge-contact-page__content input,
.forge-contact-page__content textarea,
.forge-contact-page__content select {
width: 100%;
padding: 14px 0;
border: 0;
border-bottom: 1px solid var(--forge-line);
border-radius: 0;
background: transparent;
}
.forge-contact-page__content input[type="submit"],
.forge-contact-page__content button[type="submit"] {
width: auto;
padding: 16px 24px;
border: 1px solid var(--forge-orange);
background: var(--forge-orange);
font-weight: 800;
text-transform: uppercase;
}
@media (max-width: 1180px) {
.forge-header__inner {
width: min(calc(100% - 40px), 1440px);
}
.forge-brand {
width: 154px;
flex-basis: 154px;
}
.forge-brand img {
max-width: 154px;
}
.forge-header__drawer {
gap: 22px;
}
.forge-nav__list {
gap: 18px;
}
.forge-button--header {
padding-inline: 15px;
}
.forge-feature-grid {
grid-template-columns: repeat(2, 1fr);
gap: 54px 24px;
}
.forge-feature-card:nth-child(even) {
padding-top: 0;
}
.forge-media {
aspect-ratio: 1.08;
}
.forge-product-card {
min-height: 420px;
}
.forge-footer__grid {
grid-template-columns: 1.25fr repeat(3, 0.6fr);
gap: 38px;
}
}
@media (max-width: 991px) {
:root {
--forge-header-height: 82px;
}
.forge-shell {
width: min(calc(100% - 48px), var(--forge-shell));
}
.forge-header__inner {
width: calc(100% - 48px);
}
.forge-menu-toggle {
display: flex;
}
.forge-header__drawer {
position: fixed;
inset: 82px 0 auto;
display: flex;
overflow: auto;
height: calc(100vh - 82px);
height: calc(100dvh - 82px);
flex-direction: column;
align-items: stretch;
justify-content: space-between;
gap: 30px;
padding: 38px 24px 32px;
background: #090909;
opacity: 0;
pointer-events: none;
transform: translateY(-18px);
transition: opacity 180ms ease, transform 180ms ease;
}
.admin-bar .forge-header__drawer {
top: 114px;
height: calc(100dvh - 114px);
}
.forge-header.is-menu-open .forge-header__drawer {
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}
.forge-nav__list {
display: grid;
gap: 0;
}
.forge-nav__list > li {
border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
.forge-nav__list a {
display: block;
padding: 16px 0;
font-size: clamp(1.4rem, 5vw, 2.4rem);
font-weight: 800;
letter-spacing: -0.03em;
text-transform: none;
}
.forge-nav__list > li > a::after {
display: none;
}
.forge-nav__list ul {
position: static;
display: grid;
width: auto;
padding: 0 0 14px 18px;
background: transparent;
box-shadow: none;
}
.forge-nav__list ul a {
padding: 8px 0;
color: rgba(255, 255, 255, 0.6);
font-size: 1rem;
}
.forge-button--header {
justify-content: space-between;
}
.forge-hero {
min-height: 760px;
}
.forge-hero h1 {
max-width: 790px;
font-size: clamp(3.4rem, 10vw, 6rem);
}
.forge-hero__stats span:last-child {
display: none;
}
.forge-story {
grid-template-columns: 1fr;
}
.forge-story__media {
min-height: 560px;
}
.forge-story__content {
max-width: none;
padding: 90px 48px;
}
.forge-product-grid {
grid-template-columns: repeat(2, 1fr);
}
.forge-services__layout {
grid-template-columns: 1fr;
}
.forge-services__media {
min-height: 560px;
}
.forge-process__steps {
grid-template-columns: repeat(3, 1fr);
}
.forge-process__steps li:nth-child(3) {
border-right: 0;
}
.forge-process__steps li:nth-child(n+4) {
border-top-color: rgba(17, 17, 17, 0.22);
}
.forge-partners__intro {
grid-template-columns: 1fr;
}
.forge-footer__grid {
grid-template-columns: 1.3fr repeat(2, 0.7fr);
}
.forge-footer__contact {
grid-column: 2 / -1;
}
.forge-editorial__grid {
grid-template-columns: 1fr;
}
.forge-editorial__media {
min-height: 540px;
}
.forge-archive-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.admin-bar .forge-header {
top: 46px;
}
.admin-bar .forge-header.is-scrolled {
top: 0;
}
.forge-shell,
.forge-header__inner {
width: calc(100% - 32px);
}
.forge-brand,
.forge-brand img {
max-width: 142px;
}
.forge-hero {
min-height: 900px;
align-items: start;
}
.forge-hero__content {
padding: 166px 0 130px;
}
.forge-hero h1,
.forge-page-hero h1,
.forge-cta h2 {
font-size: clamp(3rem, 14.5vw, 4.8rem);
line-height: 0.92;
}
.forge-hero__content > p {
margin-top: 25px;
font-size: 0.94rem;
}
.forge-hero__actions {
align-items: flex-start;
flex-direction: column;
gap: 22px;
margin-top: 30px;
}
.forge-hero__meta-inner {
min-height: 74px;
}
.forge-hero__meta-inner > span,
.forge-hero__stats span:nth-child(n+2) {
display: none;
}
.forge-hero__stats {
width: 100%;
justify-content: space-between;
}
.forge-intro,
.forge-services,
.forge-partners,
.forge-archive-grid-section,
.forge-page-copy,
.forge-contact-page,
.forge-process,
.forge-collection,
.forge-editorial,
.forge-cta {
padding-block: 82px;
}
.forge-section-head {
margin-bottom: 42px;
}
.forge-section-head h2,
.forge-story__content h2,
.forge-footer__lead h2,
.forge-partners__intro h2,
.forge-editorial__content h2,
.forge-contact-page h2 {
font-size: clamp(2.35rem, 11vw, 3.55rem);
}
.forge-section-head--split {
grid-template-columns: 1fr;
gap: 25px;
}
.forge-feature-grid,
.forge-product-grid,
.forge-partner-grid,
.forge-archive-grid {
grid-template-columns: 1fr;
}
.forge-feature-grid {
gap: 48px;
}
.forge-media {
aspect-ratio: 0.95;
}
.forge-story__media {
min-height: 440px;
}
.forge-story__stamp {
width: 116px;
height: 116px;
}
.forge-story__content {
padding: 76px 24px;
}
.forge-story__metrics {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
}
.forge-product-card {
min-height: 470px;
}
.forge-services__media {
min-height: 420px;
}
.forge-services__list article {
grid-template-columns: 34px 1fr;
}
.forge-services__list article > svg {
display: none;
}
.forge-process__steps {
grid-template-columns: 1fr;
}
.forge-process__steps li,
.forge-process__steps li:nth-child(3) {
min-height: auto;
padding: 28px 0;
border-top: 1px solid rgba(17, 17, 17, 0.25);
border-right: 0;
}
.forge-process__steps h3 {
margin-top: 30px;
}
.forge-partners__intro {
gap: 18px;
}
.forge-certifications__inner {
grid-template-columns: 1fr;
}
.forge-certifications__logos {
grid-template-columns: repeat(2, 1fr);
gap: 32px;
}
.forge-footer__lead {
min-height: 330px;
grid-template-columns: 1fr;
align-content: center;
gap: 30px;
}
.forge-circle-link {
width: 76px;
height: 76px;
}
.forge-footer__grid {
grid-template-columns: repeat(2, 1fr);
padding-block: 62px;
}
.forge-footer__about {
grid-column: 1 / -1;
}
.forge-footer__contact {
grid-column: 1 / -1;
}
.forge-footer__bottom {
align-items: flex-start;
flex-direction: column;
}
.forge-page-hero {
min-height: 510px;
padding: 160px 0 64px;
}
.forge-editorial__media {
min-height: 410px;
}
.forge-contact-page__grid {
grid-template-columns: 1fr;
gap: 60px;
}
.forge-contact-page__content {
padding: 34px 24px;
}
} .forge-product-detail {
min-height: 100vh;
padding: 122px 0 100px;
background: #f1f1ef;
}
.single-forge_product .forge-header {
background: #050505;
}
.single-forge_product .forge-main {
overflow: visible;
}
.admin-bar .forge-product-detail {
padding-top: 154px;
}
.forge-product-detail__breadcrumbs {
display: flex;
align-items: center;
gap: 10px;
padding: 0 0 22px;
overflow: hidden;
color: #777;
font-size: 13px;
line-height: 1.4;
white-space: nowrap;
}
.forge-product-detail__breadcrumbs a {
color: var(--forge-ink);
text-decoration: none;
}
.forge-product-detail__breadcrumbs span:last-child {
overflow: hidden;
text-overflow: ellipsis;
}
.forge-product-detail__layout {
display: grid;
grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
align-items: start;
gap: clamp(24px, 3vw, 48px);
}
.forge-product-detail__main,
.forge-product-detail__sidebar {
min-width: 0;
}
.forge-product-detail__sidebar {
align-self: stretch;
}
.forge-product-detail__gallery-card,
.forge-product-detail__content,
.forge-product-detail__sticky {
background: #fff;
}
.forge-product-detail__gallery-card {
padding: clamp(18px, 3vw, 42px);
}
.forge-product-detail__gallery-card .forge-product-gallery__stage {
background: #f4f4f2;
}
.forge-product-detail__content {
padding: clamp(28px, 4vw, 54px);
margin-top: 20px;
color: var(--forge-muted);
}
.forge-product-detail__content > *:first-child {
margin-top: 0;
}
.forge-product-detail__content > *:last-child {
margin-bottom: 0;
}
.forge-product-detail__content h2,
.forge-product-detail__content h3,
.forge-product-detail__content h4 {
margin: 1.5em 0 0.55em;
color: var(--forge-ink);
font-weight: 800;
letter-spacing: -0.025em;
}
.forge-product-detail__content p,
.forge-product-detail__content li {
font-size: clamp(15px, 1.04vw, 17px);
line-height: 1.75;
}
.forge-product-detail__sticky {
position: sticky;
top: 104px;
padding: clamp(28px, 3.5vw, 52px);
box-shadow: 0 18px 55px rgba(0, 0, 0, 0.06);
}
.admin-bar .forge-product-detail__sticky {
top: 136px;
}
.forge-product-detail__sticky h1 {
margin: 0 0 22px;
font-size: clamp(30px, 3.1vw, 50px);
line-height: 0.98;
letter-spacing: -0.05em;
overflow-wrap: anywhere;
}
.forge-product-detail__summary {
margin: 0;
color: var(--forge-muted);
font-size: clamp(15px, 1.08vw, 17px);
line-height: 1.7;
}
.forge-product-detail__meta {
display: grid;
gap: 8px;
padding: 22px 0;
margin-top: 26px;
border-top: 1px solid rgba(17, 17, 17, 0.12);
border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}
.forge-product-detail__meta span {
color: #8a8a8a;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.forge-product-detail__meta strong {
color: var(--forge-ink);
font-size: 15px;
line-height: 1.5;
}
.forge-product-detail__quote-button {
display: flex;
width: 100%;
min-height: 58px;
align-items: center;
justify-content: center;
gap: 10px;
padding: 12px 22px;
margin-top: 28px;
border: 0;
background: var(--forge-orange);
color: #fff;
font-size: 14px;
font-weight: 800;
letter-spacing: 0.015em;
transition: background 180ms ease, transform 180ms ease;
}
.forge-product-detail__quote-button svg {
width: 20px;
fill: none;
stroke: currentColor;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.8;
}
.forge-product-detail__quote-button:hover,
.forge-product-detail__quote-button:focus-visible {
background: var(--forge-orange-deep);
color: #fff;
transform: translateY(-2px);
}
.forge-related-products {
padding: 86px 0 100px;
background: #f7f7f5;
}
.forge-related-products h2 {
margin: 0 0 42px;
font-size: clamp(30px, 3.2vw, 46px);
line-height: 1;
text-align: center;
letter-spacing: -0.04em;
}
.forge-related-products__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 20px;
}
.forge-related-product-card {
min-width: 0;
padding: 12px 12px 20px;
background: #fff;
}
.forge-related-product-card__media {
display: block;
overflow: hidden;
aspect-ratio: 1 / 1;
background: #efefed;
}
.forge-related-product-card__media img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 320ms ease;
}
.forge-related-product-card:hover .forge-related-product-card__media img {
transform: scale(1.035);
}
.forge-related-product-card h3 {
margin: 18px 8px 0;
font-size: clamp(16px, 1.35vw, 20px);
line-height: 1.2;
}
.forge-related-product-card h3 a {
color: var(--forge-ink);
text-decoration: none;
}
.forge-products-archive-hero.has-background-image {
background-position: center;
background-size: cover;
}
@media (max-width: 991px) {
.forge-product-detail {
padding-top: 104px;
}
.admin-bar .forge-product-detail {
padding-top: 134px;
}
.forge-product-detail__layout {
grid-template-columns: 1fr;
}
.forge-product-detail__sticky,
.admin-bar .forge-product-detail__sticky {
position: static;
}
.forge-related-products__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.forge-product-detail {
padding-bottom: 70px;
}
.forge-product-detail__breadcrumbs {
padding-bottom: 16px;
font-size: 12px;
}
.forge-product-detail__gallery-card {
padding: 12px;
}
.forge-product-detail__content {
padding: 26px 20px;
}
.forge-product-detail__sticky {
padding: 28px 22px;
}
.forge-related-products {
padding: 64px 0 74px;
}
.forge-related-products__grid {
grid-template-columns: 1fr;
}
} :root {
--ykh-container: 1320px;
--ykh-wide-container: 1500px;
}
body {
font-size: 15.5px;
}
.ykh-container {
width: min(calc(100% - 52px), var(--ykh-container));
}
.ykh-wide-container {
width: min(calc(100% - 64px), var(--ykh-wide-container));
margin-inline: auto;
}
.ykh-section {
padding-block: 72px;
}
.ykh-full-section {
width: 100%;
}
.ykh-title {
margin-bottom: 34px;
font-size: clamp(32px, 2.45vw, 40px);
line-height: 1.16;
}
.ykh-strength-card h3 {
font-size: 18px;
}
.ykh-strength-card p,
.ykh-split-heading p,
.ykh-custom-grid p,
.ykh-two-column__content > p,
.ykh-promise__copy p,
.ykh-sustainability__copy p,
.ykh-contact p {
font-size: 14px;
}
.ykh-hero,
.ykh-hero-slider {
position: relative;
display: block;
width: 100%;
height: 100vh;
height: 100svh;
min-height: 680px;
overflow: hidden;
background: #171717;
}
.admin-bar .ykh-hero,
.admin-bar .ykh-hero-slider {
height: calc(100vh - 32px);
height: calc(100svh - 32px);
}
.ykh-hero-slider__slides,
.ykh-hero-slide,
.ykh-hero-slide__media,
.ykh-hero-slide__overlay {
position: absolute;
inset: 0;
}
.ykh-hero-slide {
display: flex;
align-items: center;
color: #fff;
opacity: 0;
pointer-events: none;
transition: opacity 700ms ease;
}
.ykh-hero-slide.is-active {
z-index: 2;
opacity: 1;
pointer-events: auto;
}
.ykh-hero-slide__media {
background-color: #333;
background-image: var(--ykh-slide-image);
background-position: center;
background-size: cover;
transform: scale(1.025);
transition: transform 6500ms linear;
}
.ykh-hero-slide.is-active .ykh-hero-slide__media {
transform: scale(1.075);
}
.ykh-hero-slide__media video {
width: 100%;
height: 100%;
object-fit: cover;
}
.ykh-hero-slide__overlay {
background: rgba(0, 0, 0, var(--ykh-hero-overlay, 0.42));
}
.ykh-hero__content {
position: relative;
z-index: 3;
max-width: 1080px;
padding-top: 72px;
text-align: center;
}
.ykh-hero h1,
.ykh-hero-slide h1 {
max-width: 1000px;
margin-inline: auto;
font-size: clamp(50px, 4.25vw, 72px);
line-height: 1.08;
}
.ykh-hero p,
.ykh-hero-slide p {
max-width: 780px;
margin: 28px auto;
font-size: 15px;
}
.ykh-slider-arrow,
.ykh-carousel__arrow,
.ykh-media-slider__arrow {
position: absolute;
z-index: 10;
top: 50%;
display: grid;
width: 46px;
height: 46px;
place-items: center;
padding: 0;
border: 1px solid rgba(255, 255, 255, 0.7);
border-radius: 50%;
background: rgba(0, 0, 0, 0.28);
color: #fff;
font-size: 30px;
line-height: 1;
transform: translateY(-50%);
transition: background 160ms ease, color 160ms ease;
}
.ykh-slider-arrow:hover,
.ykh-slider-arrow:focus-visible,
.ykh-media-slider__arrow:hover,
.ykh-media-slider__arrow:focus-visible {
background: var(--ykh-orange);
color: #fff;
}
.ykh-slider-arrow--prev {
left: 28px;
}
.ykh-slider-arrow--next {
right: 28px;
}
.ykh-hero-dots,
.ykh-media-slider__dots {
position: absolute;
z-index: 10;
right: 0;
bottom: 30px;
left: 0;
display: flex;
justify-content: center;
gap: 8px;
}
.ykh-hero-dots button,
.ykh-media-slider__dots button {
width: 9px;
height: 9px;
padding: 0;
border: 1px solid #fff;
border-radius: 50%;
background: transparent;
}
.ykh-hero-dots button.is-active,
.ykh-media-slider__dots button.is-active {
background: var(--ykh-orange);
border-color: var(--ykh-orange);
}
.ykh-products {
background: #f4f4f1;
}
.ykh-products .ykh-split-heading {
grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
margin-inline: auto;
}
.ykh-carousel {
position: relative;
width: 100%;
}
.ykh-carousel__viewport {
overflow: hidden;
width: 100%;
}
.ykh-carousel__track {
display: grid;
grid-auto-columns: calc((100% - 48px) / 3);
grid-auto-flow: column;
gap: 24px;
overflow: visible;
scroll-behavior: smooth;
transition: transform 420ms cubic-bezier(0.22, 0.7, 0.18, 1);
}
.ykh-product-card {
min-width: 0;
aspect-ratio: 1 / 1;
}
.ykh-product-card__content {
position: absolute;
z-index: 3;
right: 24px;
bottom: 22px;
left: 24px;
color: #fff;
}
.ykh-product-card__content h3 {
margin: 0;
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
font-size: clamp(19px, 1.6vw, 27px);
font-weight: 400;
}
.ykh-product-card__content p {
overflow: hidden;
max-height: 0;
margin: 7px 0 0;
color: rgba(255, 255, 255, 0.76);
font-size: 12px;
line-height: 1.45;
opacity: 0;
transition: max-height 180ms ease, opacity 180ms ease;
}
.ykh-product-card:hover .ykh-product-card__content p {
max-height: 60px;
opacity: 1;
}
.ykh-carousel__arrow {
top: 50%;
border: 0;
background: var(--ykh-orange);
box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);
}
.ykh-carousel__arrow--prev {
left: 14px;
}
.ykh-carousel__arrow--next {
right: 14px;
}
.ykh-custom {
background: #fff;
}
.ykh-custom-grid {
grid-template-columns: 1.3fr 0.78fr 0.78fr;
grid-template-rows: 250px 250px;
}
.ykh-team {
background: #f5f5f3;
}
.ykh-team .ykh-two-column,
.ykh-process .ykh-two-column,
.ykh-audience .ykh-two-column {
grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
gap: clamp(50px, 6vw, 110px);
}
.ykh-process {
background: #fff;
}
.ykh-audience {
background: #f5f5f3;
}
.ykh-media-slider {
position: relative;
overflow: hidden;
min-height: 560px;
background: #252525;
}
.ykh-media-slider__slides,
.ykh-media-slide {
position: absolute;
inset: 0;
}
.ykh-media-slide {
margin: 0;
opacity: 0;
pointer-events: none;
transition: opacity 450ms ease;
}
.ykh-media-slide.is-active {
opacity: 1;
pointer-events: auto;
}
.ykh-media-slide img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ykh-media-slide figcaption {
position: absolute;
right: 20px;
bottom: 20px;
left: 20px;
color: #fff;
font-size: 13px;
text-shadow: 0 1px 5px #000;
}
.ykh-media-slider__arrow--prev {
left: 18px;
}
.ykh-media-slider__arrow--next {
right: 18px;
}
.ykh-media-slider__dots {
bottom: 18px;
}
.ykh-accordion {
margin-top: 32px;
border-bottom: 1px solid var(--ykh-line);
}
.ykh-accordion__item {
border-top: 1px solid var(--ykh-line);
}
.ykh-accordion__item h3 {
margin: 0;
}
.ykh-accordion__item button {
display: flex;
width: 100%;
min-height: 58px;
align-items: center;
justify-content: space-between;
gap: 25px;
padding: 0;
border: 0;
background: transparent;
color: var(--ykh-text);
font-size: 14px;
font-weight: 700;
text-align: left;
}
.ykh-accordion__item button i {
position: relative;
width: 16px;
height: 16px;
flex: 0 0 16px;
}
.ykh-accordion__item button i::before,
.ykh-accordion__item button i::after {
position: absolute;
top: 7px;
left: 2px;
width: 12px;
height: 2px;
background: currentColor;
content: "";
transition: transform 180ms ease;
}
.ykh-accordion__item button i::after {
transform: rotate(90deg);
}
.ykh-accordion__item.is-open button {
color: var(--ykh-orange);
}
.ykh-accordion__item.is-open button i::after {
transform: rotate(0);
}
.ykh-accordion__panel {
padding: 0 42px 20px 0;
}
.ykh-accordion__panel[hidden] {
display: none;
}
.ykh-accordion__panel p {
margin: 0;
color: var(--ykh-muted);
font-size: 13px;
line-height: 1.75;
}
.ykh-promise {
background: #fff;
}
.ykh-promise__copy {
max-width: 1050px;
}
.ykh-promise-track {
grid-auto-columns: calc((100% - 48px) / 3);
}
.ykh-promise-card {
position: relative;
overflow: hidden;
min-width: 0;
aspect-ratio: 1.35 / 1;
margin: 0;
background: #ddd;
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}
.ykh-promise-card img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ykh-promise-card figcaption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 28px 18px 14px;
background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
color: #fff;
font-size: 13px;
}
.ykh-sustainability__copy {
max-width: 800px;
}
.ykh-contact__grid {
grid-template-columns: minmax(420px, 0.8fr) minmax(0, 1.2fr);
gap: clamp(70px, 9vw, 160px);
}
.ykh-contact-card {
padding: 36px;
}
.ykh-cf7-placeholder {
display: grid;
min-height: 210px;
place-content: center;
gap: 14px;
padding: 24px;
border: 2px dashed #d9d9d9;
background: #fafafa;
}
.ykh-cf7-placeholder strong {
font-size: 18px;
}
.ykh-cf7-placeholder code {
padding: 10px;
background: #eee;
color: #444;
font-size: 11px;
}
.ykh-contact-card .wpcf7 p {
margin-bottom: 12px;
}
.ykh-contact-card .wpcf7 input,
.ykh-contact-card .wpcf7 textarea,
.ykh-contact-card .wpcf7 select {
width: 100%;
padding: 12px;
border: 1px solid #d9d9d9;
border-radius: 0;
background: #fff;
color: #222;
font-size: 13px;
}
.ykh-contact-card .wpcf7 input[type="submit"] {
border-color: var(--ykh-orange);
background: var(--ykh-orange);
color: #111;
font-weight: 700;
}
.forge-footer {
padding-top: 68px;
}
.forge-footer__grid {
grid-template-columns: 1.25fr repeat(4, minmax(130px, 0.72fr));
gap: clamp(38px, 5vw, 80px);
padding-bottom: 58px;
}
.forge-footer__about {
max-width: 380px;
}
.forge-footer__logo img {
max-width: 145px;
max-height: 60px;
}
.forge-footer__about p {
margin-block: 24px;
font-size: 13px;
line-height: 1.8;
}
.forge-socials a {
font-size: 12px;
}
.forge-footer__column h3 {
margin-bottom: 24px;
font-size: 16px;
}
.forge-footer__links {
gap: 12px;
}
.forge-footer__links a,
.forge-footer__contact a {
font-size: 13px;
}
.forge-footer__contact {
gap: 12px;
}
.forge-footer__contact p {
font-size: 13px;
line-height: 1.65;
}
.forge-footer__bottom p {
font-size: 11px;
}
@media (max-width: 1100px) {
.ykh-wide-container {
width: min(calc(100% - 40px), var(--ykh-wide-container));
}
.ykh-hero h1,
.ykh-hero-slide h1 {
font-size: clamp(46px, 5.5vw, 64px);
}
.forge-footer__grid {
grid-template-columns: 1.4fr repeat(2, 1fr);
}
}
@media (max-width: 767px) {
body {
font-size: 14px;
}
.ykh-container,
.ykh-wide-container {
width: calc(100% - 24px);
}
.admin-bar .ykh-hero,
.admin-bar .ykh-hero-slider {
height: calc(100svh - 46px);
}
.ykh-hero,
.ykh-hero-slider {
height: 100svh;
min-height: 620px;
}
.ykh-hero__content {
width: calc(100% - 50px);
padding-top: 60px;
}
.ykh-hero h1,
.ykh-hero-slide h1 {
font-size: clamp(34px, 10vw, 45px);
}
.ykh-hero p,
.ykh-hero-slide p {
font-size: 13px;
}
.ykh-slider-arrow {
top: auto;
bottom: 22px;
width: 36px;
height: 36px;
font-size: 24px;
transform: none;
}
.ykh-slider-arrow--prev {
left: 18px;
}
.ykh-slider-arrow--next {
right: 18px;
}
.ykh-hero-dots {
bottom: 34px;
}
.ykh-section {
padding-block: 56px;
}
.ykh-title {
font-size: 29px;
}
.ykh-products .ykh-split-heading {
grid-template-columns: 1fr;
}
.ykh-carousel__track,
.ykh-promise-track {
grid-auto-columns: calc((100% - 16px) / 3);
gap: 8px;
}
.ykh-product-card {
aspect-ratio: 1 / 1;
}
.ykh-product-card__content {
right: 8px;
bottom: 8px;
left: 8px;
}
.ykh-product-card__content h3 {
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
font-size: 11px;
font-weight: 700;
line-height: 1.2;
}
.ykh-product-card__content p {
display: none;
}
.ykh-carousel__arrow {
width: 32px;
height: 32px;
font-size: 22px;
}
.ykh-carousel__arrow--prev {
left: 4px;
}
.ykh-carousel__arrow--next {
right: 4px;
}
.ykh-custom-grid {
grid-template-rows: 390px auto 230px 230px auto;
}
.ykh-team .ykh-two-column,
.ykh-process .ykh-two-column,
.ykh-audience .ykh-two-column {
grid-template-columns: 1fr;
gap: 38px;
}
.ykh-media-slider {
min-height: 420px;
}
.ykh-process .ykh-two-column__media,
.ykh-audience .ykh-two-column__media {
min-height: 380px;
}
.ykh-audience .ykh-two-column__media {
order: 0;
}
.ykh-accordion__item button {
min-height: 54px;
font-size: 13px;
}
.ykh-promise-card {
aspect-ratio: 0.88 / 1;
}
.ykh-promise-card figcaption {
padding: 24px 8px 8px;
font-size: 9px;
}
.ykh-contact__grid {
grid-template-columns: 1fr;
}
.ykh-contact-card {
padding: 24px 18px;
}
.forge-footer__grid {
grid-template-columns: 1fr 1fr;
}
.forge-footer__about,
.forge-footer__contact {
grid-column: 1 / -1;
}
.forge-footer__about p,
.forge-footer__links a,
.forge-footer__contact a,
.forge-footer__contact p {
font-size: 14px;
}
.forge-footer__column h3 {
font-size: 17px;
}
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
*,
*::before,
*::after {
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
}
} @font-face {
font-family: "Montserrat Local";
src: url(//fit-yellow-mouse.185-181-252-14.cpanel.site/wp-content/themes/understrap-child/assets/fonts/Montserrat-Variable.ttf) format("truetype");
font-style: normal;
font-weight: 100 900;
font-display: swap;
}
:root {
--ykh-orange: #ff8d00;
--ykh-green: #15944a;
--ykh-text: #171717;
--ykh-muted: #6b6b6b;
--ykh-line: #e2e2e2;
--ykh-container: 1180px;
}
body {
background: #fff;
color: var(--ykh-text);
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
font-size: 14px;
line-height: 1.65;
}
body,
button,
input,
textarea,
select {
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
}
.ykh-home {
overflow: hidden;
background: #fff;
}
.ykh-container {
width: min(calc(100% - 40px), var(--ykh-container));
margin-inline: auto;
}
.forge-header {
position: absolute;
height: 72px;
border-bottom: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.44), transparent);
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
}
.forge-header.is-scrolled,
.forge-header.is-menu-open {
height: 64px;
background: rgba(0, 0, 0, 0.94);
box-shadow: 0 3px 14px rgba(0, 0, 0, 0.16);
}
.forge-header__inner {
width: min(calc(100% - 36px), 1230px);
gap: 18px;
}
.forge-brand {
width: 105px;
flex: 0 0 105px;
}
.forge-brand img {
max-width: 105px;
max-height: 48px;
}
.forge-header__drawer {
flex: 1;
justify-content: flex-end;
gap: 18px;
}
.forge-nav__list {
gap: clamp(10px, 1.25vw, 18px);
}
.forge-nav__list a {
font-size: clamp(8px, 0.72vw, 10px);
font-weight: 700;
letter-spacing: 0;
text-transform: none;
white-space: nowrap;
}
.forge-nav__list > li > a::after {
bottom: -7px;
height: 1px;
}
.forge-header__tools {
display: flex;
flex: 0 0 auto;
align-items: center;
gap: 8px;
}
.forge-header__search {
display: grid;
width: 30px;
height: 30px;
place-items: center;
color: #fff;
}
.forge-header__search svg {
width: 17px;
fill: none;
stroke: currentColor;
stroke-width: 1.5;
}
.forge-button--header {
min-height: 34px;
padding: 0 15px;
border: 0;
background: var(--ykh-orange);
color: #fff;
font-size: 10px;
font-weight: 700;
letter-spacing: 0;
text-transform: none;
}
.forge-button--header:hover,
.forge-button--header:focus-visible {
background: #f29a18;
color: #fff;
transform: none;
}
.forge-header__language {
display: flex;
min-width: 72px;
min-height: 34px;
align-items: center;
justify-content: center;
gap: 8px;
padding: 0 10px;
background: #050505;
color: var(--ykh-orange);
font-size: 9px;
text-decoration: none;
}
.ykh-hero {
position: relative;
display: flex;
min-height: 710px;
align-items: center;
background-color: #555;
background-image: var(--ykh-hero-image);
background-position: center;
background-size: cover;
color: #fff;
}
.ykh-hero__overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.38);
}
.ykh-hero__content {
position: relative;
z-index: 1;
max-width: 950px;
padding-top: 66px;
text-align: center;
}
.ykh-hero__mark {
display: inline-grid;
width: 60px;
height: 34px;
place-items: center;
margin-bottom: 20px;
color: #fff;
font-size: 24px;
font-style: italic;
font-weight: 800;
letter-spacing: -0.12em;
}
.ykh-hero h1 {
margin: 0;
font-size: 44.8px;
font-weight: 700;
letter-spacing: 0;
line-height: 1.1;
}
.ykh-hero p {
max-width: 665px;
margin: 28px auto 24px;
color: rgba(255, 255, 255, 0.84);
font-size: 13px;
line-height: 1.7;
}
.ykh-btn {
display: inline-flex;
min-width: 126px;
min-height: 40px;
align-items: center;
justify-content: center;
gap: 10px;
padding: 0 18px;
border: 1px solid var(--ykh-orange);
border-radius: 0;
background: var(--ykh-orange);
color: #fff;
font-size: 11px;
font-weight: 700;
line-height: 1;
text-decoration: none;
text-transform: uppercase;
transition: background 160ms ease, color 160ms ease;
}
.ykh-btn:hover,
.ykh-btn:focus-visible {
background: #fff;
color: var(--ykh-orange);
}
.ykh-btn--dark {
border-color: #111;
background: #111;
}
.ykh-btn--green {
border-color: var(--ykh-green);
background: var(--ykh-green);
}
.ykh-section {
padding: 54px 0;
background: #fff;
}
.ykh-title {
margin: 0 0 30px;
color: var(--ykh-text);
font-size: 30px;
font-weight: 700;
letter-spacing: 0;
line-height: 1.18;
}
.ykh-title--center {
text-align: center;
}
.ykh-center-action {
margin-top: 30px;
text-align: center;
}
.ykh-strengths {
padding-top: 48px;
}
.ykh-strength-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
}
.ykh-strength-card__media {
overflow: hidden;
aspect-ratio: 1 / 0.9;
margin-bottom: 15px;
background: #eee;
}
.ykh-strength-card__media img,
.ykh-product-card img,
.ykh-custom-grid img,
.ykh-two-column__media img,
.ykh-promise__media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ykh-strength-card h3 {
padding-bottom: 12px;
margin: 0 0 12px;
border-bottom: 2px solid #111;
font-size: 16px;
font-weight: 500;
}
.ykh-strength-card p,
.ykh-split-heading p,
.ykh-custom-grid p,
.ykh-two-column__content > p,
.ykh-promise__copy p,
.ykh-sustainability__copy p,
.ykh-contact p {
margin: 0;
color: var(--ykh-muted);
font-size: 12px;
line-height: 1.75;
}
.ykh-products {
padding-top: 30px;
background: #fafafa;
}
.ykh-split-heading {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: end;
gap: 80px;
margin-bottom: 28px;
}
.ykh-split-heading .ykh-title {
margin: 0;
}
.ykh-product-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.ykh-product-card {
position: relative;
overflow: hidden;
aspect-ratio: 1 / 1;
background: #ddd;
}
.ykh-product-card::after {
position: absolute;
inset: auto 0 0;
height: 42%;
background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
content: "";
pointer-events: none;
}
.ykh-product-card a {
display: block;
height: 100%;
}
.ykh-product-card > span,
.ykh-product-card a > span {
position: absolute;
z-index: 2;
bottom: 18px;
left: 18px;
color: #fff;
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
font-size: 17px;
}
.ykh-custom .ykh-title {
margin-bottom: 34px;
}
.ykh-custom-grid {
display: grid;
grid-template-columns: 1.25fr 0.8fr 0.75fr;
grid-template-rows: 205px 205px;
gap: 16px;
}
.ykh-custom-grid > article {
min-width: 0;
}
.ykh-custom-grid__video {
position: relative;
overflow: hidden;
grid-row: 1 / 3;
color: #fff;
}
.ykh-custom-grid__video::after {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.32);
content: "";
}
.ykh-custom-grid__video > div {
position: absolute;
z-index: 2;
top: 50%;
right: 30px;
left: 30px;
text-align: center;
transform: translateY(-50%);
}
.ykh-custom-grid__video h3,
.ykh-custom-grid__copy h3 {
margin: 0 0 14px;
font-size: 20px;
font-weight: 500;
line-height: 1.25;
}
.ykh-custom-grid__video p {
color: rgba(255, 255, 255, 0.82);
}
.ykh-play {
display: grid;
width: 45px;
height: 45px;
place-items: center;
margin: 22px auto 0;
border: 2px solid #fff;
border-radius: 50%;
font-size: 14px;
}
.ykh-custom-grid__copy {
display: flex;
flex-direction: column;
justify-content: center;
padding: 26px;
}
.ykh-custom-grid__small {
overflow: hidden;
}
.ykh-two-column {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: 70px;
}
.ykh-two-column--reverse {
grid-template-columns: 1.15fr 0.85fr;
}
.ykh-two-column__media {
overflow: hidden;
min-height: 410px;
}
.ykh-two-column__content .ykh-title {
margin-bottom: 18px;
}
.ykh-check-list {
padding: 0;
margin: 24px 0;
list-style: none;
}
.ykh-check-list li {
position: relative;
padding: 4px 0 4px 20px;
font-size: 13px;
}
.ykh-check-list li::before {
position: absolute;
left: 0;
color: var(--ykh-orange);
content: "◆";
font-size: 7px;
}
.ykh-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 24px;
}
.ykh-steps {
padding: 0;
margin: 25px 0 0;
list-style: none;
}
.ykh-steps li,
.ykh-accordion-list li {
padding: 15px 0;
border-top: 1px solid var(--ykh-line);
font-size: 13px;
}
.ykh-steps li.is-open strong {
color: var(--ykh-orange);
}
.ykh-steps li p {
margin: 10px 0 0;
color: var(--ykh-muted);
font-size: 11px;
line-height: 1.7;
}
.ykh-audience {
background: #fafafa;
}
.ykh-accordion-list {
padding: 0;
margin: 25px 0 0;
list-style: none;
}
.ykh-accordion-list li {
display: flex;
justify-content: space-between;
font-weight: 600;
}
.ykh-certifications {
padding-top: 66px;
}
.ykh-cert-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 22px;
padding: 15px 40px 0;
}
.ykh-certificate {
padding: 10px;
background: #8d5639;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
}
.ykh-certificate__inner {
display: flex;
min-height: 250px;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 18px;
border: 5px double #d0a86b;
background: #fffdf3;
color: #4d4d4d;
text-align: center;
}
.ykh-certificate__inner span {
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
font-size: 13px;
letter-spacing: 0.12em;
}
.ykh-certificate__inner strong {
margin: 18px 0;
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
font-size: 15px;
}
.ykh-certificate__inner i {
width: 52px;
height: 52px;
border: 4px double #c7a15e;
border-radius: 50%;
}
.ykh-certificate__inner small {
margin-top: 18px;
font-size: 8px;
}
.ykh-promise__copy {
max-width: 930px;
margin: 0 auto 34px;
text-align: center;
}
.ykh-promise__copy .ykh-title {
margin-bottom: 14px;
}
.ykh-promise__copy .ykh-btn {
margin-top: 22px;
}
.ykh-promise__media {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 22px;
}
.ykh-promise__media img {
aspect-ratio: 1.35 / 1;
box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}
.ykh-sustainability {
display: flex;
min-height: 410px;
align-items: center;
background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.25)), var(--ykh-sustainability-image);
background-position: center;
background-size: cover;
}
.ykh-sustainability__copy {
max-width: 690px;
}
.ykh-sustainability h2 {
margin: 0 0 18px;
color: #34af69;
font-size: 34px;
font-weight: 500;
line-height: 1.12;
}
.ykh-contact {
position: relative;
display: flex;
min-height: 500px;
align-items: center;
background-image: var(--ykh-contact-image);
background-position: center;
background-size: cover;
color: #fff;
}
.ykh-contact__overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.5);
}
.ykh-contact__grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: 390px 1fr;
align-items: center;
gap: 130px;
}
.ykh-contact-card {
padding: 30px;
background: #fff;
color: #222;
text-align: center;
}
.ykh-contact-card h2,
.ykh-contact-copy h2 {
margin: 0 0 10px;
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
font-size: 22px;
font-weight: 700;
}
.ykh-form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-bottom: 10px;
}
.ykh-contact-card input,
.ykh-contact-card textarea {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 0;
background: #fff;
font-size: 10px;
}
.ykh-contact-card textarea {
display: block;
margin-bottom: 10px;
resize: vertical;
}
.ykh-contact-card button {
width: 100%;
padding: 12px;
border: 0;
background: var(--ykh-orange);
color: #222;
font-size: 10px;
font-weight: 700;
}
.ykh-contact-copy {
max-width: 580px;
}
.ykh-contact-copy h2 {
font-size: 27px;
}
.ykh-contact-copy p {
color: rgba(255, 255, 255, 0.86);
}
.ykh-contact-copy__socials {
display: flex;
gap: 10px;
margin-top: 25px;
}
.ykh-contact-copy__socials a {
display: grid;
width: 34px;
height: 34px;
place-items: center;
border-radius: 50%;
background: #fff;
color: #222;
font-size: 11px;
font-weight: 700;
text-decoration: none;
}
.forge-footer {
padding: 52px 0 20px;
background: #050505;
color: #fff;
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
}
.forge-footer__grid {
display: grid;
grid-template-columns: 1.35fr repeat(4, minmax(100px, 0.65fr));
gap: 44px;
padding: 0 0 45px;
}
.forge-footer__about {
max-width: 310px;
}
.forge-footer__logo img {
max-width: 110px;
max-height: 48px;
}
.forge-footer__about p {
margin: 18px 0;
color: rgba(255, 255, 255, 0.64);
font-size: 10px;
line-height: 1.75;
}
.forge-socials {
gap: 12px;
}
.forge-socials a {
font-size: 9px;
}
.forge-footer__column h3 {
margin-bottom: 18px;
color: #fff;
font-size: 12px;
letter-spacing: 0;
text-transform: none;
}
.forge-footer__links {
gap: 8px;
}
.forge-footer__links a,
.forge-footer__contact a {
color: rgba(255, 255, 255, 0.7);
font-size: 9px;
}
.forge-footer__contact {
gap: 8px;
}
.forge-footer__contact p {
margin-top: 0;
color: rgba(255, 255, 255, 0.62);
font-size: 9px;
}
.forge-footer__bottom {
padding-top: 18px;
}
.forge-footer__bottom p {
font-size: 8px;
}
@media (max-width: 1100px) {
.forge-header__search {
display: none;
}
.forge-nav__list {
gap: 10px;
}
.forge-nav__list a {
font-size: 8px;
}
.ykh-contact__grid {
gap: 70px;
}
}
@media (max-width: 991px) {
.forge-menu-toggle {
display: flex;
}
.forge-header__drawer {
position: fixed;
inset: 64px 0 auto;
display: flex;
height: calc(100dvh - 64px);
flex-direction: column;
align-items: stretch;
justify-content: space-between;
padding: 25px 20px;
background: #050505;
opacity: 0;
pointer-events: none;
transform: translateY(-15px);
}
.forge-header.is-menu-open .forge-header__drawer {
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}
.forge-nav__list {
display: grid;
}
.forge-nav__list a {
padding: 10px 0;
font-size: 18px;
}
.forge-header__tools {
display: grid;
grid-template-columns: 1fr 1fr;
}
.forge-button--header,
.forge-header__language {
min-height: 42px;
}
.ykh-strength-grid {
grid-template-columns: repeat(2, 1fr);
}
.ykh-custom-grid {
grid-template-columns: 1fr 1fr;
grid-template-rows: 320px 180px 180px;
}
.ykh-custom-grid__video {
grid-column: 1 / 3;
grid-row: auto;
}
.ykh-two-column,
.ykh-two-column--reverse {
grid-template-columns: 1fr 1fr;
gap: 35px;
}
.ykh-cert-grid {
padding-inline: 0;
gap: 10px;
}
.ykh-contact__grid {
grid-template-columns: 340px 1fr;
gap: 35px;
}
.forge-footer__grid {
grid-template-columns: 1.4fr repeat(2, 1fr);
}
}
@media (max-width: 767px) {
.ykh-container {
width: min(calc(100% - 30px), var(--ykh-container));
}
.ykh-hero {
min-height: 660px;
}
.ykh-hero__content {
padding-top: 60px;
}
.ykh-hero h1 {
font-size: clamp(31px, 10vw, 43px);
}
.ykh-hero h1 br {
display: none;
}
.ykh-hero p {
font-size: 12px;
}
.ykh-section {
padding: 45px 0;
}
.ykh-title {
font-size: 25px;
}
.ykh-strength-grid,
.ykh-product-grid,
.ykh-promise__media {
grid-template-columns: 1fr;
}
.ykh-split-heading,
.ykh-two-column,
.ykh-two-column--reverse {
grid-template-columns: 1fr;
gap: 30px;
}
.ykh-two-column__media {
min-height: 330px;
}
.ykh-split-heading {
gap: 15px;
}
.ykh-custom-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 360px auto 220px 220px auto;
}
.ykh-custom-grid__video {
grid-column: auto;
}
.ykh-custom-grid__copy {
min-height: 180px;
}
.ykh-audience .ykh-two-column__media {
order: 2;
}
.ykh-cert-grid {
overflow-x: auto;
grid-template-columns: repeat(5, 170px);
padding-bottom: 15px;
}
.ykh-certificate__inner {
min-height: 225px;
}
.ykh-sustainability {
min-height: 430px;
}
.ykh-sustainability h2 {
font-size: 28px;
}
.ykh-contact {
padding: 50px 0;
}
.ykh-contact__grid {
grid-template-columns: 1fr;
gap: 45px;
}
.ykh-contact-card {
padding: 24px 18px;
}
.forge-footer__grid {
grid-template-columns: repeat(2, 1fr);
gap: 35px 25px;
}
.forge-footer__about,
.forge-footer__contact {
grid-column: 1 / -1;
}
} .forge-footer__about p,
.forge-footer__contact p {
font-size: 15px;
line-height: 1.75;
}
.forge-footer__column h3 {
font-size: 18px;
line-height: 1.25;
}
.forge-footer__links a,
.forge-footer__contact a {
font-size: 15px;
line-height: 1.5;
}
.forge-socials a {
font-size: 15px;
}
.forge-footer__bottom p {
font-size: 13px;
}
@media (max-width: 767px) {
.forge-footer__about p,
.forge-footer__contact p,
.forge-footer__links a,
.forge-footer__contact a {
font-size: 14px;
}
.forge-footer__column h3 {
font-size: 17px;
}
.forge-footer__bottom p {
font-size: 12px;
}
} .forge-header {
height: 94px;
}
.forge-header.is-scrolled,
.forge-header.is-menu-open {
height: 78px;
}
.forge-header__inner {
width: min(calc(100% - 48px), 1500px);
gap: 28px;
}
.forge-brand {
width: 150px;
flex: 0 0 150px;
}
.forge-brand img {
width: auto;
max-width: 150px;
max-height: 66px;
}
.forge-header__drawer {
gap: 24px;
}
.forge-nav__list {
gap: clamp(13px, 1.35vw, 24px);
}
.forge-nav__list a {
font-size: 13px;
line-height: 1.2;
}
.forge-header__search {
width: 40px;
height: 40px;
}
.forge-header__search svg {
width: 21px;
}
.forge-button--header {
min-width: 112px;
min-height: 48px;
padding: 0 25px;
font-size: 14px;
}
@media (max-width: 1180px) and (min-width: 992px) {
.forge-header__inner {
width: min(calc(100% - 32px), 1500px);
gap: 16px;
}
.forge-brand {
width: 128px;
flex-basis: 128px;
}
.forge-brand img {
max-width: 128px;
}
.forge-header__drawer,
.forge-nav__list {
gap: 10px;
}
.forge-nav__list a {
font-size: 11.5px;
}
.forge-button--header {
min-width: 96px;
padding-inline: 18px;
font-size: 12px;
}
}
@media (max-width: 991px) {
.forge-header,
.forge-header.is-scrolled,
.forge-header.is-menu-open {
height: 78px;
}
.forge-header__inner {
width: calc(100% - 32px);
}
.forge-brand {
width: 132px;
flex-basis: 132px;
}
.forge-brand img {
max-width: 132px;
max-height: 58px;
}
.forge-menu-toggle__label {
font-size: 15px;
}
.forge-header__drawer {
inset: 78px 0 auto;
height: calc(100dvh - 78px);
}
.forge-nav__list a {
font-size: 20px;
}
.forge-header__tools {
grid-template-columns: 1fr;
}
.forge-button--header {
min-height: 54px;
font-size: 15px;
}
} .ykh-home p,
.ykh-home li {
font-size: clamp(16px, 1.1vw, 18px);
line-height: 1.7;
}
.forge-main p,
.forge-page-copy li,
.forge-single__content li {
font-size: clamp(16px, 1.1vw, 18px);
line-height: 1.75;
}
.ykh-hero p,
.ykh-hero-slide p {
max-width: 860px;
font-size: clamp(15px, 1.15vw, 18px);
line-height: 1.65;
}
.ykh-strength-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 24px;
}
.ykh-strength-card {
width: calc((100% - 72px) / 4);
max-width: calc((100% - 72px) / 4);
flex: 0 0 calc((100% - 72px) / 4);
}
.ykh-strength-card h3 {
font-size: clamp(18px, 1.35vw, 22px);
}
.ykh-strength-card p,
.ykh-split-heading p,
.ykh-two-column__content > p,
.ykh-promise__copy p,
.ykh-sustainability__copy p,
.ykh-contact p {
font-size: clamp(16px, 1.04vw, 17px);
}
.ykh-custom .ykh-title {
font-size: clamp(32px, 3vw, 46px);
}
.ykh-custom-grid__video h3 {
font-size: clamp(25px, 2.2vw, 34px);
font-weight: 700;
}
.ykh-custom-grid__copy h3 {
font-size: clamp(22px, 1.75vw, 29px);
font-weight: 700;
}
.ykh-custom-grid p,
.ykh-custom-grid__video p {
font-size: clamp(16px, 1.08vw, 17px);
line-height: 1.65;
}
.ykh-custom-grid__video > img,
.ykh-custom-grid__video > video,
.ykh-custom-grid__small img {
width: 100%;
height: 100%;
object-fit: cover;
}
.ykh-custom-grid__video.has-video {
background: #111;
}
.ykh-custom-grid__video.has-video > video {
display: block;
}
.ykh-custom-grid__video::after {
pointer-events: none;
}
.ykh-custom-grid__video.has-video > div {
top: 28px;
text-align: left;
pointer-events: none;
transform: none;
}
.ykh-product-card__content p {
font-size: 13px;
}
.ykh-accordion__panel p,
.ykh-cf7-placeholder p,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
font-size: 15px;
}
@media (max-width: 900px) {
.ykh-strength-card {
width: calc((100% - 24px) / 2);
max-width: calc((100% - 24px) / 2);
flex-basis: calc((100% - 24px) / 2);
}
}
@media (max-width: 767px) {
.ykh-home p,
.ykh-home li,
.forge-main p,
.forge-page-copy li,
.forge-single__content li {
font-size: 15px;
}
.ykh-hero p,
.ykh-hero-slide p {
font-size: 15px;
}
.ykh-product-card__content p {
font-size: 11px;
}
.ykh-custom-grid__video h3 {
font-size: 26px;
}
.ykh-custom-grid__copy h3 {
font-size: 22px;
}
.ykh-strength-card {
width: 100%;
max-width: 100%;
flex-basis: 100%;
}
} .ykh-hero__company {
margin-bottom: 20px;
color: var(--ykh-orange);
font-size: clamp(12px, 1vw, 15px);
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.ykh-section-intro {
max-width: 920px;
margin: -10px auto 38px;
color: var(--ykh-muted);
font-size: 16px;
line-height: 1.75;
text-align: center;
}
.ykh-company-statement {
margin: 0 auto clamp(42px, 5vw, 72px);
color: #050505;
text-align: center;
}
.ykh-company-statement h2 {
margin: 0;
font-size: clamp(36px, 3.35vw, 58px);
font-weight: 800;
line-height: 1.08;
letter-spacing: -0.035em;
}
.ykh-company-statement p {
margin: 24px 0 0;
color: #050505;
font-size: clamp(18px, 1.55vw, 27px);
font-style: italic;
font-weight: 750;
line-height: 1.35;
}
.ykh-custom .ykh-section-intro {
margin-top: -18px;
}
.forge-footer__brand-statement {
max-width: 1120px;
padding: 25px 0;
margin: 0;
border-top: 1px solid rgba(255, 255, 255, 0.12);
color: rgba(255, 255, 255, 0.78);
font-size: 14px;
line-height: 1.75;
} @media (max-width: 1450px) {
.forge-menu-toggle {
display: flex;
}
.forge-header,
.forge-header.is-scrolled,
.forge-header.is-menu-open {
height: 78px;
}
.forge-header__drawer {
position: fixed;
inset: 78px 0 auto;
display: flex;
height: calc(100dvh - 78px);
flex-direction: column;
align-items: stretch;
justify-content: space-between;
padding: 28px clamp(24px, 5vw, 70px);
overflow-y: auto;
background: #050505;
opacity: 0;
pointer-events: none;
transform: translateY(-15px);
}
.admin-bar .forge-header__drawer {
inset-block-start: 110px;
height: calc(100dvh - 110px);
}
.forge-header.is-menu-open .forge-header__drawer {
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}
.forge-nav__list {
display: grid;
gap: 0;
}
.forge-nav__list a {
display: block;
padding: 10px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
font-size: 18px;
}
.forge-header__tools {
display: grid;
grid-template-columns: 1fr;
}
.forge-header__search {
display: none;
}
.forge-button--header {
min-height: 54px;
font-size: 15px;
}
}
@media (max-width: 767px) {
.ykh-section-intro {
margin-bottom: 28px;
font-size: 15px;
}
.ykh-company-statement h2 {
font-size: clamp(31px, 9vw, 42px);
}
.ykh-company-statement p {
margin-top: 18px;
font-size: 17px;
}
.forge-footer__brand-statement {
font-size: 13px;
}
} .ykh-strength-carousel {
margin-top: 8px;
}
.ykh-strength-track {
grid-auto-columns: calc((100% - 72px) / 4);
}
.ykh-strength-track .ykh-strength-card {
width: auto;
max-width: none;
flex-basis: auto;
}
.ykh-strength-carousel .ykh-carousel__arrow {
top: 40%;
}
@media (max-width: 991px) {
.ykh-strength-track {
grid-auto-columns: calc((100% - 24px) / 2);
}
}
@media (max-width: 767px) {
.ykh-strength-track {
grid-auto-columns: 100%;
}
} .forge-product-gallery-wrap {
overflow: visible;
min-height: 0;
}
.forge-product-gallery__stage {
position: relative;
overflow: hidden;
aspect-ratio: 1 / 1;
border-radius: var(--forge-radius);
background: #e7e4de;
}
.forge-product-gallery__slide {
position: absolute;
inset: 0;
display: block;
width: 100%;
height: 100%;
padding: 0;
border: 0;
background: transparent;
cursor: zoom-in;
opacity: 0;
pointer-events: none;
transition: opacity 260ms ease;
}
.forge-product-gallery__slide.is-active {
z-index: 1;
opacity: 1;
pointer-events: auto;
}
.forge-product-gallery__slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.forge-product-gallery__arrow,
.forge-product-lightbox__arrow {
position: absolute;
z-index: 3;
top: 50%;
display: grid;
width: 46px;
height: 46px;
padding: 0;
border: 0;
border-radius: 50%;
background: var(--forge-orange);
color: var(--forge-ink);
font-size: 21px;
line-height: 1;
place-items: center;
transform: translateY(-50%);
transition: background 180ms ease, transform 180ms ease;
}
.forge-product-gallery__arrow:hover,
.forge-product-gallery__arrow:focus-visible,
.forge-product-lightbox__arrow:hover,
.forge-product-lightbox__arrow:focus-visible {
background: #fff;
transform: translateY(-50%) scale(1.06);
}
.forge-product-gallery__arrow--previous,
.forge-product-lightbox__arrow--previous {
left: 18px;
}
.forge-product-gallery__arrow--next,
.forge-product-lightbox__arrow--next {
right: 18px;
}
.forge-product-gallery__thumbs {
display: flex;
gap: 12px;
padding: 14px 2px 2px;
overflow-x: auto;
scrollbar-width: thin;
}
.forge-product-gallery__thumb {
width: 84px;
height: 84px;
flex: 0 0 84px;
padding: 3px;
border: 2px solid transparent;
border-radius: 5px;
background: transparent;
opacity: 0.62;
transition: border-color 180ms ease, opacity 180ms ease;
}
.forge-product-gallery__thumb.is-active,
.forge-product-gallery__thumb:hover,
.forge-product-gallery__thumb:focus-visible {
border-color: var(--forge-orange);
opacity: 1;
}
.forge-product-gallery__thumb img {
display: block;
width: 100%;
height: 100%;
border-radius: 2px;
object-fit: cover;
}
.forge-product-lightbox,
.forge-inquiry-modal {
position: fixed;
z-index: 100100;
inset: 0;
display: grid;
padding: 28px;
place-items: center;
}
.forge-product-lightbox[hidden],
.forge-inquiry-modal[hidden] {
display: none !important;
}
.forge-product-lightbox__backdrop,
.forge-inquiry-modal__backdrop {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
padding: 0;
border: 0;
background: rgba(0, 0, 0, 0.88);
}
.forge-product-lightbox__dialog {
position: relative;
z-index: 1;
display: grid;
width: min(1200px, 92vw);
height: min(860px, 88vh);
place-items: center;
}
.forge-product-lightbox__dialog > img {
width: auto;
max-width: 100%;
height: auto;
max-height: 88vh;
object-fit: contain;
}
.forge-product-lightbox__close,
.forge-inquiry-modal__close {
position: absolute;
z-index: 4;
top: 0;
right: 0;
display: grid;
width: 48px;
height: 48px;
padding: 0;
border: 0;
border-radius: 50%;
background: var(--forge-orange);
color: var(--forge-ink);
font-size: 32px;
line-height: 1;
place-items: center;
}
.forge-inquiry-modal__backdrop {
background: rgba(0, 0, 0, 0.78);
backdrop-filter: blur(5px);
}
.forge-inquiry-modal__dialog {
position: relative;
z-index: 1;
width: min(680px, 100%);
max-height: calc(100dvh - 56px);
padding: clamp(34px, 5vw, 62px);
overflow-y: auto;
background: var(--forge-paper);
box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}
.forge-inquiry-modal__dialog h2 {
max-width: 540px;
margin: 14px 0 28px;
font-size: clamp(30px, 4vw, 48px);
line-height: 1;
letter-spacing: -0.045em;
}
.forge-inquiry-modal__form p {
margin-bottom: 16px;
}
.forge-inquiry-modal__form label {
display: block;
color: var(--forge-ink);
font-size: 14px;
font-weight: 700;
}
.forge-inquiry-modal__form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.forge-inquiry-modal__form textarea,
.forge-inquiry-modal__form select {
width: 100%;
min-height: 50px;
padding: 12px 14px;
margin-top: 7px;
border: 1px solid rgba(17, 17, 17, 0.22);
border-radius: 0;
background: #fff;
color: var(--forge-ink);
font: inherit;
}
.forge-inquiry-modal__form textarea {
min-height: 130px;
resize: vertical;
}
.forge-inquiry-modal__form input[type="submit"] {
min-height: 54px;
padding: 0 28px;
border: 1px solid var(--forge-orange);
background: var(--forge-orange);
color: var(--forge-ink);
font-size: 13px;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
}
@media (min-width: 992px) {
.ykh-title {
font-size: 2.4rem;
}
} .ykh-footer-contact-form .ykh-form-row {
display: block;
margin: 0;
}
.ykh-footer-contact-form .ykh-form-row > p {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
margin: 0 0 10px;
}
.ykh-footer-contact-form .wpcf7-form-control-wrap {
display: block;
min-width: 0;
}
.ykh-contact-card .ykh-footer-contact-form input:not([type="submit"]),
.ykh-contact-card .ykh-footer-contact-form textarea {
width: 100%;
min-height: 56px;
padding: 14px 18px;
border: 1px solid #cfcfcf;
font-size: 14px;
}
.ykh-contact-card .ykh-footer-contact-form textarea {
min-height: 120px;
margin-bottom: 10px;
}
.ykh-contact-card .ykh-footer-contact-form input[type="submit"] {
width: 100%;
min-height: 60px;
padding: 12px 24px;
border: 0;
background: var(--ykh-orange);
color: #111;
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
font-size: 16px;
font-weight: 700;
}
@media (min-width: 1200px) {
.ykh-contact__grid {
grid-template-columns: minmax(540px, 0.9fr) minmax(0, 1.1fr);
gap: clamp(70px, 7vw, 120px);
}
}
@media (max-width: 600px) {
.ykh-footer-contact-form .ykh-form-row > p {
grid-template-columns: 1fr;
}
} .ykh-home {
font-size: 17px;
}
.ykh-home p,
.ykh-home li {
font-size: clamp(16.5px, 1.08vw, 18.5px);
line-height: 1.7;
}
.ykh-hero p,
.ykh-hero-slide p {
font-size: clamp(16px, 1.05vw, 18px);
}
.ykh-strength-card h3,
.ykh-related-product-card h3 {
font-size: clamp(19px, 1.4vw, 23px);
}
.ykh-product-card__content p {
font-size: 15px;
}
.ykh-check-list li,
.ykh-accordion__item button {
font-size: 16px;
}
.ykh-accordion__item button {
min-height: 64px;
}
.ykh-accordion__panel p {
font-size: 16px;
line-height: 1.75;
}
.ykh-btn {
min-width: 148px;
min-height: 48px;
padding: 0 24px;
border-width: 2px;
border-radius: 3px;
box-shadow: 0 7px 18px rgba(255, 146, 0, 0.2);
font-size: 13px;
font-weight: 800;
letter-spacing: 0.035em;
transition: background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.ykh-btn span {
font-size: 16px;
transition: transform 180ms ease;
}
.ykh-btn:hover,
.ykh-btn:focus-visible {
border-color: var(--forge-orange-deep);
background: var(--forge-orange-deep);
color: #fff;
box-shadow: 0 10px 24px rgba(232, 125, 0, 0.3);
transform: translateY(-2px);
}
.ykh-btn:hover span,
.ykh-btn:focus-visible span {
transform: translateX(3px);
}
.ykh-btn--dark {
box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18);
}
.ykh-btn--dark:hover,
.ykh-btn--dark:focus-visible {
border-color: #292929;
background: #292929;
}
.ykh-btn--green {
box-shadow: 0 7px 18px rgba(30, 160, 95, 0.2);
}
.ykh-btn--green:hover,
.ykh-btn--green:focus-visible {
border-color: #188a51;
background: #188a51;
}
.ykh-process .ykh-two-column__content > .ykh-btn,
.ykh-audience .ykh-two-column__content > .ykh-btn {
position: relative;
z-index: 1;
margin: 18px 0 8px;
}
.ykh-process .ykh-accordion,
.ykh-audience .ykh-accordion {
clear: both;
margin-top: 30px;
}
.ykh-certifications {
display: none !important;
}
.ykh-contact {
min-height: auto;
padding-block: clamp(76px, 7vw, 112px);
}
.ykh-contact-card {
padding: clamp(32px, 3vw, 46px);
box-shadow: 0 22px 55px rgba(0, 0, 0, 0.2);
}
.ykh-contact-card h2,
.ykh-contact-copy h2 {
font-family: "Montserrat Local", Montserrat, Arial, sans-serif;
font-weight: 750;
}
.ykh-contact-card h2 {
font-size: clamp(27px, 2.1vw, 34px);
}
.ykh-contact-card > p {
margin: 0 0 28px;
font-size: 17px;
}
.ykh-contact-copy h2 {
font-size: clamp(31px, 3vw, 46px);
line-height: 1.08;
}
.ykh-contact-copy__socials {
gap: 14px;
margin-top: 30px;
}
.ykh-contact-copy__socials a {
width: 50px;
height: 50px;
border: 2px solid rgba(255, 255, 255, 0.88);
background: #fff;
color: #111;
font-size: 21px;
box-shadow: 0 7px 18px rgba(0, 0, 0, 0.2);
transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.ykh-contact-copy__socials a:hover,
.ykh-contact-copy__socials a:focus-visible {
border-color: var(--ykh-orange);
background: var(--ykh-orange);
color: #fff;
transform: translateY(-3px);
}
.forge-footer__about p,
.forge-footer__contact p,
.forge-footer__links a,
.forge-footer__contact a {
font-size: 16px;
}
.forge-footer__column h3 {
font-size: 20px;
}
@media (max-width: 767px) {
.ykh-home p,
.ykh-home li {
font-size: 16px;
}
.ykh-btn {
min-height: 46px;
padding-inline: 20px;
font-size: 12px;
}
.ykh-contact {
padding-block: 64px;
}
.ykh-contact-copy__socials a {
width: 46px;
height: 46px;
font-size: 19px;
}
}
body.product-lightbox-open,
body.inquiry-modal-open {
overflow: hidden;
}
@media (max-width: 767px) {
.forge-product-gallery__arrow,
.forge-product-lightbox__arrow {
width: 40px;
height: 40px;
}
.forge-product-gallery__arrow--previous,
.forge-product-lightbox__arrow--previous {
left: 10px;
}
.forge-product-gallery__arrow--next,
.forge-product-lightbox__arrow--next {
right: 10px;
}
.forge-product-gallery__thumb {
width: 70px;
height: 70px;
flex-basis: 70px;
}
.forge-product-lightbox,
.forge-inquiry-modal {
padding: 14px;
}
.forge-inquiry-modal__dialog {
max-height: calc(100dvh - 28px);
padding: 42px 22px 28px;
}
.forge-inquiry-modal__close {
top: 10px;
right: 10px;
width: 38px;
height: 38px;
font-size: 26px;
}
} .forge-footer--offices {
position: relative;
overflow: hidden;
padding: 88px 0 0;
border-top: 1px solid rgba(255, 255, 255, 0.1);
background:
radial-gradient(circle at 50% 18%, rgba(255, 145, 0, 0.1), transparent 27%),
#080808;
color: #fff;
}
.forge-footer-offices {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-areas:
"brand brand brand"
"hong-kong . usa";
column-gap: clamp(28px, 3vw, 48px);
row-gap: 58px;
align-items: start;
}
.forge-office-card--hk {
grid-area: hong-kong;
}
.forge-office-card--usa {
grid-area: usa;
}
.forge-office-card {
min-width: 0;
}
.forge-office-card__header {
min-height: 144px;
}
.forge-office-card h2 {
margin: 0;
color: #fff;
font-family: "Montserrat", sans-serif;
font-size: clamp(27px, 2.2vw, 38px);
font-weight: 800;
line-height: 1.08;
letter-spacing: -0.035em;
}
.forge-office-card__company {
margin: 16px 0 0;
color: rgba(255, 255, 255, 0.68);
font-size: 15px;
font-weight: 600;
line-height: 1.6;
}
.forge-office-card__media {
position: relative;
overflow: hidden;
aspect-ratio: 16 / 9;
margin-top: 20px;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 10px;
background: #171717;
}
.forge-office-card__media::after {
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent 45%);
pointer-events: none;
content: "";
}
.forge-office-card__media img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 500ms ease;
}
.forge-office-card:hover .forge-office-card__media img {
transform: scale(1.025);
}
.forge-office-card__details {
margin: 24px 0 0;
}
.forge-office-card__details > div {
display: grid;
grid-template-columns: minmax(105px, 0.34fr) minmax(0, 1fr);
gap: 18px;
padding: 13px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.forge-office-card__details dt,
.forge-office-card__details dd {
margin: 0;
font-size: 15px;
line-height: 1.55;
}
.forge-office-card__details dt {
color: rgba(255, 255, 255, 0.48);
font-weight: 700;
}
.forge-office-card__details dd,
.forge-office-card__details a {
color: rgba(255, 255, 255, 0.9);
overflow-wrap: anywhere;
}
.forge-office-card__details a {
text-decoration: none;
transition: color 160ms ease;
}
.forge-office-card__details a:hover,
.forge-office-card__details a:focus-visible {
color: var(--ykh-orange);
}
.forge-footer-brand-center {
grid-area: brand;
display: grid;
gap: 28px;
justify-items: center;
padding-top: 4px;
text-align: center;
}
.forge-footer-brand-center__logo .custom-logo-link {
display: block;
}
.forge-footer-brand-center__logo img,
.forge-footer-brand-center__logo .custom-logo {
width: min(280px, 72vw);
max-height: 130px;
object-fit: contain;
}
.forge-footer-inquire {
display: inline-flex;
gap: 22px;
align-items: center;
justify-content: center;
min-width: 178px;
min-height: 54px;
padding: 0 24px;
border: 2px solid var(--ykh-orange);
background: var(--ykh-orange);
color: #111;
font-size: 13px;
font-weight: 900;
letter-spacing: 0.08em;
text-decoration: none;
text-transform: uppercase;
box-shadow: 0 12px 30px rgba(255, 145, 0, 0.2);
transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.forge-footer-inquire span:last-child {
font-size: 22px;
line-height: 1;
}
.forge-footer-inquire:hover,
.forge-footer-inquire:focus-visible {
background: #fff;
color: #111;
transform: translateY(-3px);
}
.forge-footer-legal {
margin-top: 70px;
padding: 27px 0 31px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.forge-footer--offices .forge-footer__brand-statement {
max-width: none;
margin: 0 0 18px;
padding: 0 0 18px;
border-bottom: 1px solid rgba(255, 255, 255, 0.08);
color: rgba(255, 255, 255, 0.65);
font-size: 14px;
line-height: 1.65;
}
.forge-footer--offices .forge-footer__copyright {
margin: 0;
color: rgba(255, 255, 255, 0.42);
font-size: 13px;
}
@media (max-width: 991px) {
.forge-footer--offices {
padding-top: 68px;
}
.forge-footer-offices {
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-areas:
"brand brand"
"hong-kong usa";
column-gap: 34px;
}
.forge-office-card--hk {
grid-area: hong-kong;
}
.forge-office-card--usa {
grid-area: usa;
}
.forge-footer-brand-center {
position: static;
grid-area: brand;
grid-template-columns: 1fr;
gap: 25px;
justify-content: center;
align-items: center;
padding: 0 0 18px;
}
.forge-footer-brand-center__logo img,
.forge-footer-brand-center__logo .custom-logo {
width: min(250px, 70vw);
}
}
@media (max-width: 767px) {
.forge-footer--offices {
padding-top: 56px;
}
.forge-footer-offices {
grid-template-columns: minmax(0, 1fr);
grid-template-areas:
"brand"
"hong-kong"
"usa";
gap: 54px;
}
.forge-footer-brand-center {
grid-template-columns: 1fr;
gap: 24px;
}
.forge-office-card__header {
min-height: 0;
}
.forge-office-card__media {
margin-top: 24px;
}
.forge-office-card__details > div {
grid-template-columns: 104px minmax(0, 1fr);
gap: 12px;
}
.forge-footer-legal {
margin-top: 56px;
}
} body.forge-search-open {
overflow: hidden;
}
.forge-header__search {
padding: 0;
border: 0;
background: transparent;
cursor: pointer;
}
.forge-header__search:hover,
.forge-header__search:focus-visible {
color: var(--ykh-orange);
}
.forge-search-overlay[hidden] {
display: none !important;
}
.forge-search-overlay {
position: fixed;
z-index: 10050;
inset: 0;
display: grid;
place-items: center;
padding: 30px;
color: #fff;
font-family: "Montserrat", sans-serif;
}
.forge-search-overlay__backdrop {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
padding: 0;
border: 0;
background: rgba(5, 5, 5, 0.94);
backdrop-filter: blur(10px);
cursor: default;
}
.forge-search-overlay__dialog {
position: relative;
z-index: 1;
width: min(880px, 100%);
padding: clamp(34px, 5vw, 72px);
border: 1px solid rgba(255, 255, 255, 0.13);
background: #111;
box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}
.forge-search-overlay__dialog::before {
position: absolute;
top: 0;
left: 0;
width: 90px;
height: 4px;
background: var(--ykh-orange);
content: "";
}
.forge-search-overlay__close {
position: absolute;
top: 18px;
right: 18px;
display: grid;
width: 44px;
height: 44px;
padding: 0;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
background: transparent;
color: #fff;
place-items: center;
font-family: Arial, sans-serif;
font-size: 28px;
font-weight: 300;
line-height: 1;
cursor: pointer;
}
.forge-search-overlay__close:hover,
.forge-search-overlay__close:focus-visible {
border-color: var(--ykh-orange);
background: var(--ykh-orange);
color: #111;
}
.forge-search-overlay h2 {
max-width: 650px;
margin: 0 0 clamp(30px, 4vw, 50px);
color: #fff;
font-family: "Montserrat", sans-serif;
font-size: clamp(32px, 4.5vw, 58px);
font-weight: 800;
line-height: 1.05;
letter-spacing: -0.045em;
}
.forge-search-overlay__form {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 12px;
}
.forge-search-overlay__form input {
width: 100%;
min-height: 58px;
padding: 0 20px;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 0;
outline: 0;
background: #080808;
color: #fff;
font-family: "Montserrat", sans-serif;
font-size: 17px;
}
.forge-search-overlay__form input::placeholder {
color: rgba(255, 255, 255, 0.45);
}
.forge-search-overlay__form input:focus {
border-color: var(--ykh-orange);
box-shadow: 0 0 0 3px rgba(255, 145, 0, 0.14);
}
.forge-search-overlay__form button {
display: inline-flex;
gap: 28px;
align-items: center;
justify-content: center;
min-width: 160px;
min-height: 58px;
padding: 0 24px;
border: 2px solid var(--ykh-orange);
background: var(--ykh-orange);
color: #111;
font-family: "Montserrat", sans-serif;
font-size: 13px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
cursor: pointer;
}
.forge-search-overlay__form button:hover,
.forge-search-overlay__form button:focus-visible {
background: #fff;
border-color: #fff;
}
@media (max-width: 1450px) {
.forge-header__tools .forge-header__search {
display: grid;
width: 100%;
min-height: 48px;
border: 1px solid rgba(255, 255, 255, 0.16);
}
}
@media (max-width: 767px) {
.forge-search-overlay {
padding: 16px;
}
.forge-search-overlay__dialog {
padding: 52px 22px 28px;
}
.forge-search-overlay__close {
top: 12px;
right: 12px;
width: 38px;
height: 38px;
font-size: 24px;
}
.forge-search-overlay__form {
grid-template-columns: 1fr;
}
.forge-search-overlay__form button {
width: 100%;
}
} .forge-search-page {
background: #f4f2ed;
color: #111;
font-family: "Montserrat", sans-serif;
}
.forge-search-hero {
position: relative;
overflow: hidden;
padding: clamp(150px, 14vw, 210px) 0 clamp(70px, 8vw, 112px);
background:
radial-gradient(circle at 82% 10%, rgba(255, 145, 0, 0.22), transparent 28%),
linear-gradient(135deg, #090909 0%, #181818 70%, #22190e 100%);
color: #fff;
}
.forge-search-hero::after {
position: absolute;
right: -12vw;
bottom: -24vw;
width: 50vw;
height: 50vw;
border: 1px solid rgba(255, 255, 255, 0.07);
transform: rotate(35deg);
content: "";
}
.forge-search-hero .forge-shell {
position: relative;
z-index: 1;
}
.forge-search-hero__eyebrow {
display: flex;
gap: 13px;
align-items: center;
margin: 0 0 18px;
color: var(--ykh-orange);
font-size: 12px;
font-weight: 800;
letter-spacing: 0.18em;
text-transform: uppercase;
}
.forge-search-hero__eyebrow::before {
width: 38px;
height: 2px;
background: currentColor;
content: "";
}
.forge-search-hero h1 {
max-width: 980px;
margin: 0 0 clamp(34px, 5vw, 58px);
color: #fff;
font-family: "Montserrat", sans-serif;
font-size: clamp(42px, 6vw, 82px);
font-weight: 800;
line-height: 0.98;
letter-spacing: -0.055em;
}
.forge-search-page__form {
display: grid;
grid-template-columns: minmax(0, 620px) auto;
gap: 12px;
max-width: 810px;
}
.forge-search-page__form input {
width: 100%;
min-height: 62px;
padding: 0 22px;
border: 1px solid rgba(255, 255, 255, 0.24);
border-radius: 0;
outline: 0;
background: rgba(0, 0, 0, 0.3);
color: #fff;
font-family: "Montserrat", sans-serif;
font-size: 17px;
}
.forge-search-page__form input::placeholder {
color: rgba(255, 255, 255, 0.48);
}
.forge-search-page__form input:focus {
border-color: var(--ykh-orange);
box-shadow: 0 0 0 3px rgba(255, 145, 0, 0.14);
}
.forge-search-page__form button {
display: inline-flex;
gap: 28px;
align-items: center;
justify-content: center;
min-width: 176px;
min-height: 62px;
padding: 0 25px;
border: 2px solid var(--ykh-orange);
background: var(--ykh-orange);
color: #111;
font-family: "Montserrat", sans-serif;
font-size: 13px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
cursor: pointer;
transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.forge-search-page__form button:hover,
.forge-search-page__form button:focus-visible {
border-color: #fff;
background: #fff;
transform: translateY(-2px);
}
.forge-search-results {
padding: clamp(72px, 8vw, 116px) 0;
}
.forge-search-results__heading {
display: flex;
gap: 30px;
align-items: end;
justify-content: space-between;
margin-bottom: 40px;
padding-bottom: 24px;
border-bottom: 1px solid rgba(17, 17, 17, 0.18);
}
.forge-search-results__heading h2 {
margin: 0;
color: #111;
font-family: "Montserrat", sans-serif;
font-size: clamp(30px, 3vw, 46px);
font-weight: 800;
line-height: 1;
letter-spacing: -0.04em;
}
.forge-search-results__heading p {
margin: 0;
color: #6d6a64;
font-size: 15px;
font-weight: 700;
}
.forge-search-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(22px, 2.5vw, 36px);
}
.forge-search-card {
display: flex;
min-width: 0;
flex-direction: column;
overflow: hidden;
border: 1px solid rgba(17, 17, 17, 0.1);
background: #fff;
box-shadow: 0 10px 30px rgba(18, 15, 10, 0.05);
transition: box-shadow 220ms ease, transform 220ms ease;
}
.forge-search-card:hover {
box-shadow: 0 18px 44px rgba(18, 15, 10, 0.12);
transform: translateY(-5px);
}
.forge-search-card__media {
display: block;
overflow: hidden;
aspect-ratio: 1 / 1;
background: #242424;
}
.forge-search-card__media img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 500ms ease;
}
.forge-search-card:hover .forge-search-card__media img {
transform: scale(1.035);
}
.forge-search-card__body {
display: flex;
flex: 1;
flex-direction: column;
align-items: flex-start;
padding: clamp(22px, 2.4vw, 32px);
}
.forge-search-card__type {
margin: 0 0 12px;
color: var(--ykh-orange);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
}
.forge-search-card h3 {
margin: 0;
font-family: "Montserrat", sans-serif;
font-size: clamp(22px, 2vw, 30px);
font-weight: 800;
line-height: 1.12;
letter-spacing: -0.035em;
}
.forge-search-card h3 a {
color: #111;
text-decoration: none;
}
.forge-search-card__summary {
margin: 17px 0 0;
color: #696661;
font-size: 15px;
line-height: 1.7;
}
.forge-search-card__link {
display: inline-flex;
gap: 18px;
align-items: center;
margin-top: auto;
padding-top: 25px;
color: #111;
font-size: 12px;
font-weight: 900;
letter-spacing: 0.08em;
text-decoration: none;
text-transform: uppercase;
}
.forge-search-card__link span {
color: var(--ykh-orange);
font-size: 19px;
transition: transform 180ms ease;
}
.forge-search-card__link:hover span,
.forge-search-card__link:focus-visible span {
transform: translateX(5px);
}
.forge-search-pagination {
margin-top: 56px;
}
.forge-search-pagination .nav-links {
display: flex;
flex-wrap: wrap;
gap: 8px;
justify-content: center;
}
.forge-search-pagination .page-numbers {
display: inline-flex;
min-width: 46px;
min-height: 46px;
padding: 0 14px;
border: 1px solid rgba(17, 17, 17, 0.16);
background: #fff;
color: #111;
align-items: center;
justify-content: center;
font-size: 13px;
font-weight: 800;
text-decoration: none;
}
.forge-search-pagination .page-numbers.current,
.forge-search-pagination a.page-numbers:hover,
.forge-search-pagination a.page-numbers:focus-visible {
border-color: var(--ykh-orange);
background: var(--ykh-orange);
color: #111;
}
.forge-search-empty {
display: grid;
min-height: 330px;
padding: 55px 25px;
border: 1px dashed rgba(17, 17, 17, 0.2);
background: #fff;
place-items: center;
align-content: center;
text-align: center;
}
.forge-search-empty > span {
color: var(--ykh-orange);
font-size: 64px;
line-height: 1;
}
.forge-search-empty h2 {
margin: 20px 0 10px;
color: #111;
font-family: "Montserrat", sans-serif;
font-size: clamp(28px, 3vw, 42px);
font-weight: 800;
}
.forge-search-empty p {
margin: 0;
color: #696661;
font-size: 16px;
}
@media (max-width: 991px) {
.forge-search-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 767px) {
.forge-search-hero {
padding-top: 135px;
}
.forge-search-page__form {
grid-template-columns: 1fr;
}
.forge-search-page__form button {
width: 100%;
}
.forge-search-results__heading {
display: grid;
gap: 12px;
}
.forge-search-grid {
grid-template-columns: 1fr;
}
} body.search .forge-header,
body.search .forge-header.is-scrolled,
body.search .forge-header.is-menu-open {
background: #050505;
box-shadow: 0 3px 16px rgba(0, 0, 0, 0.18);
}
.forge-search-results {
padding: clamp(150px, 13vw, 190px) 0 clamp(76px, 8vw, 116px);
}
.forge-search-page__heading {
display: grid;
grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
gap: clamp(34px, 6vw, 90px);
align-items: end;
margin-bottom: 26px;
padding-bottom: 38px;
border-bottom: 1px solid rgba(17, 17, 17, 0.18);
}
.forge-search-page__heading h1 {
margin: 0;
color: #111;
font-family: "Montserrat", sans-serif;
font-size: clamp(38px, 4.6vw, 66px);
font-weight: 800;
line-height: 1.02;
letter-spacing: -0.05em;
}
.forge-search-page__heading .forge-search-page__form {
grid-template-columns: minmax(0, 1fr) auto;
width: 100%;
max-width: none;
}
.forge-search-page__heading .forge-search-page__form input {
border-color: rgba(17, 17, 17, 0.18);
background: #fff;
color: #111;
}
.forge-search-page__heading .forge-search-page__form input::placeholder {
color: #77736d;
}
.forge-search-results__count {
margin: 0 0 38px;
color: #6d6a64;
font-size: 15px;
font-weight: 700;
}
@media (max-width: 991px) {
.forge-search-page__heading {
grid-template-columns: 1fr;
}
}
@media (max-width: 767px) {
.forge-search-results {
padding-top: 128px;
}
.forge-search-page__heading .forge-search-page__form {
grid-template-columns: 1fr;
}
}
@media (min-width: 768px) {
.ykh-hero h1 {
font-size: 3.8rem;
}
}
.ykh-hero p,
.ykh-hero-slide p,
.ykh-hero h1 {
text-shadow: 0 1px 1px #000000;
}