/* =========================================================
   Royal Ascot Windsor - Bespoke Suits Page
   Shared header/footer, base variables and AOS init: global.css/global.js
   ========================================================= */

.bs-body {
  margin: 0;
  overflow-x: hidden;
  color: #f3ecdf;
  background: #03110f;
  font-family: "Montserrat", sans-serif;
}

.bs-page {
  /* padding-top: 72px; */
  background:
    radial-gradient(circle at 50% 26%, rgba(179, 142, 89, 0.055), transparent 32%),
    #03110f;
}

.bs-container {
  width: min(100%, 1500px);
  margin-inline: auto;
  padding-inline: clamp(20px, 3.1vw, 54px);
}

/* Hero */
.bs-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(179, 142, 89, 0.45);
  background: #020d0b;
}

.bs-hero-media,
.bs-hero-overlay {
  position: absolute;
  inset: 0;
}

.bs-hero-media {
  z-index: -3;
  background-image: url("../img/bespoke-suits/b-hero.webp");
  background-position: center;
  background-size: cover;
}

.bs-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 9, 8, 0.98) 0%, rgba(1, 9, 8, 0.92) 34%, rgba(1, 9, 8, 0.45) 56%, rgba(1, 9, 8, 0.06) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.2));
}

.bs-hero-row {
  min-height: 650px;
}

.bs-hero-copy {
  max-width: 600px;
  padding: 76px 0 58px;
  /* text-align: center; */
}

.bs-eyebrow {
  margin: 0 0 13px;
  color: #c29e64;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 500;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.bs-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 6.5vw, 6.7rem);
  font-weight: 500;
  letter-spacing: 2.5px;
  line-height: 0.92;
  text-transform: uppercase;
}

.bs-title-divider,
.bs-small-divider {
  position: relative;
  height: 18px;
}

.bs-title-divider {
  width: min(100%, 360px);
  /* margin: 20px auto 11px; */
}

.bs-title-divider::before,
.bs-title-divider::after,
.bs-small-divider::before,
.bs-small-divider::after {
  position: absolute;
  top: 50%;
  height: 1px;
  content: "";
  background: rgba(179, 142, 89, 0.78);
}

.bs-title-divider::before,
.bs-title-divider::after {
  width: calc(50% - 13px);
}

.bs-title-divider::before,
.bs-small-divider::before {
  left: 0;
}

.bs-title-divider::after,
.bs-small-divider::after {
  right: 0;
}

.bs-title-divider span,
.bs-small-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid #b38e59;
  transform: translate(-50%, -50%) rotate(45deg);
}

.bs-hero-subtitle {
  margin: 0 0 22px;
  color: #f2eadc;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  font-weight: 500;
  line-height: 1.15;
}

.bs-hero-text {
  max-width: 545px;
  margin: 0 auto 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.79rem, 1vw, 0.92rem);
  line-height: 1.78;
}

.bs-button {
  display: inline-flex;
  min-height: 49px;
  align-items: center;
  justify-content: center;
  padding: 14px 29px;
  border-radius: 0;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.bs-button-gold {
  color: #07130f;
  border: 1px solid #b38e59;
  background: linear-gradient(135deg, #c5a064, #aa8149);
}

.bs-button-gold:hover,
.bs-button-gold:focus {
  color: #07130f;
  border-color: #d0ad75;
  background: #d0ad75;
  transform: translateY(-2px);
}

.bs-location {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 11px;
  margin: 25px 0 0;
  color: #efe4d3;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.bs-location i {
  color: #b38e59;
  font-size: 0.9rem;
}

/* Benefits */
.bs-benefits {
  padding: 20px 0;
  border-bottom: 1px solid rgba(179, 142, 89, 0.34);
  background:
    linear-gradient(rgba(2, 20, 17, 0.94), rgba(2, 20, 17, 0.97)),
    url("../img/bespoke-suits/dark-fabric-texture.webp") center/cover;
}

.bs-benefit-row {
  min-height: 168px;
}

.bs-benefit {
  position: relative;
  padding: 13px 32px 15px;
  text-align: center;
}

.bs-benefit:not(:last-child)::after {
  position: absolute;
  top: 22px;
  right: 0;
  width: 1px;
  height: calc(100% - 44px);
  content: "";
  background: rgba(179, 142, 89, 0.42);
}

.bs-feature-icon,
.bs-process-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b38e59;
}

.bs-feature-icon {
  height: 62px;
  margin-bottom: 5px;
  font-size: 2.65rem;
}

.bs-benefit h2 {
  margin: 0 0 8px;
  color: #f5eddf;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.bs-benefit p {
  max-width: 260px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  line-height: 1.6;
}

/* Shared headings */
.bs-section-heading {
  margin-bottom: 17px;
  text-align: center;
}

.bs-section-heading h2,
.bs-appointment-copy h2 {
  margin: 0;
  color: #f5eddf;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.bs-section-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.bs-small-divider {
  width: 82px;
  margin: 3px auto 0;
}

.bs-small-divider::before,
.bs-small-divider::after {
  width: 30px;
}

/* Styles */
.bs-styles {
  padding: 28px 0 18px;
  background: #03110f;
}

.bs-style-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.bs-style-card {
  overflow: hidden;
  border: 1px solid rgba(179, 142, 89, 0.75);
  background: rgba(4, 23, 19, 0.92);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.bs-style-card:hover {
  border-color: #cba66c;
  box-shadow: 0 15px 34px rgba(0, 0, 0, 0.28);
  transform: translateY(-5px);
}

.bs-style-card figure {
  position: relative;
  height: 265px;
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(179, 142, 89, 0.62);
}

.bs-style-card figure::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 62%, rgba(2, 13, 11, 0.32));
}

.bs-style-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transition: transform 0.5s ease;
}

.bs-style-card:hover img {
  transform: scale(1.045);
}

.bs-style-copy {
  min-height: 112px;
  padding: 15px 10px 17px;
  text-align: center;
}

.bs-style-copy h3 {
  margin: 0 0 8px;
  color: #f1e7d7;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.bs-style-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.69rem;
  line-height: 1.55;
}

/* Process */
.bs-process {
  padding: 18px 0 28px;
  background: #03110f;
}

.bs-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
  padding-top: 3px;
}

.bs-process-grid::before {
  position: absolute;
  top: 91px;
  right: 9%;
  left: 9%;
  height: 1px;
  content: "";
  background: rgba(179, 142, 89, 0.6);
}

.bs-process-step {
  position: relative;
  z-index: 1;
  padding: 0 18px;
  text-align: center;
}

.bs-process-icon {
  height: 62px;
  margin-bottom: 8px;
  font-size: 2.55rem;
}

.bs-step-number {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  color: #f6eddf;
  border: 1px solid #b38e59;
  border-radius: 50%;
  background: #03110f;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
}

.bs-process-step h3 {
  margin: 0 0 8px;
  color: #f2e8d8;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.04rem;
  font-weight: 600;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.bs-process-step p {
  max-width: 225px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.69rem;
  line-height: 1.6;
}

/* Appointment */
.bs-appointment {
  padding: 4px 0 34px;
  background: #03110f;
}

.bs-appointment-panel {
  overflow: hidden;
  border: 1px solid rgba(179, 142, 89, 0.76);
  background:
    radial-gradient(circle at 85% 30%, rgba(179, 142, 89, 0.08), transparent 25%),
    #041612;
}

.bs-appointment-image {
  min-height: 245px;
  height: 100%;
}

.bs-appointment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bs-appointment-copy {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  justify-content: center;
  padding: 32px 46px;
}

.bs-appointment-copy h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.bs-small-divider-start {
  width: 82px;
  margin: 3px 0 12px;
}

.bs-appointment-copy p {
  margin: 0 0 23px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  line-height: 1.68;
}

.bs-appointment-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.bs-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f2e7d6;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.14rem;
  letter-spacing: 0.55px;
}

.bs-phone i {
  color: #b38e59;
  font-size: 0.93rem;
}

.bs-phone:hover {
  color: #c7a46d;
}

.bs-floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 25px;
  z-index: 1020;
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32);
  font-size: 1.75rem;
  transition: transform 0.3s ease;
}

.bs-floating-whatsapp:hover,
.bs-floating-whatsapp:focus {
  color: #fff;
  transform: translateY(-4px) scale(1.04);
}

@media (max-width: 1199.98px) {
  .bs-hero,
  .bs-hero-row {
    min-height: 590px;
  }

  .bs-hero-copy {
    max-width: 515px;
  }

  .bs-style-card figure {
    height: 235px;
  }

  .bs-benefit {
    padding-inline: 23px;
  }

  .bs-process-step {
    padding-inline: 9px;
  }
}

@media (max-width: 991.98px) {
 

  .bs-hero {
    min-height: 620px;
  }

  .bs-hero-row {
    min-height: 620px;
  }

  .bs-hero-media {
    background-position: 58% center;
  }

  .bs-hero-overlay {
    background:
      linear-gradient(90deg, rgba(1, 9, 8, 0.97) 0%, rgba(1, 9, 8, 0.87) 50%, rgba(1, 9, 8, 0.28) 100%),
      linear-gradient(180deg, rgba(1, 9, 8, 0.08), rgba(1, 9, 8, 0.45));
  }

  .bs-hero-copy {
    margin-inline: auto;
    padding-top: 58px;
  }

  .bs-benefit:nth-child(2)::after {
    display: none;
  }

  .bs-benefit:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(179, 142, 89, 0.28);
  }

  .bs-style-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bs-style-card:last-child {
    grid-column: 2;
  }

  .bs-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 30px;
  }

  .bs-process-grid::before {
    display: none;
  }

  .bs-appointment-copy {
    min-height: unset;
    padding: 34px 30px;
    text-align: center;
  }

  .bs-small-divider-start {
    margin-inline: auto;
  }

  .bs-appointment-actions {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .bs-container {
    padding-inline: 17px;
  }

  .bs-hero,
  .bs-hero-row {
    min-height: 590px;
  }

  .bs-hero-media {
    background-position: 65% center;
  }

  .bs-hero-overlay {
    background:
      linear-gradient(180deg, rgba(1, 9, 8, 0.75) 0%, rgba(1, 9, 8, 0.77) 100%),
      linear-gradient(90deg, rgba(1, 9, 8, 0.98), rgba(1, 9, 8, 0.44));
  }

  .bs-hero-copy {
    max-width: 510px;
    padding: 46px 0 44px;
  }

  .bs-hero h1 {
    font-size: clamp(3.4rem, 15vw, 5rem);
  }

  .bs-benefit {
    min-height: 164px;
    padding: 20px 18px;
  }

  .bs-benefit::after {
    display: none;
  }

  .bs-benefit:nth-child(odd) {
    border-right: 1px solid rgba(179, 142, 89, 0.28);
  }

  .bs-benefit:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(179, 142, 89, 0.28);
  }

  .bs-style-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .bs-style-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    justify-self: center;
  }

  .bs-style-card figure {
    height: 245px;
  }

  .bs-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bs-process-step:last-child {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
  }

  .bs-appointment-image {
    min-height: 210px;
  }
}

@media (max-width: 575.98px) {
  

  .bs-hero,
  .bs-hero-row {
    min-height: 565px;
  }

  .bs-hero-copy {
    padding-top: 36px;
  }

  .bs-eyebrow {
    font-size: 0.95rem;
  }

  .bs-hero-subtitle {
    font-size: 1.45rem;
  }

  .bs-button {
    min-height: 46px;
    padding: 13px 22px;
  }

  .bs-benefit-row {
    min-height: unset;
  }

  .bs-benefit {
    min-height: 178px;
  }

  .bs-style-grid {
    grid-template-columns: 1fr;
  }

  .bs-style-card:last-child,
  .bs-process-step:last-child {
    grid-column: auto;
    width: auto;
    justify-self: stretch;
  }

  .bs-style-card figure {
    height: 340px;
  }

  .bs-process-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .bs-process-step {
    max-width: 330px;
    margin-inline: auto;
  }

  .bs-appointment-copy {
    padding: 29px 20px 31px;
  }

  .bs-appointment-actions {
    flex-direction: column;
    gap: 18px;
  }

  .bs-floating-whatsapp {
    right: 15px;
    bottom: 17px;
    width: 49px;
    height: 49px;
    font-size: 1.55rem;
  }
}

@media (max-width: 390px) {
  .bs-hero h1 {
    font-size: 3.18rem;
    letter-spacing: 1px;
  }

  .bs-hero-text {
    font-size: 0.75rem;
  }

  .bs-benefit {
    min-height: 190px;
    padding-inline: 10px;
  }

  .bs-feature-icon {
    font-size: 2.25rem;
  }

  .bs-style-card figure {
    height: 300px;
  }
}
