/* ============================================================
   House of Noor — Coming Soon (Refined)
   ============================================================ */

/* Metric-matched fallbacks — reduces CLS while webfonts load */
@font-face {
  font-family: 'Cormorant Fallback';
  src: local('Georgia');
  size-adjust: 108%;
  ascent-override: 88%;
  descent-override: 22%;
  line-gap-override: 0%;
}

@font-face {
  font-family: 'Poppins Fallback';
  src: local('Segoe UI'), local('Helvetica Neue'), local('Arial');
  size-adjust: 100%;
  ascent-override: 105%;
  descent-override: 35%;
  line-gap-override: 0%;
}

:root {
  /* Colors */
  --color-bg:           #FAF7F2;
  --color-bg-secondary: #F3ECE5;
  --color-rose:         #B77A84;
  --color-gold:         #D8B56A;
  --color-gold-light:   #E8C97A;
  --color-gold-dark:    #B8954A;
  --color-text:         #2D2D2D;
  --color-text-muted:   #6B635E;
  --color-white:        #FFFFFF;

  /* Typography */
  --font-heading: 'Cormorant Garamond', 'Cormorant Fallback', Georgia, serif;
  --font-body:    'Poppins', 'Poppins Fallback', system-ui, sans-serif;

  /* Spacing — 8px base rhythm */
  --space-2xs: 0.375rem;
  --space-xs:  0.75rem;
  --space-sm:  1.25rem;
  --space-md:  2rem;
  --space-lg:  3rem;
  --space-xl:  5rem;
  --space-2xl: 7.5rem;

  /* Layout */
  --container-max: 680px;
  --container-wide: 1140px;
  --logo-size: clamp(7.5rem, 20vw, 10rem);

  /* Effects */
  --shadow-soft:   0 2px 16px rgba(45, 45, 45, 0.05);
  --shadow-card:   0 8px 32px rgba(45, 45, 45, 0.07);
  --shadow-luxury: 0 12px 48px rgba(45, 45, 45, 0.09);
  --shadow-gold:   0 4px 24px rgba(216, 181, 106, 0.22);
  --glass-bg:      rgba(255, 255, 255, 0.62);
  --glass-border:  rgba(255, 255, 255, 0.85);

  /* Motion */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-luxury:   cubic-bezier(0.22, 1, 0.36, 1);
  --duration-fast: 0.35s;
  --duration-reveal: 1s;
}

/* --- Reset --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-text);
  background-color: var(--color-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

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

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

ul {
  list-style: none;
}

/* --- Skip Link --- */
.skip-link {
  position: absolute;
  top: -100%;
  left: var(--space-sm);
  z-index: 9999;
  padding: 0.625rem 1rem;
  background: var(--color-text);
  color: var(--color-white);
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: top var(--duration-fast) var(--ease-luxury);
}

.skip-link:focus-visible {
  top: var(--space-sm);
  outline: 2px solid var(--color-gold);
  outline-offset: 3px;
}

/* --- Background --- */
.bg-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.bg-gradient {
  background: linear-gradient(
    168deg,
    var(--color-bg) 0%,
    var(--color-bg-secondary) 42%,
    #F8F4EE 100%
  );
}

.bg-pattern {
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Cpath d='M30 0L60 30L30 60L0 30Z' stroke='%23D8B56A' stroke-width='0.5'/%3E%3Cpath d='M30 10L50 30L30 50L10 30Z' stroke='%23D8B56A' stroke-width='0.3'/%3E%3Ccircle cx='30' cy='30' r='3' stroke='%23D8B56A' stroke-width='0.3'/%3E%3C/svg%3E");
  background-size: 90px 90px;
  animation: patternDrift 90s linear infinite;
}

.bg-floral {
  background-repeat: no-repeat;
  background-size: clamp(180px, 22vw, 360px) auto;
  opacity: 0.22;
}

.bg-floral--left {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 600' fill='none'%3E%3Cg stroke='%23B77A84' stroke-width='0.8' opacity='0.5'%3E%3Cpath d='M80 600 C60 500, 70 400, 50 300 C35 220, 55 140, 40 60'/%3E%3Cpath d='M50 300 C20 280, 10 260, 30 240 C50 255, 55 275, 50 300'/%3E%3Cpath d='M40 60 C30 45, 35 30, 50 25 C55 35, 52 50, 40 60'/%3E%3Cpath d='M50 25 C65 20, 75 30, 70 45 C58 42, 48 35, 50 25'/%3E%3Ccircle cx='52' cy='58' r='4' fill='%23D8B56A'/%3E%3C/g%3E%3C/svg%3E");
  background-position: left bottom;
}

.bg-floral--right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 600' fill='none'%3E%3Cg stroke='%23B77A84' stroke-width='0.8' opacity='0.5' transform='scale(-1,1) translate(-400,0)'%3E%3Cpath d='M80 600 C60 500, 70 400, 50 300 C35 220, 55 140, 40 60'/%3E%3Cpath d='M50 300 C20 280, 10 260, 30 240 C50 255, 55 275, 50 300'/%3E%3Cpath d='M40 60 C30 45, 35 30, 50 25 C55 35, 52 50, 40 60'/%3E%3Cpath d='M50 25 C65 20, 75 30, 70 45 C58 42, 48 35, 50 25'/%3E%3Ccircle cx='52' cy='58' r='4' fill='%23D8B56A'/%3E%3C/g%3E%3C/svg%3E");
  background-position: right bottom;
}

.bg-glow {
  background: radial-gradient(
    ellipse 50vw 36vh at 50% 26%,
    rgba(216, 181, 106, 0.11) 0%,
    transparent 68%
  );
}

/* --- Particle canvas — sits above background, below all content --- */
.particles-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

/* --- Cursor Glow --- */
.cursor-glow {
  position: fixed;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 181, 106, 0.07) 0%, transparent 68%);
  pointer-events: none;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.is-cursor-active .cursor-glow {
  opacity: 1;
}

/* --- Layout --- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2rem);
}

.container--wide {
  max-width: var(--container-wide);
}

main {
  position: relative;
  z-index: 2;
}

.section-reveal {
  content-visibility: auto;
  contain-intrinsic-size: auto 400px;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(3rem, 8vh, 5rem) clamp(1rem, 4vw, 2rem);
  padding-top: max(clamp(3rem, 8vh, 5rem), env(safe-area-inset-top, 0px));
}

.hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 640px;
}

/* Logo — fixed dimensions prevent CLS */
.logo-wrapper {
  position: relative;
  width: var(--logo-size);
  height: var(--logo-size);
  margin-bottom: var(--space-sm);
  flex-shrink: 0;
  contain: layout style;
  animation: logoEnter 1.6s var(--ease-out-expo) forwards;
  opacity: 0;
}

.logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 4px 20px rgba(216, 181, 106, 0.18));
}

.logo-glow {
  position: absolute;
  inset: -22%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(216, 181, 106, 0.22) 0%,
    rgba(216, 181, 106, 0.08) 42%,
    transparent 68%
  );
  z-index: 1;
  pointer-events: none;
  animation: logoGlowPulse 10s ease-in-out infinite;
}

.logo-sparkles {
  position: absolute;
  inset: -20%;
  z-index: 4;
  pointer-events: none;
}

.logo-sparkle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transform: scale(0);
  animation: sparkleTwinkle var(--sparkle-duration, 2.4s) var(--ease-luxury) forwards;
  animation-delay: var(--sparkle-delay, 0s);
}

.logo-sparkle--gold {
  background: radial-gradient(circle, #E8C97A 0%, #D8B56A 60%, transparent 100%);
  box-shadow: 0 0 6px rgba(216, 181, 106, 0.45);
}

.logo-sparkle--rose {
  background: radial-gradient(circle, #C9929A 0%, #B77A84 60%, transparent 100%);
  box-shadow: 0 0 5px rgba(183, 122, 132, 0.35);
}

.logo-shimmer {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
}

.logo-shimmer::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(232, 201, 122, 0.15) 44%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(232, 201, 122, 0.15) 56%,
    transparent 62%
  );
  transform: translateX(-130%);
  animation: logoShimmerOnce 2s var(--ease-luxury) 1.2s forwards;
}

/* Brand typography */
.brand-name {
  font-family: var(--font-heading);
  font-size: clamp(0.6875rem, 1.8vw, 0.8125rem);
  font-weight: 400;
  letter-spacing: 0.52em;
  text-indent: 0.52em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-xs);
}

.hero__headline {
  font-family: var(--font-heading);
  font-size: clamp(2.125rem, 5.5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.015em;
  color: var(--color-text);
  margin-bottom: var(--space-xs);
  text-wrap: balance;
  max-width: 18ch;
}

.hero__tagline {
  font-family: var(--font-heading);
  font-size: clamp(1.125rem, 2.8vw, 1.625rem);
  font-weight: 300;
  font-style: italic;
  color: var(--color-rose);
  margin-bottom: var(--space-md);
  letter-spacing: 0.06em;
  text-wrap: balance;
}

/* Gold divider */
.gold-divider {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  width: clamp(140px, 36vw, 220px);
  margin-bottom: var(--space-sm);
  color: var(--color-gold);
}

.gold-divider__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold) 35%, var(--color-gold-light) 50%, var(--color-gold) 65%, transparent);
  background-size: 200% 100%;
  animation: dividerShimmer 5s ease-in-out infinite;
}

.gold-divider__diamond {
  display: flex;
  flex-shrink: 0;
  animation: diamondPulse 4s ease-in-out infinite;
}

/* Status badge */
.hero__status {
  margin-top: var(--space-2xs);
}

.status-badge {
  display: inline-block;
  font-size: clamp(0.625rem, 1.6vw, 0.6875rem);
  font-weight: 600;
  letter-spacing: 0.38em;
  text-indent: 0.38em;
  text-transform: uppercase;
  color: var(--color-gold-dark);
  padding: 0.65em 1.75em;
  border: 1px solid rgba(216, 181, 106, 0.35);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Hero entrance delays */
.animate-up {
  opacity: 0;
  transform: translateY(18px);
  animation: slideUp var(--duration-reveal) var(--ease-out-expo) forwards;
  animation-delay: var(--delay, 0s);
}

.delay-1 { --delay: 0.35s; }
.delay-2 { --delay: 0.55s; }
.delay-3 { --delay: 0.75s; }
.delay-4 { --delay: 0.95s; }
.delay-5 { --delay: 1.15s; }

.gold-divider--left {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
  color: var(--color-gold);
  width: clamp(120px, 50%, 200px);
  margin-top: var(--space-sm);
  margin-bottom: 0;
}

/* ============================================================
   INFO GRID — About + Contact
   ============================================================ */
.info-section {
  padding: var(--space-xl) 0;
}

.info-grid {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
  align-items: center;
  text-align: center;
}

.info-grid__col {
  width: 100%;
  max-width: var(--container-max);
}

/* Shared panel styling */
.info-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  align-items: center;
}

.info-panel__heading {
  font-family: var(--font-heading);
  font-size: clamp(1.625rem, 3.8vw, 2.375rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: var(--color-text);
  margin-bottom: var(--space-sm);
  text-wrap: balance;
}

.description__card {
  padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.5rem);
  background: var(--glass-bg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  box-shadow: var(--shadow-card);
}

.description__text {
  font-size: clamp(0.9375rem, 2vw, 1.0625rem);
  color: var(--color-text-muted);
  max-width: 52ch;
  line-height: 1.9;
  text-wrap: pretty;
}

/* Contact panel — shares glass card with left column */
.info-panel--contact {
  gap: var(--space-sm);
  box-shadow: var(--shadow-luxury);
}

.info-panel--contact .info-panel__heading {
  margin-bottom: var(--space-xs);
}

.info-section .button-group {
  margin-top: var(--space-md);
}

.contact-list {
  display: flex;
  flex-direction: column;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: clamp(0.875rem, 2.5vw, 1.125rem);
  border-radius: 14px;
  min-height: 3.25rem;
  transition: background var(--duration-fast) var(--ease-luxury),
              transform var(--duration-fast) var(--ease-luxury);
}

@media (hover: hover) {
  .contact-link:hover {
    background: rgba(255, 255, 255, 0.72);
    transform: translateX(3px);
  }

  .contact-link:hover .contact-icon {
    border-color: rgba(216, 181, 106, 0.45);
    box-shadow: var(--shadow-gold);
  }

  .contact-link:hover .contact-value {
    color: var(--color-gold-dark);
  }
}

.contact-link:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.72);
}

.contact-icon {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gold);
  background: rgba(216, 181, 106, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(216, 181, 106, 0.18);
  transition: border-color var(--duration-fast) var(--ease-luxury),
              box-shadow var(--duration-fast) var(--ease-luxury);
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  text-align: left;
  min-width: 0;
}

.contact-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.contact-value {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  font-weight: 400;
  color: var(--color-text);
  transition: color var(--duration-fast) var(--ease-luxury);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.button-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  align-items: stretch;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 3.25rem;
  padding: 0.9em 2em;
  font-family: var(--font-body);
  font-size: clamp(0.75rem, 1.8vw, 0.8125rem);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 100px;
  overflow: hidden;
  isolation: isolate;
  transition: transform var(--duration-fast) var(--ease-luxury),
              box-shadow var(--duration-fast) var(--ease-luxury),
              border-color var(--duration-fast) var(--ease-luxury),
              background var(--duration-fast) var(--ease-luxury);
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 42%, rgba(255,255,255,0.22) 50%, transparent 58%);
  transform: translateX(-120%);
  transition: transform 0.6s var(--ease-luxury);
  z-index: 1;
  pointer-events: none;
}

@media (hover: hover) {
  .btn:hover::after {
    transform: translateX(120%);
  }
}

.btn:focus-visible {
  outline: 2px solid var(--color-gold-dark);
  outline-offset: 3px;
}

.btn--primary {
  background: linear-gradient(135deg, var(--color-gold-light) 0%, var(--color-gold) 100%);
  color: var(--color-white);
  box-shadow: var(--shadow-gold);
  border: none;
}

@media (hover: hover) {
  .btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 36px rgba(216, 181, 106, 0.38);
  }
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.35);
  color: var(--color-text);
  border: 1.5px solid rgba(216, 181, 106, 0.42);
  box-shadow: var(--shadow-soft);
}

@media (hover: hover) {
  .btn--secondary:hover {
    transform: translateY(-2px);
    border-color: var(--color-gold);
    box-shadow: var(--shadow-gold);
    background: rgba(255, 255, 255, 0.65);
  }
}

/* ============================================================
   SOCIAL
   ============================================================ */
.social {
  padding: var(--space-lg) 0 var(--space-xl);
  text-align: center;
}

.section-label {
  font-family: var(--font-heading);
  font-size: clamp(1.375rem, 3vw, 1.875rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03em;
  color: var(--color-text);
  margin-bottom: var(--space-md);
}

.social__text {
  font-size: clamp(0.875rem, 2vw, 1rem);
  color: var(--color-text-muted);
  max-width: 44ch;
  margin-inline: auto;
  margin-bottom: var(--space-sm);
  line-height: 1.85;
  text-wrap: pretty;
}

.social__link {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.7em 1.4em;
  min-height: 2.75rem;
  border-radius: 100px;
  border: 1px solid rgba(216, 181, 106, 0.28);
  background: rgba(255, 255, 255, 0.45);
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--color-text);
  transition: transform var(--duration-fast) var(--ease-luxury),
              box-shadow var(--duration-fast) var(--ease-luxury),
              border-color var(--duration-fast) var(--ease-luxury);
}

.social__link svg {
  color: var(--color-gold);
  flex-shrink: 0;
}

@media (hover: hover) {
  .social__link:hover {
    transform: translateY(-2px);
    border-color: var(--color-gold);
    box-shadow: var(--shadow-gold);
  }
}

.social__link:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 3px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  position: relative;
  z-index: 2;
  padding: var(--space-md) 0 var(--space-lg);
  padding-bottom: max(var(--space-lg), env(safe-area-inset-bottom, 0px));
  text-align: center;
}

.footer__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  max-width: 240px;
  margin-inline: auto;
  margin-bottom: var(--space-sm);
  color: var(--color-gold);
}

.footer__divider .gold-divider__line {
  flex: 1;
}

.footer__categories {
  font-size: clamp(0.625rem, 1.5vw, 0.6875rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-xs);
  line-height: 2.2;
}

.footer__copyright {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  opacity: 0.75;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.9s var(--ease-out-expo),
              transform 0.9s var(--ease-out-expo);
}

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

/* Stagger children inside info section */
.info-grid__col .reveal.is-visible { transition-delay: 0s; }
.info-grid__col--contact .reveal.is-visible { transition-delay: 0.1s; }
.info-section .button-group.reveal.is-visible { transition-delay: 0.18s; }
.social__link.reveal.is-visible { transition-delay: 0.08s; }

/* ============================================================
   KEYFRAMES
   ============================================================ */
@keyframes logoEnter {
  from { opacity: 0; transform: scale(0.94); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes logoShimmerOnce {
  0%   { transform: translateX(-130%); }
  100% { transform: translateX(130%); }
}

@keyframes logoGlowPulse {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.05);
  }
}

@keyframes sparkleTwinkle {
  0%   { opacity: 0; transform: scale(0) rotate(0deg); }
  15%  { opacity: 1; transform: scale(1) rotate(45deg); }
  50%  { opacity: 0.75; transform: scale(0.85) rotate(90deg); }
  85%  { opacity: 0.4; transform: scale(0.6) rotate(135deg); }
  100% { opacity: 0; transform: scale(0) rotate(180deg); }
}

@keyframes slideUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes dividerShimmer {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

@keyframes diamondPulse {
  0%, 100% { opacity: 0.75; transform: scale(1); }
  50%      { opacity: 1; transform: scale(1.1); }
}

@keyframes glowPulse {
  0%   { opacity: 0.55; }
  100% { opacity: 1; }
}

@keyframes patternDrift {
  to { background-position: 90px 90px; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablet: two columns, 40px gap */
@media (min-width: 768px) {
  .info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
    text-align: left;
    max-width: none;
  }

  .info-grid__col {
    max-width: none;
    display: flex;
  }

  .info-panel {
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .info-panel.description__card {
    height: 100%;
    justify-content: center;
  }

  .info-panel--contact .contact-link {
    padding-inline: 0.25rem;
  }

  .description__text {
    margin-inline: 0;
  }

  .gold-divider--left {
    margin-inline: 0;
  }

  .info-panel--contact .contact-list {
    width: 100%;
  }
}

/* Desktop: 60px gap, 80px vertical padding, equal-height columns */
@media (min-width: 992px) {
  .info-section {
    padding: 80px 0;
  }

  .info-grid {
    gap: 60px;
    align-items: stretch;
  }

  .info-panel__heading {
    font-size: clamp(1.875rem, 2.5vw, 2.5rem);
    margin-bottom: var(--space-md);
  }

  .description__card {
    padding: clamp(2.5rem, 4vw, 3.5rem) clamp(2rem, 3vw, 3rem);
  }

  .info-panel--contact {
    gap: var(--space-md);
  }

  .info-section .button-group {
    margin-top: var(--space-lg);
  }
}

/* Mobile: stacked, centered, comfortable spacing */
@media (max-width: 767px) {
  .info-section {
    padding: var(--space-lg) 0;
  }

  .info-grid {
    gap: var(--space-lg);
  }

  .info-panel.description__card {
    max-width: 100%;
  }
}

@media (min-width: 640px) {
  .button-group {
    flex-direction: row;
    justify-content: center;
    gap: var(--space-sm);
  }

  .btn {
    width: auto;
    min-width: 15rem;
  }

  .bg-floral {
    opacity: 0.28;
  }
}

@media (min-width: 1024px) {
  .bg-floral {
    opacity: 0.32;
  }
}

@media (max-width: 380px) {
  .brand-name {
    letter-spacing: 0.38em;
    text-indent: 0.38em;
  }

  .footer__categories {
    letter-spacing: 0.08em;
    line-height: 2.4;
  }
}

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

  html { scroll-behavior: auto; }

  .logo-wrapper,
  .animate-up,
  .reveal {
    opacity: 1;
    transform: none;
  }

  .logo-glow,
  .logo-shimmer::after,
  .logo-sparkle {
    animation: none !important;
  }

  .logo-sparkles {
    display: none;
  }

  .cursor-glow,
  .particles-canvas {
    display: none;
  }

  .bg-pattern {
    animation: none;
  }
}

/* Global focus */
:focus-visible {
  outline-color: var(--color-gold);
}
