.home-hero{border-bottom:1px solid var(--border);align-items:center;min-height:clamp(28rem,72vh,40rem);display:grid;position:relative;overflow:hidden}.home-hero__image-wrap{position:absolute;inset:0}.home-hero__image{object-fit:cover}.home-hero__veil{background:linear-gradient(90deg,#fcfaf8f5 0%,#fcfaf8d1 42%,#fcfaf833 100%);position:absolute;inset:0}.home-hero__content{z-index:1;width:min(100% - 2rem, var(--container));max-width:38rem;margin-inline:auto;padding:4rem 0;position:relative}.home-hero__title{font-family:var(--font-display), Georgia, serif;letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.02}.home-hero__text{color:var(--muted);margin:0 0 1.75rem;font-size:1.08rem;line-height:1.8}.home-hero__actions{flex-wrap:wrap;gap:.85rem;display:flex}.home-hero__btn{border-radius:999px;justify-content:center;align-items:center;min-height:3rem;padding:0 1.35rem;font-weight:600;display:inline-flex}.home-hero__btn--primary{color:#4a3034;box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#f7d9de,#e8b4b8)}.home-hero__btn--secondary{background:var(--surface);border:1px solid var(--border);color:var(--foreground)}.home-section{padding:4rem 0}.home-section--soft{background:#fff9f6}.home-section__header{width:min(100% - 2rem, var(--container));margin:0 auto 2rem}.home-categories,.home-trust{width:min(100% - 2rem, var(--container));gap:1rem;margin-inline:auto;display:grid}.home-trust__item{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);padding:1.25rem 1.35rem}.home-trust__title{margin:0 0 .35rem;font-weight:700}.home-trust__text{color:var(--muted);margin:0;line-height:1.6}@media (min-width:768px){.home-categories,.home-trust{grid-template-columns:repeat(3,minmax(0,1fr))}}
