nav,
.nav-cta {
  font-weight: 300;
}

.quote h2 {
  color: #fff;
}

.quote-mobile {
  display: none;
}

@media (max-width: 680px) {
  .quote-desktop { display: none; }
  .quote-mobile { display: block; }
}

.hero-video-wrap {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #000;
}

.hero-video-wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: #000;
  pointer-events: none;
  transition: opacity 2.8s cubic-bezier(.25,.7,.2,1);
}

.hero-video-wrap.is-ready::after {
  opacity: 0;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.8s ease-in-out;
}

.hero-video.is-active { opacity: 1; }
.hero { position: relative; background: transparent; }
.hero-image { display: none; }
main { position: relative; z-index: 1; }

.hero .shade { z-index: 1; }
.hero .intro-logo,
.hero .hero-copy { z-index: 2; }

.introduction,
.services,
.edit,
.process,
.quote,
.faq,
.contact,
footer {
  position: relative;
  z-index: 2;
}

.hero .shade {
  background:
    linear-gradient(180deg, rgba(21,20,15,.72) 0%, rgba(21,20,15,.32) 43%, rgba(21,20,15,.77) 100%),
    linear-gradient(90deg, rgba(21,20,15,.50), rgba(21,20,15,.10) 70%, rgba(21,20,15,.04));
}

.introduction,
.process,
.faq {
  background: var(--paper);
}

.introduction {
  position: relative;
  overflow: hidden;
  background: #24231c;
  color: #fff;
}

.introduction-video,
.introduction-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.introduction-video {
  object-fit: cover;
  object-position: left center;
  transform: none;
  will-change: auto;
}
.introduction-shade { background: linear-gradient(90deg, rgba(24,23,18,.16) 0%, rgba(24,23,18,.29) 34%, rgba(24,23,18,.42) 66%, rgba(24,23,18,.55) 100%); }
.introduction > :not(.introduction-video):not(.introduction-shade) { position: relative; z-index: 1; }
.introduction .heading h2,
.introduction .two-col,
.introduction .two-col strong,
.introduction .statement p { color: #fff; }
.introduction .two-col { color: rgba(255,255,255,.84); }
.introduction .statement { border-color: rgba(255,255,255,.35); }

.process .heading {
  max-width: 1160px;
}

.contact,
footer {
  background: rgba(0, 0, 0, .75);
}

.contact h2 {
  letter-spacing: 0;
}

.contact form {
  background: transparent;
  border: 1px solid rgba(190, 190, 190, .42);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px) saturate(118%);
  -webkit-backdrop-filter: blur(18px) saturate(118%);
}

.contact-email {
  display: inline-block;
  margin-top: 16px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .01em;
}

.contact input:-webkit-autofill,
.contact input:-webkit-autofill:hover,
.contact input:-webkit-autofill:focus,
.contact textarea:-webkit-autofill,
.contact textarea:-webkit-autofill:hover,
.contact textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 99999s ease-out 0s;
}

/* Keep all desktop content safely inset and wrapped at narrower desktop widths. */
@media (min-width: 681px) and (max-width: 1200px) {
  .section,
  .contact {
    padding-left: 48px;
    padding-right: 48px;
  }

  .edit-inner {
    width: calc(100% - 96px);
  }

  .gallery-heading,
  .gallery-controls {
    width: calc(100% - 96px);
  }

  .heading,
  .heading.small,
  .services .heading.small,
  .process .heading,
  .gallery-heading h2,
  .edit h2 {
    max-width: 100%;
  }
}

.heading h2,
.gallery-heading h2 {
  letter-spacing: -.018em;
}

.steps h3 {
  letter-spacing: -.018em;
}

.faq .heading.small {
  max-width: 650px;
}

footer a {
  transition: color .2s ease;
}

footer a:hover {
  color: #fff;
}

@media (min-width: 681px) {
  .introduction {
    padding-bottom: calc(clamp(82px, 10vw, 140px) - 35px);
  }

  .services .heading.small {
    max-width: min(1040px, 100%);
  }

  .introduction .heading,
  .introduction .two-col {
    width: calc(50% + 36px);
    margin-left: calc(50% + 34px);
    transform: translateX(-50px);
  }

  .introduction .two-col {
    display: block;
    margin-top: 31px;
    margin-bottom: 40px;
  }

  .introduction .two-col p {
    margin: 0;
  }

  .introduction .two-col p + p {
    margin-top: 22px;
  }
}

.edit {
  position: relative;
  overflow: hidden;
  background: #24241d;
}

.edit-photo,
.edit-shade {
  position: absolute;
  inset: 0;
}

.edit-photo {
  background: url("img/hero-interior.png") center / cover no-repeat;
  transform: translate3d(0, var(--edit-parallax-y, 0px), 0) scale(1.16);
  will-change: transform;
}

.edit-shade {
  background: linear-gradient(105deg, rgba(23,23,18,.42), rgba(27,27,22,.24) 54%, rgba(25,25,19,.12));
}

.edit-inner { position: relative; z-index: 1; }
.edit-copy { color: rgba(255, 255, 255, .91); }

.eyebrow,
.eyebrow.dark,
.quote .eyebrow {
  color: #c1b300;
}

h1,
h2,
h3 {
  font-weight: 400;
}

.hero h1 {
  letter-spacing: -.035em;
}

.hero .intro-logo {
  position: fixed;
  top: calc(51% - 70px);
  left: calc(75% - 40px);
  width: min(430px, 33vw);
  transform: translate(-50%, -50%);
}

.hero .intro-logo.hidden {
  transform: translate(-50%, -50%);
}

.hero .hero-copy {
  position: absolute;
  top: 52%;
  left: clamp(48px, 6vw, 96px);
  width: min(430px, 42vw);
  margin: 0;
  transform: translateY(-50%);
}

.hero .hero-copy > p:not(.eyebrow) {
  max-width: 410px;
}

.hero-title-mobile { display: none; }

.edit h2 {
  letter-spacing: -.035em;
}

.edit h2 .screened-mustard {
  color: #d8cf75;
}

.edit .text-link::after {
  content: none !important;
  display: none !important;
}

.edit .text-link span {
  display: none !important;
}

.button {
  border-color: #c1b300;
  background: #c1b300;
  color: #24231c;
  gap: 0;
  padding-right: 19px;
  padding-left: 19px;
}

.button:hover {
  border-color: #fff;
  background: #fff;
  color: #24231c;
}

.quote {
  background: rgba(0, 0, 0, .75);
  color: #fff;
}

.steps article {
  position: relative;
  padding: 24px 22px 28px;
  margin: -24px -22px -28px;
  cursor: pointer;
  transition: background .24s ease, transform .24s ease;
}

.steps article:hover,
.steps article:focus-visible {
  background: rgba(44,43,36,.08);
  outline: none;
}

.steps article i {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: #c1b300;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  transition: transform .24s ease;
}

.steps article:hover i,
.steps article:focus-visible i { transform: rotate(45deg); }

.faqs details {
  transition: background .22s ease;
}

.faqs details:hover,
.faqs details[open] {
  background: rgba(44,43,36,.055);
}

.faqs summary b {
  transition: color .2s ease;
}

.faqs details:hover summary b {
  color: #c1b300;
}

.statement span,
.service-grid article > span,
.steps span,
.service-grid button b,
.text-link {
  color: #c1b300;
}

.gallery {
  overflow: hidden;
  padding: clamp(82px, 10vw, 140px) 0;
  background: #e8e3d8;
}

.gallery-heading,
.gallery-controls {
  width: min(1160px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.gallery-heading {
  max-width: min(1160px, calc(100% - 48px));
}

.gallery-heading h2 {
  max-width: 860px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.03;
}

.gallery-heading > p:last-child {
  max-width: 550px;
  color: var(--muted);
}

.gallery-controls {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 21px;
}

.gallery-controls p {
  margin: 0;
  color: #6c695f;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
}

.gallery-controls i { color: #aaa596; font-style: normal; }
.gallery-current { color: #c1b300; }
.gallery-button {
  width: 46px;
  height: 46px;
  margin-left: 7px;
  border: 1px solid #28261f55;
  border-radius: 50%;
  background: transparent;
  color: #28261f;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.gallery-button:hover,
.gallery-button:focus-visible {
  border-color: #c1b300;
  background: #c1b300;
  color: #24231c;
  outline: none;
}

.gallery-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: max(24px, calc((100vw - 1160px) / 2));
  scrollbar-width: none;
  scroll-snap-type: none;
}

.gallery-viewport::-webkit-scrollbar { display: none; }

.gallery-track {
  display: flex;
  gap: 22px;
}

.gallery-slide {
  flex: 0 0 clamp(280px, 28vw, 440px);
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  background: #d5d0c4;
  cursor: zoom-in;
  scroll-snap-align: center;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.gallery-slide:hover img { transform: scale(1.035); }

.gallery-lightbox {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: 34px;
  background: rgba(0, 0, 0, .94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  transition: opacity .28s ease, visibility .28s ease;
}

.gallery-lightbox.open { opacity: 1; visibility: visible; }
.gallery-lightbox img {
  width: 100%;
  max-width: min(760px, 100%);
  max-height: calc(100svh - 68px);
  justify-self: center;
  object-fit: contain;
}

.gallery-lightbox button {
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.gallery-lightbox-close {
  position: absolute;
  top: 15px;
  right: 22px;
  font-size: 39px;
  font-weight: 300;
  line-height: 1;
}

.gallery-lightbox-previous,
.gallery-lightbox-next {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.65) !important;
  border-radius: 50% !important;
  font-size: 24px;
  transition: background .2s ease, color .2s ease;
}

.gallery-lightbox-previous:hover,
.gallery-lightbox-next:hover { background: #c1b300; color: #24231c; }
body.gallery-lightbox-open { overflow: hidden; }

.modal-image {
  display: block;
  width: 100%;
  height: min(360px, 44vh);
  margin: 28px 0 26px;
  object-fit: cover;
  object-position: center;
}

.about-noelle {
  display: grid;
  grid-template-columns: minmax(380px, 43vw) minmax(0, 1fr);
  min-height: 790px;
  background: var(--paper);
}

.about-noelle-photo {
  min-height: 100%;
  overflow: hidden;
}

.about-noelle-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-noelle-copy {
  align-self: center;
  max-width: 750px;
  padding: clamp(82px, 10vw, 145px) clamp(46px, 8vw, 140px);
}

.about-noelle-copy h2 {
  max-width: 650px;
  font-size: clamp(43px, 4.6vw, 68px);
  line-height: 1.03;
}

.about-noelle-body {
  max-width: 560px;
  margin-top: 44px;
  color: var(--muted);
  font-size: 16px;
}

.about-noelle-body p { margin: 0; }
.about-noelle-body p + p { margin-top: 20px; }
.about-noelle-body strong { color: var(--ink); font-weight: 600; }
.about-noelle-link { margin-top: 31px; }
.about-noelle-signature {
  margin: 53px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}

.about-noelle-signature span {
  margin-left: 10px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.nav-cta {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(220, 220, 220, .68);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 5px 18px rgba(0, 0, 0, .10);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
}

#nav {
  font-weight: 300;
}

.nav-cta:hover {
  background: rgba(255, 255, 255, .22);
  border-color: rgba(225, 225, 225, .82);
  color: #fff;
}

@media (max-width: 680px) {
  .introduction {
    background: rgba(0, 0, 0, .75);
  }

  .introduction-video,
  .introduction-shade {
    display: none;
  }

  .desktop-break { display: none; }
  .hero .intro-logo {
    position: fixed;
    top: 12vh;
    left: 50%;
    width: min(360px, 88vw);
    transform: translateX(-50%);
  }

  .hero .intro-logo.hidden { transform: translateX(-50%); }
  .hero .hero-copy {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 40px);
    margin: 0 auto 52px;
    transform: none;
  }
  .hero-title-desktop { display: none; }
  .hero-title-mobile { display: block; }
  .gallery { padding: 78px 0; }
  .gallery-heading,
  .gallery-controls { width: calc(100% - 44px); }
  .gallery-heading h2 { font-size: 40px; }
  .gallery-controls { margin-top: 37px; }
  .gallery-viewport { padding-left: 22px; }
  .gallery-slide { flex-basis: min(72vw, 360px); }
  .gallery-lightbox { grid-template-columns: 1fr; padding: 52px 20px 20px; }
  .gallery-lightbox img { max-height: calc(100svh - 140px); }
  .gallery-lightbox-previous,
  .gallery-lightbox-next { position: absolute; bottom: 24px; }
  .gallery-lightbox-previous { left: calc(50% - 58px); }
  .gallery-lightbox-next { right: calc(50% - 58px); }
  .modal-image { height: min(300px, 38vh); margin-top: 23px; }
  .about-noelle { grid-template-columns: 1fr; min-height: 0; }
  .about-noelle-photo { height: min(143vw, 710px); min-height: 0; }
  .about-noelle-copy { padding: 78px 22px; }
  .about-noelle-copy h2 { font-size: 40px; }
}

@media (min-width: 681px) {
  .section,
  .contact {
    padding-left: max(112px, calc((100vw - 1160px) / 2));
    padding-right: max(72px, calc((100vw - 1160px) / 2));
  }

  .edit-inner,
  .gallery-heading,
  .gallery-controls {
    width: min(1160px, calc(100% - 184px));
    margin-left: max(112px, calc((100vw - 1160px) / 2));
    margin-right: auto;
  }

  .hero .hero-copy {
    left: clamp(112px, 8vw, 132px);
  }
}
