/* Production responsive layer for the supplied Artiste design export. */
*, *::before, *::after { box-sizing: border-box; }
html, body { min-width: 0; margin: 0; }
body { overflow-x: hidden; }
img, svg { max-width: 100%; }
button, input { max-width: 100%; }

/* Keep section content centered at 1440px while extending each section background full-bleed. */
#dc-root,
#dc-root > .sc-host {
  width: 100% !important;
  max-width: none !important;
}

#dc-root > .sc-host > div {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
}

#dc-root > .sc-host > div > div {
  width: 100% !important;
  max-width: 1440px !important;
  margin-inline: auto;
  position: relative;
  isolation: isolate;
  background: transparent !important;
}

#dc-root > .sc-host > div > div::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0 -100vmax;
  background: var(--section-bg);
}

#dc-root > .sc-host > div > div:nth-child(3) {
  overflow: visible !important;
}

#dc-root > .sc-host > div > div:nth-child(1) { --section-bg: #141414; }
#dc-root > .sc-host > div > div:nth-child(2) { --section-bg: #ffffff; }
#dc-root > .sc-host > div > div:nth-child(3) { --section-bg: #F5F1EA; }
#dc-root > .sc-host > div > div:nth-child(4) { --section-bg: #ffffff; }
#dc-root > .sc-host > div > div:nth-child(5) { --section-bg: #ffffff; }
#dc-root > .sc-host > div > div:nth-child(6) { --section-bg: #F5F1EA; }
#dc-root > .sc-host > div > div:nth-child(7) { --section-bg: #ffffff; }
#dc-root > .sc-host > div > div:nth-child(8) { --section-bg: #141414; }
#dc-root > .sc-host > div > div:nth-child(9) { --section-bg: #ECE4D3; }
#dc-root > .sc-host > div > div:nth-child(10) { --section-bg: #ffffff; }
#dc-root > .sc-host > div > div:nth-child(11) { --section-bg: #ffffff; }
#dc-root > .sc-host > div > div:nth-child(12) { --section-bg: #141414; }
#dc-root > .sc-host > div > div:nth-child(13) { --section-bg: #F5F1EA; }

#dc-root > .sc-host > div > div > * {
  position: relative;
  z-index: 1;
}

.site-menu-toggle {
  display: none;
}

@media (max-width: 1040px) {
  #dc-root,
  #dc-root > .sc-host { height: auto !important; }

  #dc-root > .sc-host > div {
    width: 100% !important;
    height: auto !important;
  }

  #dc-root > .sc-host > div > div {
    flex: none !important;
    height: auto !important;
    min-height: 0 !important;
  }

  #dc-root > .sc-host > div > div:nth-child(2) {
    min-height: 76px;
    padding: 18px 32px !important;
    gap: 18px;
    flex-wrap: wrap;
  }

  #dc-root > .sc-host > div > div:nth-child(2) nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(3) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  #dc-root > .sc-host > div > div:nth-child(3) > div:first-of-type {
    width: auto !important;
    flex: none !important;
    padding: 64px 40px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(3) > div:last-of-type {
    min-height: 560px;
  }

  #dc-root > .sc-host > div > div:nth-child(4),
  #dc-root > .sc-host > div > div:nth-child(5),
  #dc-root > .sc-host > div > div:nth-child(7),
  #dc-root > .sc-host > div > div:nth-child(11) {
    padding: 64px 40px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(5) > div:last-child,
  #dc-root > .sc-host > div > div:nth-child(11) > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #dc-root > .sc-host > div > div:nth-child(6) > div:first-child {
    width: 42% !important;
    flex-basis: 42% !important;
  }

  #dc-root > .sc-host > div > div:nth-child(6) > div:last-child {
    padding: 56px 40px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(8) {
    padding: 64px 40px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(9) {
    padding: 56px 40px !important;
    gap: 24px;
  }

  #dc-root > .sc-host > div > div:nth-child(10) > div:first-child {
    width: 42% !important;
    flex-basis: 42% !important;
  }

  #dc-root > .sc-host > div > div:nth-child(10) > div:last-child {
    padding: 56px 40px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(13) {
    padding: 56px 40px 32px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(13) > div:first-child {
    grid-template-columns: 1.4fr repeat(3, 1fr) !important;
  }

  #dc-root > .sc-host > div > div:nth-child(13) > div:first-child > div:last-child {
    grid-column: 1 / -1;
  }

  .site-footer > div:first-child,
  .site-footer > div:last-child {
    width: 100%;
  }
}

@media (max-width: 760px) {
  #dc-root > .sc-host > div > div {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }

  #dc-root > .sc-host > div > div:first-child {
    padding: 10px 20px !important;
    min-height: 0;
    font-size: 10px !important;
    flex-wrap: wrap;
    gap: 4px 12px !important;
  }

  #dc-root > .sc-host > div > div:first-child > div:last-child {
    display: none !important;
  }

  #dc-root > .sc-host > div > div:nth-child(2) {
    min-height: 0 !important;
    height: auto !important;
    padding: 14px 20px !important;
    align-items: center;
    position: relative;
  }

  .site-header {
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    row-gap: 12px;
  }

  .site-header > div:first-child {
    min-width: 0;
    flex: 1 1 auto;
  }

  #dc-root > .sc-host > div > div:nth-child(2) > div:first-child {
    margin-right: auto;
  }

  #dc-root > .sc-host > div > div:nth-child(2) > div:nth-of-type(2),
  .site-header-contact {
    display: none !important;
  }

  #dc-root > .sc-host > div > div:nth-child(2) nav {
    display: none !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    order: 3;
    justify-content: stretch;
    gap: 10px 18px !important;
    padding-top: 8px;
    border-top: 1px solid var(--hair);
    font-size: 12px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(2).mobile-menu-open nav {
    display: grid !important;
  }

  #dc-root > .sc-host > div > div:nth-child(2) nav a {
    min-height: 38px;
    display: flex;
    align-items: center;
  }

  .site-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 84px;
    min-height: 42px;
    margin-left: 10px;
    flex: 0 0 auto;
    padding: 10px 13px;
    border: 1px solid var(--hair);
    background: var(--paper);
    color: var(--ink);
    font: 600 11px/1 'Archivo', sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
  }

  .site-menu-toggle > span:first-child {
    font-size: 16px;
    line-height: 0;
  }

  #dc-root > .sc-host > div > div:nth-child(3) {
    display: flex !important;
    flex-direction: column !important;
  }

  #dc-root > .sc-host > div > div:nth-child(3) > div:first-of-type {
    padding: 64px 24px 52px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(3) > div:last-of-type {
    min-height: 420px;
    height: 420px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(4) {
    padding: 42px 24px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(4) > div:last-child {
    gap: 18px !important;
    flex-wrap: wrap;
  }

  #dc-root > .sc-host > div > div:nth-child(5),
  #dc-root > .sc-host > div > div:nth-child(7),
  #dc-root > .sc-host > div > div:nth-child(11) {
    padding: 52px 24px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(5) > div:first-child,
  #dc-root > .sc-host > div > div:nth-child(11) > div:first-child {
    display: block !important;
  }

  #dc-root > .sc-host > div > div:nth-child(5) > div:first-child > a,
  #dc-root > .sc-host > div > div:nth-child(11) > div:first-child > a {
    display: inline-block;
    margin-top: 18px;
  }

  #dc-root > .sc-host > div > div:nth-child(5) > div:last-child,
  #dc-root > .sc-host > div > div:nth-child(7) > div:last-child,
  #dc-root > .sc-host > div > div:nth-child(11) > div:last-child {
    grid-template-columns: 1fr !important;
  }

  #dc-root > .sc-host > div > div:nth-child(6),
  #dc-root > .sc-host > div > div:nth-child(10),
  #dc-root > .sc-host > div > div:nth-child(9) {
    display: flex !important;
    flex-direction: column !important;
  }

  #dc-root > .sc-host > div > div:nth-child(6) > div:first-child,
  #dc-root > .sc-host > div > div:nth-child(10) > div:first-child {
    width: 100% !important;
    flex-basis: auto !important;
    height: 360px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(6) > div:last-child,
  #dc-root > .sc-host > div > div:nth-child(10) > div:last-child {
    padding: 52px 24px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(8) {
    padding: 52px 24px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(8) > div:nth-child(2) {
    gap: 28px 14px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(8) > div:nth-child(3) {
    gap: 28px !important;
    flex-wrap: wrap;
  }

  #dc-root > .sc-host > div > div:nth-child(9) {
    padding: 52px 24px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(9) > div:last-child {
    width: 100% !important;
    flex-basis: auto !important;
    min-height: 220px;
  }

  #dc-root > .sc-host > div > div:nth-child(12) {
    padding: 64px 24px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(12) > div {
    flex-wrap: wrap;
    justify-content: center;
  }

  #dc-root > .sc-host > div > div:nth-child(13) {
    padding: 52px 24px 28px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(13) > div:first-child {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(13) > div:first-child > div:last-child {
    grid-column: auto;
  }

  #dc-root > .sc-host > div > div:nth-child(13) > div:last-child > div {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .site-footer > div:first-child {
    gap: 32px !important;
  }

  .site-footer > div:first-child > div:last-child {
    grid-column: auto !important;
  }

  .site-footer > div:first-child > div:last-child > div {
    display: flex;
    width: 100%;
  }

  .site-footer > div:first-child > div:last-child input {
    min-width: 0;
    width: 100%;
  }

  .site-footer > div:last-child > div > div {
    flex-wrap: wrap;
    gap: 10px 16px !important;
  }

  h1 { font-size: clamp(40px, 12vw, 58px) !important; }
  h2 { font-size: clamp(28px, 8vw, 38px) !important; }
}

@media (max-width: 420px) {
  #dc-root > .sc-host > div > div:nth-child(3) > div:last-of-type {
    min-height: 340px;
    height: 340px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(3) > div:first-of-type,
  #dc-root > .sc-host > div > div:nth-child(6) > div:last-child,
  #dc-root > .sc-host > div > div:nth-child(10) > div:last-child {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #dc-root > .sc-host > div > div:nth-child(2) nav {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
