:root {
    --kook-black: #000;
    --kook-paper: #fff;
    --kook-yellow: #ff0;
    --kook-ink: #171717;
    --kook-muted: #8b8b8b;
    --kook-line: #2b2b2b;
}

html {
    scroll-behavior: smooth;
}

body.industry-page {
    min-height: 100vh;
    background: var(--kook-black);
    color: var(--kook-paper);
}

.industry-page *,
.industry-page *::before,
.industry-page *::after {
    box-sizing: border-box;
}

.industry-page a:focus-visible,
.industry-page button:focus-visible,
.industry-page summary:focus-visible {
    outline: 3px solid var(--kook-yellow);
    outline-offset: 3px;
}

.industry-skip {
    position: fixed;
    z-index: 1000;
    top: 8px;
    left: 8px;
    padding: 12px 16px;
    color: var(--kook-black);
    background: var(--kook-yellow);
    font: 700 13px/1 roboto, sans-serif;
    text-decoration: none;
    transform: translateY(-160%);
    transition: transform 180ms ease;
}

.industry-skip:focus {
    transform: translateY(0);
}

.industry-page #main-content {
    min-height: 100vh;
    padding: 118px 80px 80px;
}

.industry-breadcrumb {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 64px;
    color: var(--kook-muted);
    font: 700 10px/1 roboto, sans-serif;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.industry-breadcrumb a {
    color: var(--kook-muted);
    text-decoration: none;
}

.industry-breadcrumb a:hover,
.industry-breadcrumb span[aria-hidden] {
    color: var(--kook-yellow);
}

.industry-hero {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
    gap: clamp(48px, 8vw, 140px);
    align-items: center;
    min-height: calc(100vh - 210px);
    padding-bottom: clamp(76px, 10vw, 150px);
}

.industry-hero-copy {
    max-width: 760px;
}

.industry-eyebrow,
.industry-section-heading > p,
.industry-cta > p {
    margin: 0 0 28px;
    color: var(--kook-muted);
    font: 700 10px/1.2 roboto, sans-serif;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.industry-eyebrow span,
.industry-section-heading > p span {
    color: var(--kook-yellow);
}

.industry-hero h1 {
    margin: 0;
    color: var(--kook-paper);
    font: 900 clamp(52px, 6.8vw, 108px)/.88 robotoblack, roboto, sans-serif;
    letter-spacing: -.052em;
}

.industry-intro {
    max-width: 670px;
    margin: 38px 0 0;
    color: #c6c6c6;
    font: 400 19px/1.65 georgia, serif;
}

.industry-text-link,
.industry-project-link {
    display: inline-flex;
    margin-top: 38px;
    padding-bottom: 6px;
    align-items: center;
    gap: 28px;
    color: var(--kook-yellow);
    font: 900 11px/1 robotoblack, roboto, sans-serif;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid currentColor;
}

.industry-text-link span,
.industry-project-link span {
    font-size: 18px;
    transition: transform 180ms ease;
}

.industry-text-link:hover span,
.industry-project-link:hover span {
    transform: translateX(4px);
}

.industry-hero-images {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    grid-template-rows: repeat(2, minmax(170px, 1fr));
    gap: 1px;
    min-height: min(610px, 65vw);
    background: var(--kook-line);
    border: 1px solid var(--kook-line);
}

.industry-hero-image {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 0;
    background: #191919;
}

.industry-hero-image-1 {
    grid-row: 1 / 3;
}

.industry-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.88);
    transition: transform 500ms cubic-bezier(.2, .7, .2, 1), filter 250ms ease;
}

.industry-hero-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, .76));
    pointer-events: none;
}

.industry-hero-image > span {
    position: absolute;
    z-index: 1;
    right: 18px;
    bottom: 16px;
    left: 18px;
    color: var(--kook-paper);
    font: 700 10px/1.2 roboto, sans-serif;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.industry-hero-image:hover img {
    filter: saturate(1);
    transform: scale(1.025);
}

.industry-statement {
    margin-right: -80px;
    margin-left: -80px;
    padding: clamp(68px, 8vw, 130px) 80px;
    color: var(--kook-black);
    background: var(--kook-yellow);
}

.industry-statement p {
    max-width: 1320px;
    margin: 0;
    font: 900 clamp(38px, 6.2vw, 94px)/.94 robotoblack, roboto, sans-serif;
    letter-spacing: -.045em;
}

.industry-capabilities,
.industry-work,
.industry-faq {
    padding: clamp(82px, 10vw, 156px) 0;
}

.industry-section-heading {
    display: grid;
    grid-template-columns: minmax(180px, .42fr) minmax(0, 1.58fr);
    gap: clamp(36px, 7vw, 110px);
    margin-bottom: clamp(56px, 7vw, 104px);
}

.industry-section-heading > p {
    margin: 8px 0 0;
}

.industry-section-heading h2 {
    max-width: 980px;
    margin: 0;
    color: var(--kook-paper);
    font: 900 clamp(38px, 5.5vw, 82px)/.92 robotoblack, roboto, sans-serif;
    letter-spacing: -.045em;
}

.industry-capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--kook-line);
    border-bottom: 1px solid var(--kook-line);
}

.industry-capability-grid article {
    min-height: 310px;
    padding: 30px;
    border-right: 1px solid var(--kook-line);
}

.industry-capability-grid article:last-child {
    border-right: 0;
}

.industry-capability-grid article > p:first-child {
    margin: 0 0 80px;
    color: var(--kook-yellow);
    font: 700 10px/1 roboto, sans-serif;
    letter-spacing: 1.5px;
}

.industry-capability-grid h3 {
    margin: 0 0 18px;
    color: var(--kook-paper);
    font: 900 clamp(22px, 2.2vw, 34px)/1 robotoblack, roboto, sans-serif;
    letter-spacing: -.035em;
}

.industry-capability-grid article > p:last-child {
    margin: 0;
    color: #aaa;
    font: 400 14px/1.65 georgia, serif;
}

.industry-work {
    border-top: 1px solid var(--kook-line);
}

.industry-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--kook-line);
    border: 1px solid var(--kook-line);
}

.industry-project-card {
    min-width: 0;
    background: var(--kook-paper);
    color: var(--kook-ink);
}

.industry-project-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 804 / 628;
    background: #e6e6e6;
}

.industry-project-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms cubic-bezier(.2, .7, .2, 1);
}

.industry-project-card:hover .industry-project-image img {
    transform: scale(1.025);
}

.industry-project-body {
    display: flex;
    min-height: 340px;
    padding: clamp(24px, 2.5vw, 40px);
    flex-direction: column;
}

.industry-project-body > p {
    margin: 0 0 18px;
    color: #767676;
    font: 700 9px/1.4 roboto, sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.industry-project-body h3 {
    margin: 0 0 24px;
    font: 900 clamp(28px, 2.6vw, 43px)/.94 robotoblack, roboto, sans-serif;
    letter-spacing: -.045em;
}

.industry-project-body h3 a {
    color: var(--kook-ink);
    text-decoration: none;
}

.industry-project-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.industry-project-body ul a {
    display: block;
    padding: 6px 8px;
    color: #4d4d4d;
    font: 700 9px/1.15 roboto, sans-serif;
    letter-spacing: .6px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #d0d0d0;
}

.industry-project-body ul a:hover {
    color: var(--kook-paper);
    background: var(--kook-black);
    border-color: var(--kook-black);
}

.industry-project-link {
    width: 100%;
    margin-top: auto;
    justify-content: space-between;
    color: var(--kook-ink);
    border-color: var(--kook-ink);
}

.industry-project-link:hover {
    color: #666600;
    border-color: #666600;
}

.industry-related {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-top: 38px;
    background: var(--kook-line);
    border: 1px solid var(--kook-line);
}

.industry-related a {
    display: flex;
    min-height: 58px;
    padding: 16px 20px;
    flex: 1 1 230px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: var(--kook-paper);
    background: var(--kook-black);
    font: 700 11px/1.3 roboto, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.industry-related a span {
    color: var(--kook-yellow);
}

.industry-related a:hover {
    color: var(--kook-black);
    background: var(--kook-yellow);
}

.industry-related a:hover span {
    color: var(--kook-black);
}

.industry-empty {
    padding: 72px;
    text-align: center;
    border: 1px solid var(--kook-line);
}

.industry-empty p {
    margin: 0 0 24px;
    color: #aaa;
    font: 400 17px/1.6 georgia, serif;
}

.industry-empty a {
    color: var(--kook-yellow);
    font: 700 11px/1 roboto, sans-serif;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.industry-process {
    margin-right: -80px;
    margin-left: -80px;
    padding: clamp(82px, 10vw, 156px) 80px;
    color: var(--kook-ink);
    background: var(--kook-paper);
}

.industry-process .industry-section-heading h2 {
    color: var(--kook-ink);
}

.industry-process .industry-section-heading > p {
    color: #686868;
}

.industry-process .industry-section-heading > p span {
    color: #777700;
}

.industry-process ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.industry-process li {
    min-height: 310px;
    padding: 30px;
    border-right: 1px solid #cfcfcf;
}

.industry-process li:last-child {
    border-right: 0;
}

.industry-process li > p:first-child {
    margin: 0 0 76px;
    color: #777700;
    font: 700 10px/1 roboto, sans-serif;
    letter-spacing: 1.5px;
}

.industry-process h3 {
    margin: 0 0 18px;
    font: 900 clamp(22px, 2.2vw, 34px)/1 robotoblack, roboto, sans-serif;
    letter-spacing: -.035em;
}

.industry-process li > p:last-child {
    margin: 0;
    color: #555;
    font: 400 14px/1.65 georgia, serif;
}

.industry-faq {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
    gap: clamp(50px, 9vw, 150px);
    border-bottom: 1px solid var(--kook-line);
}

.industry-faq .industry-section-heading {
    display: block;
    margin: 0;
}

.industry-faq .industry-section-heading > p {
    margin-bottom: 28px;
}

.industry-faq-list {
    border-top: 1px solid var(--kook-line);
}

.industry-faq details {
    padding: 26px 0;
    border-bottom: 1px solid var(--kook-line);
}

.industry-faq summary {
    position: relative;
    padding-right: 48px;
    color: var(--kook-paper);
    font: 700 clamp(18px, 2vw, 28px)/1.25 roboto, sans-serif;
    cursor: pointer;
    list-style: none;
}

.industry-faq summary::-webkit-details-marker {
    display: none;
}

.industry-faq summary::after {
    content: '+';
    position: absolute;
    top: 0;
    right: 2px;
    color: var(--kook-yellow);
    font: 400 28px/1 roboto, sans-serif;
}

.industry-faq details[open] summary::after {
    content: '−';
}

.industry-faq details > p {
    max-width: 760px;
    margin: 20px 0 0;
    padding-right: 48px;
    color: #b8b8b8;
    font: 400 16px/1.7 georgia, serif;
}

.industry-cta {
    margin: clamp(82px, 10vw, 156px) 0 0;
    padding: clamp(54px, 8vw, 110px);
    color: var(--kook-black);
    background: var(--kook-yellow);
}

.industry-cta > p {
    color: #555500;
}

.industry-cta h2 {
    max-width: 1160px;
    margin: 0;
    font: 900 clamp(42px, 6.5vw, 94px)/.92 robotoblack, roboto, sans-serif;
    letter-spacing: -.05em;
}

.industry-cta a {
    display: inline-flex;
    margin-top: 48px;
    padding-bottom: 7px;
    align-items: center;
    gap: 36px;
    color: var(--kook-black);
    font: 900 12px/1 robotoblack, roboto, sans-serif;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid currentColor;
}

.industry-cta a span {
    font-size: 20px;
    transition: transform 180ms ease;
}

.industry-cta a:hover span {
    transform: translateX(5px);
}

.industry-more {
    display: flex;
    gap: 18px 28px;
    padding: 44px 0 0;
    flex-wrap: wrap;
    align-items: baseline;
}

.industry-more span,
.industry-more a {
    color: var(--kook-muted);
    font: 700 10px/1.3 roboto, sans-serif;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.industry-more a {
    color: var(--kook-paper);
    text-decoration: none;
    border-bottom: 1px solid #4a4a4a;
}

.industry-more a:hover {
    color: var(--kook-yellow);
    border-color: var(--kook-yellow);
}

.industry-not-found {
    display: flex;
    min-height: 100vh;
    padding: 140px 80px 80px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.industry-not-found > p {
    margin: 0 0 28px;
    color: var(--kook-muted);
    font: 700 11px/1 roboto, sans-serif;
    letter-spacing: 2px;
}

.industry-not-found > p span {
    color: var(--kook-yellow);
}

.industry-not-found h1 {
    max-width: 900px;
    margin: 0;
    font: 900 clamp(54px, 9vw, 130px)/.87 robotoblack, roboto, sans-serif;
    letter-spacing: -.055em;
}

.industry-not-found a {
    margin-top: 42px;
    color: var(--kook-yellow);
    font: 700 11px/1 roboto, sans-serif;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    .industry-page #main-content {
        padding-right: 48px;
        padding-left: 48px;
    }

    .industry-hero {
        grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
        gap: 48px;
    }

    .industry-statement,
    .industry-process {
        margin-right: -48px;
        margin-left: -48px;
        padding-right: 48px;
        padding-left: 48px;
    }

    .industry-capability-grid,
    .industry-process ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .industry-capability-grid article:nth-child(2),
    .industry-process li:nth-child(2) {
        border-right: 0;
    }

    .industry-capability-grid article:nth-child(-n+2),
    .industry-process li:nth-child(-n+2) {
        border-bottom: 1px solid var(--kook-line);
    }

    .industry-process li:nth-child(-n+2) {
        border-bottom-color: #cfcfcf;
    }

    .industry-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    html {
        scroll-behavior: auto;
    }

    .industry-page #main-content {
        padding: 96px 20px 54px;
    }

    .industry-breadcrumb {
        margin-bottom: 46px;
    }

    .industry-hero {
        display: block;
        min-height: 0;
        padding-bottom: 68px;
    }

    .industry-hero h1 {
        font-size: clamp(48px, 16.5vw, 78px);
    }

    .industry-intro {
        font-size: 17px;
    }

    .industry-hero-images {
        min-height: 480px;
        margin-top: 56px;
    }

    .industry-statement,
    .industry-process {
        margin-right: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .industry-statement p {
        font-size: clamp(36px, 11vw, 58px);
    }

    .industry-section-heading,
    .industry-faq {
        display: block;
    }

    .industry-section-heading > p {
        margin-bottom: 28px;
    }

    .industry-capability-grid,
    .industry-project-grid,
    .industry-process ol {
        grid-template-columns: 1fr;
    }

    .industry-capability-grid article,
    .industry-capability-grid article:nth-child(2),
    .industry-process li,
    .industry-process li:nth-child(2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--kook-line);
    }

    .industry-capability-grid article:last-child,
    .industry-process li:last-child {
        border-bottom: 0;
    }

    .industry-capability-grid article > p:first-child,
    .industry-process li > p:first-child {
        margin-bottom: 42px;
    }

    .industry-process li,
    .industry-process li:nth-child(2) {
        border-bottom-color: #cfcfcf;
    }

    .industry-project-body {
        min-height: 310px;
        padding: 26px 22px;
    }

    .industry-faq-list {
        margin-top: 52px;
    }

    .industry-faq details > p {
        padding-right: 0;
    }

    .industry-cta {
        margin-top: 82px;
        padding: 48px 24px;
    }

    .industry-cta h2 {
        font-size: clamp(40px, 12vw, 62px);
    }

    .industry-not-found {
        padding: 110px 20px 50px;
    }
}

@media (max-width: 520px) {
    .industry-hero-images {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1.35fr .65fr;
        min-height: 430px;
    }

    .industry-hero-image-1 {
        grid-column: 1 / 3;
        grid-row: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .industry-page *,
    .industry-page *::before,
    .industry-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
