:root {
  --brand-navy: #0f2d4d;
  --brand-navy-soft: #213d5d;
  --brand-cream: #fbf7f1;
  --brand-warm: #f4eee6;
  --brand-line: #e4d5c3;
  --brand-gold: #c79b58;
  --brand-muted: #637185;
  --brand-white: #fffefd;
  --shadow-soft: 0 18px 50px rgba(15, 45, 77, .08);
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}

body {
  margin: 0;
  background: var(--brand-white);
  color: var(--brand-navy);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container-xxl {
  width: 100%;
  margin-inline: auto;
  max-width: 1440px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.g-4 {
  gap: 1.5rem 0;
}

.g-5 {
  gap: 3rem 0;
}

.px-0 {
  padding-inline: 0;
}

.position-relative {
  position: relative;
}

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.justify-content-end {
  justify-content: flex-end;
}

.w-100 {
  width: 100%;
}

.collapse:not(.show) {
  display: none;
}

.navbar {
  display: flex;
  align-items: center;
}

.navbar>.container-xxl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 991.98px) {

  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-7 {
    flex: 0 0 auto;
    width: 100%;
  }

  .navbar-nav {
    display: block;
  }
}

.site-nav {
  min-height: 96px;
  background: rgba(255, 254, 253, .97);
  border-bottom: 1px solid rgba(228, 213, 195, .65);
  transition: min-height .25s ease, box-shadow .25s ease, background-color .25s ease;
  z-index: 1050;
}

.site-nav.is-scrolled {
  min-height: 78px;
  box-shadow: 0 10px 30px rgba(15, 45, 77, .08);
  background: rgba(255, 254, 253, .94);
  backdrop-filter: blur(12px);
}

.nav-shell {
  min-height: inherit;
  padding-inline: clamp(1.25rem, 5vw, 5.85rem);
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.brand-logo {
  width: clamp(142px, 12vw, 190px);
  height: auto;
  filter: invert(15%) sepia(32%) saturate(1328%) hue-rotate(171deg) brightness(88%) contrast(96%);
}

.navbar-nav .nav-link {
  color: var(--brand-navy);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .06em;
  padding: .6rem .2rem;
  text-transform: uppercase;
  transition: color .2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--brand-gold);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  padding: .45rem;
  box-shadow: none;
}

.menu-toggle:focus {
  box-shadow: 0 0 0 .18rem rgba(199, 155, 88, .25);
}

.menu-line {
  display: block;
  width: 26px;
  height: 2px;
  margin: 6px auto;
  background: var(--brand-navy);
}

.menu-line.short {
  width: 18px;
  margin-right: 5px;
}

.hero-section {
  margin-top: 96px;
  background: var(--brand-cream);
}

.hero-grid {
  min-height: clamp(560px, 62vh, 720px);
}

.hero-copy-wrap,
.about-copy-wrap {
  display: flex;
  align-items: center;
  /* background: linear-gradient(120deg, #fffdf9 0%, #f9f2ea 100%); */
}

.hero-copy {
  width: min(100%, 460px);
  max-width: 460px;
  margin-left: clamp(1.5rem, 10vw, 9rem);
  padding: clamp(3rem, 7vw, 5.8rem) 1.5rem clamp(3rem, 7vw, 5.5rem) 0;
  container-type: inline-size;
}

.hero-heart,
.title-rule i,
.signature i,
.site-footer i {
  color: var(--brand-gold);
}

.hero-heart {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1;
}

.hero-copy h1,
.about-copy h2,
.section-heading h2,
.contact-copy h2 {
  color: var(--brand-navy);
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: 0;
  line-height: .98;
}

.hero-copy h1 {
  margin: 0 0 1rem;
  font-size: clamp(3.05rem, 4.1vw, 3.95rem);
  font-size: clamp(3.15rem, 13.2cqw, 3.95rem);
}

.hero-title span {
  display: block;
  white-space: nowrap;
}

.title-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .95rem;
  width: min(360px, 100%);
  margin: 1.05rem 0 1.45rem;
}

.title-rule.align-left {
  justify-content: flex-start;
  width: min(260px, 100%);
  margin: .8rem 0 1.6rem;
}

.title-rule span {
  display: block;
  width: 120px;
  height: 1px;
  background: var(--brand-gold);
  opacity: .8;
}

.title-rule.align-left span {
  width: 94px;
}

.title-rule i {
  font-size: 1rem;
}

.hero-copy p {
  margin: 0 0 1.45rem;
  color: var(--brand-navy-soft);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.65;
}

.btn-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.05rem;
  min-height: 52px;
  padding: .95rem 1.7rem;
  border: 1px solid var(--brand-navy);
  border-radius: 2px;
  background: var(--brand-navy);
  color: #fff;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.btn-brand:hover,
.btn-brand:focus {
  background: var(--brand-navy-soft);
  border-color: var(--brand-navy-soft);
  color: #fff;
  transform: translateY(-1px);
}

.hero-photo,
.about-photo {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--brand-warm);
}

.hero-photo {
  min-height: clamp(560px, 62vh, 720px);
}

.about-photo {
  min-height: 515px;
}

.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 26%;
  background: linear-gradient(90deg, rgba(251, 247, 241, 1), rgba(251, 247, 241, 0));
  z-index: 1;
  pointer-events: none;
}

.hero-photo img,
.about-photo img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.hero-photo img {
  object-position: 58% 50%;
}

.collection-strip {
  position: relative;
  padding: 2.25rem 0 2rem;
  background: var(--brand-white);
  border-bottom: 1px solid rgba(228, 213, 195, .65);
}

.collection-strip .container-xxl {
  padding-inline: clamp(4rem, 8vw, 9rem);
}

.collection-grid-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fff;
  border-bottom: 1px solid rgba(228, 213, 195, .65);
}

.collection-grid-section .container-xxl {
  padding-inline: clamp(1.25rem, 6vw, 8rem);
}

.collection-grid-section .section-heading {
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.collection-track {
  display: grid;
  grid-auto-columns: clamp(170px, 16.5vw, 225px);
  grid-auto-flow: column;
  gap: clamp(1.25rem, 2.4vw, 2.25rem);
  overflow-x: auto;
  scroll-behavior: auto;
  scrollbar-width: none;
}

.collection-track::-webkit-scrollbar {
  display: none;
}

.collection-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 9px;
  background: #fbf8f4;
  text-align: center;
  scroll-snap-align: start;
  box-shadow: 0 1px 0 rgba(15, 45, 77, .03);
  cursor: zoom-in;
}

.collection-card:focus-visible {
  outline: 3px solid rgba(199, 155, 88, .42);
  outline-offset: 4px;
}

.collection-image {
  aspect-ratio: 1 / .82;
  overflow: hidden;
  background: var(--brand-warm);
}

.collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.collection-card:hover .collection-image img {
  transform: scale(1.06);
}

.collection-card h2 {
  margin: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .8rem .65rem;
  color: var(--brand-navy);
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.collection-modal .modal-content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--brand-white);
}

.collection-modal .modal-header {
  border-bottom: 1px solid rgba(228, 213, 195, .7);
}

.collection-modal .modal-title {
  color: var(--brand-navy);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.collection-modal .modal-body {
  padding: 0;
  background: var(--brand-warm);
}

.collection-modal img {
  max-height: min(78vh, 760px);
  object-fit: contain;
}

.crop-left img {
  object-position: 16% 62%;
}

.crop-soft img {
  object-position: 42% 37%;
}

.crop-center img {
  object-position: 56% 56%;
}

.crop-detail img {
  object-position: 68% 68%;
}

.crop-tools img {
  object-position: 85% 70%;
}

.round-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brand-navy);
  border-radius: 999px;
  background: rgba(255, 254, 253, .82);
  color: var(--brand-navy);
  font-size: 1.1rem;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.round-arrow:hover,
.round-arrow:focus {
  background: var(--brand-navy);
  color: #fff;
}

.arrow-prev {
  left: clamp(.75rem, 4vw, 4.6rem);
  transform: translateY(-50%);
}

.arrow-next {
  right: clamp(.75rem, 4vw, 4.6rem);
  transform: translateY(-50%);
}

.about-section {
  background: var(--brand-cream);
}

.about-grid {
  min-height: 470px;
}

.about-copy {
  max-width: 490px;
  margin-left: clamp(1.5rem, 10vw, 9rem);
  padding: clamp(3rem, 6vw, 4.4rem) 1.5rem clamp(3rem, 6vw, 4.4rem) 0;
}

.about-copy h2,
.section-heading h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2.9rem, 4.5vw, 4.6rem);
}

.body-copy p,
.contact-copy p,
.site-footer p,
.site-footer a,
.site-footer li {
  color: var(--brand-navy-soft);
}

.body-copy {
  max-width: 440px;
  margin-bottom: 1.15rem;
  font-size: .93rem;
  line-height: 1.85;
}

.body-copy p {
  margin: 0 0 1rem;
}

.signature {
  margin: 0 0 1.1rem;
  color: var(--brand-navy);
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-style: italic;
}

.signature i {
  margin-left: .45rem;
  font-size: .95rem;
}

.about-photo {
  min-height: 470px;
}

.about-photo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 26%;
  background: linear-gradient(90deg, rgba(251, 247, 241, 1), rgba(251, 247, 241, 0));
  z-index: 1;
}

.about-photo img {
  object-position: 53% 50%;
}

.features-section {
  padding: 1.95rem 0 2.15rem;
  background: var(--brand-white);
  border-bottom: 1px solid rgba(228, 213, 195, .65);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-inline: clamp(1rem, 5vw, 6rem);
}

.feature-item {
  width: auto;
  min-height: 170px;
  padding: .8rem clamp(1rem, 2.5vw, 2.1rem) .9rem;
  text-align: center;
}

.feature-item+.feature-item {
  border-left: 1px solid var(--brand-line);
}

.feature-icon {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto .95rem;
  color: #b79a75;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  line-height: 1;
}

.feature-item h2 {
  margin: 0 0 .5rem;
  color: var(--brand-navy);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.feature-item p {
  max-width: 250px;
  margin: 0 auto;
  color: var(--brand-navy-soft);
  font-size: .76rem;
  line-height: 1.68;
}

.reviews-section {
  position: relative;
  padding: 2.1rem 0 2.6rem;
  background: linear-gradient(90deg, #fffaf5 0%, #fbf4ec 100%);
}

.reviews-section .container-xxl {
  padding-inline: clamp(4rem, 8vw, 9rem);
}

.section-heading {
  margin-bottom: 1rem;
}

.review-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 39%);
  min-height: 218px;
  overflow: hidden;
  border: 1px solid var(--brand-line);
  border-radius: 9px;
  background: rgba(255, 254, 253, .8);
  box-shadow: 0 8px 34px rgba(15, 45, 77, .05);
}

.review-card.is-changing .review-copy {
  opacity: 0;
  transform: translateX(-14px);
}

.review-card.is-changing .review-photo img {
  opacity: .42;
  transform: scale(1.025);
}

.review-copy {
  position: relative;
  padding: 2.15rem clamp(2rem, 4vw, 4.1rem);
  opacity: 1;
  transform: translateX(0);
  transition: opacity .26s ease, transform .26s ease;
}

.review-copy.is-entering {
  animation: reviewEnter .36s cubic-bezier(.22, .61, .36, 1);
}

.quote-icon {
  float: left;
  margin: 1.65rem 2.5rem 9rem 0;
  color: var(--brand-gold);
  font-size: 3rem;
  line-height: 1;
}

.review-copy p {
  margin: .2rem 0 1rem;
  color: var(--brand-navy-soft);
  font-size: .91rem;
  line-height: 1.82;
}

.stars {
  display: flex;
  gap: .28rem;
  margin-bottom: .35rem;
  color: var(--brand-gold);
}

.review-copy strong {
  color: var(--brand-navy);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.review-photo {
  min-height: 218px;
  overflow: hidden;
}

.review-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 56%;
  opacity: 1;
  transform: scale(1);
  transition: opacity .28s ease, transform .42s ease;
}

.reviews-prev {
  left: clamp(.75rem, 4vw, 4.6rem);
  transform: translateY(35%);
}

.reviews-next {
  right: clamp(.75rem, 4vw, 4.6rem);
  transform: translateY(35%);
}

.review-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.4rem;
}

.review-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d7d0c7;
  transition: background-color .28s ease, transform .28s ease;
}

.review-dots button.active {
  background: var(--brand-navy);
  transform: scale(1.18);
}

@keyframes reviewEnter {
  from {
    opacity: 0;
    transform: translateX(16px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.contact-band {
  position: relative;
  padding: 3.2rem 0;
  background: linear-gradient(180deg, #fffefd 0%, #f8f1e9 100%);
  border-top: 1px solid rgba(228, 213, 195, .82);
  border-bottom: 1px solid rgba(228, 213, 195, .82);
}

.contact-band .container-xxl {
  position: relative;
  z-index: 1;
  padding-inline: clamp(1.25rem, 7vw, 8.8rem);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(320px, .95fr) minmax(260px, .7fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.8rem);
  padding: clamp(1.4rem, 3vw, 2.15rem);
  background: rgba(255, 254, 253, .9);
  border: 1px solid rgba(228, 213, 195, .86);
  box-shadow: 0 18px 48px rgba(15, 45, 77, .07);
}

.contact-photo {
  height: 245px;
  overflow: hidden;
  background: var(--brand-warm);
}

.contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 43% 56%;
}

.contact-copy h2 {
  font-size: clamp(2.45rem, 4vw, 3.85rem);
}

.contact-copy p {
  max-width: 460px;
  margin: 0;
  font-size: .96rem;
  line-height: 1.82;
}

.contact-actions {
  display: grid;
  justify-items: center;
  gap: 1.2rem;
}

.contact-form {
  width: min(100%, 390px);
  display: grid;
  gap: .85rem;
}

.contact-form[hidden] {
  display: none;
}

.form-field {
  display: grid;
  gap: .35rem;
}

.form-field label {
  color: var(--brand-navy);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(228, 213, 195, .95);
  border-radius: 2px;
  background: rgba(255, 254, 253, .96);
  color: var(--brand-navy);
  font: inherit;
  font-size: .88rem;
  line-height: 1.5;
  padding: .85rem 1rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.form-field textarea {
  resize: vertical;
  min-height: 118px;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--brand-gold);
  box-shadow: 0 0 0 .18rem rgba(199, 155, 88, .16);
  outline: 0;
}

.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-status {
  min-height: 1.3rem;
  margin: 0;
  color: var(--brand-navy-soft);
  font-size: .8rem;
  line-height: 1.6;
  text-align: center;
}

.form-status.is-error {
  color: #9f3a38;
}

.form-status.is-success {
  color: #32724f;
}

.social-inline {
  display: flex;
  justify-content: center;
  gap: .8rem;
}

.social-inline a,
.footer-social a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 45, 77, .28);
  border-radius: 999px;
  color: var(--brand-navy);
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.social-inline a:hover,
.social-inline a:focus,
.footer-social a:hover,
.footer-social a:focus {
  background: var(--brand-navy);
  border-color: var(--brand-navy);
  color: #fff;
}

.gallery-page {
  margin-top: 96px;
  background: linear-gradient(180deg, #fffdf9 0%, #fbf7f1 36%, #fffefd 100%);
}

.about-page {
  margin-top: 96px;
  background: linear-gradient(180deg, #fffdf9 0%, #fbf7f1 42%, #fffefd 100%);
}

.about-page-hero {
  padding: clamp(2.6rem, 6vw, 5rem) 0 clamp(3.2rem, 6vw, 5.8rem);
  background: linear-gradient(120deg, #fffdf9 0%, #f8f1e9 100%);
  border-bottom: 1px solid rgba(228, 213, 195, .72);
}

.about-page-hero .container-xxl {
  padding-inline: clamp(1.25rem, 7vw, 8.8rem);
}

.about-page-panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: stretch;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(228, 213, 195, .82);
  background: rgba(255, 254, 253, .78);
  box-shadow: 0 18px 48px rgba(15, 45, 77, .08);
}

.about-page-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.2rem);
}

.about-profile-mark {
  width: 154px;
  height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(228, 213, 195, .9);
  border-radius: 999px;
  background: var(--brand-white);
  box-shadow: 0 12px 34px rgba(15, 45, 77, .06);
}

.about-profile-mark img {
  width: 116px;
  height: auto;
  filter: invert(15%) sepia(32%) saturate(1328%) hue-rotate(171deg) brightness(88%) contrast(96%);
}

.about-page-copy h1 {
  margin: 0;
  color: var(--brand-navy);
  font-family: var(--font-serif);
  font-size: clamp(3.4rem, 6vw, 5.85rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: .98;
}

.about-page-photo {
  min-height: 430px;
  overflow: hidden;
  background: var(--brand-warm);
}

.about-page-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 52%;
}

.gallery-hero {
  padding: clamp(2.4rem, 6vw, 4.6rem) 0 clamp(1.8rem, 4vw, 3rem);
  background: linear-gradient(120deg, #fffdf9 0%, #f8f1e9 100%);
  border-bottom: 1px solid rgba(228, 213, 195, .72);
}

.gallery-hero .container-xxl,
.product-gallery .container-xxl {
  padding-inline: clamp(1.25rem, 7vw, 8.8rem);
}

.gallery-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(1.8rem, 5vw, 5rem);
  align-items: center;
}

.gallery-hero-copy {
  max-width: 560px;
}

.gallery-hero-copy h1 {
  margin: 0;
  color: var(--brand-navy);
  font-family: var(--font-serif);
  font-size: clamp(3.4rem, 6vw, 5.85rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: .98;
}

.gallery-hero-copy p {
  max-width: 480px;
  margin: 0;
  color: var(--brand-navy-soft);
  font-size: .96rem;
  line-height: 1.85;
}

.gallery-hero-photo {
  height: clamp(230px, 28vw, 360px);
  overflow: hidden;
  border: 1px solid rgba(228, 213, 195, .82);
  background: var(--brand-warm);
  box-shadow: 0 18px 48px rgba(15, 45, 77, .08);
}

.gallery-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 46% 54%;
}

.product-gallery {
  padding: clamp(2.4rem, 5vw, 4.8rem) 0 clamp(3.2rem, 6vw, 5.6rem);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.75rem);
}

.gallery-card {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(228, 213, 195, .84);
  border-radius: 8px;
  background: var(--brand-warm);
  box-shadow: 0 10px 32px rgba(15, 45, 77, .06);
  cursor: zoom-in;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .55s ease, filter .55s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 45, 77, 0) 56%, rgba(15, 45, 77, .22) 100%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

.gallery-card:hover img,
.gallery-card:focus img {
  transform: scale(1.045);
  filter: saturate(1.04);
}

.gallery-card:hover::after,
.gallery-card:focus::after {
  opacity: 1;
}

.gallery-card:focus {
  outline: 2px solid rgba(199, 155, 88, .75);
  outline-offset: 4px;
}

.gallery-card-index {
  position: absolute;
  right: .9rem;
  bottom: .75rem;
  z-index: 1;
  color: rgba(255, 254, 253, .9);
  font-family: var(--font-serif);
  font-size: 1.45rem;
  line-height: 1;
  opacity: 0;
  transition: opacity .35s ease;
}

.gallery-card:hover .gallery-card-index,
.gallery-card:focus .gallery-card-index {
  opacity: 1;
}

.gallery-empty {
  max-width: 720px;
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(228, 213, 195, .82);
  border-radius: 8px;
  background: rgba(255, 254, 253, .9);
  box-shadow: 0 14px 42px rgba(15, 45, 77, .06);
}

.gallery-empty h2 {
  margin: 0 0 .6rem;
  color: var(--brand-navy);
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 4vw, 3.3rem);
}

.gallery-empty p {
  margin: 0;
  color: var(--brand-navy-soft);
}

.site-footer {
  background: var(--brand-white);
  border-top: 1px solid rgba(228, 213, 195, .7);
}

.footer-main {
  padding: 3.05rem clamp(1.25rem, 7vw, 8.8rem) 2.75rem;
}

.footer-logo {
  width: 190px;
  margin: 0 0 1.05rem;
  filter: invert(15%) sepia(32%) saturate(1328%) hue-rotate(171deg) brightness(88%) contrast(96%);
}

.site-footer p {
  max-width: 260px;
  margin: 0 0 1.35rem;
  font-size: .85rem;
  line-height: 1.85;
}

.site-footer h2 {
  margin: .65rem 0 1.35rem;
  color: var(--brand-navy);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: .82rem;
  font-size: .84rem;
  line-height: 1.45;
}

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

.site-footer a:hover,
.site-footer a:focus {
  color: var(--brand-gold);
}

.footer-social {
  display: flex;
  gap: .95rem;
}

.footer-social a {
  width: 44px;
  height: 44px;
  font-size: 1.25rem;
}

.footer-action-col p {
  margin-bottom: 1rem;
}

.footer-cta {
  width: 100%;
  max-width: 230px;
  min-height: 56px;
  justify-content: space-between;
  padding-inline: 1.55rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .95rem clamp(1.25rem, 7vw, 8.8rem);
  border-top: 1px solid rgba(228, 213, 195, .7);
  color: rgba(15, 45, 77, .62);
  font-size: .78rem;
}

.footer-bottom p {
  max-width: none;
  margin: 0;
  color: rgba(15, 45, 77, .62);
  font-size: .78rem;
}

@media (max-width: 1199.98px) {

  .collection-strip .container-xxl,
  .reviews-section .container-xxl {
    padding-inline: 4.75rem;
  }

  .collection-track {
    grid-auto-columns: minmax(190px, 26vw);
  }
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 82px;
  }

  .gallery-page,
  .about-page {
    margin-top: 82px;
  }

  .site-nav,
  .site-nav.is-scrolled {
    min-height: 82px;
  }

  .nav-shell {
    padding-inline: 1.25rem;
  }

  .navbar-collapse {
    margin: .85rem -1.25rem 0;
    padding: 1rem 1.25rem 1.25rem;
    border-top: 1px solid rgba(228, 213, 195, .8);
    background: var(--brand-white);
  }

  .navbar-nav .nav-link {
    padding: .8rem 0;
  }

  .hero-section {
    margin-top: 82px;
  }

  .hero-grid,
  .about-grid {
    min-height: auto;
  }

  .hero-copy,
  .about-copy {
    max-width: none;
    margin-left: 0;
    padding: 3.2rem 1.5rem;
  }

  .about-photo {
    min-height: 430px;
  }

  .hero-photo {
    min-height: 460px;
  }

  .about-copy-wrap {
    order: 2;
  }

  .about-section .col-lg-7 {
    order: 1;
  }

  .review-card {
    grid-template-columns: 1fr;
  }

  .review-photo {
    min-height: 250px;
  }

  .contact-panel {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .contact-photo {
    height: 280px;
  }

  .contact-actions {
    justify-items: start;
    max-width: 360px;
  }

  .gallery-hero-panel {
    grid-template-columns: 1fr;
  }

  .about-page-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .about-page-photo {
    order: -1;
    min-height: 320px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .brand-logo {
    width: 135px;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 12vw, 4.15rem);
  }

  .about-photo {
    min-height: 330px;
  }

  .hero-photo {
    min-height: 360px;
  }

  .hero-photo::before,
  .about-photo::before {
    display: none;
  }

  .collection-strip {
    padding: 1.6rem 0;
  }

  .collection-strip .container-xxl,
  .reviews-section .container-xxl {
    padding-inline: 1.25rem;
  }

  .collection-track {
    grid-auto-columns: minmax(170px, 62vw);
    gap: 1rem;
    padding-inline: 3.3rem 1rem;
  }

  .arrow-prev,
  .arrow-next,
  .reviews-prev,
  .reviews-next {
    width: 38px;
    height: 38px;
  }

  .arrow-prev,
  .reviews-prev {
    left: .8rem;
  }

  .arrow-next,
  .reviews-next {
    right: .8rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-item,
  .feature-item+.feature-item {
    border-left: 0;
    border-top: 1px solid var(--brand-line);
  }

  .feature-item:first-child {
    border-top: 0;
  }

  .reviews-section {
    padding: 2rem 0;
  }

  .review-copy {
    padding: 1.75rem 1.35rem;
  }

  .quote-icon {
    margin-right: 1rem;
    font-size: 2.45rem;
  }

  .contact-band {
    padding: 2.2rem 0;
  }

  .contact-panel {
    padding: 1rem;
  }

  .contact-photo {
    height: 210px;
  }

  .contact-actions {
    max-width: 320px;
  }

  .gallery-hero {
    padding-top: 3rem;
  }

  .about-page-hero {
    padding-top: 2rem;
  }

  .about-page-copy {
    padding: 1.5rem;
  }

  .about-profile-mark {
    width: 128px;
    height: 128px;
  }

  .about-profile-mark img {
    width: 96px;
  }

  .gallery-hero-photo {
    height: 230px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .footer-main {
    padding: 2.5rem 1.25rem;
  }

  .footer-logo {
    width: 168px;
  }

  .site-footer h2 {
    margin-top: 0;
  }

  .footer-cta {
    max-width: 320px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 1.25rem;
  }
}

@media (max-width: 420px) {

  .hero-copy,
  .about-copy {
    padding-inline: 1rem;
  }

  .title-rule span {
    width: 88px;
  }

  .btn-brand {
    width: 100%;
    padding-inline: 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .review-copy,
  .review-dots button,
  .collection-image img,
  .btn-brand,
  .round-arrow {
    transition: none;
  }

  .review-copy.is-entering {
    animation: none;
  }
}
