


.site-header[data-mm-header] {
  --mm-bg: #fffcf7;
  --mm-text: #14283f;
  --mm-primary: #1a4370;
  --mm-overlay-bg: rgba(15, 23, 42, 0.55);
}


.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 5%;
  
  background: var(--bg-primary);
  border-bottom: 2px solid var(--stone-line);
}

.site-header-inner {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4%;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.site-logo {
  flex: 0 0 auto;
  display: block;
}

.site-logo img {
  height: 2.1rem;
  width: auto;
}

.site-nav-tabs {
  display: flex;
  border-bottom: 2px solid var(--rule-soft);
}

.site-nav-tabs a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-secondary);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color var(--tempo), border-color var(--tempo), background var(--tempo);
}

.site-nav-tabs a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.site-nav-tabs a.tab-current {
  color: var(--text-primary);
  border-bottom-color: var(--leaf);
}

.site-toggle {
  margin-left: auto;
}

.site-toggle span {
  border-radius: 2px;
}

.site-close {
  font-family: 'Montserrat', sans-serif;
}

.header-phone {
  flex: 0 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--accent);
  white-space: nowrap;
}


.shop-banner {
  position: relative;
  isolation: isolate;
  min-height: 80vh;
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
  padding: 6% 5% 7%;
}

.shop-banner-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  background:
    radial-gradient(118% 78% at 20% 10%, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0) 56%),
    radial-gradient(86% 62% at 84% 6%, rgba(255, 243, 222, 0.9) 0%, rgba(255, 243, 222, 0) 60%),
    linear-gradient(168deg, #f7efe3 0%, #eddec5 46%, #dfcbab 100%);
}

.shop-banner-media::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background:
    linear-gradient(104deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 18%),
    linear-gradient(104deg, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.42) 33%, rgba(255, 255, 255, 0) 41%);
}

.shop-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 250, 242, 0.3);
}

.shop-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/public/media/hero-linen-plaster.png");
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  pointer-events: none;
}

.shop-banner-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.shop-banner h1 {
  margin-bottom: 1.1rem;
}

.shop-banner-lead {
  font-size: 1.16rem;
  line-height: 1.65;
  color: var(--text-secondary);
  max-width: 68%;
  margin: 0 auto 6%;
}

.shop-banner-figure {
  width: 46%;
  max-width: 380px;
  margin: 0 auto 5%;
  border-radius: var(--edge);
  overflow: hidden;
  box-shadow: var(--lift-mid);
}

.shop-banner-figure img {
  width: 100%;
  display: block;
}

.shop-banner-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3%;
}

.shop-banner-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  margin-top: 5%;
}


.order-band {
  background: linear-gradient(135deg, #16304f 0%, #0d2036 100%);
  padding: 4rem 2rem;
  color: var(--bg-primary);
}

.order-band h2,
.order-band h3 {
  color: #fffcf7;
}

.order-band p {
  color: #e3d8c6;
}

.order-band-grid {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 44%;
  gap: 6%;
  align-items: start;
}

.order-band .form-label {
  color: var(--sand-deep);
}

.order-band .form-input {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(223, 203, 171, 0.55);
}

.order-band .form-consent {
  color: #dcd0bd;
}

.order-band .form-consent a {
  color: #cfe0f2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.order-band .form-hint {
  color: #cabda9;
}

.order-flow-step {
  display: grid;
  grid-template-columns: 12% 1fr;
  gap: 4%;
  padding: 3% 0;
  border-top: 1px solid rgba(251, 246, 238, 0.18);
}

.order-flow-step strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--sand-deep);
}

.order-panel-form {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(251, 246, 238, 0.2);
  border-radius: var(--edge);
  padding: 7%;
}


.side-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 420px;
  max-width: 92vw;
  height: 100vh;
  height: 100dvh;
  z-index: 1300;
  background: var(--bg-primary);
  border-left: 4px solid var(--leaf);
  box-shadow: -18px 0 46px rgba(30, 22, 10, 0.28);
  overflow-y: auto;
  padding: 7% 6%;
  transform: translateX(100%);
  transition: transform 0.32s ease;
}

.side-panel.panel-open {
  transform: translateX(0);
}

.panel-scrim {
  position: fixed;
  inset: 0;
  z-index: 1250;
  background: rgba(15, 23, 42, 0.58);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}

.panel-scrim.scrim-visible {
  opacity: 1;
  visibility: visible;
}

.panel-close {
  position: absolute;
  top: 3%;
  right: 5%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--text-secondary);
  background: none;
  border-radius: 50%;
  transition: background var(--tempo), color var(--tempo);
}

.panel-close:hover {
  background: var(--bg-tertiary);
  color: var(--accent);
}

.panel-heading {
  margin: 6% 0 2%;
  font-size: 1.5rem;
}

.panel-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 6%;
}

@media (prefers-reduced-motion: reduce) {
  .side-panel,
  .panel-scrim {
    transition: none;
  }
  .primary-button-loud {
    animation: none;
  }
}


.site-footer {
  background: var(--ink-deep);
  color: var(--footer-text);
  padding: 1.25rem 1rem;
  font-size: .9rem;
}

.footer-top {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  padding: 3% 0 3.5%;
  border-bottom: 1px solid rgba(251, 246, 238, 0.14);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 5%;
  align-content: start;
}

.footer-links a {
  color: var(--footer-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color var(--tempo), border-color var(--tempo);
}

.footer-links a:hover {
  color: #fffcf7;
  border-bottom-color: var(--sand-deep);
}

.footer-note {
  color: var(--footer-text);
  font-size: 0.88rem;
  line-height: 1.6;
}

.site-footer-row {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
  font-size: .9rem;
  padding: 2.5% 0 0.5%;
}

.site-footer-row a {
  color: var(--footer-text);
}

.site-footer-row a:hover {
  color: #fffcf7;
}

.crumb-reopen {
  background: none;
  color: var(--footer-text);
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(201, 188, 168, 0.5);
  padding: 0;
}

.crumb-reopen:hover {
  color: #fffcf7;
}

@media (max-width: 1024px) {
  .order-band-grid {
    grid-template-columns: 1fr;
    gap: 6% 0;
  }
  .shop-banner-lead { max-width: 88%; }
  .shop-banner-figure { width: 58%; }
}

@media (max-width: 768px) {
  .site-header { padding: 0.85rem 5%; }
  .site-nav-tabs { border-bottom: none; }
  .site-nav-tabs a { border-bottom: 1px solid rgba(0, 0, 0, 0.08); margin-bottom: 0; }
  .header-phone { display: none; }
  .shop-banner { min-height: 100vh; padding: 14% 6% 12%; }
  .shop-banner-figure { width: 78%; }
  .shop-banner-lead { max-width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 6% 0; }
  .site-footer-row { justify-content: flex-start; }
  .side-panel { padding: 12% 7%; }
}


.site-nav {
  align-items: stretch;
}
