@charset "UTF-8";

/*
Theme Name: Custom Theme NK Views
Author: AH-Effect
Author URI: https://www.a-h-effect.de
Description: Custom Theme
Requires at least: 6.1
Tested up to: 8.5
Requires PHP: 8.4
Version: 1.1
Text Domain: customtheme
*/

@font-face {
    font-family: "Manrope";
    src: url("assets/webfonts/Manrope-ExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("assets/webfonts/Manrope-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("assets/webfonts/Manrope-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("assets/webfonts/Manrope-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("assets/webfonts/Manrope-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("assets/webfonts/Manrope-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("assets/webfonts/Manrope-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Science Gothic";
    src: url("assets/webfonts/ScienceGothic-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: "Science Gothic";
    src: url("assets/webfonts/ScienceGothic-ExtraLight.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: "Science Gothic";
    src: url("assets/webfonts/ScienceGothic-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Science Gothic";
    src: url("assets/webfonts/ScienceGothic-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Science Gothic";
    src: url("assets/webfonts/ScienceGothic-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Science Gothic";
    src: url("assets/webfonts/ScienceGothic-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Science Gothic";
    src: url("assets/webfonts/ScienceGothic-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Science Gothic";
    src: url("assets/webfonts/ScienceGothic-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Science Gothic";
    src: url("assets/webfonts/ScienceGothic-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

:root {
    --nk-red: #c51d1a;
    --nk-red-dark: #9f1513;
    --nk-black: #050505;
    --nk-text: var(--nk-black);
    --nk-panel: #0d0d0d;
    --nk-line: rgba(255,255,255,.13);
    --nk-white: #fff;
    --nk-muted: rgba(255,255,255,.64);
    --font-heading: "Science Gothic", sans-serif;
    --font-body: "Manrope", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--nk-black);
    color: var(--nk-white);
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 18px;
}

.entry-content > p, 
.entry-content > ul,
.entry-content > h1, 
.entry-content > h2, 
.entry-content > h3, 
.entry-content > h4 {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.entry-content > ul > li  {
    margin-left: 25px;
}

.entry-content > h1, 
.entry-content > h2, 
.entry-content > h3, 
.entry-content > h4 {
    margin: 25px auto;
}



.bg-white * {
  color: var(--nk-text);
}

body.admin-bar header {
  top: 32px;
}

body.admin-bar .hero-section.min-vh-100 {
  min-height: calc(100vh - 32px) !important;
}

a {
    color: inherit;
    text-decoration: none;
}

.wp-block-button__link,
button {
    font: inherit;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.like-h1,
.like-h2,
.like-h3,
.like-h4,
.like-h5,
.like-h6 {
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: .96;
}

h1 > i,
h2 > i,
h3 > i,
h4 > i,
h5 > i,
h6 > i {
    font-style: normal; 
    color: var(--nk-red);
}

h1, 
.like-h1 {
  font-size: 118px;
  margin-bottom: 12px;
}

h2, 
.like-h2 {
  font-size: 62px;
}

h2.small, 
.like-h2.small {
  font-size: 48px;
}

h3, 
.like-h3 {
  font-size: 28px;
}

h4, 
.like-h4 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}

.no-padding-bottom > section.py-6 {
    padding-bottom: 0;
}

.no-padding-top > section.py-6 {
    padding-top: 0;
}

.no-preline .service-index {
    display: none;
}

/* body .no-padding-top {
    padding-top: 0;
} */

.py-6 {
    padding-top: clamp(5rem, 9vw, 9rem);
    padding-bottom: clamp(5rem, 9vw, 9rem);
}

.site-header {
    transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}

.site-header.is-scrolled {
    background: rgba(5,5,5,.84);
    backdrop-filter: blur(18px);
    box-shadow: 0 1px 0 rgba(255,255,255,.08);
}

.menu-wrapper,
.navbar {
    min-height: 92px;
}

.custom-logo-link,
.navbar-brand img,
.footer-logo {
    width: 108px;
    height: auto;
    object-fit: contain;
}

.navbar-nav a,
.navbar .nav-link {
    color: rgba(255,255,255,.78);
    font-size: 14px;
    padding-inline: 0 !important;
    position: relative;
}

.navbar-nav a::after,
.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2px;
    background: var(--nk-red);
    transition: width .25s ease;
}
.navbar-nav a:hover, 
.navbar-nav li:hover a,
.navbar-nav li.current_page_item a,
.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: #fff;
}

.navbar-nav a:hover::after, 
.navbar-nav li:hover a::after,
.navbar-nav li.current_page_item a::after,
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
    width: 20px;
}

.navbar-nav a {
  padding-top: 8px; 
  display: inline-block;
  padding-bottom: 8px;
}

.collapse.navbar-collapse {
  justify-content: flex-end;
}

.header-icons a {
    font-size: 1.1rem;
    transition: color .25s ease, transform .25s ease;
}

.header-icons a:hover {
    color: var(--nk-red);
    transform: translateY(-2px);
}

img, 
video {
  width: 100%; 
  height: auto;
}

.mobile-menu {
  display: none;
}



.hero-section {
    min-height: 760px;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

.hero-media,
.hero-video,
.hero-fallback,
.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-video {
    object-fit: cover;
    z-index: 0;
}

.hero-fallback {
    z-index: -1;
    background: radial-gradient(circle at 75% 38%, #343434 0, #171717 30%, #050505 72%);
}

.hero-overlay {
    z-index: 1;
    background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.72) 42%, rgba(0,0,0,.18) 75%, rgba(0,0,0,.5) 100%), linear-gradient(0deg, rgba(0,0,0,.82), transparent 40%);
}

.hero-section .container-xxl {
    z-index: 2;
}

.preline,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .72rem;
    font-weight: 700;
    color: rgba(255,255,255,.72);
}

.record-dot {
    width: .65rem;
    min-width: .65rem;
    height: .65rem;
    background: var(--nk-red);
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 6px rgba(197,29,26,.1);
}

/* .hero-title,
.display-title {
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: -.055em;
    line-height: .96;
} */

/* .hero-title {
    font-size: clamp(3.5rem, 7vw, 7.6rem);
}

.display-title {
    font-size: clamp(2.7rem, 5vw, 5.5rem);
} */

#typedWord {
    color: #fff;
}

.typing-cursor {
    display: inline-block;
    width: 3px;
    height: .76em;
    background: var(--nk-red);
    margin-left: .09em;
    animation: blink .8s infinite;
    vertical-align: baseline;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.hero-copy {
    max-width: 620px;
    color: rgba(255,255,255,.74);
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.75;
}

.wp-block-button__link,
.btn {
    border-radius: 2px;
    font-weight: 700;
    font-size: .86rem;
    padding: .95rem 1.35rem;
}

.wp-block-button__link {
    background-color: var(--nk-red);
    border-color: var(--nk-red);
}


.wp-block-button__link,
.btn-primary {
    --bs-btn-bg: var(--nk-red);
    --bs-btn-border-color: var(--nk-red);
    --bs-btn-hover-bg: var(--nk-red-dark);
    --bs-btn-hover-border-color: var(--nk-red-dark);
}

.icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
}

.scroll-cue {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: .62rem;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.scroll-ring {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.scroll-ring span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--nk-red);
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(.8);
        opacity: .5;
    }

    50% {
        transform: scale(1.25);
        opacity: 1;
    }
}

.viewfinder-corner,
.section-marker {
    width: 24px;
    height: 24px;
    border-top: 3px solid var(--nk-red);
    border-left: 3px solid var(--nk-red);
    border-top-left-radius: 8px;
}

.subpage-header {
    min-height: clamp(420px, 58vh, 660px);
    padding-top: clamp(8rem, 14vw, 11rem);
    padding-bottom: clamp(3.5rem, 8vw, 6rem);
    background: #050505;
    color: #ffffff;
    isolation: isolate;
}

.subpage-header-background {
    position: absolute;
    inset: 0;
    z-index: -4;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subpage-header-overlay {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.85;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, .94) 0%,
            rgba(0, 0, 0, .78) 42%,
            rgba(0, 0, 0, .32) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .36) 0%,
            rgba(0, 0, 0, .08) 38%,
            rgba(0, 0, 0, .82) 100%
        );
}

.subpage-header-glow {
    position: absolute;
    z-index: -2;
    right: 8%;
    bottom: -140px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(197, 29, 26, .16);
    filter: blur(90px);
    pointer-events: none;
}

.subpage-header-content {
    max-width: 780px;
}

.subpage-header .preline {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.subpage-header .preline-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--nk-red, #c51d1a);
    box-shadow: 0 0 0 6px rgba(197, 29, 26, .12);
}

.subpage-header-title {
    max-width: 990px;
    margin: 0;
    color: #ffffff;
    line-height: .96;
    letter-spacing: -.045em;
    font-size: 77px;
}


.subpage-header-text {
    max-width: 650px;
    margin-top: 1.6rem;
    color: rgba(255, 255, 255, .68);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.7;
}

.subpage-header-text > :last-child {
    margin-bottom: 0;
}

.subpage-header .btn {
    margin-top: 1.8rem;
}

.subpage-header .icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
}

.subpage-header .viewfinder-corner {
    position: absolute;
    width: 26px;
    height: 26px;
    pointer-events: none;
}

.subpage-header .corner-top-right {
    top: clamp(7rem, 11vw, 9rem);
    right: clamp(1.5rem, 5vw, 5rem);
    border: 0;
    border-radius:0; 
    border-top-left-radius: 8px;
    border-top: 3px solid var(--nk-red);
    border-left: 3px solid var(--nk-red);
}

.subpage-header .corner-bottom-left {
    bottom: clamp(1.5rem, 4vw, 3rem);
    left: clamp(1.5rem, 5vw, 5rem);
    border: 0;
    border-radius:0; 
    border-bottom-left-radius: 8px;
    border-bottom: 3px solid var(--nk-red);
    border-left: 3px solid var(--nk-red);
}

.subpage-header-record-dot {
    position: absolute;
    right: clamp(2rem, 8vw, 8rem);
    bottom: clamp(2rem, 6vw, 5rem);
    width: clamp(54px, 6vw, 82px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--nk-red, #c51d1a);
}

/* section.section-text .section-marker {
  margin-left: -32px;
} */

.viewfinder-corner {
    position: absolute;
    z-index: 2;
    right: 4.5vw;
}

.corner-top-right {
    top: 130px;
    transform: rotate(90deg);
}

.corner-bottom-right {
    bottom: 48px;
    transform: rotate(180deg);
}

.social-rail {
    position: fixed;
    z-index: 20;
    right: 2.1rem;
    top: 50%;
    transform: translateY(-42%);
    flex-direction: column;
    align-items: center;
    gap: .8rem;
}

.social-rail a {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    background: rgba(0,0,0,.28);
    backdrop-filter: blur(8px);
    transition: .25s ease;
}

.social-rail a:hover {
    color: var(--nk-red);
    border-color: var(--nk-red);
}

.social-rail > span {
    width: 1px;
    height: 40px;
    background: linear-gradient(transparent, rgba(255,255,255,.35), transparent);
    position: relative;
}

.social-rail > span::after {
    content:"";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--nk-red);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.section-light {
    background: #f4f4f2;
    color: #111;
}

.section-marker {
    margin-bottom: 1rem;
}

.lead-sm {
    font-size: 1.1rem;
}

.service-icons .col {
    position: relative;
}

.service-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 1rem;
    display: grid;
    place-items: center;
    font-size: 2rem;
}

.service-icons span {
    color: #111;
    font-weight: 700;
    font-size: .8rem;
}

.service-icons span::after {
    content: "";
    width: 26px;
    height: 2px;
    background: var(--nk-red);
    display: block;
    margin: .65rem auto 0;
}

.section-heading {
    max-width: 850px;
}

.section-heading .display-title {
    margin-top: 1rem;
}

.service-row {
    background: var(--nk-panel);
    border: 1px solid var(--nk-line);
    min-height: 460px;
}

.media-card {
    min-height: 380px;
    overflow: hidden;
}

.media-card > img {
    object-fit: cover;
    height: 100%;
}

.video-preview {
    border: 0;
    padding: 0;
    background: #111;
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
    color: #fff;
    text-align: left;
}

.video-preview::after {
    content:"";
    position:absolute;
    inset:0;
    background: linear-gradient(0deg, rgba(0,0,0,.65), transparent 52%);
    transition: background .35s ease;
}

.video-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s ease;
}

.video-preview:hover img {
    transform: scale(1.045);
    filter: brightness(1.08);
}

.play-button {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 58px;
    height: 58px;
    border: 2px solid var(--nk-red);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(0,0,0,.46);
    font-size: 1.55rem;
    transition: transform .25s ease, background .25s ease;
}

.video-preview:hover .play-button {
    transform: translate(-50%,-50%) scale(1.08);
    background: var(--nk-red);
}

.service-copy {
    padding: clamp(2.5rem, 5vw, 6rem);
}

.service-index {
    color: var(--nk-red);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.service-copy h2 {
    hyphens: auto;
}

.service-subline {
    color: #fff !important;
    font-weight: 600;
}

.service-copy p {
    color: var(--nk-muted);
    max-width: 560px;
    line-height: 1.75;
}

.text-link {
    display: inline-flex;
    gap: .6rem;
    align-items: center;
    font-weight: 700;
    font-size: .82rem;
    margin-top: .8rem;
}

.text-link i {
    color: var(--nk-red);
    transition: transform .2s ease;
}

.text-link:hover i {
    transform: translateX(5px);
}

.border-section {
    border-top: 1px solid var(--nk-line);
    border-bottom: 1px solid var(--nk-line);
}

.showreel-frame {
    aspect-ratio: 16/9;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 4px;
}

.play-button-lg {
    width: 78px;
    height: 78px;
    font-size: 2rem;
}

.record-badge {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 22px;
    width: 32px;
    height: 32px;
    background: var(--nk-red);
    border-radius: 50%;
}

.portfolio-card {
    aspect-ratio: 16/8.8;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
}

.portfolio-meta {
    position: absolute;
    z-index: 3;
    left: 24px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
}

.portfolio-meta strong {
    font-family: var(--font-heading);
    font-size: 1.15rem;
}

.portfolio-meta small {
    color: rgba(255,255,255,.7);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(7, auto);
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 3vw, 3.2rem);
}

.values-grid i {
    display: block;
    width: 1px;
    height: 50px;
    background: var(--nk-red);
}

.values-grid span {
    transition: color .25s ease;
}

.values-grid span:hover {
    color: var(--nk-red);
}

.portrait-frame {
    position: relative;
    max-width: 480px;
    margin-inline: auto;
}

.portrait-frame img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    filter: grayscale(1);
}

.portrait-dot {
    width: 52px;
    height: 52px;
    background: var(--nk-red);
    border-radius: 50%;
    position: absolute;
    right: -18px;
    bottom: 24px;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 2rem;
    color: #111;
}

.benefit-list li {
    display: flex;
    gap: 1rem;
}

.benefit-list li > span {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    background: var(--nk-red);
    border-radius: 50%;
    margin-top: .35rem;
}

.benefit-list strong,
.benefit-list small {
    display: block;
}

.benefit-list small {
    color: #666;
    margin-top: .35rem;
    line-height: 1.55;
}

.process-card {
    height: 100%;
    border-top: 1px solid rgba(255,255,255,.28);
    padding: 1.8rem 0;
}

.process-card > span {
    color: var(--nk-red);
    font-weight: 700;
    font-size: 1.5rem;
}

.process-card h3 {
    font-family: var(--font-heading);
    margin-top: 1.7rem;
}

.process-card p {
    color: var(--nk-muted);
    margin: 0;
}

.process-card .btn {
    margin-top: 15px;
}

.contact-cta h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 4rem);
    letter-spacing: -.045em;
}

.contact-cta h2 span {
    color: var(--nk-red);
}

.logo-slider-inner .image-grid-item {
    height: 60px;
    padding: 0 32px;
}

.logo-slider-inner .image-grid-item img {
    object-fit: contain;
    height: 100%;
    max-width: 200px;
}

.logo-slider-inner .image-grid-item:not(:hover) img {
    filter: saturate(0);
}

footer.entry-footer {
  display: none;
}

.site-footer {
    background: #030303;
}

.site-footer h3 {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 1.2rem;
}

.site-footer .menu,
.site-footer #menu-primary {
  padding: 0; 
  margin: 0;
  list-style: none;
}

.site-footer a {
    display: block;
    color: rgba(255,255,255,.62);
    font-size: .82rem;
    margin-bottom: .65rem;
}

.site-footer a:hover {
    color: #fff;
}

.footer-record {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    position: relative;
    border-radius: 8px;
}

.footer-record::before,
.footer-record::after {
    content:"";
    position:absolute;
    background:#030303;
}

.footer-record::before {
    width: 50px;
    height: 104px;
    left: 25px;
    top: -4px;
}

.footer-record::after {
    height: 50px;
    width: 104px;
    top: 25px;
    left: -4px;
}

.footer-record span {
    position:absolute;
    z-index:1;
    width:58px;
    height:58px;
    border-radius:50%;
    background:var(--nk-red);
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.38);
    font-size: .75rem;
}

.video-modal .modal-content {
    box-shadow: 0 30px 100px rgba(0,0,0,.8);
}

/* #usercentrics-root #uc-fading-wrapper {
    border: 2px solid red;
}

#usercentrics-root #uc-fading-wrapper img {
    display: none;
} */

@media screen and (max-width: 1024px) {
  .primary-menu-container {
    display: none;
  }

  label.hamburg {
    display: block;
    background: transparent;
    width: 36px;
    height: 12px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 21;
  }

  input#hamburg {
    display:none
  }

  .navbar-toggler-icon {
    display: block;
    position: relative;
    background-image: unset;
    width: 36px;
    height: 15px; 
  }

  .line {
   position: absolute;
   left:0;
   height: 2px;
   width: 36px;
   background: #ffffff;
   display: block;
   transition: 0.5s;
   transform-origin: center;
  }

  .line:nth-child(1) { top: 0px; }
  .line:nth-child(2) { top: 10px; }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon > .line:nth-child(1),
  #hamburg:checked + .hamburg .line:nth-child(1){
    transform: translateY(5px) rotate(-45deg);
    background-color: #ffffff;
  }


  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon > .line:nth-child(2),
  #hamburg:checked + .hamburg .line:nth-child(2){
    transform: translateY(-5px) rotate(45deg);
    background-color: #ffffff;
  }



  .mobile-menu-wrapper {
    display: block;
    background: var(--primary-color);
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 20;
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    padding-bottom: 200px;
    padding: 0;
    z-index: -1;
    background: rgba(5, 5, 5, .92);
    backdrop-filter: blur(16px);
  }

  #hamburg:checked + .hamburg + .mobile-menu-wrapper {
    max-height: 100dvh;
    overflow: scroll;
    transition: max-height 1s ease-in-out;
  }

  .mobile-menu-wrapper > .inner {
    padding: 120px 24px 15px 24px;
  }

  .mobile-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-wrapper a {
    line-height: 1;
    margin-left: 0;
    margin-bottom: 22px;
    display: block;
    color: #ffffff;
    text-decoration:none;
    text-decoration: none;
    position: relative;
  }

    .subpage-header .corner-top-right {
        right: 24px;
    }

    .subpage-header .corner-bottom-left {
        left: 24px;
    }




  header .mobile-menu-container .menu-item.insta a {
      background-image: url(assets/images/icon-instagram-white.svg); 
  }

  header .footer-navigation a {
    font-size: 16px;
    margin-bottom: 12px;
  }
}


@media (max-width: 990px) {
      .mobile-menu {
        display: block;
    }
    
    .site-header {
        background: rgba(5,5,5,.92);
        backdrop-filter: blur(16px);
    }

    .navbar-collapse {
        padding: 1rem 0 1.5rem;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .hero-section {
        min-height: 720px;
    }

    .scroll-cue {
        display: none;
    }

    .service-row {
        min-height: 0;
    }

    .media-card {
        min-height: 320px;
    }

    .values-grid {
        /* grid-template-columns: 1fr 1px 1fr; */
        justify-content: stretch;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .values-grid span:nth-of-type(3),
    .values-grid i:nth-of-type(3) {
        display: none;
    }

    .subpage-header {
        min-height: 500px;
    }


    .subpage-header-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, .92) 0%,
                rgba(0, 0, 0, .66) 100%
            ),
            linear-gradient(
                180deg,
                rgba(0, 0, 0, .20) 0%,
                rgba(0, 0, 0, .84) 100%
            );
    }

    .subpage-header-record-dot {
        width: 52px;
        opacity: .8;
    }

    h1, .like-h1 {
        font-size: 75px;
    }

    .subpage-header {
        padding-bottom: 90px;
    }

    .media-card {
        max-height: 400px;
    }

    
}

@media (max-width: 600px) {
    * {
        hyphens:  auto;
    }

    h1, .like-h1 {
        font-size: 42px;
          margin-bottom: 12px;
    }

    h2, .like-h2 {
        font-size: 36px;
        line-height: 1.1;
    }

    h2.small, .like-h2.small {
        font-size: 32px;
    }


    .hero-section h1.hero-title {
        font-size: 40px;
        line-height: 1.2;
    }

    body .hero-section .container-xxl.container-fluid {
        padding-bottom: 100px !important;
    }


    .hero-section {
        min-height: 760px;
    }

    .hero-overlay {
        background: linear-gradient(90deg, rgba(0,0,0,.94), rgba(0,0,0,.52)), linear-gradient(0deg, rgba(0,0,0,.88), transparent);
    }

    .hero-title {
        font-size: clamp(3rem, 16vw, 4.8rem);
    }

    .btn-lg {
        width: 100%;
    }

    .media-card {
        min-height: 250px;
    }

    .subpage-header {
        min-height: 460px;
        padding-top: 7rem;
        padding-bottom: 3rem;
    }

    .subpage-header-title {
        max-width: 92%;
    }

    .subpage-header-record-dot {
        right: 1.25rem;
        bottom: 1.25rem;
        width: 42px;
    }

    .service-copy {
        padding: 2.2rem 1.5rem;
    }

    .portfolio-card {
        aspect-ratio: 4/3;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .values-grid i {
        width: 30px;
        height: 1px;
        margin: auto;
    }

    .portrait-dot {
        right: 12px;
    }

    .subpage-header {
        padding-bottom: 65px;
        padding-top: 180px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

