body.theme-florist {
  --florist-ink: #24382d;
  --florist-petal: #f8ecef;
  --florist-leaf: #dfeadd;
  --florist-plum: #7b4f66;
  --florist-blush: #fff6f3;
  --florist-cream: #fffaf5;
  --florist-line: rgba(123, 79, 102, 0.18);
  --florist-shadow: 0 20px 48px rgba(49, 64, 51, 0.1);
  background:
    radial-gradient(circle at 10% 8%, rgba(123, 79, 102, 0.12), transparent 26%),
    radial-gradient(circle at 92% 18%, rgba(117, 148, 108, 0.14), transparent 28%),
    #fffaf5;
  color: var(--florist-ink);
}

.theme-florist h1,
.theme-florist h2,
.theme-florist h3,
.theme-florist .brand strong {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.theme-florist h1,
.theme-florist h2 {
  color: var(--florist-ink);
  line-height: 0.98;
}

.theme-florist .hero {
  padding: clamp(3.75rem, 6vw, 5.8rem) 0 clamp(3.4rem, 5vw, 5.1rem);
  background:
    linear-gradient(135deg, rgba(255, 250, 245, 0.96) 0%, rgba(248, 236, 239, 0.82) 48%, rgba(223, 234, 221, 0.96) 100%);
}

.theme-florist h1 {
  max-width: 12.2ch;
  margin-bottom: 1.05rem;
  font-size: clamp(3rem, 6vw, 5.35rem);
}

.theme-florist h2 {
  max-width: 16ch;
  font-size: clamp(2.15rem, 4vw, 3.35rem);
}

.theme-florist h3 {
  font-size: clamp(1.35rem, 1.9vw, 1.85rem);
  line-height: 1.04;
}

.theme-florist .section {
  padding: clamp(3.4rem, 5.2vw, 5.25rem) 0;
}

.theme-florist .hero-grid,
.theme-florist .split-grid,
.theme-florist .area-grid,
.theme-florist .faq-grid,
.theme-florist .contact-grid {
  gap: clamp(2rem, 5vw, 4.4rem);
}

.theme-florist .hero-grid {
  align-items: center;
}

.theme-florist .hero-copy {
  max-width: 680px;
}

.theme-florist .hero-lead,
.theme-florist .section-heading p,
.theme-florist .large-text {
  max-width: 58ch;
  color: rgba(36, 56, 45, 0.72);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.62;
}

.theme-florist .section-heading {
  max-width: 760px;
  margin-bottom: clamp(1.35rem, 2.4vw, 2rem);
}

.theme-florist .section-label,
.theme-florist .eyebrow,
.theme-florist .card-label {
  border-color: var(--florist-line);
  background: rgba(255, 253, 249, 0.78);
  color: var(--florist-plum);
  letter-spacing: 0.08em;
}

.theme-florist .visual-card,
.theme-florist .service-card,
.theme-florist .area-panel,
.theme-florist .faq-card {
  border: 1px solid var(--florist-line);
  border-radius: 24px 24px 8px 24px;
  background: rgba(255, 253, 249, 0.92);
  box-shadow: var(--florist-shadow);
}

.theme-florist .hero-media {
  display: grid;
  gap: 0.85rem;
  align-self: center;
}

.theme-florist .hero-media .visual-card {
  position: relative;
  min-height: clamp(19rem, 30vw, 23.5rem);
  overflow: hidden;
  padding: 1.45rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.08) 0%, rgba(255, 253, 249, 0.92) 68%),
    linear-gradient(135deg, rgba(248, 236, 239, 0.86), rgba(223, 234, 221, 0.84));
}

.theme-florist .hero-media .visual-card::before {
  content: "";
  position: absolute;
  inset: 1rem 1rem 7.8rem;
  border: 1px solid rgba(123, 79, 102, 0.14);
  border-radius: 18px 18px 6px 18px;
  background:
    repeating-linear-gradient(135deg, rgba(123, 79, 102, 0.06) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, rgba(255, 250, 245, 0.58), rgba(223, 234, 221, 0.58));
}

.theme-florist .hero-media .visual-card > * {
  position: relative;
  z-index: 1;
}

.theme-florist .hero-media .visual-card strong {
  max-width: 23rem;
  font-family: var(--body-font);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.28;
}

.theme-florist .hero-note {
  position: static;
  max-width: 300px;
  margin-left: auto;
  border: 1px solid rgba(123, 79, 102, 0.12);
  border-radius: 16px 16px 6px 16px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 18px 40px rgba(49, 64, 51, 0.12);
}

.theme-florist .hero-proof {
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.theme-florist .hero-proof li {
  min-height: 2.45rem;
  border-color: rgba(123, 79, 102, 0.2);
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.82);
  color: var(--florist-ink);
}

.theme-florist .demo-safety-note {
  max-width: 46rem;
  margin-top: 1rem;
  border-color: rgba(123, 79, 102, 0.16);
  border-radius: 12px;
  background: rgba(239, 246, 237, 0.74);
  color: rgba(36, 56, 45, 0.74);
  line-height: 1.5;
}

.theme-florist .trust-strip {
  padding: 1.15rem 0;
}

.theme-florist .trust-grid {
  gap: 0;
}

.theme-florist .trust-item {
  padding: 0.9rem 1.25rem;
}

.theme-florist .trust-item strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.98rem;
}

.theme-florist .trust-item p {
  max-width: 25rem;
  line-height: 1.5;
}

.theme-florist .service-grid {
  grid-template-columns: 1.08fr 0.92fr 0.92fr;
  gap: 1.1rem;
}

.theme-florist .service-card {
  position: relative;
  min-height: 100%;
  padding: 1.45rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0.98), rgba(255, 253, 249, 0.92)),
    linear-gradient(135deg, rgba(248, 236, 239, 0.58), rgba(223, 234, 221, 0.42));
}

.theme-florist .service-card::before {
  content: "";
  width: 3.6rem;
  height: 0.24rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: var(--florist-plum);
  opacity: 0.72;
}

.theme-florist .service-card h3 {
  max-width: 13.5ch;
  margin-top: 0.65rem;
}

.theme-florist .service-card p,
.theme-florist .service-card li,
.theme-florist .check-list li,
.theme-florist .faq-card p,
.theme-florist .visual-card p {
  color: rgba(36, 56, 45, 0.72);
}

.theme-florist .service-card ul,
.theme-florist .check-list {
  display: grid;
  gap: 0.35rem;
}

.theme-florist .service-card li,
.theme-florist .check-list li {
  padding-left: 1.25rem;
}

.theme-florist .service-card li::before,
.theme-florist .check-list li::before {
  top: 0.58em;
  width: 0.42rem;
  height: 0.42rem;
  background: var(--florist-plum);
}

.theme-florist .section-soft {
  background: linear-gradient(135deg, #edf4e9, #fff7f1);
}

.theme-florist .split-grid {
  align-items: start;
}

.theme-florist .steps-grid {
  gap: 1rem;
}

.theme-florist .steps-grid .area-panel,
.theme-florist #delivery .area-panel {
  padding: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(255, 250, 245, 0.9));
}

.theme-florist .steps-grid .area-panel strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--florist-ink);
  font-size: 1rem;
  line-height: 1.35;
}

.theme-florist #delivery .area-panel {
  align-self: center;
}

.theme-florist #delivery h2,
.theme-florist #order h2 {
  max-width: 15.2ch;
}

.theme-florist #delivery .area-panel strong {
  display: block;
  margin-bottom: 0.85rem;
}

.theme-florist .gallery-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: stretch;
  gap: 1rem;
}

.theme-florist .gallery-grid .visual-card {
  position: relative;
  min-height: 18.5rem;
  overflow: hidden;
  padding: 1.25rem;
  align-content: end;
  background:
    linear-gradient(180deg, rgba(255, 250, 245, 0) 0%, rgba(255, 253, 249, 0.94) 68%),
    linear-gradient(135deg, rgba(248, 236, 239, 0.62), rgba(223, 234, 221, 0.52));
}

.theme-florist .gallery-grid .visual-card::before {
  content: "";
  position: absolute;
  inset: 0.85rem 0.85rem 6.4rem;
  border: 1px solid rgba(36, 56, 45, 0.1);
  border-radius: 18px 18px 6px 18px;
  background:
    repeating-linear-gradient(135deg, rgba(36, 56, 45, 0.045) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, rgba(255, 250, 245, 0.72), rgba(248, 236, 239, 0.44), rgba(223, 234, 221, 0.54));
}

.theme-florist .gallery-grid .visual-card > * {
  position: relative;
  z-index: 1;
}

.theme-florist .gallery-grid .visual-card strong {
  font-family: var(--body-font);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.3;
}

.theme-florist .gallery-grid .visual-card:first-child {
  min-height: 22rem;
}

.theme-florist .faq-grid {
  align-items: start;
}

.theme-florist .faq-list {
  gap: 0.9rem;
}

.theme-florist .faq-card {
  padding: 1.25rem;
}

.theme-florist .faq-card h3 {
  max-width: 24rem;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.04;
}

.theme-florist .contact-grid {
  align-items: center;
}

.theme-florist .contact-form {
  padding: clamp(1.2rem, 2vw, 1.55rem);
  border-color: var(--florist-line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: var(--florist-shadow);
}

.theme-florist .contact-form label {
  margin-bottom: 0.32rem;
  color: var(--florist-ink);
  font-size: 0.94rem;
}

.theme-florist .contact-form input,
.theme-florist .contact-form select,
.theme-florist .contact-form textarea {
  margin-bottom: 0.95rem;
  border-color: rgba(36, 56, 45, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--florist-ink);
}

.theme-florist .contact-form input:focus,
.theme-florist .contact-form select:focus,
.theme-florist .contact-form textarea:focus {
  border-color: var(--florist-plum);
  outline: 3px solid rgba(123, 79, 102, 0.16);
  outline-offset: 0;
  box-shadow: 0 0 0 1px rgba(123, 79, 102, 0.12);
}

.theme-florist .contact-form textarea {
  min-height: 9.25rem;
}

.theme-florist .form-note,
.theme-florist .form-message {
  color: rgba(36, 56, 45, 0.72);
}

.theme-florist .form-message {
  min-height: 1.4rem;
  margin-top: 0.75rem;
  font-weight: 800;
}

.theme-florist .form-trust {
  margin: 0.75rem 0 1rem;
  padding: 0.9rem;
  border-color: rgba(36, 56, 45, 0.14);
  border-radius: 10px;
  background: rgba(239, 246, 237, 0.72);
  color: rgba(36, 56, 45, 0.72);
}

.theme-florist .button-primary {
  background: var(--florist-plum);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(123, 79, 102, 0.22);
}

.theme-florist .button-secondary,
.theme-florist .mobile-contact-bar a:last-child {
  border-radius: 999px;
}

.theme-florist .button-secondary {
  border-color: rgba(123, 79, 102, 0.18);
  background: rgba(255, 253, 249, 0.86);
}

.theme-florist .trust-strip,
.theme-florist .site-footer {
  background: var(--florist-ink);
}

.theme-florist .site-nav a:last-child {
  border-radius: 12px;
}

.theme-florist .mobile-contact-bar {
  border-color: rgba(123, 79, 102, 0.18);
  border-radius: 18px;
}

.theme-florist .footer-row {
  align-items: center;
}

@media (min-width: 760px) {
  .theme-florist .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(21rem, 0.78fr);
  }

  .theme-florist .split-grid {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.12fr);
  }

  .theme-florist .contact-grid,
  .theme-florist .faq-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.92fr);
  }

  .theme-florist .gallery-grid .visual-card:first-child,
  .theme-florist .gallery-grid .visual-card:nth-child(3) {
    grid-column: 1;
  }
}

@media (min-width: 760px) and (max-width: 980px) {
  .theme-florist .split-grid,
  .theme-florist .area-grid,
  .theme-florist .faq-grid,
  .theme-florist .contact-grid {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .theme-florist .steps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .theme-florist .contact-form {
    max-width: 680px;
  }
}

@media (max-width: 759px) {
  .theme-florist .hero {
    padding: 3.1rem 0 3.2rem;
  }

  .theme-florist .section {
    padding: 3.1rem 0;
  }

  .theme-florist h1 {
    max-width: 11.5ch;
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .theme-florist h2 {
    max-width: 14ch;
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  .theme-florist .hero-media .visual-card,
  .theme-florist .gallery-grid .visual-card,
  .theme-florist .gallery-grid .visual-card:first-child {
    min-height: 17.5rem;
  }

  .theme-florist .hero-note {
    max-width: none;
    margin: 0;
  }

  .theme-florist .trust-grid {
    gap: 0.35rem;
  }

  .theme-florist .trust-item {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 0.9rem 0;
  }

  .theme-florist .service-grid,
  .theme-florist .gallery-grid {
    grid-template-columns: 1fr;
  }

  .theme-florist .service-card,
  .theme-florist .steps-grid .area-panel,
  .theme-florist #delivery .area-panel,
  .theme-florist .faq-card {
    padding: 1.2rem;
  }

  .theme-florist .contact-form input,
  .theme-florist .contact-form select,
  .theme-florist .contact-form textarea {
    font-size: 1rem;
  }

  .theme-florist .footer-row {
    align-items: flex-start;
  }
}
