.fpd-scope {
  --paper: #f4efe6;
  --paper-2: #ebe4d6;
  --ink: #1a1410;
  --ink-soft: #4a3f36;
  --muted: #7a6d62;
  --line: rgba(26, 20, 16, 0.12);
  --copper: #b4532a;
  --copper-2: #8f3d1c;
  --gold: #c4a574;
  --cream: #fbf7f0;
  --white: #fffcf7;
  --shadow: 0 18px 50px rgba(26, 20, 16, 0.12);
  --radius: 18px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", "Segoe UI", sans-serif;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  display: block;
  overflow-x: clip;
  max-width: 100%;
}
.fpd-scope * { box-sizing: border-box; }
.fpd-scope img, .fpd-scope video, .fpd-scope iframe { max-width: 100%; height: auto; display: block; }
.fpd-scope a { color: inherit; text-decoration: none; }
.fpd-scope h1, .fpd-scope h2, .fpd-scope h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
  overflow-wrap: anywhere;
}
.fpd-scope .wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.fpd-scope section { padding: 72px 0; }
.fpd-scope .eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 10px;
}
.fpd-scope h1 { font-size: clamp(32px, 7vw, 72px); line-height: 1.05; max-width: 16ch; }
.fpd-scope h2 { font-size: clamp(26px, 5vw, 48px); line-height: 1.1; }
.fpd-scope .btn {
  display: inline-flex; align-items: center; justify-content: center;
  border: 0; border-radius: 999px; padding: 14px 22px; font-size: 15px; font-weight: 500;
  min-height: 48px;
}
.fpd-scope .btn-primary { background: var(--copper); color: #fff; }
.fpd-scope .btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.fpd-scope .hero {
  position: relative; min-height: min(82vh, 760px);
  display: grid; align-items: end; overflow: hidden; color: #f8efe4;
}
.fpd-scope .hero img.bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; height: 100%;
}
.fpd-scope .hero .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,14,10,.18), rgba(20,14,10,.82));
}
.fpd-scope .hero-inner { position: relative; z-index: 2; padding: 80px 0 56px; }
.fpd-scope .kicker {
  display: inline-flex; gap: 10px; align-items: center; flex-wrap: wrap;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px;
}
.fpd-scope .hero p.lead { max-width: 46ch; font-size: 17px; color: rgba(248,239,228,.82); margin: 18px 0 26px; }
.fpd-scope .hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.fpd-scope .hero-meta { display: flex; flex-wrap: wrap; gap: 12px 20px; margin-top: 24px; font-size: 13px; color: rgba(248,239,228,.78); }
.fpd-scope .sec-head { display: flex; justify-content: space-between; align-items: end; gap: 16px; margin-bottom: 28px; }
.fpd-scope .link-more { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid var(--copper); color: var(--ink-soft); white-space: nowrap; }
.fpd-scope .cats, .fpd-scope .grid, .fpd-scope .trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.fpd-scope .cat { position: relative; border-radius: 18px; overflow: hidden; min-height: 240px; color: #fff; }
.fpd-scope .cat img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fpd-scope .cat .shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(16,10,8,.78)); }
.fpd-scope .cat .txt { position: absolute; left: 16px; right: 16px; bottom: 16px; }
.fpd-scope .cat h3 { font-size: clamp(20px, 3vw, 26px); }
.fpd-scope .cat small { color: rgba(255,255,255,.75); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.fpd-scope .split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.fpd-scope .split img { width: 100%; height: 480px; object-fit: cover; border-radius: 28px; }
.fpd-scope .facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.fpd-scope .fact { border-top: 1px solid var(--line); padding-top: 12px; }
.fpd-scope .fact b { display: block; font-family: var(--serif); font-size: 32px; font-weight: 500; }
.fpd-scope .fact span { font-size: 13px; color: var(--muted); }
.fpd-scope .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fpd-scope .step { padding: 24px 8px 8px 0; border-top: 1px solid var(--line); }
.fpd-scope .num { font-family: var(--serif); font-size: 40px; color: var(--copper); line-height: 1; margin-bottom: 10px; }
.fpd-scope .step h3 { font-size: 26px; margin-bottom: 8px; }
.fpd-scope .step p, .fpd-scope .trust p { color: var(--ink-soft); margin: 0; }
.fpd-scope .banner { display: grid; grid-template-columns: 1.15fr 1fr; min-height: 420px; border-radius: 28px; overflow: hidden; background: var(--ink); color: #f6eadc; }
.fpd-scope .banner img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.fpd-scope .banner-copy { padding: 48px 40px; }
.fpd-scope .off { font-family: var(--serif); font-size: clamp(48px, 8vw, 64px); color: var(--gold); line-height: 1; }
.fpd-scope .banner-copy p { color: rgba(246,234,220,.75); margin: 16px 0 24px; max-width: 42ch; }
.fpd-scope .trust article { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 22px; }
.fpd-scope .trust h3 { font-size: 22px; margin: 8px 0; }
.fpd-scope .page-hero { padding: 48px 0 12px; }
.fpd-scope .page-hero p, .fpd-scope .story-lead { color: var(--ink-soft); max-width: 54ch; font-size: clamp(16px, 2.4vw, 18px); }
.fpd-scope .quote { font-family: var(--serif); font-size: clamp(24px, 4vw, 38px); font-style: italic; line-height: 1.25; max-width: 22ch; }
.fpd-scope .tl { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.fpd-scope .tl b { font-family: var(--serif); font-size: 26px; color: var(--copper); font-weight: 500; }
.fpd-scope .tl p { margin: 0; color: var(--ink-soft); }
.fpd-scope .story-cta { background: var(--ink); color: #f6eadc; border-radius: 28px; padding: 40px; display: grid; grid-template-columns: 1.4fr auto; gap: 20px; align-items: center; }
.fpd-scope .story-cta p { color: rgba(246,234,220,.75); margin: 10px 0 0; }

.fpd-scope .woocommerce .woocommerce-result-count,
.fpd-scope .woocommerce .woocommerce-ordering {
  float: none !important;
  width: auto;
  margin-bottom: 16px;
}
.fpd-scope .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.fpd-scope .woocommerce ul.products::before,
.fpd-scope .woocommerce ul.products::after { display: none !important; content: none !important; }
.fpd-scope .woocommerce ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  clear: none !important;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  padding: 0 0 16px !important;
}
.fpd-scope .woocommerce ul.products li.product img { width: 100%; aspect-ratio: 1; object-fit: cover; height: auto; }
.fpd-scope .woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--serif); font-size: 20px; padding: 12px 16px 0; }
.fpd-scope .woocommerce ul.products .button,
.fpd-scope .woocommerce a.button {
  background: var(--copper) !important;
  color: #fff !important;
  border-radius: 999px !important;
  margin: 8px 16px 0 !important;
}

@media (max-width: 1100px) {
  .fpd-scope .cats, .fpd-scope .grid, .fpd-scope .trust,
  .fpd-scope .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .fpd-scope .wrap { width: min(1180px, calc(100% - 32px)); }
  .fpd-scope section { padding: 48px 0; }
  .fpd-scope .hero { min-height: min(78vh, 640px); }
  .fpd-scope .hero-inner { padding: 64px 0 40px; }
  .fpd-scope .sec-head { flex-direction: column; align-items: flex-start; }
  .fpd-scope .cats, .fpd-scope .grid, .fpd-scope .trust,
  .fpd-scope .woocommerce ul.products,
  .fpd-scope .steps { grid-template-columns: 1fr 1fr; }
  .fpd-scope .split, .fpd-scope .banner, .fpd-scope .story-cta { grid-template-columns: 1fr; }
  .fpd-scope .split img { height: 280px; }
  .fpd-scope .banner { min-height: 0; border-radius: 20px; }
  .fpd-scope .banner-copy { padding: 28px 22px 32px; }
  .fpd-scope .page-hero { padding: 32px 0 8px; }
}

@media (max-width: 640px) {
  .fpd-scope .wrap { width: min(1180px, calc(100% - 24px)); }
  .fpd-scope section { padding: 36px 0; }
  .fpd-scope .hero { min-height: auto; }
  .fpd-scope .hero-inner { padding: 48px 0 32px; }
  .fpd-scope .hero p.lead { font-size: 15px; }
  .fpd-scope .hero-cta { flex-direction: column; align-items: stretch; }
  .fpd-scope .hero-cta .btn { width: 100%; }
  .fpd-scope .cats { grid-template-columns: 1fr 1fr; gap: 10px; }
  .fpd-scope .cat { min-height: 160px; border-radius: 14px; }
  .fpd-scope .trust, .fpd-scope .facts, .fpd-scope .steps { grid-template-columns: 1fr; }
  .fpd-scope .woocommerce ul.products { grid-template-columns: 1fr 1fr; gap: 10px; }
  .fpd-scope .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px; padding: 8px 10px 0; }
  .fpd-scope .woocommerce ul.products .button { margin: 8px 10px 0 !important; font-size: 13px; }
  .fpd-scope .tl { grid-template-columns: 1fr; gap: 6px; }
  .fpd-scope .story-cta { padding: 24px; border-radius: 20px; }
  .fpd-scope .story-cta .btn { width: 100%; margin: 8px 0 0 !important; }
  .fpd-scope .split img { height: 220px; border-radius: 18px; }
  .fpd-scope .cat h3 { font-size: 18px; }
}

@media (max-width: 400px) {
  .fpd-scope .cats, .fpd-scope .woocommerce ul.products { grid-template-columns: 1fr; }
  .fpd-scope .cat { min-height: 200px; }
}
