:root {
    --paper: #f7f7f1;
    --ink: #252b25;
    --muted: #697066;
    --green: #485d37;
    --green-dark: #283c2d;
    --line: #dce0d4;
    --soft: #edf0e5;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: var(--paper);
    font-synthesis: none;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
}

body.dialog-open {
    overflow: hidden;
}

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

button, input, textarea {
    font: inherit;
}

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

button {
    cursor: pointer;
}

button:disabled {
    cursor: default;
}

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

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

::selection {
    background: #d4dec4;
    color: var(--green-dark);
}

:focus-visible {
    outline: 2px solid #829463;
    outline-offset: 5px;
}

[hidden] {
    display: none !important;
}

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

.icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.site-container {
    width: calc(100% - 120px);
    max-width: 1280px;
    margin-inline: auto;
}

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

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

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

.header-inner {
    min-height: 99px;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -1.4px;
    white-space: nowrap;
}

.brand-icon {
    width: 31px;
    height: 31px;
    color: var(--green);
}

.brand-dash {
    margin-inline: 3px;
    font-size: 21px;
    font-weight: 400;
}

.brand-period {
    color: var(--green);
}

.desktop-nav {
    gap: 34px;
    margin-left: auto;
    margin-right: 48px;
}

.desktop-nav a {
    font-size: 13px;
    color: #50584c;
    transition: color 180ms;
}

.desktop-nav a:hover {
    color: var(--green);
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 17px 22px;
    background: var(--green);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    transition: background 180ms, transform 180ms;
}

.button:hover {
    background: #354a29;
    transform: translateY(-2px);
}

.button-small {
    padding: 12px 20px;
    gap: 28px;
}

.menu-toggle {
    background: transparent;
    border: 0;
    width: 42px;
    height: 42px;
    padding: 10px 7px;
}

.menu-toggle span {
    display: block;
    height: 1px;
    background: var(--ink);
    margin: 6px 0;
    transition: transform 180ms;
}

.menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-nav {
    padding: 8px 24px 24px;
    border-top: 1px solid var(--line);
}

.mobile-nav a {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
}

.hero {
    gap: 60px;
    padding-block: 64px 70px;
    align-items: center;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.7px;
    line-height: 1.6;
}

.status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    flex-shrink: 0;
}

.hero h1 {
    font-size: clamp(64px, 6.25vw, 90px);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -5px;
    margin: 27px 0 24px;
}

.hero h1 em, .contact h2 em {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    color: var(--green);
    letter-spacing: -4.5px;
}

.hero-description {
    max-width: 405px;
    font-size: 16px;
    color: var(--muted);
    line-height: 1.8;
}

.hero-actions {
    gap: 26px;
    margin-top: 31px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    font-weight: 500;
}

.text-link .icon {
    width: 17px;
    height: 17px;
    transition: transform 180ms;
}

.text-link:hover .icon {
    transform: translate(2px, -2px);
}

.hero-note {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 38px;
}

.small-star {
    color: var(--green);
    font-size: 30px;
    line-height: 1;
}

.hero-note p {
    color: var(--muted);
    font-size: 11px;
    line-height: 1.7;
}

.hero-visual {
    position: relative;
    height: 564px;
    min-width: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.image-tag {
    position: absolute;
    top: 22px;
    left: 22px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 12px;
    border: 1px solid #ffffff61;
    border-radius: 3px;
    background: #f9f9eddd;
    font-size: 8px;
    letter-spacing: 1.2px;
}

.insight-card {
    position: absolute;
    bottom: 27px;
    left: -30px;
    width: 255px;
    background: #fbfbf5;
    border: 1px solid #fdfdf9;
    padding: 20px 22px 17px;
    border-radius: 4px;
    box-shadow: 0 8px 32px #1e281815;
}

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

.insight-top span {
    color: var(--muted);
    font-size: 8px;
    letter-spacing: 1.3px;
}

.insight-top .icon {
    width: 17px;
    height: 17px;
    color: var(--green);
}

.insight-card p {
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: -.6px;
}

.insight-card strong {
    font-weight: 400;
    color: var(--green);
}

.insight-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
    margin-top: 17px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.insight-bottom > span {
    font-size: 7px;
    letter-spacing: .9px;
    line-height: 1.6;
    color: var(--muted);
}

.mini-bars {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 31px;
}

.mini-bars span {
    width: 10px;
    background: #dce2cf;
    border-radius: 1px 1px 0 0;
}

.mini-bars span:nth-child(1) {
    height: 8px;
}

.mini-bars span:nth-child(2) {
    height: 14px;
}

.mini-bars span:nth-child(3) {
    height: 12px;
}

.mini-bars span:nth-child(4) {
    height: 20px;
}

.mini-bars span:nth-child(5) {
    height: 24px;
}

.mini-bars span:nth-child(6) {
    height: 27px;
    background: #a4b68b;
}

.mini-bars span:nth-child(7) {
    height: 31px;
    background: var(--green);
}

.photo-caption {
    position: absolute;
    bottom: 14px;
    right: 17px;
    color: #fff;
    font-size: 7px;
    letter-spacing: 1.3px;
    text-shadow: 0 1px 8px #000;
}

.focus-strip {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
    gap: 24px;
    align-items: center;
    padding-block: 32px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.focus-strip > p {
    font-size: 11px;
    color: var(--muted);
    line-height: 1.8;
}

.focus-strip strong {
    font-weight: 400;
    color: var(--ink);
}

.focus-strip > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    font-size: 13px;
}

.focus-icon {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: var(--green);
    stroke-width: 1.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.section-space {
    padding-block: 98px;
}

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

.section-intro {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: flex-end;
    margin-bottom: 43px;
}

.section-intro h2 {
    margin-top: 18px;
}

.section-intro > p {
    max-width: 365px;
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
    padding-bottom: 4px;
}

.service-grid {
    gap: 22px;
}

.service-card {
    display: flex;
    flex-direction: column;
    padding: 25px 27px 24px;
    background: #f0f1e9;
    border: 1px solid #dfe2d6;
    border-radius: 5px;
    transition: border-color 180ms, transform 180ms;
}

.service-card:hover {
    border-color: #a4b490;
    transform: translateY(-4px);
}

.service-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 8px;
    letter-spacing: 1.25px;
    color: #606b56;
}

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

.service-art {
    position: relative;
    height: 145px;
    width: 190px;
    align-self: center;
    margin-block: 12px 14px;
}

.service-card h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.75px;
    margin-bottom: 13px;
}

.service-card > p {
    font-size: 13px;
    line-height: 1.85;
    color: #656d5f;
    margin-bottom: 28px;
}

.service-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding-top: 19px;
    margin-top: auto;
    background: none;
    border: 0;
    border-top: 1px solid #d3d9c9;
    text-align: left;
    font-size: 12px;
    color: var(--green);
}

.service-link .icon {
    width: 17px;
    height: 17px;
    transition: transform 180ms;
}

.service-link:hover .icon {
    transform: translateX(4px);
}

.expertise-note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 11px;
    margin-top: 26px;
}

.orbit {
    position: absolute;
    border: 1px solid #8fa17c;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    top: 28px;
}

.orbit-one {
    left: 20px;
}

.orbit-two {
    left: 58px;
    background: #bdcba936;
}

.orbit-three {
    left: 96px;
    border-color: #abb99b;
}

.orbit-dot {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--green);
    left: 93px;
    top: 62px;
}

.art-cross {
    position: absolute;
    right: 1px;
    top: 13px;
    font-size: 18px;
    color: #879675;
    font-weight: 300;
}

.analytics-art {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 12px;
    padding: 22px 14px;
}

.art-grid {
    position: absolute;
    inset: 22px 10px;
    background: repeating-linear-gradient(to top, #b9c3ae65 0 1px, transparent 1px 33px);
}

.data-bar {
    position: relative;
    z-index: 1;
    width: 21px;
    border-radius: 2px 2px 0 0;
    background: #c2cdb0;
    border: 1px solid #afbe9b;
}

.bar-one {
    height: 29px;
}

.bar-two {
    height: 46px;
}

.bar-three {
    height: 40px;
}

.bar-four {
    height: 69px;
    background: #9bab87;
    border-color: #8c9f75;
}

.bar-five {
    height: 94px;
    background: var(--green);
    border-color: var(--green);
}

.chart-dot {
    width: 6px;
    height: 6px;
    position: absolute;
    right: 20px;
    top: 9px;
    background: var(--green);
    border-radius: 50%;
}

.review-sheet {
    position: absolute;
    width: 84px;
    height: 99px;
    border: 1px solid #9dab8b;
    border-radius: 3px;
}

.sheet-back {
    transform: rotate(-10deg);
    background: #dce3d2;
    left: 40px;
    top: 18px;
}

.sheet-front {
    background: #f6f7ef;
    left: 68px;
    top: 28px;
    padding: 23px 14px;
    transform: rotate(6deg);
}

.sheet-front > span {
    display: block;
    width: 100%;
    height: 2px;
    background: #b2bea1;
    margin-bottom: 8px;
}

.sheet-front > span:nth-child(2) {
    width: 70%;
}

.sheet-front > span:nth-child(3) {
    width: 85%;
}

.sheet-check {
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    right: -12px;
    bottom: -8px;
    background: var(--green);
    color: #fff;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
}

.review-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #9dab8b;
    border-radius: 50%;
    left: 22px;
    bottom: 23px;
}

.about {
    gap: 85px;
    align-items: center;
    border-top: 1px solid var(--line);
}

.about-visual {
    position: relative;
    min-width: 0;
}

.about-visual > img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    border-radius: 4px;
}

.about-image-caption {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 17px 22px;
    background: var(--paper);
    border-radius: 3px;
}

.about-image-caption > span:last-child {
    font-size: 8px;
    letter-spacing: 1.15px;
    line-height: 1.7;
}

.about-copy h2 {
    margin-block: 20px 24px;
    font-size: clamp(33px, 3.05vw, 44px);
}

.about-copy > p:not(.eyebrow) {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 16px;
}

.about-principle {
    display: flex;
    gap: 12px;
    border-top: 1px solid var(--line);
    padding-top: 20px;
    margin-block: 23px;
}

.about-principle > .icon {
    width: 22px;
    height: 22px;
    color: var(--green);
}

.about-principle h3 {
    font-size: 14px;
    font-weight: 500;
}

.about-principle p {
    font-size: 12px;
    color: var(--muted);
    margin-top: 6px;
}

.underlined {
    padding-bottom: 7px;
    border-bottom: 1px solid #859575;
    color: var(--green);
}

.approach {
    background: var(--soft);
}

.approach .section-intro {
    margin-bottom: 55px;
}

.process-grid {
    gap: 54px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 1px solid #c9d0bf;
    margin-bottom: 24px;
    color: #78876a;
}

.step-line > span {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 43px;
    line-height: 1.2;
    font-style: italic;
}

.step-line .icon {
    width: 23px;
    height: 23px;
}

.process-grid h3 {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -.6px;
    margin-bottom: 14px;
}

.process-grid p {
    color: #626e59;
    font-size: 13px;
    line-height: 1.85;
    max-width: 300px;
}

.step-output {
    display: block;
    margin-top: 25px;
    font-size: 8px;
    letter-spacing: 1.5px;
    color: var(--green);
}

.contact {
    background: var(--green-dark);
    color: var(--paper);
    padding-top: 84px;
}

.contact-intro {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
    padding-bottom: 76px;
}

.contact .eyebrow {
    color: #c5d1b7;
}

.contact .status-dot {
    background: #b5c59c;
}

.contact h2 {
    font-size: clamp(44px, 4.8vw, 66px);
    letter-spacing: -2.7px;
    line-height: 1.05;
    margin-top: 26px;
}

.contact h2 em {
    color: #c1d1a4;
    letter-spacing: -2px;
}

.contact-invitation {
    justify-self: end;
    padding-right: 53px;
}

.contact-asterisk {
    color: #c1d1a4;
    font-size: 55px;
    line-height: 1;
    display: block;
    margin-bottom: 27px;
}

.contact-invitation p {
    color: #c5cdbf;
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 25px;
}

.button-light {
    color: var(--green-dark);
    background: var(--paper);
}

.button-light:hover {
    background: #dfe8d3;
}

.footer-details {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr .9fr 1.2fr;
    gap: 28px;
    padding-block: 42px;
    border-top: 1px solid #ffffff24;
    border-bottom: 1px solid #ffffff24;
}

.footer-brand .brand {
    font-size: 24px;
}

.footer-brand .brand-icon {
    width: 27px;
    height: 27px;
    color: #c1d1a4;
}

.footer-brand .brand-period {
    color: #c1d1a4;
}

.footer-brand > p {
    color: #adbaa6;
    font-size: 11px;
    line-height: 1.8;
    margin-top: 15px;
}

.footer-detail h3 {
    font-size: 8px;
    letter-spacing: 1.6px;
    color: #afbea6;
    margin: 6px 0 17px;
    font-weight: 400;
}

.footer-detail a {
    font-size: 12px;
    display: inline-flex;
    gap: 14px;
    align-items: center;
}

.footer-detail a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.footer-detail address {
    font-style: normal;
    font-size: 10px;
    line-height: 1.85;
    color: #d7dece;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #adbaa6;
    padding-block: 24px;
    font-size: 9px;
}

.footer-bottom > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e2e8d9;
}

.footer-bottom .icon {
    width: 14px;
    height: 14px;
}

.service-dialog {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    color: var(--ink);
    padding: 0;
    width: min(580px, calc(100% - 36px));
    max-height: calc(100dvh - 40px);
    margin: auto;
    box-shadow: 0 24px 90px #101f2240;
}

.service-dialog::backdrop {
    background: #17211b99;
    backdrop-filter: blur(5px);
}

.dialog-content {
    position: relative;
    padding: 46px 40px 36px;
}

.dialog-close {
    position: absolute;
    right: 14px;
    top: 14px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    border-radius: 50%;
}

.dialog-close:hover {
    background: var(--soft);
}

.service-dialog h2 {
    font-size: 37px;
    margin-block: 18px;
}

.service-dialog h3 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 26px;
}

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

.dialog-list {
    padding-left: 18px;
    margin-block: 15px 24px;
    list-style-type: disc;
}

.dialog-list li {
    padding-left: 4px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.65;
    color: #59644f;
}

.dialog-list li::marker {
    color: var(--green);
}

.dialog-note {
    border-top: 1px solid var(--line);
    padding-top: 18px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.header-inner, .hero-actions {
    display: flex;
    align-items: center;
}

.header-inner {
    justify-content: space-between;
}

.desktop-nav {
    display: flex;
    align-items: center;
}

.hero, .about, .service-grid, .process-grid {
    display: grid;
}

.menu-toggle {
    display: none;
}

@media (min-width: 1024px) {
    .hero, .about {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .service-grid, .process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1440px) {
    .hero {
        gap: 80px;
    }
    .hero-visual {
        height: 590px;
    }
}

@media (max-width: 1199px) {
    .site-container {
        width: calc(100% - 80px);
    }
    .desktop-nav {
        gap: 24px;
        margin-right: 20px;
    }
    .hero {
        gap: 42px;
    }
    .hero h1 {
        letter-spacing: -3.5px;
    }
    .hero-visual {
        height: 555px;
    }
    .hero-actions {
        gap: 18px;
    }
    .hero-actions .button {
        padding-inline: 17px;
        gap: 14px;
    }
    .hero-actions .text-link {
        font-size: 11px;
        gap: 8px;
    }
    .service-card {
        padding-inline: 22px;
    }
    .service-meta {
        font-size: 7px;
        letter-spacing: .7px;
    }
    .service-card h3 {
        font-size: 22px;
    }
    .about {
        gap: 45px;
    }
    .contact-invitation {
        padding-right: 0;
    }
    .footer-details {
        grid-template-columns: 1fr 1.2fr .85fr 1.2fr;
        gap: 20px;
    }
    .footer-detail a {
        font-size: 11px;
        gap: 6px;
    }
}

@media (max-width: 1023px) {
    .hero {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
    .hero h1 {
        font-size: 61px;
        letter-spacing: -3.5px;
    }
    .hero h1 em {
        letter-spacing: -3px;
    }
    .hero .eyebrow {
        font-size: 8px;
        letter-spacing: 1px;
    }
    .hero-description {
        font-size: 14px;
    }
    .hero-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .hero-note {
        margin-top: 29px;
    }
    .hero-visual {
        height: 525px;
    }
    .insight-card {
        width: 222px;
        left: -15px;
        padding: 17px;
    }
    .focus-strip {
        gap: 18px;
    }
    .focus-strip > div {
        font-size: 11px;
        gap: 8px;
    }
    .focus-icon {
        width: 26px;
        height: 26px;
    }
    .section-space {
        padding-block: 76px;
    }
    .section-intro {
        gap: 32px;
    }
    .section-intro > p {
        max-width: 300px;
        font-size: 13px;
    }
    .service-grid {
        gap: 14px;
    }
    .service-card {
        padding-inline: 17px;
    }
    .service-meta {
        min-height: 25px;
    }
    .service-meta span {
        max-width: 140px;
    }
    .service-art {
        transform: scale(.9);
        width: 175px;
        margin-block: 3px;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .service-card > p {
        font-size: 12px;
    }
    .service-link {
        font-size: 10px;
    }
    .about {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }
    .about-visual > img {
        height: 500px;
    }
    .about-copy h2 {
        font-size: 33px;
    }
    .about-copy > p:not(.eyebrow) {
        font-size: 13px;
    }
    .process-grid {
        gap: 30px;
    }
    .process-grid h3 {
        font-size: 19px;
    }
    .contact-intro {
        gap: 45px;
    }
    .contact h2 {
        font-size: 50px;
    }
    .footer-details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px;
    }
    .footer-detail a {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .site-container {
        width: calc(100% - 44px);
    }
    .header-inner {
        min-height: 80px;
    }
    .brand {
        font-size: 25px;
        gap: 10px;
    }
    .brand-icon {
        width: 28px;
        height: 28px;
    }
    .desktop-nav, .header-contact {
        display: none;
    }
    .menu-toggle {
        display: block;
    }
    .hero {
        grid-template-columns: 1fr;
        padding-block: 43px 38px;
        gap: 34px;
    }
    .hero .eyebrow {
        font-size: 8px;
        letter-spacing: 1.25px;
    }
    .hero h1 {
        font-size: clamp(58px, 10vw, 76px);
        margin-block: 24px 23px;
        letter-spacing: -3.2px;
    }
    .hero h1 em {
        letter-spacing: -3.2px;
    }
    .hero-description {
        font-size: 15px;
        line-height: 1.75;
        max-width: 480px;
    }
    .hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 22px;
        margin-top: 27px;
    }
    .hero-actions .button {
        padding: 15px 19px;
        gap: 19px;
    }
    .hero-actions .text-link {
        font-size: 12px;
        align-self: center;
    }
    .hero-note {
        margin-top: 28px;
    }
    .hero-visual {
        height: 460px;
        margin-left: 10px;
    }
    .insight-card {
        width: 225px;
        bottom: 25px;
        left: -10px;
    }
    .image-tag {
        top: 17px;
        left: 17px;
    }
    .photo-caption {
        right: 11px;
        bottom: 9px;
        font-size: 6px;
    }
    .focus-strip {
        grid-template-columns: 1fr 1fr;
        padding-block: 25px;
        gap: 24px 15px;
    }
    .focus-strip > div {
        justify-content: flex-start;
        font-size: 11px;
    }
    .focus-strip > p {
        font-size: 10px;
    }
    .section-space {
        padding-block: 62px;
    }
    .section-intro {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        margin-bottom: 29px;
    }
    .section-intro h2 {
        margin-top: 17px;
    }
    main h2 {
        font-size: 36px;
        letter-spacing: -1.5px;
    }
    .section-intro > p {
        max-width: 450px;
        font-size: 14px;
    }
    .section-intro > p br {
        display: none;
    }
    .service-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .service-card {
        padding: 25px 27px;
    }
    .service-meta {
        font-size: 8px;
        letter-spacing: 1px;
        min-height: 0;
    }
    .service-meta span {
        max-width: none;
    }
    .service-art {
        transform: none;
        margin-block: 9px 12px;
        width: 190px;
    }
    .service-card h3 {
        font-size: 25px;
    }
    .service-card > p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .service-link {
        font-size: 12px;
    }
    .expertise-note {
        align-items: flex-start;
        font-size: 10px;
        line-height: 1.7;
        margin-top: 23px;
    }
    .expertise-note .status-dot {
        margin-top: 5px;
    }
    .about {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .about-visual > img {
        height: 350px;
    }
    .about-copy h2 {
        font-size: 36px;
    }
    .about-copy > p:not(.eyebrow) {
        font-size: 14px;
    }
    .about-principle {
        margin-block: 24px;
    }
    .approach .section-intro {
        margin-bottom: 34px;
    }
    .process-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .step-line {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .process-grid h3 {
        font-size: 24px;
    }
    .process-grid p {
        font-size: 14px;
        max-width: 460px;
    }
    .step-output {
        margin-top: 19px;
    }
    .contact {
        padding-top: 57px;
    }
    .contact-intro {
        grid-template-columns: 1fr;
        gap: 31px;
        padding-bottom: 43px;
    }
    .contact h2 {
        font-size: clamp(41px, 7.5vw, 58px);
        letter-spacing: -2px;
    }
    .contact-invitation {
        justify-self: start;
    }
    .contact-asterisk {
        display: none;
    }
    .contact-invitation p {
        font-size: 14px;
    }
    .footer-details {
        grid-template-columns: 1fr 1fr;
        padding-block: 30px;
        gap: 30px 16px;
    }
    .footer-brand {
        grid-column: 1 / -1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-brand > p {
        margin-top: 0;
        font-size: 10px;
    }
    .footer-detail a {
        font-size: 11px;
        gap: 6px;
    }
    .footer-address {
        grid-column: 1 / -1;
    }
    .footer-detail h3 {
        margin-bottom: 12px;
    }
    .footer-bottom {
        flex-wrap: wrap;
        gap: 20px 10px;
        padding-block: 22px;
        font-size: 8px;
    }
    .footer-bottom > span {
        display: none;
    }
    .dialog-content {
        padding: 43px 25px 27px;
    }
    .service-dialog h2 {
        font-size: 32px;
    }
}

@media (max-width: 374px) {
    .site-container {
        width: calc(100% - 36px);
    }
    .hero h1 {
        font-size: 55px;
        letter-spacing: -3px;
    }
    .hero .eyebrow {
        font-size: 7px;
        letter-spacing: 1px;
    }
    .hero-visual {
        height: 390px;
    }
    .service-card {
        padding-inline: 22px;
    }
    .footer-detail a {
        font-size: 10px;
        gap: 4px;
    }
    .contact h2 {
        font-size: 39px;
    }
}

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