/* ── Fonts ── */
@font-face {
    font-family: 'Helvetica Now Text';
    src: url('fonts/HelveticaNowText-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Text';
    src: url('fonts/HelveticaNowText-RegularItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Text';
    src: url('fonts/HelveticaNowText-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url('fonts/HelveticaNowDisplay-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url('fonts/HelveticaNowDisplay-ExtraBlack.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ── Reset ── */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 21px;
}

body {
    font-family: 'Helvetica Now Text', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background: #f5f5f5;
    padding: 3rem 1.5rem 3rem 1.5rem;
    max-width: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ── Nav ── */
.nav-toggle {
    position: fixed;
    top: 3rem;
    right: 1.5rem;
    z-index: 200;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    color: #fff;
    letter-spacing: 0.01em;
    mix-blend-mode: difference;
}

.nav-toggle:hover {
    text-decoration: underline;
}

.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(200, 200, 200, 0.92);
    z-index: 150;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.nav-overlay.open {
    display: block;
}

.nav-menu {
    display: none;
    position: fixed;
    top: 3rem;
    right: 1.5rem;
    z-index: 200;
    text-align: right;
}

.nav-menu.open {
    display: block;
}

.nav-menu .nav-close {
    background: none;
    border: none;
    font-family: inherit;
    font-size: 1rem;
    cursor: pointer;
    color: #000;
    letter-spacing: 0.01em;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    margin-left: auto;
}

.nav-menu .nav-close:hover {
    text-decoration: underline;
}

.nav-menu a {
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    color: #000;
}

.nav-menu a:hover {
    text-decoration: underline;
}

.nav-menu .nav-section {
    color: #000;
    line-height: 1.5;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

/* ── Blocks ── */
.block {
    margin-bottom: 1.5rem;
}

.block-tight {
    margin-bottom: 0;
}

.spacer {
    height: 3rem;
}

.spacer-lg {
    height: 4.5rem;
}

.spacer-sm {
    height: 1.5rem;
}

/* ── Logo ── */
.logo {
    position: relative;
    z-index: 103;
    font-weight: 800;
}

.logo a {
    color: #000;
    text-decoration: none;
}

.logo a:hover {
    text-decoration: none;
}


.logo.fixed {
    position: fixed;
    top: 3rem;
    left: 1.5rem;
    mix-blend-mode: difference;
    color: #fff;
}

.logo.fixed a {
    color: #fff;
    text-decoration: none;
}

.logo.fixed a:hover {
    text-decoration: none;
}


.logo-char {
    display: inline-block;
}

.logo-char.hidden {
    display: none;
}

/* ── Breadcrumb ── */
.breadcrumb {
    margin-top: 0;
}

.link-grid {
    display: flex;
    gap: 0;
}

.link-grid .link-col {
    width: 50%;
}

.link-grid .link-col a {
    display: inline;
}

.link-grid .link-col .link-row {
    line-height: 1.5;
}

.breadcrumb-sep {
    font-weight: 400;
}

.breadcrumb-path {
    font-weight: 400;
}

.breadcrumb-path a {
    font-weight: 400;
}

.breadcrumb-path a:hover {
    text-decoration: underline;
}

/* ── Services List ── */

/* ── Client List ── */
.client-list {
    margin-bottom: 0;
}

.client-row {
    display: flex;
    gap: 0;
    margin-bottom: 0;
}

.client-row .client-category {
    width: 50%;
    flex-shrink: 0;
    padding-right: 3rem;
}

.client-row .client-names {
    width: 50%;
    color: #999;
}

.client-row .client-names a {
    color: #000;
}

/* ── Images ── */
.img-full {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
}

.img-grid-2 {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.img-grid-2 img {
    width: calc(50% - 0.75rem);
    height: auto;
    display: block;
    object-fit: cover;
}

.img-grid-3 {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.img-grid-3 img {
    width: calc(33.333% - 1rem);
    height: auto;
    display: block;
    object-fit: cover;
}

/* ── Blowout Images ── */
.img-blowout {
    width: 100vw;
    margin-left: calc(-1.5rem);
    display: block;
    height: auto;
    margin-bottom: 1.5rem;
}

.img-blowout-pair {
    display: flex;
    width: 100vw;
    margin-left: calc(-1.5rem);
    margin-bottom: 1.5rem;
    gap: 0;
}

.img-blowout-pair img {
    width: 50%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ── Product Images — Grid-breaking layouts ── */
.img-right {
    display: block;
    width: 45%;
    height: auto;
    margin-left: auto;
    margin-bottom: 1.5rem;
}

.img-left {
    display: block;
    width: 45%;
    height: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}

.img-offset-pair {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 1.5rem;
    width: 100vw;
    margin-left: calc(-1.5rem);
}

.img-offset-pair img {
    display: block;
    height: auto;
    object-fit: contain;
}

.img-offset-pair .img-small {
    width: 30%;
    padding: 4.5rem 3rem;
}

.img-offset-pair .img-large {
    width: 35%;
    padding: 0 1.5rem;
    margin-top: 9rem;
}

.img-break-left {
    display: block;
    width: 55%;
    height: auto;
    margin-left: calc(-1.5rem);
    margin-bottom: 1.5rem;
}

.img-center-small {
    display: block;
    width: 33%;
    height: auto;
    margin: 0 auto 1.5rem auto;
}

.spacer-xl {
    height: 9rem;
}

/* ── Small Print ── */
.small-print {
    font-size: 0.571rem;
    line-height: 1.3125;
    letter-spacing: 0.02em;
    border-top: 1px solid #000;
    padding-top: 1.5rem;
}

.small-print-title {
    font-size: 0.571rem;
    line-height: 1.3125;
    margin-bottom: 1.5rem;
}

.small-print-section {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.small-print-section .sp-heading {
    width: 25%;
    flex-shrink: 0;
}

.small-print-section .sp-body {
    width: 75%;
}

.small-print-section .sp-body p {
    margin-bottom: 0;
}

.small-print-section .sp-body p + p {
    margin-top: 0;
}

/* ── Display Typography ── */
.display {
    font-family: 'Helvetica Now Display', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    font-size: 6rem;
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
}

.heading-lg {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
}

.heading {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1.5rem;
}

.subheading {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #999;
    margin-bottom: 1.5rem;
}

.caption {
    font-size: 0.714rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.label {
    font-size: 0.714rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.text-muted {
    color: #999;
}

.pull-quote {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
}

/* ── Section Headings ── */
h2 {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

/* ── Artefact Pages ── */
#title {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

#content h1 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

#content h2 {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

#content h3 {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1.5rem;
    margin-bottom: 0;
    color: #999;
}

#content p {
    margin-bottom: 1.5rem;
}

#content ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

#content li {
    margin-bottom: 0;
    line-height: 1.5;
}

p {
    margin-bottom: 1.5rem;
}

ul, ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0;
    line-height: 1.5;
}

/* ── Back Link ── */
.back-link {
    display: inline-block;
    margin-bottom: 3rem;
    color: #999;
}

.back-link:hover {
    color: #000;
}

/* ── Inline Formatting ── */
strong {
    font-weight: 800;
}

em {
    font-style: italic;
}

code {
    font-family: 'SF Mono', 'Menlo', 'Monaco', monospace;
    font-size: 0.857rem;
}

blockquote {
    border-left: 2px solid #000;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #999;
}

details summary {
    cursor: pointer;
    padding: 0;
}

details summary:hover {
    text-decoration: underline;
}

/* ── Footer ── */
.footer {
    color: #000;
}

