/*
Theme Name: MuseeWear
Theme URI: https://www.MuseeWear.online
Author: MuseeWear
Author URI: https://www.MuseeWear.online
Description: Deutsche Modegalerie in Oberdambach — E-Commerce WordPress-Theme mit Unsplash-Bildern. Menüs: Startseite, Über uns, Leistungen, Kontakt.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: museewear
Tags: e-commerce, custom-menu, featured-images, translation-ready, fashion
*/

:root {
  --bone: #f3ece1;
  --paper: #faf6ef;
  --stone: #e7ddd0;
  --espresso: #1a1410;
  --ink: #2a221c;
  --oxblood: #7a1f2b;
  --oxblood-hot: #9a2a38;
  --copper: #b8734a;
  --gold: #c4a574;
  --muted: #6e655c;
  --line: rgba(26, 20, 16, 0.12);
  --shadow: 0 28px 64px rgba(26, 20, 16, 0.16);
  --header-h: 86px;
  --font-display: "Bodoni Moda", "Times New Roman", serif;
  --font-body: "Outfit", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  background: var(--bone);
  color: var(--espresso);
  line-height: 1.65;
  overflow-x: hidden;
}

body.nav-open,
body.drawer-open,
body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font-family: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

h1,
h2,
h3,
.logo-name {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--oxblood);
}

.eyebrow-light {
  color: var(--gold);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.btn-ink {
  background: var(--espresso);
  color: var(--paper);
}

.btn-ink:hover {
  background: var(--oxblood);
}

.btn-copper {
  background: var(--copper);
  color: #fff;
  border: 0;
}

.btn-ghost,
.btn-line {
  background: transparent;
  border-color: var(--espresso);
  color: var(--espresso);
}

.btn-ghost:hover,
.btn-line:hover {
  background: var(--espresso);
  color: var(--paper);
}

.btn-block {
  width: 100%;
}

.ticket-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 28px;
  background: var(--espresso);
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(196, 165, 116, 0.35);
}

.ticket-bar a:hover {
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(243, 236, 225, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(26, 20, 16, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  min-height: var(--header-h);
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-mark {
  width: 46px;
  height: 46px;
  color: var(--oxblood);
}

.logo-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-name {
  font-size: 22px;
}

.logo-tag {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-list {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
}

.primary-nav a.is-active::after,
.primary-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background: var(--oxblood);
}

.primary-nav {
  margin-left: auto;
}

.nav-mobile-meta {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.icon-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--espresso);
  cursor: pointer;
}

.icon-btn svg {
  width: 22px;
  height: 22px;
}

.icon-btn .count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 99px;
  background: var(--oxblood);
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 1.5px;
  margin: 5px auto;
  background: var(--espresso);
}

.hero {
  display: grid;
  grid-template-columns: 0.7fr 1.15fr 0.95fr;
  gap: 28px;
  align-items: stretch;
  min-height: calc(100vh - 120px);
  padding: 28px 28px 48px;
  position: relative;
}

.hero-spine {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  align-self: center;
  font-size: 12px;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-stage {
  position: relative;
  min-height: 560px;
}

.hero-frame {
  margin: 0;
  background: var(--paper);
  padding: 10px 10px 36px;
  box-shadow: var(--shadow);
}

.hero-frame img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
}

.hero-frame figcaption {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-frame--main {
  height: 100%;
}

.hero-frame--side {
  position: absolute;
  width: 42%;
  right: -8%;
  bottom: 8%;
  transform: rotate(3.5deg);
  z-index: 2;
}

.hero-plaque {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 48px 40px;
  align-self: center;
  box-shadow: var(--shadow);
}

.hero-plaque h1 {
  margin: 0 0 16px;
  font-size: clamp(48px, 6vw, 84px);
}

.hero-lead {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.hero-meta dt {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-meta dd {
  margin: 4px 0 0;
  font-family: var(--font-display);
  font-size: 18px;
}

.section,
.rooms,
.about,
.service {
  padding: 88px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 40px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
}

.section-note {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
}

.room-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 14px;
}

.room-tile {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: var(--espresso);
  color: #fff;
}

.room-tile.is-wide {
  grid-row: 1 / span 2;
}

.room-tile img {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}

.room-tile:hover img {
  transform: scale(1.06);
}

.room-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  background: linear-gradient(transparent, rgba(26, 20, 16, 0.82));
  text-align: left;
}

.room-label em {
  display: block;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.room-label strong {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  margin: 4px 0;
}

.room-label small {
  color: rgba(250, 246, 239, 0.82);
}

.shop-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
}

.filter-label {
  margin: 0 0 12px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

.filter-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-row button {
  text-align: left;
  border: 0;
  background: transparent;
  padding: 8px 0;
  cursor: pointer;
  color: var(--muted);
  border-bottom: 1px solid transparent;
}

.filter-row button.is-active,
.filter-row button:hover {
  color: var(--espresso);
  border-bottom-color: var(--oxblood);
}

.filter-extra {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.filter-extra label,
.contact-form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.filter-extra select,
.contact-form input,
.contact-form textarea,
.contact-form select,
.drawer input,
.checkout input,
.checkout select,
.news-form input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--espresso);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-card.is-hidden {
  display: none;
}

.product-media {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: var(--stone);
  cursor: pointer;
  overflow: hidden;
}

.product-media img {
  width: 100%;
  aspect-ratio: 3 / 4;
}

.product-media .img-b {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.product-media:hover .img-b {
  opacity: 1;
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 10px;
  background: var(--oxblood);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card-copy {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 8px;
  padding: 14px 2px 0;
}

.product-card-copy button {
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

.card-inv {
  display: block;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}

.product-card-copy h3 {
  margin: 0 0 4px;
  font-size: 20px;
}

.product-card-copy s {
  color: var(--muted);
  margin-left: 8px;
}

.wish-mini {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  color: var(--oxblood);
}

.wish-mini.is-on {
  color: var(--oxblood);
}

.shop-empty {
  margin-top: 24px;
  color: var(--muted);
}

.quote-band {
  background: var(--espresso);
  color: var(--paper);
  padding: 72px 0;
}

.quote-band blockquote {
  margin: 0;
  max-width: 760px;
}

.quote-band p {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-style: italic;
  line-height: 1.25;
}

.quote-band cite {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.about-hero {
  margin: 0 0 48px;
  position: relative;
}

.about-hero img {
  width: 100%;
  height: min(62vh, 560px);
  object-fit: cover;
}

.about-hero figcaption {
  position: absolute;
  left: 28px;
  bottom: 20px;
  color: #fff;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
}

.about-story h2 {
  font-size: clamp(32px, 4vw, 48px);
  max-width: 720px;
}

.about-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr;
  gap: 28px;
  margin: 36px 0;
  color: var(--ink);
}

.about-cols blockquote {
  margin: 0;
  padding: 24px;
  border-left: 2px solid var(--oxblood);
  font-family: var(--font-display);
  font-size: 24px;
  font-style: italic;
}

.about-timeline {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.about-timeline li {
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.about-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-thumbs img {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.service {
  background: var(--paper);
}

.service-stack {
  display: grid;
  gap: 22px;
}

.service-board {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  background: var(--bone);
  border: 1px solid var(--line);
  overflow: hidden;
}

.service-board:nth-child(even) {
  grid-template-columns: 1fr 1.1fr;
}

.service-board:nth-child(even) figure {
  order: 2;
}

.service-board img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  aspect-ratio: 5 / 4;
}

.service-board div {
  padding: 40px 36px;
}

.service-board span {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--oxblood);
}

.service-board h3 {
  margin: 8px 0 12px;
  font-size: 34px;
}

.service-board em {
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--copper);
}

.contact-band {
  background: var(--espresso);
  color: var(--paper);
  padding: 80px 0 48px;
}

.contact-cards {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.contact-cards li {
  padding: 18px;
  border: 1px solid rgba(196, 165, 116, 0.28);
}

.contact-cards span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.contact-form-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  padding: 48px 0 96px;
}

.contact-form {
  background: var(--paper);
  padding: 36px;
  border: 1px solid var(--line);
}

.contact-form h3 {
  margin-top: 0;
  font-size: 32px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-status {
  min-height: 1.4em;
  color: var(--oxblood);
}

.contact-map {
  margin: 0;
  background: var(--paper);
  padding: 12px 12px 40px;
  box-shadow: var(--shadow);
}

.contact-map img {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.contact-map figcaption {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-footer {
  background: var(--ink);
  color: #d8cfc3;
  padding: 64px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
  gap: 32px;
}

.footer-logo {
  color: var(--paper);
  margin-bottom: 16px;
}

.news-form {
  display: flex;
  gap: 8px;
  margin: 18px 0;
}

.socials,
.footer-links,
.footer-contact {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.socials {
  grid-auto-flow: column;
  justify-content: start;
}

.footer-col h4 {
  font-family: var(--font-display);
  color: var(--paper);
  margin: 0 0 14px;
}

.footer-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 20, 16, 0.46);
  z-index: 50;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  width: min(420px, 100%);
  height: 100%;
  background: var(--paper);
  padding: 24px;
  overflow: auto;
  box-shadow: var(--shadow);
}

.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-list {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.drawer-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: center;
}

.drawer-item img {
  width: 72px;
  height: 90px;
}

.drawer-item h4 {
  margin: 0 0 4px;
  font-size: 16px;
}

.qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty button {
  width: 28px;
  height: 28px;
  border: 1px solid var(--line);
  background: var(--bone);
  cursor: pointer;
}

.cart-foot {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.product-modal,
.checkout {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 24px;
}

.product-modal[hidden],
.checkout[hidden],
.drawer[hidden],
.overlay[hidden] {
  display: none;
}

.product-shell,
.checkout-card {
  width: min(1080px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: var(--paper);
  position: relative;
}

.product-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}

.product-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.gallery-main {
  position: relative;
  background: var(--stone);
  overflow: hidden;
}

.gallery-main img {
  width: 100%;
  aspect-ratio: 3 / 4;
}

.zoom-lens {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid #fff;
  pointer-events: none;
}

.gallery-thumbs {
  display: flex;
  gap: 8px;
  padding: 12px;
}

.gallery-thumbs button {
  width: 64px;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.gallery-thumbs .is-active {
  border-color: var(--oxblood);
}

.gallery-thumbs img {
  width: 64px;
  height: 80px;
}

.zoom-hint {
  margin: 0 12px 12px;
  font-size: 12px;
  color: var(--muted);
}

.product-info {
  padding: 36px 32px;
}

.inventory {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.price-row {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 22px;
  margin: 8px 0 16px;
}

.option-block {
  margin: 16px 0;
}

.swatches,
.size-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.swatch {
  width: 22px;
  height: 22px;
  border-radius: 99px;
  border: 2px solid #fff;
  outline: 1px solid var(--line);
  cursor: pointer;
}

.swatch.is-on {
  outline-color: var(--espresso);
}

.size-pills button {
  min-width: 42px;
  height: 36px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
}

.size-pills .is-on {
  background: var(--espresso);
  color: var(--paper);
}

.product-actions {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.product-meta {
  display: grid;
  gap: 8px;
}

.product-meta dt {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.product-meta dd {
  margin: 0;
}

.checkout-card {
  width: min(560px, 100%);
  padding: 36px 32px;
}

.checkout-summary {
  margin: 16px 0;
  padding: 14px;
  background: var(--bone);
}

.whatsapp-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 45;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
}

.whatsapp-fab svg {
  width: 28px;
  height: 28px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) translateY(20px);
  background: var(--espresso);
  color: #fff;
  padding: 12px 18px;
  opacity: 0;
  pointer-events: none;
  z-index: 80;
  transition: 0.25s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.entry-content {
  padding: 80px 0;
}

.empty-note {
  color: var(--muted);
}

@media (max-width: 980px) {
  .ticket-bar {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 20px 16px 40px;
  }

  .hero-spine {
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
  }

  .hero-frame--side {
    width: 38%;
    right: 8%;
    bottom: -6%;
  }

  .room-mosaic,
  .product-grid,
  .about-cols,
  .about-timeline,
  .about-thumbs,
  .contact-cards,
  .footer-grid,
  .shop-layout,
  .contact-form-wrap,
  .product-shell,
  .service-board,
  .service-board:nth-child(even) {
    grid-template-columns: 1fr 1fr;
  }

  .room-tile.is-wide,
  .service-board:nth-child(even) figure {
    grid-row: auto;
    order: 0;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    background: var(--paper);
    padding: 24px;
    display: none;
    border-bottom: 1px solid var(--line);
  }

  .primary-nav.is-open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    gap: 16px;
  }

  .nav-mobile-meta {
    display: grid;
    gap: 8px;
    margin-top: 20px;
  }
}

@media (max-width: 700px) {
  .hero-meta,
  .form-row,
  .room-mosaic,
  .product-grid,
  .about-cols,
  .about-timeline,
  .about-thumbs,
  .contact-cards,
  .footer-grid,
  .shop-layout,
  .contact-form-wrap,
  .product-shell,
  .service-board,
  .service-board:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .hero-plaque {
    padding: 28px 22px;
  }

  .footer-bar,
  .section-head {
    flex-direction: column;
    align-items: start;
  }
}
