:root{--fg-ink: #121212;--fg-cream: #f6f1e8;--fg-white: #ffffff;--fg-glow: #d4a574;--fg-muted: #6b6560;--fg-border: rgba(18, 18, 18, .12);--fg-heading: "Arial", "Helvetica Neue", Helvetica, sans-serif}.fg-section{padding:4.5rem 0;background:var(--fg-cream);color:var(--fg-ink)}.fg-section--ink{background:var(--fg-ink);color:var(--fg-white)}.fg-section--sand{background:#ebe4d8}.fg-section__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.fg-section__header{text-align:center;margin-bottom:2.75rem}.fg-section__eyebrow{font-family:var(--fg-heading);font-size:.85rem;letter-spacing:.22em;text-transform:uppercase;color:var(--fg-muted);margin:0 0 .85rem}.fg-section--ink .fg-section__eyebrow{color:#ffffffb3}.fg-section__title{font-family:var(--fg-heading);font-size:clamp(2rem,4vw,3.25rem);line-height:1.15;margin:0 0 1rem;letter-spacing:-.02em}.fg-section__lead{font-size:1.15rem;line-height:1.55;color:var(--fg-muted);max-width:40rem;margin:0 auto}.fg-section--ink .fg-section__lead{color:#ffffffbf}.fg-hero{position:relative;min-height:min(78vh,44rem);display:flex;align-items:center;justify-content:center;text-align:center;background:var(--fg-ink);color:var(--fg-white);overflow:hidden}.fg-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.fg-hero__media img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(30%) contrast(1.05)}.fg-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000059,#0000008c 45%,#000000d1)}.fg-hero__content{position:relative;z-index:1;max-width:48rem;padding:4rem 1.5rem}.fg-hero__eyebrow{font-size:.8rem;letter-spacing:.24em;text-transform:uppercase;margin:0 0 1rem;color:#ffffffd9}.fg-hero__logo{margin:0 auto 1.25rem;max-width:min(88vw,420px)}.fg-hero__logo img{width:100%;height:auto;display:block}.fg-hero__title{font-size:clamp(1.75rem,4vw,2.75rem);margin:0 0 1rem;font-weight:600;letter-spacing:-.02em}.fg-hero__subtitle{font-size:1.1rem;line-height:1.55;color:#fffc;margin:0 auto 2rem;max-width:36rem;font-weight:300}.fg-hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center}@media screen and (max-width:749px){.fg-hero{min-height:0;height:auto}.fg-hero__content{padding:2.5rem 1.25rem 2.75rem}}.fg-btn{display:inline-flex;align-items:center;justify-content:center;padding:.95rem 1.75rem;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;border:1px solid transparent;transition:background .2s ease,color .2s ease,border-color .2s ease}.fg-btn--primary{background:var(--fg-glow);color:var(--fg-ink);border-color:var(--fg-glow)}.fg-btn--primary:hover{background:#c49464;color:var(--fg-ink)}.fg-btn--light{background:transparent;color:var(--fg-white);border-color:#ffffff8c}.fg-btn--light:hover{border-color:var(--fg-white);background:#ffffff14}.fg-btn--dark{background:var(--fg-ink);color:var(--fg-white)}.fg-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.fg-value{background:var(--fg-white);border:1px solid var(--fg-border);padding:1.75rem 1.4rem}.fg-value__title{font-size:1.15rem;margin:0 0 .65rem}.fg-value__text{margin:0;color:var(--fg-muted);font-size:1rem;line-height:1.5}@media screen and (max-width:749px){.fg-values{grid-template-columns:1fr}}.fg-pillars{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.fg-pillar{background:var(--fg-white);border:1px solid var(--fg-border);padding:1.4rem 1rem;text-align:center}.fg-pillar__title{font-size:.95rem;margin:0 0 .4rem;letter-spacing:.04em}.fg-pillar__text{margin:0;font-size:.9rem;color:var(--fg-muted);line-height:1.4}@media screen and (max-width:989px){.fg-pillars{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:549px){.fg-pillars{grid-template-columns:1fr}}.fg-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.fg-step{border-top:2px solid var(--fg-glow);padding:1.5rem .25rem 0}.fg-section--ink .fg-step{border-top-color:var(--fg-glow)}.fg-step__num{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-glow);margin-bottom:.75rem}.fg-step__title{font-size:1.2rem;margin:0 0 .55rem}.fg-step__text{margin:0;font-size:.98rem;line-height:1.5;color:var(--fg-muted)}.fg-section--ink .fg-step__title,.fg-section--ink .fg-step__text{color:var(--fg-white)}.fg-section--ink .fg-step__text{color:#ffffffd1}@media screen and (max-width:989px){.fg-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:549px){.fg-steps{grid-template-columns:1fr}}.fg-cta{text-align:center;padding:5rem 1.5rem;background:var(--fg-ink);color:var(--fg-white)}.fg-cta__title{font-size:clamp(2rem,4vw,3.25rem);margin:0 0 1rem}.fg-cta__text{max-width:36rem;margin:0 auto 1.75rem;color:#ffffffbf;line-height:1.55;font-size:1.1rem}.fg-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.fg-product-card{background:var(--fg-white);border:1px solid var(--fg-border);overflow:hidden}.fg-product-card__img{aspect-ratio:1;background:#e8e2d6;display:flex;align-items:center;justify-content:center;color:var(--fg-muted);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}.fg-product-card__body{padding:1rem 1rem 1.25rem}.fg-product-card__title{margin:0 0 .35rem;font-size:1rem}.fg-product-card__price{margin:0;color:var(--fg-muted);font-size:.95rem}@media screen and (max-width:989px){.fg-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/flatglow.css.map */
