:root {
  color-scheme: light;
  --paper: #fbf4e8;
  --paper-deep: #efe0c9;
  --leaf: #233d1f;
  --leaf-soft: #647046;
  --berry: #761816;
  --seal: #9b1f18;
  --gold: #c69a45;
  --ink: #1f2019;
  --muted: #67614f;
  --line: rgba(35, 61, 31, 0.16);
  --surface: rgba(255, 250, 240, 0.72);
  --radius: 18px;
  --shadow: 0 28px 80px rgba(35, 30, 20, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96) 0%, rgba(251, 244, 232, 0.98) 42%, rgba(239, 224, 201, 0.88) 100%);
  font-family: "Aptos", "Segoe UI", system-ui, sans-serif;
}

body::before,
body::after {
  display: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

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

.page-sentinel {
  position: absolute;
  top: 0;
  width: 1px;
  height: 1px;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 18px;
  width: calc(100% - clamp(24px, 4vw, 64px));
  min-height: 68px;
  margin: 16px auto 0;
  padding: 9px 10px 9px 14px;
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 18px 54px rgba(44, 38, 27, 0.12);
  backdrop-filter: blur(20px);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 240, 0.94);
  box-shadow: 0 18px 64px rgba(44, 38, 27, 0.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--leaf);
  font-weight: 800;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border: 1px solid rgba(35, 61, 31, 0.18);
  border-radius: 50%;
}

.brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: rgba(35, 61, 31, 0.06);
  border: 1px solid rgba(35, 61, 31, 0.08);
  border-radius: 999px;
}

.nav-links a {
  padding: 10px 14px;
  color: var(--muted);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--paper);
  background: var(--leaf);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: rgba(118, 24, 22, 0.08);
  border: 1px solid rgba(118, 24, 22, 0.12);
  border-radius: 999px;
}

.language-switcher button {
  min-width: 42px;
  min-height: 38px;
  padding: 0 10px;
  color: var(--berry);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0;
}

.language-switcher button.active,
.language-switcher button:hover {
  color: #fff8ed;
  background: var(--berry);
}

.mobile-language {
  display: none;
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.nav-cta,
.btn-primary {
  color: #fff8ed;
  background: var(--berry);
  box-shadow: 0 14px 34px rgba(118, 24, 22, 0.22);
}

.btn-secondary {
  color: var(--leaf);
  background: rgba(255, 250, 240, 0.7);
  border-color: rgba(35, 61, 31, 0.22);
}

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

.btn:active,
.nav-cta:active {
  transform: translateY(1px) scale(0.99);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

[dir="rtl"] body {
  text-align: right;
}

[dir="rtl"] .hero,
[dir="rtl"] .redesigned-shop-hero {
  justify-content: end;
}

[dir="rtl"] .site-footer {
  direction: rtl;
}

[dir="rtl"] .brand,
[dir="rtl"] .hero-actions {
  flex-direction: row-reverse;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 900px);
  justify-content: start;
  align-items: center;
  width: calc(100% - clamp(24px, 4vw, 64px));
  min-height: min(760px, calc(100dvh - 88px));
  margin: 0 auto;
  padding: clamp(46px, 7vw, 86px) 0 72px;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  top: clamp(54px, 9vw, 98px);
  right: clamp(-220px, -10vw, -82px);
  z-index: -2;
  width: clamp(430px, 47vw, 690px);
  aspect-ratio: 1.12;
  content: "";
  border: 1px solid rgba(35, 61, 31, 0.14);
  border-radius: 42px;
  background:
    radial-gradient(circle at 78% 23%, rgba(118, 24, 22, 0.78) 0 18px, transparent 19px),
    radial-gradient(circle at 68% 74%, rgba(155, 31, 24, 0.2) 0 54px, transparent 56px),
    linear-gradient(90deg, rgba(35, 61, 31, 0.14) 0 30%, transparent 30%),
    linear-gradient(rgba(103, 97, 79, 0.18) 0 0) 39% 34% / 42% 2px no-repeat,
    linear-gradient(rgba(103, 97, 79, 0.15) 0 0) 39% 43% / 50% 2px no-repeat,
    linear-gradient(rgba(103, 97, 79, 0.13) 0 0) 39% 52% / 36% 2px no-repeat,
    linear-gradient(135deg, rgba(255, 250, 240, 0.9), rgba(239, 224, 201, 0.64)),
    url("assets/asset-landing-hero-bg-v2.png") center / cover;
  box-shadow:
    -34px 34px 0 rgba(255, 250, 240, 0.44),
    -68px 68px 0 rgba(35, 61, 31, 0.08),
    var(--shadow);
  opacity: 0.86;
  transform: rotate(-7deg);
}

.hero::after {
  position: absolute;
  right: clamp(18px, 9vw, 140px);
  bottom: clamp(52px, 10vw, 120px);
  z-index: -1;
  width: clamp(160px, 19vw, 250px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(198, 154, 69, 0.4);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(118, 24, 22, 0.88) 0 38%, transparent 39%),
    radial-gradient(circle at 50% 50%, rgba(198, 154, 69, 0.42) 0 48%, transparent 49%),
    radial-gradient(circle at 50% 50%, rgba(155, 31, 24, 0.78) 0 62%, transparent 63%),
    conic-gradient(from 10deg, rgba(118, 24, 22, 0.72), rgba(155, 31, 24, 0.95), rgba(118, 24, 22, 0.72));
  box-shadow: 0 28px 68px rgba(118, 24, 22, 0.22);
  opacity: 0.5;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.kicker {
  margin: 0 0 14px;
  color: var(--berry);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 20px;
  color: var(--leaf);
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.96;
}

h1 {
  max-width: 760px;
  font-size: clamp(3.5rem, 9vw, 7.8rem);
}

h2 {
  font-size: clamp(2.3rem, 5.8vw, 5.4rem);
}

h3 {
  margin-bottom: 10px;
  color: var(--leaf);
  font-size: 1.18rem;
  line-height: 1.15;
}

p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.7;
}

.hero-copy > p:not(.kicker),
.shop-heading p,
.showcase-copy p,
.contact-copy p {
  max-width: 60ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.section {
  width: calc(100% - clamp(24px, 4vw, 64px));
  margin: 0 auto;
  padding: 92px 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(32px, 5vw, 70px);
  align-items: start;
}

.section-copy {
  position: sticky;
  top: 116px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.feature {
  min-height: 250px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(35, 30, 20, 0.08);
  backdrop-filter: blur(14px);
}

.feature:first-child {
  grid-row: span 2;
  min-height: 516px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background:
    linear-gradient(180deg, rgba(35, 61, 31, 0.08), rgba(255, 250, 240, 0.82)),
    url("assets/house-of-invites-logo.jpg") center 24% / 82% no-repeat,
    rgba(255, 250, 240, 0.68);
}

.feature span,
.timeline-item span {
  display: inline-flex;
  margin-bottom: 32px;
  color: var(--berry);
  font-size: 0.78rem;
  font-weight: 950;
}

.showcase-band {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(35, 61, 31, 0.94), rgba(19, 31, 17, 0.94)),
    url("assets/botanical-background.svg") center / cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.showcase-band h2,
.showcase-band p,
.showcase-band .kicker {
  color: #fff8ed;
}

.showcase-band p {
  opacity: 0.78;
}

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

.mini-product,
.product-art {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  min-height: 210px;
  padding: 18px;
  color: #fff8ed;
  border-radius: var(--radius);
  box-shadow: inset 0 -80px 90px rgba(20, 15, 12, 0.42);
  font-weight: 950;
}

.mini-product::before,
.product-art::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  transition: transform 0.5s ease;
}

.mini-product:hover::before,
.preview-card:hover .product-art::before {
  transform: scale(1.05);
}

.botanical::before {
  background:
    radial-gradient(circle at 70% 32%, rgba(118, 24, 22, 0.78) 0 18px, transparent 19px),
    linear-gradient(135deg, rgba(35, 61, 31, 0.82), rgba(255, 250, 240, 0.14)),
    url("assets/house-of-invites-logo.jpg") center / cover;
}

.zellige::before {
  background:
    linear-gradient(45deg, transparent 0 42%, rgba(198, 154, 69, 0.78) 43% 56%, transparent 57%),
    repeating-linear-gradient(135deg, rgba(35, 61, 31, 0.72) 0 18px, rgba(118, 24, 22, 0.62) 18px 36px),
    url("assets/theme-zellige-love.jpg") center / cover;
}

.blush::before {
  background:
    linear-gradient(180deg, rgba(118, 24, 22, 0.08), rgba(35, 61, 31, 0.24)),
    url("assets/blush-bloom-background.png") center / cover;
}

.noir::before {
  background:
    linear-gradient(180deg, rgba(19, 18, 14, 0.15), rgba(19, 18, 14, 0.78)),
    url("assets/asset-corporate-event-bg.png") center / cover;
}

.pearl::before {
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.86), rgba(198, 154, 69, 0.18)),
    url("assets/asset-invite-hero-bg.png") center / cover;
  filter: saturate(0.7) brightness(1.04);
}

.henna::before {
  background:
    linear-gradient(135deg, rgba(118, 24, 22, 0.28), rgba(198, 154, 69, 0.28)),
    url("assets/theme-henna-glow.jpg") center / cover;
}

.garden::before {
  background:
    linear-gradient(135deg, rgba(35, 61, 31, 0.48), rgba(255, 250, 240, 0.12)),
    url("assets/asset-invite-shop-bg.png") center / cover;
}

.process .section-copy {
  position: static;
  max-width: 760px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.timeline-item {
  min-height: 220px;
  padding: 22px;
  background: rgba(255, 250, 240, 0.68);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-bottom: 36px;
  padding: 34px;
  background: rgba(255, 250, 240, 0.7);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-art {
  overflow: hidden;
  display: block;
  min-height: 390px;
  border-radius: var(--radius);
  background: rgba(35, 61, 31, 0.08);
}

.contact-art img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  border-radius: inherit;
}

.shop-hero {
  width: calc(100% - clamp(24px, 4vw, 64px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 110px) 0 42px;
}

.shop-heading {
  max-width: 880px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: calc(100% - clamp(24px, 4vw, 64px));
  margin: 0 auto;
}

.preview-grid {
  align-items: stretch;
}

.preview-card {
  overflow: hidden;
  background: rgba(255, 250, 240, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 20px 58px rgba(35, 30, 20, 0.1);
}

.wide-preview {
  grid-column: span 2;
}

.tall-preview {
  grid-row: span 2;
}

.preview-trigger {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.preview-trigger:focus-visible {
  outline: 3px solid rgba(118, 24, 22, 0.34);
  outline-offset: 4px;
}

.product-art {
  min-height: 260px;
  border-radius: 0;
  box-shadow: inset 0 -92px 100px rgba(20, 15, 12, 0.5);
}

.tall-preview .product-art {
  min-height: 430px;
}

.wide-preview .product-art {
  min-height: 300px;
}

.product-art span {
  position: relative;
  z-index: 1;
  font-family: Georgia, serif;
  font-size: 1.9rem;
  line-height: 1;
}

.preview-copy {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.preview-copy strong {
  color: var(--leaf);
  font-family: Georgia, serif;
  font-size: 1.55rem;
  line-height: 1;
}

.preview-copy small {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.packs-section {
  width: calc(100% - clamp(24px, 4vw, 64px));
  margin: 42px auto 64px;
  padding: 34px;
  background: rgba(35, 61, 31, 0.08);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.packs-heading {
  max-width: 760px;
}

.packs-heading h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.pack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.pack-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 310px;
  padding: 24px;
  background: rgba(255, 250, 240, 0.7);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(35, 30, 20, 0.08);
}

.pack-card p {
  margin: 0;
  color: var(--berry);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pack-card h3 {
  margin: 0;
  color: var(--leaf);
  font-family: Georgia, serif;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 0.9;
}

.pack-card span {
  color: var(--muted);
  font-weight: 750;
  line-height: 1.5;
}

.pack-card .btn {
  width: 100%;
  margin-top: auto;
}

.featured-pack {
  color: #fff8ed;
  background:
    linear-gradient(135deg, rgba(118, 24, 22, 0.94), rgba(35, 61, 31, 0.9)),
    url("assets/botanical-background.svg") center / cover;
}

.featured-pack p,
.featured-pack h3,
.featured-pack span {
  color: #fff8ed;
}

.corporate-pack {
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.78), rgba(35, 61, 31, 0.12)),
    url("assets/asset-corporate-event-bg.png") center / cover;
}

.preview-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(31, 32, 25, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.preview-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.preview-dialog {
  position: relative;
  width: min(860px, 100%);
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.preview-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  min-height: 40px;
  padding: 0 14px;
  color: #fff8ed;
  background: var(--berry);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
}

.preview-large {
  min-height: min(68vh, 620px);
  border-radius: calc(var(--radius) - 4px);
}

.preview-dialog p {
  margin: 16px 4px 4px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 520px) auto;
  gap: 18px;
  align-items: center;
  width: calc(100% - clamp(24px, 4vw, 64px));
  margin: 0 auto;
  padding: 34px 0 46px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  font-size: 0.95rem;
}

.site-footer > a:last-child {
  color: var(--berry);
  font-weight: 900;
}

.footer-brand img {
  width: 38px;
  height: 38px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: no-preference) {
  .reveal:nth-child(2) {
    transition-delay: 0.06s;
  }

  .reveal:nth-child(3) {
    transition-delay: 0.12s;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.96) 0%, rgba(251, 244, 232, 0.98) 42%, rgba(239, 224, 201, 0.88) 100%);
  }

  .site-header,
  .mobile-menu,
  .feature,
  .timeline-item,
  .contact-panel,
  .preview-card,
  .preview-dialog {
    background: var(--surface);
  }

  .nav-links {
    background: rgba(246, 237, 220, 0.08);
  }

  .btn-secondary {
    color: var(--ink);
    background: rgba(246, 237, 220, 0.08);
    border-color: rgba(246, 237, 220, 0.2);
  }

  .feature:first-child {
    background:
      linear-gradient(180deg, rgba(35, 61, 31, 0.16), rgba(31, 34, 25, 0.86)),
      url("assets/house-of-invites-logo.jpg") center 24% / 82% no-repeat,
      rgba(31, 34, 25, 0.68);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .nav-links {
    display: none;
  }

  .site-header > .language-switcher {
    padding: 3px;
  }

  .site-header > .language-switcher button {
    min-width: 36px;
    min-height: 36px;
    padding: 0 8px;
  }

  .menu-toggle {
    display: grid;
    gap: 5px;
    width: 46px;
    height: 46px;
    place-content: center;
    background: var(--leaf);
    border: 0;
    border-radius: 50%;
  }

  .menu-toggle span {
    width: 19px;
    height: 2px;
    background: var(--paper);
  }

  .mobile-menu {
    position: fixed;
    top: 92px;
    left: 50%;
    z-index: 19;
    width: min(380px, calc(100% - 32px));
    padding: 12px;
    background: rgba(255, 250, 240, 0.96);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transform: translate(-50%, -12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .mobile-menu.open {
    display: grid;
    gap: 6px;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .mobile-menu a {
    padding: 14px 12px;
    border-radius: 12px;
    font-weight: 900;
  }

  .mobile-menu a:hover {
    color: #fff8ed;
    background: var(--berry);
  }

  .mobile-language {
    display: flex;
    justify-content: center;
    margin-top: 6px;
  }

  .hero,
  .split-section,
  .showcase-band,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 62px;
  }

  .hero::before {
    top: 76px;
    right: -260px;
    width: 560px;
    opacity: 0.42;
  }

  .hero::after {
    right: -20px;
    bottom: 38px;
    width: 150px;
    opacity: 0.26;
  }

  .section-copy {
    position: static;
  }

  .timeline,
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wide-preview,
  .tall-preview {
    grid-column: span 1;
    grid-row: span 1;
  }

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

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

@media (max-width: 680px) {
  .site-header {
    top: 10px;
    gap: 8px;
    width: calc(100% - 20px);
    margin-top: 10px;
    padding-inline: 10px;
  }

  .brand span {
    max-width: 124px;
  }

  .site-header > .language-switcher button {
    min-width: 32px;
    min-height: 34px;
    padding: 0 6px;
    font-size: 0.74rem;
  }

  .nav-cta {
    display: none;
  }

  h1 {
    font-size: clamp(3.1rem, 16vw, 5.2rem);
  }

  .hero::before {
    right: -330px;
    width: 540px;
    opacity: 0.28;
  }

  .hero::after {
    opacity: 0.18;
  }

  .feature-grid,
  .mini-shop,
  .timeline,
  .shop-grid {
    grid-template-columns: 1fr;
  }

  .feature:first-child {
    min-height: 360px;
  }

  .showcase-band,
  .contact-panel,
  .packs-section {
    padding: 24px;
  }

  .section {
    padding: 64px 0;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Shop redesign */
.shop-page {
  --shop-ink: #172015;
  --shop-green: #263d24;
  --shop-moss: #6b7650;
  --shop-red: #841d19;
  --shop-paper: #fff8ec;
  --shop-clay: #d9c6a8;
}

.redesigned-shop-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.48fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: end;
  padding: clamp(58px, 8vw, 108px) 0 36px;
}

.redesigned-shop-hero::before {
  position: absolute;
  right: -12%;
  bottom: 8px;
  z-index: -1;
  width: min(520px, 48vw);
  aspect-ratio: 1.25;
  content: "";
  border: 1px solid rgba(38, 61, 36, 0.13);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(38, 61, 36, 0.1), transparent 32%),
    linear-gradient(rgba(103, 97, 79, 0.15) 0 0) 46% 34% / 42% 2px no-repeat,
    linear-gradient(rgba(103, 97, 79, 0.12) 0 0) 46% 43% / 50% 2px no-repeat,
    linear-gradient(135deg, rgba(255, 248, 236, 0.92), rgba(217, 198, 168, 0.54)),
    url("assets/asset-invite-shop-bg.png") center / cover;
  box-shadow: -28px 28px 0 rgba(38, 61, 36, 0.08);
  opacity: 0.72;
  transform: rotate(-5deg);
}

.redesigned-shop-hero h1 {
  max-width: 820px;
  font-size: clamp(3.25rem, 7vw, 6.5rem);
}

.shop-hero-note {
  display: grid;
  gap: 10px;
  align-self: center;
}

.shop-hero-note span {
  display: block;
  padding: 15px 16px;
  color: var(--shop-green);
  background: rgba(255, 248, 236, 0.68);
  border: 1px solid rgba(38, 61, 36, 0.14);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(35, 30, 20, 0.06);
}

.invitation-studio {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.48fr);
  gap: 18px;
  width: calc(100% - clamp(24px, 4vw, 64px));
  margin: 0 auto;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 248, 236, 0.82), rgba(239, 224, 201, 0.58)),
    rgba(255, 248, 236, 0.74);
  border: 1px solid rgba(38, 61, 36, 0.14);
  border-radius: 28px;
  box-shadow: 0 30px 84px rgba(35, 30, 20, 0.13);
}

.studio-preview {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(300px, 0.62fr);
  gap: 18px;
  min-height: 520px;
}

.studio-frame {
  display: grid;
  min-height: 100%;
  padding: clamp(16px, 2.5vw, 28px);
  background:
    radial-gradient(circle at 18% 12%, rgba(132, 29, 25, 0.08), transparent 16rem),
    rgba(255, 248, 236, 0.76);
  border: 1px solid rgba(38, 61, 36, 0.12);
  border-radius: 22px;
}

.studio-art {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  min-height: 470px;
  padding: 34px;
  color: #fff8ec;
  border-radius: 18px;
  box-shadow:
    inset 0 -170px 130px rgba(19, 17, 14, 0.55),
    0 24px 58px rgba(35, 30, 20, 0.12);
}

.studio-art::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: var(--preview-background);
  background-position: center;
  background-size: cover;
}

.studio-art span {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.4rem);
  font-weight: 700;
  line-height: 0.88;
}

.studio-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 12px;
  padding: clamp(18px, 3vw, 32px);
  overflow: hidden;
  border: 1px solid rgba(38, 61, 36, 0.12);
  border-radius: 22px;
  background: rgba(255, 248, 236, 0.7);
}

.studio-copy h2 {
  max-width: 100%;
  margin-bottom: 0;
  font-size: clamp(2rem, 3.2vw, 3.8rem);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

.studio-copy p {
  max-width: 100%;
  overflow-wrap: break-word;
}

.preview-selector {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.style-option {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 10px;
  color: var(--shop-ink);
  background: rgba(255, 248, 236, 0.66);
  border: 1px solid rgba(38, 61, 36, 0.12);
  border-radius: 18px;
  cursor: pointer;
  text-align: left;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.style-option:hover,
.style-option.active {
  background: rgba(255, 248, 236, 0.94);
  border-color: rgba(132, 29, 25, 0.34);
  transform: translateY(-2px);
}

.style-option:focus-visible {
  outline: 3px solid rgba(132, 29, 25, 0.28);
  outline-offset: 3px;
}

.style-option strong,
.style-option small {
  display: block;
}

.style-option strong {
  color: var(--shop-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
}

.style-option small {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.35;
}

.style-swatch {
  position: relative;
  overflow: hidden;
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 14px;
  box-shadow: inset 0 -38px 42px rgba(18, 16, 13, 0.4);
}

.style-swatch::before {
  position: absolute;
  inset: 0;
  content: "";
}

.style-swatch::before,
.studio-art.botanical::before,
.studio-art.zellige::before,
.studio-art.blush::before,
.studio-art.noir::before,
.studio-art.pearl::before,
.studio-art.henna::before,
.studio-art.garden::before {
  background: var(--preview-background);
  background-position: center;
  background-size: cover;
}

.botanical {
  --preview-background:
    radial-gradient(circle at 70% 32%, rgba(132, 29, 25, 0.78) 0 18px, transparent 19px),
    linear-gradient(135deg, rgba(38, 61, 36, 0.82), rgba(255, 248, 236, 0.1)),
    url("assets/house-of-invites-logo.jpg");
}

.zellige {
  --preview-background:
    linear-gradient(45deg, transparent 0 42%, rgba(198, 154, 69, 0.78) 43% 56%, transparent 57%),
    repeating-linear-gradient(135deg, rgba(38, 61, 36, 0.72) 0 18px, rgba(132, 29, 25, 0.62) 18px 36px),
    url("assets/theme-zellige-love.jpg");
}

.blush {
  --preview-background:
    linear-gradient(180deg, rgba(132, 29, 25, 0.06), rgba(38, 61, 36, 0.22)),
    url("assets/blush-bloom-background.png");
}

.noir {
  --preview-background:
    linear-gradient(180deg, rgba(19, 18, 14, 0.12), rgba(19, 18, 14, 0.78)),
    url("assets/asset-corporate-event-bg.png");
}

.pearl {
  --preview-background:
    linear-gradient(135deg, rgba(255, 248, 236, 0.82), rgba(198, 154, 69, 0.16)),
    url("assets/asset-invite-hero-bg.png");
}

.henna {
  --preview-background:
    linear-gradient(135deg, rgba(132, 29, 25, 0.24), rgba(198, 154, 69, 0.26)),
    url("assets/theme-henna-glow.jpg");
}

.garden {
  --preview-background:
    linear-gradient(135deg, rgba(38, 61, 36, 0.44), rgba(255, 248, 236, 0.1)),
    url("assets/asset-invite-shop-bg.png");
}

.redesigned-packs {
  margin-top: 52px;
  padding: clamp(22px, 4vw, 38px);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.86), rgba(239, 224, 201, 0.66)),
    url("assets/asset-invite-shop-bg.png") center / cover;
  border: 1px solid rgba(38, 61, 36, 0.14);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(35, 30, 20, 0.11);
}

.redesigned-packs .packs-heading {
  max-width: 760px;
  margin-bottom: 20px;
}

.redesigned-packs .pack-grid {
  grid-template-columns: 0.95fr 1.1fr 0.95fr;
  align-items: stretch;
  gap: 18px;
}

.redesigned-packs .pack-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.9), rgba(255, 248, 236, 0.78)),
    url("assets/asset-order-panel-bg.png") center / cover;
  border-color: rgba(38, 61, 36, 0.14);
  box-shadow: 0 24px 70px rgba(35, 30, 20, 0.1);
}

.redesigned-packs .pack-card::after {
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 170px;
  height: 170px;
  content: "";
  background: radial-gradient(circle, rgba(198, 154, 69, 0.34), rgba(118, 24, 22, 0.18) 45%, transparent 70%);
  border-radius: 999px;
}

.redesigned-packs .pack-card > * {
  position: relative;
  z-index: 1;
}

.redesigned-packs .pack-card h3 {
  font-size: clamp(3rem, 5.2vw, 5.4rem);
}

.redesigned-packs .pack-card small {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.45;
}

.redesigned-packs .featured-pack {
  background:
    linear-gradient(135deg, rgba(38, 61, 36, 0.96), rgba(132, 29, 25, 0.9)),
    url("assets/asset-invite-hero-bg.png") center / cover;
  transform: translateY(-18px);
}

.redesigned-packs .featured-pack small {
  color: rgba(255, 248, 236, 0.82);
}

.redesigned-packs .corporate-pack {
  color: #fff8ec;
  background:
    linear-gradient(135deg, rgba(23, 32, 21, 0.84), rgba(38, 61, 36, 0.62)),
    url("assets/asset-corporate-event-bg.png") center / cover;
}

.redesigned-packs .corporate-pack p,
.redesigned-packs .corporate-pack h3,
.redesigned-packs .corporate-pack span,
.redesigned-packs .corporate-pack small {
  color: #fff8ec;
}

@media (prefers-color-scheme: dark) {
  .invitation-studio,
  .studio-copy,
  .studio-frame,
  .style-option {
    background: rgba(255, 248, 236, 0.82);
  }
}

@media (max-width: 980px) {
  .redesigned-shop-hero,
  .invitation-studio,
  .studio-preview {
    grid-template-columns: 1fr;
  }

  .redesigned-shop-hero::before {
    opacity: 0.34;
  }

  .studio-preview {
    min-height: 0;
  }

  .studio-art {
    min-height: 460px;
  }

  .preview-selector {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .redesigned-packs .featured-pack {
    transform: none;
  }
}

@media (max-width: 680px) {
  .redesigned-shop-hero {
    gap: 20px;
    padding-top: 52px;
  }

  .shop-hero-note {
    gap: 8px;
  }

  .invitation-studio {
    padding: 12px;
    border-radius: 22px;
  }

  .studio-frame {
    padding: 12px;
  }

  .studio-art {
    min-height: 380px;
    padding: 22px;
  }

  .studio-copy {
    padding: 20px;
  }

  .preview-selector,
  .pack-grid {
    grid-template-columns: 1fr;
  }

  .style-option {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .style-swatch {
    width: 68px;
    height: 68px;
  }
}
