:root {
  --cream: #f8f1e7;
  --paper: rgba(255, 252, 245, 0.9);
  --paper-solid: #fffaf1;
  --text: #2f251b;
  --muted: #756553;
  --gold: #b78d47;
  --gold-deep: #8f6b32;
  --line: rgba(143, 107, 50, 0.22);
  --shadow: 0 24px 70px rgba(76, 50, 24, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.menu-open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
}

svg {
  display: block;
  width: 1.15em;
  height: 1.15em;
  fill: currentColor;
}

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

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.08rem, 1.7vw, 1.38rem);
  font-weight: 700;
}

.brand-logo {
  display: block;
  width: clamp(180px, 20vw, 265px);
  height: auto;
}

.footer-logo {
  width: min(300px, 100%);
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: var(--gold-deep);
}

.menu {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu a,
.footer-menu a {
  display: inline-flex;
  align-items: center;
  padding: 10px 11px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.menu a:hover,
.menu a.is-current,
.footer-menu a:hover {
  background: rgba(183, 141, 71, 0.14);
  color: var(--gold-deep);
}

.has-submenu {
  position: relative;
}

.submenu-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  display: grid;
  min-width: 220px;
  padding: 10px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.96);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.submenu a {
  justify-content: flex-start;
  width: 100%;
  border-radius: 8px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  cursor: pointer;
}

.menu-line {
  display: block;
  width: 22px;
  height: 2px;
  margin: 3px 0;
  background: var(--gold-deep);
  transition: opacity 180ms ease, transform 180ms ease;
}

.menu-toggle.is-active .menu-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.is-active .menu-line:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active .menu-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

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

.page-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: calc(100vh - 78px);
  place-items: center;
  padding: 100px 20px;
  overflow: hidden;
  background: var(--page-bg) center / cover no-repeat;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: rgba(255, 250, 241, 0.7);
  content: "";
}

.page-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.42), transparent 28rem),
    linear-gradient(90deg, rgba(255, 250, 241, 0.86), rgba(255, 250, 241, 0.62), rgba(255, 250, 241, 0.88));
  content: "";
}

.home-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: calc(100vh - 78px);
  place-items: center;
  overflow: hidden;
  padding: 110px 20px;
}

.home-slider {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.home-slide {
  position: absolute;
  inset: 0;
  background: var(--slide-bg) center / cover no-repeat;
  opacity: 0;
  transform: scale(1.06);
  animation: heroSlide 30s infinite;
}

.home-slide:nth-child(2) {
  animation-delay: 6s;
}

.home-slide:nth-child(3) {
  animation-delay: 12s;
}

.home-slide:nth-child(4) {
  animation-delay: 18s;
}

.home-slide:nth-child(5) {
  animation-delay: 24s;
}

.home-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.5), transparent 30rem),
    linear-gradient(90deg, rgba(255, 250, 241, 0.9), rgba(255, 250, 241, 0.58), rgba(255, 250, 241, 0.88));
  content: "";
}

.home-hero-content {
  width: min(920px, 100%);
  text-align: center;
}

.home-tagline {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.72);
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 850px;
  margin: 0 auto;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 7.5vw, 6.8rem);
  line-height: 1.02;
}

.home-hero-content p:not(.home-tagline) {
  max-width: 680px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.whatsapp-prompt {
  display: inline-flex;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--gold-deep) !important;
  font-size: 0.94rem !important;
  font-weight: 800;
}

@keyframes heroSlide {
  0%,
  16% {
    opacity: 1;
    transform: scale(1);
  }

  22%,
  100% {
    opacity: 0;
    transform: scale(1.06);
  }
}

.page-hero-content,
.section-heading {
  width: min(920px, 100%);
  text-align: center;
}

.page-hero-content h1,
.section-heading h2,
.split-layout h2,
.text-page h2,
.contact-card h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.05;
}

.page-hero-content h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
}

.page-hero-content p:not(.eyebrow),
.section-heading p,
.split-layout p,
.text-page p,
.contact-card p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.page-hero-content p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px auto 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
}

.primary-button {
  border: 1px solid rgba(143, 107, 50, 0.3);
  background: linear-gradient(135deg, #d6b56f, #b78d47);
  color: #2c2117;
  box-shadow: var(--shadow);
}

.ghost-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.58);
  color: var(--gold-deep);
}

.content-section {
  padding: 88px 20px;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.trust-bar span {
  display: grid;
  min-height: 86px;
  place-items: center;
  padding: 16px;
  background: rgba(255, 250, 241, 0.88);
  color: var(--gold-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.soft-band {
  background:
    linear-gradient(rgba(255, 250, 241, 0.88), rgba(255, 250, 241, 0.88)),
    url("assets/interior-decor/bedroom-decor.png") center / cover no-repeat;
}

.about-clean {
  min-height: calc(100vh - 78px);
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(255, 250, 241, 0.82), rgba(255, 250, 241, 0.92)),
    url("assets/interior-decor/living-room-decor.png") center / cover no-repeat;
}

.about-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: center;
  width: min(1160px, 100%);
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.88);
  box-shadow: var(--shadow);
}

.about-photo {
  overflow: hidden;
  border-radius: 8px;
}

.about-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.about-copy {
  padding: 20px;
}

.about-copy h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.04;
}

.about-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.about-points article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
}

.about-points h3 {
  margin: 0 0 8px;
  color: var(--gold-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.16rem;
}

.about-points p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.section-heading {
  margin: 0 auto 38px;
}

.section-heading h2,
.split-layout h2,
.text-page h2,
.contact-card h2 {
  font-size: clamp(2rem, 4.5vw, 4.1rem);
}

.compact-heading h1,
.compact-heading h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.06;
}

.service-catalog-section {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 78px);
  background: var(--page-bg) center / cover no-repeat;
}

.service-catalog-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 250, 241, 0.82);
  content: "";
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.photo-card,
.info-panel,
.contact-card,
.process-grid article,
.text-page {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.photo-card {
  display: block;
}

.photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.photo-card-content {
  padding: 22px;
}

.card-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold-deep);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.photo-card h3,
.info-panel h3,
.process-grid h3 {
  margin: 0 0 10px;
  color: var(--gold-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.2;
}

.photo-card p,
.info-panel p,
.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.link-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.link-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(76, 50, 24, 0.22);
}

.home-showcase {
  background:
    linear-gradient(rgba(255, 250, 241, 0.92), rgba(255, 250, 241, 0.92)),
    url("assets/services/furniture/furniture-layout.png") center / cover no-repeat;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  width: min(1220px, 100%);
  margin: 0 auto;
}

.showcase-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.9);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 80px rgba(76, 50, 24, 0.22);
}

.showcase-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.showcase-card span {
  margin: 18px 18px 4px;
  color: var(--gold-deep);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.showcase-card h3 {
  margin: 0 18px 10px;
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.32rem;
}

.showcase-card p {
  margin: 0 18px 20px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.showcase-card strong {
  display: inline-flex;
  margin: 0 18px 20px;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.split-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 34px;
  align-items: center;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.info-panel {
  padding: 28px;
}

.info-panel p {
  display: grid;
  gap: 4px;
  margin-top: 16px;
}

.info-panel span {
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.journey-line {
  display: grid;
  gap: 12px;
}

.journey-line article {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.82);
  box-shadow: var(--shadow);
}

.journey-line span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: rgba(183, 141, 71, 0.14);
  color: var(--gold-deep);
  font-weight: 900;
}

.journey-line strong {
  color: var(--text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
}

.service-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-detail-list article,
.simple-card-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.88);
  box-shadow: var(--shadow);
}

.service-detail-list h3,
.simple-card-grid h3 {
  margin: 0 0 12px;
  color: var(--gold-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.3rem;
}

.service-detail-list ul,
.package-card ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.simple-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.simple-card-grid p,
.project-card small {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 18px 0 0;
  color: var(--muted);
  list-style: none;
}

.check-list li {
  padding-left: 18px;
  border-left: 2px solid var(--gold);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.process-grid article {
  padding: 26px;
}

.process-grid span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold-deep);
  font-weight: 800;
}

.contact-page {
  min-height: calc(100vh - 78px);
  display: grid;
  align-content: center;
  gap: 44px;
  background:
    linear-gradient(rgba(255, 250, 241, 0.78), rgba(255, 250, 241, 0.9)),
    url("assets/interior-decor/furniture-selection.png") center / cover no-repeat;
}

.contact-card {
  padding: 30px;
}

.contact-note {
  max-width: 680px;
}

.featured-contact {
  min-height: 260px;
  display: grid;
  align-content: center;
}

.featured-contact h1 {
  max-width: 740px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 3.8vw, 3.6rem);
  line-height: 1.08;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 24px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.contact-links {
  display: grid;
  gap: 14px;
}

.contact-links a {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 3px 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--muted);
  font-weight: 700;
}

.contact-links strong {
  color: var(--text);
}

.contact-icon {
  grid-row: span 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(183, 141, 71, 0.14);
  color: var(--gold-deep);
  font-weight: 900;
}

.contact-icon svg {
  width: 22px;
  height: 22px;
}

.social-strip {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.82);
  box-shadow: var(--shadow);
}

.whatsapp-flow {
  width: min(1160px, 100%);
  margin: 0 auto;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.86);
  box-shadow: var(--shadow);
}

.whatsapp-flow h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 3rem);
}

.whatsapp-flow p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.7;
}

.social-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-menu a {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
  color: var(--gold-deep);
  font-weight: 900;
}

.social-menu a span {
  display: grid;
  place-items: center;
}

.social-menu svg {
  width: 20px;
  height: 20px;
}

.social-menu strong {
  display: none;
}

.large-social {
  justify-content: flex-start;
}

.large-social a {
  width: auto;
  min-width: 150px;
  height: 54px;
  grid-auto-flow: column;
  gap: 10px;
  padding: 0 18px;
  border-radius: 999px;
}

.large-social strong {
  display: inline;
  color: var(--text);
}

.catalog-detail-hero {
  position: relative;
  isolation: isolate;
  min-height: 58vh;
  display: grid;
  place-items: end start;
  padding: 90px 20px;
  background: var(--page-bg) center / cover no-repeat;
}

.catalog-detail-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 250, 241, 0.9), rgba(255, 250, 241, 0.62));
  content: "";
}

.catalog-detail-card {
  width: min(760px, 100%);
  margin-left: max(0px, calc((100vw - 1160px) / 2));
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.84);
  box-shadow: var(--shadow);
}

.catalog-detail-card h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 1.04;
}

.catalog-detail-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.portfolio-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.catalog-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 36px;
}

.whatsapp-button {
  gap: 10px;
}

.text-page {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: 36px;
}

.package-card li::marker {
  color: var(--gold-deep);
}

.project-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: min(980px, 100%);
  margin: 0 auto 30px;
}

.project-filters button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.84);
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
}

.project-filters button.is-active,
.project-filters button:focus-visible,
.project-filters button:hover {
  background: rgba(183, 141, 71, 0.16);
  color: var(--gold-deep);
  outline: none;
}

.mini-label {
  margin: 0 0 8px !important;
  color: var(--gold-deep) !important;
  font-size: 0.76rem !important;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.before-after-section {
  background:
    linear-gradient(rgba(255, 250, 241, 0.9), rgba(255, 250, 241, 0.9)),
    url("assets/services/transformations/living-room-transformation.png") center / cover no-repeat;
}

.before-after-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  width: min(980px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.before-after-card div {
  position: relative;
  background: var(--paper-solid);
}

.before-after-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.before-after-card span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.88);
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-cta {
  padding: 90px 20px;
  background:
    linear-gradient(rgba(255, 250, 241, 0.82), rgba(255, 250, 241, 0.9)),
    url("assets/luxury-bedroom-footer.png") center / cover no-repeat;
  text-align: center;
}

.final-cta > div {
  width: min(920px, 100%);
  margin: 0 auto;
}

.final-cta h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.3rem, 5vw, 5rem);
  line-height: 1.05;
}

.final-cta p:not(.eyebrow) {
  max-width: 700px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.site-footer {
  position: relative;
  isolation: isolate;
  border-top: 1px solid var(--line);
  background: url("assets/luxury-bedroom-footer.png") center / cover no-repeat;
}

.site-footer::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 250, 241, 0.72);
  content: "";
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 1fr;
  gap: 32px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0;
}

.footer-title {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-menu {
  display: grid;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu a {
  justify-content: flex-start;
  padding-left: 0;
}

.footer-copy {
  max-width: 340px;
  color: var(--muted);
  line-height: 1.7;
}

.small-copy {
  font-size: 0.92rem;
}

.footer-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  margin-top: 18px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  color: var(--gold-deep);
  font-weight: 900;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(143, 107, 50, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, #d6b56f, #b78d47);
  color: #2c2117;
  box-shadow: var(--shadow);
  font-weight: 900;
}

.floating-whatsapp svg,
.footer-whatsapp svg,
.whatsapp-flow .primary-button svg {
  width: 20px;
  height: 20px;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.8);
  padding: 20px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 960px) {
  .photo-grid,
  .process-grid,
  .showcase-grid,
  .simple-card-grid,
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-layout,
  .contact-layout,
  .contact-shell,
  .about-card {
    grid-template-columns: 1fr;
  }

  .about-points,
  .portfolio-grid,
  .service-detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-bar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 1080px) {
  .menu-toggle {
    display: grid;
  }

  .menu {
    position: fixed;
    top: 92px;
    right: 18px;
    left: 18px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 116px);
    overflow-y: auto;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 250, 241, 0.97);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .menu a {
    justify-content: center;
  }

  .has-submenu,
  .submenu-trigger {
    width: 100%;
  }

  .submenu {
    position: static;
    display: grid;
    min-width: 0;
    margin-top: 6px;
    padding: 8px;
    border-radius: 8px;
    background: rgba(183, 141, 71, 0.08);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .submenu a {
    justify-content: center;
    font-size: 0.92rem;
  }

  .page-hero {
    min-height: auto;
    padding: 84px 20px;
  }

  .content-section {
    padding: 66px 20px;
  }

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

@media (max-width: 620px) {
  .photo-grid,
  .process-grid,
  .about-points,
  .portfolio-grid,
  .showcase-grid,
  .simple-card-grid,
  .values-grid,
  .service-detail-list,
  .before-after-card {
    grid-template-columns: 1fr;
  }

  .trust-bar {
    grid-template-columns: 1fr 1fr;
  }

  .page-hero-content h1 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }

  .home-hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.85rem);
  }

  .brand {
    font-size: 1.18rem;
  }

  .brand-logo {
    width: min(190px, 56vw);
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 48px;
    padding: 0 14px;
  }

  .floating-whatsapp span {
    display: none;
  }
}
