/* NolMari Flower Shop — shared stylesheet
   Palette: soft blush, deep plum, sage green — romantic event-florist feel
   Type: Cormorant (display, Greek-supporting elegant serif) / Noto Sans (body)
   Layout notes: wedding-led hero and a "the day, in bloom" timeline-style
   section reflecting their event-planning side — different structure from
   the bakeries and grooming studio in this same Cyprus batch.
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,500;0,600;0,700;1,500&family=Noto+Sans:wght@400;500;600;700&display=swap');

:root{
  --paper: #F7EEEE;
  --paper-deep: #EDDEDD;
  --ink: #362B2C;
  --ink-soft: #6B5B5C;
  --plum: #7A4459;
  --plum-deep: #5C3242;
  --sage: #8A9B7C;
  --sage-deep: #67785A;
  --line: rgba(54,43,44,0.13);
  --radius: 3px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{ margin:0; background: var(--paper); color: var(--ink); font-family:'Noto Sans', sans-serif; font-size:17px; line-height:1.7; }
h1,h2,h3{ font-family:'Cormorant', serif; font-weight:700; line-height:1.15; margin:0 0 0.5em 0; color: var(--ink); }
p{ margin:0 0 1em 0; max-width:62ch; }
a{ color: var(--plum-deep); }
.wrap{ max-width:1080px; margin:0 auto; padding:0 32px; }

/* Header */
header.site{ padding:22px 0; border-bottom:1px solid var(--line); }
header.site .wrap{ display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; color: var(--ink); }
.brand svg{ width:34px; height:34px; }
.brand-name{ font-family:'Cormorant', serif; font-weight:700; font-size:1.4rem; }
nav.main{ display:flex; gap:28px; }
nav.main a{ text-decoration:none; color: var(--ink-soft); font-weight:600; font-size:0.88rem; padding-bottom:4px; border-bottom:2px solid transparent; }
nav.main a:hover, nav.main a.active{ color: var(--plum-deep); border-bottom-color: var(--sage); }
.header-cta{ background: var(--plum); color:#F9F2F2; padding:10px 20px; border-radius: var(--radius); text-decoration:none; font-weight:600; font-size:0.86rem; white-space:nowrap; }
@media (max-width:720px){ nav.main{ display:none; } header.site .wrap{ flex-wrap:wrap; } }

/* Hero — centered */
.hero{ padding:70px 0 56px; text-align:center; }
.hero .eyebrow{ font-size:0.85rem; letter-spacing:0.1em; text-transform:uppercase; color: var(--plum-deep); font-weight:700; margin-bottom:18px; }
.hero h1{ font-size: clamp(2.3rem, 4.6vw, 3.5rem); max-width:16ch; margin:0 auto 20px; font-style:italic; }
.hero p.lead{ font-size:1.08rem; color: var(--ink-soft); max-width:48ch; margin:0 auto 28px; }
.hero .cta-row{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.btn{ display:inline-block; padding:13px 26px; border-radius: var(--radius); text-decoration:none; font-weight:600; font-size:0.88rem; border:1.5px solid transparent; }
.btn-primary{ background: var(--plum); color:#F9F2F2; }
.btn-primary:hover{ background: var(--plum-deep); }
.btn-outline{ border-color: var(--ink); color: var(--ink); }
.btn-outline:hover{ background: var(--ink); color: var(--paper); }

.section{ padding:66px 0; }
.section-head{ max-width:60ch; margin:0 auto 32px; text-align:center; }
.section-head h2{ font-size: clamp(1.8rem, 3.2vw, 2.3rem); }
.section-head p{ color: var(--ink-soft); margin:0 auto; }

/* "The day, in bloom" timeline — replaces occasion-tile pattern */
.day-timeline{ max-width:640px; margin:0 auto; border-left:2px solid var(--sage); padding-left:28px; }
.day-step{ margin-bottom:28px; position:relative; }
.day-step::before{ content:""; position:absolute; left:-34px; top:4px; width:12px; height:12px; border-radius:50%; background: var(--plum); }
.day-step h3{ font-size:1.15rem; margin-bottom:4px; }
.day-step p{ color: var(--ink-soft); font-size:0.94rem; margin:0; }

/* Feature band */
.feature-band{ background: var(--plum); color:#F9F2F2; padding:56px 0; text-align:center; }
.feature-band h2{ color:#FBF5F5; max-width:22ch; margin:0 auto 14px; font-style:italic; }
.feature-band p{ color: rgba(249,242,242,0.85); max-width:52ch; margin:0 auto; }

/* Testimonial */
.testimonial{ padding:60px 0; text-align:center; }
.testimonial .wrap{ max-width:660px; }
.testimonial p.quote{ font-family:'Cormorant', serif; font-style:italic; font-size:1.5rem; color: var(--ink); margin:0 auto 14px; }
.testimonial .attrib{ font-weight:600; font-size:0.85rem; color: var(--ink-soft); }
.placeholder-flag{ display:inline-block; margin-top:12px; font-size:0.74rem; font-weight:700; letter-spacing:0.02em; color: var(--plum-deep); background: rgba(122,68,89,0.12); padding:5px 10px; border-radius:2px; }

/* CTA */
.cta-band{ background: var(--sage); color:#F9F2F2; padding:54px 0; text-align:center; }
.cta-band h2{ color:#F9F2F2; font-style:italic; }
.cta-band p{ color: rgba(249,242,242,0.9); margin:0 auto 20px; }
.cta-band .btn-primary{ background: var(--ink); }

/* Photo placeholders */
.photo-placeholder{ background: repeating-linear-gradient(135deg, var(--plum) 0px, var(--plum) 14px, var(--plum-deep) 14px, var(--plum-deep) 28px); border-radius: var(--radius); min-height:240px; display:flex; align-items:center; justify-content:center; padding:24px; text-align:center; }
.photo-placeholder span{ background: rgba(54,43,44,0.75); color:#F9F2F2; font-size:0.82rem; padding:10px 16px; border-radius:3px; max-width:30ch; }

.about-block{ display:grid; grid-template-columns: 1fr 1fr; gap:44px; align-items:center; }
@media (max-width:780px){ .about-block{ grid-template-columns:1fr; } }
.gallery-strip{ display:grid; grid-template-columns: repeat(3,1fr); gap:14px; }
.gallery-strip .photo-placeholder{ min-height:170px; }
@media (max-width:640px){ .gallery-strip{ grid-template-columns:1fr 1fr; } }

/* Contact */
.contact-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:40px; }
@media (max-width:780px){ .contact-grid{ grid-template-columns:1fr; } }
.contact-card{ background: var(--paper-deep); border-radius: var(--radius); padding:32px; border:1px solid var(--line); }
.contact-card dl{ margin:0; }
.contact-card dt{ font-weight:700; color: var(--plum-deep); font-size:0.76rem; text-transform:uppercase; letter-spacing:0.06em; margin-top:16px; }
.contact-card dt:first-child{ margin-top:0; }
.contact-card dd{ margin:2px 0 0; color: var(--ink-soft); }
.map-placeholder{ background: var(--paper-deep); border:1px dashed var(--ink-soft); border-radius: var(--radius); min-height:300px; display:flex; align-items:center; justify-content:center; text-align:center; padding:24px; }
.map-placeholder span{ color: var(--ink-soft); font-size:0.88rem; max-width:26ch; }

footer.site{ border-top:1px solid var(--line); padding:30px 0; margin-top:16px; }
footer.site .wrap{ display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:0.84rem; color: var(--ink-soft); }
