#fw-section-rich-text-7fcb4723-e6c0-485b-9c3e-3636fa6404c7 {

h3 {
  color: yellow;
}

p {
  color: #fff;
  font-kerning: auto;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-bottom: 0.5rem;
  background-color: #e31936;
  border-radius: 12px;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
}

/* Email link styled as a button */
a[href^="mailto"] {
  display: inline-block;
  background-color: #002f6c;
  color: #fff !important;
  text-decoration: none;
  padding: 12px 24px;
  margin-top: 12px;
  font-size: 18px;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

a[href^="mailto"]:hover {
  background-color: #004b9a;
}

.rich-text p:last-child {
  display: none;
}

.rich-text {
  background-color: #ffffff;
}
}




#fw-section-custom-html-b84054f4-1124-482e-b529-7fab4e41a904 {
--color-primary: #e31936;
--color-primary-rgb: 227, 25, 54;
--color-background: #0a0a0a;
--color-background-rgb: 10, 10, 10;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #00539b;
--color-on-background-rgb: 0, 83, 155;
--color-product-image-background: #00539b;
--color-background-brightness: 10;
background-color: var(--color-background);
color: var(--color-on-background);
/* Scoped to this section only */
#nf-memorial.nf{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:#0a0a0a;
  color:#fff;
  overflow-x:hidden;
}

/* HERO */
#nf-memorial .nf-hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
  padding:0 24px;
}
#nf-memorial .nf-hero-bg{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}
#nf-memorial .nf-hero-img{
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.5;
  will-change:transform;
  transform:translateY(0);
}
#nf-memorial .nf-hero-grad{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(10,10,10,0) 0%, rgba(10,10,10,.8) 50%, rgba(10,10,10,1) 100%);
}
#nf-memorial .nf-hero-inner{
  position:relative;
  z-index:1;
  max-width:1100px;
  text-align:center;
  margin:0 auto;
}
#nf-memorial .nf-title{
  margin:0 0 10px 0;
  font-weight:900;
  text-transform:uppercase;
  font-style:italic;
  letter-spacing:-0.04em;
  line-height:.9;
  font-size:clamp(44px, 8vw, 120px);
  animation:nfFade .8s ease-out both;
}
#nf-memorial .nf-subtitle{
  margin:0 0 28px 0;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#cfcfcf;
  font-weight:300;
  font-size:clamp(14px, 2vw, 22px);
  animation:nfFade .8s ease-out both;
  animation-delay:.15s;
}
#nf-memorial .nf-cta{
  display:inline-block;
  background:#fff;
  color:#000;
  padding:18px 46px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.18em;
  text-decoration:none;
  transition:transform .2s ease, background .2s ease;
  animation:nfFade .8s ease-out both;
  animation-delay:.3s;
}
#nf-memorial .nf-cta:hover{ background:#eaeaea; transform:scale(1.03); }

/* SHOP */
#nf-memorial .nf-shop{
  scroll-margin-top:24px;
  padding:120px 24px;
  max-width:1200px;
  margin:0 auto;
}
#nf-memorial .nf-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:56px;
}
@media (min-width: 900px){
  #nf-memorial .nf-grid{ grid-template-columns:1fr 1fr; gap:64px; }
}

#nf-memorial .nf-card{ }
#nf-memorial .nf-media{
  position:relative;
  aspect-ratio:4/5;
  background:#18181b;
  overflow:hidden;
  border:1px solid #27272a;
  margin-bottom:22px;
}
#nf-memorial .nf-product-img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:grayscale(1);
  transform:scale(1);
  transition:transform .6s cubic-bezier(.16,1,.3,1), filter .6s cubic-bezier(.16,1,.3,1);
}
#nf-memorial .nf-card:hover .nf-product-img{
  transform:scale(1.05);
  filter:grayscale(0);
}
#nf-memorial .nf-badge{
  position:absolute;
  top:18px;
  left:18px;
  background:#fff;
  color:#000;
  font-size:10px;
  font-weight:900;
  padding:7px 14px;
  text-transform:uppercase;
  letter-spacing:.2em;
}

#nf-memorial .nf-meta{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
}
#nf-memorial .nf-name{
  margin:0;
  font-size:28px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:-0.02em;
}
#nf-memorial .nf-desc{
  margin:10px 0 0 0;
  color:#737373;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.28em;
}

#nf-memorial .nf-btn{
  display:block;
  width:100%;
  margin-top:22px;
  padding:18px 14px;
  border:2px solid #fff;
  background:transparent;
  color:#fff;
  text-align:center;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:13px;
  text-decoration:none;
  transition:background .25s ease, color .25s ease, transform .2s ease, opacity .2s ease;
  cursor:pointer;
}
#nf-memorial .nf-btn:hover{ background:#fff; color:#000; }
#nf-memorial .nf-btn.is-loading{ opacity:.7; transform:scale(.99); }

/* ABOUT */
#nf-memorial .nf-about{
  padding:120px 0;
  background:#000;
  border-top:1px solid #18181b;
}
#nf-memorial .nf-about-inner{
  max-width:900px;
  margin:0 auto;
  text-align:center;
  padding:0 24px;
}
#nf-memorial .nf-about-title{
  margin:0 0 18px 0;
  font-size:36px;
  font-weight:900;
  text-transform:uppercase;
  font-style:italic;
  letter-spacing:-0.03em;
}
#nf-memorial .nf-about-text{
  margin:0 auto;
  max-width:720px;
  color:#a3a3a3;
  font-size:20px;
  line-height:1.6;
  font-weight:300;
}
#nf-memorial .nf-features{
  margin-top:54px;
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.3em;
  color:#525252;
}
@media (min-width: 700px){
  #nf-memorial .nf-features{
    grid-template-columns:1fr 1fr 1fr;
    gap:24px;
  }
  #nf-memorial .nf-feature-mid{
    border-left:1px solid #18181b;
    border-right:1px solid #18181b;
    padding:0 16px;
  }
}
#nf-memorial .nf-feature{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
}
#nf-memorial .nf-feature span{
  color:#fff;
  font-size:18px;
  letter-spacing:0;
}

/* TOAST */
#nf-memorial .nf-toast{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  background:#fff;
  color:#000;
  padding:16px 18px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
  box-shadow:0 20px 50px rgba(0,0,0,.5);
  transform:translateY(32px);
  opacity:0;
  transition:transform .35s ease, opacity .35s ease;
  pointer-events:none;
}
#nf-memorial .nf-toast.is-on{
  transform:translateY(0);
  opacity:1;
}

@keyframes nfFade{
  from{ opacity:0; transform:translateY(18px); }
  to{ opacity:1; transform:translateY(0); }
}

}



#fw-section-custom-html-c7fa9c57-cdc9-43c7-8556-0c7c215a290b {
--color-primary: #e31936;
--color-primary-rgb: 227, 25, 54;
--color-background: #fcfcfc;
--color-background-rgb: 252, 252, 252;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 252;
background-color: var(--color-background);
color: var(--color-on-background);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=Playfair+Display:wght@700;900&display=swap');

.fw-landing{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";
  background:#fcfcfc;color:#0f172a
}
.fw-landing .serif{font-family:"Playfair Display",ui-serif,Georgia,serif}

.fw-container{max-width:1120px;margin:0 auto;padding:0 24px}
.fw-center{text-align:center}

/* HERO - pull content up near the top */
.fw-hero{
  position:relative;
  min-height:70vh;
  display:flex;
  align-items:flex-start;          /* was centered; this removes top gap */
  justify-content:center;
  overflow:hidden;
  padding:10px 0 56px;             /* logo starts ~10px from top */
  background:#ffffff;
  color:#0f172a;
}

.hero-pattern{
  background-color:#ffffff;
  background-image:
    linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 35%),
    linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 35%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M30 0l2.5 7.5L40 10l-7.5 2.5L30 20l-2.5-7.5L20 10l7.5-2.5z' fill='%23b22234' fill-opacity='0.10'/%3E%3Cpath d='M30 30l2.5 7.5L40 40l-7.5 2.5L30 50l-2.5-7.5L20 40l7.5-2.5z' fill='%230a1128' fill-opacity='0.10'/%3E%3C/g%3E%3C/svg%3E");
}

.fw-hero-inner{max-width:880px;text-align:center}
.fw-logo-wrap{margin:0 0 16px}
.fw-logo{max-width:85vw;margin:0 auto;filter:drop-shadow(0 14px 24px rgba(0,0,0,.15))}
.fw-logo-large{width:340px}
@media (max-width:520px){.fw-logo-large{width:270px}}

/* COUNTDOWN - slightly more prominent */
.fw-countdown{
  margin:12px 0 0;
  font-size:13px;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:#0a1128;

  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(250,175,67,.18);
  border:1px solid rgba(246,147,32,.35);
}

/* Ensure history title isn't forced into uppercase by any global rule */
.fw-history-title{
  text-transform:none !important;
  letter-spacing:normal !important;
}

.fw-kicker{color:#b22234;font-weight:800;letter-spacing:.3em;text-transform:uppercase;margin:0 0 10px;font-size:12px}
.fw-title{margin:0 0 16px;font-size:clamp(40px,6vw,92px);line-height:1.05;color:#0a1128}
.fw-subtitle{margin:0 auto 22px;max-width:64ch;color:#475569;font-size:clamp(16px,1.8vw,20px);line-height:1.65;font-weight:300}
.fw-cta-row{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}

.fw-hero-fade{position:absolute;left:0;bottom:0;width:100%;height:120px;background:linear-gradient(to top,#fcfcfc,transparent)}

/* BUTTONS */
.fw-btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:14px 22px;border-radius:999px;
  font-weight:800;text-transform:uppercase;letter-spacing:.14em;font-size:12px;
  text-decoration:none;cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,background .18s ease,border-color .18s ease
}

/* Your requested gradient ONLY for main buttons */
.fw-btn-gold{
  background:linear-gradient(135deg,#f69320 0%,#faaf43 100%);
  color:#0a1128;
}
.fw-btn-gold:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 20px rgba(246,147,32,.25);
  filter:brightness(1.03);
}

/* Ghost button also gets the same gradient */
.fw-btn-ghost{
  background:linear-gradient(135deg,#f69320 0%,#faaf43 100%);
  color:#0a1128;
  border:1px solid transparent;
}
.fw-btn-ghost:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 20px rgba(246,147,32,.25);
  filter:brightness(1.03);
}

/* Keep Details buttons EXACTLY like your original */
.fw-btn-outline{
  border:2px solid #0f172a;color:#0f172a;background:transparent;
  border-radius:14px;padding:12px 16px;letter-spacing:.12em
}
.fw-btn-outline:hover{background:#0f172a;color:#fff}

/* SECTION */
.fw-section{padding:86px 0}
.fw-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:36px}
.fw-eyebrow{color:#b22234;font-weight:900;letter-spacing:.18em;text-transform:uppercase;font-size:11px}
.fw-h2{margin:10px 0 0;font-size:clamp(28px,3vw,44px);line-height:1.1}
.fw-section-note{margin:0;color:#64748b;max-width:360px;line-height:1.6}

/* GRID + CARDS */
.fw-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
@media (max-width:920px){.fw-grid{grid-template-columns:1fr}.fw-section{padding:70px 0}}

.fw-card{
  background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;
  box-shadow:0 16px 40px rgba(15,23,42,.06);
  padding:14px
}
.fw-card-link{text-decoration:none;color:inherit;display:block}

/* Product media matches image ratio (no square crop / no blue box) */
.fw-img{position:relative;background:transparent;border-radius:16px;overflow:hidden}
.fw-img-wrap{width:100%;display:block;transition:transform .45s ease}
.fw-img-wrap img{width:100%;height:auto;display:block}

.fw-card:hover .product-image{transform:scale(1.03)}

.fw-row{
  display:flex;justify-content:space-between;align-items:flex-start;gap:12px;
  padding:14px 6px 0
}
.fw-h3{margin:0;font-size:15px;font-weight:900;letter-spacing:-.01em;line-height:1.25}
.fw-price{font-weight:900;font-size:16px;white-space:nowrap}

/* Single centered Details button */
.fw-actions{margin-top:14px;display:flex;justify-content:center}
.fw-actions.single a{min-width:180px}

/* Shop All spacing */
.fw-shopall{margin-top:44px}

/* INFO */
.fw-info{background:#f1f5f9;padding:78px 0 70px}
.fw-info-text{margin:18px auto 0;max-width:78ch;color:#475569;font-size:18px;line-height:1.75}
@media (max-width:920px){.fw-info-text{font-size:16px}}

/* A11Y */
.fw-landing a:focus-visible{outline:3px solid rgba(212,175,55,.65);outline-offset:3px;border-radius:999px}
@media (prefers-reduced-motion: reduce){
  .fw-landing *, .fw-landing *::before, .fw-landing *::after{
    transition-duration:.001ms !important;
    animation-duration:.001ms !important;
    scroll-behavior:auto !important
  }
}

}
















#fw-section-header {

a {
  color: #00539b;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
}