@media (max-width: 1200px) {
  :root {
    --container-width: 1040px;
  }
}

@media (max-width: 992px) {
  .about__layout,
  .values__grid,
  .benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process__layout,
  .market__layout,
  .contact__layout,
  .footer__layout {
    grid-template-columns: 1fr;
  }

  .process__layout {
    gap: 1.25rem;
  }

  .process__media {
    justify-content: flex-start;
  }

  .process__media-card--square {
    width: 150px;
  }

  .market__chart {
    min-height: 100px;
  }

  .market__visual img {
    aspect-ratio: 3 / 2;
  }

  .market__list {
    column-gap: 1.2rem;
  }

  .benefits__hero-image {
    width: 140px;
    height: 140px;
  }

  .benefit-item h3 {
    font-size: 1.55rem;
  }

  .products__grid--editorial,
  .products__grid--reversed {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "feature secondary";
  }

  .products__grid--reversed {
    grid-template-areas: "secondary feature";
  }

  .product-card--feature .product-card__body {
    margin-top: -130px;
  }

  .product-card h3 {
    font-size: 1.1rem;
  }

  .product-card__media {
    min-height: 180px;
  }

  .product-card--feature .product-card__media {
    min-height: 250px;
  }

  .about__layout {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .about__visual {
    min-height: 420px;
    margin-left: 0;
    overflow: hidden;
  }

  .about__badge {
    left: 0.6rem;
    bottom: 0.6rem;
    min-width: 170px;
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
  }

  .about__badge small {
    font-size: 0.7rem;
  }

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

  .stat-card {
    padding: 1rem 0.8rem;
  }

  .stat-card__icon {
    width: 46px;
    height: 46px;
  }

  .stat-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .about {
    padding-top: 5.6rem;
    padding-bottom: 5rem;
  }

  .values .section__heading {
    margin-bottom: 1.6rem;
  }

  .value-card {
    padding: 1.1rem 1rem;
  }

  .value-card p {
    line-height: 1.62;
  }

  .contact__layout {
    border-radius: 20px;
  }

  .contact__info {
    padding: 1.55rem 1.25rem;
  }

  .contact__form {
    padding: 1.25rem 1.2rem;
  }

  .contact__info h2 {
    font-size: 2rem;
  }

  .contact__item strong {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header,
  .hero,
  .hero__bg,
  .hero__overlay {
    width: 100dvw;
    max-width: 100dvw;
  }

  .container {
    width: 100%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    padding: 4.5rem 0;
  }

  .nav__toggle {
    width: 44px;
    height: 44px;
    border: 0;
    background: rgba(31, 94, 44, 0.1);
    border-radius: 10px;
    display: grid;
    place-content: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
    z-index: 110;
    transition: background 0.25s ease;
  }

  .nav__toggle-line {
    display: block;
    width: 18px;
    height: 2px;
    background: #1f5e2c;
    transition: transform 0.28s ease, opacity 0.2s ease, background 0.2s ease;
  }

  .nav__toggle[aria-expanded="true"] {
    position: fixed;
    top: 14px;
    right: 1rem;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(2px);
  }

  .nav__toggle[aria-expanded="true"] .nav__toggle-line {
    background: #ffffff;
  }

  .nav__toggle[aria-expanded="true"] .nav__toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav__toggle[aria-expanded="true"] .nav__toggle-line:nth-child(2) {
    opacity: 0;
  }

  .nav__toggle[aria-expanded="true"] .nav__toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav__brand {
    gap: 0.35rem;
    min-width: 0;
  }

  .nav__brand-icon {
    width: 30px;
    height: 30px;
  }

  .nav__brand-label {
    gap: 0.22rem;
    min-width: 0;
    white-space: nowrap;
  }

  .nav__brand-logo {
    font-size: 1.02rem;
    letter-spacing: 0.04em;
  }

  .nav__brand-text {
    font-size: 0.9rem;
    letter-spacing: 0.12em;
  }

  .nav__menu {
    position: fixed;
    inset: 0;
    width: 100dvw;
    height: 100dvh;
    margin: 0;
    padding: 6.9rem 1.25rem 2.25rem;
    background: linear-gradient(180deg, rgba(31, 94, 44, 0.97) 0%, rgba(21, 68, 33, 0.98) 100%);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1.05rem;
    text-align: center;
    opacity: 0;
    transform: translateY(-100%);
    pointer-events: none;
    visibility: hidden;
    transition: transform 0.42s cubic-bezier(0.22, 0.7, 0.2, 1), opacity 0.32s ease;
    z-index: 95;
  }

  .nav__menu.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
  }

  .nav__link {
    color: #f5fff6;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0.35rem 0;
  }

  .nav__link::after {
    bottom: -0.25rem;
    background: #a5d6a7;
  }

  .nav__cta {
    margin-top: 0.45rem;
    font-size: 1rem;
    padding: 0.72rem 1.2rem;
    background: #ffffff;
    color: #1f5e2c;
  }

  .hero__actions {
    flex-direction: column;
    align-items: center;
  }

  .about__copy .section__heading,
  .about__copy .section__heading p,
  .about__copy .section__heading h2,
  .about__eyebrow {
    text-align: center;
  }

  .about__copy .section__heading p {
    margin-left: auto;
    margin-right: auto;
  }

  .about__visual {
    overflow: hidden;
  }

  .products__grid--editorial,
  .products__grid--reversed {
    grid-template-columns: 1fr;
    grid-template-areas:
      "feature"
      "secondary";
  }

  .product-card--feature .product-card__body {
    margin-top: -108px;
  }

  .product-split {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .products__story {
    padding: 1rem 1rem;
  }

  .products__story h3 {
    font-size: 1.08rem;
  }

  .products__story h4 {
    font-size: 0.92rem;
    padding-left: 0.45rem;
  }

  .products__story-media {
    float: none;
    margin: 0 0 0.7rem 0;
  }

  .products__story-media--poster {
    width: min(100%, 210px);
  }

  .products__story p,
  .products__story li {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .process__media {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
  }

  .process__media-card--square {
    width: 100%;
    max-width: 210px;
    align-self: center;
  }

  .process__step-text h3 {
    font-size: 0.95rem;
  }

  .process__step-text p {
    font-size: 0.84rem;
  }

  .benefits__grid {
    margin-top: 1.4rem;
  }

  .market__list {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }

  .market__dot--one {
    left: 23.2%;
    top: 54.8%;
  }

  .market__dot--two {
    left: 45.0009%;
    top: 44.0553%;
  }

  .market__dot--three {
    left: 66.1%;
    top: 38.2217%;
  }

  .contact__layout {
    border-radius: 16px;
  }

  .contact__info h2 {
    font-size: 1.7rem;
  }

  .contact__item strong {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .container {
    width: 100%;
    max-width: none;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .nav__brand-icon {
    width: 24px;
    height: 24px;
    display: none;

  }

  .nav__brand-logo {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }

  .nav__brand-text {
    font-size: 1.6rem;
    letter-spacing: 0.12em;
  }

  .about__stats,
  .values__grid,
  .benefits__grid {
    grid-template-columns: 1fr;
  }

  .about__copy .section__heading h2 {
    font-size: 1.8rem;
  }

  .about__copy .section__heading p {
    font-size: 0.94rem;
    line-height: 1.58;
  }

  .about__visual {
    min-height: 320px;
    margin-left: 0;
  }

  .about__badge {
    left: 0.5rem;
    bottom: 0.5rem;
    min-width: 160px;
    padding: 0.8rem 0.9rem;
    font-size: 0.82rem;
  }

  .about__badge small {
    font-size: 0.66rem;
  }

  .hero__title {
    font-size: 1.86rem;
  }

  .hero__subtitle {
    font-size: 0.84rem;
  }

  .hero__subline {
    font-size: 0.7rem;
    letter-spacing: 0.11em;
  }

  .hero {
    min-height: 84vh;
  }

  .about__stats,
  .values__grid,
  .benefits__grid {
    gap: 0.55rem;
  }

  .stat-card {
    padding: 0.9rem 0.75rem;
    border-radius: 14px;
  }

  .stat-card h3 {
    font-size: 1.65rem;
  }

  .stat-card p {
    font-size: 0.76rem;
  }

  .process__title {
    font-size: 1.55rem;
  }

  .process__step {
    gap: 0.55rem;
  }

  .process__step-num {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.68rem;
  }

  .market__content h2 {
    font-size: 1.75rem;
  }

  .market__content p {
    font-size: 0.88rem;
    line-height: 1.52;
  }

  .market__dot--one {
    top: 59.1% !important;
  }

  .market__dot--two {
    top: 49.8% !important;
    left: 45.0009% !important;
  }

  .market__dot--three {
    top: 42.3% !important;
  }

  .benefits__hero-image {
    width: 122px;
    height: 122px;
    margin-top: 1rem;
  }

  .benefit-item h3 {
    font-size: 1.35rem;
  }

  .benefit-item p {
    font-size: 0.8rem;
  }

  .product-card__meta {
    gap: 0.3rem;
  }

  .product-card__meta li {
    font-size: 0.64rem;
  }

  .values .section__heading h2 {
    font-size: 1.7rem;
  }

  .value-card h3 {
    font-size: 1.02rem;
  }

  .value-card p {
    font-size: 0.9rem;
  }

  .contact__info {
    padding: 1.2rem 1rem;
  }

  .contact__form {
    padding: 1rem;
  }

  .contact__intro {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }

  .scroll-top {
    right: 0.85rem;
    bottom: 2.95rem;
    width: 52px;
    height: 52px;
    font-size: 1.05rem;
  }

  .quick-contact {
    right: 0.85rem;
    bottom: 7.35rem;
  }

  .quick-contact__toggle {
    width: 52px;
    height: 52px;
    font-size: 1.12rem;
  }

  .quick-contact__links {
    min-width: 208px;
    bottom: 60px;
  }

  .quick-contact__link {
    font-size: 0.8rem;
  }
}
