:root {
  color-scheme: light;
  --max-width: 1600px;
  --space-xxl: 120px;
  --space-xl: 64px;
  --space-lg: 48px;
  --space-md: 32px;
  --space-sm: 24px;
  --bg: #f5efe6;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --text: #12100e;
  --muted: #6f655d;
  --gold: #b88d36;
  --digital: #2f6f68;
  --digital-soft: #dcefeb;
  --rose: #c56f85;
  --accent: #1d1b19;
  --border: rgba(28, 24, 21, 0.12);
  --shadow: 0 24px 56px rgba(17, 15, 13, 0.08);
  --radius: 28px;
  font-family: 'Inter', system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(17, 15, 13, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(245, 239, 230, 0.86)),
    var(--bg);
  background-size: 84px 84px, auto, auto;
  color: var(--text);
}

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

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

.page-shell {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.container {
  width: min(var(--max-width), calc(100% - 4rem));
  max-width: var(--max-width);
  margin: 0 auto;
  padding-inline: clamp(1.5rem, 3vw, 4rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(20px);
  background: rgba(245, 239, 229, 0.92);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  background: transparent;
}

.brand img {
  display: block;
  max-height: 42px;
  width: auto;
  background: transparent;
}

.footer-logo img {
  display: block;
  max-height: 38px;
  width: auto;
  background: transparent;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex: 1;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.25s ease;
}

.site-nav a:hover {
  color: var(--text);
}

.nav-toggle {
  display: none;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 0.95rem;
  cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: none;
  border-radius: 999px;
  padding: 0.95rem 1.7rem;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--accent);
  color: var(--gold);
  box-shadow: 0 22px 50px rgba(17, 15, 13, 0.12);
}

.button-secondary {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--gold);
}

.button-secondary:hover {
  background: rgba(184, 141, 54, 0.08);
}

.brand-symbol {
  display: inline-flex;
  width: 18px;
  height: 18px;
  object-fit: contain;
  background: transparent;
}

.hero {
  padding: var(--space-xxl) 0 var(--space-xl);
}

.section-hero {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.62), rgba(245, 239, 229, 0.98) 42%, rgba(232, 220, 204, 0.62)),
    rgba(245, 239, 229, 0.98);
}

.section-strong {
  padding: var(--space-xl) 0;
}

.section-light {
  padding: var(--space-xl) 0;
  background: rgba(255, 255, 255, 0.94);
}

.section-editorial,
.section-gallery,
.section-cards,
.section-light,
.branding-section {
  padding: var(--space-xl) 0;
}

.section-editorial {
  position: relative;
  background: rgba(255, 247, 240, 0.96);
  overflow: hidden;
}

.editorial-shell {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr;
  align-items: center;
  gap: 2.5rem;
}

.editorial-copy {
  max-width: 520px;
}

.editorial-copy h2 {
  font-size: clamp(2.6rem, 4vw, 3.6rem);
}

.editorial-visual {
  display: flex;
  justify-content: flex-end;
}

.editorial-image-wrapper {
  position: relative;
  width: 100%;
  min-height: 500px;
  border-radius: 48px;
  overflow: hidden;
  box-shadow: 0 40px 110px rgba(17, 15, 13, 0.12);
}

.editorial-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.96) contrast(1.05);
}

.editorial-image-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(245, 239, 229, 0.45));
  pointer-events: none;
}

.editorial-card {
  position: absolute;
  display: grid;
  gap: 0.75rem;
  padding: 1.6rem 1.4rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 15, 13, 0.08);
  box-shadow: 0 24px 48px rgba(17, 15, 13, 0.08);
}

.editorial-card-top {
  top: 1.8rem;
  left: 1.8rem;
  width: min(58%, 280px);
}

.editorial-card-bottom {
  bottom: 1.8rem;
  right: 1.8rem;
  width: min(46%, 240px);
  transform: translateY(1rem);
}

.card-label {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.editorial-card h3 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.05;
}

.card-detail {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.editorial-shell::before {
  content: '';
  position: absolute;
  top: 2rem;
  left: -12%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(184, 141, 54, 0.09);
  pointer-events: none;
}

.editorial-shell::after {
  content: '';
  position: absolute;
  bottom: 2rem;
  right: 4%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(184, 141, 54, 0.16);
  opacity: 0.75;
  pointer-events: none;
}

.section-gallery {
  padding: 6rem 0;
  background: rgba(251, 247, 241, 0.99);
}

.gallery-shell {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  box-shadow: 0 32px 90px rgba(17, 15, 13, 0.1);
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}

.gallery-image-wrapper {
  position: relative;
  min-height: 520px;
}

.gallery-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-copy {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  max-width: 42rem;
  padding: 1.8rem 1.6rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 15, 13, 0.08);
  box-shadow: 0 18px 38px rgba(17, 15, 13, 0.12);
}

.gallery-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
}

.gallery-copy p {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.branding-section {
  padding: 4rem 0;
  background: var(--bg);
}



.branding-panel {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.branding-frame {
  width: min(1040px, 100%);
  padding: 2.5rem 2rem;
  border-radius: 42px;
  background: var(--bg);
  border: 1px solid var(--border);
  box-shadow: 0 28px 80px rgba(17, 15, 13, 0.06);
}

.branding-banner {
  width: min(880px, 100%);
  height: auto;
  display: block;
}

.hero-grid,
.section-grid,
.mobile-grid,
.editorial-shell {
  display: grid;
  gap: 2.5rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 1fr);
  align-items: start;
}

.editorial-shell {
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 1fr);
  align-items: center;
}

.hero-copy .eyebrow,
.section-header .eyebrow,
.mobile-copy .eyebrow,
.paper-copy .eyebrow {
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.hero h1,
.section-header h2,
.section-copy h2,
.cta-panel h2,
.mobile-copy h2,
.paper-copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: 0;
  font-family: 'Playfair Display', serif;
}

.hero-copy {
  max-width: 700px;
}

.hero-text,
.section-copy p,
.cta-panel p,
.editorial-copy p,
.gallery-copy p {
  max-width: 620px;
  margin: 1.4rem 0 0;
  line-height: 1.85;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-note {
  margin-top: 1.2rem;
  max-width: 560px;
  color: rgba(17, 15, 13, 0.72);
  font-size: 0.96rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
}

.digital-showcase {
  position: relative;
  width: min(620px, 100%);
  min-height: 670px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.digital-backdrop {
  position: absolute;
  inset: 4rem 2.4rem 3rem 0;
  border-radius: 44px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(220, 239, 235, 0.6)),
    url('../images/editorial/editorial-hero.webp') center/cover;
  box-shadow: 0 36px 90px rgba(17, 15, 13, 0.1);
  opacity: 0.62;
  z-index: 0;
}

.digital-backdrop::after {
  content: '';
  position: absolute;
  inset: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(245, 239, 230, 0.5));
}

.phone-mockup {
  position: relative;
  z-index: 3;
  width: min(330px, 72vw);
  padding: 0.74rem;
  border-radius: 46px;
  background: linear-gradient(145deg, #11100f, #4b443e 42%, #171514);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 44px 110px rgba(17, 15, 13, 0.26);
}

.phone-mockup::before {
  content: '';
  position: absolute;
  top: 0.72rem;
  left: 50%;
  width: 34%;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-50%);
  z-index: 5;
}

.phone-screen {
  position: relative;
  background:
    radial-gradient(circle at 16% 14%, rgba(197, 111, 133, 0.2), transparent 25%),
    linear-gradient(180deg, #fffaf4 0%, #f7efe6 54%, #eaf6f3 100%);
  border-radius: 38px;
  min-height: 575px;
  padding: 1.18rem;
  overflow: hidden;
  box-shadow: inset 0 2px 18px rgba(17, 15, 13, 0.08);
}

.phone-screen::after {
  content: '';
  position: absolute;
  inset: auto -18% 9% 32%;
  height: 180px;
  border-radius: 999px;
  background: rgba(47, 111, 104, 0.16);
  filter: blur(28px);
}

.phone-screen.refined {
  min-height: 575px;
}

.phone-status {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  margin: 0.35rem 0 1.35rem;
  color: rgba(17, 15, 13, 0.68);
  font-size: 0.78rem;
  font-weight: 700;
}

.invite-hero-card {
  position: relative;
  z-index: 1;
  min-height: 330px;
  padding: 1.55rem;
  display: grid;
  align-content: end;
  gap: 0.95rem;
  border-radius: 32px;
  color: #fffaf6;
  background:
    linear-gradient(180deg, rgba(17, 15, 13, 0.08), rgba(17, 15, 13, 0.72)),
    url('../images/editorial/editorial-full.webp') center/cover;
  box-shadow: 0 20px 46px rgba(17, 15, 13, 0.16);
  overflow: hidden;
}

.invite-hero-card::before {
  content: '';
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 24px;
  pointer-events: none;
}

.invite-hero-card::after {
  content: '';
  position: absolute;
  top: -40%;
  left: -55%;
  width: 64%;
  height: 180%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(18deg);
  animation: screenSheen 7s ease-in-out infinite;
}

.invite-hero-card .invite-label {
  position: relative;
  z-index: 1;
  color: rgba(255, 250, 246, 0.86);
}

.invite-hero-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 2.12rem;
  line-height: 1.02;
}

.invite-subtitle,
.invite-action,
.invite-visual-line {
  position: relative;
  z-index: 1;
}

.invite-hero-card .invite-subtitle {
  color: rgba(255, 250, 246, 0.78);
}

.invite-visual-line {
  width: 58px;
  height: 1px;
  background: rgba(255, 250, 246, 0.54);
}

.invite-action {
  width: 100%;
  border: 1px solid rgba(255, 250, 246, 0.42);
  border-radius: 999px;
  padding: 0.86rem 1rem;
  background: rgba(255, 250, 246, 0.16);
  color: #fffaf6;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.phone-modules {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.72rem;
  margin-top: 0.9rem;
}

.phone-modules div {
  padding: 0.95rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 15, 13, 0.06);
  box-shadow: 0 12px 28px rgba(17, 15, 13, 0.05);
}

.phone-modules span,
.qr-card .card-label {
  display: block;
  margin: 0 0 0.35rem;
  color: var(--digital);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.phone-modules strong {
  display: block;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.35;
}

.qr-card,
.share-card,
.floating-ui-note {
  position: absolute;
  z-index: 4;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 54px rgba(17, 15, 13, 0.12);
  backdrop-filter: blur(16px);
}

.qr-card {
  left: 0;
  bottom: 4.8rem;
  width: 178px;
  padding: 1rem;
  border-radius: 24px;
}

.qr-code {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.22rem;
  aspect-ratio: 1;
  padding: 0.4rem;
  border-radius: 14px;
  background: #fffaf6;
  border: 1px solid rgba(17, 15, 13, 0.08);
}

.qr-code span {
  border-radius: 3px;
  background: rgba(17, 15, 13, 0.16);
}

.qr-code span:nth-child(1),
.qr-code span:nth-child(2),
.qr-code span:nth-child(7),
.qr-code span:nth-child(8),
.qr-code span:nth-child(5),
.qr-code span:nth-child(6),
.qr-code span:nth-child(11),
.qr-code span:nth-child(12),
.qr-code span:nth-child(25),
.qr-code span:nth-child(26),
.qr-code span:nth-child(31),
.qr-code span:nth-child(32),
.qr-code span:nth-child(15),
.qr-code span:nth-child(22),
.qr-code span:nth-child(28),
.qr-code span:nth-child(34) {
  background: var(--accent);
}

.qr-card p {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.share-card {
  top: 5.6rem;
  right: 0.2rem;
  width: 208px;
  padding: 1.2rem;
  border-radius: 26px;
  animation: floatSoft 6.5s ease-in-out infinite;
}

.share-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.25;
}

.share-row {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.share-row span {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: var(--digital-soft);
  border: 1px solid rgba(47, 111, 104, 0.18);
}

.share-row span:nth-child(2) {
  background: rgba(184, 141, 54, 0.16);
}

.share-row span:nth-child(3) {
  background: rgba(197, 111, 133, 0.14);
}

.floating-ui-note {
  right: 3.6rem;
  bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.78rem 0.95rem;
  border-radius: 999px;
  color: var(--text);
  font-weight: 700;
}

.floating-ui-note span {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--digital);
  box-shadow: 0 0 0 8px rgba(47, 111, 104, 0.12);
}

.floating-ui-note p {
  margin: 0;
  font-size: 0.86rem;
}

@keyframes screenSheen {
  0%, 45% {
    transform: translateX(0) rotate(18deg);
  }
  70%, 100% {
    transform: translateX(360%) rotate(18deg);
  }
}

@keyframes floatSoft {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.hero-collage {
  position: relative;
  width: min(560px, 100%);
  min-height: 620px;
  padding: 2rem 0 1rem;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 42px;
  box-shadow: 0 40px 100px rgba(17, 15, 13, 0.14);
  z-index: 1;
}

.hero-collage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 20%, rgba(184, 141, 54, 0.12), transparent 18%), radial-gradient(circle at 80% 80%, rgba(17, 15, 13, 0.05), transparent 24%);
  border-radius: 42px;
  pointer-events: none;
}

.hero-collage .paper-card {
  position: absolute;
  width: min(78%, 320px);
}

.hero-card-main {
  top: 2.6rem;
  left: 2rem;
  z-index: 2;
  margin: 0;
}

.paper-card-side {
  bottom: 2rem;
  right: 1.8rem;
  width: min(62%, 280px);
  margin: 0;
  transform: rotate(0.9deg);
  z-index: 2;
}

.hero-accent-shape {
  position: absolute;
  top: 5%;
  right: -4%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(184, 141, 54, 0.08);
  filter: blur(0.5px);
}

.hero-accent-line {
  position: absolute;
  top: 4rem;
  left: -1rem;
  width: 2px;
  height: calc(100% - 8rem);
  background: linear-gradient(180deg, rgba(184, 141, 54, 0.9), rgba(184, 141, 54, 0.08));
}

.paper-card {
  position: relative;
  display: grid;
  gap: 1.2rem;
  padding: 2.3rem 2rem;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 15, 13, 0.08);
  box-shadow: 0 32px 68px rgba(17, 15, 13, 0.08);
  backdrop-filter: blur(2px);
}

.hero-card-main {
  z-index: 2;
  margin-top: 4rem;
}

.paper-card-side {
  width: 85%;
  margin-left: auto;
  margin-top: 2.4rem;
  padding: 1.9rem 1.8rem;
  border-radius: 32px;
  background: rgba(251, 246, 239, 0.96);
  border-color: rgba(17, 15, 13, 0.06);
  box-shadow: 0 24px 54px rgba(17, 15, 13, 0.06);
  transform: rotate(0.9deg);
}

.paper-label {
  margin: 0;
  color: var(--gold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.paper-title {
  margin: 0;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.paper-subtext,
.paper-detail,
.paper-caption {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.paper-divider {
  width: 58px;
  height: 1px;
  background: rgba(17, 15, 13, 0.14);
}

.paper-detail {
  font-weight: 600;
  color: var(--accent);
}

.paper-layer {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 2rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(17, 15, 13, 0.06);
  box-shadow: 0 22px 44px rgba(17, 15, 13, 0.06);
}

.paper-card-large {
  z-index: 2;
}

.paper-card-small {
  width: calc(100% - 2rem);
  transform: translate(-18px, 28px) rotate(-0.8deg);
  background: rgba(252, 248, 243, 0.95);
  border-color: rgba(17, 15, 13, 0.04);
}

.paper-tag {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.92);
  color: var(--accent);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 18px 32px rgba(17, 15, 13, 0.08);
}

.paper-greeting {
  margin: 0;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.88rem;
}

.paper-line {
  width: 50px;
  height: 1px;
  background: rgba(17, 15, 13, 0.15);
  margin: 0.4rem 0;
}

.paper-title {
  margin: 0;
  font-size: clamp(2.2rem, 3.4vw, 3.4rem);
  line-height: 1.05;
}

.paper-details {
  display: grid;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.98rem;
}

.paper-note,
.paper-caption {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.paper-caption {
  font-size: 1rem;
}

.paper-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1.1fr 0.95fr;
  align-items: center;
}

.phone-mockup.slim {
  max-width: 260px;
  padding: 1.2rem;
}

.phone-screen {
  position: relative;
  background: #f7efe6;
  border-radius: 36px;
  min-height: 520px;
  padding: 1.4rem;
  box-shadow: inset 0 2px 18px rgba(17, 15, 13, 0.04);
}

.phone-screen.refined {
  min-height: 520px;
}

.phone-header {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.7rem;
}

.phone-header span {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: rgba(17, 15, 13, 0.18);
}

.invite-card {
  width: 100%;
  min-height: 320px;
  border-radius: 34px;
  padding: 1.9rem;
  background: #fff7ee;
  border: 1px solid rgba(28, 24, 21, 0.08);
  display: grid;
  gap: 1rem;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2), 0 12px 40px rgba(17, 15, 13, 0.04);
}

.invite-card-premium {
  gap: 0.85rem;
}

.invite-label {
  margin: 0;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.invite-card h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
}

.invite-subtitle {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.invite-detail {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: rgba(17, 15, 13, 0.08);
  color: var(--accent);
  font-weight: 600;
  width: fit-content;
}

.section-header {
  text-align: left;
  max-width: 760px;
  margin: 0 0 3rem;
}

.card-grid,
.template-grid {
  display: grid;
  gap: 1.75rem;
}

.card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.card-grid a:nth-child(1),
.card-grid a:nth-child(4) {
  grid-column: span 2;
  min-height: 360px;
}

.feature-card,
.template-card {
  min-height: 320px;
  padding: 2.4rem;
  position: relative;
  display: block;
  padding: 2rem;
  border-radius: var(--radius);
  background: var(--surface-strong);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  color: var(--text);
  text-decoration: none;
  transition: transform 0.3s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.35s ease;
  opacity: 0;
  transform: translateY(24px);
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  width: 58px;
  height: 1px;
  background: rgba(17, 15, 13, 0.12);
}

.feature-card::after {
  content: '';
  position: absolute;
  top: 1.4rem;
  left: 1.8rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(184, 141, 54, 0.8);
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 110px rgba(17, 15, 13, 0.12);
  border-color: rgba(184, 141, 54, 0.18);
}

.template-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 90px rgba(17, 15, 13, 0.1);
}

.feature-card.visible,
.template-card.visible,
.glass-panel.visible,
.cta-panel.visible {
  opacity: 1;
  transform: translateY(0);
}

.accent-gold { background: rgba(184, 141, 54, 0.18); }
.accent-pink { background: rgba(159, 131, 103, 0.16); }
.accent-cream { background: rgba(228, 207, 168, 0.55); }
.accent-blush { background: rgba(191, 167, 142, 0.28); }
.accent-sand { background: rgba(217, 198, 169, 0.3); }
.accent-slate { background: rgba(64, 56, 48, 0.16); }

.feature-card h3 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  line-height: 1.15;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

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

.template-card {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2rem;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248, 240, 230, 0.92));
  border: 1px solid rgba(17, 15, 13, 0.08);
  box-shadow: 0 24px 60px rgba(17, 15, 13, 0.06);
}

.template-preview {
  width: 100%;
  min-height: 180px;
  border-radius: 32px;
  border: 1px solid rgba(17, 15, 13, 0.08);
  background: rgba(255, 255, 255, 0.88);
  padding: 1.6rem;
  display: grid;
  gap: 1rem;
}

.template-chip {
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: rgba(17, 15, 13, 0.18);
}

.template-lines {
  display: grid;
  gap: 0.75rem;
}

.template-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(17, 15, 13, 0.12);
}

.template-lines.elegant span:nth-child(1) { width: 86%; }
.template-lines.elegant span:nth-child(2) { width: 62%; }
.template-lines.elegant span:nth-child(3) { width: 72%; }

.template-lines.floral span:nth-child(1) { width: 80%; }
.template-lines.floral span:nth-child(2) { width: 58%; }
.template-lines.floral span:nth-child(3) { width: 66%; }

.template-lines.minimal span:nth-child(1) { width: 70%; }
.template-lines.minimal span:nth-child(2) { width: 54%; }
.template-lines.minimal span:nth-child(3) { width: 60%; }

.template-lines.luxe span:nth-child(1) { width: 84%; }
.template-lines.luxe span:nth-child(2) { width: 68%; }
.template-lines.luxe span:nth-child(3) { width: 76%; }

.template-lines.moderne span:nth-child(1) { width: 78%; }
.template-lines.moderne span:nth-child(2) { width: 52%; }
.template-lines.moderne span:nth-child(3) { width: 70%; }

.template-lines.mediterranee span:nth-child(1) { width: 82%; }
.template-lines.mediterranee span:nth-child(2) { width: 56%; }
.template-lines.mediterranee span:nth-child(3) { width: 68%; }

.template-meta strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.template-meta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.template-card.elegant { background: linear-gradient(180deg, rgba(184, 141, 54, 0.14), rgba(255, 255, 255, 0.94)); }
.template-card.floral { background: linear-gradient(180deg, rgba(173, 145, 117, 0.14), rgba(255, 255, 255, 0.94)); }
.template-card.minimal { background: linear-gradient(180deg, rgba(28, 24, 21, 0.08), rgba(255, 255, 255, 0.96)); }
.template-card.luxe { background: linear-gradient(180deg, rgba(245, 229, 197, 0.7), rgba(255, 255, 255, 0.96)); }
.template-card.moderne { background: linear-gradient(180deg, rgba(210, 198, 183, 0.3), rgba(255, 255, 255, 0.96)); }
.template-card.mediterranee { background: linear-gradient(180deg, rgba(214, 191, 156, 0.35), rgba(255, 255, 255, 0.96)); }
.template-card.rose { background: linear-gradient(180deg, rgba(205, 172, 149, 0.28), rgba(255, 255, 255, 0.96)); }
.template-card.blush { background: linear-gradient(180deg, rgba(204, 179, 158, 0.26), rgba(255, 255, 255, 0.96)); }

.section-copy,
.mobile-copy {
  max-width: 560px;
}

.experience-list,
.mobile-features {
  list-style: none;
  padding: 0;
  margin: 1.8rem 0 0;
  display: grid;
  gap: 1rem;
}

.experience-list li,
.mobile-features li {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(34, 26, 20, 0.05);
  padding: 1rem 1.2rem;
  border-radius: 22px;
  color: var(--muted);
}

.experience-card {
  align-self: center;
}

.glass-panel {
  padding: 2rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.glass-panel h3 {
  margin: 0 0 1rem;
  font-size: 1.7rem;
}

.feature-pill {
  display: inline-flex;
  margin: 0.55rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(239, 95, 131, 0.1);
  color: var(--text);
  font-weight: 600;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2.4rem 2rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.art-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 8vw, 9rem) 0 clamp(5rem, 7vw, 8rem);
}

.art-hero-shell {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  grid-template-rows: auto 1fr auto;
  grid-template-areas:
    "index visual"
    "copy visual"
    "caption visual";
  gap: 1.5rem 1rem;
}

.art-index,
.art-hero-caption {
  margin: 0;
  color: rgba(17, 15, 13, 0.46);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.art-index {
  grid-area: index;
}

.art-hero-copy {
  grid-area: copy;
  position: relative;
  z-index: 4;
  align-self: center;
  max-width: 860px;
  min-width: 0;
}

.art-hero-copy .eyebrow,
.manifesto-title .eyebrow,
.spread-copy .eyebrow,
.collections-heading .eyebrow,
.sensory-copy .eyebrow,
.moodboard-heading .eyebrow,
.final-cta-layout .eyebrow {
  margin: 0 0 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
}

.art-hero h1 {
  max-width: 960px;
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(4.1rem, 7.8vw, 8.8rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.art-hero h1 span {
  display: block;
}

.art-hero .hero-text {
  max-width: 560px;
  margin-top: 2rem;
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
}

.art-hero .hero-actions {
  margin-top: 2.4rem;
}

.art-hero-caption {
  grid-area: caption;
  align-self: end;
  padding-bottom: 1.2rem;
}

.art-hero-composition {
  grid-area: visual;
  position: relative;
  min-height: 730px;
  min-width: 0;
  isolation: isolate;
}

.art-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #fffaf3;
  box-shadow: 0 48px 120px rgba(17, 15, 13, 0.18);
}

.art-photo img,
.spread-image img,
.mood-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-photo-main {
  top: 1.2rem;
  right: 0;
  width: min(74%, 560px);
  height: 620px;
  transform: rotate(1.5deg);
  z-index: 1;
}

.art-photo-main::after,
.spread-image::after,
.mood-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(17, 15, 13, 0.16)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 42%);
  pointer-events: none;
}

.luxury-invite-card {
  position: relative;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 250, 243, 0.94)),
    repeating-linear-gradient(0deg, rgba(17, 15, 13, 0.018), rgba(17, 15, 13, 0.018) 1px, transparent 1px, transparent 5px);
  border: 1px solid rgba(184, 141, 54, 0.22);
  border-radius: 3px;
  box-shadow: 0 26px 70px rgba(17, 15, 13, 0.14);
}

.hero-invite-card {
  position: absolute;
  left: clamp(0rem, 2vw, 2.5rem);
  bottom: 5.8rem;
  z-index: 3;
  width: min(420px, 62%);
  min-height: 380px;
  padding: 3.2rem 2.7rem;
  display: grid;
  align-content: center;
  gap: 1.1rem;
  transform: rotate(-2.8deg);
}

.hero-invite-card::before,
.tall-invite-card::before {
  content: '';
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(184, 141, 54, 0.24);
  pointer-events: none;
}

.hero-invite-card h2,
.tall-invite-card h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-invite-card p,
.hero-invite-card span,
.whisper-card p,
.tall-invite-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.hero-invite-card span {
  color: var(--accent);
  font-weight: 700;
}

.gold-rule {
  width: 74px;
  height: 1px;
  background: var(--gold);
}

.whisper-card {
  position: absolute;
  right: 1.8rem;
  top: 6.8rem;
  z-index: 2;
  width: min(250px, 34%);
  padding: 1.4rem 1.3rem;
  transform: rotate(4.6deg);
}

.monogram-seal {
  position: absolute;
  right: 25%;
  bottom: 2.4rem;
  z-index: 4;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #171411;
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  box-shadow: 0 22px 48px rgba(17, 15, 13, 0.2);
}

.hero-thread {
  position: absolute;
  z-index: 0;
  background: rgba(184, 141, 54, 0.72);
  transform-origin: center;
}

.hero-thread-one {
  top: 3rem;
  left: 15%;
  width: 1px;
  height: 640px;
  transform: rotate(11deg);
}

.hero-thread-two {
  right: 9%;
  bottom: 8.5rem;
  width: 360px;
  height: 1px;
  transform: rotate(-7deg);
}

.editorial-manifesto {
  padding: clamp(6rem, 10vw, 12rem) 0;
  background: rgba(255, 250, 243, 0.72);
}

.manifesto-grid {
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.9fr;
  align-items: end;
  gap: clamp(2rem, 5vw, 6rem);
}

.manifesto-number {
  margin: 0;
  color: rgba(184, 141, 54, 0.38);
  font-family: 'Playfair Display', serif;
  font-size: clamp(6rem, 14vw, 13rem);
  line-height: 0.74;
}

.manifesto-title h2,
.spread-copy h2,
.collections-heading h2,
.sensory-copy h2,
.moodboard-heading h2,
.final-cta-layout h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.manifesto-text {
  margin: 0 0 0.7rem;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.9;
}

.image-spread {
  position: relative;
  padding: 3rem 0 clamp(8rem, 12vw, 14rem);
}

.spread-composition {
  position: relative;
  min-height: 1040px;
}

.spread-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 36px 96px rgba(17, 15, 13, 0.14);
}

.spread-image-large {
  left: 0;
  top: 7rem;
  width: min(62%, 860px);
  height: 680px;
}

.spread-image-small {
  right: 4%;
  top: 34rem;
  width: min(34%, 430px);
  height: 460px;
  transform: rotate(2.2deg);
}

.spread-copy {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: min(520px, 44%);
  padding-top: 2rem;
}

.spread-copy p:last-child {
  margin: 1.4rem 0 0;
  color: var(--muted);
  line-height: 1.85;
}

.editorial-note {
  position: absolute;
  left: 12%;
  bottom: 0;
  z-index: 3;
  width: min(340px, 40%);
  padding: 2rem;
  background: #fffaf3;
  border: 1px solid rgba(184, 141, 54, 0.22);
  box-shadow: 0 24px 60px rgba(17, 15, 13, 0.12);
}

.editorial-note span,
.collection-row span,
.editorial-features span {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.12em;
}

.editorial-note p {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.collections-editorial {
  padding-top: clamp(3rem, 7vw, 8rem);
  padding-bottom: clamp(5rem, 9vw, 11rem);
}

.collections-heading {
  width: min(760px, 100%);
  margin: 0 0 clamp(3rem, 6vw, 5rem) auto;
}

.collection-list {
  border-top: 1px solid rgba(17, 15, 13, 0.16);
}

.collection-row {
  display: grid;
  grid-template-columns: 90px minmax(220px, 0.75fr) minmax(260px, 1fr);
  gap: 2rem;
  align-items: baseline;
  padding: clamp(1.8rem, 3vw, 3rem) 0;
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid rgba(17, 15, 13, 0.12);
  transition: padding-left 0.3s ease, color 0.3s ease;
}

.collection-row:hover {
  padding-left: 1.25rem;
  color: var(--gold);
}

.collection-row h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.collection-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.sensory-experience {
  margin: 0;
  padding: clamp(6rem, 9vw, 11rem) 0;
  background: #171411;
  color: #fff8ee;
}

.sensory-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.sensory-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 1.6rem 0 0;
  color: rgba(255, 248, 238, 0.68);
  line-height: 1.9;
}

.sensory-art {
  position: relative;
  min-height: 580px;
}

.tall-invite-card {
  position: absolute;
  right: 8%;
  top: 0;
  width: min(440px, 78%);
  min-height: 520px;
  padding: 4rem 3rem;
  display: grid;
  align-content: center;
  gap: 1.25rem;
  transform: rotate(2deg);
}

.editorial-features {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 2;
  width: min(390px, 74%);
  margin: 0;
  padding: 1.4rem 1.6rem;
  list-style: none;
  background: rgba(255, 248, 238, 0.96);
  color: var(--text);
  border: 1px solid rgba(184, 141, 54, 0.22);
  box-shadow: 0 26px 66px rgba(0, 0, 0, 0.24);
  transform: rotate(-2.5deg);
}

.editorial-features li {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(17, 15, 13, 0.1);
}

.editorial-features li:last-child {
  border-bottom: 0;
}

.moodboard-section {
  padding: clamp(6rem, 10vw, 12rem) 0;
  background: rgba(255, 250, 244, 0.82);
}

.moodboard-heading {
  width: min(760px, 100%);
  margin: 0 0 clamp(3rem, 6vw, 6rem);
}

.moodboard-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.7fr 0.85fr;
  grid-template-rows: 240px 220px 260px;
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: stretch;
}

.mood-tile {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background: #fffaf3;
  border: 1px solid rgba(17, 15, 13, 0.08);
  box-shadow: 0 28px 70px rgba(17, 15, 13, 0.1);
}

.mood-tile div,
.mood-tile-text {
  padding: 1.6rem;
}

.mood-tile div {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  color: #fffaf3;
  background: linear-gradient(180deg, transparent, rgba(17, 15, 13, 0.72));
}

.mood-tile span {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mood-tile p {
  margin: 0;
  line-height: 1.6;
}

.mood-tile-large {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

.mood-tile-text {
  grid-column: 3;
  grid-row: 1;
  display: grid;
  align-content: end;
}

.mood-tile-text p {
  color: var(--muted);
  font-size: 1.2rem;
}

.mood-tile-photo {
  grid-column: 3;
  grid-row: 2 / 4;
}

.mood-offset {
  grid-column: 1 / 3;
  grid-row: 3;
  transform: translateX(8%);
}

.final-editorial-cta {
  padding: clamp(7rem, 11vw, 13rem) 0;
}

.final-cta-layout {
  display: grid;
  justify-items: center;
  text-align: center;
}

.final-cta-layout h2 {
  max-width: 980px;
  margin-bottom: 2.4rem;
}

.category-worlds-section {
  padding-top: clamp(5rem, 8vw, 10rem);
  padding-bottom: clamp(6rem, 10vw, 12rem);
}

.category-world-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.4rem, 3vw, 2.4rem);
}

.category-world {
  display: grid;
  gap: 1.2rem;
  color: var(--text);
  text-decoration: none;
}

.category-world-art {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(184, 141, 54, 0.18);
  border-radius: 3px;
  background: #fffaf3;
  box-shadow: 0 34px 90px rgba(17, 15, 13, 0.12);
  isolation: isolate;
}

.category-world-art::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(17, 15, 13, 0.18)),
    linear-gradient(90deg, rgba(255, 250, 243, 0.36), transparent 46%);
  pointer-events: none;
}

.world-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  transition: transform 0.8s ease, filter 0.8s ease;
}

.category-world:hover .world-photo {
  transform: scale(1.08);
  filter: saturate(1.04) contrast(1.04);
}

.world-invite {
  position: absolute;
  left: clamp(1.2rem, 3vw, 2.4rem);
  bottom: clamp(1.2rem, 3vw, 2.4rem);
  z-index: 2;
  width: min(72%, 360px);
  min-height: 230px;
  padding: 2rem;
  display: grid;
  align-content: center;
  gap: 0.75rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 250, 243, 0.94)),
    repeating-linear-gradient(0deg, rgba(17, 15, 13, 0.018), rgba(17, 15, 13, 0.018) 1px, transparent 1px, transparent 5px);
  border: 1px solid rgba(184, 141, 54, 0.22);
  box-shadow: 0 24px 60px rgba(17, 15, 13, 0.14);
  transform: rotate(-2deg);
}

.world-invite span,
.category-world-copy span,
.signature-invite span,
.signature-panel span,
.universe-kicker {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.world-invite h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.world-invite p,
.category-world-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.world-detail {
  position: absolute;
  right: 1.8rem;
  top: 1.6rem;
  z-index: 2;
  font-family: 'Playfair Display', serif;
  font-size: 6rem;
  line-height: 0.8;
  color: rgba(255, 250, 243, 0.58);
}

.category-world-copy {
  display: grid;
  gap: 0.65rem;
  max-width: 520px;
}

.category-world--wedding .world-photo {
  background-image:
    linear-gradient(120deg, rgba(255, 246, 236, 0.34), rgba(17, 15, 13, 0.06)),
    url('../images/editorial/editorial-rose.webp');
}

.category-world--birthday .world-photo {
  background-image:
    radial-gradient(circle at 24% 20%, rgba(184, 141, 54, 0.34), transparent 20%),
    linear-gradient(120deg, rgba(120, 58, 42, 0.18), rgba(255, 244, 220, 0.1)),
    url('../images/editorial/editorial-hero.webp');
}

.category-world--baptism .world-photo {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(245, 239, 230, 0.16)),
    url('../images/editorial/editorial-wax.webp');
}

.category-world--corporate .world-photo {
  background-image:
    linear-gradient(135deg, rgba(17, 15, 13, 0.52), rgba(47, 55, 62, 0.2)),
    url('../images/editorial/editorial-envelopes.webp');
}

.category-world--corporate .world-invite {
  background: rgba(22, 22, 20, 0.9);
  border-color: rgba(184, 141, 54, 0.3);
  color: #fff8ee;
}

.category-world--corporate .world-invite p {
  color: rgba(255, 248, 238, 0.68);
}

.universe-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.2vw, 2rem);
}

.universe-card {
  position: relative;
  display: grid;
  gap: 1rem;
  min-height: 440px;
  padding: 0;
  color: var(--text);
  opacity: 0;
  transform: translateY(24px);
  transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
}

.universe-card.visible,
.category-world.visible,
.category-signature.visible {
  opacity: 1;
  transform: translateY(0);
}

.universe-card:hover {
  transform: translateY(-6px);
}

.universe-scene {
  position: relative;
  min-height: 330px;
  padding: 2rem;
  display: grid;
  align-content: end;
  gap: 0.8rem;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(184, 141, 54, 0.18);
  box-shadow: 0 28px 76px rgba(17, 15, 13, 0.12);
  isolation: isolate;
}

.universe-scene::before,
.universe-scene::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.universe-scene::before {
  inset: 1rem;
  border: 1px solid rgba(184, 141, 54, 0.22);
  z-index: 1;
}

.universe-scene::after {
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, transparent 34%, rgba(17, 15, 13, 0.34)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 50%);
}

.universe-scene > * {
  position: relative;
  z-index: 2;
}

.universe-scene h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.1rem, 3.2vw, 3.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.universe-scene p,
.universe-card > p {
  margin: 0;
  line-height: 1.7;
}

.universe-scene p {
  max-width: 280px;
}

.universe-card > p {
  color: var(--muted);
}

.universe-rule {
  width: 62px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.botanic-fragment,
.sun-mark {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.botanic-fragment {
  right: 1.2rem;
  top: 1.2rem;
  width: 120px;
  height: 160px;
  border-right: 1px solid rgba(184, 141, 54, 0.36);
  border-top: 1px solid rgba(184, 141, 54, 0.22);
  border-radius: 60% 40% 0 0;
  transform: rotate(11deg);
}

.botanic-fragment::before,
.botanic-fragment::after {
  content: '';
  position: absolute;
  width: 42px;
  height: 64px;
  border: 1px solid rgba(184, 141, 54, 0.28);
  border-radius: 50%;
}

.botanic-fragment::before {
  right: 2rem;
  top: 2.4rem;
  transform: rotate(-25deg);
}

.botanic-fragment::after {
  right: 4.6rem;
  top: 5rem;
  transform: rotate(24deg);
}

.minimal-lines,
.modern-stack {
  display: grid;
  gap: 0.45rem;
  width: 54%;
}

.minimal-lines span,
.modern-stack span {
  display: block;
  height: 1px;
  background: currentColor;
  opacity: 0.3;
}

.modern-stack {
  position: absolute;
  right: 1.4rem;
  top: 1.4rem;
  width: 128px;
  gap: 0.55rem;
}

.modern-stack span {
  height: 34px;
  opacity: 0.2;
  border: 1px solid currentColor;
  background: transparent;
}

.sun-mark {
  right: 1.6rem;
  top: 1.5rem;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(184, 141, 54, 0.44);
  border-radius: 50%;
}

.sun-mark::before,
.sun-mark::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  width: 124px;
  height: 1px;
  background: rgba(184, 141, 54, 0.34);
  transform: translate(-50%, -50%);
}

.sun-mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.universe-card--elegant .universe-scene {
  color: #fff8ee;
  background:
    linear-gradient(135deg, rgba(17, 15, 13, 0.94), rgba(33, 29, 25, 0.86)),
    url('../images/editorial/editorial-hero.webp') center/cover;
}

.universe-card--floral .universe-scene {
  color: #2d251f;
  background:
    linear-gradient(135deg, rgba(255, 247, 244, 0.86), rgba(240, 218, 211, 0.64)),
    url('../images/editorial/editorial-rose.webp') center/cover;
}

.universe-card--minimal .universe-scene {
  color: #171411;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 240, 232, 0.78)),
    repeating-linear-gradient(90deg, rgba(17, 15, 13, 0.03), rgba(17, 15, 13, 0.03) 1px, transparent 1px, transparent 58px);
}

.universe-card--luxe .universe-scene {
  color: #fff8ee;
  background:
    radial-gradient(circle at 76% 18%, rgba(184, 141, 54, 0.4), transparent 20%),
    linear-gradient(135deg, rgba(12, 10, 9, 0.96), rgba(78, 63, 43, 0.72)),
    url('../images/editorial/editorial-envelopes.webp') center/cover;
}

.universe-card--modern .universe-scene,
.universe-card--corporate-grid .universe-scene {
  color: #fff8ee;
  background:
    linear-gradient(135deg, rgba(24, 30, 30, 0.96), rgba(51, 76, 72, 0.82)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 46px);
}

.universe-card--mediterranean .universe-scene,
.universe-card--birthday-warm .universe-scene {
  color: #2a1b12;
  background:
    radial-gradient(circle at 82% 18%, rgba(246, 188, 84, 0.46), transparent 24%),
    linear-gradient(135deg, rgba(255, 239, 206, 0.9), rgba(196, 104, 70, 0.28)),
    url('../images/editorial/editorial-full.webp') center/cover;
}

.universe-card--baptism-light .universe-scene,
.universe-card--tender .universe-scene {
  color: #312820;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(246, 236, 224, 0.66)),
    url('../images/editorial/editorial-wax.webp') center/cover;
}

.category-signature {
  padding: clamp(5rem, 8vw, 10rem) 0;
  background: rgba(255, 250, 244, 0.72);
}

.category-signature-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(460px, 1fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.category-signature-copy h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 5vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.category-signature-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 1.5rem 0 0;
  color: var(--muted);
  line-height: 1.9;
}

.signature-stage {
  position: relative;
  min-height: 640px;
  isolation: isolate;
}

.signature-photo {
  position: absolute;
  inset: 0 0 5rem 14%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  box-shadow: 0 42px 110px rgba(17, 15, 13, 0.16);
}

.signature-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(17, 15, 13, 0.22));
}

.signature-invite {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 2;
  width: min(420px, 72%);
  min-height: 340px;
  display: grid;
  align-content: center;
  gap: 0.8rem;
  padding: 3rem 2.5rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 250, 243, 0.95)),
    repeating-linear-gradient(0deg, rgba(17, 15, 13, 0.018), rgba(17, 15, 13, 0.018) 1px, transparent 1px, transparent 5px);
  border: 1px solid rgba(184, 141, 54, 0.22);
  box-shadow: 0 26px 70px rgba(17, 15, 13, 0.14);
  transform: rotate(-2deg);
}

.signature-invite h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 4.2vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.signature-invite p,
.signature-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.signature-panel {
  position: absolute;
  right: 0;
  top: 3.4rem;
  z-index: 3;
  width: min(280px, 42%);
  padding: 1.5rem;
  background: rgba(255, 250, 243, 0.9);
  border: 1px solid rgba(184, 141, 54, 0.22);
  box-shadow: 0 22px 56px rgba(17, 15, 13, 0.12);
  transform: rotate(3deg);
}

.category-signature--wedding .signature-photo {
  background-image:
    linear-gradient(120deg, rgba(255, 246, 236, 0.22), rgba(17, 15, 13, 0.05)),
    url('../images/editorial/editorial-rose.webp');
}

.category-signature--birthday .signature-photo {
  background-image:
    radial-gradient(circle at 22% 20%, rgba(184, 141, 54, 0.34), transparent 22%),
    linear-gradient(120deg, rgba(138, 69, 45, 0.28), rgba(255, 238, 204, 0.12)),
    url('../images/editorial/editorial-hero.webp');
}

.category-signature--baptism .signature-photo {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(245, 239, 230, 0.16)),
    url('../images/editorial/editorial-wax.webp');
}

.category-signature--baby .signature-photo {
  background-image:
    linear-gradient(135deg, rgba(255, 244, 238, 0.58), rgba(245, 229, 217, 0.18)),
    url('../images/editorial/editorial-wax.webp');
}

.category-signature--corporate {
  background: #171411;
  color: #fff8ee;
}

.category-signature--corporate .category-signature-copy p:not(.eyebrow) {
  color: rgba(255, 248, 238, 0.68);
}

.category-signature--corporate .signature-photo {
  background-image:
    linear-gradient(135deg, rgba(17, 15, 13, 0.56), rgba(47, 55, 62, 0.26)),
    url('../images/editorial/editorial-envelopes.webp');
}

.category-signature--corporate .signature-invite,
.category-signature--corporate .signature-panel {
  background: rgba(255, 248, 238, 0.95);
  color: var(--text);
}

.site-footer {
  padding: 3rem 0 4rem;
}

.footer-brand {
  margin: 0 0 0.65rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.footer-title {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--rose);
}

.site-footer a {
  display: block;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 0.85rem;
}

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

@media (max-width: 980px) {
  .hero-grid,
  .section-grid,
  .template-grid,
  .editorial-shell,
  .art-hero-shell,
  .manifesto-grid,
  .sensory-layout {
    grid-template-columns: 1fr;
  }

  .art-hero-shell {
    min-height: auto;
    grid-template-areas:
      "index"
      "copy"
      "visual"
      "caption";
    gap: 2.5rem;
  }

  .art-hero-composition {
    min-height: 680px;
  }

  .art-photo-main {
    width: 82%;
  }

  .hero-invite-card {
    width: min(420px, 70%);
  }

  .manifesto-grid {
    align-items: start;
  }

  .spread-composition {
    min-height: auto;
    display: grid;
    gap: 1.5rem;
  }

  .spread-image,
  .spread-copy,
  .editorial-note {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .spread-image-large,
  .spread-image-small {
    height: min(72vw, 560px);
  }

  .collection-row {
    grid-template-columns: 64px 1fr;
  }

  .collection-row p {
    grid-column: 2;
  }

  .sensory-art {
    min-height: 620px;
  }

  .moodboard-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 260px 320px;
  }

  .mood-tile-large {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .mood-tile-text {
    grid-column: 1;
    grid-row: 2;
  }

  .mood-tile-photo {
    grid-column: 2;
    grid-row: 2 / 4;
  }

  .mood-offset {
    grid-column: 1;
    grid-row: 3;
    transform: none;
  }

  .category-world-grid,
  .category-signature-layout {
    grid-template-columns: 1fr;
  }

  .category-world-art {
    min-height: 430px;
  }

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

  .category-signature-layout {
    gap: 2.5rem;
  }

  .signature-stage {
    min-height: 620px;
  }

  .signature-photo {
    inset: 0 0 5rem 8%;
  }

  .gallery-shell {
    width: 100%;
    margin: 0;
    border-radius: 32px;
  }

  .editorial-image-wrapper {
    min-height: 420px;
  }

  .editorial-card-top,
  .editorial-card-bottom {
    position: static;
    transform: none;
    width: 100%;
  }

  .site-nav {
    display: none;
  }

  .nav-toggle {
    position: fixed;
    top: 1.45rem;
    right: 1.4rem;
    z-index: 50;
    display: inline-flex !important;
    width: 4rem;
    height: 2rem;
    align-items: center;
    justify-content: flex-end;
    color: transparent;
  }

  .nav-toggle::after {
    content: 'Menu';
    color: var(--text);
    font-size: 0.95rem;
  }

  .site-header.active .site-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1rem 0;
    gap: 1rem;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-top: 3.5rem;
  }

  .container {
    width: min(100% - 2rem, var(--max-width));
    padding-inline: 0.5rem;
  }

  .header-inner {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: stretch;
    align-items: center;
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    padding-inline: 0;
  }

  .site-header .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .nav-toggle {
    position: fixed;
    top: 1.45rem;
    right: 1.4rem;
    z-index: 4;
    display: inline-flex !important;
    width: 4rem;
    height: 2rem;
    color: transparent;
    justify-self: end;
    align-items: center;
    justify-content: flex-end;
  }

  .nav-toggle::after {
    content: 'Menu';
    color: var(--text);
    font-size: 0.95rem;
  }

  .site-header.active .site-nav {
    grid-column: 1 / -1;
  }

  .art-hero {
    padding-top: 4rem;
  }

  .art-hero-shell {
    max-width: calc(100vw - 2rem);
    overflow: hidden;
  }

  .art-hero h1 {
    max-width: 100%;
    font-size: clamp(2.95rem, 12.6vw, 4rem);
    line-height: 0.98;
    overflow-wrap: break-word;
  }

  .art-index,
  .art-hero-caption {
    width: min(calc(100vw - 3rem), 320px);
    max-width: min(calc(100vw - 3rem), 320px);
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.8;
  }

  .art-hero-copy {
    width: min(100%, calc(100vw - 3rem));
    max-width: calc(100vw - 3rem);
    min-width: 0;
  }

  .art-hero .hero-text {
    width: min(calc(100vw - 3rem), 320px);
    max-width: min(calc(100vw - 3rem), 320px);
    overflow-wrap: anywhere;
  }

  .art-hero .hero-actions {
    display: grid;
    width: min(calc(100vw - 3rem), 310px);
    gap: 0.85rem;
  }

  .art-hero .button {
    width: 100%;
  }

  .art-hero-composition {
    min-height: 610px;
    width: 100%;
  }

  .art-photo-main {
    right: 0;
    width: 82%;
    height: 440px;
  }

  .hero-invite-card {
    left: 0;
    bottom: 2rem;
    width: 80%;
    min-height: 310px;
    padding: 2.6rem 1.8rem;
  }

  .whisper-card {
    top: 3.4rem;
    left: 50%;
    right: auto;
    width: 136px;
    padding: 1rem;
    font-size: 0.82rem;
    line-height: 1.55;
    transform: rotate(3deg);
  }

  .monogram-seal {
    right: 6%;
    bottom: 0.7rem;
  }

  .hero-thread-two {
    width: 220px;
  }

  .manifesto-title h2,
  .spread-copy h2,
  .collections-heading h2,
  .sensory-copy h2,
  .moodboard-heading h2,
  .final-cta-layout h2 {
    width: min(310px, calc(100vw - 4rem));
    max-width: min(310px, calc(100vw - 4rem));
    font-size: clamp(2.35rem, 10.8vw, 3.25rem);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .manifesto-grid,
  .spread-composition,
  .collections-heading,
  .moodboard-heading,
  .sensory-copy,
  .final-cta-layout,
  .category-signature-copy {
    max-width: calc(100vw - 3rem);
    min-width: 0;
  }

  .manifesto-text,
  .spread-copy p:last-child,
  .category-world-copy p,
  .universe-card > p,
  .category-signature-copy p:not(.eyebrow),
  .sensory-copy p:not(.eyebrow) {
    width: min(300px, calc(100vw - 4rem));
    max-width: min(300px, calc(100vw - 4rem));
    overflow-wrap: anywhere;
  }

  .collection-row {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .collection-row p {
    grid-column: auto;
  }

  .sensory-art {
    min-height: auto;
    display: grid;
    gap: 1.5rem;
  }

  .tall-invite-card,
  .editorial-features {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .tall-invite-card {
    min-height: 420px;
    padding: 3.4rem 2rem;
  }

  .moodboard-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .mood-tile-large,
  .mood-tile-text,
  .mood-tile-photo,
  .mood-offset {
    grid-column: auto;
    grid-row: auto;
    min-height: 300px;
  }

  .mood-tile-text {
    min-height: 220px;
  }

  .category-worlds-section {
    padding-top: 4rem;
  }

  .category-world-grid,
  .universe-grid {
    grid-template-columns: 1fr;
  }

  .category-world-art {
    min-height: 390px;
  }

  .world-invite {
    width: 82%;
    min-height: 210px;
    padding: 1.5rem;
  }

  .world-detail {
    font-size: 4.4rem;
  }

  .universe-card {
    min-height: auto;
  }

  .universe-scene {
    min-height: 310px;
    padding: 1.5rem;
  }

  .category-signature {
    padding: 4rem 0;
  }

  .category-signature-layout {
    grid-template-columns: 1fr;
  }

  .category-signature-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.7rem);
    line-height: 1;
  }

  .signature-stage {
    min-height: 560px;
  }

  .signature-photo {
    inset: 0 0 5.2rem 10%;
  }

  .signature-invite {
    width: 82%;
    min-height: 300px;
    padding: 2.25rem 1.75rem;
  }

  .signature-panel {
    top: 1.5rem;
    width: 150px;
    padding: 1rem;
    font-size: 0.86rem;
  }

  .hero-copy,
  .section-copy,
  .mobile-copy {
    max-width: 100%;
  }

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

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

  .cta-panel {
    flex-direction: column;
    text-align: center;
  }
}

/* Signature Oreava: digital as a luxury object. */
.art-hero {
  background:
    radial-gradient(circle at 72% 12%, rgba(184, 141, 54, 0.16), transparent 24%),
    radial-gradient(circle at 18% 76%, rgba(47, 111, 104, 0.12), transparent 28%),
    linear-gradient(112deg, rgba(255, 250, 243, 0.96) 0%, rgba(245, 239, 230, 0.9) 44%, rgba(229, 219, 204, 0.72) 100%);
}

.art-hero::before {
  content: '';
  position: absolute;
  left: max(2rem, 8vw);
  right: max(2rem, 8vw);
  bottom: 4.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 141, 54, 0.42), transparent);
  opacity: 0.75;
}

.art-hero-shell {
  min-height: 830px;
  grid-template-columns: minmax(420px, 0.78fr) minmax(620px, 1.22fr);
  gap: clamp(1.5rem, 3.4vw, 4.8rem);
}

.art-hero h1 {
  max-width: 920px;
  font-size: clamp(4.4rem, 8.6vw, 9.8rem);
}

.art-hero .hero-text {
  max-width: 610px;
  line-height: 1.78;
}

.hero-signature-composition {
  min-height: 790px;
  perspective: 1600px;
}

.hero-luxury-stage {
  --hero-scroll: 0px;
  position: absolute;
  inset: 0;
  isolation: isolate;
  transform-style: preserve-3d;
}

.hero-luxury-stage::before,
.hero-luxury-stage::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.hero-luxury-stage::before {
  top: 8%;
  right: 5%;
  width: min(66%, 700px);
  height: 74%;
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(20, 17, 15, 0.94), rgba(42, 34, 27, 0.86)),
    repeating-linear-gradient(90deg, rgba(255, 248, 238, 0.04), rgba(255, 248, 238, 0.04) 1px, transparent 1px, transparent 54px);
  border: 1px solid rgba(184, 141, 54, 0.2);
  box-shadow: 0 52px 130px rgba(17, 15, 13, 0.24);
  transform: translateY(calc(var(--hero-scroll) * 0.1)) rotate(-4deg);
}

.hero-luxury-stage::after {
  left: 2%;
  top: 18%;
  width: 82%;
  height: 58%;
  z-index: 1;
  border: 1px solid rgba(184, 141, 54, 0.22);
  transform: translateY(calc(var(--hero-scroll) * -0.06)) rotate(7deg);
}

.hero-editorial-image,
.hero-digital-invite,
.hero-rsvp-pill,
.hero-share-note,
.hero-qr-premium {
  will-change: transform, translate;
}

.hero-editorial-image {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #fffaf3;
  box-shadow: 0 42px 110px rgba(17, 15, 13, 0.18);
}

.hero-editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-editorial-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.04), rgba(17, 15, 13, 0.28)),
    linear-gradient(100deg, rgba(255, 255, 255, 0.22), transparent 46%);
  pointer-events: none;
}

.hero-editorial-image--main {
  top: 4%;
  right: 2%;
  z-index: 2;
  width: min(55vw, 650px);
  height: 630px;
  transform: rotate(4.5deg);
  animation: heroFloatSoft 10s ease-in-out infinite;
}

.hero-editorial-image--detail {
  top: 10%;
  left: 4%;
  z-index: 4;
  width: min(30vw, 320px);
  height: 390px;
  transform: rotate(-10deg);
  filter: saturate(0.96) contrast(1.02);
  animation: heroFloatSoft 12s ease-in-out infinite reverse;
}

.hero-digital-invite {
  position: absolute;
  border-radius: 4px;
  border: 1px solid rgba(184, 141, 54, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 250, 243, 0.96)),
    repeating-linear-gradient(0deg, rgba(17, 15, 13, 0.018), rgba(17, 15, 13, 0.018) 1px, transparent 1px, transparent 5px);
  box-shadow: 0 32px 90px rgba(17, 15, 13, 0.18);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.hero-digital-invite::before {
  content: '';
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(184, 141, 54, 0.22);
  pointer-events: none;
}

.hero-digital-invite::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.46) 42%, transparent 58%);
  transform: translateX(-105%);
  animation: heroSheen 8s ease-in-out infinite;
  pointer-events: none;
}

.hero-digital-invite--main {
  left: 10%;
  bottom: 7%;
  z-index: 7;
  width: min(48vw, 500px);
  min-height: 470px;
  padding: clamp(3rem, 4vw, 4.6rem) clamp(2.2rem, 3.2vw, 3.4rem);
  display: grid;
  align-content: center;
  gap: 1.1rem;
  transform: rotate(-6deg);
  animation: heroFloatMain 9s ease-in-out infinite;
}

.hero-digital-invite--main h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 5.2vw, 5rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-digital-invite--main p {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hero-digital-invite--mini {
  right: 0;
  bottom: 23%;
  z-index: 8;
  width: min(34vw, 330px);
  padding: 1.45rem 1.45rem 1.35rem;
  color: #fff8ee;
  background:
    linear-gradient(145deg, rgba(17, 15, 13, 0.94), rgba(34, 30, 26, 0.86)),
    repeating-linear-gradient(90deg, rgba(255, 248, 238, 0.06), rgba(255, 248, 238, 0.06) 1px, transparent 1px, transparent 36px);
  transform: rotate(3.5deg);
  animation: heroFloatMini 8.5s ease-in-out infinite;
}

.hero-digital-invite--mini span,
.hero-share-note span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-digital-invite--mini p,
.hero-share-note p {
  margin: 0.5rem 0 0;
  color: rgba(255, 248, 238, 0.72);
  line-height: 1.55;
  font-size: 0.92rem;
}

.hero-digital-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(184, 141, 54, 0.24);
}

.hero-digital-actions span {
  display: inline-flex;
  min-height: 2.15rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.85rem;
  border: 1px solid rgba(47, 111, 104, 0.2);
  border-radius: 999px;
  background: rgba(220, 239, 235, 0.52);
  color: #234b46;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-rsvp-pill {
  position: absolute;
  left: 2%;
  top: 57%;
  z-index: 9;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  max-width: 260px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(184, 141, 54, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.88);
  box-shadow: 0 22px 52px rgba(17, 15, 13, 0.14);
  transform: rotate(-3deg);
}

.hero-rsvp-pill span {
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--digital);
  box-shadow: 0 0 0 8px rgba(47, 111, 104, 0.12);
  animation: heroPulse 2.8s ease-in-out infinite;
}

.hero-rsvp-pill p {
  margin: 0;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-share-note {
  position: absolute;
  right: 14%;
  top: 4%;
  z-index: 6;
  width: 210px;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(184, 141, 54, 0.26);
  background: rgba(20, 17, 15, 0.86);
  box-shadow: 0 28px 70px rgba(17, 15, 13, 0.22);
  transform: rotate(-2deg);
}

.hero-qr-premium {
  position: absolute;
  right: 10%;
  bottom: 5%;
  z-index: 9;
  width: 128px;
  height: 128px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  padding: 1rem;
  border: 1px solid rgba(184, 141, 54, 0.34);
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 24px 60px rgba(17, 15, 13, 0.16);
  transform: rotate(6deg);
  animation: heroFloatMini 10s ease-in-out infinite reverse;
}

.hero-qr-premium span {
  background: rgba(17, 15, 13, 0.9);
  min-width: 0;
  min-height: 0;
}

.hero-qr-premium span:nth-child(2),
.hero-qr-premium span:nth-child(5),
.hero-qr-premium span:nth-child(7),
.hero-qr-premium span:nth-child(11),
.hero-qr-premium span:nth-child(14) {
  background: rgba(184, 141, 54, 0.84);
}

.hero-qr-premium span:nth-child(4),
.hero-qr-premium span:nth-child(9),
.hero-qr-premium span:nth-child(16) {
  background: rgba(47, 111, 104, 0.78);
}

.hero-orbit {
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(184, 141, 54, 0.22);
  z-index: 3;
}

.hero-orbit-one {
  left: 1%;
  bottom: 16%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  transform: translateY(calc(var(--hero-scroll) * -0.12)) rotate(-18deg);
}

.hero-orbit-two {
  right: 16%;
  top: 14%;
  width: 1px;
  height: 570px;
  background: rgba(184, 141, 54, 0.34);
  transform: translateY(calc(var(--hero-scroll) * 0.08)) rotate(17deg);
}

.hero-signature-composition .hero-thread-one {
  top: 4%;
  left: 30%;
  height: 720px;
  opacity: 0.48;
  transform: rotate(13deg);
}

.hero-signature-composition .hero-thread-two {
  right: 2%;
  bottom: 13%;
  width: 480px;
  opacity: 0.52;
  transform: rotate(-9deg);
}

.card-grid,
.template-grid,
.universe-grid {
  gap: clamp(1rem, 1.8vw, 1.5rem);
}

.card-grid a:nth-child(1),
.card-grid a:nth-child(4) {
  min-height: 260px;
}

.feature-card,
.template-card {
  min-height: 0;
  padding: 1.55rem;
  border-radius: 6px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 243, 0.78)),
    repeating-linear-gradient(90deg, rgba(17, 15, 13, 0.018), rgba(17, 15, 13, 0.018) 1px, transparent 1px, transparent 48px);
  box-shadow: 0 18px 54px rgba(17, 15, 13, 0.08);
}

.feature-card {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  padding-top: 5.45rem;
}

.feature-card::before {
  top: 1.35rem;
  left: 1.35rem;
  width: 96px;
  height: 54px;
  border: 1px solid rgba(184, 141, 54, 0.22);
  border-radius: 3px;
  background:
    linear-gradient(135deg, rgba(17, 15, 13, 0.88), rgba(49, 42, 35, 0.72)),
    linear-gradient(90deg, rgba(184, 141, 54, 0.44) 0 1px, transparent 1px 100%);
  background-size: auto, 18px 100%;
}

.feature-card::after {
  top: 2rem;
  left: 2.1rem;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background: rgba(255, 250, 243, 0.94);
  box-shadow:
    45px 12px 0 -10px rgba(184, 141, 54, 0.78),
    26px -6px 0 -14px rgba(47, 111, 104, 0.72);
  transform: rotate(-7deg);
}

.card-grid .feature-card:nth-child(2)::before,
.card-grid .feature-card:nth-child(5)::before {
  background:
    linear-gradient(135deg, rgba(255, 248, 238, 0.98), rgba(232, 214, 194, 0.76)),
    radial-gradient(circle at 78% 28%, rgba(197, 111, 133, 0.5), transparent 24%);
}

.card-grid .feature-card:nth-child(3)::before,
.card-grid .feature-card:nth-child(6)::before {
  background:
    linear-gradient(135deg, rgba(24, 30, 30, 0.94), rgba(47, 111, 104, 0.72)),
    repeating-linear-gradient(0deg, rgba(255, 248, 238, 0.09), rgba(255, 248, 238, 0.09) 1px, transparent 1px, transparent 14px);
}

.feature-card h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.22;
}

.feature-card p {
  max-width: 38rem;
  font-size: 0.96rem;
  line-height: 1.58;
}

.category-world-art {
  min-height: 390px;
  box-shadow: 0 26px 78px rgba(17, 15, 13, 0.11);
}

.world-invite {
  width: min(68%, 330px);
  min-height: 172px;
  padding: 1.45rem;
  gap: 0.55rem;
}

.world-invite h3 {
  font-size: clamp(1.8rem, 3.1vw, 3rem);
}

.world-invite p,
.category-world-copy p {
  line-height: 1.55;
}

.world-detail {
  font-size: 4.8rem;
}

.category-world-copy {
  gap: 0.5rem;
  padding-inline: 0.1rem;
}

.universe-card {
  min-height: 0;
  gap: 0.75rem;
}

.universe-scene {
  min-height: 255px;
  padding: 1.35rem;
  gap: 0.55rem;
  box-shadow: 0 22px 62px rgba(17, 15, 13, 0.11);
}

.universe-scene::before {
  inset: 0.75rem;
}

.universe-scene h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.65rem);
}

.universe-scene p {
  max-width: 240px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.universe-card > p {
  max-width: 94%;
  font-size: 0.96rem;
  line-height: 1.58;
}

.botanic-fragment {
  width: 92px;
  height: 124px;
}

.minimal-lines,
.modern-stack {
  width: 46%;
}

.modern-stack {
  width: 104px;
}

.modern-stack span {
  height: 26px;
}

.sun-mark {
  width: 64px;
  height: 64px;
}

@keyframes heroFloatSoft {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -13px; }
}

@keyframes heroFloatMain {
  0%, 100% { translate: 0 0; }
  50% { translate: -6px -16px; }
}

@keyframes heroFloatMini {
  0%, 100% { translate: 0 0; }
  50% { translate: 5px -10px; }
}

@keyframes heroSheen {
  0%, 52%, 100% { transform: translateX(-110%); }
  68% { transform: translateX(115%); }
}

@keyframes heroPulse {
  0%, 100% { box-shadow: 0 0 0 7px rgba(47, 111, 104, 0.12); }
  50% { box-shadow: 0 0 0 12px rgba(47, 111, 104, 0.04); }
}

@media (max-width: 1180px) {
  .art-hero-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  }

  .hero-digital-invite--main {
    left: 4%;
    width: min(54vw, 470px);
  }

  .hero-editorial-image--detail {
    left: 0;
  }
}

@media (max-width: 980px) {
  .art-hero-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-signature-composition {
    min-height: 720px;
  }

  .hero-editorial-image--main {
    width: 74%;
    height: 600px;
  }

  .hero-editorial-image--detail {
    width: 34%;
  }

  .hero-digital-invite--main {
    width: min(520px, 68%);
  }

  .hero-digital-invite--mini {
    width: min(320px, 42%);
  }
}

@media (max-width: 700px) {
  .art-hero {
    padding-top: 4.2rem;
  }

  .art-hero-shell {
    max-width: calc(100vw - 2rem);
    overflow: visible;
  }

  .art-hero h1 {
    font-size: clamp(3rem, 13vw, 4.15rem);
  }

  .hero-signature-composition {
    min-height: 650px;
    width: 100%;
    overflow: hidden;
  }

  .hero-luxury-stage::before {
    right: -12%;
    top: 8%;
    width: 88%;
    height: 72%;
  }

  .hero-luxury-stage::after {
    left: -14%;
    width: 112%;
  }

  .hero-editorial-image--main {
    right: -7%;
    top: 5%;
    width: 82%;
    height: 460px;
  }

  .hero-editorial-image--detail {
    left: 0;
    top: 10%;
    width: 42%;
    height: 255px;
  }

  .hero-digital-invite--main {
    left: 3%;
    bottom: 6%;
    width: 78%;
    min-height: 330px;
    padding: 2.7rem 1.65rem;
  }

  .hero-digital-invite--main h2 {
    font-size: clamp(2.35rem, 11vw, 3.35rem);
  }

  .hero-digital-actions {
    gap: 0.4rem;
  }

  .hero-digital-actions span {
    min-height: 1.9rem;
    padding-inline: 0.62rem;
    font-size: 0.68rem;
  }

  .hero-digital-invite--mini {
    right: 1%;
    bottom: 31%;
    width: 45%;
    padding: 1rem;
    font-size: 0.86rem;
  }

  .hero-rsvp-pill {
    left: 5%;
    top: 51%;
    max-width: 235px;
    padding: 0.72rem 0.88rem;
  }

  .hero-share-note {
    right: 4%;
    top: 2%;
    width: 168px;
    padding: 0.9rem;
  }

  .hero-qr-premium {
    right: 4%;
    bottom: 4%;
    width: 94px;
    height: 94px;
    gap: 5px;
    padding: 0.72rem;
  }

  .hero-orbit-one {
    left: -30%;
    bottom: 7%;
    width: 280px;
    height: 280px;
  }

  .hero-orbit-two {
    right: 20%;
    height: 430px;
  }

  .card-grid a:nth-child(1),
  .card-grid a:nth-child(4) {
    grid-column: auto;
    min-height: 0;
  }

  .feature-card {
    padding: 5.1rem 1.25rem 1.35rem;
  }

  .category-world-art {
    min-height: 330px;
  }

  .world-invite {
    width: 76%;
    min-height: 150px;
    padding: 1.2rem;
  }

  .world-detail {
    font-size: 3.8rem;
  }

  .universe-scene {
    min-height: 245px;
    padding: 1.2rem;
  }

  .universe-card > p {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-editorial-image--main,
  .hero-editorial-image--detail,
  .hero-digital-invite--main,
  .hero-digital-invite--mini,
  .hero-qr-premium,
  .hero-rsvp-pill span,
  .hero-digital-invite::after {
    animation: none;
  }
}

.hero-editorial-image--detail {
  top: 16%;
  left: 1%;
  z-index: 2;
  width: min(24vw, 260px);
  height: 340px;
  opacity: 0.46;
  filter: saturate(0.64) contrast(1.05) brightness(0.9);
}

.hero-editorial-image--detail::after {
  background:
    linear-gradient(135deg, rgba(17, 15, 13, 0.34), rgba(17, 15, 13, 0.08)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 58%);
}

@media (max-width: 700px) {
  .site-header .header-inner > .button {
    display: none;
  }

  .nav-toggle {
    display: inline-flex !important;
    width: 2.8rem;
    min-width: 4rem;
    color: var(--text) !important;
    font-size: 0.95rem;
    position: fixed;
    top: 1.45rem;
    right: 1.35rem;
    z-index: 60;
    align-items: center;
    justify-content: flex-end;
  }

  .nav-toggle::before {
    content: '';
    display: block;
    width: 26px;
    height: 1px;
    background: var(--text);
    box-shadow: 0 7px 0 var(--text), 0 14px 0 var(--text);
  }

  .nav-toggle::after {
    content: none;
  }

  .hero-editorial-image--detail {
    display: none;
  }

  .hero-digital-invite--main {
    left: 6%;
    bottom: 8%;
    width: 80%;
    min-height: 320px;
    padding: 2.55rem 1.4rem 1.65rem;
    transform: rotate(-3.6deg);
  }

  .hero-digital-invite--main h2 {
    font-size: clamp(2.25rem, 10.3vw, 3.05rem);
  }

  .hero-digital-invite--main p {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .hero-rsvp-pill {
    left: 7%;
    top: 39%;
    transform: rotate(-2deg);
  }

  .hero-digital-invite--mini {
    right: 2%;
    bottom: 34%;
    width: 38%;
    padding: 0.86rem;
    transform: rotate(3deg);
  }

  .hero-digital-invite--mini p,
  .hero-share-note p {
    font-size: 0.78rem;
  }

  .hero-share-note {
    right: 2%;
    top: 4%;
    width: 142px;
  }

  .hero-qr-premium {
    right: 8%;
    bottom: 6%;
    width: 78px;
    height: 78px;
  }
}

.spread-digital-fragment {
  position: absolute;
  left: 47%;
  top: 48%;
  z-index: 7;
  width: min(360px, 28vw);
  padding: 1.35rem 1.4rem;
  color: #fff8ee;
  background:
    linear-gradient(145deg, rgba(18, 16, 14, 0.92), rgba(40, 34, 28, 0.82)),
    repeating-linear-gradient(90deg, rgba(255, 248, 238, 0.06), rgba(255, 248, 238, 0.06) 1px, transparent 1px, transparent 34px);
  border: 1px solid rgba(184, 141, 54, 0.28);
  box-shadow: 0 26px 72px rgba(17, 15, 13, 0.18);
  transform: rotate(-3deg);
  animation: heroFloatMini 10s ease-in-out infinite;
}

.spread-digital-fragment::before {
  content: '';
  position: absolute;
  inset: 0.72rem;
  border: 1px solid rgba(184, 141, 54, 0.2);
  pointer-events: none;
}

.spread-digital-fragment span {
  display: block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.spread-digital-fragment strong {
  display: block;
  margin-top: 0.7rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.spread-digital-fragment p {
  margin: 0.7rem 0 0;
  color: rgba(255, 248, 238, 0.72);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .spread-digital-fragment {
    position: relative;
    inset: auto;
    width: min(100%, 420px);
    transform: none;
  }
}

@media (max-width: 700px) {
  .spread-digital-fragment {
    width: min(300px, calc(100vw - 4rem));
    padding: 1.15rem;
    animation: none;
  }
}

.benefit-editorial {
  position: relative;
  overflow: hidden;
  padding: 5.6rem 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.72), transparent 26%),
    linear-gradient(135deg, rgba(255, 250, 243, 0.96), rgba(244, 236, 225, 0.86));
}

.benefit-editorial::before,
.benefit-editorial::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.benefit-editorial::before {
  inset: 1.6rem;
  border: 1px solid rgba(184, 141, 54, 0.1);
  border-radius: 44px;
}

.benefit-editorial::after {
  right: 8%;
  top: 12%;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184, 141, 54, 0.12), transparent 68%);
}

.benefit-copy {
  position: relative;
  z-index: 3;
}

.benefit-copy .eyebrow {
  margin: 0 0 1rem;
}

.benefit-copy h2 {
  max-width: 720px;
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 4.8rem;
  line-height: 0.96;
  letter-spacing: 0;
}

.benefit-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.78;
}

.benefit-photo,
.benefit-panel,
.benefit-digital-card,
.benefit-command-panel {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(22px);
  transition: transform 0.55s ease, opacity 0.55s ease, box-shadow 0.35s ease;
}

.benefit-photo.visible,
.benefit-panel.visible,
.benefit-digital-card.visible,
.benefit-command-panel.visible {
  opacity: 1;
  transform: translateY(0);
}

.benefit-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 46px;
  background: #fffaf3;
  border: 1px solid rgba(184, 141, 54, 0.14);
  box-shadow: 0 34px 110px rgba(17, 15, 13, 0.14);
  isolation: isolate;
}

.benefit-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.02), rgba(17, 15, 13, 0.18)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent 48%);
  pointer-events: none;
}

.benefit-photo img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 0.9s ease, filter 0.9s ease;
}

.benefit-photo:hover img {
  transform: scale(1.035);
  filter: saturate(1.02) contrast(1.02);
}

.benefit-panel,
.benefit-digital-card {
  border-radius: 34px;
  border: 1px solid rgba(184, 141, 54, 0.16);
  background: rgba(255, 252, 247, 0.82);
  box-shadow: 0 24px 74px rgba(17, 15, 13, 0.1);
  backdrop-filter: blur(18px);
}

.benefit-panel {
  padding: 1.65rem;
  display: grid;
  gap: 0.7rem;
}

.benefit-panel span,
.benefit-digital-card span,
.benefit-command-panel span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.benefit-panel h3 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.benefit-panel p,
.benefit-digital-card p,
.benefit-command-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.benefit-digital-card {
  padding: 1.55rem;
  min-height: 210px;
  display: grid;
  align-content: end;
  gap: 0.65rem;
}

.benefit-digital-card::before {
  content: '';
  position: absolute;
  inset: 0.85rem;
  border: 1px solid rgba(184, 141, 54, 0.2);
  border-radius: 26px;
  pointer-events: none;
}

.benefit-digital-card strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.25rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.benefit-wedding-layout {
  position: relative;
  min-height: 680px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.4rem;
}

.benefit-editorial--wedding {
  background:
    radial-gradient(circle at 15% 14%, rgba(255, 255, 255, 0.86), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(184, 141, 54, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(255, 250, 243, 0.98), rgba(239, 228, 212, 0.9));
}

.benefit-wedding-layout .benefit-copy {
  grid-column: 1 / 6;
  grid-row: 1;
  align-self: start;
  padding-top: 1.4rem;
}

.benefit-photo--wedding {
  grid-column: 6 / 13;
  grid-row: 1 / 4;
  height: 620px;
  transform: translateY(22px) rotate(1.5deg);
}

.benefit-photo--wedding.visible {
  transform: translateY(0) rotate(1.5deg);
}

.benefit-wedding-layout .benefit-panel--lead {
  grid-column: 2 / 6;
  grid-row: 2;
  align-self: end;
  transform: translateY(22px) rotate(-2deg);
}

.benefit-wedding-layout .benefit-panel--lead.visible {
  transform: translateY(0) rotate(-2deg);
}

.benefit-wedding-layout .benefit-panel--soft {
  grid-column: 5 / 9;
  grid-row: 3;
  transform: translateY(22px) rotate(2deg);
}

.benefit-wedding-layout .benefit-panel--soft.visible {
  transform: translateY(0) rotate(2deg);
}

.benefit-digital-card--wedding {
  grid-column: 8 / 12;
  grid-row: 3;
  align-self: end;
  color: #fff8ee;
  background:
    linear-gradient(145deg, rgba(18, 16, 14, 0.94), rgba(48, 39, 31, 0.86)),
    repeating-linear-gradient(90deg, rgba(255, 248, 238, 0.06), rgba(255, 248, 238, 0.06) 1px, transparent 1px, transparent 36px);
  transform: translateY(22px) rotate(-2deg);
}

.benefit-digital-card--wedding.visible {
  transform: translateY(0) rotate(-2deg);
}

.benefit-digital-card--wedding p,
.benefit-digital-card--corporate p {
  color: rgba(255, 248, 238, 0.7);
}

.benefit-baptism-layout {
  position: relative;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  grid-template-rows: auto 1fr;
  gap: 1.2rem 4rem;
  align-items: center;
}

.benefit-editorial--baptism {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.88), transparent 34%),
    linear-gradient(135deg, rgba(255, 252, 247, 0.98), rgba(239, 235, 226, 0.78));
}

.benefit-editorial--baptism::before {
  border-color: rgba(184, 141, 54, 0.08);
}

.benefit-copy--quiet h2 {
  max-width: 650px;
  font-size: 4.25rem;
}

.benefit-photo--baptism {
  grid-column: 2;
  grid-row: 1 / 3;
  height: 560px;
  border-radius: 58px;
  box-shadow: 0 28px 90px rgba(91, 79, 67, 0.12);
}

.benefit-air-notes {
  grid-column: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.benefit-editorial--baptism .benefit-panel {
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 62px rgba(91, 79, 67, 0.08);
}

.benefit-digital-card--baptism {
  position: absolute;
  right: 6%;
  bottom: 4%;
  width: 310px;
  min-height: 190px;
  background: rgba(255, 252, 247, 0.86);
  transform: translateY(22px) rotate(-2deg);
}

.benefit-digital-card--baptism.visible {
  transform: translateY(0) rotate(-2deg);
}

.benefit-birthday-layout {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(460px, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: auto auto 1fr;
  gap: 1.4rem 3.6rem;
  align-items: start;
}

.benefit-editorial--birthday {
  background:
    radial-gradient(circle at 18% 12%, rgba(246, 188, 84, 0.22), transparent 28%),
    radial-gradient(circle at 85% 84%, rgba(47, 111, 104, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(255, 247, 235, 0.98), rgba(244, 229, 207, 0.88));
}

.benefit-photo--birthday {
  grid-column: 1;
  grid-row: 1 / 4;
  height: 610px;
  border-radius: 52px;
  transform: translateY(22px) rotate(-1.5deg);
}

.benefit-photo--birthday.visible {
  transform: translateY(0) rotate(-1.5deg);
}

.benefit-copy--birthday {
  grid-column: 2;
  padding-top: 2.2rem;
}

.benefit-copy--birthday h2 {
  font-size: 4.45rem;
}

.benefit-pulse-stack {
  grid-column: 2;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
}

.benefit-panel--warm {
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.86), rgba(255, 239, 215, 0.7));
}

.benefit-digital-card--birthday {
  grid-column: 2;
  width: min(100%, 430px);
  justify-self: end;
  min-height: 220px;
  color: #fff8ee;
  background:
    linear-gradient(145deg, rgba(20, 17, 15, 0.94), rgba(87, 52, 39, 0.84)),
    radial-gradient(circle at 80% 18%, rgba(246, 188, 84, 0.34), transparent 28%);
  transform: translateY(22px) rotate(2deg);
}

.benefit-digital-card--birthday.visible {
  transform: translateY(0) rotate(2deg);
}

.benefit-digital-card--birthday p {
  color: rgba(255, 248, 238, 0.7);
}

.benefit-corporate-layout {
  position: relative;
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(470px, 1.14fr);
  grid-template-rows: auto 1fr;
  gap: 1.2rem 3rem;
  align-items: start;
}

.benefit-editorial--corporate {
  color: #fff8ee;
  background:
    radial-gradient(circle at 78% 18%, rgba(47, 111, 104, 0.2), transparent 28%),
    linear-gradient(135deg, #12100e, #1c1a17 46%, #24231f);
}

.benefit-editorial--corporate::before {
  border-color: rgba(184, 141, 54, 0.18);
}

.benefit-copy--corporate h2 {
  color: #fff8ee;
  font-size: 4.35rem;
}

.benefit-copy--corporate p:not(.eyebrow) {
  color: rgba(255, 248, 238, 0.72);
}

.benefit-photo--corporate {
  grid-column: 2;
  grid-row: 1 / 3;
  height: 600px;
  border-radius: 38px;
  border-color: rgba(184, 141, 54, 0.24);
  background: #171411;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.28);
  transform: translateY(22px) rotate(1deg);
}

.benefit-photo--corporate.visible {
  transform: translateY(0) rotate(1deg);
}

.benefit-command-panel {
  grid-column: 1;
  display: grid;
  gap: 0.7rem;
  padding: 1.25rem;
  border: 1px solid rgba(184, 141, 54, 0.2);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 248, 238, 0.08), rgba(255, 248, 238, 0.03)),
    repeating-linear-gradient(90deg, rgba(255, 248, 238, 0.05), rgba(255, 248, 238, 0.05) 1px, transparent 1px, transparent 42px);
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.18);
}

.benefit-command-panel article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0.25rem 1rem;
  padding: 1rem 0.85rem;
  border-bottom: 1px solid rgba(255, 248, 238, 0.1);
}

.benefit-command-panel article:last-child {
  border-bottom: 0;
}

.benefit-command-panel strong {
  color: #fff8ee;
  font-family: 'Playfair Display', serif;
  font-size: 1.55rem;
  line-height: 1.05;
}

.benefit-command-panel p {
  grid-column: 2;
  color: rgba(255, 248, 238, 0.66);
}

.benefit-digital-card--corporate {
  position: absolute;
  right: 5%;
  bottom: 6%;
  width: 330px;
  min-height: 205px;
  color: #fff8ee;
  border-color: rgba(184, 141, 54, 0.28);
  background:
    linear-gradient(145deg, rgba(17, 15, 13, 0.9), rgba(47, 111, 104, 0.68)),
    repeating-linear-gradient(0deg, rgba(255, 248, 238, 0.08), rgba(255, 248, 238, 0.08) 1px, transparent 1px, transparent 34px);
  transform: translateY(22px) rotate(-2deg);
}

.benefit-digital-card--corporate.visible {
  transform: translateY(0) rotate(-2deg);
}

@media (max-width: 1100px) {
  .benefit-copy h2,
  .benefit-copy--quiet h2,
  .benefit-copy--birthday h2,
  .benefit-copy--corporate h2 {
    font-size: 3.65rem;
  }

  .benefit-wedding-layout,
  .benefit-baptism-layout,
  .benefit-birthday-layout,
  .benefit-corporate-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .benefit-wedding-layout .benefit-copy,
  .benefit-photo--wedding,
  .benefit-wedding-layout .benefit-panel--lead,
  .benefit-wedding-layout .benefit-panel--soft,
  .benefit-digital-card--wedding,
  .benefit-photo--baptism,
  .benefit-air-notes,
  .benefit-photo--birthday,
  .benefit-copy--birthday,
  .benefit-pulse-stack,
  .benefit-digital-card--birthday,
  .benefit-photo--corporate,
  .benefit-command-panel {
    grid-column: 1;
    grid-row: auto;
  }

  .benefit-photo--wedding,
  .benefit-photo--baptism,
  .benefit-photo--birthday,
  .benefit-photo--corporate {
    height: 520px;
  }

  .benefit-digital-card--baptism,
  .benefit-digital-card--corporate {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 420px);
  }
}

@media (max-width: 700px) {
  .benefit-editorial {
    padding: 3.5rem 0;
  }

  .benefit-editorial::before {
    inset: 0.75rem;
    border-radius: 28px;
  }

  .benefit-copy h2,
  .benefit-copy--quiet h2,
  .benefit-copy--birthday h2,
  .benefit-copy--corporate h2 {
    width: min(310px, calc(100vw - 4rem));
    max-width: min(310px, calc(100vw - 4rem));
    font-size: 2.7rem;
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .benefit-copy p:not(.eyebrow) {
    width: min(300px, calc(100vw - 4rem));
    max-width: min(300px, calc(100vw - 4rem));
    font-size: 0.98rem;
    line-height: 1.7;
    overflow-wrap: anywhere;
  }

  .benefit-wedding-layout,
  .benefit-baptism-layout,
  .benefit-birthday-layout,
  .benefit-corporate-layout {
    gap: 1rem;
  }

  .benefit-photo--wedding,
  .benefit-photo--baptism,
  .benefit-photo--birthday,
  .benefit-photo--corporate {
    height: 340px;
    border-radius: 32px;
  }

  .benefit-air-notes,
  .benefit-pulse-stack {
    grid-template-columns: 1fr;
  }

  .benefit-panel,
  .benefit-digital-card,
  .benefit-command-panel {
    border-radius: 28px;
  }

  .benefit-panel {
    padding: 1.25rem;
  }

  .benefit-panel h3 {
    font-size: 1.55rem;
  }

  .benefit-digital-card {
    min-height: 180px;
    width: 100%;
  }

  .benefit-digital-card strong {
    font-size: 1.95rem;
  }

  .benefit-command-panel article {
    grid-template-columns: 1fr;
  }

  .benefit-command-panel p {
    grid-column: auto;
  }
}

/* Final premium harmonization */
:root {
  --shadow: 0 30px 90px rgba(17, 15, 13, 0.09);
  --shadow-soft: 0 18px 60px rgba(17, 15, 13, 0.075);
  --radius: 34px;
}

.hero.section-strong {
  padding: clamp(5.8rem, 8vw, 8.8rem) 0 clamp(5.2rem, 7vw, 7.4rem);
}

.section-strong,
.section-light,
.section-cards,
.category-signature,
.benefit-editorial,
.moodboard-section {
  padding-top: clamp(4.8rem, 7vw, 7.6rem);
  padding-bottom: clamp(4.8rem, 7vw, 7.6rem);
}

.section-header,
.collections-heading,
.moodboard-heading {
  max-width: 780px;
  margin-bottom: clamp(2rem, 4vw, 3.6rem);
}

.hero-grid {
  align-items: center;
  gap: clamp(2.6rem, 5vw, 5.4rem);
}

.hero-copy {
  max-width: 760px;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.2rem, 5.7vw, 5.55rem);
  line-height: 0.98;
}

.hero h1 span {
  display: block;
}

.art-hero h1 {
  max-width: 980px;
  font-size: clamp(4rem, 6.8vw, 7.1rem);
  line-height: 0.9;
}

.section-header h2,
.manifesto-title h2,
.spread-copy h2,
.collections-heading h2,
.sensory-copy h2,
.moodboard-heading h2,
.category-signature-copy h2,
.benefit-copy h2,
.benefit-copy--quiet h2,
.benefit-copy--birthday h2,
.benefit-copy--corporate h2,
.final-cta-layout h2 {
  font-size: clamp(2.35rem, 4.2vw, 4.35rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-header h2,
.cta-panel h2 {
  font-size: clamp(2.15rem, 3.35vw, 3.55rem);
}

.cta-panel h2 {
  max-width: 720px;
}

.universe-scene h3,
.world-invite h3,
.signature-invite h3,
.benefit-panel h3 {
  line-height: 1.02;
}

.universe-scene h3 {
  font-size: clamp(1.85rem, 2.55vw, 2.75rem);
}

.world-invite h3,
.signature-invite h3 {
  font-size: clamp(2.05rem, 3.2vw, 3.35rem);
}

.hero-text,
.section-copy p,
.cta-panel p,
.editorial-copy p,
.gallery-copy p,
.manifesto-text,
.spread-copy p,
.category-signature-copy p:not(.eyebrow),
.benefit-copy p:not(.eyebrow),
.category-world-copy p,
.universe-card > p {
  max-width: 62ch;
  line-height: 1.82;
}

.hero-text {
  max-width: 58ch;
}

.button {
  min-height: 3.25rem;
  padding: 0.98rem 1.75rem;
  font-weight: 700;
}

.hero-collage {
  min-height: clamp(560px, 48vw, 690px);
  border-radius: 52px;
}

.hero-image {
  border-radius: 52px;
  filter: saturate(0.98) contrast(1.04);
}

.paper-card,
.feature-card,
.template-card,
.universe-scene,
.world-invite,
.signature-invite,
.signature-panel,
.benefit-panel,
.benefit-digital-card,
.benefit-command-panel,
.cta-panel,
.legal-block {
  border-radius: var(--radius);
  border-color: rgba(184, 141, 54, 0.16);
  box-shadow: var(--shadow-soft);
}

.paper-card {
  padding: clamp(1.55rem, 2.3vw, 2.45rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 243, 0.94)),
    repeating-linear-gradient(90deg, rgba(47, 111, 104, 0.045), rgba(47, 111, 104, 0.045) 1px, transparent 1px, transparent 40px);
  backdrop-filter: blur(16px);
}

.paper-title {
  font-size: clamp(1.95rem, 3vw, 2.85rem);
}

.paper-subtext,
.paper-detail,
.paper-caption {
  max-width: 34ch;
}

.feature-card,
.template-card {
  padding: clamp(1.75rem, 2.2vw, 2.35rem);
  padding-top: 5.2rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 243, 0.82)),
    repeating-linear-gradient(90deg, rgba(17, 15, 13, 0.016), rgba(17, 15, 13, 0.016) 1px, transparent 1px, transparent 54px);
}

.feature-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
}

.feature-card p {
  line-height: 1.72;
}

.category-world-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
}

.category-world {
  gap: 1rem;
}

.category-world:nth-child(1),
.category-world:nth-child(4) {
  grid-column: span 7;
}

.category-world:nth-child(2),
.category-world:nth-child(3) {
  grid-column: span 5;
}

.category-world:nth-child(1) .category-world-art,
.category-world:nth-child(4) .category-world-art {
  min-height: 520px;
}

.category-world:nth-child(2) .category-world-art,
.category-world:nth-child(3) .category-world-art {
  min-height: 430px;
}

.category-world-art,
.universe-scene,
.signature-photo,
.benefit-photo {
  border-radius: clamp(34px, 3vw, 52px);
}

.world-invite,
.signature-invite {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 250, 243, 0.94)),
    repeating-linear-gradient(90deg, rgba(47, 111, 104, 0.035), rgba(47, 111, 104, 0.035) 1px, transparent 1px, transparent 36px);
  backdrop-filter: blur(18px);
}

.signature-stage {
  min-height: 660px;
}

.signature-photo {
  inset: 0 0 4.6rem 16%;
  overflow: hidden;
}

.signature-panel {
  padding: 1.65rem;
  line-height: 1.65;
}

.category-signature--birthday .signature-photo {
  inset: 2.6rem 18% 0 0;
}

.category-signature--birthday .signature-invite {
  right: 0;
  left: auto;
  transform: rotate(2deg);
}

.category-signature--birthday .signature-panel {
  left: 0;
  right: auto;
  transform: rotate(-2deg);
}

.category-signature--baptism {
  background: linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(242, 238, 229, 0.72));
}

.category-signature--baptism .signature-photo {
  inset: 0 8% 4rem 24%;
  box-shadow: 0 32px 92px rgba(91, 79, 67, 0.1);
}

.category-signature--baptism .signature-invite {
  width: min(380px, 70%);
  min-height: 300px;
}

.category-signature--corporate {
  background:
    linear-gradient(135deg, #11100f, #191713 54%, #24211c);
}

.category-signature--corporate .signature-photo {
  inset: 0 0 4.4rem 12%;
  border: 1px solid rgba(184, 141, 54, 0.18);
}

.section-cards .universe-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.universe-card {
  gap: 1.05rem;
}

.universe-scene {
  min-height: 350px;
  padding: clamp(1.6rem, 2.2vw, 2.25rem);
}

.benefit-editorial {
  overflow: hidden;
}

.benefit-panel {
  padding: clamp(1.55rem, 2vw, 2rem);
}

.benefit-digital-card {
  padding: clamp(1.55rem, 2.1vw, 2rem);
  border-radius: 36px;
}

.benefit-command-panel {
  padding: 1.45rem;
  border-radius: 38px;
}

.benefit-command-panel article {
  padding: 1.2rem 1rem;
}

.benefit-photo img {
  filter: saturate(0.98) contrast(1.04);
}

.benefit-copy--quiet h2,
.benefit-copy--birthday h2,
.benefit-copy--corporate h2 {
  font-size: clamp(2.35rem, 4.2vw, 4.35rem);
}

.page-wedding .hero-image {
  object-position: 50% 50%;
}

.page-birthday .hero-image {
  object-position: 52% 38%;
}

.page-baptism .hero-image,
.page-baby .hero-image {
  object-position: 50% 48%;
}

.page-corporate .hero-image {
  object-position: 46% 50%;
}

.page-corporate .hero-card-main {
  width: min(100%, 360px);
  max-width: 360px;
  overflow: hidden;
}

.page-corporate .hero-card-main h2 {
  font-size: clamp(2rem, 2.4vw, 3.1rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}

.page-corporate .hero-card-main p {
  max-width: 100%;
  overflow-wrap: break-word;
}

.page-home .category-world--wedding .world-photo {
  background-image:
    linear-gradient(120deg, rgba(255, 246, 236, 0.28), rgba(17, 15, 13, 0.08)),
    url('../images/web/wedding-detail.webp');
}

.page-home .category-world--birthday .world-photo {
  background-image:
    radial-gradient(circle at 24% 20%, rgba(184, 141, 54, 0.26), transparent 22%),
    linear-gradient(120deg, rgba(120, 58, 42, 0.2), rgba(255, 244, 220, 0.08)),
    url('../images/web/birthday-signature.webp');
}

.page-home .category-world--baptism .world-photo {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(245, 239, 230, 0.1)),
    url('../images/web/baptism-signature.webp');
}

.page-home .category-world--corporate .world-photo {
  background-image:
    linear-gradient(135deg, rgba(17, 15, 13, 0.58), rgba(47, 55, 62, 0.22)),
    url('../images/web/corporate-signature.webp');
}

.category-signature--wedding .signature-photo {
  background-image:
    linear-gradient(120deg, rgba(255, 246, 236, 0.2), rgba(17, 15, 13, 0.08)),
    url('../images/web/wedding-signature.webp');
}

.category-signature--birthday .signature-photo {
  background-image:
    radial-gradient(circle at 22% 20%, rgba(184, 141, 54, 0.24), transparent 22%),
    linear-gradient(120deg, rgba(138, 69, 45, 0.28), rgba(255, 238, 204, 0.1)),
    url('../images/web/birthday-signature.webp');
}

.category-signature--baptism .signature-photo {
  background-image:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(245, 239, 230, 0.12)),
    url('../images/web/baptism-signature.webp');
}

.category-signature--corporate .signature-photo {
  background-image:
    linear-gradient(135deg, rgba(17, 15, 13, 0.6), rgba(47, 55, 62, 0.28)),
    url('../images/web/corporate-signature.webp');
}

.page-baby .category-signature--baby .signature-photo {
  background-image:
    linear-gradient(135deg, rgba(255, 244, 238, 0.58), rgba(245, 229, 217, 0.18)),
    url('../images/web/baby-signature.webp');
}

.page-baby .universe-card--tender .universe-scene,
.page-baby .universe-card--floral .universe-scene,
.page-baby .universe-card--minimal .universe-scene,
.page-baby .universe-card--mediterranean .universe-scene {
  color: #312820;
  background:
    linear-gradient(135deg, rgba(255, 248, 243, 0.78), rgba(242, 218, 211, 0.42)),
    url('../images/web/baby-signature.webp') center/cover;
}

.page-wedding .universe-card--elegant .universe-scene {
  background:
    linear-gradient(135deg, rgba(17, 15, 13, 0.88), rgba(49, 35, 29, 0.72)),
    url('../images/web/wedding-velvet-ring.webp') center/cover;
}

.page-wedding .universe-card--floral .universe-scene {
  background:
    linear-gradient(135deg, rgba(255, 246, 236, 0.42), rgba(61, 35, 28, 0.28)),
    url('../images/web/wedding-detail.webp') center/cover;
}

.page-wedding .universe-card--luxe .universe-scene {
  color: #fff8ee;
  background:
    linear-gradient(135deg, rgba(17, 15, 13, 0.74), rgba(84, 54, 36, 0.34)),
    url('../images/web/wedding-hero.webp') center/cover;
}

.page-wedding .universe-card--minimal .universe-scene {
  color: #171411;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 240, 232, 0.78)),
    repeating-linear-gradient(90deg, rgba(17, 15, 13, 0.03), rgba(17, 15, 13, 0.03) 1px, transparent 1px, transparent 58px);
}

.page-baptism .universe-card--baptism-light .universe-scene {
  color: #312820;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(246, 240, 232, 0.6)),
    url('../images/web/baptism-hero.webp') center/cover;
}

.page-baptism .universe-card--floral .universe-scene {
  color: #312820;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(239, 231, 220, 0.52)),
    url('../images/web/baptism-signature.webp') center/cover;
}

.page-baptism .universe-card--tender .universe-scene {
  color: #312820;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(239, 231, 220, 0.45)),
    url('../images/web/baptism-benefit.webp') center/cover;
}

.page-baptism .universe-card--minimal .universe-scene {
  color: #171411;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(246, 240, 232, 0.78)),
    repeating-linear-gradient(90deg, rgba(17, 15, 13, 0.024), rgba(17, 15, 13, 0.024) 1px, transparent 1px, transparent 62px);
}

.page-birthday .universe-card--birthday-warm .universe-scene {
  color: #fff8ee;
  background:
    linear-gradient(135deg, rgba(28, 18, 13, 0.72), rgba(130, 66, 38, 0.38)),
    url('../images/web/birthday-signature.webp') center/cover;
}

.page-birthday .universe-card--floral .universe-scene {
  color: #fff8ee;
  background:
    linear-gradient(135deg, rgba(28, 18, 13, 0.62), rgba(130, 66, 38, 0.26)),
    url('../images/web/birthday-hero.webp') center/cover;
}

.page-birthday .universe-card--luxe .universe-scene {
  color: #fff8ee;
  background:
    linear-gradient(135deg, rgba(28, 18, 13, 0.72), rgba(130, 66, 38, 0.34)),
    url('../images/web/birthday-benefit.webp') center/cover;
}

.page-birthday .universe-card--modern .universe-scene {
  color: #fff8ee;
  background:
    linear-gradient(135deg, rgba(22, 18, 16, 0.96), rgba(107, 55, 39, 0.78)),
    repeating-linear-gradient(90deg, rgba(255, 248, 238, 0.08), rgba(255, 248, 238, 0.08) 1px, transparent 1px, transparent 42px);
}

.page-corporate .universe-card--modern .universe-scene {
  color: #fff8ee;
  background:
    linear-gradient(135deg, rgba(12, 10, 9, 0.9), rgba(43, 35, 27, 0.7)),
    url('../images/web/corporate-benefit.webp') center/cover;
}

.page-corporate .universe-card--luxe .universe-scene {
  color: #fff8ee;
  background:
    linear-gradient(135deg, rgba(12, 10, 9, 0.88), rgba(53, 43, 32, 0.62)),
    url('../images/web/corporate-signature.webp') center/cover;
}

.page-corporate .universe-card--corporate-grid .universe-scene {
  color: #fff8ee;
  background:
    linear-gradient(135deg, rgba(18, 17, 15, 0.96), rgba(47, 111, 104, 0.48)),
    repeating-linear-gradient(90deg, rgba(255, 248, 238, 0.07), rgba(255, 248, 238, 0.07) 1px, transparent 1px, transparent 42px);
}

.page-corporate .universe-card--minimal .universe-scene {
  color: #171411;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(231, 226, 216, 0.78)),
    repeating-linear-gradient(90deg, rgba(17, 15, 13, 0.03), rgba(17, 15, 13, 0.03) 1px, transparent 1px, transparent 58px);
}

.legal-content {
  padding: clamp(4rem, 7vw, 7rem) clamp(1.5rem, 3vw, 4rem);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.legal-block {
  padding: clamp(1.5rem, 2.2vw, 2rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 243, 0.82));
}

.legal-block h2 {
  margin: 0 0 0.9rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
}

.legal-block p {
  margin: 0.45rem 0 0;
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.75;
}

.legal-block a {
  color: var(--text);
}

.site-footer {
  position: relative;
  padding: clamp(4.8rem, 8vw, 7rem) 0 2.4rem;
  color: #fff8ee;
  background:
    linear-gradient(135deg, #12100e 0%, #1b1814 54%, #272117 100%);
  overflow: hidden;
}

.site-footer::before {
  content: '';
  position: absolute;
  inset: 1.1rem;
  border: 1px solid rgba(184, 141, 54, 0.14);
  border-radius: 42px;
  pointer-events: none;
}

.footer-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(0, 0.72fr));
  gap: clamp(2rem, 4vw, 4.6rem);
  align-items: start;
}

.footer-brand-panel {
  max-width: 520px;
}

.footer-logo {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1.6rem;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.footer-logo img {
  max-height: 34px;
}

.logo img,
.site-logo img,
.footer-logo img,
.brand-mark img,
.brand img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  background: transparent;
}

.site-logo,
.footer-logo,
.brand-mark {
  background: transparent !important;
  box-shadow: none !important;
}

.footer-kicker,
.footer-title {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-claim {
  margin: 0;
  max-width: 480px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.1vw, 3.65rem);
  line-height: 1;
  letter-spacing: 0;
}

.footer-note {
  margin: 1.35rem 0 0;
  max-width: 46ch;
  color: rgba(255, 248, 238, 0.68);
  line-height: 1.8;
}

.footer-column {
  display: grid;
  gap: 0.72rem;
}

.site-footer a {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  color: rgba(255, 248, 238, 0.72);
  text-decoration: none;
  line-height: 1.45;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer a:hover {
  color: #fff8ee;
  transform: translateX(2px);
}

.footer-contact {
  margin: 0;
  color: rgba(255, 248, 238, 0.66);
  line-height: 1.75;
}

.footer-signature {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: clamp(3rem, 5vw, 5rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 248, 238, 0.12);
  color: rgba(255, 248, 238, 0.54);
  font-size: 0.9rem;
}

.footer-signature p {
  margin: 0;
}

.footer-signature a {
  color: rgba(255, 248, 238, 0.78);
}

@media (max-width: 1200px) {
  .section-cards .universe-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 980px) {
  .category-world-grid {
    grid-template-columns: 1fr;
  }

  .category-world:nth-child(n) {
    grid-column: auto;
  }

  .category-world:nth-child(n) .category-world-art {
    min-height: 420px;
  }

  .signature-stage {
    min-height: 570px;
  }

  .signature-photo,
  .category-signature--birthday .signature-photo,
  .category-signature--baptism .signature-photo,
  .category-signature--corporate .signature-photo {
    inset: 0 0 5rem 10%;
  }

  .category-signature--birthday .signature-invite,
  .category-signature--birthday .signature-panel {
    left: 0;
    right: auto;
  }

  .legal-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .container {
    width: min(100% - 2rem, var(--max-width));
    padding-inline: 0;
  }

  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    width: min(100% - 2rem, var(--max-width));
    max-width: min(100% - 2rem, var(--max-width));
    padding-inline: 0;
  }

  .brand {
    justify-self: start;
  }

  .hero.section-strong {
    padding: 4.2rem 0 3.4rem;
  }

  .hero h1 {
    max-width: min(22.5rem, calc(100vw - 2rem));
    font-size: clamp(2.2rem, 7.9vw, 2.55rem);
    line-height: 1.05;
  }

  .art-hero h1 {
    font-size: clamp(2.9rem, 11vw, 3.8rem);
    line-height: 0.96;
  }

  .section-header h2,
  .manifesto-title h2,
  .spread-copy h2,
  .collections-heading h2,
  .sensory-copy h2,
  .moodboard-heading h2,
  .category-signature-copy h2,
  .benefit-copy h2,
  .benefit-copy--quiet h2,
  .benefit-copy--birthday h2,
  .benefit-copy--corporate h2,
  .final-cta-layout h2 {
    width: min(21rem, calc(100vw - 2rem));
    max-width: min(21rem, calc(100vw - 2rem));
    font-size: clamp(2.2rem, 9.7vw, 3rem);
    line-height: 1.02;
  }

  .hero-text,
  .manifesto-text,
  .spread-copy p:last-child,
  .category-world-copy p,
  .universe-card > p,
  .category-signature-copy p:not(.eyebrow),
  .sensory-copy p:not(.eyebrow),
  .benefit-copy p:not(.eyebrow) {
    width: min(21rem, calc(100vw - 2rem));
    max-width: min(21rem, calc(100vw - 2rem));
    line-height: 1.72;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(22rem, calc(100vw - 2rem));
  }

  .hero-actions .button {
    width: 100%;
  }

  .nav-toggle {
    display: inline-flex !important;
    position: static !important;
    grid-column: 2;
    justify-self: end !important;
    margin-left: 0;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    justify-content: center !important;
    padding: 0.72rem 0.95rem;
    border: 1px solid rgba(184, 141, 54, 0.18);
    border-radius: 999px;
    background: rgba(255, 250, 243, 0.92);
    box-shadow: 0 12px 30px rgba(17, 15, 13, 0.08);
    color: var(--text) !important;
    font-size: 0.78rem !important;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    z-index: 80 !important;
    transform: translateX(-5.4rem);
  }

  .nav-toggle::before {
    content: none !important;
    display: none !important;
  }

  .nav-toggle::after {
    content: none !important;
  }

  .hero-collage {
    min-height: 520px;
    border-radius: 38px;
  }

  .hero-image {
    border-radius: 38px;
  }

  .hero-card-main {
    left: 1rem;
    top: 1.4rem;
    width: min(78%, 300px);
  }

  .paper-card-side {
    right: 1rem;
    bottom: 1.2rem;
    width: min(72%, 260px);
  }

  .category-world:nth-child(n) .category-world-art {
    min-height: 360px;
  }

  .world-invite {
    width: min(82%, 300px);
    min-height: 160px;
  }

  .section-cards .universe-grid,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .universe-scene {
    min-height: 300px;
  }

  .signature-stage {
    min-height: 540px;
  }

  .signature-invite {
    width: 84%;
    min-height: 265px;
  }

  .signature-panel {
    width: min(190px, 48%);
  }

  .legal-content {
    padding-inline: 0;
  }

  .site-footer::before {
    inset: 0.65rem;
    border-radius: 28px;
  }

  .footer-signature {
    display: grid;
  }
}

.floating-contact {
  --floating-bg: rgba(18, 16, 14, 0.9);
  --floating-icon: #fff8ee;
  --floating-border: rgba(184, 141, 54, 0.28);
  --floating-accent: #b88d36;
  --floating-shadow: 0 18px 42px rgba(17, 15, 13, 0.18);
  position: fixed;
  top: 50%;
  right: 1.5rem;
  right: calc(1.5rem + env(safe-area-inset-right));
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  transform: translateY(-50%);
}

.floating-contact__button {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid var(--floating-border);
  border-radius: 17px;
  background:
    linear-gradient(145deg, rgba(255, 248, 238, 0.08), transparent 42%),
    var(--floating-bg);
  box-shadow: var(--floating-shadow);
  color: var(--floating-icon);
  line-height: 0;
  text-decoration: none;
  backdrop-filter: blur(14px) saturate(1.06);
  -webkit-backdrop-filter: blur(14px) saturate(1.06);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.floating-contact__button::before {
  content: '';
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 248, 238, 0.08);
  border-radius: 12px;
  pointer-events: none;
}

.floating-contact__icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-contact__button:hover {
  border-color: color-mix(in srgb, var(--floating-accent) 70%, #fff8ee 30%);
  box-shadow: 0 24px 54px rgba(17, 15, 13, 0.26);
  color: #fff8ee;
  transform: translateY(-3px);
}

.floating-contact__button:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--floating-accent) 70%, #fff8ee 30%);
  outline-offset: 4px;
}

.page-wedding .floating-contact {
  --floating-bg: rgba(15, 13, 11, 0.92);
  --floating-border: rgba(205, 156, 67, 0.34);
  --floating-accent: #c99742;
  --floating-shadow: 0 20px 48px rgba(17, 15, 13, 0.2);
}

.page-baptism .floating-contact {
  --floating-bg: rgba(255, 252, 246, 0.9);
  --floating-icon: #22180f;
  --floating-border: rgba(194, 160, 91, 0.42);
  --floating-accent: #c29b4d;
  --floating-shadow: 0 18px 42px rgba(111, 88, 49, 0.14);
}

.page-baptism .floating-contact__button::before {
  border-color: rgba(194, 160, 91, 0.18);
}

.page-baptism .floating-contact__button:hover {
  color: #21180e;
}

.page-birthday .floating-contact {
  --floating-bg: rgba(38, 23, 15, 0.91);
  --floating-border: rgba(224, 150, 74, 0.36);
  --floating-accent: #df9850;
  --floating-shadow: 0 20px 46px rgba(80, 38, 20, 0.24);
}

.page-corporate .floating-contact {
  --floating-bg: rgba(13, 12, 11, 0.93);
  --floating-border: rgba(181, 116, 58, 0.38);
  --floating-accent: #b87945;
  --floating-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
}

.page-corporate .floating-contact__button {
  border-radius: 16px;
}

@media (hover: hover) and (pointer: fine) {
  .floating-contact__button::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 50%;
    right: calc(100% + 0.72rem);
    padding: 0.48rem 0.66rem;
    border: 1px solid rgba(184, 141, 54, 0.18);
    border-radius: 999px;
    background: rgba(18, 16, 14, 0.88);
    box-shadow: 0 14px 34px rgba(17, 15, 13, 0.16);
    color: #fff8ee;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transform: translate(6px, -50%);
    transition: opacity 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
  }

  .page-baptism .floating-contact__button::after {
    background: rgba(255, 252, 246, 0.94);
    color: #22180f;
  }

  .floating-contact__button:hover::after,
  .floating-contact__button:focus-visible::after {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

@media (max-width: 700px) {
  .floating-contact {
    top: auto;
    left: auto;
    right: calc(16px + env(safe-area-inset-right));
    bottom: calc(20px + env(safe-area-inset-bottom));
    gap: 0.42rem;
    transform: none;
  }

  .floating-contact__button {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(17, 15, 13, 0.2);
  }

  .floating-contact__button::before {
    inset: 6px;
    border-radius: 13px;
  }

  .floating-contact__icon {
    width: 18px;
    height: 18px;
  }

  .floating-contact__button:active {
    transform: translateY(1px) scale(0.97);
  }
}

@media (max-width: 380px) {
  .floating-contact {
    right: calc(14px + env(safe-area-inset-right));
    bottom: calc(18px + env(safe-area-inset-bottom));
    gap: 0.36rem;
  }

  .floating-contact__button {
    width: 48px;
    height: 48px;
    border-radius: 17px;
  }
}

@media (min-width: 701px) and (max-width: 1024px) {
  .floating-contact {
    top: auto;
    right: calc(18px + env(safe-area-inset-right));
    bottom: calc(24px + env(safe-area-inset-bottom));
    gap: 0.5rem;
    transform: none;
  }

  .floating-contact__button {
    width: 54px;
    height: 54px;
    border-radius: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-contact__button {
    transition: none;
  }
}

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 9999;
  width: min(520px, calc(100% - 48px));
  padding: 22px;
  border-radius: 28px;
  background: rgba(18, 15, 13, 0.94);
  color: #f8f3ea;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(201, 155, 60, 0.28);
  backdrop-filter: blur(14px);
  display: none;
  gap: 18px;
  align-items: flex-end;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner__content {
  flex: 1;
}

.cookie-banner__title {
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #d2a64d;
}

.cookie-banner__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(248, 243, 234, 0.82);
}

.cookie-banner__link {
  display: inline-block;
  margin-top: 10px;
  color: rgba(248, 243, 234, 0.72);
  text-decoration: none;
  font-size: 0.85rem;
}

.cookie-banner__link:hover {
  color: #d2a64d;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-banner__button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease;
}

.cookie-banner__button:hover {
  transform: translateY(-2px);
}

.cookie-banner__button--primary {
  background: #c89b3c;
  color: #14100d;
}

.cookie-banner__button--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #f8f3ea;
}

@media (max-width: 700px) {
  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }

  .cookie-banner__actions {
    width: 100%;
  }

  .cookie-banner__button {
    flex: 1;
  }
}

@keyframes oreavaHeaderIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  background:
    linear-gradient(180deg, rgba(245, 239, 230, 0.91), rgba(245, 239, 230, 0.78));
  border-bottom: 1px solid rgba(28, 24, 21, 0.08);
  box-shadow: 0 14px 40px rgba(17, 15, 13, 0.045);
  backdrop-filter: blur(16px) saturate(1.02);
  -webkit-backdrop-filter: blur(16px) saturate(1.02);
  animation: oreavaHeaderIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  isolation: isolate;
}

.site-header::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 141, 54, 0.28), transparent);
  opacity: 0.58;
  pointer-events: none;
}

.header-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 76px;
  gap: clamp(1.5rem, 3vw, 3.2rem);
  padding: clamp(0.88rem, 1.25vw, 1.12rem) 0;
}

.brand {
  justify-self: start;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.brand:hover {
  transform: translateY(-1px);
}

.brand img {
  max-height: clamp(38px, 3vw, 44px);
}

.site-nav {
  display: flex;
  flex: initial;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: clamp(1.15rem, 2.05vw, 2.45rem);
}

.site-nav::before {
  display: none;
}

.site-nav a {
  position: relative;
  padding: 0.72rem 0.05rem;
  color: rgba(111, 101, 93, 0.94);
  font-size: clamp(0.76rem, 0.74vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    color 0.28s ease,
    transform 0.28s ease,
    opacity 0.28s ease;
}

.site-nav a::after {
  content: '';
  position: absolute;
  right: 50%;
  bottom: 0.38rem;
  width: min(1.35rem, 68%);
  height: 1px;
  background: var(--gold);
  opacity: 0;
  transform: translateX(50%) scaleX(0.42);
  transform-origin: center;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active,
.page-home .site-nav a[href="/"],
.page-wedding .site-nav a[href="/mariage"],
.page-birthday .site-nav a[href="/anniversaire"],
.page-baptism .site-nav a[href="/bapteme"],
.page-corporate .site-nav a[href="/evenement-professionnel"],
.page-legal .site-nav a[href="/mentions-legales"] {
  color: var(--text);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after,
.page-home .site-nav a[href="/"]::after,
.page-wedding .site-nav a[href="/mariage"]::after,
.page-birthday .site-nav a[href="/anniversaire"]::after,
.page-baptism .site-nav a[href="/bapteme"]::after,
.page-corporate .site-nav a[href="/evenement-professionnel"]::after,
.page-legal .site-nav a[href="/mentions-legales"]::after {
  opacity: 0.62;
  transform: translateX(50%) scaleX(1);
}

.site-nav a:focus-visible,
.nav-toggle:focus-visible,
.site-header .header-inner > .button:focus-visible {
  outline: 1px solid rgba(184, 141, 54, 0.64);
  outline-offset: 5px;
}

.site-header .header-inner > .button {
  position: relative;
  justify-self: end;
  min-height: 46px;
  padding: 0.84rem 1.48rem;
  border: 1px solid rgba(184, 141, 54, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 248, 238, 0.08), transparent 46%),
    var(--accent);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 238, 0.08),
    0 16px 34px rgba(17, 15, 13, 0.14);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1;
  overflow: hidden;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.site-header .header-inner > .button:hover {
  border-color: rgba(184, 141, 54, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 238, 0.1),
    0 20px 44px rgba(17, 15, 13, 0.18);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
}

@media (max-width: 1180px) and (min-width: 981px) {
  .header-inner {
    gap: clamp(1rem, 2vw, 1.8rem);
  }

  .site-nav {
    gap: clamp(0.85rem, 1.35vw, 1.35rem);
  }

  .site-nav a {
    font-size: 0.74rem;
    letter-spacing: 0.045em;
  }

  .site-header .header-inner > .button {
    padding-inline: 1.18rem;
  }
}

@media (max-width: 980px) {
  .site-header {
    background:
      linear-gradient(180deg, rgba(245, 239, 230, 0.94), rgba(245, 239, 230, 0.84));
  }

  .header-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    width: min(100% - 2rem, var(--max-width)) !important;
    max-width: min(100% - 2rem, var(--max-width)) !important;
    min-height: 68px;
    gap: 1rem;
    padding: 0.78rem 0;
  }

  .brand {
    grid-column: 1;
    justify-self: start;
  }

  .brand img {
    max-height: 38px;
  }

  .site-header .header-inner > .button {
    display: none !important;
  }

  .nav-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    z-index: 4 !important;
    display: inline-flex !important;
    grid-column: 2;
    align-items: center;
    justify-content: center !important;
    justify-self: end !important;
    width: auto !important;
    min-width: 0 !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0.72rem 0.95rem 0.72rem 0.78rem;
    border: 1px solid rgba(184, 141, 54, 0.34);
    border-radius: 999px;
    background:
      linear-gradient(145deg, rgba(255, 248, 238, 0.1), transparent 46%),
      var(--accent);
    box-shadow: 0 14px 34px rgba(17, 15, 13, 0.16);
    color: var(--gold) !important;
    font-size: 0.74rem !important;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    transform: none !important;
    cursor: pointer;
    transition:
      transform 0.28s ease,
      border-color 0.28s ease,
      box-shadow 0.28s ease;
  }

  .nav-toggle::before {
    content: '' !important;
    display: block !important;
    width: 17px;
    height: 9px;
    margin-right: 0.52rem;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    background: linear-gradient(currentColor, currentColor) center / 17px 1px no-repeat;
    box-shadow: none !important;
    transform-origin: center;
    transition: transform 0.26s ease, border-color 0.26s ease, background 0.26s ease;
  }

  .nav-toggle::after {
    content: '' !important;
    position: absolute;
    left: 0.78rem;
    width: 17px;
    height: 1px;
    background: currentColor;
    opacity: 0;
    transform: rotate(-45deg);
    transition: opacity 0.22s ease;
  }

  .site-header.active .nav-toggle {
    border-color: rgba(184, 141, 54, 0.52);
    box-shadow: 0 16px 38px rgba(17, 15, 13, 0.2);
  }

  .site-header.active .nav-toggle::before {
    border-bottom-color: transparent;
    background: none;
    transform: rotate(45deg) translate(1px, 1px);
  }

  .site-header.active .nav-toggle::after {
    opacity: 1;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.58rem);
    right: 0;
    left: 0;
    z-index: 3;
    display: grid !important;
    width: 100% !important;
    padding: 1.12rem 1.18rem 1rem;
    gap: 0;
    border: 1px solid rgba(184, 141, 54, 0.18);
    border-radius: 28px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(245, 239, 230, 0.98)),
      rgba(245, 239, 230, 0.98);
    box-shadow: 0 28px 72px rgba(17, 15, 13, 0.16);
    backdrop-filter: blur(18px) saturate(1.04);
    -webkit-backdrop-filter: blur(18px) saturate(1.04);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.985);
    transform-origin: top center;
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0.28s ease;
    visibility: hidden;
  }

  .site-header.active .site-nav {
    grid-column: auto !important;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .site-nav::before {
    content: 'Invitations digitales premium';
    display: flex;
    min-height: 2.25rem;
    align-items: center;
    margin-bottom: 0.42rem;
    padding: 0 0 0.88rem 2.35rem;
    border-bottom: 1px solid rgba(184, 141, 54, 0.14);
    background: url('../images/ui/oreava-mark-transparent.webp') left 0.02rem top 0.02rem / 1.42rem 1.42rem no-repeat;
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .site-nav a {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0.96rem 0.1rem;
    border-bottom: 1px solid rgba(28, 24, 21, 0.08);
    color: var(--text);
    font-size: clamp(1rem, 3.2vw, 1.22rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.15;
    text-transform: none;
    transform: none;
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .site-nav a::after {
    position: static;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--gold);
    border-right: 1px solid var(--gold);
    background: none;
    opacity: 0.34;
    transform: rotate(45deg);
  }

  .page-home .site-nav a[href="/"]::after,
  .page-wedding .site-nav a[href="/mariage"]::after,
  .page-birthday .site-nav a[href="/anniversaire"]::after,
  .page-baptism .site-nav a[href="/bapteme"]::after,
  .page-corporate .site-nav a[href="/evenement-professionnel"]::after,
  .page-legal .site-nav a[href="/mentions-legales"]::after {
    position: static;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--gold);
    border-right: 1px solid var(--gold);
    background: none;
    opacity: 0.76;
    transform: rotate(45deg);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav a.is-active {
    padding-left: 0.36rem;
    color: var(--accent);
    transform: none;
  }

  .site-nav a:hover::after,
  .site-nav a:focus-visible::after,
  .site-nav a.is-active::after,
  .page-home .site-nav a[href="/"]::after,
  .page-wedding .site-nav a[href="/mariage"]::after,
  .page-birthday .site-nav a[href="/anniversaire"]::after,
  .page-baptism .site-nav a[href="/bapteme"]::after,
  .page-corporate .site-nav a[href="/evenement-professionnel"]::after,
  .page-legal .site-nav a[href="/mentions-legales"]::after {
    opacity: 0.76;
    transform: translateX(-2px) rotate(45deg);
  }

  .floating-contact {
    top: auto;
    left: auto;
    right: calc(16px + env(safe-area-inset-right));
    bottom: calc(22px + env(safe-area-inset-bottom));
    gap: 0.4rem;
    transform: none;
  }

  .floating-contact__button {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(17, 15, 13, 0.2);
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  .header-inner {
    min-height: 72px;
  }

  .site-nav {
    right: 0;
    left: auto;
    width: min(24rem, calc(100vw - 2rem)) !important;
  }

  .floating-contact {
    right: calc(18px + env(safe-area-inset-right));
    bottom: calc(24px + env(safe-area-inset-bottom));
    gap: 0.5rem;
  }

  .floating-contact__button {
    width: 54px;
    height: 54px;
    border-radius: 19px;
  }
}

@media (max-width: 700px) {
  .header-inner {
    min-height: 66px;
  }

  .site-nav {
    border-radius: 24px;
  }

  .floating-contact {
    right: calc(16px + env(safe-area-inset-right));
    bottom: calc(20px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 380px) {
  .header-inner {
    width: min(100% - 1.6rem, var(--max-width)) !important;
    max-width: min(100% - 1.6rem, var(--max-width)) !important;
  }

  .brand img {
    max-height: 34px;
  }

  .nav-toggle {
    height: 40px !important;
    padding: 0.68rem 0.82rem 0.68rem 0.7rem;
    font-size: 0.68rem !important;
  }

  .nav-toggle::before {
    width: 15px;
    margin-right: 0.44rem;
    background-size: 15px 1px;
  }

  .nav-toggle::after {
    left: 0.7rem;
    width: 15px;
  }

  .site-nav {
    padding: 1rem 1rem 0.88rem;
  }

  .site-nav a {
    min-height: 48px;
    font-size: 1rem;
  }

  .floating-contact {
    right: calc(14px + env(safe-area-inset-right));
    bottom: calc(18px + env(safe-area-inset-bottom));
    gap: 0.36rem;
  }

  .floating-contact__button {
    width: 48px;
    height: 48px;
    border-radius: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    animation: none;
  }

  .site-header *,
  .site-header *::before,
  .site-header *::after {
    transition-duration: 0.01ms !important;
  }
}
