@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600&family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root {  --ink: #fffaf0;  --soft: #cfb88c;  --muted: #968b79;  --gold: #c9a255;  --champagne: #f2dca8;  --accent: #e8d5a3;  --rose: #ff8fb8;  --violet: #b69cff;  --black: #030303;  --panel: rgba(20, 18, 15, 0.68);  --panel-strong: rgba(7, 7, 7, 0.9);  --line: rgba(255, 255, 255, 0.14);  --line-gold: rgba(201, 162, 85, 0.3);  --shadow: 0 30px 100px rgba(0, 0, 0, 0.55);  --radius: 8px;  --max: 1200px;}* {  box-sizing: border-box;}html {  background: var(--black);  scroll-behavior: smooth;}body {  margin: 0;  min-height: 100vh;  overflow-x: hidden;  color: var(--ink);  background:    radial-gradient(circle at 12% 5%, rgba(126, 230, 222, 0.09), transparent 24rem),    radial-gradient(circle at 82% 8%, rgba(201, 162, 85, 0.14), transparent 28rem),    linear-gradient(180deg, #030303 0%, #080706 44%, #0f0c08 100%);  font-family:    "Inter", "SF Pro Display", "Segoe UI", ui-sans-serif,     system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;  line-height: 1.7;  letter-spacing: 0.01em;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}body::selection {  background: rgba(201, 162, 85, 0.4);}img {  display: block;  max-width: 100%;}a {  color: inherit;  text-decoration: none;}button,input,select,textarea {  font: inherit;}button {  color: inherit;}.prism-canvas {  position: fixed;  inset: 0;  z-index: 0;  width: 100%;  height: 100%;  pointer-events: none;  opacity: 1;}.site-header,.mobile-drawer,main,.site-footer,.lightbox {  position: relative;  z-index: 1;}.site-header {  position: fixed;  z-index: 30;  top: 0;  left: 0;  right: 0;  display: flex;  align-items: center;  justify-content: space-between;  gap: 20px;  padding: 18px clamp(18px, 4vw, 48px);  color: #fff;  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;}.site-header.is-scrolled {  border-bottom: 1px solid var(--line-gold);  background: rgba(3, 3, 3, 0.85);  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35), 0 0 40px rgba(201, 162, 85, 0.06);  backdrop-filter: blur(24px);}.brand,.nav-links,.header-actions,.hero-actions,.section-actions,.site-footer,.site-footer nav,.compare-caption {  display: flex;  align-items: center;}.brand {  gap: 12px;  min-width: max-content;  font-family: "Playfair Display", Georgia, "Times New Roman", serif;  font-size: 1.15rem;  font-weight: 700;  letter-spacing: 0.06em;}.brand-mark {  position: relative;  width: 28px;  height: 28px;  border: 1px solid var(--gold);  transform: rotate(45deg);  box-shadow: 0 0 24px rgba(201, 162, 85, 0.55);  transition: box-shadow 350ms ease, transform 350ms ease;}.brand-mark::after {  content: "";  position: absolute;  inset: 8px;  background: var(--champagne);  box-shadow: 0 0 18px var(--champagne);}.nav-links {  gap: clamp(16px, 2.2vw, 28px);  color: rgba(255, 255, 255, 0.85);  font-size: 0.88rem;  font-weight: 800;  letter-spacing: 0.04em;  text-transform: uppercase;}.nav-links a {  position: relative;  transition: color 160ms ease, text-shadow 160ms ease;}.nav-links a::after {  content: "";  position: absolute;  bottom: -4px;  left: 0;  width: 100%;  height: 1px;  background: var(--gold);  transform: scaleX(0);  transform-origin: left;  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);}.nav-links a:hover::after {  transform: scaleX(1);}.mobile-drawer a,.site-footer a {  transition: color 160ms ease, text-shadow 160ms ease;}.nav-links a:hover,.nav-links a.is-active,.mobile-drawer a:hover,.mobile-drawer a.is-active,.site-footer a:hover {  color: var(--champagne);  text-shadow: 0 0 16px rgba(201, 162, 85, 0.4);}.header-actions {  gap: 10px;}.header-cta,.button,.menu-button,.filter-bar button,.gallery-card button {  border-radius: var(--radius);  cursor: pointer;  font-weight: 900;}.header-cta {  min-width: max-content;  padding: 12px 20px;  border: 1px solid var(--gold);  background: rgba(201, 162, 85, 0.12);  color: #fff;  font-weight: 900;  letter-spacing: 0.04em;  font-size: 0.85rem;  transition: background 300ms ease, border-color 300ms ease, box-shadow 300ms ease;}.menu-button {  display: none;  width: 42px;  height: 42px;  border: 1px solid var(--line);  border-radius: 50%;  background: rgba(255, 255, 255, 0.04);  transition: background 160ms ease, border-color 160ms ease;}.menu-button:hover {  background: rgba(255, 255, 255, 0.1);  border-color: var(--line-gold);}.mobile-drawer {  position: fixed;  z-index: 25;  top: 72px;  left: 16px;  right: 16px;  display: grid;  gap: 4px;  padding: 12px;  border: 1px solid var(--line);  border-radius: var(--radius);  background: rgba(5, 5, 5, 0.94);  backdrop-filter: blur(18px);}.mobile-drawer[hidden] {  display: none;}.mobile-drawer a {  padding: 12px;  color: rgba(255, 255, 255, 0.78);  font-weight: 800;}.button {  display: inline-flex;  justify-content: center;  align-items: center;  min-height: 50px;  padding: 15px 20px;  border: 1px solid transparent;  line-height: 1;  text-align: center;  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;}.button-primary:hover {  transform: translateY(-2px);  background: linear-gradient(135deg, #ffecc0, #dbb96e 50%, #f0d692);  box-shadow: 0 28px 65px rgba(215, 181, 109, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.4);}.button-secondary:hover,.header-cta:hover {  transform: translateY(-2px);  border-color: var(--gold);  background: rgba(201, 162, 85, 0.18);  box-shadow: 0 12px 35px rgba(201, 162, 85, 0.2);}.button-primary {  color: #1a1205;  background: linear-gradient(135deg, #f8e2a8, #d4ad60 50%, #e8ca7e);  box-shadow: 0 20px 50px rgba(215, 181, 109, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.35);  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);}.button-secondary {  border-color: rgba(255, 255, 255, 0.2);  background: rgba(255, 255, 255, 0.06);  color: #fff;  backdrop-filter: blur(12px);}.button-secondary:hover {  border-color: var(--line-gold);  background: rgba(255, 255, 255, 0.1);}.text-link {  display: inline-flex;  margin-top: 18px;  color: var(--champagne);  font-weight: 900;  text-decoration: underline;  text-underline-offset: 6px;}.home-hero,.page-hero {  position: relative;  overflow: hidden;  min-height: 92vh;  display: grid;  align-items: center;  padding: 150px clamp(18px, 5vw, 68px) 150px;  isolation: isolate;}.home-hero::before,.page-hero::before {  content: "";  position: absolute;  inset: 0;  z-index: -3;  background:    linear-gradient(110deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.62) 50%, rgba(0, 0, 0, 0.22) 100%),    radial-gradient(circle at 74% 24%, rgba(255, 255, 255, 0.16), transparent 16rem),    url("../assets/lumina/brand-diamond-closeup.png") 50% 95% / cover no-repeat;  filter: saturate(1.06) contrast(1.08);  transform: scale(1.04);  mask-image: linear-gradient(to bottom, black 55%, transparent 100%);  -webkit-mask-image: linear-gradient(to bottom, black 55%, transparent 100%);}.home-hero::after,.page-hero::after {  content: "";  position: absolute;  inset: 0;  z-index: -2;  background:    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.84) 100%),    repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 90px);  opacity: 0.62;  mask-image: linear-gradient(to bottom, black 65%, transparent 100%);  -webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 100%);}.hero-grid {  width: min(100%, var(--max));  margin: 0 auto;  display: grid;  grid-template-columns: minmax(0, 0.94fr) minmax(330px, 0.58fr);  gap: clamp(30px, 6vw, 76px);  align-items: end;}.hero-copy,.page-hero-copy {  min-width: 0;}.page-hero-copy {  width: min(100%, 1000px);  margin: 0 auto;  text-align: center;}h1,h2,h3,p {  margin-top: 0;}h1,h2 {  font-family: "Playfair Display", Georgia, "Times New Roman", serif;  font-weight: 600;  font-feature-settings: "liga" 1, "kern" 1;}h1 {  max-width: 1000px;  margin-bottom: 28px;  color: #fffdf7;  font-size: clamp(2rem, 5.5vw, 4.2rem);  line-height: 1.2;  overflow-wrap: anywhere;  word-break: break-word;  letter-spacing: 0.02em;  text-shadow: 0 0 60px rgba(255, 241, 199, 0.22), 0 0 120px rgba(201, 162, 85, 0.08);}h2 {  margin-bottom: 0;  color: #fffdf7;  font-size: clamp(2.1rem, 4.6vw, 4rem);  line-height: 1.25;  letter-spacing: 0.02em;}h3 {  margin-bottom: 10px;  color: #fff;  font-size: 1.05rem;  letter-spacing: 0.04em;  font-weight: 600;}.hero-lede,.page-lede,.section-head p,.split-feature p,.copy-block p {  color: rgba(255, 255, 255, 0.76);  font-size: 1.04rem;}.hero-lede {  max-width: 800px;  margin-bottom: 32px;  overflow-wrap: anywhere;  word-break: break-word;}.hero-actions,.section-actions {  flex-wrap: wrap;  gap: 12px;}.hero-proof {  display: grid;  gap: 14px;}.hero-proof div,.metric-card,.glass-card,.process-grid article,.art-card,.faq-list details,.compare-shell,.upload-area,.quote-panel,.feature-panel,.story-card {  border: 1px solid var(--line);  border-radius: var(--radius);  background: var(--panel);  box-shadow: var(--shadow);  backdrop-filter: blur(16px);}.hero-proof div {  position: relative;  overflow: hidden;  padding: 32px;  transition: transform 350ms ease, border-color 350ms ease;}.hero-proof div::after,.glass-card::after {  content: "";  position: absolute;  inset: -1px;  transform: translateX(-120%);  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.16), transparent);  animation: shineSweep 8s ease-in-out infinite;}.hero-proof span,.metric-card span,.art-card span,.gallery-card span {  display: block;  color: var(--accent);  font-size: 0.78rem;  font-weight: 900;}.hero-proof strong,.metric-card strong {  display: block;  margin: 8px 0;  color: #fff;  font-size: clamp(1.4rem, 3vw, 2rem);  letter-spacing: 0.03em;}.hero-proof p,.metric-card p,.process-grid p,.faq-list p,.story-card p {  margin-bottom: 0;  color: var(--soft);}.marquee {  overflow: hidden;  border-block: 1px solid var(--line);  background: rgba(255, 255, 255, 0.04);}.marquee-track {  display: flex;  width: max-content;  gap: 48px;  padding: 20px 0;  color: var(--soft);  font-weight: 900;  letter-spacing: 0.06em;  animation: marquee 30s linear infinite;}.marquee-track span {  min-width: max-content;}.marquee-track span::before {  content: "?;  margin-right: 32px;  color: var(--gold);  opacity: 0.6;}.section {  padding: clamp(160px, 24vw, 360px) clamp(18px, 5vw, 54px);}.section-dark {  background: rgba(255, 255, 255, 0.025);}.section-gallery {  background:    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(215, 181, 109, 0.035));}.section-head,.copy-block {  text-align: center;  width: min(100%, var(--max));  margin: 0 auto 100px;}.section-head.two-col {  max-width: 1000px;  margin: 0 auto 100px;  text-align: center;}.section-head.center {  max-width: 1000px;  text-align: center;}.section-head p {  margin-bottom: 0;}.metric-grid,.process-grid,.artwork-grid,.story-grid,.quality-grid,.detail-grid {  display: grid;  width: min(100%, var(--max));  margin: 0 auto;  gap: 36px;}.metric-grid {  grid-template-columns: repeat(3, minmax(0, 1fr));}.metric-card {  padding: 32px;  min-height: 200px;}.metric-card strong {  font-family: Georgia, "Times New Roman", serif;  font-size: clamp(2.3rem, 5vw, 4.2rem);}.process-grid {  display: grid !important;  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;}.process-grid article {  min-height: 280px;  padding: 40px;  transition: transform 350ms ease, border-color 350ms ease, background 350ms ease;}.process-grid article:hover {  border-color: var(--line-gold);  background: rgba(201, 162, 85, 0.06);  transform: translateY(-3px);}.process-grid span {  display: block;  margin-bottom: 16px;  color: var(--gold);  font-family: Georgia, "Times New Roman", serif;  font-size: 1rem;  letter-spacing: 0.08em;  opacity: 0.7;}.artwork-grid {  grid-template-columns: repeat(3, minmax(0, 1fr));}.art-meta {  display: flex;  flex-wrap: wrap;  gap: 8px;  margin-top: 12px;}.art-meta b {  padding: 6px 8px;  border: 1px solid var(--line);  border-radius: 999px;  color: var(--champagne);  font-size: 0.78rem;}.compare-shell {  width: min(100%, var(--max));  margin: 0 auto;  padding: clamp(12px, 2vw, 18px);}.compare-stage {  position: relative !important;  overflow: hidden;  border-radius: var(--radius);  cursor: grab;  background: #000;}.compare-stage img {  width: 100%;  user-select: none;  pointer-events: none;  height: auto;  display: block;}.compare-after {  position: absolute !important;  top: 0 !important; right: auto; bottom: 0 !important; left: 0 !important;  width: 50%;  overflow: hidden;  border-right: 1px solid rgba(255, 255, 255, 0.74);}.compare-after img {  width: auto;  max-width: none;  height: 100%;}.compare-handle {  position: absolute !important;  top: 0;  bottom: 0;  left: 50%;  width: 2px;  background: #fff;  box-shadow: 0 0 24px rgba(255, 255, 255, 0.8);}.compare-handle::after {  content: "?;  position: absolute;  top: 50%;  left: 50%;  width: 44px;  height: 44px;  transform: translate(-50%, -50%);  display: grid;  place-items: center;  border: 1px solid var(--line-gold);  border-radius: 50%;  background: rgba(0, 0, 0, 0.74);  color: var(--champagne);  font-weight: 900;}.compare-range {  width: 100%;  margin: 18px 0 8px;  accent-color: var(--gold);  opacity: 0.6;}.compare-caption {  justify-content: space-between;  gap: 16px;  color: var(--soft);}.compare-caption div:last-child {  text-align: right;}.compare-caption strong,.compare-caption span {  display: block;}.compare-caption strong {  color: #fff;}.split-feature {  width: min(100%, var(--max));  margin: 0 auto;  display: grid;  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);  gap: clamp(24px, 5vw, 70px);  align-items: center;}.feature-panel {  display: grid;  gap: 10px;  padding: 32px;}.feature-panel span {  padding: 14px;  border: 1px solid var(--line-gold);  border-radius: var(--radius);  color: var(--champagne);  font-weight: 600;  background: rgba(201, 162, 85, 0.06);  font-size: 0.85rem;  letter-spacing: 0.12em;  text-align: center;}.final-cta {  width: min(calc(100% - 36px), var(--max));  margin: clamp(140px, 20vw, 280px) auto;  border: 1px solid var(--line-gold);  border-radius: var(--radius);  background:    radial-gradient(circle at 20% 20%, rgba(126, 230, 222, 0.12), transparent 22rem),    radial-gradient(circle at 82% 18%, rgba(201, 162, 85, 0.22), transparent 24rem),    rgba(255, 255, 255, 0.05);  text-align: center;  box-shadow: var(--shadow);}.final-cta h2,.final-cta p {  max-width: 760px;  margin-inline: auto;}.custom-studio {  display: grid;  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.66fr);  gap: 22px;  width: min(100%, var(--max));  margin: 0 auto;}.upload-area {  position: relative;  min-height: 380px;  display: grid;  place-items: center;  padding: clamp(22px, 4vw, 38px);  overflow: hidden;}.upload-area::before {  content: "";  position: absolute;  inset: 18px;  border: 1px dashed var(--line-gold);  border-radius: var(--radius);}.upload-area.is-dragging {  background: rgba(126, 230, 222, 0.1);}.file-input {  position: absolute;  width: 1px;  height: 1px;  opacity: 0;  pointer-events: none;}.upload-label {  position: relative;  z-index: 2;  display: grid;  place-items: center;  gap: 12px;  max-width: 430px;  text-align: center;  cursor: pointer;}.upload-area.has-preview .upload-label {  display: none;}.upload-symbol {  width: 82px;  height: 82px;  border: 1px solid var(--line-gold);  border-radius: 50%;  position: relative;  box-shadow: 0 0 38px rgba(201, 162, 85, 0.25);}.upload-symbol::before,.upload-symbol::after {  content: "";  position: absolute;  background: var(--champagne);  box-shadow: 0 0 14px var(--champagne);}.upload-symbol::before {  width: 30px;  height: 2px;  top: 40px;  left: 25px;}.upload-symbol::after {  width: 2px;  height: 30px;  top: 25px;  left: 40px;}.upload-title {  font-size: 1.45rem;  font-weight: 900;}.upload-note,.photo-feedback,.form-status,.field-note {  color: var(--soft);  font-size: 0.92rem;}.preview-frame {  position: relative;  z-index: 2;  width: min(100%, 520px);  margin: 0;}.preview-frame img {  width: 100%;  aspect-ratio: 4 / 5;  object-fit: cover;  border: 12px solid rgba(255, 255, 255, 0.88);  border-radius: var(--radius);  box-shadow: var(--shadow);}.preview-frame figcaption {  margin-top: 12px;  color: var(--soft);  text-align: center;  overflow-wrap: anywhere;}.photo-feedback {  position: absolute;  z-index: 3;  left: 30px;  right: 30px;  bottom: 24px;  margin: 0;  text-align: center;}.quote-panel {  padding: clamp(18px, 3vw, 24px);}.quote-head {  margin-bottom: 14px;}.quote-head span,label > span,legend {  color: var(--soft);  font-size: 0.88rem;  font-weight: 900;}.quote-head strong {  display: block;  margin-top: 6px;  font-family: Georgia, "Times New Roman", "Georgia", serif;  font-size: 2rem;  line-height: 1.1;}label,fieldset {  display: grid;  gap: 9px;}fieldset {  margin: 0 0 14px;  padding: 0;  border: 0;}input,select,textarea {  width: 100%;  border: 1px solid rgba(255, 255, 255, 0.16);  border-radius: var(--radius);  background: rgba(255, 255, 255, 0.08);  color: #fff;}input,select {  min-height: 48px;  padding: 0 13px;}textarea {  min-height: 116px;  padding: 13px;  resize: vertical;}input::placeholder,textarea::placeholder {  color: rgba(255, 255, 255, 0.42);}input:focus,select:focus,textarea:focus {  outline: 3px solid rgba(201, 162, 85, 0.25);  border-color: var(--gold);  opacity: 0.6;}.field-grid {  display: grid;  grid-template-columns: repeat(2, minmax(0, 1fr));  gap: 12px;  margin-bottom: 20px;}.size-grid,.option-grid {  display: grid;  grid-template-columns: repeat(2, minmax(0, 1fr));  gap: 8px;}.featured-size {  grid-column: 1 / -1;}.size-option,.option-card {  cursor: pointer;}.size-option input,.option-card input {  position: absolute;  opacity: 0;}.size-option > span {  display: flex;  align-items: center;  justify-content: space-between;  padding: 8px 14px;  border: 1px solid rgba(255, 255, 255, 0.14);  border-radius: var(--radius);  background: rgba(255, 255, 255, 0.06);  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;}.option-card > span {  display: grid;  min-height: 56px;  align-content: center;  padding: 10px 14px;  border: 1px solid rgba(255, 255, 255, 0.14);  border-radius: var(--radius);  background: rgba(255, 255, 255, 0.06);  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;}.featured-size > span {  background:    linear-gradient(135deg, rgba(201, 162, 85, 0.16), rgba(201, 162, 85, 0.06)),    rgba(255, 255, 255, 0.06);}.size-option:hover > span,.option-card:hover > span {  transform: translateY(-1px);  border-color: rgba(201, 162, 85, 0.44);}.size-option input:checked + span,.option-card input:checked + span {  border-color: rgba(201, 162, 85, 0.76);  background: rgba(201, 162, 85, 0.16);}.size-option strong {  display: inline;  font-size: 0.95rem;}.size-option small {  display: inline;  color: var(--muted);  font-weight: 400;  font-size: 0.85rem;}.option-card strong {  display: block;  font-size: 0.95rem;}.option-card small {  display: block;  color: var(--soft);  font-weight: 400;  font-size: 0.82rem;}.size-option small,.option-card small {  color: var(--soft);}.pricing-rule {  display: grid;  gap: 4px;  margin: 16px 0 14px;  padding: 14px;  border: 1px solid var(--line-gold);  border-radius: var(--radius);  background: rgba(201, 162, 85, 0.08);}.pricing-rule span {  color: var(--soft);  font-size: 0.88rem;  font-weight: 900;}.pricing-rule strong {  color: var(--champagne);  font-family: Georgia, "Times New Roman", serif;  font-size: clamp(1.45rem, 3vw, 2rem);}.pricing-rule p {  margin: 0;  color: var(--soft);}.submit-button {  width: 100%;  margin-top: 6px;}.form-status {  min-height: 22px;  margin: 12px 0 0;}.form-status a {  color: var(--champagne);  text-decoration: underline;  text-underline-offset: 4px;}.photo-guide {  display: grid;  grid-template-columns: repeat(3, minmax(0, 1fr));  gap: 14px;  width: min(100%, var(--max));  margin: 0 auto;}.glass-card,.story-card {  position: relative;  overflow: hidden;  padding: 32px;}.story-grid {  grid-template-columns: repeat(3, minmax(0, 1fr));}.quality-grid {  grid-template-columns: repeat(4, minmax(0, 1fr));}.detail-grid {  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 0.48fr);  align-items: start;}.is-hidden {  display: none !important;}.faq-list {  display: grid;  gap: 10px;  width: min(100%, 900px);  margin: 0 auto;}.faq-list details {  overflow: hidden;}.faq-list summary {  cursor: pointer;  padding: 20px 22px;  color: #fff;  font-weight: 900;}.faq-list p {  padding: 0 22px 22px;}.site-footer {  justify-content: space-between;  gap: 24px;  padding: 100px clamp(18px, 5vw, 54px) 80px;  border-top: 1px solid var(--line-gold);  background: rgba(0, 0, 0, 0.84);}.site-footer strong {  font-family: Georgia, "Times New Roman", serif;  font-size: 1.32rem;  letter-spacing: 0.03em;}.site-footer p {  margin: 8px 0 0;  color: var(--soft);  font-size: 0.85rem;}.site-footer nav {  flex-wrap: wrap;  gap: 18px;  color: rgba(255, 255, 255, 0.7);  font-weight: 800;  font-size: 0.85rem;}.lightbox {  position: fixed;  inset: 0;  z-index: 60;  display: grid;  place-items: center;  padding: 32px;  background: rgba(0, 0, 0, 0.9);  backdrop-filter: blur(12px);}.lightbox[hidden] {  display: none;}.lightbox figure {  width: min(100%, 1160px);  max-height: 90vh;  margin: 0;}.lightbox img {  width: 100%;  max-height: 80vh;  object-fit: contain;  border: 1px solid var(--line);  border-radius: var(--radius);  background: #000;  box-shadow: var(--shadow);}.lightbox figcaption {  margin-top: 12px;  color: var(--soft);  font-weight: 900;}.lightbox-close {  position: absolute;  top: 18px;  right: 20px;  width: 44px;  height: 44px;  border: 1px solid var(--line);  border-radius: 50%;  background: rgba(255, 255, 255, 0.08);  color: #fff;  cursor: pointer;  font-size: 2rem;  line-height: 1;}.video-container {
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #000;
}
.craftsmanship-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}
@keyframes heroUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-copy h1, .page-hero-copy h1 { animation: heroUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) both; }
.hero-lede, .page-lede { animation: heroUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both; }
.hero-actions { animation: heroUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both; }
@keyframes marquee {  from {    transform: translateX(0);  }  to {    transform: translateX(-50%);  }}@keyframes shineSweep {  0%,  62% {    transform: translateX(-120%);  }  100% {    transform: translateX(120%);  }}@media (max-width: 1080px) {  .nav-links {    display: none;  }  .menu-button {    display: inline-grid;    place-items: center;  }  .hero-grid,  .custom-studio,  .section-head.two-col,  .split-feature,  .detail-grid {    grid-template-columns: 1fr;  }  .hero-proof,  .metric-grid,  .artwork-grid,  .story-grid,  .quality-grid,  .photo-guide {    grid-template-columns: repeat(2, minmax(0, 1fr));  }}@media (max-width: 1080px) {
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {  .site-header {    padding: 14px 16px;  }  .header-cta {    display: none;  }  .home-hero,  .page-hero {    min-height: 86vh;    padding: 100px 18px 64px;  }  h1 {    font-size: clamp(1.8rem, 8vw, 2.5rem);    line-height: 1.08;  }  h2 {    font-size: clamp(1.6rem, 7vw, 2.5rem);  }  .hero-proof,  .metric-grid,  .process-grid,  .artwork-grid,  .story-grid,  .quality-grid,  .photo-guide,  .gallery-masonry,  .field-grid,  .size-grid,  .option-grid {    grid-template-columns: 1fr;  }  .button,  .section-actions .button,  .site-footer .button {    width: 100%;  }  .upload-area {    min-height: 150px;  }  .compare-caption,  .site-footer {    flex-direction: column;    align-items: stretch;  }  .compare-caption div:last-child {    text-align: left;  }}.hide-on-desktop { display: none; }
@media (max-width: 1080px) {
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .hide-on-desktop { display: inline; }
}
@media (max-width: 720px) {
  div[style*="grid-template-columns:repeat(2,minmax(0,1fr))"] {
    grid-template-columns: 1fr !important;
  }
}
@media (prefers-reduced-motion: reduce) {  *,  *::before,  *::after {    scroll-behavior: auto !important;    animation-duration: 1ms !important;    animation-iteration-count: 1 !important;    transition-duration: 1ms !important;  }}.gallery-compare-grid {  display: grid;  grid-template-columns: 1fr;  gap: 48px;  width: min(100%, 1000px);  margin: 0 auto;  align-items: start;}.gallery-compare-grid .compare-shell {  width: 100%;  max-width: none;  margin: 0;}.compare-meta {  padding: 14px 4px 4px;}.compare-meta .meta-category {  display: block;  color: var(--accent);  font-size: 0.78rem;  font-weight: 900;  margin-bottom: 3px;}.compare-meta h3 {  margin: 0 0 8px;  font-size: 1.18rem;}.compare-meta p {  color: var(--soft);  font-size: 0.95rem;  margin: 0;}.meta-tags {  display: flex;  flex-wrap: wrap;  gap: 8px;  margin-top: 12px;}.meta-tags span {  padding: 6px 8px;  border: 1px solid var(--line);  border-radius: 999px;  color: var(--champagne);  font-size: 0.78rem;}@media (max-width: 1080px) {
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {  .gallery-compare-grid {    gap: 32px;  }}
.video-showcase {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 120px;
}
.video-showcase .video-container {
  width: min(100%, 1200px);
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(201, 162, 85, 0.2), 0 30px 80px rgba(0, 0, 0, 0.5);
}
.video-showcase .craftsmanship-video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-social a {
  padding: 7px 13px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--soft);
  font-size: 0.82rem;
  font-weight: 800;
  transition: color 160ms ease, border-color 160ms ease;
}
.footer-social a:hover {
  color: var(--champagne);
  border-color: var(--line-gold);
}
/* ---------- FAQ  ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, var(--max));
  margin: 0 auto;
}
.contact-card {
  display: grid;
  gap: 6px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease;
}
.contact-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-gold);
}
.contact-card strong {
  color: #fff;
  font-size: 1.1rem;
}
.contact-card > span {
  color: var(--soft);
  font-size: 0.9rem;
}
.contact-action {
  color: var(--champagne) !important;
  font-weight: 900;
  margin-top: 4px;
}
.form-submit-actions {
  text-align: center;
}
@media (max-width: 1080px) {
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.contact-icon-wrap {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: rgba(201, 162, 85, 0.1);
  color: var(--champagne);
}
.photo-tips {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
}
.tip-card {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.025);
  transition: all 350ms cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
  animation: tipFadeIn 0.5s ease both;
}
.tip-card:nth-child(1) { animation-delay: 0.05s; }
.tip-card:nth-child(2) { animation-delay: 0.15s; }
.tip-card:nth-child(3) { animation-delay: 0.25s; }
.tip-card:hover {
  border-color: var(--line-gold);
  background: rgba(201, 162, 85, 0.06);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 30px rgba(201, 162, 85, 0.06);
}
.tip-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  color: var(--gold);
  opacity: 0.65;
  transition: opacity 350ms ease, transform 350ms cubic-bezier(0.16, 1, 0.3, 1);
}
.tip-card:hover .tip-icon {
  opacity: 1;
  transform: scale(1.12);
}
.tip-info h4 {
  margin: 0 0 2px;
  font-size: 0.92rem;
  color: #fff;
  font-weight: 900;
}
.tip-info p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--soft);
  line-height: 1.4;
}
@keyframes tipFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1080px) {
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .photo-tips {
    flex-direction: column;
    gap: 8px;
  }
}
/* ============================================================
   PART 2: NEW ?SCROLL ANIMATION SYSTEM
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.1s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.15s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.2s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.25s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.3s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(7) { transition-delay: 0.35s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(8) { transition-delay: 0.4s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(9) { transition-delay: 0.45s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(10) { transition-delay: 0.5s; opacity: 1; transform: translateY(0); }
.hide-on-desktop { display: none; }
@media (max-width: 1080px) {
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .hide-on-desktop { display: inline; }
}
@media (max-width: 720px) {
  div[style*="grid-template-columns:repeat(2,minmax(0,1fr))"] {
    grid-template-columns: 1fr !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-left, .reveal-right, .reveal-scale,
  .reveal-stagger > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
/* ============================================================
   PART 3: NEW ?ENHANCED HERO
   ============================================================ */
.hero-showcase {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 120px clamp(18px, 5vw, 68px) 60px;
  isolation: isolate;
}
.hero-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg,
      rgba(3, 3, 3, 0.92) 0%,
      rgba(3, 3, 3, 0.55) 40%,
      rgba(3, 3, 3, 0.2) 70%,
      rgba(3, 3, 3, 0.4) 100%
    ),
    radial-gradient(circle at 70% 30%, rgba(201, 162, 85, 0.12), transparent 30rem),
    url("../assets/lumina/brand-diamond-closeup.png") 50% 70% / cover no-repeat;
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.03);
}
.hero-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(3, 3, 3, 0.7) 0%, transparent 30%, transparent 70%, rgba(3, 3, 3, 0.3) 100%);
  pointer-events: none;
}
.hero-showcase .hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1200px);
  margin: 0 auto;
}
.hero-showcase .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 18px;
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  background: rgba(201, 162, 85, 0.1);
  backdrop-filter: blur(8px);
  color: var(--champagne);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  animation: heroUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-showcase .hero-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 12px rgba(74, 222, 128, 0.6);
  animation: pulseDot 2s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}
.hero-showcase h1 {
  max-width: 1000px;
  animation: heroUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}
.hero-showcase .hero-sub {
  max-width: 800px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.04rem;
  line-height: 1.6;
  animation: heroUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.hero-showcase .hero-actions {
  animation: heroUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.hero-scroll-indicator {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: heroUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both;
}
.hero-scroll-indicator .scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.3); }
}
/* ============================================================
   PART 4: NEW ?TRUST BAR
   ============================================================ */
.trust-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 48px;
  padding: 32px clamp(18px, 5vw, 54px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--soft);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.trust-item svg {
  width: 20px;
  height: 20px;
  color: var(--champagne);
  flex-shrink: 0;
}
/* ============================================================
   PART 5: NEW ?SOCIAL PROOF / REVIEWS
   ============================================================ */
.reviews-carousel {
  width: min(100%, 960px);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.reviews-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.review-card {
  flex: 0 0 100%;
  display: grid;
  gap: 20px;
  padding: 32px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  text-align: center;
}
.review-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  color: var(--gold);
  font-size: 1.2rem;
}
.review-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.08rem;
  line-height: 1.7;
  font-style: italic;
  max-width: 800px;
  margin: 0 auto;
}
.review-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.review-author strong {
  color: #fff;
  font-size: 0.95rem;
}
.review-author span {
  color: var(--soft);
  font-size: 0.82rem;
}
.review-author .review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--line-gold);
  background: rgba(201, 162, 85, 0.1);
  margin-bottom: 4px;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: var(--champagne);
}
.reviews-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.reviews-nav button {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background 300ms ease, border-color 300ms ease, transform 300ms ease;
}
.reviews-nav button.is-active {
  background: var(--gold);
  border-color: var(--gold);
  transform: scale(1.3);
}
.reviews-nav button:hover {
  border-color: var(--gold);
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, var(--max));
  margin: 0 auto;
}
.review-card-static {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}
.review-card-static .review-stars {
  justify-content: flex-start;
  margin-bottom: 12px;
}
.review-card-static .review-text {
  font-size: 0.95rem;
  text-align: left;
}
.review-card-static .review-author {
  flex-direction: row;
  gap: 12px;
  margin-top: 16px;
}
.review-card-static .review-author .review-avatar {
  width: 36px;
  height: 36px;
  margin-bottom: 0;
  font-size: 0.9rem;
}
/* ============================================================
   PART 6: NEW ?STATS COUNTERS
   ============================================================ */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, var(--max));
  margin: 0 auto;
}
.stat-card {
  text-align: center;
  padding: 32px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  transition: transform 350ms ease, border-color 350ms ease;
}
.stat-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-gold);
}
.stat-number {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-bottom: 3px;
}
.stat-label {
  display: block;
  color: var(--soft);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.stat-number .stat-suffix {
  color: var(--gold);
  font-size: 0.6em;
  vertical-align: super;
}
/* ============================================================
   PART 7: NEW ?GIFT SCENARIOS
   ============================================================ */
.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, var(--max));
  margin: 0 auto;
}
.scenario-card {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform 350ms ease, border-color 350ms ease, box-shadow 350ms ease;
}
.scenario-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(3, 3, 3, 0.85) 100%);
}
.scenario-card:hover {
  transform: translateY(-6px);
  border-color: var(--line-gold);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(201, 162, 85, 0.08);
}
.scenario-icon {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(201, 162, 85, 0.12);
  color: var(--champagne);
  transition: transform 350ms ease;
}
.scenario-card:hover .scenario-icon {
  transform: scale(1.12);
}
.scenario-info {
  position: relative;
  z-index: 1;
  text-align: center;
}
.scenario-info h3 {
  margin-bottom: 3px;
  font-size: 0.95rem;
  color: #fff;
}
.scenario-info p {
  margin: 0;
  color: var(--soft);
  font-size: 0.78rem;
  line-height: 1.4;
}
/* ============================================================
   PART 8: NEW ?PRODUCT CATEGORY SHOWCASE
   ============================================================ */
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, var(--max));
  margin: 0 auto;
}
.category-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  transition: transform 400ms ease, border-color 400ms ease;
  cursor: pointer;
}
.category-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-gold);
}
.category-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: rgba(255, 255, 255, 0.03);
}
.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.category-card:hover .category-image img {
  transform: scale(1.06);
}
.category-image .category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(3, 3, 3, 0.8) 100%);
}
.category-body {
  padding: 18px 20px 20px;
}
.category-body h3 {
  margin-bottom: 4px;
  font-size: 1.1rem;
}
.category-body p {
  margin: 0;
  color: var(--soft);
  font-size: 0.85rem;
  line-height: 1.5;
}
.category-count {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 12px;
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  color: var(--champagne);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}
/* ============================================================
   PART 9: NEW ?PRICING TABLE
   ============================================================ */
.pricing-table-shell {
  width: min(100%, var(--max));
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
  min-width: 640px;
}
.pricing-table thead th {
  padding: 18px 20px;
  text-align: left;
  color: var(--champagne);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line-gold);
}
.pricing-table thead th:last-child {
  text-align: right;
}
.pricing-table tbody tr {
  transition: background 200ms ease;
}
.pricing-table tbody tr:hover {
  background: rgba(201, 162, 85, 0.06);
}
.pricing-table tbody td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
}
.pricing-table tbody td:first-child {
  font-weight: 700;
  color: #fff;
}
.pricing-table tbody td:last-child {
  text-align: right;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  color: var(--champagne);
  font-weight: 700;
}
.pricing-table tbody td .size-dims {
  color: var(--soft);
  font-weight: 400;
  font-size: 0.82rem;
}
.pricing-table tbody td .crystal-count {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 400;
}
.pricing-note {
  text-align: center;
  margin-top: 24px;
  color: var(--soft);
  font-size: 0.9rem;
}
.pricing-note a {
  color: var(--champagne);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pricing-compare {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, var(--max));
  margin: 0 auto;
}
.pricing-tier {
  display: grid;
  gap: 20px;
  padding: 32px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform 350ms ease, border-color 350ms ease;
}
.pricing-tier:hover {
  transform: translateY(-6px);
}
.pricing-tier.is-featured {
  border-color: var(--line-gold);
  background: rgba(201, 162, 85, 0.06);
  position: relative;
}
.pricing-tier.is-featured::before {
  content: "€?;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8e2a8, #d4ad60);
  color: #1a1205;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.pricing-tier span {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pricing-tier strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  color: #fff;
  line-height: 1.1;
}
.pricing-tier .tier-desc {
  color: var(--soft);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}
.pricing-tier .tier-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.pricing-tier .tier-features li {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
  border-bottom: 1px solid var(--line);
}
.pricing-tier .tier-features li::before {
  content: "?;
  margin-right: 10px;
  color: var(--gold);
  font-weight: 900;
}
.pricing-tier .tier-features li:last-child {
  border-bottom: 0;
}
/* ============================================================
   PART 10: NEW ?BADGES & TAGS
   ============================================================ */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.badge-gold {
  background: rgba(201, 162, 85, 0.15);
  color: var(--champagne);
  border: 1px solid var(--line-gold);
}
.badge-green {
  background: rgba(74, 222, 128, 0.1);
  color: #4ade80;
  border: 1px solid rgba(74, 222, 128, 0.2);
}
.badge-white {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
/* ============================================================
   PART 11: NEW ?LANGUAGE TOGGLE
   ============================================================ */
.lang-toggle {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}
.lang-toggle button {
  padding: 5px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}
.lang-toggle button.is-active {
  background: rgba(201, 162, 85, 0.2);
  color: var(--champagne);
}
.lang-toggle button:hover:not(.is-active) {
  color: rgba(255, 255, 255, 0.8);
}
/* ============================================================
   PART 12: NEW ?ENHANCED SECTION TRANSITIONS
   ============================================================ */
.section-divider {
  width: min(100%, var(--max));
  margin: 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-gold), transparent);
  opacity: 0.4;
}
..section-label {  font-family: "Playfair Display", Georgia, serif;  font-weight: 600;  font-style: italic;  letter-spacing: 0.18em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-label::before,
.section-label::after {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--line-gold);
}
/* ============================================================
   PART 13: NEW ?FOOTER ENHANCEMENTS
   ============================================================ */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  width: min(100%, var(--max));
  margin: 32px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
}
.footer-bottom a {
  color: var(--soft);
  transition: color 160ms ease;
}
.footer-bottom a:hover {
  color: var(--champagne);
}
.footer-newsletter {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}
.footer-newsletter p {
  color: var(--soft);
  font-size: 0.9rem;
  margin: 0;
}
.footer-newsletter .newsletter-form {
  display: flex;
  gap: 8px;
}
.footer-newsletter input {
  min-width: 260px;
}
/* ============================================================
   PART 14: NEW ?MISCELLANEOUS ENHANCEMENTS
   ============================================================ */
img[loading] {
  opacity: 0;
}
img.loaded,
img:not([loading]) {
  opacity: 1;
}
.section-warm {
  background: linear-gradient(180deg,
    rgba(201, 162, 85, 0.04),
    rgba(201, 162, 85, 0.02),
    transparent
  );
}
.section-deep {
  background: linear-gradient(180deg,
    rgba(3, 3, 3, 0.3),
    rgba(3, 3, 3, 0.1)
  );
}
.gradient-text {
  background: linear-gradient(135deg, var(--champagne), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.floating-accent {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
}
/* ============================================================
   PART 15: NEW ?RESPONSIVE ENHANCEMENTS
   ============================================================ */
@media (max-width: 1080px) {
  .scenario-grid,
  .category-grid,
  .pricing-compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1080px) {
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .scenario-grid,
  .category-grid,
  .pricing-compare,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .hero-showcase {
    min-height: 90vh;
    padding: 100px 18px 40px;
  }
  .hero-showcase .hero-badge {
    font-size: 0.72rem;
  }
  .stat-card {
    padding: 24px 16px;
  }
  .scenario-card {
    min-height: 200px;
  }
  .pricing-table-shell {
    margin: 0 -18px;
    padding: 0 18px;
  }
  .footer-newsletter {
    grid-template-columns: 1fr;
  }
  .footer-newsletter .newsletter-form {
    flex-direction: column;
  }
  .footer-newsletter input {
    min-width: 0;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .trust-bar {
    gap: 16px 24px;
    padding: 20px 18px;
  }
  .trust-item {
    font-size: 0.78rem;
  }
}
@media (max-width: 480px) {
  .hero-showcase h1 {
    font-size: 2rem;
  }
  .stat-number {
    font-size: 2rem;
  }
  .scenario-card {
    min-height: 180px;
    padding: 18px;
  }
  .pricing-tier {
    padding: 24px 18px;
  }
}
/* ============================================================
/* ============================================================
   ENHANCED PRICING TABLE
   ============================================================ */
.pricing-table {
  border-collapse: separate;
  border-spacing: 0 4px;
  min-width: 480px;
}
.pricing-table thead th {
  padding: 16px 24px;
  text-align: left;
  color: var(--champagne);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line-gold);
}
.pricing-table thead th:last-child {
  text-align: right;
}
.pricing-table tbody tr {
  transition: background 200ms ease, transform 200ms ease;
  cursor: default;
}
.pricing-table tbody tr:hover {
  background: rgba(201, 162, 85, 0.08);
  transform: scale(1.002);
}
.pricing-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.pricing-table tbody tr:nth-child(even):hover {
  background: rgba(201, 162, 85, 0.08);
}
.pricing-table tbody td {
  padding: 16px 24px;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  vertical-align: middle;
}
.pricing-table tbody td:first-child {
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}
.pricing-table tbody td:first-child strong {
  font-weight: 700;
}
.pricing-table tbody td:last-child {
  text-align: right;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  color: var(--champagne);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.pricing-table tbody td .size-dims {
  color: var(--muted);
  font-weight: 400;
  font-size: 0.8rem;
  margin-left: 4px;
}
@media (max-width: 1080px) {
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .pricing-table thead th,
  .pricing-table tbody td {
    padding: 12px 16px;
    font-size: 0.85rem;
  }
  .pricing-table tbody td:last-child {
    font-size: 1rem;
  }
}
/* ============================================================
   ENHANCED PRICING TABLE
   ============================================================ */
.pricing-table {
  border-collapse: separate;
  border-spacing: 0 4px;
  min-width: 480px;
}
.pricing-table thead th {
  padding: 16px 24px;
  text-align: left;
  color: var(--champagne);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line-gold);
}
.pricing-table thead th:last-child {
  text-align: right;
}
.pricing-table tbody tr {
  transition: background 200ms ease, transform 200ms ease;
  cursor: default;
}
.pricing-table tbody tr:hover {
  background: rgba(201, 162, 85, 0.08);
  transform: scale(1.002);
}
.pricing-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.pricing-table tbody tr:nth-child(even):hover {
  background: rgba(201, 162, 85, 0.08);
}
.pricing-table tbody td {
  padding: 16px 24px;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  vertical-align: middle;
}
.pricing-table tbody td:first-child {
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
}
.pricing-table tbody td:first-child strong {
  font-weight: 700;
}
.pricing-table tbody td:last-child {
  text-align: right;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  color: var(--champagne);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.pricing-table tbody td .size-dims {
  color: var(--muted);
  font-weight: 400;
  font-size: 0.8rem;
  margin-left: 4px;
}
@media (max-width: 1080px) {
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .pricing-table thead th,
  .pricing-table tbody td {
    padding: 12px 16px;
    font-size: 0.85rem;
  }
  .pricing-table tbody td:last-child {
    font-size: 1rem;
  }
}
/* ===== CENTERING & SPACING OVERRIDES ===== */
.category-body { text-align: center; }
.category-body p { text-align: center; }
.category-card { text-align: center; }
.scenario-card { text-align: center; }
.scenario-info { text-align: center; }
.process-grid article { text-align: center; }
.stat-card { text-align: center; }
.stat-number { text-align: center; }
.stat-label { text-align: center; }
.glass-card { text-align: center; }
.pricing-note { text-align: center; }
.pricing-note a { display: inline-block; margin-top: 8px; }
.metric-card { text-align: center; }
.compare-meta { text-align: center; }
.compare-meta h3 { text-align: center; }
.meta-tags { justify-content: center; }
.brand-pillar { text-align: center; }
.brand-pillar p { text-align: center; }
.brand-signoff .mission { text-align: center; }
.brand-signoff .closing { text-align: center; }
.contact-card { text-align: center; }
.photo-tips { text-align: center; }
.tip-card { text-align: center; justify-content: center; }
.review-card { text-align: center; }
.reviews-carousel { text-align: center; }
.category-grid { text-align: center; }
.trust-bar { text-align: center; justify-content: center; }
.scroll-line { margin: 0 auto; }
.hero-badge { text-align: center; margin: 0 auto; }
@media (max-width: 720px) {
  .compare-meta { text-align: center; }
  .pricing-note { text-align: center; }
}
/* ===== FORCE CENTER ALL SECTION HEADINGS ===== */
.section-head { text-align: center !important; }
.section-head.center { text-align: center !important; }
.section-head ..section-label { text-align: center !important; display: block !important; }
.section-head h1 { text-align: center !important; }
.section-head h2 { text-align: center !important; }
.section-head p { text-align: center !important; }
.section-head.two-col { text-align: center !important; }
.page-hero-copy { text-align: center !important; }
.page-hero-copy h1 { text-align: center !important; }
.page-hero-copy ..section-label { text-align: center !important; display: block !important; }
.page-hero-copy .page-lede { text-align: center !important; }
/* ===== PROCESS CARD ENHANCEMENTS ===== */
.process-grid article {
  position: relative;
  overflow: hidden;
  padding: 40px 28px 36px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border: 1px solid rgba(201, 162, 85, 0.2);
  background: linear-gradient(180deg, rgba(20, 18, 15, 0.75), rgba(20, 18, 15, 0.55));
  backdrop-filter: blur(16px);
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1), border-color 400ms ease, box-shadow 400ms ease;
}
.process-grid article:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 162, 85, 0.5);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}
.process-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.5;
}
.process-grid span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(201, 162, 85, 0.1);
  border: 1px solid rgba(201, 162, 85, 0.3);
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
  opacity: 1;
  letter-spacing: 0.03em;
  transition: background 350ms ease, border-color 350ms ease, transform 350ms ease;
}
.process-grid article:hover span {
  background: rgba(201, 162, 85, 0.18);
  border-color: var(--gold);
  transform: scale(1.08);
}
.process-grid h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  text-align: center;
  color: #fff;
}
.process-grid p {
  text-align: center;
  color: var(--soft);
  font-size: 0.95rem;
  line-height: 1.65;
}


/* ═══════════════════════════════════════
   PREMIUM TYPOGRAPHY & ANIMATION SYSTEM
   ═══════════════════════════════════════ */

/* ---- Text Gradient - Gold/Champagne ---- */
.text-gradient {
  color: var(--champagne);
  background-image: linear-gradient(135deg, #f2dca8 0%, #c9a255 40%, #e8d5a3 70%, #f2dca8 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-warm {
  color: var(--champagne);
  background-image: linear-gradient(135deg, #fffaf0 0%, #f2dca8 40%, #e8c87a 70%, #fffaf0 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- Gold Shimmer Animation ---- */
@keyframes goldShimmer {
  0% { background-position: -200% center; }
  50% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.shimmer-gold {
  color: var(--champagne);
  background-image: linear-gradient(90deg,
    var(--champagne) 0%,
    #fff 30%,
    var(--gold) 50%,
    #fff 70%,
    var(--champagne) 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: goldShimmer 6s ease-in-out infinite;
}

/* ---- Letter-Spacing Reveal ---- */
.reveal-spacing h1,
.reveal-spacing h2,
.reveal h1,
.reveal h2 {
  letter-spacing: -0.03em;
  transition: letter-spacing 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-spacing.is-visible h1,
.reveal-spacing.is-visible h2,
.reveal.is-visible h1,
.reveal.is-visible h2 {
  letter-spacing: 0.02em;
}

/* ---- Line Reveal (words stagger in) ---- */
.line-reveal {
  overflow: hidden;
  display: block;
}
.line-reveal .word-wrap {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.line-reveal .word-wrap .word {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              opacity 0.01s ease 0.1s;
}
.is-visible .line-reveal .word-wrap .word {
  transform: translateY(0);
  opacity: 1;
}

/* Stagger delays for each word */
.is-visible .line-reveal .word-wrap:nth-child(1) .word { transition-delay: 0.02s; }
.is-visible .line-reveal .word-wrap:nth-child(2) .word { transition-delay: 0.06s; }
.is-visible .line-reveal .word-wrap:nth-child(3) .word { transition-delay: 0.10s; }
.is-visible .line-reveal .word-wrap:nth-child(4) .word { transition-delay: 0.14s; }
.is-visible .line-reveal .word-wrap:nth-child(5) .word { transition-delay: 0.18s; }
.is-visible .line-reveal .word-wrap:nth-child(6) .word { transition-delay: 0.22s; }
.is-visible .line-reveal .word-wrap:nth-child(7) .word { transition-delay: 0.26s; }
.is-visible .line-reveal .word-wrap:nth-child(8) .word { transition-delay: 0.30s; }
.is-visible .line-reveal .word-wrap:nth-child(9) .word { transition-delay: 0.34s; }
.is-visible .line-reveal .word-wrap:nth-child(10) .word { transition-delay: 0.38s; }
.is-visible .line-reveal .word-wrap:nth-child(11) .word { transition-delay: 0.42s; }
.is-visible .line-reveal .word-wrap:nth-child(12) .word { transition-delay: 0.46s; }
.is-visible .line-reveal .word-wrap:nth-child(13) .word { transition-delay: 0.50s; }
.is-visible .line-reveal .word-wrap:nth-child(14) .word { transition-delay: 0.54s; }
.is-visible .line-reveal .word-wrap:nth-child(15) .word { transition-delay: 0.58s; }
.is-visible .line-reveal .word-wrap:nth-child(16) .word { transition-delay: 0.62s; }

/* ---- Scale Reveal ---- */
.reveal-scale {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* ---- Slide Direction Reveals ---- */
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* ---- Stagger Children Reveal ---- */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0.05s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: 0.12s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: 0.19s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: 0.26s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(5) { transition-delay: 0.33s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(6) { transition-delay: 0.40s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(7) { transition-delay: 0.47s; opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > *:nth-child(8) { transition-delay: 0.54s; opacity: 1; transform: translateY(0); }

/* ---- Card Hover Effects ---- */
.brand-pillar,
.process-grid article,
.art-card,
.feature-panel,
.metric-card,
.glass-card,
.story-card,
.contact-card {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.4s ease,
              box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform;
}
.brand-pillar:hover,
.process-grid article:hover,
.art-card:hover,
.feature-panel:hover,
.metric-card:hover,
.glass-card:hover,
.story-card:hover,
.contact-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 40px 80px rgba(201, 162, 85, 0.15), 0 0 40px rgba(201, 162, 85, 0.06);
}

/* ---- Button Hover Enhancements ---- */
.button-primary {
  position: relative;
  overflow: hidden;
}
.button-primary::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.3) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.button-primary:hover::before {
  transform: translateX(100%);
}

/* ---- Nav Link Refined Underline ---- */
.nav-links a::after {
  height: 1.5px;
  background: var(--gold);
  box-shadow: 0 0 8px var(--gold);
}

/* ---- Hero Heading Extra Glow ---- */
.home-hero h1, .page-hero-copy h1 {
  text-shadow: 0 0 40px rgba(255, 241, 199, 0.15),
               0 0 80px rgba(201, 162, 85, 0.10),
               0 0 160px rgba(201, 162, 85, 0.05);
  transition: text-shadow 0.8s ease;
}

/* ---- Final CTA Glow Border ---- */
.final-cta {
  position: relative;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--line-gold), transparent 40%, var(--gold) 60%, transparent 80%, var(--line-gold));
  z-index: -1;
  opacity: 0.4;
  transition: opacity 0.6s ease;
}
.final-cta:hover::before {
  opacity: 0.8;
}

/* ---- Footer Refined ---- */
.site-footer strong {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  letter-spacing: 0.06em;
}

/* ---- Quote / Brand Tagline Font ---- */
blockquote, .tagline, .closing {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
}

/* ---- Close Button on Lightbox ---- */
.lightbox-close {
  transition: transform 0.3s ease, background 0.3s ease;
}
.lightbox-close:hover {
  transform: rotate(90deg) scale(1.1);
  background: rgba(255, 255, 255, 0.15);
}

/* ---- Review Card Refined ---- */
.review-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 60px rgba(201, 162, 85, 0.12);
}
.review-avatar {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.1rem;
}


/* ---- Reliable Hero Heading Gold ---- */
.hero-heading {
  color: var(--champagne);
  text-shadow: 0 0 40px rgba(242, 220, 168, 0.25),
               0 0 80px rgba(201, 162, 85, 0.15),
               0 0 120px rgba(201, 162, 85, 0.08);
  animation: headingGlow 4s ease-in-out infinite alternate;
}
@keyframes headingGlow {
  from { text-shadow: 0 0 40px rgba(242, 220, 168, 0.20), 0 0 80px rgba(201, 162, 85, 0.10); }
  to { text-shadow: 0 0 50px rgba(242, 220, 168, 0.35), 0 0 100px rgba(201, 162, 85, 0.20), 0 0 150px rgba(201, 162, 85, 0.10); }
}

/* ---- Reliable Tagline Gold ---- */
.tagline {
  color: var(--gold) !important;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  letter-spacing: 0.18em;
}

