:root {
  --bg: #171215;
  --bg-soft: #1b1518;
  --light: #f1efef;
  --light-2: #ece8e8;
  --text: #f7f3ef;
  --text-dark: #2d2426;
  --mono-dark: rgba(45, 36, 38, 0.84);
  --panel: rgba(255, 255, 255, 0.05);
  --line: rgba(255, 255, 255, 0.09);
  --shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
  --container: min(1340px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--light);
  color: var(--text);
  font-family: 'Cormorant Garamond', serif;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.body-mono,
.hero-parent,
.site-nav,
.product-card figcaption,
.contact-form,
.form-status,
.mini-label,
.hero-intro,
.compact-copy,
.types-grid,
.artists-list,
.company-details {
  font-family: 'IBM Plex Mono', monospace;
}

.site-shell {
  overflow: clip;
}

.container {
  width: var(--container);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.site-header {
  position: fixed;
  inset: 18px 22px auto;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.site-header > * {
  pointer-events: auto;
}

.brand img {
  width: 72px;
  aspect-ratio: 339 / 472;
  object-fit: contain;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.28));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(13, 10, 12, 0.52);
  backdrop-filter: blur(12px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
}

.hero-panel,
.products-panel,
.artists-panel,
.contact-panel,
.site-footer {
  position: relative;
  isolation: isolate;
}

.hero-panel {
  min-height: 100svh;
  background: linear-gradient(180deg, #20181d 0%, #171215 100%);
}

.hero-bg-dark,
.hero-bg-light,
.hero-decor,
.artists-dust,
.artists-rainbow,
.contact-decor,
.contact-decor-small,
.contact-shot-bg {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.hero-bg-dark,
.hero-bg-light {
  inset: 0;
}

.hero-bg-dark {
  background: linear-gradient(180deg, #221b20 0%, #171215 100%);
}

.hero-bg-light {
  background: var(--light);
  clip-path: polygon(8.41% 50%, 58.41% 41.59%, 57.75% 0%, 100% 0%, 100% 100%, 64.25% 100%, 0% 100%, 0% 0%);
    will-change: clip-path;

}

.hero-layout {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 122px 0 52px;
}

.hero-copy-col {
  display: flex;
  justify-content: flex-start;
}

.hero-top-copy {
  width: min(48%, 620px);
  text-align: start;
  position: relative;
  z-index: 3;
}

.hero-parent {
  margin: 0 0 16px;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255, 255, 255, 0.72);
}

.hero-title {
  margin: 0;
  font-size: clamp(4rem, 5.1vw, 6.25rem);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.78);
}

.hero-title span {
  display: block;
}

.hero-title em {
  font-style: italic;
  font-weight: 500;
}

.hero-intro {
    width: min(380px, 100%);
    margin: 60px 0px;
    font-size: 0.94rem;
    line-height: 1.54;
    color: rgba(255, 255, 255, 0.88);
}

.hero-bottom-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
  padding-top: 110px;
  position: relative;
  z-index: 2;
}

.about-copy,
.types-copy,
.hero-sponge {
  position: relative;
  z-index: 3;
}

.about-copy {
  width: min(33%, 470px);
  color: var(--text-dark);
}

.script-label,
.studio-line {
  margin: 0 0 8px;
  font-family: 'Caveat Brush', cursive;
  line-height: 0.95;
}

.script-label {
  font-size: clamp(3rem, 4vw, 4.6rem);
  color: rgba(79, 69, 76, 0.42);
}

.about-copy h2,
.types-copy h2,
.artists-copy h2,
.contact-copy h2,
.logo-lockup h2 {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 5rem);
  line-height: 0.92;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.compact-copy {
  margin-top: 22px;
  font-size: 0.87rem;
  line-height: 1.46;
  color: var(--mono-dark);
}

.compact-copy p {
  margin: 0 0 14px;
}

.hero-sponge {
  width: min(24vw, 360px);
  flex: 0 0 auto;
  margin-bottom: 32px;
}

.hero-sponge img {
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.16));
}

.types-copy {
  width: min(36%, 520px);
  color: var(--text-dark);
}

.types-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 24px;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--mono-dark);
}

.types-grid h3 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  line-height: 0.95;
}

.types-grid p,
.types-grid li {
  margin: 0 0 10px;
}

.types-grid ul {
  margin: 12px 0 0;
  padding-left: 1rem;
}

.hero-green {
    width: min(33vw, 560px);
    right: 26.248vw;
    top: 160px;
    opacity: 1;
    /* mix-blend-mode: revert-layer; */
    /* display: none; */
    z-index: 1;
    filter: drop-shadow(-4px 10px 14px rgba(250,250,250,0.5));
}

.hero-pink {
    width: min(60vw, 1226px);
    right: -14%;
    top: -88px;
    opacity: 0.78;
    z-index: 0;
    mix-blend-mode: darken;
}

.hero-specks {
    width: min(65vw, 1000px);
    left: -8%;
    bottom: -34px;
    opacity: 0.48;
}

.products-panel {
    padding: 96px 0 92px;
    background: transparent;
    min-height: 70vh;
}

.products-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.products-copy {
  max-width: 680px;
  color: var(--text-dark);
}

.mini-label {
  margin: 0 0 10px;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.mini-label.dark {
  color: rgba(45, 36, 38, 0.58);
}

.products-copy h2 {
  color: var(--text-dark);
    margin: 0;
    font-size: clamp(2.8rem, 4vw, 5rem);
    line-height: 0.92;
    font-weight: 600;
    letter-spacing: -0.035em;

}

.products-copy p {
  margin: 18px 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--mono-dark);
}

/* Flickity products */
.products-carousel {
  width: 100%;
}

.product-card {
  width: 420px;
  margin: 0 20px 0 0;
  padding: 22px 18px 18px;
  border-radius: 26px;
  /* background: linear-gradient(180deg, rgba(28, 22, 25, 0.04), rgba(28, 22, 25, 0.08));
  box-shadow: inset 0 0 0 1px rgba(28, 22, 25, 0.08); */
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.12));
}

.product-card figcaption {
  margin-top: 14px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(45, 36, 38, 0.78);
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 480px;
}

.flickity-button {
  background: rgba(23, 18, 21, 0.08);
}

.flickity-button:hover {
  background: rgba(23, 18, 21, 0.14);
}

.flickity-button-icon {
  fill: rgba(45, 36, 38, 0.78);
}

.flickity-page-dots {
  display: none;
}

.artists-panel {
  background: linear-gradient(180deg, #181316 0%, #120d10 100%);
  padding: 110px 0 104px;
}

.artists-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
}

.artists-left,
.artists-right {
  width: min(50%, 620px);
  position: relative;
  z-index: 2;
}

.artists-left {
  padding-left: 20px;
}

.artists-dust {
  width: min(36vw, 520px);
  left: -26px;
  top: -24px;
  opacity: 0.95;
  display: none;
}

.artists-copy {
  position: relative;
  z-index: 2;
  text-align: center;
}

.artists-copy h2 {
  color: rgba(255, 255, 255, 0.94);
  margin-top: 92px;
}

.artists-copy em {
  font-style: italic;
  font-weight: 500;
}

.artists-list {
  max-width: 420px;
  margin: 26px auto 0;
  font-size: 0.84rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.84);
}

.artists-list p {
  margin: 0 0 14px;
}

.eco-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.eco-row span {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font: 500 0.74rem/1 'IBM Plex Mono', monospace;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}

.artists-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 620px;
}

.artists-rainbow {
    width: min(120vw, 938px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.98;
    max-width: max-content;
}

.studio-line {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  font-size: clamp(3rem, 4vw, 4.5rem);
  color: rgba(255, 255, 255, 0.98);
}

.logo-lockup {
  position: relative;
  z-index: 2;
  margin-top: 120px;
  text-align: center;
}

.logo-lockup img {
  width: 150px;
  margin: 0 auto 14px;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.25));
}

.logo-lockup p {
  margin: 0;
  font: 500 0.82rem/1.4 'IBM Plex Mono', monospace;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.contact-panel {
  background: linear-gradient(180deg, #181316 0%, #120d10 100%);
  padding: 110px 0 108px;
}

.contact-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 56px;
}

.contact-copy,
.contact-form {
  position: relative;
  z-index: 2;
}

.contact-copy {
  width: min(42%, 520px);
}

.contact-copy h2 {
  color: rgba(255, 255, 255, 0.96);
}

.contact-copy p.body-mono {
  margin: 18px 0 0;
  font-size: 0.88rem;
  line-height: 1.56;
  color: rgba(255, 255, 255, 0.82);
}

.company-details {
  margin-top: 24px;
  font-size: 0.83rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.company-details strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.96);
}

.company-details p {
  margin: 0 0 4px;
}

.contact-product-shot {
  width: min(300px, 100%);
  margin-top: 26px;
  position: relative;
  display: none;
}

.contact-shot-bg {
  width: 120%;
  left: -16%;
  top: -10px;
  opacity: 0.82;
}

.contact-product-shot > img:last-child {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.22));
}

.contact-form {
  width: min(54%, 700px);
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), var(--shadow);
  backdrop-filter: blur(18px);
}

.form-two-up {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label {
  display: block;
  margin-bottom: 16px;
}

.contact-form label > span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.64);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.94);
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.contact-form textarea {
  min-height: 146px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

.checkbox-row {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
}

.checkbox-row input {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  border-radius: 4px;
}

.checkbox-row span:last-child {
  margin: 0 !important;
  font-size: 0.72rem !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  color: rgba(255, 255, 255, 0.76) !important;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.form-actions button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: linear-gradient(90deg, #37d1ff, #ff4fa6);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  cursor: pointer;
}

.form-status {
  margin: 0;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.76);
}

.is-invalid {
  border-color: rgba(255, 115, 169, 0.8) !important;
}

.contact-decor {
  width: min(90vw, 990px);
  left: -80px;
  bottom: 42px;
  opacity: 0.6;
}

.contact-decor-small {
  width: min(14vw, 220px);
  right: 100px;
  bottom: 110px;
  opacity: 0.44;
  display: none;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #110d10;
  padding: 28px 0;
}

.footer-layout {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
}

.footer-brand img {
  width: 62px;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.22));
}

.footer-brand h3 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.editorial-line {
  display: block;
  overflow: hidden;
}

.editorial-line > span {
  display: inline-block;
}

@media (max-width: 1180px) {
.hero-bg-light {
    clip-path: polygon(100% 34%, 101% 0%, 100% 90%, 0 58%, 0 28%);
}

  .hero-bottom-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .about-copy,
  .types-copy {
    width: calc(50% - 18px);
  }

  .hero-sponge {
    order: 3;
    width: min(42vw, 360px);
    margin: 10px auto 0;
  }

  .artists-layout,
  .contact-layout {
    flex-direction: column;
  }

  .artists-left,
  .artists-right,
  .contact-copy,
  .contact-form {
    width: 100%;
    max-width: none;
  }

  .artists-right {
    min-height: 520px;
  }
}

@media (max-width: 920px) {
  :root {
    --container: min(100vw - 34px, 1000px);
  }

  .site-header {
    inset: 12px 14px auto;
    gap: 12px;
    align-items: flex-start;
  }

  .site-nav {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 74%;
  }

  .hero-layout {
    padding-top: 104px;
  }

  .hero-top-copy {
    width: min(82%, 620px);
  }

  .hero-bottom-row {
    gap: 30px;
  }

  .about-copy,
  .types-copy {
    width: 100%;
  }

.hero-sponge {
    width: min(58vw, 320px);
    margin: 0 auto;
}

  .types-grid,
  .form-two-up {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-nav {
    max-width: 68%;
    font-size: 0.62rem;
    gap: 8px;
    padding: 10px 12px;
  }

  .brand img {
    width: 58px;
  }

  .hero-title {
    font-size: clamp(3rem, 13vw, 4.4rem);
  }

  .hero-intro,
  .compact-copy,
  .types-grid,
  .artists-list,
  .contact-copy p.body-mono,
  .company-details {
    font-size: 0.8rem;
  }

  .about-copy h2,
  .types-copy h2,
  .artists-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.4rem, 11vw, 3.6rem);
  }

  .products-panel,
  .artists-panel,
  .contact-panel {
    padding: 78px 0;
  }

  .contact-form {
    padding: 20px;
  }

  .form-actions {
    flex-direction: column;
    align-items: flex-start;
  }

.hero-green {
    width: 52vw;
    top: 62vh;
    right: -25px;
}

.hero-pink {
    width: 100vw;
    left: 45%;
    top: 420px;
}

  .hero-specks {
    width: 38vw;
    right: -8px;
    bottom: 40px;
  }

  .product-card {
    width: 240px;
  }
}

.product-card {
    width: 414px;
}