/*
Theme Name: Ilarys Beige marbre clair
Theme URI: https://ilarys.fr
Author: Ilarys
Author URI: https://ilarys.fr
Description: Thème vitrine luxe pour Ilarys — marbre noir profond, or, soleil baroque.
Version: 2.0.0-beige
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ilarys
Tags: one-page, portfolio, luxury, dark
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Montserrat:wght@200;300;400&display=swap');

/* =========================================
   RESET & BASE
   ========================================= */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background: #ede5d8;
  color: #2a1f10;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='5' fill='%23d4af37' fill-opacity='0.85'/%3E%3Ccircle cx='12' cy='12' r='9' fill='none' stroke='%23d4af37' stroke-width='0.8' stroke-opacity='0.5'/%3E%3C/svg%3E") 12 12, auto;

}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* =========================================
   CURSEUR OR PERSONNALISÉ
   ========================================= */


/* =========================================
   UTILITAIRES OR
   ========================================= */
.gold-text {
  background: linear-gradient(135deg, #b08010 0%, #f7e060 28%, #d4af37 55%, #9a6e10 85%, #c8a030 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gold-line {
  width: 72px;
  height: 0.5px;
  background: linear-gradient(90deg, transparent, #d4af37 30%, #f0d060 50%, #d4af37 70%, transparent);
  margin: 16px auto 0;
  position: relative;
}
.gold-line::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #d4af37;
  border-radius: 50%;
  box-shadow: 0 0 6px 2px rgba(212,175,55,0.5);
}

.section-label {
  font-size: 9px;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: rgba(212, 175, 55, .38);
  margin-bottom: 12px;
  font-weight: 300;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 300;
  letter-spacing: 5px;
  color: #2a1f10;
  margin-bottom: 52px;
}

/* =========================================
   MARBRE BACKGROUND — VÉRITABLE TEXTURE
   ========================================= */
.marble-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Couche 1 — veines primaires diagonales */
.marble-bg::before {
  content: '';
  position: absolute;
  inset: -50%;
  background:
    repeating-linear-gradient(
      -62deg,
      transparent 0px,
      transparent 60px,
      rgba(212,175,55,0.025) 60px,
      rgba(212,175,55,0.025) 61px,
      transparent 61px,
      transparent 85px,
      rgba(180,140,60,0.018) 85px,
      rgba(180,140,60,0.018) 86px
    ),
    repeating-linear-gradient(
      -58deg,
      transparent 0px,
      transparent 110px,
      rgba(240,200,80,0.012) 110px,
      rgba(240,200,80,0.012) 112px,
      transparent 112px,
      transparent 170px,
      rgba(200,160,50,0.008) 170px,
      rgba(200,160,50,0.008) 170.5px
    );
  animation: marbleShift 120s linear infinite;
}

/* Couche 2 — veines secondaires */
.marble-bg::after {
  content: '';
  position: absolute;
  inset: -50%;
  background:
    repeating-linear-gradient(
      24deg,
      transparent 0px,
      transparent 90px,
      rgba(160,120,40,0.014) 90px,
      rgba(160,120,40,0.014) 91px,
      transparent 91px,
      transparent 140px,
      rgba(212,175,55,0.009) 140px,
      rgba(212,175,55,0.009) 141px
    );
  animation: marbleShift2 180s linear infinite;
}

@keyframes marbleShift {
  0% { transform: translate(0, 0); }
  100% { transform: translate(3%, 2%); }
}
@keyframes marbleShift2 {
  0% { transform: translate(0, 0) rotate(0.2deg); }
  100% { transform: translate(-2%, 3%) rotate(-0.2deg); }
}

/* Vignette centrale profonde */
.marble-vignette {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, transparent 30%, rgba(4,4,2,0.55) 100%);
}

/* =========================================
   NAVBAR
   ========================================= */
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  border-bottom: 0.5px solid rgba(160,120,50,.18);
  background: rgba(237,229,216,0.93);
  backdrop-filter: blur(12px);
}

.nav-links {
  display: flex;
  gap: 44px;
}

.nav-links a {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: rgba(140,100,25,.6);
  transition: color .4s, letter-spacing .4s;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 0.5px;
  background: #d4af37;
  transform: scaleX(0);
  transition: transform .4s;
}

.nav-links a:hover,
.nav-links a.active {
  color: #d4af37;
  letter-spacing: 5px;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

/* =========================================
   SOLEIL CENTRAL NAVBAR — +40%
   ========================================= */
.sun-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  /* Centré verticalement dans la navbar — le soleil reste dans la barre */
  transform: translate(-50%, -50%);
  z-index: 110;
  /* +40% de 220px = 308px — déborde visuellement mais ne bloque pas le texte */
  width: 308px;
  height: 308px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Halos extérieurs agrandis (+40%) */
.halo1 {
  position: absolute;
  width: 504px;   /* 360 * 1.4 */
  height: 504px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,.13) 0%, rgba(212,175,55,.045) 40%, transparent 65%);
  animation: breathe 6s ease-in-out infinite;
}

.halo2 {
  position: absolute;
  width: 378px;   /* 270 * 1.4 */
  height: 378px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,160,20,.08) 0%, rgba(212,175,55,.028) 50%, transparent 72%);
  animation: breathe 6s ease-in-out infinite;
  animation-delay: -3s;
}

/* Halo supplémentaire grand luxe */
.halo3 {
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,175,55,.05) 0%, rgba(180,120,20,.02) 45%, transparent 68%);
  animation: breathe 9s ease-in-out infinite;
  animation-delay: -4.5s;
}

@keyframes breathe {
  0%, 100% { transform: scale(1); opacity: .6; }
  50% { transform: scale(1.08); opacity: 1; }
}

/* Container rayons — +40% de 220px = 308px */
.sun-all {
  position: absolute;
  width: 308px;
  height: 308px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spinRays 80s linear infinite;
}

@keyframes spinRays {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* SVG rayons — +40% de 220px viewBox */
.sun-rays-svg {
  position: absolute;
  width: 308px;
  height: 308px;
  overflow: visible;
}

/* Canvas plasma — +40% de 80px = 112px */
.sun-canvas-wrap {
  position: absolute;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  animation: sunGlow 6s ease-in-out infinite;
}

@keyframes sunGlow {
  0%, 100% {
    box-shadow:
      0 0 0 2px rgba(212,175,55,.35),
      0 0 28px 8px rgba(255,150,20,.6),
      0 0 70px 18px rgba(212,175,55,.35),
      0 0 150px 28px rgba(180,80,0,.18),
      0 0 260px 40px rgba(120,60,0,.08);
  }
  50% {
    box-shadow:
      0 0 0 2.5px rgba(255,200,50,.65),
      0 0 42px 14px rgba(255,160,20,.9),
      0 0 100px 25px rgba(212,175,55,.55),
      0 0 220px 40px rgba(200,80,0,.26),
      0 0 380px 60px rgba(140,60,0,.12);
  }
}

#sunCanvas { display: block; width: 112px; height: 112px; }

/* Anneaux — +40% de 88/96 = 123/135 */
.ring1 {
  position: absolute;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  border: 0.7px solid rgba(212, 175, 55, .48);
}

.ring2 {
  position: absolute;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 0.3px solid rgba(240, 200, 60, .22);
}

/* Anneau supplémentaire décoratif */
.ring3 {
  position: absolute;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  border: 0.5px solid rgba(160,120,50,.18);
  animation: ringPulse 4s ease-in-out infinite;
}

@keyframes ringPulse {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.04); opacity: 0.9; }
}

/* =========================================
   HERO SECTION
   ========================================= */
#hero {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 180px 60px 100px;
  --mouse-x: 50%;
}

/* Ligne lumineuse qui suit la souris */
#hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    transparent calc(var(--mouse-x) - 15%),
    rgba(212,175,55,0.6) var(--mouse-x),
    transparent calc(var(--mouse-x) + 15%),
    transparent 100%
  );
  transition: background 0.1s;
}

.hero-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 76px;
  font-weight: 300;
  letter-spacing: 24px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 8px;
}

.hero-sub {
  font-size: 9px;
  font-weight: 200;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: rgba(212, 175, 55, .32);
  margin-top: 8px;
  margin-bottom: 16px;
}

.hero-eyebrow {
  font-size: 9px;
  font-weight: 300;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: rgba(212, 175, 55, .38);
  margin-bottom: 20px;
  margin-top: 56px;
}

.hero-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 300;
  color: #2a1f10;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.hero-h1 em {
  font-style: italic;
  color: rgba(212, 175, 55, .72);
}

.hero-tagline {
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 3px;
  color: rgba(60,35,10,.32);
  margin-bottom: 42px;
  line-height: 2.5;
}

/* Séparateur décoratif hero */
.hero-ornament {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 28px auto;
  width: 260px;
}
.hero-ornament-line {
  flex: 1;
  height: 0.5px;
  background: linear-gradient(90deg, transparent, rgba(212,175,55,0.3));
}
.hero-ornament-line:last-child {
  background: linear-gradient(270deg, transparent, rgba(212,175,55,0.3));
}
.hero-ornament-diamond {
  width: 6px;
  height: 6px;
  background: #d4af37;
  transform: rotate(45deg);
  box-shadow: 0 0 8px 2px rgba(212,175,55,0.4);
}

.btn-gold {
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #d4af37;
  border: 0.5px solid rgba(212, 175, 55, .38);
  padding: 16px 48px;

  background: transparent;
  transition: all .4s;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  overflow: hidden;
}

.btn-gold::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(212,175,55,0) 0%, rgba(212,175,55,0.08) 50%, rgba(212,175,55,0) 100%);
  transform: translateX(-100%);
  transition: transform .5s;
}

.btn-gold:hover {
  background: rgba(212, 175, 55, .05);
  border-color: rgba(212, 175, 55, .7);
  letter-spacing: 7px;
}

.btn-gold:hover::before {
  transform: translateX(100%);
}

/* Compteurs statistiques hero */
.hero-stats {
  display: flex;
  gap: 60px;
  margin-top: 52px;
  justify-content: center;
}

.hero-stat {
  text-align: center;
}

.hero-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  background: linear-gradient(135deg, #b08010, #f7e060, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}

.hero-stat-label {
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(212,175,55,.28);
  margin-top: 4px;
  display: block;
}

.scroll-hint {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.scroll-label {
  font-size: 8px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(212, 175, 55, .22);
}

.scroll-line {
  width: 0.5px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(212,175,55,.5), transparent);
  animation: scrollPulse 2.2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: .25; transform: scaleY(1); }
  50% { opacity: .9; transform: scaleY(1.15); }
}

/* =========================================
   REVEAL ANIMATION AU SCROLL
   ========================================= */
.will-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.will-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   SECTION RÉALISATIONS
   ========================================= */
#realisations {
  position: relative;
  z-index: 1;
  padding: 110px 64px;
  border-top: 0.5px solid rgba(160,120,50,.18);
  text-align: center;
}

/* Séparateur haut de section */
#realisations::before,
#services::before,
#about::before,
#contact::before {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, rgba(212,175,55,0.4), transparent);
  margin: -60px auto 60px;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  margin-top: 56px;
}

.project-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;

  background: #e2d8c8;
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(0.16, 1, 0.3, 1);
  filter: brightness(0.85) saturate(0.9);
}

.project-card:hover img {
  transform: scale(1.07);
  filter: brightness(0.9) saturate(1);
}

.project-card .placeholder-thumb {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #d8ccb8 0%, #cfc2aa 50%, #d8ccb8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
  opacity: 0;
  transition: opacity .5s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
}

.project-card:hover .project-overlay { opacity: 1; }

.project-gold-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f0d060, #d4af37, #f0d060, transparent);
  transform: scaleX(0);
  transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-gold-left {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, #d4af37, transparent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .5s .1s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-card:hover .project-gold-top { transform: scaleX(1); }
.project-card:hover .project-gold-left { transform: scaleY(1); }

.project-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 300;
  color: #2a1f10;
  letter-spacing: 2px;
}

.project-type {
  font-size: 9px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #d4af37;
  font-weight: 300;
  margin-top: 5px;
}

.project-link {
  display: inline-block;
  margin-top: 12px;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(212,175,55,.65);
  border-bottom: 0.5px solid rgba(212,175,55,.35);
  padding-bottom: 2px;
  transition: color .3s, border-color .3s, letter-spacing .3s;
}

.project-link:hover { color: #d4af37; border-color: #d4af37; letter-spacing: 4px; }

/* =========================================
   SECTION SERVICES
   ========================================= */
#services {
  position: relative;
  z-index: 1;
  padding: 110px 64px;
  border-top: 0.5px solid rgba(160,120,50,.18);
  text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 56px;
}

.service-card {
  padding: 56px 40px;
  border: 0.5px solid rgba(212, 175, 55, .08);
  text-align: left;
  transition: border-color .5s, background .5s, transform .4s;
  background: rgba(160,120,50,0.04);
  position: relative;
  overflow: hidden;
}

/* Coin décoratif or */
.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 28px 0;
  border-color: transparent rgba(212,175,55,0.2) transparent transparent;
  transition: border-color .4s;
}

.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 0% 100%, rgba(212,175,55,0.04) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .5s;
}

.service-card:hover {
  border-color: rgba(212, 175, 55, .28);
  background: rgba(160,120,50,0.08);
}

.service-card:hover::before {
  border-color: transparent rgba(212,175,55,0.5) transparent transparent;
}

.service-card:hover::after { opacity: 1; }

.service-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 10px;
  letter-spacing: 5px;
  color: rgba(212,175,55,.3);
  margin-bottom: 24px;
}

.service-icon {
  width: 32px;
  height: 0.5px;
  background: linear-gradient(90deg, #d4af37, transparent);
  margin-bottom: 20px;
}

.service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: #2a1f10;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.service-desc {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: rgba(60,35,10,.42);
  line-height: 2.2;
}

/* =========================================
   SECTION À PROPOS
   ========================================= */
#about {
  position: relative;
  z-index: 1;
  padding: 110px 64px;
  border-top: 0.5px solid rgba(160,120,50,.18);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.about-text .section-label { text-align: left; }
.about-text .section-title { text-align: left; }
.about-text .gold-line { margin-left: 0; }

.about-body {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #2a1f10;
  line-height: 2.4;
  margin-bottom: 36px;
}

.about-visual {
  aspect-ratio: 3/4;
  background:
    linear-gradient(145deg, #ddd4c0 0%, #d4c8b0 50%, #ddd4c0 100%);
  border: 0.5px solid rgba(212,175,55,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Marbre intérieur about */
.about-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -45deg,
      transparent 0px,
      transparent 40px,
      rgba(212,175,55,0.03) 40px,
      rgba(212,175,55,0.03) 41px
    );
}

/* Monogramme grand */
.about-monogram {
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-monogram-letter {
  font-family: 'Cormorant Garamond', serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 1;
  background: linear-gradient(180deg, rgba(212,175,55,0.5) 0%, rgba(212,175,55,0.12) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-monogram-sub {
  font-size: 9px;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: rgba(212,175,55,0.25);
  margin-top: -8px;
}

/* =========================================
   SECTION CONTACT
   ========================================= */
#contact {
  position: relative;
  z-index: 1;
  padding: 110px 64px;
  border-top: 0.5px solid rgba(160,120,50,.18);
  text-align: center;
}

.contact-form {
  max-width: 560px;
  margin: 56px auto 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 0.5px solid rgba(212,175,55,.2);
  color: #2a1f10;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 16px 4px;
  outline: none;
  transition: border-color .4s;
  width: 100%;

}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(212,175,55,.2);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 9px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: rgba(212,175,55,.6);
}

.contact-form textarea {
  resize: none;
  height: 130px;
}

/* =========================================
   FOOTER
   ========================================= */
#site-footer {
  position: relative;
  z-index: 1;
  border-top: 0.5px solid rgba(212,175,55,.1);
  padding: 36px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  letter-spacing: 10px;
  color: rgba(212,175,55,.45);
  font-weight: 300;
  text-transform: uppercase;
}

.footer-copy {
  font-size: 9px;
  letter-spacing: 2px;
  color: rgba(60,35,10,.42);
}

.footer-gold-line {
  width: 40px;
  height: 0.5px;
  background: rgba(212,175,55,.2);
}

/* =========================================
   PARTICLE CANVAS
   ========================================= */
#particle-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 900px) {
  body { cursor: auto; }
  #site-header { padding: 0 24px; height: 70px; }
  .sun-wrap { width: 220px; height: 220px; }
  .halo1 { width: 360px; height: 360px; }
  .halo2 { width: 270px; height: 270px; }
  .halo3 { width: 440px; height: 440px; }
  .sun-all { width: 220px; height: 220px; }
  .sun-rays-svg { width: 220px; height: 220px; }
  .sun-canvas-wrap { width: 80px; height: 80px; }
  #sunCanvas { width: 80px; height: 80px; }
  .ring1 { width: 88px; height: 88px; }
  .ring2 { width: 96px; height: 96px; }
  .ring3 { width: 112px; height: 112px; }
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 9px; letter-spacing: 2px; }
  #hero { padding: 150px 24px 90px; }
  .hero-brand { font-size: 48px; letter-spacing: 14px; }
  .hero-h1 { font-size: 36px; }
  .hero-stats { gap: 32px; }
  #realisations, #services, #contact { padding: 80px 24px; }
  #about { padding: 80px 24px; grid-template-columns: 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  #site-footer { flex-direction: column; gap: 16px; text-align: center; padding: 28px 24px; }
}
