:root {
  color-scheme: light;
  --bg: #f7f5f2;
  --surface: rgba(255, 255, 255, 0.9);
  --surface-strong: rgba(255, 255, 255, 1);
  --text: #171514;
  --muted: #6e6a63;
  --gold: #b78f4b;
  --gold-soft: #f1dfb8;
  --accent: #fff7e8;
  --border: rgba(23, 21, 20, 0.08);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: radial-gradient(circle at top, rgba(183, 143, 75, 0.14), transparent 28%),
    linear-gradient(180deg, var(--bg) 0%, #f3efe9 100%);
  color: var(--text);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container {
  width: min(1100px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.header-inner,
.footer-inner,
.hero-content,
.about-grid,
.contact-grid {
  display: grid;
  gap: 1.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}

/* Strong override to ensure language selector is pinned top-right on all hosts (cPanel overrides) */
.site-header .lang-switcher {
  position: fixed !important;
  top: 0.6rem !important;
  right: 0.6rem !important;
  z-index: 9999 !important;
  margin: 0 !important;
  box-shadow: 0 6px 18px rgba(23,21,20,0.06) !important;
}

.site-header .lang-switcher select {
  min-width: 3.2rem !important;
}

.header-inner {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  padding: 1rem 0;
}

.lang-switcher {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(23,21,20,0.06);
}

.lang-switcher select {
  border: none;
  border-radius: 999px;
  padding: 0.18rem 0.5rem;
  background: transparent;
  color: var(--text);
  font: 600 0.82rem/1 Inter, sans-serif;
  min-width: 3.2rem;
  height: auto;
  appearance: none;
  -webkit-appearance: none;
}

.lang-switcher select:focus {
  outline: 2px solid rgba(183, 143, 75, 0.22);
  outline-offset: 2px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  margin-left: -0.5rem;
}


.brand-logo {
  max-height: 132px;
  width: auto;
  display: block;
}

.nav-menu {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.nav-menu a {
  color: var(--text);
  transition: color 0.25s ease;
}

.nav-menu a:hover {
  color: var(--gold);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface-strong);
  padding: 0.25rem;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(23,21,20,0.04);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2.5px;
  margin: 3px auto;
  background: var(--text);
  border-radius: 999px;
}

.bis-badge {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: 50%;
  box-shadow: 0 16px 40px rgba(23, 21, 20, 0.12);
  z-index: 20;
  animation: floatBadge 6s ease-in-out infinite;
}

.bis-badge img {
  width: 70%;
  height: auto;
  display: block;
}

@keyframes floatBadge {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

.whatsapp-badge {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  border-radius: 50%;
  box-shadow: 0 16px 40px rgba(23, 21, 20, 0.12);
  z-index: 20;
  animation: floatBadge 6s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.whatsapp-badge:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 50px rgba(23, 21, 20, 0.18);
}

.whatsapp-badge img {
  width: 60%;
  height: auto;
  display: block;
}

.hero {
  min-height: calc(100vh - 88px);
  display: flex;
  align-items: center;
  padding: 4rem 0 3rem;
}

.hero-content {
  grid-template-columns: 1.6fr 1fr;
  align-items: start;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.8rem;
}

.hero h1,
.section-head h2,
.about-text h2,
.contact h2 {
  font-family: "Playfair Display", serif;
  margin: 0;
  line-height: 1.05;
}

.hero h1 {
  font-size: clamp(3rem, 5vw, 4.8rem);
  letter-spacing: -0.04em;
}

.hero p,
.section-head p,
.about-text p,
.card p,
.testimonial-card p,
.contact-form label {
  color: var(--muted);
  line-height: 1.8;
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.95rem 1.75rem;
  font-weight: 600;
  transition: transform 0.2s ease, background-color 0.2s ease;
  border: none;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  color: #111;
}

.btn-secondary {
  background: rgba(23, 21, 20, 0.06);
  color: var(--text);
}

.sections-block {
  padding: 5rem 0;
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}

.section-head h2 {
  font-size: clamp(2.25rem, 3vw, 3rem);
  margin: 0.75rem 0 1rem;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.card {
  padding: 2rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.card-link {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(23, 21, 20, 0.12);
}

.card-image {
  width: 100%;
  height: 260px;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
  object-fit: cover;
  display: block;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.gallery-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.gallery-item h3 {
  margin: 1rem;
  font-size: 1.05rem;
}

.contact-details {
  margin-top: 1rem;
  color: var(--text);
}

.contact-details a {
  color: var(--gold);
}

.contact-map {
  margin-top: 1.5rem;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface-strong);
}

.contact-map-label {
  margin: 0;
  padding: 1rem 1rem 0;
  font-weight: 700;
  color: var(--text);
}

.contact-map iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}

.about-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.about-text ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 1rem;
}

.about-text li {
  position: relative;
  padding-left: 1.4rem;
}

.about-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.about-visual {
  display: grid;
  place-items: center;
}

.about-card {
  width: 100%;
  max-width: 420px;
  padding: 2rem;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
  border: 1px solid var(--border);
}

.about-card h3 {
  margin-top: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  padding: 2rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}

.testimonial-card strong {
  display: block;
  margin-top: 1.5rem;
  color: var(--text);
}

.contact-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 3rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 2rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}

.contact-form label {
  font-weight: 600;
  color: var(--text);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(248, 242, 232, 0.08);
  border-radius: 16px;
  color: var(--text);
  padding: 0.9rem 1rem;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(212, 175, 111, 0.25);
  outline-offset: 2px;
}

.site-footer {
  padding: 2rem 0 3rem;
}

.footer-inner {
  text-align: center;
  color: var(--muted);
}

@media (max-width: 900px) {
  .hero-content,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cards-grid,
  .testimonial-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .menu-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    inset: 76px 1.5rem auto auto;
    right: 0;
    left: 1.5rem;
    background: var(--surface-strong);
    border: 1px solid var(--border);
    color: var(--text);
    border-radius: 22px;
    padding: 1rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(-6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .nav-menu.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 70;
  }

  .nav-menu a {
    width: 100%;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    color: var(--text);
    font-weight: 600;
  }

  .nav-menu a:last-child {
    border-bottom: none;
  }

  .lang-switcher {
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    width: auto;
    justify-content: center;
  }

  .hero {
    padding-top: 3rem;
  }
}

/* Bridal Sets Page Styles */
.bridal-sets-container {
  padding: 4rem 0;
  min-height: 100vh;
}

.bridal-sets-header {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.bridal-sets-header h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  margin: 1rem 0;
  letter-spacing: -0.04em;
}

.bridal-sets-header p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.6;
}

.bridal-sets-grid {
  width: 100%;
}

.bridal-grid-container {
  width: 100%;
}

.bridal-sets-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  width: 100%;
}

.bridal-set-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.bridal-set-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(23, 21, 20, 0.15);
}

.bridal-set-image {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.bridal-set-item:hover .bridal-set-image {
  transform: scale(1.05);
}

.bridal-set-description {
  padding: 1.5rem;
  margin: 0;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  font-size: 1rem;
}

/* Modal Styles */
.bridal-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 100;
  padding: 2rem;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bridal-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.bridal-modal-content {
  position: relative;
  background: var(--surface-strong);
  border-radius: var(--radius);
  width: 100%;
  max-width: 1400px;
  max-height: 90vh;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  padding: 2rem;
  overflow: hidden;
}

.bridal-modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface);
  color: var(--text);
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 10;
  line-height: 1;
}

.bridal-modal-close:hover {
  background: rgba(23, 21, 20, 0.06);
  transform: scale(1.1);
}

.bridal-modal-body {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  width: 100%;
  height: 100%;
}

.bridal-modal-image-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1.5rem;
  padding: 2rem;
  min-height: 500px;
  overflow: hidden;
}

.bridal-modal-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 1rem;
  display: block;
}

.bridal-modal-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.bridal-modal-details::-webkit-scrollbar {
  width: 6px;
}

.bridal-modal-details::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 999px;
}

.bridal-modal-details::-webkit-scrollbar-thumb {
  background: rgba(183, 143, 75, 0.3);
  border-radius: 999px;
}

.bridal-modal-details::-webkit-scrollbar-thumb:hover {
  background: rgba(183, 143, 75, 0.5);
}

.bridal-details-title {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  margin: 0;
  color: var(--text);
}

.bridal-details-section {
  padding: 1.25rem;
  background: var(--accent);
  border-radius: 1.25rem;
  border: 1px solid var(--border);
}

.bridal-details-section h3 {
  margin: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bridal-details-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.detail-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1rem;
  font-size: 0.95rem;
  line-height: 1.4;
}

.detail-label {
  font-weight: 600;
  color: var(--text);
}

.detail-value {
  color: var(--muted);
}

.bridal-description {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--muted);
}

.bridal-customization-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.95rem;
}

.bridal-customization-list li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--muted);
}

.bridal-customization-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

.bridal-inquire-btn {
  margin-top: 1rem;
  width: 100%;
}

/* Navigation Arrows */
.bridal-nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: var(--surface);
  color: var(--text);
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

.bridal-nav-arrow:hover {
  background: rgba(183, 143, 75, 0.15);
  transform: translateY(-50%) scale(1.1);
}

.bridal-prev {
  left: 1rem;
}

.bridal-next {
  right: 1rem;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .bridal-modal-content {
    grid-template-columns: 1fr;
    max-height: none;
  }

  .bridal-modal-body {
    grid-template-columns: 1fr;
  }

  .bridal-modal-image-section {
    min-height: 350px;
  }

  .bridal-sets-items {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 720px) {
  .bridal-sets-container {
    padding: 2rem 0;
  }

  .bridal-sets-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .bridal-set-item {
    border-radius: 1rem;
  }

  .bridal-set-image {
    height: 200px;
  }

  .bridal-set-description {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .bridal-modal {
    padding: 1rem;
  }

  .bridal-modal-content {
    padding: 1.5rem;
    gap: 1rem;
    border-radius: 1.5rem;
  }

  .bridal-modal-close {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .bridal-modal-image-section {
    min-height: 280px;
    padding: 1rem;
  }

  .bridal-nav-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .bridal-prev {
    left: 0.5rem;
  }

  .bridal-next {
    right: 0.5rem;
  }

  .bridal-details-title {
    font-size: 1.5rem;
  }

  .detail-item {
    grid-template-columns: 80px 1fr;
    gap: 0.5rem;
    font-size: 0.85rem;
  }
}
