:root {
    --ink: #24372e;
    --muted: #6b7169;
    --paper: #f5f6f0;
    --white: #ffffff;
    --lime: #d5ed80;
    --line: #dce0d4;
    --forest: #243a30;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 32px;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.dialog-open {
    overflow: hidden;
}

::selection {
    background: var(--lime);
    color: var(--ink);
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    color: inherit;
    font: inherit;
    cursor: pointer;
}

button, a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible, a:focus-visible {
    outline: 2px solid #758d33;
    outline-offset: 6px;
}

p, h1, h2, h3 {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.container {
    width: calc(100% - 112px);
    max-width: 1280px;
    margin: 0 auto;
}

.icon-definitions {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.skip-link {
    position: fixed;
    top: -80px;
    left: 20px;
    z-index: 20;
    padding: 12px 20px;
    background: var(--ink);
    color: white;
}

.skip-link:focus {
    top: 12px;
}

.site-header {
    border-bottom: 1px solid var(--line);
}

.header-inner {
    min-height: 106px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
}

.brand-symbol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 9px;
    background: var(--lime);
}

.brand-symbol span {
    display: block;
    height: 3px;
    width: 24px;
    background: var(--ink);
}

.brand-symbol span:nth-child(2) {
    transform: rotate(-36deg) scaleX(1.12);
}

.brand-type {
    font-size: 34px;
    font-weight: 800;
    line-height: 0.93;
    letter-spacing: -1.8px;
}

.brand-type > span {
    display: block;
    margin-top: 8px;
    font-size: 7.5px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 38px;
    margin-left: 65px;
    font-size: 13px;
}

.desktop-nav a, .back-to-top {
    transition: color 180ms ease;
}

.desktop-nav a:hover, .back-to-top:hover {
    color: #708534;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    min-height: 52px;
    padding: 16px 23px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 500;
    transition: background 180ms ease, transform 180ms ease;
}

.button-dark {
    color: var(--white);
    background: var(--ink);
}

.button-dark:hover {
    background: #405b44;
    transform: translateY(-2px);
}

.header-cta {
    min-height: 44px;
    padding: 12px 19px;
    gap: 30px;
}

.menu-toggle, .mobile-nav {
    display: none;
}

.hero {
    padding-top: 64px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.12fr 1fr;
    align-items: center;
    gap: 66px;
}

.eyebrow, .section-label {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1.6px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
}

.status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #809449;
}

h1 {
    margin-top: 26px;
    font-size: clamp(62px, 6.2vw, 90px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -4.7px;
}

.serif-accent {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -2.1px;
}

h1 .serif-accent {
    font-size: 1.08em;
    letter-spacing: -5px;
}

.title-period {
    display: inline-block;
    margin-left: 19px;
    color: #91a750;
    font-size: 0.8em;
    font-weight: 300;
    transform: translateY(-2px);
}

.hero-description {
    max-width: 405px;
    margin-top: 26px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.85;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 30px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    min-height: 44px;
    font-size: 12px;
    transition: gap 180ms ease;
}

.text-link:hover {
    gap: 21px;
}

.hero-footnote {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.7;
}

.hero-footnote strong {
    color: var(--ink);
    font-weight: 400;
}

.small-cross {
    color: #748941;
    font-size: 31px;
}

.hero-visual {
    position: relative;
    align-self: stretch;
    min-width: 0;
    padding-bottom: 25px;
}

.hero-image {
    width: 100%;
    height: 100%;
    max-height: 565px;
    min-height: 510px;
    object-position: 48% 50%;
}

.image-corner-label {
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 18px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    background: var(--paper);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1.1px;
}

.image-index {
    position: absolute;
    top: 20px;
    right: 19px;
    color: white;
    font-size: 10px;
    letter-spacing: 1px;
}

.insight-card {
    position: absolute;
    bottom: 61px;
    left: -37px;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 328px;
    padding: 25px;
    background: var(--white);
    box-shadow: 0 10px 36px #1b2a2510;
}

.insight-card .eyebrow {
    color: var(--muted);
    font-size: 7px;
    letter-spacing: 1.2px;
}

.insight-title {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.4px;
}

.insight-chart {
    width: 86px;
    height: 70px;
}

.image-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 7px;
    letter-spacing: 1.6px;
    color: var(--muted);
}

.discipline-bar {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr 1.1fr 1.1fr;
    align-items: center;
    gap: 30px;
    margin-top: 54px;
    padding-top: 29px;
    padding-bottom: 29px;
    border-top: 1px solid var(--line);
}

.discipline-bar > p {
    color: var(--muted);
    font-size: 8px;
    line-height: 1.7;
    letter-spacing: 1.2px;
}

.discipline-bar strong {
    color: var(--ink);
    font-weight: 500;
}

.discipline-bar > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    letter-spacing: -0.4px;
}

.discipline-bar > span > span {
    color: #819449;
    font-size: 24px;
}

.section-space {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-number {
    margin-right: 13px;
    color: #8b927d;
}

h2 {
    font-size: clamp(36px, 3.4vw, 48px);
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: -1.9px;
}

.about-section {
    background: #fff;
}

.about-grid {
    display: grid;
    grid-template-columns: 0.78fr 2fr;
    gap: 80px;
}

.about-grid > .section-label {
    padding-top: 10px;
}

.about-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-top: 28px;
}

.about-text p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
}

.about-principles {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 27px;
    font-size: 10px;
}

.about-principles > span > span {
    margin-right: 6px;
    color: #788c42;
}

.section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    margin-top: 25px;
}

.section-heading > p {
    padding-bottom: 4px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.85;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 44px;
}

.service-card {
    display: flex;
    flex-direction: column;
    min-height: 350px;
    padding: 29px 25px 20px;
    border: 1px solid var(--line);
    background: #fbfcf8;
    transition: background 180ms ease, border-color 180ms ease;
}

.service-card:hover {
    border-color: #bbca93;
    background: #f0f4e6;
}

.service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 33px;
}

.service-icon {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: var(--ink);
    stroke-width: 1.4;
}

.service-top > span {
    color: #8c9382;
    font-size: 10px;
}

.service-card h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: -0.8px;
}

.service-card > p {
    margin: 17px 0 25px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.85;
}

.service-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    margin-top: auto;
    padding: 16px 0 0;
    border: 0;
    border-top: 1px solid var(--line);
    background: transparent;
    text-align: left;
    font-size: 11px;
}

.service-link .icon {
    width: 17px;
    height: 17px;
}

.expertise-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 26px;
    font-size: 11px;
}

.expertise-note > p {
    color: var(--muted);
}

.approach-section {
    background: var(--forest);
    color: var(--paper);
}

.approach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 115px;
}

.approach-section .section-label, .approach-section .section-number {
    color: #c2ccaf;
}

.approach-intro h2 {
    margin-top: 28px;
    font-size: 43px;
}

.approach-intro h2 .serif-accent {
    color: var(--lime);
}

.approach-intro > p {
    max-width: 370px;
    margin-top: 23px;
    color: #bec8bf;
    font-size: 13px;
    line-height: 1.85;
}

.approach-image-wrap {
    position: relative;
    margin-top: 32px;
}

.approach-image-wrap img {
    width: 100%;
    height: 205px;
    object-position: center 56%;
}

.approach-image-wrap > span {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 7px 10px;
    background: var(--lime);
    color: var(--ink);
    font-size: 7px;
    letter-spacing: 1.2px;
}

.process-list {
    margin: 9px 0 0;
    padding: 0;
    list-style: none;
}

.process-list li {
    display: grid;
    grid-template-columns: 30px 1fr 18px;
    gap: 20px;
    padding: 28px 0;
    border-bottom: 1px solid #526158;
}

.process-list li:first-child {
    padding-top: 6px;
}

.process-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.process-number {
    padding-top: 4px;
    color: var(--lime);
    font-size: 11px;
}

.process-list h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.process-list p {
    max-width: 370px;
    margin-top: 10px;
    color: #bec8bf;
    font-size: 12px;
    line-height: 1.85;
}

.process-list .icon {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    color: var(--lime);
}

.contact-section {
    background: #eaf0db;
    padding-bottom: 60px;
}

.contact-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.contact-intro h2 {
    margin-top: 30px;
    font-size: clamp(46px, 4.4vw, 65px);
    letter-spacing: -2.6px;
}

.contact-intro > div > p {
    margin-top: 24px;
    color: #626f5c;
    font-size: 13px;
}

.contact-round {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 145px;
    height: 145px;
    margin-right: 30px;
    flex-shrink: 0;
    border: 1px solid #b8c992;
    border-radius: 50%;
    background: var(--lime);
    transition: background 180ms ease, transform 180ms ease;
}

.contact-round:hover {
    background: #c9e56d;
    transform: rotate(5deg);
}

.contact-round .icon {
    width: 47px;
    height: 47px;
    stroke-width: 1.2;
}

.contact-round > span {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.contact-details {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr 1.2fr;
    gap: 30px;
    margin-top: 57px;
    padding-top: 30px;
    border-top: 1px solid #cdd7bd;
}

.contact-details .eyebrow {
    margin-bottom: 14px;
    color: #64725a;
    font-size: 8px;
}

.contact-value {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 30px;
    font-size: 15px;
    letter-spacing: -0.4px;
}

.contact-value:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.contact-value .icon {
    width: 14px;
    height: 14px;
}

address {
    font-size: 11px;
    font-style: normal;
    line-height: 1.8;
}

.site-footer {
    background: var(--paper);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    min-height: 114px;
}

.footer-brand .brand-symbol {
    width: 34px;
    height: 34px;
    padding: 7px;
    gap: 4px;
}

.footer-brand .brand-symbol span {
    width: 20px;
    height: 2.5px;
}

.footer-brand .brand-type {
    font-size: 27px;
}

.footer-brand .brand-type > span {
    font-size: 6px;
    margin-top: 6px;
    letter-spacing: 0.9px;
}

.footer-inner > p {
    color: var(--muted);
    font-size: 9px;
}

.back-to-top {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    min-height: 44px;
    font-size: 10px;
}

.back-to-top > span {
    font-size: 20px;
}

dialog {
    width: min(600px, calc(100% - 36px));
    max-height: 90vh;
    max-height: 90dvh;
    margin: auto;
    padding: 0;
    border: 0;
    background: var(--paper);
    color: var(--ink);
}

dialog::backdrop {
    background: #13271fd1;
    backdrop-filter: blur(4px);
}

.dialog-content {
    position: relative;
    padding: 52px 44px 36px;
}

.dialog-close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    font-size: 30px;
    font-weight: 300;
}

.dialog-content h2 {
    margin: 18px 0 20px;
    font-size: 39px;
}

#dialog-description {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85;
}

.dialog-content h3 {
    margin: 24px 0 12px;
    font-size: 15px;
    font-weight: 500;
}

#dialog-outcomes {
    margin: 0 0 27px;
    padding-left: 18px;
    list-style: disc;
    color: var(--muted);
    font-size: 13px;
    line-height: 2;
}

#dialog-outcomes li::marker {
    color: #7b9140;
}

.dialog-note {
    margin-top: 14px;
    color: var(--muted);
    font-size: 10px;
    line-height: 1.6;
}

@media (min-width: 1600px) {
    .hero {
        padding-top: 75px;
    }
}

@media (max-width: 1100px) {
    .container {
        width: calc(100% - 72px);
    }
    .desktop-nav {
        gap: 27px;
        margin-left: 0;
    }
    .hero-grid {
        gap: 42px;
    }
    h1 {
        font-size: 70px;
        letter-spacing: -3.8px;
    }
    .title-period {
        margin-left: 10px;
    }
    .hero-actions {
        gap: 10px 20px;
    }
    .hero-actions .button {
        gap: 17px;
    }
    .hero-image {
        min-height: 550px;
    }
    .about-grid {
        grid-template-columns: 0.7fr 2fr;
        gap: 40px;
    }
    .service-card {
        padding: 23px 20px 18px;
    }
    .service-card h3 {
        font-size: 21px;
    }
    .approach-grid {
        gap: 65px;
    }
    .approach-intro h2 {
        font-size: 37px;
    }
    .contact-details {
        grid-template-columns: 1.3fr 0.8fr 1.1fr;
        gap: 22px;
    }
    .contact-value {
        gap: 8px;
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr 0.85fr;
        gap: 34px;
    }
    h1 {
        font-size: 60px;
    }
    h1 .serif-accent {
        letter-spacing: -3.5px;
    }
    .hero-copy > .eyebrow {
        font-size: 8px;
        letter-spacing: 1px;
    }
    .hero-description {
        font-size: 13px;
    }
    .hero-image {
        min-height: 535px;
    }
    .insight-card {
        width: 280px;
        gap: 20px;
        padding: 22px;
        left: -22px;
    }
    .insight-title {
        font-size: 15px;
    }
    .insight-chart {
        width: 70px;
    }
    .image-index {
        display: none;
    }
    .discipline-bar {
        gap: 20px;
    }
    .discipline-bar > span {
        font-size: 12px;
    }
    .discipline-bar > span > span {
        font-size: 17px;
    }
    .section-space {
        padding-top: 76px;
        padding-bottom: 76px;
    }
    .about-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .section-heading {
        align-items: flex-start;
    }
    .section-heading > p {
        max-width: 245px;
        font-size: 12px;
    }
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .service-card {
        min-height: 335px;
        padding: 28px;
    }
    .service-card h3 {
        font-size: 25px;
    }
    .approach-grid {
        gap: 40px;
    }
    .approach-intro h2 {
        font-size: 34px;
    }
    .process-list li {
        grid-template-columns: 21px 1fr;
        gap: 12px;
        padding: 23px 0;
    }
    .process-list li > .icon {
        display: none;
    }
    .process-list h3 {
        font-size: 18px;
    }
    .contact-details {
        grid-template-columns: 1.1fr 0.8fr;
    }
    .contact-details > div:last-child {
        grid-column: 1 / -1;
        margin-top: 12px;
    }
}

@media (max-width: 680px) {
    .container {
        width: calc(100% - 40px);
    }
    .header-inner {
        min-height: 82px;
    }
    .brand-type {
        font-size: 29px;
    }
    .brand-symbol {
        width: 38px;
        height: 38px;
        padding: 7px;
    }
    .brand-type > span {
        font-size: 6.5px;
        letter-spacing: 1px;
    }
    .desktop-nav, .header-cta {
        display: none;
    }
    .menu-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 44px;
        height: 44px;
        border: 1px solid var(--line);
        background: transparent;
    }
    .menu-toggle span {
        width: 19px;
        height: 1px;
        background: var(--ink);
        transition: transform 180ms ease;
    }
    .menu-toggle[aria-expanded="true"] span:first-child {
        transform: translateY(4px) rotate(45deg);
    }
    .menu-toggle[aria-expanded="true"] span:last-child {
        transform: translateY(-4px) rotate(-45deg);
    }
    .mobile-nav:not([hidden]) {
        display: grid;
        padding: 12px 20px 22px;
        border-top: 1px solid var(--line);
    }
    .mobile-nav a {
        padding: 14px 0;
        font-size: 14px;
    }
    .hero {
        padding-top: 39px;
    }
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .hero-copy > .eyebrow {
        font-size: 8px;
        letter-spacing: 1.25px;
    }
    h1 {
        margin-top: 23px;
        font-size: clamp(58px, 11.4vw, 76px);
        letter-spacing: -3.6px;
    }
    .title-period {
        margin-left: 16px;
    }
    .hero-description {
        margin-top: 24px;
        font-size: 14px;
        line-height: 1.8;
    }
    .hero-actions {
        gap: 16px;
        margin-top: 26px;
    }
    .hero-actions .button {
        padding: 15px 18px;
        gap: 20px;
    }
    .hero-actions .text-link {
        gap: 10px;
        font-size: 11px;
    }
    .hero-footnote {
        margin-top: 25px;
    }
    .hero-image {
        height: 435px;
        min-height: 0;
        object-position: center 57%;
    }
    .hero-visual {
        margin-left: 11px;
    }
    .insight-card {
        bottom: 54px;
        left: -11px;
        width: 280px;
    }
    .discipline-bar {
        grid-template-columns: 1fr 1fr;
        gap: 20px 26px;
        margin-top: 31px;
        padding-top: 24px;
        padding-bottom: 25px;
    }
    .discipline-bar > span {
        font-size: 11px;
    }
    .discipline-bar > p {
        font-size: 7px;
    }
    .section-space {
        padding-top: 62px;
        padding-bottom: 62px;
    }
    h2 {
        font-size: 35px;
        letter-spacing: -1.6px;
    }
    .section-label {
        font-size: 9px;
    }
    .about-grid {
        gap: 25px;
    }
    .about-text {
        grid-template-columns: 1fr;
        gap: 17px;
        margin-top: 24px;
    }
    .about-principles {
        gap: 16px 24px;
    }
    .section-heading {
        flex-direction: column;
        gap: 22px;
    }
    .section-heading > p {
        max-width: 100%;
        font-size: 13px;
    }
    .desktop-break {
        display: none;
    }
    .service-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 30px;
    }
    .service-card {
        min-height: 0;
        padding: 27px;
    }
    .service-top {
        margin-bottom: 24px;
    }
    .service-card h3 br {
        display: none;
    }
    .service-card h3 {
        font-size: 25px;
    }
    .service-card > p {
        font-size: 13px;
        margin-bottom: 22px;
    }
    .service-link {
        font-size: 12px;
    }
    .expertise-note {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        line-height: 1.8;
    }
    .approach-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .approach-intro h2 {
        font-size: 36px;
    }
    .approach-image-wrap img {
        height: 225px;
    }
    .process-list li {
        grid-template-columns: 26px 1fr 18px;
        gap: 15px;
        padding: 26px 0;
    }
    .process-list li > .icon {
        display: block;
    }
    .process-list h3 {
        font-size: 19px;
    }
    .process-list p {
        font-size: 13px;
    }
    .contact-intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
    }
    .contact-intro h2 {
        margin-top: 26px;
        font-size: 43px;
        letter-spacing: -2px;
    }
    .contact-intro > div > p {
        max-width: 290px;
        line-height: 1.8;
    }
    .contact-round {
        width: 98px;
        height: 98px;
        gap: 7px;
        margin-right: 0;
    }
    .contact-round .icon {
        width: 33px;
        height: 33px;
    }
    .contact-round > span {
        font-size: 7px;
    }
    .contact-details {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 30px;
    }
    .contact-details > div:last-child {
        margin-top: 0;
    }
    .contact-value {
        font-size: 15px;
    }
    address {
        font-size: 12px;
    }
    .footer-inner {
        gap: 27px 12px;
        padding-top: 31px;
        padding-bottom: 27px;
    }
    .footer-inner > p {
        order: 3;
        width: 100%;
        font-size: 8px;
    }
    .dialog-content {
        padding: 50px 25px 30px;
    }
    .dialog-content h2 {
        font-size: 33px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        transition: none !important;
    }
}
