:root {
    --bg: #f4efe8;
    --bg-soft: #faf6ef;
    --panel: #fffdf9;
    --panel-soft: #faf7f1;
    --line: #d8cab8;
    --line-strong: #b99a7d;
    --text: #463529;
    --muted: #6f5a48;
    --title: #2f241d;
    --accent: #7f4f35;
    --accent-2: #a97952;
    --accent-soft: #f1e2d2;
    --green: #587d63;
    --green-2: #6f9274;
    --shadow: 0 10px 24px rgba(93, 67, 45, .07);
    --shadow-strong: 0 18px 40px rgba(93, 67, 45, .12);
    --radius: 20px;
    --container: 1380px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: var(--text);
    line-height: 1.72;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.wrap {
    padding: 22px 0 46px;
}

.container {
    margin: 0 auto;
}

.section + .section {
    margin-top: 16px;
}

.panel {
    overflow: hidden;
}

.hero {
    color: #fff2e6;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(circle at 68% 18%, rgba(255, 255, 255, .7) 0 2px, transparent 3px),
        radial-gradient(circle at 82% 40%, rgba(255, 255, 255, .7) 0 2px, transparent 3px),
        radial-gradient(circle at 72% 62%, rgba(255, 255, 255, .7) 0 2px, transparent 3px),
        radial-gradient(circle at 90% 18%, rgba(255, 255, 255, .7) 0 2px, transparent 3px),
        linear-gradient(30deg, transparent 36%, rgba(255, 255, 255, .18) 36.5%, transparent 37%),
        linear-gradient(-18deg, transparent 58%, rgba(255, 255, 255, .16) 58.5%, transparent 59%),
        linear-gradient(85deg, transparent 42%, rgba(255, 255, 255, .12) 42.5%, transparent 43%);
    pointer-events: none;
}

.hero-inner {
    position: relative;
    z-index: 1;
    min-height: 530px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero h1 {
    line-height: 1.12;
    margin-bottom: 16px;
    color: #fff4ea;
    max-width: 760px;
}

.hero p {
    color: rgba(255, 244, 234, .95);
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 156px;
    padding: 0 22px;
    font-size: 15px;
    border: 1px solid transparent;
}

.btn-primary {
    color: #fff;
}

.section-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.section-title h2 {
    line-height: 1.18;
    margin-bottom: 8px;
}

.section-title p {
    font-size: 16px;
    color: var(--muted);
    max-width: 760px;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 8px;
}

.title-underline {
    margin-top: 10px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
    align-items: start;
}

.about-copy h3 {
    font-size: 23px;
    color: var(--title);
    margin-bottom: 12px;
}

.about-copy p {
    color: var(--muted);
    margin-bottom: 13px;
    font-size: 15px;
}

.about-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 22px;
}

.about-icon-item {
    text-align: center;
    padding-top: 6px;
    border-right: 1px solid #eadfD0;
}

.about-icon-item:last-child {
    border-right: none;
}

.about-icon {
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-icon img {
    display: block;
}

.about-icon-item h4 {
    font-size: 15px;
    margin-bottom: 4px;
}

.about-icon-item p {
    font-size: 13px;
    color: var(--muted);
    margin: 0;
}

.about-visual {
    background: var(--panel-soft);
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
}

.about-visual .photo {
    height: 230px;
    background: linear-gradient(180deg, rgba(82, 58, 39, .06), rgba(82, 58, 39, .18)),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1400&q=85") center/cover no-repeat;
}

.about-stats {
    margin: -40px 18px 18px;
    backdrop-filter: blur(8px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid rgba(255, 243, 230, .16);
}

.about-stat {
    padding: 18px 10px;
    text-align: center;
    color: #fff3e6;
    border-right: 1px solid rgba(255, 243, 230, .12);
}

.about-stat:last-child {
    border-right: none;
}

.about-stat span {
    display: block;
    font-size: 13px;
    color: #f0dfcb;
    margin-bottom: 4px;
}

.about-stat strong {
    display: block;
    line-height: 1;
}

.card-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.card-grid-9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.builder-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
}

.builder-top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.builder-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.builder-logo img {
    display: block;
}

.builder-meta {
    min-width: 0;
    flex: 1;
}

.builder-type {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 9px;
    border-radius: 4px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .7px;
    margin-bottom: 10px;
}

.builder-card h3 {
    font-size: 20px;
    line-height: 1.42;
    color: var(--title);
    margin-bottom: 8px;
}

.builder-card p {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 0;
}

.builder-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 800;
    color: var(--accent);
    margin-top: auto;
    padding-top: 4px;
}

.research-card {
    display: flex;
}

.research-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.research-icon img {
    display: block;
}

.research-meta {
    min-width: 0;
}

.research-no {
    font-size: 13px;
    margin-bottom: 2px;
}

.research-card h3 {
    font-size: 18px;
    color: var(--title);
    margin-bottom: 6px;
    line-height: 1.35;
}

.research-card p {
    font-size: 14px;
    color: var(--muted);
}

.dual-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 18px;
}

.route-card,
.scene-panel {
    padding: 22px;
}

.route-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.route-step {
    text-align: center;
    position: relative;
    padding-top: 8px;
}

.route-step:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -10px;
    top: 28px;
    color: var(--accent);
    font-size: 22px;
    font-weight: 900;
}

.route-icon {
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.route-icon img {
    display: block;
}

.route-step h4 {
    font-size: 16px;
    color: var(--accent);
    margin-bottom: 6px;
}

.route-step p {
    font-size: 13px;
    color: var(--muted);
}

.scene-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 12px;
}

.mini-scene {
    overflow: hidden;
}

.mini-scene-img {
    height: 116px;
    background-size: cover;
    background-position: center;
}

.mini-scene:nth-child(1) .mini-scene-img {
    background-image: url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=800&q=85");
}

.mini-scene:nth-child(2) .mini-scene-img {
    background-image: url("https://images.unsplash.com/photo-1500595046743-cd271d694d30?auto=format&fit=crop&w=800&q=85");
}

.mini-scene:nth-child(3) .mini-scene-img {
    background-image: url("https://images.unsplash.com/photo-1472396961693-142e6e269027?auto=format&fit=crop&w=800&q=85");
}

.mini-scene:nth-child(4) .mini-scene-img {
    background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=800&q=85");
}

.mini-scene:nth-child(5) .mini-scene-img {
    background-image: url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=800&q=85");
}

.mini-scene-body {
    padding: 10px 10px 12px;
    text-align: center;
}

.mini-scene-body h4 {
    font-size: 14px;
    line-height: 1.4;
    color: var(--title);
}

.achievements {
    padding: 22px 24px;
}

.achievement-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    margin-top: 14px;
}

.achievement-item {
    padding: 18px 14px;
    text-align: center;
    border: 1px solid var(--line);
}

.achievement-item strong {
    display: block;
    font-size: 28px;
    margin-bottom: 6px;
}

.achievement-item span {
    display: block;
    font-size: 15px;
    color: var(--title);
    font-weight: 800;
    margin-bottom: 4px;
}

.achievement-item small {
    font-size: 12px;
    color: var(--muted);
}

.news-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px;
}

.news-main {
    overflow: hidden;
}

.news-cover {
    height: 260px;
    background: linear-gradient(180deg, rgba(84, 54, 34, .1), rgba(84, 54, 34, .42)),
        url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1400&q=85") center/cover no-repeat;
}

.news-body {
    padding: 22px;
}

.news-tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 10px;
}

.news-body h3 {
    font-size: 26px;
    color: var(--title);
    margin-bottom: 8px;
    line-height: 1.3;
}

.news-body p {
    font-size: 15px;
    color: var(--muted);
    margin-bottom: 12px;
}

.text-link {
    font-size: 14px;
    font-weight: 800;
    color: var(--accent);
}

.news-side {
    display: grid;
    gap: 14px;
}

.news-item {
    padding: 18px;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    align-items: center;
}

.news-date {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    text-align: center;
    line-height: 1.1;
}

.news-date span {
    display: block;
    font-size: 26px;
}

.news-date small {
    display: block;
    font-size: 12px;
    color: var(--muted);
    margin-top: 3px;
}

.news-item h4 {
    font-size: 17px;
    color: var(--title);
    margin-bottom: 6px;
}

.news-item p {
    font-size: 14px;
    color: var(--muted);
}

.mechanism-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mechanism-card {
    padding: 22px;
}

.mechanism-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.mechanism-icon img {
    display: block;
}

.mechanism-card h3 {
    font-size: 20px;
    color: var(--title);
    margin-bottom: 8px;
}

.mechanism-card p {
    font-size: 14px;
    color: var(--muted);
}

.process-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.process-item {
    padding: 18px;
    border: 1px solid var(--line);
    text-align: center;
    position: relative;
}

.process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    display: block;
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22triGrad%22%20x1%3D%220%22%20y1%3D%220.5%22%20x2%3D%221%22%20y2%3D%220.5%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23DBC6B4%22/%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23664B3A%22/%3E%0A%20%20%20%20%3C/linearGradient%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpolygon%20points%3D%223%2C2%2015%2C9%203%2C16%22%20fill%3D%22url%28%23triGrad%29%22/%3E%0A%3C/svg%3E") center/contain no-repeat;
    z-index: 3;
}

.process-item h4 {
    font-size: 16px;
    color: var(--accent);
    margin-bottom: 6px;
}

.process-item p {
    font-size: 13px;
    color: var(--muted);
}

.cta {
    margin-top: 16px;
    padding: 22px 24px;
    color: #fff3e6;
}

.cta h3 {
    font-size: 26px;
    margin-bottom: 8px;
}

.cta p {
    font-size: 15px;
    color: #f0dfcb;
    max-width: 760px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-card {
    padding: 24px;
}

.contact-card h3 {
    font-size: 24px;
    color: var(--title);
    margin-bottom: 8px;
}

.contact-card>p {
    font-size: 15px;
    color: var(--muted);
    margin-bottom: 14px;
}

.contact-list {
    display: grid;
    gap: 12px;
}

.contact-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 8px;
    background: var(--panel-soft);
    border: 1px solid var(--line);
}

.contact-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon img {
    display: block;
}

.contact-item h4 {
    font-size: 16px;
    color: var(--title);
    margin-bottom: 4px;
}

.contact-item p {
    font-size: 14px;
    color: var(--muted);
}

.contact-visual {
    min-height: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, rgba(247, 239, 229, .16), rgba(247, 239, 229, .82)),
        url("https://images.unsplash.com/photo-1521295121783-8a321d551ad2?auto=format&fit=crop&w=1400&q=85") center/cover no-repeat;
    position: relative;
}

.contact-overlay {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    border: 1px solid var(--line);
    padding: 18px;
}

.contact-overlay h3 {
    font-size: 22px;
    color: var(--title);
    margin-bottom: 8px;
}

.contact-overlay p {
    font-size: 14px;
    color: var(--muted);
}

.panel {
    border-color: #d8cab8;
}

.hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(0, 0, 0, .10)),
        radial-gradient(circle at 80% 28%, rgba(255, 255, 255, .12), transparent 18%);
}

.hero::after {
    opacity: .45;
    width: 36%;
}

.btn {
    letter-spacing: .1px;
}

.btn-light {
    border-color: #eadfD1;
}

.section-kicker {
    font-size: 12px;
}

.section-title h2 {
    font-size: 34px;
}

.card {
    border-color: #d8cab8;
}

.builder-logo,
.research-icon,
.mechanism-icon,
.contact-icon {
    border-radius: 6px;
    background: linear-gradient(180deg, #f6eadc, #efdfcc);
}

.about-icons {
    padding-top: 18px;
}

.achievement-item {
    border-radius: 4px;
    box-shadow: none;
    background: #fffaf3;
}

.process-item {
    border-radius: 4px;
    background: #fffaf3;
}

.research-card h3,
.builder-card h3,
.mechanism-card h3 {
    font-weight: 740;
}

.research-card p,
.builder-card p,
.mechanism-card p,
.about-copy p,
.news-body p,
.contact-item p {
    line-height: 1.72;
}

.builder-logo img,
.about-icon img,
.research-icon img,
.route-icon img,
.mechanism-icon img,
.contact-icon img {
    filter: saturate(1.08) contrast(1.04);
}

:root {
    --academic-navy: #2f3a3f;
    --academic-brown: #6f4a35;
    --academic-line: #d6c9b8;
    --academic-soft: #f7f2ea;
}

body {
    background: linear-gradient(180deg, #faf7f1 0%, #f4efe8 100%);
}

.panel {
    border-radius: 4px;
    border: 1px solid var(--academic-line);
    box-shadow: none;
    background: #fffdfa;
}

.section-inner {
    padding: 30px 34px;
}

.section-kicker {
    color: var(--academic-brown);
    font-weight: 800;
}

.section-title h2 {
    color: var(--academic-navy);
    font-weight: 760;
    letter-spacing: -.3px;
}

.title-underline {
    width: 38px;
    height: 2px;
    border-radius: 0;
    background: var(--academic-brown);
}

.hero {
    min-height: 500px;
    /* background: linear-gradient(100deg, rgba(35, 39, 40, .78) 0%, rgba(35, 39, 40, .58) 42%, rgba(35, 39, 40, .20) 100%),
        url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=2000&q=85") center/cover no-repeat; */
    background: linear-gradient(100deg, rgba(35, 39, 40, .78) 0%, rgba(35, 39, 40, .58) 42%, rgba(35, 39, 40, .20) 100%),
        url("../images/aboutCenter/hero.jpg") center/cover no-repeat;  
}

.hero-inner {
    max-width: 1360px;
    padding: 66px 40px 64px;
    margin: auto;
}

.hero h1 {
    font-size: 56px;
    font-weight: 760;
    letter-spacing: -1.2px;
}

.hero p {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.78;
}

.btn {
    height: 46px;
    border-radius: 2px;
    font-weight: 700;
    box-shadow: none;
}

.btn-primary {
    background: #6f4a35;
    box-shadow: none;
}

.btn-light {
    color: #6f4a35;
    background: #fffdfa;
    border: 1px solid rgba(255, 255, 255, .78);
}

.card {
    border-radius: 3px;
    border: 1px solid var(--academic-line);
    box-shadow: none;
    background: #fffdfa;
}

.card:hover {
    transform: none;
    box-shadow: none;
    border-color: #b99a7d;
}

.builder-card,
.research-card,
.mechanism-card,
.contact-card,
.news-item {
    border-radius: 3px;
    box-shadow: none;
}

.builder-card {
    padding: 24px;
    background: #fffdfa;
}

.builder-logo {
    width: 86px;
    height: 86px;
    border-radius: 2px;
    background: #f5ecdf;
    border: 1px solid #d8cab8;
    box-shadow: none;
}

.builder-logo img {
    width: 74px;
    height: 74px;
    filter: saturate(.92) contrast(1.02);
}

.builder-type,
.news-tag {
    height: 24px;
    border-radius: 2px;
    background: #f2e8db;
    color: #6f4a35;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 800;
}

.builder-card h3,
.research-card h3,
.mechanism-card h3 {
    color: var(--academic-navy);
    font-weight: 730;
}

.builder-link,
.text-link {
    color: #6f4a35;
}

.about-icons {
    border-top: 1px solid #e6d9c8;
    gap: 8px;
}

.about-icon {
    width: 54px;
    height: 54px;
    border-radius: 2px;
    background: #f5ecdf;
    border: 1px solid #d8cab8;
    box-shadow: none;
}

.about-icon img {
    width: 34px;
    height: 34px;
    filter: saturate(.9) contrast(1.02);
}

.about-icon-item h4 {
    color: #6f4a35;
    font-weight: 760;
}

.about-stats {
    border-radius: 2px;
    background: rgba(47, 58, 63, .86);
    box-shadow: none;
}

.about-stat strong {
    font-size: 32px;
    font-weight: 740;
}

.research-card {
    min-height: 130px;
    gap: 16px;
    padding: 18px;
}

.research-icon {
    width: 64px;
    height: 64px;
    border-radius: 2px;
    background: #f5ecdf;
    border: 1px solid #d8cab8;
    box-shadow: none;
}

.research-icon img {
    width: 38px;
    height: 38px;
    filter: saturate(.88) contrast(1.04);
}

.research-no {
    color: #6f4a35;
    font-weight: 860;
    letter-spacing: .5px;
}

.route-step {
    background: #fffdfa;
    border-radius: 3px;
    border: 1px solid #d8cab8;
}

.route-icon {
    width: 72px;
    height: 72px;
    border-radius: 2px;
    background: #6f4a35;
    box-shadow: none;
}

.route-icon img {
    width: 42px;
    height: 42px;
    filter: saturate(.82) contrast(1.02);
}

.mini-scene {
    border-radius: 3px;
    background: #f8f2ea;
    border: 1px solid #e3d6c5;
}

.achievement-item,
.process-item,
.contact-item {
    border-radius: 3px;
    background: #fffaf3;
    box-shadow: none;
    border: 1px solid #e3d6c5;
}

.achievement-item strong {
    color: #6f4a35;
    font-weight: 760;
}

.mechanism-icon {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    background: #f5ecdf;
    border: 1px solid #d8cab8;
    box-shadow: none;
}

.mechanism-icon img {
    width: 36px;
    height: 36px;
    filter: saturate(.88) contrast(1.04);
}

.news-date {
    border-radius: 2px;
    background: #f2e8db;
    color: #6f4a35;
    font-weight: 760;
}

.cta {
    border-radius: 3px;
    background: #6f4a35;
}

.contact-overlay {
    border-radius: 3px;
    background: rgba(255, 253, 250, .92);
}

.contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 2px;
    background: #f5ecdf;
    border: 1px solid #d8cab8;
    box-shadow: none;
}

.contact-icon img {
    width: 27px;
    height: 27px;
    filter: saturate(.88) contrast(1.04);
}

.about-copy p,
.builder-card p,
.research-card p,
.route-step p,
.news-body p,
.news-item p,
.mechanism-card p,
.contact-item p {
    line-height: 1.72;
}

html,
body {
    width: 100%;
}

.wrap {
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.container {
    width: min(var(--container), calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

@media (max-width:768px) {
    .container {
        width: calc(100% - 24px);
    }
}

#achievements,
#news,
#mechanism {
    position: relative;
    overflow: hidden;
}

#achievements::before,
#news::before,
#mechanism::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #7f4f35 0%, #a97952 45%, #d8cab8 100%);
}

#achievements .achievements,
#news .section-inner,
#mechanism .section-inner {
    padding-top: 32px;
    padding-bottom: 34px;
}

#achievements .achievement-grid {
    margin-top: 20px;
}

#achievements .achievement-item {
    text-align: left;
}

#achievements .achievement-item::before {
    bottom: 0;
}

#achievements .achievement-item strong {
    display: block;
    margin-bottom: 10px;
    color: #6f4a35;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

#achievements .achievement-item span {
    display: block;
    margin-bottom: 7px;
    color: #2f3a3f;
    font-size: 19px;
    font-weight: 740;
    line-height: 1.35;
}

#achievements .achievement-item small {
    display: block;
    color: #6f5a48;
    font-size: 13px;
    line-height: 1.6;
}

#news .section-title-row {
    margin-bottom: 18px;
}

#news .news-grid {
    align-items: stretch;
}

#news .news-main {
    box-shadow: none;
}

#news .news-cover {
    position: relative;
    background: linear-gradient(180deg, rgba(47, 58, 63, .08), rgba(47, 58, 63, .52)),
        url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1600&q=88") center/cover no-repeat;
}

#news .news-cover::after {
    content: "Featured Update";
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 7px 10px;
    background: rgba(255, 253, 250, .90);
    color: #6f4a35;
    border: 1px solid rgba(216, 202, 184, .9);
    border-radius: 2px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#news .news-body {
    padding: 24px 24px 26px;
}

#news .news-body h3 {
    font-size: 24px;
    line-height: 1.35;
    color: #2f3a3f;
    margin-bottom: 10px;
}

#news .news-body p {
    line-height: 1.72;
    margin-bottom: 14px;
}

#news .text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6f4a35;
    font-weight: 760;
}

#news .news-item {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    box-shadow: none;
    min-height: 0;
}

#news .news-date {
    width: 58px;
    height: 58px;
    border-radius: 2px;
    background: #f2e8db;
    color: #6f4a35;
    border: 1px solid #ddcfbf;
}

#news .news-date span {
    font-size: 20px;
}

#news .news-date small {
    font-size: 10px;
}

#news .news-item h4 {
    color: #2f3a3f;
    font-size: 16px;
    line-height: 1.42;
    margin-bottom: 5px;
}

#news .news-item p {
    font-size: 13px;
    line-height: 1.6;
}

#mechanism .mechanism-grid {
    margin-top: 4px;
}

#mechanism .mechanism-card {
    box-shadow: none;
    position: relative;
}

#mechanism .mechanism-card::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, #7f4f35, #d8cab8);
    opacity: .75;
}

#mechanism .mechanism-icon {
    background: #f3e7d9;
    border: 1px solid #d8cab8;
    box-shadow: none;
    margin-bottom: 16px;
}

#mechanism .mechanism-icon img {
    filter: saturate(.9) contrast(1.03);
}

#mechanism .mechanism-card h3 {
    font-size: 19px;
    line-height: 1.42;
    color: #2f3a3f;
    margin-bottom: 9px;
}

#mechanism .mechanism-card p {
    font-size: 14px;
    line-height: 1.7;
}

#mechanism .process-item p {
    font-size: 12px;
    line-height: 1.55;
}

#mechanism .cta {
    position: relative;
    overflow: hidden;
}

#mechanism .cta::after {
    content: "";
    position: absolute;
    right: -50px;
    top: -80px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(255, 255, 255, .035),
        0 0 0 56px rgba(255, 255, 255, .022);
}

#mechanism .cta h3 {
    font-size: 23px;
    font-weight: 740;
    position: relative;
    z-index: 1;
    color: #fff3e6;
}

#mechanism .cta p {
    max-width: 880px;
    line-height: 1.72;
    position: relative;
    z-index: 1;
}

@media (max-width:980px) {
    #achievements .achievement-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #news .news-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width:640px) {
    #achievements .achievement-grid {
        grid-template-columns: 1fr;
    }
}

#builders,
#research,
#route,
#applications,
#achievements,
#news,
#mechanism {
    position: relative;
}

#builders .section-inner,
#research .section-inner,
#route .section-inner,
#applications .section-inner,
#achievements .section-inner,
#news .section-inner,
#mechanism .section-inner {
    padding-top: 34px;
    padding-bottom: 36px;
}

#builders .section-title,
#research .section-title,
#route .section-title,
#applications .section-title,
#achievements .section-title,
#news .section-title,
#mechanism .section-title {
    margin-bottom: 22px;
}

#builders .builder-card {
    grid-template-columns: 92px minmax(260px, 1.1fr) 1.6fr 110px;
    border-bottom: 1px solid #e5d9ca;
}

#builders .builder-type {
    grid-column: 2;
    justify-self: start;
    margin-bottom: 6px;
}

#builders .builder-card h3 {
    grid-column: 2;
}

#builders .builder-card p {
    grid-column: 3;
}

#builders .builder-link {
    grid-column: 4;
    justify-self: end;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

#research .card-grid-9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

#research .research-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: start;
    gap: 14px;
    min-height: 150px;
    padding: 20px;
    border: 1px solid #d8cab8;
    border-radius: 3px;
    background: #fffdfa;
}

#research .research-icon {
    background: #f5ecdf;
    border: 1px solid #d8cab8;
}

#research .research-no {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

#research .research-card h3 {
    font-size: 17px;
    line-height: 1.38;
    margin-bottom: 7px;
}

#research .research-card p {
    font-size: 13px;
    line-height: 1.62;
}

#route .route-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid #d8cab8;
    background: #fffdfa;
}

#route .route-step {
    min-height: 190px;
    padding: 24px 20px;
    border: 0;
    border-right: 1px solid #e5d9ca;
    border-radius: 0;
    background: #fffdfa;
    text-align: left;
    position: relative;
}

#route .route-step:last-child {
    border-right: none;
}

#route .route-icon {
    margin: 0 0 16px 0;
}

#route .route-step h4 {
    font-size: 17px;
    margin-bottom: 8px;
    color: #2f3a3f;
}

#route .route-step p {
    font-size: 13px;
    line-height: 1.65;
}

#route .route-step:not(:last-child)::after {
    display: none;
}

#applications .scene-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

#applications .mini-scene {
    display: grid;
    grid-template-columns: 56px 1fr;
    align-items: center;
    min-height: 86px;
    padding: 16px 18px;
    border: 1px solid #d8cab8;
    border-radius: 3px;
    background: #fffdfa;
}

#applications .mini-scene::before {
    content: counter(scene-counter, decimal-leading-zero);
    counter-increment: scene-counter;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #c9b59e;
    color: #6f4a35;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .5px;
}

#applications .scene-grid {
    counter-reset: scene-counter;
}

#applications .mini-scene h4 {
    font-size: 16px;
    line-height: 1.45;
    color: #2f3a3f;
}

#achievements .achievement-item {
    border-right: 1px solid #e5d9ca;
    border-bottom: 1px solid #e5d9ca;
}

#achievements .achievement-item:nth-child(2n) {
    border-right: none;
}

#achievements .achievement-item:nth-last-child(-n

    /**/
    +2) {
    border-bottom: none;
}

#news .news-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 0;
    border: 1px solid #d8cab8;
    background: #fffdfa;
}

#news .news-main {
    border: 0;
    border-right: 1px solid #e5d9ca;
    border-radius: 0;
    background: #fffdfa;
}

#news .news-cover {
    height: 250px;
}

#news .news-side {
    display: grid;
    gap: 0;
}

#news .news-item {
    border: 0;
    border-bottom: 1px solid #e5d9ca;
    border-radius: 0;
    padding: 18px;
    background: #fffdfa;
}

#news .news-item:last-child {
    border-bottom: none;
}

#mechanism .mechanism-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid #d8cab8;
    background: #fffdfa;
}

#mechanism .mechanism-card {
    min-height: 210px;
    padding: 24px 22px;
    border: 0;
    border-right: 1px solid #e5d9ca;
    border-radius: 0;
    background: #fffdfa;
}

#mechanism .mechanism-card:last-child {
    border-right: none;
}

#mechanism .mechanism-card::after {
    display: none;
}

#mechanism .process-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 18px;
    border: 1px solid #d8cab8;
    background: #faf7f1;
}

#mechanism .process-item {
    min-height: 100px;
    padding: 18px 16px;
    border: 0;
    border-right: 1px solid #e5d9ca;
    border-radius: 0;
    background: #faf7f1;
    text-align: left;
}

#mechanism .process-item:last-child {
    border-right: none;
}

#mechanism .process-item:not(:last-child)::after {
    display: none;
}

#mechanism .process-item h4 {
    font-size: 15px;
    margin-bottom: 6px;
    color: #6f4a35;
}

#mechanism .cta {
    margin-top: 16px;
    border-radius: 2px;
    padding: 22px 24px;
    background: #6f4a35;
}

@media (max-width:1080px) {
    #builders .builder-card {
        grid-template-columns: 80px 1fr 1.3fr;
    }

    #builders .builder-link {
        display: none;
    }

    #research .card-grid-9 {
        grid-template-columns: repeat(2, 1fr);
    }

    #route .route-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    #route .route-step:nth-child(2) {
        border-right: none;
    }

    #route .route-step:nth-child(-n

        /**/
        +2) {
        border-bottom: 1px solid #e5d9ca;
    }
}

@media (max-width:760px) {
    #builders .builder-card {
        grid-template-columns: 70px 1fr;
        gap: 14px;
    }

    #builders .builder-card p {
        grid-column: 1 / -1;
    }

    #research .card-grid-9,
    #applications .scene-grid,
    #achievements .achievement-grid,
    #news .news-grid,
    #mechanism .mechanism-grid,
    #mechanism .process-row {
        grid-template-columns: 1fr;
    }

    #research .research-card,
    #applications .mini-scene {
        min-height: 0;
    }

    #achievements .achievement-item,
    #news .news-main,
    #mechanism .mechanism-card,
    #mechanism .process-item {
        border-right: none;
        border-bottom: 1px solid #e5d9ca;
    }

    #achievements .achievement-item:last-child,
    #news .news-item:last-child,
    #mechanism .mechanism-card:last-child,
    #mechanism .process-item:last-child {
        border-bottom: none;
    }

    #route .route-steps {
        grid-template-columns: 1fr;
    }

    #route .route-step {
        border-right: none;
        border-bottom: 1px solid #e5d9ca;
    }

    #route .route-step:last-child {
        border-bottom: none;
    }
}

#builders .card-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    border: 0;
    background: transparent;
}

#builders .builder-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    min-height: 300px;
    padding: 24px 22px 22px;
    border: 1px solid #d8cab8;
    border-radius: 3px;
    background: #fffdfa;
}

#builders .builder-card:last-child {
    border-bottom: 1px solid #d8cab8;
}

#builders .builder-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
}

#builders .builder-logo {
    background: #f5ecdf;
    border: 1px solid #d8cab8;
    box-shadow: none;
}

#builders .builder-meta {
    display: block;
    width: 100%;
}

#builders .builder-type {
    display: inline-flex;
    margin: 0 0 10px 0;
    border-radius: 2px;
}

#builders .builder-card h3 {
    margin: 0 0 10px 0;
    font-size: 19px;
    line-height: 1.45;
    color: #2f3a3f;
}

#builders .builder-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.72;
    color: #6f5a48;
}

#builders .builder-link {
    margin-top: auto;
    padding-top: 4px;
    align-self: flex-start;
    color: #6f4a35;
    font-weight: 760;
}

@media (max-width:980px) {
    #builders .card-grid-3 {
        grid-template-columns: 1fr;
    }

    #builders .builder-card {
        min-height: 0;
    }
}

:root {
    --motion-fast: 180ms;
    --motion-normal: 320ms;
    --motion-slow: 650ms;
    --ease-standard: cubic-bezier(.22, .61, .36, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity var(--motion-slow) var(--ease-standard),
        transform var(--motion-slow) var(--ease-standard);
    will-change: opacity, transform;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.section-title h2 {
    transition: color var(--motion-fast) ease;
}

.panel:hover .section-title h2 {
    color: #6f4a35;
}

.title-underline {
    transform-origin: left center;
    transition: width var(--motion-normal) var(--ease-standard),
        background var(--motion-fast) ease;
}

.panel:hover .title-underline {
    width: 56px;
    background: #7f4f35;
}

.builder-card,
.research-card,
.route-step,
.mini-scene,
.achievement-item,
.news-main,
.news-item,
.mechanism-card,
.process-item {
    transition: transform var(--motion-normal) var(--ease-standard),
        border-color var(--motion-fast) ease,
        box-shadow var(--motion-normal) var(--ease-standard),
        background-color var(--motion-fast) ease;
    will-change: transform;
}

.builder-card:hover,
.research-card:hover,
.mini-scene:hover,
.achievement-item:hover,
.news-item:hover,
.mechanism-card:hover {
    transform: translateY(-5px);
    border-color: #b99a7d;
    box-shadow: 0 10px 24px rgba(73, 54, 41, .08);
    background: #fffefb;
}

#builders .builder-card {
    position: relative;
    overflow: hidden;
}

#builders .builder-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #dbc6b4, #9f7e66, #664b3a);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform var(--motion-normal) var(--ease-standard);
}

#builders .builder-card:hover::before {
    transform: scaleX(1);
}

#builders .builder-logo {
    transition: transform var(--motion-normal) var(--ease-standard),
        background-color var(--motion-fast) ease;
}

#builders .builder-card:hover .builder-logo {
    transform: scale(1.05);
    background: #efe1d3;
}

#builders .builder-link {
    transition: transform var(--motion-fast) ease,
        color var(--motion-fast) ease;
}

#builders .builder-card:hover .builder-link {
    transform: translateX(4px);
    color: #664b3a;
}

#research .research-icon {
    transition: transform var(--motion-normal) var(--ease-standard),
        background-color var(--motion-fast) ease;
}

#research .research-card:hover .research-icon {
    transform: translateY(-2px) scale(1.06);
    background: #efe1d3;
}

#research .research-no {
    transition: color var(--motion-fast) ease,
        letter-spacing var(--motion-fast) ease;
}

#research .research-card:hover .research-no {
    color: #664b3a;
    letter-spacing: 1.6px;
}

#route .route-step:hover {
    transform: translateY(-4px);
    background: #fffefb;
    box-shadow: inset 0 -3px 0 #7f4f35;
}

#route .route-icon {
    transition: transform var(--motion-normal) var(--ease-standard),
        background var(--motion-normal) ease;
}

#route .route-step:hover .route-icon {
    transform: scale(1.06);
    background: #664b3a;
}

#applications .mini-scene {
    position: relative;
    overflow: hidden;
}

#applications .mini-scene::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #dbc6b4, #664b3a);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--motion-normal) var(--ease-standard);
}

#applications .mini-scene:hover::after {
    transform: scaleX(1);
}

#achievements .achievement-item strong,
#achievements .achievement-item span {
    transition: color var(--motion-fast) ease,
        transform var(--motion-fast) ease;
}

#news .news-cover {
    overflow: hidden;
}

#mechanism .mechanism-icon {
    transition: transform var(--motion-normal) var(--ease-standard),
        background-color var(--motion-fast) ease;
}

.btn {
    position: relative;
    overflow: hidden;
    transition: transform var(--motion-fast) ease,
        box-shadow var(--motion-normal) var(--ease-standard),
        background-color var(--motion-fast) ease;
}

.btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .25), transparent);
    transform: skewX(-18deg);
    transition: left 520ms var(--ease-standard);
}

.btn:hover {
    transform: translateY(-2px);
}

.btn:hover::after {
    left: 150%;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .reveal,
    .builder-card,
    .research-card,
    .route-step,
    .mini-scene,
    .achievement-item,
    .news-main,
    .news-item,
    .mechanism-card,
    .process-item,
    .btn {
        transition: none !important;
        transform: none !important;
    }

    .reveal {
        opacity: 1 !important;
    }
}

#about .section-inner {
    padding-top: 28px;
    padding-bottom: 30px;
}

#about .about-shell {
    display: block;
}

#about .about-main {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 34px;
    align-items: start;
}

#about .about-copy-col {
    padding-top: 4px;
}

#about .section-kicker {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 2.2px;
    color: #7f4f35;
}

#about .section-title {
    margin-bottom: 14px;
}

#about .section-title h2 {
    font-size: 38px;
    line-height: 1.18;
    color: #22384a;
    letter-spacing: -.4px;
    margin-bottom: 0;
}

#about .title-underline {
    width: 42px;
    height: 3px;
    margin-top: 12px;
    border-radius: 0;
    background: #7f4f35;
}

#about .about-copy p {
    font-size: 15px;
    line-height: 1.88;
    color: #775d48;
    margin-bottom: 22px;
}

#about .about-visual {
    /* background: #f5ecdf;
    border: 1px solid #d8cab8; */
    background: none;
    border:none;
    border-radius: 8px;
    overflow: visible;
    position: relative;
    box-shadow: none;
}

#about .about-visual .photo {
    height: 310px;
    border-radius: 8px;
    /* background: linear-gradient(180deg, rgba(130, 97, 66, .08), rgba(130, 97, 66, .20)),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=88") center/cover no-repeat; */
     background: linear-gradient(180deg, rgba(130, 97, 66, .08), rgba(130, 97, 66, .20)),
        url("../images/aboutCenter/center.jpg") center/cover no-repeat;
}

#about .about-stats {
    margin: -54px 20px 0;
    border-radius: 10px;
    background: rgba(67, 81, 84, .90);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 243, 230, .15);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(45, 58, 60, .12);
}

#about .about-stat {
    padding: 18px 14px 16px;
    text-align: center;
    color: #fff5ea;
    border-right: 1px solid rgba(255, 243, 230, .12);
}

#about .about-stat:last-child {
    border-right: none;
}

#about .about-stat span {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    color: #ece0d2;
    margin-bottom: 6px;
    height: 40px;
    align-content: center;
}

#about .about-stat strong {
    display: block;
    font-size: 41px;
    line-height: 1;
    font-weight: 760;
    letter-spacing: -1px;
}

#about .about-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 44px;
    padding-top: 20px;
    border-top: 1px solid #ddcfbf;
}

#about .about-icon-item {
    text-align: center;
    padding: 6px 20px 8px;
    border-right: 1px solid #e6d9ca;
}

#about .about-icon-item:last-child {
    border-right: none;
}

#about .about-icon {
    margin: 0 auto 18px;
    background: #f5ecdf;
    border: 1px solid #d8cab8;
    box-shadow: none;
}

#about .about-icon-item h4 {
    font-size: 16px;
    line-height: 1.35;
    color: #7f4f35;
    margin-bottom: 6px;
    font-weight: 760;
}

#about .about-icon-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #856a54;
}

@media (max-width:1100px) {
    #about .about-main {
        grid-template-columns: 1fr;
    }

    #about .about-bottom {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 18px;
    }

    #about .about-icon-item:nth-child(2) {
        border-right: none;
    }

    #about .about-icon-item:nth-child(-n

        /**/
        +2) {
        padding-bottom: 18px;
        border-bottom: 1px solid #e6d9ca;
    }

    #about .about-icon-item:nth-child(3),
    #about .about-icon-item:nth-child(4) {
        padding-top: 18px;
    }
}

@media (max-width:640px) {
    #about .section-title h2 {
        font-size: 32px;
    }

    #about .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    #about .about-bottom {
        grid-template-columns: 1fr;
    }

    #about .about-icon-item {
        border-right: none;
        border-bottom: 1px solid #e6d9ca;
        padding: 14px 10px;
    }

    #about .about-icon-item:last-child {
        border-bottom: none;
    }
}

#about .about-icon,
#research .research-icon,
#route .route-icon,
#mechanism .mechanism-icon,
#builders .builder-logo {
    background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, .94), rgba(255, 255, 255, .58) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #f8f1e7 0%, #efe2d3 100%);
    border: 1px solid #d6c3b0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86),
        0 5px 14px rgba(96, 72, 54, .07);
}

#about .about-icon img,
#research .research-icon img,
#route .route-icon img,
#mechanism .mechanism-icon img,
#builders .builder-logo img {
    filter: none;
}

#builders .builder-card:hover .builder-logo,
#research .research-card:hover .research-icon,
#mechanism .mechanism-card:hover .mechanism-icon,
#about .about-icon-item:hover .about-icon {
    transform: translateY(-2px) scale(1.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .90),
        0 8px 18px rgba(96, 72, 54, .10);
    background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, .96), rgba(255, 255, 255, .62) 42%, rgba(255, 255, 255, 0) 43%),
        linear-gradient(180deg, #fbf5ee 0%, #f1e4d7 100%);
}

#about .about-icon {
    width: 66px;
    height: 66px;
    border-radius: 16px;
}

#about .about-icon img {
    width: 38px;
    height: 38px;
}

#research .research-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
}

#research .research-icon img {
    width: 32px;
    height: 32px;
}

#route .route-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
}

#mechanism .mechanism-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
}

#mechanism .mechanism-icon img {
    width: 38px;
    height: 38px;
}

#builders .builder-logo {
    border-radius: 18px;
    width: 84px;
    height: 84px;
}

#builders .builder-logo img {
    width: 72px;
    height: 72px;
}

#route .route-icon {
    background: radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .20), rgba(255, 255, 255, 0) 42%),
        linear-gradient(180deg, #7f5a40 0%, #664b3a 100%);
    border: 1px solid rgba(255, 244, 232, .18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14),
        0 8px 20px rgba(76, 56, 42, .12);
}

#route .route-icon img {
    width: 36px;
    height: 36px;
    filter: none;
}

#achievements .achievement-item,
#news .news-main,
#news .news-item,
#mechanism .mechanism-card,
#mechanism .process-item,
#mechanism .cta {
    transform: none !important;
    will-change: auto;
}

#achievements .achievement-item:hover span {
    transform: none !important;
    color: #7a5a43;
}

#news .news-main {
    transition: border-color var(--motion-fast) ease,
        box-shadow var(--motion-normal) var(--ease-standard),
        background-color var(--motion-fast) ease;
}

#news .news-main:hover {
    transform: none !important;
    border-color: #c8ad93;
    background: #fffaf4;
    box-shadow: inset 0 -3px 0 #7f4f35,
        0 8px 20px rgba(73, 54, 41, .06);
}

#news .news-cover {
    background-size: cover !important;
    transition: filter var(--motion-normal) var(--ease-standard);
}

#news .news-main:hover .news-cover {
    background-size: cover !important;
    filter: brightness(1.035) saturate(1.03);
}

#news .news-item {
    transition: background-color var(--motion-fast) ease,
        box-shadow var(--motion-normal) var(--ease-standard),
        border-color var(--motion-fast) ease;
}

#news .news-item:hover {
    transform: none !important;
    background: #fffaf4;
    border-color: #d6c1ab;
    box-shadow: inset 3px 0 0 #9b765b;
}

#news .news-date {
    transition: background-color var(--motion-fast) ease,
        color var(--motion-fast) ease,
        border-color var(--motion-fast) ease;
}

#news .news-item:hover .news-date {
    transform: none !important;
    background: #eadccf;
    color: #664b3a;
    border-color: #c7aa8f;
}

#mechanism .mechanism-card {
    transition: background-color var(--motion-fast) ease,
        border-color var(--motion-fast) ease,
        box-shadow var(--motion-normal) var(--ease-standard);
}

#mechanism .mechanism-card:hover {
    transform: none !important;
    background: #fffaf4;
    border-color: #c8ad93;
    box-shadow: inset 0 3px 0 #7f4f35,
        inset 0 0 0 1px rgba(127, 79, 53, .05);
}

#mechanism .mechanism-card:hover .mechanism-icon {
    transform: scale(1.035);
    rotate: 0deg;
    background: #efe1d3;
}

#mechanism .process-item {
    transition: background-color var(--motion-fast) ease,
        color var(--motion-fast) ease,
        box-shadow var(--motion-normal) var(--ease-standard);
}

#mechanism .process-item:hover {
    transform: none !important;
    background: #fffaf4;
    box-shadow: inset 0 -3px 0 #9b765b;
}

#mechanism .process-item:hover h4 {
    color: #664b3a;
}

#mechanism .cta {
    transition: background-color var(--motion-fast) ease,
        box-shadow var(--motion-normal) var(--ease-standard);
}

#mechanism .cta:hover {
    transform: none !important;
    background: #76533e;
    box-shadow: 0 10px 24px rgba(102, 75, 58, .14),
        inset 0 0 0 1px rgba(255, 255, 255, .08);
}

#achievements .achievement-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    border: 0;
    background: transparent;
}

#achievements .achievement-item {
    row-gap: 3px;
    min-height: 146px;
    padding: 20px;
    border: 1px solid #d8cab8 !important;
    border-radius: 8px;
    background: #fffdfa;
    box-shadow: 0 2px 8px rgba(73, 54, 41, .035);
    overflow: hidden;
    position: relative;
    transform: none !important;
    transition: border-color var(--motion-fast) ease,
        background-color var(--motion-fast) ease,
        box-shadow var(--motion-normal) var(--ease-standard);
}

#achievements .achievement-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #dbc6b4 0%, #a77f61 52%, #664b3a 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform var(--motion-normal) var(--ease-standard);
}

#achievements .achievement-item:hover {
    transform: none !important;
    background: #fffaf4;
    border-color: #bfa188 !important;
    box-shadow: 0 10px 24px rgba(73, 54, 41, .085);
}

#achievements .achievement-item:hover::before {
    transform: scaleX(1);
}

#achievements .achievement-item:hover strong {
    color: #664b3a;
}

#achievements .achievement-item:hover span,
#achievements .achievement-item:hover small {
    transform: none !important;
    color: #765843;
}

@media (max-width:1100px) {
    #achievements .achievement-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width:680px) {
    #achievements .achievement-grid {
        grid-template-columns: 1fr;
    }

    #achievements .achievement-item {
        min-height: 132px;
    }
}

@media (max-width:1200px) {

    .about-grid,
    .news-grid,
    .contact-grid,
    .dual-grid {
        grid-template-columns: 1fr;
    }

    .card-grid-3,
    .mechanism-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .card-grid-9 {
        grid-template-columns: repeat(2, 1fr);
    }

    .achievement-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .scene-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:900px) {
    .hero-inner {
        padding: 56px 28px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero p {
        font-size: 17px;
    }

    .about-icons {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 18px;
    }

    .about-icon-item:nth-child(2) {
        border-right: none;
    }

    .card-grid-3,
    .mechanism-grid,
    .card-grid-9,
    .scene-grid,
    .achievement-grid,
    .process-row,
    .route-steps {
        grid-template-columns: 1fr;
    }

    .route-step:not(:last-child)::after,
    .process-item:not(:last-child)::after {
        display: none;
    }

    .scene-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat:nth-child(2) {
        border-right: none;
    }

    .news-item {
        grid-template-columns: 1fr;
    }
}

@media (max-width:640px) {
    .container {
        width: min(var(--container), calc(100% - 18px));
    }

    .wrap {
        padding: 18px 0 38px;
    }

    .section-inner {
        padding: 22px 16px;
    }

    .hero {
        min-height: 420px;
    }

    .hero-inner {
        padding: 44px 18px;
    }

    .hero h1 {
        font-size: 34px;
    }

    .hero p {
        font-size: 15px;
    }

    .btn {
        min-width: 0;
        width: 100%;
    }

    .hero-actions {
        width: 100%;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .about-grid,
    .contact-grid,
    .about-stats {
        grid-template-columns: 1fr;
    }

    .scene-grid {
        grid-template-columns: 1fr;
    }

    .about-icons {
        grid-template-columns: 1fr;
    }

    .about-icon-item {
        border-right: none;
        border-bottom: 1px solid #eadfd0;
        padding-bottom: 14px;
    }

    .about-icon-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .mini-scene-body h4 {
        font-size: 13px;
    }
}

.hero h1,
.section-title h2,
h3,
h4 {
    letter-spacing: 0;
}

#achievements .achievement-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 16px;
    align-items: center;
}

#achievements .achievement-icon {
    grid-row: 1 / 4;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8cab8;
    border-radius: 12px;
    background: linear-gradient(180deg, #fbf6ef 0%, #f1e3d5 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
    transition: background-color var(--motion-fast) ease,
        border-color var(--motion-fast) ease,
        box-shadow var(--motion-normal) var(--ease-standard);
}

#achievements .achievement-icon img {
    width: 38px;
    height: 38px;
    display: block;
}

#achievements .achievement-item strong,
#achievements .achievement-item span,
#achievements .achievement-item small {
    grid-column: 2;
}

#achievements .achievement-item:hover .achievement-icon {
    border-color: #c6aa8d;
    background: linear-gradient(180deg, #fffaf4 0%, #ead9c8 100%);
    box-shadow: 0 6px 14px rgba(93, 67, 48, .08);
}

@media (max-width:640px) {
    #achievements .achievement-item {
        grid-template-columns: 54px 1fr;
        column-gap: 12px;
    }

    #achievements .achievement-icon {
        width: 48px;
        height: 48px;
    }

    #achievements .achievement-icon img {
        width: 32px;
        height: 32px;
    }
}

body {
    font-family: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0;
}

.section-kicker {
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.overview-stage {
    position: relative;
}

.overview-stage::before {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 82% 12%, rgba(255, 255, 255, .92) 0, rgba(255, 255, 255, 0) 24%),
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, .45) 0, rgba(255, 255, 255, 0) 18%),
        linear-gradient(180deg, rgba(165, 137, 112, .08), rgba(165, 137, 112, 0));
    pointer-events: none;
}

.overview-stage-decor {
    position: absolute;
    pointer-events: none;
    opacity: .5;
}

.overview-stage-decor.decor-a {
    top: 18px;
    right: 52px;
    width: 210px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid rgba(140, 108, 84, .16);
    transform: rotate(-16deg);
    box-shadow: 0 0 0 16px rgba(140, 108, 84, .05),
        0 0 0 34px rgba(140, 108, 84, .035);
}

.overview-stage-decor.decor-b {
    left: -18px;
    top: 34px;
    width: 140px;
    height: 140px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, 0)),
        repeating-linear-gradient(0deg, rgba(111, 74, 53, .05), rgba(111, 74, 53, .05) 1px, transparent 1px, transparent 8px),
        repeating-linear-gradient(90deg, rgba(111, 74, 53, .05), rgba(111, 74, 53, .05) 1px, transparent 1px, transparent 8px);
}

.overview-stage-decor.decor-c {
    right: 14px;
    top: 22px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, .82) 0 22%, rgba(255, 255, 255, .2) 23% 34%, rgba(255, 255, 255, 0) 35% 100%);
}

.overview-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 90px;
    gap: 10px;
    padding: 18px 18px 18px 20px;
    border-radius: 14px;
    transition: border-color .2s ease,
        box-shadow .3s cubic-bezier(.22, .61, .36, 1),
        background-color .2s ease;
}

.overview-card-text {
    min-width: 0;
}

.overview-card-kicker {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    color: #ab8a72;
    letter-spacing: .2px;
}

.overview-card h3 {
    margin: 0 0 8px;
    font-size: 22px;
    line-height: 1.3;
    color: #2f3a3f;
}

.overview-card p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.68;
    color: #7b6450;
}

.overview-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(90deg, #8b6247 0%, #6f4a35 100%);
    color: #fff9f2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .2px;
}

.overview-card-art {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 100%;
}

.art-sheet {
    position: absolute;
    width: 52px;
    height: 64px;
    border-radius: 10px;
    border: 1px solid rgba(182, 156, 133, .34);
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(246, 239, 233, .96));
    box-shadow: 0 8px 16px rgba(86, 68, 54, .06);
}

.art-sheet::before,
.art-sheet::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    height: 4px;
    border-radius: 999px;
    background: rgba(183, 157, 133, .35);
}

.art-sheet::before {
    top: 18px;
}

.art-sheet::after {
    top: 29px;
}

.art-sheet-back {
    right: 14px;
    bottom: 20px;
    transform: rotate(8deg);
    opacity: .72;
}

.art-sheet-front {
    right: 26px;
    bottom: 11px;
    transform: rotate(-6deg);
}

.art-orbit {
    position: absolute;
    right: 18px;
    bottom: 16px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid rgba(185, 140, 103, .42);
}

.art-orbit::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    border: 2px dashed rgba(111, 74, 53, .24);
}

.art-core {
    position: absolute;
    right: 36px;
    bottom: 34px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 35%, #fdf5ec 0%, #b98c67 45%, #6f4a35 100%);
    box-shadow: 0 0 0 8px rgba(185, 140, 103, .12);
}

.art-step {
    position: absolute;
    bottom: 16px;
    width: 18px;
    border-radius: 8px 8px 4px 4px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(237, 225, 211, .96));
    border: 1px solid rgba(185, 140, 103, .34);
    box-shadow: 0 7px 14px rgba(86, 68, 54, .05);
}

.art-step-1 {
    right: 54px;
    height: 26px;
}

.art-step-2 {
    right: 33px;
    height: 40px;
}

.art-step-3 {
    right: 12px;
    height: 56px;
}

@media (max-width:1100px) {
    .overview-cards {
        margin-top: 30px;
    }

    .overview-stage {
        min-height: unset;
    }
}

@media (max-width:700px) {
    .overview-stage {
        padding: 18px 16px 18px;
        border-radius: 10px;
    }

    .overview-card {
        grid-template-columns: minmax(0, 1fr) 74px;
        min-height: 136px;
        padding: 16px;
    }

    .overview-card h3 {
        font-size: 19px;
    }

    .overview-card-art {
        min-height: 92px;
    }
}

.overview-showcase {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.overview-inner {
    padding-top: 0 !important;
    padding-bottom: 18px !important;
}

.overview-stage {
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.overview-stage::before {
    display: none !important;
    content: none !important;
}

.overview-stage-decor {
    display: none !important;
}

.overview-cards {
    margin-top: 0 !important;
    position: relative !important;
    z-index: 6 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

.overview-card {
    background: rgba(255, 255, 255, .94) !important;
    border: 1px solid rgba(226, 216, 205, .98) !important;
    box-shadow: 0 14px 30px rgba(50, 39, 31, .10),
        inset 0 1px 0 rgba(255, 255, 255, .95) !important;
    backdrop-filter: blur(8px) !important;
}

.overview-card:hover {
    transform: none !important;
    background: rgba(255, 255, 255, .98) !important;
    border-color: #c8ad93 !important;
    box-shadow: 0 16px 34px rgba(50, 39, 31, .13),
        inset 0 1px 0 rgba(255, 255, 255, .98) !important;
}

@media (max-width:1100px) {
    .overview-cards {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}

@media (max-width:700px) {
    .overview-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.hero {
    overflow: visible !important;
}

.hero+.overview-showcase {
    margin-top: -78px !important;
}

.overview-showcase {
    position: relative !important;
    z-index: 8 !important;
    overflow: visible !important;
}

.overview-inner,
.overview-stage,
.overview-cards {
    overflow: visible !important;
}

.overview-card {
    min-height: 156px !important;
}

.overview-showcase+#about {
    margin-top: 6px !important;
}

@media (max-width:1100px) {
    .hero+.overview-showcase {
        margin-top: -66px !important;
    }

    .overview-card {
        min-height: 132px !important;
    }
}

@media (max-width:700px) {
    .hero+.overview-showcase {
        margin-top: -48px !important;
    }
}

.roadmap-v34,
.applications-v34 {
    border: 1px solid #d8cab8 !important;
    border-radius: 8px !important;
    background: #fffdfa !important;
    box-shadow: none !important;
}

.roadmap-v34 .route-steps {
    margin-top: 18px !important;
    border: 0 !important;
    background: transparent !important;
    counter-reset: roadmap-step !important;
}

.roadmap-v34 .route-step {
    counter-increment: roadmap-step !important;
    display: grid !important;
    grid-template-rows: auto auto !important;
    row-gap: 5px !important;
    align-items: center !important;
    border: 1px solid #ddcfbf !important;
    border-radius: 8px !important;
    background: #fff !important;
    text-align: left !important;
    position: relative !important;
    overflow: hidden !important;
    transform: none !important;
    box-shadow: 0 2px 8px rgba(73, 54, 41, .03) !important;
    transition: border-color 180ms ease,
        background-color 180ms ease,
        box-shadow 320ms cubic-bezier(.22, .61, .36, 1) !important;
}

.roadmap-v34 .route-step::before {
    content: "0" counter(roadmap-step) !important;
    display: block !important;
    position: absolute !important;
    top: 14px !important;
    right: 16px !important;
    width: auto !important;
    height: auto !important;
    color: #c7b19b !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 1px !important;
    background: none !important;
    border: 0 !important;
}

.roadmap-v34 .route-step::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background: linear-gradient(90deg, #dbc6b4 0%, #a77f61 52%, #664b3a 100%) !important;
    transform: scaleX(0) !important;
    transform-origin: left center !important;
    transition: transform 320ms cubic-bezier(.22, .61, .36, 1) !important;
}

.roadmap-v34 .route-step:hover {
    transform: none !important;
    background: #fffaf4 !important;
    border-color: #bfa188 !important;
    box-shadow: 0 10px 24px rgba(73, 54, 41, .075) !important;
}

.roadmap-v34 .route-step:hover::after {
    transform: scaleX(1) !important;
}

.roadmap-v34 .route-icon {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    margin: 0 !important;
    align-self: center !important;
    justify-self: start !important;
    border-radius: 15px !important;
}

.roadmap-v34 .route-step h4 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: end !important;
    margin: 0 34px 2px 0 !important;
    line-height: 1.35 !important;
    color: #2f3a3f !important;
}

.roadmap-v34 .route-step p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    align-self: start !important;
    margin: 0 !important;
    color: #785f4b !important;
}

.applications-v34 .scene-grid {
    margin-top: 18px !important;
}

.applications-v34 .mini-scene {
    display: block !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 1px solid #ddcfbf !important;
    border-radius: 8px !important;
    background: #fff !important;
    overflow: hidden !important;
    position: relative !important;
    transform: none !important;
    box-shadow: 0 2px 8px rgba(73, 54, 41, .03) !important;
    transition: border-color 180ms ease,
        background-color 180ms ease,
        box-shadow 320ms cubic-bezier(.22, .61, .36, 1) !important;
}

.applications-v34 .mini-scene:nth-child(1),
.applications-v34 .mini-scene:nth-child(2),
.applications-v34 .mini-scene:nth-child(3) {
    grid-column: span 2 !important;
}

.applications-v34 .mini-scene:nth-child(4) {
    grid-column: 2 / span 2 !important;
}

.applications-v34 .mini-scene::before {
    display: none !important;
    content: none !important;
}

.applications-v34 .mini-scene::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background: linear-gradient(90deg, #dbc6b4 0%, #a77f61 52%, #664b3a 100%) !important;
    transform: scaleX(0) !important;
    transform-origin: left center !important;
    transition: transform 320ms cubic-bezier(.22, .61, .36, 1) !important;
}

.applications-v34 .mini-scene:hover {
    transform: none !important;
    border-color: #bfa188 !important;
    background: #fffaf4 !important;
    box-shadow: 0 10px 24px rgba(73, 54, 41, .075) !important;
}

.applications-v34 .mini-scene:hover::after {
    transform: scaleX(1) !important;
}

.applications-v34 .mini-scene-img {
    display: block !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    filter: saturate(.9) contrast(.98) !important;
    transition: filter 320ms cubic-bezier(.22, .61, .36, 1) !important;
}

.applications-v34 .mini-scene:hover .mini-scene-img {
    filter: saturate(1) contrast(1.02) brightness(1.025) !important;
}

.applications-v34 .mini-scene-body {
    text-align: center !important;
}

.applications-v34 .mini-scene-body h4 {
    margin: 0 !important;
    color: #2f3a3f !important;
    font-weight: 720 !important;
}

@media (max-width:900px) {
    .roadmap-v34 .route-steps {
        grid-template-columns: 1fr !important;
    }

    .applications-v34 .scene-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .applications-v34 .mini-scene:nth-child(n) {
        grid-column: auto !important;
        width: auto !important;
    }

    .applications-v34 .mini-scene:nth-child(5) {
        grid-column: 1 / -1 !important;
        width: calc(50% - 8px) !important;
        justify-self: center !important;
    }
}

@media (max-width:620px) {
    .applications-v34 .scene-grid {
        grid-template-columns: 1fr !important;
    }

    .applications-v34 .mini-scene:nth-child(n) {
        grid-column: auto !important;
        width: auto !important;
        justify-self: stretch !important;
    }

    .roadmap-v34 .route-step {
        grid-template-columns: 56px minmax(0, 1fr) !important;
        column-gap: 14px !important;
        padding: 18px !important;
    }

    .roadmap-v34 .route-icon {
        width: 52px !important;
        height: 52px !important;
    }
}

.roadmap-applications-stack-v34 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
}

.roadmap-v34,
.applications-v34 {
    width: 100% !important;
    min-width: 0 !important;
    padding: 24px !important;
}

.roadmap-v34 .route-step {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    padding: 18px !important;
    column-gap: 14px !important;
}

.roadmap-v34 .route-icon {
    width: 52px !important;
    height: 52px !important;
}

.roadmap-v34 .route-icon img {
    width: 33px !important;
    height: 33px !important;
}

.roadmap-v34 .route-step h4 {
    font-size: 16px !important;
    margin-right: 28px !important;
}

.roadmap-v34 .route-step p {
    font-size: 12.8px !important;
    line-height: 1.62 !important;
}

.applications-v34 .mini-scene:nth-child(5) {
    grid-column: 1 / -1 !important;
    width: calc(50% - 7px) !important;
    justify-self: center !important;
}

@media (max-width:1100px) {
    .roadmap-applications-stack-v34 {
        grid-template-columns: 1fr !important;
    }

    .roadmap-v34 .route-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .applications-v34 .scene-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width:700px) {
    .applications-v34 .mini-scene:nth-child(5) {
        grid-column: auto !important;
        width: auto !important;
        justify-self: stretch !important;
    }
}

.roadmap-applications-stack-v34 {
    align-items: stretch !important;
}

.roadmap-v34,
.applications-v34 {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.roadmap-v34 .route-steps {
    flex: 1 1 auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.roadmap-v34 .route-step {
    min-height: 150px !important;
    height: 100% !important;
}

.applications-v34 .scene-grid {
    flex: 1 1 auto !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.applications-v34 .mini-scene:nth-child(n) {
    grid-column: auto !important;
    width: auto !important;
    justify-self: stretch !important;
    min-height: 150px !important;
    height: 100% !important;
    display: grid !important;
    grid-template-rows: 86px 1fr !important;
}

.applications-v34 .mini-scene-img {
    height: 86px !important;
}

.applications-v34 .mini-scene-body {
    min-height: 0 !important;
    height: auto !important;
    padding: 12px 14px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.applications-v34 .mini-scene-body h4 {
    font-size: 14px !important;
    line-height: 1.38 !important;
    text-align: center !important;
}

@media (max-width:1100px) {

    .roadmap-v34 .route-steps,
    .applications-v34 .scene-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: auto !important;
    }
}

@media (max-width:700px) {

    .roadmap-v34 .route-steps,
    .applications-v34 .scene-grid {
        grid-template-columns: 1fr !important;
    }

    .roadmap-v34 .route-step,
    .applications-v34 .mini-scene {
        min-height: 140px !important;
    }
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

.wrap {
    padding-top: 0 !important;
}

.container {
    overflow: visible !important;
}

.hero {
    width: 100vw !important;
    max-width: none !important;
    margin-top: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    box-shadow: none !important;
}

.hero+.section {
    margin-top: 16px !important;
}

@media (max-width:640px) {
    .wrap {
        padding-top: 0 !important;
    }

    .hero {
        margin-top: 0 !important;
    }
}

html,
body {
    overflow-x: hidden !important;
}

.container,
.hero,
#research-overview,
#research-overview .section-inner,
#research-overview .overview-stage {
    overflow: visible !important;
}

.hero {
    position: relative !important;
    z-index: 1 !important;
}

.hero+#research-overview.overview-showcase {
    position: relative !important;
    z-index: 10 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#research-overview .overview-stage {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#research-overview .overview-stage::before,
#research-overview .overview-stage-decor {
    display: none !important;
}

#research-overview .overview-cards {
    position: relative !important;
    z-index: 11 !important;
    margin-top: 0 !important;
    align-items: stretch !important;
}

#research-overview .overview-card {
    height: auto !important;
    background: rgba(255, 255, 255, .96) !important;
    border: 1px solid rgba(222, 210, 198, .98) !important;
    box-shadow: 0 15px 34px rgba(50, 39, 31, .13),
        inset 0 1px 0 rgba(255, 255, 255, .98) !important;
    backdrop-filter: blur(8px) !important;
}

#research-overview+#about {
    margin-top: 6px !important;
}

@media (max-width:1100px) {
    #research-overview .overview-card {
        min-height: 140px !important;
    }
}

.hero+#research-overview.overview-showcase {
    margin-top: -66px !important;
}

#research-overview .overview-inner {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 22px !important;
    box-sizing: border-box !important;
}

#research-overview .overview-stage,
#research-overview .overview-cards {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

#research-overview .overview-card {
    min-width: 0 !important;
    min-height: 196px !important;
}

@media (max-width:1100px) {
    .hero+#research-overview.overview-showcase {
        margin-top: -46px !important;
    }

    #research-overview .overview-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width:700px) {
    .hero+#research-overview.overview-showcase {
        margin-top: -34px !important;
    }
}

#research-overview .overview-cards {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

@media (max-width:1100px) {
    #research-overview .overview-cards {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}

#research-overview .overview-card {
    position: relative !important;
    overflow: hidden !important;
    transform: none !important;
    transition: transform 280ms cubic-bezier(.22, .61, .36, 1),
        border-color 200ms ease,
        background-color 200ms ease,
        box-shadow 320ms cubic-bezier(.22, .61, .36, 1) !important;
}

#research-overview .overview-card::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 4px !important;
    background: linear-gradient(90deg, #dbc6b4 0%, #a77f61 52%, #664b3a 100%) !important;
    transform: scaleX(0) !important;
    transform-origin: left center !important;
    transition: transform 320ms cubic-bezier(.22, .61, .36, 1) !important;
}

#research-overview .overview-card::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -110% !important;
    width: 52% !important;
    height: 100% !important;
    background: linear-gradient(100deg,
            transparent 0%,
            rgba(255, 255, 255, .16) 35%,
            rgba(255, 255, 255, .48) 50%,
            rgba(255, 255, 255, .16) 65%,
            transparent 100%) !important;
    transform: skewX(-16deg) !important;
    transition: left 650ms cubic-bezier(.22, .61, .36, 1) !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

#research-overview .overview-card>* {
    position: relative !important;
    z-index: 2 !important;
}

#research-overview .overview-card:hover {
    transform: translateY(-6px) !important;
    border-color: #b99678 !important;
    background: rgba(255, 255, 255, .985) !important;
    box-shadow: 0 20px 40px rgba(50, 39, 31, .16),
        0 4px 12px rgba(111, 74, 53, .07),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;
}

#research-overview .overview-card:hover::before {
    transform: scaleX(1) !important;
}

#research-overview .overview-card:hover::after {
    left: 145% !important;
}

#research-overview .overview-card h3 {
    transition: color 200ms ease,
        transform 280ms cubic-bezier(.22, .61, .36, 1) !important;
}

#research-overview .overview-card:hover h3 {
    color: #664b3a !important;
    transform: translateX(3px) !important;
}

#research-overview .overview-card p {
    transition: color 200ms ease !important;
}

#research-overview .overview-card:hover p {
    color: #6f5947 !important;
}

#research-overview .overview-chip {
    transition: background 220ms ease,
        box-shadow 280ms cubic-bezier(.22, .61, .36, 1),
        transform 280ms cubic-bezier(.22, .61, .36, 1) !important;
}

#research-overview .overview-card:hover .overview-chip {
    transform: translateX(3px) !important;
    background: linear-gradient(90deg, #7f583f 0%, #5f4231 100%) !important;
    box-shadow: 0 5px 12px rgba(111, 74, 53, .18) !important;
}

#research-overview .overview-card-art {
    transition: transform 320ms cubic-bezier(.22, .61, .36, 1),
        filter 220ms ease !important;
}

#research-overview .overview-card:hover .overview-card-art {
    transform: scale(1.06) translateY(-2px) !important;
    filter: saturate(1.08) contrast(1.03) !important;
}

@media (max-width:1100px) {
    #research-overview .overview-card:hover {
        transform: translateY(-3px) !important;
    }
}

@media (hover:none) {
    #research-overview .overview-card:hover {
        transform: none !important;
    }

    #research-overview .overview-card:hover::after {
        left: -110% !important;
    }
}