@media (max-width: 1280px) {
  :root {
    --gutter: 36px;
  }

  .desktop-nav {
    gap: 24px;
  }

  .nav-links {
    gap: 18px;
  }

  .hero h1 {
    font-size: 108px;
  }

  .section {
    padding-block: 150px;
  }

  .business-heading h2,
  .manufacturing-intro h2,
  .projects-heading h2,
  .contact-main h2 {
    font-size: 92px;
  }

  .process-heading h2,
  .quality-heading h2 {
    font-size: 74px;
  }

  .business-flow {
    gap: 170px;
  }

  .process-stage {
    gap: 50px;
  }

  .process-visual {
    min-height: 560px;
  }

  .manufacturing-intro {
    gap: 70px;
  }
}

@media (max-width: 1100px) {
  :root {
    --header-height: 70px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .section {
    padding-block: 132px;
  }

  .hero-topline {
    top: 104px;
  }

  .hero h1 {
    font-size: 94px;
  }

  .hero-korean {
    right: 6%;
    font-size: 22px;
  }

  .about-statement h2 {
    font-size: 56px;
  }

  .business-heading,
  .process-heading,
  .projects-heading,
  .quality-heading {
    margin-bottom: 120px;
  }

  .business-heading h2,
  .manufacturing-intro h2,
  .projects-heading h2,
  .contact-main h2 {
    font-size: 82px;
  }

  .process-heading h2,
  .quality-heading h2 {
    font-size: 66px;
  }

  .business-flow {
    gap: 150px;
  }

  .business-copy h3 {
    font-size: 27px;
  }

  .process-stage {
    grid-template-columns: minmax(0, 0.85fr) minmax(380px, 1.15fr);
  }

  .process-step {
    grid-template-columns: 54px 1fr;
    min-height: 270px;
  }

  .process-step h3 {
    font-size: 36px;
  }

  .manufacturing-intro > p {
    font-size: 24px;
  }

  .quality-list article {
    grid-template-columns: 72px minmax(220px, 1fr) minmax(200px, 0.75fr);
  }
}

@media (max-width: 860px) {
  .hero {
    height: calc(100svh - 20px);
    min-height: 680px;
  }

  .hero-topline {
    top: 94px;
  }

  .hero h1 {
    top: 45%;
    font-size: 76px;
  }

  .hero-korean {
    right: var(--gutter);
    bottom: 15%;
    font-size: 19px;
  }

  .section {
    padding-block: 110px;
  }

  .editorial-label {
    margin-bottom: 58px;
  }

  .about-statement {
    margin-left: 0;
  }

  .about-statement h2 {
    font-size: 47px;
  }

  .about-narrative {
    margin-top: 92px;
    margin-right: 0;
  }

  .company-facts {
    margin-top: 110px;
  }

  .company-facts dd {
    font-size: 26px;
  }

  .company-facts div:nth-child(2) dd {
    font-size: 18px;
  }

  .business-heading,
  .process-heading,
  .quality-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 62px;
  }

  .business-heading h2,
  .process-heading h2,
  .quality-heading h2 {
    margin-left: 26%;
  }

  .business-heading h2,
  .manufacturing-intro h2,
  .projects-heading h2,
  .contact-main h2 {
    font-size: 72px;
  }

  .process-heading h2,
  .quality-heading h2 {
    font-size: 60px;
  }

  .business-item-right .business-key,
  .business-item-right .business-copy {
    grid-column: 1 / 5;
  }

  .business-item-right .business-visual {
    grid-column: 5 / 13;
  }

  .business-item-left .business-key,
  .business-item-left .business-copy {
    grid-column: 9 / 13;
  }

  .business-item-left .business-visual {
    grid-column: 1 / 8;
  }

  .business-copy p {
    font-size: 14px;
  }

  .brand-statement,
  .brand-statement-inner {
    min-height: 760px;
  }

  .brand-statement h2 {
    font-size: 76px;
  }

  .brand-copy {
    bottom: 72px;
    font-size: 15px;
  }

  .brand-mark {
    bottom: 72px;
  }

  .process-stage {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .process-visual {
    position: relative;
    top: auto;
    z-index: 2;
    order: -1;
    width: 100%;
    height: 46svh;
    min-height: 360px;
    max-height: 480px;
    margin-bottom: 38px;
  }

  .process-step {
    min-height: 260px;
  }

  .manufacturing-intro,
  .contact-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 70px;
  }

  .manufacturing-intro {
    margin-bottom: 110px;
  }

  .manufacturing-intro > p,
  .contact-main > p {
    max-width: 420px;
    margin-left: auto;
  }

  .manufacturing-visual {
    height: 76svh;
    min-height: 620px;
  }

  .manufacturing-steps {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 22px;
  }

  .projects-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 52px;
  }

  .projects-heading .editorial-label {
    grid-column: 1;
  }

  .projects-heading > p {
    justify-self: start;
    margin: 0 0 0 28%;
  }

  .project-item-right {
    width: 70%;
    margin-top: 140px;
  }

  .project-item-left {
    width: 62%;
    margin-top: 140px;
  }

  .quality-list article {
    grid-template-columns: 60px 1fr auto;
  }

  .quality-list h3 {
    font-size: 34px;
  }

  .source-row,
  .footer-meta {
    flex-direction: column;
  }

  .contact {
    padding-block: 120px;
  }

  .contact-call {
    margin-top: 110px;
  }

  .contact-call strong {
    font-size: 48px;
  }

  .contact-meta {
    grid-template-columns: 1fr;
  }

  .contact-meta div,
  .contact-meta div:not(:first-child) {
    min-height: 0;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(245, 244, 239, 0.18);
  }
}

@media (max-width: 560px) {
  :root {
    --gutter: 20px;
    --header-height: 68px;
  }

  body {
    font-size: 15px;
  }

  .wordmark {
    font-size: 16px;
  }

  .mobile-menu {
    overflow-y: auto;
    padding-top: 84px;
    padding-bottom: 24px;
  }

  .mobile-menu nav a {
    grid-template-columns: 38px 1fr;
    padding: 11px 0;
    font-size: 21px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-picture img,
  .hero-video {
    object-position: 58% center;
  }

  .hero-topline {
    top: 90px;
    right: 20px;
    left: 20px;
    font-size: 9px;
  }

  .hero-topline span:last-child {
    display: none;
  }

  .hero h1 {
    top: 42%;
    left: 20px;
    font-size: 52px;
  }

  .hero-korean {
    right: 20px;
    bottom: 16%;
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-footer {
    bottom: 22px;
  }

  .section {
    padding-block: 88px;
  }

  .editorial-label {
    grid-template-columns: 46px 1fr;
    margin-bottom: 46px;
  }

  .about-statement h2 {
    font-size: 35px;
  }

  .about-narrative {
    margin-top: 68px;
    font-size: 16px;
  }

  .company-facts {
    grid-template-columns: 1fr;
    margin-top: 80px;
  }

  .company-facts div,
  .company-facts div:not(:first-child) {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .company-facts dd,
  .company-facts div:nth-child(2) dd {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .business {
    padding-top: 88px;
  }

  .business-heading,
  .process-heading,
  .projects-heading,
  .quality-heading {
    margin-bottom: 86px;
  }

  .business-heading h2,
  .process-heading h2,
  .quality-heading h2 {
    margin-left: 0;
  }

  .business-heading h2,
  .manufacturing-intro h2,
  .projects-heading h2,
  .contact-main h2 {
    font-size: 54px;
    min-width: 0;
    max-width: 100%;
  }

  .manufacturing-intro h2 {
    font-size: 40px;
  }

  .process-heading h2,
  .quality-heading h2 {
    font-size: 49px;
    min-width: 0;
    max-width: 100%;
  }

  .business-flow {
    gap: 108px;
  }

  .business-item {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .business-item .business-key,
  .business-item .business-visual,
  .business-item .business-copy {
    width: 100%;
  }

  .business-visual img {
    transform: none;
  }

  .business-item-left .business-key {
    order: 0;
  }

  .business-item-left .business-visual {
    order: 1;
  }

  .business-item-left .business-copy {
    order: 2;
  }

  .business-visual-portrait {
    width: 78% !important;
    margin-right: 0;
    margin-left: auto;
  }

  .business-visual-compact {
    width: 84% !important;
  }

  .business-copy h3 {
    font-size: 25px;
  }

  .brand-statement,
  .brand-statement-inner {
    min-height: 650px;
  }

  .brand-overline {
    top: 64px;
    left: 20px;
  }

  .brand-statement h2 {
    font-size: 44px;
  }

  .brand-copy {
    bottom: 64px;
    left: 20px;
    font-size: 13px;
  }

  .brand-mark {
    right: 20px;
    bottom: 64px;
  }

  .brand-mark strong {
    font-size: 38px;
  }

  .process-visual {
    top: auto;
    height: 38svh;
    min-height: 280px;
    max-height: 340px;
  }

  .process-step {
    grid-template-columns: 46px 1fr;
    min-height: 240px;
    padding-top: 24px;
  }

  .process-step h3 {
    font-size: 30px;
  }

  .manufacturing-intro {
    gap: 50px;
    margin-bottom: 82px;
  }

  .manufacturing-intro > p,
  .contact-main > p {
    margin-left: 0;
    font-size: 20px;
  }

  .manufacturing-visual {
    height: 68svh;
    min-height: 560px;
  }

  .manufacturing-visual img {
    object-position: 54% center;
  }

  .manufacturing-steps {
    grid-template-columns: repeat(2, 1fr);
    bottom: 22px;
  }

  .projects-heading {
    gap: 36px;
  }

  .projects-heading > p {
    margin-left: 0;
    font-size: 15px;
  }

  .project-item-right,
  .project-item-left {
    width: 100%;
    margin-top: 100px;
  }

  .project-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .project-meta h3 {
    font-size: 25px;
  }

  .project-meta p {
    text-align: left;
  }

  .project-disclaimer {
    margin-top: 100px;
  }

  .quality-list article {
    grid-template-columns: 42px 1fr;
    gap: 8px 14px;
    min-height: 122px;
    padding: 20px 0;
  }

  .quality-list h3 {
    font-size: 29px;
  }

  .quality-list p {
    grid-column: 2;
    justify-self: start;
    font-size: 13px;
  }

  .source-row > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact {
    padding-block: 96px 88px;
  }

  .contact-main {
    gap: 48px;
  }

  .contact-call {
    margin-top: 86px;
  }

  .contact-call strong {
    font-size: 30px;
  }

  .footer-main {
    grid-template-columns: 1fr auto;
    min-height: 130px;
  }

  .footer-main p {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-video {
    display: none;
  }
}

@media (max-width: 360px) {
  .process-heading h2 {
    font-size: 37px;
  }
}
