/* =========================================================
   WEDDING SUITS PAGE
   Header, footer, shared colours and AOS come from global files.
   ========================================================= */

.wedding-page {
  --w-paper: var(--paper-light, #f7f2e9);
  --w-paper-deep: var(--paper, #eee6d8);
  --w-gold: var(--gold, #b38e59);
  --w-green: var(--dark-bg, #091613);
  --w-ink: #111513;
  --w-line: rgba(17, 21, 19, 0.15);
  /* padding-top: 72px; */
  overflow: hidden;
  color: var(--w-ink);
  background: var(--w-paper);
}

.wedding-container {
  /* width: min(100%, 1460px); */
  padding-inline: clamp(24px, 4.7vw, 72px);
}

.wedding-heading {
  margin-bottom: 19px;
  text-align: center;
}

.wedding-heading h2 {
  margin: 0;
  color: var(--w-ink);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3.05rem);
  font-weight: 600;
  line-height: 1;
}

.wedding-heading--light h2 { color: #f8f0e4; }
.wedding-heading--left { margin-bottom: 10px; text-align: left; }
.wedding-heading--left .wedding-ornament { margin-left: 0; }

.wedding-ornament {
  position: relative;
  display: block;
  width: 82px;
  height: 12px;
  margin: 8px auto 0;
}

.wedding-ornament::before,
.wedding-ornament::after {
  position: absolute;
  top: 50%;
  width: 33px;
  height: 1px;
  content: "";
  background: var(--w-gold);
}

.wedding-ornament::before { left: 0; }
.wedding-ornament::after { right: 0; }
.wedding-ornament i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--w-gold);
  transform: translate(-50%, -50%) rotate(45deg);
}

.wedding-actions { display: flex; flex-wrap: wrap; gap: 15px; }
.wedding-actions--center { justify-content: center; }
.wedding-actions .fa-whatsapp { color: #45d572; font-size: 1.12rem; }

/* Announcement */
.wedding-announcement {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7px 18px;
  color: #c9a66f;
  background: #17231f;
  border-bottom: 1px solid rgba(179, 142, 89, 0.18);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(0.86rem, 1.15vw, 1.05rem);
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
}
.wedding-announcement i { font-size: 0.72rem; }

/* Hero */
.wedding-hero {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(1, 6, 5, 0.98) 0%, rgba(1, 6, 5, 0.92) 31%, rgba(1, 6, 5, 0.24) 56%, rgba(1, 6, 5, 0.03) 100%),
    url("../img/wedding-suits/wedding-hero.webp") center / cover no-repeat;
}

.wedding-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent 42%);
}

.wedding-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 510px;
  max-width: 610px;
  flex-direction: column;
  justify-content: center;
  padding-block: 58px 52px;
}

.wedding-hero h1 {
  margin: 0 0 8px;
  color: #fffaf3;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 5vw, 5.15rem);
  font-weight: 500;
  line-height: 0.95;
}

.wedding-hero__subtitle {
  margin: 0 0 20px;
  color: #c2a06c;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2vw, 1.73rem);
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.wedding-hero__copy {
  max-width: 560px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  line-height: 1.68;
}

/* Benefits */
.wedding-benefits {
  padding: 28px 0 30px;
  background: var(--w-paper);
  border-bottom: 1px solid var(--w-line);
}

.wedding-benefits__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.wedding-benefit {
  min-height: 172px;
  padding: 6px clamp(18px, 2.1vw, 34px) 5px;
  border-right: 1px solid var(--w-line);
  text-align: center;
}
.wedding-benefit:last-child { border-right: 0; }

.wedding-benefit__icon {
  display: flex;
  width: 62px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  color: var(--w-gold);
  font-size: 2.55rem;
  line-height: 1;
}

.wedding-benefit__icon--bow { position: relative; }
.wedding-benefit__icon--bow::before,
.wedding-benefit__icon--bow::after {
  position: absolute;
  top: 18px;
  width: 25px;
  height: 23px;
  content: "";
  border: 2px solid var(--w-gold);
}
.wedding-benefit__icon--bow::before {
  left: 4px;
  border-radius: 50% 9px 9px 50%;
  transform: skewY(8deg);
}
.wedding-benefit__icon--bow::after {
  right: 4px;
  border-radius: 9px 50% 50% 9px;
  transform: skewY(-8deg);
}
.wedding-benefit__icon--bow span {
  z-index: 1;
  width: 13px;
  height: 17px;
  background: var(--w-paper);
  border: 2px solid var(--w-gold);
  border-radius: 3px;
}

.wedding-benefit h3,
.wedding-process-card h3,
.wedding-style-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  text-transform: uppercase;
}
.wedding-benefit h3 { margin: 0 0 7px; font-size: 0.98rem; line-height: 1; }
.wedding-benefit p {
  max-width: 190px;
  margin: 0 auto;
  color: #252a27;
  font-size: 0.66rem;
  line-height: 1.55;
}

/* Process */
.wedding-process { padding: 28px 0 36px; background: #fbf7ef; }
.wedding-process__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.5vw, 24px);
}
.wedding-process-card { position: relative; min-width: 0; text-align: center; }
.wedding-process-card:not(:last-child)::after {
  position: absolute;
  top: 56px;
  right: calc(clamp(14px, 1.5vw, 24px) / -1 - 4px);
  content: "›";
  color: var(--w-gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
}
.wedding-process-card__image {
  position: relative;
  aspect-ratio: 1.16 / 1;
  overflow: visible;
  background: #202823;
  border: 1px solid rgba(179, 142, 89, 0.45);
}
.wedding-process-card__image img { width: 100%; height: 100%; object-fit: cover; }
.wedding-process-card__image span {
  position: absolute;
  bottom: -17px;
  left: 50%;
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: #fff;
  background: var(--w-gold);
  border: 2px solid #fbf7ef;
  border-radius: 50%;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.12rem;
  transform: translateX(-50%);
}
.wedding-process-card h3 { margin: 26px 0 6px; font-size: 0.94rem; line-height: 1; }
.wedding-process-card p {
  max-width: 166px;
  margin: 0 auto;
  color: #2d322f;
  font-size: 0.63rem;
  line-height: 1.52;
}

/* Wedding style cards */
.wedding-styles {
  padding: 29px 0 30px;
  color: #fff;
  background: radial-gradient(circle at 50% -30%, rgba(179, 142, 89, 0.12), transparent 42%), #052219;
  border-top: 1px solid rgba(179, 142, 89, 0.22);
  border-bottom: 1px solid rgba(179, 142, 89, 0.26);
}
.wedding-styles__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(15px, 1.5vw, 23px);
}
.wedding-style-card {
  overflow: hidden;
  background: rgba(9, 28, 22, 0.9);
  border: 1px solid rgba(179, 142, 89, 0.86);
  border-radius: 7px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.wedding-style-card:hover { transform: translateY(-5px); box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22); }
.wedding-style-card img {
  width: 100%;
  aspect-ratio: 1.27 / 1;
  object-fit: cover;
  object-position: center top;
  border-bottom: 1px solid rgba(179, 142, 89, 0.65);
}
.wedding-style-card__body { min-height: 112px; padding: 12px 12px 14px; text-align: center; }
.wedding-style-card h3 { margin: 0 0 6px; color: #d3ad70; font-size: 0.96rem; line-height: 1; }
.wedding-style-card p { margin: 0; color: rgba(255, 255, 255, 0.88); font-size: 0.61rem; line-height: 1.5; }

/* Special occasions */
.wedding-occasions {
  display: grid;
  min-height: 222px;
  grid-template-columns: minmax(330px, 0.92fr) minmax(520px, 1.22fr);
  align-items: stretch;
  background: #faf6ee;
}
.wedding-occasions__image { position: relative; min-height: 222px; overflow: hidden; }
.wedding-occasions__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 72%, #faf6ee 100%);
}
.wedding-occasions__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.wedding-occasions__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px clamp(30px, 5vw, 76px) 22px clamp(24px, 4vw, 55px);
}
.wedding-occasions__content p {
  max-width: 780px;
  margin: 0 0 18px;
  color: #2c312e;
  font-size: 0.69rem;
  line-height: 1.62;
}
.wedding-occasion-types { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.wedding-occasion-type { color: #202824; text-align: center; }
.wedding-occasion-type i { display: block; min-height: 26px; margin-bottom: 5px; color: var(--w-gold); font-size: 1.45rem; }
.wedding-occasion-type span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}

/* Consultation CTA */
.wedding-consultation {
  display: grid;
  min-height: 196px;
  grid-template-columns: minmax(235px, 0.78fr) minmax(470px, 1.58fr) minmax(305px, 0.94fr);
  align-items: stretch;
  color: #fff;
  background: linear-gradient(90deg, #1c2524 0%, #29302f 52%, #1c2723 100%);
}
.wedding-consultation__image { position: relative; overflow: hidden; background: #070c0b; }
.wedding-consultation__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 55%, #202827 100%);
}
.wedding-consultation__image img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.wedding-consultation__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 30px 20px;
  text-align: center;
}
.wedding-consultation__content h2 {
  margin: 0 0 5px;
  color: #fffaf2;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.85rem, 2.8vw, 2.8rem);
  font-weight: 500;
  line-height: 1;
}
.wedding-consultation__content > p { margin: 0 0 16px; color: rgba(255, 255, 255, 0.87); font-size: 0.7rem; }
.wedding-consultation__features { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; margin-top: 15px; }
.wedding-consultation__features > div { display: flex; align-items: center; gap: 8px; text-align: left; }
.wedding-consultation__features i { color: var(--w-gold); font-size: 1.18rem; }
.wedding-consultation__features span,
.wedding-consultation__features strong { display: block; }
.wedding-consultation__features span { color: rgba(255, 255, 255, 0.7); font-size: 0.48rem; line-height: 1.35; }
.wedding-consultation__features strong { color: #fff; font-size: 0.55rem; text-transform: uppercase; }
.wedding-consultation__details {
  align-self: center;
  margin: 20px clamp(22px, 4vw, 52px) 20px 0;
  padding: 20px 22px;
  background: #06261c;
  border: 1px solid rgba(179, 142, 89, 0.25);
}
.wedding-contact-line { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 9px; }
.wedding-contact-line + .wedding-contact-line { margin-top: 12px; }
.wedding-contact-line > i { padding-top: 2px; color: var(--w-gold); font-size: 1.08rem; }
.wedding-contact-line strong,
.wedding-contact-line span,
.wedding-contact-line a { display: block; }
.wedding-contact-line strong { margin-bottom: 2px; color: #fff; font-size: 0.61rem; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.wedding-contact-line span,
.wedding-contact-line a { color: rgba(255, 255, 255, 0.86); font-size: 0.56rem; line-height: 1.45; }
.wedding-contact-line a:hover { color: var(--w-gold); }

/* Premium fabric strip */
.wedding-fabrics {
  position: relative;
  padding: 15px 0 17px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(rgba(2, 9, 7, 0.77), rgba(2, 9, 7, 0.82)), url("../img/wedding-suits/premium-fabric-background.webp") center / cover no-repeat;
  border-top: 1px solid rgba(179, 142, 89, 0.28);
}
.wedding-fabrics h2 {
  margin: 0 0 11px;
  color: #f6ebdc;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.wedding-fabrics__brands { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: center; gap: 19px; }
.wedding-brand {
  color: #d4b277;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.05rem, 1.65vw, 1.55rem);
  font-weight: 600;
  letter-spacing: 1.3px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.wedding-brand--script { font-size: clamp(1.15rem, 1.8vw, 1.72rem); font-style: italic; letter-spacing: 0; text-transform: none; }
.wedding-brand--wide { font-size: clamp(0.86rem, 1.25vw, 1.18rem); letter-spacing: 1.8px; }
.wedding-brand small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Montserrat", sans-serif;
  font-size: 0.4rem;
  font-style: normal;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}
.wedding-fabrics__link {
  display: table;
  margin: 12px auto 0;
  padding: 6px 18px;
  color: #d7b980;
  border: 1px solid rgba(179, 142, 89, 0.66);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
}
.wedding-fabrics__link:hover { color: #06110e; background: var(--w-gold); }

/* Responsive */
@media (max-width: 1199.98px) {
  /* .wedding-page { padding-top: 70px; } */
  .wedding-hero,
  .wedding-hero__content { min-height: 470px; }
  .wedding-benefits__grid { grid-template-columns: repeat(3, 1fr); }
  .wedding-benefit:nth-child(3) { border-right: 0; }
  .wedding-benefit:nth-child(n + 4) { margin-top: 20px; }
  .wedding-process__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 32px; }
  .wedding-process-card:nth-child(3)::after,
  .wedding-process-card:nth-child(6)::after { display: none; }
  .wedding-styles__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wedding-style-card:nth-child(n + 4) { transform: translateX(50%); }
  .wedding-style-card:nth-child(n + 4):hover { transform: translate(50%, -5px); }
  .wedding-occasions { grid-template-columns: minmax(300px, 0.8fr) minmax(480px, 1.2fr); }
  .wedding-occasion-types { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wedding-consultation { grid-template-columns: 255px minmax(0, 1fr); }
  .wedding-consultation__details { grid-column: 1 / -1; width: min(620px, calc(100% - 48px)); margin: 0 auto 24px; }
  .wedding-fabrics__brands { grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 22px; }
}

@media (max-width: 991.98px) {
  .wedding-container { padding-inline: 30px; }
  .wedding-hero { background-position: 60% center; }
  .wedding-hero::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(1, 6, 5, 0.98) 0%, rgba(1, 6, 5, 0.87) 47%, rgba(1, 6, 5, 0.27) 100%);
  }
  .wedding-hero__content { max-width: 550px; }
  .wedding-occasions { grid-template-columns: 1fr; }
  .wedding-occasions__image { min-height: 285px; }
  .wedding-occasions__image::after { background: linear-gradient(0deg, #faf6ee 0%, transparent 32%); }
  .wedding-occasions__content { padding: 14px 30px 28px; }
}

@media (max-width: 767.98px) {
  .wedding-container { padding-inline: 20px; }
  .wedding-heading h2 { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .wedding-announcement { min-height: 38px; font-size: 0.82rem; }
  .wedding-hero,
  .wedding-hero__content { min-height: 610px; }
  .wedding-hero { background-position: 66% center; }
  .wedding-hero::before {
    background: linear-gradient(90deg, rgba(1, 6, 5, 0.86), rgba(1, 6, 5, 0.36)), linear-gradient(0deg, rgba(1, 6, 5, 0.96) 0%, rgba(1, 6, 5, 0.25) 62%, rgba(1, 6, 5, 0.30) 100%);
  }
  .wedding-hero__content { justify-content: flex-end; padding-block: 92px 40px; }
  .wedding-hero h1 { font-size: clamp(3rem, 13vw, 4.35rem); }
  .wedding-hero__copy { font-size: 0.77rem; }
  .wedding-actions { width: 100%; flex-direction: column; }
  .wedding-actions .btn-royal { width: 100%; }
  .wedding-benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .wedding-benefit,
  .wedding-benefit:nth-child(3) { border-right: 1px solid var(--w-line); }
  .wedding-benefit:nth-child(even) { border-right: 0; }
  .wedding-benefit:nth-child(n + 3) { margin-top: 22px; }
  .wedding-benefit:last-child { grid-column: 1 / -1; border-right: 0; }
  .wedding-process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 29px 16px; }
  .wedding-process-card::after { display: none; }
  .wedding-styles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wedding-style-card:nth-child(n + 4),
  .wedding-style-card:nth-child(n + 4):hover { transform: none; }
  .wedding-style-card:last-child { grid-column: 1 / -1; width: calc(50% - 8px); justify-self: center; }
  .wedding-occasion-types { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wedding-occasion-type:last-child { grid-column: 1 / -1; }
  .wedding-consultation { grid-template-columns: 1fr; }
  .wedding-consultation__image { min-height: 270px; }
  .wedding-consultation__image::after { background: linear-gradient(0deg, #202827 0%, transparent 52%); }
  .wedding-consultation__content { padding: 12px 22px 26px; }
  .wedding-consultation__details { width: calc(100% - 40px); margin-bottom: 24px; }
  .wedding-fabrics__brands { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 479.98px) {
  .wedding-container { padding-inline: 16px; }
  .wedding-announcement { padding-inline: 12px; font-size: 0.72rem; }
  .wedding-hero,
  .wedding-hero__content { min-height: 640px; }
  .wedding-hero h1 { font-size: 3rem; }
  .wedding-hero__subtitle { font-size: 1.18rem; }
  .wedding-benefits__grid { grid-template-columns: 1fr; }
  .wedding-benefit,
  .wedding-benefit:nth-child(3),
  .wedding-benefit:nth-child(even),
  .wedding-benefit:last-child {
    grid-column: auto;
    margin-top: 0;
    padding-block: 17px;
    border-right: 0;
    border-bottom: 1px solid var(--w-line);
  }
  .wedding-benefit:last-child { border-bottom: 0; }
  .wedding-process__grid,
  .wedding-styles__grid,
  .wedding-fabrics__brands { grid-template-columns: 1fr; }
  .wedding-style-card:last-child { grid-column: auto; width: 100%; }
  .wedding-process-card__image { aspect-ratio: 1.28 / 1; }
  .wedding-process-card p { max-width: 225px; }
  .wedding-occasions__image { min-height: 230px; }
  .wedding-occasions__content { padding-inline: 18px; }
  .wedding-occasion-types { grid-template-columns: 1fr; }
  .wedding-occasion-type:last-child { grid-column: auto; }
  .wedding-consultation__image { min-height: 225px; }
  .wedding-consultation__features { align-items: flex-start; flex-direction: column; }
  .wedding-consultation__details { width: calc(100% - 32px); padding: 19px 17px; }
}

@media (prefers-reduced-motion: reduce) {
  .wedding-style-card,
  .wedding-style-card:hover { transform: none; transition: none; }
}