:root {
    --gr-navy: #071629;
    --gr-navy-soft: #102a46;
    --gr-ink: #0d253d;
    --gr-copy: #40546a;
    --gr-muted: #6c7d8f;
    --gr-gold: #c19d68;
    --gr-gold-soft: #efe3d2;
    --gr-canvas: #ffffff;
    --gr-surface: #f5f8fb;
    --gr-line: #dfe7ee;
    --gr-radius: 18px;
    --gr-shadow: 0 18px 55px rgba(12, 37, 61, 0.09);
    --gr-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.gr-page {
    background: var(--gr-canvas);
    color: var(--gr-ink);
    font-family: "Noto Sans SC", "Inter", sans-serif;
}

.gr-page a { color: inherit; }
.gr-page img { display: block; max-width: 100%; }
.gr-page h1,
.gr-page h2,
.gr-page h3,
.gr-page p { margin: 0; }

.gr-shell {
    width: min(1200px, calc(100% - 48px));
    margin-inline: auto;
}

.gr-hero-grid > *,
.gr-type-grid > *,
.gr-editorial-grid > *,
.gr-project-grid > *,
.gr-market-hero > *,
.gr-market-lower > *,
.gr-major-list > *,
.gr-market-chips > *,
.gr-advantage-grid > *,
.gr-footer-grid > * {
    min-width: 0;
}

.gr-type-card li,
.gr-project-card li,
.gr-major-list p,
.gr-market-chips span,
.gr-market-panel-pics li,
.gr-advantage-grid h3,
.gr-section-heading p,
.gr-market-copy p,
.gr-editorial-copy blockquote {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.gr-site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(223, 231, 238, 0.8);
    backdrop-filter: blur(18px);
    transition: box-shadow 0.3s ease, background 0.3s ease;
}

.gr-site-header.scrolled { box-shadow: 0 8px 28px rgba(7, 22, 41, 0.08); }

.gr-header-inner {
    width: min(1380px, calc(100% - 40px));
    min-height: 72px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.gr-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    color: var(--gr-navy);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.04em;
}

.gr-brand i { color: var(--gr-gold); font-size: 27px; }

.gr-brand img {
    display: block;
    width: 112px;
    height: auto;
}

.gr-primary-nav {
    min-width: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(12px, 1.35vw, 24px);
}

.gr-primary-nav a {
    position: relative;
    flex: 0 0 auto;
    padding: 26px 0 24px;
    color: #33485e;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.gr-primary-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    height: 2px;
    background: var(--gr-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.28s var(--gr-ease);
}

.gr-primary-nav a:hover::after,
.gr-primary-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.gr-primary-nav a[aria-current="page"] { color: var(--gr-navy); font-weight: 600; }

.gr-header-cta,
.gr-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.25s var(--gr-ease), box-shadow 0.25s ease, background 0.25s ease;
}

.gr-header-cta {
    flex: 0 0 auto;
    padding: 10px 18px;
    background: var(--gr-navy);
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
}

.gr-header-cta:hover,
.gr-button:hover { transform: translateY(-2px); }

.gr-menu-toggle {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--gr-surface);
    color: var(--gr-navy);
    cursor: pointer;
}

.gr-menu-toggle i { font-size: 22px; }

.gr-hero {
    position: relative;
    overflow: hidden;
    min-height: 760px;
    padding: 150px 0 96px;
    background: var(--gr-navy);
    color: #fff;
}

.gr-hero::before,
.gr-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.gr-hero::before {
    width: 620px;
    height: 620px;
    right: -210px;
    top: -260px;
    background: radial-gradient(circle, rgba(193, 157, 104, 0.24), rgba(193, 157, 104, 0) 68%);
}

.gr-hero::after {
    width: 520px;
    height: 520px;
    left: -260px;
    bottom: -330px;
    background: radial-gradient(circle, rgba(53, 103, 145, 0.3), rgba(53, 103, 145, 0) 70%);
}

.gr-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.82fr);
    align-items: center;
    gap: clamp(56px, 8vw, 112px);
}

.gr-eyebrow,
.gr-kicker {
    font-family: "Inter", "Noto Sans SC", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.gr-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px !important;
    color: #ddc59f;
    font-size: 12px;
    font-weight: 600;
}

.gr-eyebrow span { width: 38px; height: 1px; background: currentColor; }

.gr-hero h1 {
    max-width: 720px;
    color: #fff;
    font-family: "Inter", "Noto Sans SC", sans-serif;
    font-size: clamp(52px, 6vw, 82px);
    font-weight: 300;
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.gr-hero-lead {
    max-width: 680px;
    margin-top: 28px !important;
    color: rgba(230, 237, 244, 0.82);
    font-size: 18px;
    line-height: 1.9;
}

.gr-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.gr-button { min-height: 46px; padding: 11px 22px; font-size: 14px; font-weight: 600; }
.gr-button-primary { background: var(--gr-gold); color: var(--gr-navy) !important; box-shadow: 0 12px 28px rgba(193, 157, 104, 0.2); }
.gr-button-primary:hover { box-shadow: 0 15px 34px rgba(193, 157, 104, 0.3); }
.gr-button-ghost { border: 1px solid rgba(255, 255, 255, 0.24); color: #fff !important; }
.gr-button-ghost:hover { background: rgba(255, 255, 255, 0.08); }

.gr-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 58px 0 0;
}

.gr-hero-metrics div { padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, 0.16); }
.gr-hero-metrics dt { color: #fff; font-family: "Inter", sans-serif; font-size: 22px; font-weight: 500; font-feature-settings: "tnum"; }
.gr-hero-metrics dd { margin: 6px 0 0; color: rgba(219, 229, 239, 0.64); font-size: 12px; line-height: 1.6; }

.gr-hero-visual { position: relative; margin: 0; min-height: 540px; }
.gr-hero-visual::before { content: ""; position: absolute; inset: 26px -24px -24px 44px; border: 1px solid rgba(193, 157, 104, 0.35); border-radius: 180px 180px 24px 24px; }
.gr-hero-visual img { position: relative; z-index: 1; width: 100%; height: 540px; object-fit: cover; border-radius: 180px 180px 24px 24px; filter: saturate(0.78) contrast(1.04); }
.gr-hero-visual::after { content: ""; position: absolute; z-index: 2; inset: 0; border-radius: 180px 180px 24px 24px; background: linear-gradient(180deg, rgba(7, 22, 41, 0.05), rgba(7, 22, 41, 0.58)); }

.gr-hero-caption {
    position: absolute;
    z-index: 4;
    right: -34px;
    bottom: 36px;
    width: min(330px, 82%);
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(2, 13, 25, 0.3);
    color: var(--gr-ink);
    backdrop-filter: blur(14px);
}

.gr-hero-caption span { display: block; color: var(--gr-muted); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.gr-hero-caption strong { display: block; margin-top: 8px; font-family: "Inter", sans-serif; font-size: 20px; font-weight: 500; letter-spacing: -0.02em; }
.gr-hero-caption small { display: block; margin-top: 7px; color: var(--gr-muted); font-size: 12px; }

.gr-hero-stamp {
    position: absolute;
    z-index: 4;
    top: 56px;
    left: -46px;
    width: 116px;
    height: 116px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 50%;
    background: rgba(7, 22, 41, 0.74);
    color: #fff;
    text-align: center;
    backdrop-filter: blur(12px);
}

.gr-hero-stamp i { color: var(--gr-gold); font-size: 28px; }
.gr-hero-stamp span { font-family: "Inter", sans-serif; font-size: 9px; line-height: 1.35; letter-spacing: 0.12em; }
.gr-hero-orbit { position: absolute; z-index: 3; top: -20px; right: -22px; width: 170px; height: 170px; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 50%; }
.gr-hero-orbit::before { content: ""; position: absolute; width: 8px; height: 8px; top: 20px; left: 18px; border-radius: 50%; background: var(--gr-gold); box-shadow: 0 0 0 8px rgba(193, 157, 104, 0.1); }

.gr-anchor-band { position: sticky; top: 72px; z-index: 90; background: rgba(255, 255, 255, 0.96); border-bottom: 1px solid var(--gr-line); backdrop-filter: blur(14px); }
.gr-anchor-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 5vw, 72px); overflow-x: auto; }
.gr-anchor-nav a { position: relative; flex: 0 0 auto; padding: 19px 0 17px; color: var(--gr-copy); font-size: 13px; font-weight: 500; text-decoration: none; }
.gr-anchor-nav a::after { content: ""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--gr-gold); transform: scaleX(0); transition: transform 0.25s ease; }
.gr-anchor-nav a:hover,
.gr-anchor-nav a.is-active { color: var(--gr-navy); }
.gr-anchor-nav a:hover::after,
.gr-anchor-nav a.is-active::after { transform: scaleX(1); }

.gr-section { padding: 112px 0; }
.gr-section-soft { background: var(--gr-surface); }
.gr-section-heading { max-width: 780px; margin-bottom: 50px; }
.gr-kicker { margin-bottom: 16px !important; color: #9a7343; font-size: 11px; font-weight: 600; }
.gr-section-heading h2,
.gr-market-copy h2,
.gr-cta-inner h2 {
    color: var(--gr-navy);
    font-family: "Inter", "Noto Sans SC", sans-serif;
    font-size: clamp(36px, 4.2vw, 56px);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -0.035em;
}
.gr-section-heading > p:last-child { margin-top: 20px !important; color: var(--gr-copy); font-size: 16px; line-height: 1.85; }

.gr-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.gr-type-card { position: relative; min-height: 100%; padding: 34px; overflow: hidden; border: 1px solid var(--gr-line); border-radius: var(--gr-radius); background: #fff; box-shadow: 0 8px 28px rgba(13, 37, 61, 0.04); }
.gr-type-card::after { content: ""; position: absolute; right: -60px; top: -60px; width: 150px; height: 150px; border: 1px solid rgba(193, 157, 104, 0.18); border-radius: 50%; }
.gr-card-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--gr-line); }
.gr-card-topline span { color: var(--gr-muted); font-family: "Inter", sans-serif; font-size: 12px; letter-spacing: 0.12em; }
.gr-card-topline i { color: var(--gr-gold); font-size: 27px; }
.gr-type-card h3 { margin-top: 26px !important; color: var(--gr-navy); font-size: 23px; font-weight: 600; line-height: 1.45; }
.gr-type-card ul,
.gr-project-card ul { margin: 24px 0 0; padding: 0; list-style: none; }
.gr-type-card li,
.gr-project-card li { position: relative; padding-left: 19px; color: var(--gr-copy); font-size: 14px; line-height: 1.75; }
.gr-type-card li + li,
.gr-project-card li + li { margin-top: 10px; }
.gr-type-card li::before,
.gr-project-card li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 5px; height: 5px; border-radius: 50%; background: var(--gr-gold); }
.gr-type-card-dark { border-color: transparent; background: var(--gr-navy); box-shadow: var(--gr-shadow); }
.gr-type-card-dark .gr-card-topline { border-color: rgba(255, 255, 255, 0.14); }
.gr-type-card-dark h3 { color: #fff; }
.gr-type-card-dark li { color: rgba(229, 236, 243, 0.76); }
.gr-type-card-dark .gr-card-topline span { color: rgba(255, 255, 255, 0.55); }
.gr-type-card-warm { background: #f7f0e6; border-color: #eadbc6; }

.gr-editorial-band { padding: 24px 0 112px; }
.gr-editorial-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: stretch; min-height: 510px; }
.gr-editorial-image { position: relative; margin: 0; min-height: 510px; overflow: hidden; border-radius: 22px 0 0 22px; }
.gr-editorial-image img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; filter: saturate(0.72); }
.gr-editorial-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(7, 22, 41, 0.72)); }
.gr-editorial-image figcaption { position: absolute; z-index: 2; left: 30px; bottom: 28px; color: #fff; font-size: 13px; }
.gr-editorial-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 7vw, 86px); border-radius: 0 22px 22px 0; background: #e9dfcf; }
.gr-editorial-copy blockquote { margin: 0; color: var(--gr-navy); font-size: clamp(30px, 3.3vw, 46px); font-weight: 300; line-height: 1.45; letter-spacing: -0.035em; }
.gr-editorial-index { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 38px; }
.gr-editorial-index span { padding: 8px 13px; border: 1px solid rgba(13, 37, 61, 0.18); border-radius: 999px; color: #4b3b2b; font-size: 12px; }

.gr-project-grid { display: grid; grid-template-columns: 1fr 0.8fr 1.25fr; gap: 18px; align-items: stretch; }
.gr-project-card { position: relative; padding: 32px; border: 1px solid var(--gr-line); background: #fff; }
.gr-project-card:first-child { border-radius: var(--gr-radius) 0 0 var(--gr-radius); }
.gr-project-card:last-child { border-radius: 0 var(--gr-radius) var(--gr-radius) 0; }
.gr-project-card-accent { background: var(--gr-navy); border-color: var(--gr-navy); }
.gr-project-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: var(--gr-surface); color: var(--gr-gold); }
.gr-project-icon i { font-size: 24px; }
.gr-project-label { margin-top: 26px !important; color: var(--gr-muted); font-family: "Inter", sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.gr-project-card h3 { margin-top: 8px !important; color: var(--gr-navy); font-size: 22px; line-height: 1.45; }
.gr-project-card-accent h3 { color: #fff; }
.gr-project-card-accent li { color: rgba(229, 236, 243, 0.76); }
.gr-project-card-accent .gr-project-icon { background: rgba(255, 255, 255, 0.09); }
.gr-project-card-accent .gr-project-label { color: #ddc59f; }

.gr-market-section { padding: 112px 0; background: var(--gr-navy); color: #fff; }
.gr-market-hero { display: grid; grid-template-columns: 0.82fr 1.18fr; align-items: end; gap: 70px; margin-bottom: 44px; }
.gr-market-copy h2 { color: #fff; }
.gr-market-copy > p:last-child { margin-top: 20px !important; color: rgba(225, 234, 242, 0.66); font-size: 16px; line-height: 1.8; }
.gr-market-image { position: relative; margin: 0; height: 330px; overflow: hidden; border-radius: var(--gr-radius); }
.gr-market-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.7) contrast(1.06); }
.gr-market-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 22, 41, 0.08), rgba(7, 22, 41, 0.58)); }
.gr-market-image figcaption { position: absolute; z-index: 2; right: 24px; bottom: 20px; display: flex; align-items: center; gap: 7px; color: #fff; font-size: 12px; }

.gr-market-panel { border: 1px solid rgba(255, 255, 255, 0.13); border-radius: var(--gr-radius); background: rgba(255, 255, 255, 0.045); overflow: hidden; }
.gr-market-panel > header { display: flex; align-items: center; gap: 20px; padding: 24px 26px; border-bottom: 1px solid rgba(255, 255, 255, 0.11); }
.gr-market-panel > header > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(193, 157, 104, 0.45); border-radius: 50%; color: #ddc59f; font-family: "Inter", sans-serif; font-size: 11px; }
.gr-market-panel header p { color: rgba(215, 225, 235, 0.52); font-family: "Inter", sans-serif; font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; }
.gr-market-panel header h3 { margin-top: 4px !important; color: #fff; font-size: 20px; }
.gr-major-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gr-major-list > div { min-height: 132px; padding: 24px 26px; border-right: 1px solid rgba(255, 255, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.gr-major-list > div:nth-child(2n) { border-right: 0; }
.gr-major-list > div:nth-last-child(-n + 2) { border-bottom: 0; }
.gr-major-list strong { color: #fff; font-size: 14px; }
.gr-major-list p { margin-top: 8px !important; color: rgba(222, 231, 239, 0.62); font-size: 13px; line-height: 1.7; }
.gr-market-lower { display: grid; grid-template-columns: 1.45fr 0.75fr; gap: 18px; margin-top: 18px; }
.gr-market-chips { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; padding: 22px; }
.gr-market-chips span { padding: 10px 12px; border-radius: 8px; background: rgba(255, 255, 255, 0.06); color: rgba(236, 241, 246, 0.78); font-family: "Inter", "Noto Sans SC", sans-serif; font-size: 11px; text-align: center; }
.gr-market-panel-pics ul { margin: 0; padding: 10px 24px 22px; list-style: none; }
.gr-market-panel-pics li { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.09); }
.gr-market-panel-pics li:last-child { border-bottom: 0; }
.gr-market-panel-pics strong { display: block; color: #fff; font-size: 13px; }
.gr-market-panel-pics li span { display: block; margin-top: 4px; color: rgba(222, 231, 239, 0.58); font-size: 11px; }

.gr-advantage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--gr-line); border-left: 1px solid var(--gr-line); }
.gr-advantage-grid article { min-height: 270px; padding: 28px; border-right: 1px solid var(--gr-line); border-bottom: 1px solid var(--gr-line); background: #fff; transition: background 0.25s ease, transform 0.25s var(--gr-ease); }
.gr-advantage-grid article:hover { position: relative; z-index: 1; background: var(--gr-surface); transform: translateY(-5px); }
.gr-advantage-grid span { color: var(--gr-muted); font-family: "Inter", sans-serif; font-size: 11px; }
.gr-advantage-grid i { display: block; margin-top: 48px; color: var(--gr-gold); font-size: 32px; }
.gr-advantage-grid h3 { margin-top: 24px !important; color: var(--gr-navy); font-size: 18px; font-weight: 500; line-height: 1.65; }

.gr-cta-section { padding: 30px 0 96px; }
.gr-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 58px 64px; border-radius: var(--gr-radius); background: var(--gr-navy); color: #fff; }
.gr-cta-inner h2 { max-width: 820px; color: #fff; font-size: clamp(30px, 3.4vw, 46px); }
.gr-button-light { flex: 0 0 auto; background: #fff; color: var(--gr-navy) !important; }

.gr-site-footer { padding: 72px 0 22px; background: #05111f; color: rgba(224, 232, 240, 0.68); }
.gr-footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 54px; }
.gr-footer-brand > div { display: flex; align-items: center; gap: 9px; color: #fff; font-size: 22px; }
.gr-footer-brand i { color: var(--gr-gold); font-size: 28px; }
.gr-footer-brand p { margin-top: 20px !important; max-width: 440px; font-size: 13px; line-height: 1.9; }
.gr-footer-grid h2 { margin-bottom: 18px; color: #fff; font-size: 13px; letter-spacing: 0.08em; }
.gr-footer-grid > div:not(.gr-footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.gr-footer-grid a { padding: 6px 0; color: rgba(224, 232, 240, 0.62); font-size: 12px; text-decoration: none; }
.gr-footer-grid a:hover { color: #fff; }
.gr-footer-bottom { display: flex; justify-content: space-between; margin-top: 54px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); font-size: 11px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--gr-ease), transform 0.7s var(--gr-ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }

.gr-page :focus-visible { outline: 3px solid rgba(193, 157, 104, 0.55); outline-offset: 4px; }

@media (max-width: 1180px) {
    .gr-primary-nav { display: none; position: absolute; top: 72px; right: 20px; left: 20px; padding: 16px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--gr-line); border-radius: 14px; background: #fff; box-shadow: var(--gr-shadow); }
    .gr-primary-nav.is-open { display: flex; }
    .gr-primary-nav a { padding: 13px 14px; border-radius: 8px; }
    .gr-primary-nav a::after { display: none; }
    .gr-primary-nav a:hover { background: var(--gr-surface); }
    .gr-menu-toggle { display: grid; place-items: center; }
    .gr-header-cta { margin-left: 0; }
    .gr-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, 0.75fr); gap: 54px; }
    .gr-hero-caption { right: -8px; }
    .gr-market-chips { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .gr-shell { width: min(720px, calc(100% - 36px)); }
    .gr-hero { min-height: auto; padding: 130px 0 76px; }
    .gr-hero-grid { grid-template-columns: 1fr; }
    .gr-hero-visual { width: min(100%, 590px); min-height: 500px; }
    .gr-hero-visual img { height: 500px; }
    .gr-hero-stamp { left: -12px; }
    .gr-type-grid,
    .gr-project-grid,
    .gr-market-hero,
    .gr-market-lower,
    .gr-footer-grid { grid-template-columns: 1fr; }
    .gr-project-card,
    .gr-project-card:first-child,
    .gr-project-card:last-child { border-radius: var(--gr-radius); }
    .gr-editorial-grid { grid-template-columns: 1fr; }
    .gr-editorial-image { border-radius: 22px 22px 0 0; }
    .gr-editorial-copy { border-radius: 0 0 22px 22px; }
    .gr-market-hero { gap: 36px; }
    .gr-advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .gr-cta-inner { align-items: flex-start; flex-direction: column; padding: 46px; }
    .gr-footer-grid { gap: 34px; }
}

@media (max-width: 620px) {
    .gr-header-inner { width: calc(100% - 24px); min-height: 64px; gap: 12px; }
    .gr-site-header .gr-primary-nav { top: 64px; right: 12px; left: 12px; }
    .gr-header-cta { display: none; }
    .gr-menu-toggle { display: grid !important; flex: 0 0 44px; }
    .gr-brand { font-size: 16px; }
    .gr-anchor-band { top: 64px; }
    .gr-anchor-nav { justify-content: flex-start; gap: 30px; }
    .gr-hero { padding-top: 112px; }
    .gr-hero h1 { font-size: 46px; }
    .gr-hero-lead { font-size: 16px; }
    .gr-hero-metrics { grid-template-columns: 1fr; }
    .gr-hero-visual { min-height: 410px; }
    .gr-hero-visual img { height: 410px; border-radius: 120px 120px 20px 20px; }
    .gr-hero-visual::before,
    .gr-hero-visual::after { border-radius: 120px 120px 20px 20px; }
    .gr-hero-stamp { width: 94px; height: 94px; top: 34px; }
    .gr-hero-caption { right: 10px; bottom: 20px; padding: 18px; }
    .gr-hero-caption { max-width: calc(100% - 20px); }
    .gr-hero-caption strong { font-size: 16px; }
    .gr-section,
    .gr-market-section { padding: 82px 0; }
    .gr-type-grid,
    .gr-major-list,
    .gr-advantage-grid { grid-template-columns: 1fr; }
    .gr-type-card { padding: 28px; }
    .gr-major-list > div { border-right: 0; }
    .gr-major-list > div:nth-last-child(2) { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .gr-market-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 16px; }
    .gr-editorial-image,
    .gr-editorial-image img { min-height: 400px; }
    .gr-editorial-copy { padding: 38px 28px; }
    .gr-cta-inner { padding: 36px 28px; }
    .gr-footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
}
