/* ==========================================================================
   LÚMEA FLOWERS GROUP — Landing Page
   Design tokens: navy #0E1B33 / gold #C9A463 / ivory #F6F1E7
   Display: Cormorant Garamond · Body/UI: Jost
   ========================================================================== */

:root{
  --navy-950: #0a1428;
  --navy-900: #0e1b33;
  --navy-800: #16294c;
  --navy-700: #1e3562;
  --gold-500: #c9a463;
  --gold-400: #ddc08a;
  --gold-300: #e9dab5;
  --ivory-100: #f6f1e7;
  --ivory-050: #fbf8f2;
  --ink-900: #1c2333;
  --ink-600: #4b5568;
  --line-on-navy: rgba(233, 218, 181, 0.22);
  --line-on-cream: rgba(28, 35, 51, 0.12);

  --font-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --font-body: 'Jost', 'Helvetica Neue', Arial, sans-serif;

  --container-w: 1180px;
  --radius-md: 6px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

*, *::before, *::after{ box-sizing: border-box; }

html{ scroll-behavior: smooth; }

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

body{
  margin:0;
  font-family: var(--font-body);
  color: var(--ink-900);
  background: var(--ivory-100);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration: none; }
ul{ list-style: none; margin:0; padding:0; }
button{ font-family: inherit; cursor:pointer; }
input, textarea{ font-family: inherit; }

.container{
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Preloader bloom curtain ---------- */
.bloom-curtain{
  position: fixed; inset:0; background: var(--navy-900);
  z-index: 9999;
  display:flex; align-items:center; justify-content:center;
  transition: opacity .8s var(--ease), visibility .8s var(--ease);
}
.bloom-curtain.hide{ opacity:0; visibility:hidden; pointer-events:none; }

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 14px 30px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: all .35s var(--ease);
  white-space: nowrap;
}
.btn-gold{
  background: var(--gold-500);
  color: var(--navy-950);
  border-color: var(--gold-500);
}
.btn-gold:hover{ background: var(--gold-400); border-color: var(--gold-400); transform: translateY(-2px); }

.btn-line{
  color: var(--ivory-100);
  border-color: var(--line-on-navy);
}
.btn-line:hover{ border-color: var(--gold-500); color: var(--gold-400); }

.btn-ghost{
  color: var(--ivory-100);
  border-color: var(--gold-500);
  padding: 10px 22px;
}
.btn-ghost:hover{ background: var(--gold-500); color: var(--navy-950); }

.btn-full{ width:100%; }

/* ---------- Header ---------- */
.site-header{
  position: fixed; top:0; left:0; right:0; z-index: 500;
  padding: 22px 0;
  transition: background .4s var(--ease), padding .4s var(--ease), box-shadow .4s var(--ease);
}
.site-header.scrolled{
  background: rgba(10, 20, 40, 0.92);
  backdrop-filter: blur(10px);
  padding: 14px 0;
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
}
.header-inner{
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 32px;
  display:flex; align-items:center; justify-content:space-between; gap: 24px;
}

.logo-mark{ display:flex; align-items:center; gap:12px; color: var(--gold-500); flex-shrink:0; }
.logo-svg{ width: 30px; height: 36px; color: var(--gold-500); overflow: visible; }
.header-rose .rose-fill-path{ stroke-width: 2.2; }
.logo-text{ display:flex; flex-direction:column; line-height:1; }
.logo-title{
  font-family: var(--font-display); font-weight:600; font-size: 22px;
  color: var(--ivory-100); letter-spacing: .04em;
}
.logo-sub{
  font-family: var(--font-body); font-size: 9px; letter-spacing: .3em;
  color: var(--gold-400); text-transform: uppercase; margin-top: 2px;
}

.main-nav{ display:flex; gap: 34px; }
.main-nav a{
  font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ivory-100); opacity:.85; position:relative; padding: 4px 0;
  transition: opacity .3s;
}
.main-nav a::after{
  content:''; position:absolute; left:0; bottom:-2px; height:1px; width:0;
  background: var(--gold-500); transition: width .35s var(--ease);
}
.main-nav a:hover{ opacity:1; }
.main-nav a:hover::after{ width:100%; }

.header-cta{ flex-shrink:0; }

.nav-toggle{
  display:none; flex-direction:column; gap:5px; background:none; border:none; padding:6px;
}
.nav-toggle span{ width:24px; height:1.5px; background: var(--ivory-100); transition: all .3s var(--ease); }

/* ---------- Hero ---------- */
.hero{
  position: relative;
  min-height: 100vh;
  display:flex; align-items:center;
  background: radial-gradient(ellipse at 70% 20%, var(--navy-800) 0%, var(--navy-900) 55%, var(--navy-950) 100%);
  overflow:hidden;
  padding: 140px 0 100px;
}
.hero-field{
  position:absolute; inset:0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(233,218,181,.5) 0, transparent 60%),
    radial-gradient(1px 1px at 80% 60%, rgba(233,218,181,.35) 0, transparent 60%),
    radial-gradient(1px 1px at 55% 80%, rgba(233,218,181,.4) 0, transparent 60%),
    radial-gradient(1px 1px at 35% 15%, rgba(233,218,181,.3) 0, transparent 60%),
    radial-gradient(1px 1px at 90% 20%, rgba(233,218,181,.3) 0, transparent 60%);
  opacity: .6;
}
.hero-vignette{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(10,20,40,.15) 0%, transparent 30%, transparent 70%, rgba(10,20,40,.55) 100%);
}
.hero-content{
  position:relative; z-index:2;
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 32px;
  width:100%;
}
.eyebrow{
  font-size: 12px; letter-spacing: .35em; text-transform: uppercase;
  color: var(--gold-400); margin: 0 0 22px;
}
.eyebrow-dark{ color: var(--navy-700); }

.hero-title{
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 1.04;
  color: var(--ivory-100);
  margin: 0 0 28px;
  max-width: 780px;
}
.hero-title span{ display:block; }
.hero-italic{ font-style: italic; color: var(--gold-400); font-weight: 400; }

.hero-copy{
  font-size: 18px; line-height: 1.7; color: rgba(246,241,231,.78);
  max-width: 480px; margin: 0 0 44px; font-weight: 300;
}
.hero-actions{ display:flex; gap:20px; flex-wrap:wrap; }

.hero-bloom{
  position:absolute; right: 6%; top: 50%; transform: translateY(-50%);
  width: 260px; opacity: .9; z-index:1;
  pointer-events:none;
}
.rose-draw{ width:100%; height:auto; overflow:visible; }
.rose-fill-path{
  fill: white;
  fill-opacity: 0;
  stroke: currentColor;
  stroke-width: 1;
  transition: fill-opacity .05s ease-in;
}
.rose-fill-path.rose-fill-in{ fill-opacity: 1; }

.scroll-cue{
  position:absolute; bottom: 40px; left:50%; transform: translateX(-50%);
  width: 22px; height: 36px; border: 1px solid var(--line-on-navy); border-radius: 20px;
  z-index:3;
}
.scroll-cue span{
  position:absolute; top:6px; left:50%; transform: translateX(-50%);
  width:3px; height:8px; background: var(--gold-500); border-radius: 2px;
  animation: scrollcue 1.8s ease-in-out infinite;
}
@keyframes scrollcue{ 0%{ opacity:1; top:6px;} 70%{ opacity:0; top:18px;} 100%{ opacity:0; top:6px;} }

/* ---------- Reveal on scroll ---------- */
.reveal{
  opacity:0; transform: translateY(22px);
  animation: reveal .9s var(--ease) forwards;
  animation-delay: calc(var(--d, 0) * 0.12s + .2s);
}
@keyframes reveal{ to{ opacity:1; transform:none; } }

.fade-up{ opacity:0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.fade-up.in-view{ opacity:1; transform:none; }

/* ---------- Stem divider ---------- */
.stem-divider{ line-height:0; }
.stem-divider svg{ width:100%; height:32px; display:block; }
.stem-divider path{ fill:none; stroke: var(--gold-500); stroke-width:1; opacity:.5; }
.section-navy + .stem-divider path,
.stem-divider.on-navy path{ stroke: var(--gold-400); opacity:.35; }

/* ---------- Sections ---------- */
.section{ padding: 110px 0; position:relative; }
.section-cream{ background: var(--ivory-100); color: var(--ink-900); }
.section-navy{ background: linear-gradient(180deg, var(--navy-900), var(--navy-950)); color: var(--ivory-100); }

.h2{
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  margin: 0 0 28px;
  max-width: 620px;
}
.h2-light{ color: var(--ivory-100); }

.section-lead{
  max-width: 560px; font-weight:300; font-size:17px; line-height:1.7;
  color: rgba(246,241,231,.72); margin: -8px 0 50px;
}

.body-copy{
  font-size: 16.5px; line-height: 1.8; font-weight: 300;
  color: var(--ink-600); max-width: 460px; margin: 0 0 20px;
}
.body-copy strong{ color: var(--ink-900); font-weight: 500; }

/* ---------- Split layout ---------- */
.split{
  display:grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items:center;
}
.split-reverse .split-text{ order:2; }
.split-reverse .split-media{ order:1; }
.split-media{ position:relative; }
.split-media img{
  width:100%; height: 480px; object-fit: cover; border-radius: 4px;
  box-shadow: 0 30px 60px -20px rgba(14,27,51,.35);
}
.media-tag{
  position:absolute; bottom: -18px; left: 28px;
  background: var(--navy-900); color: var(--gold-400);
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  padding: 10px 18px; border-radius: 2px;
  box-shadow: 0 10px 24px rgba(14,27,51,.3);
}

.signature-quote{
  border-left: 2px solid var(--gold-500);
  padding: 4px 0 4px 24px;
  margin-top: 32px;
  font-family: var(--font-display);
  font-style: italic; font-size: 21px; color: var(--navy-800); font-weight:400;
}

.spec-list{ margin-top: 28px; display:flex; flex-direction:column; gap:14px; }
.spec-list li{
  font-size: 14.5px; font-weight:300; color: var(--ink-600);
  padding-bottom: 14px; border-bottom: 1px solid var(--line-on-cream);
  display:flex; gap: 10px; flex-wrap:wrap;
}
.section-navy .spec-list li{ border-bottom-color: var(--line-on-navy); color: rgba(246,241,231,.78); }
.spec-list li span{
  font-family: var(--font-body); font-weight:600; letter-spacing:.05em;
  color: var(--gold-500); min-width: 90px; text-transform:uppercase; font-size:12px;
}

/* ---------- Mission / Vision cards ---------- */
.mv-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 10px; }
.mv-card{
  background: var(--navy-800);
  border: 1px solid var(--line-on-navy);
  border-radius: 6px;
  padding: 44px 38px;
}
.mv-icon{ width: 46px; height:46px; margin-bottom: 22px; color: var(--gold-500); }
.mv-icon svg{ width:100%; height:100%; fill:none; stroke: currentColor; stroke-width:1.6; }
.mv-card h3{ font-family: var(--font-display); font-size: 26px; font-weight:600; margin: 0 0 14px; color: var(--gold-400); }
.mv-card p{ font-weight:300; line-height:1.75; color: rgba(246,241,231,.78); margin:0; }

/* ---------- Format cards ---------- */
.format-grid{
  display:grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.format-card{
  background: var(--navy-800);
  border: 1px solid var(--line-on-navy);
  border-radius: 6px; overflow:hidden;
  position:relative;
  transition: transform .4s var(--ease), border-color .4s var(--ease);
}
.format-card:hover{ transform: translateY(-8px); border-color: var(--gold-500); }
.format-photo{ height: 180px; overflow:hidden; }
.format-photo img{ width:100%; height:100%; object-fit: cover; transition: transform .6s var(--ease); }
.format-card:hover .format-photo img{ transform: scale(1.06); }
.format-body{ padding: 22px 22px 26px; display:flex; flex-direction:column; gap:6px; }
.format-weight{ font-family: var(--font-display); font-size: 28px; font-weight:600; color: var(--ivory-100); }
.format-name{ font-size:13px; font-weight:300; color: rgba(246,241,231,.6); }
.format-price{ font-size:20px; color: var(--gold-500); font-weight:500; margin-top:8px; }
.format-featured{ border-color: var(--gold-500); }
.format-badge{
  position:absolute; top:14px; right:14px; z-index:2;
  background: var(--gold-500); color: var(--navy-950);
  font-size:10px; letter-spacing:.1em; text-transform:uppercase;
  padding: 6px 12px; border-radius: 20px; font-weight:600;
}
.section-footnote{
  margin-top: 36px; font-size:14px; font-style: italic; font-weight:300;
  color: rgba(246,241,231,.55);
}

/* ---------- Pillars ---------- */
.pillar-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top:10px; }
.pillar-card{
  text-align:center; padding: 46px 30px;
  border: 1px solid var(--line-on-navy); border-radius: 6px;
}
.pillar-icon{ width:44px; height:44px; margin: 0 auto 22px; color: var(--gold-500); }
.pillar-icon svg{ width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:1.5; }
.pillar-card h3{ font-family: var(--font-display); font-size:24px; font-weight:600; color: var(--gold-400); margin:0 0 12px; }
.pillar-card p{ font-weight:300; line-height:1.7; color: rgba(246,241,231,.72); margin:0; font-size:15px; }

/* ---------- Contact ---------- */
.contact-grid{ display:grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items:start; }
.contact-details{ display:flex; flex-direction:column; gap:12px; margin-top:30px; }
.contact-details a{ font-size:15px; color: var(--navy-800); border-bottom:1px solid var(--line-on-cream); padding-bottom:8px; width:fit-content; transition: color .3s, border-color .3s; }
.contact-details a:hover{ color: var(--gold-500); border-color: var(--gold-500); }

.contact-form{
  background: var(--ivory-050);
  border: 1px solid var(--line-on-cream);
  border-radius: 8px;
  padding: 44px;
  display:flex; flex-direction:column; gap: 20px;
}
.form-honeypot{
  position: absolute; left: -9999px; width:1px; height:1px; overflow:hidden;
}
.form-row{ display:flex; flex-direction:column; gap:8px; }
.form-row label{ font-size:12px; letter-spacing:.08em; text-transform:uppercase; color: var(--navy-800); font-weight:500; }
.form-row input, .form-row textarea{
  border: 1px solid var(--line-on-cream); background: #fff;
  padding: 13px 16px; font-size:15px; color: var(--ink-900); border-radius: 3px;
  resize: vertical; transition: border-color .3s, box-shadow .3s;
}
.form-row input:focus, .form-row textarea:focus{
  outline:none; border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(201,164,99,.18);
}
.form-status{ min-height: 20px; font-size:14px; margin:0; }
.form-status.success{ color: #2f7d4f; }
.form-status.error{ color: #b5432f; }

/* ---------- Footer ---------- */
.site-footer{ background: var(--navy-950); color: rgba(246,241,231,.7); padding: 70px 0 0; }
.footer-grid{ display:grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; padding-bottom: 50px; border-bottom: 1px solid var(--line-on-navy); }
.footer-logo{ width: 34px; height:41px; color: var(--gold-500); margin-bottom: 16px; }
.footer-brand p{ margin: 4px 0; font-size: 14px; }
.footer-tagline{ color: var(--gold-400); font-style: italic; font-family: var(--font-display); font-size:17px; }
.footer-col h4{ font-size:12px; letter-spacing:.15em; text-transform:uppercase; color: var(--gold-500); margin: 0 0 18px; }
.footer-col{ display:flex; flex-direction:column; }
.footer-col a{ font-size:14px; padding: 6px 0; color: rgba(246,241,231,.7); transition: color .3s; }
.footer-col a:hover{ color: var(--gold-400); }
.footer-bottom{ text-align:center; font-size:12.5px; padding: 24px 0; color: rgba(246,241,231,.4); }

/* ---------- Responsive ---------- */
@media (max-width: 980px){
  .main-nav{ display:none; }
  .header-cta{ display:none; }
  .nav-toggle{ display:flex; }
  .split, .contact-grid{ grid-template-columns: 1fr; gap: 50px; }
  .split-reverse .split-text, .split-reverse .split-media{ order: initial; }
  .format-grid{ grid-template-columns: repeat(2,1fr); }
  .pillar-grid{ grid-template-columns: 1fr; }
  .mv-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; gap: 34px; }
  .hero-bloom{ opacity:.35; right: -40px; width: 220px; }
}

@media (max-width: 600px){
  .container{ padding: 0 22px; }
  .header-inner{ padding: 0 22px; }
  .section{ padding: 80px 0; }
  .hero{ padding-top: 120px; }
  .format-grid{ grid-template-columns: 1fr 1fr; }
  .contact-form{ padding: 28px; }
}

/* ---------- Mobile nav drawer ---------- */
.main-nav.open{
  display:flex; flex-direction:column; position:fixed; top:0; right:0;
  height:100vh; width: 78vw; max-width:320px;
  background: var(--navy-950); padding: 100px 40px; gap: 26px;
  box-shadow: -20px 0 60px rgba(0,0,0,.4);
  animation: slidein .4s var(--ease);
}
@keyframes slidein{ from{ transform: translateX(100%);} to{ transform: translateX(0);} }
.nav-toggle.open span:nth-child(1){ transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2){ opacity:0; }
.nav-toggle.open span:nth-child(3){ transform: translateY(-6.5px) rotate(-45deg); }
