@media (min-width: 701px) {
  :root {
    --tn-green: #284f24;
    --tn-green-deep: #102d22;
    --tn-green-dark: #091d17;
    --tn-red: #a9362a;
    --tn-brown: #6b4527;
    --tn-gold: #c69a47;
    --tn-cream: #f6f0e3;
    --tn-cream-2: #ebe0cb;
    --tn-charcoal: #171b18;
    --tn-muted: #6e756e;
    --tn-line: rgba(40, 79, 36, 0.16);
    --tn-serif: "DM Serif Display", Georgia, serif;
    --tn-sans: "Manrope", Arial, sans-serif;
  }

  html {
    scroll-padding-top: 94px;
  }

  body {
    overflow-x: hidden;
  }

  .tn-home,
  .tn-home * {
    box-sizing: border-box;
  }

  .tn-home {
    color: var(--tn-charcoal);
    background: var(--tn-cream);
    font-family: var(--tn-sans);
    font-size: 16px;
    line-height: 1.65;
    overflow: hidden;
  }

  .tn-home a {
    text-decoration: none;
  }

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

  .tn-shell {
    width: min(92vw, 1440px);
    margin: 0 auto;
  }

  .tn-section {
    position: relative;
    padding: clamp(92px, 8.5vw, 148px) 0;
  }

  .tn-kicker,
  .tn-eyebrow {
    margin: 0 0 18px;
    color: var(--tn-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .tn-section-head {
    max-width: 850px;
    margin-bottom: 52px;
  }

  .tn-section-head--split {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .7fr);
    align-items: end;
    gap: clamp(40px, 7vw, 110px);
    max-width: none;
  }

  .tn-section-head--center {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .tn-section-head h2 {
    max-width: 900px;
    margin: 0;
    color: var(--tn-green-deep);
    font-family: var(--tn-serif);
    font-size: clamp(44px, 4.25vw, 72px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .98;
  }

  .tn-section-head > p,
  .tn-section-head--split > p {
    margin: 22px 0 0;
    color: var(--tn-muted);
    font-size: 16px;
    line-height: 1.75;
  }

  .tn-section-head--split > p {
    margin: 0;
    padding-left: 28px;
    border-left: 1px solid var(--tn-line);
  }

  .tn-section-head--light h2,
  .tn-section-head--light > p,
  .tn-section-head--light .tn-kicker {
    color: #fff;
  }

  .tn-section-head--light > p,
  .tn-section-head--light.tn-section-head--split > p {
    color: rgba(255,255,255,.68);
    border-left-color: rgba(255,255,255,.18);
  }

  .tn-button {
    min-height: 56px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-family: var(--tn-sans);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
    transition: transform .3s ease, background-color .3s ease, border-color .3s ease, color .3s ease;
  }

  .tn-button i {
    font-size: 18px;
  }

  .tn-button:hover {
    transform: translateY(-3px);
  }

  .tn-button--primary {
    color: #fff;
    background: var(--tn-red);
    box-shadow: 0 16px 40px rgba(132, 40, 31, .27);
  }

  .tn-button--primary:hover {
    color: #fff;
    background: #c34839;
  }

  .tn-button--ghost {
    color: #fff;
    background: rgba(255,255,255,.04);
    border-color: rgba(255,255,255,.45);
    backdrop-filter: blur(10px);
  }

  .tn-button--ghost:hover {
    color: var(--tn-green-deep);
    background: #fff;
    border-color: #fff;
  }

  .tn-button--cream {
    color: var(--tn-green-deep);
    background: var(--tn-cream);
  }

  .tn-hero {
    position: relative;
    min-height: 700px;
    height: 100svh;
    display: flex;
    align-items: center;
    isolation: isolate;
    color: #fff;
    background: var(--tn-green-dark);
  }

  .tn-hero__image,
  .tn-hero__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .tn-hero__image {
    z-index: -3;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.005);
  }

  .tn-hero__veil {
    z-index: -2;
    background:
      linear-gradient(90deg, rgba(5,20,15,.94) 0%, rgba(5,20,15,.76) 34%, rgba(5,20,15,.18) 69%, rgba(5,20,15,.08) 100%),
      linear-gradient(0deg, rgba(5,18,14,.62) 0%, transparent 36%);
  }

  .tn-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: radial-gradient(circle at 28% 48%, rgba(198,154,71,.16), transparent 33%);
    pointer-events: none;
  }

  .tn-hero__content {
    position: relative;
    padding-top: 138px;
    padding-bottom: 34px;
  }

  .tn-hero__content::before {
    content: "";
    position: absolute;
    top: 82px;
    left: -25px;
    width: 1px;
    height: 280px;
    background: linear-gradient(var(--tn-gold), transparent);
  }

  .tn-eyebrow {
    margin-bottom: 26px;
    color: #edd3a0;
  }

  .tn-hero h1 {
    max-width: 930px;
    margin: 0;
    color: #fff;
    font-family: var(--tn-serif);
    font-size: clamp(64px, 5.1vw, 96px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .89;
    text-wrap: balance;
    text-shadow: 0 18px 45px rgba(0,0,0,.22);
  }

  .tn-hero__summary {
    max-width: 700px;
    margin: 28px 0 0;
    color: rgba(255,255,255,.78);
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.75;
  }

  .tn-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
  }

  .tn-hero__proof {
    max-width: 820px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: clamp(46px, 8vh, 86px);
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.2);
  }

  .tn-hero__proof span {
    color: rgba(255,255,255,.8);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .tn-hero__proof strong {
    display: block;
    margin-bottom: 7px;
    color: var(--tn-gold);
    font-family: var(--tn-serif);
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .tn-hero__scroll {
    position: absolute;
    right: 3.8vw;
    bottom: 58px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255,255,255,.74);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    transform: rotate(90deg);
    transform-origin: right center;
  }

  .tn-hero__scroll span {
    width: 62px;
    height: 1px;
    display: block;
    background: linear-gradient(90deg, var(--tn-gold), rgba(255,255,255,.18));
  }

  .tn-home + * {
    font-family: var(--tn-sans);
  }

  .tn-categories {
    background:
      radial-gradient(circle at 90% 6%, rgba(198,154,71,.13), transparent 26%),
      var(--tn-cream);
  }

  .tn-categories::before {
    content: "PRODUCTS";
    position: absolute;
    top: 55px;
    right: -10px;
    color: rgba(40,79,36,.035);
    font-family: var(--tn-serif);
    font-size: clamp(100px, 15vw, 240px);
    line-height: 1;
    pointer-events: none;
  }

  .tn-capability-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 48px;
    border-top: 1px solid var(--tn-line);
    border-bottom: 1px solid var(--tn-line);
  }

  .tn-capability-list span {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: var(--tn-green-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    border-right: 1px solid var(--tn-line);
  }

  .tn-capability-list span:last-child {
    border-right: 0;
  }

  .tn-capability-list i {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    color: var(--tn-red);
    font-size: 20px;
    border: 1px solid rgba(169,54,42,.25);
    border-radius: 50%;
  }

  .tn-category-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .tn-category-card {
    min-width: 0;
    display: block;
    color: var(--tn-charcoal);
  }

  .tn-category-card__media {
    position: relative;
    aspect-ratio: 1 / .82;
    display: block;
    overflow: hidden;
    background: #e8dfcd;
    border-radius: 2px;
  }

  .tn-category-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(10,30,23,.16), transparent 55%);
    opacity: 0;
    transition: opacity .35s ease;
  }

  .tn-category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2,.8,.2,1);
  }

  .tn-category-card__arrow {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 12px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--tn-red);
    border-radius: 50%;
    opacity: 0;
    transform: translateY(9px);
    transition: opacity .3s ease, transform .3s ease;
  }

  .tn-category-card__body {
    min-height: 62px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-top: 14px;
  }

  .tn-category-card__body strong {
    max-width: 75%;
    color: var(--tn-green-deep);
    font-family: var(--tn-serif);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.15;
  }

  .tn-category-card__body small {
    flex: none;
    color: var(--tn-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .03em;
    white-space: nowrap;
  }

  .tn-category-card:hover img {
    transform: scale(1.06);
  }

  .tn-category-card:hover .tn-category-card__media::after,
  .tn-category-card:hover .tn-category-card__arrow {
    opacity: 1;
  }

  .tn-category-card:hover .tn-category-card__arrow {
    transform: translateY(0);
  }

  .tn-center-action {
    margin-top: 52px;
    text-align: center;
  }

  .tn-text-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 7px;
    color: var(--tn-green-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--tn-green);
  }

  .tn-factory {
    background:
      linear-gradient(135deg, rgba(198,154,71,.07), transparent 30%),
      var(--tn-green-dark);
  }

  .tn-factory::after {
    content: "";
    position: absolute;
    top: 0;
    right: 7vw;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.06);
  }

  .tn-factory-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(235px, 1fr));
    gap: 12px;
  }

  .tn-factory-card {
    position: relative;
    grid-column: span 3;
    min-width: 0;
    min-height: 235px;
    margin: 0;
    overflow: hidden;
    background: #19372d;
  }

  .tn-factory-card--main {
    grid-column: span 6;
    grid-row: span 2;
  }

  .tn-factory-card:nth-child(n + 4) {
    grid-column: span 2;
  }

  .tn-factory-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .4s ease;
  }

  .tn-factory-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(4,20,15,.82), transparent 52%);
  }

  .tn-factory-card figcaption {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 18px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .tn-factory-card figcaption span {
    flex: 0 0 auto;
    color: var(--tn-gold);
    font-family: var(--tn-serif);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .tn-factory-card:hover img {
    filter: saturate(1.08);
    transform: scale(1.045);
  }

  .tn-products {
    background: #fffdf8;
  }

  .tn-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 38px 18px;
  }

  .tn-product-card {
    min-width: 0;
    background: #fff;
    border: 1px solid rgba(40,79,36,.1);
    box-shadow: 0 22px 70px rgba(25,48,34,.055);
    transition: transform .35s ease, box-shadow .35s ease;
  }

  .tn-product-card__media {
    position: relative;
    aspect-ratio: 1;
    display: block;
    overflow: hidden;
    background: #f0eadf;
  }

  .tn-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.8,.2,1);
  }

  .tn-product-card__media > span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    color: #fff;
    background: rgba(16,45,34,.94);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .3s ease, transform .3s ease;
  }

  .tn-product-card__body {
    min-height: 185px;
    display: flex;
    flex-direction: column;
    padding: 23px 22px 20px;
  }

  .tn-product-card__type {
    margin: 0 0 9px;
    color: var(--tn-red);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .tn-product-card h3 {
    min-height: 49px;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--tn-green-deep);
    font-family: var(--tn-serif);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.16;
  }

  .tn-product-card h3 a {
    color: inherit;
  }

  .tn-product-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: auto 0 0;
    padding-top: 16px;
    border-top: 1px solid var(--tn-line);
  }

  .tn-product-card__meta div {
    min-width: 0;
  }

  .tn-product-card__meta dt {
    color: var(--tn-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .tn-product-card__meta dd {
    margin: 3px 0 0;
    overflow: hidden;
    color: var(--tn-brown);
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tn-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(25,48,34,.13);
  }

  .tn-product-card:hover .tn-product-card__media img {
    transform: scale(1.05);
  }

  .tn-product-card:hover .tn-product-card__media > span {
    opacity: 1;
    transform: translateY(0);
  }

  .tn-applications {
    background: var(--tn-green-deep);
  }

  .tn-application-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .tn-application-card {
    position: relative;
    min-height: 550px;
    overflow: hidden;
    background: var(--tn-green-dark);
  }

  .tn-application-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(4,20,15,.94) 0%, rgba(4,20,15,.18) 63%, transparent 100%);
  }

  .tn-application-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2,.8,.2,1);
  }

  .tn-application-card__content {
    position: absolute;
    z-index: 2;
    right: 32px;
    bottom: 30px;
    left: 32px;
    color: #fff;
  }

  .tn-application-card__content h3 {
    margin: 0 0 10px;
    font-family: var(--tn-serif);
    font-size: clamp(27px, 2.3vw, 38px);
    font-weight: 400;
    line-height: 1.02;
  }

  .tn-application-card__content p {
    max-width: 390px;
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 13px;
    line-height: 1.65;
  }

  .tn-application-card:hover img {
    transform: scale(1.05);
  }

  .tn-custom-brief {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 16px;
    padding: 24px 28px;
    color: #fff;
    background: var(--tn-red);
  }

  .tn-custom-brief > div {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .tn-custom-brief__icon {
    width: 56px;
    height: 56px;
    flex: none;
    display: grid;
    place-items: center;
    color: var(--tn-red);
    background: var(--tn-cream);
    border-radius: 50%;
    font-size: 24px;
  }

  .tn-custom-brief p {
    margin: 0;
    font-size: 14px;
  }

  .tn-custom-brief p strong {
    display: block;
    margin-bottom: 3px;
    font-family: var(--tn-serif);
    font-size: 24px;
    font-weight: 400;
  }

  .tn-process {
    background:
      radial-gradient(circle at 50% 0%, rgba(198,154,71,.14), transparent 35%),
      var(--tn-cream);
  }

  .tn-process-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .tn-process-list::before {
    content: "";
    position: absolute;
    top: 66px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(40,79,36,.35) 8%, rgba(40,79,36,.35) 92%, transparent);
  }

  .tn-process-list li {
    position: relative;
    min-height: 290px;
    padding: 0 22px 30px;
    text-align: center;
    border-right: 1px solid var(--tn-line);
  }

  .tn-process-list li:last-child {
    border-right: 0;
  }

  .tn-process-list li > span {
    position: absolute;
    top: -2px;
    left: 17px;
    color: rgba(40,79,36,.25);
    font-family: var(--tn-serif);
    font-size: 24px;
  }

  .tn-process-list li > i {
    position: relative;
    z-index: 2;
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin: 32px auto 28px;
    color: #fff;
    background: var(--tn-green);
    border: 9px solid var(--tn-cream);
    border-radius: 50%;
    outline: 1px solid rgba(40,79,36,.22);
    font-size: 23px;
    transition: background-color .3s ease, transform .3s ease;
  }

  .tn-process-list h3 {
    min-height: 48px;
    margin: 0;
    color: var(--tn-green-deep);
    font-family: var(--tn-serif);
    font-size: 21px;
    font-weight: 400;
    line-height: 1.1;
  }

  .tn-process-list p {
    margin: 14px auto 0;
    color: var(--tn-muted);
    font-size: 12px;
    line-height: 1.65;
  }

  .tn-process-list li:hover > i {
    background: var(--tn-red);
    transform: translateY(-5px);
  }

  /* Existing customer-service sidebar: structure stays untouched. */
  #kf.container2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: clamp(86px, 7vw, 126px) 4vw !important;
    background: #fffdf8;
    font-family: var(--tn-sans) !important;
  }

  #kf .online_cont {
    width: min(92vw, 1380px) !important;
    margin: 0 auto !important;
  }

  #kf .online_cont .title {
    margin: 0 auto 54px !important;
    text-align: center !important;
  }

  #kf .online_cont .title p:first-child {
    margin: 0 0 12px !important;
    color: var(--tn-green-deep) !important;
    font-family: var(--tn-serif) !important;
    font-size: clamp(44px, 4.25vw, 68px) !important;
    font-weight: 400 !important;
    letter-spacing: -.03em !important;
    line-height: 1 !important;
    text-transform: none !important;
  }

  #kf .online_cont .title p:last-child {
    color: var(--tn-muted) !important;
    font-family: var(--tn-sans) !important;
    font-size: 15px !important;
  }

  #kf .online_cont ul {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
  }

  #kf .online_cont ul li {
    padding: 28px 15px 24px !important;
    background: var(--tn-cream) !important;
    border: 1px solid rgba(40,79,36,.1) !important;
    transition: transform .3s ease, box-shadow .3s ease !important;
  }

  #kf .online_cont ul li:hover {
    transform: translateY(-7px) !important;
    box-shadow: 0 24px 60px rgba(27,50,36,.12) !important;
  }

  #kf .online_cont ul li p:first-child {
    width: 124px !important;
    height: 124px !important;
    margin: 0 auto !important;
    border: 4px solid #fff !important;
    outline: 1px solid rgba(40,79,36,.25) !important;
    box-shadow: 0 12px 30px rgba(19,44,32,.14) !important;
  }

  #kf .online_cont ul li p:nth-child(2) {
    margin: 18px 0 14px !important;
    color: var(--tn-green-deep) !important;
    font-family: var(--tn-serif) !important;
    font-size: 22px !important;
  }

  #kf .online_cont ul li p:nth-child(3) {
    gap: 7px !important;
  }

  #kf .online_cont ul li p:nth-child(3) span {
    margin: 0 !important;
    padding: 7px 9px !important;
    background: var(--tn-green) !important;
    border-radius: 2px !important;
    font-size: 9px !important;
    letter-spacing: .05em !important;
  }

  #kf .online_cont ul li p:nth-child(3) span:nth-child(2) {
    background: var(--tn-red) !important;
  }

  .garment-header:not(.is-scrolled) {
    background: linear-gradient(180deg, rgba(4,18,14,.88), rgba(4,18,14,.43)) !important;
    border-bottom-color: rgba(255,255,255,.16) !important;
    backdrop-filter: blur(5px) !important;
  }

  .garment-header:not(.is-scrolled) .garment-nav > a,
  .garment-header:not(.is-scrolled) .dropdown-trigger {
    color: rgba(255,255,255,.9) !important;
  }

  .garment-header:not(.is-scrolled) .garment-nav > a.current,
  .garment-header:not(.is-scrolled) .garment-nav > a:hover,
  .garment-header:not(.is-scrolled) .dropdown-trigger:hover {
    color: #f0ca7d !important;
  }

  @media (max-width: 1279px) {
    .tn-category-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

    .tn-process-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 30px 0;
    }

    .tn-process-list::before {
      display: none;
    }

    .tn-process-list li:nth-child(3) {
      border-right: 0;
    }
  }

  @media (max-width: 1050px) {
    .tn-shell {
      width: min(94vw, 960px);
    }

    .tn-hero h1 {
      font-size: clamp(58px, 7vw, 74px);
    }

    .tn-section-head--split {
      grid-template-columns: 1fr;
      gap: 25px;
    }

    .tn-section-head--split > p {
      max-width: 700px;
    }

    .tn-factory-grid {
      grid-template-rows: 450px repeat(3, 250px);
    }

    .tn-factory-card--main {
      grid-column: span 12;
      grid-row: span 1;
    }

    .tn-factory-card:not(.tn-factory-card--main) {
      grid-column: span 6;
    }

    .tn-factory-card:last-child {
      grid-column: span 12;
    }

    .tn-application-card {
      min-height: 470px;
    }

    #kf .online_cont ul {
      grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
  }

  @media (max-width: 840px) {
    .tn-hero__content {
      padding-top: 92px;
    }

    .tn-hero__summary {
      max-width: 590px;
    }

    .tn-hero__proof {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .tn-category-grid,
    .tn-product-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tn-capability-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tn-capability-list span:nth-child(2) {
      border-right: 0;
    }

    .tn-application-grid {
      grid-template-columns: 1fr;
    }

    .tn-application-card {
      min-height: 500px;
    }

    .tn-custom-brief {
      align-items: flex-start;
      flex-direction: column;
    }

    .tn-process-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tn-process-list li:nth-child(3) {
      border-right: 1px solid var(--tn-line);
    }

    .tn-process-list li:nth-child(even) {
      border-right: 0;
    }

    #kf .online_cont ul {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }

  @media (max-height: 800px) and (min-width: 841px) {
    .tn-hero__content {
      padding-top: 128px;
      padding-bottom: 22px;
    }

    .tn-hero h1 {
      font-size: clamp(62px, 5vw, 78px);
    }

    .tn-hero__summary {
      margin-top: 20px;
      line-height: 1.6;
    }

    .tn-actions {
      margin-top: 25px;
    }

    .tn-hero__proof {
      margin-top: 30px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .tn-home *,
    #kf * {
      scroll-behavior: auto !important;
      transition-duration: .001ms !important;
      animation-duration: .001ms !important;
      animation-iteration-count: 1 !important;
    }
  }
}
