:root {
    --green: #78d64b;
    --green-deep: #5ebf32;
    --green-text: #367a1d;
    --green-action: #367a1d;
    --green-action-hover: #2f6f1a;
    --focus-ring: #1f5e14;
    --ink: #17130f;
    --muted: #504d4a;
    --soft: #f9f9f9;
    --panel: #f6f6f6;
    --white: #ffffff;
    --line: #78d64b;
    --page: 1024px;
    --desktop-scale: 1;
    --type-scale: 1;
    --desktop-fit-scale: 1;
    --desktop-y-scale: 1;
    --desktop-content-width: 90vw;
    --desktop-about-width: 88.125vw;
    --hero-slide-duration: 10s;
    --hero-chrome-motion-duration: 280ms;
    --hero-chrome-stagger: 130ms;
    --hero-cue-height: 54px;
    --hero-cue-offset: 27px;
    --better-years-cue-gap: 80px;
    --better-years-scroll-offset: 72px;
    --better-years-video-max: 1406px;
    --better-years-video-media-max: 1055px;
    --better-years-video-gap: clamp(1.25rem, 2.8vw, 2.1rem);
    --better-years-business-overlap: 376px;
    --better-years-business-content-offset: 240px;
}

@font-face {
    font-family: "MuseoSans";
    src: url("font/MuseoSans_300.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MuseoSans";
    src: url("font/MuseoSans_500.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MuseoSans";
    src: url("font/MuseoSans_700.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MuseoSans";
    src: url("font/MuseoSans_900.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--white);
    color: var(--ink);
    font-family: "MuseoSans", Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
}

.page-frame {
    width: 100%;
}

.page-shell {
    width: 100%;
}

.screen-size-overlay {
    position: fixed;
    z-index: 10000;
    right: 12px;
    bottom: 12px;
    min-width: 84px;
    padding: 6px 9px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 6px;
    background: rgb(23 19 15 / 78%);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    pointer-events: none;
    box-shadow: 0 8px 26px rgb(0 0 0 / 18%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a,
[role="button"],
[tabindex]:not([tabindex="-1"]) {
    -webkit-tap-highlight-color: transparent;
}

:where(a, button, [role="button"], [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: max(2px, calc(2px / var(--desktop-scale))) solid var(--focus-ring);
    outline-offset: max(3px, calc(3px / var(--desktop-scale)));
}

.brand {
    display: block;
}

img,
svg {
    display: block;
}

.site-header {
    --header-motion-y: 0px;
    position: absolute;
    z-index: 20;
    top: 0;
    left: calc(50% + (7.5px / var(--desktop-scale)));
    --header-separator-color: rgb(0 0 0 / 34%);
    --menu-wordmark-width: clamp(118px, 10.6vw, 150px);
    --menu-region-width: 47px;
    --menu-region-gap: 10px;
    --menu-separator-gap: 16px;
    --header-edge-gap: 96px;
    --header-nav-inset: var(--header-edge-gap);
    --header-nav-width: clamp(594px, calc(738px * var(--desktop-fit-scale)), 738px);
    --header-nav-gap: clamp(6px, calc(8px * var(--desktop-fit-scale)), 8px);
    --header-nav-link-pad: clamp(7px, calc(8px * var(--desktop-fit-scale)), 8px);
    width: calc(100vw / var(--desktop-scale));
    min-height: calc(62.4px / var(--desktop-scale));
    opacity: 1;
    transform: translate(-50%, var(--header-motion-y));
    display: grid;
    grid-template-columns: minmax(calc(160px / var(--desktop-scale)), 1fr) auto;
    align-items: center;
    gap: calc(16px / var(--desktop-scale));
    padding: calc(11.2px / var(--desktop-scale)) calc(48px / var(--desktop-scale)) calc(7.2px / var(--desktop-scale));
    pointer-events: none;
    isolation: isolate;
    will-change: opacity, transform;
}

.site-header.is-past-hero {
    --header-motion-y: -16px;
    opacity: 0;
    pointer-events: none;
}

.site-header.is-past-hero .brand-small,
.site-header.is-past-hero .nav-line {
    pointer-events: none;
}

.site-header.is-shell-hiding {
    animation: headerFadeOutTop var(--hero-chrome-motion-duration) cubic-bezier(0.22, 0.61, 0.36, 1) both;
    animation-delay: 0ms;
}

.site-header.is-shell-showing {
    animation: headerFadeInBottom var(--hero-chrome-motion-duration) cubic-bezier(0.22, 0.61, 0.36, 1) both;
    animation-delay: var(--hero-chrome-stagger);
}

.site-header::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: calc(170px / var(--desktop-scale));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.24) 38%, rgba(255, 255, 255, 0.16) 66%, rgba(255, 255, 255, 0.06) 86%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgb(0 0 0 / 84%) 52%, rgb(0 0 0 / 54%) 76%, rgb(0 0 0 / 12%) 92%, rgb(0 0 0 / 0%) 100%);
    mask-image: linear-gradient(180deg, #000 0%, rgb(0 0 0 / 84%) 52%, rgb(0 0 0 / 54%) 76%, rgb(0 0 0 / 12%) 92%, rgb(0 0 0 / 0%) 100%);
    pointer-events: none;
    transition: opacity 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.brand-small {
    width: fit-content;
    min-width: 0;
    min-height: calc(44px / var(--desktop-scale));
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    justify-self: start;
    gap: calc(var(--menu-region-gap) / var(--desktop-scale));
    font-weight: 680;
    line-height: 1;
    transform: translate(calc(24px / var(--desktop-scale)), calc(23px / var(--desktop-scale)));
    pointer-events: auto;
}

.brand-small img {
    width: calc(var(--menu-wordmark-width) / var(--desktop-scale));
    height: auto;
    object-fit: contain;
}

.region-label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: calc(var(--menu-region-gap) / var(--desktop-scale));
    color: var(--ink);
    font-size: calc(16px / var(--desktop-scale));
    font-weight: 500;
    line-height: 1;
    letter-spacing: calc(0.54px / var(--desktop-scale));
    white-space: nowrap;
    transition: color 220ms ease;
}

.region-label b,
.region-label em {
    display: block;
    font: inherit;
    font-style: normal;
}

.region-label em {
    letter-spacing: 0.08em;
}

.header-rule {
    position: absolute;
    right: calc(var(--header-nav-inset) / var(--desktop-scale));
    bottom: calc(5px / var(--desktop-scale));
    left: calc((48px + 24px + var(--menu-wordmark-width) + var(--menu-region-gap) + var(--menu-region-width) + var(--menu-separator-gap)) / var(--desktop-scale));
    height: calc(1px / var(--desktop-scale));
    border-radius: 999px;
    background: var(--header-separator-color);
    pointer-events: none;
    transition: background-color 220ms ease, opacity 220ms ease;
}

.main-nav {
    position: absolute;
    top: 0;
    right: calc(var(--header-nav-inset) / var(--desktop-scale));
    width: min(calc(var(--header-nav-width) / var(--desktop-scale)), calc(100% - (320px / var(--desktop-scale))));
    height: calc(98px / var(--desktop-scale));
    display: block;
    font-size: calc(12px / var(--desktop-scale));
    font-weight: 480;
    line-height: 1;
    pointer-events: none;
}

.nav-line {
    position: absolute;
    right: 0;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: calc(var(--header-nav-gap) / var(--desktop-scale));
    padding: 0;
    margin: 0;
    list-style: none;
    pointer-events: auto;
}

.nav-primary {
    top: calc(15.2px / var(--desktop-scale));
}

.nav-line a {
    position: relative;
    min-height: calc(36px / var(--desktop-scale));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0 calc(var(--header-nav-link-pad) / var(--desktop-scale));
    color: var(--ink);
    font-size: calc(12px / var(--desktop-scale));
    font-weight: 480;
    line-height: 1.1;
    letter-spacing: 0.045em;
    white-space: nowrap;
    transition: background-color 180ms ease, color 180ms ease, text-shadow 180ms ease;
}

.nav-line a::after {
    content: "";
    position: absolute;
    right: calc(var(--header-nav-link-pad) / var(--desktop-scale));
    bottom: calc(5px / var(--desktop-scale));
    left: calc(var(--header-nav-link-pad) / var(--desktop-scale));
    height: calc(0.5px / var(--desktop-scale));
    border-radius: 999px;
    background: var(--green);
    opacity: 1;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-line a:hover,
.nav-line a:focus-visible {
    color: var(--ink);
}

.nav-line a:hover::after,
.nav-line a:focus-visible::after {
    transform-origin: left;
    transform: scaleX(1);
}

.nav-line li:last-child a {
    padding-right: 0;
}

.nav-line li:last-child a::after {
    right: 0;
}

.nav-secondary {
    top: calc(61px / var(--desktop-scale));
    font-size: calc(12px / var(--desktop-scale));
    font-weight: 650;
}

.nav-secondary a {
    font-size: calc(12px / var(--desktop-scale));
    font-weight: inherit;
}

main {
    overflow: hidden;
}

.section-soft {
    background: var(--soft);
}

.hero {
    position: relative;
    z-index: 2;
    overflow: visible;
    min-height: calc(465px - var(--hero-cue-height));
    padding-top: 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    background: #ffffff;
    isolation: isolate;
}

.hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.02) 42%, rgba(255, 255, 255, 0) 100%);
}

.hero::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    height: 92px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 42%, rgba(255, 255, 255, 0) 76%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgb(0 0 0 / 42%) 36%, rgb(0 0 0 / 0%) 78%);
    mask-image: linear-gradient(180deg, #000 0%, rgb(0 0 0 / 42%) 36%, rgb(0 0 0 / 0%) 78%);
    transition: opacity 220ms ease;
}

.hero-slides {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    contain: paint;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    background-image: var(--lazy-bg, none);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    transform: none;
    transition: opacity 420ms ease;
}

.hero-slide.is-active {
    opacity: 1;
}

.hero.is-paused .hero-slide.is-active,
.scroll-cue.is-paused .hero-nav-dot.is-active::before {
    animation-play-state: paused;
}

.hero-slide-altera {
    background-position: center top;
}

.hero-slide-demo {
    background-position: center;
}

.hero-slide-demo::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 56%, rgb(112 159 255 / 18%) 0%, rgb(0 0 0 / 0%) 42%),
        linear-gradient(90deg, rgb(0 0 0 / 68%) 0%, rgb(0 0 0 / 34%) 35%, rgb(0 0 0 / 12%) 58%, rgb(0 0 0 / 52%) 100%),
        linear-gradient(180deg, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 8%) 42%, rgb(0 0 0 / 56%) 100%);
}

.hero-slide-demo::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20%;
    pointer-events: none;
    background:
        linear-gradient(0deg, rgb(0 0 0 / 72%) 0%, rgb(0 0 0 / 42%) 54%, rgb(0 0 0 / 0%) 100%),
        linear-gradient(90deg, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 14%) 44%, rgb(0 0 0 / 24%) 100%);
    -webkit-mask-image: linear-gradient(0deg, #000 0%, #000 44%, rgb(0 0 0 / 58%) 72%, rgb(0 0 0 / 0%) 100%);
    mask-image: linear-gradient(0deg, #000 0%, #000 44%, rgb(0 0 0 / 58%) 72%, rgb(0 0 0 / 0%) 100%);
}

.watermark {
    position: absolute;
    pointer-events: none;
    background-image: url("assets/logos/official/accent-base-green/site/svg/logomark-alteralab-accent-base-green-transparent.svg");
    background-repeat: no-repeat;
    opacity: 0.025;
}

.watermark-hero {
    display: none;
}

.hero-copy {
    position: absolute;
    z-index: 3;
    top: 118px;
    left: 50%;
    width: min(650px, calc(100% - 48px));
    margin: 0;
    padding-left: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition: opacity 520ms ease, transform 620ms ease;
}

.hero-copy.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.hero h1,
.hero-title {
    margin: 0;
    color: var(--ink);
    font-size: 42px;
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: color 220ms ease, text-shadow 220ms ease;
}

.hero h1 strong,
.hero-title strong {
    display: inline-block;
    color: var(--green-text);
    font-weight: 900;
    line-height: inherit;
}

.hero-title-line {
    display: block;
    white-space: nowrap;
}

.hero h1 strong {
    display: block;
    white-space: nowrap;
}

.hero p,
.intro p,
.copy-block p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.48;
}

.hero p {
    width: auto;
    max-width: 520px;
    margin: 11px auto 0;
    color: #12240d;
    font-weight: 500;
    transition: color 220ms ease, text-shadow 220ms ease;
}

.hero-copy-demo {
    top: 92px;
    width: min(720px, calc(100% - 48px));
    color: var(--white);
    bottom: calc(var(--hero-cue-height) + 24px);
}

.demo-lockup {
    display: grid;
    justify-items: center;
    gap: 12px;
    margin-bottom: 52px;
}

.demo-lockup small {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(10.5px, 0.86vw, 13.12px);
    font-weight: 650;
    line-height: 1.22;
}

.demo-brand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.demo-brand-row span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.demo-altera {
    width: 216px;
    filter: brightness(1.18) contrast(1.08) drop-shadow(0 0 18px rgb(150 193 255 / 42%));
}

.demo-seedlab {
    width: 112px;
}

.hero-title-demo {
    color: var(--white);
    font-weight: 500;
}

.hero-title-demo strong {
    font-size: 1.16em;
}

.hero-copy-demo p {
    max-width: 660px;
    margin-top: 42px;
    color: var(--white);
    font-weight: 300;
    line-height: 1.55;
    letter-spacing: 0.018em;
}

.demo-copy-lead {
    font-weight: 700;
}

.demo-event {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    justify-items: center;
    gap: 6px;
    width: min(320px, 72%);
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
}

.demo-event strong {
    color: rgba(255, 255, 255, 0.86);
    font-size: 10px;
    font-weight: 900;
}

.demo-event-separator {
    width: min(16rem, 48%);
    height: 1px;
    margin-top: 2px;
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 62%) 50%, rgb(255 255 255 / 0%) 100%);
}

.demo-petrosains-logo {
    width: clamp(75.04px, 9.38vw, 131.2px);
    height: auto;
    margin-top: 0;
    object-fit: contain;
    filter: none;
}

.hero-dark .brand-small img {
    filter: brightness(0) invert(1);
}

.hero-dark .region-label,
.hero-dark .nav-line a {
    color: rgb(255 255 255 / 86%);
    text-shadow: 0 1px 14px rgb(0 0 0 / 54%);
    transition: color 240ms ease, text-shadow 240ms ease;
}

.hero-dark .nav-line a::after {
    background: var(--green);
    opacity: 1;
    transform: scaleX(0);
    transition: transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero-dark .header-rule {
    background: rgb(255 255 255 / 38%);
}

.hero-dark .site-header::before {
    opacity: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-dark .nav-line a:hover,
.hero-dark .nav-line a:focus-visible {
    color: var(--green);
    text-shadow: 0 1px 14px rgb(0 0 0 / 54%), 0 0 18px rgb(120 214 75 / 24%);
}

.hero-dark .nav-line a:hover::after,
.hero-dark .nav-line a:focus-visible::after {
    transform-origin: left;
    transform: scaleX(1);
}

.hero-dark .hero::after {
    background: none;
}

.hero-dark .hero::before {
    opacity: 0;
}

.hero-dark .hero h1,
.hero-dark .hero p,
.hero-dark .hero-title {
    color: var(--white);
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.42);
}

.hero-dark .hero h1 strong,
.hero-dark .hero-title strong {
    color: var(--green);
}

.hero-tiles {
    position: relative;
    z-index: 1;
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    width: min(578px, calc(100% - 86px));
    height: 98px;
    margin: 28px auto 0;
    transform: translateX(-180px);
}

.hero-tiles span,
.wide-panel,
.mosaic span,
.tall-panel,
.stacked-art span,
.career-panel {
    border-radius: 8px;
    background: var(--panel);
}

.scroll-cue {
    --cue-base-y: -50%;
    --cue-motion-y: 0px;
    position: absolute;
    z-index: 4;
    left: 50%;
    top: calc(100% + var(--hero-cue-offset));
    bottom: auto;
    display: grid;
    justify-items: center;
    gap: 1px;
    width: 210px;
    margin: 0 auto;
    padding-top: 0;
    opacity: 1;
    transform: translate(-50%, calc(var(--cue-base-y) + var(--cue-motion-y)));
    color: var(--muted);
    font-size: 10px;
    font-weight: 480;
    line-height: 1;
    will-change: opacity, transform;
}

.scroll-cue a {
    position: relative;
    z-index: 1;
    display: block;
    white-space: nowrap;
}

.scroll-cue.is-past-hero {
    --cue-motion-y: -14px;
    opacity: 0;
    pointer-events: none;
}

.scroll-cue.is-shell-hiding {
    animation: cueFadeOutTop var(--hero-chrome-motion-duration) cubic-bezier(0.22, 0.61, 0.36, 1) both;
    animation-delay: var(--hero-chrome-stagger);
    pointer-events: none;
}

.scroll-cue.is-shell-showing {
    animation: cueFadeInBottom var(--hero-chrome-motion-duration) cubic-bezier(0.22, 0.61, 0.36, 1) both;
    animation-delay: 0ms;
}

.scroll-cue::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: var(--hero-cue-height);
    transform: translate(-50%, -50%);
    background: #ffffff;
    box-shadow: 0 2px 0 #ffffff;
}

.hero-nav {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    height: 16px;
}

.hero-nav-dot {
    --hero-nav-pause-width: 6px;
    --hero-nav-pause-height: 8px;
    position: relative;
    width: 8px;
    height: 16px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 999px;
    background: radial-gradient(circle at center, #e5e5e5 0 2px, transparent 2.5px);
    cursor: pointer;
    transition:
        width 260ms cubic-bezier(0.22, 0.61, 0.36, 1),
        height 260ms cubic-bezier(0.22, 0.61, 0.36, 1),
        background-color 220ms ease,
        box-shadow 220ms ease;
}

.hero-nav-dot::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 7px);
    width: 14px;
    height: 4px;
    border-radius: inherit;
    background: var(--green-action);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 260ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 180ms ease;
}

.hero-nav-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--hero-nav-pause-width);
    height: var(--hero-nav-pause-height);
    border-radius: 0;
    background: linear-gradient(90deg, var(--green-action) 0 2px, transparent 2px 4px, var(--green-action) 4px 6px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82);
    transition: opacity 160ms ease, transform 220ms ease;
}

.hero-nav-dot.is-active {
    width: 14px;
    background:
        radial-gradient(circle at 2px 50%, #e5e5e5 0 2px, transparent 2.5px),
        radial-gradient(circle at calc(100% - 2px) 50%, #e5e5e5 0 2px, transparent 2.5px),
        linear-gradient(#e5e5e5 0 0) center / calc(100% - 4px) 4px no-repeat;
}

.hero-nav-dot:not(.is-active)::before {
    transform: scaleX(0);
    opacity: 0;
}

.scroll-cue.is-timing .hero-nav-dot.is-active::before {
    animation: heroCueTimer var(--hero-slide-duration, 10s) linear forwards;
}

.scroll-cue.is-timing.is-paused .hero-nav-dot.is-active::before {
    animation-play-state: paused;
}

.scroll-cue.is-nav-paused .hero-nav-dot.is-active {
    background: transparent;
    box-shadow: none;
}

.scroll-cue.is-nav-paused .hero-nav-dot.is-active::before {
    opacity: 0;
}

.scroll-cue.is-nav-paused .hero-nav-dot.is-active::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@keyframes heroDollyIn {
    from {
        transform: scale(1.018);
    }

    to {
        transform: scale(1.07);
    }
}

@keyframes heroCueTimer {
    to {
        transform: scaleX(1);
    }
}

@keyframes headerFadeOutTop {
    from {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    to {
        opacity: 0;
        transform: translate(-50%, -16px);
    }
}

@keyframes headerFadeInBottom {
    from {
        opacity: 0;
        transform: translate(-50%, 14px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

@keyframes cueFadeOutTop {
    from {
        opacity: 1;
        transform: translate(-50%, var(--cue-base-y));
    }

    to {
        opacity: 0;
        transform: translate(-50%, calc(var(--cue-base-y) - 14px));
    }
}

@keyframes cueFadeInBottom {
    from {
        opacity: 0;
        transform: translate(-50%, calc(var(--cue-base-y) + 14px));
    }

    to {
        opacity: 1;
        transform: translate(-50%, var(--cue-base-y));
    }
}

.intro {
    width: min(var(--page), 100%);
    margin: 0 auto;
    padding: 70px 57px 0;
    text-align: center;
}

.intro h2 {
    margin: 0 auto 9px;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.05;
}

.intro h2 span,
.copy-block h2 span {
    color: var(--green-text);
}

.intro p {
    max-width: 780px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.36;
}

.wide-panel {
    position: relative;
    overflow: hidden;
    height: 290px;
    margin: 41px 0 12px;
    background-position: center 24%;
    background-size: cover;
    background-repeat: no-repeat;
}

.mosaic-wide {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 1.1fr 0.68fr;
    gap: 7px;
    height: 205px;
}

.mosaic .green,
.stacked-art .green {
    background: var(--green);
}

.stat-card {
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--white);
    text-align: left;
}

.stat-card small,
.stat-card strong,
.stat-card em {
    display: block;
}

.stat-card small {
    font-size: 9px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.stat-card strong {
    margin: auto 0;
    font-size: 26px;
    font-weight: 900;
    line-height: 0.98;
}

.stat-card em {
    margin-top: auto;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
}

.mosaic-wide > .stat-card:first-child {
    display: grid;
    align-content: start;
    row-gap: 21px;
}

.mosaic-wide > .stat-card:first-child strong,
.mosaic-wide > .stat-card:first-child em {
    margin: 0;
}

.stat-card-compact {
    padding: 13px 14px;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.stat-card-compact strong {
    margin: 0;
    align-self: center;
    font-size: 17px;
    line-height: 1;
}

.stat-card-compact em {
    margin-top: 0;
    font-size: 8px;
    line-height: 1.18;
}

.stat-card-narrow {
    padding: 14px 12px;
}

.stat-card-narrow strong {
    font-size: 30px;
}

.stat-card-narrow em {
    font-size: 9px;
}

.stat-card-projection {
    justify-content: flex-start;
}

.stat-lockup {
    display: block;
    margin-top: 30px;
}

.mosaic .stat-lockup {
    background: transparent;
    border-radius: 0;
}

.stat-lockup strong {
    display: block;
    margin: 0 0 4px;
}

.stat-lockup em {
    margin-top: 0;
    font-size: 6px;
    line-height: 1.18;
}

.stat-card-projection .stat-card-context {
    margin-top: 18px;
    font-size: 8px;
    line-height: 1.18;
}

.stat-card-note {
    justify-content: flex-start;
}

.stat-card-note small {
    font-size: 17px;
    font-weight: 900;
    line-height: 1;
    text-transform: none;
}

.stat-card-note em {
    margin-top: 28px;
    font-size: 8px;
    line-height: 1.18;
}

.stat-card-compact.stat-card-note {
    display: flex;
    justify-content: flex-start;
}

.stat-card-compact.stat-card-note em {
    margin-top: 12px;
}

.mosaic .split {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 7px;
    background: transparent;
}

.mosaic .split i,
.mosaic .split b {
    display: block;
    border-radius: 8px;
}

.mosaic .split i {
    background: var(--panel);
}

.mosaic .split b {
    background: var(--green);
}

.mosaic .split b.stat-card-compact {
    display: grid;
}

.mosaic-wide > span:nth-child(2) {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mosaic .split i {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.wide-panel::before,
.mosaic-wide > span:nth-child(2)::before,
.mosaic .split i::before,
.tall-panel::before,
.stacked-art .large::before,
.career-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: inherit;
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1);
    transform-origin: center;
    transition: transform 1500ms ease, opacity 1500ms ease;
    pointer-events: none;
}

.wide-panel:hover::before,
.mosaic-wide > span:nth-child(2):hover::before,
.mosaic .split i:hover::before,
.tall-panel:hover::before,
.stacked-art .large:hover::before,
.career-panel:hover::before {
    transform: scale(1.055);
}

.green-band {
    height: 50vh;
    background: var(--green);
}

.better-years-section,
.about-section,
.business-section {
    width: 100%;
    scroll-margin-top: 0;
}

.better-years-section {
    position: relative;
    z-index: 1;
}

.about-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 100vh;
    min-height: 100svh;
    display: grid;
    align-items: center;
    background: transparent;
    padding: var(--better-years-video-gap) 0;
}

.about-layout {
    --about-grid: minmax(320px, 1.72fr) minmax(220px, 0.82fr) minmax(220px, 0.82fr);
    --about-gap: clamp(0.8rem, 1.6vw, 1.35rem);
    width: 88.125vw;
    min-height: auto;
    display: grid;
    align-self: center;
    align-content: center;
    gap: clamp(1.8rem, 4vh, 3.2rem);
    margin: 0 auto;
}

.about-intro {
    display: grid;
    grid-template-columns: var(--about-grid);
    gap: var(--about-gap);
    align-items: center;
}

.about-intro > div {
    grid-column: 1;
    align-self: center;
}

.about-intro > p {
    grid-column: 2 / 4;
    align-self: center;
    width: 100%;
    transform: translateX(-10px);
}

.about-intro h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(2rem, 3.4vw, 3.7rem);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0;
    text-align: left;
    text-wrap: balance;
}

.about-intro h2 span,
.about-card-title-accent {
    color: var(--green-text);
}

.about-intro h2 span {
    font-weight: 900;
}

.about-intro p {
    margin: 0;
    color: var(--muted);
    font-size: clamp(0.98rem, 1.25vw, 1.18rem);
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: 0.006em;
    text-align: left;
    text-wrap: pretty;
}

.about-cards {
    display: grid;
    grid-template-columns: var(--about-grid);
    gap: var(--about-gap);
    align-self: stretch;
}

.about-video-feature {
    position: relative;
    z-index: 2;
    display: grid;
    align-self: center;
    justify-items: center;
    gap: var(--better-years-video-gap);
    scroll-margin-top: var(--better-years-scroll-offset);
}

.about-video-header {
    width: min(98.3125%, var(--better-years-video-media-max));
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
}

.about-video-header h2 {
    max-width: 560px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.5rem, 2.55vw, 2.775rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
    text-align: left;
    text-wrap: balance;
}

.about-video-title-line {
    display: block;
    white-space: nowrap;
}

.about-video-title-line:first-child {
    color: var(--green-text);
}

.about-video-title-group {
    max-width: 560px;
}

.about-video-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin: clamp(2rem, 3.6vw, 2.9rem) 0;
}

.about-video-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    transition: color 160ms ease, background-color 160ms ease;
}

.about-video-cta--primary {
    min-width: 152px;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    color: var(--white);
    background: var(--green-action);
}

.about-video-cta--primary:hover,
.about-video-cta--primary:focus-visible {
    background: var(--green-action-hover);
}

.about-video-cta--text {
    min-width: 0;
    padding: 0;
    background: transparent;
    font-weight: 500;
}

.about-video-cta--text:hover,
.about-video-cta--text:focus-visible {
    color: var(--green-action);
}

.about-video-header p {
    max-width: 520px;
    margin: clamp(1.44rem, 2.8vw, 2.4rem) 0 0;
    color: var(--muted);
    font-size: clamp(0.98rem, 1.25vw, 1.18rem);
    font-weight: 300;
    line-height: 1.42;
    letter-spacing: 0.006em;
    text-align: left;
    text-wrap: pretty;
}

.about-video-placeholder {
    position: relative;
    width: min(98.3125%, var(--better-years-video-media-max));
    aspect-ratio: 16 / 9;
    justify-self: center;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    background:
        radial-gradient(circle at 72% 28%, rgb(255 255 255 / 58%) 0%, rgb(255 255 255 / 0%) 34%),
        radial-gradient(circle at 24% 76%, rgb(0 0 0 / 13%) 0%, rgb(0 0 0 / 0%) 36%),
        linear-gradient(135deg, #f1f1f1 0%, #cfcfcf 48%, #8d8d8d 100%);
    box-shadow: none;
    contain: paint;
}

.about-video-trigger {
    appearance: none;
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    cursor: pointer;
}

.about-video-placeholder::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgb(255 255 255 / 32%) 1px, transparent 1px),
        linear-gradient(0deg, rgb(255 255 255 / 24%) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.16;
    pointer-events: none;
}

.about-video-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(255 255 255 / 10%) 0%, rgb(0 0 0 / 16%) 100%);
    pointer-events: none;
}

.about-video-thumbnail {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: translate3d(0, 0, 0) scale(1.01);
    transition: transform 900ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-video-frame {
    position: absolute;
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    border-radius: inherit;
    background: #000;
}

.about-video-placeholder:hover .about-video-thumbnail,
.about-video-placeholder:focus-within .about-video-thumbnail {
    transform: translate3d(0, 0, 0) scale(1.035);
}

.about-video-placeholder.is-playing {
    cursor: default;
}

.about-video-placeholder.is-playing::before,
.about-video-placeholder.is-playing::after,
.about-video-placeholder.is-playing .about-video-thumbnail,
.about-video-placeholder.is-playing .about-video-trigger {
    opacity: 0;
    pointer-events: none;
}

.about-video-trigger:focus-visible {
    outline: 2px solid var(--focus-ring);
    outline-offset: -5px;
}

.about-video-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: clamp(43.5px, 5.25vw, 69px);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgb(54 122 29 / 70%);
    border-radius: 50%;
    background: var(--green-action);
    box-shadow: 0 11px 27px rgb(94 191 50 / 28%);
    transform: translate(-50%, -50%);
}

.about-video-play::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 6%;
    border-top: clamp(7.5px, 0.975vw, 12px) solid transparent;
    border-bottom: clamp(7.5px, 0.975vw, 12px) solid transparent;
    border-left: clamp(12px, 1.5vw, 18px) solid var(--white);
}

.about-video-consent-note {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    color: #fff;
    background: rgb(23 19 15 / 76%);
    font-size: clamp(0.68rem, 0.85vw, 0.8rem);
    font-weight: 700;
    line-height: 1.2;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.about-card {
    position: relative;
    min-height: clamp(270px, 32vh, 380px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.55rem;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    padding: clamp(1.1rem, 1.8vw, 1.55rem);
    color: var(--white);
    background: #080808;
    text-align: left;
    text-shadow: 0 1px 14px rgb(0 0 0 / 52%);
    contain: paint;
}

.about-card-feature {
    --about-card-image-position: 50% 55%;
}

.about-card-dark {
    --about-card-image-position: 50% 55%;
}

.about-card-dark:nth-child(2) {
    --about-card-image-position: 50% 52%;
}

.about-card-dark:nth-child(3) {
    --about-card-image-position: 52% 52%;
}

.about-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--lazy-bg, none);
    background-position: var(--about-card-image-position);
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;
    transition: transform 2800ms cubic-bezier(0.33, 1, 0.68, 1);
    pointer-events: none;
}

.about-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 46%;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 62%) 46%, rgb(0 0 0 / 92%) 100%);
    pointer-events: none;
}

.about-card:hover::before,
.about-card:focus-within::before {
    transform: translate3d(0, -1.2%, 0) scale(1.038);
    transition-duration: 5200ms;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-card h3 {
    position: relative;
    z-index: 2;
    color: inherit;
}

.about-card h3 {
    margin: 0;
    font-size: clamp(1.55rem, 1.9vw, 1.8rem);
    font-weight: 560;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-wrap: balance;
}

.business-section {
    position: relative;
    z-index: 0;
    isolation: isolate;
    min-height: 100vh;
    display: grid;
    align-items: center;
    align-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 78%, rgb(255 255 255 / 86%) 0, transparent 24rem),
        linear-gradient(135deg, #f2f1ee 0%, #fbfaf7 54%, #eee9e2 100%);
    margin-top: calc(0px - var(--better-years-business-overlap));
    padding: calc(clamp(0.2rem, 0.375vw, 0.3125rem) + var(--better-years-business-content-offset)) 0 clamp(0.2rem, 0.375vw, 0.3125rem);
}

.business-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border: 1px solid rgb(255 255 255 / 22%);
    background: linear-gradient(135deg, rgb(255 255 255 / 24%) 0%, rgb(255 255 255 / 10%) 100%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    pointer-events: none;
}

.business-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: radial-gradient(rgb(23 19 15 / 13%) 0.7px, transparent 0.7px);
    background-size: 4px 4px;
    opacity: 0.18;
    pointer-events: none;
}

.business-layout {
    position: relative;
    z-index: 1;
    width: 90vw;
    min-height: calc(100vh - clamp(0.4rem, 0.75vw, 0.625rem));
    display: grid;
    grid-template-columns: minmax(250px, 0.62fr) minmax(0, 1.55fr);
    gap: clamp(1.7rem, 4.6vw, 4.8rem);
    align-items: center;
    margin: 0 auto;
}

.business-copy {
    max-width: 440px;
    padding-top: clamp(0.2rem, 2vh, 1.2rem);
}

.business-copy h2 {
    margin: 0;
    color: var(--ink);
    font-size: 36px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

.business-title-prefix {
    display: block;
    color: var(--green-text);
    white-space: nowrap;
}

.business-title-accent {
    display: block;
    color: inherit;
}

.business-copy p:last-child {
    max-width: 440px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.48;
    letter-spacing: 0;
}

.business-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.85rem, 1.4vw, 1.15rem);
    align-items: stretch;
}

.business-card {
    --business-card-letter-spacing: 0.026em;
    --business-card-panel-height: clamp(232px, 33vh, 252px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 20px 70px rgb(38 31 24 / 8%);
}

.business-card-copy {
    position: relative;
    z-index: 1;
    flex: 0 0 var(--business-card-panel-height);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(1.05rem, 1.7vw, 1.55rem) clamp(1rem, 1.6vw, 1.45rem);
    text-align: left;
}

.business-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(1.55rem, 1.9vw, 1.8rem);
    font-weight: 560;
    line-height: 1;
    letter-spacing: 0;
}

.business-card-heading--verified {
    display: inline-flex;
    align-items: center;
    gap: 0.46rem;
}

.verified-badge {
    width: 0.76em;
    height: 0.76em;
    flex: 0 0 auto;
    display: block;
    object-fit: contain;
}

.business-card p {
    max-width: 100%;
    margin: 0.82rem 0 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.48;
    letter-spacing: 0;
}

.business-community-line {
    display: inline;
}

.text-nowrap {
    white-space: nowrap;
}

.business-link {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    margin-top: 0.82rem;
    color: var(--ink);
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: var(--business-card-letter-spacing);
    transition: color 180ms ease;
}

.business-link:hover,
.business-link:focus-visible {
    color: var(--green-action);
}

.business-card-media {
    position: relative;
    width: 100%;
    min-height: 0;
    flex: 0 0 var(--business-card-panel-height);
    overflow: hidden;
    contain: paint;
}

.business-card-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center bottom;
}

.business-card-image--map {
    background: #eef5e8;
    object-position: center;
}

.updates-section {
    position: relative;
    overflow: visible;
    overflow-x: clip;
    background: #f4f4f4;
    padding: clamp(3.5rem, 6vw, 5.5rem) 0;
}

.updates-layout {
    --updates-grid-gap: clamp(1rem, 1.45vw, 1.25rem);
    --updates-title-indent: clamp(1rem, 2vw, 1.5rem);
    width: min(1180px, calc(100% - 112px));
    margin: 0 auto;
    display: grid;
    gap: clamp(2.2rem, 4.8vw, 4.2rem);
    align-items: start;
}

.updates-copy {
    width: calc(75% - (var(--updates-grid-gap) / 4));
    max-width: none;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: clamp(1.5rem, 3.2vw, 2.5rem);
    align-items: center;
}

.updates-copy h2 {
    margin: 0;
    padding-left: var(--updates-title-indent);
    color: var(--ink);
    font-size: 36px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

.updates-title-accent {
    display: block;
    width: fit-content;
    margin-top: 0;
    color: var(--green-text);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.updates-title-line {
    display: block;
    white-space: nowrap;
}

.updates-title-line--dark {
    color: var(--ink);
}

.updates-copy p {
    max-width: none;
    margin: 0;
    color: var(--muted);
    font-size: clamp(0.98rem, 1.25vw, 1.18rem);
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: 0.006em;
    text-align: left;
    text-wrap: pretty;
}

.updates-posts {
    min-width: 0;
    display: grid;
    gap: clamp(1rem, 1.8vw, 1.4rem);
}

.updates-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--updates-grid-gap);
    align-items: stretch;
}

.update-card {
    --update-overlay-pad-inline: clamp(1.2rem, 2vw, 1.6rem);
    --update-overlay-pad-block: clamp(2rem, 4vw, 2.75rem);
    --update-read-more-gap: calc(var(--update-overlay-pad-block) / 2);
    position: relative;
    min-height: 0;
    aspect-ratio: 4 / 5;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 10px;
    color: var(--white);
    background: #080808;
    box-shadow: none;
    text-shadow: 0 1px 14px rgb(0 0 0 / 52%);
    contain: paint;
    width: 100%;
}

.update-show-more {
    position: static;
    z-index: auto;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: var(--ink);
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin-right: 15px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transform: none;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.update-show-more:hover,
.update-show-more:focus-visible {
    color: var(--green-action);
    background: transparent;
    transform: translateY(-1px);
}

.updates-more {
    display: flex;
    justify-content: flex-end;
}

.update-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 76%;
    border-radius: inherit;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 54%) 45%, rgb(0 0 0 / 92%) 100%);
    pointer-events: none;
}

.update-card-media {
    position: absolute;
    inset: -1px;
    z-index: 0;
    overflow: hidden;
    border: 0;
    outline: 0;
    border-radius: inherit;
}

.update-card-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    outline: 0;
    object-fit: cover;
    object-position: center;
    transform: translate3d(0, 0, 0) scale(1.01);
    transition: transform 2600ms cubic-bezier(0.33, 1, 0.68, 1);
}

.update-card:hover .update-card-image,
.update-card:focus-within .update-card-image {
    transform: translate3d(0, -1%, 0) scale(1.045);
}

.update-card-copy {
    position: relative;
    z-index: 2;
    min-width: 0;
    width: 100%;
    min-height: 68%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: var(--update-overlay-pad-block) var(--update-overlay-pad-inline);
}

.update-meta {
    margin: 0 0 12px;
    color: var(--green);
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.02em;
}

.update-card h2,
.update-card h3 {
    margin: 0;
    color: var(--white);
    font-size: clamp(1.1rem, 1.45vw, 1.36rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
    text-wrap: balance;
}

.update-card p:not(.update-meta) {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.42;
    letter-spacing: 0;
    min-height: calc(1.42em * 3);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.update-card a {
    margin-top: 0;
    padding-top: var(--update-read-more-gap);
    color: var(--white);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    transition: color 160ms ease;
}

.update-card a:hover,
.update-card a:focus-visible {
    color: var(--green);
}

.two-column {
    width: min(var(--page), 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 65px;
    padding-inline: 57px;
}

.more {
    padding-top: 123px;
    align-items: start;
}

.more .copy-block {
    height: 396px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.copy-block h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.08;
}

.copy-block p {
    width: 382px;
    max-width: 100%;
    margin-top: 26px;
    font-size: 13px;
    line-height: 1.48;
}

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 262px;
    min-height: 35px;
    margin-top: 21px;
    padding: 0 26px;
    border-radius: 999px;
    background: var(--green-action);
    color: var(--white);
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    transition: background-color 160ms ease;
}

.cta:hover {
    background: var(--green-action-hover);
}

.tall-panel {
    position: relative;
    overflow: hidden;
    height: 505px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    contain: paint;
}

.sectors {
    margin-top: -109px;
    padding-top: 0;
    padding-bottom: 123px;
    align-items: start;
}

.stacked-art {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 534px;
    gap: 0;
}

.stacked-art .large {
    position: relative;
    overflow: hidden;
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.stacked-art .green {
    grid-column: 2 / -1;
}

.stacked-art span:not(.large) {
    display: none;
}

.sector-copy {
    width: 100%;
    height: 425px;
    margin-top: 109px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sector-copy p {
    margin-top: 34px;
    width: 380px;
}

.careers {
    padding-top: 78px;
    padding-bottom: 66px;
    align-items: center;
}

.careers .copy-block {
    margin-left: 3px;
    padding-top: 0;
}

.careers .copy-block p {
    margin-left: 5px;
    margin-top: 24px;
}

.intro p,
.about-intro p,
.business-copy p:last-child,
.copy-block p {
    color: var(--muted);
    font-size: clamp(0.98rem, 1.25vw, 1.18rem);
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: 0.006em;
    text-align: left;
    text-wrap: pretty;
}

.cta-short {
    min-width: 144px;
    margin-top: 21px;
}

.career-panel {
    position: relative;
    overflow: hidden;
    height: 355px;
    background-image: var(--lazy-bg, none);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-footer {
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--green);
    background: var(--panel);
}

.watermark-footer {
    right: -128px;
    bottom: 16px;
    width: 535px;
    height: 392px;
    background-size: contain;
}

.footer-inner {
    position: relative;
    z-index: 1;
    width: min(var(--page), 100%);
    margin: 0 auto;
    padding: 56px 40px;
    display: grid;
    grid-template-columns: 305px 1fr;
    gap: 45px;
    align-items: center;
}

.brand-footer {
    width: 220px;
    margin-bottom: 35px;
}

.brand-footer img {
    width: 100%;
}

address {
    display: grid;
    gap: 16px;
    margin: 0;
    color: var(--muted);
    font-style: normal;
    font-size: 10px;
    font-weight: 300;
    line-height: 1.35;
}

address p {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 12px;
    align-items: start;
    margin: 0;
}

address svg {
    width: 15px;
    height: 15px;
    fill: var(--green-action);
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 58px;
    align-items: start;
    align-content: start;
}

.footer-nav h3 {
    margin: 0 0 29px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.footer-nav ul {
    display: grid;
    align-content: start;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-nav a,
.footer-nav-muted {
    display: block;
    color: var(--muted);
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
}

.footer-nav a:hover,
address a:hover {
    color: var(--green-action);
}

.copyright {
    min-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    background: var(--green);
    color: var(--ink);
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
}

.copyright button {
    min-height: 30px;
    padding: 0 0.35rem;
    border: 0;
    border-bottom: 1px solid currentColor;
    color: inherit;
    background: transparent;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

@media (min-width: 761px) {
    :root {
        --hero-cue-height: calc(63px / var(--desktop-scale));
        --hero-cue-offset: calc(31.5px / var(--desktop-scale));
        --better-years-cue-gap: calc(80px / var(--desktop-scale));
        --better-years-scroll-offset: calc(19px / var(--desktop-scale));
        --better-years-video-max: calc(1388px / var(--desktop-scale));
        --better-years-video-media-max: calc(1041px / var(--desktop-scale));
        --better-years-video-gap: calc(18px / var(--desktop-scale));
        --better-years-business-overlap: calc(376px / var(--desktop-scale));
        --better-years-business-content-offset: calc(240px / var(--desktop-scale));
        --font-plain-xs: 11px;
        --font-plain-sm: clamp(11px, calc(12px * var(--type-scale)), 16px);
        --font-plain-md: clamp(11px, calc(13px * var(--type-scale)), 16px);
        --font-plain-lg: clamp(11px, calc(14px * var(--type-scale)), 16px);
        --font-plain-xl: 16px;
        --hero-title-size: clamp(42px, calc(78.72px * var(--desktop-fit-scale)), 78.72px);
        --hero-demo-event-bottom: calc(((100vh - 63px) * 0.0741) / var(--desktop-scale));
    }

    main {
        position: relative;
        overflow: visible;
    }

    .page-frame {
        overflow: visible;
    }

    .page-shell {
        width: var(--page);
        margin: 0 auto;
        transform: scale(var(--desktop-scale));
        transform-origin: top center;
    }

    .site-header {
        width: calc(100vw / var(--desktop-scale));
    }

    .hero {
        left: 50%;
        width: calc(100vw / var(--desktop-scale));
        min-height: calc((100vh - 63px) / var(--desktop-scale));
        margin-left: 0;
        border-bottom-right-radius: calc(24px / var(--desktop-scale));
        border-bottom-left-radius: calc(24px / var(--desktop-scale));
        transform: translateX(-50%);
    }

    .hero::after,
    .hero-slides {
        bottom: 0;
    }

    .hero::before {
        height: calc(96px / var(--desktop-scale));
    }

    .site-footer {
        width: calc(100vw / var(--desktop-scale));
        margin-left: calc((var(--page) - (100vw / var(--desktop-scale))) / 2);
    }

    .about-section,
    .business-section {
        width: calc(100vw / var(--desktop-scale));
        min-height: calc(100vh / var(--desktop-scale));
        margin-left: calc((var(--page) - (100vw / var(--desktop-scale))) / 2);
    }

    .about-section {
        padding: var(--better-years-video-gap) 0;
    }

    .about-layout {
        --about-grid: minmax(calc(320px / var(--desktop-scale)), 1.72fr) minmax(calc(220px / var(--desktop-scale)), 0.82fr) minmax(calc(220px / var(--desktop-scale)), 0.82fr);
        --about-gap: calc(21.6px / var(--desktop-scale));
        width: calc(var(--desktop-about-width) / var(--desktop-scale));
        min-height: auto;
        align-content: center;
        gap: calc(36px / var(--desktop-scale));
    }

    .about-intro {
        grid-template-columns: minmax(calc(620px / var(--desktop-scale)), 1.9fr) minmax(calc(210px / var(--desktop-scale)), 0.72fr) minmax(calc(210px / var(--desktop-scale)), 0.72fr);
        margin-bottom: calc(9px / var(--desktop-scale));
    }

    .about-intro > p {
        transform: translateX(calc(-10px / var(--desktop-scale)));
    }

    .about-intro h2 {
        font-size: calc(clamp(32px, 3.4vw, 59.2px) / var(--desktop-scale));
    }

    .about-intro p {
        font-size: calc(clamp(15.68px, 1.25vw, 18.88px) / var(--desktop-scale));
    }

    .about-video-feature {
        gap: var(--better-years-video-gap);
    }

    .about-video-header {
        width: min(98.3125%, var(--better-years-video-media-max));
        gap: calc(128px / var(--desktop-scale));
        align-items: start;
    }

    .about-video-header h2 {
        max-width: calc(560px / var(--desktop-scale));
        font-size: calc(31.5px * var(--type-scale) / var(--desktop-scale));
        line-height: 1.08;
    }

    .about-video-title-group {
        max-width: calc(560px / var(--desktop-scale));
    }

    .about-video-actions {
        gap: calc(24px / var(--desktop-scale));
        margin: calc(30px / var(--desktop-scale)) 0;
    }

    .about-video-cta {
        min-height: calc(38px / var(--desktop-scale));
        font-size: calc(12px * var(--type-scale) / var(--desktop-scale));
    }

    .about-video-cta--primary {
        min-width: calc(152px / var(--desktop-scale));
        min-height: calc(46px / var(--desktop-scale));
        padding: 0 calc(24px / var(--desktop-scale));
    }

    .about-video-header p {
        max-width: calc(520px / var(--desktop-scale));
        margin-top: calc(32px / var(--desktop-scale));
        font-size: calc(12px * var(--type-scale) / var(--desktop-scale));
    }

    .about-video-play {
        width: calc(69px / var(--desktop-scale));
        box-shadow: 0 calc(11px / var(--desktop-scale)) calc(27px / var(--desktop-scale)) rgb(94 191 50 / 28%);
    }

    .about-video-play::before {
        border-top-width: calc(12px / var(--desktop-scale));
        border-bottom-width: calc(12px / var(--desktop-scale));
        border-left-width: calc(18px / var(--desktop-scale));
    }

    .about-video-placeholder {
        width: min(98.3125%, var(--better-years-video-media-max));
        border-radius: calc(8px / var(--desktop-scale));
    }

    .about-card {
        min-height: 380px;
        padding: calc(24px / var(--desktop-scale));
    }

    .about-card h3 {
        font-size: calc(27px * var(--type-scale) / var(--desktop-scale));
    }

    .business-section {
        padding: calc((4.5px / var(--desktop-scale)) + var(--better-years-business-content-offset)) 0 calc(4.5px / var(--desktop-scale));
    }

    .business-layout {
        width: calc(var(--desktop-content-width) / var(--desktop-scale));
        min-height: calc((100vh - 9px) / var(--desktop-scale));
        grid-template-columns: minmax(calc(250px / var(--desktop-scale)), 0.62fr) minmax(0, 1.55fr);
        gap: calc(68px / var(--desktop-scale));
    }

    .business-copy {
        max-width: calc(440px / var(--desktop-scale));
    }

    .business-copy h2 {
        font-size: calc(36px * var(--type-scale) / var(--desktop-scale));
    }

    .business-copy p:last-child {
        max-width: calc(440px / var(--desktop-scale));
        margin-top: calc(24px / var(--desktop-scale));
        font-size: calc(12px * var(--type-scale) / var(--desktop-scale));
    }

    .business-cards {
        gap: calc(18px / var(--desktop-scale));
    }

    .business-card {
        --business-card-panel-height: calc(246px / var(--desktop-scale));
    }

    .business-card-copy {
        padding: calc(24px / var(--desktop-scale));
    }

    .business-card h3 {
        font-size: calc(27px * var(--type-scale) / var(--desktop-scale));
    }

    .business-card p {
        margin-top: calc(13px / var(--desktop-scale));
        font-size: calc(12px * var(--type-scale) / var(--desktop-scale));
    }

    .business-link {
        min-height: calc(34px / var(--desktop-scale));
        margin-top: calc(13px / var(--desktop-scale));
        font-size: calc(12px * var(--type-scale) / var(--desktop-scale));
    }

    .updates-section {
        width: calc(100vw / var(--desktop-scale));
        margin-left: calc((var(--page) - (100vw / var(--desktop-scale))) / 2);
        padding: calc(78px / var(--desktop-scale)) 0;
    }

    .updates-layout {
        --updates-grid-gap: calc(18px / var(--desktop-scale));
        --updates-title-indent: calc(24px / var(--desktop-scale));
        width: calc(var(--desktop-content-width) / var(--desktop-scale));
        gap: calc(48px / var(--desktop-scale));
    }

    .updates-copy {
        width: calc(75% - (var(--updates-grid-gap) / 4));
        max-width: none;
        grid-template-columns: max-content minmax(0, 1fr);
        gap: calc(44px / var(--desktop-scale));
    }

    .updates-copy h2 {
        font-size: calc(36px * var(--type-scale) / var(--desktop-scale));
    }

    .updates-copy p {
        max-width: none;
        margin-top: 0;
        font-size: calc(12px * var(--type-scale) / var(--desktop-scale));
    }

    .updates-posts {
        gap: calc(20px / var(--desktop-scale));
    }

    .update-card {
        --update-overlay-pad-inline: calc(26px / var(--desktop-scale));
        --update-overlay-pad-block: calc(44px / var(--desktop-scale));
        --update-read-more-gap: calc(22px / var(--desktop-scale));
        border-radius: calc(10px / var(--desktop-scale));
    }

    .update-card-copy {
        padding: var(--update-overlay-pad-block) var(--update-overlay-pad-inline);
    }

    .update-meta {
        margin-bottom: calc(12px / var(--desktop-scale));
        font-size: calc(10px * var(--type-scale) / var(--desktop-scale));
    }

    .update-card h2,
    .update-card h3 {
        font-size: calc(19px * var(--type-scale) / var(--desktop-scale));
    }

    .update-card p:not(.update-meta) {
        margin-top: calc(14px / var(--desktop-scale));
        font-size: calc(12px * var(--type-scale) / var(--desktop-scale));
    }

    .update-card a {
        padding-top: var(--update-read-more-gap);
        font-size: calc(11px * var(--type-scale) / var(--desktop-scale));
    }

    .update-show-more {
        font-size: calc(12px * var(--type-scale) / var(--desktop-scale));
        margin-right: calc(15px / var(--desktop-scale));
    }

    .green-band {
        width: calc(100vw / var(--desktop-scale));
        height: calc(50vh / var(--desktop-scale));
        margin-left: calc((var(--page) - (100vw / var(--desktop-scale))) / 2);
    }

    .hero-copy {
        width: min(calc(720px / var(--desktop-scale)), calc(100% - (80px / var(--desktop-scale))));
    }

    .hero-copy-altera {
        top: calc((146px * var(--desktop-y-scale)) / var(--desktop-scale));
    }

    .hero-copy-demo {
        top: calc((126px * var(--desktop-y-scale)) / var(--desktop-scale));
        width: min(calc(760px / var(--desktop-scale)), calc(100% - (80px / var(--desktop-scale))));
        bottom: var(--hero-demo-event-bottom);
        padding-bottom: calc(196px / var(--desktop-scale));
    }

    .demo-lockup {
        gap: calc(13px / var(--desktop-scale));
        margin-bottom: calc((58px * var(--desktop-y-scale)) / var(--desktop-scale));
    }

    .demo-lockup small {
        font-size: calc(clamp(11.52px, 0.86vw, 13.12px) / var(--desktop-scale));
        font-weight: 650;
        line-height: 1.22;
    }

    .demo-brand-row {
        gap: calc(13px / var(--desktop-scale));
    }

    .demo-brand-row span {
        font-size: calc(18px * var(--type-scale) / var(--desktop-scale));
    }

    .demo-altera {
        width: calc(216px / var(--desktop-scale));
    }

    .demo-seedlab {
        width: calc(126px / var(--desktop-scale));
    }

    .demo-event {
        gap: calc(7px / var(--desktop-scale));
        width: min(calc(320px / var(--desktop-scale)), 72%);
        margin: 0 auto;
        font-size: calc(10px * var(--type-scale) / var(--desktop-scale));
    }

    .demo-event strong {
        font-size: calc(10px * var(--type-scale) / var(--desktop-scale));
    }

    .demo-event-separator {
        width: min(calc(256px / var(--desktop-scale)), 48%);
        height: calc(1px / var(--desktop-scale));
        margin-top: 0;
    }

    .demo-petrosains-logo {
        width: calc(clamp(75.04px, 9.38vw, 131.2px) / var(--desktop-scale));
        margin-top: 0;
    }

    .footer-inner {
        width: var(--page);
    }

    .hero-tiles {
        margin: 28px 0 0 calc(((100% - var(--page)) / 2) + 43px);
        transform: none;
    }

    .scroll-cue {
        --cue-base-y: -50%;
        left: 50%;
        top: calc(100% + var(--hero-cue-offset));
        bottom: auto;
        margin: 0;
        transform: translate(-50%, calc(var(--cue-base-y) + var(--cue-motion-y)));
    }

    .scroll-cue::before {
        top: 50%;
        height: var(--hero-cue-height);
    }

    .hero h1,
    .hero-title {
        font-size: calc(var(--hero-title-size) / var(--desktop-scale));
    }

    .hero-copy-altera h1 strong {
        font-size: 1.05em;
    }

    .hero-title-demo strong {
        font-size: 1.16em;
    }

    .hero p {
        font-size: calc(13px * var(--type-scale) / var(--desktop-scale));
    }

    .hero-copy-demo p {
        margin-top: calc((44px * var(--desktop-y-scale)) / var(--desktop-scale));
        font-weight: 300;
        line-height: 1.55;
    }

    .intro h2,
    .copy-block h2 {
        font-size: calc(36px * var(--type-scale) / var(--desktop-scale));
    }

    .intro p,
    .copy-block p {
        font-size: calc(12px * var(--type-scale) / var(--desktop-scale));
    }

    .intro p,
    .about-intro p,
    .business-copy p:last-child,
    .copy-block p {
        font-size: calc(clamp(15.68px, 1.25vw, 18.88px) / var(--desktop-scale));
        font-weight: 300;
        line-height: 1.38;
        letter-spacing: 0.006em;
        text-align: left;
        text-wrap: pretty;
    }

    .intro {
        height: calc(100vh / var(--desktop-scale));
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .wide-panel {
        height: 234px;
        margin: 12px 0 12px;
    }

    .mosaic-wide {
        height: 165px;
    }

    .footer-nav a,
    address,
    .copyright {
        font-size: calc(10px * var(--type-scale) / var(--desktop-scale));
    }

    .footer-nav h3 {
        font-size: calc(12px * var(--type-scale) / var(--desktop-scale));
    }

    .region-label,
    .brand-small,
    .demo-brand-row span,
    .hero p,
    .intro p,
    .copy-block p,
    .about-intro p,
    .about-video-header p,
    .business-copy p:last-child,
    .business-card p,
    .updates-copy p,
    .update-card p:not(.update-meta),
    address {
        font-size: calc(var(--font-plain-md) / var(--desktop-scale));
    }

    .demo-lockup small,
    .demo-event,
    .demo-event strong,
    .scroll-cue,
    .about-video-cta,
    .business-link,
    .cta,
    .update-meta,
    .update-card a,
    .update-show-more,
    .footer-nav h3,
    .footer-nav a,
    .footer-nav-muted,
    .copyright {
        font-size: calc(var(--font-plain-sm) / var(--desktop-scale));
    }

    .scroll-cue {
        font-size: calc(12px / var(--desktop-scale));
        font-weight: 480;
    }

    .nav-secondary,
    .nav-secondary a {
        font-size: calc(12px / var(--desktop-scale));
        font-weight: 650;
    }
}

@media (min-width: 761px) and (max-height: 800px) {
    .hero-copy-demo {
        top: calc((126px * var(--desktop-y-scale)) / var(--desktop-scale));
    }

    .demo-lockup {
        margin-bottom: calc((58px * var(--desktop-y-scale)) / var(--desktop-scale));
    }

    .hero-title-demo {
        font-size: calc(var(--hero-title-size) / var(--desktop-scale));
    }

    .hero-copy-demo p {
        margin-top: calc((44px * var(--desktop-y-scale)) / var(--desktop-scale));
    }
}

@media (max-width: 760px) {
    :root {
        --better-years-video-gap: 18px;
        --better-years-business-overlap: 148px;
        --better-years-business-content-offset: 92px;
    }

    .site-header {
        position: fixed;
        top: 0;
        left: 50%;
        width: 100%;
        min-height: 58px;
        transform: translate(-50%, var(--header-motion-y));
        grid-template-columns: 112px 1fr auto;
        height: 58px;
        padding: 18px 22px 0;
        background: transparent;
        pointer-events: auto;
    }

    .site-header::before {
        height: 88px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.14) 32%, rgba(255, 255, 255, 0.025) 58%, rgba(255, 255, 255, 0) 100%);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.045);
        -webkit-mask-image: linear-gradient(180deg, #000 0%, rgb(0 0 0 / 68%) 32%, rgb(0 0 0 / 10%) 62%, rgb(0 0 0 / 0%) 100%);
        mask-image: linear-gradient(180deg, #000 0%, rgb(0 0 0 / 68%) 32%, rgb(0 0 0 / 10%) 62%, rgb(0 0 0 / 0%) 100%);
    }

    .brand-small {
        width: 100px;
        min-height: 0;
        gap: 6px;
        transform: none;
    }

    .brand-small img {
        width: 94px;
    }

    .region-label {
        gap: 6px;
        font-size: 10px;
        letter-spacing: 0;
    }

    .header-rule,
    .nav-secondary {
        display: none;
    }

    .main-nav {
        position: relative;
        inset: auto;
        width: auto;
        height: auto;
        display: grid;
        align-items: center;
        justify-content: end;
        justify-self: end;
        font-size: 9px;
        pointer-events: auto;
    }

    .nav-primary {
        position: static;
        width: auto;
        gap: 14px;
    }

    .nav-line a {
        min-height: auto;
        display: inline;
        padding: 0;
        font-size: 9px;
        letter-spacing: 0;
    }

    .nav-line a::after {
        display: none;
    }

    .about-section,
    .business-section {
        min-height: auto;
        padding: 64px 0;
    }

    .about-section {
        padding-top: 64px;
        padding-bottom: var(--better-years-video-gap);
    }

    .business-section {
        padding-top: calc(4px + var(--better-years-business-content-offset));
        padding-bottom: 4px;
    }

    .about-layout,
    .business-layout {
        width: calc(100% - 32px);
        min-height: auto;
    }

    .about-layout {
        width: calc(100% - 24px);
    }

    .about-layout {
        --about-grid: 1fr;
        gap: 32px;
    }

    .about-intro,
    .about-cards,
    .about-video-feature {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-intro > div,
    .about-intro > p {
        grid-column: auto;
        transform: none;
    }

    .about-intro h2 {
        font-size: clamp(2.05rem, 9vw, 3rem);
    }

    .about-intro p {
        font-size: clamp(0.96rem, 3.9vw, 1.1rem);
        line-height: 1.42;
        text-align: left;
    }

    .about-video-feature {
        gap: var(--better-years-video-gap);
    }

    .about-video-header {
        width: min(100%, 28rem);
        grid-template-columns: 1fr;
        gap: 56px;
        align-items: start;
    }

    .about-video-header h2 {
        max-width: 100%;
        font-size: clamp(1.3125rem, 5.85vw, 2.25rem);
        line-height: 1.08;
    }

    .about-video-title-group {
        max-width: 100%;
    }

    .about-video-actions {
        gap: 12px 24px;
        margin: 36px 0;
    }

    .about-video-cta {
        min-height: 38px;
        font-size: 12px;
    }

    .about-video-cta--primary {
        min-height: 46px;
    }

    .about-video-header p {
        max-width: 34rem;
        margin-top: 0;
        margin-bottom: 0;
        font-size: clamp(0.96rem, 3.9vw, 1.1rem);
        line-height: 1.42;
    }

    .about-video-placeholder {
        width: min(100%, 28rem);
        border-radius: 8px;
    }

    .about-card {
        min-height: 320px;
        padding: 18px;
    }

    .about-card h3 {
        font-size: 25px;
    }

    .business-layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .business-copy {
        max-width: none;
        padding-top: 0;
    }

    .business-copy h2 {
        font-size: 34px;
    }

    .business-copy p:last-child {
        max-width: 34rem;
    }

    .about-intro p,
    .business-copy p:last-child,
    .copy-block p {
        font-size: clamp(0.96rem, 3.9vw, 1.1rem);
        line-height: 1.42;
        text-align: left;
        text-align-last: left;
    }

    .business-cards {
        grid-template-columns: 1fr;
    }

    .business-card {
        --business-card-panel-height: clamp(224px, 58vw, 252px);
    }

    .business-card-copy {
        flex-basis: var(--business-card-panel-height);
        padding: 22px;
    }

    .business-card h3 {
        font-size: 25px;
    }

    .business-card-media {
        flex-basis: var(--business-card-panel-height);
    }

    .updates-section {
        padding: 46px 0;
    }

    .updates-layout {
        width: calc(100% - 32px);
        grid-template-columns: 1fr;
        gap: 28px;
        align-items: start;
    }

    .updates-copy {
        width: 100%;
        max-width: none;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .updates-copy h2 {
        padding-left: 6px;
        font-size: clamp(28px, 8.2vw, 32px);
    }

    .updates-copy p {
        max-width: none;
        margin-top: 0;
        padding-left: 6px;
        font-size: clamp(0.96rem, 3.9vw, 1.1rem);
        line-height: 1.42;
        text-align: left;
        text-align-last: left;
    }

    .updates-posts {
        --updates-grid-gap: 14px;
        gap: 18px;
    }

    .updates-grid {
        grid-template-columns: 1fr;
    }

    .update-card {
        --update-overlay-pad-inline: 20px;
        --update-overlay-pad-block: 36px;
        --update-read-more-gap: 18px;
        grid-column: auto;
        padding: 0;
    }

    .update-card-image {
        height: 100%;
    }

    .update-card-copy {
        min-height: 68%;
        padding: var(--update-overlay-pad-block) var(--update-overlay-pad-inline);
    }

    .update-meta {
        margin-bottom: 11px;
        font-size: 0.68rem;
    }

    .update-card h2,
    .update-card h3 {
        font-size: 1.2rem;
    }

    .update-card p:not(.update-meta) {
        font-size: 0.92rem;
    }

    .hero {
        min-height: calc(640px - var(--hero-cue-height));
        padding-top: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .hero::before {
        height: 76px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.025) 44%, rgba(255, 255, 255, 0) 84%);
        -webkit-mask-image: linear-gradient(180deg, #000 0%, rgb(0 0 0 / 30%) 42%, rgb(0 0 0 / 0%) 86%);
        mask-image: linear-gradient(180deg, #000 0%, rgb(0 0 0 / 30%) 42%, rgb(0 0 0 / 0%) 86%);
    }

    .watermark-hero {
        right: -250px;
        width: 620px;
    }

    .hero-copy {
        top: 112px;
        width: calc(100% - 44px);
        padding: 0;
    }

    .hero-copy-demo {
        top: 86px;
        width: calc(100% - 36px);
    }

    .hero h1,
    .hero-title {
        font-size: 38px;
    }

    .hero-copy-altera h1 strong {
        font-size: 1.05em;
    }

    .hero-title-demo strong {
        font-size: 1.14em;
    }

    .hero p {
        width: auto;
        max-width: 320px;
        font-size: 13px;
    }

    .demo-lockup {
        margin-bottom: 38px;
    }

    .demo-lockup small {
        font-size: 10px;
        font-weight: 650;
        line-height: 1.22;
    }

    .demo-altera {
        width: 134px;
    }

    .demo-seedlab {
        width: 102px;
    }

    .hero-copy-demo p {
        max-width: 330px;
        margin-top: 34px;
        font-weight: 300;
        line-height: 1.45;
    }

    .demo-event {
        width: min(320px, 76%);
        margin: 64px auto 0;
    }

    .demo-event-separator {
        width: min(16rem, 58%);
    }

    .demo-petrosains-logo {
        width: clamp(75.04px, 32.8%, 131.2px);
    }

    .hero-tiles {
        width: calc(100% - 56px);
        height: 76px;
        margin-top: 54px;
        transform: none;
    }

    .intro,
    .two-column {
        padding-inline: 28px;
    }

    .intro {
        padding-top: 58px;
    }

    .intro h2,
    .copy-block h2 {
        font-size: 34px;
    }

    .wide-panel {
        height: 205px;
        margin-top: 29px;
    }

    .mosaic-wide {
        grid-template-columns: 1fr 1fr;
        height: auto;
    }

    .mosaic-wide > span {
        min-height: 150px;
    }

    .mosaic .split {
        min-height: 150px;
    }

    .two-column {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .more,
    .sectors,
    .careers {
        padding-top: 80px;
    }

    .more .copy-block {
        height: auto;
        display: block;
    }

    .tall-panel,
    .career-panel {
        height: 320px;
    }

    .stacked-art {
        grid-template-rows: 265px 62px 72px;
        order: 2;
    }

    .sector-copy {
        height: auto;
        margin-top: 0;
        padding: 0;
        display: block;
    }

    .careers {
        padding-top: 40px;
        padding-bottom: 45px;
    }

    .careers .copy-block {
        width: min(100%, 18rem);
        max-width: 18rem;
    }

    .careers .copy-block h2 {
        max-width: 100%;
    }

    .careers .copy-block p {
        width: 100%;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        padding: 46px 28px 40px;
    }

    .footer-nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 46px;
    }

    .copyright {
        padding: 12px 20px;
        text-align: center;
        line-height: 1.35;
    }
}

@media (max-width: 520px) {
    .site-header {
        grid-template-columns: 108px 1fr;
    }

    .main-nav {
        display: none;
    }

    .hero h1,
    .hero h1 strong,
    .hero-title,
    .hero-title strong,
    .intro h2,
    .copy-block h2 {
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .hero h1,
    .hero-title {
        font-size: 31px;
    }

    .hero-copy-altera h1 strong {
        font-size: 1.05em;
    }

    .hero-title-demo strong {
        font-size: 1.14em;
    }

    .hero-tiles {
        grid-template-columns: 1fr;
        height: auto;
    }

    .hero-tiles span {
        min-height: 70px;
    }

    .mosaic-wide {
        grid-template-columns: 1fr;
    }

    .stacked-art {
        grid-template-columns: 1fr 1fr;
    }

    .stacked-art .large {
        grid-column: 1 / -1;
    }

    .stacked-art .green {
        grid-column: 1 / -1;
    }

    .cta {
        width: 100%;
        min-width: 0;
    }

    .footer-nav {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide.is-active {
        animation: none;
        transform: scale(1);
    }

    .wide-panel::before,
    .mosaic-wide > span:nth-child(2)::before,
    .mosaic .split i::before,
    .about-card::before,
    .tall-panel::before,
    .stacked-art .large::before,
    .career-panel::before {
        transition: none;
        transform: scale(1);
    }

    .updates-grid {
        transition: none;
    }
}
