/*
Theme Name: Formemora Storefront Child
Template: storefront
Version: 1.0.0
Text Domain: formemora
*/

:root {
  --fm-green: #1f5145;
  --fm-coral: #d96459;
  --fm-ink: #202124;
  --fm-warm: #f7f6f2;
  --fm-line: #dedcd6;
}

body { color: var(--fm-ink); background: var(--fm-warm); letter-spacing: 0; }
.site-header { background: #fff; border-bottom-color: var(--fm-line); }
.site-branding .site-title a, .main-navigation ul li a { color: var(--fm-ink); }
.button, button, input[type="button"], input[type="reset"], input[type="submit"], .added_to_cart {
  background: var(--fm-green); border-radius: 6px; color: #fff;
}
.fm-announcement { background: var(--fm-green); color: #fff; padding: 10px 16px; text-align: center; font-size: 14px; }
.fm-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.fm-home h1, .fm-home h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: 0; }
.fm-hero { min-height: 650px; display: flex; align-items: flex-end; position: relative; background: #253b35 url("https://cnres.appracle.com/b9ec44545a56d2053e3842dec86b5d63.jpeg") center/cover no-repeat; }
.fm-hero:before { content: ""; position: absolute; inset: 0; background: rgba(20,35,31,.78); }
.fm-hero-copy { position: relative; width: min(720px,100%); padding: 72px 0; color: #fff; }
.fm-eyebrow { margin-bottom: 14px; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.fm-hero h1 { margin: 0; color: #fff; font-size: 62px; line-height: 1.04; }
.fm-hero p { max-width: 610px; margin: 20px 0 28px; font-size: 19px; line-height: 1.65; }
.fm-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.fm-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--fm-green); border-radius: 6px; background: var(--fm-green); color: #fff; font-weight: 700; text-decoration: none; }
.fm-btn:hover { color: #fff; background: #173e35; }
.fm-btn--light { border-color: #fff; background: #fff; color: var(--fm-ink); }
.fm-btn--light:hover { background: #f0f0ed; color: var(--fm-ink); }
.fm-section { padding: 72px 0; }
.fm-section--white { background: #fff; }
.fm-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.fm-heading h2 { margin: 0; font-size: 38px; line-height: 1.14; }
.fm-heading p { max-width: 580px; margin: 0; color: #555a58; }
.fm-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.fm-card { display: block; overflow: hidden; border: 1px solid var(--fm-line); border-radius: 8px; background: #fff; color: var(--fm-ink); text-decoration: none; }
.fm-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; background: #eceae5; }
.fm-card-body { padding: 18px; }
.fm-card h3 { margin: 0 0 8px; font-size: 19px; }
.fm-card p { margin: 0; color: #656966; }
.fm-price { display: block; margin-top: 12px; color: var(--fm-green); font-weight: 800; }
.fm-step { padding: 22px 4px 0; border-top: 3px solid var(--fm-green); }
.fm-step b { color: var(--fm-coral); font-size: 13px; }
.fm-step h3 { margin: 8px 0; font-size: 19px; }
.fm-promises { background: var(--fm-green); color: #fff; }
.fm-promises .fm-card { color: var(--fm-ink); }
.fm-faq details { padding: 20px 0; border-top: 1px solid var(--fm-line); }
.fm-faq details:last-child { border-bottom: 1px solid var(--fm-line); }
.fm-faq summary { cursor: pointer; font-weight: 700; }
.site-footer { background: #173e35; color: #fff; }
.site-footer a { color: #fff; }
@media (max-width:800px) {
  .fm-wrap { width: min(100% - 28px,1180px); }
  .fm-hero { min-height: 570px; }
  .fm-hero-copy { padding: 54px 0; }
  .fm-hero h1 { font-size: 42px; }
  .fm-heading { align-items: start; flex-direction: column; }
  .fm-heading h2 { font-size: 31px; }
  .fm-section { padding: 52px 0; }
  .fm-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width:430px) { .fm-grid { grid-template-columns: 1fr; } }
