/*
Theme Name: Natural Beauty Model Theme
Theme URI: https://example.com/natural-beauty-model-theme
Author: Amit
Author URI: https://gtawebdesigner.com
Description: Premium WordPress salon landing page theme built to closely match the approved Natural Beauty & Hair Studio mockup. Includes responsive design, custom interactions, FAQ accordion, pricing tabs, testimonial slider, and customizable contact details.
Version: 4.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: natural-beauty-model
*/

:root {
  --bg: #fbf8f5;
  --surface: #ffffff;
  --surface-2: #fcf3ef;
  --surface-3: #f7ede8;
  --text: #2f241f;
  --muted: #716760;
  --line: #e8ddd4;
  --primary: #6f7f43;
  --primary-dark: #5e6b38;
  --accent: #bf9961;
  --accent-soft: #f3ddd1;
  --shadow: 0 10px 30px rgba(112, 87, 58, 0.08);
  --radius: 24px;
  --radius-sm: 16px;
  --radius-xs: 12px;
  --container: 1200px;
  --trans: all .3s ease;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

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

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

button {
  font: inherit
}

.site-wrap {
  overflow: hidden
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin-inline: auto
}

.section {
  padding: 26px 0
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 22px
}

.overline {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 6px
}

.section-script {
  font-family: "Great Vibes", cursive;
  color: var(--accent);
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 2px
}

.section-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 52px;
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: -.02em
}

.section-title.medium {
  font-size: 32px
}

.section-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 14px
}

.soft-card {
  background: linear-gradient(180deg, #fff, #fefcfb);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.pill-btn,
.wp-block-button__link,
button,
input[type=submit] {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: var(--trans);
}

.pill-btn:hover {
  transform: translateY(-2px);
  background: var(--primary-dark);
  box-shadow: 0 12px 20px rgba(111, 127, 67, .18)
}

.pill-btn.alt {
  background: #fff;
  color: var(--primary);
  border: 1px solid rgba(111, 127, 67, .25)
}

.pill-btn.alt:hover {
  background: #f5f4ef
}

.icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--line);
  flex-shrink: 0;
  color: var(--accent)
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(251, 248, 245, .92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232, 221, 212, .8)
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0
}

.brand img {
  width: 72px;
  height: 72px;
  object-fit: contain
}

.brand-text {
  line-height: 1
}

.brand-title {
  font-family: "Great Vibes", cursive;
  font-size: 34px;
  color: var(--primary);
  display: block
}

.brand-sub {
  font-size: 11px;
  letter-spacing: .28em;
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 700
}

.header-nav {
  flex: 1;
  display: flex;
  justify-content: center
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0
}

.header-nav a {
  font-weight: 600;
  font-size: 14px;
  color: #41352e;
  position: relative
}

.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: var(--trans)
}

.header-nav a:hover::after,
.header-nav .current-menu-item>a::after {
  width: 100%
}

.header-ctas {
  display: flex;
  align-items: center;
  gap: 12px
}

.header-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--line);
  box-shadow: var(--shadow)
}

/* ===================== HERO SECTION ===================== */
.hero {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 12% 50%, rgba(255, 235, 220, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgba(255, 210, 210, 0.35) 0%, transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 1
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  min-height: 500px;
  padding: 50px 0 60px;
  gap: 0;
}

.hero-copy {
  max-width: 500px;
  padding-right: 20px;
}

.hero-script {
  font-family: "Great Vibes", cursive;
  color: var(--accent);
  font-size: 74px;
  line-height: 1;
  margin: 0 0 0;
  font-weight: 400;
  display: block;
}

.hero-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 80px;
  line-height: .95;
  margin: 0 0 22px;
  letter-spacing: -.02em;
  color: #1a120b;
  font-weight: 700;
}

.hero-sub {
  margin: 0 0 4px;
  color: #3a2e27;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.hero-copy .lead-small {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 28px 0 26px;
}

.pill-btn {
  padding: 13px 22px;
  font-size: 14px;
  letter-spacing: .01em;
}

.pill-btn.alt {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  border: 1.5px solid rgba(111, 127, 67, .22);
  color: var(--text);
}

.btn-arrow {
  display: inline-block;
  transition: transform .2s ease;
  margin-left: 2px;
  font-style: normal;
}

.pill-btn:hover .btn-arrow {
  transform: translateX(5px)
}

/* Social Proof */
.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
}

.proof-avatars {
  display: flex;
  align-items: center;
}

.proof-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  margin-left: -11px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  object-fit: cover;
  flex-shrink: 0;
}

.proof-avatars img:first-child {
  margin-left: 0
}

.proof-details {
  display: flex;
  flex-direction: column;
  gap: 2px
}

.proof-meta {
  display: flex;
  align-items: center;
  gap: 8px
}

.proof-meta strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--text)
}

.proof-stars {
  color: #c9a247;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1
}

.proof-sub {
  font-size: 12px;
  color: var(--muted);
  line-height: 1
}

/* Hero Right / Visual */
.hero-visual {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  min-height: 500px;
}

/* Floating Badges */
.floating-badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.90);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(232, 221, 212, 0.7);
  border-radius: 18px;
  padding: 13px 16px;
  box-shadow: 0 8px 28px rgba(112, 87, 58, 0.09);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 175px;
  z-index: 5;
  transition: transform .3s ease, box-shadow .3s ease;
}

.floating-badge:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(112, 87, 58, 0.13)
}

.floating-badge>span:last-child {
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.25;
  color: #4c413a;
}

.floating-badge small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  margin-top: 2px;
}

.badge-1 {
  top: 18%;
  right: 2%;
}

.badge-2 {
  top: 54%;
  right: 2%;
}

/* Features strip overlapping below hero */
.features {
  position: relative;
  z-index: 10;
  padding: 0 0 30px;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  gap: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(112, 87, 58, .06);
  overflow: hidden;
  margin-top: -28px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.feature-item:last-child {
  border-right: 0
}

.feature-item .icon-circle {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  background: #fff8f4;
  border-color: var(--line);
}

.feature-item h3 {
  margin: 0 0 2px;
  font-size: 15px;
  line-height: 1.25;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: var(--text)
}

.feature-item p {
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.service-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 178px;
  overflow: hidden;
  transition: var(--trans)
}

.service-card:hover {
  transform: translateY(-4px)
}

.service-card .card-copy {
  padding: 20px 18px 18px
}

.service-card h3 {
  margin: 16px 0 8px;
  font-size: 18px;
  line-height: 1.15;
  font-family: "Cormorant Garamond", Georgia, serif
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  max-width: 190px
}

.service-card .explore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  color: var(--primary);
  font-weight: 700
}

.service-card .thumb {
  height: 100%;
  min-height: 178px
}

.service-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about-box {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 28px;
  padding: 22px;
  align-items: center;
  background: linear-gradient(135deg, #fffdfa, #fff5f1)
}

.about-media {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 10px;
  position: relative
}

.about-col {
  display: grid;
  gap: 10px
}

.about-media img {
  width: 100%;
  height: 122px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line)
}

.about-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff8f5;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  text-align: center;
  box-shadow: var(--shadow);
  padding: 18px
}

.about-badge strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 54px;
  line-height: .9;
  color: #8f7341
}

.about-badge span {
  font-size: 18px;
  font-weight: 600;
  display: block
}

.about-badge small {
  font-size: 12px;
  color: var(--muted);
  display: block;
  line-height: 1.25
}

.about-copy h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 54px;
  line-height: 1;
  margin: 0 0 14px
}

.about-copy p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px
}

.about-points {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 14px;
  margin-bottom: 14px
}

.about-point {
  text-align: center
}

.about-point strong {
  display: block;
  font-size: 13px;
  margin-top: 8px
}

.about-signature {
  font-family: "Great Vibes", cursive;
  font-size: 46px;
  line-height: 1;
  color: var(--accent);
  margin-top: 8px
}

.pricing-box {
  padding: 22px
}

.price-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 20px
}

.price-head h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 50px;
  line-height: 1;
  margin: 0
}

.price-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px
}

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

.price-tab {
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: #6b6057;
  font-weight: 600;
  cursor: pointer;
  transition: var(--trans)
}

.price-tab.active,
.price-tab:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary)
}

.price-panel {
  display: none
}

.price-panel.active {
  display: block
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-bottom: 16px
}

.price-card {
  text-align: center;
  padding: 18px 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff
}

.price-card h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 38px
}

.price-card .amt {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  color: #cf765c;
  font-weight: 700;
  line-height: 1
}

.price-cta {
  text-align: center
}

.bridal-banner {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(90deg, #fbece6, #fffaf8)
}

.bridal-banner .thumb {
  min-height: 260px
}

.bridal-banner .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bridal-content {
  padding: 26px 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative
}

.bridal-content::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 8px;
  width: 150px;
  height: 120px;
  background: radial-gradient(circle at center, rgba(255, 219, 212, .6), transparent 60%);
  opacity: .8;
  pointer-events: none
}

.bridal-content h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 52px;
  line-height: 1;
  margin: 4px 0 10px
}

.bridal-content p {
  margin: 0 0 14px;
  color: var(--muted)
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-bottom: 18px
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #52463f;
  font-size: 14px
}

.check-item svg {
  flex-shrink: 0;
  color: var(--primary);
  margin-top: 3px
}

.gallery-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px
}

.gallery-row a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow)
}

.gallery-row img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  transition: var(--trans)
}

.gallery-row a:hover img {
  transform: scale(1.05)
}

.gallery-cta {
  text-align: center;
  margin-top: 14px
}

.testimonial-wrap {
  position: relative;
  padding: 22px 54px
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.testimonial-card {
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 146px;
  animation: fadeIn 0.4s ease;
}

.testimonial-card img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0
}

.testimonial-card .stars {
  color: #c9a247;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 8px
}

.testimonial-card p {
  margin: 0;
  color: #4d433c;
  font-size: 13px;
  line-height: 1.55
}

.testimonial-card cite {
  display: block;
  font-style: normal;
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fff;
  font-size: 45px;
  place-items: center;
  box-shadow: var(--shadow);
  color: var(--accent);
  z-index: 10;
  cursor: pointer;
}

.carousel-arrow:hover {
  background: var(--surface-2)
}

.carousel-arrow.prev {
  left: -9px
}

.carousel-arrow.next {
  right: -9px
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden
}

.faq-question {
  width: 100%;
  padding: 14px 16px;
  background: #fff;
  color: #3f352f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
  border-radius: 0
}

.faq-answer {
  display: none;
  padding: 0 16px 16px;
  color: var(--muted);
  font-size: 14px
}

.faq-item.active .faq-answer {
  display: block
}

.faq-item.active .faq-question svg {
  transform: rotate(45deg)
}

.cta-strip {
  background: linear-gradient(90deg, #738346, #5f6f35);
  border-radius: 22px;
  padding: 18px 26px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap
}

.cta-strip h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 1
}

.cta-strip p {
  margin: 8px 0 0;
  opacity: .9
}

.cta-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap
}

.cta-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-family: "Cormorant Garamond", Georgia, serif
}

.cta-phone .icon-circle {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .18);
  color: #fff
}

.site-footer {
  padding: 28px 0 18px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 24px;
  align-items: start
}

.footer-brand img {
  width: 180px;
  margin-bottom: 10px
}

.footer-brand .brand-title {
  font-size: 54px
}

.footer-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
  text-transform: none;
  font-family: "Inter", sans-serif
}

.footer-card p,
.footer-card li,
.footer-card a {
  font-size: 14px;
  color: #4f463f
}

.footer-card ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.footer-card li+li {
  margin-top: 6px
}

.socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px
}

.socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #000;
  color: #fff;
  transition: var(--trans)
}

.socials a:hover {
  transform: translateY(-2px);
  background: var(--primary)
}

.get-directions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  margin-top: 12px;
  border-radius: 999px;
  background: #fff7f2;
  border: 1px solid var(--line);
  font-weight: 700;
  color: var(--primary)
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin-top: 18px;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap
}

.footer-bottom nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.floating-mobile-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 16px;
  display: none;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 18px;
  z-index: 999
}

.float-btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  pointer-events: auto
}

.float-btn.call {
  background: var(--primary);
  color: #fff
}

.float-btn.book {
  background: #f6b8b2;
  color: #fff
}

.mobile-drawer {
  display: none
}

.hero-flourish,
.section-flourish {
  position: absolute;
  pointer-events: none;
  opacity: .55
}

.hero-flourish.one {
  left: 0;
  top: 10px;
  width: 180px
}

.hero-flourish.two {
  right: 0;
  bottom: 18px;
  width: 180px
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  white-space: nowrap
}

/* ===================== LIGHTBOX ===================== */
.nbm-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(30, 22, 17, .85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.nbm-lightbox.open {
  opacity: 1;
  visibility: visible;
}

.nbm-lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  animation: lightbox-zoom-in .4s ease;
}

.nbm-lightbox-content img {
  max-width: 100%;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .3);
  border: 2px solid #fff;
}

.nbm-lightbox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: var(--text);
  border: 0;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
  transition: transform .2s ease;
}

.nbm-lightbox-close:hover {
  transform: scale(1.1) rotate(90deg);
}

@keyframes lightbox-zoom-in {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1199px) {
  .header-nav ul {
    gap: 22px
  }

  .hero-script {
    font-size: 60px
  }

  .hero-title {
    font-size: 70px
  }

  .feature-item {
    padding-inline: 16px
  }

  .price-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 991px) {

  .header-nav {
    display: none
  }

  .header-toggle {
    display: grid
  }

  .header-inner {
    justify-content: space-between
  }

  .brand img {
    width: 64px;
    height: 64px
  }

  .brand-title {
    font-size: 30px
  }

  .hero-grid,
  .about-box,
  .bridal-banner {
    grid-template-columns: 1fr
  }

  .hero-copy {
    max-width: none
  }

  .hero-visual {
    justify-content: center;
    padding-right: 0;
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    min-height: 252px;
    overflow: hidden
  }

  .floating-badges {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px
  }

  .floating-badge {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 80%;
  }

  .features {
    margin-top: 20px
  }

  .feature-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 20px
  }

  .feature-item {
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .services-grid {
    grid-template-columns: 1fr 1fr
  }

  .gallery-row {
    grid-template-columns: repeat(3, 1fr)
  }

  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr 1fr
  }

  .cta-strip h2 {
    font-size: 34px
  }

  .testimonial-grid {
    display: block;
  }

  .mobile-drawer {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(34, 26, 21, .44);
    opacity: 0;
    visibility: hidden;
    transition: var(--trans);
    z-index: 1200
  }

  .mobile-drawer.open {
    opacity: 1;
    visibility: visible
  }

  .mobile-panel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: min(88vw, 360px);
    background: #fff;
    padding: 26px 22px;
    transform: translateX(-100%);
    transition: var(--trans);
    box-shadow: var(--shadow);
    overflow: auto
  }

  .mobile-drawer.open .mobile-panel {
    transform: translateX(0)
  }

  .mobile-panel .brand {
    margin-bottom: 20px
  }

  .mobile-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px
  }

  .mobile-panel a {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fbf7f4;
    font-weight: 600
  }
}

@media (max-width: 767px) {
  .container {
    width: min(calc(100% - 20px), var(--container))
  }

  .header-ctas .pill-btn {
    padding: 12px 16px;
    font-size: 13px;
    display: none;
  }

  .brand-title {
    font-size: 24px
  }

  .brand-sub {
    font-size: 9px
  }

  .hero-grid {
    padding: 20px 20px 14px;
    min-height: auto
  }

  .hero-script {
    font-size: 42px
  }

  .hero-title {
    font-size: 48px
  }

  .hero-sub {
    font-size: 16px;
  }

  .hero-copy .lead-small {
    font-size: 14px;
  }

  .hero-actions {
    gap: 10px
  }

  .hero-proof {
    align-items: flex-start;
    gap: 12px
  }

  .floating-badges {
    grid-template-columns: 1fr
  }

  .floating-badge {
    padding: 14px
  }

  .feature-strip,
  .services-grid,
  .price-grid,
  .gallery-row,
  .faq-grid,
  .footer-grid {
    grid-template-columns: 1fr
  }

  .feature-item {
    padding: 10px 4px 14px 4px
  }

  .service-card {
    grid-template-columns: 1fr;
    min-height: auto
  }

  .service-card .thumb {
    min-height: 190px;
    order: -1
  }

  .about-media {
    grid-template-columns: 1fr 1fr
  }

  .about-badge {
    width: 120px;
    height: 120px
  }

  .about-copy h2,
  .bridal-content h2,
  .price-head h2 {
    font-size: 35px
  }

  .check-list {
    grid-template-columns: 1fr
  }

  .testimonial-wrap {
    padding: 18px 36px
  }

  .carousel-arrow {
    width: 32px;
    height: 32px;
  }

  .carousel-arrow.prev {
    left: 2px;
  }

  .carousel-arrow.next {
    right: 2px;
  }

  .cta-strip {
    padding: 18px
  }

  .cta-strip h2 {
    font-size: 30px
  }

  .cta-phone {
    font-size: 24px
  }

  .site-footer {
    padding-bottom: 92px
  }

  .floating-mobile-actions {
    display: flex
  }
}