@font-face {
    font-family: "New Boho";
    src: url("../fonts/NewBoho-Regular.woff2") format("woff2"),
        url("../fonts/NewBoho-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Light.woff2") format("woff2"),
        url("../fonts/Satoshi-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Regular.woff2") format("woff2"),
        url("../fonts/Satoshi-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Medium.woff2") format("woff2"),
        url("../fonts/Satoshi-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Bold.woff2") format("woff2"),
        url("../fonts/Satoshi-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Satoshi";
    src: url("../fonts/Satoshi-Black.woff2") format("woff2"),
        url("../fonts/Satoshi-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --urban-black: oklch(0.16 0 0);
    --urban-coal: oklch(0.22 0 0);
    --urban-stone: oklch(0.99 0 0);
    --urban-cream: oklch(0.97 0 0);
    --urban-sage: oklch(0.55 0.082 150);
    --ink: #161618;
    --terra: #926550;
    --terra-soft: #e2bfae;
    --meadow: #d4e1a8;
    --meadow-soft: #d7e3a9;
    --meadow-deep: #5f7e62;
    --sky: #add4e4;
    --sky-deep: #46819a;
    --terra-text: oklch(0.38 0.08 40);
    --sky-text: oklch(0.38 0.07 235);
    --sage-text: oklch(0.38 0.06 150);
    --muted-fg: oklch(0.40 0 0);
    --rule: oklch(0.16 0 0 / 0.12);
    --border: oklch(0.16 0 0 / 0.10);
    --shadow-soft: 0 10px 30px -15px oklch(0 0 0 / 0.14);
    --fs-base: 1.125rem;
    --fs-lead: 1.3125rem;
    --fs-small: 1rem;
    --fs-eyebrow: 1.0625rem;
    --fs-nav: 1.0625rem;
    --fs-btn: 1.0625rem;
    --ease-out: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* {
    outline: none !important;
}

html {
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 140px;
    font-size: 16px;
}

body {
    font-family: "Satoshi", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: var(--fs-base);
    line-height: 1.65;
    background: var(--urban-stone);
    color: var(--urban-black);
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "ss01", "ss02", "cv11";
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

p {
    margin-top: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: .3s;
}

button {
    cursor: pointer;
    transition: .3s;
    font-family: inherit;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Satoshi", ui-sans-serif, system-ui, sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em !important;
    line-height: 1.1;
    text-wrap: balance;
}

.hero_title {
    font-weight: 400;
}

:focus-visible {
    outline: 2px solid var(--urban-sage);
    outline-offset: 3px;
    border-radius: 4px;
}

.skip_link {
    position: absolute;
    left: 1rem;
    top: 1rem;
    padding: 0.85rem 1.25rem;
    background: var(--urban-black);
    color: var(--urban-cream);
    border-radius: 6px;
    font-weight: 600;
    font-size: var(--fs-small);
    z-index: 100;
    clip-path: inset(100%);
}

.skip_link:focus-visible {
    clip-path: none;
}

.container {
    width: 100%;
    max-width: 1312px;
    padding: 0 24px;
    margin: 0 auto;
}

.section {
    position: relative;
    padding: 7rem 0;
    scroll-margin-top: 4.5rem;
}

.section_tag {
    display: inline-block;
    color: var(--terra-text);
    font-size: var(--fs-eyebrow);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section_title {
    margin: 0;
    color: var(--urban-black);
    font-size: clamp(2.5rem, 5vw, 3.75rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.12;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 1.75rem;
    border: 0;
    border-radius: 9999px;
    font-size: var(--fs-btn);
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
}

.btn.primary {
    background: var(--meadow);
    color: var(--ink);
}

.btn.primary:hover {
    background: var(--urban-black);
    color: var(--urban-cream);
    opacity: 1;
}

.btn.ghost {
    background: transparent;
    color: var(--urban-black);
    border: 1px solid var(--urban-black);
}

.btn.ghost:hover {
    background: var(--urban-black);
    color: var(--urban-cream);
}

.btn:hover {
    opacity: 0.92;
}

body>header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 24px;
    width: 100%;
    transition: top .3s ease;
}

body>header .container {
    max-width: 100%;
    width: 100%;
}

body.header_fixed>header {
    top: 16px;
}

body.header_hidden>header {
    top: -120px;
}

.header_pill {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 32px;
    background: oklch(0.99 0 0 / 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid oklch(0.16 0 0 / 0.06);
    border-radius: 77px;
    box-shadow: 0 4px 23px rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    gap: 32px;
    max-width: 1333px;
    width: 100%;
    margin: 0 auto;
    transition: background .3s ease, border-color .3s ease;
}

.mobile_menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999;
    background: var(--urban-black);
    flex-direction: column;
    justify-content: safe center;
    align-items: center;
    gap: 2.5rem;
    padding: 5.5rem 2rem 2.5rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.mobile_menu a {
    color: var(--urban-cream);
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.mobile_menu a:hover {
    color: var(--urban-sage);
}

body.menu_opened .mobile_menu {
    opacity: 1;
    pointer-events: auto;
}

body.header_fixed .header_pill {
    background: oklch(0.99 0 0 / 0.96);
    border-color: oklch(0.16 0 0 / 0.1);
}

.logo {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.logo img {
    display: block;
    height: 48px;
    width: auto;
    transition: height .3s ease;
}

body.header_fixed .logo img {
    height: 40px;
}

.top_nav {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    flex: 1;
    justify-content: center;
}

.top_nav a {
    color: var(--urban-black);
    font-size: var(--fs-nav);
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: color .25s ease;
}

.top_nav a:hover,
.top_nav a.is-active {
    color: var(--meadow-deep);
}

.header_pill .btn.primary {
    flex-shrink: 0;
    height: 44px;
    padding: 0 1.5rem;
}

.header_actions {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
}

.lang_switcher {
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 4px;
    background: oklch(0.16 0 0 / 0.06);
    border: 1px solid oklch(0.16 0 0 / 0.06);
    border-radius: 9999px;
    flex-shrink: 0;
}

.lang_switcher_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 34px;
    padding: 0 0.65rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--muted-fg);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.lang_switcher_item:hover {
    color: var(--urban-black);
}

.lang_switcher_item.is-active {
    background: var(--urban-black);
    color: var(--urban-cream);
}

.lang_switcher--mobile {
    height: 56px;
    padding: 6px;
    margin-top: 0.5rem;
    background: oklch(0.99 0 0 / 0.08);
    border-color: oklch(0.99 0 0 / 0.12);
}

.lang_switcher--mobile .lang_switcher_item {
    min-width: 64px;
    height: 44px;
    font-size: 1rem;
    color: oklch(0.99 0 0 / 0.55);
}

.lang_switcher--mobile .lang_switcher_item:hover {
    color: var(--urban-cream);
}

.lang_switcher--mobile .lang_switcher_item.is-active {
    background: var(--urban-cream);
    color: var(--urban-black);
}

.open_menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
    z-index: 60;
    appearance: none;
    -webkit-appearance: none;
}

.open_menu span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--urban-black);
    transition: .3s;
}

body.menu_opened .open_menu span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}

body.menu_opened .open_menu span:nth-child(2) {
    opacity: 0;
}

body.menu_opened .open_menu span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}

.hero_section {
    padding: 0;
    padding-top: 7rem;
    background: var(--urban-stone);
    overflow: hidden;
}

.hero_section .container {
    max-width: 100%;
    padding: 24px;
}

.hero_split {
    display: flex;
    min-height: calc(100svh - 14rem - 48px);
    gap: 32px;
    border-radius: 32px;
    overflow: hidden;
}

.hero_text {
    flex: 45 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 5vw, 5rem) clamp(1.5rem, 4vw, 4.5rem);
    gap: 1.5rem;
    background: var(--urban-stone);
    position: relative;
}

.hero_meta {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    font-size: var(--fs-small);
    color: var(--muted-fg);
    font-variant-numeric: tabular-nums;
    margin-bottom: 0.25rem;
}

.hero_dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--urban-sage);
    display: inline-block;
}

.hero_title {
    font-weight: 900;
    font-size: clamp(3.5rem, 4.5vw, 7rem);
    line-height: 1.+;
    letter-spacing: -0.045em;
    color: var(--urban-black);
    margin: 0;
}

.hero_title--banner {
    display: block;
    margin: 0;
    line-height: 0;
    letter-spacing: 0;
    font-size: 0;
}

.hero_title--banner img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
}

.hero_tagline {
    font-size: clamp(1.125rem, 1.4vw, 1.3125rem);
    color: var(--urban-black);
    font-weight: 500;
    margin-top: 0.5rem;
    letter-spacing: -0.015em;
}

.hero_subtitle {
    font-size: var(--fs-base);
    line-height: 1.6;
    color: var(--muted-fg);
    max-width: 32rem;
    text-wrap: pretty;
}

.hero_actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 0.75rem;
}

.hero_credit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.75rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--rule);
    font-size: 0.9375rem;
    color: var(--muted-fg);
}

.hero_credit_lbl {
    letter-spacing: 0.02em;
}

.hero_credit strong {
    color: var(--urban-black);
    font-weight: 600;
    letter-spacing: -0.01em;
}

.hero_credit_sep {
    color: var(--urban-sage);
    font-weight: 400;
}

.hero_image {
    flex: 55 1 0;
    min-width: 0;
    position: relative;
    overflow: hidden;
    background: var(--urban-coal);
    border-radius: 24px;
}

.hero_image picture,
.hero_image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero_image img {
    object-fit: cover;
}

.hero_image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 60%, oklch(0 0 0 / 0.15) 100%);
    pointer-events: none;
}

.pillars_section {
    background: var(--urban-stone);
    text-align: center;
}

.pillars_head {
    max-width: 52rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.pillars_desc {
    margin: 1rem auto 0;
    font-size: var(--fs-lead);
    line-height: 1.55;
    color: var(--urban-coal);
    max-width: 38rem;
}

.pillars_grid {
    display: flex;
    border-top: 1px solid var(--rule);
    padding-top: 3rem;
}

.pillars_card {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 2.5rem;
    text-align: center;
    position: relative;
}

.pillars_card+.pillars_card {
    border-left: 1px solid var(--rule);
}

.pillars_card:first-child {
    padding-left: 0;
}

.pillars_card:last-child {
    padding-right: 0;
}

.pillars_card_title {
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.95;
    font-size: clamp(2.75rem, 5.5vw, 4.5rem);
    color: var(--urban-black);
    margin-bottom: 1.5rem;
    text-wrap: balance;
}

.pillars_card p {
    font-size: var(--fs-base);
    color: var(--urban-coal);
    line-height: 1.6;
    text-wrap: pretty;
    max-width: 30rem;
    margin-inline: auto;
}

.vision_section {
    background: var(--sky);
}

.vision_grid {
    display: flex;
    gap: 4rem;
    align-items: center;
}

.vision_text {
    flex: 1 1 0;
    min-width: 0;
    max-width: 36rem;
}

.vision_desc {
    font-size: var(--fs-lead);
    color: var(--urban-coal);
    line-height: 1.65;
    margin: 0;
    text-wrap: pretty;
    margin-top: 20px;
}

.vision_benefits {
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid var(--rule);
}

.vision_benefits_title {
    font-size: var(--fs-eyebrow);
    font-weight: 600;
    color: var(--sky-text);
    letter-spacing: 0.02em;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.vision_benefits_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.vision_benefits_list li {
    flex: 0 1 calc(50% - 0.375rem);
    position: relative;
    padding-left: 1.75rem;
    font-size: var(--fs-base);
    color: var(--urban-black);
    line-height: 1.55;
}

.vision_benefits_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0.6rem;
    height: 0.6rem;
    border-left: 2px solid var(--sky-deep);
    border-bottom: 2px solid var(--sky-deep);
    transform: rotate(-45deg);
}

.vision_imgs {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    gap: 1rem;
}

.vision_img_wrap {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    border-radius: 1rem;
}

.vision_img_wrap:first-child {
    margin-top: 3rem;
}

.vision_img_wrap img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    height: 100%;
}

.masterplan_section {
    background: var(--urban-cream);
    padding: 7rem 0;
    border-top: 1px solid var(--rule);
}

.masterplan_head {
    max-width: 64rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.masterplan_desc {
    font-size: var(--fs-lead);
    color: var(--urban-coal);
    line-height: 1.6;
    max-width: 38rem;
    margin: 1rem auto 0;
}

.masterplan_image {
    width: 100%;
    margin: 0 0 7rem;
    overflow: hidden;
    filter: grayscale(1);
    aspect-ratio: 21 / 9;
}

.masterplan_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.masterplan_zones {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 1.75rem;
    text-align: center;
}

.masterplan_zone {
    flex: 0 1 calc((100% - 1.75rem * 4) / 5);
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
}

.masterplan_zone_num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--meadow-soft);
    color: var(--meadow-deep);
    font-weight: 700;
    font-size: 1rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
}

.masterplan_zone_title {
    font-size: clamp(1.375rem, 2vw, 1.625rem);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: var(--urban-black);
    margin: 0;
}

.masterplan_zone p {
    font-size: var(--fs-base);
    color: var(--urban-coal);
    line-height: 1.55;
    text-wrap: pretty;
    margin: 0;
}

.gallery_section {
    background: var(--terra-soft);
    color: var(--urban-cream);
    overflow: hidden;
}

.gallery_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.gallery_head_sub {
    font-size: var(--fs-small);
    opacity: 0.7;
    letter-spacing: 0.02em;
    color: var(--terra);
}

.gallery_slider_wrap {
    position: relative;
}

.gallery_slider {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.25rem 0.25rem 0.5rem;
    margin: -0.25rem -0.25rem 0;
}

.gallery_slider::-webkit-scrollbar {
    display: none;
}

.gallery_slide {
    position: relative;
    flex: 0 0 calc((100% - 1.25rem * 2) / 3);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
    border-radius: 1rem;
    aspect-ratio: 16 / 10;
    margin: 0;
}

.gallery_slider--static {
    overflow: visible;
    scroll-snap-type: none;
    flex-wrap: wrap;
}

.gallery_slider--static .gallery_slide {
    scroll-snap-align: none;
}

.gallery_slider--count-1 .gallery_slide {
    flex: 1 1 100%;
}

.gallery_slider--count-2 .gallery_slide {
    flex: 1 1 calc(50% - 0.625rem);
}

.gallery_slider--count-3 .gallery_slide {
    flex: 1 1 calc((100% - 2.5rem) / 3);
}

.gallery_slide>a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: zoom-in;
}

.gallery_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery_slide:hover img {
    transform: scale(1.03);
}

.gallery_slide figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1.75rem;
    font-size: var(--fs-base);
    font-weight: 500;
    background: linear-gradient(to top, oklch(0.18 0 0 / 0.88), transparent);
}

.gallery_nav {
    position: absolute;
    top: calc(50% - 1.25rem);
    transform: translateY(-50%);
    z-index: 5;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    border: none;
    background: var(--terra);
    backdrop-filter: blur(8px);
    color: var(--urban-cream);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_nav img {
    pointer-events: none;
}

.gallery_nav:hover {
    background: var(--urban-black);
    color: var(--urban-cream);
}

.gallery_nav.prev {
    left: -1rem;
}

.gallery_nav.next {
    right: -1rem;
}

.gallery_nav[disabled] {
    opacity: 0;
    pointer-events: none;
}

.gallery_progress {
    position: relative;
    height: 2px;
    margin-top: 2rem;
    background: oklch(0.99 0 0 / 0.35);
    border-radius: 999px;
    overflow: hidden;
}

.gallery_progress_bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 33%;
    background: var(--terra);
    border-radius: 999px;
}

.video_section {
    background: var(--urban-cream);
    overflow: hidden;
}

.video_head {
    max-width: 52rem;
    margin: 0 auto 3rem;
    text-align: center;
}

.video_head .section_tag {
    margin-bottom: 1rem;
}

.video_desc {
    font-size: var(--fs-lead);
    color: var(--urban-coal);
    line-height: 1.55;
    max-width: 38rem;
    margin: 1rem auto 0;
    text-wrap: pretty;
}

.video_player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 1.25rem;
    overflow: hidden;
    background: var(--urban-black);
    isolation: isolate;
}

.video_player_poster,
.video_player_bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video_player_poster {
    object-fit: cover;
    z-index: 1;
}

.video_player_bg {
    z-index: 2;
    pointer-events: none;
    transform: scale(1.45);
    transform-origin: center;
}

.video_player::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background: linear-gradient(180deg, oklch(0 0 0 / 0.05) 0%, oklch(0 0 0 / 0.25) 100%);
    pointer-events: none;
}

.video_player_play {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--urban-cream);
    cursor: pointer;
}

.video_player_play_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: oklch(0.99 0 0 / 0.95);
    color: var(--urban-black);
    box-shadow: 0 20px 40px -10px oklch(0 0 0 / 0.35);
    transition: transform .3s var(--ease-out), background-color .3s var(--ease-out);
}

.video_player_play_icon img {
    display: block;
    width: 36px;
    height: 36px;
    margin-left: 4px;
}

.video_player_play:hover .video_player_play_icon {
    transform: scale(1.08);
    background: var(--meadow);
}

.video_caption {
    margin: 1.5rem auto 0;
    max-width: 38rem;
    text-align: center;
    font-size: var(--fs-small);
    color: var(--muted-fg);
    line-height: 1.55;
}

.news_section {
    background: var(--urban-cream);
    overflow: hidden;
}

.news_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.news_slider_wrap {
    position: relative;
}

.news_slider {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.5rem 0.25rem 0.75rem;
    margin: -0.5rem -0.25rem 0;
}

.news_slider::-webkit-scrollbar {
    display: none;
}

.news_card {
    position: relative;
    flex: 0 0 calc((100% - 1.5rem * 3) / 4);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: flex;
    flex-direction: column;
    background: var(--urban-stone);
    border: 1px solid var(--border);
    border-radius: 1rem;
    overflow: hidden;
    transition: transform .35s var(--ease-out), box-shadow .35s var(--ease-out);
}

.news_slider--static {
    overflow: visible;
    scroll-snap-type: none;
    flex-wrap: wrap;
}

.news_slider--static .news_card {
    scroll-snap-align: none;
}

.news_slider--count-1 .news_card {
    flex: 1 1 100%;
}

.news_slider--count-2 .news_card {
    flex: 1 1 calc(50% - 0.75rem);
}

.news_slider--count-3 .news_card {
    flex: 1 1 calc((100% - 3rem) / 3);
}

.news_card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft);
}

.news_card_img {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.news_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s var(--ease-out);
}

.news_card:hover .news_card_img img {
    transform: scale(1.04);
}

.news_card_body {
    padding: 1.5rem 1.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.news_card_date {
    font-size: 0.75rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted-fg);
    font-weight: 500;
}

.news_card_title {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--urban-black);
    line-height: 1.25;
    letter-spacing: -0.015em;
    margin: 0;
    text-wrap: balance;
}

.news_card_text {
    font-size: var(--fs-small);
    color: var(--muted-fg);
    line-height: 1.55;
    margin: 0;
    text-wrap: pretty;
}

.news_nav {
    position: absolute;
    top: calc(25% - 1.25rem);
    transform: translateY(-50%);
    z-index: 5;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--urban-stone);
    color: var(--urban-black);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-soft);
}

.news_nav img {
    pointer-events: none;
    filter: invert(1);
}

.news_nav:hover {
    background: var(--urban-black);
    color: var(--urban-cream);
    border-color: var(--urban-black);
}

.news_nav:hover img {
    filter: none;
}

.news_nav.prev {
    left: -1rem;
}

.news_nav.next {
    right: -1rem;
}

.news_nav[disabled] {
    opacity: 0;
    pointer-events: none;
}

.news_progress {
    position: relative;
    height: 2px;
    margin-top: 2rem;
    background: oklch(0.16 0 0 / 0.1);
    border-radius: 999px;
    overflow: hidden;
}

.news_progress_bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 33%;
    background: var(--urban-sage);
    border-radius: 999px;
}

.atelier_section {
    background: var(--meadow-soft);
    border-top: 1px solid oklch(0.18 0 0 / 0.1);
}

.atelier_section .section_title {
    margin-bottom: 2.5rem;
}

.atelier_section .section_tag {
    color: var(--sage-text);
    margin-bottom: 1.5rem;
}

.atelier_body {
    flex: 7 1 0;
    min-width: 0;
    padding-top: 0.5rem;
}

.atelier_grid {
    display: flex;
    gap: 5rem;
    align-items: flex-start;
}

.atelier_side {
    flex: 5 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: sticky;
    top: 7rem;
}

.atelier_logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    background: var(--urban-cream);
    border-radius: 14px;
}

.atelier_logo img {
    width: 64px;
    height: 64px;
}

.atelier_role {
    font-size: var(--fs-eyebrow);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--sage-text);
    font-weight: 600;
}

.atelier_studio {
    font-weight: 700;
    font-size: clamp(1.75rem, 3.8vw, 2.5rem);
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.atelier_link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: var(--fs-base);
    border-bottom: 1px solid var(--urban-sage);
    padding-bottom: 0.25rem;
    align-self: flex-start;
}

.atelier_link:hover {
    color: var(--urban-sage);
}

.atelier_body p {
    font-size: var(--fs-lead);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 38rem;
    text-wrap: pretty;
}

.atelier_body p:last-of-type {
    margin-bottom: 0;
}

.atelier_body p strong {
    font-weight: 600;
}

.atelier_intro::first-letter {
    font-weight: 900;
    font-size: 6.5rem;
    line-height: 0.85;
    letter-spacing: -0.06em;
    color: var(--urban-sage);
    float: left;
    padding: 0.35rem 0.85rem 0 0;
    margin-top: -0.2rem;
}

.atelier_meta {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid oklch(0.99 0 0 / 0.12);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.atelier_stat {
    flex: 0 1 calc(50% - 0.75rem);
    min-width: 0;
}

.atelier_stat_num {
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    color: var(--urban-sage);
    line-height: 1;
    letter-spacing: -0.025em;
    display: block;
    margin-bottom: 0.5rem;
}

.atelier_stat_lbl {
    font-size: var(--fs-small);
    line-height: 1.4;
    display: block;
}

.partners_section {
    padding: 4rem 0;
    background: var(--urban-cream);
    border-top: 1px solid oklch(0.18 0 0 / 0.05);
    border-bottom: 1px solid oklch(0.18 0 0 / 0.05);
}

.partners_label {
    text-align: center;
    font-size: var(--fs-base);
    color: var(--muted-fg);
    margin-bottom: 2rem;
}

.partners_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.partners_card {
    flex: 1 1 calc((100% - 3rem) / 3);
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.75rem 1.75rem 1.5rem;
    background: var(--urban-cream);
    border: 1px solid oklch(0.18 0 0 / 0.08);
    border-radius: 14px;
}

.partners_card:hover {
    border-color: var(--meadow-soft);
}

.partners_card_brand {
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 1.25rem;
}

.partners_card_brand img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.partners_card_role {
    font-size: 0.875rem;
    color: var(--muted-fg);
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    order: 1;
}

.partners_card_desc {
    font-size: var(--fs-base);
    color: var(--urban-black);
    line-height: 1.55;
    order: 2;
}

.partners_card_arrow {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.125rem;
    color: var(--muted-fg);
    opacity: 0.4;
}

.partners_card:hover .partners_card_arrow {
    opacity: 1;
    color: var(--urban-sage);
}

.partners_note {
    margin-top: 2rem;
    text-align: center;
    font-size: var(--fs-base);
    color: var(--muted-fg);
}

.contact_section {
    background: var(--urban-cream);
    text-align: center;
}

.contact_head {
    max-width: 52rem;
    margin: 0 auto 3.5rem;
    text-align: center;
}

.contact_section .section_title {
    max-width: 24ch;
    margin-inline: auto;
    margin-bottom: 1.5rem;
}

.contact_desc {
    font-size: var(--fs-lead);
    color: var(--urban-coal);
    line-height: 1.55;
    max-width: 100%;
    margin: 0 auto 0.5rem;
}

.contact_desc a {
    color: var(--meadow-soft);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact_meta {
    font-size: var(--fs-base);
    margin-top: 1.5rem;
    color: var(--muted-fg);
    line-height: 1.55;
    max-width: 100%;
    margin-inline: auto;
}

.contact_form {
    max-width: 52rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    text-align: left;
}

.contact_field {
    flex: 0 1 calc(50% - 0.625rem);
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.contact_field--full {
    flex-basis: 100%;
}

.contact_field label {
    font-size: var(--fs-small);
    font-weight: 500;
    color: var(--muted-fg);
    margin-bottom: 0.5rem;
}

.contact_field input,
.contact_field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid oklch(0.88 0 0);
    padding: 0.85rem 0;
    font-size: var(--fs-base);
    color: var(--urban-black);
}

.contact_field input:focus,
.contact_field textarea:focus {
    border-color: var(--urban-sage);
}

.contact_field textarea {
    resize: none;
    min-height: 110px;
}

.contact_consent {
    flex-basis: 100%;
    margin-top: 0.5rem;
}

.contact_consent_label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: var(--fs-small);
    line-height: 1.5;
    color: var(--urban-black);
}

.contact_consent input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 0.15rem;
    width: 1.125rem;
    height: 1.125rem;
    accent-color: var(--urban-sage);
    cursor: pointer;
}

.contact_consent_text a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact_consent_text a:hover {
    color: var(--urban-sage);
}

.contact_submit_wrap {
    flex-basis: 100%;
    margin-top: 2rem;
}

.contact_submit {
    width: 100%;
    height: 56px;
}

.contact_submit:disabled,
.contact_submit.is-loading {
    opacity: 0.6;
    cursor: progress;
    pointer-events: none;
}

.contact_honeypot {
    position: absolute !important;
    left: -10000px !important;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.contact_message {
    flex-basis: 100%;
    margin-top: 1rem;
    padding: 0.85rem 1.25rem;
    border-radius: 0.75rem;
    font-size: var(--fs-base);
    text-align: center;
    display: none;
}

.contact_message.success {
    display: block;
    background: oklch(0.58 0.062 150 / 0.12);
    color: var(--urban-sage);
}

.contact_message.error {
    display: block;
    background: oklch(0.95 0.04 30);
    color: oklch(0.45 0.15 25);
}

.faq_section {
    background: var(--urban-cream);
    border-top: 1px solid var(--rule);
}

.faq_head {
    max-width: 52rem;
    margin: 0 auto 4rem;
    text-align: center;
}

.faq_desc {
    margin: 1rem auto 0;
    font-size: var(--fs-lead);
    line-height: 1.55;
    color: var(--urban-coal);
    max-width: 38rem;
}

.faq_list {
    max-width: 52rem;
    margin: 0 auto;
    border-top: 1px solid var(--rule);
}

.faq_item {
    border-bottom: 1px solid var(--rule);
}

.faq_question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.5rem 0;
    font-weight: 700;
    font-size: var(--fs-lead);
    letter-spacing: -0.01em;
    line-height: 1.35;
    color: var(--urban-black);
    cursor: pointer;
    list-style: none;
    transition: color .25s var(--ease-out);
}

.faq_question::-webkit-details-marker {
    display: none;
}

.faq_question:hover {
    color: var(--terra-text);
}

.faq_icon {
    position: relative;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
    transition: transform .3s var(--ease-out);
}

.faq_icon::before,
.faq_icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: currentColor;
}

.faq_icon::after {
    transform: rotate(90deg);
}

.faq_item[open] .faq_icon {
    transform: rotate(45deg);
}

.faq_answer {
    padding: 0 3rem 1.75rem 0;
    color: var(--urban-coal);
    font-size: var(--fs-base);
    line-height: 1.65;
    text-wrap: pretty;
}

@supports (interpolate-size: allow-keywords) {
    .faq_item {
        interpolate-size: allow-keywords;
    }

    .faq_item::details-content {
        block-size: 0;
        overflow: clip;
        transition: block-size .35s var(--ease-out), content-visibility .35s allow-discrete;
    }

    .faq_item[open]::details-content {
        block-size: auto;
    }
}

.footer {
    padding: 3rem 0;
    background: var(--urban-stone);
    border-top: 1px solid oklch(0.18 0 0 / 0.1);
}

.footer_cobrand_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1.75rem;
}

.footer_cobrand {
    flex: 1 1 auto;
    min-width: 0;
    font-size: var(--fs-base);
    color: var(--urban-black);
    line-height: 1.6;
    margin: 0;
}

.footer_cobrand a {
    color: var(--urban-black);
    font-weight: 600;
    border-bottom: 1px solid var(--urban-sage);
}

.footer_cobrand a:hover {
    color: var(--urban-sage);
}

.footer_socials {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.footer_socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: transparent;
    transition: background-color .25s ease, border-color .25s ease;
}

.footer_socials a:hover {
    background: var(--urban-black);
    border-color: var(--urban-black);
}

.footer_socials img {
    display: block;
    transition: filter .25s ease;
}

.footer_socials a:hover img {
    filter: invert(1);
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid oklch(0.18 0 0 / 0.07);
}

.footer_copy {
    font-size: var(--fs-small);
    color: var(--muted-fg);
}

[data-animate] {
    opacity: 0;
    transition: opacity .6s ease-out, transform .6s ease-out;
    will-change: opacity, transform;
}

[data-animate="fade-up"] {
    transform: translateY(30px);
}

[data-animate="fade-down"] {
    transform: translateY(-30px);
}

[data-animate="fade-left"] {
    transform: translateX(30px);
}

[data-animate="fade-right"] {
    transform: translateX(-30px);
}

[data-animate="scale"] {
    transform: scale(.96);
}

[data-animate].visible {
    opacity: 1;
    transform: none;
}

.basic_section {
    padding-top: 11rem;
    padding-bottom: 6rem;
    background: var(--urban-stone);
}

.basic_container {
    max-width: 1111px;
}

.basic_head {
    margin-bottom: 2.5rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--rule);
}

.basic_head .section_tag {
    display: inline-block;
    margin-bottom: 0.75rem;
}

.basic_head .section_title {
    font-size: clamp(2rem, 4.5vw, 3rem);
}

.basic_prose {
    color: var(--urban-coal);
    font-size: var(--fs-base);
    line-height: 1.7;
    text-wrap: pretty;
}

.basic_prose>*+* {
    margin-top: 1.25rem;
}

.basic_prose h1,
.basic_prose h2,
.basic_prose h3,
.basic_prose h4 {
    color: var(--urban-black);
    line-height: 1.2;
    margin-top: 2.5rem;
    margin-bottom: 0.85rem;
    text-wrap: balance;
}

.basic_prose h1 {
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
}

.basic_prose h2 {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
}

.basic_prose h3 {
    font-size: clamp(1.25rem, 2.4vw, 1.5rem);
}

.basic_prose h4 {
    font-size: 1.125rem;
}

.basic_prose p {
    margin: 0;
}

.basic_prose a {
    color: var(--urban-sage);
    border-bottom: 1px solid currentColor;
    word-break: break-word;
}

.basic_prose a:hover {
    color: var(--urban-black);
    border-bottom-color: var(--urban-black);
}

.basic_prose strong {
    color: var(--urban-black);
    font-weight: 600;
}

.basic_prose ul,
.basic_prose ol {
    padding-left: 1.5rem;
    list-style-position: outside;
}

.basic_prose ul {
    list-style: disc;
}

.basic_prose ol {
    list-style: decimal;
}

.basic_prose ul ul,
.basic_prose ol ol,
.basic_prose ul ol,
.basic_prose ol ul {
    margin-top: 0.5rem;
}

.basic_prose li+li {
    margin-top: 0.4rem;
}

.basic_prose li::marker {
    color: var(--urban-sage);
}

.basic_prose blockquote {
    margin: 1.5rem 0;
    padding: 0.5rem 0 0.5rem 1.5rem;
    border-left: 3px solid var(--urban-sage);
    color: var(--urban-black);
    font-size: var(--fs-lead);
    line-height: 1.55;
    font-style: italic;
}

.basic_prose blockquote p+p {
    margin-top: 0.75rem;
}

.basic_prose code {
    background: var(--urban-cream);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 0.1em 0.4em;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.9em;
}

.basic_prose pre {
    background: var(--urban-coal);
    color: var(--urban-cream);
    border-radius: 0.75rem;
    padding: 1.25rem 1.5rem;
    overflow-x: auto;
    font-size: 0.95rem;
    line-height: 1.5;
}

.basic_prose pre code {
    background: transparent;
    border: 0;
    padding: 0;
    color: inherit;
}

.basic_prose img,
.basic_prose figure {
    margin: 1.75rem 0;
    border-radius: 0.75rem;
    overflow: hidden;
    max-width: 100%;
}

.basic_prose figcaption {
    margin-top: 0.5rem;
    font-size: var(--fs-small);
    color: var(--muted-fg);
    text-align: center;
}

.basic_prose hr {
    border: 0;
    border-top: 1px solid var(--rule);
    margin: 2.5rem 0;
}

.basic_prose table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: var(--fs-small);
}

.basic_prose th,
.basic_prose td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--rule);
    text-align: left;
    vertical-align: top;
}

.basic_prose th {
    color: var(--urban-black);
    font-weight: 600;
    border-bottom-color: var(--urban-black);
}

.vision_section .section_tag {
    color: var(--sky-text);
}

.mobile_nav {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 768px) {
    .basic_section {
        padding-top: 7rem;
        padding-bottom: 4rem;
    }

    .basic_head {
        margin-bottom: 1.75rem;
    }

    .basic_prose h1 {
        font-size: 1.5rem;
    }

    .basic_prose h2 {
        font-size: 1.375rem;
    }

    .basic_prose h3 {
        font-size: 1.2rem;
    }
}