
.hero{align-items:center;min-height:100vh;padding:140px 0 80px;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;background:url(/images/Hero.jpg) 50%/cover no-repeat fixed;position:absolute;inset:0}.hero__bg:after{content:"";background:linear-gradient(135deg,#fffaf5f0 0%,#fff8f0e0 60%,#f0ebe4d1 100%);position:absolute;inset:0}.hero .container{z-index:1;position:relative}.hero__content{text-align:center;flex-direction:column;align-items:center;gap:48px;width:100%;max-width:800px;margin:0 auto;display:flex}.hero__text{flex-direction:column;display:flex}.hero__eyebrow{letter-spacing:2px;text-transform:uppercase;color:#a86a3d;align-items:center;gap:10px;margin-bottom:20px;font-size:12px;font-weight:600;display:inline-flex}.hero__eyebrow:before{content:"";background:#a86a3d;border-radius:2px;flex-shrink:0;width:32px;height:2px;display:block}.hero__title{color:#1a1a1a;letter-spacing:-2px;margin-bottom:20px;font-size:clamp(44px,6.5vw,80px);font-weight:700;line-height:1.05}.hero__title em{color:#a86a3d;font-style:italic;font-weight:400}.hero__subtitle{color:#555;max-width:600px;margin:0 auto;font-size:18px;line-height:1.7}.hero__categories{flex-direction:column;gap:14px;display:flex}.hero__categories-label{letter-spacing:1.5px;text-transform:uppercase;color:#bbb;margin:0;font-size:12px;font-weight:600}.hero__categories-list{flex-wrap:wrap;gap:10px;display:flex}.hero__cat-btn{color:#333;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;border:1.5px solid #e5ddd5;border-radius:50px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:500;transition:all .2s}.hero__cat-btn:hover{color:#fff;background:#a86a3d;border-color:#a86a3d;transform:translateY(-2px);box-shadow:0 6px 20px #a86a3d40}.hero__cat-btn:active{transform:translateY(0)}@media (max-width:1140px){.hero{padding:120px 0 60px}}@media (max-width:768px){.hero{min-height:auto;padding:100px 0 50px}.hero__title{letter-spacing:-1px}.hero__subtitle{font-size:16px}.hero__cat-btn{padding:8px 18px;font-size:13px}}
.how-to__order{background:var(--footer-color);padding:100px 0}@media (max-width:768px){.how-to__order{padding:60px 0}}.how-to__order .how-to__head{text-align:center;max-width:560px;margin:0 auto 60px}.how-to__order .how-to__eyebrow{letter-spacing:2px;text-transform:uppercase;color:#a86a3d;align-items:center;gap:8px;margin-bottom:12px;font-size:12px;font-weight:600;display:inline-flex}.how-to__order .how-to__eyebrow:before{content:"";background:#a86a3d;border-radius:2px;width:28px;height:2px;display:block}.how-to__order .how-to__desc{color:#666;margin:0;font-size:17px;line-height:1.6}.how-to__order h2{color:#1a1a1a;letter-spacing:-1px;margin-bottom:16px;font-size:40px;font-weight:700}.how-to__order h2 em{color:#a86a3d;font-style:italic;font-weight:400}@media (max-width:768px){.how-to__order h2{font-size:28px}}.how-to__order-items{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px;display:grid}@media (max-width:900px){.how-to__order-items{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}.how-to__order-item{background:var(--step-bg,#f5f5f5);border-radius:16px;padding:36px 28px;transition:transform .25s;position:relative;overflow:hidden}.how-to__order-item:hover{transform:translateY(-4px)}.how-to__order-item h3{color:#1a1a1a;margin-bottom:10px;font-size:18px;font-weight:700}.how-to__order-item p{color:#666;margin:0;font-size:14px;line-height:1.6}.how-to__order .how-to__step-icon{color:#a86a3d;margin-bottom:20px}.how-to__order .how-to__step-num{color:#0000000f;letter-spacing:-2px;font-size:48px;font-style:italic;font-weight:900;line-height:1;position:absolute;top:20px;right:20px}.how-to__order .how-to__cta{text-align:center}.how-to__order-btn{margin-bottom:16px;text-decoration:none;display:inline-block}.how-to__order .how-to__note{color:#bbb;letter-spacing:.3px;margin:0;font-size:13px}
.sellers{background:var(--header-color);padding:80px 0}.sellers__section+.sellers__section{border-top:1px solid #ebebeb;margin-top:64px;padding-top:64px}.sellers__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px;display:flex}.sellers__eyebrow{letter-spacing:2px;text-transform:uppercase;color:#a86a3d;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;font-weight:600;display:inline-flex}.sellers__eyebrow:before{content:"";background:#a86a3d;border-radius:2px;width:24px;height:2px;display:block}.sellers__title{color:#1a1a1a;letter-spacing:-1px;margin:0;font-size:32px;font-weight:700;line-height:1.1}.sellers__title em{color:#a86a3d;font-style:italic;font-weight:400}@media (max-width:768px){.sellers__title{font-size:26px}}.sellers__see-all{color:#a86a3d;white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.sellers__see-all:hover{gap:10px}.sellers__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1024px){.sellers__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sellers__grid{grid-template-columns:1fr}}.sellers__empty{text-align:center;color:#bbb;grid-column:1/-1;padding:32px;font-size:14px}@media (max-width:768px){.sellers{padding:60px 0}.sellers__section+.sellers__section{margin-top:48px;padding-top:48px}}.seller-card{background:#fff;border:1px solid #f0ede8;border-radius:14px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:block;overflow:hidden}.seller-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #a86a3d1a}.seller-card__cover{background:#f5f0eb;height:130px;position:relative;overflow:hidden}.seller-card__cover img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.seller-card__cover:hover img{transform:scale(1.04)}.seller-card__cover-empty{background:linear-gradient(135deg,#f0ede8,#e8e4de);width:100%;height:100%}.seller-card__logo{background:#fff;border:2px solid #fff;border-radius:8px;width:36px;height:36px;position:absolute;bottom:-12px;left:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.seller-card__logo img{object-fit:cover;width:100%;height:100%}.seller-card__body{justify-content:space-between;align-items:flex-start;gap:8px;padding:18px 12px 12px;display:flex}.seller-card__info{flex:1;min-width:0}.seller-card__name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:14px;font-weight:700;overflow:hidden}.seller-card__type{color:#bbb;margin-bottom:5px;font-size:12px}.seller-card__city{color:#888;align-items:center;gap:4px;margin:0;font-size:12px;display:flex}.seller-card__city svg{color:#a86a3d;flex-shrink:0}.seller-card__rating{color:#a86a3d;flex-shrink:0;align-items:center;gap:3px;font-size:12px;font-weight:700;display:inline-flex}.seller-card__rating svg{fill:#a86a3d}.seller-card--skeleton{pointer-events:none}.seller-card__cover--skeleton{background:linear-gradient(90deg,#f0ede8 25%,#e8e4de 50%,#f0ede8 75%) 0 0/200% 100%;animation:1.5s infinite sellers-shimmer}.seller-card__skeleton-line{background:linear-gradient(90deg,#f0ede8 25%,#e8e4de 50%,#f0ede8 75%) 0 0/200% 100%;border-radius:6px;height:12px;margin-bottom:8px;animation:1.5s infinite sellers-shimmer}.seller-card__skeleton-line--short{width:60%}@keyframes sellers-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
