:root {
  --gallery-black: #030303;
  --gallery-ink: #f9f3f5;
  --gallery-soft: #d7c7cd;
  --gallery-pink: #f58eb4;
  --gallery-pink-2: #ffc1d7;
  --gallery-line: rgba(245, 142, 180, .52);
  --gallery-panel: rgba(18, 8, 12, .88);
  --gallery-glow: 0 0 28px rgba(255, 144, 186, .62), 0 0 76px rgba(255, 144, 186, .26);
}

* { box-sizing: border-box; }
html { background: var(--gallery-black); }
body {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 100%;
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 155, 190, .16), transparent 16rem),
    radial-gradient(circle at 86% 18%, rgba(255, 155, 190, .12), transparent 20rem),
    #030303 !important;
  color: var(--gallery-ink) !important;
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

body::before,
body::after,
.bg,
body > .title-wrap,
body > section.container:not(.title-wrap),
body > main.container,
#lightbox { display: none !important; }

.site-header {
  position: sticky !important;
  top: 0;
  z-index: 50;
  width: 100% !important;
  background: rgba(2, 2, 2, .96) !important;
  border-bottom: 1px solid rgba(255, 172, 202, .12) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .34);
  backdrop-filter: blur(18px);
}

.site-header .header-inner {
  width: min(1710px, calc(100vw - 180px)) !important;
  max-width: none !important;
  height: 86px;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  min-width: 250px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-logo {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 181, 207, .45), 0 0 30px rgba(255, 181, 207, .16);
  overflow: hidden;
}

.brand-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-sep { display: none !important; }
.brand-text strong {
  display: block;
  color: #fff !important;
  font-size: 22px;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 var(--gallery-pink);
}
.brand-text small {
  display: block;
  margin-top: 8px;
  color: #fff !important;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.gallery-nav {
  flex: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 38px;
}

.gallery-nav .nav-link {
  position: relative;
  padding: 32px 0 29px;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.gallery-nav .nav-link.active { color: var(--gallery-pink-2) !important; }
.gallery-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 64px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--gallery-pink), transparent);
}

.gallery-nav .nav-book-pill {
  margin-left: 42px;
  padding: 17px 40px !important;
  border: 1px solid var(--gallery-line) !important;
  border-radius: 999px !important;
  text-transform: uppercase;
  color: #fff !important;
  box-shadow: inset 0 0 18px rgba(255, 151, 189, .16), 0 0 24px rgba(255, 151, 189, .18) !important;
}
.gallery-nav .nav-book-pill span { color: var(--gallery-pink-2); margin-left: 16px; }

.gallery-reference {
  width: min(1710px, calc(100vw - 180px));
  margin: 0 auto;
  color: var(--gallery-ink);
}

.gallery-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 20px;
  padding: 72px 0 44px;
  overflow: visible;
  border-bottom: 1px solid rgba(255, 157, 194, .18);
}

.gallery-hero::before {
  content: "";
  position: absolute;
  inset: 0 calc(50% + 110px) 0 -8vw;
  background: radial-gradient(circle at 0 55%, rgba(255, 172, 202, .42), transparent 22rem);
  filter: blur(2px);
  pointer-events: none;
}

.hero-copy,
.hero-collage { position: relative; z-index: 2; }
.hero-copy { padding-top: 22px; }
.script-title {
  margin: 0;
  color: var(--gallery-pink);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(90px, 7.4vw, 145px);
  line-height: .82;
  font-weight: 400;
  text-shadow: 0 0 22px rgba(245, 142, 180, .38);
}
.hero-copy h1 {
  margin: 14px 0 18px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(78px, 6vw, 126px);
  line-height: .86;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.ornament-line {
  width: 590px;
  height: 34px;
  max-width: 75%;
  margin: 32px 0 22px 68px;
  border-top: 1px solid rgba(255, 180, 207, .58);
  position: relative;
}
.ornament-line span {
  position: absolute;
  left: 50%;
  top: -9px;
  width: 52px;
  height: 18px;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 180, 207, .58);
  border-top: 0;
  border-radius: 0 0 50% 50%;
}
.hero-intro {
  width: 500px;
  max-width: 82%;
  margin: 0 0 0 76px;
  color: #f4e8ec;
  font-size: 18px;
  line-height: 1.65;
  text-align: center;
}
.ghost-script {
  margin: 44px 0 0;
  color: rgba(255, 177, 207, .12);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(64px, 5vw, 112px);
  line-height: 1;
  transform: rotate(-8deg);
}
.spark {
  position: absolute;
  color: #ffd1df;
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
  text-shadow: 0 0 32px rgba(255, 153, 190, .72);
}
.spark-one { left: -68px; top: 30px; }
.spark-two { right: 16%; top: 248px; font-size: 56px; }
.spark-three { left: -8%; top: 96px; font-size: 44px; }
.spark-four { right: 3%; top: 50px; font-size: 58px; }

.hero-collage { min-height: 560px; }
.collage-card {
  position: absolute;
  overflow: hidden;
  border: 2px solid rgba(255, 188, 211, .82);
  border-radius: 25px;
  background: #1a1114;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .58), 0 0 32px rgba(255, 151, 189, .18);
}
.collage-card img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.9) contrast(1.02) brightness(.78); }
.collage-one { left: 8%; top: 46px; width: 300px; height: 430px; transform: rotate(-8deg); z-index: 2; }
.collage-two { left: 27%; top: 130px; width: 300px; height: 330px; transform: rotate(-7deg); z-index: 3; }
.collage-three { left: 43%; top: 94px; width: 430px; height: 430px; transform: rotate(8deg); z-index: 5; }
.collage-four { right: 8%; top: 72px; width: 350px; height: 430px; transform: rotate(8deg); z-index: 1; }
.collage-five { right: 0; top: 268px; width: 360px; height: 260px; transform: rotate(8deg); z-index: 2; }
.glow-ring {
  position: absolute;
  left: 4%;
  right: -3%;
  top: 260px;
  height: 300px;
  border: 3px solid transparent;
  border-bottom-color: rgba(255, 139, 181, .9);
  border-right-color: rgba(255, 139, 181, .56);
  border-radius: 50%;
  transform: rotate(-8deg);
  box-shadow: 0 18px 28px rgba(255, 139, 181, .26);
  z-index: 4;
  pointer-events: none;
}

.gallery-controls-ref {
  margin: 40px 0 36px;
  padding: 20px 28px 26px;
  border: 1px solid var(--gallery-line);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(33, 12, 18, .78), rgba(5, 5, 5, .92));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .45), inset 0 0 0 1px rgba(255, 255, 255, .03);
}
.filter-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
}
.filter-pill,
.sort-pill,
.gallery-search {
  min-height: 70px;
  border: 1px solid rgba(255, 171, 202, .38);
  border-radius: 999px;
  background: rgba(10, 7, 8, .88);
  color: #fff;
  font: 700 16px/1 Inter, Arial, sans-serif;
}
.filter-pill { display: flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer; }
.filter-pill.active {
  color: #16070d;
  background: linear-gradient(135deg, #ff9ac0, #f16fa1);
  box-shadow: 0 12px 34px rgba(244, 116, 160, .36), inset 0 1px 0 rgba(255, 255, 255, .38);
}
.gallery-search-row { display: grid; grid-template-columns: 1fr 330px; gap: 14px; margin-top: 18px; }
.gallery-search { display: flex; align-items: center; gap: 16px; padding: 0 26px; }
.gallery-search span { color: var(--gallery-pink-2); font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.gallery-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: 600 16px Inter, Arial, sans-serif;
}
.gallery-search input::placeholder { color: rgba(255, 245, 248, .48); }
.sort-pill { display: flex; align-items: center; justify-content: center; gap: 14px; cursor: pointer; }
.sort-pill span { color: var(--gallery-pink); }
.sort-pill b { margin-left: auto; margin-right: 28px; color: var(--gallery-pink-2); }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 230px;
  gap: 22px;
}
.look-card {
  position: relative;
  grid-column: span 4;
  overflow: hidden;
  min-height: 230px;
  border: 1px solid rgba(255, 181, 207, .55);
  border-radius: 22px;
  background-image: linear-gradient(90deg, rgba(5, 4, 5, .8), rgba(5, 4, 5, .2) 58%, rgba(5, 4, 5, .4)), var(--bg);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 -120px 90px rgba(0, 0, 0, .68), 0 20px 65px rgba(0, 0, 0, .38);
}
.look-feature { grid-column: span 9; grid-row: span 2; }
.look-tall { grid-column: span 3; grid-row: span 2; }
.look-large { grid-row: span 2; }
.tag {
  position: absolute;
  left: 28px;
  top: 26px;
  z-index: 2;
  padding: 9px 17px;
  border-radius: 999px;
  color: #35101f;
  background: linear-gradient(135deg, #ff9fc5, #eb79a7);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.look-content {
  position: absolute;
  left: 34px;
  bottom: 34px;
  z-index: 2;
  width: 330px;
  max-width: calc(100% - 68px);
}
.look-content h2,
.look-content h3 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.02;
}
.look-content h2 { font-size: 48px; }
.look-content h2 em {
  display: block;
  color: var(--gallery-pink);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 58px;
  font-style: normal;
  line-height: .72;
}
.look-content h3 { font-size: 30px; }
.look-content p { margin: 15px 0 0; color: #fff2f6; font-size: 18px; line-height: 1.5; }
.look-content .love { color: #ffe5ee; font-size: 15px; }
.look-content a {
  display: inline-flex;
  margin-top: 28px;
  min-width: 158px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gallery-pink);
  border-radius: 999px;
  color: #ffd1df;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.compact { width: 280px; }
.heart-btn,
.round-arrow {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 181, 207, .62);
  border-radius: 50%;
  background: rgba(21, 12, 15, .6);
  color: #ffd1df;
  font-size: 24px;
  cursor: pointer;
}
.round-arrow { color: #fff; font-size: 28px; }

.booking-banner {
  position: relative;
  display: grid;
  grid-template-columns: 420px minmax(340px, 1fr) 310px;
  align-items: center;
  gap: 30px;
  margin: 34px 24px 30px;
  padding: 18px 34px 18px 24px;
  min-height: 0;
  border: 1px solid var(--gallery-line);
  border-radius: 22px;
  background: linear-gradient(110deg, rgba(53, 19, 29, .78), rgba(7, 5, 6, .95));
  overflow: hidden;
}
.booking-banner::after {
  content: "";
  position: absolute;
  inset: 24px 22px auto auto;
  width: 110px;
  height: 80px;
  border-top: 1px solid rgba(255, 181, 207, .55);
  border-right: 1px solid rgba(255, 181, 207, .55);
  border-radius: 0 18px 0 0;
}
.banner-image {
  align-self: center;
  height: clamp(220px, 13.5vw, 275px);
  min-height: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 181, 207, .28);
}
.banner-image img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(.7) saturate(.88); }
.script-title.small { font-size: 34px; line-height: .88; }
.banner-copy h2 {
  margin: 0 0 10px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: .98;
  font-weight: 400;
  text-transform: uppercase;
}
.banner-copy > p:not(.script-title) { margin: 0; max-width: 430px; color: #fff2f6; font-size: 14px; line-height: 1.35; }
.banner-points {
  display: flex;
  gap: 18px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 181, 207, .22);
  color: #fff;
  font-size: 13px;
}
.banner-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 280px;
  height: 56px;
  border-radius: 999px;
  color: #2d0b18;
  background: linear-gradient(135deg, #ffa0c4, #ec709f);
  box-shadow: 0 16px 40px rgba(242, 116, 160, .34), inset 0 1px 0 rgba(255, 255, 255, .45);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  text-decoration: none;
}

.gallery-footer {
  display: grid;
  grid-template-columns: 1.35fr .7fr .7fr 1.1fr;
  gap: 74px;
  padding: 58px 12px 44px;
  border-top: 1px solid rgba(255, 181, 207, .14);
  border-bottom: 1px solid rgba(255, 181, 207, .12);
}
.footer-logo-row { display: flex; align-items: center; gap: 18px; }
.footer-logo-row img { width: 72px; height: 72px; border-radius: 50%; background: #fff; }
.footer-logo-row strong { display: block; color: #fff; font-size: 22px; letter-spacing: .16em; text-transform: uppercase; text-shadow: 2px 2px 0 var(--gallery-pink); }
.footer-logo-row span { display: block; margin-top: 8px; color: #fff; font-size: 10px; letter-spacing: .34em; text-transform: uppercase; }
.gallery-footer p,
.gallery-footer a { color: rgba(255, 246, 249, .72); font-size: 17px; line-height: 1.7; text-decoration: none; }
.footer-brand p { width: 320px; max-width: 100%; margin: 30px 0 26px; }
.gallery-footer h3 { margin: 0 0 22px; color: #fff; font-size: 16px; letter-spacing: .08em; text-transform: uppercase; }
.gallery-footer div:not(.footer-brand):not(.footer-logo-row):not(.footer-socials) { border-left: 1px solid rgba(255, 181, 207, .16); padding-left: 44px; }
.gallery-footer a { display: block; margin: 0 0 12px; }
.gallery-footer a.active { color: var(--gallery-pink); }
.footer-socials { display: flex; gap: 16px; }
.footer-socials a {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 181, 207, .5);
  border-radius: 50%;
  color: #ffd1df;
  font-weight: 900;
  text-transform: uppercase;
}
.gallery-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px 12px 36px;
  color: rgba(255, 246, 249, .62);
  font-size: 14px;
}
.footer-ornament { color: var(--gallery-pink-2); letter-spacing: .18em; }

@media (max-width: 1200px) {
  .site-header .header-inner,
  .gallery-reference { width: min(100% - 40px, 1040px) !important; }
  .gallery-nav { gap: 18px; }
  .gallery-nav .nav-book-pill { margin-left: 12px; padding-inline: 24px !important; }
  .gallery-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-collage { min-height: 560px; }
  .collage-one { left: 5%; }
  .booking-banner { grid-template-columns: 320px 1fr; }
  .banner-image { height: 245px; }
  .banner-button { grid-column: 2; justify-self: start; }
  .gallery-footer { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-header .header-inner { width: calc(100% - 28px) !important; height: auto; min-height: 78px; flex-wrap: wrap; padding: 10px 0 !important; }
  .brand { min-width: 0; }
  .brand-text strong { font-size: 17px; }
  .gallery-nav { width: 100%; justify-content: flex-start; gap: 16px; overflow-x: auto; padding-bottom: 8px; }
  .gallery-nav .nav-link { padding: 10px 0; font-size: 12px; }
  .gallery-nav .nav-link.active::after { bottom: 2px; }
  .gallery-nav .nav-book-pill { padding: 10px 18px !important; }
  .gallery-reference { width: calc(100% - 26px) !important; }
  .gallery-hero { padding-top: 34px; }
  .hero-copy h1 { font-size: 58px; }
  .script-title { font-size: 68px; }
  .hero-intro, .ornament-line { margin-left: 0; max-width: 100%; text-align: left; }
  .hero-collage { min-height: 430px; transform: scale(.72); transform-origin: left top; width: 138%; }
  .filter-row { grid-template-columns: repeat(2, 1fr); }
  .gallery-search-row { grid-template-columns: 1fr; }
  .feature-grid { display: block; }
  .look-card { min-height: 330px; margin-bottom: 16px; }
  .look-feature { min-height: 460px; }
  .booking-banner { grid-template-columns: 1fr; margin-inline: 0; padding: 22px; }
  .banner-button { grid-column: auto; min-width: 0; width: 100%; }
  .banner-points { flex-direction: column; gap: 10px; }
  .gallery-footer { grid-template-columns: 1fr; gap: 28px; }
  .gallery-footer div:not(.footer-brand):not(.footer-logo-row):not(.footer-socials) { border-left: 0; padding-left: 0; }
  .gallery-copyright { flex-direction: column; text-align: center; }
}

/* Mobile gallery rebuild: composed mobile art direction, not a scaled desktop page. */
@media (max-width: 767px) {
  body {
    background:
      radial-gradient(circle at -10% 8%, rgba(255, 154, 192, .18), transparent 220px),
      radial-gradient(circle at 100% 34%, rgba(255, 154, 192, .1), transparent 210px),
      #030303 !important;
  }

  .gallery-reference {
    width: 100% !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding: 0 12px 30px !important;
  }

  .gallery-hero {
    display: block !important;
    min-height: 0 !important;
    padding: 30px 0 24px !important;
    overflow: hidden !important;
    border-bottom: 0 !important;
  }

  .gallery-hero::before {
    inset: 106px auto auto -84px !important;
    width: 210px !important;
    height: 210px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(255, 177, 207, .48), rgba(255, 177, 207, .18) 46%, transparent 70%) !important;
    filter: blur(1px) !important;
  }

  .hero-copy {
    min-height: 190px !important;
    padding: 0 4px !important;
  }

  .script-title {
    font-size: 47px !important;
    line-height: .9 !important;
    text-shadow: 0 0 18px rgba(245, 142, 180, .48) !important;
  }

  .hero-copy h1 {
    margin: 2px 0 10px !important;
    font-size: 31px !important;
    line-height: .95 !important;
    letter-spacing: .04em !important;
  }

  .ornament-line {
    width: 150px !important;
    max-width: none !important;
    height: 18px !important;
    margin: 8px 0 10px 0 !important;
    opacity: .42 !important;
  }

  .ornament-line span {
    width: 32px !important;
    height: 10px !important;
    top: -5px !important;
  }

  .hero-intro {
    width: 230px !important;
    max-width: 65% !important;
    margin: 0 !important;
    color: rgba(255, 246, 249, .82) !important;
    font-size: 9px !important;
    line-height: 1.55 !important;
    text-align: left !important;
  }

  .ghost-script {
    margin: 18px 0 0 !important;
    color: rgba(255, 177, 207, .13) !important;
    font-size: 42px !important;
    line-height: .92 !important;
    transform: rotate(-7deg) !important;
  }

  .spark {
    color: #ffd1df !important;
    font-size: 34px !important;
    text-shadow: 0 0 22px rgba(255, 153, 190, .68) !important;
  }

  .spark-one { left: 82% !important; top: 126px !important; }
  .spark-two { display: none !important; }
  .spark-three { left: 88% !important; top: 8px !important; font-size: 26px !important; }
  .spark-four { display: none !important; }

  .hero-collage {
    width: 100% !important;
    min-height: 245px !important;
    margin: 0 !important;
    transform: none !important;
    transform-origin: center !important;
  }

  .collage-card {
    border-width: 1px !important;
    border-radius: 12px !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .58), 0 0 20px rgba(255, 151, 189, .15) !important;
  }

  .collage-one {
    left: 4px !important;
    top: 40px !important;
    width: 38% !important;
    height: 160px !important;
    transform: rotate(-8deg) !important;
    z-index: 3 !important;
  }

  .collage-two {
    left: 29% !important;
    top: 54px !important;
    width: 36% !important;
    height: 150px !important;
    transform: rotate(2deg) !important;
    z-index: 2 !important;
  }

  .collage-three {
    left: 46% !important;
    top: 26px !important;
    width: 50% !important;
    height: 190px !important;
    transform: rotate(7deg) !important;
    z-index: 4 !important;
  }

  .collage-four,
  .collage-five {
    display: none !important;
  }

  .glow-ring {
    left: 38% !important;
    right: -22% !important;
    top: 88px !important;
    height: 125px !important;
    border-width: 1px !important;
    transform: rotate(-8deg) !important;
    opacity: .72 !important;
    box-shadow: 0 8px 18px rgba(255, 139, 181, .24) !important;
  }

  .gallery-controls-ref {
    margin: 8px 0 18px !important;
    padding: 12px !important;
    border-radius: 15px !important;
    background: linear-gradient(145deg, rgba(32, 10, 18, .74), rgba(5, 5, 5, .94)) !important;
  }

  .filter-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .filter-pill,
  .sort-pill,
  .gallery-search {
    min-height: 42px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    letter-spacing: .06em !important;
  }

  .filter-pill {
    gap: 7px !important;
  }

  .gallery-search-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .gallery-search {
    padding: 0 13px !important;
    gap: 9px !important;
  }

  .gallery-search span {
    font-size: 15px !important;
    line-height: 1 !important;
  }

  .gallery-search input {
    font-size: 10px !important;
  }

  .sort-pill {
    justify-content: space-between !important;
    padding: 0 14px !important;
  }

  .sort-pill b {
    margin: 0 !important;
  }

  .feature-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    gap: 12px !important;
  }

  .look-card,
  .look-feature,
  .look-tall,
  .look-large {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 238px !important;
    margin: 0 !important;
    border-radius: 14px !important;
    background-image: linear-gradient(180deg, rgba(4, 4, 4, .05), rgba(4, 4, 4, .78)), var(--bg) !important;
    background-position: center !important;
    box-shadow: inset 0 -100px 80px rgba(0, 0, 0, .76), 0 16px 38px rgba(0, 0, 0, .42) !important;
  }

  .look-feature {
    min-height: 292px !important;
    background-position: center 36% !important;
  }

  .look-tall,
  .look-large {
    min-height: 254px !important;
  }

  .tag {
    left: 14px !important;
    top: 13px !important;
    padding: 6px 10px !important;
    font-size: 8px !important;
    letter-spacing: .08em !important;
  }

  .look-content {
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    width: auto !important;
    max-width: none !important;
  }

  .look-content h2 {
    max-width: 235px !important;
    font-size: 30px !important;
    line-height: .98 !important;
  }

  .look-content h2 em {
    font-size: 38px !important;
    line-height: .9 !important;
    padding-bottom: 2px !important;
  }

  .look-content h3 {
    max-width: 240px !important;
    font-size: 22px !important;
    line-height: 1.08 !important;
  }

  .look-content p {
    max-width: 240px !important;
    margin-top: 7px !important;
    font-size: 10px !important;
    line-height: 1.45 !important;
  }

  .look-content .love {
    font-size: 9px !important;
  }

  .look-content a {
    min-width: 96px !important;
    height: 39px !important;
    margin-top: 14px !important;
    font-size: 8px !important;
  }

  .heart-btn,
  .round-arrow {
    right: 13px !important;
    bottom: 13px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 15px !important;
  }

  .booking-banner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    min-height: 0 !important;
    margin: 18px 0 24px !important;
    padding: 12px !important;
    border-radius: 15px !important;
  }

  .booking-banner::after {
    display: none !important;
  }

  .banner-image {
    align-self: auto !important;
    height: 126px !important;
    min-height: 126px !important;
    border-radius: 11px !important;
  }

  .script-title.small {
    font-size: 34px !important;
    line-height: .88 !important;
  }

  .banner-copy h2 {
    margin-top: 2px !important;
    font-size: 27px !important;
    line-height: 1 !important;
  }

  .banner-copy > p:not(.script-title) {
    font-size: 10px !important;
    line-height: 1.45 !important;
  }

  .banner-points {
    display: grid !important;
    gap: 5px !important;
    margin-top: 12px !important;
    padding-top: 10px !important;
    font-size: 8px !important;
  }

  .banner-button {
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    justify-self: stretch !important;
    gap: 10px !important;
    font-size: 8px !important;
  }

  .gallery-footer {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 32px 4px 24px !important;
  }

  .footer-logo-row img {
    width: 50px !important;
    height: 50px !important;
  }

  .footer-logo-row strong {
    font-size: 15px !important;
    letter-spacing: .13em !important;
  }

  .footer-logo-row span {
    margin-top: 5px !important;
    font-size: 7px !important;
  }

  .gallery-footer p,
  .gallery-footer a {
    font-size: 10px !important;
    line-height: 1.65 !important;
  }

  .footer-brand p {
    width: 230px !important;
    margin: 18px 0 15px !important;
  }

  .footer-socials a {
    width: 30px !important;
    height: 30px !important;
    font-size: 8px !important;
  }

  .gallery-footer h3 {
    margin-bottom: 10px !important;
    font-size: 10px !important;
  }

  .gallery-footer div:not(.footer-brand):not(.footer-logo-row):not(.footer-socials) {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 181, 207, .12) !important;
    padding: 15px 0 0 !important;
  }

  .gallery-footer a {
    margin-bottom: 5px !important;
  }

  .gallery-copyright {
    display: grid !important;
    justify-items: center !important;
    gap: 8px !important;
    padding: 18px 0 8px !important;
    font-size: 8px !important;
    text-align: center !important;
  }

  .footer-ornament {
    letter-spacing: .08em !important;
  }
}
