/* Bespoke page only. Keeps the shared Chauhans palette and typography intact. */
.bespoke-page .site-header {
  background: rgba(27, 21, 20, .98);
  border-bottom-color: var(--line);
}

.bespoke-hero {
  position: relative;
  height: 340px;
  max-height: 400px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #201714;
}

.bespoke-hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: 55% 39%;
  filter: saturate(.88) contrast(1.03);
}

.bespoke-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg,
    transparent 0%,
    transparent 49%,
    rgba(32, 23, 20, .2) 57%,
    rgba(32, 23, 20, .82) 68%,
    #201714 78%,
    #201714 100%);
}

.bespoke-hero::after {
  content: '';
  position: absolute;
  right: clamp(26px, 4vw, 70px);
  bottom: 38px;
  z-index: 2;
  width: 64px;
  height: 1px;
  background: var(--pink);
  box-shadow: 18px 0 0 rgba(239, 163, 181, .28);
}

.bespoke-hero-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}

.bespoke-hero h1 {
  width: min(41%, 560px);
  margin: 0 0 0 auto;
  padding-right: clamp(28px, 5vw, 78px);
  color: #fff6ef;
  font-size: clamp(2.65rem, 4.2vw, 4.25rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
  text-align: left;
  text-wrap: balance;
}

.bespoke-hero h1 em {
  display: block;
  margin-top: .12em;
  color: var(--pink);
  font-weight: 400;
}

@media (max-width: 900px) {
  .bespoke-hero {
    height: 320px;
    grid-template-columns: 52% 48%;
  }

  .bespoke-hero::before {
    background: linear-gradient(90deg,
      transparent 0%,
      transparent 38%,
      rgba(32, 23, 20, .5) 50%,
      #201714 66%,
      #201714 100%);
  }

  .bespoke-hero h1 {
    width: 47%;
    padding-right: 28px;
    font-size: clamp(2.35rem, 6vw, 3.7rem);
  }
}

@media (max-width: 620px) {
  .bespoke-hero {
    height: 300px;
    grid-template-columns: 1fr;
  }

  .bespoke-hero-image {
    position: absolute;
    inset: 0;
    object-position: 63% 36%;
  }

  .bespoke-hero::before {
    background:
      linear-gradient(180deg, rgba(25, 17, 14, .12) 0%, rgba(25, 17, 14, .46) 48%, #201714 100%),
      linear-gradient(90deg, rgba(25, 17, 14, .18), rgba(25, 17, 14, .05));
  }

  .bespoke-hero::after {
    left: 24px;
    right: auto;
    bottom: 22px;
    width: 46px;
  }

  .bespoke-hero-inner {
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 24px 48px;
  }

  .bespoke-hero h1 {
    width: 100%;
    max-width: 390px;
    margin: 0;
    padding: 0;
    font-size: clamp(2.45rem, 12vw, 3.45rem);
    text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
  }

  .bespoke-hero h1 em {
    color: #ffc0cf;
  }
}

.bespoke-intro {
  padding-top: 84px;
  padding-bottom: 84px;
}

.bespoke-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: start;
}

.bespoke-intro h2 {
  max-width: 520px;
  margin-bottom: 0;
}

.bespoke-intro-copy {
  max-width: 620px;
}

.bespoke-intro-copy p:first-child {
  color: #eaded6;
  font-size: 1.08rem;
}

.bespoke-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 46px;
  background: var(--line);
  border: 1px solid var(--line);
}

.bespoke-principle {
  min-height: 150px;
  padding: 26px;
  background: #221916;
}

.bespoke-principle span {
  display: block;
  color: var(--copper);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.bespoke-principle strong {
  display: block;
  margin-top: 17px;
  color: var(--text);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.35;
}

.bespoke-services-section {
  padding: 82px 0 92px;
  background: #211916;
  border-block: 1px solid var(--line);
}

.bespoke-services-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 42px;
  align-items: end;
  margin-bottom: 38px;
}

.bespoke-services-header h2 {
  margin-bottom: 0;
}

.bespoke-services-header p {
  margin-bottom: 0;
}

.price-note {
  padding: 16px 18px;
  border-left: 2px solid var(--pink);
  background: #2a201d;
  color: #d9c9bf;
  font-size: .84rem;
  line-height: 1.6;
}

.bespoke-service-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid var(--line);
  background: #1b1514;
}

.bespoke-filter {
  appearance: none;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #5c4439;
  background: #2a201d;
  color: #e9ddd5;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .86rem;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.bespoke-filter:hover,
.bespoke-filter:focus-visible {
  border-color: var(--pink);
  color: #fff;
}

.bespoke-filter:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 2px;
}

.bespoke-filter.is-active {
  border-color: var(--pink);
  background: var(--pink);
  color: #211916;
}

.bespoke-filter:active {
  transform: translateY(1px);
}

.bespoke-category-card[hidden] {
  display: none !important;
}

.bespoke-category-grid.is-filtered {
  grid-template-columns: 1fr;
}

.bespoke-category-grid.is-filtered .bespoke-category-card {
  width: 100%;
}

.bespoke-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.bespoke-category-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #30231e, #211a18);
}

.bespoke-category-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
  border-bottom: 1px solid var(--line);
  background: rgba(239, 163, 181, .035);
}

.bespoke-category-heading h3 {
  margin: 0;
  font-size: 1.65rem;
}

.bespoke-category-heading span {
  flex: 0 0 auto;
  color: var(--copper);
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.bespoke-price-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bespoke-price-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  min-height: 58px;
  padding: 13px 26px;
  border-bottom: 1px solid rgba(73, 56, 49, .75);
}

.bespoke-price-list li:last-child {
  border-bottom: 0;
}

.bespoke-price-list .service-name {
  color: #eee1d9;
  font-size: .94rem;
  line-height: 1.4;
}

.bespoke-price-list .service-price {
  color: #f6b5c1;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .98rem;
  white-space: nowrap;
}

.bespoke-price-list li:hover {
  background: rgba(239, 163, 181, .045);
}

.bespoke-cta {
  padding-top: 78px;
  padding-bottom: 78px;
}

.bespoke-cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: clamp(32px, 5vw, 54px);
  border: 1px solid #674936;
  background: radial-gradient(ellipse at 10% 0%, #593e2d, #30231d 68%);
}

.bespoke-cta-panel::after {
  content: 'C';
  position: absolute;
  right: 2%;
  bottom: -42%;
  color: rgba(239, 163, 181, .035);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 21rem;
  line-height: 1;
  pointer-events: none;
}

.bespoke-cta-panel > * {
  position: relative;
  z-index: 1;
}

.bespoke-cta-panel h2 {
  max-width: 700px;
  margin-bottom: 10px;
}

.bespoke-cta-panel p {
  max-width: 700px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .bespoke-hero {
    height: clamp(260px, 39vw, 400px);
  }
  .bespoke-hero::before {
    background: linear-gradient(90deg, rgba(23,16,14,.94), rgba(23,16,14,.70));
  }
  .bespoke-intro-grid,
  .bespoke-services-header {
    grid-template-columns: 1fr;
  }
  .bespoke-services-header {
    gap: 20px;
  }
  .bespoke-principles {
    grid-template-columns: 1fr;
  }
  .bespoke-principle {
    min-height: auto;
  }
  .bespoke-category-grid {
    grid-template-columns: 1fr;
  }
  .bespoke-cta-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .bespoke-hero {
    height: 280px;
  }
  .bespoke-hero-image {
    object-position: 58% center;
  }
  .bespoke-hero::before {
    background: linear-gradient(180deg, rgba(23,16,14,.76), rgba(23,16,14,.94) 62%, rgba(23,16,14,.97));
  }
  .bespoke-hero-inner {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .bespoke-hero h1 {
    max-width: 620px;
    font-size: clamp(2.6rem, 12vw, 4.1rem);
  }
  .bespoke-intro,
  .bespoke-services-section,
  .bespoke-cta {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .bespoke-service-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -12px;
    margin-right: -12px;
    padding: 10px 12px 12px;
    scrollbar-width: thin;
  }
  .bespoke-filter {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .bespoke-category-heading,
  .bespoke-price-list li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bespoke-category-heading h3 {
    font-size: 1.45rem;
  }
  .bespoke-price-list li {
    gap: 14px;
  }
  .bespoke-price-list .service-name {
    font-size: .9rem;
  }
  .bespoke-price-list .service-price {
    font-size: .92rem;
  }
}

.bespoke-latest-work {
  padding-top: 78px;
  padding-bottom: 78px;
}


/* LATEST WORK GALLERY */
.latest-work-header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 30px;
}

.latest-work-header h2 {
  margin-bottom: 0;
}

.latest-work-header > p {
  max-width: 560px;
  margin: 0;
  color: #cdbeb5;
  line-height: 1.7;
}

.latest-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.latest-work-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #30231e, #211a18);
}

.latest-work-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(239, 163, 181, .10), transparent 45%),
    radial-gradient(circle at 78% 18%, rgba(240, 209, 184, .10), transparent 30%),
    #1b1514;
}

.latest-work-placeholder::before,
.latest-work-placeholder::after {
  content: '';
  position: absolute;
  background: rgba(239, 163, 181, .14);
}

.latest-work-placeholder::before {
  width: 1px;
  height: 72%;
  transform: rotate(35deg);
}

.latest-work-placeholder::after {
  width: 72%;
  height: 1px;
  transform: rotate(-18deg);
}

.latest-work-placeholder span {
  position: relative;
  z-index: 1;
  padding: 9px 13px;
  border: 1px solid #614a40;
  background: rgba(27, 21, 20, .88);
  color: #e8d7cc;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.latest-work-card-copy {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 76px;
  padding: 18px 20px;
}

.latest-work-card-copy > span {
  flex: 0 0 auto;
  color: var(--pink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .78rem;
}

.latest-work-card-copy p {
  margin: 0;
  color: #e5d7cf;
  font-size: .9rem;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .latest-work-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .latest-work-grid {
    grid-template-columns: 1fr 1fr;
  }
  .latest-work-card:last-child {
    grid-column: 1 / -1;
  }
  .latest-work-card:last-child .latest-work-placeholder {
    aspect-ratio: 2 / 1;
  }
}

@media (max-width: 767px) {
  .latest-work-grid {
    grid-template-columns: 1fr;
  }
  .latest-work-card:last-child {
    grid-column: auto;
  }
  .latest-work-card:last-child .latest-work-placeholder {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 767px) {
  .bespoke-latest-work {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}
