:root {
  --accent: #ff5a5f;
  --accentDark: #e3474d;
  --black: #111111;
  --border: #d9d9d9;
  --gray: #6b6b6b;
  --offWhite: #f6f5f2;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  background: var(--white);
  color: var(--black);
  font-family: "Helvetica Neue", "Hiragino Sans", "Yu Gothic", YuGothic, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.75;
  margin: 0;
  overflow-x: hidden;
}

body.isMenuOpen {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

dd,
dl,
dt,
h1,
h2,
h3,
p {
  margin: 0;
}

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

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

section[id] {
  scroll-margin-top: 5rem;
}

.sectionFrame {
  margin: 0 auto;
  max-width: 90rem;
  padding: 0 4.5rem;
  width: 100%;
}

.sectionSpace {
  padding: 9.5rem 0;
}

.sectionHeading {
  border-top: 1px solid var(--black);
  padding-top: 1rem;
}

.sectionHeading-label {
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0.14rem;
  line-height: 1.2;
}

.reveal {
  opacity: 0;
  transform: translateY(2.25rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.isVisible {
  opacity: 1;
  transform: translateY(0);
}

.textLink {
  align-items: center;
  border-bottom: 1px solid var(--black);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: bold;
  gap: 3.5rem;
  justify-content: space-between;
  letter-spacing: 0.04rem;
  padding: 0 0 0.65rem;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.textLink:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.siteHeader {
  color: var(--white);
  left: 0;
  padding: 0 2rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  z-index: 100;
}

.siteHeader.isScrolled {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  color: var(--black);
}

.siteHeader-inner {
  align-items: center;
  display: flex;
  height: 5.25rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 98rem;
}

.siteHeader-logo-mark {
  height: 20px;
  width: auto;
}

.siteHeader-nav {
  align-items: center;
  display: flex;
  gap: 2rem;
}

.siteHeader-navList {
  align-items: center;
  display: flex;
  gap: 1.75rem;
}

.siteHeader-navList-item a {
  font-size: 0.82rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
  position: relative;
}

.siteHeader-navList-item a::after {
  background: currentColor;
  bottom: -0.4rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
  width: 100%;
}

.siteHeader-navList-item a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.siteHeader-contact {
  align-items: center;
  background: var(--accent);
  border-radius: 2rem;
  color: var(--white);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: bold;
  height: 2.8rem;
  justify-content: center;
  padding: 0 1.4rem;
}

.siteHeader-menuButton {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
  height: 3rem;
  padding: 1rem;
  width: 3rem;
}

.siteHeader-menuButton span {
  background: currentColor;
  display: block;
  height: 1px;
  margin: 0.45rem 0;
  transition: transform 0.25s ease;
  width: 100%;
}

.hero {
  height: 100svh;
  min-height: 46rem;
  overflow: hidden;
  position: relative;
}

.hero-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-shade {
  background: linear-gradient(90deg, rgba(10, 8, 7, 0.58) 0%, rgba(10, 8, 7, 0.18) 52%, rgba(10, 8, 7, 0.04) 100%);
  inset: 0;
  position: absolute;
}

.hero-content {
  bottom: 5.5rem;
  color: var(--white);
  left: max(4.5rem, calc((100vw - 90rem) / 2 + 4.5rem));
  max-width: 50rem;
  position: absolute;
}

.hero-title {
  font-size: clamp(3.8rem, 12vw, 7.5rem);
  font-weight: bold;
  letter-spacing: -0.35rem;
  line-height: 1.02;
}

.hero-description {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-top: 1.8rem;
}

.hero-link {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: bold;
  gap: 3rem;
  justify-content: space-between;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  transition: border-color 0.25s ease;
}

.hero-link:hover {
  border-color: var(--accent);
}

.newCommerce {
  background: var(--white);
}

.newCommerce-grid {
  align-items: center;
  display: grid;
  gap: clamp(4rem, 7vw, 8rem);
  grid-template-columns: 2fr 1fr;
}

.newCommerce-copy {
  padding-top: 0;
}

.newCommerce-serviceName {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  margin-bottom: 1.5rem;
}

.newCommerce-serviceName span {
  color: var(--gray);
  font-size: 0.8rem;
  margin-left: 0.65rem;
}

.newCommerce-title {
  font-size: clamp(3.1rem, 5.2vw, 6rem);
  font-weight: bold;
  letter-spacing: -0.25rem;
  line-height: 1.18;
}

.newCommerce-description {
  line-height: 2;
  margin-top: 2.5rem;
  max-width: 37rem;
}

.newCommerce-visual {
  margin: 0;
}

.newCommerce-visual-image {
  aspect-ratio: 5 / 6;
  object-fit: cover;
  object-position: 35% center;
  transition: transform 0.75s ease;
  width: 100%;
}

.newCommerce-visual:hover .newCommerce-visual-image {
  transform: scale(1.025);
}

.process {
  background: var(--offWhite);
  overflow: hidden;
}

.process-heading {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  padding: 0 0 5rem;
}

.process-title {
  font-size: clamp(3.1rem, 5.5vw, 6.5rem);
  font-weight: bold;
  letter-spacing: -0.3rem;
  line-height: 1.15;
}

.process-description {
  line-height: 2;
  padding-bottom: 0.8rem;
}

.process-slider {
  overflow: hidden;
  width: 100%;
}

.process-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.75s cubic-bezier(0.22, 0.72, 0.18, 1);
  will-change: transform;
}

.process-track.isResetting {
  transition: none;
}

.process-slide {
  aspect-ratio: 1 / 2;
  flex: 0 0 calc((100% - 3.75rem) / 3.15);
  max-height: 700px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.process-slide-image {
  height: 100%;
  max-height: 700px;
  object-fit: cover;
  transition: transform 0.75s ease;
  width: 100%;
}

.process-slide:hover .process-slide-image {
  transform: scale(1.035);
}

.process-slide-shade {
  background: linear-gradient(0deg, rgba(10, 10, 10, 0.9) 0%, rgba(10, 10, 10, 0.2) 68%, rgba(10, 10, 10, 0.03) 100%);
  inset: 0;
  position: absolute;
}

.process-slide-content {
  bottom: 0;
  color: var(--white);
  display: flex;
  flex-direction: column;
  left: 0;
  padding: clamp(1.5rem, 2.3vw, 2.5rem);
  position: absolute;
  right: 0;
}

.process-slide-number {
  color: var(--accent);
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.process-slide-name {
  font-size: clamp(1.5rem, 2.7vw, 2.7rem);
  font-weight: bold;
  letter-spacing: 0.08rem;
  line-height: 1.1;
}

.process-slide-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0.5rem;
}

.process-slide-description {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-top: 0.6rem;
  max-width: 21rem;
}

.discover-heading {
  align-items: end;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  padding: 0 0 5rem;
}

.discover-title {
  font-size: clamp(3rem, 5vw, 5.7rem);
  font-weight: bold;
  letter-spacing: -0.25rem;
  line-height: 1.25;
}

.discover-description {
  line-height: 2;
  padding-bottom: 0.8rem;
}

.productGrid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.productCard-imageWrap {
  aspect-ratio: 4 / 5;
  background: var(--offWhite);
  overflow: hidden;
}

.productCard-image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s ease;
  width: 100%;
}

.productCard-image--chair {
  object-position: 18% center;
}

.productCard:hover .productCard-image {
  transform: scale(1.03);
}

.productCard-title {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: normal;
  letter-spacing: -0.05rem;
  line-height: 1.3;
  margin-top: 1.25rem;
}

.productCard-actions {
  border-top: 1px solid var(--border);
  display: flex;
  font-size: 0.78rem;
  font-weight: bold;
  justify-content: flex-end;
  margin-top: 1.2rem;
  padding-top: 0.8rem;
}

.productCard-actions-link {
  color: var(--accent);
}

.company {
  background: var(--offWhite);
}

.company-story {
  align-items: start;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1;
  padding-top: 6rem;
}

.company-title {
  font-size: clamp(3rem, 5vw, 5.7rem);
  font-weight: bold;
  letter-spacing: -0.25rem;
  line-height: 1.25;
}

.company-copy {
  line-height: 2;
}

.company-wordmark {
  color: var(--accent);
  font-size: clamp(4.5rem, 10vw, 11rem);
  font-weight: bold;
  letter-spacing: -0.55rem;
  line-height: 0.86;
  margin: 8rem 0;
}

.company-future {
  align-items: center;
  border-bottom: 1px solid var(--black);
  border-top: 1px solid var(--black);
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 0.8fr;
  padding: 3rem 0;
}

.company-future-title {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: bold;
  letter-spacing: -0.12rem;
  line-height: 1.45;
}

.company-future-description {
  color: var(--gray);
  line-height: 2;
}

.company-profile {
  display: grid;
  gap: 6rem;
  grid-template-columns: 0.4fr 1.8fr;
  padding-top: 9rem;
}

.company-profile-title {
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 0.14rem;
}

.company-table-row {
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 9rem 1fr;
  padding: 1.65rem 0;
}

.company-table-row:first-child {
  border-top: 1px solid var(--border);
}

.company-table-row dt {
  font-size: 0.9rem;
  font-weight: bold;
}

.company-table-row dd {
  font-size: 1rem;
}

.news-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 0 0 3.5rem;
}

.news-title {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: normal;
  letter-spacing: -0.12rem;
}

.news-cardGrid {
  display: grid;
  gap: 5rem 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.news-card a {
  display: block;
}

.news-card-thumbnail {
  align-items: center;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.45s ease;
}

.news-card-thumbnail::after {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  content: "";
  height: 7rem;
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 7rem;
}

.news-card:hover .news-card-thumbnail {
  transform: translateY(-0.4rem);
}

.news-card-thumbnail-title {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: bold;
  letter-spacing: -0.12rem;
  line-height: 1;
}

.news-card-thumbnail-label {
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.18rem;
  margin-top: 0.8rem;
}

.news-card-thumbnail--launch,
.news-card-thumbnail--studio {
  background-image: linear-gradient(rgba(17, 17, 17, 0.28), rgba(17, 17, 17, 0.28)), url("../img/forma-products.webp");
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.news-card-thumbnail--partner,
.news-card-thumbnail--event {
  background-image: linear-gradient(rgba(17, 17, 17, 0.4), rgba(17, 17, 17, 0.4)), url("../img/forma-create.webp");
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.news-card-thumbnail--accessory {
  background-image: linear-gradient(rgba(17, 17, 17, 0.18), rgba(17, 17, 17, 0.18)), url("../img/forma-express.webp");
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.news-card-thumbnail--funding {
  background-image: linear-gradient(rgba(255, 90, 95, 0.68), rgba(255, 90, 95, 0.68)), url("../img/forma-deliver.webp");
  background-position: center;
  background-size: cover;
  color: var(--white);
}

.news-card-thumbnail--studio {
  background-position: 32% center;
}

.news-card-thumbnail--event {
  background-image: linear-gradient(rgba(17, 17, 17, 0.28), rgba(17, 17, 17, 0.28)), url("../img/forma-deliver.webp");
}

.news-card-meta {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 1.25rem 0 0.9rem;
}

.news-card-meta time,
.news-card-meta span {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
}

.news-card-meta span {
  color: var(--accent);
}

.news-card h3 {
  font-size: 1.05rem;
  font-weight: normal;
  line-height: 1.7;
  transition: color 0.25s ease;
}

.news-card:hover h3 {
  color: var(--accent);
}

.contact {
  background: var(--accent);
  color: var(--white);
  padding: 7rem 0;
}

.contact-inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  word-break: keep-all;
}

.contact-label {
  align-self: start;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.14rem;
}

.contact-title {
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  font-weight: bold;
  letter-spacing: -0.25rem;
  line-height: 1.2;
}

.contact-description {
  margin-top: 1.5rem;
}

.contact-primaryButton {
  align-items: center;
  background: var(--white);
  border-radius: 2rem;
  color: var(--accent);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: bold;
  justify-content: center;
  margin-top: 2rem;
  min-height: 3.5rem;
  padding: 0.7rem 2rem;
}

.contact-business {
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  padding-top: 1.5rem;
}

.contact-business p {
  font-size: 0.9rem;
  line-height: 1.7;
}

.contact-business-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  display: flex;
  font-size: 0.9rem;
  font-weight: bold;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-bottom: 0.6rem;
}

.siteFooter {
  background: var(--black);
  color: var(--white);
  padding: 5.5rem 0 2rem;
}

.siteFooter-top {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.siteFooter-logo-mark {
  height: 30px;
  width: auto;
}

.siteFooter-nav {
  display: grid;
  gap: 1rem 3.5rem;
  grid-template-columns: repeat(2, auto);
}

.siteFooter-nav a {
  font-size: 0.9rem;
  transition: color 0.25s ease;
}

.siteFooter-nav a:hover,
.siteFooter-policy a:hover {
  color: var(--accent);
}

.siteFooter-bottom {
  align-items: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  font-size: 0.72rem;
  justify-content: space-between;
  letter-spacing: 0.03rem;
  margin-top: 7rem;
  padding-top: 1.5rem;
}

.siteFooter-policy {
  display: flex;
  gap: 2rem;
}

.siteFooter-policy a {
  transition: color 0.25s ease;
}

@media (max-width: 900px) {
  .sectionFrame {
    padding: 0 2rem;
  }

  .sectionSpace {
    padding: 7rem 0;
  }

  .siteHeader {
    padding: 0 1rem 0 2rem;
  }

  .siteHeader-inner {
    height: 4.5rem;
  }

  .siteHeader-menuButton {
    display: block;
    position: relative;
    z-index: 2;
  }

  .siteHeader-menuButton[aria-expanded="true"] span:first-child {
    transform: translateY(0.45rem) rotate(45deg);
  }

  .siteHeader-menuButton[aria-expanded="true"] span:last-child {
    transform: translateY(-0.45rem) rotate(-45deg);
  }

  .siteHeader-nav {
    align-items: flex-start;
    background: var(--white);
    color: var(--black);
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 6rem 2rem 3rem;
    pointer-events: none;
    position: fixed;
    transform: translateY(-1rem);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .siteHeader-nav.isOpen {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .siteHeader-navList {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }

  .siteHeader-navList-item {
    border-bottom: 1px solid var(--border);
    width: 100%;
  }

  .siteHeader-navList-item a {
    display: block;
    font-size: 1.45rem;
    padding: 0.8rem 0;
  }

  .siteHeader-contact {
    height: 3.5rem;
    margin-top: 1rem;
    width: 100%;
  }

  .hero-content {
    bottom: 5rem;
    left: 2rem;
  }

  .newCommerce-grid {
    gap: 5rem;
    grid-template-columns: 1fr;
  }

  .newCommerce-copy {
    padding-top: 0;
  }

  .newCommerce-visual {
    margin: 0 auto;
    max-width: 42rem;
    width: 100%;
  }

  .process-description,
  .discover-description {
    max-width: 42rem;
    padding-bottom: 0;
  }

  .process-slide {
    flex-basis: calc((100% - 1.25rem) / 2.2);
  }

  .company-story {
    padding-top: 5rem;
  }

  .company-wordmark {
    margin: 5rem 0;
  }

  .company-future {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 2rem 0;
  }

  .company-future-description {
    grid-column: auto;
  }

  .company-profile {
    gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 7rem;
  }

  .news-cardGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-card:nth-child(n + 5) {
    display: none;
  }

  .contact-business {
    grid-column: 2;
  }
}

@media (max-width: 600px) {
  .sectionFrame {
    padding: 0 1.25rem;
  }

  .sectionSpace {
    padding: 5.5rem 0;
  }

  .sectionHeading-label {
    font-size: 0.7rem;
  }

  .siteHeader {
    padding: 0 0.5rem 0 1.25rem;
  }

  .hero {
    min-height: 43rem;
  }

  .hero-image {
    object-position: 33% center;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(10, 8, 7, 0.7) 0%, rgba(10, 8, 7, 0.16) 70%);
  }

  .hero-content {
    bottom: 3.5rem;
    left: 1.25rem;
    right: 1.25rem;
  }

  .hero-title {
    font-size: 3.6rem;
    letter-spacing: -0.2rem;
  }

  .hero-description {
    font-size: 1rem;
    margin-top: 1.4rem;
  }

  .hero-link {
    margin-top: 1.4rem;
  }

  .newCommerce-grid {
    gap: 4rem;
  }

  .newCommerce-serviceName {
    margin-bottom: 1rem;
  }

  .newCommerce-title {
    font-size: 3.25rem;
    letter-spacing: -0.18rem;
  }

  .newCommerce-description {
    margin-top: 2rem;
  }

  .newCommerce-visual-image {
    aspect-ratio: 4 / 3;
    object-position: center;
  }

  .process-heading,
  .discover-heading {
    padding: 0 0 3.5rem;
  }

  .process-title,
  .discover-title,
  .company-title {
    font-size: 2.8rem;
    letter-spacing: -0.17rem;
  }

  .process-track {
    gap: 0;
  }

  .process-slide {
    flex-basis: 100%;
  }

  .process-slide-content {
    padding: 1.75rem;
  }

  .process-slide-name {
    font-size: 2rem;
  }

  .discover-heading {
    gap: 2rem;
  }

  .productGrid {
    display: flex;
    gap: 1rem;
    margin-right: -1.25rem;
    overflow-x: auto;
    padding-right: 1.25rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .productGrid::-webkit-scrollbar {
    display: none;
  }

  .productCard {
    flex: 0 0 82vw;
    scroll-snap-align: start;
  }

  .company-story {
    gap: 2rem;
    padding-top: 4rem;
  }

  .company-wordmark {
    font-size: 4rem;
    letter-spacing: -0.28rem;
    margin: 3rem 0;
  }

  .company-profile {
    gap: 2rem;
    padding-top: 5rem;
  }

  .company-table-row {
    gap: 0.7rem;
    grid-template-columns: 1fr;
    padding: 1.4rem 0;
  }

  .news-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
    padding: 0 0 2.5rem;
  }

  .news-cardGrid {
    gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .news-card:nth-child(n + 3) {
    display: none;
  }

  .contact {
    padding: 5rem 0;
  }

  .contact-title {
    font-size: 2.8rem;
    letter-spacing: -0.18rem;
  }

  .contact-business {
    grid-column: auto;
  }

  .siteFooter {
    padding-top: 4.5rem;
  }

  .siteFooter-top {
    flex-direction: column;
    gap: 4rem;
  }

  .siteFooter-nav {
    gap: 0.8rem;
    grid-template-columns: 1fr;
  }

  .siteFooter-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }

  .siteFooter-policy {
    flex-direction: column;
    gap: 0.5rem;
  }
}

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

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

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