/* Reversible Artisun homepage sample. The native opening and closing video
   sections are deliberately outside every selector in this file. */
.artisan-home.artisan-home-v2 {
  --v2-ink: #101916;
  --v2-green: #14362e;
  --v2-copper: #a64f2c;
  --v2-white: #ffffff;
  --v2-mist: #f1f4f1;
  --v2-line: rgba(16, 25, 22, 0.2);
}

.artisan-home-v2 [data-artisan-index]::before {
  display: none !important;
}

.artisan-home-v2 .artisan-manifesto {
  position: relative;
  display: flex;
  min-height: min(760px, 82svh);
  align-items: flex-end;
  padding: clamp(72px, 9vw, 132px) clamp(24px, 6vw, 112px);
  overflow: hidden;
  background-color: var(--v2-ink);
  background-image: url('/offline-assets/home-v2/manifesto-question.jpg');
  background-position: center 54%;
  background-size: cover;
  text-align: left;
}

.artisan-home-v2 .artisan-manifesto::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 15, 13, .59) 0%, rgba(8, 15, 13, .43) 58%, rgba(8, 15, 13, .33) 100%);
  content: '';
}

.artisan-home-v2 .artisan-manifesto__inner {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-width: none;
  margin: 0;
  text-align: left;
}

.artisan-home-v2 .artisan-manifesto__eyebrow {
  margin: 0 0 24px;
  color: #df946d;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.artisan-home-v2 .artisan-manifesto__eyebrow::before {
  width: 48px;
  margin: 0 0 18px;
}

.artisan-home-v2 .artisan-manifesto :is(h1, h2) {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1.02;
  text-wrap: balance;
}

.artisan-home-v2 .artisan-manifesto__subline {
  max-width: 62ch;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.58;
  text-wrap: pretty;
}

.artisan-home-v2 .vib-featured-section,
.artisan-home-v2 .vib-the-edit-section,
.artisan-home-v2 .vib-articles-slider-with-header {
  border-top: 0;
}

.artisan-home-v2 .vib-featured-section__title,
.artisan-home-v2 .vib-assets-section .vib-featured-section__title,
.artisan-home-v2 .vib-articles-slider-with-header__title,
.artisan-home-v2 .vib-about-us-section__title {
  max-width: 15ch;
  color: var(--v2-copper);
  font-size: clamp(34px, 3.7vw, 56px);
  line-height: 1.08;
  text-wrap: balance;
}

.artisan-home-v2 .artisan-home-featured__intro {
  max-width: 560px;
  font-size: 18px;
}

.artisan-home-v2 .vib-service-section {
  background: var(--v2-green);
  padding-top: clamp(72px, 8vw, 118px);
  padding-bottom: clamp(72px, 8vw, 118px);
}

.artisan-home-v2 .vib-service-section__wrapper {
  grid-template-columns: minmax(420px, 1.55fr) minmax(300px, 0.8fr);
  gap: 32px clamp(44px, 6vw, 104px);
}

.artisan-home-v2 .vib-service-section__wrapper > .vib-cms-media {
  grid-column: 1;
  grid-row: 1 / span 3;
  min-height: 580px;
  overflow: hidden;
}

.artisan-home-v2 .vib-service-section__wrapper > .vib-cms-media img {
  transform: scale(1.01);
  transition: transform 900ms cubic-bezier(.16, 1, .3, 1);
}

.artisan-home-v2 .vib-service-section__wrapper > .vib-cms-media:hover img {
  transform: scale(1.045);
}

.artisan-home-v2 .vib-service-section__title,
.artisan-home-v2 .vib-service-section__content,
.artisan-home-v2 .vib-service-section__link {
  grid-column: 2;
}

.artisan-home-v2 .vib-service-section__title {
  max-width: 12ch;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.08;
  text-wrap: balance;
}

.artisan-home-v2 .vib-service-section__content {
  max-width: 460px;
  font-size: 18px;
}

.artisan-home-v2 .vib-service-section__link a,
.artisan-home-v2 .vib-service-section__link a * {
  color: #fff !important;
}

.artisan-v2-projects {
  background: var(--v2-white);
  color: var(--v2-ink);
  padding: clamp(88px, 11vw, 168px) 0;
  overflow: hidden;
}

.artisan-v2-projects__inner {
  width: min(100% - 48px, 1760px);
  margin: 0 auto;
}

.artisan-v2-projects__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(48px, 8vw, 150px);
  align-items: end;
  margin-bottom: clamp(54px, 7vw, 104px);
}

.artisan-v2-projects__label {
  margin: 0 0 22px;
  color: var(--v2-copper);
  font-size: 14px;
  line-height: 1.3;
}

.artisan-v2-projects h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}

.artisan-v2-projects__header > p {
  max-width: 58ch;
  margin: 0;
  color: #30403a;
  font-size: 18px;
  line-height: 1.65;
  text-wrap: pretty;
}

.artisan-v2-projects__canvas {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 34px);
  align-items: start;
}

.artisan-v2-projects figure {
  margin: 0;
}

.artisan-v2-projects img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artisan-v2-living {
  position: relative;
  overflow: hidden;
  background: #ddd7cf;
}

.artisan-v2-living img {
  transition: transform 900ms cubic-bezier(.16, 1, .3, 1);
}

.artisan-v2-living:hover img {
  transform: scale(1.025);
}

.artisan-v2-living--kitchen {
  grid-column: 1 / span 5;
  aspect-ratio: 3 / 4;
}

.artisan-v2-living--lounge {
  grid-column: 6 / span 7;
  align-self: end;
  aspect-ratio: 2 / 1;
}

.artisan-v2-living--table {
  grid-column: 2 / span 4;
  aspect-ratio: 3 / 4;
}

.artisan-v2-living--bistro {
  grid-column: 7 / span 4;
  aspect-ratio: 3 / 4;
}

.artisan-v2-living figcaption,
.artisan-v2-projects__wide figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.artisan-v2-projects__note {
  grid-column: 6 / span 7;
  align-self: end;
  padding: 0 clamp(8px, 1vw, 18px) clamp(22px, 3vw, 48px);
}

.artisan-v2-projects__note p {
  max-width: 37ch;
  margin: 0 0 28px;
  color: #30403a;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.5;
}

.artisan-v2-projects__note a {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--v2-copper);
  color: var(--v2-ink);
  font-size: 15px;
  text-decoration: none;
}

.artisan-v2-projects__triptych {
  grid-column: 1 / -1;
  margin-top: clamp(44px, 7vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.5fr) minmax(0, 0.62fr);
  gap: clamp(12px, 1.4vw, 24px);
  height: clamp(360px, 42vw, 640px);
}

.artisan-v2-projects__triptych figure {
  position: relative;
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #ddd7cf;
}

.artisan-v2-projects__triptych img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 900ms cubic-bezier(.16, 1, .3, 1);
}

.artisan-v2-projects__triptych figure:hover img {
  transform: scale(1.035);
}

.artisan-home-v2 .vib-assets-section {
  background: var(--v2-mist);
}

.artisan-home-v2 .vib-about-us-section {
  background: var(--v2-ink);
}

.artisan-home-v2 .vib-about-us-section p {
  max-width: 950px;
}

.artisan-v2-field {
  padding: clamp(96px, 11vw, 176px) 0;
  overflow: hidden;
  background: var(--v2-ink);
  color: var(--v2-white);
}

.artisan-v2-field__inner {
  width: min(100% - 48px, 1760px);
  margin: 0 auto;
}

.artisan-v2-field__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(48px, 10vw, 180px);
  align-items: end;
  margin-bottom: clamp(64px, 8vw, 120px);
}

.artisan-v2-field__eyebrow {
  margin: 0 0 24px;
  color: #df946d;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.artisan-v2-field h2 {
  max-width: 13ch;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5.2vw, 82px);
  font-weight: 400;
  line-height: 1.02;
  text-wrap: balance;
}

.artisan-v2-field__header > div:last-child p {
  max-width: 55ch;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
  line-height: 1.65;
}

.artisan-v2-field__header a {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #df946d;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.artisan-v2-field__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(56px, 8vw, 128px) clamp(16px, 2vw, 32px);
  align-items: start;
}

.artisan-v2-field__study {
  position: relative;
  min-width: 0;
}

.artisan-v2-field__caption {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.35;
}

.artisan-v2-field__caption b,
.artisan-v2-field__statement span {
  color: #df946d;
  font-size: 12px;
  font-weight: 400;
}

.artisan-v2-field__caption span {
  max-width: 22ch;
  text-wrap: balance;
}

.artisan-v2-field__note {
  max-width: 42ch;
  margin: -4px 0 22px;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.55;
  text-wrap: pretty;
}

.artisan-v2-field__composition {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  min-width: 0;
  isolation: isolate;
}

.artisan-v2-field__plate {
  position: relative;
  display: block;
  min-width: 0;
  z-index: 1;
  color: inherit;
  text-decoration: none;
  transition: z-index 0s, transform .3s cubic-bezier(.16, 1, .3, 1), filter .3s ease;
}

.artisan-v2-field__plate img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #0d1815;
}

.artisan-v2-field__plate::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(223, 148, 109, 0);
  content: '';
  pointer-events: none;
  transition: border-color .24s ease;
}

.artisan-v2-field__plate:hover,
.artisan-v2-field__plate:focus-visible {
  z-index: 20 !important;
  transform: translateY(-8px);
  filter: saturate(1.06);
}

.artisan-v2-field__plate:hover::after,
.artisan-v2-field__plate:focus-visible::after {
  border-color: rgba(223, 148, 109, .72);
}

.artisan-v2-field__plate:focus-visible {
  outline: 2px solid #df946d;
  outline-offset: 5px;
}

.artisan-v2-field__composition--portrait-duo .artisan-v2-field__plate--lead {
  grid-column: 1 / span 7;
  grid-row: 1;
  z-index: 1;
}

.artisan-v2-field__composition--portrait-duo .artisan-v2-field__plate--support {
  grid-column: 7 / span 6;
  grid-row: 1;
  z-index: 2;
  margin-top: 24%;
}

.artisan-v2-field__composition--right-led .artisan-v2-field__plate--lead {
  z-index: 2;
}

.artisan-v2-field__composition--right-led .artisan-v2-field__plate--support {
  z-index: 1;
}

.artisan-v2-field__composition--balanced .artisan-v2-field__plate--lead {
  grid-column: 1 / span 6;
}

.artisan-v2-field__composition--balanced .artisan-v2-field__plate--support {
  grid-column: 7 / span 6;
  margin-top: 12%;
}

.artisan-v2-field__composition--landscape-duo .artisan-v2-field__plate--lead {
  grid-column: 1 / span 8;
  grid-row: 1;
  z-index: 2;
}

.artisan-v2-field__composition--landscape-duo .artisan-v2-field__plate--support {
  grid-column: 7 / span 6;
  grid-row: 1;
  z-index: 1;
  margin-top: 19%;
}

.artisan-v2-field__composition--mixed-duo .artisan-v2-field__plate--lead {
  grid-column: 1 / span 8;
  grid-row: 1;
  z-index: 1;
}

.artisan-v2-field__composition--mixed-duo .artisan-v2-field__plate--support {
  grid-column: 7 / span 6;
  grid-row: 1;
  z-index: 2;
  margin-top: 31%;
}

.artisan-v2-field__composition--trio .artisan-v2-field__plate--lead {
  grid-column: 1 / span 8;
  grid-row: 1;
  z-index: 1;
}

.artisan-v2-field__composition--trio .artisan-v2-field__plate--support {
  grid-column: 7 / span 6;
  grid-row: 1;
  z-index: 2;
  margin-top: 29%;
}

.artisan-v2-field__composition--trio .artisan-v2-field__plate--detail {
  grid-column: 9 / span 4;
  grid-row: 1;
  z-index: 3;
  margin-top: 2%;
}

.artisan-v2-field__study--01 { grid-column: 1 / span 6; }
.artisan-v2-field__study--02 { grid-column: 8 / span 5; margin-top: clamp(64px, 8vw, 128px); }

.artisan-v2-field__study--01 .artisan-v2-field__plate--lead {
  grid-column: 1 / span 7;
}

.artisan-v2-field__study--01 .artisan-v2-field__plate--support {
  grid-column: 8 / span 5;
  margin-top: 18%;
}

.artisan-v2-field__statement {
  grid-column: 1 / span 4;
  padding: clamp(54px, 7vw, 108px) 0;
}

.artisan-v2-field__statement p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(23px, 2.4vw, 38px);
  line-height: 1.25;
}

.artisan-v2-field__study--03 { grid-column: 5 / span 8; }
.artisan-v2-field__study--03 .artisan-v2-field__composition {
  column-gap: clamp(16px, 1.6vw, 28px);
}

.artisan-v2-field__study--03 .artisan-v2-field__plate--lead {
  grid-column: 1 / span 8;
  z-index: 1;
}

.artisan-v2-field__study--03 .artisan-v2-field__plate--support {
  grid-column: 9 / span 4;
  margin-top: 18%;
  z-index: 2;
}
.artisan-v2-field__study--04 { grid-column: 1 / span 6; }
.artisan-v2-field__study--05 { grid-column: 8 / span 5; margin-top: clamp(96px, 11vw, 176px); }
.artisan-v2-field__study--06 { grid-column: 3 / span 8; }

@media (max-width: 1023px) {
  .artisan-home-v2 .vib-service-section__wrapper {
    grid-template-columns: minmax(320px, 1.2fr) minmax(260px, .8fr);
    gap: 36px;
  }

  .artisan-home-v2 .vib-service-section__wrapper > .vib-cms-media {
    min-height: 460px;
  }

  .artisan-v2-projects__header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .artisan-v2-living--kitchen { grid-column: 1 / span 5; }
  .artisan-v2-projects__note,
  .artisan-v2-living--lounge { grid-column: 6 / span 7; }
  .artisan-v2-living--table { grid-column: 2 / span 4; }
  .artisan-v2-living--bistro { grid-column: 7 / span 4; }
  .artisan-v2-projects__triptych { height: clamp(320px, 46vw, 520px); }

  .artisan-v2-field__header {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 700px) {
  .artisan-home-v2 .artisan-manifesto {
    min-height: 650px;
    padding: 64px 24px;
    background-position: 66% center;
  }

  .artisan-home-v2 .artisan-manifesto :is(h1, h2) {
    font-size: clamp(38px, 11vw, 54px);
  }

  .artisan-home-v2 .vib-service-section__wrapper {
    display: flex;
    flex-direction: column;
  }

  .artisan-home-v2 .vib-service-section__wrapper > .vib-cms-media {
    order: 2;
    width: 100%;
    height: 430px;
    min-height: 0;
    margin: 10px 0 28px;
  }

  .artisan-home-v2 .vib-service-section__title { order: 1; }
  .artisan-home-v2 .vib-service-section__content { order: 3; }
  .artisan-home-v2 .vib-service-section__link { order: 4; }

  .artisan-v2-projects__inner {
    width: min(100% - 32px, 680px);
  }

  .artisan-v2-projects h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .artisan-v2-projects__canvas {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .artisan-v2-living {
    width: 100%;
  }

  .artisan-v2-living--kitchen,
  .artisan-v2-living--table,
  .artisan-v2-living--bistro {
    aspect-ratio: 4 / 5;
  }

  .artisan-v2-living--lounge {
    aspect-ratio: 2 / 1;
  }

  .artisan-v2-projects__triptych {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 20px;
    gap: 16px;
  }

  .artisan-v2-projects__triptych figure {
    height: auto;
  }

  .artisan-v2-projects__side { aspect-ratio: 4 / 5; }
  .artisan-v2-projects__wide { aspect-ratio: 4 / 3; }

  .artisan-v2-field__inner { width: min(100% - 32px, 680px); }
  .artisan-v2-field__header { margin-bottom: 48px; }
  .artisan-v2-field h2 { font-size: clamp(39px, 11vw, 54px); }

  .artisan-v2-field__grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .artisan-v2-field__study--01,
  .artisan-v2-field__study--02,
  .artisan-v2-field__study--03,
  .artisan-v2-field__study--04,
  .artisan-v2-field__study--05,
  .artisan-v2-field__study--06 {
    grid-column: 1;
    margin-top: 0;
  }

  .artisan-v2-field__plate:hover,
  .artisan-v2-field__plate:focus-visible {
    transform: translateY(-4px);
  }

  .artisan-v2-field__statement {
    grid-column: 1 / -1;
    padding: 42px 0;
  }

  .artisan-v2-field__caption {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .artisan-v2-field__note {
    max-width: 38ch;
    margin-bottom: 18px;
    font-size: 13px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .artisan-home-v2 *,
  .artisan-home-v2 *::before,
  .artisan-home-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

}
