.trade-home {
    --fy-blue: #344dff;
    --fy-blue-2: #5d73ff;
    --fy-ink: #070a14;
    --fy-muted: #5c6373;
    --fy-soft: #f5f7ff;
    --fy-line: rgba(31, 45, 98, 0.12);
    --fy-card: rgba(255, 255, 255, 0.88);
    --fy-container: min(1560px, calc(100vw - 132px));
    color: var(--fy-ink);
    background: #fff;
    font-family: "Manrope", "Noto Sans SC", sans-serif;
}

.trade-home::before,
.trade-home::after {
    display: none;
}

.fy-symbols {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.fy-symbols path,
.fy-symbols circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fy-symbols .fill {
    fill: currentColor;
    stroke: none;
}

.trade-home svg {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.trade-home svg use {
    fill: none;
    stroke: currentColor;
}

.fy-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 24px 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0));
}

.fy-header.scrolled {
    padding-top: 12px;
}

.fy-nav {
    width: var(--fy-container);
    min-height: 52px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.fy-header.scrolled .fy-nav {
    min-height: 60px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 18px 44px rgba(55, 77, 150, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.fy-brand {
    min-width: 230px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.fy-logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 68% 28%, #eef9ff 0 30%, #daf3e8 31% 100%);
    box-shadow: inset 0 0 0 1px rgba(34, 80, 132, 0.08);
}

.fy-logo-mark svg {
    width: 27px;
    height: 27px;
    color: var(--fy-blue);
}

.fy-logo-mark path:first-child {
    fill: #3ab86f;
    stroke: none;
}

.fy-logo-mark path:last-child {
    fill: var(--fy-blue);
    stroke: none;
}

.fy-brand-text {
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1;
}

.fy-links {
    gap: clamp(32px, 3vw, 62px);
    justify-content: center;
}

.fy-links .nav-link {
    color: #111520;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.02em;
    padding: 8px 0 13px;
}

.fy-links .nav-link::after {
    bottom: 0;
    height: 3px;
    background: var(--fy-blue);
}

.fy-actions {
    min-width: 170px;
    justify-content: flex-end;
    gap: 12px;
    flex: none;
}

.fy-lang {
    gap: 0;
    padding: 3px;
    border: 1px solid rgba(31, 45, 98, 0.12);
    background: rgba(255, 255, 255, 0.82);
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(61, 80, 150, 0.09);
}

.fy-lang .lang-btn {
    padding: 6px 8px;
    min-width: 32px;
    font-size: 11px;
    color: #1a2132;
    border-radius: 999px;
}

.fy-lang .lang-btn.active {
    color: #fff;
    background: var(--fy-blue);
    box-shadow: none;
}

.fy-menu {
    display: inline-flex;
    flex: none;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 8px 22px rgba(61, 80, 150, 0.09), inset 0 0 0 1px rgba(31, 45, 98, 0.1);
}

.fy-menu::before,
.fy-menu::after,
.fy-menu span {
    left: 11px;
    right: 11px;
    height: 2px;
}

.fy-menu::before {
    top: 12px;
}

.fy-menu span {
    top: 18px;
}

.fy-menu::after {
    top: 24px;
}

.fy-hero {
    position: relative;
    min-height: 650px;
    margin-top: -76px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 74% 18%, rgba(146, 191, 255, 0.6), transparent 32%),
        linear-gradient(90deg, #fff 0%, #fbfdff 32%, #dcebff 100%);
}

.fy-hero-media {
    position: absolute;
    z-index: -3;
    inset: 0 0 auto auto;
    width: 68vw;
    min-width: 980px;
    height: 610px;
    overflow: hidden;
}

.fy-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66% 44%;
    transform: scale(1.02);
    transition: transform 0.8s ease;
}

.fy-hero-media:hover img {
    transform: scale(1.045);
}

.fy-hero-wash {
    position: absolute;
    z-index: -2;
    inset: 0;
    background:
        linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 28%, rgba(255, 255, 255, 0.5) 46%, rgba(255, 255, 255, 0.08) 62%),
        linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 58%, #fff 100%);
}

.fy-hero-inner {
    position: relative;
    width: var(--fy-container);
    min-height: 650px;
    margin: 0 auto;
    padding-top: 134px;
}

.fy-hero-copy {
    width: min(650px, 46vw);
}

.fy-kicker {
    margin: 0 0 24px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--fy-blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

.fy-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
}

.fy-hero h1 {
    margin: 0;
    max-width: 660px;
    font-size: clamp(42px, 3.55vw, 60px);
    line-height: 1.02;
    letter-spacing: -0.058em;
    font-weight: 900;
    overflow-wrap: break-word;
}

.fy-hero-sub {
    margin: 20px 0 0;
    color: var(--fy-blue);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.fy-hero-desc {
    margin: 16px 0 0;
    max-width: 590px;
    color: #30394c;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 600;
}

.fy-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.fy-btn {
    min-height: 43px;
    padding: 0 20px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.02em;
    border: 1px solid rgba(52, 77, 255, 0.5);
    transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.fy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(52, 77, 255, 0.18);
}

.fy-btn svg {
    width: 15px;
    height: 15px;
}

.fy-btn svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fy-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--fy-blue), #526dff);
    border-color: transparent;
    box-shadow: 0 18px 34px rgba(52, 77, 255, 0.22);
}

.fy-btn-light {
    color: var(--fy-blue);
    background: rgba(255, 255, 255, 0.82);
}

.fy-hero-float {
    position: absolute;
    right: 60px;
    bottom: 72px;
    width: min(720px, 52vw);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.91);
    border: 1px solid rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 46px rgba(31, 45, 98, 0.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.fy-hero-float article {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px 22px 2px;
}

.fy-hero-float article + article {
    border-left: 1px solid var(--fy-line);
}

.fy-hero-float span {
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    color: var(--fy-blue);
}

.fy-hero-float svg {
    width: 28px;
    height: 28px;
}

.fy-hero-float strong {
    font-size: 12px;
    line-height: 1.28;
    letter-spacing: -0.02em;
}

.fy-section {
    width: var(--fy-container);
    margin: 0 auto;
    padding: 82px 0;
}

.fy-section-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 36px;
}

.fy-section-title h2,
.fy-project-head h2,
.fy-cta h2 {
    margin: 0;
    color: var(--fy-ink);
    font-size: clamp(26px, 2.15vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 900;
    text-align: center;
}

.fy-section-title h2 {
    position: relative;
}

.fy-section-title h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 48px;
    height: 4px;
    border-radius: 999px;
    background: var(--fy-blue);
    transform: translateX(-50%);
}

.fy-stats {
    margin-top: 0;
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(31, 45, 98, 0.08);
    box-shadow: 0 20px 54px rgba(31, 45, 98, 0.08);
    overflow: hidden;
}

.fy-stats article {
    display: grid;
    grid-template-columns: 56px 1fr;
    align-items: center;
    column-gap: 16px;
    padding: 28px 44px;
    position: relative;
}

.fy-stats article + article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 1px;
    background: var(--fy-line);
}

.fy-stats span,
.fy-process span,
.fy-why-card > span,
.fy-cert-icon,
.fy-icon-float {
    display: grid;
    place-items: center;
    color: var(--fy-blue);
    background: #eef0ff;
    border-radius: 50%;
}

.fy-stats span {
    width: 45px;
    height: 45px;
}

.fy-stats svg {
    width: 26px;
    height: 26px;
}

.fy-stats strong {
    display: block;
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.05em;
}

.fy-stats small {
    display: block;
    margin-top: 5px;
    color: var(--fy-muted);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.fy-product-grid,
.fy-solution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
}

.fy-card {
    position: relative;
    border-radius: 15px;
    background: #fff;
    border: 1px solid rgba(31, 45, 98, 0.12);
    box-shadow: 0 16px 36px rgba(31, 45, 98, 0.055);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.fy-card:hover {
    transform: translateY(-6px);
    border-color: rgba(52, 77, 255, 0.22);
    box-shadow: 0 26px 48px rgba(31, 45, 98, 0.11);
}

.fy-product-card {
    display: flex;
    flex-direction: column;
    min-height: 326px;
}

.fy-product-card img {
    width: 100%;
    height: 154px;
    object-fit: cover;
    background: #f7f8fb;
}

.fy-product-card:first-child img,
.fy-product-card:nth-child(4) img {
    object-fit: contain;
    padding: 10px;
}

.fy-product-card div {
    padding: 20px 22px 42px;
}

.fy-product-card h3,
.fy-solution-card h3,
.fy-why-card h3,
.fy-project-card h3 {
    margin: 0;
    color: var(--fy-ink);
    font-size: 17px;
    line-height: 1.22;
    letter-spacing: -0.035em;
    font-weight: 900;
}

.fy-product-card p,
.fy-solution-card p,
.fy-why-card p,
.fy-project-card p,
.fy-cta p,
.fy-footer p {
    margin: 11px 0 0;
    color: var(--fy-muted);
    font-size: 13px;
    line-height: 1.66;
    font-weight: 600;
}

.fy-product-card > a,
.fy-solution-card > a {
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 24px;
    height: 24px;
    color: var(--fy-blue);
}

.fy-product-card > a svg,
.fy-solution-card > a svg {
    width: 22px;
    height: 22px;
}

.fy-product-card > a path,
.fy-solution-card > a path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fy-solution-card {
    min-height: 300px;
}

.fy-solution-card img {
    width: 100%;
    height: 142px;
    object-fit: cover;
}

.fy-solution-card:nth-child(2) img {
    object-position: 62% 54%;
}

.fy-solution-card:nth-child(3) img,
.fy-solution-card:nth-child(4) img {
    object-position: center;
}

.fy-solution-card div:not(.fy-icon-float) {
    padding: 20px 22px 42px;
}

.fy-icon-float {
    position: absolute;
    z-index: 2;
    top: 16px;
    left: 16px;
    width: 58px;
    height: 58px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 24px rgba(31, 45, 98, 0.12);
}

.fy-icon-float svg {
    width: 30px;
    height: 30px;
}

.fy-why-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.fy-why-card {
    min-height: 132px;
    padding: 26px 22px 24px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid rgba(31, 45, 98, 0.1);
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: start;
    box-shadow: 0 12px 28px rgba(31, 45, 98, 0.045);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.fy-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(31, 45, 98, 0.09);
}

.fy-why-card > span {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 14px;
}

.fy-why-card svg {
    width: 39px;
    height: 39px;
}

.fy-why-card h3 {
    font-size: 14px;
}

.fy-why-card p {
    font-size: 12px;
}

.fy-cert-section {
    padding-top: 42px;
}

.fy-cert-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border: 1px solid rgba(31, 45, 98, 0.1);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(31, 45, 98, 0.045);
    overflow: hidden;
}

.fy-cert-strip article {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 14px 22px;
    position: relative;
}

.fy-cert-strip article + article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 1px;
    background: var(--fy-line);
}

.fy-cert-strip strong {
    color: #10141f;
    font-size: 36px;
    letter-spacing: -0.06em;
    line-height: 1;
    font-weight: 900;
}

.fy-cert-strip article:nth-child(2) strong,
.fy-cert-strip article:nth-child(3) strong {
    color: var(--fy-blue);
}

.fy-cert-strip span {
    color: #323a4f;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.fy-cert-icon {
    flex: none;
    width: 42px;
    height: 42px;
}

.fy-cert-icon svg {
    width: 27px;
    height: 27px;
}

.fy-process {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    margin-top: 8px;
}

.fy-process article {
    position: relative;
    min-height: 112px;
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
    padding: 8px 10px 0;
}

.fy-process article + article::before {
    content: ">";
    position: absolute;
    left: -6px;
    top: 28px;
    color: #8990a6;
    font-weight: 900;
}

.fy-process span {
    width: 58px;
    height: 58px;
}

.fy-process svg {
    width: 28px;
    height: 28px;
}

.fy-process strong {
    max-width: 140px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 900;
}

.fy-project-panel {
    border: 1px solid rgba(31, 45, 98, 0.1);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(31, 45, 98, 0.055);
    padding: 24px 22px 24px;
}

.fy-project-head {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 40px;
    margin-bottom: 24px;
}

.fy-project-head h2 {
    font-size: clamp(25px, 1.9vw, 34px);
}

.fy-mini-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 20px;
    border-radius: 999px;
    color: #1a2130;
    background: #fff;
    border: 1px solid rgba(31, 45, 98, 0.1);
    font-size: 12px;
    font-weight: 900;
}

.fy-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.fy-project-card {
    border-radius: 13px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(31, 45, 98, 0.12);
}

.fy-project-image {
    position: relative;
    height: 112px;
    overflow: hidden;
}

.fy-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.fy-project-card:hover .fy-project-image img {
    transform: scale(1.06);
}

.fy-project-image span {
    position: absolute;
    left: 14px;
    top: 14px;
    padding: 6px 13px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--fy-blue), #677dff);
    font-size: 11px;
    font-weight: 900;
}

.fy-project-card > div:last-child {
    padding: 13px 20px 14px;
}

.fy-project-card p {
    font-size: 11px;
    line-height: 1.5;
}

.fy-cta-section {
    padding-top: 38px;
    padding-bottom: 36px;
}

.fy-cta {
    display: grid;
    grid-template-columns: 0.86fr 1fr 240px;
    gap: 34px;
    align-items: center;
    padding: 24px 42px;
    min-height: 210px;
    border-radius: 15px;
    background:
        radial-gradient(circle at 9% 32%, rgba(52, 77, 255, 0.09), transparent 28%),
        linear-gradient(105deg, #f6f8ff 0%, #eef2ff 100%);
    border: 1px solid rgba(31, 45, 98, 0.08);
    box-shadow: 0 18px 38px rgba(31, 45, 98, 0.08);
}

.fy-greenhouse-model svg {
    width: 100%;
    height: auto;
    color: #a8b6d4;
}

.fy-greenhouse-model .model-shadow {
    fill: rgba(75, 91, 145, 0.12);
    stroke: none;
}

.fy-greenhouse-model .model-base {
    fill: #f7f9ff;
    stroke: #aebbd6;
    stroke-width: 2;
}

.fy-greenhouse-model .model-roof,
.fy-greenhouse-model .model-face,
.fy-greenhouse-model .model-side {
    fill: url(#glass);
    fill-opacity: 0.72;
    stroke: #9fb0ce;
    stroke-width: 2;
}

.fy-greenhouse-model .model-line {
    fill: none;
    stroke: #9fb0ce;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.fy-greenhouse-model .model-plants path {
    fill: url(#plant);
    stroke: none;
    opacity: 0.9;
}

.fy-cta-copy h2 {
    text-align: left;
    font-size: clamp(28px, 2.2vw, 40px);
}

.fy-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.fy-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--fy-blue);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(52, 77, 255, 0.22);
    font-size: 12px;
    font-weight: 800;
}

.fy-badges span::before {
    content: "✓";
    margin-right: 7px;
}

.fy-cta-actions {
    display: grid;
    gap: 14px;
}

.fy-cta-actions .fy-btn {
    width: 100%;
    justify-content: space-between;
}

.fy-footer {
    width: var(--fy-container);
    margin: 10px auto 0;
    padding: 8px 0 22px;
}

.fy-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr);
    gap: 74px;
    padding-top: 10px;
}

.fy-footer h3 {
    margin: 0 0 18px;
    color: #1a2130;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.fy-footer a {
    display: block;
    margin-top: 10px;
    color: #5f6676;
    font-size: 12px;
    font-weight: 700;
}

.fy-footer .fy-brand {
    min-width: 0;
}

.fy-footer .fy-brand-text {
    font-size: 20px;
}

.fy-footer .fy-logo-mark {
    width: 26px;
    height: 26px;
}

.fy-footer .fy-logo-mark svg {
    width: 21px;
    height: 21px;
}

.fy-footer-brand p {
    max-width: 270px;
    margin-top: 18px;
}

.fy-socials {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.fy-socials span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #121722;
    opacity: 0.9;
}

.fy-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 32px;
    padding-top: 16px;
    color: #6d7380;
    border-top: 1px solid rgba(31, 45, 98, 0.1);
    font-size: 12px;
    font-weight: 700;
}

.fy-footer-bottom > span:last-child {
    display: flex;
    gap: 40px;
}

.fy-footer-bottom a {
    display: inline;
    margin: 0;
}

.trade-home .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.trade-home .reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}

.trade-home [data-delay="1"] {
    transition-delay: 0.08s;
}

.trade-home [data-delay="2"] {
    transition-delay: 0.16s;
}

.trade-home [data-delay="3"] {
    transition-delay: 0.24s;
}

.trade-home [data-delay="4"] {
    transition-delay: 0.32s;
}

@media (max-width: 1420px) {
    .trade-home {
        --fy-container: min(1240px, calc(100vw - 64px));
    }

    .fy-links {
        gap: clamp(18px, 2vw, 34px);
    }

    .fy-brand {
        min-width: 205px;
    }

    .fy-hero-float {
        right: 0;
        width: min(660px, 54vw);
    }

    .fy-stats article {
        padding: 24px 30px;
    }

    .fy-product-grid,
    .fy-solution-grid {
        gap: 22px;
    }

    .fy-why-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .trade-home {
        --fy-container: min(900px, calc(100vw - 40px));
    }

    .fy-links {
        position: absolute;
        left: 20px;
        right: 20px;
        top: calc(100% + 10px);
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0 20px 44px rgba(31, 45, 98, 0.16);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 0.25s ease, transform 0.25s ease;
    }

    .menu-open .fy-links {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .fy-nav {
        position: relative;
    }

    .fy-actions {
        min-width: auto;
        margin-left: auto;
    }

    .fy-hero {
        min-height: auto;
        margin-top: -76px;
    }

    .fy-hero-media {
        position: relative;
        width: 100%;
        min-width: 0;
        height: 360px;
        margin-top: 30px;
        border-radius: 26px;
    }

    .fy-hero-wash {
        background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.55) 70%, #fff);
    }

    .fy-hero-inner {
        min-height: auto;
        padding-top: 132px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
    }

    .fy-hero-copy {
        width: 100%;
        max-width: 690px;
    }

    .fy-hero-float {
        position: static;
        width: 100%;
        margin-top: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fy-stats {
        margin-top: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fy-stats article:nth-child(3)::before {
        display: none;
    }

    .fy-product-grid,
    .fy-solution-grid,
    .fy-project-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fy-cert-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fy-cert-strip article + article::before {
        display: none;
    }

    .fy-process {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 22px;
    }

    .fy-process article:nth-child(5)::before {
        display: none;
    }

    .fy-cta {
        grid-template-columns: 1fr;
    }

    .fy-greenhouse-model {
        max-width: 580px;
    }

    .fy-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px;
    }
}

@media (max-width: 720px) {
    .trade-home {
        --fy-container: calc(100vw - 28px);
    }

    .fy-header {
        padding-top: 14px;
    }

    .fy-header.scrolled .fy-nav,
    .fy-nav {
        width: calc(100vw - 28px);
        max-width: calc(100vw - 28px);
        min-height: 54px;
        padding: 0 4px;
    }

    .fy-brand {
        min-width: 0;
        gap: 8px;
    }

    .fy-actions {
        position: absolute;
        right: 0;
        top: 8px;
    }

    .fy-menu {
        display: inline-flex !important;
        position: fixed;
        right: 18px;
        top: 22px;
        z-index: 1002;
        background: #fff !important;
        box-shadow: 0 8px 22px rgba(31, 45, 98, 0.14), inset 0 0 0 1px rgba(31, 45, 98, 0.1) !important;
    }

    .fy-menu::before,
    .fy-menu::after,
    .fy-menu span {
        display: block !important;
        background: #111520 !important;
    }

    .fy-logo-mark {
        width: 29px;
        height: 29px;
    }

    .fy-brand-text {
        font-size: 18px;
    }

    .fy-lang {
        display: none;
    }

    .fy-hero {
        margin-top: -68px;
    }

    .fy-hero-inner {
        padding-top: 106px;
    }

    .fy-hero h1 {
        max-width: 100%;
        font-size: clamp(28px, 7.8vw, 31px);
        letter-spacing: -0.055em;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .fy-hero-sub {
        max-width: 310px;
        font-size: 14px;
        white-space: normal;
        overflow-wrap: break-word;
    }

    .fy-hero-copy,
    .fy-actions-row,
    .fy-hero-sub,
    .fy-hero-desc {
        width: min(310px, calc(100vw - 56px));
        max-width: min(310px, calc(100vw - 56px));
    }

    .fy-hero-desc {
        font-size: 13px;
    }

    .fy-actions-row {
        flex-direction: column;
    }

    .fy-btn {
        width: 100%;
        justify-content: space-between;
    }

    .fy-hero-media {
        height: 300px;
    }

    .fy-hero-float,
    .fy-stats,
    .fy-product-grid,
    .fy-solution-grid,
    .fy-why-grid,
    .fy-cert-strip,
    .fy-process,
    .fy-project-grid,
    .fy-footer-grid {
        grid-template-columns: 1fr;
    }

    .fy-hero-float article + article,
    .fy-stats article + article {
        border-left: 0;
    }

    .fy-stats article + article::before {
        left: 22px;
        right: 22px;
        top: 0;
        bottom: auto;
        width: auto;
        height: 1px;
    }

    .fy-section {
        padding: 28px 0;
    }

    .fy-section-title {
        margin-bottom: 28px;
    }

    .fy-product-card img,
    .fy-solution-card img {
        height: 180px;
    }

    .fy-process article + article::before {
        content: "↓";
        left: 50%;
        top: -18px;
        transform: translateX(-50%);
    }

    .fy-project-head {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .fy-project-head h2 {
        text-align: left;
    }

    .fy-mini-btn {
        position: static;
    }

    .fy-cta {
        padding: 22px;
    }

    .fy-cta-copy h2 {
        font-size: 30px;
    }

    .fy-footer-bottom {
        flex-direction: column;
    }
}

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

    .trade-home .reveal {
        opacity: 1;
        transform: none;
    }
}
