/*
Theme Name: Quill & Lotus — Botanical
Theme URI: https://quillandlotus.com/
Description: Clean botanical-and-gold WordPress theme for Quill & Lotus. Part of the Fresh Start collection.
Author: Quill & Lotus
Version: 3.2.0
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: quill-lotus
*/

:root {
  --ql-parchment: #f7f4ea;
  --ql-paper: #fffdf8;
  --ql-charcoal: #234235;
  --ql-ink: #203128;
  --ql-oxblood: #2f5945;
  --ql-sage: #dfe9df;
  --ql-bronze: #aa8746;
  --ql-bronze-text: #755718;
  --ql-gold: #b38d43;
  --ql-rule: rgba(35, 66, 53, 0.2);
  --ql-serif: "Cormorant Garamond", Georgia, serif;
  --ql-sans: Manrope, system-ui, sans-serif;
  --ql-mono: "Space Mono", monospace;
}

.ql-theme-botanical,
.ql-theme-botanical .ql-site {
  background: var(--ql-paper);
  color: var(--ql-ink);
  font-family: var(--ql-sans);
}
.ql-theme-botanical .site-header {
  background: rgba(255, 253, 248, 0.96);
  border-color: rgba(35, 66, 53, 0.18);
}
.ql-theme-botanical .ql-brand-name {
  color: #234235;
  font-family: var(--ql-serif);
  font-weight: 600;
  letter-spacing: -0.02em;
}
.ql-theme-botanical .ql-section-dark.ql-hero,
.ql-theme-botanical .ql-section-dark.ql-page-intro {
  background:
    radial-gradient(circle at 92% 8%, rgba(179, 141, 67, 0.12), transparent 25rem),
    #f7f4ea;
  border-bottom: 1px solid var(--ql-rule);
  color: #234235;
}
.ql-theme-botanical .ql-section-dark.ql-hero :is(.ql-eyebrow,.ql-code,.ql-meta,.ql-mood),
.ql-theme-botanical .ql-section-dark.ql-page-intro :is(.ql-eyebrow,.ql-code,.ql-meta,.ql-mood) {
  color: #755718;
}
.ql-theme-botanical .ql-section-paper { background: #fffdf8; }
.ql-theme-botanical .ql-section-light { background: #f7f4ea; }
.ql-theme-botanical .ql-section-oxblood {
  background: #2f5945;
  color: #fffaf0;
}
.ql-theme-botanical .ql-section::before {
  background: #b38d43;
  box-shadow: 0 0 0 4px rgba(179, 141, 67, 0.12);
}
.ql-theme-botanical .ql-site h1 {
  color: #234235;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.96;
}
.ql-theme-botanical .ql-site h2 {
  font-weight: 600;
  letter-spacing: -0.03em;
}
.ql-theme-botanical .ql-card {
  border-color: rgba(35, 66, 53, 0.24);
  padding-top: 1.8rem;
}
.ql-theme-botanical .ql-card h3 { color: #2f5945; }
.ql-theme-botanical .ql-clock {
  background: #fffdf8;
  border-color: #b38d43;
  color: #234235;
}
.ql-theme-botanical .wp-block-button__link { border-radius: 2px; }
.ql-theme-botanical .ql-editorial-image img {
  filter: saturate(0.82) sepia(0.05) contrast(0.99);
}
.ql-site-page.ql-theme-botanical .ql-site a:not(.wp-block-button__link) { color: #315d48; }
.ql-site-page.ql-theme-botanical .ql-site :is(.ql-section-dark, .ql-section-oxblood) a:not(.wp-block-button__link) { color: #f0d49a; }
.ql-theme-botanical .site-footer {
  background: #1f3b30;
  color: #f7f4ea;
}
.ql-theme-botanical .site-footer a { color: #efd49d; }
.ql-theme-botanical .site-footer :is(.ql-footer-title, .ql-footer-label) { color: #f4dcaa; }
.ql-theme-botanical .ql-footer-bottom { color: #dfe9df; }
.ql-theme-botanical .ql-scroll-anchor {
  display: block;
  position: relative;
  top: -5rem;
  visibility: hidden;
}
.ql-theme-botanical .ql-first-visit-about .ql-credentials {
  border-bottom: 1px solid rgba(35, 66, 53, 0.18);
  border-top: 1px solid rgba(35, 66, 53, 0.18);
  margin-bottom: 1.5rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: 1.35rem;
  padding-top: 1.35rem;
}
.ql-theme-botanical .ql-first-visit-faq .ql-lede { margin-bottom: 2rem; }
.ql-theme-botanical .ql-first-visit-faq .ql-shortcode-button { margin-top: 2.25rem; }
.ql-theme-botanical .ql-services-index .wp-block-buttons { margin-top: 0.8rem; }
.ql-theme-botanical .ql-services-index .wp-block-button__link { min-width: 9rem; }
.ql-theme-botanical .ql-service-category > .ql-container > h2 { max-width: 18ch; }
.ql-theme-botanical .ql-enhancement-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 2rem;
}
.ql-theme-botanical .ql-enhancement-grid > .wp-block-column { margin: 0; }
.ql-theme-botanical .ql-service-enhancements .ql-addon {
  border-color: rgba(255, 250, 240, 0.25);
  min-height: 100%;
  padding: 1.35rem 0.9rem;
}
.ql-theme-botanical .ql-service-enhancements .ql-addon h3 { color: #fffaf0; }
.ql-theme-botanical .ql-membership-grid.ql-two { gap: clamp(2rem, 5vw, 5rem); }
.ql-theme-botanical .ql-membership-extra {
  border-left: 2px solid #b38d43;
  font-size: 0.92rem;
  padding-left: 1rem;
}
.ql-theme-botanical .ql-membership-note {
  background: #dfe9df;
  border: 1px solid rgba(35, 66, 53, 0.18);
  margin: 2.5rem 0 1.5rem;
  padding: 1.4rem;
}
.ql-theme-botanical .ql-membership-note h3 { color: #234235; margin-top: 0; }
.ql-theme-botanical .ql-product-grid { gap: clamp(1.25rem, 3vw, 2.5rem); margin-top: 2.5rem; }
.ql-theme-botanical .ql-product-card {
  border-top: 2px solid #b38d43;
  height: 100%;
  padding-top: 1rem;
}
.ql-theme-botanical .ql-product-image { margin: 0 0 1.35rem; }
.ql-theme-botanical .ql-product-image img {
  aspect-ratio: 8 / 9;
  border: 1px solid rgba(35, 66, 53, 0.16);
  display: block;
  object-fit: cover;
  width: 100%;
}
.ql-theme-botanical .ql-product-card h3 { color: #234235; margin: 0.35rem 0 0.65rem; }
.ql-theme-botanical .ql-shop-gifts .ql-shortcode-button { width: 100%; }
.ql-theme-botanical .ql-shop-gifts .wp-block-button__link { text-align: center; width: 100%; }

@media (max-width: 1100px) {
  .ql-theme-botanical .ql-enhancement-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .ql-theme-botanical .ql-enhancement-grid { grid-template-columns: 1fr; }
  .ql-theme-botanical .ql-services-index .wp-block-button { width: 100%; }
  .ql-theme-botanical .ql-services-index .wp-block-button__link { width: 100%; }
}

/* Keep consent controls quiet, clear, and consistent with the palette. */
.ql-theme-botanical .cookieadmin_accept_btn {
  background: #2f5945 !important;
  border-color: #2f5945 !important;
  color: #fff !important;
}
.ql-theme-botanical :is(.cookieadmin_reject_btn, .cookieadmin_customize_btn) {
  background: #fffdf8 !important;
  border: 1px solid #9b7a39 !important;
  color: #234235 !important;
}
