:root {
  --ffc-paper: #f7f0e3;
  --ffc-surface: #fffaf1;
  --ffc-soft: #eddfca;
  --ffc-ink: #2f241f;
  --ffc-muted: #74665c;
  --ffc-clay: #c96f4a;
  --ffc-clay-deep: #914932;
  --ffc-gold: #e9ae55;
  --ffc-sage: #7d8a6a;
  --ffc-line: #dcc8a9;
  --ffc-shadow: 0 24px 70px rgba(65, 43, 29, .14);
}

.focused-full-commerce .content,
.focused-full-commerce .site-content,
.focused-full-commerce main,
.focused-full-commerce .page-content,
.focused-full-commerce .entry-content {
  max-width: none !important;
}

.focused-full-commerce .entry-content,
.focused-full-commerce .page-content {
  margin: 0 !important;
  padding: 0 !important;
}

.focused-full-commerce .entry-title {
  display: none;
}

.ffc-site {
  margin: 0;
  color: var(--ffc-ink);
  background: var(--ffc-paper);
  font: 400 17px/1.7 "DM Sans", system-ui, sans-serif;
  overflow: hidden;
}

.ffc-site *,
.ffc-site *::before,
.ffc-site *::after { box-sizing: border-box; }

.ffc-site h1,
.ffc-site h2,
.ffc-site h3 {
  color: var(--ffc-ink);
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: -.035em;
}

.ffc-site a { color: var(--ffc-clay-deep); }
.ffc-wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ffc-section { padding: 104px 0; }
.ffc-kicker {
  margin: 0 0 14px;
  color: var(--ffc-clay-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ffc-lead { max-width: 650px; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }

.ffc-hero {
  min-height: min(820px, 88vh);
  position: relative;
  display: grid;
  align-items: center;
  background: #ead8b8;
}
.ffc-hero__image {
  position: absolute;
  inset: 0;
  background: url("../images/focused-full-hero.webp") center / cover no-repeat;
}
.ffc-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247,240,227,.98) 0%, rgba(247,240,227,.91) 34%, rgba(247,240,227,.35) 58%, rgba(247,240,227,0) 78%);
}
.ffc-hero__content { position: relative; z-index: 2; padding-block: 90px; }
.ffc-hero h1 {
  max-width: 770px;
  margin: 0 0 24px;
  font-size: clamp(52px, 7vw, 96px);
  line-height: .98;
}
.ffc-hero h1 em { color: var(--ffc-clay-deep); font-weight: 500; }
.ffc-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 28px; }
.ffc-button,
.focused-full-commerce .button,
.focused-full-commerce button.button,
.focused-full-commerce input.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid var(--ffc-clay-deep);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.ffc-button:hover { transform: translateY(-2px); }
.ffc-button--primary,
.focused-full-commerce .button,
.focused-full-commerce button.button,
.focused-full-commerce input.button {
  color: #fffaf1 !important;
  background: var(--ffc-clay-deep) !important;
  box-shadow: 0 10px 26px rgba(145,73,50,.22);
}
.ffc-button--ghost { color: var(--ffc-clay-deep); background: rgba(255,250,241,.58); }
.ffc-button--text { min-height: auto; padding: 8px 2px; border: 0; border-radius: 0; }
.ffc-trust { margin: 19px 0 0; color: var(--ffc-muted); font-size: 13px; }

.ffc-anchor-nav {
  position: sticky;
  z-index: 8;
  top: 0;
  border-block: 1px solid var(--ffc-line);
  background: rgba(255,250,241,.91);
  backdrop-filter: blur(18px);
}
.ffc-anchor-nav .ffc-wrap { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 5vw, 66px); }
.ffc-anchor-nav a { color: var(--ffc-ink); font-size: 12px; font-weight: 700; text-decoration: none; }

.ffc-two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 120px); }
.ffc-two--center { align-items: center; }
.ffc-intro h2,
.ffc-money h2,
.ffc-grow h2,
.ffc-founder h2,
.ffc-section-heading h2,
.ffc-faq h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.08; }
.ffc-intro p { margin-top: 0; color: var(--ffc-muted); }

.ffc-feature-band { color: #fffaf1; background: var(--ffc-ink); }
.ffc-feature-band h3 { margin: 20px 0 11px; color: #fffaf1; font-size: 30px; }
.ffc-feature-band p { color: #cfc2b7; }
.ffc-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.14); }
.ffc-feature-grid article { min-height: 330px; padding: 45px; background: var(--ffc-ink); }
.ffc-number { color: var(--ffc-gold); font: 500 42px/1 "Fraunces", serif; }

.ffc-money { background: var(--ffc-surface); }
.ffc-photo-card { padding: 16px; border: 1px solid var(--ffc-line); border-radius: 30px; background: var(--ffc-paper); transform: rotate(-1.2deg); box-shadow: var(--ffc-shadow); }
.ffc-photo-card img { width: 100%; display: block; border-radius: 20px; }
.ffc-checks { margin: 24px 0; padding: 0; list-style: none; }
.ffc-checks li { position: relative; margin: 10px 0; padding-left: 28px; }
.ffc-checks li::before { content: "●"; position: absolute; left: 0; color: var(--ffc-clay); font-size: 12px; }
.ffc-money small { color: var(--ffc-muted); }

.ffc-grow { background: linear-gradient(145deg, #e5d2ae, #f5ead6); }
.ffc-grow__card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; padding: 65px; border: 1px solid var(--ffc-line); border-radius: 34px; background: rgba(255,250,241,.7); box-shadow: var(--ffc-shadow); }
.ffc-grow__card blockquote { margin: 0; color: var(--ffc-clay-deep); font: 500 clamp(32px, 4vw, 54px)/1.15 "Fraunces", serif; }

.ffc-founder { background: var(--ffc-surface); }
.ffc-founder__inner { display: grid; grid-template-columns: 130px 1fr; gap: 42px; align-items: center; max-width: 940px; }
.ffc-founder__mark {
  width: 130px; height: 130px; display: grid; place-items: center; border-radius: 50%;
  color: #fffaf1; background: linear-gradient(145deg, var(--ffc-gold), var(--ffc-clay-deep));
  font: 500 38px/1 "Fraunces", serif; box-shadow: 0 18px 42px rgba(145,73,50,.22);
}
.ffc-founder__inner p { max-width: 760px; }
.ffc-founder__inner span { margin: 0 10px; color: var(--ffc-line); }

.ffc-trial { color: #fffaf1; background: var(--ffc-clay-deep); }
.ffc-trial .ffc-kicker { color: #f4c880; }
.ffc-trial h2 { margin: 0; color: #fffaf1; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; }
.ffc-trial__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.ffc-trial-form { padding: 30px; border-radius: 24px; color: var(--ffc-ink); background: var(--ffc-surface); box-shadow: 0 25px 60px rgba(48,28,20,.22); }
.ffc-trial-form > label:first-child { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 700; }
.ffc-trial-form > div { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.ffc-trial-form input[type="email"] { min-height: 50px; width: 100%; padding: 10px 16px; border: 1px solid var(--ffc-line); border-radius: 999px; background: #fff; }
.ffc-consent { display: flex; gap: 8px; margin-top: 14px; color: var(--ffc-muted); font-size: 11px; }
.ffc-form-result { min-height: 24px; margin: 12px 2px 0; font-size: 13px; font-weight: 600; }
.ffc-form-result.is-error { color: #a02d24; }
.ffc-form-result.is-success { color: #426537; }
.ffc-downloads { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--ffc-line); }
.ffc-downloads strong { display: block; margin-bottom: 5px; font-size: 12px; }
.ffc-downloads a { margin-right: 13px; font-size: 11px; font-weight: 700; }

.ffc-pricing { background: var(--ffc-paper); }
.ffc-section-heading { max-width: 760px; margin-bottom: 52px; }
.ffc-price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ffc-price-grid article { position: relative; padding: 45px; border: 1px solid var(--ffc-line); border-radius: 28px; background: var(--ffc-surface); }
.ffc-price-card--featured { border: 2px solid var(--ffc-clay) !important; box-shadow: var(--ffc-shadow); }
.ffc-plan { margin: 0; color: var(--ffc-clay-deep); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.ffc-price-grid h3 { margin: 15px 0; font-size: 54px; }
.ffc-price-grid h3 small { color: var(--ffc-muted); font: 500 15px/1 "DM Sans", sans-serif; }
.ffc-badge { position: absolute; top: 20px; right: 20px; padding: 7px 11px; border-radius: 999px; color: #fff; background: var(--ffc-clay); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.ffc-pricing-note { margin-top: 25px; color: var(--ffc-muted); font-size: 12px; text-align: center; }

.ffc-faq { background: var(--ffc-surface); }
.ffc-accordions details { border-bottom: 1px solid var(--ffc-line); }
.ffc-accordions summary { padding: 20px 0; cursor: pointer; font-weight: 700; }
.ffc-accordions details p { padding-bottom: 20px; color: var(--ffc-muted); }

.ffc-grow-hero { padding: 130px 0 100px; color: #fffaf1; background: radial-gradient(circle at 82% 20%, rgba(233,174,85,.35), transparent 28%), var(--ffc-ink); }
.ffc-grow-hero h1 { margin: 0 0 24px; color: #fffaf1; font-size: clamp(60px, 9vw, 112px); line-height: .93; }
.ffc-grow-hero h1 em { color: var(--ffc-gold); font-weight: 500; }
.ffc-grow-hero > .ffc-wrap > p:not(.ffc-kicker) { max-width: 720px; color: #d7cbc2; font-size: 20px; }
.ffc-content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.ffc-content-grid article { overflow: hidden; border: 1px solid var(--ffc-line); border-radius: 20px; background: var(--ffc-surface); box-shadow: 0 12px 30px rgba(65,43,29,.08); }
.ffc-content-grid article > div { padding: 24px; }
.ffc-content-grid h3 { margin: 5px 0 12px; font-size: 25px; line-height: 1.2; }
.ffc-content-grid h3 a { color: var(--ffc-ink); text-decoration: none; }
.ffc-content-grid p { color: var(--ffc-muted); font-size: 14px; }
.ffc-content-image { aspect-ratio: 16/10; display: grid; place-items: center; overflow: hidden; color: #fffaf1 !important; background: linear-gradient(145deg, var(--ffc-clay), var(--ffc-ink)); text-decoration: none; }
.ffc-content-image img { width: 100%; height: 100%; object-fit: cover; }
.ffc-content-image span { font-size: 11px; font-weight: 800; letter-spacing: .16em; }

.ffc-activation { min-height: 70vh; display: grid; place-items: center; }
.ffc-activation-card { max-width: 720px; margin: auto; padding: 55px; border: 1px solid var(--ffc-line); border-radius: 30px; background: var(--ffc-surface); box-shadow: var(--ffc-shadow); text-align: center; }
.ffc-activation-card h1 { margin: 10px 0; font-size: 52px; }
.ffc-sun-mark { width: 70px; height: 70px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ffc-clay); font-size: 32px; }

.focused-full-commerce.woocommerce-cart .woocommerce,
.focused-full-commerce.woocommerce-checkout .woocommerce,
.focused-full-commerce.single-product .product {
  width: min(1120px, calc(100% - 40px));
  margin: 60px auto;
  color: var(--ffc-ink);
  font-family: "DM Sans", sans-serif;
}
.focused-full-commerce .woocommerce-cart-form,
.focused-full-commerce .cart_totals,
.focused-full-commerce .woocommerce-checkout-review-order,
.focused-full-commerce .woocommerce-billing-fields,
.focused-full-commerce .woocommerce-additional-fields {
  padding: 24px;
  border: 1px solid var(--ffc-line);
  border-radius: 18px;
  background: var(--ffc-surface);
}
.focused-full-commerce .woocommerce table.shop_table { border-color: var(--ffc-line); border-radius: 14px; }
.focused-full-commerce .woocommerce form .form-row input.input-text,
.focused-full-commerce .woocommerce form .form-row textarea {
  padding: 12px;
  border: 1px solid var(--ffc-line);
  border-radius: 9px;
}
.ffc-commerce-banner,
.ffc-order-access {
  margin: 22px 0;
  padding: 24px 28px;
  border: 1px solid var(--ffc-line);
  border-radius: 18px;
  background: linear-gradient(110deg, #fffaf1, #ead8b8);
}
.ffc-commerce-banner span,
.ffc-commerce-banner strong,
.ffc-commerce-banner small { display: block; }
.ffc-commerce-banner span { color: var(--ffc-clay-deep); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ffc-commerce-banner strong { margin: 5px 0; font: 500 26px/1.2 "Fraunces", serif; }
.ffc-commerce-banner small { color: var(--ffc-muted); }

@media (max-width: 900px) {
  .ffc-section { padding: 75px 0; }
  .ffc-two, .ffc-trial__inner, .ffc-grow__card { grid-template-columns: 1fr; gap: 40px; }
  .ffc-feature-grid, .ffc-content-grid { grid-template-columns: 1fr 1fr; }
  .ffc-hero { min-height: 760px; align-items: end; }
  .ffc-hero__image { background-position: 62% center; }
  .ffc-hero__shade { background: linear-gradient(0deg, rgba(247,240,227,.99) 0%, rgba(247,240,227,.9) 54%, rgba(247,240,227,.12) 100%); }
}

@media (max-width: 620px) {
  .ffc-wrap { width: min(100% - 28px, 1180px); }
  .ffc-section { padding: 62px 0; }
  .ffc-hero { min-height: 720px; }
  .ffc-hero__content { padding-bottom: 58px; }
  .ffc-anchor-nav { overflow-x: auto; }
  .ffc-anchor-nav .ffc-wrap { width: max-content; padding: 0 18px; gap: 25px; }
  .ffc-feature-grid, .ffc-content-grid, .ffc-price-grid { grid-template-columns: 1fr; }
  .ffc-feature-grid article { min-height: auto; padding: 34px; }
  .ffc-grow__card, .ffc-price-grid article, .ffc-activation-card { padding: 30px; }
  .ffc-founder__inner { grid-template-columns: 80px 1fr; gap: 20px; }
  .ffc-founder__mark { width: 80px; height: 80px; font-size: 24px; }
  .ffc-trial-form > div { grid-template-columns: 1fr; }
  .ffc-trial-form button { width: 100%; }
  .ffc-actions { align-items: stretch; }
}

@media (prefers-reduced-motion: reduce) {
  .ffc-site *, .ffc-site *::before, .ffc-site *::after { scroll-behavior: auto !important; transition: none !important; }
}
