/*

	NORMALIZE

------------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sup {
  font-size: 25%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -2.25em;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-family: "Roboto", sans-serif;
  background: radial-gradient(circle at bottom, #333, black) bottom center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media (min-width: 760px) {
  body:not(.ar-is-supported) .header__dropdown--show {
    right: 0;
    left: inherit;
  }
}
body:not(.ar-is-supported) .art__wall {
  padding-bottom: 160px;
}
@media (min-width: 760px) {
  body:not(.ar-is-supported) .art__wall {
    padding-bottom: 160px;
  }
}
@media (min-width: 975px) {
  body:not(.ar-is-supported) .art__wall {
    padding-bottom: 120px;
  }
}
@media (min-width: 1400px) {
  body:not(.ar-is-supported) .art__wall {
    padding-bottom: 160px;
  }
}
@media (max-width: 760px) {
  body:not(.ar-is-supported) .art__wall-btn {
    bottom: 64px;
  }
}
@media (min-width: 760px) and (max-width: 975px) {
  body:not(.ar-is-supported) .art__wall-btn {
    bottom: 84px;
  }
}

button {
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.art__ar-link-wrapper--android, .art__ar-link-wrapper {
  display: none;
}

.painting-is-ar-ready.ar-is-supported--android .art__ar-link-wrapper--android {
  display: block;
}
.painting-is-ar-ready.ar-is-supported--android .header__nav-link--ar {
  display: inline-block;
}

.painting-is-ar-ready.ar-is-supported--ios .art__ar-link-wrapper--ios {
  display: block;
}
.painting-is-ar-ready.ar-is-supported--ios .header__nav-link--ar {
  display: inline-block;
}

.flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexer__33 {
  width: 33.33%;
  padding: 80px;
  color: white;
}

header {
  padding: 20px;
  text-align: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  font-family: "Playfair Display", serif;
  border-bottom: 3px double #eee;
}
@media (min-width: 760px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 975px) {
  header {
    padding: 0 30px;
    height: 75px;
  }
}

.header__logo {
  color: #333;
  font-size: 30px;
  text-decoration: none;
  white-space: nowrap;
}

.header__nav {
  padding-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-top: 6px;
  padding-left: 10px;
}
@media (min-width: 760px) {
  .header__nav {
    width: auto;
    padding-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
}

.header__nav-link {
  white-space: nowrap;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  display: inline-block;
  text-transform: lowercase;
  border-bottom: 1px solid transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
@media (min-width: 975px) {
  .header__nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .header__nav-link {
    font-size: 18px;
    font-weight: 300;
  }
}

.header__nav-link--ar {
  display: none;
}

.header__nav-link--paintings ion-icon {
  font-size: 0.75em;
  pointer-events: none;
}
.header__nav-link--paintings span {
  pointer-events: none;
}

.header__dropdown {
  max-height: calc(100vh - 213px);
  border-top: 1.5em solid #2d2d2d;
  border-bottom: 1.5em solid #2d2d2d;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 126px;
  left: -9999px;
  background-color: #2d2d2d;
  margin: 0;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0 20px;
  line-height: 1.5;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.1s linear, left 0s 0.1s;
  transition: opacity 0.1s linear, left 0s 0.1s;
  width: 100%;
}
@media (min-width: 760px) {
  .header__dropdown {
    top: 75px;
    width: auto;
    max-height: calc(100vh - 75px);
  }
}
.header__dropdown:before {
  content: "";
  position: absolute;
  top: -20px;
  width: 100%;
  height: 20px;
  left: 0;
  background-color: transparent;
}
.header__dropdown .header__nav-link--active {
  color: #f97316;
}
.header__dropdown::-webkit-scrollbar {
  width: 15px;
}
.header__dropdown::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #2d2d2d;
  border-right: 7px solid #2d2d2d;
}

.header__dropdown-link {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
}

.header__nav-link-arrow {
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
}

.no-touch .header__nav-link:not(.header__nav-link--active):hover {
  color: black;
  border-bottom-color: #333;
}
.no-touch .header__dropdown-link:not(.header__nav-link--active) {
  color: #ddd;
}
.no-touch .header__dropdown-link:not(.header__nav-link--active):hover {
  color: white;
}

.header__nav-link--active {
  border-bottom-color: #333;
}

.header__dropdown--show {
  left: inherit;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
@media (min-width: 975px) {
  .header__dropdown--show {
    right: 0;
    left: inherit;
  }
}

.header__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  border-right: 3px double #aaa;
  padding-right: 25px;
}
.header__social-icons a {
  line-height: 0;
}

.header__social-icon {
  font-size: 28px;
  opacity: 0.5;
  -webkit-transition: opacity 0.075s linear;
  transition: opacity 0.075s linear;
  color: black;
}
.header__social-icon:hover {
  opacity: 1;
}

.art__wall {
  background: radial-gradient(circle at top, white 300px, #ccc) top center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 200px 40px 80px;
  position: relative;
  min-height: 87vh;
}
@media (min-width: 760px) {
  .art__wall {
    padding-top: 160px;
  }
}

.art__wall-btn {
  position: absolute;
  z-index: 1;
  bottom: 155px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  left: 0;
  padding: 0.5em 0.65em;
  font-size: 24px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  line-height: 1;
  font-family: "Playfair Display", serif;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
}
@media (min-width: 760px) {
  .art__wall-btn {
    font-size: 30px;
  }
}
@media (min-width: 975px) {
  .art__wall-btn {
    top: 50%;
    bottom: inherit;
    font-size: 26px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.art__wall-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.art__wall-btn--disabled {
  pointer-events: none;
  color: #aaa;
}
.art__wall-btn--disabled.art__wall-btn--prev:before {
  border-right-color: #aaa;
}
.art__wall-btn--disabled.art__wall-btn--next:after {
  border-left-color: #aaa;
}

.art__wall-btn--prev {
  padding-left: 0.35em;
}
.art__wall-btn--prev:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border: 0.25em solid transparent;
  border-right: 0.25em solid #333;
  margin-right: 0.325em;
  -webkit-transform: translateY(-0.1em);
      -ms-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

.art__wall-btn--next {
  left: inherit;
  right: 0;
  padding-right: 0.35em;
}
.art__wall-btn--next:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border: 0.25em solid transparent;
  border-left: 0.25em solid #333;
  margin-left: 0.325em;
  -webkit-transform: translateY(-0.1em);
      -ms-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

.art__loading-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.art {
  position: relative;
  line-height: 0;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 760px) {
  .art {
    max-width: calc(100% - 100px);
  }
}
@media (min-width: 975px) {
  .art {
    max-width: calc(100% - 300px);
  }
}
@media (min-width: 1400px) {
  .art {
    max-width: calc(100% - 400px);
  }
}

.art--not-loaded .art__measure-side, .art--not-loaded .art__measure-top, .art--not-loaded .art__img {
  opacity: 0;
}

.art__measure-side {
  position: absolute;
  left: -20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.art__measure-side-inch {
  background-color: rgba(0, 0, 0, 0.125);
  height: 1px;
  width: 7px;
}

.art__measure-side-foot {
  background-color: rgba(0, 0, 0, 0.25);
  height: 1px;
  width: 12px;
  position: relative;
}
.art__measure-side-foot:after {
  font-family: arial, sans-serif;
  font-size: 10px;
  position: absolute;
  left: -1.25em;
  text-align: right;
}

.art__measure-side-foot--1:after {
  content: "1'";
}

.art__measure-side-foot--2:after {
  content: "2'";
}

.art__measure-side-foot--3:after {
  content: "3'";
}

.art__measure-side-foot--4:after {
  content: "4'";
}

.art__measure-side-foot--5:after {
  content: "5'";
}

.art__measure-side-foot--6:after {
  content: "6'";
}

.art__measure-side-foot--7:after {
  content: "7'";
}

.art__measure-side-foot--8:after {
  content: "8'";
}

.art__measure-top {
  position: absolute;
  top: -20px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.art__measure-top-inch {
  background-color: rgba(0, 0, 0, 0.125);
  width: 1px;
  height: 7px;
}

.art__measure-top-foot {
  background-color: rgba(0, 0, 0, 0.25);
  width: 1px;
  height: 12px;
  position: relative;
}
.art__measure-top-foot:after {
  font-family: arial, sans-serif;
  font-size: 10px;
  position: absolute;
  top: -1em;
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%);
}

.art__measure-top-foot--1:after {
  content: "1'";
}

.art__measure-top-foot--2:after {
  content: "2'";
}

.art__measure-top-foot--3:after {
  content: "3'";
}

.art__measure-top-foot--4:after {
  content: "4'";
}

.art__measure-top-foot--5:after {
  content: "5'";
}

.art__measure-top-foot--6:after {
  content: "6'";
}

.art__measure-top-foot--7:after {
  content: "7'";
}

.art__measure-top-foot--8:after {
  content: "8'";
}

.art__img {
  max-width: 100%;
  max-height: calc(100vh - 120px);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2), 0 32px 16px -36px rgb(0, 0, 0);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2), 0 32px 16px -36px rgb(0, 0, 0);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  pointer-events: none;
}

.art--no-shadow .art__img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.art__ar-link-wrapper {
  cursor: pointer;
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.art__ar-link-txt {
  line-height: 1.25;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 20px;
}
.art__ar-link-txt strong {
  font-weight: 400;
}

.art__ar-btn {
  padding-bottom: 20px;
}

.art__ar-icon-img {
  width: 100px;
  height: 100px;
  border: 6px solid #e5e5e5;
  border-radius: 100%;
  -webkit-transition: all 0.3s, border-color 0.15s linear;
  transition: all 0.3s, border-color 0.15s linear;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.no-touch .art__ar-link-wrapper:hover .art__ar-icon-img {
  border-color: white;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.art__ar-link {
  line-height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.art__ar-link-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.art__info {
  background: radial-gradient(circle at top, #555 300px, #333) top center;
  padding: 100px 40px 100px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-mask-image: url(../img/section-mask-1.svg);
          mask-image: url(../img/section-mask-1.svg);
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-top: -2.5vw;
}

.art__text-wrapper {
  color: white;
  max-width: 580px;
  margin: 0 auto;
}

.art__title {
  font-family: "Playfair Display", serif;
  margin: 0 0 0.25em;
  font-size: 40px;
  font-weight: normal;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.art__detail {
  font-size: 20px;
  margin: 0;
  font-weight: 300;
}

.art__description {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 2em;
}

.contact {
  background: radial-gradient(circle at top, #262627 300px, #1d1d1d) top center;
  color: white;
  padding: 80px 40px 120px;
  position: relative;
  border-top: 3px double rgba(255, 255, 255, 0.2); /* mask-image:url(../img/section-mask-2.svg); mask-size:100% auto; mask-repeat:no-repeat; margin-top:-2.5vw; */
}

.contact__form {
  margin: 0 auto;
  max-width: 1200px;
}

.contact__grid {
  display: -ms-grid;
  display: grid;
  gap: 35px;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr 35px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.contact__grid-block--left-content {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/span 4/span 1;
  background: #191919;
  border: 3px double #262626;
  margin: -3px 0;
  padding: 20px;
  font-weight: 300px;
  border-radius: 25px;
  line-height: 1.5;
  text-align: right;
  font-size: 14px;
  color: #ccc;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact__grid-block--left-content strong {
  color: white;
}

.contact__grid-block--h1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 1/2/span 1/span 3;
}

.contact__grid-block--name {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2/2/span 1/span 2;
}

.contact__grid-block--email {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 3/2/span 1/span 2;
}

.contact__grid-block--message {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 4/2/span 1/span 3;
}

.contact__grid-block--submit {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 5/2/span 1/span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}

.contact__success-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  gap: 10px;
  margin: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(200, 255, 200, 0)), to(rgba(200, 255, 200, 0.15)));
  background: linear-gradient(to right, rgba(200, 255, 200, 0), rgba(200, 255, 200, 0.15));
  border-radius: 1.25em;
  font-weight: 300;
  pointer-events: none;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.contact__success-msg ion-icon {
  font-size: 2.5em;
  color: green;
  background-color: #222;
  border-radius: 100%;
}

.contact__success-msg--show {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: all;
}

.portrait-wrapper {
  position: relative;
  margin-bottom: 1em;
}

.portrait {
  width: 100%;
  border-radius: 3px;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

@media (max-width: 760px) {
  .portrait-wrapper {
    float: left;
    margin: 0 15px 0 0;
    width: 24%;
    line-height: 0;
  }
  .contact__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contact__grid-block--left-content {
    grid-area: inherit;
    text-align: left;
    display: block;
  }
  .contact__grid-block--h1, .contact__grid-block--name, .contact__grid-block--email, .contact__grid-block--message {
    grid-area: inherit;
  }
  .contact__grid-block--submit {
    grid-area: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .contact__success-msg {
    padding: 10px;
    border-radius: 2em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 760px) and (max-width: 975px) {
  .portrait-wrapper {
    width: 190px;
    line-height: 0;
    margin: 0;
  }
  .contact__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contact__grid-block--left-content {
    grid-area: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    gap: 20px;
  }
  .contact__grid-block--h1, .contact__grid-block--name, .contact__grid-block--email, .contact__grid-block--message, .contact__grid-block--submit {
    grid-area: inherit;
  }
  .contact__grid-block--name, .contact__grid-block--email {
    width: 66%;
  }
}
.art__purchase-grid {
  margin: 35px 0 40px;
  width: 100%;
  font-size: 10px;
  -webkit-box-shadow: 0 20px 10px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 10px -20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
@media (min-width: 760px) {
  .art__purchase-grid {
    font-size: 14px;
  }
}
@media (min-width: 975px) {
  .art__purchase-grid {
    font-size: 16px;
  }
}

.art__purchase-grid-row {
  display: -ms-grid;
  display: grid;
  gap: 24px 20px;
  padding: 10px;
  -ms-grid-columns: 38fr 20px 30fr 20px 32fr;
  grid-template-columns: 38fr 30fr 32fr;
}
@media (min-width: 760px) {
  .art__purchase-grid-row {
    gap: 24px 30px;
    -ms-grid-columns: 41fr 30px 41fr 30px 18fr;
    grid-template-columns: 41fr 41fr 18fr;
  }
}
@media (min-width: 975px) {
  .art__purchase-grid-row {
    gap: 20px 30px;
  }
}
.art__purchase-grid-row:nth-last-child(7), .art__purchase-grid-row:nth-last-child(7) + .art__payment-form {
  background-color: #8a8a8a;
}
.art__purchase-grid-row:nth-last-child(6), .art__purchase-grid-row:nth-last-child(6) + .art__payment-form {
  background-color: #838383;
}
.art__purchase-grid-row:nth-last-child(5), .art__purchase-grid-row:nth-last-child(5) + .art__payment-form {
  background-color: #7a7a7a;
}
.art__purchase-grid-row:nth-last-child(4), .art__purchase-grid-row:nth-last-child(4) + .art__payment-form {
  background-color: #737373;
}
.art__purchase-grid-row:nth-last-child(3), .art__purchase-grid-row:nth-last-child(3) + .art__payment-form {
  background-color: #6a6a6a;
}
.art__purchase-grid-row:nth-last-child(2), .art__purchase-grid-row:nth-last-child(2) + .art__payment-form {
  background-color: #636363;
}
.art__purchase-grid-row:nth-last-child(1), .art__purchase-grid-row:nth-last-child(1) + .art__payment-form {
  background-color: #5a5a5a;
}

.art__purchase-grid-cell {
  line-height: 1;
  margin: auto 0;
}
@media (max-width: 760px) {
  .art__purchase-grid-cell:nth-child(3n-2) {
    font-size: 13px;
  }
}
.art__purchase-grid-cell:nth-child(3n-1) {
  text-align: right;
  margin-right: -10px;
  white-space: nowrap;
  color: #ddd;
  font-weight: 300;
}
@media (min-width: 760px) {
  .art__purchase-grid-cell:nth-child(3n-1) {
    margin-right: -16px;
  }
}
.art__purchase-grid-cell strong {
  color: white;
}

.art__payment-form {
  padding: 10px 20px 20px;
}

.art__price-button {
  font-size: 10px;
  display: inline-block;
  width: 100%;
  padding: 3px 10px;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #f97316;
  text-align: center;
  border-radius: 8px;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .art__price-button {
    font-weight: bold;
  }
}
@media (min-width: 760px) {
  .art__price-button {
    font-size: 12px;
  }
}
.art__price-button:hover {
  background-color: #ea580c;
}
.art__price-button:active {
  -webkit-box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.art__price-button--na {
  pointer-events: none;
  background-color: #aaa;
}

.art__reproduction-info-btn {
  margin: -2px 0 0 10px;
  background-color: #333;
  color: #eee;
  padding: 5px 12px 3px 7px;
  border-radius: 0 0 8px 8px;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}
.art__reproduction-info-btn em {
  color: #aaa;
  font-style: normal;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.art__reproduction-info-btn ion-icon {
  font-size: 22px;
}
.art__reproduction-info-btn:hover {
  color: #f97316;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.art__reproduction-info-btn:hover em {
  color: #f97316;
}

.btn {
  background-color: #f97316;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #333;
  font-weight: bold;
  padding: 1em 2.25em;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  line-height: 0;
  -webkit-box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.5);
}
.btn ion-icon {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.btn:hover {
  background-color: #ea580c;
}
.btn:hover ion-icon {
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
}
.btn:active {
  -webkit-box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

@media (min-width: 975px) {
  form.grid {
    gap: 35px;
  }
}
form.grid .btn {
  margin: 0;
}

.grid__block-half {
  width: 100%;
  max-width: 550px;
}

.contact__grid-block {
  position: relative;
}

.grid__block-full {
  grid-column: 1/-1;
}

@media (min-width: 760px) {
  .form__block--full-width {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

.form__error .custom-form-input-style:after {
  background: -webkit-gradient(linear, left top, right top, from(red), to(#999)) !important;
  background: linear-gradient(to right, red, #999) !important;
}

label small {
  font-size: 0.75em;
  font-weight: 300;
}

.floating-label {
  font-size: 1rem;
  -webkit-appearance: none;
  z-index: 1;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 1rem 0.75rem 1rem 0;
  line-height: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 1rem;
  left: 0.75rem;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #ABABAB;
  overflow: hidden;
}

.label--out-of-the-way {
  -webkit-transform: translateY(-2rem) scale(0.65);
      -ms-transform: translateY(-2rem) scale(0.65);
          transform: translateY(-2rem) scale(0.65);
  width: 145%;
  color: #aaa;
}

input[type=text], input[type=email], input[type=date], .select__readout, textarea {
  font-size: 1rem;
  -webkit-appearance: none;
  padding: 0.5em 1em;
  line-height: 1;
  height: 3rem;
  border: 0;
  background: transparent;
  vertical-align: middle;
  width: 100%;
  outline: 0;
  border-radius: 20px;
  padding: 1rem 0.75rem;
  color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #3c3c3d inset !important;
  -webkit-text-fill-color: white !important;
}

.custom-form-input-style {
  background: -webkit-gradient(linear, left top, right top, from(#3c3c3d), to(#333));
  background: linear-gradient(to right, #3c3c3d, #333);
  position: relative;
  border-radius: 20px;
  border-bottom: 1px solid #464646;
}

textarea {
  width: 100%;
  -webkit-appearance: none;
  padding: 1rem 0.75rem;
  outline: 0;
  border: 0;
  height: 10em;
}

.form__block--textarea {
  border: 0;
  padding-top: 2rem;
}
.form__block--textarea .floating-label {
  top: 3em;
  height: auto;
}
.form__block--textarea .label--out-of-the-way {
  -webkit-transform: translateY(0.125em) scale(0.65);
      -ms-transform: translateY(0.125em) scale(0.65);
          transform: translateY(0.125em) scale(0.65);
}

.form__block--no-border {
  border: 0;
}

input[type=checkbox] {
  margin: 0 0.25em 0 1px;
  vertical-align: middle;
}
input[type=checkbox] + label {
  vertical-align: middle;
  font-size: 0.875rem;
  font-weight: 400;
}

.checkbox-wrapper + .checkbox-wrapper {
  margin-top: 0.5rem;
}

.radio-wrapper {
  display: block;
  margin-left: 1px;
}
.radio-wrapper label {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 760px) {
  .radio-wrapper + .radio-wrapper {
    margin-top: 0.5rem;
  }
}
@media (min-width: 760px) {
  .radio-wrapper {
    display: inline-block;
  }
  .radio-wrapper + .radio-wrapper {
    margin-left: 2rem;
  }
}

.form__error-msgs {
  color: red;
  margin: 0;
  font-weight: bold;
  font-size: 0.875rem;
  background-color: white;
  border: 1px solid #c6c6c6;
  padding: 1rem 2rem !important;
  border-radius: 8px;
}

.form__thank-you {
  background-color: white;
  border: 1px solid #c6c6c6;
  padding: 0 2rem 2rem;
  border-radius: 8px;
}

.form__success {
  background-color: green;
  color: white;
  padding: 0.5em 0.75em;
  display: inline-block;
  line-height: 1;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0 0 6px 6px;
}
.form__success + h3 {
  margin-top: 20px !important;
}

footer {
  background: radial-gradient(circle at top, #191919 300px, #000000) top center;
  color: #666;
  padding: 20px 40px;
  position: relative;
  border-top: 3px double rgba(255, 255, 255, 0.2);
  font-size: 12px;
  text-align: center;
}
footer a {
  color: #aaa;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

.footer__copyright {
  color: #999;
  margin-bottom: 4px;
}
@media (min-width: 760px) {
  .footer__copyright {
    display: inline-block;
    margin: 0;
  }
}

.legal-content {
  margin: 0 auto;
  max-width: 1000px;
  line-height: 1.4;
}
.legal-content h2 {
  margin-top: 3em;
}
.legal-content h3 {
  font-style: italic;
  margin-top: 2em;
}
.legal-content a {
  color: #c2410c;
}

.hide {
  display: none;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

@media (max-width: 760px) {
  .non-phone {
    display: none;
  }
}
@media (min-width: 760px) {
  .phone-only {
    display: none;
  }
}

@media (min-width: 975px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 975px) {
  .desktop-only {
    display: none;
  }
}
/*

    UX

------------------------------------------------------------------*/
@media (min-width: 975px) {
  .ux__html {
    font-size: 1vw;
  }
}
@media (min-width: 1400px) {
  .ux__html {
    font-size: 0.75vw;
  }
}
.ux__html p {
  line-height: 1.325;
}
.ux__html p a {
  color: #333;
}
.ux__html p small {
  display: block;
  line-height: 1.325;
  font-weight: 300;
}
.ux__html p small a {
  text-decoration: none;
}

.ux__body {
  background: radial-gradient(circle at top, white 300px, #eee) top center;
  display: block;
  background-repeat: no-repeat;
  background-color: #eee;
}
@media (min-width: 975px) {
  .ux__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
}

.ux__header {
  color: #333;
  font-size: 34px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 975px) {
  .ux__header {
    font-size: 3rem;
    padding: 2rem 3rem;
  }
}

.ux__download-btn {
  display: none;
}
@media (min-width: 760px) {
  .ux__download-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: radial-gradient(#666, #555);
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    padding: 0.75em 1.5em;
    border-radius: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-box-shadow: 0 0.925rem 0.5rem -1rem rgba(0, 0, 0, 0.6);
            box-shadow: 0 0.925rem 0.5rem -1rem rgba(0, 0, 0, 0.6);
    text-decoration: none;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 975px) {
  .ux__download-btn {
    font-size: 1.25rem;
  }
}
@media (hover: hover) {
  .ux__download-btn:hover {
    background: radial-gradient(#346bb9, #558bd9);
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 0.925rem 0.5rem -1rem black;
            box-shadow: 0 0.925rem 0.5rem -1rem black;
  }
}
.ux__download-btn img {
  height: 0.75em;
  width: auto;
  margin-right: 0.5em;
}

.ux__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 20px 100px;
}
@media (min-width: 975px) {
  .ux__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 975px) {
  .ux__resume {
    padding-left: 3rem;
  }
}

@media (min-width: 975px) {
  .ux__scroll-window {
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.ux__scroll-window--selected-work {
  margin-top: 40px;
  border-top: 3px double rgba(0, 0, 0, 0.1);
  padding-top: 60px;
}
@media (min-width: 975px) {
  .ux__scroll-window--selected-work {
    width: 50%;
    padding: 0 3rem 3rem;
    border-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .ux__scroll-window--selected-work {
    width: 55%;
  }
}

@media (min-width: 975px) {
  .ux__scroll-window--resume {
    width: 50%;
    padding-right: 3rem;
    border-right: 3px double rgba(0, 0, 0, 0.1);
  }
  .ux__scroll-window--resume p:last-child {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1400px) {
  .ux__scroll-window--resume {
    width: 45%;
  }
}

@media (min-width: 760px) {
  .ux__selected-work-flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (hover: hover) {
  .ux__selected-work-flexer {
    margin-top: 1px;
  }
}

.ux__selected-work {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 10px;
  background-color: white;
  -webkit-box-shadow: 0 1rem 1rem -1.5rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 1rem 1rem -1.5rem rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}
@media (max-width: 760px) {
  .ux__selected-work:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.07);
    background: radial-gradient(top center, #f9f9f9, rgba(0, 0, 0, 0.07));
  }
}
@media (min-width: 760px) {
  .ux__selected-work {
    width: calc(50% - 10px);
    margin-bottom: 30px;
  }
  .ux__selected-work:nth-child(4n-2), .ux__selected-work:nth-child(4n-1) {
    background-color: rgba(0, 0, 0, 0.07);
    background: radial-gradient(top center, #f9f9f9, rgba(0, 0, 0, 0.07));
  }
}
@media (min-width: 975px) {
  .ux__selected-work {
    width: calc(50% - 1rem);
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
@media (hover: hover) {
  .ux__selected-work:hover {
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-box-shadow: 0 1rem 1rem -1.5rem black;
            box-shadow: 0 1rem 1rem -1.5rem black;
  }
}

@media (hover: hover) {
  .ux__selected-work--video:hover .ux__selected-work-img {
    opacity: 0;
  }
}

.ux__selected-work-img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
  position: relative;
  z-index: 2;
}

.ux__selected-work-img-wrapper {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.ux__selected-work-video {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: auto;
}

.ux__selected-work-h1 {
  margin: 0 0 0.5em;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 24px;
  color: #333;
}
@media (min-width: 975px) {
  .ux__selected-work-h1 {
    font-size: 1.5rem;
  }
}

.ux__selected-work-header {
  color: #333;
  font-size: 34px;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  text-align: left;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  margin: 0 0 60px;
  text-align: center;
}
@media (min-width: 975px) {
  .ux__selected-work-header {
    display: none;
  }
}

.ux__selected-work-ul {
  font-size: 1rem;
  padding-left: 1.75em;
  color: #333;
  font-weight: 300;
  line-height: 1.375;
}
@media (min-width: 975px) {
  .ux__selected-work-ul {
    font-size: 0.875rem;
  }
}
.ux__selected-work-ul strong {
  font-weight: 700;
}

@media (min-width: 760px) {
  .ux__header-flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3rem;
  }
}

.ux__title {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
@media (min-width: 975px) {
  .ux__title {
    font-size: 1rem;
  }
}

.ux__contact {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 760px) {
  .ux__contact {
    margin: 25px 0 40px;
  }
}
@media (min-width: 760px) {
  .ux__contact {
    text-align: right;
  }
}
@media (min-width: 975px) {
  .ux__contact {
    font-size: 1rem;
  }
}
.ux__contact a {
  text-decoration: none;
  color: #333;
}
@media (hover: hover) {
  .ux__contact a:hover {
    text-decoration: underline;
  }
}

.ux__h2 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 975px) {
  .ux__h2 {
    font-size: 2rem;
  }
}

.ux__logo-flexer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media (min-width: 975px) {
  .ux__logo-flexer {
    margin-top: 2rem;
  }
}

.ux__logo-flexer-break {
  width: 100%;
  height: 0;
}

.ux__logo {
  height: auto;
  margin-bottom: 6vw;
}
@media (min-width: 760px) {
  .ux__logo {
    margin-bottom: 4vw;
  }
}
@media (min-width: 975px) {
  .ux__logo {
    margin-bottom: 2rem;
  }
}

.ux__logo--michelin {
  width: 27.17vw;
}
@media (min-width: 760px) {
  .ux__logo--michelin {
    width: 14.82vw;
  }
}
@media (min-width: 975px) {
  .ux__logo--michelin {
    width: 7.41rem;
  }
}

.ux__logo--verizon {
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  width: 25.85vw;
}
@media (min-width: 760px) {
  .ux__logo--verizon {
    width: 14.1vw;
  }
}
@media (min-width: 975px) {
  .ux__logo--verizon {
    width: 7.05rem;
  }
}

.ux__logo--trijicon {
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  width: 17.27vw;
}
@media (min-width: 760px) {
  .ux__logo--trijicon {
    width: 9.42vw;
  }
}
@media (min-width: 975px) {
  .ux__logo--trijicon {
    width: 4.71rem;
  }
}

.ux__logo--bnsf {
  width: 26.125vw;
}
@media (min-width: 760px) {
  .ux__logo--bnsf {
    width: 14.25vw;
  }
}
@media (min-width: 975px) {
  .ux__logo--bnsf {
    width: 7.125rem;
  }
}

.ux__logo--harlem {
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  width: 21.12vw;
}
@media (min-width: 760px) {
  .ux__logo--harlem {
    width: 13.8vw;
  }
}
@media (min-width: 975px) {
  .ux__logo--harlem {
    width: 6.9rem;
  }
}

.ux__logo--bfgoodrich {
  width: 22.44vw;
}
@media (min-width: 760px) {
  .ux__logo--bfgoodrich {
    width: 14.82vw;
  }
}
@media (min-width: 975px) {
  .ux__logo--bfgoodrich {
    width: 7.41rem;
  }
}

.ux__logo--bmw {
  width: 11.33vw;
}
@media (min-width: 760px) {
  .ux__logo--bmw {
    width: 6.18vw;
    margin-left: 0.6vw;
  }
}
@media (min-width: 975px) {
  .ux__logo--bmw {
    width: 3.09rem;
  }
}

.ux__logo--noxema {
  width: 22.99vw;
}
@media (min-width: 760px) {
  .ux__logo--noxema {
    width: 12.54vw;
  }
}
@media (min-width: 975px) {
  .ux__logo--noxema {
    width: 6.27rem;
  }
}

.ux__logo--gm {
  width: 11.33vw;
}
@media (min-width: 760px) {
  .ux__logo--gm {
    width: 6.18vw;
    margin-right: 0.75vw;
  }
}
@media (min-width: 975px) {
  .ux__logo--gm {
    width: 3.09rem;
  }
}

.ux__logo--uniroyal {
  width: 23.1vw;
}
@media (min-width: 760px) {
  .ux__logo--uniroyal {
    width: 13.8vw;
  }
}
@media (min-width: 975px) {
  .ux__logo--uniroyal {
    width: 6.9rem;
  }
}

@media (max-width: 760px) {
  .ux__skills strong {
    display: block;
    margin-top: 10px;
  }
}
.ux__statement {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  background-color: #e5e5e5;
  margin: 40px -20px;
  padding: 30px 20px 35px;
  line-height: 1.5;
}
@media (min-width: 975px) {
  .ux__statement {
    font-size: 1.45rem;
    padding: 2rem 3rem 3.5rem;
    margin: 4rem -3rem;
  }
}
.ux__statement strong {
  position: relative;
}
.ux__statement strong:before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1.5em;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  pointer-events: none;
  left: -2em;
  top: 0.25em;
}

@media (max-width: 975px) {
  .landscape-only {
    display: none;
  }
}
@media (min-width: 1400px) {
  .landscape-only {
    display: none;
  }
}

/*

    PRINT

------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}