/* ============================================
   MAGNOLIA BLISS FLOWERS & DESIGNS — style.css
   SOUTHERN MAGNOLIA · Bodoni Moda + Nunito Sans
   Magnolia Green #3D6B4F · Blush #F2D8D0 · Ivory #FDFBF8
   ============================================ */

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

:root {
  --mg:       #3D6B4F;
  --mg-2:     #2C5038;
  --mg-lt:    #EBF5EF;
  --mg-md:    #8CC4A4;
  --blush:    #F2D8D0;
  --blush-2:  #D8A090;
  --blush-lt: #FDF5F2;
  --ivory:    #FDFBF8;
  --ivory-2:  #F5EEE4;
  --white:    #FFFFFF;
  --text:     #1A2820;
  --dim:      #5A7068;
  --border:   #D8E8DC;
  --border-2: #EBF3EE;
  --top-h:    34px;
  --nav-h:    66px;
  --r:        8px;
  --r-lg:     16px;
  --r-xl:     24px;
}

html { scroll-behavior: smooth; }
body { background: var(--white); color: var(--text); font-family: 'Nunito Sans', sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit; }
address { font-style: normal; }
em { font-style: italic; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 40px; }
.sec-label { font-size: 0.54rem; font-weight: 700; letter-spacing: 0.3em; text-transform: uppercase; color: var(--mg); display: block; margin-bottom: 10px; }

.btn-mg      { display: inline-flex; align-items: center; background: var(--mg); color: white; font-family: 'Nunito Sans', sans-serif; font-size: 0.86rem; font-weight: 700; padding: 13px 28px; border-radius: var(--r); border: none; cursor: pointer; transition: background 0.18s, transform 0.15s; }
.btn-mg:hover      { background: var(--mg-2); transform: translateY(-2px); }
.btn-outline-mg { display: inline-flex; align-items: center; background: transparent; color: var(--mg); font-family: 'Nunito Sans', sans-serif; font-size: 0.86rem; font-weight: 700; padding: 12px 28px; border-radius: var(--r); border: 1.5px solid var(--mg-md); cursor: pointer; transition: all 0.18s; }
.btn-outline-mg:hover { background: var(--mg-lt); border-color: var(--mg); }
.btn-blush   { display: inline-flex; align-items: center; background: var(--blush); color: var(--text); font-family: 'Nunito Sans', sans-serif; font-size: 0.86rem; font-weight: 700; padding: 13px 28px; border-radius: var(--r); border: none; cursor: pointer; transition: background 0.18s, transform 0.15s; }
.btn-blush:hover { background: var(--blush-2); color: white; transform: translateY(-2px); }
.btn-ghost   { display: inline-flex; align-items: center; background: transparent; color: white; font-family: 'Nunito Sans', sans-serif; font-size: 0.86rem; font-weight: 600; padding: 12px 28px; border-radius: var(--r); border: 1.5px solid rgba(255,255,255,0.35); cursor: pointer; transition: all 0.18s; }
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: white; }

/* ======= TOP BAR ======= */
.top-bar { height: var(--top-h); background: var(--mg-2); display: flex; align-items: center; justify-content: center; gap: 20px; font-size: 0.62rem; font-weight: 700; color: rgba(255,255,255,0.5); padding: 0 40px; }
.top-bar a { color: var(--mg-md); transition: opacity 0.18s; }
.top-bar a:hover { opacity: 0.7; }

/* ======= NAV ======= */
.nav { position: sticky; top: 0; z-index: 100; height: var(--nav-h); background: rgba(253,251,248,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1160px; margin: 0 auto; padding: 0 40px; height: 100%; display: flex; align-items: center; gap: 24px; }
.nav-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-icon { width: 38px; height: 38px; }
.nl-main { display: block; font-family: 'Bodoni Moda', serif; font-size: 1.15rem; font-weight: 700; color: var(--text); line-height: 1.1; }
.nl-sub { display: block; font-size: 0.5rem; font-weight: 700; letter-spacing: 0.1em; color: var(--dim); }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin-left: auto; }
.nav-links a { font-size: 0.72rem; font-weight: 700; color: var(--dim); transition: color 0.18s; }
.nav-links a:hover { color: var(--mg); }
.nav-cta { font-size: 0.78rem; font-weight: 700; background: var(--mg); color: white; padding: 10px 22px; border-radius: var(--r); transition: background 0.18s; flex-shrink: 0; }
.nav-cta:hover { background: var(--mg-2); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.22s, opacity 0.2s; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ======= HERO ======= */
.hero { position: relative; min-height: calc(100vh - var(--top-h) - var(--nav-h)); display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { filter: brightness(0.32) saturate(0.75); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(26,40,32,0.9) 0%, rgba(61,107,79,0.35) 55%, transparent 100%); }
.hero-content { position: relative; z-index: 2; padding: 72px 40px 100px; max-width: 1160px; margin: 0 auto; width: 100%; display: flex; flex-direction: column; gap: 18px; }
.hc-eyebrow { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.22em; color: rgba(140,196,164,0.65); }
.hero-h1 { font-family: 'Bodoni Moda', serif; font-size: clamp(3rem, 5.5vw, 6.5rem); font-weight: 700; color: white; line-height: 1.15; }
.hero-h1 em { color: var(--blush); }
.hero-p { font-size: 0.9rem; font-weight: 300; color: rgba(255,255,255,0.5); max-width: 520px; line-height: 1.9; }
.hc-acts { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-promise { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; background: rgba(61,107,79,0.15); backdrop-filter: blur(8px); border-top: 1px solid rgba(140,196,164,0.2); padding: 14px 40px; display: flex; align-items: center; justify-content: center; gap: 32px; }
.hpr-item { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.hpri-icon { font-size: 1.3rem; }
.hpr-item strong { font-size: 0.76rem; font-weight: 700; color: white; }
.hpr-item span { font-size: 0.58rem; color: rgba(255,255,255,0.45); }
.hpr-div { width: 1px; height: 28px; background: rgba(255,255,255,0.12); }

/* ======= ARRANGEMENTS ======= */
.arrangements { padding: 80px 0; background: var(--ivory); border-top: 1px solid var(--border); }
.arr-h2 { font-family: 'Bodoni Moda', serif; font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 700; color: var(--text); line-height: 1.2; margin-bottom: 28px; }
.arr-h2 em { color: var(--mg); }
.arr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.arrg-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-xl); overflow: hidden; display: flex; flex-direction: column; transition: border-color 0.2s, transform 0.2s; }
.arrg-card:hover { border-color: var(--mg); transform: translateY(-4px); }
.arrgc-feat { border-color: var(--mg); box-shadow: 0 8px 32px rgba(61,107,79,0.1); }
.arrg-img { height: 220px; overflow: hidden; }
.arrg-img img { transition: transform 0.5s; }
.arrg-card:hover .arrg-img img { transform: scale(1.05); }
.arrg-body { padding: 20px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.arrg-body h4 { font-family: 'Bodoni Moda', serif; font-size: 1.2rem; font-weight: 700; color: var(--text); }
.arrg-body p { font-size: 0.74rem; color: var(--dim); line-height: 1.7; flex: 1; margin: 0; }
.arrgb-price { font-family: 'Bodoni Moda', serif; font-size: 1.8rem; font-weight: 700; color: var(--mg); }
.arrgb-btn { width: 100%; justify-content: center; }

/* ======= NEXT-DAY DELIVERY ======= */
.delivery { padding: 80px 0; background: var(--white); border-top: 1px solid var(--border); }
.dlv-wrap { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: start; }
.dlv-h2 { font-family: 'Bodoni Moda', serif; font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 700; color: var(--text); line-height: 1.2; margin-bottom: 12px; }
.dlv-h2 em { color: var(--mg); }
.dlv-left > p { font-size: 0.84rem; color: var(--dim); line-height: 1.85; margin-bottom: 18px; }
.dlv-zones { display: flex; flex-direction: column; gap: 0; border: 1.5px solid var(--border); border-radius: var(--r-lg); overflow: hidden; margin-bottom: 20px; }
.dlvz-row { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-bottom: 1px solid var(--border); font-size: 0.76rem; color: var(--dim); }
.dlvz-row:last-child { border-bottom: none; }
.dlvzr-zip { font-family: 'Bodoni Moda', serif; font-size: 0.9rem; font-weight: 700; color: var(--mg); min-width: 48px; }
.dlvzr-other .dlvzr-zip { font-family: 'Nunito Sans', sans-serif; font-size: 0.76rem; font-weight: 700; color: var(--dim); }
.dlv-img { border-radius: var(--r-lg); overflow: hidden; height: 180px; }
.dlv-img img { height: 100%; transition: transform 0.5s; }
.dlv-img:hover img { transform: scale(1.04); }
.dlv-checker { background: var(--ivory); border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 28px 24px; display: flex; flex-direction: column; gap: 16px; }
.dlvc-title { font-family: 'Bodoni Moda', serif; font-size: 1.2rem; font-weight: 700; color: var(--text); }
.dlvc-sub { font-size: 0.8rem; color: var(--dim); }
.dlvc-input-wrap { display: flex; gap: 8px; }
.dlvc-input { font-family: 'Nunito Sans', sans-serif; font-size: 0.9rem; background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r); padding: 11px 14px; outline: none; color: var(--text); transition: border-color 0.18s; flex: 1; }
.dlvc-input:focus { border-color: var(--mg); }
.dlvc-go { flex-shrink: 0; }
.dlvc-result { border-radius: var(--r); padding: 12px 14px; font-size: 0.8rem; line-height: 1.55; }
.dlvcr-yes { background: var(--mg-lt); border: 1px solid var(--mg-md); color: var(--mg-2); }
.dlvcr-no  { background: #FFF0EE; border: 1px solid #FFBCB0; color: #C04030; }
.dlvcr-call { background: var(--blush-lt); border: 1px solid var(--blush); color: var(--text); }
.dlvcr-call a { color: var(--mg); font-weight: 700; }
.dlvc-guarantee { display: flex; align-items: flex-start; gap: 12px; background: var(--blush-lt); border: 1.5px solid var(--blush); border-radius: var(--r); padding: 14px; }
.dlvcg-icon { font-size: 1.2rem; color: var(--mg); flex-shrink: 0; margin-top: 1px; }
.dlvc-guarantee strong { display: block; font-size: 0.84rem; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.dlvc-guarantee p { font-size: 0.72rem; color: var(--dim); line-height: 1.55; margin: 0; }

/* ======= DESIGN SERVICES ======= */
.services { position: relative; padding: 80px 0; overflow: hidden; }
.services-bg { position: absolute; inset: 0; }
.services-bg img { filter: brightness(0.25) saturate(0.6); }
.services-overlay { position: absolute; inset: 0; background: rgba(26,40,32,0.88); }
.svc-content { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 28px; }
.svc-h2 { font-family: 'Bodoni Moda', serif; font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 700; color: white; line-height: 1.2; }
.svc-h2 em { color: var(--blush); }
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.svcg-item { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-lg); padding: 18px 16px; display: flex; flex-direction: column; gap: 8px; transition: background 0.18s; }
.svcg-item:hover { background: rgba(255,255,255,0.1); }
.svcg-item strong { font-size: 0.88rem; font-weight: 700; color: white; }
.svcg-item p { font-size: 0.72rem; color: rgba(255,255,255,0.4); line-height: 1.65; margin: 0; }

/* ======= ORDER FORM ======= */
.order { padding: 80px 0; background: var(--ivory); border-top: 1px solid var(--border); }
.od-wrap { display: grid; grid-template-columns: 1fr 1.6fr; gap: 64px; align-items: start; }
.od-h2 { font-family: 'Bodoni Moda', serif; font-size: clamp(2rem, 3.5vw, 3.4rem); font-weight: 700; color: var(--text); line-height: 1.2; margin-bottom: 12px; }
.od-h2 em { color: var(--mg); }
.od-left > p { font-size: 0.84rem; color: var(--dim); line-height: 1.85; margin-bottom: 14px; }
.od-phone { display: block; font-family: 'Bodoni Moda', serif; font-size: 1.5rem; font-weight: 700; color: var(--mg); margin-bottom: 6px; transition: opacity 0.18s; }
.od-phone:hover { opacity: 0.7; }
.od-email { display: block; font-size: 0.68rem; color: var(--dim); margin-bottom: 6px; transition: color 0.18s; word-break: break-all; }
.od-email:hover { color: var(--mg); }
.od-addr { font-size: 0.78rem; color: var(--dim); line-height: 1.6; }
.od-form { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 32px 28px; display: flex; flex-direction: column; gap: 16px; }
.odf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.odf-group { display: flex; flex-direction: column; gap: 5px; }
.odf-full { grid-column: span 2; }
.odf-group label { font-size: 0.58rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dim); }
.odf-input { font-family: 'Nunito Sans', sans-serif; font-size: 0.86rem; background: var(--ivory); border: 1.5px solid var(--border); border-radius: var(--r); padding: 12px 14px; outline: none; color: var(--text); transition: border-color 0.18s; }
.odf-input:focus { border-color: var(--mg); }
.odf-textarea { min-height: 80px; resize: vertical; }
.odf-submit { width: 100%; justify-content: center; }

/* ======= CONTACT ======= */
.contact { padding: 44px 0; background: var(--mg-lt); border-top: 1px solid var(--mg-md); }
.contact-inner { display: flex; align-items: center; gap: 48px; flex-wrap: wrap; }
.ct-block { display: flex; flex-direction: column; gap: 4px; }
.ct-label { font-size: 0.52rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--dim); }
.ct-val { font-size: 0.84rem; font-weight: 600; color: var(--text); line-height: 1.55; transition: color 0.18s; }
.ct-val:hover { color: var(--mg); }
.ct-big { font-family: 'Bodoni Moda', serif; font-size: 1.5rem; font-weight: 700; color: var(--mg); }
.contact-inner .btn-mg { margin-left: auto; }

/* ======= FOOTER ======= */
.footer { background: var(--text); padding: 20px 0 0; }
.footer-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding-bottom: 14px; }
.fl { display: flex; align-items: center; gap: 9px; }
.fi { width: 30px; height: 30px; }
.fl span { font-size: 0.66rem; color: rgba(255,255,255,0.2); }
.fn { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap; }
.fn a { font-size: 0.64rem; font-weight: 700; color: rgba(255,255,255,0.2); transition: color 0.18s; }
.fn a:hover { color: var(--mg-md); }
.footer-bot { border-top: 1px solid rgba(255,255,255,0.06); padding: 12px 40px; font-size: 0.54rem; color: rgba(255,255,255,0.1); text-align: center; }

/* ======= MOBILE ======= */
.nav-links.open { display: flex !important; position: fixed; top: var(--nav-h); left: 0; right: 0; background: var(--ivory); border-bottom: 1px solid var(--border); flex-direction: column; padding: 8px 0 14px; gap: 0; z-index: 99; }
.nav-links.open a { display: block; padding: 12px 40px; border-bottom: 1px solid var(--border-2); }

@media (max-width: 1024px) {
  .arr-grid { grid-template-columns: 1fr; }
  .dlv-wrap { grid-template-columns: 1fr; gap: 40px; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .od-wrap { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 768px) {
  .container { padding: 0 24px; }
  .nav-inner { padding: 0 24px; }
  .top-bar { height: auto; padding: 6px 24px; font-size: 0.54rem; flex-wrap: wrap; gap: 8px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
  .hero-content { padding: 60px 24px 100px; }
  .hero-promise { padding: 12px 24px; gap: 16px; flex-wrap: wrap; }
  .hpr-div { display: none; }
  .odf-row { grid-template-columns: 1fr; }
  .odf-full { grid-column: span 1; }
  .svc-grid { grid-template-columns: 1fr; }
  .contact-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .contact-inner .btn-mg { margin-left: 0; }
  .footer-bot { padding: 12px 24px; }
}
