@font-face {
  font-family: 'SwellTR';
  src: url('../fonts/SwellTR-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Times New Roman';
  src: url('../fonts/Times New Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Times New Roman';
  src: url('../fonts/Times New Roman Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Times New Roman';
  src: url('../fonts/Times New Roman Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Times New Roman';
  src: url('../fonts/Times New Roman Bold Italic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #0a0a0a;
  color: #ffffff;
  font-family: 'Times New Roman', Times, serif;
}

a {
  color: inherit;
}

:root {
  --side-pad: clamp(24px, 9vw, 180px);
}

.hero {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  padding: 40px var(--side-pad);
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-template-rows: auto auto;
  align-content: center;
  column-gap: 110px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}

.hero__logo {
  position: absolute;
  top: 32px;
  left: var(--side-pad);
  width: 112px;
  height: auto;
  z-index: 2;
}

.lang-toggle {
  position: absolute;
  top: 32px;
  right: var(--side-pad);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.lang-toggle button {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.5;
}

.lang-toggle button.is-active {
  opacity: 1;
  text-decoration: underline;
}

.lang-toggle span {
  opacity: 0.5;
}

.hero__center {
  display: contents;
}

.hero__name {
  grid-column: 2;
  grid-row: 1;
  font-family: 'SwellTR', cursive;
  font-weight: normal;
  font-size: clamp(90px, 14vw, 220px);
  line-height: 0.9;
  margin: 0;
}

.hero__tags {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
}

.hero__tag {
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.15;
}

.hero__intro {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  justify-self: start;
  max-width: 380px;
  font-size: 17px;
  line-height: 1.5;
}

.hero__intro p {
  margin: 0 0 18px;
}

.hero__intro p:not(.hero__more) {
  font-style: italic;
}

.hero__intro a {
  text-decoration: underline;
}

.hero__more {
  margin-top: 28px !important;
}

.hero__more a {
  font-family: 'SwellTR', cursive;
  font-size: 22px;
  text-decoration: none;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 24px;
    padding: 24px;
  }

  .hero__name {
    grid-column: 1;
    grid-row: 1;
  }

  .hero__tags {
    grid-column: 1;
    grid-row: 2;
  }

  .hero__intro {
    grid-column: 1;
    grid-row: 3;
    max-width: none;
  }
}

html:has(body.updates-page) {
  background: #ffffff;
}

body.updates-page {
  height: auto;
  min-height: 100vh;
  background: #ffffff;
  color: #0a0a0a;
}

.page-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px var(--side-pad) 0;
}

.page-nav__back {
  margin: 0;
  font-weight: bold;
}

.updates-header {
  padding: 56px var(--side-pad) 20px;
  text-align: center;
}

.updates-header__title {
  font-family: 'SwellTR', cursive;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(48px, 8vw, 110px);
  line-height: 1;
  margin: 0;
  color: #1c0404;
}

.updates-list {
  padding: 40px var(--side-pad) 100px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.update-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.update-item__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.update-item__title {
  font-family: 'SwellTR', cursive;
  font-weight: normal;
  font-style: normal;
  font-size: clamp(32px, 4.6vw, 60px);
  line-height: 1;
  margin: 0;
  color: #1c0404;
}

.update-item__tag {
  font-style: italic;
  font-weight: normal;
  font-size: clamp(15px, 1.4vw, 19px);
  white-space: nowrap;
  opacity: 0.8;
}

.update-item__desc {
  max-width: 640px;
  margin: 14px 0 28px;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.6;
}

.update-item__media--video {
  position: relative;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16 / 9;
}

.update-item__media--video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.update-item__media--instagram {
  max-width: 540px;
}

.update-item__media--pair {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  max-width: none;
  width: 100%;
}

.update-item__media--pair blockquote {
  flex: 1 1 320px;
  max-width: 400px;
}

.updates-list__more {
  text-align: center;
  font-style: italic;
  opacity: 0.65;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .page-nav,
  .updates-header,
  .updates-list {
    padding-left: 24px;
    padding-right: 24px;
  }

  .updates-list {
    gap: 56px;
  }
}

.showcase--single {
  grid-template-columns: 1fr;
  padding: 20px var(--side-pad) 100px;
}

.showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding: 120px var(--side-pad);
  background: #ffffff;
  color: #0a0a0a;
}

.showcase__heading {
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: normal;
  font-size: clamp(28px, 3vw, 42px);
  margin: 0 0 32px;
  color: #1c0404;
}

.showcase__products {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.showcase__product {
  flex: 1;
  text-align: center;
}

.showcase__swatch {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 12px;
}

.showcase__product-name {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
}

.showcase__product-price {
  margin: 4px 0 0;
  font-size: 13px;
  opacity: 0.65;
}

.showcase__copy {
  max-width: 320px;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 28px;
}

.showcase__cta {
  display: inline-block;
  font-weight: bold;
  font-style: italic;
  font-size: 17px;
  text-decoration: underline;
}

.showcase__cta--soon {
  text-decoration: none;
  opacity: 0.6;
  cursor: default;
}

@media (max-width: 900px) {
  .showcase {
    grid-template-columns: 1fr;
    gap: 64px;
    padding: 64px 24px;
  }
}

.site-footer {
  background: #1c0404;
  color: #ffffff;
  padding: 24px var(--side-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.site-footer__social {
  display: flex;
  gap: 12px;
}

.site-footer__social a {
  display: inline-flex;
}
