.home-hero{position:relative;display:flex;flex-direction:column;background:#f0f6ff;border-bottom:1px solid var(--border);min-height:auto;overflow:hidden}.home-hero__image-wrap{position:relative;width:100%;height:65vw;order:2;z-index:1;overflow:hidden}.home-hero__image{object-fit:cover;object-position:center bottom;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.home-hero:hover .home-hero__image{transform:scale(1.02)}.home-hero__veil{display:none}.home-hero__content-wrap{position:relative;z-index:2;padding:3.5rem 1.5rem;width:100%;background:#f0f6ff;order:1}@media (min-width:1024px){.home-hero{display:block;height:44vw;min-height:510px;max-height:660px}.home-hero__image-wrap{position:absolute;inset:0;width:100%;height:100%;order:unset;z-index:1}.home-hero__veil{display:block;position:absolute;left:0;top:0;bottom:0;width:60%;z-index:2;background:linear-gradient(90deg,rgba(240,246,255,.96),rgba(240,246,255,.8) 50%,rgba(240,246,255,0));pointer-events:none}.home-hero__content-wrap{position:absolute;left:0;top:0;bottom:0;width:48%;z-index:3;display:flex;align-items:center;background:transparent;order:unset;padding:4rem 2rem 4rem max(1.5rem,calc((100vw - var(--container)) / 2 + 1rem))}}.home-hero__content{position:relative}.home-hero__title{margin:0 0 1.25rem;font-family:var(--font-display),Georgia,serif;font-size:clamp(2.5rem,5vw,4rem);line-height:1.08;letter-spacing:-.02em;color:#0f172a}.home-hero__title span{background:linear-gradient(135deg,#1d4ed8,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home-hero__text{margin:0 0 2rem;color:#334155;font-size:1.12rem;line-height:1.75}.home-hero__actions{display:flex;flex-wrap:wrap;gap:.85rem}.home-hero__btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:0 1.5rem;border-radius:var(--radius-md);font-weight:600;transition:transform .2s ease,opacity .2s ease}.home-hero__btn:hover{transform:translateY(-1px);opacity:.95}.home-hero__btn--rose{background:#2563eb;color:#ffffff;box-shadow:0 4px 14px 0 rgba(37,99,235,.25)}.home-hero__btn--rose:hover{background:#1d4ed8}.home-hero__btn--sky{background:transparent;border:1px solid #3b82f6;color:#2563eb}.home-hero__btn--sky:hover{background:rgba(37,99,235,.05);border-color:#2563eb}.home-hero__badges{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.25rem}.home-hero__badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;color:#475569;font-weight:600}.home-hero__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:3.5rem;border-top:1px solid rgba(15,23,42,.1);padding-top:2rem}@media (min-width:640px){.home-hero__stats{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.home-hero__stats{grid-template-columns:repeat(2,1fr)}}.home-hero__stat-item{display:flex;flex-direction:column;gap:.15rem;border-left:3px solid #2563eb;padding-left:.75rem}.home-hero__stat-val{font-size:1.75rem;font-weight:800;color:#0f172a;line-height:1.1}.home-hero__stat-lbl{font-size:.78rem;color:#475569;font-weight:600}.home-section{padding:4rem 0}.home-section--soft{background:#f4f7fa}.home-section__header{width:min(100% - 2rem,var(--container));margin:0 auto 2rem}.home-categories,.home-trust{width:min(100% - 2rem,var(--container));margin-inline:auto;display:grid;gap:1rem}.home-trust__item{padding:1.35rem;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);text-align:center}.home-trust__icon{display:flex;justify-content:center;color:var(--accent-rose-deep);margin-bottom:.65rem}.home-trust__title{margin:0 0 .35rem;font-weight:700}.home-trust__text{margin:0;color:var(--muted);line-height:1.6;font-size:.9rem}@media (min-width:768px){.home-categories,.home-trust{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-faq{display:grid;gap:1rem}.home-faq__item{padding:1.25rem 1.5rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);transition:border-color .2s ease,box-shadow .2s ease}.home-faq__item:hover{border-color:#cbd5e1;box-shadow:0 4px 20px rgba(15,76,129,.03)}.home-faq__question{margin:0 0 .45rem;font-size:1.05rem;font-weight:700;color:var(--foreground)}.home-faq__answer{margin:0;color:var(--muted);line-height:1.6;font-size:.95rem}@media (min-width:768px){.home-faq{grid-template-columns:repeat(2,1fr)}}.home-pillars{display:grid;gap:1.5rem;width:min(100% - 2rem,var(--container));margin-inline:auto}.home-pillar__item{padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);display:flex;gap:1rem;align-items:flex-start;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 10px rgba(15,23,42,.015)}.home-pillar__item:hover{transform:translateY(-6px) scale(1.015);box-shadow:0 20px 40px -12px rgba(15,23,42,.08)}.home-pillar__icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-md);flex-shrink:0;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.home-pillar__item:hover .home-pillar__icon{transform:scale(1.18) rotate(8deg)}.home-pillar__item--materials{background:linear-gradient(135deg,#eff6ff,#ffffff);border-color:rgba(37,99,235,.08)}.home-pillar__item--materials:hover{border-color:#bfdbfe}.home-pillar__item--materials .home-pillar__icon{background:#dbeafe;color:#1d4ed8}.home-pillar__item--dispatch{background:linear-gradient(135deg,#f0fdf4,#ffffff);border-color:rgba(22,163,74,.08)}.home-pillar__item--dispatch:hover{border-color:#bbf7d0}.home-pillar__item--dispatch .home-pillar__icon{background:#dcfce7;color:#15803d}.home-pillar__item--exchange{background:linear-gradient(135deg,#fdf2f8,#ffffff);border-color:rgba(219,39,119,.08)}.home-pillar__item--exchange:hover{border-color:#fbcfe8}.home-pillar__item--exchange .home-pillar__icon{background:#fce7f3;color:#be185d}.home-pillar__item--support{background:linear-gradient(135deg,#fffbeb,#ffffff);border-color:rgba(217,119,6,.08)}.home-pillar__item--support:hover{border-color:#fde68a}.home-pillar__item--support .home-pillar__icon{background:#fef3c7;color:#b45309}.home-pillar__content{flex:1}.home-pillar__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;color:#0f172a}.home-pillar__text{margin:0;color:#475569;font-size:.88rem;line-height:1.5}@media (min-width:768px){.home-pillars{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-pillars{grid-template-columns:repeat(4,1fr)}}.tabbed-products__nav{display:flex;justify-content:center;gap:.65rem;margin-bottom:2.5rem;border-bottom:1px solid var(--border);padding-bottom:1rem}.tabbed-products__btn{background:transparent;border:1px solid transparent;padding:.55rem 1.35rem;border-radius:999px;font-size:.9rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}.tabbed-products__btn:hover{color:var(--foreground);background:var(--surface-soft)}.tabbed-products__btn--active{background:#2563eb!important;color:#ffffff!important;box-shadow:0 4px 14px rgba(37,99,235,.2)}.tabbed-products__content{animation:tab-content-fade-in .45s cubic-bezier(.16,1,.3,1)}@keyframes tab-content-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.home-testimonials{display:grid;gap:1.5rem}.testimonial-card{padding:2rem;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;justify-content:space-between;position:relative;transition:transform .25s ease,box-shadow .25s ease}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(15,76,129,.05);border-color:#cbd5e1}.testimonial-card__stars{display:flex;gap:.15rem;color:#3b82f6;margin-bottom:.85rem}.testimonial-card__quote{font-size:.98rem;line-height:1.65;color:var(--foreground);font-style:italic;margin:0 0 1.5rem;flex:1}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;border-top:1px solid var(--border);padding-top:1rem}.testimonial-card__avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:var(--accent-sky);color:var(--accent-sky-deep);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.testimonial-card__info{display:flex;flex-direction:column}.testimonial-card__name{font-weight:700;font-size:.92rem;color:var(--foreground)}.testimonial-card__meta{font-size:.78rem;color:var(--muted);display:flex;align-items:center;gap:.35rem}.testimonial-card__verified{color:#10b981;font-weight:600;font-size:.75rem}@media (min-width:768px){.home-testimonials{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-testimonials{grid-template-columns:repeat(3,1fr)}}.brand-story{display:grid;gap:2rem;align-items:center;width:min(100% - 2rem,var(--container));margin-inline:auto}.brand-story__image-wrap{position:relative;height:24rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft)}.brand-story__content{display:flex;flex-direction:column;gap:1rem}.brand-story__heading{font-family:var(--font-display),Georgia,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.1;color:var(--foreground);margin:0}.brand-story__text{color:var(--muted);line-height:1.8;font-size:1.05rem;margin:0}@media (min-width:768px){.brand-story{grid-template-columns:1fr 1fr}}.infinite-ticker{background:#2563eb;color:#ffffff;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.8rem 0;overflow:hidden;white-space:nowrap;display:flex;align-items:center;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px rgba(37,99,235,.15)}.infinite-ticker__track{display:flex;width:max-content;animation:ticker-scroll-left 32s linear infinite}.infinite-ticker__list{display:flex;align-items:center;gap:2.5rem;padding-right:2.5rem}.infinite-ticker__list span{display:inline-block;flex-shrink:0}.infinite-ticker__dot{width:5px;height:5px;background:rgba(255,255,255,.45);border-radius:999px;flex-shrink:0}@keyframes ticker-scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}