/* ==========================================================================
   Petal & Stem — blush, ivory, deep botanical green
   Type: Cormorant Infant (fine serif display) + Jost (airy geometric sans)
   Personality: pressed-flower journal — arched containers, line-art botanicals,
   scattered asymmetric composition, generous soft spacing
   ========================================================================== */

:root {
  --ivory: #fdfaf5;
  --blush: #f6e3df;
  --blush-deep: #e8c4bd;
  --rose: #b4766b;
  --rose-deep: #96564c;
  --green: #2e4636;
  --green-soft: #4f6a58;
  --ink: #33403a;
  --hairline: #d9c8bd;
  --font-display: "Cormorant Infant", "Times New Roman", serif;
  --font-body: "Jost", "Century Gothic", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: auto; }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: var(--ink);
  background: var(--ivory);
}

strong { font-weight: 500; }

a { color: var(--rose-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }

a:hover { color: var(--green); }

/* ---------- Accessibility ---------- */

.skip-link {
  position: absolute;
  left: -9999px;
  background: var(--green);
  color: var(--ivory);
  padding: 0.7rem 1.4rem;
  z-index: 100;
  letter-spacing: 0.08em;
}

.skip-link:focus { left: 0; top: 0; }

:focus-visible {
  outline: 2px solid var(--rose-deep);
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Header: centered masthead, journal-style ---------- */

.site-header {
  text-align: center;
  border-bottom: 1px solid var(--hairline);
  background: var(--ivory);
}

.topline {
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--green);
  color: #ece5d8;
}

.masthead {
  padding: 2rem 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  color: var(--green);
}

.brand-stem { color: var(--rose); }

.brand-name {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-name .amp {
  font-style: italic;
  text-transform: none;
  color: var(--rose);
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 1.75rem;
}

.nav-list a {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.35rem 0.15rem;
  border-bottom: 1px solid transparent;
}

.nav-list a:hover {
  color: var(--rose-deep);
  border-bottom-color: var(--rose);
}

/* ---------- Mobile nav: pressed-flower journal drawer ----------
   The toggle never renders on desktop, and never without JS — it only
   appears inside the small-screen media query once JS adds `html.js`.
   Without JS the full nav simply stays inline under the masthead. */

.nav-toggle,
.nav-close,
.nav-scrim,
.drawer-vine { display: none; }

body.nav-open { overflow: hidden; }

/* ---------- Hero: arched centerpiece flanked by vines ---------- */











.btn {
  display: inline-block;
  padding: 0.85rem 2rem;
  background: var(--green);
  color: var(--ivory);
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid var(--green);
}

.btn:hover { background: var(--green-soft); color: var(--ivory); }

.btn-quiet {
  background: transparent;
  color: var(--green);
}

.btn-quiet:hover { background: rgba(46, 70, 54, 0.08); color: var(--green); }

/* ---------- Sections ---------- */

.section { padding: 4.5rem 1.5rem; }



.section-head {
  max-width: 42rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.eyebrow {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 0.8rem;
}

.eyebrow-light { color: var(--blush-deep); }

h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  line-height: 1.2;
  color: var(--green);
  margin: 0 0 1rem;
}

h3 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--green);
  margin: 1.75rem 0 0.4rem;
}

.section-lede { margin: 0 auto; max-width: 38em; }

/* ---------- Offer scatter: asymmetric pressed-flower layout ---------- */





/* scattered, journal-like offsets */












.delivery-line {
  max-width: 38rem;
  margin: 3.5rem auto 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 1.25rem 1.75rem;
  border: 1px dashed var(--rose);
  border-radius: 999px;
  color: var(--ink);
}

.delivery-line svg { color: var(--rose-deep); flex-shrink: 0; margin-top: 0.3rem; }

/* ---------- Thin botanical rule ---------- */

.thin-rule {
  text-align: center;
  color: var(--rose);
  padding: 0.5rem 0;
}

/* ---------- Subscription ---------- */

.sub-layout {
  max-width: 58rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3.5rem;
  align-items: center;
}

.sub-figure {
  margin: 0;
  color: var(--green);
  justify-self: center;
  background: var(--ivory);
  border-radius: 50% 50% 0 0 / 40% 40% 0 0;
  padding: 2.5rem 2rem 0;
  border: 1px solid var(--blush-deep);
}

.petal-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
}

.petal-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
}

.petal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.7em;
  height: 0.7em;
  border: 1px solid var(--rose-deep);
  border-radius: 80% 0 80% 0; /* petal shape */
  background: var(--blush-deep);
}

/* ---------- Weddings ---------- */

.wedding-cols {
  max-width: 52rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.wedding-col h3 { margin-top: 0; }

/* ---------- About: deep green interlude ---------- */

.section-green {
  background:
    radial-gradient(circle at 85% 15%, rgba(79, 106, 88, 0.6) 0%, transparent 45%),
    var(--green);
  color: #e9e2d4;
  text-align: center;
}

.section-green h2 { color: #f3ece0; }

.about-frame {
  max-width: 40rem;
  margin: 0 auto;
  padding: 3rem 2.5rem;
  border: 1px solid rgba(236, 229, 216, 0.35);
  border-radius: 50% 50% 0 0 / 16% 16% 0 0;
}

.about-frame p { text-align: left; }

.about-frame p + p { margin-top: 1.25rem; }

/* ---------- FAQ ---------- */

.faq-wrap {
  max-width: 42rem;
  margin: 0 auto;
}

.faq {
  border-bottom: 1px solid var(--hairline);
}

.faq summary {
  cursor: pointer;
  padding: 1.15rem 2.5rem 1.15rem 0.25rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--green);
  position: relative;
  list-style: none;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1.5rem;
  color: var(--rose);
}

.faq[open] summary::after { content: "−"; }

.faq summary:hover { color: var(--rose-deep); }

.faq p {
  margin: 0;
  padding: 0 0.25rem 1.4rem;
  max-width: 60ch;
}

/* ---------- Visit ---------- */

.visit-grid {
  max-width: 56rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.visit-card {
  background: var(--ivory);
  border: 1px solid var(--blush-deep);
  border-radius: 50% 50% 0 0 / 12% 12% 0 0;
  padding: 2.75rem 2.5rem 2.25rem;
}

.visit-card h2 { font-size: 1.7rem; margin-bottom: 0.5rem; }

.visit-card h3:first-child { margin-top: 0; }

address {
  font-style: normal;
  line-height: 1.9;
}

.hours { margin: 0; }

.hours div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px dotted var(--hairline);
}

.hours dt { font-weight: 400; }

.hours dd { margin: 0; font-weight: 500; color: var(--green); }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--green);
  color: #d8d2c4;
  text-align: center;
  padding: 3.5rem 1.5rem 3rem;
}

.footer-stem { color: var(--blush-deep); }

.footer-name {
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f3ece0;
  margin: 0.5rem 0 1rem;
}

.site-footer p { margin: 0.35rem 0; font-size: 0.95rem; }

.site-footer a { color: #ecd6cf; }

.footer-fine { margin-top: 1.5rem; font-size: 0.82rem; opacity: 0.7; }

/* ---------- Responsive ---------- */

@media (max-width: 900px) {
  

  .sub-figure { order: -1; }

  .delivery-line { border-radius: 24px; }

  /* progressive enhancement: the drawer exists only when JS adds html.js */
  html.js .nav-toggle {
    display: inline-block;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--green);
    background: transparent;
    border: 1px solid var(--green-soft);
    border-radius: 999px;
    padding: 0.45rem 1.6rem;
    cursor: pointer;
  }

  html.js .nav-toggle:hover { color: var(--rose-deep); border-color: var(--rose); }

  /* the drawer reads like a page slipped in from the right of the journal */
  html.js .nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    width: min(21rem, 86vw);
    background:
      radial-gradient(circle at 50% 0%, rgba(232, 196, 189, 0.35) 0%, transparent 55%),
      var(--ivory);
    border-left: 1px solid var(--hairline);
    box-shadow: -18px 0 40px rgba(46, 70, 54, 0.18);
    padding: 4.75rem 2rem 2.5rem 4.25rem;
    overflow-y: auto;
    transform: translateX(102%);
    visibility: hidden;
  }

  html.js .nav-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  /* botanical vine pressed along the drawer's inner edge */
  html.js .drawer-vine {
    display: block;
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--green-soft);
    opacity: 0.65;
    pointer-events: none;
  }

  html.js .nav-close {
    display: grid;
    place-items: center;
    position: absolute;
    top: 1.1rem;
    right: 1.25rem;
    width: 2.4rem;
    height: 2.4rem;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--green);
    background: transparent;
    border: 1px solid var(--hairline);
    border-radius: 50%;
    cursor: pointer;
  }

  html.js .nav-close:hover { color: var(--rose-deep); border-color: var(--rose); }

  html.js .nav-drawer .nav-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.4rem;
    text-align: left;
  }

  html.js .nav-drawer .nav-list a {
    font-size: 0.92rem;
    padding: 0.2rem 0;
  }

  /* dim the page behind the open drawer */
  html.js .nav-scrim {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 70;
    background: rgba(46, 70, 54, 0.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  html.js .nav-drawer.is-open + .nav-scrim {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* ---------- Drawer motion (skipped entirely under reduced motion) ---------- */

@media (max-width: 900px) and (prefers-reduced-motion: no-preference) {
  html.js .nav-drawer {
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 420ms;
  }

  html.js .nav-drawer.is-open {
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear;
  }

  /* links settle in one after another, like petals pressed in sequence */
  html.js .nav-drawer .nav-list li {
    opacity: 0;
    transition: opacity 320ms ease;
  }

  html.js .nav-drawer.is-open .nav-list li { opacity: 1; }

  html.js .nav-drawer.is-open .nav-list li:nth-child(1) { transition-delay: 120ms; }
  html.js .nav-drawer.is-open .nav-list li:nth-child(2) { transition-delay: 180ms; }
  html.js .nav-drawer.is-open .nav-list li:nth-child(3) { transition-delay: 240ms; }
  html.js .nav-drawer.is-open .nav-list li:nth-child(4) { transition-delay: 300ms; }
  html.js .nav-drawer.is-open .nav-list li:nth-child(5) { transition-delay: 360ms; }
  html.js .nav-drawer.is-open .nav-list li:nth-child(6) { transition-delay: 420ms; }

  html.js .nav-scrim {
    transition: opacity 320ms ease, visibility 0s linear 320ms;
  }

  html.js .nav-drawer.is-open + .nav-scrim {
    transition: opacity 320ms ease, visibility 0s linear;
  }
}

/* Social links (fictional .example profiles) */
.social-links { display: flex; gap: 1.2rem; list-style: none; justify-content: center; padding: 0 1.5rem; margin: 1.5rem auto 0; }
.social-links a { display: inline-flex; color: inherit; opacity: 0.85; }
.social-links a:hover, .social-links a:focus-visible { opacity: 1; }
.social-links svg { width: 1.3rem; height: 1.3rem; }

/* ================= v2 identity: florist's ledger ================= */

:root {
  --ivy: #20351f;
  --ivy-deep: #182a18;
  --leaf-pale: #eef0e4;
}

/* --- asymmetric hero: ivy copy panel + botanical plate --- */

.hero {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  min-height: 30rem;
}

.hero-copy {
  background: var(--ivy);
  color: var(--ivory);
  padding: clamp(2.5rem, 7vw, 5.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-kicker {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--blush-deep);
  margin: 0 0 1.5rem;
}

.hero-copy h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  line-height: 1.08;
  margin: 0 0 1.25rem;
  max-width: 18ch;
}

.hero-copy h1 em {
  font-style: italic;
  color: var(--blush-deep);
}

.hero-lede {
  max-width: 44ch;
  margin: 0 0 2rem;
  opacity: 0.92;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-copy .btn {
  background: var(--blush-deep);
  border-color: var(--blush-deep);
  color: var(--ivy-deep);
}

.hero-copy .btn:hover,
.hero-copy .btn:focus-visible {
  background: var(--ivory);
  border-color: var(--ivory);
}

.hero-copy .btn-quiet {
  background: transparent;
  border: 1px solid var(--blush-deep);
  color: var(--ivory);
}

.hero-copy .btn-quiet:hover,
.hero-copy .btn-quiet:focus-visible {
  background: var(--blush-deep);
  color: var(--ivy-deep);
}

.hero-fact {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 2rem 0 0;
}

.hero-art {
  background: var(--ivory);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  border-bottom: 1px solid var(--hairline);
}

.hero-art svg {
  width: min(100%, 21rem);
  height: auto;
}

@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { order: -1; padding: 2rem 2rem 1rem; border-bottom: 0; }
  .hero-art svg { width: min(60%, 14rem); }
}

/* --- the ledger price list on ivy --- */

.section-ledger {
  background: var(--ivy);
  color: var(--ivory);
}

.section-ledger .eyebrow { color: var(--blush-deep); }

.section-ledger h2 { color: var(--ivory); }

.ledger-head {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  text-align: left;
}

.ledger-head .section-lede { color: var(--ivory); opacity: 0.85; margin-left: 0; }

.pricelist {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0;
}

.pricelist-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.4rem 2rem;
  align-items: baseline;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(246, 227, 223, 0.25);
}

.pricelist-row:first-child { border-top: 1px solid rgba(246, 227, 223, 0.25); }

.pricelist dt { margin: 0; }

.pl-name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 500;
  font-style: italic;
}

.pl-desc {
  display: block;
  font-size: 0.95rem;
  opacity: 0.8;
  max-width: 46ch;
  margin-top: 0.25rem;
}

.pricelist dd {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blush-deep);
  white-space: nowrap;
}

.section-ledger .delivery-line {
  max-width: 40rem;
  margin: 2.5rem auto 0;
  color: var(--ivory);
  border: 1px solid rgba(246, 227, 223, 0.3);
  border-radius: 0;
  background: transparent;
}

@media (max-width: 560px) {
  .pricelist-row { grid-template-columns: 1fr; }
  .pricelist dd { margin-top: 0.2rem; }
}

/* --- pale leaf bands replace the blush bands --- */

.section-leaf {
  background: var(--leaf-pale);
}


/* The order line stays in view on small screens — phone + 1pm cutoff IS
   the call to action for a same-day florist. The address drops out so it
   holds one line. */
.topline-phone { color: inherit; text-decoration: none; }
.topline-phone:hover, .topline-phone:focus-visible { text-decoration: underline; }

@media (max-width: 720px) {
  .topline {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
  }

  .topline-addr { display: none; }

  body { padding-top: 2.2rem; }
}

/* Guard against sideways scroll from off-canvas drawer */
html, body { overflow-x: clip; }
