.page-ueber-uns{
    --about-page-gold:#f4b000;
    --about-page-ink:#0b0e0f;
    --about-page-paper:#f7f5f0;
}

.about-story-reference,
.about-values-reference{
    position:relative;
    isolation:isolate;
    width:100%;
    padding:125px 0;
    overflow:hidden;
}

.about-story-reference{
    background:
        repeating-linear-gradient(90deg,transparent 0,transparent 99px,rgba(18,22,23,.045) 100px,transparent 101px),
        var(--about-page-paper);
    color:var(--about-page-ink);
}

.about-story-reference__inner,
.about-values-reference__inner{
    position:relative;
    z-index:1;
    width:min(calc(100% - 64px),1400px);
    margin-inline:auto;
}

.about-story-reference__heading{
    width:min(100%,920px);
    margin-bottom:24px;
}

.about-story-reference__heading h2,
.about-values-reference__heading h2{
    margin:0;
    font-family:Sora,Poppins,Arial,sans-serif;
    font-size:var(--type-section-title);
    font-weight:800;
    line-height:1.08;
    letter-spacing:-1.6px;
    text-transform:uppercase;
    text-wrap:balance;
}

.about-story-reference__heading h2 span,
.about-values-reference__heading h2 span{
    display:block;
}

.about-page-reference__title-accent{
    color:var(--about-page-gold);
}

#about-hero .hero-title-zone h1{
    color:var(--paper);
}

#about-hero .hero-title-zone h1 > span{
    display:block;
}

#about-hero .about-hero-title__primary{
    color:var(--paper);
}

#about-hero .about-hero-title__keep{
    display:inline;
    white-space:nowrap;
}

#about-hero .about-hero-title__accent{
    color:var(--about-page-gold);
}

.about-story-reference__heading p,
.about-values-reference__heading p{
    margin:0;
    max-width:820px;
    font-size:var(--type-section-copy);
    font-weight:500;
    line-height:1.55;
}

.about-story-reference__heading p + p{
    margin-top:14px;
}

.about-page-reference__rule{
    display:block;
    width:100%;
    height:4px;
    margin:18px 0 17px;
    background:var(--about-page-gold);
}

.about-page-reference__signal{
    display:flex;
    align-items:center;
    gap:15px;
    width:125px;
    height:22px;
    margin:0 0 14px;
}

.about-page-reference__signal::before{
    content:"";
    width:48px;
    height:21px;
    flex:0 0 48px;
    background:var(--about-page-gold);
    transform:skewX(-26deg);
}

.about-page-reference__signal i{
    width:55px;
    height:2px;
    background:var(--about-page-gold);
}

.about-story-reference__media{
    width:100%;
    margin:0;
    overflow:hidden;
    border-radius:var(--radius-ui);
    background:#111;
    aspect-ratio:3.35/1;
}

.about-story-reference__image{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 43%;
}

.about-story-reference__facts{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    margin-top:18px;
}

.about-story-reference__fact{
    display:grid;
    grid-template-columns:62px minmax(0,1fr);
    gap:18px;
    align-items:start;
    min-height:162px;
    padding:22px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:var(--radius-ui);
    background:radial-gradient(circle at 23% 22%,rgba(255,255,255,.045),transparent 31%),linear-gradient(118deg,#202425 0%,#171a1b 55%,#0c0f10 100%);
    box-shadow:0 8px 20px rgba(0,0,0,.16);
    color:#fff;
}

.about-story-reference__fact-icon,
.about-values-reference__icon{
    display:grid;
    place-items:center;
    width:54px;
    height:54px;
    border-radius:var(--radius-ui);
    background:var(--about-page-gold);
    color:#0d1011;
}

.about-story-reference__fact-icon .icon,
.about-values-reference__icon .icon{
    display:block;
    width:29px;
    height:29px;
    max-width:29px;
    max-height:29px;
}

.about-story-reference__fact h3,
.about-values-reference__card h3{
    margin:2px 0 10px;
    color:inherit;
    font-weight:760;
    line-height:1.25;
    text-transform:uppercase;
}

.about-story-reference__fact h3{
    font-size:19px;
}

.about-values-reference__card h3{
    font-size:21px;
}

.about-story-reference__fact p,
.about-values-reference__card p{
    margin:0;
    color:rgba(255,255,255,.78);
    font-size:16px;
    font-weight:500;
    line-height:1.55;
}

.about-page-reference__cta{
    position:relative;
    display:grid;
    grid-template-columns:230px minmax(0,1fr) minmax(330px,360px);
    align-items:center;
    width:100%;
    min-height:96px;
    margin-top:18px;
    overflow:hidden;
    border:0;
    border-radius:var(--radius-ui);
    background:linear-gradient(105deg,#121617 0%,#080b0c 100%);
    color:#fff;
    text-decoration:none;
    transition:transform .22s ease,box-shadow .22s ease;
}

.about-page-reference__cta:hover{
    transform:translateY(-2px);
    box-shadow:0 14px 30px rgba(0,0,0,.2);
}

.about-page-reference__cta-mark{
    position:relative;
    align-self:stretch;
    display:grid;
    place-items:center;
    color:#101313;
    background:linear-gradient(135deg,#ffc225,var(--about-page-gold));
    clip-path:polygon(0 0,100% 0,72% 100%,0 100%);
}

.about-page-reference__cta-mark::before{
    content:"";
    display:block;
    width:34px;
    height:34px;
    background:currentColor;
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpolygon points='384.533,15 288.133,207.8 368.467,207.8 127.467,497 207.8,239.933 127.467,239.933 239.933,15' fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpolygon points='384.533,15 288.133,207.8 368.467,207.8 127.467,497 207.8,239.933 127.467,239.933 239.933,15' fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat;
}

.about-page-reference__cta-mark::after{
    content:"";
    position:absolute;
    top:-42px;
    right:22px;
    width:2px;
    height:190px;
    background:var(--about-page-gold);
    transform:rotate(28deg);
}

.about-page-reference__cta-copy{
    padding:18px 34px;
    color:#f4f3ed;
    font-size:16px;
    font-weight:500;
    line-height:1.45;
}

.about-page-reference__cta-button{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    min-height:54px;
    margin:16px 18px 16px 0;
    padding:12px 24px 12px 28px;
    border-radius:var(--radius-ui);
    background:linear-gradient(135deg,#ffc225,var(--about-page-gold));
    color:#101314;
}

.about-page-reference__cta-button strong{
    font-size:16px;
    font-weight:760;
    white-space:nowrap;
}

.about-page-reference__cta-button .icon{
    width:22px;
    height:22px;
    transition:transform .2s ease;
}

.about-page-reference__cta:hover .about-page-reference__cta-button .icon{
    transform:translateX(4px);
}

.about-values-reference{
    background:radial-gradient(circle at 23% 22%,rgba(255,255,255,.045),transparent 31%),linear-gradient(118deg,#444 0%,#444 55%,#111415 100%);
    color:#fff;
}

.about-values-reference::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-1;
    opacity:.15;
    background:repeating-linear-gradient(90deg,transparent 0,transparent 99px,rgba(255,255,255,.08) 100px,transparent 101px);
}

.about-values-reference__inner{
    display:grid;
    grid-template-columns:minmax(0,1.16fr) minmax(500px,1fr);
    grid-template-areas:"content media" "cta cta";
    gap:38px 32px;
    align-items:stretch;
}

.about-values-reference__content{
    grid-area:content;
    display:flex;
    flex-direction:column;
    min-width:0;
}

.about-values-reference__heading h2{
    color:#fff;
    font-size:38px;
    letter-spacing:-1.15px;
}

.about-values-reference__heading p{
    max-width:680px;
    color:rgba(255,255,255,.76);
}

.about-values-reference__grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-top:34px;
}

.about-values-reference__card{
    min-width:0;
    min-height:290px;
    padding:28px 20px;
    border:1px solid rgba(255,255,255,.18);
    border-top:3px solid var(--about-page-gold);
    border-radius:var(--radius-ui);
    background:rgba(9,13,14,.32);
    text-align:center;
}

.about-values-reference__card .about-values-reference__icon{
    margin-inline:auto;
}

.about-values-reference__card h3{
    margin-top:22px;
    font-size:16px;
}

.about-values-reference__card p{
    font-size:14px;
}

.about-values-reference__media{
    grid-area:media;
    align-self:stretch;
    width:100%;
    min-height:100%;
    margin:0;
    overflow:hidden;
    border:2px solid rgba(255,255,255,.35);
    border-bottom:7px solid var(--about-page-gold);
    border-radius:var(--radius-ui);
    background:#0b0e0f;
    aspect-ratio:auto;
}

.about-values-reference__image{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}

.about-values-reference .about-page-reference__cta{
    grid-area:cta;
    margin-top:0;
}

@media (max-width:1200px){
    .about-story-reference__facts{grid-template-columns:repeat(2,minmax(0,1fr))}
    .about-values-reference__inner{grid-template-columns:1fr;grid-template-areas:"content" "media" "cta"}
    .about-values-reference__media{align-self:auto;width:min(100%,850px);min-height:0;height:auto;justify-self:center;aspect-ratio:16/9}
    .about-values-reference__grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media (max-width:820px){
    .about-story-reference__inner,
    .about-values-reference__inner{width:min(calc(100% - 44px),1400px)}
    .about-story-reference__heading h2,
    .about-values-reference__heading h2{font-size:42px}
    .about-story-reference__media{aspect-ratio:16/9}
    .about-values-reference__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .about-page-reference__cta{grid-template-columns:110px 1fr}
    .about-page-reference__cta-mark{grid-column:1;grid-row:1}
    .about-page-reference__cta-copy{grid-column:2;grid-row:1;padding:20px 22px}
    .about-page-reference__cta-button{grid-column:1/-1;grid-row:2;width:calc(100% - 28px);margin:0 14px 14px}
}

@media (max-width:580px){
    .about-story-reference__inner,
    .about-values-reference__inner{width:min(calc(100% - 34px),1400px)}
    .about-story-reference__heading h2,
    .about-values-reference__heading h2{font-size:32px;line-height:1.13;letter-spacing:-.8px}
    .about-story-reference__heading p,
    .about-values-reference__heading p{font-size:16px}
    .about-page-reference__rule{height:3px;margin-block:16px}
    .about-story-reference__media{aspect-ratio:4/3}
    .about-story-reference__facts{grid-template-columns:1fr}
    .about-story-reference__fact{min-height:0}
    .about-values-reference__grid{grid-template-columns:1fr}
    .about-values-reference__card{min-height:0}
    .about-values-reference__media{aspect-ratio:4/3}
    .about-values-reference__image{object-position:56% center}
    .about-page-reference__cta{grid-template-columns:78px 1fr}
    .about-page-reference__cta-mark::after{right:0}
    .about-page-reference__cta-mark::before{width:31px;height:31px}
    .about-page-reference__cta-copy{padding:18px 16px}
}

@media print{
    .about-story-reference,
    .about-values-reference{background:#fff!important;color:#111!important}
}

/* On mobile the dark values section uses the first desktop gradient colour as
   one solid surface, without the radial or linear gradient. */
@media (max-width:760px){
    .about-values-reference{background:#444!important}
}
