@font-face {
    font-family: 'FontAwesome';
    src: url('/assets/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/assets/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/assets/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/assets/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
  font-family: 'Oswald';
  src: url('/assets/fonts/oswald-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-device-width: 480px){
    body{
      -webkit-text-size-adjust: none;
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
header ol,
header ul,
header li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
main,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

header ol,
header ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-phone:before {
    content: "\f095"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-check:before {
    content: "\f00c"
}

body {
    font-family: Arial, Verdana, Helvetica, Roboto, 'Droid Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #151515;
    background-color: #fff;
    overflow-x: hidden;
}

a {
    color: #C84E12;
    text-decoration: none;
}

b,
strong {
    font-weight: 700;
}

p,
ol,
ul,
blockquote {
    margin: 0 0 10px;
}

.cols ul {
    list-style: none;
    padding: 0;
}

.cols ul li {
    padding: 0 0 0 1px;
}

.cols ul li:before {
    content: '';
    display: list-item;
    float: left;
    list-style-type: disc;
    list-style-position: inside;
    width: 9px;
    position: relative;
    top: -1px;
}

img {
    max-width: 100%; height: auto
}

#contacts {
    background: rgb(51, 51, 51);
}

.container {
    max-width: 960px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media screen and (min-width: 968px) {
    .container {
        width: 960px;
    }
}
#contacts>div {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

#contacts a {
    color: rgb(236, 236, 236);
    display: inline-block;
    margin: 0 15px 0 0;
}

@media screen and (max-width: 967px) {
    #contacts>div.container {
        padding: 0;
    }

    #contacts a {
        font-size: 24px;
        padding: 4px 0 0;
    }
}

#contacts div>a:first-child {
    margin-left: 15px;
}

#brand {
    padding: 15px;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    width: calc(80% - 30px);
}

#brand a {
    color: #151515;
    line-height: 45px;
}
header {
    margin: 0 0 60px;
}

@media screen and (min-width: 968px) {
    header {
        margin: 0 0 75px;
    }
}

header label {
    display: block;
    position: absolute;
    top: 57px;
    right: 15px;
    padding: 9px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

header label span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #999;
    margin-top: 4px;
}

header label span:first-child {
    margin-top: 0;
}

#mobile-menu-toggle {
    position: absolute;
    top: -9999px;
    left: -9999px;
    opacity: 0;
}

#navbar {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
}

#mobile-menu-toggle:checked~label {
    background: #ddd;
}

#mobile-menu-toggle:checked~label~#navbar {
    max-height: 400px;
    transition: max-height .3s ease-in;
}

#navbar ul {
    border-top: 1px solid #ddd;
}

#navbar li {
    border-bottom: 1px solid #ddd;
}

#navbar li:before {
    display: none !important;
}

#navbar li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    color: #151515;
    font-size: 0.88em;
    letter-spacing: 0.05em;
}

#navbar li.lang-switch {
    padding: 10px 15px;
    line-height: 20px;
    color: #151515;
    font-size: 0.88em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* the nav gives every <a> display:block; inside the switcher the three
   parts must stay on one line and read as a single word */
#navbar li.lang-switch a,
#navbar li.lang-switch .lang-current,
#navbar li.lang-switch .lang-sep {
    display: inline;
    margin: 0;
    padding: 0;
    font-size: inherit;
    letter-spacing: inherit;
}

/* letter-spacing adds a trailing gap after each glyph; pull the pipe back
   on both sides so DK|ENG closes up */
#navbar li.lang-switch .lang-sep {
    margin: 0 -0.04em;
}

#navbar li.lang-switch .lang-current {
    color: #9b9b9b;
}

@media screen and (min-width: 968px) {

    header label,
    #mobile-menu-toggle {
        display: none;
    }

    #brand {
        width: auto;
        padding: 65px 0 0 15px;
    }

    #navbar {
        max-height: none;
    }

    #navbar ul {
        border-top: 0;
        display: flex;
    }

    #navbar ul li {
        border-bottom: 0;
    }

    #navbar ul li a {
        padding: 0;
        margin: 0 15px;
    }

    #navbar ul li.lang-switch {
        margin: 0 15px;
        padding: 0;
    }

    body header>div.container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
}
main, aside {
    margin: 0 15px 50px;
}

@media screen and (min-width: 768px) {
    #portfolio {
        max-width: 750px;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #portfolio-item .cols {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #portfolio-item .cols>* {
        width: 48.5%;
    }
}
@media screen and (min-width: 968px) {
    .cols {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap !important;
    }

    .cols>* {
        width: 48.5%;
    }
}

h1 {
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 0.9;
    color: inherit;
    padding-bottom: 9px;
    margin: 0 0 20px;
    font-size: 24px;
}
.hero-title, .section-title {
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 0.9;
}
.button {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    background: #C84E12;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
}

#recommendations {
    margin: 0 15px;
    background: #FAFAFA;
    text-align: center;
    padding-bottom: 40px;
}

@media screen and (min-width: 968px) {
    #recommendations {
        margin: 0;
    }
}

#logos {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#logos span {
    display: block;
    width: 33.333333333%;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
    #logos span {
        width: 16.666666667%;
    }
}

#logos img {
    width: 100px;
    max-width: 75%;
    opacity: 0;
}

#logos.visible img {
    opacity: 1;
    transition: all 2s;
}

#logos.visible span:nth-child(1) img {
    transition-delay: 0s;
}

#logos.visible span:nth-child(2) img {
    transition-delay: 0.2s;
}

#logos.visible span:nth-child(3) img {
    transition-delay: 0.4s;
}

#logos.visible span:nth-child(4) img {
    transition-delay: 0.6s;
}

#logos.visible span:nth-child(5) img {
    transition-delay: 0.8s;
}

#logos.visible span:nth-child(6) img {
    transition-delay: 1s;
}

h2 {
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 0.9;
    color: inherit;
    padding-bottom: 9px;
    margin: 0 0 20px;
    font-size: 24px;
    margin: 20px 15px 30px;
}

#quotes {
    font-size: 16px;
    margin: 0 15px;
}

#quotes figure {
    margin-bottom: 50px;
}

#quotes figcaption {
    font-style: italic;
}

footer:not(.site-footer) {
    padding: 50px 15px 30px;
    max-width: 930px;
    margin: 0 auto;
    font-size: 12px;
    color: #151515;
    text-align: center;
}

footer:not(.site-footer) a {
    color: inherit;
}

@media screen and (max-width: 967px) {

    footer:not(.site-footer)>a,
    footer:not(.site-footer)>span {
        margin: 0 7px;
    }

    .hidden-xs {
        display: none;
    }

    #copyright {
        margin-bottom: 15px;
    }

    #copyright a {
        padding-bottom: 5px;
        border-bottom: 1px solid #C84E12;
    }
}

@media screen and (min-width: 968px) {
    footer:not(.site-footer) {
        display: flex;
        justify-content: space-between;
    }
}

#about figure {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.8115942%;
    position: relative;
    margin-bottom: 30px;
}

#about figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

@media screen and (min-width: 968px) {
    #about main {
        width: 100%;
        overflow: hidden;
    }

    #about figure {
        height: auto;
        padding: 0;
        margin: 0;
        width: 370px;
        margin: 0 15px;
        float: right;
    }

    #about figure img {
        position: relative;
    }
}

#contact-form {
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
}

#contact-form label {
    display: block;
    font-size: 13px;
    text-align: left;
    color: #151515;
    font-weight: 300;
    padding: 15px 0 0;
}

#contact-form input,
#contact-form textarea {
    width: 100%;
    margin: 5px 0;
	border: 0;
    padding: 12px 0;
    background: transparent;
	border-bottom: 1px solid #151515;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
}

@media screen and (min-width: 968px) {
    #contact-form fieldset {
        display: flex;
        justify-content: space-between;
    }

    #contact-form fieldset label {
        width: 49%;
    }
}

#contact-form>div {
    padding: 15px 0 0;
    text-align: right;
}

#contact-form>div.form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding-top: 30px;
    text-align: left;
}

#contact-form .form-privacy {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
    color: #6b6b6b;
}

#contact-form .form-privacy a {
    color: #6b6b6b;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#contact-form .form-privacy a:hover {
    color: #C84E12;
}

#contact-form .form-actions button {
    flex: 0 0 auto;
}

@media screen and (max-width: 700px) {
    #contact-form>div.form-actions {
        display: block;
    }

    #contact-form .form-privacy {
        margin-bottom: 22px;
    }
}

.btn,
#contact-form button {
    display: inline-block;
    border: 0;
    border-radius: 0;
    background: #151515;
    color: #fff;
    padding: 14px 24px;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover,
#contact-form button:hover {
    background: #C84E12;
    color: #fff;
}

/* Form status messages */

#contact-form>div.form-status {
    margin: 0 0 32px;
    padding: 18px 0 18px 20px;
    border-left: 3px solid #151515;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: left;
    color: #151515;
}

#contact-form>div.form-status-error {
    border-left-color: #C84E12;
}

#contact-form .form-status p {
    margin: 0 0 8px;
    padding: 0;
}

#contact-form .form-status p:last-child {
    margin-bottom: 0;
}

#contact-form .form-status a {
    color: #C84E12;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media screen and (min-width: 968px) {
    #portfolio {
        max-width: 940px;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    #portfolio h1 {
        margin: 0 10px 10px;
    }

    #portfolio main {
        margin: 0 -10px;
    }
}

@keyframes slide_animation {
    0% {
        opacity: 0;
    }

    4% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    29% {
        opacity: 0;
    }
}

#portfolio .slides {
    display: none;
}

@media screen and (min-width: 968px) {
    #portfolio .slides {
        display: block;
        width: 40%;
        height: 0;
        padding: 40% 10px 0;
        overflow: hidden;
        float: left;
        list-style: none;
        margin: 0;
        box-sizing: border-box;
        position: relative;
    }

    #portfolio .slides li {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 0;
        margin: 0;
        opacity: 0;
        overflow: hidden;
    }

    #portfolio .slides li img {
        width: 100%;
    }

    #portfolio .slides>li {
        animation-name: slide_animation;
        animation-duration: 12s;
        animation-iteration-count: infinite;
    }

    #portfolio .slides>li:nth-child(2) {
        animation-delay: 3s;
    }

    #portfolio .slides>li:nth-child(3) {
        animation-delay: 6s;
    }

    #portfolio .slides>li:nth-child(4) {
        animation-delay: 9s;
    }

    #portfolio .slides li:before {
        display: none;
    }

    #portfolio-list::after {
        content: "";
        clear: both;
        display: table;
    }

    #portfolio-list>a {
        display: block;
        width: 20%;
        float: left;
        position: relative;
        overflow: hidden;
        padding: 10px;
        box-sizing: border-box;
        color: #151515;
    }

    #portfolio-list>a>h4 {
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background: rgba(255, 255, 255, 0.85);
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 18px;
        line-height: 1.1;
        opacity: 0;
        transition: all 0.5s;
    }

    #portfolio-list>a:hover>h4 {
        opacity: 1;
    }
}

@media screen and (max-width: 967px) {
    #portfolio-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 50px;
    }

    #portfolio-list>a {
        display: block;
        width: calc(33.3333333% - 5px);
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
        color: #151515;
        margin-bottom: 10px;
    }

    #portfolio-list>a>h4 {
        position: absolute;
        top: auto;
        left: 0px;
        right: 0px;
        bottom: 0px;
        text-align: center;
        font-size: 18px;
        line-height: 1.5;
    }

    #portfolio-list>a>h4 span {
        background: rgba(255, 255, 255, 0.85);
        display: block;
        padding: 10px;
    }
}
@media screen and (max-width: 414px) {
    #portfolio-list>a {
        width: calc(50% - 5px);
    }
}

#portfolio-list>a>h4 small {
    display: block;
    font-size: 75%;
}

#portfolio-list>a>img {
    display: block;
    width: 100%;
}

/* Legacy portfolio item layout */

#portfolio-item:not(:has(.case-page)) h2 {
    font-size: 0.85em;
    margin: 15px 0 10px;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 0;
}

#portfolio-item:not(:has(.case-page)) h1 {
    font-weight: normal;
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0;
    line-height: inherit;
}

#portfolio-item:not(:has(.case-page)) p {
    font-size: 15px;
}

.portfolio-item-info {
    margin: 50px 0;
}

@media screen and (max-width: 767px) {
    .portfolio-item-info.cols div:first-child {
        margin-bottom: 50px;
    }
}




.carousel {
    overflow: hidden;
    position: relative;
    padding: 0;
    list-style: none;
    margin: 50px 0;
}

.carousel-arrows,
.carousel>input {
    display: none;
}

.carousel>input:checked + .carousel-arrows  + .carousel-slide,
.carousel>input:checked + .carousel-slide {
    transition: opacity 0.5s;
    opacity: 1;
}

.carousel>input:checked + .carousel-arrows {
    display: block;
    opacity: 1;
}


.carousel-arrows>label {
    height: 30px;
    width: 30px;
    margin-top: -15px;
    top: 50%;
    position: absolute;
    display: block;
    cursor: pointer;
    border-width: 5px 5px 0 0;
    border-style: solid;
    border-color: #151515;
    opacity: 0.35;
    outline: 0;
    z-index: 3;
}

.carousel-arrows>label:hover {
    opacity: 1;
}

.backward {
    left: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.forward {
    right: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel-dots {
    text-align: center;
}

.carousel-dots>label {
    height: 11px;
    width: 11px;
    border-radius: 100%;
    display: inline-block;
    cursor: pointer;
    opacity: 0.5;
    margin: 0 2.5px 0 2.5px;
    background: #151515;
    position: relative;
    z-index: 10;
}

.carousel-dots>label:hover {
    opacity: 1;
}
.carousel>input:nth-of-type(1):checked~.carousel-dots>label:nth-of-type(1),
.carousel>input:nth-of-type(2):checked~.carousel-dots>label:nth-of-type(2),
.carousel>input:nth-of-type(3):checked~.carousel-dots>label:nth-of-type(3),
.carousel>input:nth-of-type(4):checked~.carousel-dots>label:nth-of-type(4),
.carousel>input:nth-of-type(5):checked~.carousel-dots>label:nth-of-type(5),
.carousel>input:nth-of-type(6):checked~.carousel-dots>label:nth-of-type(6),
.carousel>input:nth-of-type(7):checked~.carousel-dots>label:nth-of-type(7),
.carousel>input:nth-of-type(8):checked~.carousel-dots>label:nth-of-type(8),
.carousel>input:nth-of-type(9):checked~.carousel-dots>label:nth-of-type(9),
.carousel>input:nth-of-type(10):checked~.carousel-dots>label:nth-of-type(10),
.carousel>input:nth-of-type(11):checked~.carousel-dots>label:nth-of-type(11),
.carousel>input:nth-of-type(12):checked~.carousel-dots>label:nth-of-type(12) {
    opacity: 1;
}


.carousel-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    opacity: 0;
}
.carousel-slide:nth-of-type(1) {
    position: relative;
    height: auto;
    width: 100%;
}
.carousel-slide:before {
    display: none;
}

.carousel-slide {
    overflow: hidden;
}

#portfolio-item-data p {
    margin: 0;
}

/* Case navigation
.case-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3em 0 1em;
    padding-top: 1.5em;
    border-top: 1px solid #ddd;
    gap: 2em;
}

.case-nav a {
    color: #151515;
    text-decoration: none;
    font-size: 0.9em;
}

.case-nav a:hover,
#navbar li a:hover {
    color: #C84E12;
}

#navbar li a.active {
    color: #C84E12;
}
.case-nav-disabled {
    color: #999;
}  */

/* About hero */

#about main {
    margin-top: 0;
}

.about-hero {
    margin-bottom: 50px;
}

.eyebrow {
    margin: 0 0 18px;
    color: #C84E12;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1em;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-hero h1 {
    margin: 0;
    padding: 0;
    font-family: Oswald, Arial, sans-serif;
    font-size: clamp(3.8rem, 9vw, 6.8rem);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #151515;
}
.about-hero h1 span {
    display: block;
    white-space: nowrap;
}

#about .about-hero-image {
    width: 100%;
    height: auto;
    margin: 35px 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

#about .about-hero-image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 968px) {
    .about-hero {
        display: grid;
        grid-template-columns: 1fr 46%;
        gap: 55px;
        align-items: start;
        margin-bottom: 70px;
    }

    #about .about-hero-image {
        float: none;
        width: auto;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .about-hero h1 span {
        white-space: normal;
    }
}

#about main p {
    max-width: 720px;
    line-height: 1.75;
    margin-bottom: 1.6em;
}
/* Home hero */

.home-hero {
    margin: 0 0 70px;
}

.home-hero h1 {
    margin: 0;
    padding: 0;
    font-family: Oswald, Arial, sans-serif;
    font-size: clamp(3.8rem, 9vw, 6.8rem);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #151515;
}

.home-hero h1 span {
    display: block;
    white-space: nowrap;
}

/*.home-hero-text a {
    display: inline-block;
    margin-top: 2.5em;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #C84E12;
} */

.home-hero-meta {
    margin-top: 30px;
    font-size: 1.22rem;
    line-height: 1.72;
    color: #151515;
}

.home-hero-meta a{
    color: #C84E12;
    white-space: nowrap;
}

.home-hero-meta a:hover{
    color: #151515;
}

/* .home-hero-text a:hover {
    color: #151515;
} */

.home-hero-image {
    margin: 45px 0 0;
}

.home-hero-image img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 968px) {
    .home-hero {
        display: grid;
        grid-template-columns: 44% 56%;
        gap: 35px;
        align-items: center;
        margin: 0 -35px 100px 0;
    }

    .home-hero-image {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .home-hero h1 span {
        white-space: normal;
    }
}

/* Home editorial sections */

.home-section {
    background: #fff;
    margin: 0;
    padding: 70px 0;
}

#recommendations {
    background: #fff;
    text-align: left;
}

#logos.home-logos {
    padding-top: 0;
    margin-bottom: 70px;
    align-items: center;
}

#logos.home-logos img {
    opacity: 1;
    width: auto;
    max-width: none;
}

/* Optical balance in a horizontal row is a matter of HEIGHT, not width.
   Each mark gets its own height; the width follows from the artwork.
   Compact wordmarks (BoD) need least; tall narrow marks (drop, heron)
   need most. Adjust these numbers, nothing else. */
#logos.home-logos .logo-hayhouse img  { height: 62px; }
#logos.home-logos .logo-lr img        { height: 54px; }
#logos.home-logos .logo-forfatter img { height: 58px; }
#logos.home-logos .logo-biosa img     { height: 68px; }
#logos.home-logos .logo-bod img       { height: 42px; }
#logos.home-logos .logo-gyldendal img { height: 68px; }

.section-kicker {
    margin: 0 15px 35px;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #C84E12;
}

.quote-grid {
    margin: 0 15px;
}

.quote-grid figure {
    margin: 0 0 45px;
}

.quote-grid blockquote {
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1.5em;
}

.quote-grid figcaption {
    font-style: normal;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.quote-grid figcaption span {
    font-size: 0.75rem;
    font-weight: normal;
    letter-spacing: 0.03em;
    text-transform: none;
}

@media screen and (min-width: 968px) {
    .home-section {
        padding: 90px 0;
    }

    .quote-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 55px;
    }

    .quote-grid figure {
        margin: 0;
    }
}

/* Home services — displaced block.
   Left edge lands on nothing; right edge holds the container grid. */

.home-services {
    padding: 20px 0 65px;
}

.home-services-block {
    margin: 0 15px;
}

.home-services-block .section-kicker {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 26px;
}

.home-services-intro {
    margin: 0 0 38px;
    font-size: 1rem;
    line-height: 1.75;
    color: #151515;
}

.service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-list li {
    margin-bottom: 26px;
}

.service-list li:last-child {
    margin-bottom: 0;
}

.service-list h2 {
    margin: 0 0 4px;
    padding: 0;
    font-family: Oswald, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.3;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #151515;
}

.service-list p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: #454545;
}

@media screen and (min-width: 968px) {
    .home-services-block {
        margin-left: 15%;
        margin-right: 0;
    }
}

/* Home closing CTA */

.home-cta {
    padding: 20px 0 100px;
}

.home-cta-inner {
    margin: 0 15px;
    padding-top: 70px;
    border-top: 1px solid #e2e2e2;
}

.home-cta-inner .section-kicker {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 22px;
}

.home-cta h2 {
    margin: 0 0 24px;
    padding: 0;
    max-width: 12em;
    font-family: Oswald, Arial, sans-serif;
    font-size: clamp(2.4rem, 5.5vw, 3.6rem);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    color: #151515;
}

.home-cta p {
    margin: 0 0 30px;
    max-width: 32em;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #151515;
}

.home-cta-link {
    display: inline-block;
    padding-bottom: 4px;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #C84E12;
    border-bottom: 1px solid currentColor;
}

.home-cta-link:hover {
    color: #151515;
}

/* Contact page */

.contact-hero {
    margin: 0 0 100px;
}

.contact-hero h1 {
    margin: 0;
    padding: 0;
    font-family: Oswald, Arial, sans-serif;
    font-size: clamp(4rem, 9vw, 7rem);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #151515;
}

.contact-hero h1 span {
    display: block;
    white-space: nowrap;
}

/* Contact hero — headline left, image right. Mirrors .about-hero. */

.contact-hero-image {
    width: 100%;
    height: auto;
    margin: 35px 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.contact-hero-image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 968px) {
    .contact-hero {
        display: grid;
        grid-template-columns: 1fr 46%;
        gap: 55px;
        align-items: start;
    }

    .contact-hero-image {
        margin: 0;
    }
}

.contact-intro {
    max-width: 520px;
    margin-top: 30px;
    font-size: 1.22rem;
    line-height: 1.72;
}

.contact-layout {
    margin-bottom: 90px;
}

.contact-info {
    margin-bottom: 50px;
}

.contact-info h2,
.contact-form-wrap h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 0.95rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #C84E12;
}

.contact-info p {
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.6;
}

.contact-info a {
    color: #151515;
}

.contact-info a:hover {
    color: #C84E12;
}

.contact-note {
    margin-top: 35px;
    max-width: 320px;
    color: #151515;
    font-size: 1rem;
    line-height: 1.7;
}

.contact-form-wrap {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

@media screen and (min-width: 968px) {

    .contact-layout {
        display: grid;
        grid-template-columns: 34% 1fr;
        gap: 70px;
        align-items: start;
    }

    .contact-info {
        margin-bottom: 0;
        position: sticky;
        top: 40px;
    }

    .contact-form-wrap {
        border-top: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .contact-hero h1 span {
        white-space: normal;
    }
}

/* Editorial footer */

.site-footer {
    margin-top: 100px;
    padding: 55px 0 45px;
    text-align: left;
}

/* 960px wide with a 15px inset, the same as #portfolio and the same as
   the 0 15px margins the page sections use. Without the inset the footer
   columns sit 15px outside the grid everything else lines up on. */
.site-footer-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.site-footer p,
.site-footer a {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #151515;
}

.site-footer a:hover {
    color: #C84E12;
}

.footer-label {
    margin-bottom: 10px !important;
    font-family: Oswald, Arial, sans-serif;
    font-size: 0.81rem !important;
    line-height: 1 !important;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #151515;
}

.footer-group {
    margin-bottom: 38px;
}

@media screen and (min-width: 968px) {

    .site-footer {
        padding: 65px 0 50px;
    }

    .site-footer-inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 70px;
        align-items: start;
    }

    .footer-group {
        margin-bottom: 0;
    }
}

/* Privacy page */

.privacy-header {
    margin: 00 0 60px;
}

.privacy-header h1 {
    margin: 0;
    padding: 0;
    font-family: Oswald, Arial, sans-serif;
    font-size: 3em;
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #151515;
}

.privacy-content {
    max-width: 720px;
    margin-bottom: 100px;
}

.privacy-content p {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1.6em;
}

.privacy-content h2 {
    margin: 45px 0 18px;
    padding: 0;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #151515;
}

@media screen and (max-width: 767px) {
    .privacy-hero h1 span {
        white-space: normal;
    }
}


/* Case pages */

.case-page {
    margin: 0 15px 100px;
}

.case-hero {
    margin-bottom: 24px;
}

.case-hero h1 {
    margin: 8px 0 0;
    padding: 0;
    font-family: Oswald, Arial, sans-serif;
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #151515;
}

.case-hero h1 span {
    display: block;
}

.case-intro {
    max-width: 520px;
    margin-top: 14px;
    font-size: 1.18rem;
    line-height: 1.75;
}

.case-meta {
    margin: 38px 0 58px;
    font-family: Oswald, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.55;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #151515;
}

.case-meta p {
    margin: 0 0 5px;
}

.case-text {
    max-width: 620px;
    margin: 65px auto;
}

.case-text p {
    font-size: 1.08rem;
    line-height: 1.9;
    margin-bottom: 1.55em;
}

.case-image {
    margin: 60px 0;
}

.case-image-large {
    margin: 0 auto 42px;
}

.case-image img {
    display: block;
    width: 100%;
    height: auto;
}

.case-image-large img {
    max-width: 700px;
    margin: 0 auto;
}

.case-image-detail {
    margin: 75px 0;
}

.case-image-detail img {
    width: 100%;
}

/* Editorial case navigation */

.case-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(3rem, 10vw, 8rem);
    margin: 110px 0 55px;
    padding: 0;
}

.case-nav a {
    display: inline-flex;
    align-items: center;
    font-family: Oswald, Arial, sans-serif;
    font-size: 0.82rem;
    line-height: 1;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #151515;
}

.case-nav a:hover {
    color: #C84E12;
}

.case-nav-prev::before,
.case-nav-next::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: border-color 0.2s ease;
}

.case-nav-prev::before {
    margin-right: 0.85em;
    border-right: 9px solid #C84E12;
}

.case-nav-next::after {
    margin-left: 0.85em;
    border-left: 9px solid #C84E12;
}

.case-nav-prev:hover::before {
    border-right-color: #151515;
}

.case-nav-next:hover::after {
    border-left-color: #151515;
}

@media screen and (min-width: 968px) {
    .case-page {
        margin: 0 15px 115px;
    }

    .case-text {
        max-width: 600px;
        margin: 68px auto;
    }

    .case-image {
        margin: 72px 0;
    }
}

@media screen and (max-width: 767px) {
    .case-nav {
        gap: 1.7rem;
        margin: 80px 0 40px;
        flex-wrap: wrap;
    }

    .case-nav a {
        font-size: 0.78rem;
    }
}

/* Portfolio justified rows */

#portfolio {
    max-width: 960px;
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

#portfolio > .eyebrow {
    margin: 0 0 18px;
}

#portfolio main {
    margin: 0 0 90px;
}

#portfolio .portfolio-rows {
    display: block;
}

/* One gap value, used both directions: 24px between columns and 24px
   below each caption. Change both if you change either. */
#portfolio .portfolio-row {
    display: flex;
    gap: 36px;
    margin-bottom: 9px;
    width: 100%;
    align-items: flex-start;
}

#portfolio .portfolio-item {
    display: block;
    flex: var(--ratio) 1 0;
    min-width: 0;
    text-decoration: none;
}

#portfolio .portfolio-item img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    transition: opacity 0.25s ease;
}

#portfolio .portfolio-item:hover img {
    opacity: 0.65;
}

/* Caption: the role, muted, with an arrow that says there is more behind
   the click. Goes to ink on hover so the whole tile reads as one target. */

#portfolio .portfolio-caption {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0;
    color: #151515;
    transition: color 0.2s ease;
}

#portfolio .portfolio-caption-arrow {
    display: inline-block;
    margin-left: 8px;
    transition: transform 0.2s ease;
}

#portfolio .portfolio-item:hover .portfolio-caption-arrow {
    transform: translateX(5px);
}

@media (prefers-reduced-motion: reduce) {
    #portfolio .portfolio-caption,
    #portfolio .portfolio-caption-arrow {
        transition: none;
    }
}

/* Mobile */

@media screen and (max-width: 767px) {
    #portfolio .portfolio-row {
        display: block;
        margin-bottom: 55px;
    }

    #portfolio .portfolio-item {
        margin-bottom: 45px;
    }

    #portfolio .portfolio-item img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}