.ff-full-house-hero{width:100%;padding:34px 20px 42px;background:radial-gradient(circle at 15% 20%,color-mix(in srgb,var(--ff-accent-2) 26%,transparent),transparent 34%),radial-gradient(circle at 88% 16%,color-mix(in srgb,var(--ff-accent) 24%,transparent),transparent 36%),var(--ff-bg);color:var(--ff-text)}.ff-full-house-hero__shell{width:min(100%,var(--ff-max-width));margin-inline:auto}.ff-full-house-hero__card{position:relative;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;padding:clamp(28px,3.4vw,54px);background:var(--ff-card);border:3px solid #111111;border-radius:var(--ff-radius);box-shadow:14px 14px #111;overflow:hidden}.ff-full-house-hero__card:after{content:"";position:absolute;inset:auto -7% -30% auto;width:360px;height:360px;border-radius:50%;background:color-mix(in srgb,var(--ff-accent) 18%,transparent);pointer-events:none}.ff-full-house-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}.ff-full-house-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-bottom:18px;padding:9px 14px;background:color-mix(in srgb,var(--ff-accent) 65%,white);border:2px solid #111111;border-radius:999px;font-size:.74rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;box-shadow:5px 5px #111}.ff-full-house-hero__eyebrow-dot{width:7px;height:7px;border-radius:50%;background:#111}.ff-full-house-hero__heading{margin:0;max-width:700px;font-family:var(--font-heading--family);font-size:clamp(3.1rem,6vw,6.3rem);font-weight:950;line-height:.86;letter-spacing:-.055em;text-transform:uppercase}.ff-full-house-hero__highlight{width:fit-content;margin-top:12px;font-family:var(--font-heading--family);font-size:clamp(2.1rem,4vw,4rem);font-weight:950;line-height:.95;color:var(--ff-accent-2);text-shadow:2px 2px 0 color-mix(in srgb,var(--ff-accent) 78%,#111111)}.ff-full-house-hero__text{max-width:620px;margin-top:22px;font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.55;opacity:.78}.ff-full-house-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.ff-full-house-hero__badge{padding:10px 14px;background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:999px;font-size:.74rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase;box-shadow:0 8px 20px #0000000f}.ff-full-house-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:30px}.ff-full-house-hero__button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:58px;padding-inline:26px;background:var(--ff-accent-2);color:#111;border:3px solid #111111;border-radius:999px;box-shadow:7px 7px #111;text-decoration:none;font-size:.84rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase;transition:transform .16s ease,box-shadow .16s ease}.ff-full-house-hero__button:hover{transform:translate(3px,3px);box-shadow:4px 4px #111}.ff-full-house-hero__microcopy{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;font-weight:700;opacity:.67}.ff-full-house-hero__micro-icon{display:grid;place-items:center;width:28px;height:28px;background:#111;border-radius:50%;font-size:.75rem}.ff-full-house-hero__visual{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-width:0}.ff-full-house-hero__visual-inner{position:relative;width:100%;min-height:520px;display:flex;align-items:center;justify-content:center;padding:30px;background:linear-gradient(135deg,color-mix(in srgb,var(--ff-accent-2) 22%,white),color-mix(in srgb,var(--ff-accent) 28%,white));border:3px solid #111111;border-radius:calc(var(--ff-radius) - 6px)}.ff-full-house-hero__image{display:block;width:100%;height:100%;max-height:580px;object-fit:contain}.ff-full-house-hero__placeholder{display:grid;place-items:center;width:100%;min-height:460px}.ff-full-house-hero__placeholder svg{width:65%;height:auto}.ff-full-house-hero__visual-badge{position:absolute;top:18px;right:18px;width:104px;height:104px;display:flex;align-items:center;justify-content:center;padding:12px;background:#111;color:#fff;border:5px solid var(--ff-accent-2);border-radius:50%;text-align:center;font-size:.78rem;font-weight:900;line-height:1.08;letter-spacing:.04em;text-transform:uppercase;transform:rotate(7deg)}.ff-full-house-hero__visual-note{position:absolute;left:18px;bottom:18px;padding:8px 12px;background:#fff;border:2px solid #111111;border-radius:999px;font-size:.72rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase;transform:rotate(-3deg)}@media screen and (max-width:1050px){.ff-full-house-hero__card{grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding:30px}.ff-full-house-hero__visual-inner{min-height:460px}}@media screen and (max-width:749px){.ff-full-house-hero{padding:16px 12px 28px}.ff-full-house-hero__card{grid-template-columns:1fr;gap:18px;padding:18px;border-width:2px;border-radius:20px;box-shadow:7px 7px #111}.ff-full-house-hero__content{order:2}.ff-full-house-hero__visual{order:1}.ff-full-house-hero__visual-inner{min-height:0;aspect-ratio:1 / 1;padding:16px;border-width:2px;border-radius:16px}.ff-full-house-hero__image{max-height:none}.ff-full-house-hero__visual-badge{width:82px;height:82px;top:10px;right:10px;border-width:4px;font-size:.62rem}.ff-full-house-hero__visual-note{left:10px;bottom:10px;font-size:.6rem;padding:6px 9px}.ff-full-house-hero__eyebrow{margin-bottom:14px;padding:7px 11px;font-size:.64rem;box-shadow:4px 4px #111}.ff-full-house-hero__heading{font-size:clamp(2.8rem,14vw,4.5rem);line-height:.88}.ff-full-house-hero__highlight{margin-top:8px;font-size:clamp(2rem,10vw,3rem)}.ff-full-house-hero__text{margin-top:18px;font-size:.92rem;line-height:1.45}.ff-full-house-hero__badges{gap:7px;margin-top:18px}.ff-full-house-hero__badge{padding:8px 10px;font-size:.62rem}.ff-full-house-hero__actions{display:block;margin-top:22px}.ff-full-house-hero__button{width:100%;min-height:54px;box-shadow:5px 5px #111}.ff-full-house-hero__microcopy{margin-top:14px;font-size:.72rem}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
