/* ==========================================================================
   01 — Looks page theme
   ========================================================================== */
.page-looks {
  --muted: #bdb4a8;
  --shadow: 0 26px 90px rgba(0, 0, 0, .45);
  background: #080808;
  color: #fff;
}

/* ==========================================================================
   02 — Looks hero
   ========================================================================== */
.page-looks .hero {
  position: relative;
  min-height: calc(100svh - var(--topbar-height) - var(--nav-height));
  padding: 132px 28px 104px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #080808;
}

.page-looks .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/hero-consultation.jpg") center top / cover no-repeat;
  filter: saturate(.92);
  transform: scale(1.02);
}

.page-looks .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .66) 34%, rgba(0, 0, 0, .2) 62%, rgba(0, 0, 0, .74) 100%),
    linear-gradient(0deg, #080808 0%, rgba(8, 8, 8, .14) 38%, rgba(8, 8, 8, .46) 100%);
}

.page-looks .hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 52px;
  align-items: end;
  transform: translateY(72px);
}

.page-looks .eyebrow {
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.page-looks .eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--gold2);
}

.page-looks h1 {
  margin: 0 0 24px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(52px, 7.4vw, 108px);
  line-height: .86;
  letter-spacing: -.065em;
}

.page-looks .lead {
  max-width: 730px;
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.65;
}

.script-line {
  margin-top: 24px;
  color: var(--gold2);
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-style: italic;
}

.hero-card {
  padding: 30px;
  border: 1px solid rgba(240, 213, 138, .34);
  background: rgba(10, 10, 10, .56);
  box-shadow: var(--shadow);
  backdrop-filter: blur(7px);
}

.hero-card b {
  margin-bottom: 13px;
  display: block;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1;
}

.hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
}

.hero-card .mini {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mini span {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 3px;
  color: var(--gold2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

/* ==========================================================================
   03 — Collection and cards
   ========================================================================== */
.page-looks .section {
  position: relative;
  padding: 76px 28px 90px;
  background: #080808;
}

.page-looks .wrap {
  max-width: var(--max);
  margin: 0 auto;
}

.page-looks .section-head {
  margin-bottom: 26px;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 38px;
  align-items: end;
}

.page-looks .section-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 5vw, 76px);
  line-height: .92;
  letter-spacing: -.055em;
}

.page-looks .section-head p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.75;
}

.tools {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 22px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-btn {
  padding: 11px 17px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  transition: .2s ease;
}

.filter-btn:hover,
.filter-btn.active {
  border-color: var(--gold2);
  background: var(--gold2);
  color: #111;
  transform: translateY(-1px);
}

.tools .note {
  color: var(--gold2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
}

.look-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}

.look-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #171717;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
  transition: .28s ease;
}

.look-card:nth-child(2),
.look-card:nth-child(4) {
  margin-top: 42px;
}

.look-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, .91), rgba(0, 0, 0, .28) 53%, rgba(0, 0, 0, .02));
}

.look-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .55s ease;
}

.look-card:hover {
  border-color: rgba(240, 213, 138, .65);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .55);
}

.look-card:hover img {
  transform: scale(1.065);
}

.badge-row {
  position: absolute;
  top: 18px;
  right: 18px;
  left: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.badge {
  padding: 8px 11px;
  display: inline-flex;
  border-radius: 999px;
  background: rgba(240, 213, 138, .94);
  color: #111;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wish {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background: rgba(0, 0, 0, .32);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: .2s ease;
}

.wish:hover,
.wish.saved {
  border-color: var(--gold2);
  background: var(--gold2);
  color: #111;
}

.look-info {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 24px;
  transform: translateY(10px);
  transition: .25s ease;
}

.look-card:hover .look-info {
  transform: translateY(0);
}

.tag {
  margin-bottom: 14px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.look-info h3 {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  line-height: .95;
  letter-spacing: -.035em;
}

.look-info p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  line-height: 1.6;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.view,
.quick {
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.quick {
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .08);
  color: #fff;
  cursor: pointer;
}

.quick:hover {
  border-color: var(--gold2);
  background: var(--gold2);
  color: #111;
}

.hidden {
  display: none !important;
}

/* ==========================================================================
   04 — Consultation and story bands
   ========================================================================== */
.consult-band {
  padding: 58px 28px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: #111;
}

.consult-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.consult-item {
  padding: 26px;
  border-left: 1px solid rgba(240, 213, 138, .35);
  background: linear-gradient(135deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .02));
}

.consult-item strong {
  margin-bottom: 8px;
  display: block;
  color: var(--gold2);
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
}

.consult-item p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.6;
}

.story-band {
  padding: 72px 28px;
  background: var(--cream);
  color: #111;
}

.story-band .inner {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 54px;
  align-items: center;
}

.story-band h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: .92;
  letter-spacing: -.055em;
}

.story-band p {
  margin: 0;
  color: #766d64;
  font-size: 17px;
  line-height: 1.82;
}

.page-looks .story-band .btn {
  margin-top: 24px;
  background: #111;
  color: #fff;
  font-weight: 900;
}

.page-looks .story-band .btn:hover {
  transform: translateY(-2px);
}

/* ==========================================================================
   05 — Quick-view modal
   ========================================================================== */
.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  padding: 28px;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .86);
}

.modal.open {
  display: flex;
}

.modal-card {
  position: relative;
  width: min(1040px, 100%);
  max-height: 88vh;
  overflow: auto;
  display: grid;
  grid-template-columns: 1fr .9fr;
  border: 1px solid rgba(240, 213, 138, .34);
  background: #111;
  box-shadow: 0 35px 120px rgba(0, 0, 0, .72);
}

.modal-img {
  min-height: 620px;
  background: #050505;
}

.modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-copy {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-copy h3 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  line-height: .9;
  letter-spacing: -.05em;
}

.modal-copy p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
}

.close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  background: rgba(0, 0, 0, .45);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.modal-actions a,
.modal-actions button {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.modal-actions button {
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

/* ==========================================================================
   06 — Looks responsive rules
   ========================================================================== */
@media (max-width: 1120px) {
  .page-looks .hero-inner,
  .page-looks .section-head,
  .story-band .inner,
  .modal-card {
    grid-template-columns: 1fr;
  }

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

  .look-card {
    min-height: 620px;
  }

  .look-card:nth-child(2),
  .look-card:nth-child(4) {
    margin-top: 0;
  }

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

@media (max-width: 680px) {
  .page-looks {
    --topbar-height: 0px;
    --nav-height: 76px;
  }

  .page-looks .nav {
    padding: 0 22px;
  }

  .page-looks .brand {
    font-size: 30px;
  }

  .page-looks .hero {
    min-height: calc(100svh - var(--topbar-height) - var(--nav-height));
    padding: 86px 22px 50px;
    align-items: flex-end;
  }

  .page-looks .hero::after {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .56) 0%, rgba(0, 0, 0, .34) 48%, rgba(0, 0, 0, .2) 100%),
      linear-gradient(0deg, rgba(8, 8, 8, .62) 0%, rgba(8, 8, 8, .08) 42%, rgba(8, 8, 8, .24) 100%);
  }

  .page-looks .hero-inner {
    gap: 26px;
    transform: translateY(34px);
  }

  .hero-card {
    padding: 22px;
  }

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

  .page-looks .section {
    padding: 54px 18px;
  }

  .look-grid,
  .consult-grid {
    grid-template-columns: 1fr;
  }

  .look-card {
    min-height: 540px;
  }

  .look-info {
    padding: 22px;
  }

  .story-band {
    padding: 54px 22px;
  }

  .modal {
    padding: 12px;
  }

  .modal-img {
    min-height: 430px;
  }

  .modal-copy {
    padding: 28px;
  }

  .modal-copy h3 {
    font-size: 44px;
  }
}
