/* Responsive and multi-page layer
   Keeps the established Alteralab palette and typography while replacing
   viewport-wide page scaling with normal, accessible layout flow. */

:root {
    --content-max: 1440px;
    --reading-max: 76ch;
    --page-gutter: clamp(1.25rem, 4vw, 4.5rem);
    --section-space: clamp(3.5rem, 6vw, 5.5rem);
    --radius-lg: 10px;
    --shadow-soft: 0 20px 70px rgb(38 31 24 / 8%);
}

[hidden] {
    display: none !important;
}

html {
    scroll-padding-top: 6rem;
}

body {
    min-width: 0;
    overflow-x: clip;
}

main {
    overflow: visible;
}

.page-frame {
    height: auto !important;
    overflow: visible;
}

.page-shell {
    width: 100% !important;
    margin: 0 !important;
    transform: none !important;
}

.screen-size-overlay {
    display: none !important;
}

.skip-link {
    position: fixed;
    z-index: 20000;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    color: #fff;
    background: #17130f;
    font-size: 0.875rem;
    font-weight: 800;
    transform: translateY(-180%);
    transition: transform 160ms ease;
}

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

.menu-toggle {
    display: none;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0 0.8rem;
    border: 1px solid rgb(23 19 15 / 16%);
    border-radius: 999px;
    color: var(--ink);
    background: rgb(255 255 255 / 86%);
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
}

.menu-toggle-icon {
    width: 16px;
    height: 12px;
    display: grid;
    align-content: space-between;
}

.menu-toggle-icon i {
    width: 100%;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: currentColor;
    transition: transform 180ms ease;
}

[data-site-header].is-menu-open .menu-toggle-icon i:first-child {
    transform: translateY(5px) rotate(45deg);
}

[data-site-header].is-menu-open .menu-toggle-icon i:last-child {
    transform: translateY(-5px) rotate(-45deg);
}

.button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.8rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 999px;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button--primary {
    color: #fff;
    background: var(--green-action);
}

.button--primary:hover,
.button--primary:focus-visible {
    color: #fff;
    background: var(--green-action-hover);
}

.button--quiet {
    border-color: rgb(23 19 15 / 17%);
    color: var(--ink);
    background: #fff;
}

.button--quiet:hover,
.button--quiet:focus-visible {
    border-color: var(--green-action);
    color: var(--green-action);
}

.eyebrow {
    margin: 0 0 1rem;
    color: var(--green-text);
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

/* Home page: remove transformed full-viewport offsets and cap reading widths. */

.site-header {
    left: 50%;
    width: 100vw !important;
}

.site-footer,
.about-section,
.business-section,
.updates-section,
.green-band {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
}

.hero {
    max-width: 100%;
}

.about-layout {
    width: min(var(--content-max), calc(100% - (2 * var(--page-gutter)))) !important;
}

.business-layout,
.updates-layout {
    width: min(var(--content-max), calc(100% - (2 * var(--page-gutter)))) !important;
}

.footer-inner {
    width: min(1280px, calc(100% - (2 * var(--page-gutter)))) !important;
}

.careers {
    width: min(1280px, calc(100% - (2 * var(--page-gutter))));
    padding-inline: 0;
}

.career-panel {
    background-position: center top;
}

.about-video-title-line,
.business-title-prefix,
.updates-title-line,
.text-nowrap {
    white-space: normal;
}

.about-video-cta,
.business-link,
.cta,
.update-show-more {
    min-height: 44px;
}

.hero-nav {
    gap: 0;
}

.hero-nav-dot {
    width: 8px;
    height: 44px;
    background: radial-gradient(circle at center, #d7d7d7 0 4px, transparent 4.5px);
}

.hero-nav-dot.is-active {
    width: 40px;
    background:
        radial-gradient(circle at 8px 50%, #d7d7d7 0 4px, transparent 4.5px),
        radial-gradient(circle at calc(100% - 8px) 50%, #d7d7d7 0 4px, transparent 4.5px),
        linear-gradient(#d7d7d7 0 0) center / calc(100% - 16px) 8px no-repeat;
}

.hero-nav-dot::before {
    top: calc(50% - 4px);
    left: 4px;
    width: calc(100% - 8px);
    height: 8px;
    transform-origin: left center;
}

.scroll-cue {
    gap: 0;
}

.scroll-cue a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
}

.business-card {
    height: 100%;
}

.business-card-copy {
    min-height: 15.5rem;
    flex-basis: auto !important;
}

.business-card-media {
    min-height: 0;
    flex: none;
    aspect-ratio: 4 / 3;
}

.business-card p {
    max-width: 34ch;
}

.update-show-more {
    padding: 0.4rem 0.7rem;
    margin-right: 0;
}

.site-footer address,
.site-footer .footer-nav a,
.site-footer .footer-nav-muted {
    font-size: clamp(0.82rem, 1vw, 0.94rem) !important;
    line-height: 1.45;
}

.site-footer .footer-nav a,
.site-footer .footer-nav-muted {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
}

.site-footer .footer-nav h3 {
    font-size: clamp(0.84rem, 1vw, 0.96rem) !important;
}

.site-footer .copyright {
    min-height: 44px;
    padding: 0.65rem var(--page-gutter);
    font-size: 0.78rem !important;
    line-height: 1.35;
    text-align: center;
}

/* Shared content-page header */

.content-page {
    background: #fff;
    color: var(--ink);
}

.inner-site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    min-height: 98px;
    border-bottom: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 96%), rgb(255 255 255 / 86%));
    box-shadow: 0 4px 24px rgb(0 0 0 / 5%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.inner-header-layout {
    width: 100%;
    min-height: 98px;
    display: grid;
    grid-template-columns: minmax(15rem, 1fr) minmax(37rem, 46rem);
    gap: 1rem;
    align-items: center;
    margin: 0 auto;
    padding: 0.7rem clamp(1.5rem, 3.75vw, 3rem) 0.45rem;
}

.inner-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    justify-self: start;
}

.inner-brand img {
    width: clamp(7.4rem, 10.6vw, 9.375rem);
    height: auto;
}

.inner-brand span {
    font-size: clamp(0.75rem, 1vw, 1rem);
    font-weight: 500;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.inner-navigation {
    align-self: stretch;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 0;
}

.inner-navigation-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(0.375rem, 0.5vw, 0.5rem);
}

.inner-navigation-group--pathways {
    padding-left: 0;
    border-top: 1px solid rgb(23 19 15 / 34%);
    border-left: 0;
}

.inner-navigation a {
    position: relative;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 0.5rem;
    border-radius: 999px;
    color: var(--ink);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.045em;
    white-space: nowrap;
}

.inner-navigation-group--pathways a {
    font-weight: 700;
}

.inner-navigation a::after {
    content: "";
    position: absolute;
    right: 0.5rem;
    bottom: 0.3rem;
    left: 0.5rem;
    height: 1px;
    border-radius: 999px;
    background: var(--green);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
}

.inner-navigation a:hover,
.inner-navigation a:focus-visible,
.inner-navigation a[aria-current="page"] {
    color: var(--ink);
}

.inner-navigation a:hover::after,
.inner-navigation a:focus-visible::after,
.inner-navigation a[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Shared content pages */

.content-main {
    min-width: 0;
}

.content-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
    margin: 0 auto;
    padding-block: clamp(3.5rem, 6vw, 5.5rem);
    padding-inline: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2 + var(--page-gutter)));
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    background:
        radial-gradient(circle at 84% 76%, rgb(255 255 255 / 86%) 0, transparent 24rem),
        linear-gradient(135deg, #f2f1ee 0%, #fbfaf7 54%, #eee9e2 100%);
}

.content-hero::before,
.article-hero::before,
.not-found::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: radial-gradient(rgb(23 19 15 / 13%) 0.7px, transparent 0.7px);
    background-size: 4px 4px;
    opacity: 0.12;
    pointer-events: none;
}

.content-hero--text {
    min-height: auto;
    grid-template-columns: minmax(0, 58rem);
    justify-content: start;
}

.content-breadcrumb {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 650;
}

.content-breadcrumb::before {
    content: "\2190";
    margin-right: 0.55rem;
    color: var(--green-action);
}

.content-hero h1,
.article-hero h1,
.not-found h1 {
    max-width: 13ch;
    margin: 0;
    color: var(--ink);
    font-size: clamp(2.75rem, 4.6vw, 4.75rem);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -0.015em;
    text-wrap: balance;
}

.content-hero-intro,
.article-hero-copy > p:not(.eyebrow) {
    max-width: 58ch;
    margin: clamp(1.25rem, 2.5vw, 2rem) 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.25vw, 1.18rem);
    font-weight: 300;
    line-height: 1.5;
}

.content-updated {
    margin: 1.5rem 0 0;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 650;
}

.content-hero-media,
.article-hero-media {
    position: relative;
    min-width: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin: 0;
    border-radius: var(--radius-lg);
    background: #ececec;
    box-shadow: var(--shadow-soft);
}

.content-hero-media::after,
.article-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgb(255 255 255 / 42%);
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 30%);
    pointer-events: none;
}

.content-hero-media img,
.article-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-hero-media img[src$="career-team-photo.webp"] {
    object-position: center top;
}

.content-notice {
    width: min(1120px, calc(100% - (2 * var(--page-gutter))));
    display: grid;
    grid-template-columns: 10px 1fr;
    gap: clamp(1.25rem, 3vw, 2.25rem);
    align-items: stretch;
    margin: var(--section-space) auto;
    padding: clamp(1.6rem, 4vw, 3rem);
    border: 1px solid rgb(54 122 29 / 16%);
    border-radius: var(--radius-lg);
    background: #f2f8ee;
}

.content-notice > span {
    border-radius: 999px;
    background: var(--green-action);
}

.content-notice h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.7vw, 2.35rem);
    line-height: 1.08;
}

.content-notice p {
    max-width: var(--reading-max);
    margin: 0.8rem 0 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
}

.content-sections {
    width: min(1280px, calc(100% - (2 * var(--page-gutter))));
    margin: 0 auto;
    padding-bottom: var(--section-space);
}

.content-sections:not(.content-sections--legal) {
    display: grid;
    gap: 1rem;
    padding-top: var(--section-space);
}

.content-sections--legal {
    width: min(1120px, calc(100% - (2 * var(--page-gutter))));
    padding-top: var(--section-space);
}

.content-notice + .content-sections {
    padding-top: 0;
}

.content-section {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: clamp(1.25rem, 4vw, 4rem);
}

.content-sections:not(.content-sections--legal) .content-section {
    padding: clamp(2.25rem, 4vw, 4rem);
    border: 0;
    border-radius: var(--radius-lg);
    background: var(--panel);
}

.content-sections:not(.content-sections--legal) .content-section:nth-child(even) {
    border: 1px solid rgb(23 19 15 / 10%);
    background: #fff;
}

.content-sections--legal .content-section {
    padding: clamp(2.5rem, 4vw, 4rem) 0;
    border-top: 1px solid rgb(23 19 15 / 14%);
}

.content-sections--legal .content-section:last-child {
    border-bottom: 1px solid rgb(23 19 15 / 14%);
}

.content-section-number {
    color: var(--green-action);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.content-section-body {
    min-width: 0;
    max-width: var(--reading-max);
}

.content-section h2,
.section-heading h2,
.contact-details h2,
.content-cta h2,
.sitemap-grid h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2rem, 3.4vw, 3.7rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: 0;
    text-wrap: balance;
}

.content-section p {
    margin: 1.25rem 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.35vw, 1.13rem);
    line-height: 1.7;
}

.content-list {
    display: grid;
    gap: 0.85rem;
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
}

.content-list li {
    position: relative;
    padding-left: 1.65rem;
    color: var(--muted);
    font-size: clamp(1rem, 1.35vw, 1.13rem);
    line-height: 1.55;
}

.content-list li::before {
    content: "";
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 4px rgb(120 214 75 / 16%);
}

.reference-links {
    display: grid;
    gap: 0.7rem;
    margin: 1.75rem 0 0;
    padding: 0;
    list-style: none;
}

.reference-links a,
.text-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--green-action);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.28em;
}

.content-table-wrap {
    max-width: 100%;
    margin-top: 1.75rem;
    overflow-x: auto;
    border: 1px solid rgb(23 19 15 / 12%);
    border-radius: 0.8rem;
}

.content-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
    font-size: 0.9rem;
    line-height: 1.5;
}

.content-table th,
.content-table td {
    padding: 1rem;
    border-bottom: 1px solid rgb(23 19 15 / 10%);
    text-align: left;
    vertical-align: top;
}

.content-table th {
    color: var(--ink);
    background: #f4f7f1;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.content-table td {
    color: var(--muted);
}

.content-cta {
    width: min(var(--content-max), calc(100% - (2 * var(--page-gutter))));
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    margin: 0 auto var(--section-space);
    padding: clamp(2.5rem, 5vw, 4.5rem);
    overflow: hidden;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 92% 18%, rgb(255 255 255 / 24%) 0, transparent 22rem),
        var(--green);
}

.content-cta h2 {
    max-width: 13ch;
}

.content-cta .button--primary {
    flex: 0 0 auto;
    color: #fff;
    background: #285b18;
}

/* News index */

.article-index {
    width: min(var(--content-max), calc(100% - (2 * var(--page-gutter))));
    margin: 0 auto;
    padding: var(--section-space) 0;
}

.section-heading {
    max-width: 60rem;
    margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.section-heading > p:last-child {
    max-width: 60ch;
    margin: 1.5rem 0 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.6;
}

.article-index-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 1.45vw, 1.25rem);
}

.article-index-card {
    position: relative;
    min-height: 32rem;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border: 0;
    border-radius: var(--radius-lg);
    color: #fff;
    background: #080808;
    box-shadow: none;
    text-shadow: 0 1px 14px rgb(0 0 0 / 52%);
    contain: paint;
}

.article-index-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 76%;
    background: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / 54%) 45%, rgb(0 0 0 / 92%) 100%);
    pointer-events: none;
}

.article-index-media {
    position: absolute;
    inset: 0;
    min-height: 0;
    overflow: hidden;
}

.article-index-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.article-index-card:hover .article-index-media img {
    transform: scale(1.045);
}

.article-index-card:focus-within .article-index-media img {
    transform: scale(1.045);
}

.article-index-card > div {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 68%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: clamp(2rem, 4vw, 2.75rem) clamp(1.2rem, 2vw, 1.6rem);
}

.article-index-meta {
    margin: 0 0 1rem;
    color: var(--green);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.article-index-card h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.1rem, 1.45vw, 1.36rem);
    font-weight: 900;
    line-height: 1.08;
    text-wrap: balance;
}

.article-index-card h2 a:hover,
.article-index-card h2 a:focus-visible {
    color: var(--green);
}

.article-index-card > div > p:not(.article-index-meta) {
    margin: 1rem 0;
    color: rgb(255 255 255 / 82%);
    font-size: 0.88rem;
    line-height: 1.42;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article-index-card .text-link {
    margin-top: auto;
    color: #fff;
    font-size: 0.82rem;
    text-decoration: none;
}

/* FAQ */

.faq-list {
    width: min(980px, calc(100% - (2 * var(--page-gutter))));
    display: grid;
    gap: 0.75rem;
    margin: 0 auto;
    padding-block: var(--section-space);
}

.faq-list details {
    border: 1px solid rgb(23 19 15 / 10%);
    border-radius: var(--radius-lg);
    padding: 0 clamp(1rem, 2.5vw, 2rem);
    background: var(--panel);
}

.faq-list details:last-child {
    border-bottom: 1px solid rgb(23 19 15 / 10%);
}

.faq-list details[open] {
    background: #fff;
}

.faq-list summary {
    min-height: 84px;
    display: grid;
    grid-template-columns: 1fr 2.5rem;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    color: var(--ink);
    font-size: clamp(1.15rem, 2vw, 1.6rem);
    font-weight: 800;
    line-height: 1.25;
    cursor: pointer;
    list-style: none;
}

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

.faq-list summary span {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgb(23 19 15 / 14%);
    border-radius: 50%;
}

.faq-list summary span::before,
.faq-list summary span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.9rem;
    height: 2px;
    border-radius: 999px;
    background: var(--green-action);
    transform: translate(-50%, -50%);
}

.faq-list summary span::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 160ms ease;
}

.faq-list details[open] summary span::after {
    transform: translate(-50%, -50%) rotate(0);
}

.faq-list details p {
    max-width: 68ch;
    margin: 0;
    padding: 0 4rem 2rem 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.65;
}

/* Contact */

.contact-layout {
    width: min(1180px, calc(100% - (2 * var(--page-gutter))));
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(32rem, 1.2fr);
    gap: clamp(3rem, 7vw, 8rem);
    align-items: start;
    margin: 0 auto;
    padding-block: var(--section-space);
}

.contact-details {
    position: sticky;
    top: 8rem;
}

.contact-details h2 {
    font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.contact-direct {
    display: grid;
    gap: 0.65rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgb(23 19 15 / 14%);
}

.contact-direct h3 {
    margin: 0 0 0.4rem;
    font-size: 1rem;
}

.contact-direct a {
    width: fit-content;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--green-action);
    font-weight: 800;
}

.contact-direct address {
    color: var(--muted);
    font-style: normal;
    font-size: 0.95rem;
    line-height: 1.6;
}

.contact-form {
    display: grid;
    gap: 1.35rem;
    padding: clamp(1.5rem, 4vw, 3.25rem);
    border: 1px solid rgb(23 19 15 / 10%);
    border-radius: var(--radius-lg);
    background: var(--panel);
}

.form-note,
.form-status {
    margin: 0;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

.form-row--split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.contact-form label:not(.form-consent) {
    display: grid;
    gap: 0.55rem;
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 50px;
    border: 1px solid rgb(23 19 15 / 20%);
    border-radius: 0.7rem;
    padding: 0.85rem 1rem;
    color: var(--ink);
    background: #fff;
    font: inherit;
    font-size: 1rem;
    line-height: 1.45;
}

.contact-form textarea {
    min-height: 10rem;
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--green-action);
    outline: 3px solid rgb(54 122 29 / 15%);
    outline-offset: 1px;
}

.form-consent {
    display: grid;
    grid-template-columns: 1.25rem 1fr;
    gap: 0.75rem;
    align-items: start;
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-consent input {
    width: 1.15rem;
    min-height: 1.15rem;
    margin: 0.18rem 0 0;
    accent-color: var(--green-action);
}

.form-consent a {
    color: var(--green-action);
    text-decoration: underline;
}

.form-submit {
    justify-self: start;
}

/* Article */

.article-hero {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: none;
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: center;
    margin: 0 auto;
    padding-block: clamp(3.5rem, 6vw, 5.5rem);
    padding-inline: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2 + var(--page-gutter)));
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    background:
        radial-gradient(circle at 84% 76%, rgb(255 255 255 / 86%) 0, transparent 24rem),
        linear-gradient(135deg, #f2f1ee 0%, #fbfaf7 54%, #eee9e2 100%);
}

.article-hero h1 {
    max-width: 15ch;
}

.article-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 650;
}

.article-breadcrumbs a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
}

.article-status {
    width: fit-content;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    margin-top: 1.5rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    color: var(--green-text);
    background: #eef7e9;
    font-size: 0.72rem;
    font-weight: 800;
}

.article-hero-media {
    aspect-ratio: 4 / 3;
}

.article-body {
    width: min(1120px, calc(100% - (2 * var(--page-gutter))));
    display: grid;
    grid-template-columns: 15rem minmax(0, 1fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
    margin: 0 auto;
    padding-block: var(--section-space);
}

.article-aside {
    position: sticky;
    top: 8rem;
    padding: 1.5rem;
    border-radius: var(--radius-lg);
    background: var(--panel);
}

.article-aside ol {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding-left: 1.2rem;
    color: var(--muted);
    font-size: 0.88rem;
    line-height: 1.45;
}

.article-aside > p:last-child {
    margin: 2rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(23 19 15 / 14%);
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.55;
}

.article-sections {
    min-width: 0;
}

.article-sections section {
    padding: clamp(2.5rem, 6vw, 5rem) 0;
    border-top: 1px solid rgb(23 19 15 / 14%);
}

.article-sections section:last-child {
    border-bottom: 1px solid rgb(23 19 15 / 14%);
}

.article-sections h2 {
    max-width: 18ch;
    margin: 0;
    font-size: clamp(2rem, 3.4vw, 3.7rem);
    line-height: 1.06;
    letter-spacing: 0;
    text-wrap: balance;
}

.article-sections p {
    max-width: var(--reading-max);
    margin: 1.5rem 0 0;
    color: var(--muted);
    font-size: clamp(1rem, 1.35vw, 1.13rem);
    line-height: 1.75;
}

/* Sitemap and 404 */

.sitemap-grid {
    width: min(1120px, calc(100% - (2 * var(--page-gutter))));
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0 auto;
    margin-block: var(--section-space);
    background: rgb(23 19 15 / 12%);
    border: 1px solid rgb(23 19 15 / 12%);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.sitemap-grid > div {
    padding: clamp(2rem, 5vw, 4rem);
    background: var(--panel);
}

.sitemap-grid h2 {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.sitemap-grid ul {
    display: grid;
    gap: 0.5rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.sitemap-grid a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--muted);
    border-bottom: 1px solid rgb(23 19 15 / 10%);
    font-size: 0.95rem;
}

.sitemap-grid a:hover,
.sitemap-grid a:focus-visible {
    color: var(--green-action);
}

.not-found {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: calc(100vh - 98px);
    min-height: calc(100svh - 98px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding-block: 5rem;
    padding-inline: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2 + var(--page-gutter)));
    overflow: hidden;
    border-radius: 0 0 24px 24px;
    background:
        radial-gradient(circle at 84% 76%, rgb(255 255 255 / 86%) 0, transparent 24rem),
        linear-gradient(135deg, #f2f1ee 0%, #fbfaf7 54%, #eee9e2 100%);
}

.not-found-code {
    margin: 0 0 -1.4rem;
    color: rgb(120 214 75 / 22%);
    font-size: clamp(7rem, 22vw, 16rem);
    font-weight: 900;
    line-height: 0.75;
    letter-spacing: -0.08em;
}

.not-found h1 {
    max-width: 12ch;
    font-size: clamp(2.8rem, 7vw, 6.4rem);
}

.not-found > p:not(.eyebrow, .not-found-code) {
    max-width: 54ch;
    margin: 1.5rem 0 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.6;
}

.not-found-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

/* Shared content-page footer */

.inner-site-footer {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    border-top: 1px solid var(--green);
    background: var(--panel);
}

.inner-site-footer::after {
    content: "";
    position: absolute;
    right: -8rem;
    bottom: 1rem;
    width: 33rem;
    height: 24.5rem;
    background: url("assets/logos/official/accent-base-green/site/svg/logomark-alteralab-accent-base-green-transparent.svg") center / contain no-repeat;
    opacity: 0.025;
    pointer-events: none;
}

.inner-footer-layout {
    position: relative;
    z-index: 1;
    width: min(1280px, calc(100% - (2 * var(--page-gutter))));
    display: grid;
    grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.35fr);
    gap: clamp(3rem, 6vw, 5rem);
    align-items: center;
    margin: 0 auto;
    padding-block: clamp(3.5rem, 5vw, 5rem);
}

.inner-footer-brand > a {
    display: block;
    width: clamp(10rem, 16vw, 14rem);
}

.inner-footer-brand img {
    width: 100%;
    height: auto;
}

.inner-footer-brand > p {
    max-width: 32ch;
    margin: 1.5rem 0 0;
    color: var(--muted);
    font-size: clamp(0.82rem, 1vw, 0.94rem);
    line-height: 1.55;
}

.inner-footer-brand address {
    display: grid;
    gap: 0.75rem;
    margin-top: 2rem;
    color: var(--muted);
    font-style: normal;
    font-size: clamp(0.82rem, 1vw, 0.94rem);
    line-height: 1.55;
}

.inner-footer-brand address a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    color: var(--green-action);
    font-weight: 800;
}

.inner-footer-navigation {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.5rem, 4vw, 4rem);
}

.inner-footer-navigation h2 {
    margin: 0 0 1.5rem;
    font-size: clamp(0.84rem, 1vw, 0.96rem);
    font-weight: 900;
}

.inner-footer-navigation ul {
    display: grid;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.inner-footer-navigation a,
.inner-footer-navigation .footer-nav-muted {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    color: var(--muted);
    font-size: clamp(0.82rem, 1vw, 0.94rem);
    line-height: 1.35;
}

.inner-footer-navigation a:hover,
.inner-footer-navigation a:focus-visible {
    color: var(--green-action);
}

.inner-footer-navigation .footer-nav-muted {
    opacity: 0.48;
}

.inner-footer-bottom {
    position: relative;
    z-index: 1;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding: 0.7rem var(--page-gutter);
    color: var(--ink);
    background: var(--green);
    font-size: 0.76rem;
    line-height: 1.4;
    text-align: center;
}

.inner-footer-bottom button {
    min-height: 36px;
    padding: 0 0.5rem;
    border: 0;
    border-bottom: 1px solid currentColor;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

/* Cookie controls */

.cookie-banner {
    position: fixed;
    z-index: 15000;
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    left: max(1rem, env(safe-area-inset-left));
    width: min(1180px, calc(100% - 2rem));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    margin: 0 auto;
    padding: 1.25rem;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 1rem;
    color: #fff;
    background: rgb(23 19 15 / 96%);
    box-shadow: 0 24px 80px rgb(0 0 0 / 30%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.cookie-banner-copy strong {
    display: block;
    font-size: 1rem;
}

.cookie-banner-copy p {
    max-width: 65ch;
    margin: 0.45rem 0 0;
    color: rgb(255 255 255 / 76%);
    font-size: 0.85rem;
    line-height: 1.5;
}

.cookie-banner-copy a {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.6rem;
}

.cookie-banner .button {
    min-height: 44px;
    padding-inline: 1rem;
    font-size: 0.78rem;
}

.cookie-banner .button--quiet {
    border-color: rgb(255 255 255 / 24%);
    color: #fff;
    background: transparent;
}

.cookie-modal {
    position: fixed;
    z-index: 16000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: var(--page-gutter);
}

.cookie-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 52%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cookie-modal-card {
    position: relative;
    z-index: 1;
    width: min(580px, 100%);
    max-height: min(760px, calc(100vh - (2 * var(--page-gutter))));
    overflow-y: auto;
    padding: clamp(1.5rem, 4vw, 2.75rem);
    border-radius: 1.25rem;
    background: #fff;
    box-shadow: 0 32px 100px rgb(0 0 0 / 28%);
}

.cookie-modal-card h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1;
}

.cookie-modal-card > p:not(.eyebrow) {
    margin: 1rem 0 1.5rem;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.cookie-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    border: 1px solid rgb(23 19 15 / 12%);
    border-radius: 50%;
    color: var(--ink);
    background: #f5f5f3;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
}

.cookie-option {
    min-height: 78px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-top: 1px solid rgb(23 19 15 / 12%);
}

.cookie-option strong,
.cookie-option small {
    display: block;
}

.cookie-option strong {
    font-size: 0.94rem;
}

.cookie-option small {
    margin-top: 0.35rem;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.4;
}

.cookie-switch {
    position: relative;
    width: 3rem;
    height: 1.65rem;
    display: inline-block;
    flex: 0 0 auto;
}

.cookie-switch input {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.cookie-switch-track {
    position: absolute;
    inset: 0;
    border: 1px solid rgb(23 19 15 / 18%);
    border-radius: 999px;
    background: #d9d9d5;
    box-shadow: inset 0 1px 3px rgb(23 19 15 / 10%);
    transition: background-color 180ms ease, border-color 180ms ease;
}

.cookie-switch-track::after {
    content: "";
    position: absolute;
    top: 0.18rem;
    left: 0.18rem;
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgb(23 19 15 / 24%);
    transition: transform 180ms ease;
}

.cookie-switch input:checked + .cookie-switch-track {
    border-color: var(--green-action);
    background: var(--green-action);
}

.cookie-switch input:checked + .cookie-switch-track::after {
    transform: translateX(1.35rem);
}

.cookie-switch input:focus-visible + .cookie-switch-track {
    outline: 3px solid var(--focus-ring);
    outline-offset: 3px;
}

.cookie-switch input:disabled {
    cursor: not-allowed;
}

.cookie-switch input:disabled + .cookie-switch-track {
    opacity: 0.78;
}

.cookie-modal-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.7rem;
    margin-top: 1.5rem;
}

body.has-modal-open {
    overflow: hidden;
}

/* Normal desktop layout */

@media (min-width: 1025px) {
    .hero {
        width: 100vw !important;
    }

    .about-layout {
        max-width: 1360px;
    }

    .about-video-header {
        gap: clamp(3rem, 7vw, 7rem) !important;
    }

    .business-layout {
        max-width: 1440px;
    }

    .updates-layout {
        max-width: 1440px;
    }

    .footer-inner {
        grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.35fr);
    }

}

/* Tablet and compact navigation */

@media (max-width: 1120px) {
    .inner-navigation {
        gap: 0;
    }

    .inner-navigation-group--pathways {
        padding-left: 0;
        border-left: 0;
    }

    .inner-navigation a {
        padding-inline: 0.35rem;
        font-size: 0.72rem;
    }
}

@media (max-width: 1024px) {
    :root {
        --desktop-scale: 1 !important;
        --type-scale: 1 !important;
        --desktop-fit-scale: 1 !important;
        --desktop-y-scale: 1 !important;
        --better-years-business-overlap: 0px !important;
        --better-years-business-content-offset: 0px !important;
        --page-gutter: clamp(1.25rem, 4.5vw, 3rem);
    }

    .menu-toggle {
        display: inline-flex;
    }

    body.is-navigation-open {
        overflow: hidden;
    }

    .site-header,
    .inner-site-header {
        position: fixed;
        z-index: 120;
        top: 0;
        right: 0;
        left: 0;
        width: 100% !important;
        min-height: 68px;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
        background: rgb(255 255 255 / 88%);
        box-shadow: 0 8px 32px rgb(23 19 15 / 7%);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .site-header {
        height: 68px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 1rem;
        padding: 0 var(--page-gutter);
    }

    .site-header::before,
    .header-rule {
        display: none;
    }

    .site-header .brand-small {
        width: fit-content;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        margin: 0;
        transform: none;
    }

    .site-header .brand-small img {
        width: clamp(7.5rem, 18vw, 9rem);
    }

    .site-header .region-label {
        gap: 0.45rem;
        font-size: 0.72rem;
        letter-spacing: 0.04em;
    }

    .site-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
    }

    .hero-dark .site-header .brand-small img {
        filter: none;
    }

    .hero-dark .site-header .region-label {
        color: var(--ink);
        text-shadow: none;
    }

    .hero-dark .site-header .menu-toggle {
        border-color: rgb(23 19 15 / 16%);
        color: var(--ink);
        background: rgb(255 255 255 / 86%);
    }

    .hero-dark .site-header.is-menu-open .menu-toggle {
        color: var(--ink);
        background: #fff;
    }

    .site-header .main-nav,
    .inner-navigation {
        position: fixed;
        z-index: 130;
        top: 76px;
        right: var(--page-gutter);
        left: var(--page-gutter);
        width: auto;
        max-height: calc(100vh - 92px);
        display: none;
        overflow-y: auto;
        border: 1px solid rgb(23 19 15 / 12%);
        border-radius: 1.1rem;
        padding: 0.9rem;
        color: var(--ink);
        background: rgb(255 255 255 / 98%);
        box-shadow: 0 24px 80px rgb(23 19 15 / 18%);
        pointer-events: auto;
    }

    .inner-navigation {
        grid-template-rows: auto;
        align-content: start;
    }

    .site-header.is-menu-open .main-nav,
    .inner-site-header.is-menu-open .inner-navigation {
        display: grid;
    }

    .site-header .nav-line,
    .inner-navigation-group {
        position: static;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.35rem;
        margin: 0;
        padding: 0;
    }

    .site-header .nav-secondary,
    .inner-navigation-group--pathways {
        display: grid;
        margin-top: 0.75rem;
        padding: 0.75rem 0 0;
        border-top: 1px solid rgb(23 19 15 / 10%);
        border-left: 0;
    }

    .site-header .nav-line a,
    .inner-navigation a {
        min-height: 52px;
        justify-content: flex-start;
        padding: 0 1rem;
        border-radius: 0.75rem;
        color: var(--ink);
        background: #f5f5f3;
        font-size: 0.92rem;
        font-weight: 800;
        text-shadow: none;
    }

    .site-header .nav-line a::after,
    .inner-navigation a::after {
        display: none;
    }

    .inner-header-layout {
        width: calc(100% - (2 * var(--page-gutter)));
        min-height: 68px;
        grid-template-columns: 1fr auto;
        gap: 1rem;
        padding: 0;
    }

    .inner-brand img {
        width: clamp(7.5rem, 18vw, 9rem);
    }

    .inner-brand span {
        font-size: 0.72rem;
    }

    .content-main {
        padding-top: 68px;
    }

    .hero {
        left: auto;
        width: 100% !important;
        min-height: 42rem;
        height: min(52rem, 100svh);
        margin: 0;
        border-radius: 0 0 1.25rem 1.25rem;
        transform: none;
    }

    .hero-slide-altera {
        background-position: 58% center;
    }

    .hero-copy {
        top: clamp(8.5rem, 20vh, 11rem);
        width: min(42rem, calc(100% - (2 * var(--page-gutter))));
    }

    .hero h1,
    .hero-title {
        font-size: clamp(2.6rem, 7.5vw, 4.5rem);
    }

    .hero p {
        max-width: 40rem;
        font-size: clamp(0.95rem, 2vw, 1.08rem);
        line-height: 1.55;
    }

    .hero-copy-demo {
        top: 7.5rem;
        bottom: 5rem;
        width: min(44rem, calc(100% - (2 * var(--page-gutter))));
        display: flex;
        height: auto;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .demo-lockup {
        margin-bottom: clamp(2rem, 6vh, 4rem);
    }

    .hero-copy-demo p {
        margin-top: clamp(1.5rem, 4vh, 3rem);
    }

    .demo-event {
        position: static;
        margin-top: auto;
    }

    .scroll-cue {
        top: calc(100% + 31px);
    }

    .about-section,
    .business-section {
        min-height: auto !important;
        margin: 0 !important;
        padding: var(--section-space) 0 !important;
    }

    .about-layout,
    .business-layout {
        width: calc(100% - (2 * var(--page-gutter))) !important;
    }

    .about-video-header {
        width: min(100%, 54rem);
        grid-template-columns: 1fr;
        gap: 1.5rem !important;
    }

    .about-video-title-group,
    .about-video-header h2,
    .about-video-header p {
        max-width: 42rem;
    }

    .about-video-header h2 {
        font-size: clamp(2.2rem, 5.5vw, 4rem) !important;
    }

    .about-video-actions {
        margin: 1.75rem 0 0;
    }

    .about-video-header p {
        margin-top: 0 !important;
        font-size: 1rem !important;
        line-height: 1.6;
    }

    .about-video-placeholder {
        width: min(100%, 54rem);
    }

    .business-layout {
        min-height: auto !important;
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .business-copy {
        max-width: 46rem;
    }

    .business-copy h2 {
        font-size: clamp(2.3rem, 6vw, 4rem) !important;
    }

    .business-copy p:last-child {
        max-width: 42rem;
        font-size: 1rem !important;
        line-height: 1.6;
    }

    .business-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .business-card-copy {
        min-height: 16rem;
        padding: 1.5rem !important;
    }

    .business-card h3 {
        font-size: 1.55rem !important;
    }

    .business-card p {
        font-size: 0.92rem !important;
        line-height: 1.5;
    }

    .business-link {
        font-size: 0.86rem !important;
    }

    .updates-section {
        padding: var(--section-space) 0 !important;
    }

    .updates-layout {
        width: calc(100% - (2 * var(--page-gutter))) !important;
    }

    .updates-copy {
        width: 100%;
        grid-template-columns: minmax(12rem, 0.65fr) minmax(0, 1.35fr);
    }

    .updates-copy h2 {
        font-size: clamp(2.3rem, 6vw, 4rem) !important;
    }

    .updates-copy p {
        max-width: 46rem;
        font-size: 1rem !important;
        line-height: 1.6;
    }

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

    .update-card {
        min-height: 31rem;
        aspect-ratio: 4 / 5;
    }

    .update-card h2,
    .update-card h3 {
        font-size: clamp(1.35rem, 3vw, 1.9rem) !important;
    }

    .update-card p:not(.update-meta) {
        font-size: 0.94rem !important;
    }

    .careers {
        width: calc(100% - (2 * var(--page-gutter))) !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
        padding: var(--section-space) 0;
    }

    .careers .copy-block h2 {
        font-size: clamp(2.2rem, 5.5vw, 3.6rem) !important;
    }

    .careers .copy-block p {
        font-size: 1rem !important;
        line-height: 1.6;
    }

    .site-footer .footer-inner {
        width: calc(100% - (2 * var(--page-gutter))) !important;
        grid-template-columns: minmax(14rem, 0.65fr) minmax(0, 1.35fr);
        gap: 3rem;
        padding-inline: 0;
    }

    .site-footer .footer-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }

    .content-hero,
    .article-hero {
        min-height: auto;
        grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr);
        gap: 3rem;
        padding-block: clamp(3.5rem, 6vw, 5.5rem);
    }

    .content-hero--text {
        grid-template-columns: 1fr;
    }

    .content-hero h1,
    .article-hero h1 {
        font-size: clamp(2.75rem, 4.6vw, 4.75rem);
    }

    .content-hero-media,
    .article-hero-media {
        aspect-ratio: 4 / 3;
    }

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

    .article-index-card {
        min-height: 30rem;
    }

    .contact-layout {
        grid-template-columns: minmax(0, 0.75fr) minmax(25rem, 1.25fr);
        gap: 3rem;
    }

    .inner-footer-layout {
        grid-template-columns: minmax(14rem, 0.65fr) minmax(0, 1.35fr);
    }

    .inner-footer-navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cookie-banner {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .cookie-banner-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .content-hero,
    .article-hero,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .content-hero-copy,
    .article-hero-copy {
        max-width: 42rem;
    }

    .content-hero-media,
    .article-hero-media {
        width: 100%;
        max-height: 32rem;
        aspect-ratio: 16 / 10;
    }

    .contact-details {
        position: static;
    }
}

@media (max-width: 760px) {
    :root {
        --page-gutter: clamp(1rem, 5vw, 1.5rem);
        --section-space: clamp(3.5rem, 8vw, 4.5rem);
    }

    .site-header .main-nav,
    .inner-navigation {
        top: 74px;
        right: 0.75rem;
        left: 0.75rem;
    }

    .hero {
        min-height: 40rem;
        height: max(40rem, 100svh);
        max-height: 52rem;
    }

    .hero-copy {
        top: clamp(7.5rem, 18vh, 9.5rem);
    }

    .hero h1,
    .hero-title {
        font-size: clamp(2.3rem, 11vw, 3.7rem);
        line-height: 0.98;
    }

    .hero-title-line,
    .hero h1 strong {
        white-space: normal;
    }

    .hero p {
        max-width: 30rem;
        font-size: 0.96rem;
    }

    .hero-copy-demo {
        top: 6.4rem;
        bottom: 4.5rem;
    }

    .demo-lockup {
        margin-bottom: clamp(1.5rem, 5vh, 2.7rem);
    }

    .demo-altera {
        width: clamp(8rem, 35vw, 10.5rem);
    }

    .demo-seedlab {
        width: clamp(5.5rem, 24vw, 7rem);
    }

    .hero-copy-demo p {
        max-width: 30rem;
        margin-top: clamp(1.25rem, 3vh, 2rem);
    }

    .about-video-header h2 {
        font-size: clamp(2rem, 9vw, 3rem) !important;
    }

    .about-video-actions {
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 0.65rem;
    }

    .about-video-cta {
        width: 100%;
        min-height: 48px !important;
    }

    .business-cards {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .business-card {
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
    }

    .business-card-copy {
        min-height: 18rem;
        padding: 1.35rem !important;
    }

    .business-card-media {
        height: 100%;
        aspect-ratio: auto;
    }

    .updates-copy {
        grid-template-columns: 1fr;
    }

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

    .update-card {
        min-height: 32rem;
    }

    .updates-more {
        justify-content: stretch;
    }

    .update-show-more {
        width: 100%;
        justify-content: center;
        border: 1px solid rgb(23 19 15 / 16%);
        border-radius: 999px;
        background: #fff;
    }

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

    .careers .copy-block {
        width: 100%;
        max-width: 32rem;
        margin: 0;
    }

    .career-panel {
        height: min(80vw, 28rem);
    }

    .site-footer .footer-inner {
        grid-template-columns: 1fr;
    }

    .site-footer .footer-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer .footer-nav h3 {
        margin-bottom: 1rem;
    }

    .content-hero,
    .article-hero {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding-block: 3rem 3.5rem;
    }

    .content-hero-copy,
    .article-hero-copy {
        max-width: 42rem;
    }

    .content-breadcrumb,
    .article-breadcrumbs {
        margin-bottom: 2rem;
    }

    .content-hero h1,
    .article-hero h1,
    .not-found h1 {
        max-width: 14ch;
        font-size: clamp(2.35rem, 6vw, 3.2rem);
    }

    .content-hero-intro,
    .article-hero-copy > p:not(.eyebrow) {
        font-size: 1rem;
        line-height: 1.6;
    }

    .content-hero-media,
    .article-hero-media {
        width: 100%;
        max-height: 32rem;
        aspect-ratio: 16 / 10;
    }

    .content-section {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .content-section h2,
    .section-heading h2,
    .contact-details h2,
    .content-cta h2 {
        font-size: clamp(2rem, 10vw, 3.2rem);
    }

    .content-section-number {
        width: fit-content;
        padding: 0.3rem 0.55rem;
        border-radius: 999px;
        background: #eef7e9;
    }

    .content-cta {
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 2rem;
    }

    .content-cta .button {
        width: 100%;
    }

    .article-index-card {
        min-height: 32rem;
    }

    .article-index-grid {
        grid-template-columns: 1fr;
    }

    .article-index-media {
        aspect-ratio: auto;
    }

    .faq-list summary {
        min-height: 76px;
        font-size: 1.08rem;
    }

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

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-details,
    .article-aside {
        position: static;
    }

    .form-row--split {
        grid-template-columns: 1fr;
    }

    .form-submit {
        width: 100%;
    }

    .article-body {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .article-aside {
        padding: 1.5rem;
        border-radius: 1rem;
        background: #f5f5f3;
    }

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

    .inner-footer-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .inner-footer-navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2rem;
    }

    .inner-footer-bottom {
        flex-direction: column;
        gap: 0.25rem;
    }

    .cookie-banner {
        max-height: calc(100vh - 1.5rem);
        overflow-y: auto;
    }

    .cookie-banner-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cookie-banner .button {
        width: 100%;
    }

    .cookie-modal {
        align-items: end;
        padding: 0;
    }

    .cookie-modal-card {
        width: 100%;
        max-height: min(86vh, 760px);
        border-radius: 1.25rem 1.25rem 0 0;
        padding: 1.5rem;
    }

    .cookie-modal-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cookie-modal-actions .button {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .menu-toggle-label {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .menu-toggle {
        width: 44px;
        padding: 0;
    }

    .site-header .nav-line,
    .inner-navigation-group {
        grid-template-columns: 1fr;
    }

    .business-card {
        grid-template-columns: 1fr;
    }

    .business-card-copy {
        min-height: auto;
    }

    .business-card-media {
        aspect-ratio: 16 / 10;
    }

    .site-footer .footer-nav,
    .inner-footer-navigation {
        grid-template-columns: 1fr;
    }

    .not-found-actions,
    .not-found-actions .button {
        width: 100%;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
