/* #region - Font Import */
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/* @font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
} */

/* @font-face {
  font-family: 'neue_kabel';
  src: url('../fonts/neue-kabel-extralight-webfont.woff2') format('woff2'),
    url('../fonts/neue-kabel-extralight-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
} */
@font-face {
  font-family: 'neue_kabel';
  src: url('../fonts/neue-kabel-light-webfont.woff2') format('woff2'),
    url('../fonts/neue-kabel-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'neue_kabel';
  src: url('../fonts/neue-kabel-webfont.woff2') format('woff2'),
    url('../fonts/neue-kabel-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* @font-face {
  font-family: 'neue_kabel';
  src: url('../fonts/neue-kabel-extralight-italic-webfont.woff2') format('woff2'),
    url('../fonts/neue-kabel-extralight-italic-webfont.woff') format('woff');
  font-weight: 200;
  font-style: italic;
} */
/* @font-face {
  font-family: 'neue_kabel';
  src: url('../fonts/neue-kabel-light-italic-webfont.woff2') format('woff2'),
    url('../fonts/neue-kabel-light-italic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
} */
/* @font-face {
  font-family: 'neue_kabel';
  src: url('../fonts/neue-kabel-book-italic-webfont.woff2') format('woff2'),
    url('../fonts/neue-kabel-book-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
} */
/* @font-face {
  font-family: 'neue_kabel';
  src: url('../fonts/neue-kabel-medium-webfont.woff2') format('woff2'),
  url('../fonts/neue-kabel-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
} */
/* @font-face {
  font-family: 'neue_kabel';
  src: url('../fonts/neue-kabel-medium-italic-webfont.woff2') format('woff2'),
    url('../fonts/neue-kabel-medium-italic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
} */

/* #endregion */

/* #region - Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-wrap: pretty;
}
ul {
  list-style: none;
}
address {
  font-style: normal;
}
input,
textarea {
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  border-bottom: 1px solid var(--gold-7);
  width: 100%;
  color: var(--body-clr-light);
}
button {
  appearance: none;
  background: none;
  border: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  text-transform: inherit;
}
button:hover {
  cursor: pointer;
}

/* #endregion */

/* #region - General */
body {
  font-family: 'neue_kabel', 'itc_kabel_stdbook', 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans',
    source-sans-pro, sans-serif;
  font-size: var(--fs-body-4);
  font-size: var(--fs-body-base);
  font-weight: var(--fw-light);
  line-height: var(--lh-4);
  letter-spacing: var(--ls-4);
  color: var(--body-clr-regular);
  color: var(--gold-body-text);
  background-color: var(--page-bg);
}
@media (min-width: 768px) {
  body {
    color: var(--gold-body-text);
  }
}
input {
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
}
/* #endregion - General */

/* #region - Colour Var */
:root {
  --grey-20-transparent: hsl(0, 0%, 0%, 55%);
  --grey-20: hsl(0, 0%, 0%);
  --grey-19: hsl(0, 0%, 5.3%);
  --grey-18: hsl(0, 0%, 10.5%);
  --grey-17: hsl(0, 0%, 15.8%);
  --grey-16: hsl(0, 0%, 21.1%);
  --grey-15: hsl(0, 0%, 26.3%);
  --grey-14: hsl(0, 0%, 31.6%);
  --grey-13: hsl(0, 0%, 36.8%);
  --grey-12: hsl(0, 0%, 42.1%);
  --grey-11: hsl(0, 0%, 47.4%);
  --grey-10: hsl(0, 0%, 52.6%);
  --grey-9: hsl(0, 0%, 57.9%);
  --grey-8: hsl(0, 0%, 63.2%);
  --grey-7: hsl(0, 0%, 68.4%);
  --grey-6: hsl(0, 0%, 73.7%);
  --grey-5: hsl(0, 0%, 78.9%);
  --grey-4: hsl(0, 0%, 84.2%);
  --grey-3: hsl(0, 2%, 89.5%);
  --grey-2: hsl(0, 0%, 94.7%);
  --grey-1: hsl(0, 0%, 97%);
  --grey-0: hsl(0, 0%, 100%);

  --gold-0: hsl(40, 80%, 92%);
  --gold-1: hsl(34, 37%, 89%);
  --gold-1b: rgb(214, 205, 192);
  --gold-2: hsl(40, 22%, 71%);
  --gold-3: hsl(39, 15%, 62%);
  --gold-4: hsl(33, 12%, 53%);
  --gold-5: hsl(35, 11%, 47%);
  --gold-6: hsl(34, 12%, 40%);
  --gold-7: hsl(34, 12%, 35%);
  --gold-8: hsl(38, 13%, 28%);
  --gold-9: hsl(34, 12%, 25%);
  --gold-10: hsl(34, 12%, 20%);
  --gold-nav: #8c7a57;
  --gold-nav-dark: #685839;
  --gold-nav-dark-muted: #796e58;
  --gold-body-text-dark: #87847d;
  --gold-body-text: #a5a19a;
  --gold-body-text-light: #b2ada5;

  --grey-gold-1: hsl(45, 2%, 38%);

  --page-bg-light: #141414;
  --page-bg: #0f0e0e;
  --colour-wash-0: hsl(36, 100%, 7%, 0.1);
  --colour-wash-1: hsl(36, 100%, 7%, 0.2);
  --colour-wash-2: hsl(36, 100%, 7%, 0.4);
  --colour-wash-3: hsl(0, 3%, 6%, 0.6);
  --colour-wash-4: hsl(0, 3%, 6%, 0.8);

  --body-clr-light: hsl(0, 0%, 73.7%);
  --body-clr-regular: hsl(0, 0%, 63%);
  --body-clr-regular-dark: hsl(0, 0%, 53%);
  --body-clr-dark: hsl(0, 0%, 21.1%);
  --body-clr-regular-inverse: hsl(0, 0%, 71%);
  --body-clr-dark-inverse: hsl(0, 0%, 100%);
}
/* #endregion */

/* #region —————— Typeface Var —————— */
:root {
  --content-right-1: left-outter / right-outer;
  --content-right-2: left-outer / col-10;
  --content-right-3: left-outer / col-14;
  --content-right-4: col-4 / right-outer;
  --content-right-5: col-6 / right-outer;
}
/* #region font var */
:root {
  --ff-body-base: 'Work Sans', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
  --ff-body: 'neue_kabel', 'itc_kabel_stdbook', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
  /* --fs-body-xsmall: clamp(0.7rem, 0.9vw, 0.8rem);
  --fs-body-small: clamp(0.7rem, 1.2vw, 0.875rem);*/
  --fs-body-base: clamp(1rem, 1.2vw, 1.125rem);

  --fs-body-0: 0.6rem; /* 11px */
  --fs-body-1: 0.6875rem; /* 11px */
  --fs-body-2: 0.75rem; /* 12 */
  --fs-body-3: 0.8125rem; /* 13 */
  --fs-body-4: 0.875rem; /* 14 */
  --fs-body-5: 0.9375rem; /* 15 */
  --fs-body-6: 1rem; /* 16 */
  --fs-body-7: 1.0625rem; /* 17 */
  --fs-body-8: 1.125rem; /* 18 */
  --fs-body-9: 1.1875rem; /* 19px */
  --fs-body-10: 1.25rem; /* 20px */
  --fs-body-11: 1.3rem; /* 22px */
  --fs-body-12: 1.7rem; /* 27px */
  --fs-body-13: 1.625rem; /* 26px */
  --fs-body-14: 1.825rem; /* 29px */
  --fs-body-15: 2.0625rem; /* 33px */
  --fs-body-16: 2.1875rem; /* 35px */
  --fs-body-17: 2.375rem; /* 38px */

  --fw-thin: 100;
  --fw-extralight: 200;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-heavy: 600;
  --fw-bold: 700;

  --ls-0: -0.2rem;
  --ls-1: -0.11rem;
  --ls-2: -0.06rem;
  --ls-3: -0.03rem;
  --ls-4: 0rem;
  --ls-5: 0.04rem;
  --ls-6: 0.06rem;
  --ls-7: 0.08rem;
  --ls-8: 0.1rem;
  --ls-9: 0.13rem;
  --ls-10: 0.2rem;

  --lh-0: 1;
  --lh-1: 1.04;
  --lh-2: 1.2;
  --lh-3: 1.3;
  --lh-4: 1.4;
  --lh-5: 1.5;
  --lh-6: 1.6;
  --lh-7: 1.7;
  --lh-8: 1.8;
  --lh-9: 2.2;
  --lh-10: 2.5;

  --fstyle-normal: normal;
  --fstyle-italic: italic;
  --fstyle-uppercase: uppercase;
}
/* #endregion */
/* #region font styles */
.vsmall {
  font-size: var(--fs-body-2);
  font-weight: var(--fw-light);
  letter-spacing: var(0);
  color: var(--heading-0-colour, inherit);
}
.small {
  font-size: var(--fs-body-5);
  font-weight: var(--fw-light);
  letter-spacing: var(0);
  color: var(--heading-0-colour, inherit);
}
.heading-0 {
  font-size: var(--fs-body-8);
  font-weight: var(--fw-light);
  letter-spacing: var(0);
  color: var(--heading-0-colour, inherit);
}
.heading-1 {
  font-size: var(--fs-body-10);
  font-weight: var(--fw-light);
  letter-spacing: var(0);
  color: var(--heading-1-colour, inherit);
}
.heading-2 {
  font-size: var(--fs-body-10);
  font-weight: var(--fw-extralight);
  line-height: var(--lh-1);
  letter-spacing: var(--ls-4);
  letter-spacing: var(--ls-2);
  color: var(--heading-2-colour, inherit);
  /* color: var(--gold-4); */
}
.heading-3 {
  font-size: var(--fs-body-12);
  font-weight: var(--fw-light);
  letter-spacing: var(--ls-3);
  letter-spacing: var(--ls-2);
  color: var(--heading-3-colour, inherit);
  /* color: var(--gold-3); */
}
.heading-4 {
  font-size: var(--fs-body-15);
  font-size: clamp(1.3rem, 3vw, var(--fs-body-15));
  font-weight: var(--fw-light);
  letter-spacing: var(--ls-2);
  color: var(--heading-4-colour, inherit);
  /* color: var(--gold-5); */
}
.heading-10 {
  font-size: var(--fs-heading-10);
  font-size: clamp(2.5rem, 3vw, var(--fs-heading-15));
  font-weight: var(--fw-medium);
  font-style: italic;
  line-height: var(--lh-2);
  letter-spacing: var(--ls-1);
  color: var(--grey-20);
}
.emphasis-body-regular {
  font-weight: var(--fw-medium);
  color: var(--body-clr-dark);
}
.emphasis-light {
  font-weight: var(--fw-regular);
  color: var(--body-clr-dark);
}
.inverse {
  color: var(--body-clr-dark-inverse) !important;
}

.italic {
  font-style: italic;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}

.ff-accent {
  font-family: var(--ff-accent);
}
.ff-heading {
  font-family: var(--ff-heading);
}
.ff-body {
  font-family: var(--ff-body);
}
.fw-thin {
  font-weight: var(--fw-thin);
}
.fw-light {
  font-weight: var(--fw-light);
}
.fw-regular {
  font-weight: var(--fw-regular);
}
.fw-medium {
  font-weight: var(--fw-medium);
}
.fw-heavy {
  font-weight: var(--fw-heavy);
}
.fw-bold {
  font-weight: var(--fw-bold);
}
/* #endregion */
/* #region links and btns */
a {
  color: var(--gold-4);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: var(--grey-1);
}
.footer-nav a {
  text-decoration: none;
}

.link-caps-body {
  font-size: var(--fs-body);
  font-weight: var(--fw-light);
  letter-spacing: var(0);
  color: var(--gold-2);
  text-transform: uppercase;
}
.link-small {
  font-size: var(--fs-body-5);
  font-weight: var(--fw-light);
  letter-spacing: var(0);
  color: var(--gold-2);
}
.link-dark {
  color: inherit;
}
.link-dark-muted {
  color: var(--gold-nav-dark-muted) !important;
}
.link-dark-muted:hover {
  color: var(--gold-body-text-light) !important;
}
.link-medium-dark {
  color: var(--gold-7);
}
.btn-fill a {
  font-size: var(--fs-body-6);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls-00);
  color: var(--gold-3);
  text-transform: uppercase;
  padding: 6px 23px 7px 23px;
  /* background-color: var(--page-bg); */
  border-radius: 1px;
}
.link-0 {
  color: var(--gold-2);
}

#prevBtn:hover,
#nextBtn:hover {
  color: var(--grey-1);
}

/* #endregion */
/* #endregion */

/* #region –––––– Spacing Var –––––– */
:root {
  --header-height: 80px;
  --hero-height--slim: 70svh;
  --hero-height--standard: 100svh;
  --hero-height--extended: 110svh;
  --hero-height--tall: 140svh;
}
@media (min-width: 768px) {
  :root {
    --header-height: 80px;
    --hero-height--slim: 70svh;
    --hero-height--standard: 100svh;
    --hero-height--extended: 110svh;
    --hero-height--tall: 140svh;
  }
}

:root {
  --spacer-1: 50px;
  --spacer-2: 100px;
  --spacer-3: 150px;
  --spacer-4: 200px;

  --section-space-0: 0px;
  --section-space-1: var(--gutter-desktop);
  --section-space-1b: var(--gutter-mobile);
  --section-space-2: 20px;
  --section-space-3: 30px;
  --section-space-4: 50px;
  --section-space-5: 75px;
  /* --section-space-6: 100px; */
  --section-space-6: 5vw;
  /* --section-space-7: 125px; */
  --section-space-7: 7vw;
  /* --section-space-8: 150px; */
  --section-space-8: 10vw;
  --section-space-9: 175px;
  --section-space-10: 200px;
  --section-space-11: 250px;
  --section-space-12: 300px;
  --section-space-13: 350px;
}
/* section {
  padding-top: var(--section-space-4);
  overflow: hidden;
} */

/* @media (min-width: 800px) {
  :root {
    --spacer-1: 50px;
    --spacer-2: 100px;
    --spacer-3: 150px;
    --spacer-4: 200px;

    --section-space-0: 0px;
    --section-space-1: var(--gutter-desktop);
    --section-space-2: 30px;
    --section-space-3: 50px;
    --section-space-4: 75px;
    --section-space-5: 100px;
    --section-space-6: 125px;
    --section-space-7: 150px;
    --section-space-8: 175px;
    --section-space-9: 200px;
    --section-space-10: 250px;
    --section-space-11: 300px;
    --section-space-12: 350px;
  }

}
.section-compact {
  padding-top: 0;
}
.section-space {
  margin-bottom: var(--section-space-9);
}
.padding-top-10 {
  padding-top: 10px;
} */
/* #endregion */

/* #region –––––– General Var –––––– */
/* main {
  margin-top: calc(-1 * var(--header-height));
} */
/* #endregion */

/* #region –––––– Utility Classes –––––– */
/* #region - project gallery nav */
.project-controls {
  grid-column: left-full / right-full;
  grid-row: 2;
  align-self: flex-end;
  padding-top: 15px;
  padding-bottom: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  z-index: 100;
}
.project-nav {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 45px;
}
.project-navline {
  position: relative;
  width: 2px;
  height: 28px;
  background: var(--gold-7);
  cursor: pointer;
  transition: all 0.1s ease;
  border-radius: 2px;
}
.project-navline::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -10px;
  width: 20px;
  height: 35px;
}
.project-navline:hover {
  height: 35px;
  background: rgba(255, 255, 255, 0.7);
}
.project-navline.active {
  height: 38px;
  background: white;
}
.project-controls .all-projects {
  padding-top: 0.7rem;
}
@media (min-width: 768px) {
  .project-controls {
    padding-bottom: 45px;
  }
  .project-nav {
    display: flex;
    align-items: end;
    gap: 10px;
    height: 45px;
  }
  .project-navline {
    position: relative;
    width: 3px;
    height: 27px;
    background: var(--gold-7);
    cursor: pointer;
    transition: all 0.1s ease;
    border-radius: 2px;
  }
  .project-navline::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    width: 20px;
    height: 40px;
  }
  .project-navline:hover {
    height: 36px;
    background: rgba(255, 255, 255, 0.7);
  }
  .project-navline.active {
    height: 37px;
    background: white;
  }
  .project-controls .all-projects {
    padding-top: 1.4rem;
  }
}
.project-counter-wrapper {
  grid-column: left-inner / right-inner;
  justify-self: end;
  align-items: flex-end;
  /* margin-right: 30px; */
}
.project-counter {
  display: flex;
  color: var(--gold-4);
  font-size: var(--fs-body-12);
  font-weight: var(--fw-extralight);
  letter-spacing: var(--ls-3);
  letter-spacing: 0.15rem;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 767px) {
  .project-counter-wrapper {
    display: none;
  }
}
.project-next-buttons {
  font-size: var(--fs-body-base);
  font-weight: var(--fw-light);
  color: var(--gold-4);
  text-transform: uppercase;
}
.project-next-buttons button + button {
  margin-left: 10px;
}
/* #endregion */
/* #region - imgs & interface items */
.image-container-wide {
  grid-column: left-outer / right-outer;
}
.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: color-mix(in hsl, var(--page-bg) 60%, transparent);
  pointer-events: none;
  z-index: -1;
}
.feng-shui .gradient-overlay {
  --overlay-opacity: color-mix(in hsl, var(--page-bg) 80%, transparent);
  background: linear-gradient(180deg, var(--page-bg) 0%, var(--overlay-opacity) 45%);
}
.about .gradient-overlay {
  --overlay-opacity-light: color-mix(in hsl, var(--page-bg) 25%, transparent);
  --overlay-opacity: color-mix(in hsl, var(--page-bg) 86%, transparent);
  --overlay-opacity-dark: color-mix(in hsl, var(--page-bg) 80%, transparent);
  background: linear-gradient(
      90deg,
      var(--overlay-opacity-dark) 0%,
      var(--overlay-opacity) 35%,
      var(--overlay-opacity) 65%,
      var(--overlay-opacity-dark) 100%
    ),
    linear-gradient(180deg, transparent 0%, transparent 65%, var(--overlay-opacity-dark) 98%)
      var(--overlay-opacity-light);
}
.contact .gradient-overlay {
  --overlay-opacity-light: color-mix(in hsl, var(--page-bg) 25%, transparent);
  --overlay-opacity: color-mix(in hsl, var(--page-bg) 86%, transparent);
  --overlay-opacity-dark: color-mix(in hsl, var(--page-bg) 80%, transparent);
  background: linear-gradient(
      90deg,
      var(--overlay-opacity-dark) 0%,
      var(--overlay-opacity) 35%,
      var(--overlay-opacity) 65%,
      var(--overlay-opacity-dark) 100%
    ),
    linear-gradient(180deg, transparent 0%, transparent 65%, var(--overlay-opacity) 98%)
      var(--overlay-opacity-light);
}
@media (min-width: 768px) {
  .gradient-overlay {
    --overlay-opacity-light: color-mix(in hsl, var(--page-bg) 25%, transparent);
    --overlay-opacity: color-mix(in hsl, var(--page-bg) 55%, transparent);
    --overlay-opacity-dark: color-mix(in hsl, var(--page-bg) 80%, transparent);
    background: linear-gradient(
        90deg,
        var(--overlay-opacity-dark) 0%,
        var(--overlay-opacity) 35%,
        var(--overlay-opacity) 65%,
        var(--overlay-opacity-dark) 100%
      ),
      linear-gradient(180deg, transparent 0%, transparent 65%, var(--overlay-opacity-dark) 98%)
        var(--overlay-opacity-light);
  }
  /* .collections .gradient-overlay {
    --overlay-opacity-light: color-mix(in hsl, var(--page-bg) 25%, transparent);
    --overlay-opacity: color-mix(in hsl, var(--page-bg) 86%, transparent);
    --overlay-opacity-dark: color-mix(in hsl, var(--page-bg) 86%, transparent);
    --overlay-opacity-btm: color-mix(in hsl, var(--page-bg) 66%, transparent);
    background: linear-gradient(90deg, var(--overlay-opacity) 0%, var(--overlay-opacity) 35%, var(--overlay-opacity) 65%, var(--overlay-opacity) 100%),
      linear-gradient(180deg, transparent 0%, transparent 65%, var(--overlay-opacity-btm) 98%);
  } */
  .collections .gradient-overlay {
    --overlay-opacity: color-mix(in hsl, var(--page-bg) 70%, transparent);
    --overlay-opacity-dark: color-mix(in hsl, var(--page-bg) 80%, transparent);
    --overlay-opacity-btm: color-mix(in hsl, var(--page-bg) 66%, transparent);

    background: linear-gradient(
        90deg,
        var(--page-bg) 0%,
        var(--overlay-opacity-dark) 35%,
        var(--overlay-opacity-dark) 65%,
        var(--page-bg) 100%
      ),
      linear-gradient(
        180deg,
        var(--overlay-opacity-btm) 0%,
        transparent 65%,
        var(--overlay-opacity-btm) 98%
      );
  }
  .feng-shui .gradient-overlay {
    --overlay-opacity: color-mix(in hsl, var(--page-bg) 94%, transparent);
    background: linear-gradient(180deg, var(--page-bg) 0%, var(--overlay-opacity) 45%);
  }
  .contact .gradient-overlay {
    --overlay-opacity-light: color-mix(in hsl, var(--page-bg) 25%, transparent);
    --overlay-opacity: color-mix(in hsl, var(--page-bg) 70%, transparent);
    --overlay-opacity-dark: color-mix(in hsl, var(--page-bg) 80%, transparent);
    background: linear-gradient(
        90deg,
        var(--overlay-opacity-dark) 0%,
        var(--overlay-opacity) 35%,
        var(--overlay-opacity) 65%,
        var(--overlay-opacity-dark) 100%
      ),
      linear-gradient(180deg, transparent 0%, transparent 65%, var(--overlay-opacity-dark) 98%)
        var(--overlay-opacity-light);
  }
}
.page-title {
  grid-column: 1 / -1;
  grid-row: 1;
  margin-top: 40px;
  justify-self: center;
  z-index: 100;
}
.page-label {
  display: none;
}
@media (min-width: 768px) {
  .page-label {
    display: block;
    position: fixed;
    top: 30px;
    right: calc(var(--gutter-desktop) + var(--gutter-desktop));
    z-index: 100;

    font-size: var(--fs-body-11);
    color: var(--gold-4);
  }
}
.footer-scroll {
  display: none;
}
@media (min-width: 768px) {
  .footer-scroll {
    display: block;
    position: fixed;
    bottom: 50px;
    right: calc(var(--gutter-desktop) + var(--gutter-desktop));

    text-transform: uppercase;
    color: var(--gold-3);

    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .footer-scroll.fade-out {
    opacity: 0 !important;
  }
}
/* #endregion */
/* #region - flow & split & hide */
.flow-1 * + * {
  margin-top: -0.15rem;
}
.flow-2 * + * {
  margin-top: 0.35rem;
}
.flow-3 * + * {
  margin-top: 0.55rem;
}
.flow-4 * + * {
  margin-top: 0.65rem;
}
.flow-4-hd * + *:not(.split picture) {
  margin-top: 0.65rem;
}
.flow-showcase * + * {
  margin-top: 0.55rem;
}
.flow-showcase > p:nth-child(2) {
  margin-top: 0;
}
.flow-5 * + * {
  margin-top: 1.4rem;
}
.flow-6 * + * {
  margin-top: 1.2rem;
}
.flow-7 * + * {
  margin-top: 1.5rem;
}
.flow-8 * + * {
  margin-top: 2rem;
}
.flow-8 * + *:nth-child(2) {
  margin-top: 4rem;
}
.flow-hd *:nth-child(2) {
  margin-top: 5rem;
}
.flow-project > * {
  margin-top: var(--gutter-mobile);
}
@media (min-width: 768px) {
  .flow-project > *:not(:first-child) {
    margin-top: var(--gutter-desktop);
    margin-top: var(--section-space-4);
    margin-top: var(--section-space-6);
  }
}
.split {
  display: flex;
}
.split-vert {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .mobile-hidden {
    display: block;
  }
}
/* #endregion */
/* #endregion */

/* #region –––––– Primary Grid –––––– */
:root {
  /* prettier-ignore */
  --grid-primary-cols-mobile: 
  [left-full]var(--gutter-mobile) 
  [left-outer]1fr 
  [col-1]1fr 
  [col-2]1fr 
  [col-3]1fr 
  [col-4]1fr 
  [col-5]1fr 
  [col-6]1fr 
  [col-7]1fr 
  [col-8]1fr
  [col-9]1fr
  [col-10]1fr
  [col-11]1fr
  [col-12]1fr
  [col-13]1fr
  [col-14]1fr
  [col-15]1fr
  [col-16]1fr
  [right-outer]var(--gutter-mobile) 
  [right-full];

  --gutter-mobile: 10px;
  --gutter-desktop: 15px;
}
.primary-header,
.primary-footer,
.primary-grid,
.secondary-grid,
.revised-grid {
  display: grid;
  grid-template-columns: var(--grid-primary-cols-mobile);
}
.fullwidth {
  grid-column: left-full / right-full;
}
.pagewidth {
  grid-column: left-outer / right-outer;
}

@media screen and (min-width: 768px) {
  :root {
    /* prettier-ignore */
    /* --grid-primary-cols-desktop: 
    [left-full]var(--gutter-desktop)
    [left-outer]1fr 
    [col-1]1fr 
    [col-2]1fr
    [col-3]1fr 
    [col-4]1fr 
    [col-5]1fr 
    [col-6]1fr 
    [col-7]1fr 
    [col-8]1fr
    [col-9]1fr 
    [col-10]1fr 
    [col-11]1fr 
    [col-12]1fr 
    [col-13]1fr
    [col-14]1fr 
    [col-15]1fr 
    [col-16]1fr 
    [col-17]1fr 
    [col-18]1fr 
    [col-19]1fr
    [col-20]1fr 
    [col-21]1fr 
    [col-22]1fr 
    [col-23]1fr 
    [col-24]1fr
    [col-25]1fr
    [col-26]1fr
    [right-outer]var(--gutter-desktop)
    [right-full]; */

    /* prettier-ignore */
    --grid-primary-cols-desktop: 
    [left-full]var(--gutter-desktop)
    [left-outer]var(--gutter-desktop)
    [left-inner]1fr 
    [col-1]1fr 
    [col-2]1fr
    [col-3]1fr 
    [col-4]1fr 
    [col-5]1fr 
    [col-6]1fr 
    [col-7]1fr 
    [col-8]1fr
    [col-9]1fr 
    [col-10]1fr 
    [col-11]1fr 
    [col-12]1fr 
    [col-13]1fr
    [col-14]1fr 
    [col-15]1fr 
    [col-16]1fr 
    [col-17]1fr 
    [col-18]1fr 
    [col-19]1fr
    [col-20]1fr 
    [col-21]1fr 
    [col-22]1fr 
    [col-23]1fr 
    [col-24]1fr
    [col-25]1fr
    [col-26]1fr
    [right-inner]var(--gutter-desktop)
    [right-outer]var(--gutter-desktop)
    [right-full];

    /* prettier-ignore */
    --grid-revised-cols-desktop: 
    [left-full]var(--gutter-desktop)
    [left-outer]var(--gutter-desktop)
    [left-inner]1fr 
    [col-1]1fr 
    [col-2]1fr
    [col-3]1fr 
    [col-4]1fr 
    [col-5]1fr 
    [col-6]1fr 
    [col-7]1fr 
    [col-8]1fr
    [col-9]1fr 
    [col-10]1fr 
    [col-11]1fr 
    [col-12]1fr 
    [col-13]1fr
    [col-14]1fr 
    [col-15]1fr 
    [col-16]1fr 
    [col-17]1fr 
    [col-18]1fr 
    [col-19]1fr
    [col-20]1fr 
    [col-21]1fr 
    [col-22]1fr 
    [col-23]1fr 
    [col-24]1fr
    [col-25]1fr
    [col-26]1fr
    [right-inner]var(--gutter-desktop)
    [right-outer]var(--gutter-desktop)
    [right-full];
  }
  .primary-header,
  .primary-footer,
  .primary-grid,
  .secondary-grid {
    display: grid;
    grid-template-columns: var(--grid-primary-cols-desktop);
  }
  .revised-grid {
    display: grid;
    grid-template-columns: var(--grid-revised-cols-desktop);
  }
  .fullwidth {
    grid-column: left-full / right-full;
  }
  .pagewidth {
    grid-column: left-outer/ right-outer;
  }
}
/* #endregion */

/* #region –––––– Page Transition –––––– */
body {
  background: var(--page-bg);
  transition: background-color 3.5s ease;
}
body.loaded {
  background: var(--page-bg);
}
main {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
body.loaded main {
  opacity: 1;
}
.page-curve {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 109999;
}
.page-curve svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.curve-path {
  fill: var(--gold-transition-bg);
}
/* #endregion */

/* #region –––––– Reveal Anime –––––– */
/* #region - project list */
.project-thumbnail {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.project-thumbnail.hidden {
  display: none;
}
.project-thumbnail.fade-out {
  opacity: 0;
  transform: scale(0.95);
}
.project-thumbnail.fade-in {
  opacity: 1;
  transform: scale(1);
}
/* #endregion */
/* #region - all reveal animations */
/* Start hidden for all animated elements (unless no-animation class is present) */
[data-animate]:not(.no-animation) {
  opacity: 0;
}
/* Default animation */
.anim-default:not(.no-animation) {
  transform: translateY(90px); /* distance item travels */
}
.anim-default.revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.anim-thumbnail:not(.no-animation) {
  transform: translateY(50px); /* distance of anime travel */
}
.anim-thumbnail.revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.herovert:not(.no-animation) {
  transform: translateY(30px);
}
.herovert.revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s ease, transform 0.6s ease;
}
.fadein:not(.no-animation) {
  transform: translateY(0px);
}
.fadein.revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s ease, transform 0s ease;
}

/* Vert & Right Reveal */
.introtextvert:not(.no-animation),
.vert1:not(.no-animation),
.vert2:not(.no-animation),
.vert2nodelay:not(.no-animation),
.vert3:not(.no-animation),
.vert4:not(.no-animation),
.vert5:not(.no-animation) {
  transform: translateY(15px);
}
.introtextvert.revealed,
.vert1.revealed,
.vert2.revealed,
.vert2nodelay.revealed,
.vert3.revealed,
.vert4.revealed,
.vert5.revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.6s ease;
}
.right1:not(.no-animation),
.right2:not(.no-animation),
.right3:not(.no-animation) {
  transform: translateX(-20px);
}
.right1.revealed,
.right2.revealed,
.right3.revealed {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease, transform 0.6s ease;
}
@media (min-width: 800px) {
  .anim-thumbnail:not(.no-animation) {
    transform: translateY(60px);
  }
  .anim-thumbnail.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  /* variation 3 - vert and right */
  .introtextvert:not(.no-animation) {
    transform: translateY(30px);
  }
  .introtextvert.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.2s ease, transform 1s ease;
  }
  .vert0:not(.no-animation) {
    transform: translateY(10px);
  }
  .vert0.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease, transform 0.6s ease;
  }
  .vert1:not(.no-animation) {
    transform: translateY(15px);
  }
  .vert1.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.8s ease, transform 0.6s ease;
  }
  .vert2:not(.no-animation) {
    transform: translateY(30px);
  }
  .vert2.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.2s ease, transform 0.6s ease;
  }
  .vert2nodelay:not(.no-animation) {
    transform: translateY(30px);
  }
  .vert2nodelay.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.2s ease, transform 0.6s ease;
  }
  .vert3:not(.no-animation) {
    transform: translateY(60px);
  }
  .vert3.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.2s ease, transform 1s ease;
  }
  .vert4:not(.no-animation) {
    transform: translateY(90px);
  }
  .vert4.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }
  .vert5:not(.no-animation) {
    transform: translateY(120px);
  }
  .vert5.revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1.2s ease, transform 1.2s ease;
  }
  .right1:not(.no-animation) {
    transform: translateX(-30px);
  }
  .right1.revealed {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 1.2s ease, transform 0.4s ease;
  }
  .right2:not(.no-animation) {
    transform: translateX(-60px);
  }
  .right2.revealed {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 1.2s ease, transform 0.6s ease;
  }
  .right3:not(.no-animation) {
    transform: translateX(-90px);
  }
  .right3.revealed {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 1.2s ease, transform 0.8s ease;
  }
}

/* No animation class - show immediately at final position */
[data-animate].no-animation {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
/* Ensure revealed elements stay visible */
[data-animate].revealed {
  opacity: 1 !important;
}
/* #endregion */
/* #endregion */

/* #region —————— Header & Footer —————— */
/* #region header */
.primary-header {
  font-size: var(--fs-body-3);
  height: var(--header-height);
  position: fixed;
  top: 0;
  width: 100%;

  z-index: 10000;
  pointer-events: none;
}
.primary-header > * {
  pointer-events: auto;
}
.primary-header:hover,
.primary-header:focus-within,
.primary-header.dropdown-open {
  z-index: 10000;
}
.dropdown-menu {
  z-index: 10001;
}

.primary-logo {
  grid-column: left-outer / col-5;
  width: 144px;
  height: auto;
  padding-top: 32px;
}
.primary-menu {
  grid-column: col-15/ right-full;
  width: 90px;
  height: 55px;
  background-color: var(--grey-20-transparent);

  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;

  font-size: var(--fs-body-5);
  font-weight: var(--fw-medium);
  color: var(--grey-1);
  position: relative;
}
.primary-menu:hover .primary-menu-subnav {
  visibility: visible;
}
.footer-btm-bar a {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .primary-logo {
    grid-column: left-inner / col-5;
    grid-row: 1;
  }
  .primary-menu {
    grid-column: left-outer / right-full;
    justify-self: center;
    align-self: start;
    grid-row: 1;
  }
}
/* #endregion */
/* #region - Mobile Nav */
/* Hamburger Menu - Hidden on Desktop */
.hamburger-menu {
  grid-column: col-16 / right-outer;
  margin-top: 32px;

  display: none;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 10002;
}
.hamburger-menu span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--gold-2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  transition: all 0.3s ease;
}
.hamburger-menu span:nth-child(1) {
  transform: translate(-50%, -50%) translateY(-5px);
}
.hamburger-menu span:nth-child(2) {
  transform: translate(-50%, -50%) translateY(5px);
}
.hamburger-menu.active span:nth-child(1) {
  transform: translate(-50%, -50%) translateY(0) rotate(45deg);
}
.hamburger-menu.active span:nth-child(2) {
  transform: translate(-50%, -50%) translateY(0) rotate(-45deg);
}

/* Overlay for mobile menu */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.primary-menu-subnav ul {
  list-style: none;
}
.primary-menu-subnav li {
  font-size: var(--fs-body-17);
  initial-letter: var(--ls-0);
  margin-bottom: 12px;
}
.primary-menu-subnav a {
  color: var(--gold-nav);
  text-decoration: none;
  transition: color 0.1s ease;
}
.primary-menu-subnav a:hover {
  color: var(--gold-2);
}
.primary-menu-subnav-nav {
  width: 400px;
}
.primary-menu-subnav li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gold-10);
}
.primary-subnav-contacts-wrapper {
  align-items: flex-end;
  gap: 2rem;
  font-size: var(--fs-body-4);
  color: var(--body-clr-regular-dark);
  color: var(--gold-8);
}
.primary-subnav-contact-info {
  color: var(--gold-4);
}
.subnav-copywrite {
  margin-left: auto;
  text-align: right;
  color: var(--gold-8);
}
.primary-subnav-contacts-wrapper {
  margin-top: 30px;
}
.primary-subnav-contacts-wrapper > div {
  gap: 0.5rem;
}
@media (max-width: 767px) {
  /* Hide / Show menu */
  .primary-menu {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  /* Mobile slide-out menu */
  .primary-menu-subnav {
    position: fixed;
    top: 0;
    left: -300px;
    width: 100svw;
    height: 100vh;
    padding: 80px 30px 30px;
    background: var(--page-bg-light);
    visibility: hidden;
    opacity: 0;
    transition: left 0.3s ease;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    z-index: 10001;
  }
  .primary-menu-subnav.active {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  .primary-menu-subnav li {
    font-size: var(--fs-body-14);
    initial-letter: var(--ls-0);
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .primary-menu {
    grid-column: left-outer / right-outer;
    justify-self: center;
  }
  .primary-menu > span {
    color: var(--gold-3);
    /* text-decoration: underline;
    text-underline-offset: 3px; */
  }
  /* Desktop surface */
  .primary-menu-subnav {
    font-family: var(--ff-body-alt);
    font-size: var(--fs-body-6);
    font-weight: var(--fw-light);
    color: var(--grey-19);
    position: absolute;
    top: 0;
    left: 0;
    width: 53svw;
    height: 100svh;
    padding: 13svh 4svh 10svh 6svh;
    background: var(--page-bg-light);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-left: 1px solid var(--gold-8);
    border-bottom: 1px solid var(--gold-8);
    border-radius: 0 0 0 15px;

    flex-direction: column;
    justify-content: space-between;
  }
  .primary-menu-subnav.closed {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .primary-menu-subnav-close:hover {
    background-color: var(--gold-3);
    color: var(--gold-nav-dark);
    cursor: pointer;
  }
  .primary-menu-subnav-close {
    padding: 1.9rem 0.7rem 0.2rem 0.7rem;
    position: absolute;
    top: 0px;
    right: 45px;
    color: var(--gold-nav-dark);
    font-size: var(--fs-body-10);
  }
  .primary-menu:hover .primary-menu-subnav {
    visibility: visible;
    opacity: 1;
  }
  .primary-menu-subnav-nav {
    width: 400px;
  }
  .primary-menu-subnav li {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--gold-10);
  }
  .primary-subnav-contacts-wrapper > div {
    gap: 1.5rem;
  }
  /* .primary-subnav-contacts-wrapper {
    align-items: flex-end;
    gap: 2rem;
    font-size: var(--fs-body-4);
    color: var(--body-clr-regular-dark);
    color: var(--gold-8);
  }
  .primary-subnav-contact-info {
    color: var(--gold-4);
  }
  .subnav-copywrite {
    margin-left: auto;
    text-align: right;
    color: var(--gold-8);
  } */
}
/* #endregion */
/* #region - footer */
.primary-footer {
  margin-top: 70px;
  margin-bottom: 45px;
  font-size: var(--fs-body-4);
}
.footer-nav {
  grid-column: left-outer / right-outer;
  text-transform: uppercase;
  line-height: var(--lh-10);
}
.footer-address {
  grid-column: left-outer / col-5;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .footer-nav {
    grid-column: left-inner / col-4;
  }
  .footer-address {
    grid-column: col-5 / col-10;
    padding-top: 0;
  }
}
.footer-address dt {
  color: var(--gold-5);
}
.footer-address dt:not(:first-child) {
  padding-top: 20px;
}
.footer-address dd {
  color: var(--gold-7);
}
.footer-bar-mt {
  opacity: 0.75;
}
.footer-btm-bar {
  grid-column: left-outer / right-outer;
  display: flex;
  flex-direction: column;
  color: var(--gold-8);
}
.footer-btm-bar img {
  margin-top: 90px;
  margin-bottom: 40px;
}
.footer-btm-bar .split {
  flex-direction: column;
}
.footer-credit {
  justify-content: space-between;
}
@media (min-width: 769px) {
  .footer-btm-bar {
    grid-column: left-inner / right-inner;
  }
  .footer-btm-bar .split {
    flex-direction: row;
  }
}

/* #endregion */
/* #endregion */

/* #region - Home */
.index .primary-grid {
  grid-template-rows: 1fr auto;
}
.hero {
  height: var(--hero-height--standard);
  grid-column: left-full / right-full;
  position: relative;
}
.project-detail-wrapper {
  color: var(--gold-4) !important;
}
.index .project-detail-wrapper {
  grid-column: left-outer / right-outer;
  grid-row: 1;
  align-self: center;
  justify-self: flex-end;
  flex-direction: column;
  text-align: right;
  padding-top: 9%;
  z-index: 10;
}
@media (max-width: 767px) {
  .index .project-detail-wrapper {
    padding-top: 35%;
  }
}
@media (min-width: 768px) {
  .index .project-detail-wrapper {
    grid-column: left-inner / right-inner;
  }
}
.index .project-showcase-bg {
  grid-column: left-full / right-full;
  grid-row: 1 / -1;
  position: relative;
  background-color: black;
  background-image: url('../img/projects/coopers-shoot-hero.jpg');
  background-size: cover;
  background-position: center center;
  opacity: 100%;
  z-index: -1;
}

/* home and project image preloading */
#projectBg.loading {
  background-color: #f0f0f0;
  background-image: none;
}

#projectBg.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 3px solid #ddd;
  border-top: 3px solid #666;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}
/* #endregion */
/* #region - Home + Collections bg img transitions */
.transition-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.bg-slide.transitioning {
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.project-feature-img {
  position: relative;
  will-change: transform;
}
.project-feature-img.transitioning,
.feature-clone.transitioning {
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.feature-clone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
/* #endregion */
/* #region - Collection */
.collections .primary-grid {
  grid-template-rows: minmax(95px, auto) 1fr 80px;
}
.collections .project-controls {
  grid-column: left-outer / right-inner;
  grid-row: 3;
}
.collections .project-showcase-bg {
  grid-column: left-full / right-full;
  grid-row: 1 / -1;
  position: relative;
  background-color: rgb(13, 7, 1);
  background-size: cover;
  opacity: 100%;
  z-index: -1;
}
.collections .project-detail-wrapper {
  grid-column: left-outer / col-16;
  grid-row: 2;
  align-self: flex-end;
  justify-self: end;
  flex-direction: column;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 20px;
  margin-bottom: 45px;
  z-index: 1000;
  background-color: var(--grey-19);
}
.project-feature-wrapper {
  grid-column: col-1 / col-16;
  grid-row: 2;
  width: 100%;
  height: 100%;
  position: relative;
  justify-self: center;
  align-self: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.project-feature-img {
  grid-column: col-1 / col-8;
  grid-row: 2;
  position: relative;
  justify-self: center;
  align-self: center;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .collections .project-link-wrapper {
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  .collections .primary-grid {
    grid-template-rows: minmax(95px, auto) 1fr auto;
  }
  .collections .project-detail-wrapper {
    grid-column: col-20 / right-outer;
    align-self: center;
    justify-self: start;
    padding: 0;
    padding-top: 15%;
    padding-bottom: 0px;
    padding-inline: 20px;
    width: auto;
    background-color: transparent;
  }
  .project-feature-wrapper {
    grid-column: col-5 / col-20;
    grid-row: 2;
    position: relative;
    justify-self: center;
    align-self: center;
    width: inherit;
    aspect-ratio: 9.5 / 15;
    max-width: 44svw;
  }
  .project-feature-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: calc(100dvh - 210px);
    background: var(--colour-wash-0);
    z-index: 1000;
    pointer-events: none;
  }
  .project-feature-img {
    grid-column: col-5 / col-20;
    grid-row: 2;
    position: relative;
    justify-self: center;
    align-self: center;
    max-height: calc(100dvh - 210px);
    max-height: 76vh;
    object-fit: cover;
  }
  .project-feature-wrapper,
  .project-feature-img {
    grid-column: left-full / right-full;
    max-height: 76vh;
  }
}
@media (min-width: 1200px) {
  .collections .project-detail-wrapper {
    grid-column: col-20 / right-outer;
  }
  .project-feature-wrapper,
  .project-feature-img {
    grid-column: left-full / right-full;
    /* aspect-ratio: 8.6 / 14; */
    max-height: 76vh;
  }
  .collections .project-detail-wrapper {
    color: var(--gold-2);
  }
}

/* #endregion */

/* #region - Project */
/* #region - general */
.project .hero {
  height: var(--hero-height--standard);
  position: relative;
}
.project .project-showcase-bg {
  grid-column: left-full / right-full;
  grid-row: 1 / -1;
  position: relative;
  background-color: black;
  background-size: cover;
  background-position: center center;
  opacity: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.project .project-showcase-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(50deg, var(--colour-wash-1), transparent 60%); */
  background: var(--colour-wash-2);
  z-index: 1;
}
.project .project-detail-wrapper {
  grid-column: col-1 / right-outer;
  --heading-3-colour: var(--gold-5);
  --heading-1-colour: var(--gold-5);
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
  margin-top: 150px;
}
.project-detail-main {
  border-left: 7px solid #61594b;
  padding-left: 68px;
}
.project .project-detail-wrapper .heading-3 {
  margin-top: -10px;
}
.project-image-link {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.project-feature-wrapper {
  z-index: 1000;
}
/* .project .project-detail-main > .heading-0 {
  margin-bottom: -5px;
}
.project .project-detail-wrapper > .heading-0 {
  margin-top: 130px;
  font-style: italic;
  padding-left: 75px;
} */
@media (min-width: 768px) {
  .project .project-detail-wrapper {
    grid-column: col-20 / right-outer;
    top: 70vh;
    margin-bottom: 230px;
  }
}

.project .project-detail-wrapper .heading-3 {
  text-transform: uppercase;
}
.project-container-std {
  grid-column: left-outer / right-outer;
  gap: var(--section-space-1b);
}
.project-container-std picture {
  position: relative;
  flex: 1;
}
/* .project-container-std picture::after { */
.project-container-std picture:not(.no-overlay)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colour-wash-0);
}
.project-container-std img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .project-container-std {
    grid-column: left-inner / right-inner;
    gap: var(--section-space-4);
  }
}
.halfwidth {
  grid-column: col-6 / col-20;
}
.widewidth {
  grid-column: col-3 / col-23;
}
.fullwidth {
  grid-column: left-full / right-full;
}
.maxheight {
  max-height: 80svh;
}
.project-inspiration {
  grid-column: left-outer / right-outer;
  padding-top: var(--section-space-4);
  border-bottom: var(--gold-7) 1px solid;
  color: var(--gold-4);
}
.project-inspiration p {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .project-inspiration {
    grid-column: left-outer / right-outer;
    padding-top: var(--section-space-10);
    border-bottom: var(--gold-7) 1px solid;
    color: var(--gold-4);
  }
  .project-inspiration p {
    padding-bottom: 20px;
  }
}
.projects-all-projects {
  grid-column: left-outer / right-outer;
  justify-self: center;
  padding-top: 110px;
  padding-bottom: 120px;
}
/* #endregion */
/* #region - project bg */
.project.belongil .project-showcase-bg {
  background-image: url('../img/projects/belongil-01.jpg');
}
.project.skinners .project-showcase-bg {
  background-image: url('../img/projects/skinners-01.jpg');
}
.project.pittwater .project-showcase-bg {
  background-image: url('../img/projects/pittwater-01.jpg');
}
.project.fernleigh .project-showcase-bg {
  background-image: url('../img/projects/fernleigh-01.jpg');
}
.project.korora .project-showcase-bg {
  background-image: url('../img/projects/korora-01.jpg');
}
.project.valla .project-showcase-bg {
  background-image: url('../img/projects/valla-01.jpg');
}
.project.clontarf .project-showcase-bg {
  background-image: url('../img/projects/clontarf-02.jpg');
}
.project.possumcreek .project-showcase-bg {
  background-image: url('../img/projects/possumcreek-01.jpg');
}
.project.suffolk .project-showcase-bg {
  background-image: url('../img/projects/suffolk-01.jpg');
}
.project.suffolk .project-showcase-bg {
  background-image: url('../img/projects/suffolk-01.jpg');
}
.project.coopersshoot .project-showcase-bg {
  background-image: url('../img/projects/coopersshoot-01.jpg');
}
.project.glennifer .project-showcase-bg {
  background-image: url('../img/projects/glennifer-01.jpg');
}
/* #endregion */
/* #endregion */

/* #region - Content Pages */
/* #region - common */
.philosophy-fengshui-col1,
.philosophy-fengshui-col2,
.content-introtext,
.content-introtext-rhs,
.content-introtext-cont,
.content-introtext-cont-rhs,
.services-construction-col1,
.services-construction-col2 {
  color: var(--gold-body-text);
  font-family: var(--ff-body-base);
  font-size: var(--fs-body-5);
}
@media (min-width: 768px) {
  .philosophy-fengshui-col1,
  .philosophy-fengshui-col2,
  .content-introtext,
  .content-introtext-rhs,
  .content-introtext-cont,
  .content-introtext-cont-rhs,
  .services-construction-col1,
  .services-construction-col2 {
    color: var(--gold-body-text-dark);
    color: var(--gold-body-text);
  }
}
.about .hero,
.contact .hero,
.philosophy .hero,
.services .hero {
  height: var(--hero-height--standard);
  position: relative;
  background-size: cover;
  background-position: center center;
  opacity: 100%;
  z-index: 1;
}
.page-heading {
  font-family: var(--ff-body);
  font-size: var(--fs-body-11);
  color: var(--body-clr-light);
  color: var(--gold-body-text-light) !important;
}
@media (min-width: 768px) {
  .page-heading {
    color: var(--gold-body-text-light) !important;
  }
}
.content-introtext,
.content-introtext-rhs {
  grid-column: var(--content-right-4);
  align-self: end;
  padding-bottom: 50px;
  z-index: 0;
}
.content-introtext-cont,
.content-introtext-cont-rhs {
  grid-column: var(--content-right-4);
  padding-top: 100px;
  z-index: 0;
}
.content-introtext-cont-rhs {
  padding-top: 122px;
}
.section-height-std {
  height: var(--hero-height--standard);
  background: url('../img/content/150deg-gradient.jpg');
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-height-tall {
  height: var(--hero-height--tall);
  background: url('../img/content/150deg-gradient.jpg');
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
.philosophy-showcase h4 {
  font-size: var(--fs-body-8);
}
.philosophy h2 {
  font-size: var(--fs-body-10);
}
@media (min-width: 768px) {
  .content-introtext,
  .content-introtext-cont {
    grid-column: col-1 / col-6;
    padding-bottom: 80px;
    min-width: 30ch;
  }
  .content-introtext-rhs {
    padding-bottom: 122px;
  }
  .content-introtext-cont {
    padding-top: 122px;
  }
  .content-introtext-rhs,
  .content-introtext-cont-rhs {
    grid-column: col-20 / col-26;
  }
}
/* #endregion */
/* #region - philosophy */
.philosophy .hero {
  background-image: url('../img/projects/glennifer-05.jpg');
}
.philosophy-titleline {
  grid-column: left-outer / right-outer;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--grey-13);
  margin-top: 5rem;
}
.image-container-wide .yaegers-goldcircle-drawing {
  opacity: 80%;
  width: 100%;
  object-fit: cover;
}
.philosophy-fernleigh {
  grid-column: left-outer / right-outer;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .philosophy-fernleigh img {
    height: 700px;
  }
  .philosophy-fernleigh {
    grid-column: col-3 / col-20;
    margin-top: var(--section-space-10);
  }
}
.philosophy-fernleigh .split {
  gap: 1rem;
}
.feng-shui {
  padding-top: 70svh;
  position: relative;
  background-image: url('../img/content/IMG_3084-Rt-monestry.jpg');
  background-size: cover;
  background-position: top center;
  opacity: 100%;
  z-index: -1;
}
.philosophy-fengshui-col1 {
  grid-column: var(--content-right-4);
}
.philosophy-fengshui-col2 {
  grid-column: var(--content-right-4);
}
.philosophy-luopan {
  grid-column: left-outer / right-outer;
  margin-top: 60px;
}
.philosophy-luopan img {
  width: 100%;
}
.philosophy-siteplan {
  grid-column: left-outer / right-outer;
  margin-top: var(--section-space-2);
  margin-bottom: var(--section-space-8);
}
@media (min-width: 768px) {
  .philosophy-fengshui-col1 {
    grid-column: col-1 / col-7;
  }
  .philosophy-fengshui-col2 {
    grid-column: col-8 / col-14;
  }
  .philosophy-luopan {
    grid-column: col-15 / col-22;
    grid-row: 2;
    margin-top: var(--section-space-8);
  }
  .philosophy-luopan img {
    width: 100%;
  }
  .philosophy-siteplan {
    grid-column: col-1 / col-14;
    margin-top: var(--section-space-8);
    margin-bottom: var(--section-space-8);
  }
}
/* #endregion */
/* #region - services */
.services .hero {
  background: url('../img/projects/belongil-03.jpg');
  background-size: cover;
  background-position: center bottom 33%;
}
.services-construction-col1,
.services-construction-col2 {
  grid-column: col-1 / col-16;
}
.services-construction > * {
  margin-bottom: 100px;
}
.services-construction > *:first-child {
  margin-bottom: 50px;
}
.services-construction {
  margin-top: 10rem;
}
.services-construction h2,
.services-construction h4,
.services-construction h5 {
  color: var(--gold-2) !important;
}
.services-construction h5 {
  color: var(--gold-3) !important;
}
@media (min-width: 768px) {
  .services-construction-col1 {
    grid-column: col-10 / col-17;
  }
  .services-construction-col2 {
    grid-column: col-19 / col-26;
  }
  .services-construction > * {
    margin-bottom: 100px;
  }
}

.services .section-height-tall {
  background-image: url('../img/content/45deg-gradient.jpg');
}
.services-construction h2 {
  color: var(--grey-4);
  font-size: var(--fs-body-10);
}
.services-construction h5 {
  color: var(--grey-6);
  text-transform: uppercase;
  padding-top: 0.2rem;
}
.services-construction h5 {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--grey-15);
  margin-bottom: 5rem;
}
.services-construction ul {
  list-style-type: '- ';
  list-style: disc;
}
.services-construction-a,
.services-construction-b {
  padding-bottom: 2rem;
}
.services-construction-b {
  padding-top: 4rem;
}
.services-possumcreek-floorplan {
  grid-column: col-1 / right-full;
  opacity: 70%;
}
@media (min-width: 768px) {
  .services-possumcreek-floorplan {
    grid-column: left-outer / right-outer;
    margin-top: var(--section-space-10);
  }
}

/* #endregion */
/* #region - about */
.about .hero {
  background: url('../img/projects/belongil-10.jpg');
  background-size: cover;
  background-position: center center;
  min-height: var(--hero-height--standard);
  height: 100%;
}
.about .content-introtext-rhs > :last-child {
  margin-top: 4rem;
}
.about .page-heading {
  margin-top: 200px;
}
/* #endregion */
/* #region - contact */
.contact .hero {
  background: url('../img/projects/belongil-13.jpg');
  background-size: cover;
  background-position: center center;
  padding-top: 200px;
  height: 100%;
}
.contact .revised-grid {
  grid-template-rows: 1fr auto;
  align-items: end;
}
.contact .revised-grid {
  padding-bottom: 100px;
}
.contact-info-lhs {
  grid-column: col-1 / col-16;
}
.contact-form-rhs {
  grid-column: col-1 / col-16;
  margin-top: 40px;
}
.contact .revised-grid .page-heading {
  margin-bottom: 2rem;
}
.contact-phone {
  padding-bottom: 0.5rem;
}
.button-submit {
  background-color: var(--grey-19);
  color: var(--gold-4);
  padding: 4px 30px;
  margin-top: 0.5rem;
}
.button-submit:hover {
  transform: scale(0.95);
  background-color: var(--gold-5);
  color: var(--body-clr-dark);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
.contact-info-contact-deets {
  color: var(--grey-10);
}
.contact-form-rhs {
  color: var(--gold-4);
}

@media (min-width: 768px) {
  .contact .hero {
    height: 100svh;
  }
  .contact-info-lhs {
    grid-column: col-15 / col-19;
  }
  .contact-info-contact-deets {
    padding-bottom: 2rem;
  }
  .contact-form-rhs {
    grid-column: col-21 / right-inner;
    margin-top: 0;
  }
  .contact-phone {
    padding-bottom: 1.5rem;
  }
  .error-message {
    grid-row: 2;
    grid-column: col-15 / right-inner;
    color: rgb(220, 76, 36);
  }
  .success-message {
    grid-row: 2;
    grid-column: col-15 / right-inner;
    color: rgb(131, 100, 91);
  }
}
/* #endregion */
/* #endregion */

/* #region - Template */
/* #endregion */

/* #region - Testing */

.border {
  border: 1px solid grey;
}
.borderred {
  border: 1px solid red;
}
.bordergreen {
  border: 1px solid green;
}
.borderblue {
  border: 1px solid blue;
}
.border10 {
  border: 10px solid grey;
}
/* * {
  border: 1px solid grey;
} */
/* #endregion - Testing */

/* .primary-header {
  font-size: var(--fs-body-3);
  height: var(--header-height);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
} */

/* .page-label {
  z-index: 10001;
} */
