


.shell {
  display: block;
  min-height: 100vh;
  background:
    radial-gradient(70rem 34rem at 82% -6rem, var(--brand-coral-wash) 0%, transparent 62%),
    var(--surface-base);
}
.cnt {
  width: min(90%, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.shell-body {
  width: min(90%, 1200px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: max(1rem, 2vw);
}
.shell-main {
  flex: 1 1 34rem;
  min-width: 0;
}
.shell-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--space-3);
}


.bar-note {
  background: var(--surface-inverse);
  color: var(--text-inverse);
  font-size: 0.83rem;
  letter-spacing: 0.02em;
}
.bar-note .cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-1);
  padding: 0.5rem 0;
}
.bar-note a { color: var(--brand-coral-wash); font-weight: 500; }

.hdr {
  padding: var(--space-2) 0 var(--space-1);
}
.hdr-pill {
  width: min(90%, 1200px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  background: var(--surface-raised);
  border: 2px solid var(--brand-coral-wash);
  border-radius: var(--radius-pill);
  padding: 0.55rem 0.75rem 0.55rem 1.1rem;
  box-shadow: 0 10px 28px rgba(76, 5, 25, 0.08);
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex: 0 0 auto;
}
.brand:hover { text-decoration: none; }
.brand img {
  height: 2.4rem;
  width: auto;
}
.brand-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  line-height: 1.1;
}
.brand-tag {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.nav-top ul { gap: 0.15rem; }
.nav-top ul li a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--text-primary);
  border-radius: var(--radius-pill);
}
.nav-top ul li a:hover {
  text-decoration: none;
  color: var(--brand-coral-deep);
}
.nav-top ul li a[aria-current="page"] {
  color: #ffffff;
  background: var(--brand-coral-ink);
}
.nav-x {
  width: 44px;
  height: 44px;
  color: var(--text-secondary);
  border-radius: var(--radius-pill);
}
.nav-x:hover { background: var(--surface-sunken); }
.nav-burger span { border-radius: 2px; }
.nav-burger:hover span { background: var(--brand-coral-deep); }
.bag-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
  background: var(--brand-coral-ink);
  color: #ffffff;
  border-radius: var(--radius-pill);
  padding: 0.55rem 1.05rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.bag-link:hover { background: var(--brand-coral-ink-deep); text-decoration: none; }
.bag-count {
  background: #ffffff;
  color: var(--brand-coral-ink);
  border-radius: var(--radius-pill);
  min-width: 1.35rem;
  padding: 0 0.35rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
}
[data-mm-toggle] { margin-left: 0.35rem; }


.shell-rail {
  flex: 0 0 var(--rail-w);
  position: sticky;
  top: var(--space-2);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.rail-box {
  background: var(--surface-raised);
  border: 2px solid var(--brand-coral-wash);
  border-radius: var(--radius-card);
  padding: var(--space-3);
}
.rail-box h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--space-1);
}
.rail-facts li {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--edge-hairline);
  font-size: 0.9rem;
}
.rail-facts li:last-child { border-bottom: none; }
.rail-facts b { font-family: 'Poppins', sans-serif; color: var(--text-primary); }
.rail-price {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--brand-coral-deep);
  line-height: 1.1;
  margin-bottom: 0.35rem;
}
.rail-was {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-muted);
  text-decoration: line-through;
  margin-left: 0.4rem;
}
.rail-phone {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--action-primary);
  display: block;
}


.sec {
  flex: 1 1 100%;
  padding: var(--space-5) var(--space-3);
  background: var(--surface-base);
  border-radius: var(--radius-card);
}
.sec-half {
  flex: 1 1 calc(50% - 0.5rem);
  min-width: 300px;
}
.sec-tint { background: var(--surface-raised); }
.sec-sunk { background: var(--surface-sunken); }
.sec h2 { margin-bottom: var(--space-3); }
.sec p { margin-bottom: var(--space-2); }
.eyebrow {
  font-family: 'Poppins', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-coral-deep);
  margin-bottom: var(--space-1);
  display: block;
}


.sec-div {
  position: relative;
  height: 0;
  flex: 1 1 100%;
}
.sec-div::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 28px;
  height: 28px;
  background: var(--surface-raised);
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 2px 2px 4px rgba(76, 5, 25, 0.06);
}


.sehe {
  flex: 1 1 100%;
  position: relative;
  min-height: 60vh;
  overflow: hidden;
  border-radius: var(--radius-card);
  text-align: center;
  padding: 6rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(160deg, var(--brand-coral-wash) 0%, var(--surface-sunken) 100%);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.hero-media img.is-ready { opacity: 1; }
.hero-veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 250, 251, 0.9) 0%, rgba(255, 241, 242, 0.78) 48%, rgba(255, 217, 209, 0.86) 100%);
}
.hero-core {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}
.hero-h1 {
  max-width: 18ch;
  margin: 0 auto 1rem;
  font-size: clamp(2.2rem, 5.2vw, 3.2rem);
}
.hero-lead {
  font-size: clamp(1.02rem, 1.7vw, 1.18rem);
  color: var(--text-secondary);
  margin-bottom: var(--space-3);
}
.hero-acts {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-chips {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--space-3);
}
.chip {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--brand-coral-wash);
  border-radius: var(--radius-pill);
  padding: 0.3rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
}


.shell-foot {
  padding: 2rem 1rem 3rem;
}
.foot-card {
  max-width: 1100px;
  margin: 0 auto;
  background: var(--surface-inverse);
  color: var(--brand-coral-wash);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 20px 50px rgba(76, 5, 25, 0.2);
}
.foot-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: var(--space-3);
}
.foot-card h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffb3a3;
  margin-bottom: var(--space-1);
}
.foot-card a { color: var(--brand-coral-wash); font-size: 0.92rem; }
.foot-card a:hover { color: #ffffff; }
.foot-card li { padding: 0.28rem 0; }
.foot-card p { font-size: 0.9rem; }
.foot-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: var(--space-2);
}
.foot-brand img { height: 2.2rem; width: auto; }
.foot-brand span {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: #ffffff;
}
.foot-legal {
  margin-top: var(--space-3);
  padding-top: var(--space-2);
  border-top: 1px solid rgba(255, 217, 209, 0.22);
  font-size: 0.82rem;
  line-height: 1.6;
  color: #f0c8c1;
}
.foot-legal .foot-disc { display: block; margin-bottom: 0.5rem; }
