/*
Theme Name: Beeru Luxury Home
Theme URI: http://localhost/beeru
Author: Codex
Description: A luxury one-page mehndi artist homepage with deep maroon, black, ivory, and gold styling.
Version: 1.0.0
Text Domain: beeru-luxury-home
Tags: custom-homepage, responsive, portfolio, wedding, mehndi
*/

:root {
  --black: #050302;
  --ink: #100006;
  --maroon: #3a0017;
  --maroon-2: #5c0624;
  --gold: #c89742;
  --gold-light: #e8c37d;
  --ivory: #fbf6ef;
  --cream: #efe3d4;
  --muted: #d8c1ad;
  --line: rgba(200, 151, 66, 0.35);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cream);
  background: var(--black);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.admin-bar .site-header {
  top: 32px;
}

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

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

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.top-strip {
  background: #420017;
  color: #fff2df;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.top-strip .container {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}

.social-row a,
.social-dot {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 11px;
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(2, 1, 1, 0.9);
  border-bottom: 1px solid rgba(200, 151, 66, 0.18);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 136px 1fr auto;
  align-items: center;
  gap: 22px;
}

.brand-logo img {
  width: 94px;
  height: auto;
}

.nav-toggle,
.nav-toggle-label {
  display: none;
}

.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.8vw, 36px);
}

.main-nav a {
  position: relative;
  color: #f9ecda;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  transform: translateX(-50%);
  transition: width 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus {
  color: var(--gold-light);
}

.main-nav a:hover::after,
.main-nav .is-active::after {
  width: 42px;
}

.mobile-book-link {
  display: none;
}

.book-btn,
.btn {
  min-height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.book-btn {
  border: 1px solid var(--gold);
  color: #f7dfae;
}

.book-btn:hover,
.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, #620525, #8a1237);
  border: 1px solid rgba(232, 195, 125, 0.7);
  color: #fff7ea;
  box-shadow: 0 14px 30px rgba(92, 6, 36, 0.35);
}

.btn-outline {
  border: 1px solid rgba(232, 195, 125, 0.82);
  color: #fff5e7;
}

.hero {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(200, 151, 66, 0.16), transparent 28%),
    linear-gradient(90deg, #020101 0%, #060202 46%, rgba(5, 3, 2, 0.62) 68%, rgba(5, 3, 2, 0.18) 100%),
    image-set(url("assets/images/hero.webp") type("image/webp"), url("assets/images/hero.jpg") type("image/jpeg")) right center / contain no-repeat,
    #050302;
}

.hero::before,
.ornament-corners::before,
.ornament-corners::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  opacity: 0.22;
  background:
    radial-gradient(circle, transparent 56%, var(--gold) 57%, transparent 58%),
    repeating-radial-gradient(circle, transparent 0 13px, rgba(200, 151, 66, 0.55) 14px 15px, transparent 16px 30px);
  pointer-events: none;
}

.hero::before {
  right: -84px;
  top: 122px;
}

.hero .container {
  min-height: 640px;
  display: flex;
  align-items: center;
}

.hero-content {
  width: min(560px, 100%);
  padding: 54px 0 44px;
}

.script {
  font-family: "Allura", "Dancing Script", cursive;
  color: #f0d6b2;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.hero h1 {
  margin: 16px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.04;
  font-weight: 700;
  color: #fff8ee;
}

.hero h1 span {
  display: block;
  color: var(--gold-light);
}

.hero-lead {
  margin: 0 0 20px;
  color: #fff7ea;
  font-size: clamp(17px, 2vw, 22px);
}

.hero-copy {
  width: min(520px, 100%);
  color: rgba(250, 237, 220, 0.86);
  font-size: 15px;
}

.hero-actions,
.stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.stat-row {
  gap: 24px;
  margin-top: 38px;
}

.mini-stat {
  display: grid;
  grid-template-columns: 34px auto;
  align-items: center;
  gap: 10px;
  min-width: 112px;
}

.mini-icon,
.round-icon,
.why-icon {
  border: 1px solid var(--line);
  color: var(--gold-light);
  display: grid;
  place-items: center;
}

.mini-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  position: relative;
  flex: 0 0 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 13px;
  font-weight: 800;
  overflow: hidden;
}

.mini-icon::before,
.mini-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.mini-icon-leaf::before {
  width: 18px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 18px 18px 18px 2px;
  transform: rotate(42deg);
}

.mini-icon-leaf::after {
  width: 2px;
  height: 18px;
  background: currentColor;
  transform: rotate(42deg);
}

.mini-icon-drop::before {
  width: 18px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 14px 14px 14px 4px;
  transform: rotate(45deg);
}

.mini-icon-badge {
  font-family: Georgia, "Times New Roman", serif;
}

.mini-icon-badge::before {
  inset: 9px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: 0.36;
}

.mini-icon-people::before {
  width: 9px;
  height: 9px;
  top: 10px;
  left: 12px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 12px 0 0 -2px var(--black), 12px 0 0 0 currentColor;
}

.mini-icon-people::after {
  width: 27px;
  height: 13px;
  bottom: 9px;
  border: 2px solid currentColor;
  border-radius: 18px 18px 4px 4px;
}

.mini-stat strong {
  display: block;
  color: #fff3df;
  font-size: 13px;
  line-height: 1.15;
}

.mini-stat span {
  display: block;
  color: rgba(250, 237, 220, 0.78);
  font-size: 11px;
  line-height: 1.2;
}

.section {
  position: relative;
  padding: 58px 0;
}

.section-light {
  background: var(--ivory);
  color: #20120f;
}

.section-dark {
  background:
    radial-gradient(circle at 84% 10%, rgba(92, 6, 36, 0.52), transparent 32%),
    var(--black);
}

.section-maroon {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.22)),
    linear-gradient(135deg, #120007, #330014 54%, #140007);
}

.section-title {
  margin: 0 0 30px;
  color: inherit;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
}

.section-title span {
  position: relative;
  display: inline-block;
}

.section-title span::before,
.section-title span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 54px;
  height: 1px;
  background: var(--gold);
}

.section-title span::before {
  right: calc(100% + 20px);
}

.section-title span::after {
  left: calc(100% + 20px);
}

.services {
  padding-top: 24px;
  padding-bottom: 34px;
}

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

.service-card {
  text-align: center;
  min-width: 0;
}

.round-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: var(--maroon);
  border-color: rgba(200, 151, 66, 0.5);
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 28px;
}

.service-card h3,
.why-card h3 {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.25;
}

.service-card p,
.why-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

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

.gallery-card {
  overflow: hidden;
  border: 1px solid var(--gold);
  border-radius: 8px;
  aspect-ratio: 1 / 1.18;
  background: #160007;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.center-action {
  margin-top: 24px;
  text-align: center;
}

.about-band {
  padding: 0;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid rgba(200, 151, 66, 0.7);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(300px, 44%) 1fr;
  min-height: 360px;
}

.about-photo {
  position: relative;
  overflow: hidden;
  border-right: 3px solid var(--gold);
  border-top-right-radius: 90px;
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text {
  align-self: center;
  padding: 52px min(7vw, 86px);
}

.eyebrow {
  margin: 0 0 6px;
  color: var(--gold-light);
  font-size: 14px;
}

.about-text h2 {
  margin: 0 0 14px;
  color: #fff6e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.95;
}

.about-text h2 span {
  display: block;
  color: var(--gold-light);
  font-family: "Allura", cursive;
  font-size: 0.92em;
  font-weight: 400;
}

.about-text p {
  max-width: 590px;
  margin: 0;
  color: rgba(250, 237, 220, 0.86);
  font-size: 14px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.about-stat {
  min-width: 0;
  border-left: 1px solid rgba(200, 151, 66, 0.25);
  padding-left: 16px;
}

.about-stat strong {
  display: block;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 29px;
  line-height: 1;
}

.about-stat span {
  display: block;
  color: #fff3e0;
  font-size: 12px;
  line-height: 1.25;
}

.ornament-corners {
  position: relative;
  overflow: hidden;
}

.ornament-corners::before {
  left: -94px;
  top: -70px;
}

.ornament-corners::after {
  right: -94px;
  bottom: -70px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.why-card {
  padding: 10px 22px 18px;
  text-align: center;
  border-left: 1px solid rgba(200, 151, 66, 0.25);
}

.why-card:first-child {
  border-left: 0;
}

.why-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  border: 0;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 30px;
}

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

.review-card {
  border: 1px solid rgba(200, 151, 66, 0.25);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.review-head {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.review-head img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.stars {
  color: #ffc65d;
  font-size: 16px;
  letter-spacing: 2px;
}

.review-card p {
  margin: 0;
  color: rgba(250, 237, 220, 0.82);
  font-size: 13px;
}

.review-card cite {
  display: block;
  margin-top: 12px;
  color: #fff2dd;
  font-size: 13px;
  font-style: normal;
}

.site-footer {
  background:
    radial-gradient(circle at 94% 46%, rgba(200, 151, 66, 0.12), transparent 24%),
    #050505;
  border-top: 1px solid rgba(200, 151, 66, 0.42);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1.45fr;
  gap: 36px;
  padding: 58px 0 42px;
}

.footer-logo {
  width: 130px;
  margin-bottom: 20px;
}

.footer-grid h3 {
  margin: 0 0 20px;
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 17px;
  letter-spacing: 0.05em;
}

.footer-grid p,
.footer-grid li,
.contact-line {
  color: rgba(250, 237, 220, 0.78);
  font-size: 13px;
}

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

.footer-grid li + li {
  margin-top: 8px;
}

.footer-grid li a::before {
  content: ">";
  margin-right: 8px;
  color: var(--gold);
}

.contact-line {
  margin-bottom: 14px;
}

.contact-line strong {
  display: block;
  color: var(--gold-light);
  margin-bottom: 3px;
}

.footer-bottom {
  border-top: 1px solid rgba(200, 151, 66, 0.22);
  padding: 18px 0;
  color: rgba(250, 237, 220, 0.62);
  font-size: 13px;
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.32);
  font-weight: 800;
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  display: block;
  fill: currentColor;
}

.page-hero {
  padding: 92px 0 78px;
  background:
    linear-gradient(90deg, rgba(5, 3, 2, 0.92), rgba(30, 0, 12, 0.76)),
    image-set(url("assets/images/hero.webp") type("image/webp"), url("assets/images/hero.jpg") type("image/jpeg")) right center / contain no-repeat,
    #050302;
  border-bottom: 1px solid rgba(200, 151, 66, 0.38);
}

.page-hero h1 {
  width: min(720px, 100%);
  margin: 8px 0 12px;
  color: #fff8ee;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
}

.page-hero p:not(.eyebrow) {
  width: min(620px, 100%);
  margin: 0;
  color: rgba(250, 237, 220, 0.84);
  font-size: 17px;
}

.split-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 38px;
  align-items: center;
}

.split-content h2,
.contact-panel h2,
.detail-card h2 {
  margin: 0 0 12px;
  color: #23120d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.split-content p,
.detail-card p,
.contact-panel p,
.contact-cards p,
.page-content {
  color: #3d2a21;
}

.highlight-panel,
.detail-card,
.contact-panel,
.contact-cards > div {
  border: 1px solid rgba(200, 151, 66, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 16px 36px rgba(64, 23, 8, 0.08);
}

.highlight-panel {
  padding: 28px;
}

.highlight-panel strong {
  display: block;
  color: var(--maroon);
  font-family: Georgia, serif;
  font-size: 24px;
  margin-bottom: 10px;
}

.highlight-panel ul {
  margin: 0;
  padding-left: 20px;
  color: #3d2a21;
}

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

.detail-card {
  padding: 28px;
}

.detail-card .round-icon {
  margin-left: 0;
  margin-right: 0;
}

.detail-card h2 {
  font-size: 26px;
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--maroon-2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

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

.process-grid > div {
  padding: 28px;
  border-left: 1px solid rgba(200, 151, 66, 0.34);
}

.process-grid span {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 34px;
}

.process-grid h3 {
  margin: 4px 0 8px;
  color: #fff6e7;
  font-family: Georgia, serif;
  font-size: 26px;
}

.process-grid p {
  margin: 0;
  color: rgba(250, 237, 220, 0.78);
}

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

.page-gallery .gallery-card {
  aspect-ratio: 4 / 3.4;
}

.page-reviews {
  grid-template-columns: repeat(3, 1fr);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 28px;
  align-items: stretch;
}

.contact-panel,
.contact-cards > div {
  padding: 28px;
}

.contact-panel .btn {
  margin-top: 18px;
  margin-right: 10px;
}

.contact-call {
  border: 1px solid var(--maroon-2);
  color: var(--maroon-2);
}

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

.contact-cards strong {
  display: block;
  color: var(--maroon-2);
  font-family: Georgia, serif;
  font-size: 21px;
  margin-bottom: 8px;
}

.contact-cards p {
  margin: 0;
}

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

.video-tile {
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(200, 151, 66, 0.32);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.88)),
    image-set(url("assets/images/gallery-2.webp") type("image/webp"), url("assets/images/gallery-2.jpg") type("image/jpeg")) center / cover;
}

.video-tile:nth-child(2) {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.88)),
    image-set(url("assets/images/gallery-4.webp") type("image/webp"), url("assets/images/gallery-4.jpg") type("image/jpeg"));
}

.video-tile:nth-child(3) {
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.88)),
    image-set(url("assets/images/gallery-5.webp") type("image/webp"), url("assets/images/gallery-5.jpg") type("image/jpeg"));
}

.video-tile span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: var(--maroon-2);
  color: #fff7ea;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.video-tile strong {
  color: #fff6e7;
  font-family: Georgia, serif;
  font-size: 24px;
}

.design-single-hero {
  padding: 68px 0;
  background:
    radial-gradient(circle at 70% 10%, rgba(200, 151, 66, 0.12), transparent 26%),
    linear-gradient(135deg, #050302, #360016 64%, #090305);
  border-bottom: 1px solid rgba(200, 151, 66, 0.36);
}

.design-single-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.design-single-media {
  overflow: hidden;
  border: 1px solid rgba(232, 195, 125, 0.72);
  border-radius: 8px;
  background: #17000a;
  box-shadow: var(--shadow);
}

.design-single-media img {
  width: 100%;
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
}

.design-single-content h1 {
  margin: 10px 0 14px;
  color: #fff8ee;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
}

.design-single-summary {
  width: min(680px, 100%);
  margin: 0 0 26px;
  color: rgba(250, 237, 220, 0.86);
  font-size: 17px;
}

.design-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.design-facts div {
  min-width: 0;
  border: 1px solid rgba(200, 151, 66, 0.28);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.design-facts span {
  display: block;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.design-facts strong {
  display: block;
  margin-top: 4px;
  color: #fff6e7;
  font-size: 14px;
  line-height: 1.25;
}

.design-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.design-upvote strong {
  min-width: 26px;
  min-height: 26px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
}

.design-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 30px;
}

.design-story,
.design-review-box,
.design-care-box {
  border: 1px solid rgba(200, 151, 66, 0.34);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 36px rgba(64, 23, 8, 0.08);
}

.design-story,
.design-review-box {
  padding: 32px;
}

.design-story h2,
.design-review-box h2 {
  margin: 0 0 14px;
  color: #23120d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.design-story p,
.design-review-box p {
  color: #3d2a21;
}

.design-care-box {
  margin-top: 22px;
  padding: 20px;
  background: rgba(200, 151, 66, 0.16);
}

.design-care-box strong {
  color: var(--maroon-2);
  font-family: Georgia, serif;
  font-size: 22px;
}

.design-care-box p {
  margin-bottom: 0;
}

.design-review-box blockquote {
  margin: 14px 0 0;
  border-left: 3px solid var(--gold);
  padding-left: 16px;
  color: #3d2a21;
  font-style: italic;
}

.design-review-box cite {
  display: block;
  margin-top: 10px;
  color: var(--maroon-2);
  font-style: normal;
  font-weight: 800;
}

.design-comments-section {
  border-top: 1px solid rgba(200, 151, 66, 0.32);
}

.design-comments-wrap {
  max-width: 920px;
}

.design-comments-wrap > h2,
.comment-reply-title {
  margin: 0 0 22px;
  color: #fff6e7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
}

.comment-list {
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
}

.comment-list .comment {
  margin-bottom: 18px;
  border: 1px solid rgba(200, 151, 66, 0.28);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.045);
}

.comment-meta,
.comment-metadata,
.comment-awaiting-moderation {
  color: rgba(250, 237, 220, 0.68);
  font-size: 13px;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff6e7;
}

.comment-author img {
  border-radius: 50%;
}

.comment-content {
  color: rgba(250, 237, 220, 0.84);
}

.comment-respond {
  border: 1px solid rgba(200, 151, 66, 0.28);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.045);
}

.comment-form label {
  display: block;
  color: #f8dfae;
  font-size: 13px;
  font-weight: 800;
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
  width: 100%;
  border: 1px solid rgba(200, 151, 66, 0.32);
  border-radius: 8px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.26);
  color: #fff7ea;
  font: inherit;
}

.no-comments,
.logged-in-as,
.comment-notes {
  color: rgba(250, 237, 220, 0.72);
}

@media (max-width: 1060px) {
  .header-inner {
    grid-template-columns: 104px 1fr auto;
    gap: 18px;
  }

  .main-nav ul {
    gap: 18px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .header-cta {
    display: block;
  }

  .book-btn {
    padding-inline: 18px;
  }

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

  .why-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .detail-grid,
  .page-reviews,
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .design-single-layout,
  .design-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .top-strip .container {
    justify-content: center;
    text-align: center;
  }

  .top-strip .social-row {
    display: none;
  }

  .site-header {
    position: sticky;
  }

  .header-inner {
    position: relative;
    min-height: 76px;
    padding: 10px 0;
    grid-template-columns: auto 44px;
    justify-items: stretch;
    gap: 12px;
  }

  .brand-logo img {
    width: 72px;
  }

  .nav-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  .nav-toggle-label {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(232, 195, 125, 0.55);
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    justify-self: end;
    color: #f7dfae;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.035);
  }

  .nav-toggle-label span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .nav-toggle-label span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    grid-column: 1 / -1;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 220ms ease, opacity 180ms ease;
  }

  .nav-toggle:checked + .nav-toggle-label + .main-nav {
    max-height: 520px;
    opacity: 1;
  }

  .main-nav ul {
    border: 1px solid rgba(200, 151, 66, 0.26);
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px;
    background: rgba(10, 2, 2, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  }

  .main-nav li + li {
    border-top: 1px solid rgba(200, 151, 66, 0.16);
  }

  .main-nav a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    font-size: 13px;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav .is-active {
    color: var(--gold-light);
  }

  .header-cta {
    display: none;
  }

  .mobile-book-link {
    display: block;
  }

  .mobile-book-link a {
    margin-top: 6px;
    border: 1px solid rgba(232, 195, 125, 0.6);
    border-radius: 999px;
    justify-content: center;
    background: linear-gradient(135deg, #620525, #8a1237);
  }

  .hero,
  .hero .container {
    min-height: auto;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(5, 3, 2, 0.1), #050302 58%),
      image-set(url("assets/images/hero.webp") type("image/webp"), url("assets/images/hero.jpg") type("image/jpeg")) center top / min(100%, 620px) auto no-repeat,
      #050302;
    padding-top: clamp(250px, 70vw, 430px);
  }

  .hero .container {
    min-height: auto;
    align-items: flex-start;
  }

  .hero-content {
    padding: 28px 0 50px;
  }

  .services-grid,
  .gallery-grid,
  .why-grid,
  .footer-grid,
  .about-stats {
    grid-template-columns: 1fr 1fr;
  }

  .about-layout {
    grid-template-columns: 1fr;
  }

  .about-photo {
    border-right: 0;
    border-bottom: 3px solid var(--gold);
    border-top-right-radius: 0;
    max-height: 360px;
  }

  .about-text {
    padding: 40px 22px;
  }

  .why-card:nth-child(odd) {
    border-left: 0;
  }

  .section-title span::before,
  .section-title span::after {
    display: none;
  }

  .page-hero {
    padding: 66px 0 56px;
    background:
      linear-gradient(180deg, rgba(5, 3, 2, 0.7), #050302 76%),
      image-set(url("assets/images/hero.webp") type("image/webp"), url("assets/images/hero.jpg") type("image/jpeg")) center top / min(100%, 620px) auto no-repeat,
      #050302;
  }

  .split-content,
  .detail-grid,
  .process-grid,
  .page-gallery,
  .page-reviews,
  .contact-cards,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .design-facts {
    grid-template-columns: 1fr 1fr;
  }

  .reviews-grid,
  .contact-layout,
  .detail-grid,
  .process-grid {
    gap: 18px;
  }

  .contact-panel .btn,
  .design-actions .btn,
  .design-actions button {
    width: 100%;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }
}

@media (max-width: 520px) {
  .design-facts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(100% - 26px, 1180px);
  }

  .top-strip {
    font-size: 11px;
  }

  .main-nav ul {
    padding: 6px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .script {
    font-size: 34px;
  }

  .hero h1,
  .page-hero h1,
  .design-single-content h1 {
    font-size: 38px;
  }

  .hero-content {
    padding-top: 24px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .services-grid,
  .gallery-grid,
  .why-grid,
  .footer-grid,
  .about-stats {
    grid-template-columns: 1fr;
  }

  .why-card {
    border-left: 0;
    border-top: 1px solid rgba(200, 151, 66, 0.25);
  }

  .why-card:first-child {
    border-top: 0;
  }

  .section {
    padding: 42px 0;
  }

  .footer-grid {
    padding: 42px 0 30px;
  }

  .design-story,
  .design-review-box,
  .comment-respond {
    padding: 22px;
  }
}
